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

 


/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:var(--color-main);}
.bga{background:#f8f8f8;}


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


/*==颜色配置↓==*/
:root {
--color-main:#006803;
--color-1:#000123;
--color-2:#3a3b3c;
--color-3:#6a6b6c;
--color-4:#9a9b9c;
--color-title:#000123;
--color-bif:#6a6b6c;
--color-txt:#6a6b6c;
--color-time:#9a9b9c;
--color-hover:#006803;
--color-hover-2:#07990c;
--color-hover-3:#07990c;
--bg-main:rgba(0,104,3,0.5);
--bg-2:rgba(0,0,0,0.5);

}	


/*==顶部↓==*/
.fixed-top.header{ position: fixed;top:0;width:100%; 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;left:0;right:0;z-index:5;border-bottom:1px #eee solid;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{position: relative;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:#181818;font-size:16px;text-align: center;margin-left: 20px;}
.header .logo .txt font{display: block;font-size:28px;color:var(--color-main);font-weight:bold;letter-spacing:6px;}
.header .tel{position: relative;float: left;display: flex;font-size: 16px;color:#888;height: 100%;align-items: center;margin-left: 50px;}
.header .tel:before{content: "\e613";margin-right: 10px;font-weight: 400;color: var(--color-main);}
.header .bar{float:right;display: flex;margin-left: 30px;height: 100%;color:#333;font-size:16px;align-items: center;}
.header .bar i{color:#000123;font-size: 26px;margin-right:16px;}
.header .bar:hover{color:var(--color-main)}
.header .bar:hover i{color:var(--color-main)}
.header .search{padding-top:20px}
.header .search i{color:#6a6a6a}
.header .lang{float: right;position: relative;display: flex;margin-left: 30px;height:100%;align-items: center;}
.header .lang .tit{display: flex;color:#333;font-size:16px;align-items: center;}
.header .lang .tit:hover{color:var(--color-main)}
.header .right{position: absolute;top: 9px;right:0;z-index:2}
.header .nav{display:flex;float: right;height: 100%;padding-top: 20px;}
.header .nav > li{ float: left;position:relative; height: 100%;margin-left: 50px;}
.header .nav > li > a{position: relative;z-index:1;display: flex;color: #000000;font-size: 16px;height: 100%;text-align: center;align-items: center;flex-direction: row-reverse;}
.header .nav > li > a:after{content:"";position: absolute;left: 0;right: 0;bottom:0;top: 15px;z-index:-1;margin: auto;height:10px;background:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:var(--color-main); }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{opacity:0.5; transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: 160px;left: -45px;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 10px;z-index: 999;text-align: center;box-shadow: 0px -10px 20px #ebebeb;}
.header .nav .sub:before{content:"";position:absolute;top: -20px;left: 0;right: 0;display: block;margin: auto;width: fit-content;height: fit-content;border: 10px solid white;border-color: transparent transparent #fff transparent;}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 15px;padding: 10px 10px;border-bottom: 1px #ddd dashed;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .nav .sub a:last-child{border:none}
.header .nav .sub a:hover{color:#fff;border-color:var(--color-main); background: var(--color-main);}
/*--*/
.header .menu{float: right;position:relative;z-index:1;display: flex;margin-left: 20px;padding-top: 20px;align-items: center;height: 100%;}
.header .menu .btn{display: flex;width: 32px;height: 32px;border-radius: 50%;color:#fff;font-size: 18px;background: var(--color-main);align-items: center;justify-content: center;cursor: pointer;}
.header .menu .btn:hover,.header .menu .btn.on{background:#3a3a3a}
.header .menu .top{display: flex;width: 170px;justify-content: flex-end;margin-bottom: 10px;}
.header .menu .close{flex-shrink:0; display: flex;margin-left: 30px;width: 30px;height: 30px;text-align: center;color: #ffffff;font-size: 16px;border-radius: 50%;background: #b9b9b9;justify-content: center;align-items: center;cursor: pointer;}
.header .menu .close::before{content:"\e731";}
.header .menu .close:hover{color:#fff;background:#3a3a3a;}
.header .menu .close:hover:before{color:#fff}
.header .menu .drop{float: right;position: fixed;top: 0;right:0px;bottom: 0;z-index: 2;padding:10px 15px 30px 15px;/*width:200px;*/box-shadow: 0 0 10px #ddd;background: #fff;}
.header .menu .drop .or{}
.header .menu .drop .shell{margin-bottom:10px;border-bottom:1px #ddd solid}
.header .menu .drop .shell:last-child{border-bottom:0px;}
.header .menu .drop a{display: flex;margin-bottom:1px;color:#3a3a3a;font-size:14px;padding: 10px 15px;align-items: center;border-radius:5px;}
.header .menu .drop font{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .menu .drop em{flex-shrink: 0; margin-right:10px;overflow:hidden}
.header .menu .drop em img{height: 22px;filter: drop-shadow(0px 22px #3a3a3a);transform:translateY(-100%);transition: all 0s ease-in-out;}
.header .menu .drop font{white-space: nowrap;}
.header .menu .drop a:hover,.header .menu .drop a.active{color:#fff;border-bottom: none;background:var(--color-hover-3);}
.header .menu .drop a:hover font,.header .menu .drop a.active font{color:#fff;}
.header .menu .drop a:hover em img,.header .menu .drop a.active em img{filter: drop-shadow(0px 22px #fff);}
/*--*/
body{transition: all .4s ease-in-out;}
.hmEfe-drop{transition: all .4s ease-in-out;}
.hmTrol-samll .hmEfe-drop{transform:translateX(200px);}
.hmTrol-ad{padding-right: 85px;}
.hmTrol-ad .hmEfe-drop{width: 85px;transform: translateX(0px);}
.hmTrol-po{padding-right: 200px;}
.hmTrol-po .hmEfe-drop{width:200px;transform:translateX(0px);}
.hmTrol-hov .hmEfe-drop:hover{width:200px;transform:translateX(0px);}
.hmTrol-hov .header .menu .close{opacity: 0;}


/*==标题↓==*/
.titleAx{margin-bottom:40px;color:#000123;font-size:44px;}
.titleAx b{font-weight: bold;}  
.titleAx span{margin-top:15px;display: block;color:#6b6b6b;font-size:16px;font-weight: 400;text-transform: Uppercase;}
.titleAx font{color:var(--color-main)}
.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: var(--color-main);}
.titleAx.cen{text-align: center; }
.titleAx.cen{}
.titleAx.cen hr{margin:0px auto;margin-top: 10px;}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleAx.white hr{background:#fff}
.titleAx.tTop{margin:50px 0 -20px 0;}
.titleAx.m30{margin-bottom:30px}
.titleAx.m40{margin-bottom:40px}
/*--*/
.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}
.titleBx b{}
.titleBx span{display: block; margin:auto;margin-top:15px;color:#9a9b9c;font-size:15px;font-weight:400;text-transform: Uppercase;}
.titleBx hr{display: block;margin:0 auto;margin-top:15px;width: 40px;height: 2px;border:none;background: var(--color-main);}
.titleBx.lef{text-align: left;}
.titleBx.lef hr{margin:0px;margin-top:15px;}
.titleBx.lef span{margin:0px;margin-top:15px;}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}


/*==内页导航↓==*/
.leftNav{width:60%}
.leftNav .title{display: flex;position: relative;color: #333;font-size:20px;align-items: center;padding-bottom: 15px;}
.leftNav .title:before{content: "";display: block;width:3px;height: 18px;margin-right: 10px;background: var(--color-main);}
.leftNav .title:after{content:"";position: absolute;left: 0;bottom: 0;display:block;width:60%;height:1px;background:#eee}
.leftNav .title em {display:none;font-size:16px;}
.leftNav .title em i {margin-left:5px}
.leftNav .title em:hover {color:var(--color-main)}
.leftNav .drop > li{}
.leftNav .drop > li:after{content:"";display:block;width: 100%;height:1px;background:#eee}
.leftNav .drop > li > a{display: block;color:#333333;font-size:18px;padding: 15px 0px;}
.leftNav .drop > li:hover > a,.leftNav .drop > li.active > a{color:var(--color-main);transform:translateX(-5px)}
.leftNav .three > li{border-bottom: 1px #ddd dashed;}
.leftNav .three > li:last-child{border-bottom:0px;}
.leftNav .three > li > a{display: block;color:#6a6a6a;font-size: 16px;padding: 12px 0px 12px 20px;}
.leftNav .three > li:hover > a,.leftNav .three > li.active > a{color:var(--color-main);transform:translateX(-5px)}


/*==首页产品↓==*/
.productHome{background:url(../images/pro-bg.jpg) no-repeat center;background-size:cover;}


/*==首页产品tab↓==*/
.pro-tab{}
.pro-tab .shelf{}
.pro-tab .shelf .or{display: flex;}
.pro-tab .shelf .info{flex: 1;}
.pro-tab .shelf .title{color:#333;font-size: 32px;margin-bottom: 40px;}
.pro-tab .shelf .title::after{content: "";display: block;margin-top:10px;width: 100%;height: 30px;background: url(../images/pro-line.png) no-repeat;}
.pro-tab .shelf .title span{display: block;margin-top: 15px;color:var(--color-main);font-size:15px;}
.pro-tab .shelf .trait{display: flex;flex-wrap: wrap;}
.pro-tab .shelf .trait span{display: block;width: 50%;color:#030f1b;font-size:16px;margin-bottom: 15px;}
.pro-tab .shelf .trait span::before{content: "\e638";margin-right:10px;color:var(--color-main);font-size: 18px;}
.pro-tab .shelf .wx{margin-top:30px;color:#3a3a3a;font-size:16px;line-height:28px;}
.pro-tab .shelf .more{display: table;margin-top:40px;color:#fff;font-size: 16px;padding:15px 30px;border-radius: 5px;background: var(--color-main);}
.pro-tab .shelf .more:hover{background:var(--color-hover-2);}
.pro-tab .set{flex-shrink: 0;position: relative;z-index: 1;display: flex;width: 50%;height: 500px;margin-left:80px;align-items: center;justify-content: center;}
.pro-tab .set::before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;display: block;margin: auto;width: 500px;height: 500px;border-radius:50%;border:2px var(--color-main) solid;background: #f1f1f1;}
.pro-tab .set img{}
.pro-tab .roll{display: flex;margin-top:50px;margin-left:-20px}
.pro-tab .roll li{display: flex;flex: 1;margin-left:20px;padding: 20px 20px;box-shadow: 0 0 10px #ddd;background: #fff;justify-content: space-between;align-items: center;cursor: pointer;}
.pro-tab .roll .in{}
.pro-tab .roll h4{color:#191919;font-size:24px}
.pro-tab .roll span{margin-top:2px; display: block; color:#666666;font-size:16px}
.pro-tab .roll em{flex-shrink: 0;overflow: hidden;}
.pro-tab .roll em img{max-height: 36px; filter: drop-shadow(0px 36px #fff);}
.pro-tab .roll .active{background:var(--color-main)}
.pro-tab .roll .active *{color:#fff}
.pro-tab .roll .active em img{transform:translateY(-100%);}


/*==市场概况↓==*/
.marketHome{position: relative;}
.marketHome .titleAx{position: absolute;top:80px;left: 0;right: 0;z-index: 2;margin: auto;width: fit-content;}
/*--*/
.market-tab{}
.market-tab .array{position: absolute;left:0;right:0;bottom:0;z-index: 2;padding: 20px 0 10px 0;/*background: rgba(0,0,0,0.5);*/}
.market-tab .roll{display: flex;}
.market-tab .roll li{flex: 1;text-align: center;transform: translateY(20px);}
.market-tab .roll li::after{content: "\e664";opacity: 0;display: block;/* height: 0; */margin-top:2px;font-size: 30px;color:#fff}
.market-tab .roll a{display: block;}
.market-tab .roll em{display: table;margin: auto;margin-bottom:10px;}
.market-tab .roll h4{color:#fff;font-size:24px;}
.market-tab .roll span{opacity: 0.8;color:#fff;font-size:14px;text-transform: uppercase;}
.market-tab .roll .active{/* margin-bottom:30px; */transform: translateY(0px);}
.market-tab .roll .active:after{opacity:1;height: 30px;}
.market-tab .shelf li{height: 830px;}
.market-tab .shelf img{display: block; width:100%;height: 100%;object-fit: cover;}
.market-tab .shelf .txt{position: absolute;left:0;right:0;top: 250px;width: 1000px;margin: auto;color:#fff;font-size:18px;text-align: center;}


/*==首页产品↓==*/
.productHome{}
.productHome .long{display: flex;justify-content: space-between;}
.productHome .long .left{width:65%}
.productHome .long .right{width:32%;}
.productHome .product-grid .pic{height:500px;}
.productHome .product-grid .pic img{width:100%;height: 100%;object-fit: cover;}


/*==产品切换↓==*/
.srll-product .product-grid li{width:65%;}
.srll-product .product-grid .swiper-slide-next{width:35%}
.srll-product .product-grid .pic{height: 600px;}
.srll-product .product-grid .pic img{width: 100%; height: 100%;object-fit: cover;}



/*==产品列表↓==*/
.product-grid.edge{display: flex;flex-wrap: wrap;margi:0 0 -40px -40px}
.product-grid.edge li{width: calc(50% - 40px);margin:0 0 40px 40px}
.product-grid a{position: relative; display: block;}
.product-grid a::after{opacity:0.6;content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height: 50%;background:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));}
.product-grid .pic{padding-top:80%;}
.product-grid .box{position: absolute;left:0;bottom:0;right:0;z-index: 2;margin:30px}
.product-grid span{display: block;margin-bottom:5px;color:#fff;font-size:16px;}
.product-grid h4{color:#fff;font-size:24px}
.product-grid .txt{opacity: 0.8;-webkit-line-clamp: 1; margin-top:10px;color:#fff;font-size: 14px;}
.product-grid .more{display: block;margin-top:10px;color:#fff;font-size: 14px;}
.product-grid li:hover .more{color:var(--color-main)}
.product-grid li:hover a::after{opacity: 1;}


/*==案例切换↓==*/
.srll-case{position:relative;}
.srll-case #certify{position:relative;padding:10px 0}
.srll-case #certify .list li {width: 1000px; overflow: hidden;box-shadow: 0 0 10px #ddd; background:#fff;}
.srll-case #certify .list img{width:100%; }
.srll-case #certify .list a::after{opacity:0.2;content:"";position:absolute;left:0;right:0;top: 0;bottom:0;z-index:1;background:#000;}
.srll-case #certify .list .pic{padding-top:60%;}
.srll-case #certify .list .box{opacity:0; position: absolute;left:0;bottom:0;right:0;z-index: 2;width: 70%;margin: auto;padding: 30px;text-align: center;}
.srll-case #certify .list h4{color:#fff;font-size: 22px;}
.srll-case #certify .list p{-webkit-line-clamp:2;margin-top: 10px;color:#fff;font-size: 15px;}
.srll-case #certify .list .swiper-slide-active a::after{opacity: 0.1;}
.srll-case #certify .list .swiper-slide-active .box{opacity: 1;}
.srll-case .btn{left:20% !important;}
.srll-case .btn.sNext{left:auto !important;right:20% !important;}
.srll-case .spot{display: none;}


/*==首页新闻↓==*/
.newsHome{background:url(../images/news-bg.jpg) no-repeat center;background-size:cover;}


/*==首页新闻列表↓==*/
.news-grid{display: flex; margin:0 0 -30px -30px; flex-wrap: wrap;}
.news-grid li{display: inline-block; width: calc(25% - 30px);margin: 0 0 30px 30px;}
.news-grid a{display:block;position:relative;padding: 50px 40px 60px 40px;border-radius: 10px;box-shadow:0px 4px 39px 1px rgba(120, 148, 217, 0.1600); overflow: hidden;background: #fff;}
.news-grid a:after{content: "\e61d";float: right;display: flex;margin-top: 40px;width: 32px;height: 32px;color: #fff;font-size: 20px;border-radius: 50%;transform: rotateZ(-45deg);justify-content: center;align-items: center;background: #252525;}
.news-grid h4{position:relative;color: #000000;font-size: 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-grid p {-webkit-line-clamp:3;margin-top: 20px;color:#666666;font-size:16px;line-height: 28px;}
.news-grid .time{display: block;color:#999;font-size:18px;border-bottom: 1px #ddd solid;padding-bottom: 20px;margin-bottom: 20px;}
.news-grid li:hover{background:#fff}
.news-grid li:hover a{transform:translateY(-5px)}
.news-grid li:hover h4 {color:var(--color-main)}
.news-grid li:hover a:after{background:var(--color-main)}



/*===产品列表↓==*/
.product-list.edge{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{position:relative; display: inline-block;width:calc(33.3% - 30px);margin:0 0 30px 30px; overflow: hidden;}
.product-list a{position: relative; display: block;padding:20px;background: #f8f8f8;}
.product-list a::after{content: "";display: block;position:absolute;left:0;right:0;bottom:0;z-index:1;width:100%;height:2px;background:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.product-list .pic{padding-top:80%;background:#f6f8fa;}
.product-list h4{margin-top:20px; color:#1a1a1a;font-size:24px; }
.product-list p{margin-top:10px; color:#777777;font-size:16px; }
.product-list .more{display: flex;width: fit-content;margin-top:40px;color:#777777;font-size:14px;align-items: center;}
.product-list .more:after{content:"\e65b";color: #777;margin-left: 2px;font-size: 18px;}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover a::after{transform: scale(1);transform-origin:left;}
.product-list li:hover h4{color:var(--color-main)}
.product-list li:hover .more{color:var(--color-main);transform: translateX(5px);}
.product-list li:hover .more:after{color:var(--color-main)}


/*==新闻列表内页↓==*/
.newsIn{}
.newsIn .up{display: flex;margin:0 0 -30px -30px;flex-wrap: wrap;}
.newsIn .up .shell{display:flex; width:calc(50% - 30px);margin:0 0 30px 30px;}
.newsIn .up .set{width:50%}
.newsIn .up .set img{width:100%;height: 100%;object-fit: cover;}
.newsIn .up .info{position:relative;width:50%;padding: 50px 40px;border-top:4px var(--color-main) solid;background: #f6f8fa;}
.newsIn .up .info::after{content: "";position: absolute;right: -15px;top: -15px;width: 0;height: 0;border: 15px solid transparent;border-left-color: var(--color-main);transform: rotate(-45deg);}
.newsIn .up h4{color:#1a1a1a;font-size:20px;font-weight:400;}
.newsIn .up p{-webkit-line-clamp: 3;margin-top:20px;color:#666;font-size:16px;line-height: 28px;}
.newsIn .up .more{display: table;margin-top:50px;padding: 8px 40px;color:var(--color-main);font-size: 14px;border: 1px var(--color-main) solid;border-radius: 30px;}
.newsIn .shell:hover h4{color:var(--color-main)}
.newsIn .shell:hover .more{color:#fff;background:var(--color-main)}
.newsIn .log{padding:50px 0; background: #f6f8fa;}
.newsIn .list{}
.newsIn .list li{margin-bottom: 40px;}
.newsIn .list a{position: relative;display: flex;padding: 50px 40px;border-top: 4px #fff solid;align-items: center;background: #fff;}
.newsIn .list a::after{content: "";position: absolute;right: -15px;top: -15px;width: 0;height: 0;border: 15px solid transparent;border-left-color: var(--color-main);transform: rotate(-45deg);}
.newsIn .list .box{flex:1;}
.newsIn .list h4{color:#1a1a1a;font-size:20px;font-weight:400;}
.newsIn .list p{-webkit-line-clamp: 3;margin-top:20px;color:#666666;font-size:15px;line-height: 28px;}
.newsIn .list .time {color: #1a1a1a;font-size: 64px; text-align:center;margin-right: 80px;line-height: 1;/* background:#1b883b;*/}
.newsIn .list .time font {margin-top: 8px;color:#999999;font-size: 16px;font-weight: 400;display:block;}
.newsIn .list li:hover a{border-color:var(--color-main)}
.newsIn .list li:hover h4{color:var(--color-main)}


/*==新闻详情框↓==*/
.newsDet{}
.newsDet .bgi{margin-bottom:30px;background:#fff;}
.newsDet .bgi:last-child {margin-bottom:0px;}
.newsDet .bgi.p3 {padding:30px 30px 40px 30px;}
.newsDet .bgi.p4 {padding:40px 40px 40px 40px;}
/*--*/
.newsDet .content{width:100%;}
.newsDet .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
.newsDet .content .titleTop.lef{text-align: left;}
.newsDet .content .title{color:#333333;font-size:28px;}
.newsDet .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
.newsDet .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
.newsDet .content .msg span{margin:0 5px;}
.newsDet .content .msg a:hover,.NewsDetail .msg .active{color:var(--color-main)}
.newsDet .content .msg .active{font-weight:bold;}
.newsDet .content .wor{min-height:300px;font-size:16px;}
/*--*/
.newsDet .door-all .little{width:320px}
.newsDet .secs{}
.newsDet .secs .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
.newsDet .secs .shell:last-child {margin-bottom:0px;}
.newsDet .secs .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
.newsDet .secs .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:var(--color-main);}
.newsDet .secs .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.newsDet .secs .shell .tit .more:hover{color:var(--color-main)}
/*--*/
.newsDet .news {}
.newsDet .news li {clear:both;width:100%;margin-bottom:12px;}
.newsDet .news li:last-child{margin-bottom:0px;}
.newsDet .news .one {position:relative;}
.newsDet .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)}
.newsDet .news .one:hover h4 {background:var(--color-main)}
.newsDet .news .two{}
.newsDet .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
.newsDet .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
.newsDet .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsDet .news .two:hover a {color:var(--color-main);}
.newsDet .news .two:hover a:before {background:var(--color-main);}

 
/*==市场概况↓==*/
.marketIn{}
.marketIn .titleTop{color:#3a3a3a;font-size:36px;font-weight: bold; margin-bottom:30px;text-align: center;}


/*==市场概况-菜单↓==*/
.market-menu{}
.market-menu li{margin-bottom:10px}
.market-menu a{display: block;color:var(--color-main);font-size:16px;padding:15px 30px;text-align: center; border:2px solid var(--color-main); border-radius:5px;}
.market-menu .active a,.market-menu li:hover a{color:#fff;background:var(--color-main);}


/*==产品详情↓==*/
.ProductShow{}
.DetailCont .top{}
.DetailCont .top .long{display: flex;}
/*--*/
.DetailCont .pst-left {width:56%;}
.DetailCont .pst-right {width:45%;margin-left:60px}
/*--*/
.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:var(--color-main);}
.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:var(--color-main);background:var(--color-main);}
.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: flex-start;justify-content:center;}
.pst-right .trait li em {margin-right: 15px;font-size: 32px;}
.pst-right .trait h4{color:#3a3a3a;font-size: 20px;}
.pst-right .trait p{margin-top:10px;color: #8a8a8a;font-size:15px;line-height: 24px;}
/*--*/
.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 {flex: 1; 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;text-align:center;}
.psc-content .tone li:before {display: none; 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:var(--color-main);}
.psc-content .tone li.active,.psc-content .tone li:hover {color:var(--color-main)}
.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:var(--color-main)}
.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.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:var(--color-main);}
.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:var(--color-main)}
.psc-content .download .file:hover:before {color:var(--color-main)}
.psc-content .download .top * {color:var(--color-main);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:var(--color-main)}
.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}


/*==解决方案↓==*/
.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:var(--color-main);}
.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:var(--color-main);*/}
.solve-list .more:hover {color:#fff;background:#333;}
.solve-list li:hover a {border-color:var(--color-main)}
.solve-list li:hover h4{color:var(--color-main);}
.solve-list li:hover h4 hr{width:50px;}
.solve-list li:hover .more {color:#fff;border-color:var(--color-main);background:var(--color-main)}
.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:var(--color-main);font-size:30px;text-align: center;border-bottom:1px var(--color-main) 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:var(--color-main);}
/*--*/
.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: var(--color-main);}
.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:14px;padding:10px 40px;/* border: 1px #999 solid; */background:var(--color-main);}
.ss-lefter .intro .more:hover{color:#fff;background:#ff8525;}
.ss-lefter .intro li:hover .more{color:#fff;border-color:var(--color-main);background:var(--color-main)}
/*--*/
.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:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.ss-lefter .tone li.active{color:var(--color-main); }
.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:var(--color-main)}
/*--*/
.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;}
.ss-righter .list_1 .pic{padding-top:80%;border:1px #ddd solid}
.ss-righter .list_1 h4{color:#666;font-size:16px;text-align: center;padding:15px;background: #f5f5f5;}
.ss-righter .list_1 li:hover h4{color:#fff;background: var(--color-main);}
/*--*/
.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:var(--color-main);transform:translateX(-5px)}



/*==联系我们↓==*/
.contactIn{padding-bottom:0px !important}
.contactIn #dituContent{width:100%;height:700px;}
.contactIn #dituContent img{max-width:initial;}
/*--*/
.cta-mode{}
.cta-mode ul{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.cta-mode ul li{position: relative;width: calc(25% - 20px);margin: 0 0 20px 20px;padding: 30px;background: #f5f5f5;}
.cta-mode ul em{opacity:0.4; position: absolute;right: 0;bottom: 0;margin: 30px;color: #ddd;font-size: 100px;}
.cta-mode ul h4{display: block;color:#000;font-size: 20px;font-weight:bold;}
.cta-mode ul h4 font{display:block;font-size:14px;color:#666;font-weight:400;}
.cta-mode ul span{display:block;margin-top:60px;font-size: 20px;}
.cta-mode ul li:hover{background: var(--color-main); transform: translateY(-5px);}
.cta-mode ul li:hover *{color:#fff}
/*--*/
.cta-message{background:url(../images/message-bg.jpg) no-repeat center; background-size:cover;}
.cta-message form{padding:0 0px;}
.cta-message .long{padding:80px;background: #fff;}
.cta-message .top{display: flex;margin-bottom:30px;align-items: center;justify-content: space-between;}
.cta-message .top h3{float:left;color:#191919;font-size:24px;}
.cta-message .top .tel{display: flex;color:#3a3a3a;font-size:26px;align-items: center;}
.cta-message .top .tel::before{content:"\e6a6"; display:block;margin-right:10px;margin-top:5px;color:#3a3a3a;font-size:28px;}


/*==关于-公司介绍↓==*/
.ab-intro{ background:url(../images/about-bg-02.jpg) no-repeat center; background-size:cover;}
.ab-intro .long{display: flex;}
.ab-intro .set{width:40%;margin-right:80px;}
.ab-intro .set img{width:100%;}
.ab-intro .set a{display:block;position:relative}
.ab-intro .set a: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;}
.ab-intro .set a:after{opacity: 0.2;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.ab-intro .title{color:#010101;font-size:36px;margin-bottom:20px;font-weight: bold}
.ab-intro .info{flex:1}
.ab-intro .info .tit{color:#1a1a1a;font-size:26px;margin-bottom: 20px;}
.ab-intro .info .tit font{color:var(--color-main)}
.ab-intro .info .wx{color:#333333;font-size:16px;line-height: 30px;}
.ab-intro .set a:hover:before{opacity:1;}
.ab-intro .set a:hover:after{opacity:0.1;}


/*==公司数字滚动↓==*/
.number-intro{display: flex;margin-top:80px;margin-left:-50px}
.number-intro li{flex: 1;margin:0 0 0 50px;line-height: 1;}
.number-intro span{color:var(--color-main);font-size: 68px;font-weight: bold;}
.number-intro font{margin-left:5px;color:var(--color-main);font-size: 16px;}
.number-intro h4{margin-top:20px;padding-top:20px;color:#000000;font-size: 16px;border-top:1px #ddd solid;}


/*==企业文化↓==*/
.ab-culture{ }
.ab-culture ul{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.ab-culture ul li{position:relative;width: calc( 33.3% - 20px);min-height: 400px;margin:0 0 20px 20px;text-align: center;}
.ab-culture ul li img{display: block;width:100%;height: 100%;object-fit: cover;}
.ab-culture ul .box{position:absolute;left:0;right:0;top:0;margin:50px 40px 0 40px}
.ab-culture ul h4{color:#fff;font-size:16px;}
.ab-culture ul p{color:#fff;font-size:24px; margin-top:10px;line-height: 40px;;}
.ab-culture ul li:hover{transform: translateY(-5px);box-shadow: 5px 5px 10px #ddd;}


/*==发展历程↓==*/
.ab-history{position:relative;overflow: hidden; background: url('../images/history-bg.jpg') no-repeat center;background-attachment: fixed;background-size:cover;}
.srll-history::after,.srll-history:before{content:"";position: absolute;left: -97%;top: 0;bottom: 0;margin: auto;width:100%;height:2px;/* margin-right: 20px; */z-index: 2;background:#dedede;}
.srll-history::after{left:auto;right: -97%;}
.srll-history{position:relative;z-index: 1;margin:150px 0 100px 0;}
.srll-history .list li{display: flex;position: relative;width:33.3%;height: 300px;padding: 0 8%;line-height: 1;flex-direction: column;justify-content: center;align-items: center;}
.srll-history .list li:before,.srll-history .list li:after{opacity:0;content:"";position: absolute;left: -50%;top: 0;bottom: 0;margin: auto;width: 50%;height:2px;/* margin-right: 20px; */z-index: 2;background:#dedede;}
.srll-history .list li:after{left:auto;right:-50%;}
.srll-history .list h4{font-size:30px;color:#808080;transition:all .4s;}
.srll-history .list h4:first-letter,.srll-history .list h4:first-word{color:red}
.srll-history .list .box{opacity:0;display: none;margin-top: 20px;text-align: center;}
.srll-history .list h5{font-size:24px;color:#2a2a2a;}
.srll-history .list .wx{    -webkit-line-clamp: 2;margin-top:10px;color:#191919;font-size:16px;line-height: 32px;transition:all .5s;}
.srll-history .list li.swiper-slide-active{padding: 0 20px;}
.srll-history .list li.swiper-slide-active:before,.srll-history .list li.swiper-slide-active:after{opacity:1}
.srll-history .list li.swiper-slide-active h4{color:var(--color-main);font-size:150px;font-weight: bold;}
.srll-history .list li.swiper-slide-active .box{opacity:1;display:block}
.srll-history .list .swiper-slide-prev{align-items: flex-start;}
.srll-history .list .swiper-slide-next{display:flex;align-items: flex-end;}
.srll-history .btn {position:absolute;top:50%;left: 4%;z-index: 3;display: flex;width: 40px;height: 40px;text-align:center;color: #9a9a9a;font-size: 18px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #9a9a9a solid;border-radius: 50%;align-items: center;justify-content: center;}
.srll-history .btn:before{content:"\e662";}
.srll-history .btn.sNext {left:auto;right: 4%;}
.srll-history .sPrev:before{content:"\e662";}
.srll-history .sNext:before{transform: rotateY(-180deg);}
.srll-history .btn:hover {color:#fff;border-color:var(--color-main);background:var(--color-main)}
.srll-history .btn:hover:before {color:#fff}



/*==荣誉资质切换↓==*/
.ab-honor{}
.ab-honor .frame{display: none;}
.ab-honor .frame.on{display: block;}
/*--*/
.srll-honor{position: relative;background: rgba(255,255,255,0.8);}
.srll-honor .list li{}
.srll-honor .list a{display: block;padding: 30px;background: #f0f2f7;}
.srll-honor .list li .pic{height: 340px;/* padding: 20px !important; */margin: 0 30px;}
.srll-honor .list li h4{color:#0b3861;font-size:16px;margin-top:40px;padding-top:20px;border-top:1px #ddd solid; text-align: center;}
.srll-honor .list li:hover h4{color:var(--color-main)}
.srll-honor .control{position:relative; display: flex;margin-top:40px;padding-bottom:20px;border-bottom:2px #eee solid;justify-content: space-between;align-items: center;}
.srll-honor .control:before{content:"";position:absolute;left:0;bottom:-2px; width:100px;height:2px;background:var(--color-main)}
.srll-honor .strike{display: flex;align-items: center;}
.srll-honor .strike  .btn {position: relative;z-index: 2; display:block;margin-left: 20px;padding: 5px 15px;text-align:center;color:#0b3861;font-size: 16px;border:1px #ddd solid;font-weight:bold;cursor:pointer;transition: all .4s ease-in-out;}
.srll-honor .strike  .btn.sNext {}
.srll-honor .strike  .btn:before {content:"\eb9a";}
.srll-honor .strike  .btn:hover{background: var(--color-main);}
.srll-honor .strike  .btn:hover:before {color:#fff;border-color:var(--color-main)}
.srll-honor .strike  .sNext{transform:rotate(180deg);}
.srll-honor .control .number{display: table;width: auto;color: #818181;font-size:16px;}
.srll-honor .control .number .swiper-pagination-current{color: var(--color-main);font-size: 24px;}



/*==公司环境切换↓==*/
.srll-ambient{}
.srll-ambient .list h4{opacity: 0; position: absolute;left:0;right:0;bottom:0;padding:20px;color:#fff;font-size:16px;background: rgba(0,0,0,0.2);}
.srll-ambient .list li:hover h4{opacity: 1;}


/*==合作伙伴↓==*/
.partner-item{background:url(../images/partner-bg.jpg) no-repeat center; background-size:cover}


/*==合作伙伴列表↓==*/
/*--*/
.partner-list.edge{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.partner-list.edge li{width:calc(16.6% - 20px);margin:0 0 20px 20px}
.partner-list li{cursor: pointer;background:#fff}
.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:var(--color-main);}
.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);}


/*==关于-加入我们↓==*/
.ab-join{background: url(../images/join-bg.jpg) no-repeat center;background-size:cover;}
.ab-join .info{display: flex;margin:auto;text-align: center;align-items: center;justify-content: center;flex-direction: column;}
.ab-join .info h4{color:#fff;font-size: 40px;}
.ab-join .info .btn{display: table;margin-top: 30px;color:#fff;font-size:16px;padding: 10px 40px;border-radius:30px;background:var(--color-main);}
.ab-join .info .btn:hover{background: #f60;}


/*==关于-联系↓==*/
.ab-contact{background: url(../images/contact-bg.jpg) no-repeat center;background-size:cover;}
.ab-contact .long{display: flex;justify-content: space-between;}
.ab-contact #dituContent{width:100%;height:100%;}
.ab-contact #dituContent img{max-width:initial;}
.ab-contact .set{width:50%;}
.ab-contact .info{width:50%;margin: 0px 0 50px 60px;}
.ab-contact .title{position:relative;margin-bottom:30px;padding-bottom:25px;color: #000123;font-size:32px;border-bottom:1px #eee solid}
.ab-contact .title:before{content:"";position:absolute;left:0;bottom:-1px;width:10%;height:2px;background: var(--color-main);}
.ab-contact ul{}
.ab-contact ul li{margin-bottom: 40px;}
.ab-contact ul li:last-child{margin-bottom:0px}
.ab-contact ul span{display: flex;margin-bottom: 8px;color:#666666;font-size:16px;}
.ab-contact ul span b{color:#080404;font-size:18px;margin-right: 10px;}



/*==服务支持↓==*/
.serviceIn{padding:0 !important}


/*==服务支持-下载↓==*/
.ser-download{background:url(../images/bgk04.jpg) no-repeat center; background-size:cover}


/*==服务支持-留言↓==*/
.ser-message{background: #eff1f5;}


/*==常见问题列表↓==*/
.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;border:1px #fff solid;background: #f5f7fa;}
.problem-list a {display:block;}
.problem-list h4 {-webkit-line-clamp:1;position:relative;color:#333;font-size:18px;padding-bottom:2px;}
.problem-list p{position:relative;-webkit-line-clamp:2;color:#666;font-size:15px;margin-top:15px;line-height:24px;}
.problem-list .it{position:relative;display: flex;}
.problem-list em {display:flex;flex-shrink: 0;margin-right:10px;width:25px;height:25px;color: #fff;font-size: 16px;text-align:center;align-items: center;justify-content: center;background: var(--color-main);}
.problem-list p em {background: #ee781f;}
.problem-list li:hover {border-color:var(--color-main); transform:translateY(-5px);}
.problem-list li:hover h4 {color:var(--color-main)}
.problem-list li.w100 {width:100%;}


/*==下载列表↓==*/
.download-list {}
.download-list .top{background:var(--color-main)}
.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:var(--color-main)}
.download-list .file:hover {color:var(--color-main)}
.download-list .file:hover:before {color:var(--color-main)}
.download-list .top * {color: #fff;font-size: 20px;}
.download-list a:hover{color:var(--color-main)}


/*==招聘列表↓==*/
.join-item .batten{padding: 0 40px 30px 40px;}
.join-item .batten *{color: #333;font-weight: bold;}
.join-item .row{margin-left: -10px;display: flex;flex-flow: row wrap;align-content: flex-start;width: 100%;}
.join-item .row *{min-width: 11%;flex-shrink: 0;margin-left: 10px;font-size: 16px;color: #333;}
.join-item .row h4{flex: 1;}
.join-item .row a{}
.join-list{margin-bottom:-20px} 
.join-list li{width:100%; clear: both;margin-bottom:20px;padding:0 40px 0px 40px;border:1px #ddd solid}
.join-list li .top{position: relative;width:100%;padding:20px 0px;cursor: pointer;}
.join-list .top:before{content:"\eb98";position:absolute;top:0;bottom:0;right: -20px;margin:auto;height: fit-content;font-size: 18px;color:#666;transform: rotateX(0deg)}
.join-list .top h4{color:#333333;font-size:17px; font-weight:bold;}
.join-list .top span{color:#555;/* font-size:14px; */}
.join-list .link{/* width: auto; */color:#fff;font-size:14px;padding:8px 20px;text-align: center;background: var(--color-main);}
.join-list .down{display: none;border-top:1px #ddd solid;padding: 40px 0 50px 0;overflow: hidden;}
.join-list .option{margin-bottom:20px;display: none;}
.join-list .option span {display: inline-block;  color:#555;font-size:14px;margin:0 20px 10px 0;}
.join-list .wx{width:100%;color:#676767;font-size: 16px;line-height: 35px;}
.join-list .wx .tit{color:#333333;font-size: 16px;margin-bottom:20px;font-weight:bold;line-height: 1;}
.join-list .wx:last-child{}
.join-list .contact{display: flex;margin-top: 30px;padding-top: 30px;border-top:1px #ddd solid;justify-content: space-between;align-items: center;}
.join-list .contact p{color:#666;font-size:14px;margin-bottom:20px;}
.join-list .contact a{display: inline-block;color:#fff;font-size:16px;margin-right:20px;padding:10px 30px;border:1px var(--color-main) solid;border-radius: 5px;background: var(--color-main);}
.join-list .contact a:nth-child(2n+1){border-color:#333;;color:#333;background:none;}
.join-list .contact a:hover{color:#fff;border-color:#333; background:#333}
.join-list .contact .tel{position: relative;float: right;font-size: 15px;color: #7a7a7a;padding-left: 50px;}
.join-list .contact .tel:before{content: "\e611";font-family: "iconfont";position: absolute;left:0;top: 0;bottom: 0;margin: auto;height: fit-content;font-weight: 400;color: #aaa;font-size: 35px;}
.join-list .contact .tel font{display: block;color:var(--color-main);font-size:26px}
.join-list .open{border-top:1px var(--color-main) solid;  background: #f9f9f9;}
.join-list .open .top{}
.join-list .open .top:before{color:var(--color-main);transform: rotateX(180deg);}
.join-list .top .link:hover{ color:#fff;background:#3a3a3a;}
.join-list li:hover{border-color:var(--color-main)}


/*==模具留言-通用↓==*/
.moldIn{}
.moldIn .pricing{padding:30px;background: #edf8ee;}
.moldIn .pricing .title{margin-bottom:20px;font-size:30px;color:#006803}
.moldIn .pricing .title-2{margin-bottom:40px;font-size:26px;color:#006803;text-align: center;}
.moldIn .pricing .frame{margin-bottom:20px;padding: 20px;background: #fff;}
.moldIn .pricing .frame:last-child{margin-bottom:0px;}
.moldIn .pricing .shell{display: flex;margin:0 0 20px -60px;flex-wrap: wrap;}
.moldIn .pricing .shell:last-child{margin-bottom:0px;}
.moldIn .pricing .tit{flex-shrink: 0;width: 100%;margin-bottom:20px;font-size:18px;color:#006803}
.moldIn .pricing .strip{display:flex;margin-left:60px;}
.moldIn .pricing .strip .bar{}
.moldIn .pricing .bar{width:100%;}
.moldIn .pricing .in{display:flex;height:35px;border: 1px #ccc solid;align-items: stretch;}
.moldIn .pricing .in label{flex-shrink: 0; padding:6px 15px;color: #666;font-size: 14px;border-left: 1px #ccc solid;background: #ddd;}
.moldIn .pricing .in.nw{flex:initial;width:250px}
.moldIn .pricing .fill{flex: 1;width:0px; color:#666;font-size: 15px;padding: 5px 10px;background:#fff;}
.moldIn .pricing .opt{display: flex;margin: 10px 0 -5px 0px;color:#3a3a3a;font-size:15px;align-items: stretch;flex-wrap: wrap;}
.moldIn .pricing .opt b{display: inline-block; font-size:14px;border: 1px #ddd solid;padding: 3px 10px;margin: 0 0 5px 5px;transition: all .4s ease-in-out;}
.moldIn .pricing .opt b:hover{border-color:#006803;background: #f5f5f5;}
.moldIn .pricing .tip{display: flex;margin: 10px 0 -5px 0px;color:#3a3a3a;font-size:15px;align-items: stretch;flex-wrap: wrap;}
.moldIn .pricing .tip b{font-size:14px;border: 1px #ddd solid;padding: 3px 10px;margin: 0 0 5px 5px;transition: all .4s ease-in-out;}
.moldIn .pricing .tip b:hover{border-color:#006803;background: #f5f5f5;}
.moldIn .pricing .tip-2{display: flex; margin-top:20px;font-size:16px;color:#696969}
.moldIn .pricing .tip-2 h4{flex-shrink: 0; margin-right:10px;color:#006803;}
.moldIn .pricing .ml20{margin-left:20px;}
.moldIn .pricing .ml60{/* padding-left:60px;*/}
.moldIn .pricing .mm20{margin-bottom:20px;}
.moldIn .pricing .w100{width:100%}
.moldIn .pricing .w50{width:calc(50% - 60px);}
.moldIn .pricing .w60{width:calc(60% - 60px);}
.moldIn .pricing .w33{width:calc(33.3% - 60px);}
.moldIn .pricing .w25{width:calc(25% - 60px);}
.moldIn .pricing .h50{height:50px;}
.moldIn .pricing .h100{height:100px;}
.moldIn .pricing .h120{height:120px;}
.moldIn .pricing .tile{display: flex;}
.moldIn .pricing .tile div{flex: 1;}
.moldIn .pricing .wx{margin-top:20px;color:#3a3a3a;font-size:15px;}
.moldIn .pricing .wx span{display: block;margin-bottom:15px;}
.moldIn .pricing .wx span:last-child{margin-bottom:0px;}
.moldIn .pricing .wx span font{color:#6c6c6c}
.moldIn .pricing .button{margin-top:20px;padding:12px 40px;border-radius: 5px;color:#fff;font-size:16px; cursor: pointer; background: #006803;}
.moldIn .pricing .button.cen{display: table; margin:auto;margin-top:30px;}
.moldIn .pricing .button:hover{background: #3a3a3a;}
/*--*/
.moldIn .pricing .file{position: relative; margin-bottom:40px;}
.moldIn .pricing .function{padding:80px;text-align: center; background: #fff;}
.moldIn .pricing .function .click{position: relative;cursor: pointer;}
.moldIn .pricing .function .click .choice{opacity: 0;position: absolute;left: 0;top:0;bottom:0;right:0;cursor: pointer;}
.moldIn .pricing .function .click h4{color:#006803;font-size:20px;}
.moldIn .pricing .function .click h4::before{content: "";display: block;margin: auto;margin-bottom:10px;width: 67px;height: 52px;background:url(../images/file-ico.png) no-repeat center;}
.moldIn .pricing .function .wx{margin-top:20px;color:#787878;font-size:16px;line-height: 30px;}
.moldIn .pricing .achieve{display: none;width: fit-content;margin: auto;margin-top: 20px;}
.moldIn .pricing .achieve em{display: block;margin: auto;margin-bottom: 20px;color:#006803;font-size: 80px;}
.moldIn .pricing .achieve em:before{content:"\e6af"}
.moldIn .pricing .achieve .or{display: flex;padding: 10px 20px;border-radius: 10px;background: #fdf0f0;align-items: center;}
.moldIn .pricing .achieve h5{flex-shrink: 0;margin-right:5px; color: #a72020;font-size: 16px;}
.moldIn .pricing .achieve input{width: 210px;height: 30px;padding: 5px 5px;font-size: 12px;color: #666;border: 1px #898787 solid;border-radius: 5px;pointer-events: none;background: #fff;}
.moldIn .pricing .function.have .achieve{display: block;}
.moldIn .pricing .function.have .click{display: none;}
/*--*/
.moldIn .upload{padding:20px;border:1px #ddd solid;overflow: hidden;}
.moldIn .upload{padding:20px;border:1px #ddd solid;overflow: hidden;display: flex;flex-flow: row wrap;align-content: flex-start;}
.moldIn .upload{ display: flex;flex-flow: row wrap;align-content: flex-start;}
.moldIn .upload .drop_area{float:left;width:170px;position: relative;display: table;cursor: pointer;min-height: 90px;padding:10px;margin-right:20px;border: 1px #999 dashed;background: #f5f5f5;}
.moldIn .upload .drop_area .preview{position:relative;z-index:2;display: table-cell;vertical-align: middle;text-align: center;}
.moldIn .upload .drop_area img{width:auto;max-height: 150px;display:block;margin: auto;display: table-cell;vertical-align: middle;}
.moldIn .upload .drop_area:before{content: "\e655";position: absolute;left:0;top:0;right:0;bottom:0;/* z-index: -1; */margin: auto;color:#fff;font-size: 35px;font-weight: bold;color: #999;height: min-content;text-align: center;}
.moldIn .upload .tips{float:left;margin: 30px 0 0 50px;color: #6c6c6c;font-size: 16px;}
.moldIn .complete{ text-align: center;}
.moldIn .complete p{position: relative;width: 70%;padding: 40px 50px;display: block;margin: 50px auto 0;padding-left: 28px;color:#3c3c3c;font-size:28px;background: #f5f5f5;}
.moldIn .complete p font{color:#c80a4e}
.moldIn .complete p:before{content:"\e638";float: left;color: #1bb964;font-size: 33px;margin: 6px 2px 0 0;}
/*--*/
.moldIn .need{margin-top:60px}
.moldIn .need .title{margin-bottom:20px;font-size:28px;font-weight:bold; color:#006803}
.moldIn .need .tone{display: flex;margin-bottom:50px}
.moldIn .need .tone li{margin-right:10px;color:#282828;font-size: 18px;padding:10px 40px;border-radius: 5px;cursor: pointer; background: #ededed;}
.moldIn .need .tone li.active{color:#fff;background: #006803;}
.moldIn .need .row{display: flex;flex-wrap: wrap;margin:0 0 -40px -40px}
.moldIn .need .row li{width:calc(33.3% - 40px);margin:0 0 40px 40px}
.moldIn .need .row h4{display: flex;color:#333;font-size:22px;align-items: center;}
.moldIn .need .row h4 em{flex-shrink: 0;display: block;margin-right:10px}
.moldIn .need .row p{margin-top:10px;color:#666;font-size:15px;line-height: 26px;}


/*==模具留言-整机制造↓==*/
.zjzzIn .stand{display: table; width:80%;margin:auto;padding:30px}


/*==底部==*/
.footer {position:relative;z-index:2; 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 .share-item{float:right;margin-left:10%;}
.footer .info {float:right;max-width: 30%;}
.footer .info .tel {display:block;color:var(--color-main);font-size:28px;font-weight:bold;margin-bottom:15px;}
.footer .info .tel:before{content: "\e611";font-size:30px;color: var(--color-main);margin-right: 10px;font-weight: 400;}
.footer .info .wx {display:block;color: #ccc;font-size: 15px;line-height: 30px;}
.footer .info .str span{display: flex;margin-bottom: 12px;color: #ccc;font-size: 15px;align-items: center;}
.footer .info .str span i{display: inline-block;width:20px;text-align: center;font-size:15px; color:#fff;margin-right:10px;}
.footer .info .str span:last-child{margin-bottom:0px;}
.footer .ewm {float:right;margin-left: 8%;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 .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 .long{display: flex;justify-content: space-between;align-items: center;}
.footer .down a {color:#aaa;font-size:13px;}
.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;}


/*-成功提交提示-*/
.success-to{display: none;position: fixed;top:0;left:0;right:0;bottom:0;z-index: 6;margin: auto;width:400px;height: fit-content;padding:50px;border-radius: 10px;text-align: center;background: #3d83dd;}
.success-to h4{font-size: 26px;font-weight: bold;color: #ffffff;}
.success-to .more{display: block;margin: auto;margin-top: 20px;width: fit-content;color:#fff;font-size: 15px;padding: 5px 20px;border-radius: 5px;background: #322f2f;}
.success-to .more:hover{background:#f60}