@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.flex-between {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-around {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content:space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.flex-center {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-center;
	-moz-justify-content:space-center;
	-ms-justify-content: space-center;
	-o-justify-content: space-center;
	justify-content: space-center;
}
.flex-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ll {
	float: left;
}
.rr {
	float: right;
}
.scale {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
	-o-transform:scale(1.2,1.2); 
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

/*公共头部样式*/
.headtop {
	width: 100%;
	max-width: 1920px;
	height: 40px;
	margin: 0 auto;
	background: #f9f9f9;
}
.headtop .box {position: relative;}
.headtop span {
	color: #898989;
	font-size: 14px;
	line-height: 40px;
}
.headtop span.ll {
	background: url(../images/tophome.png) no-repeat left center;
	padding-left: 30px;
}
.headtop span.rr {
	height: 40px;
}
.headtop span a {
	display: block;
	float: left;
	color: #888;
	font-size: 14px;
	line-height: 40px;
	padding-left: 25px;
	margin-left: 10px;
}
.headtop span a.fmap {
	background: url(../images/fmap.png) no-repeat left center;
}
.headtop span a.fwxewm {
	background: url(../images/fwxewm.png) no-repeat left center;
	cursor: pointer;
}
.twxewm {padding: 0;overflow: hidden;text-align: right;display: none;position: absolute;top:40px;right: 0;}
.twxewm img {max-width: 100px;height: auto;}
.head {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding:10px 0;
	height: 90px;
}
.logo {height: 90px;overflow: hidden;}
.logo a {display: block;height: 100%;}
.logo h1 {line-height: 90px;height: 90px;margin:0;display: table-cell;vertical-align: middle;}
.logo h1 img {width:auto;height: auto;max-height: 100%;max-width: 100%;vertical-align: middle;display: table-cell;}
.logol {padding: 0 0 0 15px;overflow: hidden;position: relative;height: 90px;}
.logol:before {content: "";position: absolute;width: 1px;height: 55px;background: #cacaca;left: 0;top:50%;margin-top:-25px;}
.logol h2 {
	color: #363636;
	font-size: 26px;
	line-height: 40px;
	padding-top:10px;
}
.logol .tsmal span{
	color: #005bac;
	font-size: 16px;
	line-height: 25px;
	background: url(../images/tfk.png) no-repeat left center;
	padding-left: 12px;
	margin-right: 10px;
}
.headright {
	height: 75px;
}
.headtel {
	background: url(../images/ftel.png) no-repeat left center;
	padding: 15px 0 15px 60px;
	overflow: hidden;
}
.headtel li {
	float: left;
	text-align: center;
}
.headtel li:nth-child(1) {
	border-right: 1px dashed #a5a5a5;
	padding-right:10px;
	margin-right: 10px;
}
.headtel li p {
	color: #545454;
	font-size: 16px;
	line-height: 20px;
}
.headtel li h3 {
	color: #005bac;
	font-size:25px;
	line-height:40px;
	font-weight: bold;
}
.nav {
	width: 100%;
	max-height: 1920px;
	margin:0 auto;
	height: 60px;
	background: #005bac;
}
.nav ul {
	padding: 0;
	height: 60px;
}
.nav li.navli {
    width: 12.5%;
    line-height: 60px;
    text-align: center;
    float: left;
    position: relative;
}
.nav .navli a {display: block;}
.nav .navli p {
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}
.nav .navli .child{
	display: none;
	width: 100%;
	position: absolute;
	top:60px;
	left:0%;
	z-index: 3;
	transition: all .3s ease;
}
.nav li .child li {
	padding: 0;
	background: #005bac;
	line-height: 39px;
	border-bottom: 1px solid #4777a1;
}
.nav li .child li:last-child{
	border-bottom: none;
}
.nav li .child li a {
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 36px;
}
.nav .navli:hover {background: #da251e;}
.nav .navli:hover p {color: #fff;}
.nav .navli:hover .child {display: block;}
.nav .child li:hover a {
	background: #da251e;
	color: #fff;
}

/*banner*/
.flexslider { margin: 0px auto; position: relative; width: 100%; height: 650px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 0px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:650px; display: block; }
/*公共标题*/
.title_1 {
	padding: 0;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
}
.title_1 h3 {
	color: #2a2a2a;
	font-size: 42px;
	line-height: 60px;
	font-weight: normal;
	margin-bottom: 15px;
}
.title_1 h3 strong {
	color: #005bac;
	font-size: 42px;
	line-height: 60px;
}
.title_1 p {
	color: #2a2a2a;
	font-size: 20px;
	line-height: 30px;
}

/*搜索*/
.sousuo {
	padding:0;
	overflow: hidden;
	background:#f5f5f5;
}
.sousuo .box {
	padding: 0;
	position: relative;
}
.sousuo .box:after {
	content: "";
	width: 400px;
	height: 65px;
	background:#005bac;
	position: absolute;
	left: 100%;
	z-index: 1;
}
.sousuo .soul {
	width: 750px;
}
.sousuo .soul p {
	color: #005bac;
	font-size: 15px;
	line-height: 65px;
	font-weight: bold;
}
.sousuo .soul p a {
	display: inline-block;
	color: #363636;
	font-size: 14px;
	line-height: 65px;
	padding-right: 10px;
	font-weight: normal;
}
.sousuo .soul p a:hover {color: #de1c09;}
.sousuo .sour {
	padding: 0;
	overflow: hidden;
	width: 405px;
}
.search-form {padding: 0;overflow: hidden;border-left: 1px solid #cfcfcf;outline: none;}
.search-form .form-control {
	padding: 0 10px 0 45px;
	width: 269px;
	background: url(../images/sr.png) no-repeat 10px center #f5f5f5;
	float: left;
	height: 65px;
    border: 0;
    border-radius: 0;
    -webkit-appearance:none;/*去除阴影边框*/
    outline: none;
    -webkit-tap-highlight-color:#fff;
}
.search-form .search_btn {width: 80px;background:url(../images/sousuo.png) no-repeat center #005bac;height: 65px;border: none;font-size: 14px;color: #fff;}

/*先驱品牌*/
.main0f {
	padding:110px 0 85px;
	overflow: hidden;
	background: url(../images/m0bg.jpg) no-repeat center;
}
/*数字*/
.numlist {
	padding: 60px 0 0;
	overflow: hidden;
}
.numlist .num_cont {
	width: 239px;
	float: left;
	border-right: 1px dashed #e7ecf6;
	text-align: center;
}
.numlist .num_cont:last-child {
	border-right: none;
}
.numlist .num_cont .numtop {
	position: relative;
	height: 70px;
}
.numlist .num_cont .numtop i {
	color: #005bac;
	font-size: 60px;
	line-height: 70px;
	font-family:'Impact';
}
.numlist .num_cont .numtop em {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #da251e;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
}
.numlist .num_cont p {
	color: #333;
	font-size: 16px;
	line-height: 40px;
}
.numlist .num_cont span {
	display: block;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;
}

/*通栏一*/
.tonglan {
	padding:50px 0 30px;
	overflow: hidden;
	height: auto;
    background-image: url(../images/tl.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.tonglan .title_1 h3,.tonglan .title_1 p {
	color: #fff;
}
.tonglan .title_1 h3 strong {
	color: #ff0000;
}
.tonglan .title_1 p {
	font-size: 18px;
}
.tonglan .tlmess {
	overflow: hidden;
	padding:0px;
	text-align: center;
	margin:0 auto;
	position: relative;
	width: 182px;
	height: 50px;
	background: #fff;
	border-radius: 25px;
}
.tonglan .tlmess a {
	display: block;
	line-height: 50px;
	color: #ff0000;
	font-size: 18px;
	text-align: center;
	padding: 0 40px 0 70px;
	background:url(../images/tlmess.png) no-repeat 40px center;
	position: relative;
	z-index: 2;
}
.tonglan .tlmess:after {
	content: "";
	width: 0px;
	height: 50px;
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	background: #da251e;
	z-index: 1;
	transition: all 0.3s;
}
.tonglan .tlmess:hover:after {
	width: 100%;
}
.tonglan .tlmess:hover a {
	color: #fff;
	background:url(../images/tlmessa.png) no-repeat 40px center;
}

/*友情链接*/
.links {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 10px 0;
	overflow: hidden;
}
.links a {
	display: inline-block;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
}
.links a.linkt {
	color: #2a2a2a;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.links a:hover {
	color: #da251e;  
}

/*底部公用样式*/
.footer {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	background: url(../images/footbg.jpg) no-repeat center #1e2225;
	padding:20px 0;
	overflow: hidden;
} 
.footer .fewm {
	width: 200px;
	padding: 60px 0 0;
	overflow: hidden;
}
.footer .fewm .flogo {
	height: 22px;
	width: 100%;
	margin-bottom: 16px;
}
.footer .fewm .flogo img {
	height: 100%;
	max-width: 100%;
}
.footer .fewm .ewmpic {
	width: 138px;
	height: auto;
	text-align: center;
}
.footer .fewm .ewmpic img {
	max-width: 100%;
}
.footer .fewm .ewmpic p {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.footer .footr {
	width: 1000px;
}
.footer .footr .fnav {
	line-height: 90px;
	border-bottom: 1px solid #4c4c4c;
}
.footer .footr .fnav a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 12%;
	text-align: center;
	position: relative;
}
.footer .footr .fnav a:after {
	content:"";
	width:2px;
	height: 18px;
	background: #bcbcbd;
	position: absolute;
	right: 0;
	top:50%;
	margin-top:-9px;
	z-index: 1;
}
.footer .footr .fnav a:last-child:after {
	display: none;
}
.footer .footr .fnav a:hover {
	color: #ed3b2c;
}
.footer .footr .flx {
	padding: 20px 0 0;
	overflow: hidden;
}
.footer .footr .flx p,.footer .footr .flx span {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}
.footer .footr .flx p {
	padding-left: 37px;
	height: 50px;
}
.footer .footr .flx p.fdh {
	background:url(../images/fdh.png) no-repeat left center;
}
.footer .footr .flx p.fyx {
	background:url(../images/fyx.png) no-repeat left center;
}
.footer .footr .flx p.fdz {
	background:url(../images/fadress.png) no-repeat left center;
	margin-top:20px;
}
.footer .footr .flx span {
	display: inline-block;
	margin-right: 40px;
}
.footer .footr .flx span strong {
	color: #ed3b2c;
	font-size: 24px;
	line-height: 50px;
	display: inline-block;
    vertical-align: middle;
}
.copyright {
	border-top: 1px solid #3a3a3a;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
	background:#161616;
}
.copyright p,.copyright a,.copyright span { 
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.copyright a:hover {
	color: #ed3b2c;
}