﻿@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; border:0; outline:none;}
font-face{
	font-family: "number";
	src:url(../font/5Bebas.otf);
}
font-face{
	font-family: "sy";
	src:url(../font/思源黑体3 SourceHanSansCN-Normal.otf);
}
a{ text-decoration:none; color:#333;}
dl,dd,dt,ol,ul,li{ list-style:none;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.dis{ display:block !important;}
.dn{ display:none;}
.clear{ clear:both;}
body,html{ width:100%; height:100%; color:#333; font-size:14px; font-family:'sy';}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#999;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#999;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#999;} 

.swiper-wrapper{ position:relative; width:100%; height:100%; z-index:1; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-transition-property:-webkit-transform; -moz-transition-property:-moz-transform; -o-transition-property:-o-transform; -ms-transition-property:-ms-transform; transition-property:transform; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;}
.swiper-container-android .swiper-slide, .swiper-wrapper{ -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -o-transform:translate(0,0); -ms-transform:translate3d(0,0,0); transform:translate3d(0,0,0);}
.swiper-slide{ display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; -webkit-flex-shrink:0; -ms-flex:0 0 auto; flex-shrink:0; width:100%; height:100%; position:relative;}
.swiper-pagination{ position:absolute; text-align:center; -webkit-transition:.3s; -moz-transition:.3s; -o-transition:.3s; transition:.3s; -webkit-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); transform:translate3d(0,0,0); z-index:10; height:10px !important; bottom:20px; width:auto !important; display:table; margin:0px auto; left: 49%;}
.swiper-pagination span.swiper-pagination-bullet{ background:#999;width:10px; height:10px; display:block; float:left; margin:0px 5px; border-radius:50%;}
.swiper-pagination span.swiper-pagination-bullet-active{ background:#36d232;width:10px; height:10px; display:block; border-radius:50%;}
/*header*/
@media screen and (min-width:1280px){
.header{ width:81.5625%; height:70px; z-index:999; position:absolute; left:9.21875%; top:25px;}
.header .head_left{ height:70px; float:left;}
.header .head_left img{ display:block; height:70px;}
.header .head_right{ display:block; height:70px; position:relative; float:right; width:56%; text-align:right;}
.header .head_right li{ display:inline-block; margin-left:4%; height:70px; position:relative;}
.header .head_right li a{ display:block; height:70px; line-height:70px; font-size:18px; color:#fff; cursor:pointer;}
.header .head_right li b{ position:absolute; left:0; bottom:15px; width:0; height:2px; background-color:#35d32f; display:block; transition:width .5s; -moz-transition:width .5s; -webkit-transition:width .5s; -o-transition:width .5s;}
.header .head_right li:hover b{ width:100%;}
.header .head_right li:hover a,.header .head_right li.on a{ color:#35d32f;}
.header .head_right li dl{ display:none; position:absolute; left:0; top:60px; text-align:center; width:100%; overflow:hidden;}
.header .head_right li dl dt{ display:block;}
.header .head_right li dl dt a{ display:block; line-height:30px; height:30px; font-size:14px; color:#fff !important; overflow:hidden;}
.header .head_right li dl dt a:hover{ color:#35d32f !important;}
.header .head_right li:hover dl{ display:block;}
.header .nav{ display:none;}
.navbox{ display:none;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.header{ width:94%; height:60px; z-index:999; position:absolute; left:3%; top:20px;}
.header .head_left{ height:60px; float:left;}
.header .head_left img{ height:60px; display:block;}
.header .head_right{ display:block; height:60px; position:relative; float:right; width:56%; text-align:right;}
.header .head_right li{ display:inline-block; margin-left:4%; height:60px; position:relative;}
.header .head_right li a{ display:block; height:60px; line-height:60px; font-size:16px; color:#fff; cursor:pointer;}
.header .head_right li b{ position:absolute; left:0; bottom:15px; width:0; height:2px; background-color:#35d32f; display:block; transition:width .5s; -moz-transition:width .5s; -webkit-transition:width .5s; -o-transition:width .5s;}
.header .head_right li:hover b{ width:100%;}
.header .head_right li:hover a,.header .head_right li.on a{ color:#35d32f;}
.header .head_right li dl{ display:none; position:absolute; left:0; top:60px; text-align:center; width:100%; overflow:hidden;}
.header .head_right li dl dt{ display:block;}
.header .head_right li dl dt a{ display:block; line-height:30px; height:30px; font-size:14px; color:#fff !important; overflow:hidden;}
.header .head_right li dl dt a:hover{ color:#35d32f !important;}
.header .head_right li:hover dl{ display:block;}
.header .nav{ display:none;}
.navbox{ display:none;}
}
@media only screen and (max-width:1023px){
.header{ width:94%; height:40px; z-index:999; position:absolute; left:3%; top:15px;}
.header .head_left{ height:40px; float:left;}
.header .head_left img{ height:40px; display:block;}
.header .head_right{ display:none;}
.header .nav{ height:20px; float:right; cursor:pointer; margin:10px 0;}
.header .nav img{ display:block; height:20px;}

.navbox{ width:250px; height:100%; position:fixed; z-index:1000; right:-250px; top:0; background-color:rgba(0,0,0,0.9); overflow:auto;}
.navbox .close{ margin-top:30px; margin-left:30px; padding-left:22px; background-image:url(../images/close.png); background-position:left center; background-repeat:no-repeat; font-size:14px; color:#fff; cursor:pointer; text-transform:uppercase;}
.navbox ul{ display:block; margin-left:30px; padding-top:10%;}
.navbox ul li{ display:block; margin-top:10%; font-size:16px;}
.navbox ul li a{ display:block; color:#fff; line-height:26px;}
.navbox ul li a b{ display:block; float:left; width:20px; height:26px; transition:width .5s; -moz-transition:width .5s; -webkit-transition:width .5s; -o-transition:width .5s;}
.navbox ul li.on b,.navbox ul li:hover b{ width:0;}
.navbox ul li.on a,.navbox ul li:hover a{ color:#35d32f;}
.navbox ul li dl{ display:none; width:90%; margin-left:10%; overflow:hidden;}
.navbox ul li dl dt{ display:block;}
.navbox ul li dl dt a{ display:block; line-height:30px; height:30px; font-size:14px; color:#999 !important; overflow:hidden;}
.navbox ul li dl dt.cur a,.navbox ul li dl dt:hover a{ color:#35d32f !important;}
}

/*banner*/
@media screen and (min-width:1280px){
.banner{ width:100%; position:relative; background-color:#2a2a2a;}
.banner .swiper-wrapper{ width:100%; height:100%; position:relative;}
.banner .swiper-slide{ width:100%; height:100%; overflow:hidden;}
.banner .boxs{ width:100%; height:100%; position:relative; overflow:hidden; background-position:center; background-size:cover;}
.banner img{ width:100%; display:block; visibility:hidden;}
.banner .box{ position:absolute; right:15.7%; bottom:25%; text-align:right; width:35.9375%;}
.banner .sheng{ color:#fff; font-size:30px; float:left; width:33.33%;}
.banner .sheng p{ display:inline-block; text-align:center;}
.banner .sheng gr{ color:#35d32f; font-size:54px; font-family:"number"; height:60px; line-height:60px; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.banner{ width:100%; position:relative; background-color:#2a2a2a;}
.banner .swiper-wrapper{ width:100%; height:100%; position:relative;}
.banner .swiper-slide{ width:100%; height:100%; overflow:hidden;}
.banner .boxs{ width:100%; height:100%; position:relative; overflow:hidden; background-position:center; background-size:cover;}
.banner img{ width:100%; display:block; visibility:hidden;}
.banner .box{ position:absolute; right:15.7%; bottom:20%; text-align:right; width:35.9375%;}
.banner .sheng{ color:#fff; font-size:24px; float:left; width:33.33%;}
.banner .sheng p{ display:inline-block; text-align:center;}
.banner .sheng gr{ color:#35d32f; font-size:44px; font-family:"number"; height:60px; line-height:60px; display:block;}
}
@media only screen and (max-width:1023px){
.banner{ width:100%; position:relative; background-color:#2a2a2a;}
.banner .swiper-wrapper{ width:100%; position:relative;}
.banner .swiper-slide{ width:100%; height:100%; overflow:hidden;}
.banner .boxs{ width:100%; position:relative; height:100%; background-size:cover; background-position:center; background-repeat:no-repeat; background-color:#2a2a2a;}
.banner img{ width:100%; display:block; visibility:hidden;}
.banner .box{ position:absolute; right:3%; bottom:10%; text-align:right; width:60%;}
.banner .sheng{ color:#fff; font-size:14px; float:left; width:33.33%;}
.banner .sheng p{ display:inline-block; text-align:center;}
.banner .sheng gr{ color:#35d32f; font-size:24px; font-family:"number"; height:40px; line-height:40px; display:block;}
}
@media only screen and (max-width:767px){
.banner .box{ position:absolute; right:3%; bottom:5%; text-align:center; width:94%;}
}

/*关于我们*/
@media screen and (min-width:1280px){
.abox{ width:100%; position:relative; background-color:#fff;}
.abox .box{ width:72.92%; margin:90px auto;}
.abox .box .left{ width:44.28%; float:left;}
.abox .box .left .title{ height:60px;}
.abox .box .left .title img{ display:block; height:60px;}
.abox .box .left .list{ margin-top:80px; display:block;}
.abox .box .left .list li{ height:40px; display:block; margin-top:60px; overflow:hidden; line-height:40px;}
.abox .box .left .list li img{ display:block; height:40px; float:left;}
.abox .box .left .list li span{ display:block; height:40px; float:left; margin-left:4.6875%; font-size:30px; line-height:40px; color:#35d32f; vertical-align:middle;}
.abox .box .left .list li span a{ color:#35d32f; font-size:40px; vertical-align:middle;}
.abox .box .left .list li p{ display:block; height:40px; float:left; margin-left:1%; font-size:26px; line-height:40px; color:#666;}
.abox .box .right{ width:55.72%; float:right; max-width:780px;}
.abox .box .right .list{ width:100%; display:block;}
.abox .box .right .list li{ display:block; width:25%; text-align:center; float:left; overflow:hidden}
.abox .box .right .list li strong{ display:block; height:98px; overflow:hidden;}
.abox .box .right .list li strong img{ display:block; height:98px; margin:auto;}
.abox .box .right .list li span{ display:block; overflow:hidden; color:#666; font-size:20px; margin-top:15px;}
.abox .box .right .wen{ width:100%; height:500px; margin-top:60px; background-image:url(../images/jjri.jpg); background-size:cover; background-position:center; background-repeat:no-repeat;}
.abox .box .right .wen .wenzi{ width:78%; height:400px; display:table; text-align:center; vertical-align:middle; margin:50px auto; background-color:rgba(255,255,255,0.8);}
.abox .box .right .wen .wenz{ width:100%; height:400px; display:table-cell; text-align:center; vertical-align:middle;}
.abox .box .right .wen .wz{ width:90%; margin:auto; font-size:18px; line-height:30px; height:270px; text-align:left;}
.abox .box .right .wen .more{ margin-top:10px; height:36px; margin-right:5%;}
.abox .box .right .wen .more a{ display:block; float:right; width:128px; height:32px; line-height:32px; text-align:center; font-size:18px; color:#fc5000; border:2px solid #fc5000;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.abox{ width:100%; position:relative; background-color:#fff;}
.abox .box{ width:94%; margin:60px auto;}
.abox .box .left{ width:44.28%; float:left;}
.abox .box .left .title{ height:50px;}
.abox .box .left .title img{ display:block; height:50px;}
.abox .box .left .list{ margin-top:60px; display:block;}
.abox .box .left .list li{ height:36px; display:block; margin-top:50px; overflow:hidden; line-height:40px;}
.abox .box .left .list li img{ display:block; height:36px; float:left;}
.abox .box .left .list li span{ display:block; height:36px; float:left; margin-left:4.6875%; font-size:28px; line-height:36px; color:#35d32f; vertical-align:middle;}
.abox .box .left .list li span a{ color:#35d32f; font-size:36px; vertical-align:middle;}
.abox .box .left .list li p{ display:block; height:36px; float:left; margin-left:1%; font-size:24px; line-height:36px; color:#666;}
.abox .box .right{ width:55.72%; float:left;}
.abox .box .right .list{ width:100%; display:block;}
.abox .box .right .list li{ display:block; width:25%; text-align:center; float:left; overflow:hidden}
.abox .box .right .list li strong{ display:block; height:90px; overflow:hidden;}
.abox .box .right .list li strong img{ display:block; height:90px; margin:auto;}
.abox .box .right .list li span{ display:block; overflow:hidden; color:#666; font-size:18px; margin-top:10px;}
.abox .box .right .wen{ width:100%; height:420px; margin-top:40px; background-image:url(../images/jjri.jpg); background-size:cover; background-position:center; background-repeat:no-repeat;}
.abox .box .right .wen .wenzi{ width:84%; height:360px; display:table; text-align:center; vertical-align:middle; margin:30px auto; background-color:rgba(255,255,255,0.8);}
.abox .box .right .wen .wenz{ width:100%; height:360px; display:table-cell; text-align:center; vertical-align:middle;}
.abox .box .right .wen .wz{ width:90%; margin:auto; font-size:16px; line-height:26px; height:260px; text-align:left;}
.abox .box .right .wen .more{ margin-top:10px; height:36px; margin-right:5%;}
.abox .box .right .wen .more a{ display:block; float:right; width:128px; height:32px; line-height:32px; text-align:center; font-size:16px; color:#fc5000; border:2px solid #fc5000;}
}
@media only screen and (max-width:1023px){
.abox{ width:100%; position:relative; background-color:#fff;}
.abox .box{ width:94%; margin:30px auto;}
.abox .box .left{ width:100%; float:left;}
.abox .box .left .title{ height:40px;}
.abox .box .left .title img{ display:block; height:40px;}
.abox .box .left .list{ display:block; text-align:center; padding-top:10px;}
.abox .box .left .list li{ display:inline-block; overflow:hidden; margin:0 3%; margin-top:20px;}
.abox .box .left .list li img{ display:block; height:30px; margin:auto;}
.abox .box .left .list li span{ display:block; height:30px; font-size:20px; line-height:30px; margin-top:10px; color:#35d32f; vertical-align:middle;}
.abox .box .left .list li span a{ color:#35d32f; font-size:24px; vertical-align:middle;}
.abox .box .left .list li p{ display:block; height:24px; font-size:14px; line-height:24px; color:#666;}
.abox .box .right{ width:100%; float:left; margin-top:20px;}
.abox .box .right .list{ width:100%; display:block;}
.abox .box .right .list li{ display:block; width:25%; text-align:center; float:left; overflow:hidden}
.abox .box .right .list li strong{ display:block; height:70px; overflow:hidden;}
.abox .box .right .list li strong img{ display:block; height:70px; margin:auto;}
.abox .box .right .list li span{ display:block; overflow:hidden; color:#666; font-size:14px; margin-top:10px;}
.abox .box .right .wen{ width:100%; height:380px; margin-top:20px; background-image:url(../images/jjri.jpg); background-size:cover; background-position:center; background-repeat:no-repeat;}
.abox .box .right .wen .wenzi{ width:90%; height:340px; display:table; text-align:center; vertical-align:middle; margin:20px auto; background-color:rgba(255,255,255,0.8);}
.abox .box .right .wen .wenz{ width:100%; height:340px; display:table-cell; text-align:center; vertical-align:middle;}
.abox .box .right .wen .wz{ width:90%; margin:auto; font-size:14px; line-height:24px; height:264px; text-align:left;}
.abox .box .right .wen .more{ margin-top:10px; height:36px; margin-right:5%;}
.abox .box .right .wen .more a{ display:block; float:right; width:120px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#fc5000; border:2px solid #fc5000;}
}

/*业务涵盖*/
@media screen and (min-width:1280px){
.ybox{ width:100%; position:relative; background-color:#e6e4e7;}
.ybox .box{ width:72.92%; margin:90px auto; display:block; position:relative;}
.ybox .box img{ width:100%; display:block;}
.ybox .tu{ visibility:hidden;}
.ybox .box .y01{ width:20.22%; position:absolute; left:39.89%; top:0;}
.ybox .box .y02{ width:20.22%; position:absolute; left:19.64%; top:19.43%;}
.ybox .box .y03{ width:20.22%; position:absolute; right:19.64%; top:19.43%;;}
.ybox .box .y04{ width:20.22%; position:absolute; left:0; top:35.54%;}
.ybox .box .y05{ width:20.22%; position:absolute; right:0; top:35.54%;}
.ybox .box .y06{ width:20.22%; position:absolute; left:39.89%; top:35.54%;}
.ybox .box .y07{ width:20.22%; position:absolute; left:19.64%; bottom:19.43%;}
.ybox .box .y08{ width:20.22%; position:absolute; right:19.64%; bottom:19.43%;}
.ybox .box .y09{ width:20.22%; position:absolute; left:39.89%; bottom:0;}
.ybox .box span{ display:block; width:100%;}
.ybox .box p{ display:block; position:absolute; left:0; top:0;}
.ybox .box .yy{ transition:.15s;}
.ybox .box .yy:hover{ transform:scale(1.02);}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ybox{ width:100%; position:relative; background-color:#e6e4e7;}
.ybox .box{ width:94%; margin:60px auto; display:block; position:relative;}
.ybox .box img{ width:100%; display:block;}
.ybox .tu{ visibility:hidden;}
.ybox .box .y01{ width:20.22%; position:absolute; left:39.89%; top:0;}
.ybox .box .y02{ width:20.22%; position:absolute; left:19.64%; top:19.43%;}
.ybox .box .y03{ width:20.22%; position:absolute; right:19.64%; top:19.43%;;}
.ybox .box .y04{ width:20.22%; position:absolute; left:0; top:35.54%;}
.ybox .box .y05{ width:20.22%; position:absolute; right:0; top:35.54%;}
.ybox .box .y06{ width:20.22%; position:absolute; left:39.89%; top:35.54%;}
.ybox .box .y07{ width:20.22%; position:absolute; left:19.64%; bottom:19.43%;}
.ybox .box .y08{ width:20.22%; position:absolute; right:19.64%; bottom:19.43%;}
.ybox .box .y09{ width:20.22%; position:absolute; left:39.89%; bottom:0;}
.ybox .box span{ display:block; width:100%;}
.ybox .box p{ display:block; position:absolute; left:0; top:0;}
.ybox .box .yy{ transition:.15s;}
.ybox .box .yy:hover{ transform:scale(1.02);}
}
@media only screen and (max-width:1023px){
.ybox{ width:100%; position:relative; background-color:#e6e4e7;}
.ybox .box{ width:94%; margin:30px auto; display:block; position:relative;}
.ybox .box img{ width:100%; display:block;}
.ybox .tu{ visibility:hidden;}
.ybox .box .y01{ width:20.22%; position:absolute; left:39.89%; top:0;}
.ybox .box .y02{ width:20.22%; position:absolute; left:19.64%; top:19.43%;}
.ybox .box .y03{ width:20.22%; position:absolute; right:19.64%; top:19.43%;;}
.ybox .box .y04{ width:20.22%; position:absolute; left:0; top:35.54%;}
.ybox .box .y05{ width:20.22%; position:absolute; right:0; top:35.54%;}
.ybox .box .y06{ width:20.22%; position:absolute; left:39.89%; top:35.54%;}
.ybox .box .y07{ width:20.22%; position:absolute; left:19.64%; bottom:19.43%;}
.ybox .box .y08{ width:20.22%; position:absolute; right:19.64%; bottom:19.43%;}
.ybox .box .y09{ width:20.22%; position:absolute; left:39.89%; bottom:0;}
.ybox .box span{ display:block; width:100%;}
.ybox .box p{ display:block; position:absolute; left:0; top:0;}
.ybox .box .yy{ transition:.15s;}
.ybox .box .yy:hover{ transform:scale(1.02);}
}

/*集团规模*/
@media screen and (min-width:1280px){
.jbox{ width:100%; padding:90px 0; position:relative; background-color:#e6e4e7;}
.jbox .title{ width:72.92%; margin:auto; position:relative;}
.jbox .title img{ display:block; height:50px; float:left;}
.jbox .title p{ display:block; float:right; font-size:22px; color:#666; width:70%; text-align:right; margin-top:18px;}
.jbox .box{ width:84.375%; margin:auto; margin-top:70px;}
.jbox .box ul{ display:block; width:100%; overflow:hidden;}
.jbox .box ul li{ width:50%; display:block; float:left; overflow:hidden;}
.jbox .box ul li strong{ height:330px; display:block; overflow:hidden;}
.jbox .box ul li strong img{ display:block; height:330px; margin:auto;}
.jbox .box ul li p{ width:80%; margin:auto; display:block; overflow:hidden; font-size:20px; line-height:36px; margin-top:40px; text-align:center;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.jbox{ width:100%; padding:60px 0; position:relative; background-color:#e6e4e7;}
.jbox .title{ width:94%; margin:auto; position:relative;}
.jbox .title img{ display:block; height:40px; float:left;}
.jbox .title p{ display:block; float:right; font-size:18px; color:#666; width:70%; text-align:right; margin-top:18px;}
.jbox .box{ width:100%; margin:auto; margin-top:30px;}
.jbox .box ul{ display:block; width:100%; overflow:hidden;}
.jbox .box ul li{ width:50%; display:block; float:left; overflow:hidden}
.jbox .box ul li strong{ height:230px; display:block; overflow:hidden;}
.jbox .box ul li strong img{ display:block; height:230px; margin:auto;}
.jbox .box ul li p{ width:84%; margin:auto; display:block; overflow:hidden; font-size:18px; line-height:32px; margin-top:20px; text-align:center;}
}
@media only screen and (max-width:1023px){
.jbox{ width:100%; padding:30px 0; position:relative; background-color:#e6e4e7;}
.jbox .title{ width:94%; margin:auto; position:relative;}
.jbox .title img{ display:block; height:32px; float:left;}
.jbox .title p{ display:block; float:right; font-size:14px; color:#666; width:54%; text-align:right; line-height:16px;}
.jbox .box{ width:94%; margin:auto;}
.jbox .box ul{ display:block; width:100%; overflow:hidden;}
.jbox .box ul li{ width:100%; display:block; float:left; margin-top:20px; overflow:hidden}
.jbox .box ul li strong{ width:30%; display:block; overflow:hidden; float:left;}
.jbox .box ul li strong img{ display:block; width:100%; margin:auto;}
.jbox .box ul li p{ width:66%; float:left; margin-left:4%; display:block; overflow:hidden; font-size:14px; line-height:24px;}
}

/*集团规模*/
@media screen and (min-width:1280px){
.fbox{ width:100%; padding:90px 0; position:relative; background-color:#2a2a2a;}
.fbox .title{ width:72.92%; margin:auto; position:relative;}
.fbox .title img{ display:block; height:50px; float:left;}
.fbox .title p{ display: block;
    float: right;
    font-size: 18px;
    color: #fff;
    width: 70%;
    text-align: right;
    margin-top: 26px;}
.fbox .box{ width:83.33%; margin:auto;}
.fbox .box ul{ display:block; width:100%; overflow:hidden;}
.fbox .box ul li{ width:25%; display:block; float:left; margin-top:70px; text-align:center;}
.fbox .box ul li strong{ height:146px; display:block; overflow:hidden;}
.fbox .box ul li strong img{ display:block; height:146px; margin:auto;}
.fbox .box ul li p{ width:100%; margin-top:20px; display:block; overflow:hidden; font-size:32px; color:#35d32f;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.fbox{ width:100%; padding:60px 0; position:relative; background-color:#2a2a2a;}
.fbox .title{ width:94%; margin:auto; position:relative;}
.fbox .title img{ display:block; height:40px; float:left;}
.fbox .title p{ display:block; float:right; font-size:18px; color:#fff; width:70%; text-align:right;margin-top:17px;}
.fbox .box{ width:100%; margin:auto; margin-top:20px;}
.fbox .box ul{ display:block; width:100%; overflow:hidden;}
.fbox .box ul li{ width:25%; display:block; float:left; margin-top:40px; text-align:center;}
.fbox .box ul li strong{ height:126px; display:block; overflow:hidden;}
.fbox .box ul li strong img{ display:block; height:126px; margin:auto;}
.fbox .box ul li p{ width:100%; margin-top:20px; display:block; overflow:hidden; font-size:24px; color:#35d32f;}
}
@media only screen and (max-width:1023px){
.fbox{ width:100%; padding:30px 0; position:relative; background-color:#2a2a2a;}
.fbox .title{ width:94%; margin:auto; position:relative;}
.fbox .title img{ display:block; height:32px; float:left;}
.fbox .title p{ display:block; float:right; font-size:14px; color:#fff; width:54%; text-align:right; line-height:16px;}
.fbox .box{ width:94%; margin:auto;}
.fbox .box ul{ display:block; width:100%; overflow:hidden;}
.fbox .box ul li{ width:25%; display:block; float:left; margin-top:40px; text-align:center;}
.fbox .box ul li strong{ height:80px; display:block; overflow:hidden;}
.fbox .box ul li strong img{ display:block; height:80px; margin:auto;}
.fbox .box ul li p{ width:100%; margin-top:20px; display:block; overflow:hidden; font-size:18px; color:#35d32f;}
}

/*合作平台*/
@media screen and (min-width:1280px){
.hbox{ width:100%; padding:90px 0; position:relative; background-color:#e6e4e7;}
.hbox .title{ width:72.92%; margin:auto; position:relative;}
.hbox .title img{ display:block; height:50px; float:left;}
.hbox .title a{ display:block; float:right; width:220px; border-radius:10px; height:40px; margin-top:10px; line-height:40px; font-size:22px; text-align:center; background-color:#35d32f; color:#fff;}
.hbox .box{ width:72.92%; margin:auto; position:relative; margin-top:60px;}
.hbox .box table{ width:100%; background-color:#bfbfbf;}
.hbox .box table td{ background-color:#e6e4e7; padding:10px;}
.hbox .box table td img{ max-width:90%;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.hbox{ width:100%; padding:60px 0; position:relative; background-color:#e6e4e7;}
.hbox .title{ width:94%; margin:auto; position:relative;}
.hbox .title img{ display:block; height:40px; float:left;}
.hbox .title a{ display:block; float:right; width:170px; border-radius:10px; height:30px; margin-top:10px; line-height:30px; font-size:18px; text-align:center; background-color:#35d32f; color:#fff;}
.hbox .box{ width:94%; margin:auto; position:relative; margin-top:40px;}
.hbox .box table{ width:100%; background-color:#bfbfbf;}
.hbox .box table td{ background-color:#e6e4e7; padding:10px;}
.hbox .box table td img{ max-width:90%;}
}
@media only screen and (max-width:1023px){
.hbox{ width:100%; padding:30px 0; position:relative; background-color:#e6e4e7;}
.hbox .title{ width:94%; margin:auto; position:relative;}
.hbox .title img{ display:block; height:32px; float:left;}
.hbox .title a{ display:block; float:right; width:120px; border-radius:5px; height:24px; margin-top:8px; line-height:24px; font-size:14px; text-align:center; background-color:#35d32f; color:#fff;}
.hbox .box{ width:94%; margin:auto; position:relative; margin-top:20px;}
.hbox .box table{ width:100%; background-color:#bfbfbf;}
.hbox .box table td{ background-color:#e6e4e7; padding:10px;}
.hbox .box table td img{ max-width:90%;}
}

/*新闻动态*/
@media screen and (min-width:1280px){
.nbox{ width:100%; padding:90px 0; position:relative; background-color:#fff;}
.nbox .title{ width:72.92%; margin:auto; position:relative;}
.nbox .title img{ display:block; height:50px; float:left;}
.nbox .title a{ display:block; float:right; width:220px; border-radius:10px; height:40px; margin-top:10px; line-height:40px; font-size:22px; text-align:center; background-color:#35d32f; color:#fff;}
.nbox .box{ width:72.92%; margin:60px auto; position:relative;}
.nbox .box .left{ width:45%; height:382px; float:left; position:relative;}
.nbox .box .left b{ width:95%; height:316px; border:2px solid #35d32f; display:block; position:absolute; left:0; top:31px; z-index:0;}
.nbox .box .left a{ width:95%; height:320px; display:block; overflow:hidden; position:absolute; left:0; bottom:0; z-index:1;}
.nbox .box .left a img{ height:100%; display:block; transition:transform 0.25s; transform:scale(1);}
.nbox .box .left a img:hover{ transform:scale(1.1);}
.nbox .box .left .tiem{ width:110px; height:110px; position:absolute; left:12.7%; top:0; z-index:3; background-color:#35d32f; text-align:center;}
.nbox .box .left .tiem strong{ width:36px; height:3px; background-color:#fff; margin:auto; margin-top:23px; display:block;}
.nbox .box .left .tiem p{ display:block; color:#fff; font-size:30px; font-family: "number"; margin:8px auto;}
.nbox .box .left .tiem span{ display:block; color:#fff; font-size:22px; font-family: "number";}
.nbox .box .right{ width:50%; height:382px; float:right; position:relative;}
.nbox .box .right .bt{ font-size:32px; margin-top:65px; height:34px; line-height:34px;}
.nbox .box .right .bt a{ color:#333333;}
.nbox .box .right .wen{ font-size:20px; margin-top:45px; line-height:36px; color:#808080; height:144px;}
.nbox .box .right .more{ width:156px; height:42px; margin-top:50px; float:right;}
.nbox .box .right .more span{ display:block; float:left; width:112px; height:38px; line-height:38px; text-align:center; font-size:20px; color:#808080; border:2px solid #35d32f; border-right:none;}
.nbox .box .right .more p{ display:block; float:left; width:42px; height:42px; line-height:42px; text-align:center; font-size:20px; color:#fff; background-color:#35d32f;}
.nbox .list{ width:87.5%; margin:auto; display:block;}
.nbox .list dd{ display:block; float:left; width:0.905%; height:10px;}
.nbox .list dt{display: block;
    float: left;
    width: 32.73%;
    position: relative;
    overflow: hidden;
    background-color: #e5e5e5;}
.nbox .list dt .tu{ display: block;
    width: 38.72%;
    height: 128px;
    margin: 3.5%;
    margin-right: 0;
    float: left;}
.nbox .list dt .tu img{     height: 126px;
    display: block;
    transition: transform 0.25s;
    transform: scale(1);}
.nbox .list dt .tu img:hover{ transform:scale(1.1);}
.nbox .list dt .wen{ display: block;
    width: 50%;
    height: 126px;
    margin: 3.5% 3.89%;
    float: right;
    position: relative;}
.nbox .list dt .wen span{ font-size: 17px;
    height: 96px;
    line-height: 28px;
    overflow: hidden;
    color: #2a2a2a;
    display: block;
    margin: 10px 0 0;}
.nbox .list dt:hover .wen span{ color:#35d32f;}
.nbox .list dt .wen p{ font-size: 15px;
    color: #808080;
    display: block;}
.nbox .list dt .wen b{ position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 27px;
    display: block;
    background-image: url(../images/jt.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;}
.nbox .list dt:hover .wen b{ background-image:url(../images/jt_h.png);}
}
@media screen and (min-width:1680px){
.nbox .box .right{ width:52%;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.nbox{ width:100%; padding:60px 0; position:relative; background-color:#fff;}
.nbox .title{ width:94%; margin:auto; position:relative;}
.nbox .title img{ display:block; height:40px; float:left;}
.nbox .title a{ display:block; float:right; width:170px; border-radius:10px; height:30px; margin-top:10px; line-height:30px; font-size:18px; text-align:center; background-color:#35d32f; color:#fff;}
.nbox .box{ width:94%; margin:40px auto; position:relative;}
.nbox .box .left{ width:45%; height:342px; float:left; position:relative; max-width:630px;}
.nbox .box .left b{ width:95%; height:276px; border:2px solid #35d32f; display:block; position:absolute; left:0; top:31px; z-index:0;}
.nbox .box .left a{ width:95%; height:280px; display:block; overflow:hidden; position:absolute; left:0; bottom:0; z-index:1;}
.nbox .box .left a img{ height:100%; display:block; transition:transform 0.25s; transform:scale(1);}
.nbox .box .left a img:hover{ transform:scale(1.1);}
.nbox .box .left .tiem{ width:90px; height:90px; position:absolute; left:12.7%; top:0; z-index:3; background-color:#35d32f; text-align:center;}
.nbox .box .left .tiem strong{ width:36px; height:3px; background-color:#fff; margin:auto; margin-top:15px; display:block;}
.nbox .box .left .tiem p{ display:block; color:#fff; font-size:26px; height:30px; line-height:30px; font-family: "number"; margin:5px auto;}
.nbox .box .left .tiem span{ display:block; color:#fff; font-size:20px; font-family: "number";}
.nbox .box .right{ width:53%; height:342px; float:right; position:relative;}
.nbox .box .right .bt{ font-size:26px; margin-top:65px; height:34px; line-height:34px;}
.nbox .box .right .bt a{ color:#333333;}
.nbox .box .right .wen{ font-size:18px; margin-top:25px; line-height:32px; color:#808080; height:128px;}
.nbox .box .right .more{ width:156px; height:42px; margin-top:30px; float:right;}
.nbox .box .right .more span{ display:block; float:left; width:112px; height:38px; line-height:38px; text-align:center; font-size:18px; color:#808080; border:2px solid #35d32f; border-right:none;}
.nbox .box .right .more p{ display:block; float:left; width:42px; height:42px; line-height:42px; text-align:center; font-size:18px; color:#fff; background-color:#35d32f;}
.nbox .list{ width:94%; margin:auto; display:block;}
.nbox .list dd{ display:block; float:left; width:0.905%; height:10px;}
.nbox .list dt{ display: block;
    float: left;
    width: 32.73%;
    position: relative;
    overflow: hidden;
    background-color: #e5e5e5;}
.nbox .list dt .tu{ display: block;
    width: 38.72%;
    height: 100px;
    margin: 3.5%;
    margin-right: 0;
    float: left;}
.nbox .list dt .tu img{ height:110px; display:block; transition:transform 0.25s; transform:scale(1);}
.nbox .list dt .tu img:hover{ transform:scale(1.1);}
.nbox .list dt .wen{ display: block;
    width: 50%;
    height: 110px;
    margin: 3.5% 3.89%;
    float: right;
    position: relative;}
.nbox .list dt .wen span{ font-size: 16px;
    height: 66px;
    overflow: hidden;
    line-height: 31px;
    color: #2a2a2a;
    display: block;
    margin: 10px 0;}
.nbox .list dt:hover .wen span{ color:#35d32f;}
.nbox .list dt .wen p{font-size: 14px;
    color: #808080;
    display: block;}
.nbox .list dt .wen b{     position: absolute;
    right: 0;
    bottom: 0px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../images/jt.png);
    /* background-size: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;}
.nbox .list dt:hover .wen b{ background-image:url(../images/jt_h.png);}
}
@media only screen and (max-width:1023px){
.nbox{ width:100%; padding:30px 0; position:relative; background-color:#fff;}
.nbox .title{ width:94%; margin:auto; position:relative;}
.nbox .title img{ display:block; height:32px; float:left;}
.nbox .title a{ display:block; float:right; width:120px; border-radius:5px; height:24px; margin-top:8px; line-height:24px; font-size:14px; text-align:center; background-color:#35d32f; color:#fff;}
.nbox .box{ width:94%; margin:20px auto; position:relative;}
.nbox .box .left{ width:100%; height:342px; float:left; position:relative; max-width:630px;}
.nbox .box .left b{ width:95%; height:276px; border:2px solid #35d32f; display:block; position:absolute; left:0; top:31px; z-index:0;}
.nbox .box .left a{ width:95%; height:280px; display:block; overflow:hidden; position:absolute; left:0; bottom:0; z-index:1;}
.nbox .box .left a img{ height:100%; display:block; transition:transform 0.25s; transform:scale(1);}
.nbox .box .left a img:hover{ transform:scale(1.1);}
.nbox .box .left .tiem{ width:90px; height:90px; position:absolute; left:12.7%; top:0; z-index:3; background-color:#35d32f; text-align:center;}
.nbox .box .left .tiem strong{ width:36px; height:3px; background-color:#fff; margin:auto; margin-top:15px; display:block;}
.nbox .box .left .tiem p{ display:block; color:#fff; font-size:26px; height:30px; line-height:30px; font-family: "number"; margin:5px auto;}
.nbox .box .left .tiem span{ display:block; color:#fff; font-size:20px; font-family: "number";}
.nbox .box .right{ width:100%; float:right; position:relative;}
.nbox .box .right .bt{ font-size:18px; margin-top:15px; height:34px; line-height:34px;}
.nbox .box .right .bt a{ color:#333333;}
.nbox .box .right .wen{ font-size:14px; margin-top:5px; line-height:24px; color:#808080; height:120px;}
.nbox .box .right .more{ height:34px; margin-top:10px; float:right;}
.nbox .box .right .more span{ display:block; float:left; width:94px; height:30px; line-height:30px; text-align:center; font-size:14px; color:#808080; border:2px solid #35d32f; border-right:none;}
.nbox .box .right .more p{ display:block; float:left; width:34px; height:34px; line-height:34px; text-align:center; font-size:14px; color:#fff; background-color:#35d32f;}
.nbox .list{ width:94%; margin:auto; display:block;}
.nbox .list dd{ display:block; float:left; width:100%; height:10px;}
.nbox .list dt{ display:block; float:left; width:100%; position:relative; overflow:hidden; background-color:#e5e5e5;}
.nbox .list dt .tu{ display:block; width:32.72%; height:120px; margin:3.5%; margin-right:0; float:left;}
.nbox .list dt .tu img{ height:120px; display:block; transition:transform 0.25s; transform:scale(1);}
.nbox .list dt .tu img:hover{ transform:scale(1.1);}
.nbox .list dt .wen{ display:block; width:56%; height:120px; margin:3.5% 3.89%; float:right; position:relative;}
.nbox .list dt .wen span{ font-size:16px; height:52px; overflow:hidden; line-height:26px; color:#2a2a2a; display:block; margin:10px 0;}
.nbox .list dt:hover .wen span{ color:#35d32f;}
.nbox .list dt .wen p{ font-size:14px; color:#808080; display:block;}
.nbox .list dt .wen b{ position:absolute; right:0; bottom:10px; width:26px; height:26px; display:block; background-image:url(../images/jt.png); background-position:center; background-repeat:no-repeat; background-size:100% 100%;}
.nbox .list dt:hover .wen b{ background-image:url(../images/jt_h.png);}
}

/*新闻动态*/
@media screen and (min-width:1280px){
.footer{ background-color:#1b1b1b; border-top:2px solid #e6e4e7;}
.footer .foot{ padding:90px 16.665%; width:66.67%;}
.footer .foot .left{ float:left; width:70%;}
.footer .foot .left ul{ display:block; overflow:hidden; padding-bottom:15px;}
.footer .foot .left ul li{ font-size:16px; margin-right:7%; display:block; float:left; line-height:30px;}
.footer .foot .left ul li a{ color:#fff;}
.footer .foot .left ul li a:hover{ color:#35d32f;}
.footer .foot .left p{ display:block; overflow:hidden; font-size:16px; color:#fff; line-height:30px;}
.footer .foot .right{ float:right; width:30%; margin-top:10px;}
.footer .foot .right p{ display:block; float:right; width:50%; max-width:120px;}
.footer .foot .right p img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.footer{ background-color:#1b1b1b; border-top:2px solid #e6e4e7;}
.footer .foot{ padding:60px 3%; width:94%;}
.footer .foot .left{ float:left; width:70%;}
.footer .foot .left ul{ display:block; overflow:hidden; padding-bottom:15px;}
.footer .foot .left ul li{ font-size:16px; margin-right:7%; display:block; float:left; line-height:30px;}
.footer .foot .left ul li a{ color:#fff;}
.footer .foot .left ul li a:hover{ color:#35d32f;}
.footer .foot .left p{ display:block; overflow:hidden; font-size:16px; color:#fff; line-height:30px;}
.footer .foot .right{ float:right; width:30%; margin-top:10px;}
.footer .foot .right p{ display:block; float:right; width:50%; max-width:120px;}
.footer .foot .right p img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.footer{ background-color:#1b1b1b; border-top:2px solid #e6e4e7;}
.footer .foot{ padding:30px 3%; width:94%; text-align:center;}
.footer .foot .left{ float:left; width:100%; text-align:left;}
.footer .foot .left ul{ display:block; overflow:hidden; padding-bottom:10px;}
.footer .foot .left ul li{ font-size:14px; margin-right:7%; display:block; float:left; line-height:24px;}
.footer .foot .left ul li a{ color:#fff;}
.footer .foot .left ul li a:hover{ color:#35d32f;}
.footer .foot .left p{ display:block; overflow:hidden; font-size:14px; color:#fff; line-height:24px;}
.footer .foot .right{ display:inline-block; margin:auto; margin-top:10px; text-align:center;}
.footer .foot .right p{ display:block; float:right; max-width:120px;}
.footer .foot .right p img{ width:100%; display:block;}
}

/*关于我们*/
@media screen and (min-width:1280px){
.ban{ width:100%; position:relative;}
.ban img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ban{ width:100%; position:relative;}
.ban img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.ban{ width:100%; position:relative;}
.ban img{ width:100%; display:block;}
}

@media screen and (min-width:1280px){
.ab01{ width:100%; padding:90px 0; background-color:#fff;}
.ab01 .box{ width:72.92%; margin:auto;}
.ab01 .box .left{ width:44.29%; max-width:620px; float:left; overflow:hidden;}
.ab01 .box .left img{ width:100%;}
.ab01 .box .right{ width:52.14%; float:right; overflow:hidden;}
.ab01 .box .right .title{ height:50px; margin-top:10px;}
.ab01 .box .right .title img{ display:block; height:50px;}
.ab01 .box .right .wen{ font-size:20px; line-height:34px; color:#666666; margin-top:30px;}
.ab01 .list{ width:72.92%; margin:auto; margin-top:60px; display:block; overflow:hidden;}
.ab01 .list li{ display:block; width:25%; text-align:center; float:left; overflow:hidden;}
.ab01 .list li a{ font-size:48px; display:block; color:#35d32f;}
.ab01 .list li p{ font-size:24px; margin-top:20px; display:block; color:#808080;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ab01{ width:100%; padding:60px 0; background-color:#fff;}
.ab01 .box{ width:94%; margin:auto;}
.ab01 .box .left{ width:44.29%; float:left; overflow:hidden;}
.ab01 .box .left img{ width:100%;}
.ab01 .box .right{ width:52.14%; float:right; overflow:hidden;}
.ab01 .box .right .title{ height:40px; margin-top:10px;}
.ab01 .box .right .title img{ display:block; height:40px;}
.ab01 .box .right .wen{ font-size:18px; line-height:32px; color:#666666; margin-top:20px;}
.ab01 .list{ width:94%; margin:auto; margin-top:40px; display:block; overflow:hidden;}
.ab01 .list li{ display:block; width:25%; text-align:center; float:left; overflow:hidden;}
.ab01 .list li a{ font-size:38px; display:block; color:#35d32f;}
.ab01 .list li p{ font-size:18px; margin-top:15px; display:block; color:#808080;}
}
@media only screen and (max-width:1023px){
.ab01{ width:100%; padding:30px 0; background-color:#fff;}
.ab01 .box{ width:94%; margin:auto;}
.ab01 .box .left{ width:100%; float:left; overflow:hidden;}
.ab01 .box .left img{ width:100%;}
.ab01 .box .right{ width:100%; float:right; overflow:hidden;}
.ab01 .box .right .title{ height:32px; margin-top:15px;}
.ab01 .box .right .title img{ display:block; height:32px;}
.ab01 .box .right .wen{ font-size:14px; line-height:24px; color:#666666; margin-top:10px;}
.ab01 .list{ width:94%; margin:auto; margin-top:20px; display:block; overflow:hidden;}
.ab01 .list li{ display:block; width:25%; text-align:center; float:left; overflow:hidden;}
.ab01 .list li a{ font-size:16px; display:block; color:#35d32f;}
.ab01 .list li a span{ font-size:18px;}
.ab01 .list li p{ font-size:14px; margin-top:10px; display:block; color:#808080;}
}

@media screen and (min-width:1280px){
.ab02{ width:100%; padding:90px 0; background-color:#fff;}
.ab02 .box{ width:100%;}
.ab02 .box .title{ width:72.92%; margin:auto;}
.ab02 .box .title img{ display:block; height:50px;}
.ab02 .tab_menu{ display:block; margin-top:60px; width:72.92%; padding:0 13.54%; background-image:url(../images/ab07.jpg); background-repeat:no-repeat; background-size:100% 10px; background-position:left 125px; overflow:hidden;}
.ab02 .tab_menu li{ display:block; float:left; width:17.36%; height:171px; margin-right:20px; background-image:url(../images/ab05.jpg); background-position:top center; background-repeat:no-repeat;}
.ab02 .tab_menu li.selected{ background-image:url(../images/ab04.jpg);}
.ab02 .tab_menu li span{ display:block; height:96px; line-height:96px; overflow:hidden; text-align:center; color:#ccc; font-size:24px; font-family: "number"; cursor:pointer;}
.ab02 .tab_menu li.selected span,.ab02 .tab_menu li span:hover{ color:#35d32f;}
.ab02 .tabox{ width:72.92%; margin:auto; margin-top:10px; overflow:hidden; position:relative;}
.ab02 .tabox .tab{ padding:0 8.68%; overflow:hidden; opacity:0; position:absolute; left:0; top:0;}
.ab02 .tabox .tab.on{ opacity:1; position:relative;}
.ab02 .tabox .tab .list{ display:block; margin-left:-8px; width:53%; float:left;}
.ab02 .tabox .tab .list li{ display:block; overflow:hidden; height:46px; line-height:46px; padding-left:36px; background-image:url(../images/ab06.jpg); background-position:left center; background-repeat:no-repeat; font-size:26px; color:#666;}
.ab02 .tabox .tab .nei{ width:46.43%; max-width:560px; height:100%; float:right; overflow:hidden; position:relative;}
.ab02 .tabox .tab .swiper-container{ width:100%; overflow:hidden; position:relative;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper{ width:100%; height:100%;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper .swiper-slide{ width:100%; height:100%;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper .swiper-slide img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ab02{ width:100%; padding:60px 0; background-color:#fff;}
.ab02 .box{ width:100%;}
.ab02 .box .title{ width:94%; margin:auto;}
.ab02 .box .title img{ display:block; height:40px;}
.ab02 .tab_menu{ display:block; margin-top:40px; width:94%; padding:0 3%; background-image:url(../images/ab07.jpg); background-repeat:no-repeat; background-size:100% 10px; background-position:left 125px; overflow:hidden;}
.ab02 .tab_menu li{ display:block; float:left; width:17.36%; height:171px; margin-right:20px; background-image:url(../images/ab05.jpg); background-position:top center; background-repeat:no-repeat;}
.ab02 .tab_menu li.selected{ background-image:url(../images/ab04.jpg);}
.ab02 .tab_menu li span{ display:block; height:96px; line-height:96px; overflow:hidden; text-align:center; color:#ccc; font-size:24px; font-family: "number"; cursor:pointer;}
.ab02 .tab_menu li.selected span,.ab02 .tab_menu li span:hover{ color:#35d32f;}
.ab02 .tabox{ width:94%; margin:auto; margin-top:10px; overflow:hidden; position:relative;}
.ab02 .tabox .tab{ padding:0 8.68%; overflow:hidden; opacity:0; position:absolute; left:0; top:0; width:82.64%;}
.ab02 .tabox .tab.on{ opacity:1; position:relative;}
.ab02 .tabox .tab .list{ display:block; margin-left:-8px; width:53%; float:left;}
.ab02 .tabox .tab .list li{ display:block; overflow:hidden; height:36px; line-height:36px; padding-left:26px; background-image:url(../images/ab06.jpg); background-position:left center; background-repeat:no-repeat; background-size:14px 14px; font-size:22px; color:#666;}
.ab02 .tabox .tab .nei{ width:46.43%; float:right; overflow:hidden; position:relative;}
.ab02 .tabox .tab .swiper-container{ width:100%; overflow:hidden; position:relative;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper{ width:100%; height:100%;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper .swiper-slide{ width:100%; height:100%;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper .swiper-slide img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.ab02{ width:100%; padding:30px 0; background-color:#fff;}
.ab02 .box{ width:100%;}
.ab02 .box .title{ width:94%; margin:auto;}
.ab02 .box .title img{ display:block; height:32px;}
.ab02 .tab_menu{ display:block; margin-top:20px; width:94%; padding:0 3%; background-image:url(../images/ab07.jpg); background-repeat:no-repeat; background-size:100% 5px; background-position:left 66px; overflow:hidden;}
.ab02 .tab_menu li{ display:block; float:left; width:33%; height:90px; background-image:url(../images/ab05.jpg); background-position:top center; background-repeat:no-repeat; background-size:auto 100%;}
.ab02 .tab_menu li.selected{ background-image:url(../images/ab04.jpg);}
.ab02 .tab_menu li span{ display:block; height:50px; line-height:50px; overflow:hidden; text-align:center; color:#ccc; font-size:16px; font-family: "number"; cursor:pointer;}
.ab02 .tab_menu li.selected span,.ab02 .tab_menu li span:hover{ color:#35d32f;}
.ab02 .tabox{ width:94%; margin:auto; overflow:hidden; position:relative;}
.ab02 .tabox .tab{ overflow:hidden; opacity:0; position:absolute; left:0; top:0; width:100%;}
.ab02 .tabox .tab.on{ opacity:1; position:relative;}
.ab02 .tabox .tab .list{ display:block; width:100%; float:left; margin:10px 0;}
.ab02 .tabox .tab .list li{ display:block; overflow:hidden; height:30px; line-height:30px; padding-left:16px; background-image:url(../images/ab06.jpg); background-position:left center; background-repeat:no-repeat; font-size:16px; color:#666; background-size:8px 8px;}
.ab02 .tabox .tab .nei{ width:100%; float:right; overflow:hidden; position:relative;}
.ab02 .tabox .tab .swiper-container{ width:100%; overflow:hidden; position:relative;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper{ width:100%; height:100%;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper .swiper-slide{ width:100%; height:100%;}
.ab02 .tabox .tab .swiper-container .swiper-wrapper .swiper-slide img{ width:100%; display:block;}
}

@media screen and (min-width:1280px){
.ab03{ width:100%;  overflow:hidden;}
.ab03 video{ width:100%; height:100%; overflow:hidden;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ab03{ width:100%;  overflow:hidden;}
.ab03 video{ width:100%; height:100%; overflow:hidden;}
}
@media only screen and (max-width:1023px){
.ab03{ width:100%; height:300px; overflow:hidden;}
.ab03 video{ width:100%; height:100%; overflow:hidden;}
}

/*荣誉*/
@media screen and (min-width:1280px){
.ab04{ width:100%; background-color:#2a2a2a; padding:90px 0;}
.ab04 .title{ height:50px; width:79.92%; margin:auto;}
.ab04 .title img{ display:block; height:50px;}
.ab04 ul{ display:block; width:91.67%; margin:auto; overflow:hidden; padding-top:20px;}
.ab04 ul li{ display:block; float:left; width:20.45%; margin:0 2.275%; margin-top:40px; overflow:hidden;}
.ab04 ul li img{ width:100%; display:block;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.ab04 ul li:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1); 
}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ab04{ width:100%; background-color:#2a2a2a; padding:60px 0;}
.ab04 .title{ height:40px; width:94%; margin:auto;}
.ab04 .title img{ display:block; height:40px;}
.ab04 ul{ display:block; width:100%; margin:auto; overflow:hidden; padding-top:10px;}
.ab04 ul li{ display:block; float:left; width:29.33%; margin-left:3%; margin-top:30px; overflow:hidden;}
.ab04 ul li img{ width:100%; display:block;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.ab04 ul li:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1); 
}
}
@media only screen and (max-width:1023px){
.ab04{ width:100%; background-color:#2a2a2a; padding:30px 0;}
.ab04 .title{ height:32px; width:94%; margin:auto;}
.ab04 .title img{ display:block; height:32px;}
.ab04 ul{ display:block; width:100%; margin:auto; overflow:hidden; padding-top:10px;}
.ab04 ul li{ display:block; float:left; width:45.5%; margin-left:3%; margin-top:10px; overflow:hidden;}
.ab04 ul li img{ width:100%; display:block;}
}

/*文章页*/
@media screen and (min-width:1280px){
.main{ width:72.92%; margin:90px auto;}
.main .tou{ font-size:36px; line-height:54px; text-align:center; overflow:hidden;}
.main .time{ text-align:center; font-size:20px; color:#4c4c4c; margin:20px auto; overflow:hidden;}
.main .fx{ width:100%; text-align:center;}
.main .fx a{ display:inline-block; margin:0 5px;}
.main .wen{ width:100%; margin-top:40px; font-size:18px; line-height:32px;}
.main .wen img{ max-width:100%; height:auto;}
.main .back{ width:100%; font-size:16px; line-height:40px; padding-top:40px;}
.main .back p{ display:block; float:left; width:80%; overflow:hidden;}
.main .back p span{ display:block; height:40px; overflow:hidden;}
.main .back p span a:hover{ color:#35d32f;}
.main .back strong{ display:block; float:left; width:20%; text-align:right; overflow:hidden; font-weight:normal;}
.main .back strong a:hover{ color:#35d32f;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.main{ width:94%; margin:60px auto;}
.main .tou{ font-size:30px; line-height:44px; text-align:center; overflow:hidden;}
.main .time{ text-align:center; font-size:18px; color:#4c4c4c; margin:15px auto; overflow:hidden;}
.main .fx{ width:100%; text-align:center;}
.main .fx a{ display:inline-block; margin:0 5px;}
.main .wen{ width:100%; margin-top:30px; font-size:16px; line-height:28px;}
.main .wen img{ max-width:100%; height:auto;}
.main .back{ width:100%; font-size:16px; line-height:30px; padding-top:20px;}
.main .back p{ display:block; float:left; width:80%; overflow:hidden;}
.main .back p span{ display:block; height:30px; overflow:hidden;}
.main .back p span a:hover{ color:#35d32f;}
.main .back strong{ display:block; float:left; width:20%; text-align:right; overflow:hidden; font-weight:normal;}
.main .back strong a:hover{ color:#35d32f;}
}
@media only screen and (max-width:1023px){
.main{ width:94%; margin:30px auto;}
.main .tou{ font-size:24px; line-height:34px; text-align:center; overflow:hidden;}
.main .time{ text-align:center; font-size:14px; color:#4c4c4c; margin:10px auto; overflow:hidden;}
.main .fx{ width:100%; text-align:center;}
.main .fx a{ display:inline-block; margin:0 5px;}
.main .wen{ width:100%; margin-top:15px; font-size:14px; line-height:24px;}
.main .wen img{ max-width:100%; height:auto;}
.main .back{ width:100%; font-size:14px; line-height:24px; padding-top:10px;}
.main .back p{ display:block; float:left; width:60%; overflow:hidden;}
.main .back p span{ display:block; height:24px; overflow:hidden;}
.main .back p span a:hover{ color:#35d32f;}
.main .back strong{ display:block; float:left; width:40%; text-align:right; overflow:hidden; font-weight:normal;}
.main .back strong a:hover{ color:#35d32f;}
}

/*kol*/
@media screen and (max-width:2920px) and (min-width:1800px){
.k01 .nei .tab01 .left .wen{ font-size:16px; line-height:28px; width:90%; color:#fff; margin:auto;}
.k01{ padding:90px 0; background-color:#e6e4e7; width:100%;}
.k01 .box{ width:72.92%; margin:auto;}
.k01 .box .title{ padding:0 5%; width:90%; height:60px; line-height:60px; text-align:center; color:#fff; font-weight:bold; font-size:34px; background-color:#2a2a2a;}
.k01 .nei{ width:100%; margin-top:40px; position:relative; /*background-image:url(../images/k06.jpg); */background-size:100% auto; background-repeat:repeat-y;background: #fff;}
.k01 .nei .tab01{ width:28.57%; height:100%; position:absolute; left:0; top:0; overflow:hidden; display:none;}
.k01 .nei .tab01 ul{ width:100%; display:block; overflow:hidden; height:100%;}
.k01 .nei .tab01 .left{ display:block; width:100%; height:100%; padding:7.5%; box-sizing:border-box; overflow:hidden; position:relative;}
.k01 .nei .tab01 .left .tu{ padding:10px; margin:auto; width:49.41%; overflow:hidden;}
.k01 .nei .tab01 .left .tu img{ width:100%; display:block; border-radius:100%; transition:transform 0.25s; transform:scale(1);}
.k01 .nei .tab01 .left .tu img:hover{ transform:scale(1.1);}
.k01 .nei .tab01 .left .bt{ font-size:26px; color:#fff; text-align:center; margin:5% auto;}
/*.k01 .nei .tab01 .left .wen{ font-size:14px; line-height:25px; width:90%; color:#fff; margin:auto;}*/
.k01 .nei .tab01 .left .wz{ position:absolute; left:7.5%; bottom:30px;}
.k01 .nei .tab01 .left .wz a{ display:block; float:left; margin-right:15px; height:28px;}
.k01 .nei .tab01 .left .wz a img{ display:block; height:28px;}
.k01 .nei .tab02{ width:97%; margin-left:1.5%; margin-top:20px; margin-bottom:17px; position:relative;}
.k01 .nei .tab02 ul{ width:100% !important; display:block; overflow:hidden; /*position:absolute !important; left:0; top:0; height:100% !important;*/ height:622px !important;}
.k01 .nei .tab02 .right{ width:100% !important; overflow:hidden; position:relative !important;}
.k01 .nei .tab02 .right img{ width:100%; display:block;}
.k01 .nei .tab_menu{ width:98%; padding:0 1%; margin-left:0%; border-top:2px solid #999; display:block; overflow:hidden;}
.k01 .nei .tab_menu ul{ width:100%; display:block; overflow:hidden; padding-bottom:20px; padding-top:15px; padding-left: 10px;}
.k01 .nei .tab_menu li{ display:block; width:12.41%; float:left;}
.k01 .nei .tab_menu li img{ width:92.65%; margin:auto; border-radius:5px; transition:transform 0.25s; transform:scale(1);}
.k01 .nei .tab_menu li img:hover,.k01 .nei .tab_menu li.on img{ transform:scale(1.1);}
}
@media screen and (max-width:1799px) and (min-width:1280px){
.k01{ padding:90px 0; background-color:#e6e4e7; width:100%;}
.k01 .box{ width:72.92%; margin:auto;}
.k01 .box .title{ padding:0 5%; width:90%; height:60px; line-height:60px; text-align:center; color:#fff; font-weight:bold; font-size:34px; background-color:#2a2a2a;}
.k01 .nei{ width:100%; margin-top:40px; position:relative; /*background-image:url(../images/k06.jpg); */background:#FFF; background-size:100% auto; background-repeat:repeat-y;}
.k01 .nei .tab01{ width:28.57%; height:100%; position:absolute; left:0; top:0; overflow:hidden;display:none;}
.k01 .nei .tab01 ul{ width:100%; display:block; overflow:hidden; height:100%;}
.k01 .nei .tab01 .left{ display:block; width:100%; height:100%; padding:7.5%; box-sizing:border-box; overflow:hidden; position:relative;}
.k01 .nei .tab01 .left .tu{ padding:10px; margin:auto; width:49.41%; overflow:hidden;}
.k01 .nei .tab01 .left .tu img{ width:100%; display:block; border-radius:100%; transition:transform 0.25s; transform:scale(1);}
.k01 .nei .tab01 .left .tu img:hover{ transform:scale(1.1);}
.k01 .nei .tab01 .left .bt{ font-size:26px; color:#fff; text-align:center; margin:5% auto;}
.k01 .nei .tab01 .left .wen{ font-size:14px; line-height:25px; width:90%; color:#fff; margin:auto;}
.k01 .nei .tab01 .left .wz{ position:absolute; left:7.5%; bottom:30px;}
.k01 .nei .tab01 .left .wz a{ display:block; float:left; margin-right:15px; height:28px;}
.k01 .nei .tab01 .left .wz a img{ display:block; height:28px;}
.k01 .nei .tab02{ width:97%; margin-left:1.5%; margin-top:20px; margin-bottom:17px; position:relative;}
.k01 .nei .tab02 ul{ width:100% !important; display:block; overflow:hidden;/* position:absolute !important; left:0; top:0; */height:100% !important;}
.k01 .nei .tab02 .right{ width:100% !important; overflow:hidden; position:relative !important;}
.k01 .nei .tab02 .right img{ width:100%; display:block;}
.k01 .nei .tab_menu{ width:98%; padding:0 1%; margin-left:0%; border-top:2px solid #999; display:block; overflow:hidden;}
.k01 .nei .tab_menu ul{ width:100%; display:block; overflow:hidden; padding-bottom:20px; padding-top:15px;padding-left: 10px;}
.k01 .nei .tab_menu li{ display:block; width:12.41%; float:left;}
.k01 .nei .tab_menu li img{ width:92.65%; margin:auto; border-radius:5px; transition:transform 0.25s; transform:scale(1);}
.k01 .nei .tab_menu li img:hover,.k01 .nei .tab_menu li.on img{ transform:scale(1.1);}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.k01{ padding:60px 0; background-color:#e6e4e7; width:100%;}
.k01 .box{ width:94%; margin:auto;}
.k01 .box .title{ padding:0 5%; width:90%; height:60px; line-height:60px; text-align:center; color:#fff; font-weight:bold; font-size:30px; background-color:#2a2a2a;}
.k01 .nei{ width:100%; margin-top:30px; position:relative; /*background-image:url(../images/k06.jpg);*/ background:#FFF; background-size:100% auto; background-repeat:repeat-y;}
.k01 .nei .tab01{ width:28.57%; height:100%; position:absolute; left:0; top:0; overflow:hidden;display:none;}
.k01 .nei .tab01 ul{ width:100%; display:block; overflow:hidden; height:100%;}
.k01 .nei .tab01 .left{ width:100%; height:100%; padding:7.5%; box-sizing:border-box; overflow:hidden; position:relative;}
.k01 .nei .tab01 .left .tu{ padding:10px; margin:auto; width:49.41%; overflow:hidden;}
.k01 .nei .tab01 .left .tu img{ width:100%; display:block; border-radius:100%; transition:transform 0.25s; transform:scale(1);}
.k01 .nei .tab01 .left .tu img:hover{ transform:scale(1.1);}
.k01 .nei .tab01 .left .bt{ font-size:22px; color:#fff; text-align:center; margin:5% auto;}
.k01 .nei .tab01 .left .wen{ font-size:14px; line-height:24px; width:90%; color:#fff; margin:auto;}
.k01 .nei .tab01 .left .wz{ position:absolute; left:7.5%; bottom:30px;}
.k01 .nei .tab01 .left .wz a{ display:block; float:left; margin-right:15px; height:28px;}
.k01 .nei .tab01 .left .wz a img{ display:block; height:28px;}
.k01 .nei .tab02{ width:97%; margin-left:1.5%; margin-top:20px; margin-bottom:17px; position:relative;}
.k01 .nei .tab02 ul{ width:100% !important; display:block; overflow:hidden; /*position:absolute !important; left:0; top:0;*/ height:100% !important;}
.k01 .nei .tab02 .right{ width:100% !important; overflow:hidden; position:relative !important;}
.k01 .nei .tab02 .right img{ width:100%; display:block;}
.k01 .nei .tab_menu{ width:98%; padding:0 1%; margin-left:0%; border-top:2px solid #999; display:block; overflow:hidden;}
.k01 .nei .tab_menu ul{ width:100%; display:block; overflow:hidden; padding-bottom:20px; padding-top:15px; padding-left: 10px;}
.k01 .nei .tab_menu li{ display:block; width:12.41%; float:left;}
.k01 .nei .tab_menu li img{ width:92.65%; margin:auto; border-radius:5px; transition:transform 0.25s; transform:scale(1);}
.k01 .nei .tab_menu li img:hover,.k01 .nei .tab_menu li.on img{ transform:scale(1.1);}
}
@media only screen and (max-width:1023px){
.k01{ padding:30px 0; background-color:#e6e4e7; width:100%;}
.k01 .box{ width:94%; margin:auto;}
.k01 .box .title{ padding:0 5%; width:90%; height:40px; line-height:40px; text-align:center; color:#fff; font-weight:bold; font-size:20px; background-color:#2a2a2a;}
.k01 .nei{ width:100%; margin-top:20px; position:relative;background:#FFF;}
.k01 .nei .tab01{ width:100%; background-color:#2a2a2a; overflow:hidden;display:none;}
.k01 .nei .tab01 ul{ width:100%; display:block; overflow:hidden;}
.k01 .nei .tab01 .left{ width:94%; padding:3%; overflow:hidden; position:relative;}
.k01 .nei .tab01 .left .tu{ margin:auto; width:30%; float:left; overflow:hidden;}
.k01 .nei .tab01 .left .tu img{ width:100%; display:block; border-radius:100%;}
.k01 .nei .tab01 .left .bt{ font-size:18px; color:#fff; float:left; width:65%; margin:5px 0; margin-left:5%;}
.k01 .nei .tab01 .left .wen{ font-size:14px; line-height:24px; width:65%; float:left; margin-left:5%; color:#fff;}
.k01 .nei .tab01 .left .wz{ width:100%; float:left;}
.k01 .nei .tab01 .left .wz a{ display:block; float:left; margin-left:3%; margin-top:3%; height:20px;}
.k01 .nei .tab01 .left .wz a img{ display:block; height:20px;}
.k01 .nei .tab02{ width:94%; padding:15px 3%; background-color:#fff; position:relative;}
.k01 .nei .tab02 ul{ width:100% !important; display:block; overflow:hidden;/* position:absolute !important; left:0; top:0; */height:100% !important;}
.k01 .nei .tab02 .right{ width:100% !important; overflow:hidden; position:relative !important;}
.k01 .nei .tab02 .right img{ width:100%; display:block;}
.k01 .nei .tab_menu{ width:100%; background-color:#fff; border-top:2px solid #999; display:block; overflow:hidden;}
.k01 .nei .tab_menu ul{ width:100%; display:block; overflow:hidden; padding-bottom:15px; padding-top:10px;}
.k01 .nei .tab_menu li{ display:block; width:14.27%; float:left;}
.k01 .nei .tab_menu li img{ width:92.65%; margin:auto; border-radius:5px; transition:transform 0.25s; transform:scale(1);}
.k01 .nei .tab_menu li img:hover,.k01 .nei .tab_menu li.on img{ transform:scale(1.1);}
}

@media screen and (min-width:1280px){
.k02{ padding:90px 0; background-color:#e6e4e7; width:100%;}
.k02 .title{ width:72.92%; margin:auto; height:50px;}
.k02 .title img{ display:block; height:50px;}
.k02 .tab_menu{ width:72.92%; margin:auto; overflow:hidden; margin-top:40px; text-align:center; display:block;}
.k02 .tab_menu li{ display:inline-block; margin:0 1%; margin-bottom:20px; width:14%; height:46px; line-height:46px; border-radius:50px; background-color:#fff; font-size:24px; overflow:hidden; cursor:pointer;}
.k02 .tab_menu li:hover{ color:#35d32f;}
.k02 .tab_menu li.selected{ background-color:#2a2a2a; color:#35d32f;}
.k02 .tabox{ width:76.5625%; margin:auto; overflow:hidden; display:block;}
.k02 .tabox .box{ width:100%; overflow:hidden;}
.k02 .tabox .box ul{ width:100%; overflow:hidden; display:block;}
.k02 .tabox .box li{ width:28.57%; display:block; float:left; margin:0 2.38%; margin-top:30px; overflow:hidden; border-radius:10px; background-color:#fff;}
.k02 .tabox .box li strong{ width:100%; display:block; overflow:hidden;}
.k02 .tabox .box li strong img{ width: 90%;
    padding: 5%;
    font-size: 22px;
    display: block;
    overflow: hidden;
    text-align: center;
border-radius: 208px;}
.k02 .tabox .box li span{text-align: center; width:90%; padding:5%; font-size:22px; display:block; overflow:hidden;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.k02{ padding:60px 0; background-color:#e6e4e7; width:100%;}
.k02 .title{ width:94%; margin:auto; height:40px;}
.k02 .title img{ display:block; height:40px;}
.k02 .tab_menu{ width:94%; margin:auto; overflow:hidden; margin-top:30px; text-align:center; display:block;}
.k02 .tab_menu li{ display:inline-block; margin:0 1%; margin-bottom:10px; width:14%; height:38px; line-height:38px; border-radius:50px; background-color:#fff; font-size:20px; overflow:hidden; cursor:pointer;}
.k02 .tab_menu li:hover{ color:#35d32f;}
.k02 .tab_menu li.selected{ background-color:#2a2a2a; color:#35d32f;}
.k02 .tabox{ width:100%; margin:auto; overflow:hidden; display:block;}
.k02 .tabox .box{ width:100%; overflow:hidden;}
.k02 .tabox .box ul{ width:100%; overflow:hidden; display:block;}
.k02 .tabox .box li{ width:29.33%; display:block; float:left; margin-left:3%; margin-top:20px; overflow:hidden; border-radius:10px; background-color:#fff;}
.k02 .tabox .box li strong{ width:100%; display:block; overflow:hidden;}
.k02 .tabox .box li strong img{ width: 90%;
    padding: 5%;
    font-size: 22px;
    display: block;
    overflow: hidden;
    text-align: center;
border-radius: 208px;}
.k02 .tabox .box li span{text-align: center; width:90%; padding:5%; font-size:18px; display:block; overflow:hidden;}
}
@media only screen and (max-width:1023px){
.k02{ padding:30px 0; background-color:#e6e4e7; width:100%;}
.k02 .title{ width:94%; margin:auto; height:32px;}
.k02 .title img{ display:block; height:32px;}
.k02 .tab_menu{ width:94%; margin:auto; overflow:hidden; margin-top:20px; text-align:center; display:block;}
.k02 .tab_menu li{ display:inline-block; margin:0 1%; margin-bottom:5px; width:14%; height:30px; line-height:30px; border-radius:50px; background-color:#fff; font-size:16px; overflow:hidden; cursor:pointer;}
.k02 .tab_menu li:hover{ color:#35d32f;}
.k02 .tab_menu li.selected{ background-color:#2a2a2a; color:#35d32f;}
.k02 .tabox{ width:100%; margin:auto; overflow:hidden; display:block;}
.k02 .tabox .box{ width:100%; overflow:hidden;}
.k02 .tabox .box ul{ width:100%; overflow:hidden; display:block;}
.k02 .tabox .box li{ width:45.5%; display:block; float:left; margin-left:3%; margin-top:10px; overflow:hidden; border-radius:10px; background-color:#fff;}
.k02 .tabox .box li strong{ width:100%; display:block; overflow:hidden;}
.k02 .tabox .box li strong img{width: 90%;
    padding: 5%;
    font-size: 22px;
    display: block;
    overflow: hidden;
    text-align: center;
border-radius: 208px;}
.k02 .tabox .box li span{text-align: center; width:90%; padding:5%; font-size:14px; display:block; overflow:hidden;}
}
@media only screen and (max-width:677px){
.k02 .tab_menu{ width:100%;}
.k02 .tab_menu li{ width:15%; margin:0; margin-bottom:5px; font-size:12px;}	
}

@media screen and (min-width:1280px){
.k03{ width:100%; padding:90px 0; position:relative; background-repeat:no-repeat; background-attachment:fixed;}
.k03 .title{ width:72.92%; margin:auto; position:relative;}
.k03 .title img{ display:block; height:50px; float:left;}
.k03 .title p{ display: block;
    float: right;
    font-size: 17px;
    margin-top: 30px;
    color: #fff;
    width: 70%;
    text-align: right;}
.k03 .box{ width:72.92%; margin:auto; margin-top:40px; display:block; overflow:hidden;}
.k03 .box ul{ width:100%; display:block; overflow:hidden;}
.k03 .box li{ width:33.33%; padding:40px 2.5%; border-right:1px solid #808080; box-sizing:border-box; border-top:1px solid #808080; margin-top:-1px; display:block; float:left; overflow:hidden; text-align:center;}
.k03 .box li:nth-child(3n){ border-right:none;}
.k03 .box li img{ display:block; height:46px; margin:auto;}
.k03 .box li span{ display:block; font-size:24px; line-height:34px; color:#fff; margin-top:20px; margin-bottom:15px; overflow:hidden;}
.k03 .box li p{ display:block; font-size:18px; line-height:28px; height:84px; color:#fff; overflow:hidden;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.k03{ width:100%; padding:60px 0; position:relative; background-repeat:no-repeat; background-attachment:fixed;}
.k03 .title{ width:94%; margin:auto; position:relative;}
.k03 .title img{ display:block; height:40px; float:left;}
.k03 .title p{ display: block;
    float: right;
    font-size: 18px;
    color: #fff;
    width: 70%;
    text-align: right;
    margin-top: 16px;}
.k03 .box{ width:94%; margin:auto; margin-top:30px;}
.k03 .box ul{ width:100%; display:block; overflow:hidden;}
.k03 .box li{ width:33.33%; padding:30px 2.5%; border-right:1px solid #808080; box-sizing:border-box; border-top:1px solid #808080; margin-top:-1px; display:block; float:left; overflow:hidden; text-align:center;}
.k03 .box li:nth-child(3n){ border-right:none;}
.k03 .box li img{ display:block; height:46px; margin:auto;}
.k03 .box li span{ display:block; font-size:20px; line-height:30px; height:30px; color:#fff; margin-top:15px; margin-bottom:10px; overflow:hidden;}
.k03 .box li p{ display:block; font-size:16px; line-height:26px; height:72px; color:#fff; overflow:hidden;}
}
@media only screen and (max-width:1023px){
.k03{ width:100%; padding:30px 0; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat;}
.k03 .title{ width:94%; margin:auto; position:relative;}
.k03 .title img{ display:block; height:32px; float:left;}
.k03 .title p{ display:block; float:right; font-size:14px; color:#fff; width:54%; text-align:right; line-height:16px;}
.k03 .box{ width:94%; margin:auto; margin-top:20px;}
.k03 .box ul{ width:100%; display:block; overflow:hidden;}
.k03 .box li{ width:50%; padding:20px 2.5%; border-right:1px solid #808080; box-sizing:border-box; border-top:1px solid #808080; margin-top:-1px; display:block; float:left; overflow:hidden; text-align:center;}
.k03 .box li:nth-child(2n){ border-right:none;}
.k03 .box li img{ display:block; height:46px; margin:auto;}
.k03 .box li span{ display:block; font-size:18px; line-height:26px; height:26px; color:#fff; margin-top:10px; margin-bottom:5px; overflow:hidden;}
.k03 .box li p{ display:block; font-size:14px; line-height:24px; height:96px; color:#fff; overflow:hidden;}
}

@media screen and (min-width:1280px){
.k04{ width:100%; padding:120px 0; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat;}
.k04 img{ width:65%; margin:auto; display:block;}
.k04 dl{ width:100%; display:block; margin-top:40px; text-align:center;}
.k04 dl dt{ display:inline-block; margin:0 1.8%; overflow:hidden;}
.k04 dl dt span{ display:block; float:left; height:36px; line-height:36px; font-size:22px; color:#fff;}
.k04 dl dt input{ display:block; float:left; width:240px; height:36px; line-height:36px; font-size:22px; color:#fff; text-align:left; text-indent:10px; border:1px solid #fff; border-radius:5px; background-color:transparent;}
.k04 dl dd{ display:inline-block; width:80%; overflow:hidden; margin-top:30px;}
.k04 dl dd input{ display:block; margin:auto; width:280px; height:56px; line-height:56px; font-size:22px; color:#fff; border:1px solid #fff; border-radius:56px; background-color:transparent;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.k04{ width:100%; padding:90px 0; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat;}
.k04 img{ width:94%; margin:auto; display:block;}
.k04 dl{ width:100%; display:block; margin-top:30px; text-align:center;}
.k04 dl dt{ display:inline-block; margin:0 1.8%; overflow:hidden;}
.k04 dl dt span{ display:block; float:left; height:32px; line-height:32px; font-size:18px; color:#fff;}
.k04 dl dt input{ display:block; float:left; width:200px; height:30px; line-height:30px; font-size:18px; color:#fff; text-align:left; text-indent:10px; border:1px solid #fff; border-radius:5px; background-color:transparent;}
.k04 dl dd{ display:inline-block; width:80%; overflow:hidden; margin-top:30px;}
.k04 dl dd input{ display:block; margin:auto; width:240px; height:46px; line-height:46px; font-size:18px; color:#fff; border:1px solid #fff; border-radius:56px; background-color:transparent;}
}
@media only screen and (max-width:1023px){
.k04{ width:100%; padding:30px 0; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat;}
.k04 img{ width:94%; margin:auto; display:block;}
.k04 dl{ width:100%; display:block; text-align:center; margin-top:10px;}
.k04 dl dt{ display:inline-block; margin:0 1.8%; overflow:hidden; margin-top:10px;}
.k04 dl dt span{ display:block; float:left; height:32px; line-height:32px; font-size:16px; color:#fff;}
.k04 dl dt input{ display:block; float:left; width:240px; height:30px; line-height:30px; font-size:16px; color:#fff; text-align:left; text-indent:10px; border:1px solid #fff; border-radius:5px; background-color:transparent;}
.k04 dl dd{ display:inline-block; width:80%; overflow:hidden; margin-top:20px;}
.k04 dl dd input{ display:block; margin:auto; width:200px; height:40px; line-height:40px; font-size:16px; color:#fff; border:1px solid #fff; border-radius:56px; background-color:transparent;}
}

/*合作*/
@media screen and (min-width:1280px){
.b01{ width:72.92%; margin:90px auto; font-size:22px; line-height:46px; text-align:center;}
.b01 img{ max-width:100%; height:auto;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.b01{ width:94%; margin:60px auto; font-size:20px; line-height:40px; text-align:center;}
.b01 img{ max-width:100%; height:auto;}
}
@media only screen and (max-width:1023px){
.b01{ width:94%; margin:30px auto; font-size:14px; line-height:30px; text-align:center;}
.b01 img{ max-width:100%; height:auto;}
}

@media screen and (min-width:1280px){
.b02{ width:72.92%; margin:120px auto;}
.b02 .title{ height:50px; overflow:hidden;}
.b02 .title img{ display:block; height:50px;}
.b02 dl{ width:100%; display:block; overflow:hidden;}
.b02 dl dt{ display:block; width:100%; margin-top:120px; overflow:hidden;}
.b02 dl dt .left{ float:left; margin-left:3.9%; margin-top:20px; width:46.63%;}
.b02 dl dt .right{ float:right; width:43.21%;}
.b02 dl dd{ display:block; width:100%; margin-top:120px; overflow:hidden;}
.b02 dl dd .left{ float:right; margin-right:3.9%; margin-top:20px; width:46.63%;}
.b02 dl dd .right{ float:left; width:43.21%;}
.b02 dl .left .bt{ font-size:30px; height:44px; line-height:44px; position:relative;}
.b02 dl .left .bt a{ display:block; position:relative; z-index:1;}
.b02 dl .left .bt b{ width:12px; height:12px; border-radius:50px; border:4px solid #35d32f; position:absolute; left:0; top:0; z-index:0;} 
.b02 dl .left .wen{ margin-top:20px; margin-left:5px; font-size:16px; line-height:30px;}
.b02 dl .right img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.b02{ width:94%; margin:120px auto;}
.b02 .title{ height:40px; overflow:hidden;}
.b02 .title img{ display:block; height:40px;}
.b02 dl{ width:100%; display:block; overflow:hidden;}
.b02 dl dt{ display:block; width:100%; margin-top:120px; overflow:hidden;}
.b02 dl dt .left{ float:left; margin-left:3.9%; width:46.63%;}
.b02 dl dt .right{ float:right; width:43.21%;}
.b02 dl dd{ display:block; width:100%; margin-top:120px; overflow:hidden;}
.b02 dl dd .left{ float:right; margin-right:3.9%; width:46.63%;}
.b02 dl dd .right{ float:left; width:43.21%;}
.b02 dl .left .bt{ font-size:24px; height:34px; line-height:34px; position:relative;}
.b02 dl .left .bt a{ display:block; position:relative; z-index:1;}
.b02 dl .left .bt b{ width:8px; height:8px; border-radius:50px; border:2px solid #35d32f; position:absolute; left:0; top:0; z-index:0;} 
.b02 dl .left .wen{ margin-top:15px; margin-left:5px; font-size:16px; line-height:30px;}
.b02 dl .right img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.b02{ width:94%; margin:30px auto;}
.b02 .title{ height:32px; overflow:hidden;}
.b02 .title img{ display:block; height:32px;}

.b02 dl{ width:100%; display:block; overflow:hidden;}
.b02 dl dt{ display:block; width:100%; margin-top:30px; overflow:hidden;}
.b02 dl dt .left{ float:left; width:100%;}
.b02 dl dt .right{ float:right; width:100%;}
.b02 dl dd{ display:block; width:100%; margin-top:30px; overflow:hidden;}
.b02 dl dd .left{ float:right; width:100%;}
.b02 dl dd .right{ float:left; width:100%;}
.b02 dl .left .bt{ font-size:18px; height:30px; line-height:30px; position:relative; margin-top:15px;}
.b02 dl .left .bt a{ display:block; position:relative; z-index:1;}
.b02 dl .left .bt b{ width:4px; height:4px; border-radius:50px; border:2px solid #35d32f; position:absolute; left:0; top:0; z-index:0;} 
.b02 dl .left .wen{ margin-left:5px; font-size:14px; line-height:24px;}
.b02 dl .right img{ width:100%; display:block;}
}

@media screen and (min-width:1280px){
.b03{ width:72.92%; margin:90px auto;}
.b03 .title{ height:50px; overflow:hidden;}
.b03 .title img{ display:block; height:50px;}
.b03 .tu{ width:100%; margin-top:40px;}
.b03 .tu img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.b03{ width:94%; margin:60px auto;}
.b03 .title{ height:40px; overflow:hidden;}
.b03 .title img{ display:block; height:40px;}
.b03 .tu{ width:100%; margin-top:30px;}
.b03 .tu img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.b03{ width:94%; margin:30px auto;}
.b03 .title{ height:32px; overflow:hidden;}
.b03 .title img{ display:block; height:32px;}
.b03 .tu{ width:100%; margin-top:20px;}
.b03 .tu img{ width:100%; display:block;}
}

@media screen and (min-width:1280px){
.b04{ width:72.92%; padding:90px 13.54%; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; text-align:center;}
.b04 .title{ display:inline-block; margin:auto; font-size:28px; line-height:46px; border-bottom:2px solid #35d32f; color:#fff; margin-bottom:60px;}
.b04 .box{ width:940px; margin:auto; margin-bottom:30px;}
.b04 .box p{ display:block; float:left;}
.b04 .box p span{ display:block; float:left; font-size:26px; height:42px; line-height:42px; color:#fff; text-align:left;}
.b04 .box p input{ display:block; float:left; font-size:26px; height:38px; line-height:38px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; width:276px; text-indent:10px; background-color:transparent; margin-left:5px;}
.b04 .box a{ display:block; float:right;}
.b04 .box a span{ display:block; float:left; font-size:26px; height:42px; line-height:42px; color:#fff; text-align:left;}
.b04 .box a input{ display:block; float:left; font-size:26px; height:38px; line-height:38px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; width:276px; text-indent:10px; background-color:transparent; margin-left:5px;}
.b04 .box01{ display:block; width:940px; margin:auto; margin-bottom:30px;}
.b04 .box01 span{ display:block; float:left; font-size:26px; height:42px; line-height:42px; color:#fff; text-align:left;}
.b04 .box01 p{ width:806px; float:right; display:block;}
.b04 .box01 textarea{ display:block; font-size:26px; height:84px; line-height:38px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; width:802px; text-indent:10px; background-color:transparent;}
.b04 .box02{ width:100%;}
.b04 .box02 input{ display:block; margin:auto; width:280px; height:56px; line-height:56px; font-size:22px; color:#fff; border:1px solid #fff; border-radius:56px; background-color:transparent;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.b04{ width:94%; padding:60px 3%; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; text-align:center;}
.b04 .title{ display:inline-block; margin:auto; font-size:24px; line-height:36px; border-bottom:2px solid #35d32f; color:#fff; margin-bottom:40px;}
.b04 .box{ width:100%; margin:auto; margin-bottom:20px;}
.b04 .box p{ display:block; float:left;}
.b04 .box p span{ display:block; float:left; font-size:22px; height:38px; line-height:38px; color:#fff; text-align:left;}
.b04 .box p input{ display:block; float:left; font-size:22px; height:34px; line-height:34px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; width:276px; text-indent:10px; background-color:transparent; margin-left:5px;}
.b04 .box a{ display:block; float:right;}
.b04 .box a span{ display:block; float:left; font-size:22px; height:38px; line-height:38px; color:#fff; text-align:left;}
.b04 .box a input{ display:block; float:left; font-size:22px; height:34px; line-height:34px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; width:276px; text-indent:10px; background-color:transparent; margin-left:5px;}
.b04 .box01{ width:100%; margin:auto; margin-bottom:20px; position:relative;}
.b04 .box01 span{ display:block; font-size:22px; height:38px; line-height:38px; color:#fff; text-align:left; position:absolute; left:0; top:0;}
.b04 .box01 p{ padding-left:115px; width:100%; box-sizing:border-box; overflow:hidden;}
.b04 .box01 textarea{ display:block; float:right; font-size:22px; height:88px; line-height:34px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; text-indent:10px; background-color:transparent; width:100%; box-sizing:border-box;}
.b04 .box02{ width:100%;}
.b04 .box02 input{ display:block; margin:auto; width:240px; height:46px; line-height:46px; font-size:18px; color:#fff; border:1px solid #fff; border-radius:56px; background-color:transparent;}
}
@media only screen and (max-width:1023px){
.b04{ width:94%; padding:30px 3%; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; text-align:center;}
.b04 .title{ display:inline-block; margin:auto; font-size:18px; line-height:26px; border-bottom:2px solid #35d32f; color:#fff; margin-bottom:20px;}
.b04 .box{ width:100%; margin:auto;}
.b04 .box p{ display:block; width:100%; margin-bottom:15px; overflow:hidden;}
.b04 .box p span{ display:block; float:left; font-size:18px; height:38px; line-height:38px; color:#fff; text-align:left;}
.b04 .box p input{ display:block; float:right; font-size:18px; height:34px; line-height:34px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; width:70%; text-indent:10px; background-color:transparent; margin-left:5px;}
.b04 .box a{ display:block; width:100%; margin-bottom:15px; overflow:hidden;}
.b04 .box a span{ display:block; float:left; font-size:18px; height:38px; line-height:38px; color:#fff; text-align:left;}
.b04 .box a input{ display:block; float:right; font-size:18px; height:34px; line-height:34px; color:#fff; border:2px solid #fff; border-radius:5px; text-align:left; width:70%; text-indent:10px; background-color:transparent; margin-left:5px;}
.b04 .box01{ width:100%; margin:auto; margin-bottom:15px; position:relative;}
.b04 .box01 span{ display:block; float:left; font-size:18px; height:38px; line-height:38px; color:#fff; text-align:left;}
.b04 .box01 p{ display:block; float:right; width:70%; border:2px solid #fff; border-radius:5px;}
.b04 .box01 textarea{ display:block; float:right; font-size:18px; height:88px; line-height:34px; color:#fff; text-align:left; text-indent:10px; background-color:transparent; width:100%;}
.b04 .box02{ width:100%;}
.b04 .box02 input{ display:block; margin:auto; width:200px; height:40px; line-height:40px; font-size:16px; color:#fff; border:1px solid #fff; border-radius:56px; background-color:transparent;}
}

/*实验室*/
@media screen and (min-width:1280px){
.l01{ width:72.92%; margin:90px auto;}
.l01 dl{ width:100%; display:block; overflow:hidden; margin-top:-90px;}
.l01 dl dd{ display:block; width:100%; margin-top:90px; overflow:hidden;}
.l01 dl dd .left{ float:left; margin-left:3.9%; margin-top:20px; width:46.63%;}
.l01 dl dd .right{ float:right; width:43.21%;}
.l01 dl dt{ display:block; width:100%; margin-top:90px; overflow:hidden;}
.l01 dl dt .left{ float:right; margin-right:3.9%; margin-top:20px; width:46.63%;}
.l01 dl dt .right{ float:left; width:43.21%;}
.l01 dl .left .bt{ margin-top:10px;}
.l01 dl .left .bt img{ display:block; height:32px;}
.l01 dl .left .bt a{ display:block; position:relative; z-index:1; font-size:30px; margin:10px 0;}
.l01 dl .left .wen{ margin-top:20px; margin-left:5px; font-size:16px; line-height:30px;}
.l01 dl .right img{ width:100%; display:block; transition:transform 0.25s; transform:scale(1);}
.l01 dl .right img:hover{ transform:scale(1.1);}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.l01{ width:94%; margin:60px auto;}
.l01 dl{ width:100%; display:block; overflow:hidden; margin-top:-60px;}
.l01 dl dd{ display:block; width:100%; margin-top:60px; overflow:hidden;}
.l01 dl dd .left{ float:left; margin-left:3.9%; width:46.63%;}
.l01 dl dd .right{ float:right; width:43.21%;}
.l01 dl dt{ display:block; width:100%; margin-top:60px; overflow:hidden;}
.l01 dl dt .left{ float:right; margin-right:3.9%; width:46.63%;}
.l01 dl dt .right{ float:left; width:43.21%;}
.l01 dl .left .bt{ width:100%;}
.l01 dl .left .bt img{ display:block; height:28px;}
.l01 dl .left .bt a{ display:block; position:relative; z-index:1; font-size:24px; margin:10px 0;}
.l01 dl .left .wen{ margin-top:5px; margin-left:5px; font-size:16px; line-height:30px;}
.l01 dl .right img{ width:100%; display:block; transition:transform 0.25s; transform:scale(1);}
.l01 dl .right img:hover{ transform:scale(1.1);}
}
@media only screen and (max-width:1023px){
.l01{ width:94%; margin:30px auto;}
.l01 dl{ width:100%; display:block; overflow:hidden; margin-top:-30px;}
.l01 dl dd{ display:block; width:100%; margin-top:30px; overflow:hidden;}
.l01 dl dd .left{ float:left; width:100%;}
.l01 dl dd .right{ float:right; width:100%;}
.l01 dl dt{ display:block; width:100%; margin-top:30px; overflow:hidden;}
.l01 dl dt .left{ float:right; width:100%;}
.l01 dl dt .right{ float:left; width:100%;}
.l01 dl .left .bt{ width:100%; margin-top:10px;}
.l01 dl .left .bt img{ display:block; height:24px;}
.l01 dl .left .bt a{ display:block; position:relative; z-index:1; font-size:18px; margin:10px 0;}
.l01 dl .left .wen{ margin-left:5px; font-size:14px; line-height:24px;}
.l01 dl .right img{ width:100%; display:block; transition:transform 0.25s; transform:scale(1);}
.l01 dl .right img:hover{ transform:scale(1.1);}
}

/*联系我们*/
@media screen and (min-width:1280px){
.c01{ width:100%; padding:90px 0; position:relative; background-color:#2a2a2a;}
.c01 .title{ width:72.92%; margin:auto; position:relative;}
.c01 .title img{ display:block; height:50px; float:left;}
.c01 .lx{ width:72.92%; margin:auto; margin-top:60px;}
.c01 .lx dl{ display:block; margin-left:5.7%; width:44.3%; float:left; overflow:hidden;}
.c01 .lx dl dt{ font-size:28px; color:#fff; display:block;}
.c01 .lx dl dd{ font-size:20px; line-height:36px; color:#fff; display:block; margin-top:40px;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.c01{ width:100%; padding:60px 0; position:relative; background-color:#2a2a2a;}
.c01 .title{ width:94%; margin:auto; position:relative;}
.c01 .title img{ display:block; height:40px; float:left;}
.c01 .lx{ width:94%; margin:auto; margin-top:50px;}
.c01 .lx dl{ display:block; margin-left:5.7%; width:44.3%; float:left; overflow:hidden;}
.c01 .lx dl dt{ font-size:24px; color:#fff; display:block;}
.c01 .lx dl dd{ font-size:18px; line-height:32px; color:#fff; display:block; margin-top:30px;}
}
@media only screen and (max-width:1023px){
.c01{ width:100%; padding:30px 0; position:relative; background-color:#2a2a2a;}
.c01 .title{ width:94%; margin:auto; position:relative;}
.c01 .title img{ display:block; height:32px; float:left;}
.c01 .lx{ width:94%; margin:auto;}
.c01 .lx dl{ display:block; margin-left:5.7%; width:94.3%; float:left; overflow:hidden; margin-top:40px;}
.c01 .lx dl dt{ font-size:18px; color:#fff; display:block;}
.c01 .lx dl dd{ font-size:14px; line-height:26px; color:#fff; display:block; margin-top:15px;}
}

/*招贤纳士*/
@media screen and (min-width:1280px){
.j01{ width:100%; padding:90px 0; position:relative; background-color:#2a2a2a;}
.j01 .title{ width:72.92%; margin:auto; position:relative;}
.j01 .title img{ display:block; height:50px; float:left;}
.j01 .list{ width:72.92%; margin:auto; display:block; margin-top:20px;}
.j01 .list li{ display:block; width:100%; margin-top:20px; padding:30px 0; background-color:#3d3d3d; overflow:hidden;}
.j01 .list li .left{ width:24.21%; float:left;}
.j01 .list li .left strong{ display:block; height:104px;}
.j01 .list li .left strong img{ display:block; height:104px; margin:auto;}
.j01 .list li .left span{ display:block; font-size:26px; margin-top:20px; color:#fff; text-align:center;}
.j01 .list li .right{ width:58.73%; float:left; border-left:1px solid #2a2a2a; float:left; padding-left:8.53%; padding-bottom:20px;}
.j01 .list li .right .bt{ width:100%; height:38px; margin-top:20px; border-bottom:1px dashed #fc4f00;}
.j01 .list li .right .bt p{ display:block; float:left; color:#fff; font-size:24px; line-height:38px;}
.j01 .list li .right .bt span{ display:block; float:left; color:#fff; font-size:14px; line-height:48px; text-transform:uppercase; margin-left:10px;}
.j01 .list li .right .wen{ width:100%; line-height:28px; margin-top:10px; font-size:16px; color:#fff;}
.zxnsp{
	display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 26px;
}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.j01{ width:100%; padding:60px 0; position:relative; background-color:#2a2a2a;}
.j01 .title{ width:94%; margin:auto; position:relative;}
.j01 .title img{ display:block; height:40px; float:left;}
.j01 .list{ width:94%; margin:auto; display:block; margin-top:20px;}
.j01 .list li{ display:block; width:100%; margin-top:20px; padding:20px 0; background-color:#3d3d3d; overflow:hidden;}
.j01 .list li .left{ width:24.21%; float:left;}
.j01 .list li .left strong{ display:block; height:84px;}
.j01 .list li .left strong img{ display:block; height:84px; margin:auto;}
.j01 .list li .left span{ display:block; font-size:22px; margin-top:15px; color:#fff; text-align:center;}
.j01 .list li .right{ width:58.73%; float:left; border-left:1px solid #2a2a2a; float:left; padding-left:8.53%; padding-bottom:15px;}
.j01 .list li .right .bt{ width:100%; height:34px; margin-top:15px; border-bottom:1px dashed #fc4f00;}
.j01 .list li .right .bt p{ display:block; float:left; color:#fff; font-size:20px; line-height:30px;}
.j01 .list li .right .bt span{ display:block; float:left; color:#fff; font-size:14px; line-height:38px; text-transform:uppercase; margin-left:10px;}
.j01 .list li .right .wen{ width:100%; line-height:24px; margin-top:10px; font-size:14px; color:#fff;}
}
@media only screen and (max-width:1023px){
.j01{ width:100%; padding:30px 0; position:relative; background-color:#2a2a2a;}
.j01 .title{ width:94%; margin:auto; position:relative;}
.j01 .title img{ display:block; height:32px; float:left;}
.j01 .list{ width:94%; margin:auto; display:block; margin-top:10px;}
.j01 .list li{ display:block; width:100%; margin-top:10px; padding:15px 0; background-color:#3d3d3d; overflow:hidden;}
.j01 .list li .left{ width:30%; float:left;}
.j01 .list li .left strong{ display:block; height:64px;}
.j01 .list li .left strong img{ display:block; height:64px; margin:auto;}
.j01 .list li .left span{ display:block; font-size:16px; margin-top:10px; color:#fff; text-align:center;}
.j01 .list li .right{ width:60%; float:left; border-left:1px solid #2a2a2a; float:left; padding-left:5%; padding-bottom:10px;}
.j01 .list li .right .bt{ width:100%; height:30px; margin-top:10px; border-bottom:1px dashed #fc4f00;}
.j01 .list li .right .bt p{ display:block; float:left; color:#fff; font-size:16px; line-height:26px;}
.j01 .list li .right .bt span{ display:block; float:left; color:#fff; font-size:14px; line-height:28px; text-transform:uppercase; margin-left:10px;}
.j01 .list li .right .wen{ width:100%; line-height:24px; margin-top:5px; font-size:14px; color:#fff;}
}

/*新闻*/
@media screen and (min-width:1280px){
.n01{ width:100%; margin:90px auto;}
.n01 .title{ width:52%; margin:auto; display:block;}
.n01 .title dt,.n01 .title dd{ display:block; width:30%; float:left;}
.n01 .title dt a{ width:100%; display:block; height:60px; line-height:60px; font-size:26px; text-align:center; color:#fff; background-color:#2a2a2a; background-image:url(../images/n03.jpg); background-position:right center; background-repeat:no-repeat; background-size:1px 34px; cursor:pointer;}
.n01 .title dd a{ width:100%; display:block; height:60px; line-height:60px; font-size:26px; text-align:center; color:#fff; background-color:#2a2a2a; cursor:pointer;}
.n01 .title dt.on a,.n01 .title dd.on a{ color:#35d32f;}
.n01 .title b{ display:block; height:10px;}
.n01 .title b img{ display:none; height:10px; margin:auto;}
.n01 .title dt.on img,.n01 .title dd.on img{ display:block;}
.n01 .title dt:last-child{ background-image:none;}
.n01 .list{ display:block; margin:30px auto; width:75%;}
.n01 .list li{ width:94%; float:left; padding:20px 1.43%; display:block; overflow:hidden;}
.n01 .list li .left{ width:26.5%; height:260px; float:left;}
.n01 .list li .left img{ display:block; height:260px; transition:transform 0.25s; transform:scale(1);}
.n01 .list li .left img:hover{ transform:scale(1.1);}
.n01 .list li .right{background-color:#f0f0f0; width:68%; height:260px; float:right;padding-left: 3%;padding-right: 2%;}
.n01 .list li .right .time{ border-bottom:2px solid #666; width:100%; height:40px; line-height:40px;margin-top:10px;}
.n01 .list li .right .time p{ display:block; float:left; font-size:28px;}
.n01 .list li .right .time span{ display:block; float:left; font-size:24px; margin-left:0%;}
.n01 .list li .right .time a{ display:block; float:left; font-size:16px; line-height:50px;}
.n01 .list li .right .bt{ width:100%; font-size:22px; line-height:30px; margin:20px 0; height:60px;}
.n01 .list li .right .wen{ width:100%; font-size:14px; line-height:20px; height:80px;}
.n01 .list li .right .more{ width:100%; }
.n01 .list li .right .more a{ width:42px; height:26px; display:block; float:right; background-image:url(../images/n04.jpg);}
.n01 .list li .right .more a:hover{ background-image:url(../images/n05.jpg);}
.n01 .list li .right .bt a:hover{ color:#35d32f;}

.n01 .fanye{ width:72.92%; margin:auto; border-top:2px solid #2a2a2a; padding-top:30px;}
.n01 .fanye .prev{ width:24px; height:16px; display:block; float:left; background-image:url(../images/left.jpg);}
.n01 .fanye .next{ width:24px; height:16px; display:block; float:left; background-image:url(../images/right.jpg); margin-left:30px;}
.n01 .fanye .prev:hover{ background-image:url(../images/lefth.jpg);}
.n01 .fanye .next:hover{ background-image:url(../images/righth.jpg);}
.n01 .fanye p{ display:block; float:right; height:16px; line-height:16px;}
.n01 .fanye p span{ width:16px; height:16px; line-height:16px; background-color:#35d32f; display:block; float:left; border-radius:20px; color:#fff; text-align:center; font-size:14px; margin:0 5px;}
.n01 .fanye p a{ height:16px; line-height:16px; display:block; float:left; font-size:14px; margin:0 5px;}
.n01 .fanye p b{ width:6px; height:6px; background-color:#2a2a2a; display:block; float:left; border-radius:20px; margin:5px;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.n01{ width:100%; margin:60px auto;}
.n01 .title{ width:80%; margin:auto; display:block;}
.n01 .title dt,.n01 .title dd{ display:block; width:50%; float:left;}
.n01 .title dt a{ width:100%; display:block; height:50px; line-height:50px; font-size:22px; text-align:center; color:#fff; background-color:#2a2a2a; background-image:url(../images/n03.jpg); background-position:right center; background-repeat:no-repeat; background-size:1px 30px; cursor:pointer;}
.n01 .title dd a{ width:100%; display:block; height:50px; line-height:50px; font-size:22px; text-align:center; color:#fff; background-color:#2a2a2a; cursor:pointer;}
.n01 .title dt.on a,.n01 .title dd.on a{ color:#35d32f;}
.n01 .title b{ display:block; height:10px;}
.n01 .title b img{ display:none; height:10px; margin:auto;}
.n01 .title dt.on img,.n01 .title dd.on img{ display:block;}
.n01 .title dt:last-child{ background-image:none;}

.n01 .list{ display:block; margin:20px auto; width:100%;}
.n01 .list li{ width:94%; float:left; padding:15px 3%; padding-right:0; display:block; overflow:hidden;}
.n01 .list li .left{ width:28.36%; height:240px; float:left;}
.n01 .list li .left img{ display:block; height:240px; transition:transform 0.25s; transform:scale(1);}
.n01 .list li .left img:hover{ transform:scale(1.1);}
.n01 .list li .right{background-color:#f0f0f0; width:66%; float:right;padding-left: 3.1%;padding-right: 2%;}
.n01 .list li .right .time{ border-bottom:2px solid #666; width:100%; height:36px; line-height:36px;margin-top:10px;}
.n01 .list li .right .time p{ display:block; float:left; font-size:24px;}
.n01 .list li .right .time span{ display:block; float:left; font-size:20px; margin-left:0%;}
.n01 .list li .right .time a{ display:block; float:left; font-size:14px; line-height:40px;}
.n01 .list li .right .bt{ width:100%; font-size:18px; line-height:30px; margin:15px 0; height:60px;}
.n01 .list li .right .wen{ width:100%; font-size:14px; line-height:20px; height:80px;}
.n01 .list li .right .more{ width:100%; margin-top:6px;}
.n01 .list li .right .more a{ width:42px; height:26px; display:block; float:right; background-image:url(../images/n04.jpg);}
.n01 .list li .right .more a:hover{ background-image:url(../images/n05.jpg);}
.n01 .list li .right .bt a:hover{ color:#35d32f;}

.n01 .fanye{ width:94%; margin:auto; border-top:2px solid #2a2a2a; padding-top:20px;}
.n01 .fanye .prev{ width:24px; height:16px; display:block; float:left; background-image:url(../images/left.jpg);}
.n01 .fanye .next{ width:24px; height:16px; display:block; float:left; background-image:url(../images/right.jpg); margin-left:30px;}
.n01 .fanye .prev:hover{ background-image:url(../images/lefth.jpg);}
.n01 .fanye .next:hover{ background-image:url(../images/righth.jpg);}
.n01 .fanye p{ display:block; float:right; height:16px; line-height:16px;}
.n01 .fanye p span{ width:16px; height:16px; line-height:16px; background-color:#35d32f; display:block; float:left; border-radius:20px; color:#fff; text-align:center; font-size:14px; margin:0 5px;}
.n01 .fanye p a{ height:16px; line-height:16px; display:block; float:left; font-size:14px; margin:0 5px;}
.n01 .fanye p b{ width:6px; height:6px; background-color:#2a2a2a; display:block; float:left; border-radius:20px; margin:5px;}
}
@media only screen and (max-width:1023px){
.n01{ width:100%; margin:30px auto;}
.n01 .title{ width:94%; margin:auto; display:block;}
.n01 .title dt,.n01 .title dd{ display:block; width:30%; float:left;}
.n01 .title dt a{ width:100%; display:block; height:40px; line-height:40px; font-size:18px; text-align:center; color:#fff; background-color:#2a2a2a; background-image:url(../images/n03.jpg); background-position:right center; background-repeat:no-repeat; background-size:1px 24px; cursor:pointer;}
.n01 .title dd a{ width:100%; display:block; height:40px; line-height:40px; font-size:18px; text-align:center; color:#fff; background-color:#2a2a2a; cursor:pointer;}
.n01 .title dt.on a,.n01 .title dd.on a{ color:#35d32f;}
.n01 .title dt:last-child{ background-image:none;}
.n01 .title b{ display:block; height:6px;}
.n01 .title b img{ display:none; height:6px; margin:auto;}
.n01 .title dt.on img,.n01 .title dd.on img{ display:block;}

.n01 .list{ display:block; margin:20px auto; width:100%;}
.n01 .list li{ width:94%; float:left; padding:15px 3%; display:block; overflow:hidden;}
.n01 .list li .left{ width:34%; height:230px; float:left;}
.n01 .list li .left img{ display:block; height:230px; transition:transform 0.25s; transform:scale(1);}
.n01 .list li .left img:hover{ transform:scale(1.1);}
.n01 .list li .right{background-color:#f0f0f0; width:61%;padding-left:3%; float:right;padding-right: 2%;}
.n01 .list li .right .time{ border-bottom:2px solid #666; width:100%; height:36px; line-height:36px;}
.n01 .list li .right .time p{ display:block; float:left; font-size:24px;}
.n01 .list li .right .time span{ display:block; float:left; font-size:20px; margin-left:0%;}
.n01 .list li .right .time a{ display:block; float:left; font-size:14px; line-height:40px;}
.n01 .list li .right .bt{ width:100%; font-size:18px; line-height:30px; margin:10px 0; height:60px;}
.n01 .list li .right .wen{ width:100%; font-size:14px; line-height:20px; height:80px; margin-top:-5px;}
.n01 .list li .right .more{ width:100%; margin-top:10px;}
.n01 .list li .right .more a{ width:42px; height:26px; display:block; float:right; background-image:url(../images/n04.jpg);}
.n01 .list li .right .more a:hover{ background-image:url(../images/n05.jpg);}
.n01 .list li .right .bt a:hover{ color:#35d32f;}

.n01 .fanye{ width:94%; margin:auto; border-top:2px solid #2a2a2a; padding-top:20px;}
.n01 .fanye .prev{ width:24px; height:16px; display:block; float:left; background-image:url(../images/left.jpg);}
.n01 .fanye .next{ width:24px; height:16px; display:block; float:left; background-image:url(../images/right.jpg); margin-left:30px;}
.n01 .fanye .prev:hover{ background-image:url(../images/lefth.jpg);}
.n01 .fanye .next:hover{ background-image:url(../images/righth.jpg);}
.n01 .fanye p{ display:block; float:right; height:16px; line-height:16px;}
.n01 .fanye p span{ width:16px; height:16px; line-height:16px; background-color:#35d32f; display:block; float:left; border-radius:20px; color:#fff; text-align:center; font-size:14px; margin:0 5px;}
.n01 .fanye p a{ height:16px; line-height:16px; display:block; float:left; font-size:14px; margin:0 5px;}
.n01 .fanye p b{ width:6px; height:6px; background-color:#2a2a2a; display:block; float:left; border-radius:20px; margin:5px;}
}