﻿@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{ margin:0; padding:0;}
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
body{
	font-family:'微软雅黑';
	font-size: 14px;
	color:#525252;
}
ul, ol { list-style:none;} 
img{max-width:100%;}
img,fieldset{ vertical-align:top; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
address,cite,code,em,th { font-weight:normal; font-style:normal;}
input,button,textarea,select{ font:100% Lao UI, sans-serif, "微软雅黑"; vertical-align:middle;}
a{ color:#525252; text-decoration:none;}



.w1920{
	width: 100%;
}
/*top*/
.top-dh1{
	width: 100%;
	background: #105494;
	overflow: hidden;
}
.top-1{
	width: 1200px;
	margin: 0 auto;
}
.top-1 p{
	padding: 3px 0;
	font-size: 12px;
	color: #f1f1f1;
	letter-spacing:1px;
}
.top-1 p img{
	margin-top: 4px;
	margin-right: 5px;
}
.top-1 .p1{
	float: left;
}
.top-1 .p2{
	float: right;;
}


.top{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding:30px 0; 
}
.top h1{
	float: left;
	padding: 5px 0;
}
.top input[type=search] {
	background: #ededed url(../images/tubiao/l.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 10px 10px 10px 32px;
	width: 269px;
	margin-top: 35px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	float: right;
}
.top input[type=search]:focus {
	width: 275px;
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
.top input:-moz-placeholder {
	color: #999;
}
.top input::-webkit-input-placeholder {
	color: #999;
}
.top form{
	position: relative;
}
.top form .zy{
	position: absolute;
	top: 5px;
	right: 164px;
}
.top form .zy p{
	float: left;
	margin-right: 7px;
}
.top form .zy p img{
	margin-top: 2px;
	margin-right: 2px
}

.top-dh{
	width: 100%;
	background: #0982e9;
}
.top-dh ul {
	width: 1200px;
	margin:0 auto;
	padding:20px 0; 
}
.top-dh ul li{
	float: left;
	border-right:1px solid #f1f1f1;
	margin-right:50.8px;
	padding-right: 51px;
	height: 9px;
	line-height: 7px;
	margin-top: -3px;
	position: relative;
	font-size: 16px;
}
.top-dh ul li .hx{
	position: absolute;
	height: 2px;
	width: 0%;
	background: #f1f1f1;
	bottom: -10px;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;

}
.top-dh ul li .z{
	width: 0%;
	float: right;
	margin-right: 0%;
}
.top-dh ul li:hover .hx{
	width: 60%;
}
.top-dh ul li:hover .c{
	width:80%;
}
.top-dh ul li:hover .z{
	width: 139%;
	margin-right: 0;
		float: right;

}

.top-dh ul li a{
	color: #f1f1f1;
}


.top-dh ul li .top-erji{
	position: absolute;
	top: 10px;
	z-index: 88888;
	line-height: 30px;
	width: 130%;
	margin-left: -36%;
	text-align: center;
	height: 0px;
	overflow: hidden;
			-webkit-transition: all .9s;
	-moz-transition: all .9s;
	transition: all .9s;
	padding-top:12px;

}


.top-dh ul li .top-erji p{
	padding: 4px 0;
	background: #3f4142;
	border-bottom: 1px solid #DDDDDD;
			-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;

}
.top-dh ul li .top-erji p:hover{
	padding: 4px 0;
	background: #0982e9;
	border-bottom: 1px solid #DDDDDD;
	margin-left: 5px;
	
}
.top-dh ul li:hover .top-erji{
	height: 300px;
}
.top-dh ul li:last-child{
	border-right:none;
	padding-right:0px;
	margin-right: 0px;
}
/*banner*/
.s1 {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.s1 p {
  margin: 0;
  padding: 50px 0 20px 0;
  font-family: "微软雅黑";
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.s1 span {
  display: block;
  font-family:'微软雅黑';
  font-size: 25px;
  color: #666;
  text-align: center;
}

.s1 a {
  margin: 20px auto 0 auto;
  display: block;
  width: 220px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: '微软雅黑';
  font-size: 25px;
  background: #f88371;
}
#banner1{
	background: url('../images/banner/banner1.jpg') center;
}
#banner2{
	background: url('../images/banner/banner1.jpg') center;
}

.s1 a:hover { background: #ed6f5c; }
 @media (max-width:480px) {

.s1 {
  margin: -127px 0 0 0;
  width: 80%;
  height: 255px;
  left: 10%;
	 }
}


/*jjfa*/
.jjfa{
	background: #eeeeee;
	padding-top:40px;
	padding-bottom:40px; 
	text-align: center;
}
.bt1>h2{
	font-size: 24px;
	color: #414141;
	margin-bottom: 10px;
}
.bt1>p{
	font-size: 12px;
	color: #9b9b9b;
	margin-bottom:50px; 
}
.jjfa .jjfa-div{
	margin-top: 40px;
	
}

.jjfa .jjfa-div>a{
	border: 1px solid #686868;; 
	padding:8px 20px;
	color: #686868;
	border-radius:5px; 
	margin:10px 5px; 
	overflow: hidden;
}

.jjfa .jjfa-div>a:hover{
	background: #0982e9;
	color: #f1f1f1;
	border:#0982e9 1px solid; 
	
}


/*rmtj*/
.rmtj{
	width: 1200px;
	margin:0 auto;
	text-align: center;
	padding: 40px 0;
}
/*公共部分*/
.wc960{margin:0 auto;width:1200px;}
.fl{float:left;}
.fr{float:right;}
.mt20{margin-top:20px;position:relative;}

.warp-pic-list li{float:left;display:inline;}
.warp-pic-list li img{width: 100%;}
/*全局页签*/
.tab-T-3{width:66px;}
.tab-T-3 li{width:12px;height:12px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline;}
.tab-T-3 li.cur{background-color:#d81c1b;}
/*热门车型*/
.rowE .warp-pic-list{width:1092px;height:230px;overflow: hidden;margin: 0 auto;}
.rowE .count li{margin-right:26px;width:249px;}
.rowE .count .img_wrap{width:176px;height:135px;}
.rowE .count li .text-area{padding:10px 0 10px 15px;}
.rowE .count li .text-area  p{line-height:24px;height:24px;}
.rowE .count li:hover .text-area,.rowE .count li.hover .text-area{background-color:#d81c1b;color:#fff;}
.rowE .count .p-num{font-family:"Tahoma";font-weight:bold;}
.rowE .btn{display:block;height:55px;position:absolute;top:78px;width:35px;z-index:200;cursor:pointer;}

.rowE .prev:hover{background-position:0 -144px;}
.rowE .next{ background-position:0 -200px;right:0;}
.rowE .next:hover{background-position:0 -256px;}

#right1{
	background: url(../images/tubiao/1_0000_ic_navigate_next_black_48dp-拷贝.png) no-repeat;
	margin-top:-5px;
	display:block;height:55px;position:absolute;top:70px;width:35px;z-index:200;cursor:pointer;
	
}
#left1{
	background: url(../images/tubiao/1_0001_ic_navigate_next_black_48dp.png) no-repeat;
	margin-right: 0px;
	margin-top:-5px;
		width:5px;
	height: 20px;
	display: block;
	display:block;height:55px;position:absolute;top:70px;width:20px;z-index:200;cursor:pointer;right: 0;
	
}
#count1{
	width: 1092px;
	margin: 0 auto;
	overflow: hidden;
}

.sj-cp{
	width: 96%;
	margin: 0 auto;
}

.sj-cp ul{
	
}
.sj-cp ul li{
	width: 48%;
	float: left;
	
}
/*gsjj*/
.gsjj{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	;display:none;
}
.gsjj .img2{
	float: right;
}
.gsjj .img3{
	position: absolute;
	top:80px; 
	right: 0;
	box-shadow: 15px 15px 15px #bcbcbc;
}

.gsjj .gsjj-lxfs{
	font-weight: 900;
	color: #929394;
	margin-top:23px;
}
.gsjj .gsjj-lxfs p{
	font-size: 24px;
	color: #0982e9;
}

.gsjj .h3{
	padding:8px 42px; 
	background: #0982e9;
	float: left;
	color: #f1f1f1;
	border-radius: 40px;
	margin-top:20px; 

}
.gsjj .h3 a{
	color: #f1f1f1;
}

.gsjj ul{
	margin: 170px auto 70px auto;
	overflow: hidden;
	margin-left:-84px;
}

.gsjj ul li{
	width:342px;
	float: left;
	margin-left:84px; 
}
.gsjj ul h3{
	font-weight: 900;
	padding-bottom:24px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 29px;
	font-size: 18px;
	
}
.gsjj ul li p{
	line-height: 24px;
	color: #545454;
}


/*hz*/
.hz-bj {;width: 100%;overflow: hidden;display:none;}
.hz-kh {width: 100%;overflow: hidden;background: #eeeeee; }
#www_jb51_net {
overflow:hidden;
width:62%;
height:105px;
	margin: 0  auto;
}

#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
	background: #eeeeee;
}
#demo1 a{
	margin:0 10px;
}
#demo2 a{
	margin:0 10px;
}
#demo2 {
float: left;
	background: #eeeeee;
}

.hz{padding:15px 0 ;text-align: center;position: relative;	width: 100%;;;display:none;
}
.hz .hz-b{
	position: absolute;
	left: 0;
	width:18%;
	height: 104px;
	background: #fff;
}
.hz .hz-n{
	position: absolute;
	right: 0;
	width: 18%;
	height: 104px;
	background: #028cd5;
}


/*xwzx*/
.xwzx{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
	;display:none;
}
.xwzx h2{
	font-size: 30px;
	color: #36393e;
	margin: 50px 0;
}

.xwzx h3{
	float: right;
	margin-top: -80px;
	clear:left;
}
.xwzx h3 a{
	margin-left: 10px;
	padding:5px 20px;
	border-radius: 40px;
	background: #fff;
	border: 1px solid #8A8A8A
}
.xwzx h3 a:hover{
	background: #0982e9;
	color: #f1f1f1;
	border: 1px solid #0982e9;
}
.xwzx img {
	float: left;
}
.xwzx ul{
	float: left;
	margin-left: 59px;
}
.xwzx ul li{
	padding:18px 0;border-bottom: 1px solid #dcdcdc;
	width: 346px;
}
.xwzx ul .x{
	border-bottom: 1px solid #dcdcdc;
	
}
.xwzx ul li p{
	width: 4px;
	height: 4px;
	background: #484848;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}
.xwzx ul li:hover a{
	color: #0982e9;
	
}
.xwzx ul li:hover p{
	background: #0982e9;

}


/*YQLJ*/
.yqlj{
	width:100%;
	background: #eeeeee;
	overflow: hidden;
	padding: 15px 0;
	margin-top: 66px;


}

.yqlj ol{
	width: 1200px;
	margin: 0 auto;
}
.yqlj ol li{
	float: left;
	margin-top: 2px;
	margin-left: 31.5px;
	color: #828282;
}
.yqlj ol li a{
	color: #828282;
}
.yqlj ol h2{
	float: left;
	
	font-size: 16px;
	font-weight: 900;
	color: #444444;
}
.yqlj ol li:hover a{
	color: #444444;
}

/*di*/
.di {
	width: 100%;
	background: #333333;
	overflow: hidden;
}
.di-bj{
	background: url(../images/tubiao/5.png);
	width: 100%;
	overflow:hidden;
}

.di-w1200{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.di-w1200 img{
	float:left;
}

.di-erwm {
	float: right;
	text-align: center;
	color: #f1f1f1;
	margin-bottom: 50px;
}
.di-erwm p{
	padding-top:160px; 
	
} 

.di ul{
	width: 572px;
	margin: 67px auto;
}

.di ul li{
	float: left;
	font-size: 16px;
	font-weight: 800;
	color: #eeeeee;
	padding:0  0  0 105px; 
	position: relative;
	
}
.di ul li.xy{
	margin-left: -105px;
}

.di ul hr{
	float: left;
	clear: left;
	width: 100%;
	margin-top: -80px;
	opacity: 0.6;
}
.di ul li div{
	position: absolute;
	width: 100px;
	top: 70px;
	
}
.di ul li div a{
	float: left;
	margin-bottom: 10px;
	color: #9e9e9e;
	font-weight: 600;
	font-size:14px;
}
.di ul li div a:hover{
	color: #f1f1f1;
}


/*ne-banner*/
.ny-banner{width: 100%;z-index: 888;overflow: hidden;position: relative;float: left}
.ny-banner img{width: 100%;z-index: 99;height: 355px;}
.ny-banner .banner-pf{width: 1200px;margin: 0 auto;position: relative;}
.ny-banner .banner-pf>p{width:50px;height:4px;background: #f1f1f1;margin-right:10px;margin-top: 130px;float: left;position: absolute;left: 0;}
.ny-banner .banner-pf h2{font-size: 40px;float: left;font-weight: 900;color: #f1f1f1}
.ny-banner .banner-pf h2 p{font-size: 35px;font-weight: 600;} 
.ny-banner .gd{position: absolute;top:0;width: 100%;top:35%;}


/*内页导航*/
.ny_dh_bj{width:100%; background:#fff; border-bottom:1px solid #ebebeb;}
.ny_dh ul{overflow:hidden;}
.ny_dh ul .wz{ clear:none;float: right;margin-top: 21px;color:#747474;}
.ny_dh ul li{ display:inline-block; padding:20px 40px;font-size: 16px; }
.ny_dh ul li a{ color:#747474;}
.ny_dh ul .wz a{ color:#747474;}
.ny_dh ul .s{background:#0982e9;}
.ny_dh ul .s a{color:#fff;}
.ny_dh ul li:hover{background:#0982e9;}
.ny_dh ul li:hover a{color:#fff;}
/*内页导航*/


/*内页框架*/
.ny_dbj{width:100%; background:#f1f1f1; padding:50px 0 0 0;}
.ny_bj{width:100%; background:#fff; border-top:1px solid #ebebeb; padding:0 0 20px 0;}
.ny_kj{padding:0 0 0 0;width: 1200px;margin: 0 auto} 
.ny_kj .ny_wb{line-height:26px; color:#666; font-size:15px;}
/*内页框架*/


.ny_dh ul {
	width: 1200px;
	margin:  0 auto;
}
/*公司简介*/
.gsjj{ overflow:hidden; padding:35px 0;width: 1200px;margin: 0 auto;}
.gsjj_bt{display:none; margin-bottom:30px;}
.gsjj_bt .gsjj_bt_t{ font-size:22px; color:#484848;}
.gsjj_bt .gsjj_bt_b{ font-size:18px; color:#999;}
.gsjj .gsjj_img{width:90px; float:left;}
.gsjj .gsjj_wz{ float:right; line-height:26px;}
/*bt*/
.bt{margin-bottom:30px; clear: left;}
.bt b{font-size:45px;color:#B7B7B7  }
.bt p{font-size: 30px;font-weight: 600;color:#2b4278;;padding:6px 0 0px 0;}



/*公司简介*/
.gsjj{ overflow:hidden; padding:35px 0;width: 1200px;margin: 0 auto;}
.gsjj_bt{display:none; margin-bottom:30px;}
.gsjj_bt .gsjj_bt_t{ font-size:22px; color:#484848;}
.gsjj_bt .gsjj_bt_b{ font-size:18px; color:#999;}
.gsjj .gsjj_img{width:90px; float:left;}


.gsjj .gsjj_wz{ float:right; line-height:26px;}




/*ny-cp*/
#ny-cp ul{
	margin-left: -1%;
	text-align: center;
}

#ny-cp ul li{
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 2%;
	padding: 0;
	
}
#ny-cp ul li p{
	width: 100%;
	padding:10px;
	background: #bdbdbd;
	color: #f1f1f1;
}
#ny-cp ul li:hover p{
	background: #2b4278;
}
#ny-cp ul li img{width:200%;}


/*产品详情*/

.product_kuan{width:100%;margin: 40px auto; overflow: hidden}
.product_xq{width:100%; margin:0 auto; }
.sp-wrap{ display:none; line-height:0; font-size:0;}
.sp-thumbs{ width:100%;}
.sp-thumbs img{ max-width:100%;}
.sp-thumbs a:link, .sp-thumbs a:visited{ margin:0 0 0 1%; width:24%; height:46px; overflow:hidden; opacity:.3; display:inline-block; background-size:cover; background-position:center; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -ms-transition:all .2s ease-out;-o-transition:all .2s ease-out; transition:all .2s ease-out;}
.sp-thumbs a:hover{ opacity:1;}
.sp-thumbs a:active, .sp-current{ opacity:1!important; position:relative;}
.sp-large{ border:1px solid #eee; position:relative; overflow:hidden; width:100% !important; margin:0 0 2% 0;}
.sp-large a img{ max-width:100%; height:auto;}
.sp-large a{ display:block;}
.sp-zoom{ position:absolute; left:-50%; top:-50%; cursor:-webkit-zoom-in; cursor:-moz-zoom-in; cursor:zoom-in; display:none;}
.sp-lightbox{ position:fixed; top:0; left:0; height:100%; width:100%; background:rgb(0, 0, 0); background:rgba(0, 0, 0, .9); z-index:500; display:none; cursor:pointer;}
.sp-lightbox img{ position:absolute; margin:auto; top:0; bottom:0; left:0; right:0; max-width:90%; max-height:90%; border:2px solid #fff;}
#sp-prev, #sp-next{ position:absolute; top:50%; margin-top:-25px; z-index:501; color:#fff; padding:14px; text-decoration:none; background:#000; border-radius:25px; border:2px solid #fff; width:50px; height:50px; box-sizing:border-box; transition:.2s;}
#sp-prev{ left:10px;}
#sp-prev:before{ content:''; border:7px solid transparent; border-right:15px solid #fff; position:absolute; top:16px; left:7px;}
#sp-next{ right:10px;}
#sp-next:before{ content:''; border:7px solid transparent; border-left:15px solid white; position:absolute; top:16px; left:18px;}
#sp-prev:hover, #sp-next:hover{ background:#444;}
@media screen and (max-width: 400px) {
	.sp-wrap{ margin:0 0 15px 0;}
	#sp-prev, #sp-next{ top:auto; margin-top:0; bottom:25px;}
}
.product_xq_right{ float:right; width:54%; font-size:14px; color:#525252; line-height:24px;}
.product_xq_right h2{ font-size:20px; line-height:26px; color:#2b4278; padding:0 0 8px 0; margin:0 0 12px 0;}
.yx{width: 110px;float: right;height: 100%; }
.yx img{width: 100%;margin-top:12%}
.products_detail_two p{
	clear: left;
	margin:10px 5px; 
}
.products_detail_two{ display:block; height:auto; overflow:hidden; margin:36px 0 0 0; background:#fff; font-size:14px; color:#525252; line-height:24px;position: relative;}
.products_detwo_titel{ border-bottom:solid 1px #e8e8e8; border-top:solid 1px #e8e8e8; height:55px; line-height:55px;}
.products_detwo_titel a{ cursor:pointer; float:left; font-size:16px; text-align:center; display:block; height:55px; border-right:solid 1px #e8e8e8; border-top:none; padding:0 5%;}
.products_detwo_titel a.cur,.products_detwo_titel a:hover{ color:#fff; background:#2b4278; text-decoration:none;}
.borleft{ width:100%; border-left:solid 1px #e8e8e8;}

.products_decon{ width:100%; margin:0 auto;}
.pro_con{ display:none; padding-top:30px; font-size:14px; color:#666; line-height:24px;}
.produxt_common{ padding-bottom:30px; display:block; height:auto; overflow:hidden; width:100%;}
.produxt_common ul { padding-top:20px;}
.produxt_common ul li{ border:solid 1px #ddd; width:225px; float:left; margin-right:19px; text-align:center; padding:5px 4px 20px 4px;}	

.banh{width: 100%;text-align: center;display: none;overflow: hidden}
.banh p{padding:1% 0 1% 0;background: #2E3032; margin-bottom: 48px;color: #f1f1f1;}

/*内页新闻和知识中心*/
.ny-gsjj-nr{width: 1200px;margin:0px auto;}
.ny-gsjj-nr ul{ margin-bottom:0px;margin-top:70px; }
.ny-gsjj-nr ul li img {float: left;transition: all 0.4s ease;margin-bottom: 10px;}
.ny-gsjj-nr ul li{ border-bottom: 1px solid #D6D6D6; overflow: hidden; margin-bottom: 35px;width: 100%}
.ny-gsjj-nr ul li h2{ margin-bottom:30px;font-size:16px;transition: all 0.8s ease;font-weight: 900}
.ny-gsjj-nr ul li h2 p{float:right;transition: all 0.2s ease;font-size: 16px;margin-right: 100px;}
.ny-gsjj-nr ul li p{ font-size: 14px; line-height: 24px;color: #575757;transition: all 1.2s ease;padding-bottom: 30px;}

.ny-gsjj-nr ul li:hover p{margin-left:10px;color: #da291f;}
.ny-gsjj-nr ul li:hover h2{margin-left: 10px;color: #da291f;}
.ny-gsjj-nr ul li:hover img{margin-left:10px;color: #da291f;}

/*xw*/
.xw_xq{ padding-bottom:20px; margin-bottom:40px; border-bottom:1px #ccc dotted; text-align:center;}
.xw_xq .xw_xq_bt{ font-size:18px; color:#444; font-weight:600;}
.xw_xq .xw_xq_rq{ margin-top:20px; font-size:13px;}
.xw_xq .xw_xq_rq span{ color:#999}

.xw_more{margin-top:40px;}
.xw_more a{display:inline-block; line-height:40px; padding:0 16px; color:#fff; background:#c82126 ;}

.jiathis_style_24x24{ overflow:hidden; margin-top:30px;}
.jiathis_style *{ border:none !important;}

.xwxq_sxp{width:100%; overflow:hidden; margin:30px 0 0 0;}
.xwxq_sxp a{display:block; margin-bottom:10px; transition: all 0.7s;}
.xwxq_sxp a:hover{color:#c82126;}
.xwxq_sxp a span{ font-weight:600; color:#444;}

.hz{
	
}

.hz ul {
	margin-left: -25px;;
	margin-top: 20px;
	
}
.hz ul li{
margin:0 0 0 25px;
	padding: 0;
	width: 240px;
	float: left;
}
.hz ul li p{
	padding-top: 5px;
} 
.hz ul li img{
	border: 1px solid #EBE6E6
	
}

#diz{
	width: 1200px;
	margin: -40px auto 0 auto;
}

#diz li{
	width: 400px;
	float: left;
	margin-bottom: 20px;
}
#diz li h3{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
	
}
#diz li p{
	margin:10px 0; 
	padding-right:40px;
}

/*lian-xi*/
.lxfs{  overflow:hidden; position:relative;margin-top: 20px;width: 100%;}
.lxfs .lxfs_dt{width:1200px; height:400px;
margin: 0 auto
}

/*客户留言*/
.zxly{margin-top:-40px; }
.zxly ul{ margin:4% 0 -1% -1%;}
.zxly ul:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.zxly ul li{width:48%; float:left; margin:0 0 2% 2%; border:1px #ededed solid;}
.zxly ul li .input_txt{width:100%; border:none; padding:0 0 0 20px;line-height:40px; background:#f3f3f3;}
.zxly ul .textarea{width:98%; margin:0 0 0 2%;}
.zxly ul li textarea{width:100%; height:120px; border:none; padding:10px 20px;background:#f3f3f3;}
.zxly .more{width:140px; overflow:hidden; margin:60px auto 0 auto;}
.zxly .more .input_btn{width:140px; height:40px; text-align:center; margin:0 auto; background:#444; font-size:16px; border:none; color:#fff;}


/*人才招聘*/
.middle{
	width:100%;
	margin: 0px auto 20px auto;
	overflow: hidden;
}
.middle .leftMenu{
	width:100%;
	float: left;
}
.middle .leftMenu .topMenu{
	height: 42px;
}

.middle .leftMenu .topMenu .changeMenu{
	cursor: pointer;
}
.middle .leftMenu .topMenu .banshi{
	padding-left: 23px;
}
.middle .leftMenu .topMenu .menuTitle{
	text-align: center;
	color: #F2F2F2;
	float: left;
	line-height: 42px;
	font-size: 16px;
	width: 120px;
}

.menu_list ul li{
	display: block;
	text-align: center;
	width: 100%;
	padding-left: 0;
}
.menu_list ul li:hover{
    background:#fff; 
}
.menu_list ul li .fuMenu{
	color: #585858;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	text-align:left;
	padding: 8px 0px 20px  0;
	font-family: "微软雅黑";
	width:100%;
	border-bottom:1px solid #898989;; 
}
.menu_list ul li .xiala{
	float: right;
	margin-top: -24px;
	margin-right:10px;
	display: block;
}
.menu_list ul li .div1 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	}
.menu_list ul li .div1 .zcd{
	color:#757575;
	font-size: 14px;
	background-color:#FFFFFF;
	cursor: pointer;
	padding: 2px 14px;
	line-height:20px;
	text-align: left;
	width: 100%;
	list-style-type: decimal;

}
.div1 {
	height:100%;
	display: none;
}
.removes{
	color: #0FB9EF !important;
	border-left: 3px solid #0FB9EF;
}
.div3 h2{
	font-size: 16px;
	text-align: left;padding: 5px 11px;
	color: #ff9442;
	}
.li_11{border-bottom:1px solid #FFFFFF;margin-bottom:45px;}


.pf-xz {
	position: absolute;
	right: 0;
	top:2px;
}
.pf-xz a{
	height: 30px;;
	border: none;
	font-size: 14px;
	background: #fff;
	width: 140px;;
}
.pf-xz:hover a{
		height: auto;
	border: none;
	font-size: 14px;
	background: #fff;
	color:#484848

}
.pf-xz img{
	margin-top:18px;
	margin-right: 10px;
}



/*导航*/
.mobile-inner{ float:right; margin-top:3px; transition:all 0.5s;display: none;z-index: 888;text-align: left;}
.mobile-inner img{width: 100%;margin-bottom: 30px;}
.mobile-inner p{color: #676767;line-height: 25px;font-size: 16px;padding-bottom: 30px;padding-right: 30px;padding-left: 30px;margin:0px;}
.mobile-inner-header{height: 50px;z-index:10;}
.mobile-inner-header-icon{height:50px;text-align: center;width: 50px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;background: #f1f1f1}

.mobile-inner-nav{background:#ca1926;width: 100%;position:fixed;top: 67px;left: 0px;bottom:0px;padding-top: 30px;padding-bottom: 80px;display: none;z-index:21;z-index: 99}
.mobile-inner-nav a{display:block;line-height: 50px;text-decoration: none;width:96%; margin:0 auto; color: #FFFFFF;border-bottom: solid 1px rgba(255,255,255,0.3);transition: all 0.5s;font-weight:300;}

.mobile-inner-header-icon:hover{background-color: rgba(255,255,255,0.2);cursor: pointer;}
.mobile-inner-header-icon span{position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 2);width: 25px;height: 2px;background-color: rgba(0,0,0,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
	
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}		
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}
/* flexslider */

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url( ../image/bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp:2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/


}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;

}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../image/sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {padding-top:15px; display:inline-block;}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	background: none;
}
.block_home_slider .flex-control-paging li a {width:0px; height:12px; display:block; background-repeat:no-repeat; background-image:url(sprite_nav_3.png); text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}

.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}



.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}


.cx{
	display: none;
}

.AP_foot {position:fixed;bottom:0;width:100%;box-sizing:border-box;background:repeating-linear-gradient(#303030,#303030);opacity:0.9; z-index:99;display:none;}
.AP_foot:after {content:"";display:block;visibility:hidden;clear:both;}
.AP_foot a {width:25%;text-align:center;box-sizing:border-box;float:left;color:#fff;font-size:1.1em;padding:5px 0;}
.tel:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left top;background-size:20px auto;}
.signup:before {content:"" ;display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left -20px;background-size:20px auto;} 
.ask:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left -40px;background-size:20px auto;}
.query:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../images/main_icon.png) no-repeat left -80px;background-size:20px auto;}



/*nydh*/
.y-dh{width: 96%;margin: 20px auto 5px auto;overflow: hidden}
.y-dh ul{margin-top:10px }
.y-dh ul .z{font-size:18px;font-weight: 600;color: #484848;}
.y-dh ul .z p{height: 20px;width: 4px;background:#2156A3;float: left;margin-right: 8px;margin-top:4px}
.y-dh ul .y{float: right;margin-top: -15px;font-size: 12px;color: #979797;}

.y-dh ul div.xx{width: 100%;height:0px;border: 1px dashed #8C8C8C;margin-top: 5px}


/*cd*/

.content_left .title{ background:#265397; color:#fff; padding:5px 20px 15px 5px;  font-size:16px}
.content_left .title span{background:url(img/ioc.png) no-repeat 0 center; padding-left:22px;}
.left_nav{border:1px solid #e6e6e6; border-top:0; overflow:hidden; padding-bottom: 10px;}
.left_nav ul{margin-top:-1px;}
.left_nav li{padding:0 0px}
.left_nav li .t{  padding:5px 10px ; position:relative;font-size: 12px;margin: 5px 0;border-bottom: 1px solid #f1f1f1}
#s{background: #265397}
 #s a{color: #f1f1f1;}



.content_left {
	margin-top: 10px;
}


.an{
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    border-top: solid 1px #e1e1e1;
    text-align: center;
    color: #f1f1f1;
    float: left;
    
}
.an div{
    float: left;
    margin-left: 15px;
}
.an a{
    color: #f1f1f1;
    margin-left: 15px;
}