@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: #f5f6fa;}
.bgf{background: #fff;}



/*==字符串↓==*/
*: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_g2n4e42qv0n.woff2?t=1684396789980') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_g2n4e42qv0n.woff?t=1684396789980') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_g2n4e42qv0n.ttf?t=1684396789980') format('truetype');
}

/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99; height:80px;box-shadow: 0 0 10px #ddd;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .sub{top:80px} 
 
/*--*/
.header{position: relative;z-index:99;height:100px;}
.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 .container{height:100%;}
.header .logo{float:left;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}

.header .logo .txt{color:#666;font-size:16px;text-align: center;margin-right: 30px;padding-right: 30px;border-right: 1px #ddd solid;}
.header .logo .txt font{display: block;font-size:32px;color:#006c52;font-weight:bold;letter-spacing:4px;}
.header .tel{position: relative;float: right;display: flex;font-size: 28px;color: #006c52;height: 100%;align-items: center;margin-left: 50px;}
.header .tel:before{content: "\e618";font-family: "iconfont";/* position: absolute; *//* left:0; */margin-right: 10px;font-weight: 400;color: #006c52;}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{/* flex: 1; */ float: left;height: 100%;margin-left: 50px;}
.header .nav > li > a{position: relative;display: flex;color: #191919;font-size: 18px;height: 100%;text-align: center;/* padding-bottom: 39px; */align-items: center;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;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 .nav > li.xpos{position: inherit;}
.header .sub{display:none;left:0;right:0;top: 100px;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: flex;color: #5e5e5e;font-size: 16px;margin: 8px 20px;align-items: center;}
.header .sub-1 a::before{content:"";width:5px;height:5px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-1 a:hover{color:#006c52; }
.header .sub-1 a:hover:before{background:#006c52}
/*--*/
.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: 20px;font-weight: bold;margin-bottom: 20px;}
.header .sub-2 .vig .title:hover{color:#006c52}
.header .sub-2 .vig a{display: flex;color: #6a6a6a;font-size: 16px;margin-bottom: 15px;}
.header .sub-2 .vig a:hover{color:#006c52;transform:translateX(-2px)}
.header .sub-2 .vig a:hover h4:before{background:#006c52}
.header .sub-2 .vig h4{display:flex;align-items: center;}
.header .sub-2 .vig h4::before{content:"";width:5px;height:5px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-2 .vig img{flex-shrink: 0;width:70px;margin-right:10px;}
.header .sub-2 .pic{flex-shrink:0;margin-left: 200px;}
.header .sub-2 .pic .more{display: block;color:#999;font-size:14px;margin-top:10px;}
.header .sub-2 .pic .more:hover{color:#006c52}
/*--*/
.header .sub-3{width: 200%;left:-50%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 15px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}
.header .sub-3 a{display:flex;color: #6a6a6a;font-size: 16px;padding: 8px 10px;align-items: center;justify-content: center;}
.header .sub-3 a:hover{color:#fff; background: #006c52;}


/*==次级导航↓==*/
.menu{position: relative;box-shadow: 0 5px 10px #eee;overflow: hidden;}
.menu .long{display: flex;padding: 30px 0px;height:80px;overflow:hidden;background: #fff;justify-content: space-between;align-items: center;}
.menu .secon{}
.menu .secon li{display: inline-block;margin-right: 50px;}
.menu .secon a{position:relative;z-index:2;display: block;color: #666;font-size: 18px;height: 100%;/* overflow: hidden; */background: #fff;}
.menu .secon a:after{content: "";position: absolute;left:0;bottom: -26px;z-index:-1;width:100%;height: 2px;background: #006c52;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu .secon li:hover a,.menu li.active a{ color:#006c52; }
.menu .secon li:hover a:after,.menu .secon li.active a:after{transform: scale(1);transform-origin:left;}
.menu .site{color: #6a6a6a;font-size:14px;}
.menu .site .home i{ font-weight:bold;font-size:18px;margin-right:10px;}
.menu .site a{}
.menu .site a:hover{color:#006c52}


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



/*==标题↓==*/
.titleAx{color:#191919;font-size:40px;}  
.titleAx b{font-weight:bold}
.titleAx span{position:relative; margin-top:10px;display: block;color:#7f7f7f;font-size:16px;font-weight: 400;text-transform: Uppercase;}
.titleAx font{color:#006c52}
.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #006c52;}
.titleAx.cen{display: flex;width: fit-content;margin: auto;text-align: center;margin-bottom:50px;flex-direction: column;align-items: center;}
.titleAx.cen span:before,.titleAx.cen span:after{ content: "";position: absolute;left: -60px;top: 0;bottom:0;width: 40px;height: 1px;margin: auto;background:#006c52;}
.titleAx.cen span:after{left: auto;right: -60px;} 
.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 span{display: block; margin:10px auto 0;color:#7f7f7f;font-size:16px;font-weight:400}
.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:flex;width: 50px;height: 50px;text-align:center;color: #fff;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #fff solid;border-radius: 50%;/*background:#fff;*/transition: all .4s ease-in-out;align-items: center;justify-content: center;}
.cut-item .btn.sNext {left:auto;right:-75px;}
.cut-item .btn:hover {color:#006c52;border-color: #006c52;}
.cut-item .btn:hover:before {color:#006c52}
.cut-item .sPrev:before {content:"\e662";}
.cut-item .sNext:before {content:"\eb9b";}
.cut-item .btn.cor{color:#aaa;border-color:#aaa;}
.cut-item .btn.cor:hover{color:#006c52;border-color:#006c52;}
.cut-item .btn.cor:hover::before{color:#006c52}
/*--*/

/*==左右按钮控制↓==*/
.trol-btn{margin-top:40px;display: flex;justify-content: center;}
.trol-btn .btn{position: inherit;margin: 0 10px;transform: translateY(0%);}

/*-切换点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;text-align: center;margin-bottom:50px;margin-left: -5px;align-items: stretch;justify-content: center;}
.tone-item li{/* flex: auto; */width: fit-content;display:inline-block;cursor: pointer;margin-left: 30px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color: #666;font-size: 16px;padding: 10px 40px;overflow:hidden;background: #eeeeee;}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #006c52;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .more a{color:#1c2023; background: #dddddd;}
.tone-item .active a,.tone-item li:hover a{color:#fff; }
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}




/*==标题+tab↓==*/
.title-tip{display: flex;position: relative;margin-bottom:50px;justify-content: space-between;align-items: center;}
.title-tip.line{padding-bottom: 30px;border-bottom: 2px #ddd solid;/*height: 90px;*/}
.title-tip .tit{float:left;text-align: left;margin: 0px;}
.title-tip .tone .more{position: relative;z-index:2;font-size: 40px;padding: 0;height: -webkit-fill-available;margin-left: 30px;transition: all .4s ease-in-out;align-items: stretch;}
.title-tip .tone .more:after{display:none;}
.title-tip .tone .more:hover{color:#006c52;transform:translateX(5px)}
.title-tip .tone_1{}
.title-tip .tone_1 li{display:inline-block;cursor: pointer;margin-left: 20px;}
.title-tip .tone_1 a{position: relative;z-index: 1;display: block;color: #000123;font-size: 16px;padding: 12px 40px;box-shadow: 0 5px 10px #eee; overflow:hidden;border:1px solid #fdfdfd;background: #fff;}
.title-tip .tone_1 a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height: 100%;background: #006c52;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.title-tip .tone_1 .me{margin-left:20px;display: inline-block;color:#999;font-size: 35px;padding-bottom: 25px;}
.title-tip .tone_1 .me:hover{color:#006c52;transform:translateX(5px)}
.title-tip .tone_1 .active a,.tone-item li:hover a{color: #fff;}
.title-tip .tone_1 .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}
/*--*/ 
.title-tip .tone_2{display: flex;margin-bottom: -91px;flex-wrap: wrap;}
.title-tip .tone_2 li{ float: left;margin-left: 50px;position: relative;}
.title-tip .tone_2 a{position: relative;display: block;color:#242424;font-size:20px;text-align: center;padding-bottom: 35px;}
.title-tip .tone_2 a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height: 2px;background:#006c52;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.title-tip .tone_2 li.active a{color:#006c52; }
.title-tip .tone_2 li.active a:after{transform: scale(1);transform-origin:left;}


/*==产品页面↓==*/
.productIn{padding-bottom:0 !important}


/*===产品列表↓==*/
.product-list.edge{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(25% - 30px);margin:0 0 30px 30px; }
.product-list li{}
.product-list a{display: block;box-shadow: 0px 2px 10px #eee;background: #fff;}
.product-list .pic{padding-top:100%;}
.product-list h4{position:relative; color:#191919;font-size:16px;padding:15px 20px;margin:0 20px;border-top:1px #ddd solid;text-align: center;}
.product-list h4::before{opacity: 0;content: "";position:absolute;left:0;top: -1px;right:0;margin: auto;width:50%;height:1px;background: #006c52;}
.product-list li:hover{}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#006c52}
.product-list li:hover h4::before{opacity:1; width:100%;}


/*==首页案例↓==*/
.case-row{display:flex}
.case-row li{position: relative;z-index:1;text-align: center;cursor:pointer;border-right:1px solid rgba(255,255,255,0.4)}
.case-row a{position: relative;display: block;}
.case-row a:before{content:"";opacity: 0.3;position:absolute;left:0;top:0;right:0;bottom:0;z-index: 1; background: #000;}
.case-row .pic{height:100%;}
.case-row .box{position: absolute;left:0;top: 0px;right: 0;bottom:0;z-index: 2;height: fit-content;margin: auto;padding:20px 40px;}
.case-row em{display: flex;margin: auto;margin-bottom:20px;width: 100px;height: 100px;border:1px #fff solid;border-radius:50%;justify-content: center;align-items: center;}
.case-row h4{color:#fff;font-size:24px;margin-bottom: 0px;}
.case-row span{display: block;color:#fff;font-size:14px;margin-top: 8px;text-transform: uppercase;}
.case-row p{ -webkit-line-clamp: 2;margin-top: 20px;color:#fff;font-size:14px;}
.case-row .more{display:inline-block; margin-top:30px;color:#fff;font-size:14px;padding:10px 30px;border-radius:5px;border:1px #fff solid;}
.case-row .more:hover{transform: translateY(-5px);}
.case-row li:hover .box{transform: translateY(-10px);}
.case-row li:hover:before{background:#006c52}
.case-row li:hover p{opacity:1;}
.case-row li:hover .more{ border-color:#006c52; background:#006c52}


/*==产品切换↓==*/
.srll-pro{position:relative;}
.srll-pro #certify{position:relative;padding:20px 10px;}
.srll-pro .list li {width:700px;box-shadow: 0 0 10px #ddd;overflow: hidden;background:#fff;}
.srll-pro .list img{width:100%;  }
.srll-pro .list h4{display: flex;padding: 20px 30px;color:#333333;font-size: 20px;border-top: 1px #ddd solid;justify-content: space-between;align-items: center;}
.srll-pro .list h4::after{content: "\e62d";font-size:30px;}
.srll-pro .list .swiper-slide-active .pic{background:#006c52; }
.srll-pro .list .swiper-slide-active h4{color:#006c52; }
.srll-pro .list .swiper-slide-active h4::after{color:#006c52}
.srll-pro .spot{display: block;}
.srll-pro .btn.sPrev{left:0}
.srll-pro .btn.sNext{right:0;left:auto}


/*==公司优势tab↓==*/
.advan-tab{display: flex;flex-direction: column-reverse;}
.advan-tab .roll{display: flex;margin: 20px 0 0 -20px;}
.advan-tab .roll li{flex: 1;display: flex;position: relative;z-index:2;margin-left: 20px;cursor:pointer;font-size: 24px;color: #212121;padding: 25px 30px;justify-content: space-between;align-items: center;background: #fff;}
.advan-tab .roll li:before{opacity:0;content:"";position:absolute;left:0;bottom: 0;z-index: -1;width:100%;height: 80%;background:#006c52;}
.advan-tab .roll em{flex-shrink: 0;margin-left: 40px;height: 40px;overflow: hidden;}
.advan-tab .roll em img{display: block;transform: translateY(0px);filter: drop-shadow(0px 40px #fff);/* transition: all .4s cubic-bezier(0.26, 0.32, 0.74, 0.66); */}
.advan-tab .roll h4{color:#191919;font-size:20px}
.advan-tab .roll h4 font{display:block;color: #666;font-size: 14px;}
.advan-tab .roll .active *{color:#fff;} 
.advan-tab .roll .active:before{opacity:0.9;height:100%;}
.advan-tab .roll .active em img{transform: translateY(-100%);    }
.advan-tab .shelf{box-shadow: 0 0 10px #eee;overflow: hidden;width: 100%;background:#fff;}
.advan-tab .shelf li{width: 100%;position: relative; display: flex;width:-webkit-fill-available;height: 100%;}
.advan-tab .pic{display: flex;width:50%;height:470px}
.advan-tab .pic img{width:100%;height: 100%;object-fit: cover;}
.advan-tab .box{position:relative;z-index: 1;flex: 1;float:left;width:50%;padding: 60px;}
.advan-tab .box .title{color: #006c52;font-size: 26px;margin-bottom: 40px;}
.advan-tab .box .title span{display: block;color: #8a8a8a;font-size: 14px;margin-top: 5px;font-weight:400}
.advan-tab .box .title:after{content: "";display: block;margin-top: 20px;width: 60px;height: 3px;background: #006c52;}
.advan-tab .wx{color: #666666;font-size:16px;line-height: 28px;}
.advan-tab .wx b{position: relative;display: flex;margin-bottom:10px;padding-left: 15px;}
.advan-tab .wx b:before{content:"";position: absolute;left: 0;top: 10px;width:5px;height:5px;display: block;border-radius:50%;background:#006c52}
.advan-tab .more{display: flex;width: fit-content;margin-top:40px;color:#fff;font-size:16px;padding:12px 35px;border-radius: 5px;background: #006c52;align-items: center;}
.advan-tab .more i{margin-right:10px;}
.advan-tab .more:hover{background: #3a3a3a;}


/*==首页关于↓==*/
.aboutHome .up{background: url(../images/aboutBg.jpg) no-repeat center; background-size:cover;}
.aboutHome .up .wx{color:#fff;font-size:16px;padding:0 50px; text-align:center;line-height:30px;}
.aboutHome .up .more{display: table;margin: auto;margin-top: 60px;padding: 11px 40px;color: #fff;border:1px #fff solid;border-radius: 5px;background: rgba(255,255,255,0.1);}
.aboutHome .up .more:hover{ background:#006c52;}
.aboutHome .down{margin-top:20px}


/*==数据介绍↓==*/
.number-arr{display: flex;margin-top: 80px;justify-content: space-between;}
.number-arr li{flex: 1;margin-right: 60px;border-right: 1px solid rgba(255,255,255,0.2);}
.number-arr li:last-child{margin-right:0px;border-right:0px;}
.number-arr a{display: flex;    align-items: center;}
.number-arr img{flex-shrink: 0;margin-right:50px}
.number-arr .box{flex:1;color:#fff;}
.number-arr h4{font-size:28px;margin-bottom:15px}
.number-arr h4 span{display:block;font-size:15px}
.number-arr p{font-size:16px}
.number-arr font{color:#fff}
.number-arr li:hover a{transform:translateY(-5px)}
.number-arr li:hover h4{}


/*==视频排列==*/
.video-arr{display: flex;margin-left:-20px}
.video-arr a{ position:relative; flex: 1;display: flex;margin-left: 20px; }
.video-arr a::after{opacity: 0.3; content: "";position:absolute;left:0;top:0;right: 0;bottom:0;z-index:1; background: #000;}
.video-arr .box{position:absolute;left:0;top:0;right: 0;bottom:0;z-index:2;margin:auto;width: fit-content;height: fit-content;text-align: center;color: #fff;}
.video-arr em{display: flex;position: relative;margin: auto;font-size: 30px;width: 50px;height: 50px;align-items: center;justify-content: center;}
.video-arr em:before{content:"";position:absolute;left: 0;top:0;bottom:0;right:0;border:2px solid #ddd;border-radius:50%;}
.video-arr em:after{opacity:0.8; content:"";position:absolute;left: 0;top:0;bottom:0;right:0;margin: 5px;border: 5px solid #ddd;border-radius:50%;}
.video-arr h4{margin-top:10px; font-size:28px;}
.video-arr span{display: block;margin-top: 1px;font-size:16px;}
.video-arr a:hover:after{opacity:0.3;background:#006c52}
.video-arr a:hover .box{transform:translateY(5px)}
.video-arr a:hover em:after{opacity:0;}



/*==合作客户↓==*/
.partner-item{background: url(../images/PartnerHomeBg.png) no-repeat center; background-size:cover ;}
/*--*/
.srll-partner_2 .spot{ position: initial;margin:60px auto 0;text-align: center;}
.srll-partner_2 .spot li{position:relative; display:inline-block;width:15px;height:15px;margin:0 10px;border-radius:50%;overflow:hidden;cursor:pointer;background:#e9e9e9;    transition: all .4s ease-in-out;}
.srll-partner_2 .spot .active{background: #006c52;} 
/*--*/
.partner-list_2 ul{display: flex;flex-flow: row wrap;align-content: flex-start;}
.partner-list_2 li{display: inline-block;width: 14.2%;/* border: 1px #f60 dashed; */}
.partner-list_2 a{position:relative; display:block;width: 100%;height: 100%;}
.partner-list_2 a:before{content: "";position: absolute;left:0;top: 0;right: 0;bottom: 0;z-index: -1;margin: 15%;width: 70%;height: 70%;border: 1px #ddd solid;transform: rotate(45deg);background: #fff;}
.partner-list_2 img{/* display: contents; */margin: auto;margin: 32% 20%;width: 60%;/* height: 62%; */}
.partner-list_2 a:after{opacity: 0;content: "";position: absolute;left: 15%;top: 15%;right: 0;bottom: 0;z-index: 1;width: 70%;height: 70%;transform: rotate(45deg);background: #006c52;}
.partner-list_2 h4{opacity:0;position:absolute;left:0;top:0;right:0;bottom:0;z-index: 2;margin: auto;width: fit-content;height: fit-content;text-align: center;color:#fff;font-size:15px;padding: 10px 20px;background: rgba(0,0,0,0.6);transform: translateY(-5px);}
.partner-list_2 li:nth-child(2n){}
.partner-list_2 li:nth-child(8){margin-left: 7.08%;}
.partner-list_2 li:nth-child(n+8){margin-top: -7.29%;}
.partner-list_2 li:nth-child(14){margin-left: 14.2%;}
.partner-list_2 li:hover a{z-index:2;}
.partner-list_2 li:hover a:before{border-color:#006c52}
.partner-list_2 li:hover a:after{opacity: 0.3;}
.partner-list_2 li:hover h4{opacity:1;transform:translateY(0px)}




/*===首页新闻↓==*/
.newsHome{ background: url(../images/bgk03.jpg) no-repeat center; background-size:cover;}
.news-grid {margin:0 0 0px -15px;}
.news-grid li{float:left;width: calc(33.3% - 15px);margin: 0 0 0px 15px;}
.news-grid a {display:block;position:relative;}
.news-grid .box{position: relative;z-index: 1;padding:20px;background: #fff;}
.news-grid .pic img {display:block;width:100%;height:100%;object-fit:cover;}
.news-grid h4 {position:relative;color: #000;font-size:18px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.news-grid p {-webkit-line-clamp:2;margin-top: 8px;color:#878787;font-size:14px;line-height: 24px;}
.news-grid li:hover h4 {color:#006c52}
.news-grid .one .pic {height: 360px;}
.news-grid .one .time{margin-top: 30px;display: flex;color:#bfbfbf;font-size:13px;justify-content: space-between;align-items: center;}
.news-grid .one .time:after{content: "\e61d";display: flex;width: 32px;height: 32px;color: #006c52;font-size: 18px;font-weight: bold;border:1px #006c52 solid;border-radius: 50%;transform: rotateZ(0deg);justify-content: center;align-items: center;}
.news-grid .one:hover .time:after{ color:#fff;background:#006c52;   transform: rotateZ(-40deg);}
.news-grid .two{position:relative}
.news-grid .two:after{content:"";position:absolute;left:0;bottom:0;right:0;margin:0 30px;height:1px;background:#ddd}
.news-grid .two:last-child:after{display:none}
.news-grid .two a {padding: 25px 30px;background: #fff;}
.news-grid .two h4{display:flex;align-items: center;}
.news-grid .two p{-webkit-line-clamp:1;}
.news-grid .two:hover a{transform:translateX(5px)}
.news-grid .two:hover h4 {color:#006c52}


/*===产品列表↓==*/
.case-list{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.case-list li{display: inline-block;width:calc(25% - 30px);margin:0 0 30px 30px; }
.case-list a{display: block;background: #fff;}
.case-list .pic{padding-top:80%;}
.case-list h4{position:relative; color:#191919;font-size:16px;padding:15px 20px;border-top:1px #ddd solid;text-align: center;}
.case-list li:hover a{transform: translateY(-5px);}
.case-list li:hover h4{color:#006c52}
.case-list.u2 h4{background: #f6f6f6;}


/*==案例-介绍↓==*/
.case-up{display: flex;}
.case-up .set{position: relative;width:62%;height:500px; }
.case-up .set img{max-width:100%;width:100%; height:100%; object-fit: cover;}
.case-up .info{/* width:45%; */flex: 1;padding: 50px;background: #f6f8fa;}
.case-up .info .title{color:#006c52;font-size:32px;margin-bottom:30px;}
.case-up .info .wx{color:#666666;font-size:16px;line-height: 28px;}



/*==视频↓==*/
.VideoHome .more-2{margin:50px auto 0;}
.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%;border: 1px #e8e8e8 solid; box-shadow: 12px 5px 10px #eee;}
.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{color: #6a6a6a;font-size:18px;padding:15px 20px; text-align: center; }
.video-list li:hover a{    box-shadow: 12px 5px 10px #e1e1e1;}
.video-list li:hover .pic:before{opacity:1;}
.video-list li:hover .pic:after{opacity:0.4;}
.video-list li:hover h4{color:#006c52}


/*==新闻模块↓==*/
.newsIn{padding-top:0px !important}
.newsIn .up{position: relative;z-index: 1;padding:80px 0;background: #eee;}
.newsIn .up:before{content:"";position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;background: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);}
.newsIn .overall{margin-top:80px;}
.newsIn .opt{display: flex;margin-bottom:30px;justify-content: space-between; }
.newsIn .opt .fare{display:flex}
.newsIn .opt .fare li{margin-right: 30px;}
.newsIn .opt .fare a{position: relative;color:#6a6a6a;font-size:22px;}
.newsIn .opt .fare a:after{content:"";position: absolute;left:0;bottom: -10px;width: 100%;height: 1px;background:#006c52;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.newsIn .opt .fare a:hover,.newsIn .opt .fare li.active a{color:#006c52}
.newsIn .opt .fare a:hover:after,.newsIn .opt .fare li.active a:after{transform: scale(1);transform-origin:left;}
.newsIn .opt .search {position:relative;display: flex;width: 280px;align-items: stretch;background: #f5f5f5;}
.newsIn .opt .search input {flex:1;width:100%;padding: 15px 20px;color:#333;font-size: 16px;border: none;background: none;}
.newsIn .opt .search button {flex-shrink: 0;width: 60px;height: 100%;color: #666;font-size: 24px;border:none;cursor:pointer;background: none;}
.newsIn .opt .search button:hover{color:#fff;background:#3a3a3a}
 
 
 /*==新闻滚动↓==*/
 .srll-news .list li{ position: relative; }
 .srll-news .list li a{position: relative;display: flex;height: 450px;background: #ffffff;}
 .srll-news .list li .pic{flex-shrink: 0;width: 55%;height: 100%;}
 .srll-news .list li .pic img{max-width:100%;height: 100%;object-fit: cover;}
 .srll-news .list li .box{/*! text-align: center; */flex: 1;padding: 60px;min-width: 0;height: 100%;}
 .srll-news .list li .box h4{width: 100%;font-size: 26px;color: #333;/*! font-weight: bold; */overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .srll-news .list li .box .time{position:relative;display: flex;color:#999;font-size: 14px;margin-top:20px;align-items: center;}
 .srll-news .list li .box .time:before{content:"";margin-right: 20px;width:40px;height:1px;background:#ccc}
 .srll-news .list li .box p{-webkit-line-clamp: 3;font-size: 16px;color: #666;margin-top: 30px;line-height: 24px;}
 .srll-news .list li:hover h4{color:#006c52}
 .srll-news .more{}
 .srll-news .more{display: flex;width: fit-content;color: #fff;font-size: 14px;padding: 12px 30px;margin-top: 40px;background: #006c52;flex-direction: row-reverse;align-items: center;}
 .srll-news .more:before{content: "\e61f";font-family: "iconfont";margin-left: 10px;font-size: 20px;}
 .srll-news .more:hover{ background: #3a3a3a;}
 .srll-news .more:hover:before{transform:translateX(3px);}
 .srll-news div.spot{bottom: 30px;display: table;left: 55%;/*! margin-left: 52px; */text-align: left;margin-left: 60px;}
 .srll-news div.spot span{opacity:1;width: 12px;height: 12px;margin-right: 12px !important;background: #c7c7c7;}
 .srll-news div.spot .swiper-pagination-bullet-active{ background:#006c52}
 
 
 /*==新闻列表↓==*/
 .news-list{display: flex;margin:0 0 -30px -30px;flex-wrap: wrap;}
 .news-list li{float:left;width: calc(33.3% - 30px);margin: 0 0 30px 30px;}
 .news-list li a{display: block;height:100%;background: #fff;border:1px #eee solid;}
 .news-list .pic{padding-top:60%; position:relative}
 .news-list .pic img{ position:absolute;top:0;left:0; width: 100%;height: 100%;object-fit: cover;}
 .news-list .box{padding:30px;}
 .news-list h4{color:#090929;font-size: 22px;margin-bottom:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .news-list p{-webkit-line-clamp: 2;color: #7a7a7a;font-size: 15px;line-height: 25px;}
 .news-list .time{margin-top:30px;display: flex;color: #999;font-size:14px;justify-content: space-between;align-items: center;}
 .news-list .time i{opacity: 0;font-size: 24px;}
 .news-list li:hover a{border-color:#006c52;transform: translateY(-0px);}
 .news-list li:hover h4{color:#006c52}
 .news-list li:hover .time i{opacity:1; color:#006c52;transform: translateX(-5px);}
 
 
 /*==新闻详情↓==*/
 .EssayCont .lefter {float:left;width:70%;}
 .EssayCont .righter {float:right;width:25%;}
 .EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
 .EssayCont .righter .shell:last-child {margin-bottom:0px;}
 .EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
 .EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#006c52;}
 .EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
 .EssayCont .righter .shell .tit .more:hover{color:#006c52}
 /*--*/
 .EssayCont .bgb {margin-bottom:30px;background:#fff;}
 .EssayCont .bgb:last-child {margin-bottom:0px;}
 .EssayCont .bgb.p3 {padding:30px 30px 40px 30px;}
 .EssayCont .bgb.p4 {padding:40px 40px 40px 40px;}
 /*--*/
 .EssayCont .news {}
 .EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
 .EssayCont .news li:last-child{margin-bottom:0px;}
 .EssayCont .news .one {position:relative;}
 .EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
 .EssayCont .news .one:hover h4 {background:#006c52}
 .EssayCont .news .two{}
 .EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
 .EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
 .EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
 .EssayCont .news .two:hover a {color:#006c52;}
 .EssayCont .news .two:hover a:before {background:#006c52;}
 /*--*/
 .EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
 .EssayCont .content .title{color:#333333;font-size:28px;}
 .EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
 .EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
 .EssayCont .content .msg span{margin:0 5px;}
 .EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#006c52}
 .EssayCont .content .msg .active{font-weight:bold;}
 .EssayCont .content .wor{min-height:300px;font-size:16px;}
 /*--*/
 .EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
 .EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
 .EssayCont .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
 .EssayCont .pagIng a:hover{color:#fff; background: #006c52;}
 .EssayCont .pagIng .prev{float:left}
 .EssayCont .pagIng .next{float:right} 


/*==产品详情↓==*/
.ProductShow {padding-bottom:0px !important;}
.DetailCont {background:#f5f7f9}
.DetailCont .top {/* background:#fff; */}
/*--*/
.DetailCont .pst-left {float:left;width: 55%;}
.DetailCont .pst-right {float:right;width: 45%;height:600px;padding: 70px 50px;background: #fff;}
/*--*/
.pst-right .title {color: #006c52;font-size:30px;font-weight: bold;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.pst-right .wx {color:#666666;font-size:15px;line-height:28px;overflow:hidden;}
.pst-right .online {margin-top:40px;overflow:hidden;}
.pst-right .online a {float:left;margin:0 20px 10px 0;color:#fff;font-size: 15px;padding:10px 50px;line-height: 30px;border-radius:5px;background: #006c52;}
.pst-right .online a i{margin-right:10px}
.pst-right .online a.tel{font-size: 22px;}
.pst-right .online a.cor {color:#fff;background:#161616;}
.pst-right .online a:hover {color:#fff; background:#3a3a3a;}
.pst-right .trait li:nth-child(3):before {content:"\e703";}
/*--*/
.psc-content {margin-top:50px;}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size:16px;}
.psc-content .long {position:relative;display:flex;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .titleTop{color:#fff;font-size: 22px;background: #006c52;}
.psc-content .titleTop font{display: table;padding: 15px 50px;border-bottom:2px #006c52 solid;}
.psc-content .long{padding:40px 50px;background: #fff;}
.psc-content .frame {display: flex;align-items: flex-start; margin-bottom:30px;padding-bottom:30px;border-bottom:1px #eee solid}
.psc-content .frame:last-child{margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {flex-shrink: 0;position:relative;margin-right:60px;color: #000;font-size: 18px;margin-bottom:30px;padding-left:20px}
.psc-content .theme:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#006c52;}
.psc-content .info{flex: 1;}
.psc-content .wx{ color:#484848;font-size: 16px;line-height: 30px;} 
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}

.area-row{display: flex;margin-left: -20px;flex-wrap: wrap;position: relative;z-index:1;justify-content: space-between;}
.area-row li{display: flex;margin-left: 20px;text-align: center;flex-direction: column;}
.area-row a{display: block;}
.area-row em{display: flex;width: 100px;height: 100px;margin: auto;color: #fff;font-size: 36px;border-radius: 50%;justify-content: center;align-items: center;background: #006c52;}
.area-row h4{color: #191919;font-size: 18px;margin-top: 15px;} 
.area-row li:hover a{transform:translateY(-5px)}
.area-row li:hover em{background:#3a3a3a}
.area-row li:hover h4{color:#006c52}


/*==左右图片切换↓==*/
.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)}


/*==滚动大图↓==*/
.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}


/*==产品详情-2===*/
.proDet{}
.proDet .air{border:1px #ddd solid}
.srllPho2{position:relative;}
.srllPho2 .btn{left:20px;z-index:99}
.srllPho2 .btn.sNext{left:auto;right:20px}
.srllPho2 .gallery-top li{height:500px;background:#f9f9f9;}
.srllPho2 .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}
.srllPho2 .spot{position:absolute;left:0;right:0;bottom:10px;z-index:2}
/*--*/
.proDet{}
.proDet .top {border-bottom:1px #ddd solid}
.proDet .top .left {float:left;width: 60%;border-right:1px #ddd solid;}
.proDet .top .right {float:right;width: 40%; background: #fff;}
/*--*/
.proDet .top .shelf{padding: 40px;border-bottom: 1px #ddd solid;}
.proDet .top .shelf:last-child{border-bottom:none}
.proDet .top .title {display: table; color: #006c52;font-size:24px;padding-bottom:15px;margin-bottom: 25px;border-bottom:1px #ccc dashed;}
.proDet .top .tit{color: #333;font-size:20px;padding-bottom:15px;}
.proDet .top .wx {color:#7a7a7a;font-size: 16px;line-height:28px;overflow:hidden;}
/*--*/
.proDet .content {padding:40px}
.proDet .content .titleTop{position:relative;width:100%;color:#333;font-size:22px;margin-bottom: 40px;overflow: hidden;}
.proDet .content .titleTop h3{display: flex;line-height: 1;flex-shrink:0;align-items: center;text-transform: Uppercase;}
.proDet .content .titleTop u{font-size: 70px;color: #999;font-weight: bold;margin-right: 20px;font-style: oblique;font-family: serif;text-decoration: none;}
.proDet .content .titleTop span{}
.proDet .content .titleTop b{position:relative; color:#333;font-size: 26px;}
.proDet .content .titleTop font{margin-bottom: 8px;display: block;color: #999;font-size: 24px;font-family: serif;}
.proDet .content .titleTop b::after{content: "";position:absolute;top: 0;bottom: 0;/* right: -100%; */left: 110%;margin: auto;width: 2000px;height: 1px;background: #ddd;}
.proDet .content .frame{margin-bottom:60px}
.proDet .content .frame:last-child{margin-bottom:0px}
.proDet .content .frame { display: flex; clear: both; flex-wrap: wrap;}
/*--*/
.proDet .content .theme {display: flex;color: #9a9a9a;font-size: 26px;margin-bottom: 30px;align-items: center;}
.proDet .content .theme em{display: flex;margin-right:20px;width: 80px;height: 80px;color: #fff;font-size: 40px;border-radius: 50%;background: #d2d2d2;align-items: center;justify-content: center;}
.proDet .content .theme font{display: block;font-size:30px;color:#006c52}
.proDet .content .theme b{display: table; color:#fff;font-size:20px;margin-top:5px;padding:5px 20px;text-transform: Uppercase;background:#006c52;}
.proDet .content .wx{color:#666;font-size: 16px;line-height:30px;}
.proDet .intro .shelf {position:relative;z-index:2;/* flex: 1; */display:flex;width: 100%;margin-bottom: 40px;padding-bottom: 40px;clear:both;border-bottom: 1px dashed #ddd;background: #fff;align-items: flex-start;}
.proDet .intro .pic {flex-shrink:0;width: 30%;}
.proDet .intro .pic img {width:100%;} 
.proDet .intro .info{flex:1;margin-top: 40px;}
.proDet .intro .shelf:nth-child(2n){flex-direction:row-reverse;}
.proDet .intro .shelf:nth-child(2n) .pic{margin-left:0px;margin-right:80px;}
.proDet .intro .shelf:nth-last-child(-1n+3){/* float: left; */width: 50%;margin: 0;padding: 40px 0;/* background:#ddd; */}
.proDet .intro .shelf:nth-last-child(-1n+3) .pic{display:none;}
.proDet .intro .shelf:nth-last-child(-1n+3) .info{margin-top:0px;}
.proDet .intro .shelf:nth-last-child(-1n+3)::before{content: "";position:absolute;left:0;right:0;bottom: -5px;margin: auto;width:10px;height:10px;border-radius:50%;background: #ddd;}
.proDet .intro .shelf:nth-last-child(4){margin-bottom:0px;}
.proDet .intro .shelf:nth-last-child(2){border-left:1px #ddd dashed;padding: 40px 50px;}
.proDet .intro .explain{position: relative;margin-top: 80px;width: 100%;}
.proDet .intro .explain span{display: table;margin: auto;width: 60%;color:#fff;font-size: 20px;text-align: center;padding: 20px 50px;border-radius: 50px;background: #bbb;}
.proDet .intro .explain::before,.proDet .intro .explain::after{content:"";position:absolute;top: -100px;left: 25%;width:1px;margin: 0 -1px;height:100px;border-left:1px #ddd dashed}
.proDet .intro .explain::after{left:auto;right: 25%;}
/*--*/
.proDet .range .or{display: flex;width: 100%;justify-content: space-between;}
.proDet .range .or .pic {flex-shrink:0;/* width:50%; */margin-left:50px;}
.proDet .range .or .info{flex:1;margin-top: 40px;}
.proDet .paper .list{display: flex;/* margin: auto; */width: 100%;border: 1px #ddd solid;}
.proDet .paper .list li{flex:1;padding:10px;text-align: center;border-right:1px #ddd solid;}
.proDet .paper .list img{}
.proDet .paper .list li:last-child{border-right: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: #fff;}
.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:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}
.MessageCon textarea{width:100%;height:120px;}
.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}
.MessageCon button:hover{background:#006c52}
.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);}



/*==关于↓==*/
.AboutInner{padding-bottom:0px !important}
.ab-intro{}
.ab-intro .long{display: flex;background: #f7f7f7;}
.ab-intro .set{flex: 1; position: relative;/* width:50%; */}
.ab-intro .set img{max-width:100%;width:100%;}
.ab-intro .video{position:relative; display: block;}
.ab-intro .video::before{content: "";display: flex;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;margin: auto;font-size: 30px;width: 56px;height: 56px;align-items: center;justify-content: center;background: url(../images/videoIco.png) no-repeat center;background-size:contain;}
.ab-intro .video::after{opacity: 0.3; content: "";position:absolute;left:0;top:0;right: 0;bottom:0;z-index:1; background: #000;} 
.ab-intro .video:hover:before{transform:translateY(-5px)}
.ab-intro .video:hover:after{opacity:0.3;background:#006c52}
.ab-intro .info{/* width:45%; */flex: 1;padding: 50px;background: #f6f8fa;}
.ab-intro .info .title{color:#191919;font-size:28px;margin-bottom:30px;}
.ab-intro .info .title span{display: block;color:#666;font-size:18px;margin-bottom:5px}
.ab-intro .info .title:after{content:"";display: block;margin-top:10px;width:50px;height:3px;background: #006c52;} 
.ab-intro .info .wx{color:#666666;font-size:16px;line-height: 28px;}


/*==数据介绍2↓==*/
.number-arr_2{display: flex;margin-top: 40px;justify-content: space-between;}
.number-arr_2 li{flex: 1;display: flex;margin-right: 20px;padding: 30px 40px;background: #f6f8fa;flex-direction: row-reverse;align-items: center;}
.number-arr_2 li:last-child{margin-right:0px;}
.number-arr_2 img{flex-shrink: 0;margin-left: 50px;}
.number-arr_2 .box{flex:1;color:#fff;}
.number-arr_2 h4{font-size:28px;color:#191919;margin-bottom:15px}
.number-arr_2 h4 span{display:block;font-size:15px;font-size:15px;color:#666}
.number-arr_2 p{font-size:16px;color:#191919}
.number-arr_2 font{color:#006c52}
.number-arr_2 li:hover{transform:translateY(-5px)}
.number-arr_2 li:hover h4{color:#006c52}


/*==企业文化↓==*/
.ab-culture{background:url(../images/bgk03.jpg) no-repeat center;background-size:cover;}
/*--*/
.culture-row{display: flex;margin-left: -20px;flex-flow: row wrap;align-content: flex-start;}
.culture-row li{position: relative;z-index: 2;flex:1;margin-left: 20px;padding: 40px 50px;text-align: center;box-shadow: 0 2px 10px #ddd;border-radius: 10px;overflow: hidden;background: #fff;}
.culture-row li:last-child{border-right:none}
.culture-row li:after{ opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: -1;background: #006c52 url(../images/cultureBg02.png) no-repeat center;}
.culture-row em{display: flex;margin: auto;height: 90px;color:#fff;font-size:30px;justify-content: center;align-items: center;overflow: hidden;}
.culture-row em img{filter: drop-shadow(0px 90px #fff);}
.culture-row h4{color: #191919;font-size: 24px;margin-top: 20px;margin-bottom: 15px;}
.culture-row h4:after{content:"";display:block;width: 35px;height:2px;margin: auto;margin-top: 15px;background: #006c52;}
.culture-row p{color: #666666;font-size: 16px;line-height: 28px;}
.culture-row li:hover{transform:translateY(-5px);} 
.culture-row li:hover:after{opacity:1}
.culture-row li:hover h4:after{background:#fff}
.culture-row li:hover *{color:#fff}
.culture-row li:hover em img{transform: translateY(-100%);}



/*==关于-实力展示↓==*/
.ambient-tab{}
.ambient-tab .down .frame{display: flex;}
.ambient-tab .info{width: 50%;padding:50px;background:url(../images/bgk04.jpg) no-repeat center;background-size:cover;}
.ambient-tab .info .title{color:#191919;font-size:28px;margin-bottom:30px;}
.ambient-tab .info .title:after{content:"";display: block;margin-top:10px;width:30px;height:3px;background: #006c52;} 
.ambient-tab .info .wx{color:#666666;font-size:16px;line-height: 28px;}
.ambient-tab .list{width: 50%;/* margin:0 0 -10px -10px; */display: flex;flex-flow: row wrap;align-content: flex-start;}
.ambient-tab .list li{display: inline-block;width: calc(50% - 15px);margin: 0 0 15px 15px;}
.ambient-tab .list a{position:relative; display: block; }
.ambient-tab .list .pic{padding-top: 70%;}
.ambient-tab .list h4{opacity:0; position:absolute;left:0;right:0;bottom:0;color:#fff;font-size:16px;padding: 12px 20px;text-align: center;background: rgba(0,0,0,0.5);}
.ambient-tab .list li:hover a{transform: translateY(-5px);}
.ambient-tab .list li:hover h4{opacity: 1;}




/*===数字滚动↓==*/ 
.number-item {margin-left:-70px;border-top:1px #ddd solid;padding-top:40px;margin-top:50px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.number-item li {line-height:1;float:left;width:calc(25% - 70px);padding:30px 30px;margin-left:70px;text-align:center;border:1px #ddd solid;border-radius:5px;  background-color:#fff;background-image:url(../images/bg101.png); background-position:right bottom ; background-repeat:no-repeat ;}
.number-item li h5 {color:#000123;font-size:20px; margin-bottom:10px;}
.number-item li b{font-size:54px;color:#006c52;}
.number-item li span {display: block; margin-top:10px;color:#999;font-size:14px;text-transform: uppercase;}
.number-item li:hover{border-color:#006c52;transform:translateY(-5px); background-color: #006c52;}
.number-item li:hover *{color:#fff}


/*==荣誉资质切换↓==*/
.ab-honor{background: url(../images/honorBg.jpg);}
/*--*/
.srll-honor{position: relative;}
.srll-honor li{}
.srll-honor a{display:block;background:#fff}
.srll-honor .list li .pic{height: 360px;padding: 20px !important;}
.srll-honor li h4{color:#333333;font-size:16px;padding: 15px 20px;text-align: center;}
.srll-honor li:hover h4{color:#006c52}
.srll-honor .spot{display:none;}



/*==合作伙伴切换↓==*/
.ab-partner{}
/*--*/
.srll-partner{}
.srll-partner .list{}
.srll-partner .list li{}
.srll-partner .list li a{position: relative;display:block;width: 100%;height:100%;border:1px #eee solid; overflow: hidden; background:#fff;}
.srll-partner .list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#006c52;}
.srll-partner .list .pic{position:relative;width:100%;padding-top:60%;}
.srll-partner .list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
.srll-partner .list h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}
.srll-partner .list li:hover h4{opacity:1;transform: translateY(0px);}
.srll-partner .list li:hover a:after{opacity:0.8;transform: translateY(0px);} 


/*==list-box 图片列表↓==*/
.list-box{margin:0 0 -20px -20px}
.list-box li{display:inline-block; width: calc(25% - 20px);margin: 0 0 20px 20px; }
.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: 15px;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; background:#00734a;}
.footer .up {padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#fff;font-size:18px;margin-bottom:15px;}
/*.footer .tit:before {content:"";position:absolute;top:0;left:-12px;bottom:0;margin:auto;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;}*/
.footer .nav {position:relative;float:left;width: 50%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color: #ccc;font-size: 14px;margin-bottom:8px;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .ewm {float:right;margin-left:5%;color:#aaa;font-size:14px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width:130px;margin-bottom:10px;}
.footer .right {float:right;color:#ccc;font-size:12px;}
.footer .right .tel {display:block;color:#fff;font-size:28px;font-weight:bold;margin-bottom:10px;}
.footer .right .wx {display:block;color: #ccc;font-size:14px;line-height:30px;}
.footer .right .wx i{display: inline-block;width:20px;text-align: center;font-size:25px;font-size:15px; color:#006c52;margin-right:10px;}
.footer .right .share {margin-top:20px}
.footer .right .share a {display:inline-block;margin-right:18px;width:35px;line-height:35px;text-align:center;color:#fff;font-size:20px;border-radius:50%;background:#3d99ff;}
.footer .right .share a:hover {background:#006c52;}
.footer .down {position:relative;margin-top:60px;padding:20px 0;color:#ccc;font-size: 14px;border-top:1px solid rgba(255,255,255,0.1)}
.footer .down a {color:#ccc;font-size: 14px;}
.footer .down a:hover {color: #fff;}
.footer .link {display: flex;margin-top: 20px;flex-wrap: wrap;}
.footer .link h3 {flex-shrink: 0; color:#fff;font-size: 14px;}
.footer .link .box{flex: 1;}
.footer .link a {position:relative;color:#ccc;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;}


