@charset "utf-8";

@font-face {
  font-family: 'COND';
  src: url('../font/AKZIDENZGROTESK-COND.OTF');
}

body{margin:0px; font-size:14px; color:#444; font-family:"微软雅黑"; background:#ffffff;}
*{padding:0px; margin:0px; box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,h7,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6,h7 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px;  border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none; vertical-align:middle;}
img {    
image-rendering: -moz-crisp-edges; /* Firefox */     
image-rendering: -o-crisp-edges; /* Opera */      
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; \
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
li{list-style:none;}
a{color:#444; text-decoration:none;}
a:hover{color:#000;}
.clear{overflow:hidden; clear:both; height:0px;}
.clearfix:after {content: '';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {/*兼容 IE*/zoom: 1;}

::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#666;}
::-webkit-scrollbar-thumb{background-color:#ddd;}
::-webkit-scrollbar-thumb:hover{background-color:#0fa74b;}
::-webkit-scrollbar-thumb:active{background-color:#0fa74b;}


.fl {float: left;display: inline;}/* 左浮动 */
.fr {float: right;display: inline;}/* 右浮动 */
.p10{padding: 10px!important}
.p15{padding: 15px!important}
.mt0{ margin-top: 0!important; }
.mt5{ margin-top: 5px!important; }
.mt7{ margin-top: 7px!important; }
.mt10{ margin-top: 10px!important; }
.mt15{ margin-top: 15px!important; }
.mt20{ margin-top: 20px!important; }
.mt25{ margin-top: 25px!important; }
.mt30{ margin-top: 30px!important; }
.mt35{ margin-top: 35px!important; }
.mt40{ margin-top: 40px!important; }
.mt45{ margin-top: 45px!important; }
.mt50{ margin-top: 50px!important; }
.mt55{ margin-top: 55px!important; }
.mt60{ margin-top: 60px!important; }
.mt65{ margin-top: 65px!important; }
.mt70{ margin-top: 70px!important; }
.mt80{ margin-top: 80px!important; }
.ml0{ margin-left: 0!important; }
.ml10{ margin-left: 10px!important; }
.ml15{ margin-left: 15px!important; }
.mb0{ margin-bottom: 0!important; }
.mb5{margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px!important; }
.mb15{ margin-bottom: 15px!important; }
.mr0{ margin-right: 0!important; }
.mr10{ margin-right: 10px!important; }
.mr15{ margin-right: 15px!important; }
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f32{font-size:32px;}
.f36{font-size:36px;}
.f40{font-size:40px;}
.f48{font-size:48px;}




.con { width:90%; margin:0px auto;}
@media only screen and (max-width:1440px){
.con { width:90%; margin:0px auto;}	
}
@media only screen and (max-width:995px){
.con { width:94%; margin:0px auto;}	
.f28{font-size:22px;}
}


.header{width:100%; position:fixed; top:0; left:0; z-index:99; background:#fff; border-top:6px solid #0e6eb8;}
.header.on{ background: rgba(255, 255, 255, 0.99);}
.header .logo{width:220px; float:left; padding-top:6px; }
.header .logo img{width:100%; height:auto; display:block;}

.header .s_ch{height:35px; width:35px; font-weight:bold; line-height:35px; text-align: center; background:;  color:#fff; background: #0e6eb8; border-radius: 100px; font-weight: 900;float:right; cursor:pointer;  margin-top: 28px; 
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-size:20px; color:#fff; font-weight: 900;}

.header .language {
	float: right;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #333;
	margin-top:30px;
	margin-right:30px;
	cursor: pointer;
	position: relative;
	z-index: 9;
	font-family:"Arial";
 font-size:16px;
}
.header.on .language {
	color: #555;
}
.header .language .l_m i {
	display: inline-block;
	vertical-align: middle; 
	margin-top: -5px;
	margin-right: 5px;
}
.header .language .x_l {
	width: 120px;
	padding-top: 8px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: none;
}
.header .language .x_l:before {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 8px solid #0e6eb8;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}
.header .language .x_l ul {
	padding: 5px 15px;
	background-color: #0e6eb8;
}
.header .language .x_l ul li a {
	color: #ddd;
	line-height: 36px;
	display: block;
}
.header .language .x_l ul li a:hover {
	color:#fff;
}




.header.on .an i{color:#0e6eb8;}
.header .an{position:absolute; top:0; right:3%; height:18px; width:30px; display:none; margin-top:24px; }
.header .an span{width:30px; height:2px; background:#0e6eb8; display:block; position:absolute;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);}


.header .nav{  float:right;}
.header .nav i{font-size:18px; color:#666; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.header .nav ul li{margin:0px; line-height:90px; float:left; position:relative; padding:0px 40px 0px 0px;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;
-webkit-transition:all .5s; font-size:16px;}
.header .nav ul li a { font-size:16px;}
.header .nav ul li span{width:0; height:2px; background:#0e6eb8; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.header .nav ul li.on a{color:#0e6eb8;}
.header .nav ul li:hover a { color:#0e6eb8;}
.nav .y_j{position:relative;}
.nav .e_j{width:200px; background:#fff; position:absolute; top:90px; left:0; display:none; z-index:9999;  overflow: hidden; }
.header .nav ul li .e_j a{display:block; font-size:14px; color:#333; line-height:40px; text-align:left;  font-weight:normal; padding-left: 20px; }
.header .nav .e_j a:hover{ color:#fff; background:#0e6eb8;}
.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
@media only screen and (max-width:1360px){
.header .nav ul li{ padding:0px 30px 0px 0px;}
}
@media only screen and (max-width:995px){
.header{padding:0%; height: 60px; background: #fff; border-top:0px solid #0e6eb8;}
.header .logo{width:150px; float:left; padding-top:3px;}
.header .logo img { width:100%; height:auto;}
.header .s_ch{height:30px; width:30px; line-height:30px;  margin-right:45px; float:right; margin-top: 18px;}
.header .s_ch i{font-size:18px; color:#fff; font-weight: 900;}
.header .an{display:block;}
.header .language {margin-top:18px;margin-right:20px; font-size:16px;}
.header .nav ul { width: 100%;}
.header .nav{width:100%; padding:15px 5%;  height:100%; position:fixed; top:60px; margin-top:0; left:-100%; z-index:11; overflow:auto; background: rgba(255, 255, 255, 0.9);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; z-index:65; margin-left:0;}
.header .nav.on{left:0; margin-top:0} 
.header .nav ul li.on span{width:0%;}
.header .nav ul li:hover span{width:0%;}
.header .nav ul li:hover a { color:#0e6eb8;}
.header .nav i{display:block; }
.header .nav ul li{
	/* [disabled]line-height:50px; */
	text-align: left; line-height:50px;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.header .nav ul li a {font-size:16px; color:#333;}
.header .nav ul li:after { background: rgba(0,0,0,0);}
.header .nav .e_j{padding:0px;  background:none; position:relative; top:auto; left:auto; width:100%; height: auto; margin-left:0px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j.n{display:block !important;}
.header .nav ul li .e_j a{display:block; font-size:14px; color:#666; margin-left:0px; text-align: left;}
.header .nav ul li .e_j a:hover { color: #fff; padding: 0 10px;}
}





.head_h{width:100%; height:90px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}


.search{width:100%; background: rgba(14, 110, 184, 0.8); position:fixed; top:95px; left:0; z-index:101; display:none;}
.search .container{ position: relative;}
.search .sc_gb{position:absolute; top:50%; margin-top:-25px; right:15px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.search .sc_gb i{font-size:26px; line-height:40px; color:#fff;}
.search .sc_nr{width:700px; margin:20px auto; border: 1px solid rgba(255, 255, 255, 0.3);}
.search input{width:430px; height:40px; font-size:14px; line-height:40px; color:#fff; float:left; padding-left: 15px;}
.search input::placeholder{color:#fff;}
.search button{width:70px; height:40px; line-height:40px; text-align:center; color:#fff; float:right; outline:none;}
.search button i{font-size:30px;}
@media only screen and (max-width:992px){
.search{ top:65px;}
.search .sc_gb{position:absolute; top:50%; margin-top:20px; right:15px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb i{font-size:22px;}
.search .sc_nr{width:85%;float: left;}
.search input{width:80%; font-size:15px; float: left;}
.search button{width:15%;}
.search button i{font-size:26px;}
}


.head_h{width:100%; height:90px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}



.gallery-top{width:100%; position:relative; height: 100vh; }
.gallery-top .swiper-slide img{width:100%; height: 100vh; display:block;}
.gallery-top .swiper-slide .bj {position:absolute; left:0; top:0; height: 100%; width: 100%; background: rgba(0,0,0,.5);}
.gallery-top .swiper-slide .wz{width:90%; color:#fff; position:absolute; left:5%; top:42%; text-align:left;}
.gallery-top .swiper-slide .wz h3{font-size:54px; height:80px; font-weight:bold;}
.gallery-top .swiper-slide .wz h2{font-size:30px;  line-height:60px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz p{font-size:22px; letter-spacing:1px; line-height:36px; }
.gallery-top .swiper-slide .wz a { background:#ba0000; width:200px; height:45px; line-height:45px; color:#fff; display:block; text-align:center; font-size:16px; margin:20px 0px 0px 0px;}
.gallery-top .swiper-slide .wz i { margin-left: 10px;}
.gallery-top .swiper-button-next{width:45px; height:45px; background:url(../images/h_yj.png) no-repeat; right:20px;background-size:45px 45px; -webkit-background-size:45px 45px; -moz-background-size:45px 45px; -ms-background-size:45px 45px; -o-background-size:45px 45x;}
.gallery-top .swiper-button-prev{width:45px; height:45px; background:url(../images/h_zj.png) no-repeat; left:20px; background-size:45px 45px; -webkit-background-size:45px 45px; -moz-background-size:45px 45px; -ms-background-size:45px 45px; -o-background-size:45px 45x;}
@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height: 55vh;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: auto; height:55vh; position: absolute; left:60%;  transform:translateX(-60%); top:0; }
.gallery-top .swiper-slide .bj { display: none;}
.gallery-top .swiper-slide .wz{width:85%; color:#fff; }
.gallery-top .swiper-slide .wz h3{font-size:26px; height:45px;}
.gallery-top .swiper-slide .wz h2{font-size:16px;  line-height:25px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz a { background: #0e6eb8; width:120px; height:30px; line-height:30px; margin:20px 0px 0px 0px;}
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}


/*links*/
.links-box { width: 94%; margin:40px auto; display:none; }
.links-box ul li { width:20%; margin:0 6.6% 3% 0; float:left; text-align:center; }
.links-box ul li .tp { width:100%; height:auto;background: #0e6eb8; border-radius:100%;}
.links-box ul li .tp img { width:100%; height:auto;}
.links-box ul li p { font-size:14px; line-height:40px;}
.links-box ul li:nth-child(4n) { margin-right: 0; }
@media only screen and (max-width:992px){
.links-box { display: block; }	
	}





.gy_bt{width:100%;  text-transform:uppercase; margin:0px 0px 40px 0px; text-align: center; user-select:none; position:relative; padding-bottom:30px; }
.gy_bt h3{font-size:38px; line-height:44px; color:#0e6eb8; margin-top:-60px; font-weight:bold; z-index:1; position:absolute; text-align:center; width:100%; }
.gy_bt p { font-size:24px; color:#ccc; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; letter-spacing:3px; opacity:.5; z-index:0;}
@media only screen and (max-width:992px){
.gy_bt{ margin:20px 0px;}
.gy_bt h3{font-size:24px; line-height:44px; padding-bottom:10px; margin-top:-40px;}
.gy_bt p { font-size:14px; color:#999; padding-top:0px}	
}


.sy_gy { width:100%; overflow:hidden; margin: 0px auto;background:#f6f6f6; padding:80px 0px 80px 0px; position: relative; z-index: 1; }
.sy_gy .left { width:50%; float:left; background:#fff; padding:4%; }
.sy_gy .left .wz h2{font-size:56px; line-height:60px;  color:#f0f0f0;  font-family:Arial; font-weight: 600; }
.sy_gy .left .wz h3 i { width: 60px; height: 4px; background:#0e6eb8; display: inline-block; float: left; margin: 20px 10px 0px 0px;}
.sy_gy .left .wz h3{font-size:30px;height:60px;  color:#333; position: relative; left: 0; top: 0; margin-top: -50px;}
.sy_gy .left .wz h4 { font-size:28px; font-weight:bold; margin-bottom:12px; color:#000;}
.sy_gy .left .wz span { width:50px; height:3px; background:#ca0f18; display:block; margin:0px 0px 10px 0px;}
.sy_gy .left .wz p { font-size:15px; line-height:28px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5;  overflow: hidden; }
.sy_gy .left .gdd { height: 15px;} 
.sy_gy .left .wz p { font-size:15px; line-height:30px; text-align:justify; color:#666;}
.sy_gy .right { float: right; width: 50%; }
.sy_gy .right p { font-size:15px; line-height:30px; text-align:justify; color:#666; padding-top:10px;}
.sy_gy .right img { width: 100%; height: auto;}

.mr { width:160px; height:40px; text-align:center; line-height:38px;  margin:20px 0px 0px 0px; }
.mr a {color:#fff; font-size:15px; display:block; background:#0e6eb8;}
.mr:hover a { background:#ba0000;color:#fff; font-size:15px; display:block; }
.mr i { margin-left: 15px;}

@media only screen and (max-width:995px){
.sy_gy {padding:0px 0px 40px 0px;  }
.sy_gy .con { width:100%;}
.sy_gy .left { width:100%;  margin-top:0px;left:0; top:0; padding: 20px; margin-left: 0%; position: relative;background:#f6f6f6;}
.sy_gy .left .wz h2{ font-size:40px; line-height:60px;}
.sy_gy .left .wz h3{font-size:22px; height:50px; padding-top:10px; margin-top: -50px;}
.sy_gy .left .wz h3 i { margin: 13px 10px 0px 0px;}
.sy_gy .left .wz h4 { font-size:24px;}
.sy_gy .left .wz p { font-size:14px; line-height:26px; word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.mr { margin-top:20px;}
.sy_gy .right { float:none; width: 100%; margin-left: 0%;}
}




/*解决方案*/
.solution-wrap { width: 100%; margin:120px auto;}
.solution-cont { width: 90%; margin: 0px auto; }
.solution-img { width: 19%; height: auto; margin:0 0.5% 0 0.5%; position: relative; overflow: hidden; }
.solution-img .img-box1 { width: 100%; height: 380px; overflow: hidden; }
.solution-img .img-box1 img {object-fit: cover;    width: 100%; height: 100%;}
.solution-img>p { width: 100%; text-align: center; position: absolute; bottom: 30px; left: 0; z-index: 3; color: #fff; font-size: 20px; font-weight:bold;}
.solution-img .mask { width: 91.5619%; height: 86.8%; background-color: #2565c6; background-color: rgba(14,110,184,.8); position: absolute; left: 4.219%; top: 8%; z-index: 9; text-align: center; color: #fff; display: none;}
.solution-img .mask h3 { font-weight: 400; font-size: 20px; padding: 15% 0 2%; position: relative;font-weight:bold;}
.solution-img .mask h3:before { content: ''; display: block; width: 26px; height: 1px; background-color: #fff;  position: absolute; bottom: 0; left: 50%; margin-left: -13px;}
.solution-img .mask>p { width: 80%; line-height: 34px; font-size:16px; margin: 5% auto 5%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.solution-img .mask .links { width: 70%; margin: 0 auto; overflow: hidden; }
.solution-img .links a { display: block; float: left; width: 50%; padding: 5% 0; color: #fff;background: #ba0000;}
.solution-img .links a.shipin { background: #fff; color: #333; }
@media only screen and (max-width:1440px){
.solution-cont { width: 90%; margin: 40px auto 0; }
.solution-img .links a {  padding:3% 0;}
.solution-img .mask h3 { font-weight:400; font-size:18px; padding: 15% 0 2%; position: relative;font-weight:bold;}
.solution-img .img-box1 { width: 100%; height:250px;  }
.solution-img .mask>p { width: 90%; font-size:14px; line-height:24px; overflow:hidden; height:48px;}
}
@media only screen and (max-width:992px){
.solution-wrap { width: 100%; margin: 60px auto 0px auto;}
.solution-cont { width: 94%; margin: 20px auto 0; }	
.solution-img { width: 100%; height: auto; margin:0 0 2% 0%; }
.solution-img .img-box1 { width: 100%; height:250px;  }
.solution-img>p {font-size: 18px;}
.solution-img .mask {  top: 8%; }
.solution-img .mask h3 { font-size: 18px; padding: 7% 0 2%; position: relative;}
}


/*视频中心*/
.shipin-cont { margin: 35px auto 0px auto; height: 500px; position: relative; overflow: hidden; width:75%;}
.shipin-box { width: 100%; height: 500px; position: absolute; left: 0; top: 0; z-index: 9; }
.shipin-list { width: 100%; height: 501px; position: relative; }
.shipin-list .list { position: absolute; overflow: hidden;}
.shipin-list .list.active { cursor: pointer; }
.shipin-list .img-box {/* width: 796px; height: 501px;*/ }
.shipin-list p { width: 100%; text-align: center; color: #fff; font-size: 18px; position: absolute; bottom: 16px; left: 0; z-index: 3;}
.prev-btn, .next-btn { display: block; width: 110px; height: 55px; color: #fff; font-size: 24px; cursor: pointer; position: absolute; top: 222px; z-index:10; }
.prev-btn { left: 50px; }
.next-btn { right: 50px; text-align: right;}
.prev-btn:after, .next-btn:after  { content: ''; display: block; width: 19px; height: 10px; background: url(../images/icons.png) no-repeat; position: absolute; right: 0; bottom: 0; z-index: 2; }
.prev-btn:after { background-position: -28px -28px; }
.next-btn:after { background-position: -5px -28px; }

/* Pop-ups YangFangLing 2018年9月25日 */
.video-frame{display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, 0.8);z-index: 9999999;}
.video-frame .box{ width:1000px; height:617px; border:5px solid #027ecc; position:absolute; z-index:5; left:50%; top:20%; margin-left:-500px; background-color:#000;  border-radius:5px;z-index: 99; box-sizing:border-box;}
.video-frame .box .close{ display:block; width: 25px; height: 25px; position:absolute; cursor:pointer; right:-30px; top:-5px}
.video-frame .box iframe { width:100%; height:100%; position:relative; z-index:2;}
.video-frame .box p { font-size:24px; width:100%; height:100%; line-height:617px; text-align:center; color:#fff; position:absolute; left:0; top:0; z-index:1; }
.shipin-wrap {  padding:120px 0px 80px 0px;}

@media only screen and (max-width:1440px){
.shipin-wrap {  padding:80px 0px;}
.shipin-cont {  height:170px; width:100%; }	
.shipin-list { height: 171px;}
.shipin-list p {font-size:14px; bottom: 13px; width:90%; margin-left:5%;}
.video-frame .box{ width:90%; height:300px; border:5px solid #027ecc; position:absolute; z-index:5; left:5%; top:20%; margin-left:0; background-color:#000;  border-radius:5px;z-index: 99; box-sizing:border-box;}
.video-frame .box p { font-size:12px;}
	}

@media only screen and (max-width:992px){
	.shipin-wrap {  padding:50px 0px;}	
}


/*核心优势*/
.core-wrap { width:100%; margin: 100px auto; padding:80px 0px 30px 0px !important }
.core-box { width: 90%; margin: 50px auto 80px auto; height: 450px;}
.core-box .infos { width: 50%; height: 480px; padding:3% 5% ;  color: #333; position: relative; background:rgb(255,255,255,0.2); text-align:left;}
.core-box .infos .txts { width: 100%; height: 100%; position: relative; z-index: 9; }
.core-box .infos h3 { font-size:28px; padding: 30px 0 20px; font-weight:bold; color:#fff; }
.core-box .infos em { font-family:  Arial; font-size: 16px; line-height: 40px;}
.core-box .infos p { width: 100%; margin: 30px auto 70px auto; line-height: 28px; color: #ddd; font-size:16px; }
.core-box .infos .z1 { font-size:18px; line-height:40px; color:#fff; font-weight:bold;}
.core-box .infos .z2 { font-size:18px; line-height:40px; color:#fff; font-weight:bold; padding-top:15px;}
.core-box .infos .z3{width: 100%; margin:0px auto 0px auto; line-height:24px; color: #ddd; font-size:14px;}
.core-box .infos i{ float:left; padding-right:20px;}
.core-box .infos i img { width:40px;}
.core-box .infos a { width: 185px; height: 60px; background-color: #fff; border-radius: 5px; line-height: 60px; position: absolute; bottom: 60px; left: 50%; margin-left: -120px; color: #0e6eb8; font-size: 16px; padding-left: 55px; text-align: left; display: none;}
.core-box .infos a:before { content: ''; display: block; width: 19px; height: 10px; background: url(../images/icons.png) no-repeat -28px -44px; position: absolute; right: 55px; top: 25px; z-index: 2; }
.core-box .infos .bg { width: 100%; height: 520px; background-color: #0e6eb8; position: absolute; left: 0; top: -16px; z-index: 0; display: none; /*box-shadow: 2px 2px 10px rgba(11,156,149,.4), -5px -5px 40px rgba(11,156,149,.4);*/}
.core-box .infos:hover { z-index: 9; }
.core-box .infos:hover, .core-box .infos:hover p { color: #fff; }
.core-box .infos:hover i{ color: #fff;}
.core-box .infos:hover a, .core-box .infos:hover .bg { display: block; }
@media only screen and (max-width:1440px){
.core-wrap { width: 100%; margin: 100px auto;}
}
@media only screen and (max-width:992px){
.core-wrap { width:100%; margin: 30px auto;padding:30px 0px 30px 0px !important }	
.core-box { width: 90%; margin: 20px auto 80px auto; height: 330px;}
.core-box .infos { width: 90%; margin-left:5%;  border: solid 1px #ddd; height: 360px; }
.core-box {width: 100%; margin: 30px auto; height: 240px; border:solid 0px #dddddd; }
.core-box .infos h3 { font-size: 24px; padding: 20px 0 15px; }
.core-box .infos p {  margin: 20px auto 40px auto; line-height: 24px;  font-size:14px; }
.core-box .infos .z1 { font-size:16px; line-height:35px;}
.core-box .infos .bg { width: 100%;}
.core-box .ygg { margin-top:30px;}
}


.ry_zz { width: 100%; margin:80px auto; background: #f6f6f6; padding:120px 0px 70px 0px;}
.zzz{ width: 90%; margin: 0px auto; position:relative;}
.zzz .ziyuan1{ width:90%; margin:40px auto; }
.zzz .ziyuan1 .swiper-slide{ position:relative;background:#fff;border-radius:10px;}
.zzz .ziyuan1 .swiper-slide i{ display:block; width:100%; padding-bottom:100%;}
.zzz .ziyuan1 .swiper-slide .tp {width:100%; height:auto; overflow: hidden;  }
.zzz .ziyuan1 .swiper-slide img{  width:100%; height:auto; overflow: hidden;}
.zzz .ziyuan1 .swiper-slide .wz { padding:10px 20px;  z-index: 19; width: 100%;}
.zzz .ziyuan1 .swiper-slide h1{ display:block; font-size:22px; color: #333; font-weight: bold; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight: bold; line-height:50px;}
.zzz .ziyuan1 .swiper-slide h2 { font-size:14px; color:#0e6eb8;}
.zzz .ziyuan1 .swiper-slide h2 a { font-size:14px; color:#0e6eb8;}
.zzz .ziyuan1 .swiper-slide p { font-size:14px; color:#666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden;  } 
.zzz .ziyuan1 .swiper-slide:hover img {-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s;}

.zzz .swiper-button-next{width:29px; height:48px; background:url(../images/right.png) no-repeat; right:0;  margin-top:-50px;background-size:29px 48px;}
.zzz .swiper-button-prev{width:29px; height:48px; background:url(../images/left.png) no-repeat; left:0; margin-top:-50px; background-size:29px 48px;}
@media only screen and (max-width:1440px) {
.zzz{ width:90%; margin: 0px auto; position:relative;}	
}
@media only screen and (max-width:992px) {
.ry_zz {padding: 50px 0px 30px 0px;}
.zzz{ width:94%; margin: 0px auto; position:relative;}
.zzz .ziyuan1{ width:100%; margin:20px auto; }
.zzz .ziyuan1 .swiper-slide .wz { padding:10px; text-align: left;  width: 90%;}
.zzz .ziyuan1 .swiper-slide h1{ display:block; font-size:16px; line-height:30px }
.zzz .ziyuan1 .swiper-slide h2 { font-size:14px; }
.zzz .ziyuan1 .swiper-slide h2 a { font-size:14px; }
.zzz .ziyuan1 .swiper-slide p { font-size:12px;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  } 

.zzz .swiper-button-next{ display: none;}
.zzz .swiper-button-prev{ display: none;}
}







.footer{width:100%; padding-top:80px; background:#222222; font-size:15px; line-height:30px; color:#797a7d;}
.footer h3{font-size:18px; color:#fff; margin-bottom:20px;}
.footer em{width:40px; height:2px; background-color:#fff; margin-bottom:20px; display:block;}


.footer .col-md-4 { width:25%; float:left; margin-right: 5%;}
.footer .l_x{margin-bottom:25px; line-height:30px;}
.footer .l_x i { margin-right: 5px;}

.footer .col-md-43 {float:left; width: 30%; }


.footer .l_y font { float: left; line-height: 46px; color: #FF0004; font-weight: bold;}
.footer .l_y input{width:48%; height:47px; font-size:12px;  border-bottom:1px solid #fff; line-height:46px; color:#fff; display:block; float:left}
.footer .l_y input:placeholder{color:#fff;}
.footer .l_y textarea{width:98%; margin-left: 1%; height:51px; background: none;padding:11px 0; border: none; border-bottom:1px solid #fff; font-size:12px; line-height:24px; color:#fff; display:block; resize:none; margin-bottom:20px; outline: none;}
.footer .l_y textarea:placeholder{color:#fff;}
.footer .l_y button{width:100px; height:35px; border-radius:3px; font-size:14px; line-height:35px; color:#fff; text-align:center; float:left; margin-right:20px; margin-left: 1%;}
.footer .l_y button.t_j{background-color:#0e6eb8;  color:#333; }
.footer .l_y button.c_z{background-color:#5b5b5b;}



.footer .s_j a{width:36px; height:36px; font-size:18px; text-align:center; line-height:32px; color:f6f6f6; display:block; float:left; margin-right:5px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.footer .s_j a:hover{ color:#fff;}
.footer .t_p{float:right; text-align: center;}
.footer .t_p img{width:100px; margin-bottom:10px;}
.footer .x_x{margin-top:50px; padding:25px 0; border-top:1px solid #333; ;}
.footer .x_x .l_f{float:left;}
.footer .x_x .r_t{float:right;}
.footer .x_x a{color:#fff; padding-left:10px;}
.footer .x_x a:hover{color:#fff;}
.footer .x_x span{padding-right:15px;}


.footer .col-md-42 {float:left; margin-right:8%; }
.footer .col-md-42 p a{ color:#797a7d; line-height:28px; font-size:14px}
.footer .col-md-42 p a:hover { color:#FFF;}


.footer .col-md-41 {float:right; width: 10%; }
.footer .lx{ width:100%}
.footer .lx li{ width:70%; float:left; }
.footer .lx li img{ width:90%}
@media only screen and (max-width:1360px){
.footer h3{font-size:16px; color:#fff; margin-bottom:15px; }
}
@media only screen and (max-width:992px){
.footer{padding:30px 0px 50px 0px;  line-height:24px;}
.footer .col-md-4 { width:100%; float: none;}
.footer .col-md-4 img { display:none;}
.footer .col-md-43 {float:none; width: 100%; }   
.footer h3{font-size:16px; text-align: left; }
.footer em{width:30px; margin-bottom:10px; margin-left: 0;}
.footer .l_x{margin-bottom:20px; line-height:26px; text-align: left;}
.footer .l_y input{width:46%; height:47px; font-size:12px;  border-bottom:1px solid #fff; line-height:46px; color:#fff; display:block; float:left}
.footer .l_y textarea{width:96%; margin-left: 1%; height:51px; background: none;padding:11px 0; border: none; border-bottom:1px solid #fff; font-size:12px; line-height:24px; color:#fff; display:block; resize:none; margin-bottom:20px; outline: none;}
.footer .col-md-41{ display:none;}
.footer .col-md-42 {display:none; }     
.footer .x_x{margin-top:35px; padding:20px 0;}
.footer .x_x span{padding-right:10px;}
.footer .col-md-41{ float: none; width:100%; padding-left:0%;}
.footer .x_x .l_f{float:none; text-align: center;}
.footer .x_x .r_t{float:none; text-align: center;}
}






.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.8); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:992px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}


.pc_kf{width:50px; position:fixed; right:5px; bottom: 100px; z-index:9;}
.pc_kf .nr{font-size:18px; text-align:center; line-height:50px; margin-bottom:10px; position:relative;}
.pc_kf .tel{width:160px; background-color:#0e6eb8; font-size:18px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .tell{width:260px; background-color:#0e6eb8; font-size:18px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .nr:hover .tel{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .ewm{width:130px; padding:10px 10px 0; background-color:#0e6eb8; position:absolute; bottom:0; right:-180px; opacity:0;}
.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.pc_kf .ewm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.pc_kf .nr:hover .ewm{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr a{display:block; width:50px; height:50px; box-shadow:0 0 5px #ccc;  background-color:#fff;  overflow:hidden;}
.pc_kf .nr i{color:#333; font-size:24px; vertical-align:middle;}

.pc_kf .fh{width:50px; height:50px;  background-color:#0e6eb8; text-align:center; line-height:50px; color:#fff; cursor:pointer;}
.pc_kf .fh i{font-size:30px; font-weight:bold;}
@media only screen and (max-width:992px) {
.pc_kf{right:10px; bottom:10px;  }
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; background-color:#0e6eb8; position:fixed; right:0; bottom:0; }
.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none; box-shadow:none; margin-bottom:0; float:left;}
.pc_kf .tel{display:none;}
.pc_kf .ewm{display:none;}
.pc_kf .nr a{display:block; width:100%; border-radius:0; background-color:#0e6eb8; box-shadow:none;}
.pc_kf .nr i{color:#fff;}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:23%; box-shadow:none; font-size:22px; float:left;}
}

	/*控制菜单的按钮*/
	.index_cy{
		width: 30px;
		height: 30px;
		background: url(../images/index_cy.png);
		position: fixed;
		right: 0;
		bottom: 0;
		margin-bottom: 60px;
		background-position: 62px 0;
		cursor: pointer;
	}
	.index_cy2{
		width: 30px;
		height: 30px;
		background: url(../images/index_cy.png);
		position: fixed;
		right: 0;
		bottom: 0;
		margin-bottom: 60px;
		background-position: 30px 0;
		cursor: pointer;
	}


.news-list-index {width:100%; margin:0px auto; background:#f6f6f6; padding:120px 0px 80px 0px;}
.news-list-index .nl-box .imb-box{width:45%;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .i-b img{width:100%;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a{display: block;color:#000;background-color: #fff;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a:hover{background-color: #0e6eb8;color:#fff;}
.news-list-index .nl-box .txt-box {width:51%;}
.news-list-index .nl-box .txt-box .list li{margin-bottom:20px;}
.news-list-index .nl-box .txt-box .list li:hover{background-color: #0e6eb8;}
.news-list-index .nl-box .txt-box .list li:hover a{color:#fff;}
.news-list-index .nl-box .txt-box .list li a{display: block;color:#202020;padding:37px 120px 37px 215px;position: relative;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b {padding:25px 130px 25px 20px;position: relative;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b:after {position: absolute;width:1px;height:80px;top:50%;margin-top:-40px;right:110px;background-color: #dadada;content: ''}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .title,
.news-list-index .nl-box .txt-box .list li .t-box .title{font-size:20px;overflow: hidden; white-space:nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .desc,
.news-list-index .nl-box .txt-box .list li .t-box .desc{font-size:16px;margin-top:10px; opacity:.5;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	overflow: hidden;}
.news-list-index .nl-box .txt-box .list li .time-box {position: absolute;height:82px;width:130px;left:30px;top:50%;margin-top:-41px;border-right:1px solid #dadada;}
.news-list-index .nl-box .txt-box .list li:hover .time-box {border-color:#fff;}
.news-list-index .nl-box .txt-box .list li .time-box .day{font-size:70px;line-height: 60px;color:#202020; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.news-list-index .nl-box .txt-box .list li:hover .time-box .day{color:#fff;}
.news-list-index .nl-box .txt-box .list li .time-box .y-m{font-size:18px;padding-left:3px;margin-top:5px;opacity: .5; font-family:Arial, Helvetica, sans-serif;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .more,
.news-list-index .nl-box .txt-box .list li .more{display: block;width:25px;height:10px; top:50%;margin-top:-5px;right:50px;position: absolute;
	-webkit-background-size:100% 100%; background-size:100% 100%;background-image: url("../images/ic-more.png")}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a:hover .more,
.news-list-index .nl-box .txt-box .list li:hover .more{background-image: url("../images/ic-more-w.png")}
@media only screen and (max-width:1680px) {
	.news-list-index .nl-box .imb-box{width:45%;}
	.news-list-index .nl-box .txt-box {width:50%;}
.news-list-index .nl-box .txt-box .list li{background-color: #fff;margin-bottom:10px;}
	}
	@media only screen and (max-width:1440px) {

.news-list-index .nl-box .txt-box .list li{background-color: #fff;margin-bottom:0px;}
	}

@media only screen and (max-width:992px) {
	.news-list-index { margin:0px auto; padding:50px 0px ;}
.news-list-index .nl-box .imb-box,
	.news-list-index .nl-box .txt-box {width:100%;margin-top:10px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b {padding:10px 95px 30px 0;position: relative;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b:after {height:70px;top:50%;right:70px;margin-top:-40px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .more{right:20px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-pagination{padding-left:0;bottom:5px;}
	.news-list-index .nl-box .txt-box .list li{display: none}
	.news-list-index .nl-box .txt-box .list li:nth-child(1){display: block;}
	.news-list-index .nl-box .txt-box .list li .time-box{}
	.news-list-index .nl-box .txt-box .list li .more{display: none;}
	.news-list-index .nl-box .txt-box .list li a{padding:8px 0 8px 100px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .title,
	.news-list-index .nl-box .txt-box .list li .t-box .title{font-size:18px;}
	.news-list-index .nl-box .txt-box .list li .time-box {height:66px;width:80px;left:5px;top:50%;margin-top:-33px;}
	.news-list-index .nl-box .txt-box .list li .time-box .day{font-size:40px;line-height: 40px;}
	.news-list-index .nl-box .txt-box .list li .time-box .y-m{font-size:16px;padding-left:3px;margin-top:5px;}
}




#getId{width:90%; margin:120px auto; padding:0;}
.tabT{width:15%;float:left;padding:0;margin:0px;height:400px;}
.tab,.tab li{padding:0;margin:0;border:none}
.tab{height:80px;display:block;}
.tab li{display:block;line-height:100px;padding:0px 10px;text-align:center;cursor:pointer; background:#0e6eb8;color:#fff; font-weight:bold; font-size:20px;}
.tab li.current{display:block;color:#fff;padding:0px 10px; background:#8bb255;}
.show,hidden{float:left;width:85%;text-align:left;height:400px; background:#f6f6f6; padding:60px 80px 80px 80px;}
.hidden{display:none;}

.yw1 { width:100%;}
.yw1 ul li { width:28%; float:left; margin:0 8% 0 0;}
.yw1 ul li i { width:60px;}
.yw1 ul li i img { width:70px;}
.yw1 ul li:nth-child(3n) { margin-right:0;}
.yw1 ul li h2 { font-size:18px; font-weight:bold; color:#0e6eb8; }
.yw1 ul li h3{ font-family:Arial, Helvetica, sans-serif; padding-bottom:30px; color:#666;}
.yw1 ul li p { font-size:14px; line-height:22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
.yw1 ul li a { width:100px; height:30px; line-height:30px;  background:#8bb255; color:#fff; font-size:14px; display:block; text-align:center; margin-top:30px;}


.yw2 { width:100%;}
.yw2 ul li { width:21.25%; float:left; margin:0 5% 0 0;}
.yw2 ul li i { width:60px;}
.yw2 ul li i img { width:70px;}
.yw2 ul li:nth-child(4n) { margin-right:0;}
.yw2 ul li h2 { font-size:18px; font-weight:bold; color:#0e6eb8; padding-bottom:40px; }
.yw2 ul li p { font-size:14px; line-height:22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5;  overflow: hidden;  }
.yw2 ul li a { width:100px; height:30px; line-height:30px;  background:#8bb255; color:#fff; font-size:14px; display:block; text-align:center; margin-top:30px;}

.yw3 { width:100%;}
.yw3 .left { width:45%; float:left;  font-size:18px; font-weight:bold; color:#0e6eb8; line-height:60px;}
.yw3 .left  span {background:#8bb255; color:#fff;  width:40%; height:50px; line-height:50px; display:inline-block; text-align:center; font-family:Arial, Helvetica, sans-serif; margin-right:3%;}
.yw3 .right { width:45%; float:right; font-size:18px;  color:#333; line-height:60px;}


.sy_hz { width: 100%; margin: 0px auto; padding:120px 0px 100px 0px; !important}
.sy_hz .zzz{ width: 90%; margin: 0px auto; position:relative;}

.sy_hz ul li { width:20%;  float:left; border:1px solid #ddd; text-align:center; padding-bottom:10px; font-size:16px; background:#fff; padding-top:10px; 
}
.sy_hz ul li img { width:80%; height:auto; margin:0px auto;}

.sy_hz ul li:hover{ transform:scale(1.1,1.1); box-shadow: 0px 0px 10px rgba(0,105,199,0.55);position:relative; z-index:2 }

@media only screen and (max-width:992px) {
.sy_hz { padding:50px 0px 30px 0px; !important}
.sy_hz .zzz{ width: 94%; margin: 0px auto; position:relative; }
.sy_hz ul li { width:50%; font-size: 14px;}
}


.nban{ width:100%; height:auto; font-size:0; overflow:hidden; position:relative;}
.nban img{ width:100%; height:auto;}
.nban .bj { position: absolute; left: 0; top:0; height: 100%; width: 100%; background:rgba(0,0,0,.3); z-index: 5;}
.nban .wz { position: absolute; left:10%; top:38%; z-index: 5; width: 80%; text-align: center; }
.nban .wz h1 { font-size: 46px; height: 60px; text-shadow: 0px 1px 3px rgba(0,0,0,.5); color: #fff;}
.nban .wz p { font-size:18px;text-shadow: 0px 1px 3px rgba(0,0,0,.5);color: #fff; line-height: 40px; padding-top: 15px;}
.nban .wz p a { color: #fff;}
@media screen and (max-width:1360px) {
.nban .wz { position: absolute; left: 5%; top:32%;}
}
@media screen and (max-width:992px) {
.nban{  height:220px; margin-top:0px;}
.nban img{ position:absolute; height:220px; width:auto; top:0; left:40%; transform:translateX(-40%); z-index:2}
.nban .wz { position: absolute; left:0; top:36%; width: 100%;}
.nban .wz h1 { font-size: 22px; height: auto; line-height: 36px; padding: 0px 20px; }
.nban .wz p { font-size:14px;padding-top: 0px;}
}

.ny_lx { margin:50px auto;}
.ny_lx h1 { font-size: 24px; height: 55px;}
.ny_lx .wz { font-size: 16px; line-height: 28px; color: #999; margin-bottom: 20px;}
.ny_lx .txt { width: 100%; height: 45px; line-height: 45px; background: #f6f6f6; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px; border: none;}
.ny_lx .ll { width: 48%; margin-bottom: 20px;}
.ny_lx .text{ width: 160px; height: 45px; line-height: 45px; background: #0e6eb8; text-align: center; color: #fff; font-size: 16px;margin-top: 15px;}
.ny_lx .txtt { width: 100%; height:120px; line-height: 45px; background: #f6f6f6; padding: 0 10px; box-sizing: border-box; color: #666;font-size: 16px; border: none; outline: none;}

@media only screen and (max-width:1440px) {
.ny_lx { margin:50px auto;}
}
@media only screen and (max-width:1023px) {
.ny_lx {margin:30px auto;}
.ny_lx h1 { font-size: 22px; height: 45px;}
.ny_lx .wz { font-size: 14px; line-height: 24px; color: #999; margin-bottom: 15px;}
.ny_lx .txt { font-size: 14px;}
}


.lxwm {  margin:0px auto; padding:50px 0px 60px 0px;}
.lxwm h6 { color: #666; font-size: 16px; text-align: center;}
.lxwm .zi { text-align:center; font-size:18px; line-height:50px; color:#333;}
.lxwm .dy { width:100%; padding-top:30px;}
.lxwm .dy ul li { width:23%; float:left; text-align:center; padding:40px 0px; margin: 0 2.6% 0 0; border: 1px solid #ddd; background: #fff;}
.lxwm .dy ul li h1 { font-size:18px; margin: 20px 0px 0px 0px; font-weight: bold;}
.lxwm .dy ul li:nth-child(4n) { margin-right: 0;}
.lxwm .dy ul li i{font-size: 26px; color: #0e6eb8;}
.lxwm .dy ul li .icon-youxiang { font-weight: bold; }
.lxwm .dy ul li p { font-size:16px; text-align:center; font-family:Arial, Helvetica, sans-serif; margin-top: 10px; padding: 0px 15px; height: 30px;}
.lx_de { width:100%;  margin-top:50px; text-align: center;}
.lx_de img { width: 100%; height: auto;}
@media only screen and (max-width:1440px) {
.lxwm {  margin:0px auto;}  
}
@media only screen and (max-width:995px) {
.lxwm { margin:0px auto;}
.lxwm h6 {font-size:16px; height: auto; margin-bottom: 10px;}
.lxwm .dy {padding-top:20px;}
.lxwm .zi {font-size:18px; line-height:24px;}
.lxwm .dy ul li { width:100%; float: none; margin-bottom: 10px;}
.lxwm .dy ul li p { font-size:20px;font-family:Arial, Helvetica, sans-serif;}
.lx_de { width:100%;  margin-top:30px; text-align: center;}
}

.ndh { width:100%; margin:0px auto; overflow:hidden; background: #f5f5f5; line-height:70px;}
.ndh ul li { display:inline-block; width:auto; line-height:70px; font-size:18px;  color:#333; }
.ndh ul li a {font-size:18px; padding:0px 30px; color:#333;  line-height:70px;display:block; }
.ndh ul li:hover a { background:#0e6eb8; display:block; color:#ffffff; font-weight:bold;}
.ndh ul li .on {background:#0e6eb8; display:block; color:#ffffff; font-weight:bold;}
.ndh .dhk { width: auto;}
@media screen and (max-width:1440px) {
.ndh ul li a {font-size:18px; padding:0px 25px; color:#333;  line-height:70px;display:block; }   
}
@media screen and (max-width:992px) {
.ndh { width:100%; margin:0px auto; overflow:hidden; background: #f0f0f0; line-height:50px;}
.ndh .con { width: 100%;}
.ndh ul li { width:49.333%; float: left; font-size:13px;color:#333; text-align: center; line-height:50px; }	
.ndh ul li a {font-size:13px; padding:0px 0px; line-height:50px;}
.ndh .dhk { width: 25%; }	
}



.yewu-news{ margin:50px auto;}
.yewu-news-list{ margin: 0px auto;}
.yewu-news-list > .yewu-news-list-item{display: flex;margin-bottom: 30px;}
.yewu-news-list > .yewu-news-list-item > .news-date{width:100px;padding-right:2rem;position: relative;}
.yewu-news-list > .yewu-news-list-item > .news-date::after{content:"";position:absolute;top:-8px;left:0;width:20px;height:4px;background-color:#ccc;}
.yewu-news-list > .yewu-news-list-item > .news-date >dt{font-size: 22px;}
.yewu-news-list > .yewu-news-list-item > .news-date >dd{font-size: 14px;color:#999}
.yewu-news-list > .yewu-news-list-item > .news-pic{padding-right:2rem}
.yewu-news-list > .yewu-news-list-item > .news-content{padding-right:2rem}
.yewu-news-list > .yewu-news-list-item > .news-content dt{font-size: 1.4rem;}
.yewu-news-list > .yewu-news-list-item > .news-content dd.date{font-size: 14px;color:#999;padding:.5em 0;}
.yewu-news-list > .yewu-news-list-item > .news-content dd.description{line-height: 1.7;color:#555; font-size:14px;}
.yewu-news-list > .yewu-news-list-item > .news-link{width:200px;text-align: center;padding-top:40px}
.yewu-news-list > .yewu-news-list-item > .news-link > a{display: block;white-space: nowrap;border:1px solid #ccc;border-radius:30px;padding:.6em 2em;}
.yewu-news-list > .yewu-news-list-item > .news-link > a:hover{border-color:#0e6eb8;color:#0e6eb8}
@media screen and (max-width: 992px) {
.yewu-news{margin-top:40px; }	
.yewu-news-list{ margin: 0px auto;}
.yewu-news-list > .yewu-news-list-item{ display: block;}
.yewu-news-list > .yewu-news-list-item > .news-date{width:100%;padding-right:0rem; display: block; padding-bottom: 10px;}
.yewu-news-list > .yewu-news-list-item > .news-date >dt{font-size: 22px; display: inline-block;}
.yewu-news-list > .yewu-news-list-item > .news-date >dd{font-size: 16px;color:#999;display: inline-block;}
.yewu-news-list > .yewu-news-list-item > .news-link{width:100%;text-align: center;padding-top:40px;display: block;}
.yewu-news-list > .yewu-news-list-item > .news-pic{padding-right:0rem;}	
.yewu-news-list > .yewu-news-list-item > .news-pic img{ width: 100%; height: auto;}	
.yewu-news-list > .yewu-news-list-item > .news-content{padding-right:0rem; margin-top: 10px;}
.yewu-news-list > .yewu-news-list-item > .news-link{width:100%;text-align: center;padding-top:20px}
}

/*翻页*/
.paging{width:100%; margin:0px auto 0px auto; text-align:center; overflow:hidden;}
.paging a{line-height:32px; color:#888; background-color:#fff; text-align:center; font-size:14px; border:1px solid #e7e7e7; width:32px; height:32px; margin:0 3px; display:inline-block;}
.paging a:hover{background-color:#0e6eb8; border:1px solid #0e6eb8; color:#fff;}
.paging a.on{background-color:#0e6eb8; border:1px solid #0e6eb8; color:#fff;}
@media only screen and (max-width:1023px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}

.ny_px {margin:0px auto; padding: 100px 0px; }
.ny_pxx {margin:0px auto; padding:100px 0px; background:#f6f6f6; }


.rj_cp { width:90%; margin:80px auto;background: #f6f6f6; overflow:hidden; }
.rj_cp .rl {border:1px solid #0e6eb8; width:150px; height:40px;color:#0e6eb8;font-size:14px; line-height:40px; text-align:center;transition:all .3s;-webkit-transition:all .3s;
-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s; margin-top:4%;}
.rj_cp .rl a {font-size:14px; }
.rj_cp:hover .rl a{background-color:#0e6eb8; color:#fff; display:block; font-size:14px;}
.rj_cp .tu {  width:45%; overflow:hidden;}
.rj_cp .tu img { width:100%; height:auto;}
.rj_cp .wz { width:55%; margin-top: 40px; padding: 0 3%;}
.rj_cp .wz p { color:#333; font-size:16px; line-height:30px;}
.rj_cp .zzz { width: 50%; float: left;}
.rj_cp .wz font {color:#0e6eb8; margin-right: 10px; width: 40px; height: 40px;}
.rj_cp .wz font img { width: 40px; height: 40px;}
.rj_cp .wz i {  border-radius: 100px; color: #fff; background: #0e6eb8;  font-size: 14px; text-align: center; margin-right: 10px; padding: 3px;}
.rj_cp .wz h3 { font-size:24px; color:#0e6eb8;  height:30px;  font-weight:bold; margin-bottom: 10px;}
@media only screen and (max-width:1360px) {
.rj_cp { width:90%;  }
.rj_cp .wz { width:55%; margin-top: 40px; padding: 0 2%;}
.rj_cp .wz p { color:#333; font-size:16px; line-height:40px;}
.rj_cp .wz h3 { font-size:22px; margin-bottom: 10px;}
}
@media only screen and (max-width:992px) {
	.ny_px {margin:0px auto; padding: 30px 0px; }
	.ny_pxx {margin:0px auto; padding:30px 0px; background:#f6f6f6; }
.rj_cp { width:92%; margin:10px auto;}
.rj_cp .tu { width:100%;}
.rj_cp .wz { width:100%; margin-top: 10px; padding: 0 4% 6% 4%; }
.rj_cp .zzz { width: 100%; float: none;}
.rj_cp .wz h3{ font-size:18px; line-height:40px; margin-bottom:10px; } 
.rj_cp .wz p { color:#333;  font-size:14px; line-height:22px; }
.rj_cp .rl {border:1px solid #0e6eb8; width:40%; height:30px;color:#0e6eb8;font-size:14px; line-height:30px;}
}


.founder-list {width: 90%; margin:50px auto;}
.founder-list.nopadding,.founder-list.nopadding ul{padding-top:0;}
.founder-list ul {padding-top:0px;}
.founder-list li {border-bottom: 1px solid #e5e5e5;-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;}
.founder-list h4 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;padding: 15px 50px 15px 15px;background: url(../images/icon10.png) 97% center no-repeat;}
.founder-list .info {background-color: #f7f7f7;padding: 20px 15px;display: none; font-size: 14px; line-height: 30px;}
.founder-list .info .font18 {padding: 5px 0;}
.founder-list .on {-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;border-bottom: transparent;}
.founder-list .on h4 {background-color: #0e6eb8;color: #fff;background-image: url(../images/icon11.png);}
.founder-article {padding-top: 10px;}
.founder-article .article {padding-top: 20px;line-height: 26px;}
.font22 { font-size: 18px;}
@media only screen and (max-width:1660px){
.founder-list { width:90%; margin: 50px auto;}
}
@media only screen and (max-width:992px) {
.founder-list { width:94%; margin: 30px auto;}	
.font22 { font-size: 16px;}
}



.cp_cpp { margin:50px auto;}


.nytit {width: 18%; float: left; background: #fff; padding-bottom: 25px;  overflow: hidden;}
.nytit h2 { height: 60px; line-height: 60px; background:#0e6eb8; text-align:left; padding-left: 20px; font-size:24px; color:#fff;margin-bottom: 3px;}
.nytit ul li { display:inline-block;padding:15px 15px; color: #000; font-size: 20px; font-weight: bold; width: 100%; box-sizing: border-box;background: #FFF;margin-bottom: 3px;position: relative; border-bottom: 1px solid #ddd;}

.nytit ul li i {width: 150px;position: absolute;height: 100%;right: 10px;top: 0;background: url(../images/icon001.png) right center no-repeat;}
.nytit ul li .y_j {position: relative;}
.nytit ul li .y_j a { font-weight: bold; color: #000;}
.nytit ul li .e_j {position: relative;top:10px; left: 0; width:100%; display: none; border-top: #ccc 1px solid;}
.nytit ul li .e_j a {display: block;line-height: 30px;font-size: 14px;color: #333;}
.nytit ul li .e_j a:hover{color: #333;}
.nytit ul li a { color:#333;line-height: 30px;font-size: 16px; }
.nytit ul li:hover .y_j a { color:#000;}


.cp_lb {}
.cp_lb ul li { width:100%;  text-align: center; float: left; margin:0% 0% 2.5% 0%;}
.cp_lb ul li .tp { width: 25%; float: left;}
.cp_lb ul li img{  width:100%; height:auto;  box-sizing:border-box;  border: 1px solid #ddd; margin-bottom:15px; }
.cp_lb ul li .wz { width: 72%; float: right; text-align: left;}
.cp_lb ul li h1{ display:block; font-size:18px; color:#000; font-weight: bold; padding-bottom: 10px; }
.cp_lb ul li p { font-size: 14px; line-height: 26px;}
.cp_lb ul li img:hover { border:#0e6eb8 1px solid; }
@media only screen and (max-width:992px) {
.cp_cpp { width:94%; margin:20px auto;}
.nytit {width: 100%; float: none;}
.nytit h2 { height: 50px; line-height: 50px;  font-size:20px; }
.nytit ul li .y_j a { font-weight: bold; color: #000; font-size: 18px;}
.nytit ul li .e_j a {font-size: 16px;}
.cp_lb { width:100%; float: none;}
.cp_lb ul li .tp { width:100%; float: none;}
.cp_lb ul li .wz { width: 100%; float: none; }
.cp_lb ul li { width:100%;  text-align: center; float: left; margin:0 0% 4% 0%;}
.cp_lb ul li h1{ font-size:18px;  }

}


/*翻页*/
.paging{width:100%; margin:0px auto 0px auto; text-align:center; overflow:hidden;}
.paging a{line-height:32px; color:#888; background-color:#fff; text-align:center; font-size:14px; border:1px solid #e7e7e7; width:32px; height:32px; margin:0 3px; display:inline-block;}
.paging a:hover{background-color:#0e6eb8; border:1px solid #0e6eb8; color:#fff;}
.paging a.on{background-color:#0e6eb8; border:1px solid #0e6eb8; color:#fff;}
@media only screen and (max-width:1023px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}

.cp_xq{width:90%; margin: 50px auto; }
.cp_xq .cp_xx{ padding:0px; margin-bottom:30px;}
.cp_xq .cp_xx .cp_zs{width:35%; float:left; padding:0;  overflow: hidden;}
.cp_xq .cp_xx .cp_zs img{width:100%; height:auto; display:block; border: 1px solid #ddd;}
.cp_xq .cp_xx .cp_js{width:60%; float:right; }
.cp_xq .cp_xx .cp_js h3{font-size:36px; color:#0e6eb8;font-weight:bold; padding-bottom: 20px; text-transform: uppercase;}
.cp_xq .cp_xx .cp_js h4 { font-size: 14px; color: #666; line-height: 26px;}
.cp_xq .cp_xx .cp_js h4 font { font-size: 28px; font-weight: bold; color: #000;}

.cp_xq .cp_xx .cp_js h2 {font-size:20px; color:#000000;font-weight:bold; padding:15px 0px; border-top: 1px solid #ddd; margin-top: 20px;}
.cp_xq .cp_xx .cp_js p{font-size:16px; line-height:32px; color:#333; margin-bottom:10px; margin-top:0px;}
.cp_xq .cp_xx .cp_js span { width: 50%; float: left;}
.cp_xq .swiper-slide {background-size: cover;background-position: center;}
.cp_xq .gallery-topp { width:100%; height:auto;  overflow: hidden;}
.cp_xq .gallery-thumbs {height:150px;box-sizing: border-box; margin: 10px 0px 0px 0px; overflow: hidden;}
.cp_xq .gallery-thumbs .swiper-slide {height: 100%;opacity: 0.4;}
.cp_xq .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

.cp_xsm { width: 100%;}
.cp_xsm h5 { border-bottom: 1px solid #ddd; height: 60px; text-transform: uppercase; line-height: 60px; font-size:24px; color:#0e6eb8; font-weight: bold; margin: 20px 0px;}
.cp_xsm .wz { font-size: 16px; line-height: 30px;}



.mr1 { width:200px; height:45px; background:#0e6eb8; text-align:center; line-height:45px; color:#fff; float: left; margin:30px 20px 20px 0px;}
.mr1 a {color:#fff; font-size:20px; }
.mr1:hover a {  color:#fff;  display:block;}


@media (min-width: 1024px) and (max-width:1440px ) {
    .cp_xq{width:90%; margin: 0px auto; }
}
@media only screen and (max-width:995px){
.cp_xq{width:94%; margin:20px auto; float: none;}
.cp_xq .cp_xx .cp_zs{width:100%;  float:none; }
.cp_xq .cp_xx .cp_js{width:100%; float:none; margin-top:30px; }
.cp_xq .cp_xx .cp_js h3{font-size:20px;  }
.cp_xq .cp_xx .cp_js h4 { font-size:14px; line-height:20px; }
.cp_xq .cp_xx .cp_js h4 font { font-size: 20px; }
.cp_xq .cp_xx .cp_js p{  font-size:14px; line-height: 24px;}
.cp_xq .adg { width:100%; overflow:auto;}
.cp_xq .adgg { width:1200px;}
.cp_xq .gallery-thumbs {height:75px;box-sizing: border-box;}
.cp_xsm img { width: 100%; height: auto;}
.mr1 { width:160px; height:40px; margin:20px 20px 20px 0px;}
.cp_xsm h5 {  font-size:20px; }
.cp_xsm .wz { font-size: 14px; line-height: 20px;}
}


.sh_fw{ width:80%; float:right;}
.sh_fw h3 { border-bottom:1px solid #ddd; padding:15px 0px; font-size:18px; font-weight:bold;}
.sh_fw .wz { font-size:16px; line-height:30px; padding:25px 0px;}



.ny_gyy { width:100%; overflow:hidden; margin: 0px auto; padding:90px 0px 40px 0px; }
.ny_gyy .left { width:55%; }
.ny_gyy .left .gdd { height: 15px;} 
.ny_gyy .left .wz p { font-size:16px; line-height:34px; text-align:justify; color:#666;}
.ny_gyy .left h2 { font-size:24px; font-weight:bold; }
.ny_gyy .right { width: 40%; }
.ny_gyy .right img { width: 100%; height: auto;}
@media only screen and (max-width:1660px) {
.ny_gyy .left .wz p { font-size:16px; line-height:34px;}
}
@media only screen and (max-width:1440px) {
.ny_gyy .left { width:50%;}
.ny_gyy .left .wz p { font-size:15px; line-height:29px; }
.ny_gyy .left .gdd { height: 10px;} 
.ny_gyy .right {  width: 45%; }
}
@media only screen and (max-width:995px){
.ny_gyy {padding:30px 0px 40px 0px; }
.ny_gyy .left { width:100%; float:none;  margin-top:0px;  padding:3% 0% 3% 0%; margin-left: 0%;}
.ny_gyy .left .wz p { font-size:14px; line-height:22px;  }
.ny_gyy .right { float:none; width: 100%; }
}


.sysm { margin:120px auto 80px auto;}
.sysm ul li { margin-bottom:4%;}
.sysm .left { width:30%; float:left;}
.sysm .left img { width:100%; height:auto;}
.sysm .right { width:66%; float:right;}
.sysm .right h1 { font-size:20px; font-weight:bold; padding-bottom:12px;}
.sysm .right .wz { font-size:14px; line-height:26px;}

.whzy { margin:120px auto 80px auto;}
.whzy .wz { font-size:16px; line-height:28px;}
@media only screen and (max-width:995px){
	.sysm { margin:80px auto 40px auto;}
	.sysm .left { width:100%; float: none;}
	.sysm .right { width:100%; float: none; padding-top: 15px;}
	.sysm .right h1 { font-size:18px;  padding-bottom:10px;}
	.sysm .right .wz { font-size:14px; line-height:22px;}



}


.gy_ry { width: 100%;  padding:120px 0px 70px 0px; background: #f6f6f6; }
.gs_ry{ width: 90%; margin: 0px auto; padding-bottom: 60px; }
.gs_ry .swiper-slide{}
.gs_ry .swiper-slide .wz{ text-align: center; padding-bottom: 10px;}
.gs_ry .swiper-slide .wz h3{font-size:18px; padding: 15px 0px; font-weight: bold;}
.gs_ry .swiper-slide .wz p { }
.gs_ry .swiper-slide img{width:100%; height:auto; display:block; padding: 5px; border: 1px solid #ddd;background-color:#fff; }
.gs_ry .swiper-button-prev{top:auto; bottom:0; left:50%; right:auto; margin-left:-50px; width:50px; height:22px; margin-top:0; background:#e7e7e7 url(../images/cpzj.png) no-repeat center right; -moz-background-size:auto; -webkit-background-size:auto; background-size:auto;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.gs_ry .swiper-button-prev:hover{width:70px; margin-left:-70px;}
.gs_ry .swiper-button-next{top:auto; bottom:0; left:auto; right:50%; margin-right:-50px; width:50px; height:22px; margin-top:0; background:#0e6eb8 url(../images/cpyj.png) no-repeat center left; -moz-background-size:auto; -webkit-background-size:auto; background-size:auto;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.gs_ry .swiper-button-next:hover{width:70px; margin-right:-70px;}
@media only screen and (max-width:1440px) {
.gs_ry{ width: 90%;  }    
}
@media only screen and (max-width:992px) {
.gy_ry {  padding:50px 0px 35px 0px; }
.gs_ry{width: 94%; margin: 0px auto; padding-bottom:50px;}
.gs_ry .swiper-slide img{ padding: 5px;}
.gs_ry .swiper-slide .wz{ padding: 10px 0px;}
.gs_ry .swiper-slide .wz h3{font-size:14px; padding: 10px 0px;}
}


.gy_khal { width:90%; margin:120px auto 40px auto; }
.gy_khal .swiper-container-hzz{position:relative; width:100%;  overflow:hidden;  }
.gy_khal .swiper-container-hzz .swiper-slide { background:#FFF; border: 1px solid #ddd;box-shadow:0 5px 10px #ddd; padding:2% 0% 2% 0%;}
.gy_khal .swiper-container-hzz .tp { width:25%; float: left; border-radius: 5px; overflow: hidden; margin-left: 5%;}
.gy_khal .swiper-container-hzz .tp img { width: 100%; height: auto;}
.gy_khal .swiper-container-hzz .wz {width:60%; float:right; margin-right: 5%;}
.gy_khal .swiper-container-hzz .wz h1 { font-size: 28px; height: 50px;}
.gy_khal .swiper-container-hzz .wz h2 { height: 40px; font-size: 18px;}
.gy_khal .swiper-container-hzz .wz p {font-size:16px; line-height:32px; color:#747474; text-align:left; border-top: 1px solid #ddd; padding-top: 15px;}
.gy_khal .swiper-container-hzz .swiper-pagination-bullet { width: 10px; height: 10px;background: #ddd; border-radius: 100px;}
.gy_khal .swiper-container-hzz .swiper-pagination-bullet-active {opacity: 1;background: #0e6eb8;}
 @media screen and (max-width:1440px) {
.gy_khal { width:90%; margin:60px auto; }	 
}
 @media screen and (max-width:992px) {
.gy_khal { width:90%; margin:70px auto 40px auto; }	
.gy_khal .swiper-container-hzz .swiper-slide{ padding:5% 0% 5% 0%;}
.gy_khal .swiper-container-hzz .tp { width:30%;}
.gy_khal .swiper-container-hzz .wz {width:55%;}
.gy_khal .swiper-container-hzz .wz h1 { font-size: 20px; height: 35px;}
.gy_khal .swiper-container-hzz .wz h2 { height:26px; font-size: 14px;}
.gy_khal .swiper-container-hzz .wz p {font-size:13px; line-height:24px;}
}


.xq1 { width:100%;}
.xq1 ul li { width:18%; float:left; margin:0 2.5% 0 0;}
.xq1 ul li:nth-child(5n) { margin-right:0;}
.xq1 ul li .tp { width:100%; height:auto;}
.xq1 ul li .tp img { width:100%; height:auto;}
.xq1 ul li .wz { font-size:14px; line-height:24px; text-align:center; margin-top:15px;}
.xq1 ul li .wz h1 { font-size:18px; font-weight: bold; line-height:30px; }


.xqq2 { width:100%;}
.xqq2 ul li { width:48%; float:left; margin:0 4% 3% 0; background:#f6f6f6;}
.xqq2 ul li:nth-child(2n) { margin-right:0;}
.xqq2 ul li .tp { width:30%; float:left;}
.xqq2 ul li .tp img { width:100%; height:auto;}
.xqq2 ul li .wz { width:65%; float:right; font-size:14px; line-height:24px; text-align:left; margin-top:15px;}
.xqq2 ul li .wz h1 { font-size:18px; font-weight: bold; line-height:30px; }

@media screen and (max-width:992px) {
	.xq1 ul li { width:48%; margin:0 4% 0 0;}
	.xq1 ul li:nth-child(5n) { margin-right:0;}	
	.xq1 ul li:nth-child(2n) { margin-right:0;}	
	.xq1 ul li .wz { font-size:14px; line-height:20px; text-align:center; margin-top:15px; height: 75px;}

	.xqq2 ul li { width:100%; float: none; margin:0 0% 3% 0; }	
	.xqq2 ul li .tp { width:40%; float:left;}
	.xqq2 ul li .wz {  width:55%; font-size:14px; line-height:20px;  margin-top:0px;}
.xqq2 ul li .wz h1 { font-size:14px; line-height:26px; }
}

