@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body {font-size:14px;color:#000;font-family:Microsoft YaHei,sans-serif;}
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 320px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
td{ border:1px solid #333; }

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#5d9a1b; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.ishow{display: block;}
.ihide{display: none;}
.flex { 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; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { 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; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.h160{height: 160px;}
.fl{float:left;}
.fr{ float:right; }
input {border-radius:0;-webkit-appearance:none;appearance:none;background:none;border:0;box-shadow:0 0 0;font-size:14px;}
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align: middle;}

@media (min-width: 1300px){
   .container {width: 1270px;}
}
@media (min-width: 1400px){
   .container {/* width: 1370px; */}
}
@media (min-width: 1500px){
   .container {/* width: 1470px; */}
}
@media (min-width: 1600px){
   .container {/* width: 1570px; */}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
	body{/* padding-bottom: 50px; */}
}
@media (max-width:500px) {
	.h160{height: 115px;}
}
@media (max-width:415px) {
	.h160{height: 100px;}
}

/* 头部Header */
header{position: fixed;left: 0;top: 0;width: 100%;height: 140px;z-index: 100;background:#fff;}
#headHigh{height: 140px;position: relative;}
/* logo */


@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 660px) {
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 530px) {
}
@media only screen and (max-width: 465px) {
}
@media only screen and (max-width: 370px) {
}

/* 首页nav */

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {

}

/* 首页banner */
#banner .swiper-pagination-bullet{width:10px;height:10px;background: rgb(22 18 19);border-radius:5px;opacity:1;}
#banner .swiper-pagination-bullet-active{width:50px;background: #4dab0d;}
#banner .swiper-button-prev{left:30px;}
#banner .swiper-button-next{right:30px;}
@media only screen and (max-width: 767px) {
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}

/* 搜索Search */
#search{background: #fff;background-size: cover;border-bottom: 1px solid #ccc;border-top: 1px solid #f5f5f5;}
.search-left{float:left;padding:30px 0;width:30%;}
.search-left p{font-size:24px;color:#fff;position:relative;padding-right:52px;line-height:64px;background-size:contain;}

.search-right{}
.search-form{width: 342px;float:right;margin-top: 13px;}
.search-form input[type=text]{float:left;padding: 7px 20px 7px 50px;line-height:20px;width: calc(100% - 72px);background:url(../images/search-ico.png) no-repeat left 20px center #fff;border: 1px solid #ccc;border-right: none;}
.search-form input[type=submit]{float:left;width: 72px;height: 36px;background:#5d9a1b;color:#fff;border:0;}
.search-aa{float: left;font-size: 14px;line-height: 60px;color: #333;margin-top:5px;}
.search-aa a{color:#fff;margin-right: 5px;}
.search-aa a:hover{color:#5d9a1b}
@media only screen and (max-width: 1199px) {
	.search-left{display:none;}
	.search-right{width:100%;margin-bottom:10px;}
	.search-form{width: 100%;float: left;margin-top: 20px;}
	.search-aa{float:left;}
}
@media only screen and (max-width: 500px) {
	.search-form input[type=text]{padding: 10px 20px 8px 35px;background: url(../images/search-ico.png) no-repeat left 10px center #fff;}
	.search-form input[type=submit]{height: 40px;}
}

/* 通用title */
.title{text-align: center;padding:0 10px;}
.title h2{font-size: 36px;color: #353535;font-weight:bold;}
.title p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	.title h2{font-size: 30px;}
	.title p{font-size: 14px;}
}

#roll {width: 40px;height: 40px;display: none;background: #000;position: fixed;right: 20px;bottom: 60px;z-index: 150;overflow: hidden;transition: all .2s ease-in-out 0s;cursor: pointer;border-radius: 50%;}
#roll:hover {background: #5d9a1b;}
#roll_top {width: 40px;height: 40px;display: block;background: url(../images/gotop.png) no-repeat;transition: all .2s ease-in-out 0s;}
#roll_top:hover {background: url(../images/gotop.png) no-repeat;}

/* 内页样式 */
#ZoomBox{background: #fff;}
.nybg{background: #F5F5F5;}
.bsbg{background: #FFFFFF;}

.crumbs{padding-left:20px;background: url(../images/nav_tb.png) no-repeat left top 15px;line-height: 28px;padding-top:10px;padding-bottom:10px;float: left;color: #999;}
.crumbs a{color: #999;}
.crumbs a:hover{color: #5d9a1b;}

#sidebar{float: right;}
#sidebar li{display: inline-block; padding: 0 10px;}
#sidebar li a{display:block;height: 45px;line-height: 50px;text-align: center;color: #999;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sidebar li:hover a, #sidebar li.cur a{color: #5d9a1b;border-bottom: 3px solid #5d9a1b;}
@media (max-width: 767px) {
	.w100{width: 100%;float: left;}
	.w50{width: 50%;float: left;}
	.w33{width: 33.33%;float: left;}
	.w25{width: 25%;float: left;}
	#nynav{padding: 0;background: #f3f3f3;}
	#sidebar{float: none;}
	#sidebar li{padding: 0;}
}

#nytitle{padding:50px 0;}
@media (max-width: 767px) {
	#nytitle{padding:30px 0;}
}

#nyshowsort{background:#f7f7f7;padding:50px 0;}
@media (max-width: 991px) {
	#nyshowsort>div>div[class^="col-"]{margin-bottom:30px;}
}
@media (max-width: 767px) {
	#nyshowsort{padding:30px 0;}
	#nyshowsort>div{padding:0 5px;}
	#nyshowsort>div>div[class^="col-"]{padding:0 5px;margin-bottom:10px;}
	#nyshowsort .service-txt{padding:10px;}
	#nyshowsort .service-txt h3{font-size: 18px;}
	#nyshowsort .service-txt>div{margin: 8px auto 0;}
}

.nytilcon{margin-top:40px;}
.nytilcon p{font-size: 16px;line-height: 30px;color: #797979;}
.nytilcon-txt table{width:100%;max-width:100%;}
.nytilcon-txt table tr td{padding:8px;}
@media (max-width: 767px) {
	.nytilcon{margin-top:0px;}
	.nytilcon>div{margin-top:20px;padding:0 10px}
}

#nyshowlist{padding:50px 0;background:url(../images/nyshowlistbg.jpg) no-repeat center;background-size:cover;}
#nyshowlist ul{overflow:hidden;}
#nyshowlist ul li{margin-bottom:30px;}
@media (max-width: 767px) {
	#nyshowlist{padding:30px 0;}
	#nyshowlist>div{padding:0 5px;}
	#nyshowlist ul li{padding:0 5px;margin-bottom:10px;}
	#nyshowlist .service-txt{padding:10px;}
	#nyshowlist .service-txt h3{font-size: 18px;}
	#nyshowlist .service-txt>div{margin: 8px auto 0;}
}

.nyshowdesc-ml{font-size: 16px;line-height: 2;padding-bottom:50px;}
.nyshowdesc-ml img{max-width:100%;height: auto!important;margin-bottom:10px;}
#platform img{ max-width:none; }
.conca-txt>h2{padding-bottom:35px;font-weight: bold;color: #005c35;font-size: 30px;line-height: 30px;}
.conca-txt>h3{font-weight: bold;color: #5d9a1b;font-size: 24px;line-height: 40px;}
.conca-txt span.fa{width:20px;height:20px;}
.nyshowdesc-ml div[class^="col-"]{padding:0 10px;}
@media (max-width: 767px) {
	.nyshowdesc-ml{font-size: 14px;line-height: 1.6;padding-bottom:30px;}
	.nyshowdesc-ml div[class^="col-"]{padding:0;}
	.conca-txt>h2{padding-bottom:15px;}
}

#nyshowdesc-bg{background:url(../images/nyshowconbg.jpg) no-repeat center;background-size: cover;}
.nyshowdesc-left{float:left;width:calc(100% - 450px);height:300px;overflow:hidden;position:relative;}
.nyshowdesc-right{float:right;width:450px;height:300px;background:#fff;padding:30px 25px 0 25px;overflow:hidden;box-shadow: 0px 23px 32px 0px rgb(59 69 116 / 27%);}
.nyshowdesc-right h1{font-size: 24px;text-align: center;color: #333;padding-bottom: 15px;}
.nyshowdesc-right p{line-height:25px;height:125px;color: #797979;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;word-break: break-all;}
.nyshowdesc-right.on{position: fixed;top:140px;right: 50%;margin-right: -770px;z-index:88;}
@media (max-width: 1599px) {
	.nyshowdesc-right.on{margin-right: -720px;}
}
@media (max-width: 1499px) {
	.nyshowdesc-right.on{margin-right: -670px;}
}
@media (max-width: 1399px) {
	.nyshowdesc-right.on{margin-right: -620px;}
}
@media (max-width: 1299px) {
	.nyshowdesc-right.on{margin-right: -570px;}
}
@media (max-width: 1199px) {
	.nyshowdesc-left{width:100%;}
	.nyshowdesc-right{width:100%;box-shadow: none;}
	.nyshowdesc-right.on{position: static;margin-right: 0;}
}
@media (min-width: 768px) {
	.nyshowdesc-left img{height:300px;position: absolute;left: 50%;transform: translateX(-50%);}
}
@media (max-width: 767px) {
	#nyshowdesc-bg{padding:10px 0;}
	.nyshowdesc-left{height:auto;}
	.nyshowdesc-left img{max-width:100%;}
	.nyshowdesc-right{padding:20px;height:auto;}
	.nyshowdesc-right p{height:auto;}
}
@media (max-width: 500px) {
	.nyshowdesc-left img{max-width:140%;margin-left: -20%;margin-right: -20%;}
}

.nyshowdesc-ra{margin-top:15px;}
.nyshowdesc-ra a{display:inline-block;margin-right:25px;width:140px;height:46px;line-height:46px;border-radius:23px;text-align:center;color:#fff;font-size:14px;position:relative;background-image: -webkit-linear-gradient(top,#68c209,#017d42);background-image: -moz-linear-gradient(top,#68c209,#017d42);background-image: -o-linear-gradient(left top,#68c209,#017d42);background-image: linear-gradient(to bottom,#68c209,#017d42);}
.nyshowdesc-ra a+a{margin-right:0;background-image: -webkit-linear-gradient(top,#ffc263,#ff9c00);background-image: -moz-linear-gradient(top,#ffc263,#ff9c00);background-image: -o-linear-gradient(left top,#ffc263,#ff9c00);background-image: linear-gradient(to bottom,#ffc263,#ff9c00);}
.nyshowdesc-ra a::before{pointer-events: none;position: absolute;z-index: -1;content: '';top: 100%;left: 5%;height: 10px;width: 90%;opacity: 0;background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform, opacity;transition-property: transform, opacity;}
.nyshowdesc-ra a img{padding-right: 8px;position: relative;top: -2px;vertical-align: middle;}
.nyshowdesc-ra a:hover, .nyshowdesc-ra a:focus, .nyshowdesc-ra a:active{-webkit-transform: translateY(-6px);transform: translateY(-6px);-webkit-animation-name: hover;animation-name: hover;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}
.nyshowdesc-ra a:hover::before, .nyshowdesc-ra a:focus::before, .nyshowdesc-ra a:active::before{opacity: .4;-webkit-transform: translateY(6px);transform: translateY(6px);-webkit-animation-name: hover-shadow;animation-name: hover-shadow;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}
#nyshowdesc-con{padding:50px 0;}
.nyshowdesc-conl{float:left;width:calc(100% - 450px);color: #797979;font-size: 14px;line-height: 26px;}
.nyshowdesc-conl h2{position: relative;height: 64px;line-height:64px;font-size: 18px;color: #353535;font-weight:bold;margin-bottom:10px;}
.nyshowdesc-conl h2::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #f3f3f3;z-index: 1;}
.nyshowdesc-conl h2 span{display:inline-block;position:relative;}
.nyshowdesc-conl h2 span::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #4cad32;z-index: 2;}
.nyshowdesc-conl table{width:100%;max-width:100%;}
.nyshowdesc-conl table tr td{padding:8px;}
.nyshowdesc-conl img{max-width:100%;height:auto!important;}
.nyshowdesc-conr{float:right;width:450px;}
@media (max-width: 1199px) {
	.nyshowdesc-conl{width:100%;}
	.nyshowdesc-conr{display:none;}
}
@media (max-width: 767px) {
	#nyshowdesc-con{padding:30px 0;}
}
@media (max-width: 351px) {
	.nyshowdesc-ra a{width:120px;}
}

#nyshowdesc-hot{padding:50px 0;background:#f7f7f7;}
#nyshowdesc-hot h4{border-left:4px solid #5d9a1b;padding-left:14px;line-height:30px;position:relative;color: #005b33;font-size: 20px;margin-bottom:20px;}
#nyshowdesc-hot ul{overflow:hidden;}
#nyshowdesc-hot ul li:nth-child(n+5){display:none;}
#nyshowdesc-hot ul li .service-txt h3{font-size:20px;}
@media (max-width: 991px) {
	#nyshowdesc-hot ul li{margin-bottom:30px;}
}
@media (max-width: 767px) {
	#nyshowdesc-hot{padding:20px 0 0;}
	#nyshowdesc-hot ul li{margin-bottom:20px;padding:0 10px;}
}

#nyjobshow{padding:70px 0 30px;background: url(../images/nyjobshowbg1.jpg) right top no-repeat;}

.nyjobshowcon1{display:flex;background:#f9fff5;position:relative;top:70px;}
.nyjobshowcon1-l{width:60%;}
.nyjobshowcon1-l img{width:100%;}
.nyjobshowcon1-r{flex:1;}
.nyjobshowcon1-r h3{font-weight: bold;font-size: 30px;line-height: 30px;color: #5d9a1b;}
.nyjobshowcon1-r p{padding-top: 30px;color: #c6eabc;line-height: 48px;font-size: 48px;text-transform: uppercase;font-family: Arial;font-weight:bold;}
.nyjobshowcon2{padding:170px 0 130px;background:url(../images/nyjobshowbg2.jpg) no-repeat center;background-size: cover;}
.nyjobshowcon2 ul li{float: left;width: 25%;position: relative;cursor: pointer;overflow: hidden;}
.nyjobshowcon2 ul li>img{width:100%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyjobshowcon2 ul li .nyjobshowcon2-bg{position: absolute;left:0;top:0;width:100%;height:100%;z-index:5;color:#fff;background:rgba(0,0,0,0.3);padding:10px;}
.nyjobshowcon2 ul li .nyjobshowcon2-bg .nyjobshowcon2-ico{margin-bottom:25px;}
.nyjobshowcon2 ul li .nyjobshowcon2-bg h3{font-weight: bold;font-size: 18px;line-height: 18px;padding-bottom: 48px;}
.nyjobshowcon2 ul li .nyjobshowcon2-bg .nyjobshowcon2-wz img{max-width:100%;}
.nyjobshowcon2 ul li .nyjobshowcon2-bg p{font-size: 16px;padding-top: 40px;}
.nyjobshowcon2 ul li:hover>img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyjobshowcon3{display:flex;background:#eef9f3;position:relative;bottom:70px;}
.nyjobshowcon3-l{flex:1;font-size: 16px;color: #6b6465;line-height: 30px;padding:25px;}
.nyjobshowcon3-r{width:40%;}
.nyjobshowcon3-r img{width:100%;}
@media (max-width: 1199px) {
	.nyjobshowcon2 ul li .nyjobshowcon2-bg .nyjobshowcon2-ico{margin-bottom: 15px;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg h3{padding-bottom: 20px;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg p{padding-top: 25px;}
}
@media (max-width: 991px) {
	.nyjobshowcon2{padding:130px 0 120px;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg .nyjobshowcon2-wz img{width:100px;}
	.nyjobshowcon3-l{font-size:14px;line-height:25px;}
}
@media (max-width: 767px) {
	#nyjobshow{padding:20px 0;background:none;}
	.nyjobshowcon1{margin:20px 0;top:0;}
	.nyjobshowcon2{padding:20px 0;}
	.nyjobshowcon3{bottom:0;margin-top:20px;}
}
@media (max-width: 650px) {
	.nyjobshowcon1{display:block;}
	.nyjobshowcon1-l, .nyjobshowcon1-r{width:100%;}
	.nyjobshowcon1-r>div{width:100%;padding:20px;}
	.nyjobshowcon2 ul li{width:50%;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg .nyjobshowcon2-wz img{width:auto;}
	.nyjobshowcon3{display:block;}
	.nyjobshowcon3-l, .nyjobshowcon3-r{width:100%;}
	.nyjobshowcon3-l{padding:20px;}
	.nyjobshowcon3-l>div{width:100%;}
}
@media (max-width: 500px) {
	.nyjobshowcon1-r h3{font-size: 24px;line-height: 24px;}
	.nyjobshowcon1-r p{padding-top: 20px;line-height: 30px;font-size: 30px;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg .nyjobshowcon2-ico{margin-bottom: 12px;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg h3{padding-bottom: 12px;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg .nyjobshowcon2-wz img{width:80%;}
	.nyjobshowcon2 ul li .nyjobshowcon2-bg p{padding-top: 12px;}
}


/* 图片模块NyImgList */
#nyimglist{padding-bottom:50px;}
.nyimg-ul{overflow: hidden;}
.nyimg-ul li{margin-bottom: 20px;padding: 0 10px;}
.nyimg-ul li .nyimg-div{background: #fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a{display: block;overflow: hidden;}
.nyimg-ul li .nyimg-div img{margin:0 auto;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top: 9px;overflow: hidden;line-height: 40px;display: block;background: #EFEFEF;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyimg-ul li:hover .nyimg-div img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a{background: #5d9a1b;color: #fff;}
@media (max-width: 767px) {
	#nyimglist{padding-bottom:30px;}
}

#showimg{padding: 15px 10px;}
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;}
.showimg-top span{margin-right: 10px;}
.showimg-top span{font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{padding-top: 30px;overflow: hidden;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	#nyimg{padding-top: 15px;padding-bottom: 15px;}
	.showimg-left{padding:0;}
	.nyimg-ul li{margin-bottom: 20px;}
	.showimg-top h2{ font-size:16px;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{padding:0;font-size:14px !important;}
	.page-header h3{font-size:16px;margin:0;}
	.xgred li{padding: 0}
	.showimg-img video{ width:100%; height:auto; }
}

/* 文章模块 */
#nynewslist{padding-bottom: 50px;}
#nynewslist .container>div[class^="col-"]{padding: 0 10px;}
#nynewslist .container>div:first-child{border-right: 1px solid #eee;}
.nynews-ul{overflow: hidden;}
.nynews-ul li.nynews-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;}
.nynews-img{}
.nynews-img a{display: block;border: 1px solid #ccc;}
.nynews-img img{width:100%;height:auto !important;}
.nynews-img a:hover{border: 1px solid #5d9a1b;}
.nynews-date {color: #333;line-height: 20px;font-size: 12px;}
.nynews-date span{color: #999;}
.nynews-date p{float: left;margin: 0;}
.nynews-date i{margin-right: 5px;}
.nynews-con h3{font-size: 18px;font-weight: 400;text-transform: uppercase;line-height: 32px;letter-spacing: 1px;margin-top: 0px;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nynews-con p.nynews-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;height: 69px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-con a.nynews-more{position:relative;left:0;color: #ffffff;font-size: 15px;padding: 7px;background: #5d9a1b;margin-top: 10px;width: 120px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nynews-con a.nynews-more:hover{background: #005c35;left:10px;}
@media (max-width:991px) {
	#nynewslist .container>div:first-child{border: 0;}
	.nynews-con{margin: 10px 0;}
}
@media (max-width:767px) {
	#nynewslist{padding-bottom: 20px;}
	.nynews-con h3{ font-size:16px; font-weight:bold}
	.nynews-img{padding: 0;}
	.nynews-con{padding: 0;}
}

#shownews{padding:0px 10px;}
#shownews .container>div[class^="col-"]{padding: 0 10px;}
#shownews .container>div:first-child{border-right: 1px solid #eee;}
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.shownews-top span{margin-right: 10px;}
.shownews-top span{font-size: 14px;color: #a3afb7;}
.shownews-img{margin-top: 25px; text-align:center}
.shownews-img img{max-width: 100%;height:auto !important;}
.shownews-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px;}
.shownews-con img{max-width: 100%;height:auto !important;}
.shownews-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:991px) {
	#shownews .container>div:first-child{border:0;}
	.sdsd{padding: 0px;}
}
@media (max-width:767px){
	#shownews{padding: 0;}
	.shownews-top h1{ font-size:20px;}
	.shownews-top h2{ font-size:16px;}
	.shownews-con{padding:0;font-size:14px !important}
	.shownews-left{padding: 0 5px;}
	.shownews-page>div[class^="col-"]{padding: 0 10px;}
}

/* 标签 */
.pro_key{line-height: 35px;border-top: dashed 1px #d7d7d7;margin-top: 5px;font-size: 14px;}

/* 相关推荐 */
.xgred{overflow: hidden;padding: 0 0px;}
.xgred .xgred-con{line-height: 40px;border-bottom:1px #ccc dashed;overflow: hidden;}
.xgred .xgred-con a{font-size: 14px;color: #4b4b4b;display: block;float: left;width: calc(100% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xgred .xgred-con em{float: right;font-size: 13px;color: #ccc;line-height: 40px;margin-right: 10px;}
.xgred .xgred-con a:hover{color: #5d9a1b}

/* 招聘模块Nyjoblist*/
#nyjoblist{padding-bottom: 50px;}
#nyjoblist .container>div[class^="col-"]{padding: 0 10px;}
#nyjoblist .container>div:first-child{border-right: 1px solid #eee;}
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#ccc;border-radius:20px;color:#333;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#5d9a1b;color:#fff;}
@media (max-width:991px) {
	#nyjoblist .container>div:first-child{border: 0;}
}
@media (max-width:767px) {
	#nyjoblist{padding-bottom: 20px;}
	#nyjoblist .container>div:first-child{padding:0;}
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}

#showjob{}
#showjob{padding:0px 10px;}
#showjob .container>div[class^="col-"]{padding: 0 10px;}
#showjob .container>div:first-child{border-right: 1px solid #eee;}
.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:991px) {
	#showjob .container>div:first-child{border:0;}
}
@media (max-width:767px){
	#showjob{padding: 0;}
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 搜索页面NySearch */
#nysearch{padding:50px 0;}
#nysearch .container>div[class^="col-"]{padding: 0 10px;}
#nysearch .container>div:first-child{border-right: 1px solid #eee;}
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #5d9a1b;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #5d9a1b;}
.nysearch-til>a:hover{background:#005c35;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#005c35;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #5d9a1b;left:10px;}
@media (max-width:991px) {
	#nysearch .container>div:first-child{border: 0;}
	.nysearch-con{margin: 10px 0;}
}
@media (max-width:767px) {
	#nysearch{padding: 20px 0;}
	.nysearch-con{padding: 0;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center;background-size:cover;}
#nymessage h4{color:#5d9a1b;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;}
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage form{margin-top:30px;}
}

.jiathis{ padding:0px 5px; height:35px; line-height:30px; margin-top:10px; border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;}
.jiathis .jiathis_txt{float: left;}


#nynav{padding: 10px 0;border-bottom: 1px solid #ddd;}
.nyjc-crcrumbs{border-bottom: 1px solid #ddd;background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px;}
.nyjc-crcrumbs a{color: #808080;}
.nyjc-crcrumbs a:hover{color: #5d9a1b;}

.nysolution>div{position: relative;}
.nysolution-nav{background: rgba(0,0,0,.5);line-height: 42px;position: absolute;bottom: 0;width: 100%;left: 0;}
.nysolution-nav span{display: block;padding: 0 27px;color: #fff;}
.nysolution-nav a{color: #fff;}

.tablesaw td, .tablesaw th {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: .5em .7em;}

.nyjc{}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #5d9a1b}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}

.nyprolist{padding: 30px 0;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{/* -webkit-transition: 1s; */-moz-transition: 1s;/* transition: 1s; */}
.nypro-ul{margin-bottom: 30px;}
.nypro-ul li{margin-bottom: 20px}
.nypro-ul li p{background: #e6e6e6;text-align: center;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}
.nypro-ul li:hover .nypro-img{border-color:#5d9a1b;}
.nypro-ul li:hover .nypro-img img{/*-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);*/}
.nypro-ul li:hover p{background: #5d9a1b;color:#fff;}
@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
}

/* 产品内页Nyproduct */
#nypronav{border-bottom: 1px solid #e5e5e5;}
#nypronav>.container{padding: 0;}

#sidebar1{/* display: flex; */}
#sidebar1 li{flex: 1;line-height: 78px;text-align: center;}
#sidebar1 li a{display: block;color: #666;font-size: 16px;transition: all .3s;-webkit-transition: all .3s;border: 1px solid #e5e5e5;}
#sidebar1 li a i{width: 25px;height: 25px;display: inline-block;margin-right: 15px;position: relative;top: 5px;}
#sidebar1 li:nth-child(1) a i{background: url(../images/nypro-ico1.png) no-repeat center;}
#sidebar1 li:nth-child(2) a i{background: url(../images/nypro-ico2.png) no-repeat center;}
#sidebar1 li:nth-child(3) a i{background: url(../images/nypro-ico3.png) no-repeat center;}
#sidebar1 li:nth-child(4) a i{background: url(../images/nypro-ico4.png) no-repeat center;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background-color: #5d9a1b;color: #fff;border-color: #0461B2;}
#sidebar1 li:nth-child(1).cur a i, #sidebar1 li:nth-child(1):hover a i{background: url(../images/nypro-ico1m.png) no-repeat center;}
#sidebar1 li:nth-child(2).cur a i, #sidebar1 li:nth-child(2):hover a i{background: url(../images/nypro-ico2m.png) no-repeat center;}
#sidebar1 li:nth-child(3).cur a i, #sidebar1 li:nth-child(3):hover a i{background: url(../images/nypro-ico3m.png) no-repeat center;}
#sidebar1 li:nth-child(4).cur a i, #sidebar1 li:nth-child(4):hover a i{background: url(../images/nypro-ico4m.png) no-repeat center;}
@media (max-width: 991px) {
	#sidebar1 li a{font-size: 15px;}
}
@media (max-width: 767px) {
	#sidebar1{flex-wrap: wrap;align-content: flex-start;}
	#sidebar1 li{width: 50%;flex: auto;}
}
@media (max-width: 400px) {
	#sidebar1 li{line-height: 55px;}
	#sidebar1 li a{font-size: 14px;}
	#sidebar1 li a i{margin-right: 5px;}
}

#nyproduct{padding: 60px 0 40px;border-bottom: 1px solid #e5e5e5;}
@media (max-width: 991px) {
	#nyproduct{padding: 0;}
}
/* 内页产品列表描述Nyprocon */
#nyprocon1{padding: 60px 0 100px;}
.nyprocon1-txt{margin-top: 70px;}
.nyprocon1-txt p{color: #333;font-size: 16px;line-height: 32px;text-align: justify;margin-bottom: 15px;}
.nyprocon1-txt p span{color: #0461B2;margin-right: 10px;}
.nyprocon1-txt p:last-child{margin-bottom: 0;}
#nyprocon2{background: url(../images/nyprocon2-bg.jpg) no-repeat center;background-size: cover;padding-top: 75px;}
.nyprocon2-img h2{font-size: 40px;color: #fff;margin-bottom: 20px;}
.nyprocon2-txt{padding:15px 0 110px;border-bottom: 8px solid #4cb034;}
.nyprocon2-txt p{color:#fff;text-align: justify;line-height: 25px;margin-top: 35px;}
#nyprocon3{padding: 60px 0 50px;border-bottom: 1px solid #e5e5e5;}
#nyprocon3 img{margin-top: 20px;}
#nyprocon4{padding: 60px 0 50px;border-bottom: 1px solid #e5e5e5;}
#nyprocon4 img{margin-top: 20px;}
#nyprocon5{padding: 60px 0 50px;border-bottom: 1px solid #e5e5e5;}
.nyprocon5-img{margin-top: 30px;}
.nyprocon5-txt{margin-top: 30px;padding-top: 20px;text-align: justify;}
.nyprocon5-txt ul{padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;}
.nyprocon5-txt ul li{color: #444;line-height: 25px;margin-bottom: 10px;}
.nyprocon5-txt ul li span{color: #4cb034;margin-right: 5px;}
.nyprocon5-txt p{color: #444;line-height: 25px;margin-top: 10px;}
#nyprocon6{padding: 55px 0 120px;}
.nyprocon6-til{line-height: 52px;background-image: linear-gradient(to right, #00479d , #00a0e9);overflow: hidden;margin-top: 40px;}
.nyprocon6-til div{width: 50%;padding-left: 50px;float: left;}
.nyprocon6-til p{color: #fff;font-size: 18px;background: url(../images/nysolucon4-jt.png) no-repeat left;padding-left: 30px;}
.nyprocon6-con{box-shadow: 0 0 10px 1px rgba(6,0,1,0.15);display: flex;background: url(../images/nysolucon4-x.jpg) no-repeat center center;}
.nyprocon6-con>div{flex: 1;padding: 35px;}
.nyprocon6-con p{color: #333;font-size: 14px;margin-bottom: 16px;}
.nyprocon6-con p span{color: #0094df;font-family: SamHei;position: relative;top: 4px;font-size: 23px;line-height: 10px;}
.nyprocon6-con1 p:last-child, .nyprocon6-con2 p:last-child{margin-bottom: 0;}
@media (max-width:1459px){
	.nyprocon2-txt{padding: 15px 0 60px;}
}
@media (max-width:1359px){
	#nyprocon2{padding-top: 50px;}
	.nyprocon2-txt{padding: 0px 0 60px;}
	.nyprocon2-img{margin-top: 35px;}
}
@media (max-width:1359px){
	.nyprocon2-img{margin-top: 70px;}
}
@media (max-width:1199px){
	.nyprocon1-txt{margin-top: 0;}
	#nyprocon2{padding-top: 0px;}
	.nyprocon2-img{margin-top: 150px;}
	.nyprocon2-img h2{font-size: 32px;}
	.nyprocon2-txt{padding: 0px 0 30px;}
	.nyprocon5-txt{margin-top: 0;}
}
@media (max-width:991px){
	.nyprocon1-txt{margin-top: 15px;}
	.nyprocon2-img{margin-top: 30px;}
}
@media (max-width:767px){
	#nyprocon1, #nyprocon2, #nyprocon3, #nyprocon4, #nyprocon5, #nyprocon6{padding: 30px 0;}
	.nyprocon1-img, .nyprocon1-txt{padding: 0;}
	.nyprocon1-txt{margin-top: 10px;}
	.nyprocon2-img{margin-top: 0;}
	.nyprocon2-txt p{margin-top: 10px;}
	.nyprocon5-txt{padding-left: 0;padding-right: 0;}
	.nyprocon6-til{margin-top: 20px;}
	.nyprocon6-til div{width: 100%;}
	.nyprocon6-til div:last-child{display: none;}
	.nyprocon6-con{background: none;}
	.nyprocon6-con>div:last-child{display: none;}
}
@media (max-width:570px){
	.nyprocon6-til div{padding-left: 25px;}
	.nyprocon6-con>div{padding: 20px;}
}
@media (max-width:500px){
	.nyprocon2-img h2{font-size: 26px;}
	.nyprocon2-txt{padding: 0;border: 0;}
}
@media (max-width:400px){
	.nyprocon2-img h2{font-size: 22px;}
}
@media (max-width:340px){
	.nyprocon2-img h2{font-size: 20px;}
}
.pro-mlist{background: #fff;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #5d9a1b;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}

/* 产品详情Nyshowpro */
#nyshowpro{padding: 50px 0;background-color: #f3f3f3;}
.showpro{background-color: #fff;}
.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-right{padding-left:30px;max-height: 533px;overflow: hidden;}
.showpro-right h2{font-size: 20px;font-weight: bold;border-bottom: 1px dashed #ccc;padding-bottom: 10px;margin-bottom: 10px;margin-top: 0}
.showpro-p h1{font-size: 24px;margin-top: 10px;}
.showpro-p ul{padding-top:20px;display: inline-block;}
.showpro-p ul li{ font-size: 18px; color: #333; float: left; width: 100%; line-height: 40px;}
.showpro-right p{color: #000;line-height: 38px;margin-bottom: 0px;font-size: 18px;font-weight: bold;float: left;}
.showpro-tel{padding-top: 10px;}
.showpro-rem{padding-top: 10px;}
.showpro-rem p{color:#5d9a1b;font-weight: bold;font-size: 16px;}
.showpro-rem ul{}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #5d9a1b}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #5d9a1b;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;}
.showpro-det{/*display: none;*/}

@media (max-width: 767px) {
	#nyshowpro{padding: 0;}
	.showpro-right{margin-top: 10px;}
	.showpro{padding: 0px;}
}
@media (max-width: 450px) {
	.showpro-con ul{display: flex}
	.showpro-con ul li{flex:1;padding:0;font-size: 14px;}
	.showpro-details{font-size: 14px;}
	.showpro-details td{padding:5px;}
	.showpro-p h1{font-size: 18px;margin-top: 10px;}
}

.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;background: rgba(0,0,0,0.3);}
.nymenu>a{position: fixed;right: 0;top: 50%;width: 30px;text-align: center;padding: 5px;background: #5d9a1b;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 0;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #5d9a1b;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100; }
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 16px;line-height: 30px;}
.nymenu-con dl dd{padding-left: 10px;}
.nymenu-con dl dd a{display: inline-block;margin: 7px 10px;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

/* 内页解决方案Nysolu */
#nysolu{background: url(../images/nysolubg.jpg) no-repeat top center;padding: 50px 0 70px;border-bottom: 1px solid #E5E5E5;}
#nysolu>.container{padding: 0;}
.nysolu-swiper-container{overflow: hidden;position: relative;margin-bottom: 30px;}
.nysolu-one{display: flex;}
.nysolu-one-img{flex: 9;overflow: hidden;}
.nysolu-one-img a{display: block;}
.nysolu-one-img img{width: 100%;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nysolu-one-txt{flex: 5.1;padding: 0 75px;border: 1px solid #e5e5e5;}
.nysolu-one-txt>div{}
.nysolu-one-txt .nysolu-til{color: #232323;font-size: 26px;line-height: 50px;transition: all .3s;-webkit-transition: all .3s;}
.nysolu-one-txt .nysolu-xian{width: 74px;height: 2px;background-color: #5d9a1b;}
.nysolu-one-txt p{color: #444;font-size: 15px;line-height: 30px;text-align: justify;margin-top: 30px;max-height: 120px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.nysolu-one-txt .nysolu-more{width: 140px;line-height: 42px;height: 42px;background-color: #5d9a1b;color: #fff;font-size: 15px;display: block;text-align: center;margin-top: 25px;transition: all .3s;-webkit-transition: all .3s;}
.nysolu-one-img a:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.nysolu-one-txt .nysolu-til:hover{color: #0461B2;}
.nysolu-one-txt .nysolu-more:hover{background-color: #024b8b;}
.nysolu-swiper-container .nysolu-swiper-button-next, .nysolu-swiper-container .nysolu-swiper-button-prev{position: absolute;width: 40px;height: 60px;z-index: 100;}
.nysolu-swiper-container .nysolu-swiper-button-prev{bottom: 50%;background: url(../images/nysolu-prev.png) no-repeat center #0461B2;border-radius: 25px 0 0 0;}
.nysolu-swiper-container .nysolu-swiper-button-next{top: 50%;background: url(../images/nysolu-next.png) no-repeat center #0461B2;border-radius: 0 0 25px 0;}

.nysolu-ul{overflow: hidden;}
.nysolu-ul li{padding: 0 25px;margin-bottom: 45px;}
.nysolu-ul li .nyimg-div{box-shadow: 0 0 10px 1px rgba(6,0,1,0.15);}
.nysolu-ul li .nyimg-div>a{overflow: hidden;display: block;}
.nysolu-ul li .nyimg-div img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nysolu-ul li .nyimg-a{line-height: 56px;padding: 0 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;display: block;color: #333;font-size: 16px;transition: all .3s;-webkit-transition: all .3s;}
.nysolu-ul li:hover .nyimg-div img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nysolu-ul li:hover .nyimg-a{background-color: #5d9a1b;color: #fff;}
@media (max-width:1199px){
	.nysolu-ul li{padding: 0 15px;margin-bottom: 25px;}
}
@media (max-width:767px){
	#nysolu{padding: 30px 0;}
	#nysolu>.container{padding: 0 10px;}
	.nysolu-ul li{padding: 0 8px;margin-bottom: 20px;}
}
@media (max-width:500px){
	.nysolu-ul li .nyimg-a{font-size: 15px;line-height: 40px;}
}

.nytitle{overflow: hidden;}
.nytitle h2{text-align: center;font-size: 40px;font-weight: bold;color: #232323;}
.nytitle h2 i{width: 10px;height: 10px;background-color: #4cb034;border-radius: 50%;display: inline-block;position: relative;left: 8px;top: 4px;}
.nytitle .ny-xian{width: 50px;height: 3px;background-color: #4cb034;margin: 20px auto;}

#nysolucon1{padding: 50px 0 30px;}
#nysolucon1 p{font-size: 16px;color: #444;line-height: 30px;padding: 10px 40px 0;text-align: justify;}
#nysolucon2{background: url(../images/nysolucon2-bg.jpg) no-repeat center top;padding: 57px 0;background-size: cover;}
#nysolucon2 p{font-size: 28px;font-weight: bold;color: #fff;}
#nysolucon2 img{margin-top: 40px;}
#nysolucon3{padding: 60px 0;border-bottom: 1px solid #e5e5e5;}
.nysolucon3-img{text-align: right;}
#nysolucon3 img{max-width: 100%;}
#nysolucon3 p{color: #444;font-size: 16px;text-align: justify;margin-top: 60px;line-height: 32px;}
#nysolucon4{padding: 65px 0 40px;}
.nysolucon4-til{line-height: 52px;background-image: linear-gradient(to right, #00479d , #00a0e9);overflow: hidden;margin-top: 40px;}
.nysolucon4-til div{width: 50%;padding-left: 50px;float: left;}
.nysolucon4-til p{color: #fff;font-size: 18px;background: url(../images/nysolucon4-jt.png) no-repeat left;padding-left: 30px;}
.nysolucon4-con{box-shadow: 0 0 10px 1px rgba(6,0,1,0.15);display: flex;background: url(../images/nysolucon4-x.jpg) no-repeat center center;}
.nysolucon4-con>div{flex: 1;padding: 35px;}
.nysolucon4-con p{color: #333;font-size: 14px;margin-bottom: 16px;}
.nysolucon4-con p span{color: #0094df;font-family: SamHei;position: relative;top: -1px;}
.nysolucon4-con1 p:last-child, .nysolucon4-con2 p:last-child{margin-bottom: 0;}
#nysolucon5{padding: 30px 0 60px;border-bottom: 1px solid #e5e5e5;}
#nysolucon5 img{margin-top: 30px;}
#nysolucon5 p{font-size: 24px;font-weight: bold;color: #222;text-align: center;padding-bottom: 30px;}
#nysolucon6{padding: 60px 0 80px;}
.nysolucon6-bg{height: 220px;background: url(../images/nysolucon6-bg.jpg) no-repeat center;margin-top: 35px;}
.nysolucon6-bg p{font-size: 16px;color: #333;text-align: center;padding: 0 235px;line-height: 32px;}
@media (max-width:1459px){
	.nysolucon6-bg p{padding: 0px 185px;}
}
@media (max-width:1359px){
	.nysolucon6-bg p{padding: 0px 135px;}
}
@media (max-width:1259px){
	.nysolucon6-bg p{padding: 0px 105px;}
}
@media (max-width:1199px){
	#nysolucon3 p{margin-top: 20px;}
	.nysolucon6-bg p{padding: 0px 25px;}
}
@media (max-width:991px){
	.nysolucon3-img{text-align: center;}
	#nysolucon3 .container div{padding: 0;}
}
@media (max-width:767px){
	.nytitle h2{font-size: 30px;}
	.nytitle .ny-xian{margin: 10px auto;}
	#nysolucon1, #nysolucon2, #nysolucon3, #nysolucon4, #nysolucon6{padding: 30px 0;}
	#nysolucon5{padding: 0 0 30px;}
	#nysolucon1 p{padding: 10px 0 0 0;}
	#nysolucon2 img{margin-top: 20px;}
	#nysolucon3 p{margin-top: 10px;}
	.nysolucon4-til{margin-top: 20px;}
	.nysolucon4-til div{width: 100%;}
	.nysolucon4-til div:last-child{display: none;}
	.nysolucon4-con{background: none;}
	.nysolucon4-con>div:last-child{display: none;}
}
@media (max-width:570px){
	#nysolucon2 p{font-size: 21px;}
	.nysolucon4-til div{padding-left: 25px;}
	.nysolucon4-con>div{padding: 20px;}
	#nysolucon5 img{margin-top: 10px;}
	#nysolucon5 p{font-size: 20px;padding-bottom: 0;margin-top: 10px;}
}
@media (max-width:400px){
	.nytitle h2{font-size: 24px;}
	#nysolucon2 p{font-size: 16px;font-weight: normal;}
	#nysolucon5 p{font-weight: normal;font-size: 16px;}
	.nysolucon6-bg{margin-top: 15px;}
	.nysolucon6-bg p{padding: 0px 10px;font-size: 15px;}
}

#objimg{}
.obj-img{position: relative;}
.obj-img::before{content: '';position: absolute;top: 0;left: 0;width:100%;height:100%;background: rgba(0,0,0,.5);}
.obj-img h1, .obj-img p{text-shadow: 0 0 2px #000;-webkit-animation-duration: 1s;animation-duration: 1s;-o-animation-duration: 1s;-ms-animation-duration: 1s;-moz-animation-duration: 1s;-webkit-animation-fill-mode: both;-o-animation-fill-mode: both;-ms-animation-fill-mode: both;-moz-animation-fill-mode: both;-webkit-animation-name: bannerH2;animation-name: bannerH2;-o-animation-name: bannerH2;-ms-animation-name: bannerH2;-moz-animation-name: bannerH2;opacity: 0;}
.obj-img h1{color: #fff;position: relative;margin-bottom: 20px;font-size: 36px; -webkit-animation-delay: 0.3s;animation-delay: 0.3s;-o-animation-delay: 0.3s;-ms-animation-delay: 0.3s;-moz-animation-delay: 0.3s;}
.obj-img p{color: #fff;position: relative;font-size: 18px; -webkit-animation-delay: 0.8s;animation-delay: 0.8s;-o-animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
.obj-con{padding-top: 15%;padding-bottom: 15%;}
@media (max-width:500px) {
	.obj-img h1{font-size: 20px;}
	.obj-img p{font-size: 14px;}
}
@-webkit-keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px); }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}
@keyframes bannerH2 {
0% { opacity:0; -webkit-transform:translateY(50px); transform:translateY(50px); -moz-transform:translateY(50px); -o-transform:translateY(50px); -ms-transform:translateY(50px);  }
100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); -moz-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); }
}


.section-content{ margin-top: 20px;padding:15px 20px;background: #fff;box-shadow: 1px 1px 5px rgba(0,0,0,0.1);font-size: 16px;line-height: 2;}
.nav-height{ position:relative;}
#nav-wrap1 { width: 100%;background: #fff;box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
#nav-wrap1.navFix{position: fixed;top: 90px;left: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);z-index: 999;}
#nav-wrap1 ul {display: block;}
#nav-wrap1.navFix ul{ border-bottom: 0;}
#nav-wrap1 li { display: inline-block; text-align: left;height: 50px; line-height: 50px; float: left;}
#nav-wrap1 li a {display: block;padding: 0 20px;font-size:16px; color: #666; text-decoration: none;}
#nav-wrap1 li a:hover{color: #5d9a1b;}
#nav-wrap1 li a.active {position: relative;color: #5d9a1b;}
#nav-wrap1 li a.active::after {content: ''; position: absolute;left: 0;bottom: 0;height: 2px;width:100%;background: #5d9a1b}
.nav-mobile {display: none;font-weight: bold;width: 100%;}
.click-me {width: 150px;height: 30px; background: #5d9a1b;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}
.prod-bg{background: #f1f1f1;}
.prod-title{margin-bottom: 10px;font-size: 18px;color: #666;}
.prod-info{}
.prod-info img{max-width: 100%;}
#section1 img{margin: 10px 0;}
#section2 img{border:1px solid #ddd;padding: 3px;}
#section2 a:hover img{border: 1px solid #5d9a1b;}
@media (max-width:414px) {
	.prod-bg{padding: 0 10px;}
	.section-content{padding: 10px; font-size: 14px;margin-top: 10px;}
}
@media (max-width:414px) {
	#nav-wrap1.navFix{top: 65px;}
}

.objbg{background: url(../images/dyna_bj.png) no-repeat;}
.nyobj-ul li{margin-bottom: 20px;padding: 0 10px;}
.nyobj-bor{border: 1px solid #ddd;overflow: hidden;}
.nyobj-img img{width: 100%;}
.nyobj-a{font-size: 26px;color: #353535;font-weight: bold;}
.nyobj-txt{margin-top: 30px;padding: 0 40px;}
.nyobj-txt p{font-size: 15px;color: #666;border-top: 1px solid #ddd;padding-top: 20px;margin-top: 10px;line-height: 25px;height: 120px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.nyobj-a:hover{color: #5d9a1b;}
.nyobj-more{margin-top: 30px;}
.nyobj-more a{display: inline-block;background: #5d9a1b;padding: 8px 20px;color: #fff;border-radius: 5px;}
.nyobj-more a+a{margin-left: 20px;}


.hotpros{padding:0 10px;margin-bottom: 20px;}
.hotpros p{font-size: 16px;color: #5d9a1b;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.hotpros a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotpros a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #5d9a1b;}

.hotnews{padding:0 10px;}
.hotnews p{font-size: 16px;color: #5d9a1b;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #5d9a1b;}


#pageshow {padding: 10px;}
.show-dateil{font-size: 16px;line-height: 2;padding: 10px;}
.show-dateil p{}
.show-dateil img{max-width: 100%;}
.showmap img{max-width: none;}
@media (max-width:767px){
	.show-dateil{padding: 0;}
	.show-dateil,.show-dateil *{font-size:14px !important}
	.show-dateil h2 span{font-size: 24px !important;}
	#dituContent{height: 400px !important}
}

/* 下载中心 */
#downloadlist{}
#downloadlist .metlist{ margin-bottom:20px;}
#downloadlist dl.top dt a{ color:#f00;}
#downloadlist .metlist dt{ border-bottom:1px solid #ddd; font-size:14px; font-weight:bold; padding:3px 5px 3px 20px; background:url(../images/dt-9.gif) no-repeat 5px 9px;}
#downloadlist .metlist dd{ color:#999; padding:5px 8px; background:#f8f8f8;}
#downloadlist .metlist dd b{ font-weight:normal;}
#downloadlist .metlist dd div{ float:right;}
#downloadlist .metlist dd span{ padding-right:20px;}
#downloadlist .metlist dd a{ color:#1C57C4; text-decoration:underline;}
#downloadlist .metlist dd a.down{ color:#fa1a1a; text-decoration:underline;}
#showdownload{}
#showdownload h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showdownload .paralist{ background:#f6f6f6; padding:5px 10px;}
#showdownload .paralist li{ padding:3px 5px 3px 0px; margin:5px 0px; border-bottom:1px solid #eee;}
#showdownload .paralist li a{ color:#f00; text-decoration:underline;}
#showdownload .paralist li span{ float:left; padding:0px 10px; margin-right:5px; text-align:left; }
#showdownload .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#showdownload .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }


/*全站搜索*/
#searchlist{}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5;}
#searchlist ul{ list-style:none; padding:0px; margin:0px;}
#searchlist ul li{ padding:3px 5px; margin-bottom:5px;}
#searchlist ul li img{ display:none;}
#searchlist .search_title{ display:block; padding:2px 0px;}
#searchlist .search_title a{ font-size:14px; color:#12C; text-decoration:underline;}
#searchlist .search_title em{ color:#c00; text-decoration:underline; font-style:normal;}
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C;}
#searchlist .search_content em{ color:#c00; font-style:normal;}
#searchlist .search_updatetime{ display:block; margin-top:5px; color:green;}
#searchlist a:hover{ text-decoration:underline;}

/* 内页banner */
.nybanner{}
.nybanner>div{background-position: top center;background-repeat: no-repeat;background-size: cover;}
.nybanner p{font-size: 36px;color: #5d9a1b;}
.nybanner span{font-size: 20px;color: #444;text-transform: uppercase;letter-spacing: 0.4px;}
@media (max-width: 991px){
	.nybanner>div{height: 400px !important;}
}
@media (max-width: 767px){
	.nybanner p{font-size: 35px;}
	.nybanner span{font-size: 18px;}
	.nybanner>div{height: 300px !important;}
}
@media (max-width: 560px){
	.nybanner p{font-size: 30px;}
	.nybanner span{font-size: 16px;}
	.nybanner>div{height: 250px !important;}
}
@media (max-width: 420px){
	.nybanner p{font-size: 24px;}
	.nybanner span{font-size: 14px;}
	.nybanner>div{height: 200px !important;}
}
@media (max-width: 374px){
	.nybanner p{font-size: 20px;}
	.nybanner span{font-size: 12px;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#5d9a1b; display: inline-block; }
.metpager_5 a:hover { border:1px solid #5d9a1b; color:#fff; background-color:#5d9a1b;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#5d9a1b; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#666;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}


/**/
.headbox {/* position: fixed; */position: relative;padding: 25px 0 30px;}
.headbox_dw .container { position: relative;}
.headboxdw_box {width: 476px;float: right;}
.headlogo { display: block; text-align: center; margin-top: 5px;}
.headlogo_img img {margin: auto;max-width: 275px;}
.headlogo_h { padding-top: 8px;}
.headlogo_h h1 { font-size: 20px; font-weight: 600;}
.headlogo_p { padding-top: 5px; font-size: 12px; color: #999999;}
.headtxt {position: relative;margin-top: 12px;margin-left: 20px;border-left: 1px solid #ccc;padding-left: 20px;}
.headtxt_x { position: absolute;left: 0; top: 50%; width: 1px; height: 70px; background-color: rgba(0, 0, 0, .2); transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); display: none;}
.headtxt_xz span {font-weight: 600;font-size: 24px;color: #4dab0d;vertical-align: middle;}
.headtxt_xz h1 {font-weight: 600;font-size: 24px;color: #4dab0d;vertical-align: middle;}
.headtxt_xz b { display: inline-block; width: 6px; height: 6px; border-radius: 100%; -webkit-border-radius: 100%;-moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; background-color: #ff7800; margin: 0 8px; vertical-align: middle;}
.headtxt_tl > div:last-child b { display: none;}
.headtxt_tr { margin-left: 10px;}
.headtxt_tr { margin-top: 5px; padding: 3px 20px; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; font-size: 22px; font-weight: 600; color: #fff;}
.headtxt_b { margin-top: 5px;}
.headtxt_bl {font-size: 16px;color: #777777;}
.headtxt_br { color: #bbb;}
.headtxt_b b { margin: 0 8px; color: #ff8c07;}
.headtel {padding-right: 20px;margin-top: 7px;}
.headtel_img { margin-top: 10px;}
.headtel_img span {margin-right: 10px;}
.headtel_img img { display: inline-block; margin-right: 10px;}
.headtel_item p {font-size: 14px;margin-top: 12px;margin-bottom: 2px;color: #666;}
.headtel_item div a { font-size: 26px; font-weight: bold; color: #222;}
.headboxl {width: 600px;float: left;line-height: 36px;height: 36px;color: #777;font-size: 14px;}
.headboxl i { color: #222;}
.headtel_item div:last-child { margin-top: -5px;}
.head_btn { display: none; width: 50px; height: 72px; background-color: pink; cursor: pointer;}
#liuyan { position: relative; top: -76px; height: 0; overflow: hidden; display: block;}
/* 定位留言 */
.headbox_dw { /* position: absolute; right: 0; top: 0; width: 339px;*/ background: #f7f7f7; border-bottom: 1px solid #f1f1f1;}
.headbox_dwewm {position: absolute;right: 224px;top: 40px;z-index: 999;transform: translateX(-100%);-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);}
.headbox_dwewm_img {/* display: none; */}
.headboxdw_box { /*padding: 10px;*/ background-position: center; background-repeat: no-repeat; background-size: 100% 100%; text-align: center; height: 36px; line-height: 36px;}
.headboxdw_box a { padding: 0 20px;}
.headbox_dwewm{ display:none; }
.headboxdw_boxwx:hover .headbox_dwewm{ display:block; }
.headboxdw_box a:first-child { border-right: 1px solid #e1e1e1; }
.headboxdw_box a { border-right: 1px solid #e1e1e1; }
.headboxdw_box i { font-size: 18px; color: #222222; }
.headboxdw_box i img{ width: 6%; position: relative; top: 10px; }
.headboxdw_boxwx i {}
.headboxdw_box span { margin-left: 5px;font-size: 14px;color: #222222; }
.headboxdw_box a:hover i, .headboxdw_box a:hover span {color: #ec1b24;}
.headnavbox {left: 0;top: 0;width: 100%;z-index: 99;background: -moz-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: -webkit-linear-gradient(left, #4dab0d 0%, #469a0c 100%);background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: linear-gradient(to left, #0b92df 0%, #0050a2 10);}
.headnav li {position: relative;float: left;width: 11%;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;}
.headnav li:hover { background-color: #ff7800;}
.headnav li.active {background-color: #ff7800;}
.headnav li:last-child .headnav_itemx { display: none !important;}
.headnav_item .headnav_item_txt {display: block;text-align: center;height: 56px;line-height: 56px;font-size: 16px;font-weight: 400;color: #fff;text-transform: uppercase;}
.headnav_itemdw { position: absolute; display: none;left: 0; /* top: 58px; */ width: 100%; background-color: rgba(34, 34, 34, .8); /*padding: 5px 0 5px;*/ z-index: 99;}
.headnav_itemx {position: absolute;right: -1px;top: 50%;width: 1px;height: 20px;background-color: rgb(255,255,255,0.6);transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.headnav_itemdw a { display: block; text-align: center; font-size: 14px; height: 42px; line-height: 42px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .1);}
.headnav_itemdw a:last-child { border-bottom: 0;}
.headnav_itemdw a:hover { background: #ff7800}
.headnav li.active .headnav_itemx { display: none;}
/* 手机端头部 */
.mbhead { display: none; padding: 0 15px; background-color: #F9F9F9;}
.mbhead_t {text-align:center;height: 100px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.mbhead_tlogo {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.mbhead_tlogo_img { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.mbhead_tlogo img {height: auto;max-width: 96%;}
.mbhead_tlogo_txt {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;margin: 10px 0;margin-left: 8px;}
.mbhead_tlogo_txtbox h6 { font-size: 25px; font-weight: 700; color: #222;}
.mbhead_tlogo_txtbox p {font-size: 12px;color: #999;text-transform: uppercase;margin-top: 3px;}
.mbheadr { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.mbhead_ttel, .mbhead_tlx { height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.mbhead_tlx {/* margin-left: 10px; */}
.mbhead_ttel i { font-size: 24px; color: #777;}
.mbhead_tlx i { font-size: 32px; color: #777;}
.mbhead_b {background: -moz-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: -webkit-linear-gradient(left, #4dab0d 0%, #469a0c 100%);background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: linear-gradient(to left, #0b92df 0%, #0050a2 10);margin: 0 -15px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.mbhead_b .mbhead_bitem {width: 25%;height: 42px;border-bottom: 1px solid rgba(255, 255, 255, .2);border-right: 1px solid rgba(255, 255, 255, .2);line-height: 41px;text-align: center;font-size: 14px;color: #fff;}
.mbhead_b .mbhead_bitem:nth-child(4n) {border-right: none;}
@media screen and (max-width: 1300px) {
  .headtxt { display: none; }
}
@media screen and (max-width: 1200px) {
  /* .headbox_dw {
        display: none;
    }
    .headtel {
        display: none;
    } */
}
@media screen and (max-width: 992px) {
  .headbox_dw { display: none;}
  .headtel { display: none;}
  .head { display: none;}
  .headnav { display: none; }
  .mbhead { display: block; background-color: #fff;}
  .headboxbigzw { /* height: 156px; */}
  .headboxbig {/* position: fixed; */ position: relative; width: 100%; top: 0; left: 0; z-index: 999;}
}
@media screen and (max-width: 768px) {
  .headbox { padding: 0 0 0 15px; }
  .gjc p a{float: left;height: 20px;line-height: 0px;display: block;padding-right: 10px;}
}

.gjc{ float: left; line-height: 60px;}
.gjc span{float: left;font-size: 14px;}
.gjc p{float: left;}
.gjc p a{font-size: 14px;}


/* 优势 */
.advantage { background-color: #f3f3f3;padding: 80px 0 80px;}
.advantage_title h3 {text-align: center;font-size: 42px;font-weight: bold;text-transform: uppercase;width: 60%;margin: auto;}
.advantage_title span { display: inline-block; width: 10px; height: 10px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; vertical-align: middle; background-color: #ff7800; margin: 0 15px;}
.advantage_titlez { margin-top: 8px; font-size: 14px; color: #999; text-align: center;}
.advantage_titlep { margin-top: 20px;}
.advantage_titlep P {width: 50%;text-align: center;line-height: 28px;margin: auto;font-size: 16px;}
.advantagebox { margin-top: 70px;}
.advantagebox_item { padding: 40px 0; display: block; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s;}
.advantagebox_itembox {position: relative;text-align: center;}
.advantagebox .advantagebox_item:last-child { border-right: 0;}
.advantagebox_item_img { height: 55px;}
.advantagebox_item_img img { height: 100%; margin: auto; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.advantagebox_item_h { margin-top: 30px; text-align: center; font-size: 28px; font-weight: 700; color: #222; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.advantagebox_item_p {margin: auto;margin-top: 20px;text-align: center;color: #777;line-height: 24px;width: 80%;}
.advantagebox_itemboxdw { position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); width: 1px; height: 180px; background-color: rgba(0, 0, 0, .1);}
.advantagebox_itembox:last-child .advantagebox_itemboxdw { display: none;}
.advantagebox .advantagebox_item:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);}
.advantagebox .advantagebox_item:hover .advantagebox_item_h { transform: translateY(8px); -webkit-transform: translateY(8px); -moz-transform: translateY(8px); -ms-transform: translateY(8px); -o-transform: translateY(8px);}
@media screen and (max-width: 1400px) {
  .advantage_titlep P { width: 60%; }
}
@media screen and (max-width: 1200px) {
  .inquiregj { display: none; }
  .advantage_titlep P { width: 80%; }
}
@media screen and (max-width: 992px) {
  .inquirebox { padding: 10px 0; }
  .advantage { padding: 70px 0;}
  .advantage_titlep { /* margin-top: 10px; */ margin: 20px 0; }
  .advantagebox { margin-top: 30px;}
  .advantagebox_item { padding: 20px 0; }
  .advantagebox_item_h { margin-top: 10px; font-size: 24px;}
  .advantagebox_item_p { width: 90%; margin-top: 10px;}
  .advantagebox_itembox:nth-child(2n) .advantagebox_itemboxdw { display: none;}
}
@media screen and (max-width: 768px) {
  .advantage { padding: 50px 0;}
  .advantagebox_itembox .advantagebox_itemboxdw { display: none;}
  .inquire { display: none;}
  .control_btn { display: none; }
  .advantage_title h3 {font-size: 20px;}
  .advantage_titlez {font-size: 12px;display: none;}
  .advantage_titlep P { width: 90%; font-size: 13px; line-height: 20px;}
  .advantagebox { margin-top: 10px; }
  .advantagebox_item_h { font-size: 20px;}
  .advantagebox_item_p { font-size: 14px; line-height: 20px;}
  .advantage_title, .advantage_titlez {padding: 0 15px;}
  .advantagebox_item { padding: 35px 10px; background: #fff !important; margin: 10px 0; }
}

.zlsp .program_txth { font-size: 42px; color: #fff; font-weight: 700;}
.zlsp .program_txtp {font-size: 14px;color: #fff;padding-bottom: 20px;}

/* 方案 */
.program {padding: 64px 0 80px;}
.program_txt {text-align: center;}
.program_txth { font-size: 42px; color: #222222; font-weight: 700;}
.program_txth span { display: inline-block; width: 10px; height: 10px; border-radius: 100%; -webkit-border-radius: 100%;-moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; vertical-align: middle; background-color: #ff7800; margin: 0 10px;}
.program_txtp { font-size: 14px; color: #999999;}
.programlb { padding-top: 40px;}
.programlb .swiper-slide1{width: 158px !important;}
.programlbt_container { width: 100%;}
.programlbt_slide .programlbt_slide_item { display: block; height: 50px;line-height: 50px; text-align: center;}
.programlbt_slide .programlbt_slide_item > div {width: 100%;line-height: 50px;}
.programlbt_slide .programlbt_slide_item::after { content: ''; width: 1px; height: 18px; position: absolute; right: 0; top: 30%; display: inline-block; background-color: #e1e1e1;}
.programlbt_slide:last-child .programlbt_slide_item::after { display: none;}
.programlbt_slide_item i {font-size: 30px;color: #4dab0d;position: relative;top: 4px;}
.programlbt_slide_item span { margin-left: 10px;font-size: 18px;color: #222;}
.programlbb_container { margin-top: 20px; border: 1px solid #d8d8d8;}
.programlbb_slide_item { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.programlbb_slide_iteml { position: relative; width: 44%;}
.programlbb_slide_itemldw { position: absolute; left: 0; bottom: 0; width: 100%;}
.programlbb_slide_itemldw div {height: 60px;line-height: 60px;text-align: center;padding: 0 15px;background-color: rgb(77 171 13);color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.programlbb_slide_iteml {overflow: hidden;}
.programlbb_slide_iteml img {width: 100%; transition: all .4s;-webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s;}
.programlbb_slide_iteml img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);-ms-transform: scale(1.1); -o-transform: scale(1.1);}
.programlbb_slide_itemr {width: 56%;display: flex;align-items: center;justify-content: center;}
.programlbb_slide_itemr .programlbb_itemr_box {padding: 30px 30px 30px 70px;width: 100%;}
.programlbb_itemr_boxtxt span {font-size: 28px; font-weight: 700; color: #222;}
.programlbb_itemr_boxtxt b { margin-left: 8px; font-size: 14px; color: #999999;}
.programlbb_itemr_boxlink { margin-top: 30px;}
.programlbb_itemr_boxlink > span {display: inline-block;height: 36px;line-height: 36px;margin-bottom: 10px;text-align: center;padding: 0 24px;letter-spacing: 4px;color: #555;border: 1px solid #d1d1d1;border-radius: 20px;margin-right: 20px;}
.programlbb_itemr_boxvideo {margin-top: 10px;line-height: 32px;}
.programlbb_itemr_boxvideo > a { position: relative; display: inline-block; width: 30%;overflow: hidden;margin-right: 10px;}
.programlbb_itemr_boxvideo > a img { width: 100%; transition: all .3s;-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;-o-transition: all .3s;}
.programlbb_itemr_boxvideo > a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);}
.programlbb_itemr_boxvideodw { position: absolute; bottom: 0; left: 0; width: 100%; height: 36px; line-height: 36px;text-align: center; font-size: 14px;color: #fff; background-color: rgba(0, 0, 0, .7); padding: 0 5px;}
.programlbb_itemr_boxvideobtn {position: absolute; left: 50%;top: 50%;transform: translate(-50%, -60%); -webkit-transform: translate(-50%, -60%); -moz-transform: translate(-50%, -60%); -ms-transform: translate(-50%, -60%); -o-transform: translate(-50%, -60%);}
.programlbb_itemr_boxvideobtn { width: 40px;}
.programlbb_itemr_boxgd { margin-top: 25px;}
.programlbb_itemr_boxgd span {color: #666;font-size: 16px;}
.programlbb_itemr_boxgd i {color: #4dab0d;position: relative;top: 2px;font-size: 20px;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;}
.programlbb_itemr_boxgd a:hover span { color: #4dab0d;}
.programlbb_itemr_boxgd a:hover i { margin-left: 8px;}
.programlbb_itemr_boxvideobtn img {display: none;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s; -o-transition: all .4s;}
.programlbb_itemr_boxvideo > a:hover .programlbb_itemr_boxvideobtn img  display: block;}
.programlbb_itemr_boxlink > a:hover { color: #4dab0d;}
.programlbt_slide.swiper-slide-thumb-active span {font-weight: 700;}
.programlbt_slide.swiper-slide-thumb-active i {font-weight: 700;-webkit-transform: translateZ(0);transform: translateZ(0);}
.program_next, .program_prev { display: none;}
@media screen and (max-width: 1200px) {
  .programlbb_slide_itemr .programlbb_itemr_box { padding: 10px;}
  .program { padding: 50px 0; }
  .programlbb_slide_iteml { width: 50%;}
  .programlbb_slide_itemr { width: 50%; padding: 0 10px 0 30px;}
  .programlbb_itemr_boxlink { margin-top: 20px; }
  .programlbb_itemr_boxlink > span { margin-bottom: 10px; padding: 0; font-size: 13px;}
  .programlbb_itemr_boxvideo { margin-top: 20px; }
  .programlb { padding-top: 30px;}
  .program_next, .program_prev { display: block; }
  .programlbt_slide {margin: 10px 0;}
  .programlb .swiper-slide1{/* width: 50% !important; */}
  .programlbt_slide:nth-child(3n) .programlbt_slide_item {border-right: none; }
  .programlbt_slide:nth-child(3n) .programlbt_slide_item::after { display: none;}
}
@media screen and (max-width: 992px) {
  .programlbb_slide_iteml { display: none; }
  .programlbb_slide_itemr { width: 100%; padding: 15px 20px; }
  .programlbb_itemr_boxtxt { margin: 10px 0 20px; padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
}
@media screen and (max-width: 768px) {
  .programlbt_slide:nth-child(3n) .programlbt_slide_item { border-right: none; }
  .programlbt_slide:nth-child(3n) .programlbt_slide_item::after { display: block; }
  .programlbt_slide:nth-child(2n) .programlbt_slide_item { border-right: none; }
  .programlbt_slide:nth-child(2n) .programlbt_slide_item::after { display: none; }
  .program_txth {font-size: 20px;margin-bottom: 10px;}
  .programlb { padding-top: 20px; }
  .program_txtp { font-size: 12px;}
  .programlbb_container { margin: 20px 15px 0;}
  .programlbt_slide_item span { font-size: 16px; color: #666; }
  .programlbt_slide.swiper-slide-thumb-active span {color: #4dab0d;line-height: 24px;}
  .programlbb_itemr_boxtxt span { font-size: 20px; }
  .programlbb_itemr_boxtxt b { font-size: 12px; }
  .programlbb_itemr_boxvideo > a { width: 47.2%; }
  .programlbb_itemr_boxvideo > a:nth-of-type(2) { margin-right: 0; }
  .programlbb_itemr_boxvideodw {font-size: 12px; height: 28px; line-height: 28px;}
  .programlbb_itemr_boxlink { margin-top: 10px;}
  .programlbb_itemr_boxvideo { margin-top: 10px; }
  .programlbb_itemr_boxgd { margin-top: 15px; margin-bottom: 8px;}
  .programlbb_itemr_boxgd span { font-size: 14px;}
  .programlbb_itemr_boxlink > span {width: 45%;margin-right: 6px;}
  .programlbb_itemr_boxvideo > a:last-child {  display: none; }
  .programlbt_slide_item i{font-size: 20px;top: 2px;}
  .programlbt_slide{margin: 2px 0;}
  .zlsp .program_txth {font-size: 24px;color: #fff;font-weight: 700;}
    .zlsp .program_txtp { font-size: 14px; color: #fff;}
}

/* 案例 */
.cases { padding: 80px 0; background-color: #f3f3f3;}
.cases_t { border-top: 1px solid #d8d8d8; position: relative;}
.cases_tbox { position: absolute; top: 0; left: 50%; transform: translate(-50%, -24px); -webkit-transform: translate(-50%, -24px); -moz-transform: translate(-50%, -24px); -ms-transform: translate(-50%, -24px); -o-transform: translate(-50%, -24px); padding: 0 58px; background-color: #f3f3f3;}
.cases_tboxbig { /* position: relative; */ text-align: center;}
.cases_tboxh {font-size: 28px;font-weight: 700;color: #222222;text-transform: uppercase;}
.cases_tboxp { font-size: 14px; color: #999999;}
.cases_yl, .cases_yr { position: absolute; width: 8px; height: 8px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border: 1px solid #d8d8d8;}
.cases_yl { left: 0; top: 20px;}
.cases_yr { right: 0; top: 20px;}
.cases_b { margin-top: 90px; padding: 0 40px; position: relative;}
.cases_container { border-right: 1px solid rgba(0, 0, 0, .15); border-bottom: 1px solid rgba(0, 0, 0, .15); position: unset;}
.cases_wrapper { background-color: #fff;}
.cases_slide {overflow: hidden; width: 14.29% !important;}
.cases_slide img { width: 100%; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; padding: 15px;}
.cases_slide:nth-child(-n +7) { }
.cases_slide:nth-child(7n) {  }
.cases_slide_item { overflow: hidden; border-left: 1px solid rgba(0, 0, 0, .15); border-top: 1px solid rgba(0, 0, 0, .15);}
.cases_slide:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);-ms-transform: scale(1.1); -o-transform: scale(1.1);}
.cases_pagination {display: none;}
.cases_container .cases_pagination { bottom: -33px;}
.cases_container .cases_pagination span.swiper-pagination-bullet-active { background-color: #ff7800;}
.cases_more { margin-top: 45px; text-align: center;}
.cases_more a {display: inline-block;width: 165px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: -webkit-linear-gradient(left, #4dab0d 0%, #469a0c 100%);background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);background: linear-gradient(to left, #0b92df 0%, #0050a2 10);border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;-ms-border-radius: 20px;-o-border-radius: 20px;}
@media screen and (max-width: 1200px) {
  .cases_container {padding-bottom: 50px;}
  .cases_pagination { display: block; }
}
@media screen and (max-width: 992px) {
  .cases { padding: 50px 0;}
  .cases_more {margin-top: 30px;}
  .cases_tbox {width: 70%;}
  .cases_b { margin-top: 66px;}
}
@media screen and (max-width: 768px) {
  .cases_container { padding-bottom: 0; margin-bottom: 30px;}
  .cases_tboxh {font-size: 22px;text-transform: uppercase;}
  .cases_tboxp { font-size: 12px; }
  .cases_tbox { width: 100%; padding: 0; position: relative; top: 20px;}
  .cases_yl, .cases_yr { display: none; }
  .cases_more { margin-top: 30px; margin-bottom: 10px; }
  .cases_b { margin-top: 30px; padding: 0 20px;}
}



/* 实力 */
.strength {padding: 54px 50px;background-position: center;background-repeat: no-repeat;background-size: cover;background-image: url(../images/shilibg.jpg);}
.strengthtxt {position: relative;text-align: center;font-size: 80px;font-weight: 700;color: #f5f5f5;}
.strengthtxtdw { position: absolute; width: 100%; left: 0; top: 46px;}
.strengthtxtdw_boxh {font-size: 42px;font-weight: 700;color: #333;text-transform: uppercase;}
.strengthtxtdw_boxp { font-size: 14px;color: rgba(255, 255, 255, .3); font-weight: 400;}
.strengthtxtdw_boxh span {display: inline-block;width: 10px;height: 10px;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;vertical-align: middle;background-color: #479c0c;margin: 0 10px;}
.strengthct { padding-top: 60px;}
.strengthct_container { width: 100%;}
.strengthct_slide {border-top: 1px solid rgba(255, 255, 255, .1);width: 25% !important;}
.strengthct_slide .strengthct_slide_item { position: relative; display: block; padding: 22px 0; text-align: center;}
.strengthct_slide_itemdw { position: absolute; right: 12px; top: 50%; width: 1px; height: 50px; background-color: rgba(255, 255, 255, .1); transform: rotate(30deg) translate(-50%, -50%); -webkit-transform: rotate(30deg) translate(-50%, -50%); -moz-transform: rotate(30deg) translate(-50%, -50%); -ms-transform: rotate(30deg) translate(-50%, -50%); -o-transform: rotate(30deg) translate(-50%, -50%);}
.strengthct_container .strengthct_slide:last-child .strengthct_slide_itemdw { display: none;}
.strengthct_slide_item > div {display: inline-block;vertical-align: middle;}
.strengthct_slide_itemi i {font-size: 50px;color: rgba(255, 255, 255, .3);position: relative;left: -20px;}
.strengthct_slide_itemh { font-size: 22px; font-weight: 700; color: #fff;}
.strengthct_slide_item .strengthct_slide_itemtxt {/* margin-left: 16px; */text-align: left;padding-left: 60px;}
.strengthct_slide_itemp {font-size: 16px;padding: 0px 0;font-family: Arial, Helvetica, sans-serif;font-weight: 100;color: rgba(255, 255, 255, .3);}
.strengthctb_container { width: 100%; padding-bottom: 75px;}
.strengthctb_slide_item { display: block; position: relative;}
.strengthctb_slide_itemimg img {width: 100%;}
.strengthctb_slide_itemdw {position: absolute;left: 0;bottom: -50px;width: 100%;}
.strengthctb_slide_itemdw:hover .strengthctb_itemdwrl_h { /* color: #ff7800; */}
.strengthctb_itemdwrri:hover { background-color: #ff7800; border-color: #ff7800;}
.strengthctb_itemdwrri:hover i { color: #fff;}
.strengthctb_itemdw { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; width: 80%; margin: auto; background-color: #fff;}
.strengthctb_itemdwl {display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;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;width: 275px;padding: 44px 30px;background: -moz-linear-gradient(left, #0050a2 0%, #0b92df 100%);background: -webkit-linear-gradient(left, #4dab0d 0%, #469a0c 100%);background: -o-linear-gradient(left, #0050a2 0%, #0b92df 100%);background: -ms-linear-gradient(left, #0050a2 0%, #0b92df 100%);background: linear-gradient(to left, #0050a2 0%, #0b92df 10);}
.strengthctb_itemdwlsz {font-size: 50px;/* font-weight: 700; */color: #fff;}
.strengthctb_itemdwlsz > div {margin-top: -38px;margin-right: -16px;}
.strengthctb_itemdwltxth { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #fff;}
.strengthctb_itemdwltxtp {font-size: 20px;color: #fff;}
.strengthctb_itemdwlx { height: 60px; width: 1px; background-color: rgba(255, 255, 255, .6); transform: rotate(30deg); -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); margin: 0 25px;}
.strengthctb_itemdwltxtp > div { margin-top: -5px;}
.strengthctb_itemdwr {width: calc(100% - 275px);display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;padding: 10px 35px;}
.strengthctb_itemdwrl_h {font-size: 22px;color: #222;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.strengthctb_itemdwrl_p, .strengthctb_itemdwrl_p p {margin-top: 10px;font-size: 14px;color: #777777;}
.strengthctb_itemdwrr i {margin-left: 4px;font-size: 20px;color: #777;}
.strengthctb_itemdwrri { width: 50px; height: 50px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border: 1px solid rgba(0, 0, 0, .1); text-align: center; line-height: 48px;}
.strengthct_slide.swiper-slide-thumb-active {border-top: 2px solid #4dab0d;}
.strengthct_slide.swiper-slide-thumb-active .strengthct_slide_itemp { color: rgba(255, 255, 255, 1);}
.strengthct_slide.swiper-slide-thumb-active .strengthct_slide_itemi i { color: #4dab0d;}
@media screen and (max-width:1200px) {
  .strengthctb_itemdwl { width: 36%;}
  .strengthctb_itemdwr {width: 64%;}
  .strength { padding: 50px 0 80px;}
  .strengthct { padding-top: 35px;}
}
@media screen and (max-width:992px) {
  .strengthct_container .strengthct_slide:nth-child(2n) .strengthct_slide_itemdw { display: none; }
  .strengthct_slide_itemi i { display: none; }
  .strengthtxt { font-size: 60px;}
  .strengthtxtdw { top: 10px; }
  .strengthctb_itemdwl { display: none; }
  .strengthctb_itemdwr {width: 100%;padding: 15px;}
  .strengthctb_container { padding-bottom: 52.5px;}
  .strengthctb_slide_itemdw { bottom: -52.5px; }
  .strengthct_slide_item .strengthct_slide_itemtxt {margin-left: 0;text-align: center;background: none;padding-left: 0;}
  .swiper-slide-thumb-active .fa-eercast1{background: none !important;}
  .swiper-slide-thumb-active .fa-eercast2{background: none !important;}
  .swiper-slide-thumb-active .fa-eercast3{background: none !important;}
  .swiper-slide-thumb-active .fa-eercast4{background: none !important;}
}
@media screen and (max-width:768px) {
  .strengthctb_itemdwrl_p { margin-top: 0;}
  .strengthct_slide_itemp{font-size: 12px;}
  .strengthct {padding-top: 45px;padding-left: 10px;padding-right: 10px;min-height: 400px;}
  .strengthtxt { font-size: 32px;}
  .strengthtxtdw_boxh { font-size: 24px; }
  .strengthtxtdw_boxp { font-size: 12px;}
  .strength {padding: 50px 0;max-height: 500px;}
  .strengthct_slide .strengthct_slide_item { padding: 15px 0;}
  .strengthct_slide_itemh { font-size: 16px;}
  .strengthct_slide_itemdw { height: 72px; right: 0; top: 0; transform: rotate(0) translate(0, 0); -webkit-transform: rotate(0) translate(0, 0); -moz-transform: rotate(0) translate(0, 0); -ms-transform: rotate(0) translate(0, 0); -o-transform: rotate(0) translate(0, 0);}
  .strengthctb_itemdwrl_h {font-size: 14px;}
  .strengthctb_itemdwrl_p, .strengthctb_itemdwrl_p p {font-size: 12px;font-family: Arial;min-height: 70px;}
  .strengthctb_itemdw {width: 88%;display: inline-block;position: relative;left: 6%;top: 72px;}
  .strengthctb_itemdwrri {width: 36px;height: 36px;line-height: 38px;display: none;}
  .strengthctb_itemdwrl {margin-right: 10px;width: 100%;}
  .strengthctb_itemdwrr i { font-size: 20px; }
  .strengthctb_container {padding-bottom: 0px;min-height: 260px;}
  .strengthctb_slide_itemdw {bottom: 0px;}
}

/* 走进我们 */
.aboutus_t { padding-top: 70px; background-color: #f3f3f3;}
.aboutus_ttitle { text-align: center;}
.aboutus_ttitleh {font-size: 42px;color: #222;font-weight: 700;text-transform: uppercase;}
.aboutus_ttitlep {font-size: 16px;color: #999;}
.aboutus_tjs { margin-top: 50px; display: -webkit-box; display: -moz-box; display: -webkit-flex;display: -moz-flex; display: -ms-flexbox; display: flex;}
.aboutus_tjsl { width: 46%; padding-right: 5%;}
.aboutus_tjsl_titlei i {font-size: 56px;position: relative;top: 4px;}
.aboutus_tjsl_titleiwz {margin-left: 20px;}
.aboutus_tjsl_titleiwzh {font-size: 28px;font-weight: 700;color: #4dab0d;text-transform: uppercase;font-family: Arial;}
.aboutus_tjsl_titleiwzp {font-size: 16px;color: #222;font-family: Arial;}
.aboutus_tjsl_p { margin-top: 25px; font-size: 14px; line-height: 24px; color: #777777;}
.aboutus_tjsl_more { margin-top: 50px;}
.aboutus_tjsl_more .aboutus_more_link {display: block;position: relative;width: 200px;height: 44px;font-family: Arial;line-height: 46px;font-size: 16px;text-align: center;border-radius: 22px;-webkit-border-radius: 22px;-moz-border-radius: 22px;-ms-border-radius: 22px;-o-border-radius: 22px;color: #fff;background-color: #4dab0d;padding-right: 44px;}
.aboutus_more_linkdw {position: absolute;top: 0px;right: 0;width: 44px;height: 44px;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;background-color: #222;line-height: 44px;text-align: center;}
.aboutus_tjsl_more { margin-bottom: 50px;}
.aboutus_tjsr { width: 54%; position: relative;}
.aboutus_tjsrdwlan {position: absolute;left: 0;bottom: -146px;height: 190px;background-color: #4dab0d;}
.aboutus_tjsrdwimg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding-left: 30px;}
.aboutus_tjsrdwimg_box {position: relative;height: 497px;background-repeat: no-repeat;background-position: center;background-size: cover;background-image: url(../images/about01.jpg);}
.aboutus_tjsrdwimg_txt {position: absolute;left: 0;bottom: 0px;width: 100%;padding: 15px 0;background-color: rgba(0, 0, 0, .7);text-align: center;}
.aboutus_tjsrdwimg_txth { font-size: 22px; font-weight: 700; color: #fff;}
.aboutus_tjsrdwimg_txth span { display: inline-block; width: 8px; height: 8px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; vertical-align: middle;  background-color: #ff7800; margin: 0 5px;}
.aboutus_tjsrdwimg_txtp { font-size: 12px; color: rgba(255, 255, 255, .6);}
.aboutus_bsj { padding: 36px 0;}
.aboutus_bsj .aboutus_bsj_item { border-right: 1px solid #e1e1e1; padding: 0 35px;}
.aboutus_bsj .aboutus_bsj_item:last-child { border-right: none;}
.aboutus_bsj .aboutus_bsj_item:first-child { padding-left: 10px;}
.aboutus_bsj_itemt span { font-size: 38px; font-weight: 700; color: #222;}
.aboutus_bsj_itemt b { display: inline-block; width: 24px; height: 24px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; background-color: #ff7800; text-align: center; line-height: 24px; color: #fff; font-size: 14px; vertical-align: top;}
.aboutus_bsj_itemb { font-size: 14px; color: #777;}
.aboutus_blb { position: relative; margin-top: 90px; border-top: 1px solid #e1e1e1;}
.aboutus_blb_list {position: absolute;width: 60%;left: 50%;top: 0;transform: translate(-50%, -50%);-webkit-transform: translate(-32%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
.aboutusblb_slider {padding: 8px 2px;width: 28% !important;}
.aboutusblb_slider .aboutusblb_slider_item { margin-right: 1px; display: block; overflow: hidden; height: 46px; line-height: 44px; border-radius: 23px; -webkit-border-radius: 23px; -moz-border-radius: 23px; -ms-border-radius: 23px; -o-border-radius: 23px; background-color: #fff; color: #666666; border: 1px solid #d8d8d8; text-align: center;}
.aboutus_blbx { margin-top: 55px;}
.aboutusblb_slider.swiper-slide-thumb-active .aboutusblb_slider_item { background-color: #4ca90d; border-color: transparent; color: #fff;}
.aboutusblb_slider .aboutusblb_slider_item:hover { border-color: transparent; background-color: ##0360b0;}
.aboutu_item {padding: 0 10px;}
.aboutu_item_link {display: block;/* overflow: hidden; */position: relative;}
.aboutu_item_link img {width: 100%;transition: all .3s;width: 100% !important;height: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;}
.aboutu_item_link:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);}
.aboutu_item_linkdw { position: absolute; width: 100%; left: 0; bottom: 0; background-color: rgba(0, 0, 0, .6); height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; padding: 0 5px;}
.aboutu_item_link:hover .aboutu_item_linkdw { background-color: rgb(76 169 13);}
.aboutusblbx_slide .owl-controls .owl-page.active span { background-color: #ff7800;}
.aboutusblbx_slide .owl-controls .owl-page span { background-color: #869791}
@media screen and (max-width: 1200px) {
  .aboutus_bsj_itemt span { font-size: 30px;}
  .aboutus_bsj .aboutus_bsj_item { padding: 0 20px;}
  .aboutus_bsj { padding: 30px 0; }
  .aboutus_tjsrdwlan { height: 160px; bottom: -130px }
}
@media screen and (max-width: 992px) {
  .aboutus_t { padding-top: 50px; /* padding-bottom: 50px; */ }
  .aboutus_b {padding-top: 30px;display: none;}
  .aboutus_tjsrdwlan { display: none; }
  .aboutus_tjs { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
  .aboutus_tjsl { width: 100%;}
  .aboutus_tjsr { width: 100%; height: 503px;}
  .aboutus_tjsrdwimg { padding-left: 0;}
  .aboutus_tjsl { padding-right: 0; }
  .aboutus_tjs { margin-top: 30px;}
  .aboutus_tjsl_p { margin-top: 20px;}
  .aboutus_tjsl_more { margin: 20px 0;}
  .aboutus_blb { margin-top: 30px; }
  .aboutus_blbx { margin-top: 40px; }
  .aboutus_bsj {display: none;}
  .aboutus_tjsl_more .aboutus_more_link { margin: auto;}
}
@media screen and (max-width: 768px) {
  .aboutus_ttitle { /* display: none; */ }
  .aboutus_tjsl_title {background: #fff;padding: 10px 10px 5px;display: flex;}
  .aboutus_ttitleh { font-size: 24px;}
  .aboutus_tjs { margin-top: 20px;}
  .aboutus_tjsl_titleiwzh { font-size: 18px;}
  .aboutus_tjsl_titleiwzp {font-size: 14px;}
  .aboutus_tjsl_titlei i {font-size: 30px;}
  .aboutus_tjs { padding: 0 15px;}
  .aboutus_tjsl_p {margin: 20px 0;text-align: center;font-family: Arial;}
  .aboutus_tjsl_more { margin-bottom: 30px;}
  .aboutus_tjsl_more .aboutus_more_link {height: 36px;line-height: 38px;font-family: Arial;}
  .aboutus_more_linkdw {width: 36px;height: 36px;}
  .aboutus_more_linkdw i {transform: translateY(-4px);-webkit-transform: translateY(-4px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);}
  .aboutus_tjsr { height: 300px; }
  .aboutus_tjsrdwimg_box { height: 300px;}
  .aboutus_tjsrdwimg_txth {font-size: 18px;text-transform: uppercase;}
  .aboutus_bsj { padding: 15px;}
  .aboutus_bsj .aboutus_bsj_item { padding: 0 10px;}
  .aboutus_bsj_itemt span { font-size: 20px;}
  .aboutus_bsj_itemb { font-size: 12px; }
  .aboutus_blb_list {width: 96%;}
  .aboutusblb_slider .aboutusblb_slider_item {font-size: 12px;height: auto;line-height: 1;padding: 8px 3px;width: 100%;position: relative;top: 4px;}
  .aboutu_item_linkdw { font-size: 12px; height: 30px; line-height: 30px; }
  .aboutus_tjsl_titleiwz{margin-left: 14px;}
}
@media screen and (max-width: 420px) {
.aboutus_blb_list {width: 70%;}
	
}

/* 新闻中心 */
.news { overflow: hidden; margin-top: 70px; background-color: #f3f3f3;}
.news_title { margin-top: 70px; text-align: center;}
.news_titleh { font-size: 42px; color: #222; font-weight: 700;}
.news_titlep { font-size: 14px; color: #999999;}
.news_box { margin-top: 60px; display: -webkit-box; display: -moz-box;display: -webkit-flex; display: -moz-flex;display: -ms-flexbox; display: flex; background-color: #fff;}
.news_boxl { width: 70%;}
.news_boxlt {height: 70px;line-height: 68px;border-bottom: 1px solid #e1e1e1;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.news_boxltl { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex;}
.news_boxltl .news_boxltl_link {padding: 0 40px;}
.news_boxltl_link i {font-size: 26px;color: #333;position: relative;top: 2px;}
.news_boxltl .news_boxltl_link:first-child i {font-size: 26px;position: relative;top: 2px;left: 0px;}
.news_boxltl_link span {font-size: 20px;color: #333;}
.news_boxltr { display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex; display: -ms-flexbox; display: flex;}
.news_boxltr .news_boxltl_more {font-size: 14px; color: #999; margin-right: 36px;}
.news_boxltr .news_boxltl_more:hover { color: #4ca90d;}
.news_boxlb_item { padding: 40px 25px; display: -webkit-box; display: -moz-box; display: -webkit-flex;display: -moz-flex;display: -ms-flexbox; display: flex;}
.news_boxlb_item > div { width: 50%;}
.news_boxlbitem_box { padding-right: 20px; display: block;}
.news_boxlbitem_boximg {overflow: hidden;max-height: 240px;}
.news_boxlbitem_boximg img { transition: all .4s; width: 100%; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s;}
.news_boxlbitem_boxh { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 20px; font-size: 18px; font-weight: 600; color: #333333; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s;}
.news_boxlbitem_boxp { margin-top: 10px; font-size: 14px; line-height: 23px; color: #777; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news_boxlb_itemr { padding: 0 40px 0 20px;}
.news_boxlb_itemr .news_itemr_item { display: block; height: 56px; line-height: 54px; border-bottom: 1px dotted #c1c1c1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news_itemr_item b { display: inline-block; width: 6px; height: 6px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%;-o-border-radius: 100%; vertical-align: middle; background-color: #c1c1c1; margin-right: 6px;}
.news_itemr_item span { font-size: 14px; color: #666666; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s;}
.news_boxltl_link.on {background-color: #4ca90d;}
.news_boxltl_link.on i {color: #fff;}
.news_boxltl_link.on span { color: #fff;}
.news_boxr { width: 30%;}
.news_boxrt {height: 70px;padding: 0 20px;line-height: 67px;border-bottom: 1px solid #e1e1e1;border-left: 1px solid #e1e1e1;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.news_boxrtl i {font-size: 26px;color: #333;padding-left: 25px;position: relative;top: 4px;}
.news_boxrtl span {font-size: 20px;color: #333;padding-left: 36px;background: url(../images/cjwt.png) left 4px no-repeat;}
.news_boxrtr .news_boxrtr_more {font-size: 14px;color: #999999;padding: 0 2px;}
.news_boxrtr .news_boxrtr_more:hover { color: #4ca90d;}
.news_boxrb { height: 407px; padding: 20px 0; overflow: hidden; border-left: 1px solid #e1e1e1;}
.news_container { height: 100%; width: 100%;}
.news_slide .news_slide_item { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox;display: flex; height: 100%; padding: 0 30px; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.news_slide_itembox { width: 100%;margin: 20px 0;}
.news_slide_itemboxh { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.news_slide_itemboxh i { font-size: 18px; color: #333;}
.news_slide_itemboxh span { font-size: 16px; color: #333; margin-left: 8px; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.news_slide_itemboxp { width: 100%; padding-left: 20px;font-size: 14px;margin-top: 8px;color: #999999; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.yqlink { margin-top: 68px;height: 72px; line-height: 70px; border-bottom: 1px solid #d1d1d1; border-top: 1px solid #d1d1d1;}
.yqlinkl i {font-size: 18px;color: #222222;padding: 0 8px;position: relative;top: 2px;}
.yqlinkl span {font-size: 16px;color: #222;}
.yqlinkl b { margin-left: 10px; font-size: 12px; color: #999;}
.yqlinkr { margin-left: 30px;}
.yqlinkr .yqlinkr_item {font-size: 14px; color: #666666; padding: 0 20px;}
.news_boxlbitem_box:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);}
.news_boxlbitem_box:hover .news_boxlbitem_boxh { padding-left: 8px; color: #4ca90d;}
.news_boxlb_itemr .news_itemr_item:hover span { padding-left: 8px; color: #4ca90d;}
.news_slide .news_slide_item:hover .news_slide_itemboxh span { padding-left: 8px; color: #4ca90d;}
.yqlinkr .yqlinkr_item:hover {color: #4ca90d;}
@media screen and (max-width: 1200px) {
  .news { margin-top: 25px; padding: 0 15px; padding-bottom: 50px; }
  .news_title { margin-top: 30px;}
  .news_box { margin-top: 20px;}
  .yqlink { margin-top: 30px;}
}
@media screen and (max-width: 992px) {
  .strengthtxtdw_boxh, .advantage_title h3, .product_titleminh, .program_txth, .aboutus_ttitleh, .news_titleh { font-size: 32px;}
  .news_boxlb_iteml a { /* display: none; */border-bottom: 1px solid #ddd; padding-bottom: 20px; }
  .news_boxlbitem_box { width: 100%; padding: 0;}
  .news_boxlb_item > div { width: 100%;padding: 0; }
  .news_box { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .news_boxl {  width: 100%; }
  .news_boxr { width: 100%; }
  .news_boxltr { display: none;}
  .news_boxltl { width: 100%; }
  .news_boxltl .news_boxltl_link { width: 50%; text-align: left; padding: 0; padding-left: 20px;}
  .news_boxrtr { display: none;}
  .news_boxrtl {width: 100%;text-align: left;padding-left: 20px;background: #4ca90d;color: #fff;}
  .news_boxlb_item { padding: 20px; display: block; }
  .news_boxrb {height: 300px; padding: 20px 0; }
  .news_container { height: 100%;}
  .news_slide_itemboxp { margin-top: 0; }
  .news_boxrtl i { padding-left: 0;}
  .news_boxrt {border-left: 0;height: 54px;line-height: 54px;padding: 0;}
  .news_boxrb {border-left: 0;/* margin-bottom: 20px; */}
  .news_boxrtl i { padding-right: 0; color: #fff;}
  .news_boxrtl span {color: #fff;font-size: 16px;background-size: 24px;}
  .news_boxr { margin-top: 15px;}
}
@media screen and (max-width: 768px) {
  .strengthtxtdw_boxh, .advantage_title h3, .product_titleminh, .program_txth, .aboutus_ttitleh, .news_titleh {font-size: 24px;width: 100%;text-transform: uppercase;}
  .advantage_title span, .product_titleminh span, .program_txth span, .strengthtxtdw_boxh span { width: 6px; height: 6px; margin: 0 8px;}
  .news_title {margin-top: 32px;}
  .news_titleh { font-size: 24px;}
  .news_boxltl_link span {font-size: 15px;line-height: 48px;/* display: block; */}
  .news_boxlt { height: 50px; line-height: 50px; }
  .news_boxlb_item { padding: 15px 20px; }
  .news_boxlb_itemr .news_itemr_item { height: 50px; line-height: 50px;}
  .yqlink { display: none; }
  .news_boxlbitem_boxh { font-size: 14px; margin-top: 15px;}
  .news_boxlbitem_boxp { font-size: 12px; line-height: 1.6; }
  .news_boxltl_link i {font-size: 20px;}
  .news_boxltl .news_boxltl_link:first-child i { font-size: 20px;}
  .news_itemr_item span {font-size: 12px;}
  .news_slide_itemboxh span { font-size: 14px; }
  .news_slide_itemboxp { font-size: 12px;}
}

.owl-carousel .owl-stage-outer {/* overflow: inherit; */}


/* 底部 */
.foott { background-color: #f3f3f3;}
.baise .foott { background-color: #fff;}
.footlan { z-index: 0; margin-top: 110px; height: 150px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: space-between; -ms-flex-pack: space-between; -webkit-justify-content: space-between; justify-content: space-between; background: -moz-linear-gradient(left, #0b92df 0%, #0050a2 100%); background: -webkit-linear-gradient(left, #4dab0d 0%, #469a0c 100%); background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%); background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%); background: linear-gradient(to left, #0b92df 0%, #0050a2 10);}
.footlanl { width: 68%; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex;}
.footlanl_txt { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -moz-align-items: center; -webkit-align-items: center; align-items: center;}
.footlanlimg { margin-right: 30px; margin-left: 20px; transform: translateY(-126px); -webkit-transform: translateY(-126px); -moz-transform: translateY(-126px); -ms-transform: translateY(-126px); -o-transform: translateY(-126px);}
.footlanlh span {font-size: 28px;color: #fff;font-weight: 700;font-family: Arial;}
.footlanlh b {font-size: 18px;color: #d4fbba;margin-left: 10px;text-transform: uppercase;}
.footlanlp {color: #fff;font-size: 16px;}
.footlanr { width: 32%; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; 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;}
.footlanr .footlanra { width: 224px; height: 54px; overflow: hidden; text-align: center; line-height: 52px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 27px; -webkit-border-radius: 27px; -moz-border-radius: 27px; -ms-border-radius: 27px; -o-border-radius: 27px;}
.footlanr .footlanra:hover { border-color: transparent;}
.footlanra i {font-size: 30px;color: #fff;position: relative;top: 5px;}
.footlanra span { font-size: 18px; color: #fff; margin-left: 8px;}
.footb {background-color: #292929; z-index: 1; position: relative;}
.footblxfs { background-color: #202020;}
.footblxfs_item {padding: 24px 0;width: 33.33%;border-right: 1px solid rgba(255, 255, 255, .2);padding-left: 50px;}
.footblxfs_item:last-child { border-right: none;}
.footblxfs_itemi i { font-size: 40px; color: #fff;}
.footblxfs_itemtxt {margin-left: 20px;}
.footblxfs_itemtxth {color: #fff;font-size: 16px;}
.footblxfs_itemtxtp { /*margin-top: 5px;*/ font-size: 14px; color: #f5f5f5;}
.footblxfs_itemtxtp a { color: #f5f5f5;}
.footbnav { padding: 70px 0 50px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;}
.footbnav_box {width: 70%;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-moz-justify-content: space-around;-webkit-justify-content: space-around;justify-content: space-around;}
.footbnav_box_itemh { font-size: 20px; color: #fff; font-weight: bold;}
.footbnav_box_itembox { margin-top: 25px;}
.footbnav_box_itembox .footbnav_itembox_link {margin-top: 8px;display: block;font-size: 14px;color: #999;max-width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;}
.footbnav_weixin {width: 12%;text-align: center;}
.footbnav_weixintx { margin-top: 8px; font-size: 14px; color: #777; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.footbnav_weixinimg img { margin: auto;}
.footbnav_weixin:hover .footbnav_weixintx { color: #fff;}
.footbnav_box_itembox .footbnav_itembox_link:hover { color: #fff;}
.footbbq { border-top: 1px solid #3e3e3e; padding: 15px 0;}
.footbbql_sy { font-size: 13px; color: #777777;}
.footbbql .footbbql_ba { margin-left: 15px; font-size: 13px; color: #777777; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.footbbql .footbbql_ba:hover { color: #fff;}
.footbbqr span { font-size: 13px; color: #777777;}
.footbbqr a { font-size: 13px; color: #777777; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.footbbqr a:hover { color: #fff;}
.footbnav_box_itembox .footbnav_itembox_link:hover { transform: translateX(5px); -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px);}
@media screen and (max-width: 1200px) {
  .footlan { padding: 20px 0;}
  .footblxfs_item { padding: 20px 0 20px 20px; }
  .footbnav { padding: 50px 0; }
  .footlanlimg { transform: translateY(-146px); -webkit-transform: translateY(-146px); -moz-transform: translateY(-146px); -ms-transform: translateY(-146px); -o-transform: translateY(-146px); }
}
@media screen and (max-width: 992px) {
  .footlan { padding: 30px; height: auto; margin-top: 30px; }
  .footblxfs_item { padding: 25px 0 25px 10px; }
  .footblxfs_itemi i { display: none;  font-size: 26px; }
  .footblxfs_itemtxtp { margin-top: 0; }
  .footblxfs_itemtxtp a { font-size: 14px; }
  .footbbq > div { width: 100%; text-align: center; font-size: 12px;}
  .footlanlimg { display: none;}
  .footlanr .footlanra { width: 200px; height: 50px; line-height: 50px;}
  .footbnav { display: block; }
  .footbnav_box { width: 100%; margin-bottom: 40px;}
  .footbnav_weixin {width: 50%;background: rgb(32, 32, 32);padding: 30px 12px;float: left;}
  .footbbq > div.fr { display: none; }
  .footbbq {margin-bottom: 10px;}
}
@media screen and (max-width: 768px) {
  .footlan { display: none;}
  .footblxfs_itemi i { display: block; font-size: 30px; }
  .footblxfs_item { width: 100%; padding-left: 15px; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .1);}
  .footbnav_box .footbnav_box_item {display: none;float: left;}
  .footbnav_box .footbnav_box_item:first-child {display: block;padding: 0 40px;}
  .footbnav { padding: 30px 0 0; }
  .footbnav > div {/* width: 50%; */}
  .footbnav_box_itembox {margin-top: 15px;float: left;}
  .footbbql_sy, .footbbql .footbbql_ba { font-size: 12px; line-height: 1.2;}
}

.clearfix {clear: both;}

/*产品中心*/
.proMain{background: url(../images/pro-bj.jpg) center;padding: 60px 0;min-height: 1070px;}
.sypro_r{ padding: 20px 0;}
.sypro_r .workMain{}
.sypro_r .protit{padding: 12px 20px;/* background: #4dab0d; */margin-top: 6px;float: left;}
.sypro_r .protit h2{color: #fff;padding-bottom: 10px;font-weight: bold;font-size: 32px;}
.sypro_r .protit p{color: #fff;text-transform: uppercase;font-size: 20px;}
.sypro_r .wlist{padding: 6px 0;display: inline-block;float: right;}
.sypro_r .wlist li{ float: left; width: 33%;line-height: 34px; padding-left: 32px; background: url(../images/nav-sanjiao.png) 18px no-repeat;}
.sypro_r .wlist li:hover a{color: #ff7800;}
.sypro_r .wlist li:hover{  background: url(../images/nav-sanjiao1.png) 18px no-repeat; }
.sypro_r .wlist li a{font-size: 16px;color: #fff;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sypro_r .wcont{ margin-top: 20px;}
.sypro_r .wcont li{float: left;width: 24%;border: 1px solid #ccc;margin-right: 1%;margin-bottom: 1%;padding: 0;}
.sypro_r .wcont li img{width: 100%;}
.sypro_r .wcont li h2{font-size: 14px;line-height: 42px;background: #f5f5f5;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sypro_r .wcont li em{}

@media screen and (max-width: 768px) {
	.proMain{padding:40px 0;padding-top: 0;}
	.sypro_r .wcont li h2{ line-height:24px; }
    .sypro_r .wlist li{width: 50%;}
    .sypro_r .wcont li{width: 48%;margin-right: 4%;margin-bottom: 4%;}
    .sypro_r .wcont li:nth-child(2n) { margin-right: 0;}
    .sypro_r .wlist li a{ font-size:14px; }

}


/*产品模块*/
.nyprolist{padding: 30px 0;}
.nypro{padding:15px;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{/* -webkit-transition: 1s; */-moz-transition: 1s;/* transition: 1s; */padding: 2px;}
.nypro-ul li{margin-bottom: 15px}
.nypro-ul li p{background: #e6e6e6;text-align: center;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}
.nypro-ul li:hover .nypro-img{border-color:#5d9a1b;}
.nypro-ul li:hover .nypro-img img{/*-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);*/}
.nypro-ul li:hover p{background: #5d9a1b;color:#fff;}
@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
}
@media (max-width: 500px) {
	.nypro{padding: 0px;}
}

.pro-ico{/* display: flex; */margin: 15px 0;}
.pro-ico a{flex: 1;padding: 0 10px;}
.pro-icoimg{width: 60%;margin: 0 auto;background: #ccc;border-radius: 50%;padding: 20px;}
.pro-ico p{/* text-align: center; *//* margin-top: 5px; */}
.pro-mlist{background: #fff;overflow: hidden;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #5d9a1b;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;border: 1px solid #ddd;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}
@media (max-width: 800px) {
	.pro-icoimg{padding: 15px;}
}
@media (max-width: 700px) {
	.pro-icoimg{width: 80%;}
}
@media (max-width: 600px) {
	.pro-icoimg{width: 80%;}
	.pro-ico p{font-size: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 20px;line-height: 24px;background: url(../images/nav-sanjiao1.png) 6px no-repeat;}
}
@media (max-width: 500px) {
	.pro-ico{margin: 10px 0;}
	.pro-ico a{padding: 0 5px;display: block;width: 48%;float: left;margin-right: 2%;}
	.pro-icoimg{width: 100%;}
}


.nyjc{}
.nyjc-til{padding:10px;border-radius: 10px 10px 0 0;color:#fff;background: #5d9a1b;}
.nyjc-til p{font-size: 24px;padding-left:40px;background:url(../images/fen-bt.png) no-repeat left;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}

.nyrepro-til{padding:10px;border-bottom:1px solid #e5e5e5;}
.nyrepro-til p{font-size:24px;line-height:30px;padding-left:40px;background:url(../images/fen-re.png) no-repeat left;}
.nyrepro ul{background: #fff;}
.nyrepro ul li{padding: 10px 0;border-bottom: 1px dashed #ccc;}
.nyrepro ul li p{margin-top: 10px;}
.nyrepro ul li span{display: block;margin-top: 10px;}
.nyrepro ul li span i{display: inline-block;margin-left: 5px;}

#sidebar1{padding:5px 10px;background: #fff;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #5d9a1b;color: #fff;}
#sidebar1 dt{margin-top: 10px;font-weight: normal;font-size: 16px;line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;color: #666;border-bottom:1px dashed #e5e5e5; cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;font-size: 16px;}
#sidebar1 dt.cur, #sidebar1 dt:hover{}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#5d9a1b;font-weight:bold;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#5d9a1b;}

.fa-eercast1{ background:url(../images/ys1.png) left no-repeat; }
.fa-eercast2{ background:url(../images/ys3.png) left no-repeat; }
.fa-eercast3{ background:url(../images/ys5.png) left no-repeat; }
.fa-eercast4{ background:url(../images/ys7.png) left no-repeat; }
.fa-eercast1:hover{ background:url(../images/ys2.png) left no-repeat; }
.fa-eercast2:hover{ background:url(../images/ys4.png) left no-repeat; }
.fa-eercast3:hover{ background:url(../images/ys6.png) left no-repeat; }
.fa-eercast4:hover{ background:url(../images/ys8.png) left no-repeat; }
.swiper-slide-thumb-active .fa-eercast1{ background:url(../images/ys2.png) left no-repeat; }
.swiper-slide-thumb-active .fa-eercast2{ background:url(../images/ys4.png) left no-repeat; }
.swiper-slide-thumb-active .fa-eercast3{ background:url(../images/ys6.png) left no-repeat; }
.swiper-slide-thumb-active .fa-eercast4{ background:url(../images/ys8.png) left no-repeat; }

#zlhb{position:relative;padding-top: 72px;}
.swiper-container2 { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}
.swiper-button-prev{left: -4%;background: url(../images/hz-left.png) center no-repeat;width: 36px;top: 68%;}
.swiper-button-next{background: url(../images/hz-right.png) center no-repeat;right: -4%;width: 36px;top: 68%;}

@media (max-width: 500px) {

	#zlhb{position:relative;padding-top: 20px;}
    .swiper-button-prev{left: 0%;background: url(../images/hz-left.png) center no-repeat;width: 36px;top: 58%;}
	.swiper-button-next{background: url(../images/hz-right.png) center no-repeat;right: 0%;width: 36px;top: 58%;}
	
}

.cplxfs{ padding: 10px 20px; display: inline-block; padding-left: 87px; /* width: 100%; */ background: url(../images/cplxdh.png) #f5f5f5 20px no-repeat;}
.cplxfs h2{ margin-bottom: 0; color: #333;}
.cplxfs p{ font-size: 28px; color: #ff7e00;}

@media (max-width: 500px) {
	.cplxfs{ width:100%; }
	.cplxfs h2{ font-size: 18px; padding-top: 10px;}
	.cplxfs p{ font-size: 20px;}
}

.demo-icon {font-family: fontello!important;font-style: normal;font-weight: 400;speak: none;display: inline-block !important;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center;font-variant: normal;text-transform: none;line-height: 1em;margin-left: .2em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease}
.phoneShow { display: none;}
.pcShow { display: block; }
@media(max-width:800px) {
	.phoneShow {display: block;}
	.pcShow {display: none;}
	#newBridge {display: none}
}
.cndns-right *:hover {text-decoration: none}
.cndns-right {position: fixed;right: 5px;top: 60%;margin-top: -100px;z-index: 100;font-family: Arial, microsoft yahei!important;background: #fff;filter: alpha(opacity=95);-moz-opacity: .95;-khtml-opacity: .95;opacity: .95;z-index: 99999;-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);box-shadow: 0 0 5px rgba(0,0,0,.15);border-radius: 5px}
.cndns-right i {font-style: normal!important}
.cndns-right-meau {position: relative}
.cndns-right-btn {width: 70px;height: 80px;text-align: center;display: block;position: relative;text-decoration: none;border-top: 1px solid #e0e0e0}
.cndns-right-btn span {color: #4dab0d;font-size: 24px!important;line-height: 32px;padding-top: 15px;}
.cndns-right-btn span.icon-qq {font-size: 27px !important;color:#ff7800;margin-bottom: 5px;padding-top: 10px;animation: shadow .5s linear infinite;animation: rotate .5s linear infinite;}
.cndns-right-btn span.icon-shangqiao {font-size: 27px !important;}
.cndns-right-btn sup {display: block;min-width: 24px;height: 24px;text-align: center;line-height: 24px;color: #fff;border-radius: 50%;background-color: #4dab0d;position: absolute;left: -12px;top: -12px}
.cndns-right-btn p {color: #333;font-size: 12px;line-height: 18px;padding-top: 0;margin: 0;text-decoration: none;padding-bottom: 10px}
.cndns-right-meau:hover .cndns-right-btn p {display: block;text-decoration: none}
.meau-car .cndns-right-btn {border-color: #4dab0d;margin-bottom: 20px;text-decoration: none}
.meau-car .cndns-right-meau:hover .cndns-right-btn {background-color: #4dab0d;text-decoration: none}
.meau-car .cndns-right-meau:hover .cndns-right-btn span {color: #fff;display: block;text-decoration: none}
.meau-code .sev-t img {width: 150px;margin: 0 auto;padding: 0}
.meau-car .cndns-right-btn span {color: #4dab0d}
.meau-top .cndns-right-btn span {font-size: 24px!important;line-height: 20px;padding-top: 15px}
.meau-top .cndns-right-btn i {display: block;color: #333;font-size: 12px}
.meau-top.cndns-right-meau:hover .cndns-right-btn {}
.cndns-right-box {position: absolute;top: -15px;right: 54px;padding-right: 25px;display: none}
.cndns-right-box .box-border {padding: 20px;background-color: #fff;-webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);-moz-box-shadow: 0 0 5px rgba(0,0,0,.15);box-shadow: 0 0 5px rgba(0,0,0,.15);position: relative;overflow: hidden;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;border-radius: 5px}
.cndns-right-box .box-border .arrow-right {display: block;width: 13px;height: 16px;background: url(../images/arrow.png) no-repeat;position: absolute;right: -13px;top: 26px}
.cndns-right-box .box-border .sev-t span {font-size: 42px;float: left;display: block;line-height: 56px;margin-right: 20px;color: #d3d3d3}
.cndns-right-box .box-border .sev-t p{float: left;padding: 0;margin: 0}
.cndns-right-box .box-border .sev-t a{color:#ff7800;font-size: 30px;line-height: 30px;margin-bottom: 5px;display: inline-block;}
.cndns-right-box .box-border .sev-t p em{color: #222;}
.cndns-right-box .box-border .sev-t p i {display: block;font-size: 14px;color: #888;font-style: normal!important}
.cndns-right-box .box-border .sev-b {padding-top: 15px;margin-top: 15px;border-top: 1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4 {color: #666;font-size: 14px;font-weight: 400;padding-bottom: 15px}
.cndns-right-box .box-border .sev-b li {float: left;width: 50%;list-style: none;	}
.cndns-right-box .box-border .sev-b li a {text-decoration: none;display: inline-block;color: #888;font-size: 14px;padding-left: 43px;background: url(../images/zxqq.png) no-repeat left 3px;line-height: 36px}
.cndns-right-box .box-border .sev-b li a:hover {color: #0360b0}
.meau-sev .cndns-right-box .box-border {width: 300px}
.meau-contact .cndns-right-box .box-border {width: 300px}
.cndns-right-meau:hover .cndns-right-box {display: block}
.meau-code .cndns-right-box {top: inherit;bottom: -35px}
.meau-code .cndns-right-box .box-border {width: 156px;text-align: center}
.meau-code .cndns-right-box .box-border i {display: block;color: #666;font-size: 14px;line-height: 22px}
.meau-code .cndns-right-box .box-border .arrow-right {top: inherit;bottom: 50px}
.meau-zs .cndns-right-btn {background-color: #0360b0;color: #fff;margin-top: 80px;border-color: #0360b0}
.meau-zs .cndns-right-btn span {color: #fff}
.meau-zs .cndns-right-btn p {color: #fff}
.sev-t {overflow: hidden}
#ClCache {display: none}
#newBridge #nbWebImLightContainer {border: none!important}

#bottom { position: fixed;width: 100%;/* max-width: 640px; */margin: 0 auto;height: 50px;bottom: 0;/*border-top: #fff solid 2px;*/background: #0360b0;z-index: 999; }
#bottom ul { height: 50px;line-height: 50px;list-style: none; }
#bottom ul li {width: 33.333333%;float: left;color: #FFF;height: 100%;}
#bottom ul li dl { width: auto;margin: 0 auto;border-right: 1px solid #004b8c;box-shadow: 1px 0px 0 #1478ce;text-align: center;height: 100%; }
#bottom ul li dt { width: auto; /* overflow: hidden; */line-height: 1;padding-top: 8px; }
#bottom ul li dt .demo-icon{ color:#fff;font-size: 1.1em; }
#bottom ul li dt .icon-phone-squared { color: #ff7800;position: relative;top: -5px; /* margin-bottom: 5px; */ /* padding-top: 0; */animation: shadow .5s linear infinite;animation: rotate .7s linear infinite }
#bottom ul li dd {width: auto; font-size: 12px; color: #fff; line-height: 1; padding-top: 5px;}
.cndns-right-meau:hover .demo-icon {transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2)}
	
@keyframes shadow {
0%, 100% {transform:scaleX(1)}
50% {
transform:scaleX(1.2)}
}
@keyframes rotate {
0% {
transform:translateY(0)
}
25% {
transform:translateY(5px)
}
50% {
transform:translateY(10px) scale(1.1, .9)
}
75% {
ransform:translateY(5px)
}
100% {
transform:translateY(0)
}
}

.fdong{position: fixed; right: 20px; bottom: 80px;  z-index: 9999;}
#blist{width:40px; height: 40px;background-color: rgba(0, 0, 0, 0.8); border-radius: 20px; line-height: 40px; text-align: center;margin-bottom: 5px;}
#blist a{color: #fff;}
#top-back2 {width:40px; height: 40px;background-color: rgba(0, 0, 0, 0.8); border-radius: 20px; line-height: 40px; text-align: center;margin-bottom: 5px; }
#top-back2 i {color: #fff;}
#wap-qq{display: none;}
#wapwx{width:40px; height: 40px;background-color: rgba(26, 173, 25, 0.8); border-radius: 20px; line-height: 40px; text-align: center;margin-bottom: 5px;}
#wapwx i{font-size: 24px;color: #fff; transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease;}
/**/
#wechat-lightbox{ display: none; position: fixed; z-index: 10001; top: 0px; right: 0px; left: 0px; transition: opacity 0.1s ease-in 0s; background: rgba(0, 0, 0, 0.75);}
.mip-fill-content{ display: flex; justify-content: center; align-items: center; height: 100%;}
i.guanbi{ position: absolute; right: 1.25rem; top: 1.25rem;}
#MIP-LLIGTBOX-MASK { background: rgba(0, 0, 0, .4)}
.form-wechat-model-ctn .model-mask { background: rgba(0, 0, 0, .4); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000}
.mip-sjh-wechat-model { width: 100%; height: 100%}
.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer { width: 20.6875rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1.25rem; position: relative; background: #fff; border-radius: .8125rem}
.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .close { position: absolute; right: .9375rem; top: .9375rem}
.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success { height: 100%; text-align: center; font-size: 12px; line-height: 1.6;}
.wechat-model-success .image i{ font-size: 50px;line-height: 1; color: #1aad19;}
.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success .button { background-color: #1aad19; border-radius: .25rem; width: 100px; margin: auto; margin-top: .9375rem; line-height: 2.2;}
.mip-sjh-wechat-model .mip-fill-content .wechat-model-layer .wechat-model-success .button span { color: #fff;}
@media screen and (max-width: 800px){	
	.cndns-right-btn{width: 55px;height: 55px;}
	.cndns-right-btn span{padding-top: 5px;}
	.cndns-right-btn span.icon-qq{font-size: 24px !important;padding-top: 0;margin-bottom: 0;}
	.meau-top .cndns-right-btn span{padding-top: 5px;line-height: 1;}
	.meau-top .cndns-right-btn i{line-height: 1;}
}
@media screen and (min-width: 801px){
	#top-back2{display: none !important;}
}



#sy-ys{}
.youshi{padding: 54px 0;}
.youshi .sy-title{ text-align: center; padding-bottom: 20px;}
.youshi .sy-title i{ width: 52px; height: 5px; background: #4dab0d; display: inline-block;}
.youshi .sy-title h2{ font-size: 40px; font-weight: bold; padding-bottom: 10px; padding-top: 10px;}
.youshi .sy-title p{ font-size: 16px; color: #999;}

.sy-ys-nr{padding-top: 42px;}
.sy-ys-nr .tuwen-top{
    padding: 0 4px !important;
}
.sy-ys-nr .tuwen-top:hover .wen-top{ background:#4dab0d; }
.sy-ys-nr .tuwen-top:hover .wen-top h2{ color:#fff; }
.sy-ys-nr .tuwen-top:hover .wen-top p{ color:#fff; }
.sy-ys-nr .tuwen-top img{}
.sy-ys-nr .tuwen-top .wen-top{position: relative;background: #f5f5f5;padding: 0 32px;}
.sy-ys-nr .tuwen-top .wen-top img{position: absolute;top: -14px;left: 50%;transform: translateX(-50%);}
.sy-ys-nr .tuwen-top .wen-top .ysimg1{display:block; }
.sy-ys-nr .tuwen-top .wen-top .ysimg2{display:none; }
.sy-ys-nr .tuwen-top:hover .wen-top .ysimg1{display:none; }
.sy-ys-nr .tuwen-top:hover .wen-top .ysimg2{display:block; }
.sy-ys-nr .tuwen-top .wen-top h2{font-size: 20px;font-weight: bold;padding: 24px 0;line-height: 28px;color: #4dab0d;text-align: center;}
.sy-ys-nr .tuwen-top .wen-top p{line-height: 26px;padding-bottom: 20px;min-height: 184px;padding-top: 20px;}
.sy-ys-nr .tuwen-bottom{}
.sy-ys-nr .tuwen-bottom:hover .wen-bottom{ background:#4dab0d; }
.sy-ys-nr .tuwen-bottom .wen-bottom img{position: absolute;bottom: -14px;left: 50%;transform: translateX(-50%);}
.sy-ys-nr .tuwen-bottom:hover .wen-bottom h2{ color:#fff; }
.sy-ys-nr .tuwen-bottom:hover .wen-bottom p{ color:#fff; }
.sy-ys-nr .tuwen-bottom img{}
.sy-ys-nr .tuwen-bottom .wen-bottom .ysimg1{display:block; }
.sy-ys-nr .tuwen-bottom .wen-bottom .ysimg2{display:none; }
.sy-ys-nr .tuwen-bottom:hover .wen-bottom .ysimg1{display:none; }
.sy-ys-nr .tuwen-bottom:hover .wen-bottom .ysimg2{display:block; }
.sy-ys-nr .tuwen-bottom .wen-bottom{position: relative;background: #f5f5f5;padding: 0 32px;}
.sy-ys-nr .tuwen-bottom .wen-bottom h2{font-size: 24px;font-weight: bold;padding: 73px 0;line-height: 42px;color: #4dab0d;}
.sy-ys-nr .tuwen-bottom .wen-bottom p{line-height: 26px;min-height: 184px;padding-bottom: 20px;padding-top: 20px;}
.tutu{ display: inline-block; padding-top: 42px; position: relative; left: 50%; transform: translateX(-50%);}
.tutu img{}

@media(max-width:1500px){
	.sy-ys-nr .tuwen-top .wen-top h2{ padding-top: 40px;}
	.sy-ys-nr .tuwen-top .wen-top p{ min-height: 184px;}
	.sy-ys-nr .tuwen-bottom .wen-bottom h2{ padding-top:40px; }
	.sy-ys-nr .tuwen-bottom .wen-bottom p{}
}

@media(max-width:1367px){
	.sy-ys-nr .tuwen-top .wen-top h2{ padding-top: 48px; font-size: 22px;}
	.sy-ys-nr .tuwen-top .wen-top p{ min-height: 170px;}
	.sy-ys-nr .tuwen-bottom .wen-bottom h2{padding-top: 48px;font-size: 22px;}
	.sy-ys-nr .tuwen-bottom .wen-bottom p{ min-height: 170px;}
}

@media(max-width:769px){
	.youshi .sy-title h2{ font-size: 24px;}
	.sy-ys-nr .tuwen-top .wen-top h2{ padding-top: 60px; padding-bottom: 16px;}
	.sy-ys-nr .tuwen-top .wen-top p{text-align: center; padding: 20px 0;}
	.sy-ys-nr .tuwen-bottom .wen-bottom h2{ padding-top: 60px; padding-bottom: 16px;}
	.sy-ys-nr .tuwen-bottom .wen-bottom p{ text-align: center; padding: 20px 0;}

}

@media(max-width:420px){
	.sy-ys-nr{ padding-top:0; }
	.youshi .sy-title p{ font-size:14px; }
	.sy-ys-nr .tuwen-top .wen-top{padding: 0 20px;}
	.sy-ys-nr .tuwen-bottom .wen-bottom{padding: 0 10px;}
    .sy-ys-nr .tuwen-top{ margin-bottom:10px; }
    .sy-ys-nr .tuwen-bottom{ margin-bottom:10px; }
	.sy-ys-nr .tuwen-bottom .wen-bottom h2{padding-top: 20px;padding-bottom: 10px;font-size: 20px;text-align: center;line-height: 32px;}
	.sy-ys-nr .tuwen-top .wen-top h2{padding-top: 20px;padding-bottom: 10px;font-size: 20px;text-align: center;line-height: 32px;}
	.tutu{ display:none; }
}

/*优势*/
.adv{padding-top: 60px;background: url(../images/adv_top.png) top no-repeat;padding-bottom: 60px;border-bottom: 4px solid #4dab0d;}
.adv .adv_t {text-align: center; }
.adv .adv_t span{  color: #444; background: url(../images/plan_p_bg.png) no-repeat left; padding-left: 18px; }
.adv .adv_t h2{ line-height: 40px; font-size: 36px; color: #444; padding-top: 5px; letter-spacing: 3px; font-weight: bold;}
.adv .adv_t h2 em{ font-weight: bold; color: #0061ae;}
.adv .adv_li_1 .adv_li_img{ padding: 0;}
.adv .adv_li_1{position: relative; overflow: hidden; margin-top: 60px;}
.adv .adv_li_2{position: relative; overflow: hidden; margin-top: 60px;}
.adv .adv_li_1 .adv_li_txt{ padding:60px;  position: absolute; top: 50px; left: 47%; background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom;}
.adv .adv_li_1 .adv_li_txt .adv_li_txt_t p{color: #ff7e00;font-size: 16px;}
.adv .adv_li_1 .adv_li_txt .adv_li_txt_t h3{color: #444;font-size: 26px;line-height: 48px;font-weight: bold;}
.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li1{ background: url(../images/adv_li_txt_t1.png) no-repeat left; padding-left: 80px; margin-bottom: 20px;}
.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li3{ background: url(../images/adv_li_txt_t3.png) no-repeat left; padding-left: 80px; margin-bottom: 20px;}
.adv .adv_li_1 .adv_li_txt_p p{ font-size: 16px; color: #666; line-height: 32px; margin-left: 28px; position: relative; /*white-space: nowrap; overflow: hidden; text-overflow:ellipsis;*/ }
.adv .adv_li_1 .adv_li_txt_p p::before{content:'■';position: absolute;left: -15px;top: -2px;color: #479c0c;}
.adv .adv_li_2 .adv_li_txt{padding:60px;background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom;position: absolute;top: 50px;right: 47%;z-index: 2;}
.adv .adv_li_2 .adv_li_txt .adv_li_txt_t p{ color: #bbb;}
.adv .adv_li_2 .adv_li_txt .adv_li_txt_t h3{color: #444; font-size: 36px; line-height: 48px;}
.adv .adv_li_2 .adv_li_txt .adv_li_txt_t.li2{ background: url(../images/adv_li_txt_t2.png) no-repeat left; padding-left: 80px; margin-bottom: 20px;}
.adv .adv_li_2 .adv_li_txt .adv_li_txt_t.li4{ background: url(../images/adv_li_txt_t4.png) no-repeat left; padding-left: 80px; margin-bottom: 20px;}
.adv .adv_li_2 .adv_li_txt_p p{ font-size: 16px; color: #666; line-height: 32px; margin-left: 28px; position: relative;}
.adv .adv_li_2 .adv_li_txt_p p::before{content:'■';position: absolute;left: -15px;top: -2px;color: #479c0c;}
.adv .adv_li_2 .adv_li_img{ padding: 0; float: right;}
/*优势*/

@media(max-width:1599px){
	.adv .adv_li_1 .adv_li_txt_p p::before{ content:'■'; position: absolute; left: -15px; top:-2px; color: #0061ae; }
	.adv .adv_li_1{position: relative; overflow: hidden; margin-top: 40px;}
	.adv .adv_li_1 .adv_li_txt{ padding:20px;  position: absolute; top: 30px; left: 47%; background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom;}
	.adv .adv_li_1 .adv_li_txt_p p{ font-size: 15px; color: #666; line-height: 28px; margin-left: 28px; position: relative;}
	.adv .adv_li_2 .adv_li_txt{ padding:20px; background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom; position: absolute; top: 30px; right: 47%; z-images: 2;}
	.adv .adv_li_2 .adv_li_txt_p p::before{ content:'■'; position: absolute; left: -15px; top: -2px; color: #0061ae; }
	.adv .adv_li_1{position: relative; overflow: hidden; margin-top: 40px;}
	.adv .adv_li_2{position: relative; overflow: hidden; margin-top: 40px;}
}

@media(max-width:1199px){
	.adv .adv_li_1 .adv_li_txt{ padding:20px;  position: absolute; top: 10px; left: 47%; background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom;}
	.adv .adv_li_2 .adv_li_txt{ padding:20px; background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom; position: absolute; top: 10px; right: 47%; z-images: 2;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t h3{color: #444; font-size: 24px; line-height:36px;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li1{ background: url(../images/adv_li_txt_t1.png) no-repeat left; padding-left: 60px; margin-bottom: 8px; background-size: 48px;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li3{ background: url(../images/adv_li_txt_t3.png) no-repeat left; padding-left: 60px; margin-bottom: 8px; background-size: 48px;}
	.adv .adv_li_2 .adv_li_txt .adv_li_txt_t.li2{ background: url(../images/adv_li_txt_t2.png) no-repeat left; padding-left: 60px; margin-bottom: 8px; background-size: 48px;}
	.adv .adv_li_2 .adv_li_txt .adv_li_txt_t.li4{ background: url(../images/adv_li_txt_t4.png) no-repeat left; padding-left: 60px; margin-bottom: 8px; background-size: 48px;}
	.adv .adv_li_1 .adv_li_txt_p p{ font-size: 13px; color: #666; line-height: 28px; margin-left: 28px; position: relative;}
	.adv .adv_li_2 .adv_li_txt .adv_li_txt_t h3{color: #444; font-size: 24px; line-height: 36px;}
	.adv .adv_li_2 .adv_li_txt_p p{ font-size: 14px; color: #666; line-height: 32px; margin-left: 28px; position: relative;}

}

@media(max-width:991px){
	.adv .adv_li_1 .adv_li_txt{ padding:10px;  position: absolute; top: 4px; left: 47%; background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t h3{color: #444; font-size: 18px; line-height:24px;}
	.adv .adv_li_2 .adv_li_txt .adv_li_txt_t h3{color: #444; font-size: 18px; line-height:24px;}
	.adv .adv_li_1 .adv_li_txt_p p{ font-size: 13px; color: #666; line-height: 24px; margin-left: 28px; position: relative;}
	.adv .adv_li_2 .adv_li_txt_p p{ font-size: 13px; color: #666; line-height: 24px; margin-left: 28px; position: relative;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li1{ background: url(../images/adv_li_txt_t1.png) no-repeat left; padding-left: 36px; margin-bottom: 8px; background-size: 30px;}
	.adv .adv_li_2 .adv_li_txt .adv_li_txt_t.li2{ background: url(../images/adv_li_txt_t2.png) no-repeat left; padding-left: 36px; margin-bottom: 8px; background-size: 30px;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li3{ background: url(../images/adv_li_txt_t3.png) no-repeat left; padding-left: 36px; margin-bottom: 8px; background-size: 30px;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li4{ background: url(../images/adv_li_txt_t4.png) no-repeat left; padding-left: 36px; margin-bottom: 8px; background-size: 30px;}
	.adv .adv_li_2 .adv_li_txt{ padding:10px; background: url(../images/adv_li_bg.png) #f5f5f5 no-repeat right bottom; position: absolute; top: 4px; left: 3%; z-images: 2;}
}


@media(max-width:767px){
	.adv .adv_t h2{ line-height: 40px; font-size: 20px; color: #444; padding-top: 5px; letter-spacing: 3px; font-weight: bold;}
	.adv .adv_li_1{position: relative; overflow: hidden; margin-top: 20px;}
	.adv .adv_li_2{position: relative; overflow: hidden; margin-top: 20px;}
	.adv .adv_li_1 .adv_li_txt{ padding: 15px; position:static;}
	.adv .adv_li_2 .adv_li_txt{ padding: 15px; position:static;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li2{ background: url(../images/adv_li_txt_t2.png) no-repeat left; padding-left: 36px; margin-bottom: 8px; background-size: 30px;}
	.adv .adv_li_1 .adv_li_txt .adv_li_txt_t.li4{ background: url(../images/adv_li_txt_t4.png) no-repeat left; padding-left: 36px; margin-bottom: 8px; background-size: 30px;}
}


.pro_x{ display: inline-block; width: 100%; border-radius: 32px; /* overflow: hidden; */ padding-top: 20px;}
.pro_x ul{}
.pro_x li{ float: left; width: 24%; text-align: center; background: #f5f5f5; margin-right: 1%;}
.pro_x li:hover{ background:#ff7800; }
.pro_x li:hover a{ color:#fff; }
.pro_x .pro_xs{}
.pro_x li a{ font-size: 20px; line-height: 72px;}

.pro_x li:nth-child(4n) { margin-right: 0;}
.pcnone{ display:none; }

@media(max-width:767px){
	.pro_x{}
	.pro_x ul{}
	.pro_x li{ width: 48%;}
	.pro_x .pro_xs{ margin: 1%; min-height: 52px;}
	.pro_x li a{ line-height: 24px; font-size: 16px;}
	.pcnone{display: block;}
	.pcnone img{ width:100% }
}


/*栏目3*/
#sy-zlsp{}
.zlsp{background: url(../images/sy-beijing1.jpg) center no-repeat;height: 100%;padding: 50px 0;}
.zlsp .sy-title{ text-align: center; padding-bottom: 20px;}
.zlsp .sy-title i{ width: 52px; height: 5px; background: #c00; display: inline-block;}
.zlsp .sy-title h2{font-size: 40px;font-weight: bold;padding-bottom: 10px;padding-top: 10px;color: #fff;}
.zlsp .sy-title p{font-size: 16px;color: #fff;}

.sy-zlsp-nr .owl-nav .owl-prev{ background: url(../images/zl-left.png) no-repeat; width: 36px;}
.sy-zlsp-nr .owl-nav .owl-next{ background: url(../images/zl-right.png) no-repeat; width: 36px;}

.sy-zlsp-nr{padding-top: 33px;position: relative;overflow: hidden;padding: 0 5%;}
.sy-zlsp-nr .ss1{background: url(../images/ss1.png) #ccc center 264px no-repeat;}
.sy-zlsp-nr .ss1:hover{background: url(../images/ss1-1.png) #ff7800 center 264px no-repeat;}
.sy-zlsp-nr .ss2{background: url(../images/ss2.png) #cccccc center 264px no-repeat;}
.sy-zlsp-nr .ss2:hover{background: url(../images/ss2-2.png) #ff7800 center 264px no-repeat;}
.sy-zlsp-nr .ss3{background: url(../images/ss3.png) #cccccc center 264px no-repeat;}
.sy-zlsp-nr .ss3:hover{background: url(../images/ss3-3.png) #ff7800 center 264px no-repeat;}
.sy-zlsp-nr .ss4{background: url(../images/ss4.png) #cccccc center 264px no-repeat;}
.sy-zlsp-nr .ss4:hover{background: url(../images/ss4-4.png) #ff7800 center 264px no-repeat;}
.sy-zlsp-nr .ss5{background: url(../images/ss5.png) #cccccc center 264px no-repeat;}
.sy-zlsp-nr .ss5:hover{background: url(../images/ss5-5.png) #ff7800 center 264px no-repeat;}
.sy-zlsp-nr .ss6{background: url(../images/ss6.png) #cccccc center 264px no-repeat;}
.sy-zlsp-nr .ss6:hover{background: url(../images/ss6-6.png) #ff7800 center 264px no-repeat;}


.sy-zlsp-nr ul{}
.sy-zlsp-nr ul li{text-align: center;background: #666;border-radius: 8px;}
.sy-zlsp-nr ul li:hover{}
.sy-zlsp-nr ul li h2{ color: #fff; padding: 24px 0; font-size: 24px;}
.sy-zlsp-nr ul li i{ width: 32px; height: 1px; display: inline-block; background: #fff;}
.sy-zlsp-nr ul li p{color: #fff;padding: 24px 10px;font-size: 16px;}
.owl-nav{ display: block !important;}
.owl-nav .owl-prev{position: absolute;left: -4%;top: 43%;background: url(../images/index_left.png) no-repeat;width: 30px;height: 42px;}
.owl-nav .fa-chevron-left:before{ content: "";}
.owl-nav .fa-chevron-right:before { content: "";}
.owl-nav .owl-prev i{}
.owl-nav .owl-next{position: absolute;right: -4%;top: 44%;background: url(../images/index_right.png) no-repeat;width: 30px;height: 42px;}
.owl-nav .owl-next i{}

.m-zy{ display:none; }
.m-zy a{ height: 28px; display: inline-block; margin: 6px 0;}
.m-zy a i{}
.m-zy a span{ line-height: 28px;}

@media(max-width:769px){
.owl-nav .owl-prev{left:0;font-size: 0px;}
.owl-nav .owl-next{right:0;font-size: 0px;}
}
@media(max-width:420px){
	.m-zy{display: block;padding-top: 8px;}
	.sy-zlsp-nr{ padding-top:10px; }
	.zlsp .sy-title h2{ font-size:24px; }
	.zlsp .sy-title p{ font-size:15px; }
	.sy-zlsp-nr ul li p{ padding:20px 60px; }
}

.owl-item{ float:left; }

img{
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}