* {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-decoration: none;

}

body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	background-color: #fff;
}

header {
	height: 100%;
}

.top {
	height: 40px;
	background-color: #fbfbfb;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
}

.top_main {
	width: 1200px;
	line-height: 36px;
	margin:0 auto;
}

.top_ul_01 li {
	float: left;
	padding-right: 15px;
}

.top_ul_02 li {
	float: right;
	padding-left: 15px;
}

.top_ul_02 a {
	color: #666666;

}

.logo {
	height: 100px;
	background-image: url(../img/pc_logo.png);
}

.logo_img {
	width: 1200px;
	height: 100%;
	/* 	position: relative;*/
}

.logo_img img {
	margin-top: 8px;

}

.logo_img h1 {
	display: inline-block;
	font-size: 32px;
	margin-left: 15px;
	font-weight: 500;
	padding-top: 25px;
}

.nav {
	height: 50px;
	background-color: #336abf;
}

.nav_top {
	width: 1200px;
	line-height: 50px;
	font-size: 16px;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
}


.nav_top>li:hover {
	background-color: #205cb8;
	position: relative;
	display: block;
}

.nav a {
	color: white;
	width: 144px;
font-size: 16px;
	display: block;
padding: 0 5px;

}

.menu {
	display: none;
	position: absolute;
	background-color: #336abf;
	box-shadow: 4px 8px 10px 0px rgba(165, 165, 165, 0.15);
	color: #333333;
	font-size: 14px;
	z-index: 999;

}
.menu a{
	color: #fff;
	line-height: 22px;
	padding: 12px 0;
	font-size: 16px;
}
.menu li{
	border-bottom:1px solid #336abf ;
     padding: 0 5px;
}

.menu li:hover{
	background-color: #205cb8;
}
.menu li:hover{
	color: #fff;
}
.nav_top li:hover .menu{
	display: block;
}
.inform {
	width: 270px;

	float: right;
	font-size: 12px;
	text-align: center;
}

.inform li {
	display: inline-block;
}

.inform li:nth-child(2) {
	margin: 0 18px 0 27px;
}

.inform img {
	width: 56px;
	height: 56px;
}

.inform p {
	margin-top: 5px;
}

/* .logo_img input {
	float: right;
	margin-top: 33px;
	width: 225px;
	height: 34px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
	padding-left: 5px;
	letter-spacing: 1px;
}
.logo_img a img{
	width: 20px;
	height: 20px;
	position: absolute;
	top:25px;
	right: 10px;
} */
.swiper-container {
	width: 100%;
	height: 100%;
	max-width: 1920px;
	min-width: 1000px;
}

.swiper-container img {
	width: 100%;
	height: 100%;
	display: block;
}
