@charset "utf-8";

/*~~~~框架布局~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}





/*==版心定义↓==*/

.container{width:1600px;}

a:hover{color:#e80406}

.UpdatePrompt{margin:20px;padding:50px;background:#fff;}





/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}

@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('//at.alicdn.com/t/c/font_1963410_g2n4e42qv0n.woff2?t=1684396789980') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_g2n4e42qv0n.woff?t=1684396789980') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_g2n4e42qv0n.ttf?t=1684396789980') format('truetype');
}





/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99;height:80px; }
.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: "\e646";font-size:24px;margin-right: 10px;font-weight: 400;color: #fff;}
.header .tel:after{opacity: 0.5;content:"";position:absolute;left: -20px;top:0;bottom:0;margin: auto;width:1px;height:25px;background:#fff;}
.header .search{position: relative;float: right;display: flex;height: 100%;margin-left: 50px;align-items: center;}
.header .search a{color:#fff;font-size: 24px;}
.header .search a:hover{color:#e80406}

.header .lang{float:right;height: 100%;margin-left: 30px;display: flex;align-items: center;}
.header .lang .in{position: relative;border:1px #fff solid;border-radius: 20px;overflow: hidden;align-items: center;}
.header .lang a{display: flex;color:#fff;font-size:13px;align-items: center;}
.header .lang a.on{position: absolute;left: 0;top: 0;bottom: 0;padding: 2px 10px;color:#000;border-radius: 20px;border:1px #fff solid; background: #fff;}
.header .lang a.the{padding: 2px 15px 2px 40px;}
.header .lang a:hover{color:#fff;background:#e80406}
.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:#e80406;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#e80406; }
.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: #e80406;}
/*.header .nav li:last-child .sub{display: none !important;}*/




/*==弹出背景↓==*/
.offer-bg{ display:none; position: fixed;left:0;top:0;z-index:1; width:100%;height:100%; background:rgba(0,0,0,0.5)  }


/*==弹出搜索↓==*/
.search-top{display: none; position:fixed;left:0;top:0px;right:0;z-index: 2;padding:120px 50px 50px 50px;border: 1px #ddd solid;background: #fff;}
.trol-top .search-top{padding-top:100px;}
.search-top .long{position:relative; padding:30px 0;display: flex;width: max-content;margin: auto;flex-direction: column;}
.search-top .top{position:relative;display: flex;width: max-content;flex-direction: row-reverse;align-items: center;}
.search-top .close{display: flex;margin-left: 30px;width: 40px;height: 40px;text-align: center;color: #666;font-size: 22px;background: #fafafa;justify-content: center;align-items: center;cursor: pointer;}
.search-top .close::before{content:"\e731";}
.search-top .close:hover{color:#fff;background: #999;}
.search-top .close:hover:before{color:#fff}
.search-top .trol form{position: relative;display: flex;margin: auto;width: max-content;border: 1px #ddd solid;border-radius: 5px;overflow: hidden;}
.search-top .trol i{position: absolute;left: 15px;top:0;bottom:0;margin:auto;height:fit-content;color:#999;font-size: 22px;}
.search-top .trol input{float: left;width:500px;color:#666;font-size: 15px;padding:0 20px 0 50px;}
.search-top .trol button{float:right;color:#fff;font-size:13px;padding: 0px 40px;background: #666;border: none;/* border-radius: 50%; */cursor: pointer;}
.search-top .trol input,.searchBox .trol button{line-height:50px;height:50px;border:none;}
.search-top .trol button:hover{ background:#000002}
.search-top .link{display:flex;font-size: 15px;margin-top: 20px;text-align: center;flex-wrap: wrap;justify-content: flex-start;}
.search-top .link h4{color: #5a5a5a;font-weight:bold;margin-right:20px;}
.search-top .link a{margin:0 10px 10px 0}





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


/*==面包屑↓==*/
.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:#e80406}
.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: #e80406;}






/*==标题↓==*/

.titleAx{color:#000123;font-size:44px;font-weight: bold;}

.titleAx b{font-size:48px;color:#e80406;font-weight:bold;text-transform: Uppercase;}  

.titleAx span{margin-top:12px;display: block;color:#666;font-size:30px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#e80406}

.titleAx hr{display: block;margin: 12px auto 0;width: 45px;height: 2px;border:none;background: #e80406;}

.titleAx.cen{text-align: center;margin-bottom:50px;}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

.titleAx.white hr{background:#fff}

/*--*/

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx 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: #e80406;}

.titleBx.cen{text-align: center;}

.titleBx.white,.titleBx.white span{color:#fff}

.titleBx.tTop{margin:50px 0 -20px 0;}

.titleBx.lef{text-align: left;}



/*==边距↓==*/

.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{}





/*==左侧栏目↓==*/
.leftNav{}
.leftNav .title{display: table;color:#e80406;font-size:25px;margin-bottom: 25px;padding-bottom: 10px;border-bottom:1px #ddd solid} 

.leftNav .title em{display:none;}
.leftNav .drop > li{margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px #eee solid;}
.leftNav .drop > li > a{display: flex;color:#333;font-size:18px;flex-direction: row-reverse;justify-content: flex-end;align-items: center;}
.leftNav .drop > li > a::before{/* opacity: 0; */content:"\e65b";margin-left: 10px;font-size: 24px;/* transform:translateX(5px); */}
.leftNav .drop > li.active > a,.leftNav .drop > li:hover > a{color:#e80406;}
.leftNav .drop > li.active a::before,.leftNav .drop > li:hover > a:before{opacity:1;transform:translateX(-5px)}
/*--*/
.leftNav .order {margin-top: 15px;margin-left: 5px;}
.leftNav .order > li {margin-bottom: 10px;}
.leftNav .order > li:last-child{border:none}
.leftNav .order > li > a {display:flex;color: #444;font-size: 16px;align-items: center;}
.leftNav .order > li > a::before{content: "";display: block;width: 8px;height: 1px;margin-right:10px;border-radius: 50%;background: #999;}
.leftNav .order > li:hover > a,.leftNav .order > li.active > a {color:#e80406;}

.leftNav .order > li:hover > a{transform:translateX(-5px);}
.leftNav .order > li:hover > a::before,.leftNav .order > li.active > a:before{background: #e80406;}






/*==更多按钮↓==*/

.more-1{display: table;margin-top:30px;color:#fff;font-size:16px;padding: 11px 40px;border-radius: 5px;background: #ee924a;}

.more-1:hover{color:#fff;background:#e80406}

/*--*/

.more-2{display: flex;width: max-content;margin:auto;margin-top: 40px;color:#ee924a;font-size:14px;padding: 12px 50px;border-radius: 30px;border:1px #ee924a solid;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;}

.more-2:before{content:"\e61f";font-size: 24px;margin-left: 20px;color:#ee924a}

.more-2:hover{color:#fff; background:#ee924a;}

.more-2:hover:before{color:#fff;transform:translateX(5px)}





/*==切换效果↓==*/
.cut-item .btn {position:absolute;top:50%;left:-75px;display:flex;width: 50px;height: 50px;text-align:center;color: #fff;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #fff solid;border-radius: 50%;/*background:#fff;*/transition: all .4s ease-in-out;align-items: center;justify-content: center;}
.cut-item .btn.sNext {left:auto;right:-75px;}
.cut-item .btn:hover {color:#e80406;border-color: #e80406;}
.cut-item .btn:hover:before {color:#e80406}
.cut-item .sPrev:before {content:"\e662";}
.cut-item .sNext:before {content:"\eb9b";}
.cut-item .btn.cor{color:#aaa;border-color:#aaa;}
.cut-item .btn.cor:hover{color:#e80406;border-color:#e80406;}
.cut-item .btn.cor:hover::before{color:#e80406}



/*-切换点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:#e80406;}

/*-切换点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:#f4f4f4;}

.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#e80406;}





/*==左侧联系↓==*/

.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:#e80406}

.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:#e80406;font-size:24px;margin-top:5px;line-height:25px;font-weight:bold;}

.connection .tel:before {content:"\e611";font-family:"iconfont";position:absolute;top:6px;left:0;margin-right:10px;font-weight:400;color:#333;font-size:36px;}

.connection .wx {color:#666;font-size:14px;line-height:24px}

.connection .ewm {display:table;margin-top:20px;}

.connection .ewm img {max-width:100px;}

.connection .ewm font {vertical-align:middle;color:#666;font-size:14px;padding-left:30px;}

.connection .ewm font hr {float:left;width:30px;height:1px;margin:10px 10px 0 0;border:none;background:#aaa;}

.connection .ewm img,.connection .ewm font {display:table-cell;}

 





/*==切换按钮↓==*/

.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -5px;    align-items: stretch;}

.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: #e80406;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 .tit hr{margin:10px 0 0 0;}

.title-tip .go{display: flex;font-size: 16px;transition: all .4s ease-in-out;align-items: center;flex-direction: row-reverse;padding-bottom: 5px;border-bottom: 1px #999 solid;}
.title-tip .go::before{content: "\eb97";margin-left: 5px;}
.title-tip .go:hover{color:#e80406;border-color:#e80406}
.title-tip .go:hover:before{transform:translateX(5px)}
.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:#e80406;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: #e80406;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:#e80406;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:#e80406;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.title-tip .tone_2 li.active a{color:#e80406; }
.title-tip .tone_2 li.active a:after{transform: scale(1);transform-origin:left;}





/*==产品布局↓==*/

.pro-door{ background: #f2f2f2;}
.pro-door .long{display: flex;align-items: flex-start;}
.pro-door .lefter{width: 300px;margin-right: 30px;padding: 40px;background:#fff;}
.pro-door .righter{flex: 1;min-height:400px;}
.pro-door .righter.bgb{padding:40px;background:#fff;}
.pro-door .righter .titleTop{color:#3a3a3a;font-size:36px; text-align: center;margin-bottom:50px;}



/*===产品列表==*/
.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;padding: 40px;background: #fff;}
.product-list.bale li{border:1px #eee solid;padding:30px;background: #f9f9f9;}
.product-list li{ }
.product-list a{display: block;}
.product-list .pic{position: relative; padding-top:80%; }
.product-list .pic img{position: absolute;left:0;top:0;right:0;bottom:0; }
.product-list .title{color:#000123;font-size:18px;margin-top: 30px;}
.product-list p{color:#000123;font-size:14px;margin-top: 12px;}
.product-list .online{margin-top:30px;}
.product-list .more{float: left;display: inline-block;color:#fff;font-size:13px;padding:10px 40px;margin-right: 10px;border-radius: 1px;background: #3a3a3a;}
.product-list .more.cor{color:#3a3a3a;font-weight: bold; background: none;}
.product-list .more:hover{color:#fff;background: #e80406;}
.product-list li:hover{}
.product-list li:hover{transform: translateY(-5px);}
.product-list li:hover .title{color:#e80406}




/*==首页产品栏目==*/

.pro-col{display: flex;flex-flow: row wrap;align-content: flex-start;margin-left: -40px;}
.pro-col li{flex:1;margin-left: 40px;}
.pro-col a{position:relative; display: block;height: 550px;overflow: hidden;}
.pro-col .pic{position:absolute;left:0;top:0;right: 0;bottom: 0;}
.pro-col .pic:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;/* width: 70%; */background: -webkit-linear-gradient(340deg, #ddd, rgba(0,0,0,0));}

.pro-col .pic img{width:100%;height: 100%;object-fit: cover;}
.pro-col .box{position: relative;z-index:2;width: 70%;padding: 50px;}
.pro-col h4{color: #151515;font-size: 36px;}
.pro-col h4 span{display: block;font-size: 16px;color: #000123;margin-top: 1px;}
.pro-col p{    -webkit-line-clamp: 5;color: #4a4a4a;font-size: 16px;line-height: 28px;margin-top: 20px;}
.pro-col .more{display: table;margin-top: 40px;padding:10px 30px;color:#fff;font-size:14px;background: #e80406;}
.pro-col li:hover a{transform:translateY(-5px);} 

.pro-col li:hover .pic img{transform:scale(1.05)}
.pro-col li:hover .more{background: #3a3a3a;}





/*===首页产品==*/

.product-grid{padding-top:5px}

.product-grid a{display: block;border:1px #ddd solid}

.product-grid .pic{padding-top:80%;}

.product-grid h4{color:#000123;font-size:16px;padding:15px 20px;text-align: center;}

.product-grid span{display: block;color:#999;font-size:13px;margin-top:1px}

.product-grid li:hover a{transform: translateY(-5px);border-color:#e80406}

.product-grid li:hover h4{color:#e80406}





/*===产品滚动=*/

.srll-pro{position:relative;}

.srll-pro .spot{display: none;}





/*===首页应用领域==*/

.solveHome{position:relative;}
.solveHome .titleAx{position:absolute;left:0;right:0;top:80px;z-index:2}






/*==应用领域tab==*/
.solve-tab{position: relative;z-index: 1;padding: 280px 0 80px 0;}
.solve-tab .shelf{position: absolute;left:0;top:0;right:0;bottom: 0;z-index: -1;}
.solve-tab .shelf:after{content:"";opacity:0.5;position:absolute;left:0;top:0;right:0;bottom:0;z-index: 1;background: #000;}

.solve-tab .shelf li{ }
.solve-tab .shelf a{display: block;width: 100%;height:100%;}

.solve-tab .shelf .pic{height:950px;}
.solve-tab .shelf img{display: block; width:100%;height: 100%;object-fit: cover;}
.solve-tab .roll{display:flex;flex-wrap: wrap;}
.solve-tab .roll li{position: relative;width: calc(25% - 40px);margin: 0 0 20px 40px;padding: 30px;border-bottom: 1px solid rgba(255,255,255,0.5);}
.solve-tab .roll li:after{opacity:0.5;content:"";position:absolute;right: -20px;top:0;bottom: 20px;width: 1px;background:#fff}
.solve-tab .roll li:nth-child(4n):after{display:none;}
.solve-tab .roll li:nth-child(n+5){border-bottom:0px;}
.solve-tab .roll a{display: block;}
.solve-tab .roll em{display: flex;height: 67px;align-items: center;overflow: hidden;}
.solve-tab .roll em img{display: block;transform: translateY(0px);filter: drop-shadow(0px 67px #e80406);}
.solve-tab .roll h4{color:#fff;font-size:28px;margin-top: 10px;}
.solve-tab .roll h4 font{display: block;color: #eee;font-size:18px;margin-top: 1px;text-transform: uppercase;}
.solve-tab .roll .more{display: flex;margin-top:30px;color:#fff;font-size:16px;align-items: center;}
.solve-tab .roll .more::before{content: "\e84f";margin-right:10px;font-size:22px} 
.solve-tab .roll .more:hover,.solve-tab .roll .more:hover:before{color:#e80406}
.solve-tab .roll .active{background:rgba(255,255,255,0.2)}
.solve-tab .roll .active h4{color:#e80406 }
.solve-tab .roll .active em img{transform: translateY(-100%);}
.solve-tab .roll .go a{display: flex;text-align: center;color:#fff;font-size:28px;height: 100%;flex-direction: column;justify-content: center;}
.solve-tab .roll .go a::before{content: "\e84f";color: #fff;font-size:50px;display: block;}
.solve-tab .roll .go a:hover:before{color:#e80406}
.solve-tab .spot{display: none;}





/*==公司简介-通用↓==*/
.about-item .up{ background:#fdfdfd url(../images/aboutBg.png) no-repeat center; background-size:cover;}
.about-item .up .wx{color:#000123;font-size:16px;line-height: 28px;padding:0 100px; text-align:center}
.about-item .up .more{display: table;margin:auto;margin-top: 40px;padding: 10px 30px;color:#e80406;font-size:16px;border:1px #e80406 solid;border-radius: 30px;}
.about-item .up .more:hover{color:#fff;background:#e80406}
.about-item .video{padding: 150px 0 80px 0;background: url(../images/videoImg01.jpg) no-repeat center;background-size:cover;}
.about-item .video a{display: table;margin: auto;cursor: pointer;}
.about-item .video a::before{content:"";width: 80px;height: 80px;display:block;background: url(../images/videoIco.png) no-repeat center;background-size:cover;}
.about-item .video a h4{color:#fff;font-size:18px;margin-top:10px}
.about-item .video a:hover{transform: translateY(-5px);}
.about-item .video a:hover h4{color:#e80406}
.about-item .number{display: flex;margin-bottom: -140px;margin-top: 60px;padding:0 100px;flex-flow: row wrap;justify-content: space-between;align-items: center;}
.about-item .number li {flex: 1;margin-left: 10px;line-height:1;padding: 30px;color: #fff; background: #e80406;}
.about-item .number h5 {font-size: 16px;margin-top: 10px;}
.about-item .number font{font-size:18px;}
.about-item .number b{font-size: 40px;font-weight: bold;}
.about-item .number span { font-weight: bold;font-size: 35px;text-transform: uppercase;}
.about-item .number li:hover{transform:translateY(-5px);}





/*==首页新闻↓==*/

.newsHome{ background: url(../images/newsBg.jpg) no-repeat center; background-size:cover;}

/*--*/
.news-grid{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;/* background: #fff; */}
.news-grid li{float:left; overflow: hidden;}
.news-grid a{display: block;width:100%;height:100%;padding: 20px;background: #fff;}
.news-grid .pic{height: 280px;margin-bottom:40px}
.news-grid .pic img{max-width:100%;height: 100%;object-fit: cover;}
.news-grid h4{color:#282828;font-size: 18px;margin-bottom:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid p{-webkit-line-clamp: 3;color:#666666;font-size:14px;line-height:26px}
.news-grid .time{display: flex;margin-top: 30px;color:#000;font-size:14px;align-items: center;justify-content: space-between;}
.news-grid .time i{color:#333;font-size:15px;font-weight:bold}
.news-grid .one{width: calc(33.3% - 20px);margin: 0 0 20px 20px;/* height: 560px; */}
.news-grid .one p{-webkit-line-clamp: 2;}
.news-grid .two{width:33.3%;height: 280px;border-left:1px #e9e9e9 solid;border-bottom:1px #e9e9e9 solid;background: #fff;}
.news-grid .two .time{margin-top: 40px;}
.news-grid .two:nth-child(4),.news-grid .two:nth-child(5){border-bottom:none;}
.news-grid li:hover h4{color:#e80406}
.news-grid li:hover .time i{color:#e80406;transform: translateX(-5px);}
.news-grid .two:hover{background: #fefefe;}
.news-grid .two:hover a{transform: translateY(-5px);}





/*==新闻模块↓==*/
.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:#e80406;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.newsIn .opt .fare a:hover,.newsIn .opt .fare li.active a{color:#e80406}
.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:#e80406}
 .srll-news .more{}
 .srll-news .more{display: flex;width: fit-content;color: #fff;font-size: 14px;padding: 12px 30px;margin-top: 40px;background: #e80406;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:#e80406}
 
 
 /*==新闻列表↓==*/
 .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:#e80406;transform: translateY(-0px);}
 .news-list li:hover h4{color:#e80406}
 .news-list li:hover .time i{opacity:1; color:#e80406;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:#e80406;}
 .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:#e80406}
 /*--*/
 .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:#e80406}
 .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:#e80406;}
 .EssayCont .news .two:hover a:before {background:#e80406;}
 /*--*/
 .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:#e80406}
 .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: #e80406;}
 .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:#e80406;}

 .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:#e80406;*/}

 .solve-list .more:hover {color:#fff;background:#333;}

 .solve-list li:hover a {border-color:#e80406}

 .solve-list li:hover h4{color:#e80406;}

 .solve-list li:hover h4 hr{width:50px;}

 .solve-list li:hover .more {color:#fff;border-color:#e80406;background:#e80406}

 .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:#e80406;font-size:30px;text-align: center;border-bottom:1px #e80406 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:#e80406;}

 /*--*/

 .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: #e80406;}

 .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:#e80406;}

 .ss-lefter .intro .more:hover{color:#fff;background:#e80406;}

 .ss-lefter .intro li:hover .more{color:#fff;border-color:#e80406;background:#e80406}

 /*--*/

 .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:#e80406;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

 .ss-lefter .tone li.active{color:#e80406; }

 .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:#e80406}

 /*--*/

 .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 h4{color:#666;font-size:16px;text-align: center;padding:15px;background: #f5f5f5;}

 .ss-righter .list_1 li:hover h4{color:#fff;background: #e80406;}

 /*--*/

 .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:#e80406;transform:translateX(-5px)}







/*==服务支持↓==*/
.serviceIn{}




/*==点击更多↓==*/
.moreOk{position: relative;display: flex;width: max-content;color:#1a1a1a;font-size:16px; padding-right: 20px;flex-direction: row-reverse;align-items: center;}
.moreOk:before{content: "\e65b";font-size:20px;color:#1a1a1a;position:absolute;top:0;bottom:0;right:0; margin:auto;height: max-content;}
.moreOk:hover,li:hover .moreOk:hover{color:#e80406;text-decoration: underline;  }
.moreOk:hover:before,li:hover .moreOk:before{color:#e80406;transform:translateX(2px)}


/*==服务支持-服务申请↓==*/
.support-list{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.support-list li{display: inline-block;width: calc(25% - 20px);padding:50px 20px;margin: 0 0 40px 20px;text-align: center;background:#f5f5f5; }
.support-list a{position:relative;z-index:2; display: block;}
.support-list em{display: table;margin: auto;font-size: 40px;color: #4a4a4a;}
.support-list h4{margin-top: 15px;color:#666;font-size:24px;}
.support-list p{margin-top:10px;color:#999;font-size:15px;}
.support-list li:hover{transform:translateY(-5px)}

.support-list li:hover{}
.support-list .more{margin-top: 10px;color:#1890ff;font-size: 14px;}
.support-list .more:hover{text-decoration: underline;}




/*==留言↓==*/
.message-item{ }
.message-item .title{color:#212121;font-size:28px;margin-bottom: 30px;}
.message-item .title font{color:#a1a1a1;}
.message-item .long{ background:#ddd url(../images/MessageBg02.jpg) no-repeat left;overflow: hidden;}
.message-item .message{width:50%;padding: 50px;/*background: #dddddd4d;*/}
.message-item .message .frame{display: flex;border: 1px #eee solid;padding: 12px 20px;margin-bottom:20px;border-radius: 5px;background: #fff;}
.message-item .message .frame.w50{float:left;width:49%;}
.message-item .message .frame.mr{margin-right:2%}
.message-item .message h4{flex-shrink:0;color: #646464;font-size:16px;}
.message-item .message input,.message-item .message textarea{flex: 1;width:inherit;border: none;font-size: 16px;} 
.message-item .message textarea{height:200px;}
.message-item .message button{color:#fff;font-size: 16px;padding: 10px 40px;border-radius:5px;border: none;cursor: pointer;background: #939393;}
.message-item .message button:hover{background: #333;}




/*==联系模块↓==*/
.contact-item{}
.contact-list{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.contact-list li{display: inline-block;width: calc(33.3% - 20px);display: flex;padding: 50px 80px;margin: 0 0 20px 20px;text-align: center;background:#f5f5f5;align-items: center;justify-content: center;}
.contact-list a{position:relative;z-index:2; display: block;}
.contact-list .box{}
.contact-list em{display: table;margin: auto;font-size: 50px;color: #3a3a3a;}
.contact-list h4{margin-top: 15px;color: #2a2a2a;font-size: 26px;}
.contact-list span{display: block;margin-top:10px;color: #666;font-size: 16px;}
.contact-list li:hover{/*box-shadow: 10px 10px 5px #dde;*/}
.contact-list .more{margin-top: 10px;color:#1890ff;font-size: 16px;}
.contact-list .more:hover{text-decoration: underline;}
.contact-list .ewm{width: 160px;}
.contact-list .pho{padding:0px;}
.contact-list .pho .box{max-height:400px;height: 100%;width: 100%;}
.contact-list .pho img{width:100%;height: 100%;object-fit: cover;}
.contact-list li:nth-child(2){margin-left:0px;}
.contact-list li:nth-child(-n+2){width: calc(50% - 20px);}
/*==公告资讯↓==*/
.notice-item{}
.notice-item .long{padding:50px 200px; background: #f7f7f7;}
.notice-item .moreOk{margin: auto;margin-top:30px;justify-content: center;}





/*==下载列表↓==*/
.download-list{margin: 0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.download-list li{position: relative;display: inline-block;width: calc( 33.3% - 30px);margin: 0 0 30px 30px;/* border: 1px #ddd solid; */padding: 40px 40px 40px 150px;box-shadow: 5px 5px 15px #ddd;}
.download-list li:before{ opacity:0.1; content:"\e690";position:absolute;right:8%;bottom:8%;color:#666;font-size:60px; }
.download-list li .time{position:absolute;left: 0;top: 40px;/* height: 70%; */padding: 30px 30px;border-right: 1px #ddd solid;display: block;color: #666;font-size:14px;text-align: right;}
.download-list li .time font{color:#666;font-size: 26px;display: block;font-weight: bold;}
.download-list li h4{position:relative;color: #333;font-size: 18px;padding-left:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.download-list li h4:before{content: "";position: absolute;left: 0px;top: 6px;width:2px;height:15px; background: #e80406;}
.download-list li .explan{ margin-top:10px;color:#666;font-size: 15px;}
.download-list li .btn{display: table;margin-top: 20px;font-size: 15px;padding: 10px 15px;border-radius: 5px;border:1px #ddd solid;}
.download-list li .btn:before{content:"\e784";float:left;margin:1px 8px 0 0;color:#666;font-size: 16px;}
.download-list li:hover{transform: translateY(-5px);box-shadow: 5px 5px 15px #bbb;}
.download-list li:hover h4{color:#e80406}
.download-list li:hover .btn{color:#fff;border-color: #e80406; background:#e80406}
.download-list li:hover .btn:before{color:#fff}





/*==列表1↓==*/
.list-1{display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column;}
.list-1 li{margin-bottom: 18px;padding-bottom: 18px;border-bottom: 1px #ddd solid;}
.list-1 a{position: relative;display: flex;color: #3a3a3a;font-size: 17px;justify-content: space-between;}
.list-1 h4{flex: 1;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*.list-1 a:before{content:"";width:2px;height:2px;background:#ddd}*/
.list-1 .time{display:block;font-size: 16px;color:#999;margin-left: 10px;}
.list-1 li:hover .more{background:#0072dc}
.list-1 li:hover h4{color:#e80406}
.list-1 li:hover a{color:#0072dc;transform:translateX(5px)}




/*==留言弹出↓==*/
.offer-service{display: none;position: fixed;top:0;left:0;right:0;bottom:0;z-index:99999;margin:auto;width: 550px;height:max-content;overflow: hidden;border-radius: 10px;/* border: 1px #d1d1d1 solid; */}
/**/
.offer-service .report {padding:50px;width:100%;border-radius:5px;border:1px #ccc solid;box-shadow:0 0 10px #333;text-align:left;background: #fff;}
.offer-service .report .title{color:#191919;font-size:28px;padding-bottom:20px;margin-bottom:35px;border-bottom:2px #191919 solid;text-align:center;}
.offer-service .close{position: absolute;right:20px;top:20px;display: flex;width: 30px;height: 30px;text-align: center;color:#fff;font-size:12px;border-radius: 50%;background: #e1e1e1;justify-content: center;align-items: center;cursor: pointer;}
.offer-service .close::before{content:"\e731";}
.offer-service .close:hover{transform:rotate(90deg); background: #191919;}
.offer-service .success{display:none;position:fixed;top:0;left:0;right: 0;bottom: 0;width: 350px;height: 249px;margin: auto;text-align:center;padding: 50px;border-radius: 10px;box-shadow: 3px 3px 10px #666;overflow: hidden;background: #fff;}
.offer-service .success h4{color: #1f7fe8;font-size:30px;}
.offer-service .success h4:before{content:"\e638";color: #1f7fe8;margin-right: 10px;}
.offer-service .success span{color: #7f7f7f;font-size: 16px;display: block;margin-top: 10px;}
.offer-service .success .btn{position: absolute;left: 0;right: 0;bottom: 0;display: block;color:#fff;font-size:16px;padding: 12px 10px;transition: all .4s ease-in-out;background: #1f7fe8;}
.offer-service .success .btn:hover{background: #0883ab;}




/*==留言弹出-滚动条↓==*/
.offer-service .wor::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);background-color: #f5f5f5;}
.offer-service .wor::-webkit-scrollbar{width: 4px;background-color: #f5f5f5;}
.offer-service .wor::-webkit-scrollbar-thumb{background-color: #666;}




/*==留言弹出-服务支持-↓==*/
.sup-popup .report h5 {color:#353535;font-size: 16px;margin-bottom:10px;}
.sup-popup .report i {font-style:normal;color:#ff2f2f}
.sup-popup .report .shelf{margin-bottom: 30px;}
.sup-popup .report .fill{width:100%;line-height: 25px;color:#666;padding: 10px 20px;border-radius: 6px;border: 1px #ccc solid;/* background: #f9f9f9; */}
.sup-popup .report textarea {height:100px;}
.sup-popup .report .tips {color: #999;font-size: 14px;}
.sup-popup .report .wor{font-size:15px;line-height:26px;height: 500px;padding-right:20px;
    overflow: auto;}
.sup-popup .report .submit {margin-top:30px;color:#fff;font-size: 16px;width:100%;border-radius:5px;padding: 16px 10px;border:none;border-radius: 10px;cursor: pointer;background: #939393;}
.sup-popup .report .submit:hover {background:#333;}




/*==留言弹出-搜索==*/
.search-popup{width:1400px;}
/**/
.search-popup .report {padding-top: 80px;background: #f5f5f5;}
.search-popup .trol form{position: relative;display: flex;margin: auto;width: max-content;border-radius: 5px;overflow: hidden;}
.search-popup .trol i{position: absolute;left: 15px;top: 13px;color:#999;font-size: 22px;}
.search-popup .trol input{float: left;width:500px;color:#666;font-size:13px;padding:0 20px 0 50px;}
.search-popup .trol button{float:right;color:#fff;font-size:13px;padding: 0px 40px;background: #666;border: none;/* border-radius: 50%; */cursor: pointer;}
.search-popup .trol input,.searchBox .trol button{line-height:50px;height:50px;border:none;}
.search-popup .trol button:hover{ background:#000002}
.search-popup .link{display:flex;/* width: 400px; */margin: auto;font-size: 15px;margin-top: 20px;text-align: center;flex-wrap: wrap;justify-content: center;}
.search-popup .link h4{color:#333;font-weight:bold;margin-right:20px;}
.search-popup .link a{margin:0 10px 10px 0}
.search-popup .srll-sar{ position: relative; margin-top: 40px;padding:0 70px;}
.search-popup .srll-sar .list a{display:block; padding:20px;border: 1px #eee solid;background:#fff}
.search-popup .srll-sar .list h4{margin-top:20px;color: #333;font-size:16px}
.search-popup .srll-sar .list li:hover a{border-color:#00b4ff}
.search-popup .srll-sar .list li:hover h4{color:#00b4ff}
.search-popup .srll-sar .btn{left:0}
.search-popup .srll-sar .btn.sNext{left:auto;right:0;}
.search-popup .srll-sar .spot{display: none;}
.search-popup .mode{margin-top:50px;padding-top:50px;overflow: hidden;border-top:1px #ddd solid}
.search-popup .mode li{}
.search-popup .mode ul li{position:relative; float:left;width:33.3%;border-right:1px #bbb dashed;word-break:break-all;}
.search-popup .mode ul li a{position:relative;display: table; margin:auto;padding-left: 50px;}
.search-popup .mode ul li:last-child{border-right:none}
.search-popup .mode ul i{ position:absolute;left:0;top:5px;bottom: 0;margin: auto;height: max-content;display: block;color:#000;font-size: 35px;}
.search-popup .mode ul h5{color:#666666;font-size:12px;margin-bottom: 5px;}
.search-popup .mode ul span{ display: block; color:#333333;font-size:24px;}
.search-popup .mode ul li:last-child i{} 





/*==产品详情↓==*/

.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:#e80406;}

.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:#e80406;background:#e80406;}

.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:#444;line-height:30px;font-size:16px;}

.psc-content .long td p{ padding:8px 0px 8px 20px ;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:#e80406;}

.psc-content .tone li.active,.psc-content .tone li:hover {color:#e80406}

.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:#e80406}

.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:#e80406;}

.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:#e80406}

.psc-content .download .file:hover:before {color:#e80406}

.psc-content .download .top * {color:#e80406;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:#e80406}

.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:#e80406;}

.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 #e80406 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:#e80406;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:#e80406;}

.srllPho .swiper-button-disabled{opacity: .5;}

/*.srllPic .btn:hover{ opacity: 1;}*/

.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}



/*==详情排版2↓==*/
.work-list{}
.work-list li{display: flex;margin-bottom:50px;padding-bottom:50px;justify-content: space-between;border-bottom:1px #ddd solid}
.work-list li:last-child{margin-bottom:0px;margin-bottom:0px;border:none}
.work-list .pic{width: 50%;margin-right: 50px;}
.work-list .info{width: 50%;color:#333;font-size:16px;line-height:30px;}
.work-list li:nth-child(2n){flex-direction:row-reverse;} 
.work-list li:nth-child(2n) .pic{margin-left:50px;margin-right:0px}



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





/*==留言通用↓==*/

.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover;}

.MessageCon .long{padding:80px; background: #fff;}

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}

.MessageCon .block:nth-child(2n+1){margin-left:1%;}

.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}

.MessageCon textarea{width:100%;height:120px;}

.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}

.MessageCon button:hover{background:#e80406}

.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);}





/*==留言表格↓==*/
.form-item{display: flex;flex-wrap: wrap;}
.form-item .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #ddd solid;padding: 10px 20px;align-items: center;background: #fff;}
.form-item .shell.w100{width:100%}
.form-item .ml{margin-left:20px;}
.form-item .shell.vt{    align-items: flex-start;}
.form-item h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #3a3a3a;font-size: 16px;}
.form-item .fill{flex: 1;/* width: 100%; */line-height: 30px;color: #fff;font-size: 15px;border: none;background: none;}
.form-item textarea{height:180px}
.form-item .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: #e80406;}
.form-item .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.form-item .submit:hover:after{opacity:0.2}
/*--*/
.form-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid; background: #fff;align-items: center;}
.form-item .code input{ flex: 1;}
.form-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.form-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.form-item .yzm input{width: 150px;padding: 18px 20px;border: none;background: none;}
.form-item .explain{margin-top:20px;color: #9a9a9a;font-size:16px;}
.form-item .explain i{color:red}
.form-item .explain font{color: #e80406;font-weight:bold;}




/*==关于↓==*/
.aboutIn{padding:0px !important}


/*==企业文化↓==*/
.ab-culture{/*background: url(../images/cultureBg.jpg) no-repeat center; background-size:cover ;*/}
.ab-culture .long{display: flex;align-items: center;}
.ab-culture .info{width:50%}
.ab-culture .info .titleBx{text-align: left;}
.ab-culture .pic{width: 40%;margin-right:60px;}
.ab-culture .pic img{width:100%;}
.ab-culture ul{display: flex; flex-flow: row wrap; align-content: flex-start;}
.ab-culture ul li{float:left;width:50%;padding-right: 80px;margin-bottom:50px}
.ab-culture ul li h4{color:#333333;font-size: 30px;margin-bottom:15px;font-family: Arial;}
.ab-culture ul li p{color:#666666;font-size: 16px;line-height: 26px;}


/*===数字滚动↓==*/ 
.number-item{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;background: #fff;}
.number-item li {position:relative;z-index: 1;flex: 1;padding:40px 30px;line-height:1;text-align: center;}
.number-item li:before{content:"";position:absolute;right: -1px;top:0;bottom:0;margin: auto;width:1px;height: 30px;background:#ddd;}
.number-item li:after{ opacity:0; content:"";position:absolute;left:0;right:0px;top:0;bottom:0;z-index: -1;background:#e80406;}
.number-item li:last-child:before{display:none}
.number-item li span {font-weight: bold;font-size: 60px;color: #28282e;text-transform: uppercase;}
.number-item li font{display: inline-block;font-size: 16px;color: #6a6a6a;}
.number-item li h5 {font-size: 18px;margin-top: 10px;color: #28282e;}
.number-item li:hover{}
.number-item li:hover:after{opacity:1;margin: -12px 0;}
.number-item li:hover *{color:#fff}
.number-item.line{margin-top:50px;border-top:1px #ddd solid;border-bottom: 1px #ddd solid;padding: 40px 0;}
.number-item.line li{width: auto;flex: 1; margin-bottom: 0px;}


/*==荣誉资质切换↓==*/
.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:#e80406}


/*==公司环境列表↓==*/
.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;background:#fff;}
.srll-partner .list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#e80406;}
.srll-partner .list .pic{position:relative;display: flex;width:100%;height: 180px;justify-content: center;align-items: center;}
.srll-partner .list .pic img{display:block;}
.srll-partner .list h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}
.srll-partner .list li:hover h4{opacity:1;transform: translateY(0px);}
.srll-partner .list li:hover a:after{opacity:0.8;transform: translateY(0px);} 







/*==list-box 图片列表↓==*/

.list-box{margin:0 0 -20px -20px}

.list-box li{display:inline-block; width: calc(25% - 20px);margin: 0 0 20px 20px; }

.list-box li img{max-width:100%;width:100%;}

.list-box li a{display:block; }

.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}

.list-box li:hover .pic{border: 1px #e80406 solid;}

.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}

.list-box li:hover h4{color:#e80406;}

.list-box.lx5 li{width: calc(20% - 20px);}





/*==底部===*/
.footer {position:relative;z-index:5; background:#272d3b url(../images/footerBg.jpg) no-repeat center; background-size:cover;}
.footer .up {padding:70px 0 40px 0;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:12px;}
.footer .tit:after{content:"";margin-top:10px;display:block;width:25px;height:1px;background:#fff}
.footer .nav {position:relative;float:left;width: 50%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color:#aaa;font-size:13px;padding:5px 0;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .nav .box.col a{margin-right:10px;}
.footer .ewm {float:right;margin-left: 10%;color:#fff;font-size:16px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width: 150px;margin-bottom:10px;}
.footer .right {float:right;color:#aaa;font-size:12px;}
.footer .right .tel {display:block;color:#fff;font-size: 28px;/* font-weight:bold; */margin-bottom:20px;padding-bottom: 10px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer .right .tel:before{content: "\e63c";font-size:28px;margin-right: 10px;font-weight: 400;color: #fff;}
.footer .right .wx {display:block;color:#aaa;font-size:14px;line-height: 30px;}
.footer .right .wx i{display: inline-block;width:20px;text-align: center;font-size:25px;font-size:15px; color:#e80406;margin-right:10px;}
.footer .right .share {margin-top:20px}
.footer .right .share a {display:inline-block;margin-right:18px;width:35px;line-height:35px;text-align:center;color:#fff;font-size:20px;border-radius:50%;background:#3d99ff;}
.footer .right .share a:hover {background:#e80406;}
.footer .down {position:relative;padding:30px 0;color:#aaa;font-size:14px;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 {margin-top:20px;}
.footer .link h3 {color:#ddd;font-size:14px;float:left;}
.footer .link a {color:#858585;font-size:12px;display:inline-block;padding:0 15px;font-size:12px;line-height:9px;border-right:1px #999 dotted;}
.footer .link a:last-child {border:none;}






