@charset "utf-8";
/* CSS Document */
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}
/* .Header::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;opacity: 0;transition: all .4s ease;} */
.Header-logo{float: left;width:250px;height:62px;display: flex;align-items: center;position: relative;z-index: 999; margin:10px 0px;}
.Header-logo img{max-width: 100%;}
.Header-logo img.s{display: none;}
.Header-lang{float: right;position: relative;z-index: 999;margin-right: 32px;}
.Header-lang-menu{display: flex;align-items: center;height: 82px;color: #666;transition: color .4s ease;}
.Header-lang-menu span{font-size: 16px;font-family: Arial;}
/*.Header-lang-menu i{font-size: 22px;margin-right: 4px;}
*/.Header-lang.active .Header-lang-menu{color: #19853b;}
/* 多个语言 Header-lang-more添加class="hasIcon" 就会启用图标 */
.Header-lang-more{display: none;z-index: 9;width: 140px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top:calc(100% - 4px);left: 50%;margin-left: -70px;border-top:4px solid #19853b;border-radius:5px 5px 0 0;transition: top .4s ease;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #19853b transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: flex;font-size: 16px;color: #666;justify-content: center;padding: 10px 0;transition: all .4s ease;}
.Header-lang-more.hasIcon a span{background-repeat: no-repeat;background-position: left center;padding-left: 28px;min-width: 60px;}
.Header-lang-more.hasIcon a.cn span{background-image: url('../images/icon-cn.png');}
.Header-lang-more.hasIcon a.tw span{background-image: url('../images/common/icon-tw.png');}
.Header-lang-more.hasIcon a.en span{background-image: url('../images/icon-en.png');}
.Header-lang-more.hasIcon a.en2 span{background-image: url('../images/common/icon-mg.png');}
.Header-lang-more.hasIcon a.de span{background-image: url('../images/common/icon-de.png');}
.Header-lang-more.hasIcon a.br span{background-image: url('../images/common/icon-br.png');}
.Header-lang-more.hasIcon a.es span{background-image: url('../images/common/icon-es.png');}
.Header-lang-more.hasIcon a.fr span{background-image: url('../images/common/icon-fr.png');}
.Header-lang-more.hasIcon a.jp span{background-image: url('../images/common/icon-jp.png');}
.Header-lang-more.hasIcon a.ru span{background-image: url('../images/common/icon-ru.png');}
.Header-lang-more.hasIcon a.ita span{background-image: url('../images/common/icon-ita.png');}
.Header-lang-more.hasIcon a.kr span{background-image: url('../images/common/icon-kr.png');}
.Header-lang-more a:hover {color: #fff;background: #19853b;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}
.Header-lang-menu span {position: relative;justify-content: center;align-items: center;}
.Header-lang-menu span img{transition: all .4s ease;height: 24px; }
/* .Header-lang-menu span img:nth-child(1){opacity: 0;position: absolute;}
.Header-lang-menu span img:nth-child(2){opacity: 1;} */
.Header-search{float: right; margin-right:20px;}
.Header-search-click{width: 40px;height: 82px;color: #666;font-size: 20px;cursor: pointer;z-index: 999;transition: color .4s ease;display: flex;align-items: center;justify-content: center;position: relative;}
.Header-search-click::after{content: "\e6a6";font-family: "icon";}
.Header-search-click.active::after{content: "\e903";font-size: 17px;}
.Header-search-click:hover{color: #19853b !important;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 82px;align-items: center;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 0px; background:#fff; margin:0 auto;}
.Header-search-item.active{display: flex;justify-content: space-evenly;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #666;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;font-size: 20px;color: #666;background: transparent;cursor: pointer;margin-right: 0;}
.Header-search-item button::after{content: "\e6a6";font-family: "icon";}
body.bodySearch .Header-navbar{visibility: hidden;opacity: 0;}
.Header-navbar{float: right;margin-right:10%;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar>ul>li{float: left;margin: 0 29px;position: relative;z-index: 9;}
.Header-navbar>ul>li:last-child{margin-right: 0;}
.Header-navbar>ul>li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 82px;display: flex;align-items: center;font-size: 16px;color: #666;transition: color .4s ease;}
.Header-navbar>ul>li:hover .Header-menu, .Header-navbar>ul>li.active .Header-menu{color: #19853b;}
.Header-arrow{display: none;}
.Header-drop{padding: 12px 0; display: none;position: absolute;background: rgba(255, 255, 255, 1);left: 50%;width: 134px;margin-left: -67px;top:calc(100% - 0px);min-width:100%;border-radius:0 0 10px 10px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);transition: top .4s ease;}
.Header-drop-menu{display: flex;width: 100%;position: relative;}
.Header-drop-menu>a{display: flex;width: 100%;height: auto;font-size: 15px;line-height: 24px;padding: 5px 4px;text-align: center;color: #666;align-items: center;justify-content: center;transition: all .4s ease;}
.Header-drop-menu.active, .Header-drop-menu>a:hover{color: #19853b;}
.Header-navbar>ul>li::before{content: "";position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);width: 15px;height: 7px;opacity: 0;transition: all .4s ease;}
.Header-navbar>ul>li.active::before{opacity: 1;}
/* 解决方案下拉 */
.Header-navbar>ul>li.sol .Header-drop,.Header-navbar>ul>li.pro .Header-drop{position: fixed;left: 0;top: 82px;width: 100%;z-index: 99999;padding: 55px 0;max-width: unset;margin: 0;border-radius: 0;width:100%;max-width:1280px;}
.HeaderSol .contain{ width:100%; max-width:1280px; margin:0 auto;}
.HeaderSol-swp{padding: 0 60px;}
.HeaderSol-slide .img img{width: 100%;height: 210px;}
.HeaderSol-slide .title{margin-top: 15px;}
.HeaderSol-slide:hover .img img{transform: scale(1.1);}
.HeaderSol-slide:hover .title{color: #19853b;}
.HeaderSol-btn{position: absolute;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;user-select: none;cursor: pointer;font-weight: 700;color: #b9b9b9;}
.HeaderSol-btn.prev{left: 0;}
.HeaderSol-btn.next{right: 0;transform: translateY(-50%) rotate(180deg);}
.HeaderSol-btn:hover{color: #19853b;}
/* 产品下拉 */
.Header-navbar>ul>li.pro .Header-drop{padding: 0;}
.HeaderPro-left{width: 30%;background: #f6f6f6;justify-content: flex-end;}
.HeaderPro-left-con{width: 280px;}
.HeaderPro-label,.HeaderPro-nav-item{align-items: center;height: 56px;position: relative;margin-top: 15px;transition: all .4s ease;}
.HeaderPro-label{margin-top: 0;}
.HeaderPro-label i,.HeaderPro-nav-item i{width: 90px;display: flex;align-items: center;justify-content: center;height: 22px;}
.HeaderPro-label i img,.HeaderPro-nav-item i img{max-height: 100%;}
.HeaderPro-label span,.HeaderPro-nav-item span{display: block;width: calc(100% - 90px);}
.HeaderPro-nav-item::after{content: "";opacity: 0; position: absolute;left: 0;top: 0;width: 3px;height: 100%;background: #f5c339;}
.HeaderPro-nav-item.active{background: #fff;}
.HeaderPro-nav-item.active::after{opacity: 1;}
.HeaderPro-right{width: 48%;align-items: center;margin-left: 75px;}
.HeaderPro-swp{display: none; width: 100%;}
.HeaderPro-swp:first-child{display: block;}
.HeaderPro-slide{border-left: 1px solid #f0f0f0;}
.swiper-slide:first-child .HeaderPro-slide{border: unset;}
.HeaderPro-slide .img{height: 220px;}
.HeaderPro-slide .img img{max-height: 90%;max-width: 80%;}
.HeaderPro-slide:hover .img img{transform: scale(1.08);}
.HeaderPro-slide:hover .title{color: #19853b;}
.HeaderPro-btn{position: absolute;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;user-select: none;cursor: pointer;font-weight: 700;color: #b9b9b9;}
.HeaderPro-btn.prev{left: -30px;}
.HeaderPro-btn.next{right: -30px;transform: translateY(-50%) rotate(180deg);}
.HeaderPro-btn:hover{color: #19853b;}
/* 如果需要透明：页面body添加class="Lucency noGap"，样式修改 */
@media all and (min-width:1100px) {
    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}
    .Lucency .Header{background: transparent;box-shadow: none;}
    .Lucency .Header::after{background: rgba(255, 255, 255, 0.2);opacity: 1;}
    .Lucency .Header-menu{color: #fff;}
    .Lucency .Header-lang-menu{color: #fff;}
    .Lucency .Header-search-click{color: #fff;}
    .Lucency .Header-lang-menu span img:nth-child(1){display:block;}
    .Lucency .Header-lang-menu span img:nth-child(2){opacity: 0; display:none;}
    .Lucency .Header-navbar>ul>li:hover .Header-menu,.Lucency .Header-navbar>ul>li.active .Header-menu{color: #fff;}
    .Lucency .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-icon.png) center no-repeat;}
    .bodyMouse .Header, .bodySearch .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .bodyMouse .Header-menu, .bodySearch .Header-menu{color: #666;}
    .bodyMouse .Header::after, .bodySearch .Header::after{background: rgba(0, 0, 0, 0.1);opacity: 0;}
    .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s{opacity: 0;}
    .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h{opacity: 1;}
    .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu{color: #666;}
    .bodyMouse .Header-search-click, .bodySearch .Header-search-click{color: #666;}
    .bodyMouse .Header-navbar>ul>li:hover .Header-menu,.bodyMouse .Header-navbar>ul>li.active .Header-menu{color: #19853b;}
    .bodySearch .Header-navbar>ul>li:hover .Header-menu,.bodySearch .Header-navbar>ul>li.active .Header-menu{color: #19853b;}
    /*.bodyMouse .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}
    .bodySearch .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}*/
    /* .bodyMouse .Header-lang-menu span img:nth-child(1),.bodySearch .Header-lang-menu span img:nth-child(1){opacity: 1;}
    .bodyMouse .Header-lang-menu span img:nth-child(2),.bodySearch .Header-lang-menu span img:nth-child(2){opacity: 0;} */
    .noGap .Header-logo img{position: absolute;transition: opacity .4s ease;top: 0;bottom: 0;margin: auto 0;}
    .noGap .Container{margin-top: 0;}
    .noGap .Header-logo img.s{display: block;}
	.bodyMouse .Header-lang-menu img.black {opacity: 1 !important;display: block !important; }
	.bodyMouse .Header-lang-menu img.white {display: none !important;}
	
	.bodyMouse .Header-btn .Header-btn-black {opacity: 1 !important;display: block !important; }
	.bodyMouse .Header-btn .Header-btn-white {display: none !important;}
	
	.bodyMouse .Header-btn2-black {opacity: 1 !important;display: block !important; }
	.bodyMouse .Header-btn2-white {display: none !important;}
}
.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #666;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}


/* 如果需要透明：页面body添加class="Lucency noGap"，样式修改 */
@media all and (min-width:1100px) {
    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}
    .Lucency .Header{background: transparent;box-shadow: none;}
    .Lucency .Header::after{background: rgba(255, 255, 255, 0.2);opacity: 1;}
    .Lucency .Header-menu{color: #fff;}
    .Lucency .Header-lang-menu{color: #fff;}
    .Lucency .Header-search-click{color: #fff;}
    .Lucency .Header-lang-menu span img:nth-child(1){ display:block;}
    .Lucency .Header-lang-menu span img:nth-child(2){display:none;}
	
	.Lucency .Header-lang-menu span:hover img:nth-child(1){display:none;}
    .Lucency .Header-lang-menu span:hover img:nth-child(2){display:block;}
	
	.Header-lang-menu .white{display:none !important;}
	.Header-lang-menu .black{display:block !important;}
	.Lucency .Header-lang-menu .white{display:block !important;}
	.Lucency .Header-lang-menu .black{display:none !important;}
	
	.Header-btn-white , .Header-btn2-white{display:none !important;}
	.Header-btn-black , .Header-btn2-black{display:block !important;}
	
	
	.Lucency .Header-btn-white , .Lucency .Header-btn2-white{display:block !important;}
	.Lucency .Header-btn-black , .Lucency .Header-btn2-black{display:none !important;}
	.Lucency .Header .active .Header-btn2-white{    display: none !important;}
	.Lucency .Header .active .Header-btn2-black{    display: block !important;}
	
	
    .Lucency .Header-navbar>ul>li:hover .Header-menu,.Lucency .Header-navbar>ul>li.active .Header-menu{color: #fff;}
    /*.Lucency .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-icon.png) center no-repeat;}*/
    .bodyMouse .Header, .bodySearch .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .bodyMouse .Header-menu, .bodySearch .Header-menu{color: #666;}
    .bodyMouse .Header::after, .bodySearch .Header::after{background: rgba(0, 0, 0, 0.1);opacity: 0;}
    .bodyMouse .Header-logo img.s, .bodySearch .Header-logo img.s{opacity: 0;}
    .bodyMouse .Header-logo img.h, .bodySearch .Header-logo img.h{opacity: 1;}
    .bodyMouse .Header-lang-menu, .bodySearch .Header-lang-menu{color: #666;}
    .bodyMouse .Header-search-click, .bodySearch .Header-search-click{color: #666;}
    .bodyMouse .Header-navbar>ul>li:hover .Header-menu,.bodyMouse .Header-navbar>ul>li.active .Header-menu{color: #19853b;}
    .bodySearch .Header-navbar>ul>li:hover .Header-menu,.bodySearch .Header-navbar>ul>li.active .Header-menu{color: #19853b;}
    .bodyMouse .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}
    .bodySearch .Header-navbar>ul>li::before{background: url(../images/common/Header-menu-iconH.png) center no-repeat;}
    /* .bodyMouse .Header-lang-menu span img:nth-child(1),.bodySearch .Header-lang-menu span img:nth-child(1){opacity: 1;}
    .bodyMouse .Header-lang-menu span img:nth-child(2),.bodySearch .Header-lang-menu span img:nth-child(2){opacity: 0;} */
    .noGap .Header-logo img{position: absolute;transition: opacity .4s ease;top: 0;bottom: 0;margin: auto 0;}
    .noGap .Container{margin-top: 0;}
    .noGap .Header-logo img.s{display: block;}
}

.Header-btn{height: 82px;float: right;display: flex;align-items: center;margin-right:40px;}
.Header-btn-menu{display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px;font-weight:bold;}
.Header-btn a{ font-weight:bold;min-width:24px; min-height:24px; display:block;}
.Header-btn-white{ background:url(../images/icon1W.png) left center no-repeat; background-size:24px 24px;display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px; }
.Header-btn-white span{ color:#fff;}
.Header-btn-black{ background:url(../images/icon1B.png) left center no-repeat; background-size:24px 24px;display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px; }

.Header-btn2-white{ background:url(../images/lang.gif) left center no-repeat; background-size:24px 24px;display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px; color:#fff; font-style:normal; font-weight:bold;}

.Header-btn2-black{ background:url(../images/langH.gif) left center no-repeat; background-size:24px 24px;display: flex;justify-content: center;align-items: center;transition: all .4s ease; padding-left:30px; font-style:normal; font-weight:bold;}




.Header > .contain{width: 100%;padding: 0px 135px;}
.ny-banner > .contain{width: 100%;padding: 0px 135px;}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .contain{width: 1280px;}
    .Header > .contain {width: 100%;padding: 0px 40px;}
	.ny-banner > .contain{width:100%;padding: 0px 40px;}
    .Footer-address li {margin-right: 10px;}
    .Header-navbar>ul>li {margin: 0 20px;}
    .Footer-copyright {padding: 30px 0px;}
    .Footer-items {padding: 70px 0px 70px 0px;}
    .HeaderSol-slide .img img{height: 185px;}
    .HeaderPro-label, .HeaderPro-nav-item{height: 50px;}
    .HeaderPro-nav-item{margin-top: 10px;}
    .HeaderPro-label i, .HeaderPro-nav-item i{width: 70px;height: 20px;}
    .HeaderPro-left-con{width: 250px;}
    .HeaderPro-right{margin-left: 50px;width: 60%;}
    .HeaderPro-slide .img{height: 200px;}

}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .contain{width: 880px;}
    .Header-navbar {margin-right:1%;}
    .Header-navbar>ul>li {margin: 0 15px;}
    .Header-lang {margin-right: 30px;}
    .Header-btn-menu {width: 100px;height: 40px;border-radius: 20px;}
    .HeaderSol-slide .img img{height: 125px;}
}
/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    body.bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain{width: 92%;}
    .Container{margin-top: 60px;}
    .Header .contain{width: 100%; padding:0px 0px;}
	.ny-banner  .contain{width: 100%;}
	
    .Header::after{opacity: 1;}
    .Header-logo, .Header-search-click, .Header-lang-menu,.Header-btn{height: 60px;}
    .Header-logo{margin-left: 4%;width: 150px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang.active .Header-lang-menu {color: #666;}
	
    .Header-lang-more{width: 120px;margin-left: -60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-search-click:hover{color: #666 !important;}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #19853b;z-index: 2;color: #fff;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar>ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;}
    .Header-arrow{display: block;width: 44px;height: 44px;line-height: 44px;transform: rotate(180deg);font-size: 18px;font-style: normal;color: #666;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e727";font-family: "icon";}
    .Header-arrow.active{transform: rotate(0);}
    .Header-navbar>ul>li:hover .Header-menu{color: #666;}
    .Header-navbar>ul>li.active .Header-menu{color: #19853b;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;border-radius: 0;border: none;background: #f9f9f9;backdrop-filter: inherit;box-shadow: none;}
    .Header-drop::before{display: none;}
    .Header-drop-menu>a{justify-content: flex-start;padding: 6px 4%;font-size: 13px;}
    .Header-navbar>ul>li.sol .Header-drop, .Header-navbar>ul>li.pro .Header-drop{position: relative;left: auto;top: auto;}
    .Header-navbar>ul>li.sol .Header-drop{padding: 20px 4%;}
    .Header-navbar>ul>li.pro .Header-drop{padding: 10px 4%;}
    .HeaderSol-swp{padding: 0 20px;}
    .HeaderSol-slide .img img{height: 110px;}
    .HeaderSol-btn{width: auto;height: auto;font-size: 12px;}
    .HeaderSol-btn.prev{left: -5px;}
    .HeaderSol-btn.next{right: -5px;}
    .HeaderPro-right{display: none;}
    .HeaderPro-left{width: 100%;padding: 0;}
    .HeaderPro-left-con{width: 100%;}
    .HeaderPro-nav-item{margin-top: 0;height: auto;padding: 6px 0;font-size: 13px;}
    .HeaderPro-label i, .HeaderPro-nav-item i{display: none;}
    .HeaderPro-nav-item::after,.HeaderPro-label{display: none;}
    .HeaderPro-label span, .HeaderPro-nav-item span{width: 100%;}
    .HeaderPro-nav-item.active{background: transparent;}


}


/* ===================首页样式========================== */
.Banner-lun > img{width: 100%;height: 100vh;}
.Banner-lun .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.Banner-page {position: absolute;width: 100%;left: 0px;bottom: 80px;z-index: 10;}
.Banner .swiper-pagination {display: flex;align-items: center; text-align:center;}
.Banner .swiper-container{ text-align:center;}
/* .Banner .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0px 10px;background: #fff;opacity: 1;transition: all .4s ease;position: relative;}
.Banner .swiper-pagination-bullet-active {background: transparent;}
.Banner .swiper-pagination-bullet::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0px;height: 0px;border-radius: 100px;border: 3px solid #f5c339;opacity: 0;transition: all .4s ease;}
.Banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {opacity: 1;width: 20px;height: 20px;} */
.banner-pagination{ text-align:center;}
.banner-pagination .swiper-pagination-bullet{width: 16px;height: 16px;background: #fff;opacity: 1;position: relative;margin: 0 12px !important;transition: all .4s ease;}
.banner-pagination .swiper-pagination-bullet i{position: absolute;width: 20px;height: 20px;margin: -10px 0 0 -10px;top: 50%;left: 50%;opacity: 0;transition: all .4s ease;border-radius: 50%;border: 2px solid rgba(255, 255, 255, .5);}
.banner-pagination .swiper-pagination-bullet svg{position: absolute;z-index: 2;left: 50%;top: 50%;margin: -10px 0 0 -10px;width: 20px;height: 20px;transform: rotate(-90deg);opacity: 0;transition: all .4s ease;}
.banner-pagination .swiper-pagination-bullet svg circle{stroke-dasharray:100,100;stroke-dashoffset:100;}
.banner-pagination .swiper-pagination-bullet-active{background:#19853b;}
.banner-pagination .swiper-pagination-bullet-active i{opacity: 1;}
.banner-pagination .swiper-pagination-bullet-active svg{opacity: 1;}
.banner-pagination .swiper-pagination-bullet-active svg circle{animation: bulletRun 5s linear both;}
.banner-pagination .swiper-pagination-bullet-active.oneBullet svg circle{animation: bulletRun 4s linear both;}
@keyframes bulletRun{0%{stroke-dashoffset:100;}100%{stroke-dashoffset:0;}}


.title1{ width:100%;}
.title1 img{}
.title1 h1{color: #333333;margin-top: -25px; font-weight:normal;}


.div1{ width:100%; max-width:1280px; margin:40px auto;}
.div1 .fl{ width:50%; float:left;}

.div1 .fl .div1Box h1 {color: #333333; font-weight: bold;margin-top:25px;}

.div1 .fl .div1Box p{line-height:28px;color: #666666;font-size:15px;margin-top:20px;}
.div1 .fl  .inprodvbtright{margin-top:20px;}

.inprodvbtright a{display: flex;width:153px;height:48px;padding: 5px;border-radius:48px;background-image: linear-gradient(to right, #19853b , #c4d020);justify-content: space-between;align-items: center;}
.inprodvbtright a span{margin-left:15px;color: #ffffff;font-size:16px;transition: all .5s;}

.inprodvbtright a .icon{display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;border-radius: 50%;color: #fff;font-size:20px;margin-right: 0px;transition: all .5s; transform:translateY(0%) rotate(180deg)}
.inprodvbtright a:hover span{margin-left:20px;}
.inprodvbtright a:hover .icon{margin-right:5px;}

.div1 .fr{ width:43%; float:right;}
.div1 .fr img{ width:100%;}


.div2{ width:100%; background:url(../images/solutionBg.png) top center no-repeat; padding:80px 0px;}
.jjfa{ width:100%; margin:0 auto;padding-left:16%;}
.jjfa .fl{width: 35%;padding-right: 5%; float:left; position:relative;}
.jjfa .fl .flTxt{ width:100%; margin-top:100px;}

.jjfa .fl .prev , .jjfa .fl .next{ width:40px; height:40px; line-height:40px; border-radius:5px; color:#fff; margin-right:10px; float:left; margin-top:30%;}
.jjfa .fl .prev { background:#19853b;}
.jjfa .fl .next{ background:#c4d020;transform: translateY(0%) rotate(180deg);}

.jjfa .fr{ width:65%; float:right; overflow:hidden; position:relative;}
.jjfa .fr .swiper .swiper-slide{ width:33.3333%;}
.jjfa .fr .swiper .swiper-slide a {position: relative;overflow: hidden; width:95%; margin:0px 2.5%; display:block;}
.jjfa .fr .swiper .swiper-slide a .de_bk {width: 100%;border-radius:20px;}
.jjfa .fr .swiper .swiper-slide a .de_bk img {width: 100%;border-radius: 20px;}
.jjfa .fr .swiper .swiper-slide a .de_post {transition: 0.8s;z-index: 1;position: absolute;width: 100%;height: 100%;top: 0;left: 0;border-radius:20px;}
.jjfa .fr .swiper .swiper-slide a .de_post > div {width: 100%;height: 100%;text-align: center;padding:48px 20px 42px;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .svg { width:100%; float:left;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .svg img {height:154px; margin:0 auto;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .cen {transition: 0.6s;opacity: 0;margin:20px 0; width:100%; float:left;flex: 1;color: #fff;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .cen .desc {margin-top:20px;line-height:30px;height:120px;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .cen .desc::-webkit-scrollbar {width: 2px;height: 2px;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .cen .desc::-webkit-scrollbar-thumb {background: #ffffff;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .cen .desc::-webkit-scrollbar-track {background: rgba(255, 255, 255, 0.5);}
.jjfa .fr .swiper .swiper-slide a .de_post > div .bot {position: relative;color: #fff;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .bot .w1 {opacity: 0.8;transition: 0.6s;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .bot .w2 {opacity: 0;transition: 0.6s;position: absolute;top:96%;left: 50%;transform: translate(-50%, -50%);display: flex;align-items: center;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .bot .w2 span {font-family: MontserratBold;text-transform: uppercase;}
.jjfa .fr .swiper .swiper-slide a .de_post > div .bot .w2 i {font-size: 0.6em;font-weight: bold;margin-left:6px;transform: translateY(0%) rotate(180deg);}
.jjfa .fr .swiper .swiper-slide a:hover .de_post {background: linear-gradient(to right, rgba(25, 133, 59, 0.9), rgba(196, 208, 32, 0.9));}
.jjfa .fr .swiper .swiper-slide a:hover .de_post > div .cen {opacity: 1;}
.jjfa .fr .swiper .swiper-slide a:hover .de_post > div .bot .w1 {opacity: 0;}
.jjfa .fr .swiper .swiper-slide a:hover .de_post > div .bot .w2 { opacity: 1;}


.div3{ width:100%; max-width:1280px; margin:50px auto;}
.div3 .title1{ width:100%; text-align:center;}
.div3 .title1 img{ margin:0 auto;}


.xpzxdvlist{width:100%;margin-top: 60px;}
.xpzxdvlist ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.xpzxdvlist ul li{padding:30px 25px;width:23%;background-color: #f2f2f2;margin: 15px 0px;}
.xpzxdvlist ul li h1{line-height: 35px;color: #404040;font-weight: bold;height: 35px;width: 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 18px;transition: all .5s;}
.xpzxdvlist ul li:hover h1{color: #19853b;}
.xpzxdvlist ul li p{line-height: 25px;height: 50px;font-size: 14px;color: #808080;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.xpzxdvlist ul li div{width: 100%;overflow: hidden;position: relative;margin-top: 15px; background:#fff;}
.xpzxdvlist ul li div img{width: 100%;display: block;transition: all .5s;}
.xpzxdvlist ul li:hover div img{transform: scale(1.05);}
.xpzxdvlist ul li div span{display: block;width: 100%;height: 0%;background-image: linear-gradient(to right, rgba(25,133,59,0.8) , rgba(196,208,32,0.8));position: absolute;top: 0;left: 0;overflow: hidden;transition: all .5s;display: flex;justify-content: center;align-items: center;}
.xpzxdvlist ul li div span img{display: block;width: 80px;}
.xpzxdvlist ul li h2{width: 202px;height: 40px;background-image: linear-gradient(to right, rgba(25,133,59,1) , rgba(196,208,32,1));margin: 0 auto;margin-top: 20px;border-radius: 50px;display: flex;justify-content: space-around;align-items: center;position: relative;}

.xpzxdvlist ul li h2::after{content: "";position: absolute;top: 1px;left: 1px;width: 200px;height: 38px;background-color: #fff;border-radius: 50px;z-index: 2;transition: all .5s;}
.xpzxdvlist ul li:hover div span{height: 100%;}
.xpzxdvlist ul li h2 i{color: #19853b;font-size: 14px;position: relative;z-index: 3;transition: all .5s; font-style:normal;}
.xpzxdvlist ul li h2 .icon{color: #19853b;font-size:20px;transition:all .5s; transform:translateY(0%) rotate(180deg);position:relative;z-index:3;transition: all .5s;}
.xpzxdvlist ul li:hover h2 .icon{ color:#fff}
.xpzxdvlist ul li:hover h2::after{background-color: transparent;}
.xpzxdvlist ul li:hover h2 iconpark-icon,.xpzxdvlist ul li:hover h2 i{color: #fff;}

.div3 .inprodvbtright{ margin:30px 0px;}
.div3 .inprodvbtright a{ display:flex; margin:0 auto;}

.div4{ width:100%; background:#ebf1f9; padding:40px 0px;}
.div4 .title1{ width:100%; text-align:center; margin:60px 0px;}
.div4 .title1 img{ margin:0 auto;}

.div4Box{ width:100%; max-width:1280px;margin:30px auto;}
.div4Box ul li{ width:33.3333%; float:left;display:block; position:relative; height:264px; }
.div4Box ul li .liImg{ width:100%;position:absolute; overflow:hidden; z-index:2;}
.div4Box ul li .liImg img{-webkit-transition: all 0.8s;transition: all 0.8s; width:100%;}
.div4Box ul li:hover .liImg img{transform: scale(1.1);}
.div4Box ul li .liTxt{ width:100%; position:relative; z-index:4; left:0px; top:0px; color:#fff; text-align:center; padding:30px 0px;}
.div4Box ul li .liTxt i{ width:60px; height:60px; display:block; margin:10px auto;}
.div4Box ul li .liTxt h1{ width:100%; display:block; float:left;}
.div4Box ul li .liTxt span{ width:100%; display:block; float:left; margin:15px 0px; text-align:center;}

.div5{ width:100%; max-width:1280px; margin:30px auto;}
.div5 .title1{ width:100%; text-align:center; margin:60px 0px 20px 0px;}
.div5 .title1 img{ margin:0 auto;}
.div5Tit{ width:50%; margin:0 auto; text-align:center;}
.Inddt-cont { width:100%; margin-top:40px;}
.Inddt-cont .cont-l{width: 13%;display: flex;align-items: center;}
.Inddt-cont .cont-r{width: 87%;padding-left: 50px;display: flex;align-items: center;}
.Inddt-list {width: 100%;}
.Inddt-list .list{border-bottom: 1px solid #eeeef1;padding: 45px 0px 55px 0px;width: 100%;}
.Inddt-list .list:last-child{border-bottom: 0px;}
.Inddt-list .list .num span{margin-right: 10px; color:#19853b; font-weight:bold;}
.Inddt-map {position: relative;}
.Inddt-line {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.Inddt-line .li{position: absolute;width: 1px;height: 1px;cursor: pointer;}
.Inddt-line .li::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 21px;height: 31px;z-index: 3;background: url(../images/Inddt-line.png) center no-repeat;background-size: cover;transition: all .4s ease;}
.Inddt-line .li:hover::before{background: url(../images/Inddt-lineH.png) center no-repeat;background-size: cover;}
.Inddt-line .li .cont {position: absolute;}
.Inddt-line .li .cont .content{position: absolute;top: -170px;right: -450px;padding: 0px 15px;height: 42px;border-radius: 20px;display: flex;align-items: center;background-color: #f5c339;width: max-content;opacity: 0;pointer-events: none;}
.Inddt-line .li:hover .cont .content{animation: InddtLine3 .6s ease both 1.2s;}
.Inddt-line .li .cont .content .img{margin-right: 8px;}
.Inddt-line .li .cont .content .title{margin-right: 7px;}
.Inddt-line .li .cont::before,.Inddt-line .li .cont::after{content: "";position: absolute;pointer-events: none;}
.Inddt-line .li .cont::before {height: 0px;width: 0px;border-left: 1px dashed #f5c339;bottom: 0px;left: -1px;}
.Inddt-line .li .cont::after {height: 0px;width: 0px;border-top: 1px dashed #f5c339;bottom: 149px;left: 0px;}
.Inddt-line .li:hover .cont::before{animation: InddtLine1 .6s ease both;} 
.Inddt-line .li:hover .cont::after{animation: InddtLine2 .6s ease both .6s;} 
@keyframes InddtLine1 {0%{height: 0px;}100%{height: 150px;}}
@keyframes InddtLine2 {0%{width: 0px;}100%{width: 255px;}}
@keyframes InddtLine3 {0%{opacity: 0;}100%{opacity: 1;}}
.Inddt-line .li:nth-child(1) {top: 23%;left: 49%;}
.Inddt-line .li:nth-child(2) {top: 23%;left: 50%;}
.Inddt-line .li:nth-child(3) {top: 18%;left: 47%;}
.Inddt-line .li:nth-child(4) {top: 29%;left: 79%;}
.Inddt-line .li:nth-child(5) {top: 38%;left: 79%;}
.Inddt-line .li:nth-child(6) {top: 39%;left: 78%;}
.Inddt-line .li:nth-child(7) {top: 79%;left: 87%;}
.Inddt-line .li:nth-child(8) {top: 76%;left: 54%;}
.Inddt-line .li:nth-child(9) {top: 29%;left: 45%;}
.Inddt-line .li:nth-child(10) {top: 33%;left: 16%;}
.Inddt-line .li.lty {transform: rotateY(180deg);}
.Inddt-line .li.lty .cont .content{transform: rotateY(180deg);}

.div6{ width:100%; background:#f9f9f9; padding:10px 0px 30px 0px;}
.div6 .title1{ width:100%; text-align:center; margin:60px 0px 20px 0px;}
.div6 .title1 img{ margin:0 auto;}

.div6Box{ width:100%; max-width:1280px; margin:30px auto;}
.div6 .left{ width:48%; float:left; height:400px;}
.div6 .left .top {position: relative;border-radius:10px;overflow: hidden; height:400px;}
.div6 .left .top .img {width: 100%;border-radius:10px;overflow: hidden; position:relative;}
.div6 .left .top .img img {transition: 0.4s;width: 100%;border-radius:10px;}
.div6 .left .top .post {position: absolute;bottom: 0;left: 0;width: 100%;background: linear-gradient(to right, rgba(25, 133, 59, 0.9), rgba(196, 208, 32, 0.9));}
.div6 .left .top .post > div {padding:24px 28px;}
.div6 .left .top .post > div .st_1 {color: #fff; line-height:24px;}
.div6 .left .top .post > div .st_1 .txt {flex: 1; color:#fff;}
.div6 .left .top .post > div .st_1 .txt p {width: 96%;font-family: GilroyBold; font-size:22px;}
.div6 .left .top .post > div .st_1 .time {font-family: GilroyBold;font-size:16px; line-height:24px;}
.div6 .left .top .post  > div .st_2 {margin-top:10px;height:52px;}
.div6 .left .top .post > div .st_2 p {color: rgba(255, 255, 255, 1);line-height:26px;}
.div6 .left .top:hover .img img {transform: scale(1.05);}

.div6 .right{ width:50%; float:right;}

.div6 .right ul{ display:block; float:left;}
.div6 .right ul li{margin-bottom:17px; width:100%;display:block; float:left; height:120px;}
.div6 .right ul li a.newsImg{ width:30%; height:120px; display:block; float:left; overflow:hidden;border-radius:10px;}
.div6 .right ul li a.newsImg img{width:100%; height:120px;-webkit-transition: all 0.8s;transition: all 0.8s; border-radius:10px;}
.div6 .right ul li a.newsImg:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-radius:10px;}
.div6 .right ul li .newsTxt{ width:67%; float:right; display:block;}

.div6 .right ul li .newsTxt a{width:100%;height:24px;line-height:24px; display:block; float:left;font-size:20px; color:#333;text-overflow: ellipsis;overflow: hidden;}
.div6 .right ul li .newsTxt .date{ display:block; float:left;color:#999; width:60%; margin:10px 0px;}
.div6 .right ul li .newsTxt .date::before{content: "\e90c";font-family: "icon"; padding-right:10px;}

.div6 .right ul li .newsTxt p{ display:block; float:left; color:#666; line-height:24px;height:42px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; width:100%;}


.footBg{ width:100%; background:#17161a; padding:30px 0px;}
.footBg .cont{width:100%; max-width:1280px; margin:0 auto; color:#fff;align-items:center;}
.footBg .cont .div1{ width:30%; float:left; margin:0 auto;}
.footBg .cont .div1 .yqlj{ width:100%; float:left;}
.footBg .cont .div1 .yqlj b{ width:100%; display:block;}
.footBg .cont .div1 .yqlj .yqljBox{ width:100%; float:left; margin:20px 0px;}
.footBg .cont .div1 .yqlj .yqljBox a{ margin:5px 5px; color:#fff; line-height:30px;}

.footBg .cont .div1 .fxIcon{ width:100%; float:left; margin-top:20px;}
.footBg .cont .div1 .fxIcon ul li{ display:block; float:left; background:#2a282e; width:44px; height:44px; border-radius:50%; margin-right:15px;}
.footBg .cont .div1 .fxIcon ul li a{ display:block; float:left; width:100%; text-align:center; line-height:44px; font-size:16px;}

.footBg .cont .div2{ width:34%; background:none; float:left; padding:0px 0px; margin:0px 12%;}
.footBg .cont .div2 b{ width:100%; display:block;}
.footBg .cont .div2 ul{ width:100%; display:block; margin:20px 0px;}
.footBg .cont .div2 ul li{ width:100%; display:block; float:left; height:35px; margin:5px 0px;}
.footBg .cont .div2 ul li i{ width:35px; height:35px; display:block; float:left; text-align:center; line-height:35px;font-style:normal; background:#2a282e; border-radius:3px; font-size:16px;}
.footBg .cont .div2 ul li span{ display:block; float:left; padding-left:10px; height:35px; line-height:35px;}

.footBg .cont .div3{ float:right; width:12%;max-width:150px; margin:0px 0px;}
.footBg .cont .div3 img{ width:100%; display:block; margin:0px auto;}
.footBg .cont .div3 span{ width:100%; display:block; text-align:center; line-height:30px; color:#fff;}
.copyright{ width:100%; background:#1d1c21; height:54px; line-height:54px;}
.copyright .cont{ width:100%; max-width:1280px; margin:0 auto; color:#fff;}
.copyright .cont a{ color:#fff;}
.copyright .cont .fl{ float:left;}
.copyright .cont .fr{ float:right;}


/*手机端底漂浮*/
.b_nav_zw{width: 100%;height: 0;}
.pf_down{ display:none;width: 100%; float: left; position: fixed; left: 0; background:linear-gradient(to top, rgba(25, 133, 59, 1), rgba(196, 208, 32, 1));
box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0; list-style:none;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center; color:#fff; font-size:16px;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #fff; line-height: 14px;}
.pf_down li:hover .d_name{ margin-top:0;}
@media screen and (max-width:1024px) {
.b_nav_zw{width: 100%;height: 60px;}
}


.ny-banner{position: relative;height:540px;background-repeat: no-repeat;background-size: cover;}
.ny-banner::before{display: block;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.4);top:0;left: 0;position: absolute;}
.ny-banner .bann-text2{position: absolute;text-transform:uppercase;/*left: 50%;margin-left: -625px;*/top: 50%;margin-top: -53px;}
.ny-banner .bann-text2 h3{color: #fff;font-size: 48px;font-weight: bold;padding-bottom: 5px;}
.ny-banner .bann-text2 h3 span{color: #fff;font-size: 20px;display: block;font-weight: normal;}

.w1280 {width:100%;max-width:1280px;margin:0 auto}

.brand{height: 74px;line-height: 74px;border-bottom: 1px solid #e5e5e5;}
.brand .home{color: #999;font-size: 16px;display: inline-block;float: right;}
.brand .home i{ font-size:16px; font-style:normal; width:20px; padding-right:6px;}
.brand .home a{color: #999;}
.sub-menu-1{position: relative;width:85%;}
.sub-menu-1 li{float: left;margin-right: 22px;}
.sub-menu-1 li a{color: #666; font-weight:bold;position: relative;display: block;padding: 0 12px;}
.sub-menu-1 li a::after{content: "";display:none;position: absolute;bottom: -1px;height: 2px;width: 100%;transition: all 0.3s;background-color: #19853b;left: 0;}
.sub-menu-1 li dl{position: absolute;left: 0;padding: 0 10px;top: 74px;transition: all 0.3s;display: none;width:100%; z-index:5555;}
.sub-menu-1 li:hover dl{display: block;}
.sub-menu-1 li dl dd{float: left;padding: 10px 15px;background-color: #19853b; z-index:44444;}
.sub-menu-1 li dl dd a{color: #fff;height: 36px;line-height: 36px;}
.sub-menu-1 li.move a,.brand .home a:hover,.sub-menu-1 li a:hover,.sub-menu-1 li:hover a{color: #19853b}
.sub-menu-1 li.move dl dd a{color: #fff;}
.sub-menu-1 li.move a::after,.sub-menu-1 li:hover a::after{display: block;}
.sub-menu-1 li dl dd a::after,.sub-menu-1 li.move dl dd a::after{display: none;}
.sub-menu-1 li:hover dl dd a{color: #fff;}
.sub-menu-1 li dl dd a:hover{color: #fff;font-weight: bold;}



.sub-menu-12{position: relative;width:78%;}
.sub-menu-12 ul{ width:100%; display:block; float:left; height:64px; padding:5px 0px;}
.sub-menu-12 li{float: left;margin-right:22px; line-height:32px !important;}
.sub-menu-12 li a{color:#666; font-weight:bold;position: relative;display: block;padding: 0 12px;}
.sub-menu-12 li a::after{content: "";display:none;position: absolute;bottom: -1px;height: 2px;width: 100%;transition: all 0.3s;background-color: #19853b;left: 0;}
.sub-menu-12 li dl{position: absolute;left: 0;padding: 0 10px;top: 74px;transition: all 0.3s;display: none;width:100%; z-index:5555;}
.sub-menu-12 li:hover dl{display: block;}
.sub-menu-12 li dl dd{float: left;padding: 10px 15px;background-color: #19853b; z-index:44444;}
.sub-menu-12 li dl dd a{color: #fff;height: 36px;line-height: 36px;}
.sub-menu-12 li.move a,.brand .home a:hover,.sub-menu-1 li a:hover,.sub-menu-1 li:hover a{color: #19853b}
.sub-menu-12 li.move dl dd a{color: #fff;}
.sub-menu-12 li.move a::after,.sub-menu-1 li:hover a::after{display: block;}
.sub-menu-12 li dl dd a::after,.sub-menu-1 li.move dl dd a::after{display: none;}
.sub-menu-12 li:hover dl dd a{color: #fff;}
.sub-menu-12 li dl dd a:hover{color: #fff;font-weight: bold;}


/* -- 翻页效果 -- */ 
.apage { height:31px; line-height:30px;padding:0 5px; margin:30px 0px;text-align:center; }
.apage a { border:1px solid #c5c5c5; padding:5px 10px;  margin-right:5px;}
.apage .num_btns {float:right; font-family:Tahoma;}
.apage a:hover, .apage .page-num-current { border:1px solid #D5D5D5;background-color:#19853b   ; color:#fff; text-decoration:none;}
.apage .cust_txt { float:left;}
.apage select { font-size:8px; margin-top:5px; }
.apage .oran_pg_txt { height:15px; border:solid 1px #d4e3e9; width:20px; margin-left:5px;}
.apage .oran_pg_btn { height:15px; border:solid 1px #d4e3e9; margin-left:5px; font-size:9px; background:#5984ac; color:#fff; }
.apage .cust_txt { float:left; display:none;}

.page1{ width:97%; margin:0 auto; max-width:1280px;}

/*---案例中心----*/
.caselist{ width:100%; margin-top:60px;}
.caselist ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.caselist ul li{ width:31.33333%; margin:15px 0px;}
.solCase-slide{border-radius: 10px;background: #f2f2f2;display: block;}
.solCase-img img{width: 100%;height: 310px;}
.solCase-con{padding: 40px 40px 5px;}
.solCase-con .line{width: 100%;height: 2px;background: #f1f1f1;}
.solCase-slide:hover .solCase-img img{transform: scale(1.08);}
.solCase-slide:hover .solCase-con .title{color: #19853b;}

/*-----新闻样式----------*/
.news-lists {padding:0px 0px;}
.news-lists{ width:100%; max-width:1280px;margin:0 auto;}
.news-lists ul li{ width:100%; float:left; border-bottom:dashed 1px #ebebeb; padding:0px 0px 25px 0px; margin-top:25px;}
.news-lists ul li .newsImg{ width:300px; height:190px; float:left; overflow:hidden;}
.news-lists ul li .newsImg img{ width:300px; height:190px;transition-duration: .5s; border-radius:10px;}
.news-lists ul li .newsImg:hover img{transform: scale(1.3);}
.news-lists ul li .newsTxt{ width:calc(100% - 320px); float:right; padding-left:30px;}
.news-lists ul li .newsTxt .txtTitle{ width:100%; float:left; font-size:18px; height:30px; line-height:30px; overflow:hidden;}
.news-lists ul li .newsTxt span.date{ width:100%; display:block; float:left; font-size:14px; color:#999; line-height:25px; padding:5px 0px;}
.news-lists ul li .newsTxt span.date::before{content: "\e90c";font-family: "icon"; padding-right:10px;}
.news-lists ul li .newsTxt span.txt{ width:100%; display:block; float:left; color:#555; font-size:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-justify: distribute-all-lines; height:50px; line-height:25px; overflow:hidden;}
.news-lists ul li .newsTxt span.txt a{ color:#555;}
.news-lists ul li .newsTxt .more{ float:left;width: 80px; height: 30px; border-radius: 20px; font-size: 0; border: 1px solid #e3e3e3; display: block; transition: all 0.3s; margin-top:30px; text-align:center; font-size:21px;}
.news-lists ul li .newsTxt .more::before{content: "\e665";font-family: "icon"; }

.news-lists ul li .newsTxt .more:hover { background:#19853b; color:#fff;border-color: #19853b; }

/*--新闻详细---*/
.news-info{ padding: 3.1% 0% 5.9%;}
.news-info .ti{ font-weight: bold; text-align: center; padding: 2.8% 2.8% 1%;}
.news-info .time{ text-align: center; padding: 1% 0 1.5%; display: block;}
.news-info .time span{ padding-right:10px;}
.news-info .time .span1::before{content: "\e60a";font-family: "icon"; padding-right:5px;}
.news-info .time .span2::before{content: "\e665";font-family: "icon"; padding-right:5px;}
.news-info .conttxt{ padding: 2.8% 0 5.9%; border-top: 1px solid #E7E6E3; border-bottom: 1px solid #E7E6E3;}
.news-info .conttxt .p{ text-indent: 2em; padding-top: 3.9%;}
.news-info .conttxt .img{ text-align: center;}
.news-info .conttxt .title{ font-weight: bold; padding-top: 2.8%;}

.news-info .next-box{ padding-top: 3%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.news-info .next-box .prev,
.news-info .next-box .next{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-info .next-box span{ font-weight: bold; padding-right: 1%;}


/*Ny_contact 开始*/
.Ny_contact { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.Ny_contact .NyContact_lxfs {width:100%;max-width:1280px; height:auto; margin:40px auto; padding:0;}
.NyContact_lxfs ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:0; float:left;}
.NyContact_lxfs ul li:nth-child(4n+4) { margin:0;}
.NyContact_lxfs ul li .icon{ display:block;width:7rem;height:7rem;overflow:hidden;margin:0 auto;background: linear-gradient(to top, rgba(25, 133, 59, 0.9), rgba(196, 208, 32, 0.9));padding:0;position:relative; z-index:1; color:#fff; line-height:7rem; font-size:40px; text-align:center; border-radius:50%;}
.NyContact_lxfs ul li .lxfs_text { width:100%; height:auto; margin:-60px auto 0; padding:80px 40px 40px; background-color:#f2f3f6; border-radius:10px; box-shadow:0 10px 20px rgba(20,34,49,0.04); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lxfs_text .lxfs_tit { width:100%; overflow:hidden; line-height:30px; color:#333; text-align:center; margin:0 auto; padding:0;}
.lxfs_text em { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999;text-align:center; font-style:normal; margin:0 auto; padding:0;}
.lxfs_text i { display:block; width:30px; height:2px; overflow:hidden; margin:15px auto 20px; padding:0; background-color:#19853b;}
.lxfs_text p { width:100%; height:60px;overflow:hidden;color:#666;text-align:center;margin:0 auto; padding:0;-webkit-line-clamp:2;text-overflow: ellipsis;}
.NyContact_lxfs ul li:hover .lxfs_text { box-shadow:0 10px 20px rgba(20,34,49,0.1);}

.Ny_contact .NyContact_ewm {width:100%;max-width:1280px; overflow:hidden; margin:40px auto; padding:20px; background:url(../images/ewm_bg.jpg) center center no-repeat; background-size:1600px 480px; border-radius:10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_ewm .NyContact_ewmcon { width:100%; overflow:hidden; margin:0 auto; padding:60px 80px; border:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_ewmcon p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.NyContact_ewmcon span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:10px auto; padding:0;}
.NyContact_ewmcon i { display:block; width:48px; height:2px; overflow:hidden; margin:26px auto 30px; padding:0; background-color:#fff;}
.NyContact_ewmcon .ewm_img { width:180px; height:180px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ewm_img em { display:block; width:160px; height:160px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ewm_img em img { display:block; width:160px; height:160px;margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

.Ny_contact .NyContact_map {width:100%;max-width:1280px; overflow:hidden; margin:40px auto; padding:20px; background-color:#f2f3f6; border-radius:10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_map .NyContactMap_main {overflow:hidden; margin:0 auto; padding:0;}

.NyContact_top { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:24px; text-align:center; margin:40px auto; padding:0;}
.NyContact_top img { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 6px 0 0;}
.NyContact_top font { color:#184d8f; font-size:40px; font-weight:bold;}

/* 留言表单start */
.ctaMsg-table{justify-content: space-between;}
.ctaMsg-left,.ctaMsg-right{width: calc(50% - 10px);}
.ctaMsg-table input{font-size: 16px;color: #333;padding-left: 20px; margin-top: 15px;height: 46px; width: 100%;border: 1px solid rgb(233, 233, 233);border-radius: 10px;}
.ctaMsg-table input::-webkit-input-placeholder{font-size: 16px;color: #888;}
.ctaMsg-select{user-select: none;cursor: pointer;color: #888;font-size: 16px;margin-top: 15px;}
.ctaMsg-menu{align-items: center;padding-left: 20px;border: 1px solid rgb(233, 233, 233);border-radius: 10px;height: 46px;}
.ctaMsg-menu::after{content: "\e727";font-family: "icon";font-size: 12px;font-weight: 700;transform:translateY(-50%) rotate(180deg) scale(.8);position: absolute;right: 15px;top: 50%;transition: all .4s ease;}
.ctaMsg-menu.active{border-radius: 10px 10px 0 0;}
.ctaMsg-menu.active::after{transform:translateY(-50%) rotate(0) scale(.8);}
.ctaMsg-menu.value{color: #333;}
.ctaMsg-drop{display: none; border: 1px solid rgb(233, 233, 233);border-top: unset; position: absolute;left: 0;top: 100%;width: 100%;border-radius: 0 0 10px 10px;background: #fff;color: #333;max-height: 230px;overflow-y: auto;}
.ctaMsg-drop::-webkit-scrollbar {width: 3px;}
.ctaMsg-drop::-webkit-scrollbar-thumb {background: #eee;}
.ctaMsg-drop::-webkit-scrollbar-track {background: transparent;}
.ctaMsg-drop li{border-top: 1px solid rgb(233, 233, 233);height: 46px;display: flex;flex-wrap: wrap;align-items: center;padding-left: 20px;transition: all .4s ease;}
.ctaMsg-drop li:first-child{border: unset;}
.ctaMsg-drop li:hover{background: #eee;}
.ctaMsg-table textarea{font-size: 16px;color: #333;padding: 20px 0 0 20px; width: 100%;height: 235px;border-radius: 10px;margin-top: 15px;border: 1px solid rgb(233, 233, 233);}
.ctaMsg-table textarea::-webkit-input-placeholder{font-size: 16px;color: #888;}
/*.ctaMsg-tips i{user-select: none;cursor: pointer; display: flex;align-items: center;justify-content: center;width: 13px;height: 13px;border-radius: 1px;border: 1px solid #767676;margin-right: 12px;position: relative;}
.ctaMsg-tips i::after{content: "\e881";font-family: "icon";font-size: 12px;color: #fff;opacity: 0;}
.ctaMsg-tips i.active{border-color: #58c7cf;background: #58c7cf;}
.ctaMsg-tips i.active::after{opacity: 1;}
.ctaMsg-tips a{color: #58c7cf;}
*/
.IndBtn{box-shadow: 0px 16px 32.2px 2.8px rgba(0, 111, 196, 0.2);user-select: none;cursor: pointer; position: relative; width: 130px;height: 40px;display: flex;justify-content: center; align-items: center;border-radius: 20px;background-color: #19853b;transition: all .4s ease; margin-bottom:20px;}
.IndBtn .after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 40px;overflow: hidden;}
.IndBtn .after::after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);width: 200px;height: 200px;transition: all .5s ease; border-radius: 50%;background-color: #32e8f5;}
.IndBtn span,.IndBtn i{position: relative;z-index: 2;}
.IndBtn i{display: block;margin-left: 10px;}
.IndBtn:hover .after::after{transform: translate(-50%,-50%) scale(1);}

	/* 留言表单end */
	
/*-----解决方案---*/	
.solutionlist{ width:100%; max-width:1280px; margin:30px 0px 50px 0px;}
.solutionlist ul{display: flex;justify-content: space-between;flex-wrap: wrap; position:relative;}
.solutionlist .solBox{flex: none; width: calc((100% - 16px) / 2);margin-top: 16px; position:relative;}
.solutionlist .solBox .solImg{overflow: hidden;background: #000000;}	
.solutionlist .solBox .solImg img{width: 100%;height: 100%;object-fit: contain;transition: all 0.5s;}	
.solutionlist .solBox .solA a{font-size: 0;position: absolute;left: 0; top: 0;z-index: 10;width: 100%;height: 100%;}
.solutionlist .solBox .solTxt{display: flex;flex-wrap: wrap;flex-direction: row;width: 100%; position: absolute;left: 0;top: 0;padding: 5% 30px 0;}
.solutionlist .solBox .solTxt .solItem{flex: 1;max-width: 100%;max-height: 100%; position:relative;}
.solutionlist .solBox .solTxt .solItem .s_title{line-height: 1.5;color: rgba(255, 255, 255, 1);}
.solutionlist .solBox .solTxt .solItem .s_title2{line-height: 1.5;color: rgba(255, 255, 255, 1);-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;margin-top: 20px;margin-bottom: 30px;opacity: 0;transition: all 0.5s;}

.solutionlist .solBox:hover img{opacity: 0.7;transform: scale(1.1);}
.solutionlist .solBox:hover .solTxt .solItem .s_title2{opacity:1;}

/*----荣誉资质---*/	
.honorBox{ width:100%; max-width:1280px;}
.honorBox ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.honorBox ul li{padding:20px 20px 0px 20px;width:33.333% ;margin: 15px 0px 0px 0px;}

.honorBox ul li .image {display:block; align-items: center;justify-content: center; width:100%;background: url('../images/21.jpg') center center no-repeat; background-size:100% 100%; height:22rem; padding:1rem 1rem; float:left;}
.honorBox ul li .image img{object-fit: contain; display:block; height:20rem; overflow:hidden; width:auto; margin:0 auto;}
.honorBox ul li .item-content{ width:100%; margin:5px 0px;}
.honorBox ul li .item-content p {width:100%;color:#333333;text-align:center;}


.INTitle{ width:100%; max-width:1280px; margin:30px auto 10px auto; position:relative; text-align:center;}
.INTitle h2{ color:#444; font-weight:bold;}
.INTitle span{ padding:5px 0px 15px 0px;display:block;}
.INTitle span::after {content: "";display: block;position: absolute;width: 40px;height: 3px;background: #19853b;left: 50%;margin-left: -20px;bottom: 0;} 

/*-----关于我们 end-----*/
.about1{ width:100%; max-width:1280px;}
.aboutTit{width:100%; max-width:1280px; margin:30px auto 10px auto; position:relative; text-align:center;}
.aboutTit h2{ color:#444; font-weight:bold;}
.about1Txt{width:100%; max-width:1280px; margin:50px auto 30px auto;}
.about1Txt .fl{ width:48%; float:left;}
.about1Txt .fl h1{ display:none; width:100%;float:left; margin-bottom:30px;}
.about1Txt .fr{ width:48%; float:right;}

.aboutNum{ width:100%; max-width:1280px; margin:50px auto;display: flex
;justify-content: space-between;flex-wrap: wrap;}
.aboutNum .list{width:25%; text-align:center;}

.Inddt-list .list:last-child{border-bottom: 0px;}
.aboutNum .list .num span{margin-right: 10px; color:#19853b; font-weight:bold;}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
	.ctaMsg-left, .ctaMsg-right{width: 100%;}
    .ctaMsg-table input,.ctaMsg-menu{font-size: 13px;padding-left: 12px;margin-top: 10px;height: 38px;border-radius: 5px;}
    .ctaMsg-table input::-webkit-input-placeholder{font-size: 13px;}
    .ctaMsg-drop li{font-size: 13px;padding-left: 12px;height: 38px;}
    .ctaMsg-table textarea{font-size: 13px;padding: 12px 0 0 12px;}
    .ctaMsg-table textarea::-webkit-input-placeholder{font-size: 13px;height: 180px;}
    .ctaMsg-tips i{width: 12px;height: 12px;margin-right: 6px;}
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
	.ctaMsg-left, .ctaMsg-right{width: 100%;}
    .ctaMsg-table input,.ctaMsg-menu{font-size: 13px;padding-left: 12px;margin-top: 10px;height: 38px;border-radius: 5px;}
    .ctaMsg-table input::-webkit-input-placeholder{font-size: 13px;}
    .ctaMsg-drop li{font-size: 13px;padding-left: 12px;height: 38px;}
    .ctaMsg-table textarea{font-size: 13px;padding: 12px 0 0 12px;}
    .ctaMsg-table textarea::-webkit-input-placeholder{font-size: 13px;height: 180px;}
    .ctaMsg-tips i{width: 12px;height: 12px;margin-right: 6px;}
}

/*----下载中心----*/
.download{margin-bottom: 60px;}
.download li{float: left;margin:30px 2% 0 0;width:32%;padding:40px 25px;box-shadow:0 0 15px rgba(0, 0, 0, 0.3)}
.download li h4{color:#333;background: url("../images/zlxz_07.jpg") no-repeat left center;line-height: 28px;padding-left: 48px; margin-bottom:28px;}
.download li .click-dj a{display: block;float: left;width: 46%;margin-right: 8%;background: #f8f9fd;height:44px;line-height:44px;font-size: 16px;text-align: center;color:#666}
.download li .click-dj a:nth-child(2n),.download li:nth-child(3n){margin-right: 0;}

.download li .click-dj a.xtb-1::before{content:"\e6cc";font-family: "icon";font-size: 16px;font-weight:500; padding-right:12px;}
.download li .click-dj a.xtb-2::before{content:"\e883";font-family: "icon";font-size: 16px;font-weight:500; padding-right:12px;}
.download li .click-dj a:hover{background: #19853b;color: #fff;}


/*----研发中心---*/

.list-div{padding: 45px 0 60px 0; width:100%; max-width:1280px;}
.list-div .left{width: 50%;overflow: hidden;height: 466px;}
.list-div .right{width: 50%;padding-left: 3%;}
.list-div li img{width: 100%;height: 100%;object-fit: cover;transition: all 0.3s;}
.list-div li h4{color: #333;font-weight: bold;padding: 42px 0 32px 0;}
.list-div li p{color: #333;line-height: 30px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;text-overflow: ellipsis;}

.list-div li a{display: flex;width:153px;height:48px;padding: 5px;border-radius:48px;background-image: linear-gradient(to right, #19853b , #c4d020);justify-content: space-between;align-items: center; margin-top:50px;}
.list-div li a span{margin-left:15px;color: #ffffff;font-size:16px;transition: all .5s;}

.list-div li a .icon{display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;border-radius: 50%;color: #fff;font-size:20px;margin-right: 0px;transition: all .5s;transform:translateY(0%) rotate(180deg);}
.list-div li a:hover span{margin-left:20px;}
.list-div li a:hover .icon{margin-right:5px;}


/*----服务中心-----*/
.serviceBox{width:100%; max-width:1280px; margin-top:20px;}
.serviceBox ul li{ width:33.333333%; display:block; float:left; margin:30px 0px;}
.serviceBox ul li h2{display:block; width:100%; text-align:center; color:#1e873a; line-height:40px;}
.serviceBox ul li div{width:100%; text-align:center; line-height:40px;}


.list-div li:nth-child(2n) .right{padding-right: 3%;padding-left: 0;}
