@charset "utf-8";
/*~~~~框架布局~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}


/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:#00923f}



/*==字符串↓==*/
*: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_8jl20sk8lsc.woff2?t=1689652332943') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_8jl20sk8lsc.woff?t=1689652332943') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_8jl20sk8lsc.ttf?t=1689652332943') format('truetype');
}

/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99;height:80px; }
.fixed-top.header:before,.header.trol:before{opacity:0.7; height:100%;}
.fixed-top.header .logo img{}


/*--*/
.header{position: fixed;left: 0;right: 0;z-index: 9;height:100px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #000;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 .tel{position: relative;display: flex;float: right;margin-left: 60px;height: 100%;font-size: 24px;color: #fff;align-items: center;}
.header .tel:before{content: "\e6b5";font-size:26px;margin-right: 10px;font-weight: 400;color: #fff;}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{position:relative; float: left;height: 100%;margin-left: 50px;}
.header .nav > li > a{position: relative;display: flex;color: #fff;font-size: 17px;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:#00923f;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#00923f; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: 220%;left:-55%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 0px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}
.header .nav .sub a:hover{color:#fff; background: #00923f;}
/*.header .nav li:last-child .sub{display: none !important;}*/
.header .nav .sub.pro{column-count:2;width: 350px;left: 0px;}


/*==次级导航↓==*/
.menu{position: relative;/* box-shadow: 0 5px 10px #eee; */margin-top: -80px;overflow: hidden;}
.menu .long{display: flex;padding: 30px 30px;height:80px;overflow:hidden;border-bottom: 1px #ddd solid;justify-content: space-between;align-items: center;border-radius: 5px 5px 0 0;background: #fff;}
.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: #00923f;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu .secon li:hover a,.menu li.active a{ color:#00923f; }
.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:#00923f}


/*==面包屑↓==*/
.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:#00923f}
.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: #00923f;}


/*==标题↓==*/
.titleAx{color:#000123;font-size:44px;margin-bottom:40px} 
.titleAx b{color:#00923f;font-size:36px; font-weight: bold;margin-bottom: 5px;} 
.titleAx span{display: block;color:#1a1a1a;font-size:22px;font-weight: 400;text-transform: Uppercase;}
.titleAx p{margin-top:10px;color:#757575;font-size:18px;}
.titleAx font{color:#00923f}
.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #00923f;}
.titleAx.cen{text-align: center;margin-bottom:50px;}
.titleAx.cen p{padding:0 100px;}
.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:#bdbdbd;font-size:14px;font-weight:400}
.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #00923f;}
.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{}
/*.lefter {width:22%;float:left}
.righter {width:78%;float:right;padding-left:50px;}*/
/*--*/
.lefter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
.lefter .shell:last-child {margin-bottom:0px;}
.lefter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
.lefter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#00923f;}
.lefter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.lefter .shell .tit .more:hover{color:#00923f}
/*==左侧导航↓==*/
.leftNav{margin-bottom:50px}
.leftNav .title {position:relative;color:#fff;font-size:28px;font-weight:bold;padding:30px 30px;background:#00923f;}
.leftNav .title span {display:table-footer-group;color:#fff;font-size:16px;font-weight:400;}
.leftNav .title em {display:none;position:absolute;top:20px;right:20px;float:right;font-size:16px;}
.leftNav .title em i {margin-left:5px}
.leftNav .title em:hover {color:#00923f}
.leftNav > .drop {border:1px #eee solid;overflow:hidden;background:#f5f5f5;}
.leftNav > .drop > li {border-bottom:1px #e5e5e5 solid}
.leftNav > .drop > li > a {position:relative;z-index:2;display:block;color:#2e2e2e;font-size:18px;padding:18px 30px;}
.leftNav > .drop > li > a:after {opacity:0;content:"";position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;transform:translateX(15px);background:#00923f;transition:all .4s ease-in-out;}
.leftNav > .drop > li > a i {float:left;font-size:12px;font-weight:bold;margin:8px 5px 0 0;color:#2e2e2e;}
.leftNav > .drop > li:hover > a,.leftNav > .drop > li.active > a {color:#fff;padding-left:40px;}
.leftNav > .drop > li:hover > a i,.leftNav > .drop > li.active > a i {color:#fff}
.leftNav > .drop > li:hover > a:after,.leftNav > .drop > li.active > a:after {opacity:1;transform:translateX(0px);}
.leftNav .order {}
.leftNav .order > li {border-top:1px #e8e8e8 solid}
.leftNav .order > li > a {display:block;color:#777;font-size:16px;padding:15px 30px 15px 50px;}
.leftNav .order > li:hover > a,.leftNav .order > li.active > a {color:#00923f;transform:translateX(5px);}

/*==更多按钮↓==*/


.more-1{display: flex;position: relative;width: max-content;margin-top: 40px;color: #00923f;font-size:14px;padding: 8px 30px;border-radius: 30px;border: 1px #00923f solid;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;}
.more-1:before{content:"\e65b";font-size: 20px;margin-left: 5px;color: #00923f;}
.more-1:hover{color: #fff;background: #00923f;}
.more-1:hover:before{color: #fff;transform:translateX(3px)}
.more-1.cen{margin:auto;margin-top:40px;}


/*--*/
.more-2{display: flex;width: max-content;margin-top: 40px;color: #fff;font-size: 16px;padding: 8px 40px;border-radius: 5px;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;background: #00923f;}
.more-2:hover{color:#fff; background:#3a3a3a;}
.more-2.cen{margin:auto;margin-top:40px;}

/*==切换效果↓==*/
.cut-item .btn {position:absolute;top:50%;left:-75px;display:block;width: 50px;line-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;*/}
.cut-item .btn.sNext {left:auto;right:-75px;}
.cut-item .btn:hover {color:#00923f;border-color: #00923f;}
.cut-item .btn:hover:before {color:#00923f}
.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:#00923f;}
/*-切换点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:#eee;}
.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#00923f;}



/*==左右布局↓==*/
.main-orso{display: flex;}
.main-orso .lefter{flex-shrink: 0;width:280px;}
.main-orso .lefter .shell{margin-bottom:30px;background: #fff;}
.main-orso .righter{flex: 1;margin-left:40px;}
.main-orso .righter.airs{min-width:50%;padding:20px;background: #f6f8fa;}
.main-orso .righter.airs .titleTop{color:#fff;font-size:28px;    margin: -20px -20px 50px -20px;padding:10px 30px;background: #161823;}
.main-orso .righter.airs .explain{color:#161823;font-size:16px;margin-bottom:50px;line-height: 30px;}



/*==左侧联系↓==*/
.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:#00923f}
.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:#00923f;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;}
 

/*==左侧联系↓==*/
.connection2 { box-shadow: 0 0 10px #ddd; overflow:hidden;/* background:#eee;*/}
.connection2 .title {/* float:left;*/color:#fff;font-size:24px;padding:50px 20px;text-align: center;background: url(../images/contantBg01.jpg) no-repeat center;background-size: cover;}
.connection2 .box{padding: 20px;color:#666666;font-size:14px;line-height:30px;}
.connection2 .tit{color:#333333;font-size:18px;margin-bottom: 10px;}
.connection2 .ewm{margin-top:20px;text-align: center;}.connection2
.connection2 .ewm h5{}


/*==切换按钮↓==*/
.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -5px;    align-items: stretch;}
.tone-item li{flex: 1;display:inline-block;cursor: pointer;margin-left: 5px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color:#fff;font-size:18px;padding: 15px 10px;overflow:hidden; background:#9d9d9d}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #00923f;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:#00923f;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: #00923f;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:#00923f;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:#00923f;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.title-tip .tone_2 li.active a{color:#00923f; }
.title-tip .tone_2 li.active a:after{transform: scale(1);transform-origin:left;}


/*===产品列表↓==*/
.product-list.edge{margin:0 0 -20px -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 20px 20px; }
.product-list.edge a{box-shadow: 5px 5px 20px #eee;}
.product-list.lx3 li{width:calc(33.3% - 20px);}
/*--*/
.product-list li{}
.product-list a{position: relative;display: block;border:1px #eee solid;background: #fff;}
.product-list a:before{opacity:0; content:""; position: absolute;left:0;bottom:0;z-index:2;width:50%;height:3px;background: #00923f;}
.product-list .pic{padding-top:100%; }
.product-list h4{display: flex;color:#000000;font-size: 18px;padding: 20px 30px;border-top:1px #eee solid;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;align-items: center;justify-content: space-between;}
.product-list h4:after{content:"\e84f";font-size: 30px;}
.product-list li:hover h4{color:#00923f}
.product-list li:hover h4:after{color:#00923f;transform:translateX(5px)}
.product-list li:hover a:before{opacity:1;width:100%}


/*==首页产品↓==*/
.productHome{}
.productHome .frame{margin-bottom:60px;height:100%;background: url(../images/bgk01.png) no-repeat left center;}
.productHome .frame:last-child{margin-bottom:0px}
.productHome .long{display: flex;/* flex-direction: row-reverse; */}
.productHome .info{float:left;width: 40%;padding-right: 50px;}
.productHome .info .box{margin-top:30px}
.productHome .info h4{color:#1a1a1a;font-size:22px;}
.productHome .info h4 font{display: block;margin-bottom:5px; color:#00923f;font-size:36px; font-weight: bold;}
.productHome .info .more{margin-top:40px;}
.productHome .info .img{margin-top:60px;}
.productHome .set{position:relative;float:right;width: 60%;}
.productHome .set img{position:absolute;top:0;left:0;bottom:0;height:100%;border-radius:5px 0 0 5px;max-width: initial;}
.productHome .frame:nth-child(2n){background-position:right center;}
.productHome .frame:nth-child(2n) .long{flex-direction: row-reverse;}
.productHome .frame:nth-child(2n) .info{padding-left:50px;padding-right:0px}
.productHome .frame:nth-child(2n) .set img{left:auto;right:0;border-radius:0px 5px 5px 0px;}


/*==首页应用领域↓==*/
.solve-grid{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.solve-grid li{display: inline-block;width:calc(33.3% - 20px);margin:0 0 20px 20px}
.solve-grid a{display: block;border-radius: 10px;overflow: hidden;}
.solve-grid .pic{}
.solve-grid h4{padding:15px 20px;color:#080404;font-size:16px;text-align: center; background: #f5f5f5;}
.solve-grid li:hover h4{color:#fff;background: #00923f;}


/*==首页关于↓==*/
.aboutHome{background: #f1f5f8;}
.aboutHome .long{display:flex}
.aboutHome .info{width:50%;margin: 80px 0;}
.aboutHome .pic{position: relative;width:50%;margin-left: 70px;}
.aboutHome .pic img{position:absolute;top:0;left:0;bottom:0;width:120%;height:100%;border-radius:5px 0 0 5px;max-width: initial;}
.aboutHome .number{display: flex;margin-top: 50px;}
.aboutHome .number li{margin-right: 60px;color:#00923f;line-height: 1;}
.aboutHome .number span{font-size:44px;}
.aboutHome .number h5{margin-top: 5px;color:#6a6a6a;font-size:16px;}
.aboutHome .wx{font-size:16px;color:#6a6a6a;line-height: 30px;}
.aboutHome .more{}


/*==合作伙伴列表↓==*/
.partner-list{display: flex;flex-wrap: wrap;border-left: 1px #ddd solid;border-top: 1px #ddd solid;}
.partner-list li{width:16.6%;border-right: 1px #ddd solid;border-bottom: 1px #ddd solid;cursor: pointer;}
.partner-list a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;  }
.partner-list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#00923f;}
.partner-list .pic{position:relative;width:100%;padding-top:60%;}
.partner-list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
.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);}
.partner-list li:hover h4{opacity:1;transform: translateY(0px);}
.partner-list li:hover a:after{opacity:0.8;transform: translateY(0px);}
.partner-list li:nth-child(2n) {background:#eee}


/*===首页新闻↓==*/
.newsHome{ background:#f5f5f5;}
.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:#00923f;transform:translateX(5px)}
.news-grid li:hover .more{color:#00923f}
.news-grid .one .pic {height: 360px;}
.news-grid .one .low{margin-top: 30px;display: flex;color:#9a9a9a;font-size:14px;justify-content: space-between;align-items: center;}
.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{align-items: center;}
.news-grid .two h4:before{content:"";display: inline-block;width: 8px;height: 8px;margin: 0px 10px 0 0;border-radius: 50%;background: #ddd;}
.news-grid .two p{-webkit-line-clamp: 2;}
.news-grid .two:hover a{}
.news-grid .two:hover h4{color:#00923f;transform:translateX(5px)}
.news-grid .two:hover h4:before{background:#00923f}                                          


/*==新闻模块↓==*/
.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:#00923f;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.newsIn .opt .fare a:hover,.newsIn .opt .fare li.active a {color:#00923f}
.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:#00923f}
.srll-news .more {}
.srll-news .more {display:flex;width:fit-content;color:#fff;font-size:14px;padding:12px 30px;margin-top:40px;background:#00923f;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:#00923f}


/*==新闻列表↓==*/ 
.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:#00923f;transform:translateY(-0px);}
.news-list li:hover h4 {color:#00923f}
.news-list li:hover .time i {opacity:1;color:#00923f;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:#00923f;}
.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:#00923f}
/*--*/ .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:#00923f}
.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:#00923f;}
.EssayCont .news .two:hover a:before {background:#00923f;}
/*--*/ 
.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:#00923f}
.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:#00923f;}
.EssayCont .pagIng .prev {float:left}
.EssayCont .pagIng .next {float:right}



/*==解决方案↓==*/
.solve-list li {position:relative;margin-bottom:60px;clear:both;overflow:hidden;z-index:2;}
.solve-list li a {position:relative;z-index:2;height:520px;display:flex;border:1px #ddd solid;clear:both;overflow:hidden;}
.solve-list li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.solve-list .pic {flex-shrink:0;width:50%;}
.solve-list .pic img {width:100%;height:100%;object-fit:cover;}
.solve-list .box {position:relative;flex:1;padding:50px 60px;width:40%;}
.solve-list h4 {color:#666;font-size:28px;margin-bottom:40px;}
.solve-list span {display:block;color:#999;font-size:14px;}
.solve-list hr {display:block;margin:10px 0 0 0;width:40px;height:2px;border:none;background:#00923f;}
.solve-list p{    -webkit-line-clamp: 6;color:#666;font-size:16px;line-height:30px;}
.solve-list .more {position:relative;z-index:2;margin-top:40px;display:table;color:#666;font-size:14px;padding:10px 40px;border:1px #999 solid;/* background:#00923f;*/}
.solve-list .more:hover {color:#fff;background:#333;}
.solve-list li:hover a {border-color:#00923f}
.solve-list li:hover h4{color:#00923f;}
.solve-list li:hover h4 hr{width:50px;}
.solve-list li:hover .more {color:#fff;border-color:#00923f;background:#00923f}
.solve-list li:nth-child(2n) a {flex-direction:row-reverse;}



/*==详情页框架2↓==*/
.ss-main{display: flex;}
.ss-lefter{flex: 1;min-width:50%}
.ss-lefter .shell{margin-top: -1px;border:1px #ddd solid;}
.ss-lefter .title{padding:50px 50px;color:#00923f;font-size:30px;text-align: center;border-bottom:1px #00923f solid;background: url(../images/titleBg.jpg) no-repeat center;}
.ss-lefter .wx{color:#666;font-size:15px;line-height:28px;}
/*--*/
.ss-lefter .frame{position:relative;padding:50px;/* margin-bottom:30px; */}
.ss-lefter .frame:before{content:"";position:absolute;left:50px;right:50px;bottom:0;width:auto;height:1px;background:#eee}
.ss-lefter .frame:last-child:before{display:none}
.ss-lefter .frame .tit{position:relative;margin-bottom:20px;padding-left:15px;color:#333;font-size:20px}
.ss-lefter .frame .tit:before {content:"";position:absolute;left:0;top:25%;width:3px;height:50%;background:#00923f;}
/*--*/
.ss-lefter .intro{display: flex;flex-direction: row-reverse;}
.ss-lefter .intro .pic{flex-shrink: 0;width: 45%;margin-left: 50px;}
.ss-lefter .intro .pic img{width:100%;height: 100%;object-fit: cover;}
.ss-lefter .intro .box{position: relative;flex: 1;}
.ss-lefter .intro h3{color: #666;font-size: 28px;margin-bottom:40px;}
.ss-lefter .intro span{ display: block; color:#999;font-size:14px;}
.ss-lefter .intro hr{display: block;margin:10px 0 0 0; width:20px;height:2px; border:none;background: #00923f;}
.ss-lefter .intro p{-webkit-line-clamp: 3;color: #666;font-size:16px;line-height:30px;}
.ss-lefter .intro .more{position: relative;z-index: 2;margin-top: 40px;display:table;color: #fff;font-size:16px;padding:10px 40px;/* border: 1px #999 solid; */background:#00923f;}
.ss-lefter .intro .more:hover{color:#fff;background:#ff8525;}
.ss-lefter .intro li:hover .more{color:#fff;border-color:#00923f;background:#00923f}
/*--*/
.ss-lefter .tone{padding: 30px 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;background: #f5f5f5;}
.ss-lefter .tone li{position:relative;float: left;color:#333;font-size:22px;}
.ss-lefter .tone li:after{content:"";position: absolute;left:0;bottom: -30px;width:100%;height:2px;background:#00923f;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.ss-lefter .tone li.active{color:#00923f; }
.ss-lefter .tone li:hover:after,.ss-lefter .tone li.active:after{transform: scale(1);transform-origin:left;}
/*--*/
.ss-lefter .pagIng{position: relative;padding: 30px 50px;overflow: hidden;background: #f5f5f5;}
.ss-lefter .pagIng .return{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto; width: fit-content;height: min-content;text-align: center;}
.ss-lefter .pagIng .return:before{content:"\e7bf";float:left;margin: 3px 5px 0 0;font-size: 16px;color:#666;}
.ss-lefter .pagIng span{color:#666;font-size:14px;max-width: 40%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ss-lefter .pagIng .prev{float:left}
.ss-lefter .pagIng .next{float:right;}
.ss-lefter .pagIng a{color:#333;font-size:14px;}
.ss-lefter .pagIng a:hover,.ss-lefter .pagIng .return:hover:before{color:#00923f}
/*--*/
.ss-righter{flex-shrink: 0;width:24%;margin-left:30px;}
.ss-righter .shell{margin-bottom:50px}
.ss-righter .bga{border:1px #ddd solid;margin-top:-31px;padding: 25px 40px;background: #f5f5f5;}
.ss-righter .title{color:#333;font-size: 26px;margin-bottom:30px;padding:25px;border:1px #ddd solid;background: #f5f5f5;}
.ss-righter .title span{display: block;color:#999;font-size:14px;}
/*--*/
.ss-righter .list_1{}
.ss-righter .list_1 li{margin-bottom:10px;}
.ss-righter .list_1 a{display: block;border:1px #eee solid}
.ss-righter .list_1 h4{color:#666;font-size:16px;text-align: center;padding:15px}
.ss-righter .list_1 li:hover h4{color:#fff;background: #00923f;}
/*--*/
.ss-righter .nav{}
.ss-righter .nav ul{}
.ss-righter .nav li{border-bottom:1px #ddd solid}
.ss-righter .nav li:last-child{border-bottom:none;}
.ss-righter .nav a{display: block;color:#666;font-size: 16px;padding: 10px 0;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ss-righter .nav a:hover{color:#00923f;transform:translateX(-5px)}


/*==服务支持↓==*/
.serviceIn{padding-bottom:0px !important}
/*--*/
.ser-contan{}
.ser-contant .container{padding-bottom:80px;border-bottom:1px #ddd solid}
.ser-contant ul{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.ser-contant ul li{display: inline-block;width: calc(25% - 30px);margin:0 0 30px 30px;padding:50px 20px;text-align: center;background:#f5f5f5}
.ser-contant ul a{display:block;}
.ser-contant ul em{ color: #6a6a6a;font-size: 45px;}
.ser-contant ul span{display: block;color:#333;font-size:24px;margin-top: 20px;}
.ser-contant ul h5{display: block;color: #999;font-size: 15px;margin-top: 5px;}
.ser-contant ul li:hover{transform:translateY(-5px); background: #00923f;}
.ser-contant ul li:hover *{color:#fff}
/*--*/
.ser-problem{}
.ser-problem .container{padding-bottom:80px;border-bottom:1px #ddd solid}


/*==常见问题列表↓==*/
.problem-list {margin:0px 0 -30px -30px;display:flex;flex-flow:row wrap;align-content:flex-start;}
.problem-list li {float:left;width:calc( 50% - 30px);margin:0 0 30px 30px;padding:30px;box-shadow:6px 15px 15px #eee;border:1px #f7f7f7 solid;background:#fff;}
.problem-list li a {display:block;}
.problem-list li h4 {-webkit-line-clamp:1;position:relative;color:#333;font-size:18px;padding-bottom:2px;}
.problem-list li p {position:relative;color:#666;font-size:15px;margin-top:15px;-webkit-line-clamp:2;}
.problem-list li h4,.problem-list li p {position:relative;padding-left:35px;}
.problem-list li em {position:absolute;left:0;top:0;display:block;margin-right:10px;width:25px;line-height:25px;border:1px #ddd solid;color:#666;font-size:16px;text-align:center;}
.problem-list li p em {border-color:#00923f;color:#fff;background:#00923f}
.problem-list li:hover {box-shadow:6px 15px 15px #ddd;transform:translateY(-5px);}
.problem-list li:hover h4 {color:#00923f}
.problem-list li.w100 {width:100%;}


/*==下载列表↓==*/
.download-list {}
.download-list .top{background:#adadad}
.download-list li {display:flex;color: #5b555a;font-size:15px;margin-bottom:2px;background: #fff;}
.download-list li:nth-child(2n){ background:#f8f8f8}
.download-list .state {padding: 12px 40px;display: flex;border-right: 1px #eee solid;}
.download-list .state:last-child {border-right:none}
.download-list .title {flex:1;color:#333;}
.download-list .block {width:200px;flex-shrink:0;color:#666;text-align: center;justify-content: center;}
.download-list .file:before {content:"\e694";float:left;margin:3px 5px 0 0;font-size:20px;color:#00923f}
.download-list .file:hover {color:#00923f}
.download-list .file:hover:before {color:#00923f}
.download-list .top * {color: #fff;font-size: 20px;} 


/*==产品详情↓==*/
.ProductShow {}
.DetailCont .top {}
/*--*/
.DetailCont .pst-left {float:left;width:55%;}
.DetailCont .pst-right {float:right;width:40%}
/*--*/
.pst-right .title {color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.pst-right .number {color:#666;font-size:18px;display:block;margin-top:20px;}
.pst-right .wx {padding:20px;color:#666666;font-size:15px;min-height:100px;line-height:28px;overflow:hidden;background:#f2f2f2;}
.pst-right .rok {-webkit-line-clamp:3;}
.pst-right .tel {display:block;color:#191919;font-size:22px;margin-top:60px;padding:20px 0 20px 0px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}
.pst-right .tel i {float:left;color:#666;font-size:25px;margin:5px 15px 0 0;}
.pst-right .tel font {color:#00923f;}
.pst-right .online {margin-top:40px;overflow:hidden;}
.pst-right .online a {float:left;margin-right:20px;color:#fff;font-size:14px;padding:12px 50px;border:1px #1b1b1b solid;background:#1b1b1b;}
.pst-right .online a.cor {color:#1b1b1b;background:#fff;}
.pst-right .online a:hover {color:#fff;border-color:#00923f;background:#00923f;}
.pst-right .trait {margin-top:40px;padding-top:30px;border-top:1px #ddd solid;display:flex;justify-content:space-between;}
.pst-right .trait li {position:relative;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;}
.pst-right .trait li:before {margin:0 8px 0 0;font-size:28px;}
.pst-right .trait li:nth-child(1):before {content:"\e75c";}
.pst-right .trait li:nth-child(2):before {content:"\ea00";}
.pst-right .trait li:nth-child(3):before {content:"\e703";}
/*--*/
.psc-content {margin-top:70px;}
.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 .tone {position:relative;display:flex;margin-bottom:50px;border-left:1px #eee solid;}
.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left:-10%;right:-10%;top:0;height:1px;background:#ddd;}
.psc-content .tone:after {bottom:0;top:auto;}
.psc-content .tone li {position:relative;display:inline-block;color:#444444;font-size:18px;padding:18px 30px;border-right:1px #eee solid;cursor:pointer;align-items:center;justify-content:center;}
.psc-content .tone li:before {content:"";float:left;color:#444;font-size:24px;margin-right:10px;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#00923f;}
.psc-content .tone li.active,.psc-content .tone li:hover {color:#00923f}
.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:#00923f}
.psc-content .tone li.active:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
.psc-content .tone li.x1:before {content:"\e6b9";}
.psc-content .tone li.x2:before {content:"\e68f";}
.psc-content .tone li.x3:before {content:"\e692";}
.psc-content .tone li.x4:before {content:"\e694";}
.psc-content .frame {margin-bottom:50px;padding-bottom:40px;border-bottom:1px #ddd solid}
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {position:relative;color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}
.psc-content .theme:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#00923f;}
.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:#00923f}
.psc-content .download .file:hover:before {color:#00923f}
.psc-content .download .top * {color:#00923f;font-weight:bold;}
/*--*/
.psd-right .title {position:relative;color:#666;font-size:20px;margin-bottom:20px;border-bottom:1px #ddd solid;padding-bottom:20px;}
.psd-right .title:before {content:"";position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#00923f}
.psd-right .shell {margin-bottom:30px;border:1px #eee solid;box-shadow:6px 6px 15px #eee;padding:30px;background:#fff;}
.psd-right .thing {}
.psd-right .thing .pic {}
.psd-right .thing h4 {color:#333;font-size:18px;margin-top:20px;}
.psd-right .thing p {-webkit-line-clamp:1;color:#666;font-size:14px;margin-top:10px;}
.psd-right .list {}
.psd-right .list li {margin-bottom:20px}
.psd-right .list li:last-child {margin-bottom:0px;}
.psd-right .list h4 {color:#333;font-size:16px;margin-top:15px;}
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}


/*==左右图片切换↓==*/
.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:#00923f;}
.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 #00923f 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:#00923f;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:#00923f;}
.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}


/*==联系我们↓==*/
.contactIn{padding-bottom:0px !important;}
.cot-mode .up{display: flex;justify-content: space-between;align-items: flex-start;}
.cot-mode .up .title{color: #3a3a3a;font-size: 32px;margin-bottom:40px;}
.cot-mode .up .title::after{content:""; display: block;margin-top:10px;width:50px;height:2px;background: #0094dc;}
.cot-mode .up .wx{ font-size:16px;color:#3a3a3a;line-height: 35px;}
.cot-mode .up .tie{margin-top:20px;display: flex;align-items: center;}
.cot-mode .up .tie .tel{color: #666;font-size:18px;text-align: right;}
.cot-mode .up .tie .tel font{margin-top: 0px;display: block;color: #3a3a3a;font-size: 30px;font-weight: bold;}
.cot-mode .up .tie .ewm{margin-left: 30px;padding: 5px;width: 180px;border: 1px #ddd solid;background: #fff;}
.cot-mode .way{display: flex;margin-top: 40px;padding-top: 40px;border-top:1px #ddd solid}
.cot-mode .way li{flex: 1;display: flex;padding:0 20px;border-right:1px #ddd solid;justify-content: center;align-items: center;}
.cot-mode .way li:last-child{border-right:0px;}
.cot-mode .way em{flex-shrink:0; margin-right:20px;display: flex;color: #333;font-size: 40px;width: 80px;height: 80px;border: 2px #333 solid;border-radius: 50%;align-items: center;justify-content: center;}
.cot-mode .way span{color:#666;font-size:18px;}
.cot-mode .way span font{display: block;color:#333;font-size: 18px;font-weight: bold;margin-bottom: 2px;}
.cot-mode .way li:hover em{color:#fff;border-color:#0094dc; background:#0094dc}
.cot-mode .way li:hover span{color:#0094dc}


/*==地图+留言模块↓==*/
.feedback-orso{ background: #f8f8f8;}
.feedback-orso .long{display: flex;}
.feedback-orso .info{margin-left:20px;margin-bottom:40px;width:50%;}
.feedback-orso #dituContent{height:100%;min-height:400px}
.feedback-orso #dituContent img{max-width:initial;}


/*===留言反馈模块↓==*/
.feedback-great{ background: url(../images/feedbackBg01.jpg) no-repeat center; background-size:cover;}


/*===留言反馈模块↓==*/
.feedback-item{}
.feedback-item .long{display: flex;justify-content: space-between;}
.feedback-item .set{flex-shrink: 1;width:50%;}
.feedback-item .set .img{width:100%;height:100%;}
.feedback-item .set .titleBx{text-align: left;}
.feedback-item .set .titleBx hr{margin:10px 0 0 0;}
.feedback-item .tel{display: block;margin-top:100px;color:#fff;font-size:18px}
.feedback-item .tel h5{display:flex;align-items: center;}
.feedback-item .tel h5:before{content: "\e6a6";margin-right:10px;font-size: 22px;}
.feedback-item .tel font{display: block;margin-top: 5px;color:#0295a5;font-size:32px;line-height: 40px;}
.feedback-item .info{/* flex: 1; */margin-left:20px;width:50%;}
/*--*/
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #eee solid;padding: 10px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w33{width:calc(33.3% - 14px);}
.feedback-item form .shell.w50{width:calc(50% - 20px);}
.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: 10px;color: #999999;font-size: 16px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #0295a5;}
.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}
.feedback-item form .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item form .code input{ flex: 1;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item form .yzm input{width: 150px;padding: 18px 20px;border: none;}
.feedback-item form .explain{margin-top:20px;color:#6a6a6a;font-size:16px;}
.feedback-item form .explain i{color:red}
.feedback-item form .explain font{color:#0295a5;font-weight:bold;}



/*==留言通用↓==*/
.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:#00923f}
.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:0px !important}
.ab-intro{background: url(../images/bgk04.jpg) no-repeat center;background-size:cover;}
.ab-intro .long{display: flex;background: #fff;}
.ab-intro .right{flex: 1; position: relative;/* width:50%; */}
.ab-intro .right img{max-width:100%;width:100%;}
.ab-intro .left{/* width:45%; */flex: 1;padding: 50px;}
.ab-intro .left .title{color:#333333;font-size:26px;margin-bottom:30px;}
.ab-intro .left .title:after{content:"";display: block;margin-top:10px;width:50px;height:2px;background: #00923f;} 
.ab-intro .left .wx{color:#666666;font-size:15px;line-height: 28px;}
.ab-intro .left{}


/*==企业文化↓==*/
.ab-culture{background: url(../images/bgk05.jpg) no-repeat center; background-size:cover ;}
.ab-culture .list{display: flex;}
.ab-culture .list li{position: relative;width: 33.3%;display: inline-block;height: 500px;border-left: 1px #fff solid;}
.ab-culture .list li:before{content: "";position: absolute;left: 0;right: 0;/* top:0; */bottom:0;height: 50%;z-index: 1;background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));}
.ab-culture .list .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;height: 100%;width: 100%;display: block;object-fit: cover;}
.ab-culture .list .info{position: absolute;left:0;right:0;bottom: 0;z-index:2;margin: auto;height: fit-content;padding: 40px 40px;/* text-align: center; */transition: all .4s ease-in-out;}
.ab-culture .list h4{color:#fff;font-size: 22px;margin-bottom: 10px;}
.ab-culture .list p{color:#fff;font-size: 16px;}
.ab-culture .list span{display: block;margin-top:10px; color:#fff;font-size:24px;}
.ab-culture .list li:hover .info{transform:translateY(-5px)}
.ab-culture .list li:hover .bg{/*transform:scale(1.1);*/}
.ab-culture .list li:hover a:before{opacity:0.8;}


/*==环境切换↓==*/
.srll-ambient #certify{position:relative;padding:10px 0}
.srll-ambient #certify .list li {width: 650px;box-shadow: 0 0 10px #ddd;border-radius: 10px;overflow: hidden;box-shadow: 0 0 10px #ddd; background:#fff;}
.srll-ambient #certify .list img{width:100%; padding: 10px;}
.srll-ambient #certify .list h4{padding:20px; color:#333333;font-size:20px;text-align: center;}
.srll-ambient .spot{}


/*===数字滚动↓==*/ 
.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:#00923f;}
.number-item li span {display: block; margin-top:10px;color:#999;font-size:14px;text-transform: uppercase;}
.number-item li:hover{border-color:#00923f;transform:translateY(-5px); background-color: #00923f;}
.number-item li:hover *{color:#fff}


/*==荣誉资质切换↓==*/
.ab-honor{background: url(../images/honorBg.jpg) no-repeat center;background-size:cover;}
/*--*/
.srll-honor{position: relative;padding:30px;background: rgba(255,255,255,0.8);}
.srll-honor li{}
.srll-honor .list li .pic{height: 360px;padding: 20px !important;}
.srll-honor li h4{color:#333333;font-size:16px;margin-top:20px; text-align: center;}
.srll-honor li:hover h4{color:#00923f}


/*==公司环境列表↓==*/
.ambient-list {margin:0 0px -20px -20px;}
.ambient-list li {float:left;width:24.8%;}
.ambient-list li:nth-child(1) {width:50.2%;}
.ambient-list li a {position:relative;display:block;margin:0 0px 20px 20px;}
.ambient-list li h4 {position:absolute;left:0;right:0;bottom:0;z-index:2;margin:20px;padding:12px 20px;color:#555;font-size:16px;font-weight:bold;margin-top:10px;background:rgba(255,255,255,0.7);}
.ambient-list li:hover h4 {/*color:#fff;background:rgba(0,0,0,0.6)*/}


/*==合作伙伴切换↓==*/
.ab-partner{/*background: url(../images/partnerBg02.jpg) no-repeat center;background-size:cover;*/}
/*--*/
.srll-partner{}
.srll-partner .list{}
.srll-partner .list li{}
.srll-partner .list li{}
.srll-partner .list li a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;border-radius: 10px;border:1px #ddd solid; background:#fff;}
.srll-partner .list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#00923f;}
.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%;background: #fff;}
.list-box li a{display:block; }
.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}
.list-box li:hover .pic{border: 1px #00923f solid;}
.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#00923f;}
.list-box.lx5 li{width: calc(20% - 20px);}


/*==底部===*/
.footer {position:relative;z-index:5; background:#282828;}
.footer .up {padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:15px;}
.footer .tit:before {display: none; 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:45%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color:#aaa;font-size:14px;padding:5px 0;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .nav .box.col.c3{ column-count:3;}
.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:#aaa;font-size:12px;}
.footer .right .tel{display:block;color:#00923f;font-size:28px;font-weight:bold;margin-bottom:15px;}
.footer .right .wx{display:block;color: #aaa;font-size: 14px;line-height: 30px;}
.footer .down {position:relative;margin-top:60px;padding:20px 0;color:#aaa;font-size:13px;border-top:1px solid rgba(255,255,255,0.1)}
.footer .down a{color:#aaa;font-size:14px;}
.footer .down a:hover {color:#eee;}
.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;}




