@charset "utf-8";
/*~~~~框架布局~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}


/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:#006c52}
.bga{background: #f5f5f5;}

/*==字符串↓==*/
*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}
@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff2?t=1680575630073') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff?t=1680575630073') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.ttf?t=1680575630073') format('truetype');
}


/*==顶部↓==*/
.fixed-top.header{position: fixed;width:100%;z-index:99;/* padding:10px 0; *//* height:80px; */border-bottom:1px #eee solid}
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .logo img{/* height:60px; */}
.fixed-top.header .nav{/* margin-top: 15px; */}
.fixed-top.header .nav > li > a{/* padding-bottom: 28px; */}
.fixed-top.header .tel{ margin-top: 10px; }
/*--*/
.header{position: relative;z-index:99;padding:20px 0;height: 80px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .logo{float:left;margin-top:-10px;}
.header .logo img{ /* max-height: 100%; */}
.header .lang{position: relative;float:right;display: flex;margin: 5px 0 0 40px;align-items: center;}
.header .lang:before{content:"";position:absolute;left: -20px;top:0;bottom:0;width:1px;height:20px;margin: auto;background:#000}
.header .lang a{display: inline-block;/* float:left; */color:#333;margin: 0 5px;font-size: 18px;}
.header .lang a:hover{color:#006c52}
.header .nav{display:flex;float: right;margin-top: 5px;}
.header .nav > li{/* flex: 1; */float: left;margin-left: 50px;}
.header .nav > li > a{position: relative;display: block;color:#000000;font-size:18px;text-align: center;padding-bottom: 28px;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom: 0px;width:100%;height:2px;background:#006c52;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#006c52; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .search {position:relative;float: right;margin: auto;margin: 5px 0 0 60px;width: 150px;border-radius: 20px; background: -webkit-linear-gradient(left, #eb9f03, #18714a);}
.header .search input {width:100%;padding:0 40px 0 10px;color:#fff;background: none;font-size: 14px;border: none;}
.header .search input::-webkit-input-placeholder {color:#fff}
.header .search button {position:absolute;right: -1px;top: -1px;bottom: -1px;padding: 0 10px !important;margin:auto;/* width: 60px; *//* height: 40px; */color: #fff;font-size: 23px;border:none;cursor:pointer;background: none;}
.header .search button:hover {background:#006c52}
.header .search input,.header .search button {line-height: 30px;/* height:40px; */padding:1px 15px;/* background:none;*/border-radius: 0px 20px 20px 0;}
/*--*/
.header .sub{display:none;left:0;right:0;top: 80px;position:absolute;z-index: 999;border-top: 1px #ddd solid;border-bottom:1px #ddd solid; background: #fefefe;}
.header .sub:before{content: "";position: absolute;left:0;right:0;top:0;z-index: -1;height:20px;background:-webkit-linear-gradient(top, #f1f1f1, #fff);}
.header .sub .long{display: flex;justify-content: center;} 
/*--*/
.header .sub-1{padding:20px 0}
.header .sub-1 a{display: block;color: #5e5e5e;font-size: 16px;margin: 8px 20px;}
.header .sub-1 a:hover{color:#006c52; font-weight:bold}
/*--*/
.header .sub-2{padding: 50px 0;}
.header .sub-2 .vig{/* flex: 1; */display: flex;margin-left: -50px;}
.header .sub-2 .vig li{margin-left: 80px;padding-left:30px;border-left:1px #eee solid}
.header .sub-2 .vig .title{color:#333;font-size: 18px;margin-bottom: 15px;font-weight: bold;}
.header .sub-2 .vig .title:hover{color:#006c52}
.header .sub-2 .vig a{display: flex;color: #6a6a6a;font-size: 16px;margin-bottom: 10px;}
.header .sub-2 .vig a:hover{color:#006c52;transform:translateX(-2px)}
.header .sub-2 .vig img{flex-shrink: 0;width:70px;margin-right:10px;}
.header .sub-2 .pic{flex-shrink:0;margin-left: 80px;}
.header .sub-2 .pic .more{display: block;color:#999;font-size:14px;margin-top:10px;}
.header .sub-2 .pic .more:hover{color:#006c52}


/*==次级导航↓==*/
.menu{position: relative;width:100%;border-top:1px #ddd solid;border-bottom:1px #ddd solid; background: #fff;}
.menu ul{display: flex;text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;padding: 22px 0;align-items: center;justify-content: center;    flex-wrap: wrap;}
.menu li{/*! flex: 1; */ display: inline-block;}
.menu li a{position:relative;z-index:2;display: block;margin: 0 50px;color:#191919;font-size:18px;overflow: hidden;}
.menu li:hover a,.menu li.active a{ color:#006c52;font-weight:bold}


/*==次级导航3↓==*/
.menu-second{}
.menu-second ul{display:flex;padding:30px 0;flex-wrap: wrap;border-bottom: 1px #eee solid;justify-content: center;}
.menu-second ul li{display:inline-block;margin:0 20px;}
.menu-second ul a{display: block;color:#3a3a3a;font-size: 16px;}
.menu-second ul li:hover a,.menu-second ul li.active a{color:#006c52}


/*==面包屑↓==*/
.site{}
.site .container{padding: 20px 0;border-bottom:1px #ddd solid;}
.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}
.site a{color:#666;font-size:12px;}
.site a:hover{color:#006c52}
.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.site .more:hover{color:#fff; background: #006c52;}


/*==标题↓==*/
.titleAx{color:#000123;font-size:44px;font-weight: bold;}  
.titleAx span{margin-top:10px;display: block;color:#7a7a7a;font-size:16px;font-weight: 400;text-transform: Uppercase;}
.titleAx p{margin-top:10px;color:#6a6a6a;font-size:16px;}
.titleAx font{color:#006c52}
.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #006c52;}
.titleAx.cen{text-align: center;margin-bottom:50px;}
.titleAx.m30{margin-bottom:30px}
.titleAx.m40{margin-bottom:40px}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleAx.white hr{background:#fff}
/*--*/
.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}
.titleBx b{position: relative;}
.titleBx b:before,.titleBx b:after{content: "";position: absolute;left: -120px;top: 0;bottom:0;width: 100px;height: 1px;margin: auto;background:#006c52;}
.titleBx b:after{left: auto;right: -120px;background: #f5a100;} 
.titleBx span{display: block; margin:10px auto 0;color:#7a7a7a;font-size:16px;font-weight:400}
.titleBx p{margin-top:10px;color:#6a6a6a;font-size:16px;padding:0 20%;}
.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #006c52;}
.titleBx.cen{text-align: center;}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}


/*==边距↓==*/
.ptm60{padding:60px 0}
.ptm80{padding:80px 0}
.ptm100{padding:100px 0}
.pt60{padding-top:60px}
.pt80{padding-top:80px}
.pt100{padding-top:100px}
.pm60{padding-bottom:60px}
.pm80{padding-bottom:80px}
.pm100{padding-bottom:100px}
/*--*/
.mtm60{margin:60px 0}
.mtm80{margin:80px 0}
.mtm100{margin:100px 0}
.mt60{margin-top:60px}
.mt80{margin-top:80px}
.mt100{margin-top:100px}
.mm60{margin-bottom:60px}
.mm80{margin-bottom:80px}
.mm100{margin-bottom:100px}

/*句段限制*/
.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}


/*===内页框↓==*/
.rack{float:left;width:100%;padding:70px 0 80px 0;}
.rackWor{}


/*==更多按钮↓==*/
.more-1{display: table;margin-top:30px;color:#fff;font-size:16px;padding: 11px 40px;border-radius: 5px;background: #ee924a;}
.more-1:hover{color:#fff;background:#006c52}
/*--*/
.more-2{display: flex;width: max-content;margin:auto;margin-top: 40px;color:#ee924a;font-size:14px;padding: 12px 50px;border-radius: 30px;border:1px #ee924a solid;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;}
.more-2:before{content:"\e61f";font-size: 24px;margin-left: 20px;color:#ee924a}
.more-2:hover{color:#fff; background:#ee924a;}
.more-2:hover:before{color:#fff;transform:translateX(5px)}


/*==切换效果↓==*/
.cut-item .btn {position:absolute;top:50%;left:-75px;display:block;width: 50px;line-height: 50px;text-align:center;color: #006c52;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #006c52 solid;border-radius: 50%;/*background:#fff;*/}
.cut-item .btn.sNext {left:auto;right:-75px;}
.cut-item .btn:hover {color:#fff;border-color: #006c52;background: #006c52;}
.cut-item .btn:hover:before {color:#fff}
.cut-item .sPrev:before {content:"\e662";}
.cut-item .sNext:before {content:"\eb9b";}
/*-切换点1-*/
.spot-dot {}
.spot-dot {position:initial;margin:40px auto 0;text-align:center;}
.spot-dot span {opacity:1;width:15px;height:15px;margin:0 10px;border:1px #ddd solid;background:#fff;}
.spot-dot span.swiper-pagination-bullet-active {background:#006c52;}
/*-切换点2-*/
.spot-forte{position:initial;margin:40px auto 0;text-align:center;}
.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;background:#fff;}
.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#006c52;}


/*==左侧联系↓==*/
.connection {margin-top:30px;padding:20px;border:1px #ddd solid;overflow:hidden;/* background:#eee;*/}
.connection .tit {/* float:left;*/color:#333;font-size:18px;font-weight:bold;padding-bottom:20px;margin-bottom:20px;border-bottom:1px #ddd solid;}
.connection .tit .more {float:right;display:block;color:#666;font-size:13px;margin-top:5px;}
.connection .tit .more:hover {color:#006c52}
.connection .tel {position:relative;display:block;font-size:12px;color:#858585;padding-left:50px;margin-bottom:20px;word-wrap:break-word;word-break:normal;}
.connection .tel font {display:block;color:#006c52;font-size:24px;margin-top:5px;line-height:25px;font-weight:bold;}
.connection .tel:before {content:"\e611";font-family:"iconfont";position:absolute;top:6px;left:0;margin-right:10px;font-weight:400;color:#333;font-size:36px;}
.connection .wx {color:#666;font-size:14px;line-height:24px}
.connection .ewm {display:table;margin-top:20px;}
.connection .ewm img {max-width:100px;}
.connection .ewm font {vertical-align:middle;color:#666;font-size:14px;padding-left:30px;}
.connection .ewm font hr {float:left;width:30px;height:1px;margin:10px 10px 0 0;border:none;background:#aaa;}
.connection .ewm img,.connection .ewm font {display:table-cell;}
 


/*==切换按钮↓==*/
.tone-item{display: flex;margin-bottom: 40px;justify-content: center;}
.tone-item li{float: left;display:inline-block;cursor: pointer;margin-left: 50px;}
.tone-item a{position: relative;z-index: 1;display: block;color: #242424;font-size: 20px;padding-bottom: 10px;}
.tone-item a:after {content:"";position:absolute;left:0;bottom: -3px;z-index: 1;width:100%;height: 2px;background:#006c52;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .active a,.tone-item li:hover a{color: #006c52;}
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;} a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}


/*===产品列表↓==*/
.product-list.edge{margin:0 0 -30px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(33.3% - 20px);margin:0 0 30px 20px; }
.product-list li{}
.product-list.lx1 li{width:calc(100% - 20px);}
.product-list a{display: block;}
.product-list .pic{display: flex;/* padding-top: 60%; */height: 240px;border: 1px #f8f8f8 solid;justify-content: center;align-items: center;}
.product-list .pic img{height:100%;width: auto;}
.product-list .box{margin-bottom: 20px;}
.product-list h4{color:#000123;font-size: 18px;font-weight:bold}
.product-list p{color:#6a6a6a;font-size: 15px;margin-top: 8px;}
.product-list li:hover{}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#006c52}


/*==首页产品↓==*/
.productHome{}


/*==首页产品模块↓==*/
.pro-stand{display: flex;}
.pro-stand .left{flex-shrink: 0;width: 450px;padding:50px;border-radius:30px 0 0 0;background: -webkit-linear-gradient(top, #d9d9d9, #fffffe);}
.pro-stand .left .title{color:#333333;font-size: 22px;font-weight:bold;text-align: center;}
.pro-stand .left span{margin-top:20px;display: block;color:#666;font-size: 16px;font-weight:bold;text-align: center;}
.pro-stand .left ul{margin-top: 40px;}
.pro-stand .left ul li{margin-bottom:10px;color:#6a6a6a;font-size:16px;line-height: 30px;}
.pro-stand .right{flex:1;min-width:0px}
.pro-stand .down .frame{justify-content: space-between;}
.pro-stand .down .pic{width:65%;text-align: center;}
.pro-stand .down .pic img{max-height:400px;}
.pro-stand .down .info{width:35%; margin:0 30px}
.pro-stand .down .title{color:#3a3a3a;font-size: 22px;margin-bottom:40px;}
.pro-stand .down .title::after{content: "";display: block;margin-top: 20px;width: 70px;height: 3px;background: #006c52;}
.pro-stand .down ul{}
.pro-stand .down ul li{margin-bottom:10px;color:#6a6a6a;font-size:16px;line-height: 30px;}
.pro-stand .frame{display: none;}
.pro-stand .left .frame.on{display: block;}
.pro-stand .down .frame.on{display:flex;}
.pro-stand .tone{margin-top:50px;display: flex;}
.pro-stand .tone li{flex: 1;width:14.2%;margin-right:1px;padding:20px;text-align: center;cursor: pointer;background: #7f7f7f;}
.pro-stand .tone a{display:block}
.pro-stand .tone em{}
.pro-stand .tone h4{color:#fff;font-size: 18px;margin-top: 12px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-stand .tone li.active{background: #f5a100;}


/*==首页解决方案↓==*/ 
.solutionHome{position:relative}
.solutionHome .titleAx{position:absolute;left: 0;right: 0;top: 60px;z-index: 2;}
 
 
 /*==解决方案切换↓==*/
 .srll-solution{position: relative;z-index: 1;}
 .srll-solution .chart{position: absolute;left:0;top:0;right:0;bottom: 0;z-index: -1;}
 .srll-solution .chart:after{content:"";opacity:0.5;position:absolute;left:0;top:0;right:0;bottom:0;z-index: 1;background: #000;}
 .srll-solution .chart a{display: block;width: 100%;height:100%;}
 .srll-solution .chart img{display: block; width:100%;height: 100%;object-fit: cover;}
 .srll-solution .list{}
 .srll-solution .list li{height: 800px;text-align: center;cursor:pointer;border-right:1px solid rgba(255,255,255,0.4)}
 .srll-solution .list li{position: relative;z-index:1;/* display: block;width: 100%;height:100%;*/}
 .srll-solution .list li:before{content:""; opacity:0;  position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;transform: translateY(-10%);background: #006c52;}
 .srll-solution .list .box{position: absolute;left:0;top: 0;right: 0;bottom:0;height: fit-content;margin: auto;padding:20px 40px;}
 .srll-solution .list em{display: flex;margin: auto;margin-bottom:20px;justify-content: center;align-items: center;}
 .srll-solution .list h4{color:#fff;font-size:20px;margin-bottom: 0px;}
 .srll-solution .list span{display: block;color:#fff;font-size:14px;margin-top: 8px;text-transform: uppercase;}
 .srll-solution .list p{opacity:0;width: 200px;-webkit-line-clamp: 2;margin: auto;margin-top: 20px;color:#fff;font-size:14px;}
 .srll-solution .list .more{opacity:0; display:inline-block; margin-top:30px;color:#006c52;font-size:14px;padding:10px 30px;border-radius:5px;background: #fff;}
 .srll-solution .list .more:hover{transform: translateY(-5px);}
 /*.srll-solution .list .swiper-slide-thumb-active .box,.srll-solution .list li:hover .box{bottom: 80px;}
 .srll-solution .list .swiper-slide-thumb-active:before,.srll-solution .list li:hover:before{opacity: 0.2;transform: translateY(0px);}
 .srll-solution .list .swiper-slide-thumb-active:after,.srll-solution .list li:hover:after{opacity: 1;right:0}
 .srll-solution .list .swiper-slide-thumb-active p,.srll-solution .list li:hover p{opacity:1;}
 .srll-solution .list .swiper-slide-thumb-active .more,.srll-solution .list li:hover .more{opacity:1; }*/
 .srll-solution .spot{display: none;position: absolute;left:0;bottom: 0px;right:0;}
 .srll-solution .spot li{}
 /*--*/
 .srll-solution .list li:hover .box{/* top:150px; */bottom: 80px;}
 .srll-solution .list li:hover:before{opacity: 0.2;transform: translateY(0px);}
 .srll-solution .list li:hover:after{opacity: 1;right:0}
 .srll-solution .list li:hover p{opacity:1;}
 .srll-solution .list li:hover .more{opacity:1; }

 
/*==解决方案详情===*/
.soluDet{padding-bottom: 0px !important;}
.soluDet .frame{position:relative;z-index:1;padding: 60px 0;border-bottom:1px #ddd solid}
.soluDet .frame:last-child{ border:0px}
.soluDet .bg::before{content: ""; position:absolute;left:-50%;right:-50%;top:0;bottom:0;z-index:-1;background:#efefef;}
.soluDet .long{display: flex;}
.soluDet .long .info{flex:1;}
.soluDet .long .set{flex-shrink: 0;width: 40%;margin-left: 100px;}
.soluDet .title{display: table;color:#333333;font-size:32px;font-weight:bold;margin-bottom: 50px;}
.soluDet .title::after{content: "";display: block;margin-top: 8px;height:2px;background: #006c52;}
.soluDet .wx{color:#666;font-size:18px;line-height:30px;}
.soluDet .online{margin-top:60px;}
.soluDet .online a{display: inline-block; color:#006c52;font-size:16px;padding: 12px 40px;margin-right: 30px;border:2px solid #006c52;}
.soluDet .online a i{font-size:20px;margin-right:10px;}
.soluDet .online a:hover{color:#fff;border-color:#006c52;background:#006c52}


/*==关于我们-通用↓==*/
.about-item .long{display: flex;    align-items: flex-start;}
.about-item .info{flex: 1;margin-right: 60px;}
.about-item .info .titleTop{opacity: 0.5;color:#006c52;font-size: 70px;margin-bottom:30px;font-weight: bold;line-height: 1;}
 .about-item .info .titleTop::after{content: "";width:20px;height: 20px;display: inline-block;margin-left: 10px;background: #006c52;}
.about-item .info .title{color:#006c52;font-size:40px;margin-bottom:20px;font-weight: bold;}
.about-item .info .title font{color:#f5a100;font-size:20px;}  
.about-item .info .tit{display: flex;font-size:20px;color:#333;margin-bottom:20px;align-items: center;}
.about-item .info .tit::before{content: "";width:8px;height:8px;margin-right: 10px;border-radius: 50%;background: #006c52;}
.about-item .info .wx{color:#666;font-size:16px;line-height: 30px;}
.about-item .info .more{color:#333;font-size:15px;margin-top:40px;display:block}
.about-item .info .more:hover{color:#006c52} 
.about-item .pic{flex: 1;position: relative;}
.about-item .pic img{width:100%;object-fit: cover;}
.about-item .pic a{display: block;}
.about-item .pic a:before{content: "\e695";position: absolute;left:0;right:0;top:0;bottom:0;z-index: 2;display: table;margin:auto;height: fit-content;color:#fff;font-size: 80px;font-weight: bold;}
.about-item .pic a:after{ opacity:0.4; content: "";position: absolute;left:0;top:0;right:0%;bottom:0; z-index: 0; background: #000;}
.about-item .pic:hover a:after{opacity: 0.3;} 
.about-item .explain{margin-top:50px;color:#333333;font-size:18px;line-height:35px;}
.about-item .explain font{color:#006c52;font-size:20px;font-weight:bold}
/*--*/
.aboutHome .number{position:relative;z-index:1;margin-top:80px;padding:60px 0}
.aboutHome .number::before{content: "";position:absolute;left:-50%;right:-50%;top:0;bottom:0;z-index:-1;background: url(../images/digitalBg.jpg) no-repeat center; background-size:cover;}
.aboutHome .number-item *{color:#fff}



/*==案例↓==*/
.caseHome{background: #eee;}
.case-list.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.case-list.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }
.case-list li{text-align: center;background: #fff;}
.case-list a{display: block;}
.case-list .pic{padding-top:60%;}
.case-list h4{color:#666666;font-size:17px;margin:20px 0;}
.case-list li:hover{}
.case-list li:hover a{transform: translateY(-5px);}
.case-list li:hover h4{color:#006c52}


/*==首页新闻↓==*/
.newsHome .frame{display:none;}
/*--*/
.srll-news{position: relative;}


/*==新闻列表↓==*/
.news-grid.edge{margin: 0 0 -40px -40px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.news-grid.edge li{display: inline-block;width: calc(33.3% - 40px);margin:0 0 40px 40px;}
.news-grid a{display: block;height: 100%;overflow: hidden;background: #fff;}
.news-grid .box{position: relative;z-index: 1;margin-top:30px;}
.news-grid .pic{padding-top:60%;}
.news-grid h4{color: #1a1a1a;font-size: 18px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid p{color: #999;font-size: 15px;margin-top: 10px;}
.news-grid .episode{/* display: flex; */margin-top: 20px;justify-content: space-between;}
.news-grid .time{margin-top: 15px;display: flex;color:#999;font-size:12px;align-items: center;}
.news-grid .time::before{content: "\e8b8";margin-right:5px;font-size:16px}
.news-grid li:hover h4{color:#006c52}
.news-grid li:hover .more{color:#006c52}



/*===留言反馈模块↓==*/
.feedback-item{ background: url(../images/bgk06.jpg) no-repeat center; background-size:cover;}
.feedback-item form{display: flex;position: relative;padding-right: 200px;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(33.3% - 13px);margin-bottom:20px;border: 1px #ddd solid;padding: 15px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.feedback-item form .shell.vt{    align-items: flex-start;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;margin-right: 5px;color: #999999;font-size: 16px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:90px}
.feedback-item form .submit{position: absolute;top: 0;right: 0;bottom: 20px;width: 180px;display: table;color: #fff;font-size: 18px;padding: 15px 20px;border:none;cursor: pointer;border-radius: 5px;background: #006c52;}
.feedback-item form .submit:before{content: "\e784";display: block;color:#fff;font-size: 60px;}
.feedback-item form .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .submit:hover:after{opacity:0.2}


/*==视频列表↓==*/
.video-list{display: flex;margin: 0 0 -40px -30px;flex-wrap: wrap;}
.video-list li{display: inline-block;width: calc(33.3% - 30px);margin: 0 0 40px 30px;}
.video-list a{position:relative;z-index:1;display: block;height: 100%;}
.video-list .pic{padding-top:60%;z-index:1;}
.video-list .pic:before{opacity:0.6; content:"\e628";position: absolute;left:0;top:0;bottom:0;z-index: 2;right:0;margin: auto;height: max-content;text-align: center;color:#fff;font-size:50px;font-weight:bold;}
.video-list .pic:after{opacity: 0.4;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.video-list h4{margin-top: 20px;color: #3a3a3a;font-size:18px;}
.video-list p{margin-top:10px; color: #6a6a6a;font-size:16px;}
.video-list .low{display: flex;margin-top:40px;justify-content: space-between;align-items: center;}
.video-list .low span{color: #9a9a9a;font-size:14px;}
.video-list .low span::before{margin-right:5px;font-size: 18px;}
.video-list .low .time:before{content:"\e8b8";}
.video-list .low .look:before{content:"\e8bf";}
.video-list .low .help:before{content:"\e6d1";}
.video-list li:hover a{transform:translateY(-5px)}
.video-list li:hover .pic:before{opacity:1;}
.video-list li:hover .pic:after{opacity:0.4;}
.video-list li:hover h4{color:#006c52}


/*==技术支持-服务承诺↓==*/
.promis-list{}
.promis-list{display: flex;overflow: hidden;flex-wrap: wrap;}
.promis-list li{flex: 1;padding: 0 40px;align-items: center;text-align: center;border-right: 1px #ddd solid;}
.promis-list li:last-child{border:none;}
.promis-list em{}
.promis-list h4{margin-top: 20px;color: #006c52;font-size: 20px;font-weight: bold;}
.promis-list p{margin-top:10px;display: block;color:#666;font-size: 16px;}
.promis-list li:hover{/*transform:translateY(-5px)*/} 
 

/*==技术支持-留言↓==*/ 
.sales-message{background: #f5f5f5;}
.sales-message .list{display: flex;margin: 0 0 -10px -10px;overflow: hidden;flex-wrap: wrap;}
.sales-message .list li{position:relative;z-index: 1;width: calc(25% - 20px);margin: 0 0 10px 10px;padding: 20px 20px;align-items: center;text-align: center;/* background: #fff; */}
.sales-message .list li::before{opacity:0;content:"";position: absolute;left:0;right:0;top:0;bottom:0;z-index: -1;background:-webkit-linear-gradient(left, #eb9f03, #18714a);}
.sales-message .list li:after{content:"";position: absolute;left:0;right:0;top:0;bottom:0;z-index: -1;background:#fff;}
.sales-message .list em{ display: inline-block;width: 34px;height: 39px;overflow:hidden}
.sales-message .list em img{filter: drop-shadow(0px 39px #fff);}
.sales-message .list h4{margin-top: 12px;color: #3a3a3a;font-size: 18px;}
.sales-message .list p{margin-top:10px;display: block;color:#666;font-size: 16px;}
.sales-message .list li:hover *{color:#fff}
.sales-message .list li:hover::before{opacity:1;}
.sales-message .list li:hover:after{opacity:0;}
.sales-message .list li:hover em img{transform: translateY(-100%);}


/*==技术支持-信息↓==*/ 
.sales-mode{}
.sales-mode #dituContent{height:500px;}
.sales-mode #dituContent img{max-width:initial;}
.sales-mode .title{color:#006c52;font-size: 45px;font-weight:bold;}
.sales-mode .title span{margin-top:10px;display: block;color:#333;font-size:16px;font-weight: 400;}
.sales-mode .info{margin:auto;margin-top:50px;text-align: center;width:50%; }
.sales-mode .wx{margin-top:40px;color:#2a2a2a;font-size:22px;font-weight: bold;line-height: 40px;}



/*==常见问题↓==*/ 
.faq-list{}
.faq-list{display: flex;margin-left:30px;flex-wrap: wrap;}
.faq-list li{width:calc(50% - 20px);margin-left: 20px;margin-bottom:-1px;align-items: center;border: 1px #ddd solid;}
.faq-list h4{display: flex;padding: 12px 20px;color: #333333;font-size: 16px;font-weight: bold;align-items: center;justify-content: space-between;cursor: pointer;}
.faq-list h4::after{content:"\eb98";font-weight: 400;transform: rotate(-90deg);}
.faq-list .drop{display: none;border-top: 1px #ddd solid;}
.faq-list .wx{color:#666;font-size: 16px;padding: 15px 20px;}
.faq-list li.on h4{color:#006c52}
.faq-list li.on h4:after{color:#006c52;transform: rotate(0deg);}


/*==资料下载↓==*/
.search-item{margin: auto;display: table;}
.search-item form {position:relative;width: 320px;display: flex;border-radius: 30px;overflow: hidden;align-items: stretch;}
.search-item form input {width:100%;padding: 20px;color:#333;background: none;font-size: 15px;border: 1px #ddd solid;border-radius: 30px 0 0px 30px;}
.search-item form button {flex-shrink: 0;height: 100%;font-size:22px;color: #fff;border:none;cursor:pointer;background-color: #006c52;}
.search-item form button:hover {background:#3a3a3a}
.search-item form input,.search-item form button {line-height: 35px;padding: 5px 15px;}
/*--*/ 
.colu{position: relative;width: max-content;margin: auto;margin-top: 30px;justify-content: center;}
.colu li{display: inline-block;/* position:relative; */margin-right: 40px;}
.colu h4{color:#999999;font-size:18px;cursor: pointer;}
.colu h4:after{content: "\e65f";font-size:18px;color:#999;margin-left:10px;}
.colu .drop{display: none; position:absolute;left:0;top: 40px;width:max-content;}
.colu .drop a{float: left;display: flex;color:#999;font-size:16px;margin-right: 30px;align-items: center;}
.colu .drop a:before{content:"";display: block;width: 12px;height: 12px;margin-right: 10px;border-radius: 50%;border: 2px #fff solid;/* padding: 10px; */background: #999;box-shadow: 0 0 0 1px #ddd;}
.colu .drop a:hover:before,.colu .drop a.active:before{box-shadow: 0 0 0 1px #006c52;background: #006c52;}
.colu .drop a:hover,.colu .drop a.active{color:#006c52;}

.colu li.on h4{color:#006c52}
.colu li.on h4::after{color:#006c52}
.colu li.on .drop{display:block;}
/*--*/
.downloadIn .choose{display: flex; margin-top:80px;margin-bottom:50px;}
.downloadIn .choose a{display: inline-block;margin-right:60px;color:#666666;font-size:20px;}
.downloadIn .choose a.active{color:#006c52;font-weight:bold;}


/*==下载列表↓==*/
.download-list{}
.download-list li{display: flex;margin-bottom:10px;padding:20px 50px;padding-bottom: 15px;border-bottom:1px #ddd solid;align-items: center;overflow: hidden;}
.download-list span{flex: 1;display: block;font-size: 18px;color: #3a3a3a;}
.download-list a{display: block;color:#333;font-size: 18px;}
.download-list .title{/* float: left; */}
.download-list .title font{color:#006c52;}
.download-list .title a:before{content:"\e6d3";color:#999;font-size:30px;margin-right:10px}
.download-list .title.pdf a:before{content:"\e677"}
.download-list .title.zip a:before{content:"\e728"}
.download-list .title.docx a:before{content:"\e6b6"}
.download-list .file{display: flex; }
.download-list .file a{display: inline-block;margin-right: 30px;}
.download-list .file a:before{margin-right:5px;font-size:22px;}
.download-list .preview:before{content: "\e8bf";}
.download-list .load:before{content: "\e62f";}
.download-list .format{text-transform: lowercase;}
.download-list a:hover{color:#006c52;}
.download-list a:hover:before{color:#006c52}
.download-list .title:hover{transform:translateX(5px)}
.download-list li:nth-child(n+2){border-bottom: 1px dashed #ccc;}
.download-list li span:nth-child(1){width: 30%;flex: auto;}
.download-list li.top span{font-size:20px;}



/*==tab1↓==*/
.tab_1{display: flex; flex-direction: column-reverse;}
.tab_1 .tone{display: flex;margin-top: 40px;border-top: 2px #88baae solid;justify-content: center;}
.tab_1 .tone li{position: relative;z-index: 1;flex: 1;display:inline-block;cursor: pointer;color: #242424;font-size: 22px;padding: 10px 0;text-align: center;}
.tab_1 .tone li:after {content:"";position:absolute;left:0;top: -2px;z-index: 1;width:100%;height: 2px;background:#006c52;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tab_1 .tone .active,.tone-item li:hover{color: #006c52;}
.tab_1 .tone .active:after,.tab_1 .tone li:hover:after{transform:scale(1);transform-origin:left;} a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}
.tab_1 .frame{position: relative;height:550px;display: flex;justify-content: flex-end;align-items: center;}
.tab_1 .frame .pic{position: absolute;left: 0;top: 0;bottom: 0;right:450px;z-index:-1; height: 100%;}
.tab_1 .frame .pic img{display:block;width:100%;height: 100%;object-fit: cover;}
.tab_1 .frame .info{/* float: right; */padding:50px;margin: 50px 0;width: 600px;box-shadow: 0 0 10px #ddd;background: #fff;}
.tab_1 .frame .info h4{display: table;color:#333;font-size:28px;padding-bottom:10px;border-bottom: 2px #88baae solid;}
.tab_1 .frame .info .wx{margin-top:30px;color:#666;font-size:16px;line-height: 30px;}
.tab_1 .frame .info .more{float: right;display: table;margin-top:40px;color:#006c52;font-size:14px;}
.tab_1 .frame .info .more:hover{color:#3a3a3a;transform:translateX(-5px)} 


/*==公司环境↓==*/ 
.ambientIn{padding:0px !important;}
.amt-up{background: url(../images/ambient-bg.jpg) no-repeat center; background-size:cover;}
/*--*/
.ambient-list{display: flex;margin: 0 0 -50px -50px;overflow: hidden;flex-wrap: wrap;}
.ambient-list li{width: calc(50% - 50px);margin: 0 0 50px 50px;align-items: center;}
.ambient-list .box{position: relative;margin:-50px 50px 0 50px;padding: 30px;text-align: center;background: #fff;}
.ambient-list h4{color: #333333;font-size: 20px;font-weight: bold;}
.ambient-list P{opacity:0;height: 0;margin-top: 20px;font-size:16px;color:#fff;transition: all .4s ease-in-out;}
.ambient-list li:hover .box{background:#006c52}
.ambient-list li:hover h4{color:#fff;}
.ambient-list li:hover p{opacity:1; height:auto;}
/*--*/
.amt-advert{padding:100px 0;background: url(../images/ad-bg.jpg) no-repeat center; background-size:cover;}
.amt-advert .info{text-align: center;}
.amt-advert .info .title{color:#fff;font-size:30px;line-height: 45px;}
.amt-advert .info .more{display: table;margin: auto;margin-top: 40px;color:#fff;font-size:14px}
.amt-advert .info .more:hover{color:#006c52}


/*==人才理念滚动↓==*/ 
.srll-idea{position:relative;width:800px;margin:auto;}
.srll-idea li{position: relative;}
.srll-idea .list li{padding:0 0 100px 100px;}
.srll-idea .list .pic{box-shadow: 0 0 10px #ddd;}
.srll-idea .list .box{position: absolute;left: 0;bottom: 0;width: 400px;padding:40px;background: #006c52;}
.srll-idea .list h4{color:#fff;font-size:20px}
.srll-idea .list p{margin-top:15px;color:#fff;font-size:16px}
.srll-idea .pag{position:absolute;bottom: 50px;right: 150px;left: auto;width: auto;font-size:16px;color:#3a3a3a}
.srll-idea .pag .swiper-pagination-current{color:#006c52}
.srll-idea .pag:before,.srll-idea .pag:after{content:"";position:absolute;top: 0;bottom: 0;width:30px;height:1px;margin: auto;font-size: 16px;background: #aaa;}
.srll-idea .pag:before{left: -120%;}
.srll-idea .pag:after{right: -120%;}
.srll-idea .btn {opacity: 0.8;position:absolute;top:50%;right:10px;z-index: 2;display:block;color: #fff;font-size: 26px;font-weight:bold;padding: 10px 10px;transform:translateY(-50%);cursor:pointer;background: #999;}
.srll-idea .btn:hover {color:#fff;background:#006c52}
.srll-idea .sNext:before {content:"\eb9b";}


/*==招聘↓==*/ 
.joinIn{  background: url(../images/bgk01.jpg) no-repeat center; background-size:cover;}
/*--*/
.joinIn .screen{margin:60px 0}
.joinIn .screen ul{display: flex;margin-left:-20px}
.joinIn .screen ul li{flex: 1;position: relative; margin-left:20px}
.joinIn .screen h4{display: flex;color:#666;font-size:16px;padding: 12px 20px;border:1px #ddd solid;border-radius: 5px;align-items: center;justify-content: space-between;}
.joinIn .screen h4:after{content: "\eb98"; font-size:20px;}
.joinIn .screen .drop{position: initial;left:0;right:0;top: 120%;min-height:135px;display: flex;    flex-wrap: wrap;align-items: flex-start; margin-top:10px;border:1px #ddd solid;border-radius: 5px;padding: 20px 30px; }
.joinIn .screen .drop a{display: flex;color:#666;font-size:14px;margin:5px 10px;align-items: center;}
.joinIn .screen .drop a:hover{color:#006c52}
.joinIn .screen .drop a:before{content:"";display: block;width: 12px;height: 12px;margin-right: 10px;border-radius: 50%;border: 2px #fff solid;/* padding: 10px; */background: #999;box-shadow: 0 0 0 1px #ddd;}
.joinIn .screen .drop a:hover:before,.joinIn .screen .drop a.active:before{box-shadow: 0 0 0 1px #006c52;background: #006c52;}
/*-列表-*/
.join-list{}
.join-list li{margin-bottom:30px}
.join-list .top{display: flex;padding:30px 80px;background: #fff;justify-content: space-between;cursor: pointer;}
.join-list .top dl{font-size: 17px;color:#333;}
.join-list .top dl dd{margin-bottom:10px}
.join-list .top dl dd:last-child{margin-bottom:0px;}
.join-list .top span{margin-right:10px;}
.join-list .top .title{font-weight:bold;}
.join-list .down{padding: 50px 80px 0 80px;}
.join-list .frame{margin-bottom:30px}
.join-list .up{display: flex;margin-bottom: 40px;align-items: center;}
.join-list .up .titleTop{color:#006c52;font-size: 30px;}
.join-list .up span{color:#3a3a3a;font-size:20px;margin-left:40px}
.join-list .mark{display: flex;color:#3a3a3a;font-size:24px;align-items: center;margin-bottom: 30px;}
.join-list .mark:before{content: "";width: 5px;height: 25px;margin-right: 10px;background: #006c52;}
.join-list .down .title{color:#3a3a3a;font-size:22px;margin-bottom:20px}
.join-list .down .wx{color:#666;font-size:16px;line-height: 35px;}
.join-list .down .more{margin-top:40px;display: table;color:#f5a100;font-size:20px;padding:5px 30px; border:1px #f5a100 solid; border-radius: 5px;}
.join-list .down .more:hover{color:#fff;border-color:#006c52;background: #006c52;}
.join-list li.on .top{background:#006c52}
.join-list li.on .top *{color:#fff}
/*--*/
.join-faq{}
.join-faq .titleTop{color:#006c52;font-size:26px;font-weight:bold;margin-bottom: 35px;}
.join-faq ul{display: flex;margin: 0 0 -40px -100px;flex-wrap: wrap;}
.join-faq ul li{width: calc(50% - 100px);margin: 0 0 40px 100px;}
.join-faq ul h4{color:#3a3a3a;font-size:20px;margin-bottom: 12px;font-weight: bold;}
.join-faq ul p{color:#6a6a6a;font-size:16px;;line-height: 30px;}
.join-faq ul li:hover{transform:translateY(-5px)}
.join-faq ul li:hover h4{color:#006c52}



/*==加盟↓==*/ 
.join-advan{}
.join-advan ul{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.join-advan ul li{width: calc(33.3% - 20px);margin:0 0 20px 20px}
.join-advan ul .box{padding:20px;text-align: center; background: #f5f5f5;}
.join-advan ul h4{color: #000;font-size: 18px;font-weight: bold;}
.join-advan ul p{margin-top:10px;color:#6a6a6a;font-size:16px;}
/*--*/
.join-factor{background: url(../images/factor-bg.jpg) no-repeat center; background-size:cover;}
.join-factor ul{display:flex;}
.join-factor ul li{flex: 1;padding: 0 40px;border-right:2px solid rgba(255,255,255,0.5)}
.join-factor ul li:last-child{border:none}
.join-factor ul em{ margin: auto; display: table;}
.join-factor ul p{color:#fff;font-size:16px;margin-top: 30px;}
/*--*/
.join-suppor{}
.join-suppor ul{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.join-suppor ul li{width: calc(25% - 20px);margin:0 0 20px 20px;display: flex;height: 300px;justify-content: center;align-items: center;border: 1px #eee solid;background: url(../images/bgk02.jpg) no-repeat center;background-size:cover;}
.join-suppor ul h4{color: #000;font-size: 24px;}
.join-suppor ul li:hover h4{color:#006c52;font-weight:bold;}
/*--*/
.join-process{background: url(../images/factor-bg.jpg) no-repeat center; background-size:cover;}

.join-process ul{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.join-process ul li{position:relative;flex: 1;margin:0 0 20px 20px;text-align: center;}
.join-process ul li::after{content: "";position:absolute;right: -50px;top:0;bottom:0;margin:auto;width: 64px;height: 52px;background: url(../images/arrow-01.png) no-repeat center;}
.join-process ul em{display: table;margin: auto;box-shadow: 0 0 0 10px rgba(255,255,255,0.5);border-radius: 50%;}
.join-process ul h4{margin-top: 20px;font-size: 24px;color: #fff;font-weight: bold;}
.join-process ul p{margin-top:10px;color:#fff;font-size: 18px;}
.join-process ul b{margin-top:5px;color:#fff;font-size: 22px;font-weight:bold}
.join-process ul li:last-child:after{display:none}
/*--*/
.join-message{background: url(../images/bgk03.jpg) no-repeat center; background-size:cover;}


/*==产品↓==*/ 
.productIn{}
.productIn .frame{margin-bottom: 40px;}
.productIn .frame .titleTop{position:relative;display: table;margin-bottom:30px;color:#006c52;font-size: 28px;font-weight:bold}
.productIn .frame .titleTop::before,.productIn .frame .titleTop::after{content: "";position: absolute;left:0;bottom:0;width:50%;height: 2px;background:#006c52;}
.productIn .frame .titleTop::after{left: auto;right: 0;background: #f5a100;} 


/*==产品详情-顶部↓==*/ 
.proTop{padding:80px 0;background: #f7f7f7;}
.proTop .long{display: flex;}
.proTop .info{flex: 1;}
.proTop .info .title{color:#333;font-size:36px;font-weight:bold;}
.proTop .trait{display: flex;margin-top:50px;}
.proTop .trait li{flex: 1; color:#333;font-size:20px;margin-right:20px;}
.proTop .trait li::before{content: "\e6af";margin-right:10px;color:#006c52;font-weight: 400;}
.proTop .frame{margin-top:50px;color:#666;font-size:16px;line-height: 30px;}
.proTop .frame font{color:#006c52;font-weight:bold}
.proTop .frame .tit{color:#006c52;font-size:16px;margin-bottom:5px;font-weight:bold}
.proTop .pic{ width:45%; margin-left:30px;}
.proTop .pic img{width:100%;}

/*==产品-介绍↓==*/ 
.intro-pro{position: relative;padding:80px 80px;margin-bottom: 80px;border-radius:10px; background:url(../images/bgk03.jpg) no-repeat center;background-size:cover;}
.intro-pro .box{position: relative; z-index: 2;width: 50%;}
.intro-pro .box h4{color: #3a3a3a;font-size: 32px;}
.intro-pro .box p{color:#666;font-size: 17px;margin-top:20px;line-height: 30px;}
.intro-pro .more{margin-top: 50px;display: table;color:#fff;font-size:16px;padding: 12px 30px;border-radius:5px;background:#006c52}
.intro-pro .more:hover{color:#fff; background:#3a3a3a}
.intro-pro .bg{position: absolute;top:0;bottom:0;right: 5%;width: 40%;height: 200px;margin: auto;object-fit: cover;}


/*==产品详情↓==*/
.ProductShow {padding-top:0px;}
.DetailCont .top {}
/*--*/
.DetailCont .pst-left {float:left;width:55%;}
.DetailCont .pst-right {float:right;width:40%}
/*--*/
.psc-content {}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size:16px;}
.psc-content .long {position:relative;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .frame {position:relative; padding: 60px 0;}
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .frame u{position: absolute;left:0;top:-100px;}
.psc-content .theme {display: table;position:relative;margin: auto;color:#333;font-weight: bold;font-size: 32px;margin-bottom:30px;padding-bottom: 10px;}
.psc-content .theme::before,.psc-content .theme::after{content: "";position: absolute;left:0;bottom:0;width:50%;height: 4px;background:#006c52;}
.psc-content .theme::after{left: auto;right: 0;background: #f5a100;}
/*.psc-content .download {}
.psc-content .download li {display:flex;color:#666;font-size:15px;margin-bottom:2px;background:#e9eef4;}
.psc-content .download .state {padding:13px 20px;display:block;border-right:1px #dedede solid;}
.psc-content .download .state:last-child {border-right:none}
.psc-content .download .title {flex:1;color:#333;}
.psc-content .download .block {width:200px;flex-shrink:0;color:#666;}
.psc-content .download .file:before {content:"\e784";float:left;margin:3px 5px 0 0;font-size:20px;color:#666}
.psc-content .download .file:hover {color:#006c52}
.psc-content .download .file:hover:before {color:#006c52}
.psc-content .download .top * {color:#006c52;font-weight:bold;}*/
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}
/*--*/
.psc-content .list_1{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.psc-content .list_1 li{width: calc(50% - 20px);margin:0 0 20px 20px}
.psc-content .list_1 li:nth-child(n+3){width: calc(33.3% - 20px);}
.psc-content .list_1 .pic{height:300px;/*padding-top:70%;*/}
.psc-content .list_1 .pic img{object-fit: cover;height:100%;}
.psc-content .list_1 a{position:relative;}
.psc-content .list_1 a:after{opacity: 0.2; content: "";position: absolute;left:0;top:0;bottom:0;right: 0;background: #000;}
.psc-content .list_1 h4{position: absolute;bottom:0;right:0;z-index:1;padding:20px;color:#fff;font-size:18px;}


.DetailCont .download{}
.DetailCont .download .search-item{margin-bottom:60px;margin-top:20px;}
.DetailCont .download .choose{display: flex;justify-content: center;margin-bottom:40px;}
}

/*==左右图片切换↓==*/
.srllOrso {display:flex}
.srllOrso .leftPic {width:80%;float:left;border:2px #efefef solid;background:#fff;}
.srllOrso .leftPic img {display:block;margin:auto;max-width:100%;height:100%;object-fit:cover;}
.srllOrso .rightPic {width:20%;float:right;margin-left:15px;}
.srllOrso .rightPic li {height:20%;margin-bottom:20px;border:2px #efefef solid;cursor:pointer;background:#fff;}
.srllOrso .rightPic li img {display:block;max-width:100%;height:100%;margin:auto}
.srllOrso .rightPic li.swiper-slide-thumb-active {border-color:#006c52;}
.srllOrso .leftPic,.srllOrso .rightPic {height:550px;}
.srllOrso .leftPic .look {opacity:0;position:absolute;left:0;bottom:0;z-index:2;width:100%;padding:10px;color:#fff;font-size:16px;height:40px;text-align:center;transform:translateY(40px);background:rgba(0,0,0,0.5);}
.srllOrso .leftPic .look i {margin-right:10px;display:inline-block;font-size:20px;}
.srllOrso .leftPic:hover .look {opacity:1;transform:translateY(0px);}
.srllOrso .rightPic:hover .btn {opacity:1 !important;}
.srllOrso .btn {opacity:0;position:absolute;top:0;left:0;right:0;z-index:2;margin:0px;padding:5px 0;cursor:pointer;text-align:center;background:rgba(0,0,0,0.4);transition:all .4s ease-in-out;}
.srllOrso .btn:before {color:#fff;font-size:32px;display:block;}
.srllOrso .sPrev:before {content:"\ebd1";}
.srllOrso .sNext:before {content:"\eb9c";}
.srllOrso .btn.sNext {top:auto;bottom:0;}
.srllOrso .btn:hover {opacity:1;background:rgba(0,0,0,0.6)}


/*==新闻详细页↓==*/
.NewsDetailBox{}
.NewsDetailBox .titleTop{ text-align: center;margin:0 0 60px 0;}
.NewsDetailBox .tit{color:#000000;font-size:24px;}
.NewsDetailBox .msg{display: flex;margin-top: 20px;justify-content: space-between;}
.NewsDetailBox .msg *,.NewsDetailBox .msg span,.NewsDetailBox .msg a{color: #9a9a9a;font-size: 15px;}
.NewsDetailBox .msg span{margin:0 5px;}
.NewsDetailBox .msg a:hover,.NewsDetailBox .msg .active{color:#FF6600}
.NewsDetailBox .msg .active{font-weight:bold;}
.NewsDetailBox .share{height:60px;border-top:1px #aaa dotted; padding:20px 0;margin-top: 60px; overflow: hidden;}
.NewsDetailBox .share .bshare-custom{float:left;}
.NewsDetailBox .share .time{ float:left;margin-left:50px;color:#a7a7a7;font-size:14px;display: block;}
.NewsDetailBox .share .return{float:right; color:#fff;font-size:14px;padding:10px 20px 10px 38px;margin-top:-10px; background-color:#d2d2d2; background-image:url(../images/line202.png); background-position:12px 15px; background-repeat:no-repeat;}
.NewsDetailBox .share .return:hover{background-color:#006c52}
.NewsDetailBox .pagIng{border-top:1px #aaa dotted;border-bottom:1px #aaa dotted;padding:15px 0;overflow: hidden;}
.NewsDetailBox .pagIng span{ display: inline-block;color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a{color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a:hover{color:#006c52}
.NewsDetailBox .pagIng .prev{float:left}
.NewsDetailBox .pagIng .next{float:right}
.NewsDetailBox .relevant{margin-top:60px}
.NewsDetailBox .relevant .tit{color:#333;font-size:22px;}
.NewsDetailBox .relevant .list{margin-top:20px;}
.NewsDetailBox .relevant .list li{float:left;width:100%;margin-bottom:10px}
.NewsDetailBox .relevant .list li .time{float: right; color:#858585;font-size:14px;}
.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:16px;transition: all .4s ease-in-out;}
.NewsDetailBox .relevant .list li:hover a{color:#006c52}


/*==滚动大图↓==*/
.srllPho{ position: relative;;width: 100%;margin: auto;}
.srllPho .gallery-top{border: 1px #ddd solid; background:#fff ;}
.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}
.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}
.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}
.srllPho .gallery-top li{height:500px;}
.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}
.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}
.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:2px #ddd solid; cursor: pointer; background:#fff;}
.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #006c52 solid;}
.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}
.srllPho .btn{opacity: 1;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#006c52;font-size:40px;background-image:none;background-color:#ddd;background-position:center;background-repeat:no-repeat;background-size: auto;}
.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}
.srllPho .btn.nt{left:auto;right:0;}
/*.srllPic .btn.next{transform:rotate(180deg);}*/
.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#006c52;}
.srllPho .swiper-button-disabled{opacity: .5;}
/*.srllPic .btn:hover{ opacity: 1;}*/
.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}


/*==留言-通用↓==*/  
.message-item {}
.message-item .frame{float:left;width:calc(50% - 60px);margin:0 30px}
.message-item form{display: flex;flex-wrap: wrap;}
.message-item form .shell{display: flex;width: calc(100% - 20px);margin-bottom:20px;    align-items: flex-start;/* background: #000; */}
.message-item form .shell.w100{width:100%;margin: 0px 0 15px 20px;}
.message-item form .shell.w33{width: calc(33.3% - 20px);margin: 0px 0 15px 20px;}
.message-item form .ml{margin-left:20px;}
.message-item form .mt{margin-top:20px !important;}
.message-item form .shell.vt{    align-items: flex-start;}
.message-item form h5 {width: 90px;flex-shrink: 0;text-align: center;margin-top: 10px;margin-right: 10px;color: #333;font-size: 16px;font-weight:bold}
.message-item form h5 i{color:#006c52}
.message-item form h6{color:#333;font-size:16px;}
.message-item form .fill{flex: 1;width: 100%;line-height: 30px;color:#666;font-size: 15px;padding: 6px 10px;border-radius:5px;border: 1px #ddd solid;background: #fff;}
.message-item form .fill_2{flex: 1; border:none;border-bottom:1px #ddd solid;background: none;}
.message-item form textarea{height:120px}
.message-item form .bak{flex: 1;display: flex;margin: 0 0 -10px -10px;flex-wrap: wrap;}
.message-item form label{display: inline-block;margin: 0 0px 10px 10px;color:#333;font-size: 15px;cursor: pointer;}
.message-item form label input{margin-right: 8px;}
.message-item form .bak .fill{margin: 0 0 10px 10px;}
.message-item form select{display: inline-block;flex: 1;width: 100%;margin-left: 10px;font-size: 15px;line-height: 25px;color: #666;padding: 10px 10px;border-radius: 5px;border: 1px #ccc solid;cursor: pointer;}
.message-item form .w50{width: calc(50% - 20px);margin: 0 0 15px 20px;}
.message-item form .w100{width: calc(100% - 20px);margin: 0 0 15px 20px;}
/*--*/
.message-item form .lower{display: flex;width: fit-content;margin: auto;margin-top:80px;text-align: center;align-items: center;justify-content: center;flex-direction: column;}
.message-item form .submit{position: relative;display: block;margin:auto;margin-top:20px;color: #fff;font-size: 16px;padding: 12px 50px;border:none;cursor: pointer;border-radius: 5px;background:-webkit-linear-gradient(left, #eb9f03, #18714a);}
.message-item form .submit:hover{background: #3a3a3a;}
.message-item form .lower .tel{margin-top:10px;color:#666;font-size:20px;font-weight:bold;}
.message-item form .btn-2{}
/*--*/
.message-item form .zi{display: flex;margin-left: 100px; align-items: center;}
.message-item form .zi em{margin:0 0px 0 10px;}
.message-item form .zi .bak{align-items: center;}
/*--*/
.message-item form .part{display: flex;flex-wrap: wrap;margin: 0 0 -15px -20px;}
.message-item form .part .in{display: flex;color:#333;font-size:16px;}
/*--*/
.message-item.v2{margin:0px;}
.message-item.v2 form h5{width:auto}
/*--*/
.message-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.message-item .code input{ flex: 1;}
.message-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.message-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.message-item .yzm input{width: 150px;padding: 18px 20px;border: none;}


/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .long .left,.ContactInner .long .right,.ContactInner #dituContent {height:540px;}
.ContactInner .long .left {width:50%;}
.ContactInner .long .left img {width:100%;height:100%;object-fit:cover;}
.ContactInner .long .right {position:relative;width:50%;/* border:1px #ddd solid;*/padding:60px 240px 40px 50px;background:#f7f7f7;}
.ContactInner .long .right .title {color:#333333;font-size:26px;}
.ContactInner .long .right .tel {position:relative;margin-top:25px;color:#333333;font-size:14px;display:block;}
.ContactInner .long .right .tel:before {content:"";position:absolute;left:0px;top:32px;width:10px;height:3px;background:#006c52;}
.ContactInner .long .right .tel:after {content:"";position:absolute;left:13px;top:32px;width:25px;height:3px;background:#006c52;}
.ContactInner .long .right .tel font {margin-top:30px;font-size:30px;color:#006c52;display:block;font-weight:bold;}
.ContactInner .long .right .wx {min-height:156px;margin-top:20px;color:#333333;font-size:14px;display:block;line-height:26px;}
.ContactInner .long .right .consult {position:absolute;top:100px;right:60px;}
.ContactInner .long .right .ewm {position:relative;color:#737373;font-size:12px;text-align:center;display:block;line-height:15px;}
.ContactInner .long .right .ewm img {display:block;margin:0 auto 5px;}
.ContactInner .long .right .online {/* float:left;*/color:#fff;margin:30px auto 0;font-size:14px;padding:8px 40px;background:#006c52;display:block;border-radius:20px;text-align:center;}
.ContactInner .long .right .online:hover {background:#666;}
.ContactInner .map {}
.ContactInner #dituContent {height:500px;}
.ContactInner #dituContent img{max-width: initial;}


/*==留言通用↓==*/
.MessageCon{/* background: url(../images/MessageBg.jpg) no-repeat center; */background-size:cover;}
.MessageCon .long{padding:80px;background: #f9f9f9;}
.MessageCon .title{margin-bottom:40px;overflow: hidden;}
.MessageCon .title h2{float:left;color:#191919;font-size:24px;}
.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}
.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}
.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}
.MessageCon .block:nth-child(2n+1){margin-left:1%;}
.MessageCon input,.MessageCon textarea{padding: 20px 20px 20px 45px;border: none;background-repeat:no-repeat;background-position: 15px 20px;}
.MessageCon textarea{width:100%;height:120px;}
.MessageCon span{margin-top:20px;display:block;text-align:center}
.MessageCon button{display: table;margin: auto;margin-top:20px;padding: 12px 50px;border:none;border-radius: 30px;color:#fff;font-size:14px;cursor: pointer; background: #006c52;}
.MessageCon button:hover{background:#3a3a3a}
.MessageCon .x1{background-image: url(../images/ico201.png);}
.MessageCon .x2{background-image: url(../images/ico202.png);}
.MessageCon .x3{background-image: url(../images/ico203.png);}
.MessageCon .x4{background-image: url(../images/ico204.png);}
.MessageCon .x5{background-image: url(../images/ico205.png);}


/*==企业文化↓==*/ 
.cultureIn{}
.cultureIn .titleTop{color:#333;font-size:20px;}
.cultureIn .titleTop h3{color:#333;font-size:20px;}
.cultureIn .titleTop h3{position:relative;display: table;width: 400px;margin-bottom: 20px;padding-bottom: 15px;color:#2a2a2a;font-size: 28px;font-weight:bold}
.cultureIn .titleTop h3::before,.cultureIn .titleTop h3::after{content: "";position: absolute;left:0;bottom:0;width: 20%;height: 3px;background:#006c52;}
.cultureIn .titleTop h3::after{width: 80%;left: auto;right: 0;background: #f5a100;}
.cultureIn .titleTop span{color:#3a3a3a;font-size:26px;}
.cultureIn .titleTop.cen{margin:auto;display: table;text-align: center;}
.cultureIn .titleTop.white *{color:#fff}
.cultureIn .titleTop.white:after{background: #fff;}
/*--*/
.cue-vision{}
.cue-vision .long{display: flex;position:relative;margin-top: 300px;padding: 100px;background: url(../images/vision-bg.jpg) no-repeat center;background-size:cover;}
.cue-vision .long .pic{position: absolute;right: 80px;bottom: 80px;}
/*--*/
.cue-mission{background: url(../images/mission-bg.jpg) no-repeat center; background-size:cover;}
.cue-mission-02{padding:200px 0;background: url(../images/mission-bg02.jpg) no-repeat center; background-size:cover;}
.cue-values{}
.cue-values ul{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.cue-values ul li{position:relative;flex: 1;margin:0 0 20px 20px;text-align: center;}
.cue-values ul li::after{content: "";opacity: 0.3;position:absolute;left: 0;right: 0px;top: 0;bottom:0;z-index: 1;background:-webkit-linear-gradient(top, #fff, #006c52);}
.cue-values ul .bg{width:100%;}
.cue-values ul h4{position: absolute;bottom: 80px;left: 0;right: 0;z-index: 2;font-size: 26px;color: #fff;text-align: center;}


/*==发展历程切换↓==*/ 
.srll-history{position: relative;display: flex;    align-items: flex-start;}
.srll-history .list{position:relative;flex-shrink: 0;width:120px;height:900px;;/* width:200px; */margin: 0;margin-right: 50px;}
.srll-history .list:before{content:"";position:absolute;left: 4px;top:0;bottom:0;width:1px;background:#006c52}
.srll-history .list li{position:relative;display: flex;height:50px;margin: 0;padding-left: 20px;cursor: pointer;align-items: center;}
.srll-history .list li:before{content:"";position:absolute;top: 0px;left: 0;bottom:0;margin: auto;width: 10px;height: 10px;border-radius: 50%;background:#006c52}
.srll-history .list h4{height:40px;color:#6a6a6a;font-size:24px;}
.srll-history .list{}
.srll-history .list li:hover h4,.srll-history .list .swiper-slide-thumb-active h4{color:#006c52}
.srll-history .chart{position:relative;margin:0px;width: 70%;padding-top:50px;height:900px;overflow: hidden;} 
.srll-history .chart:before{content:"";position:absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;width:1px;background:#006c52}
.srll-history .chart:after{content:"";position:absolute;left: 0;top: 8px;right: 0;margin: auto;width: 10px;height: 10px;box-shadow: 0 0 0 8px #006c52;border-radius: 50%;background:#f5a100}
.srll-history .chart ul{}
.srll-history .chart li{position:relative;overflow:hidden;}
.srll-history .chart li:nth-child(2n) .box{float:right;}
.srll-history .chart li:nth-child(2n) .title{left:auto;right:100%;margin-left:0px;margin-right:80px;}
.srll-history .chart .box{position:relative;display: block;width: 45%;height: 220px;}
.srll-history .chart li:before{content:"";position:absolute;right: 0;left: 0;top:100px;width: 10px;height: 10px;margin: auto;border-radius: 50%;background:#006c52}
.srll-history .chart .title{position: absolute;left: 100%;top: 80px;margin: auto;margin-left: 80px;width: max-content;height: fit-content;color:#006c52;font-size: 28px;}
.srll-history .chart .pic img{width:100%;max-height: 150px;object-fit: cover;}
.srll-history .chart .wx{color:#666;font-size: 17px;margin-top:20px;line-height: 30px;}
.srll-history .spot{display: none;}


/*===数字滚动↓==*/ 
.number-item {display: flex;flex-flow: row wrap;justify-content: space-between;}
.number-item li {line-height:1;float:left;padding:30px 30px;text-align:center;color: #333;}
.number-item li h5 {color: #333333;font-size: 18px;margin-top: 10px;}
.number-item li b{font-size:54px;color: #006c52;font-weight: bold;}
.number-item li span {display: block; margin-top:10px;color:#999;font-size:14px;text-transform: uppercase;}
.number-item li font{font-size:16px;}
.number-item li:hover{transform:translateY(-5px);}


/*==list-box 图片列表↓==*/
.list-box{margin:0 0 -20px -20px}
.list-box li{display:inline-block;width: calc(25% - 20px);margin: 0 0 20px 20px;border: 10px solid #fff;box-shadow: 0 0 0 1px #eee;background: #fff;}
.list-box li img{max-width:100%;width:100%;}
.list-box li a{display:block; }
.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}
.list-box li:hover .pic{border: 1px #006c52 solid;}
.list-box li h4{color:#666;font-size: 16px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#006c52;}
.list-box.lx5 li{width: calc(20% - 20px);}



/*==底部===*/
.footer {position:relative;z-index:5;padding:70px 0 0px 0;background:#fafafa;overflow:hidden;}
.footer .logo{display: flex;border-bottom:1px #ddd solid;margin-bottom:30px;padding-bottom:30px;align-items: center;}
.footer .logo img{height: 90px;}
.footer .logo .txt{margin-left:50px;color:#717071;font-size: 24px;padding: 10px 0 10px 20px;font-weight: bold;border-left: 1px #999 solid;}
.footer .up{display: flex;justify-content: space-between;}
.footer .nav {position:relative;display: flex;flex: 1;margin-bottom:30px;justify-content: space-between;}
.footer .nav h3 {position: relative;color:#333333;font-size: 18px;padding-bottom: 10px;margin-bottom:18px;font-weight:bold;border-bottom: 2px #ddd solid;}
.footer .nav h3:after{content:"";position:absolute;left:0;bottom: -2px;width: 40px;height: 2px;background: #006c52;}
.footer .nav li {/*! display:table-cell;*/padding-right: 20px;}
.footer .nav li a {display:block;color:#333333;font-size: 17px;margin-bottom:15px;}
.footer .nav li a:hover {color: #006c52;}
.footer .ewm {margin-top: 30px;color:#333333;font-size:14px;text-align:center;}
.footer .ewm span{display: block;float:left;margin-right: 20px;}
.footer .ewm img {display:block;margin-bottom: 5px;}
.footer .info {/* display: flex; */margin-left: 80px;justify-content: space-between;align-items: flex-end;}
.footer .info .box{font-size: 20px;font-weight: bold;color:#333;}
.footer .info .box span{display: block;margin-right:30px;margin-top: 10px;}
.footer .info span.address{display:block;font-size:15px;color:#666; font-weight: 400;margin-top:8px;}
.footer .address{margin-top:30px;}
.footer .address span{margin-right:50px;}

.footer .link {display: flex;margin-top: 20px;flex-wrap: wrap;}
.footer .link h3 {flex-shrink: 0; color:#3a3a3a;font-size: 14px;}
.footer .link .box{flex: 1;}
.footer .link a {position:relative;color:#5a5a5a;font-size:14px;display:inline-block;padding: 0 20px;margin-bottom:5px;}
.footer .link a:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;height: 13px;margin: auto;background:#aaa}
.footer .link a:last-child::after{display: none;}
.footer .link a:hover{color:#006c52}


.footer .down {position:relative;margin-top:50px;padding: 15px 0;color:#fff;font-size:14px;}
.footer .down:before {content:"";position:absolute;top:0;left:-50%;right:-50%;bottom:0;z-index: -1;background:#006c52;}
.footer .down a {color:#fff;font-size:14px;}
.footer .down a:hover {color:#ddd}





