*{margin:0;padding:0;}
html,body,div,span,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section, article, aside, header, footer, nav, dialog, figure,menu,hgroup,iframe{font-family: "微软雅黑"; margin:0; padding:0; border:0; }
body{max-width:1920px; margin:0 auto; background:#fff; font-family:"Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif; font-size:16px; line-height:24px; color:#333; overflow-x:hidden;}
input,textarea,button{ resize:none; font-family:"Microsoft YaHei"; background: #fff; border: 0;  }
input::-webkit-input-placeholder{color: #666; text-indent:10px;}
textarea::-webkit-input-placeholder{text-indent:10px;}
-moz-placeholder{color: #907c84; text-indent:10px;}
img{ border:none; vertical-align:middle; max-width: 100%; max-height: 100%;}
ul,li{ list-style:none;}
a{ text-decoration:none; color:#333; outline:none; }
a:hover{text-decoration:none;}
input:focus,textarea:focus{ outline:none; }
span,h1,h2,h3,h4,h5{ font-family:"Microsoft YaHei";}
table, tr, td {
    border-collapse: collapse;
}

/*header区*/
header{
	width: 100%;
	background: #FFFFFF;
}
header .w95{
	zoom: 1;
	padding: 25px 0 6px 0;
	width: 93.75%;
	margin: auto;
}
header .w95:after{
	display: block;
	content: "";
	clear: both;
}
header .logo{
	width: 256px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	float: left;
}
header .logo img{
	max-width: 256px;
	max-height: 80px;
	vertical-align: middle;
}
header .fl{
	float: left;
	width: calc(100% - 510px);
}
header .fl ul{
	zoom: 1;
	margin-top: 18px;
	display: flex;
}
header .fl ul:after{
	content: "";
	display: block;
	clear: both;
}
header .fl ul li{
	float: left;
	flex-grow: 1;
	text-align: center;
}
header .fl ul li>a{
	display: inline-block;
	line-height: 50px;
	color: #666;
	font-size: 20px;
	font-weight: 600;
}
header .fl ul .active>a,header .fl ul li:hover>a{
	border-bottom: 2px solid #2a63b2;
	color: #2a63b2;

}
header .fr{
	float: right;
	background: #2a63b2;
	border-radius: 6px;
	margin-top: 25px;
}
header .fr input{
	width: 170px;
	height: 36px;
	padding-right: 28px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	background: url(../images/sousuo.png) no-repeat 170px center;
	background-color: #FFFFFF;
}
header .fr button{
	width: 54px;
	height: 38px;
	background: #2a63b2;
	color: #fff;
	outline:none;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}
header .list{
	background: #FFFFFF;
	zoom: 1;
	position: absolute;
	border:1px solid #d2d2d2;
	display: none;
	z-index: 100;
}
header .fl ul li:hover .list{
	display: block;
}
header .list:after{
	content: "";
	display: block;
	clear: both;
}
header .list dl{
	float: left;
	text-align: left;
	padding: 30px 0px;
	margin: 0 26px;
}
header .list dl dt{
	font-size: 16px;
	line-height: 33px;
	color: #2A63B2;
}
header .list dl dt a{color: #2A63B2;}
header .list dl dd{
	line-height: 33px;
	font-size: 14px;
}
header .list dl dd a{
	color: #696767;	
}
header .list dl dd a:hover{
	color: #2A63B2;
}
/*轮播图*/

.swiper-container{
	width: 100%;
}
.swiper-pagination{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.swiper-pagination-switch{
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 20px 10px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #f0eeee;
}




/*footer----------------*/

footer .f_bottom{
	line-height: 51px;
	background: #2A63B2;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
}
footer .f_bottom a{
	color: #fff;
}
