@charset "utf-8";

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

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





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

.container{width:1600px;}

a:hover{color:#e62129}

.bga{background: #f4f6fb;}

.borTop{border-top:1px #ddd solid}





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

*: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/font_1963410_2v6ntg371kb.woff2?t=1653462120159') format('woff2'),

       url('//at.alicdn.com/t/font_1963410_2v6ntg371kb.woff?t=1653462120159') format('woff'),

       url('//at.alicdn.com/t/font_1963410_2v6ntg371kb.ttf?t=1653462120159') format('truetype');

}







/*==顶部↓==*/

.fixed-top.header{ position: fixed;width:100%;z-index:99; padding:10px 0;height:80px;box-shadow: 0 0 10px #ddd;  }

.fixed-top.header:before{opacity:1; height:100%;}

.fixed-top.header .logo img{ }

.fixed-top.header .nav{margin-top: 20px;}

.fixed-top.header .nav > li > a{padding-bottom: 26px;}

.fixed-top.header .tel{  }

/*--*/

.header{z-index:99;padding:20px 0;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 .logo{float:left}

.header .logo img{ /* max-height: 100%; */}

.header .tel{position: relative;float: right;margin-left: 12px;margin: 18px 0 0 50px;font-size: 24px;color:#e62129;line-height: 1;}

.header .tel:before{content: "\e671";font-family: "iconfont";/* position: absolute; *//* left:0; */margin-right: 10px;font-weight: 400;color:#e62129;}

.header .nav{display:flex;float: right;margin-top: 20px;}

.header .nav > li{/* flex: 1; */float: left;margin-left: 40px;position: relative;}

.header .nav > li > a{position: relative;display: block;color:#202020;font-size:16px;text-align: center;padding-bottom: 33px;}

.header .nav > li > a:before{display: none; content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#e8741a;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.header .nav > li.pull > a:after{content: "\e65a";color: #999;font-size:18px;font-weight: bold;margin-left: 1px;}

.header .nav > li:hover > a,.header .nav > li.active > a{color:#e62129; }

.header .nav > li:hover > a:before,.header .nav > li.active > a:before{transform: scale(1);transform-origin:left;}

.header .nav .sub{display:none;width: 180px;left:-60px;top: 100%;position:absolute;border:1px #ddd solid;background: #f4f4f4;padding: 0px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}

.header .nav .sub:before{content: "\e65f";position: absolute;left:0;right:0;top: -19px;display: block;margin: auto;color:#f4f4f4;/* width: 20px; *//* height: 20px; */font-size: 26px;transform: rotateX(190deg);}

.header .nav .sub a{display: block;color: #666;font-size: 14px;padding:10px 10px;border-bottom:1px #ddd solid;}

.header .nav .sub a:last-child{border-bottom:0px;}

.header .nav .sub a:hover{color:#fff; background: #e62129;}

/*.header .nav li:last-child .sub{display: none !important;}*/



/*==次级导航↓==*/

.menu{width:100%;margin-top:60px;margin-bottom:-10px;}

.menu ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}

.menu li{/*! flex: 1; */ display: inline-block;}

.menu li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 6px; background: #f7f7f7;}

.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #e62129;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.menu li:hover a,.menu li.active a{ color:#fff;border-color:#e62129 }

.menu li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}





/*==面包屑↓==*/

.site{}

.site .container{padding: 20px 0;border-bottom:1px #ddd solid;}

.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}

.site a{color:#666;font-size:12px;}

.site a:hover{color:#e62129}

.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}

.site .more:hover{color:#fff; background: #e62129;}





/*==标题↓==*/

.titleAx{width: max-content;color:#1f1e23;font-size:30px;font-weight: bold;padding-left: 35px;line-height: 1;background: url(../images/bg04.png) no-repeat left top;}  

.titleAx span{position: relative;display: block; font-size:50px;margin-bottom: 12px;font-weight:bold;text-transform: Uppercase;}

.titleAx span:after{content: "";display: inline-block;width:10px;height:10px;margin-left: 5px;border-radius: 50%;background: #e62129;}

.titleAx b{ display: flex;align-items: center;}

.titleAx b:after{content: "";flex: 1;display:block;margin-left: 15px;width: -webkit-fill-available;height:2px;background: #e62129;}

.titleAx font{}

.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #e62129;}

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

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

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

.titleAx.m50{margin-bottom:50px}

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

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

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

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

/*--*/

.titleCx{color:#000123;font-size:30px;margin-bottom:50px; text-align: center;line-height:1;}

.titleCx span{display: block; margin-bottom:12px; font-size:50px;font-weight:bold;text-transform: uppercase;}

.titleCx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #e62129;}

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

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

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





/*==边距↓==*/

.ptm60{padding:60px 0}

.ptm80{padding:80px 0}

.ptm100{padding:100px 0}

.pt60{padding-top:60px}

.pt80{padding-top:80px}

.pt100{padding-top:100px}

.pm60{padding-bottom:60px}

.pm80{padding-bottom:80px}

.pm100{padding-bottom:100px}

/*--*/

.mtm60{margin:60px 0}

.mtm80{margin:80px 0}

.mtm100{margin:100px 0}

.mt60{margin-top:60px}

.mt80{margin-top:80px}

.mt100{margin-top:100px}

.mm60{margin-bottom:60px}

.mm80{margin-bottom:80px}

.mm100{margin-bottom:100px}



/*句段限制*/

.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}





/*===内页框↓==*/

.rack{float:left;width:100%;padding:70px 0 80px 0;}

.rackWor{}





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

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

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

/*--*/

.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: -50px;z-index:9;display:block;width: 40px;line-height: 60px;text-align:center;color: #bbb;font-size: 30px;font-weight:bold;transform:translateY(-50%);cursor:pointer;transition: all .4s ease-in-out;/*background:#e62129;*/}

.cut-item .btn.sNext {left:auto;right:-50px;}

.cut-item .btn:hover {color:#e62129;border-color: #e62129;}

.cut-item .btn:hover:before {color:#e62129}

.cut-item .btn:before {content:"\e662";}

.cut-item .sNext{transform:rotate(180deg) translateY(50%);}

/*-切换点1-*/

.spot-dot {}

.spot-dot {position:initial;margin:40px auto 0;text-align:center;}

.spot-dot span {position: relative; opacity:1;width: 22px;height: 22px;margin:0 6px;background: none;}

.spot-dot span:before{content: "";position: absolute;left:0;top:0;right: 0;bottom: 0;margin: auto;width:8px;height:8px;border-radius: 50%;background: #d1d1d1;}

.spot-dot span:after{opacity:0; content: "";position: absolute;left:0;top:0;right: 0;bottom: 0;border-radius: 50%;border: 1px #e62129 solid;}

.spot-dot .swiper-pagination-bullet-active:before{background:#e62129}

.spot-dot .swiper-pagination-bullet-active:after{opacity:1}

/*-切换点2-*/

.spot-forte{position:initial;margin:40px auto 0;text-align:center;}

.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;background:#fff;}

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

/*-切换点-3-*/

.spot-number{display: flex;margin: auto;width: max-content;text-align: center;margin-top: 60px;}

.spot-number span{opacity: 1;position: relative;display: flex;width: 35px;height: 35px;color: rgba(0,0,0,0);font-size:16px;margin:0 10px;border-radius: 50%;background: none;justify-content: center;align-items: center;}

.spot-number span:before{content: "";position: absolute;left:0;top:0;right: 0;bottom: 0;margin: auto;width:8px;height:8px;border-radius: 50%;background: #e62129;}

.spot-number span:after{opacity:0; content: "";position: absolute;left:0;top:0;right: 0;bottom: 0;border-radius: 50%;border: 1px #e62129 solid;}

.spot-number .swiper-pagination-bullet-active{color: #e62129;}

.spot-number .swiper-pagination-bullet-active:before{opacity:0}

.spot-number .swiper-pagination-bullet-active:after{opacity:1}





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

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

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

 



/*==标题+tab↓==*/

.title-tip{display: flex;position: relative;margin-bottom:50px;overflow: hidden;align-items: center;justify-content: space-between;}

.title-tip.line{padding-bottom: 30px;border-bottom: 2px #ddd solid;}

.title-tip .titleAx{float:left}

.title-tip .more{position: relative;z-index:2;color: #1f1e23;font-size: 16px;padding: 12px 40px;border: 1px #ddd solid;transition: all .4s ease-in-out;}

.title-tip .more:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:-1;height:3px;background:#e62129}

.title-tip .more:hover{color:#fff}

.title-tip .more:hover:after{height:100%;}

.title-tip .tone{position: absolute;right: 0;bottom: -5px;z-index: 2;}

.title-tip .tone li{display:inline-block;cursor: pointer;margin-left: 50px;}

.title-tip .tone a{position: relative;z-index: 1;display: block;color: #242424;font-size: 20px;padding-bottom: 30px;overflow:hidden;}

.title-tip .tone a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height: 3px;background: #e62129;transition:transform .5s;transform:scale(0,1);transform-origin:right;}

.title-tip .tone .me{margin-left:20px;display: inline-block;color:#999;font-size: 35px;padding-bottom: 25px;}

.title-tip .tone .me:hover{color:#e62129;transform:translateX(5px)}

.title-tip .tone .active a,.tone-item li:hover a{color: #e62129;}

.title-tip .tone .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}





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

.productHome{background: #eee;}

.productHome .down .frame{display: none;}

.productHome .down .frame.on{display: block;}



/*==产品切换↓==*/

.srll-product{position: relative;}





/*===产品列表↓==*/

.product-list.edge{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}

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

.product-list.edge a{box-shadow: 5px 5px 20px #eee;}

.product-list li{}

.product-list a{position: relative;display: block;border:1px #eee solid;background: #fff;}

.product-list a:before{opacity:0; content:""; position: absolute;left:0;bottom:0;z-index:2;width:50%;height:3px;background: #e62129;}

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

.product-list .top{display: flex;border-bottom: 1px #ddd solid;justify-content: space-between;align-items: center;}

.product-list .top i{color: #292929;font-size:36px;margin-left: 30px;}

.product-list .top:after{content:"\e65b";display: flex;/* float:right; */padding: 20px 30px;color:#666;font-size: 24px;border-left: 1px #ddd solid;align-items: center;justify-content: space-between;}

.product-list .box{padding:30px 20px;}

.product-list h4{color:#000000;font-size:20px; }

.product-list p{height:50px;color:#666;font-size:16px;margin-top:5px;}

.product-list li:hover{}

.product-list li:hover .top i{color:#e62129}

.product-list li:hover .top:after{color:#fff; background:#e62129}

.product-list li:hover h4{color:#e62129}

.product-list li:hover a:before{opacity:1;width:100%}





/*==首页优势↓==*/

.advanHome{background: url(../images/advanBg.jpg) no-repeat center;}





/*==优势tab↓==*/

.advan-tab{display:flex;position: relative;}

.advan-tab .info{width:35%;display: flex;flex-direction: column;justify-content: flex-end;}

.advan-tab .roll{display: flex;flex-wrap: wrap;border-top: 1px #ddd solid;border-right: 1px #ddd solid;}

.advan-tab .roll li{display: inline-block;width:50%;padding:30px;border-left: 1px #ddd solid;border-bottom: 1px #ddd solid;cursor: pointer; background:#f2f4f7}

.advan-tab .roll em{width: 48px;height: 48px;display: block;overflow: hidden;}

.advan-tab .roll em img{height:100%;filter: drop-shadow(0px 50px #fff);transition: all .0s ease-in-out;}

.advan-tab .roll h4{margin-top:20px;color:#666666;font-size:18px;}

.advan-tab .roll h4 span{display: block;color:#afb0b3;font-size:14px;margin-bottom:2px}

.advan-tab .roll li.active{background: #e62129 url(../images/bg05.png) no-repeat center right;}

.advan-tab .roll li.active *{color:#fff}

.advan-tab .roll li.active em img{transform: translateY(-100%);}

.advan-tab .shelf{    flex: 1;}

.advan-tab .shelf li{position: relative;height: 630px;}

.advan-tab .shelf .bg{position: absolute;left:0;top:0;bottom: 0;max-width: initial;height: 100%;}

.advan-tab .shelf .box{position: absolute;left:0;bottom:0;right:0;margin:50px;}

.advan-tab .shelf h4{color:#fff;font-size:36px}

.advan-tab .shelf p{color:#fff;font-size:16px;margin-top:30px;line-height:30px}







/*==首页解决方案↓==*/

.solutionHome{position: relative;}

.solutionHome .titleCx{ position: absolute;left:0;right:0;top:80px;z-index:5;margin: auto;}





/*==解决方案切换↓==*/

.srll-solution{position: relative;z-index: 2;}

.srll-solution .chart{position: absolute;left:0;top:0;right:0;bottom: 0;z-index: -1;}

.srll-solution .chart:after{content:"";opacity:0.5;position:absolute;left:0;top:0;right:0;bottom:0;z-index: 1;background: #000;}

.srll-solution .chart a{display: block;width: 100%;height:100%;}

.srll-solution .chart img{display: block; width:100%;height: 100%;object-fit: cover;}

.srll-solution .list{}

.srll-solution .list li{height: 750px;text-align: center;cursor:pointer; border-right:1px solid rgba(255,255,255,0.4)}

.srll-solution .list li{position: relative;z-index:1;/* display: block;width: 100%;height:100%;*/}

.srll-solution .list li:before{content:""; opacity:0;  position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;transform: translateY(-10%);background: #fff;}

.srll-solution .list .box{position: absolute;left:0;/* top: 220px; */right: 0;bottom:0;height: fit-content;/* margin: auto; */padding:20px 40px;}

.srll-solution .list em{display: flex;margin: auto;margin-bottom:20px;width: 90px;height: 90px;border:1px #fff solid;border-radius:50%;justify-content: center;align-items: center;}

.srll-solution .list h4{color:#fff;font-size:24px;margin-bottom: 0px;}

.srll-solution .list span{display: block;color:#fff;font-size:14px;margin-top: 8px;text-transform: uppercase;}

.srll-solution .list p{opacity:0;-webkit-line-clamp: 2;margin-top: 20px;color:#fff;font-size:14px;}

.srll-solution .list .more{opacity:0; display:inline-block; margin-top:30px;color:#e62129;font-size:14px;padding:10px 30px;border-radius:5px;background: #fff;}

.srll-solution .list .more:hover{transform: translateY(-5px);}

.srll-solution .list .swiper-slide-thumb-active .box{/* top:150px; */bottom: 80px;}

.srll-solution .list .swiper-slide-thumb-active:before{opacity: 0.2;transform: translateY(0px);}

.srll-solution .list .swiper-slide-thumb-active p{opacity:1;}

.srll-solution .list .swiper-slide-thumb-active .more{opacity:1; }

.srll-solution .spot{display: none;position: absolute;left:0;bottom: 0px;right:0;}

.srll-solution .spot li{}





/*==首页案例↓==*/

.casetHome{}

.casetHome .top{display: flex; background: #f6f8fa;}

.casetHome .top .pic{display: flex;width:50%;}

.casetHome .top .pic img{width:100%;height: 100%;object-fit: cover;}

.casetHome .top .info{position:relative;z-index: 1;flex: 1;width:50%;padding: 50px;}

.casetHome .top h4{color:#333333;font-size:28px;margin-bottom: 30px;padding-bottom:30px;border-bottom:1px #ddd solid;}

.casetHome .top .wx{color:#1f1e23;font-size: 16px;line-height: 28px;}

.casetHome .top .link{margin-top:60px;}

.casetHome .top .link a{float:left;margin-right:20px;color:#e62129;font-size:16px;padding: 10px 50px;border-radius:5px;border: 1px #e62129 solid;}

.casetHome .top .link a.cor{color:#fff;border-color:#e62129;background:#e62129;}

.casetHome .top .link a:hover{color:#fff;border-color:#333;background:#333}

.casetHome .srll-case{margin-top:20px}





/*==案例切换↓==*/

.srll-case .list a{display: block; position: relative;z-index: 1;}

.srll-case .list a:after{content:""; position:absolute;left:0;right:0;bottom:0;height:50%;background:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5)); }

.srll-case .list h4{position:absolute;left:0;right:0;bottom:0;z-index:1;color:#fff;font-size:18px;padding:20px 30px;}





/*==关于模块↓==*/

.about-ck{display: flex;width:-webkit-fill-available; }

.about-ck .pic{display: flex;width:50%;position: relative;}

.about-ck .pic img{position: absolute;top: 0;left: 0;bottom: 0;max-width: initial;height: 100%;object-fit: cover;}

.about-ck .info{position:relative;z-index: 1;flex: 1;float:left;width:50%;margin: 140px -140px 100px 0;padding: 0 80px 80px 0;}

.about-ck .info:after{content: "";position: absolute;left: -100%;top: 40px;right: -0px;bottom:0;z-index: -1;background: #e62129;}

.about-ck .title{position: relative; color:#fff;}

.about-ck .title b{line-height: 1;color:#ffbdc0;font-size:72px;font-weight:bold;text-transform: uppercase;}

.about-ck .title h3{margin-top:20px;font-size:36px;font-weight: bold;}

.about-ck .title span{margin-top:10px;display: block;font-size:24px;}

.about-ck .title:after{content: "";display: block;margin-top: 20px;display: block;width: 100px;height:2px;background: #fff;}

.about-ck .wx{margin-top:40px;position: relative;color:#fff;font-size:16px; line-height: 28px;}

.about-ck .more{display: table;margin-top:30px;color:#e62129;font-size:16px;padding: 10px 30px;border:1px #fff solid;/* border-radius: 5px; */transition: all .4s ease-in-out;background: #fff;}

.about-ck .more:hover{color:#fff;  background: none;}

.about-ck .link{margin-top: 50px;padding-right: 150px;display: flex;justify-content: space-between;}

.about-ck .link a{display: inline-block;margin-right: 20px; text-align: center;}

.about-ck .link em{display: flex;margin:auto;width: 80px;height: 80px;border:2px #fff solid;border-radius: 5px;overflow: hidden;justify-content: center;align-items: center;}

.about-ck .link em img{/* height:100%; */filter: drop-shadow(0px 90px #e62129);transition: all .0s ease-in-out;}

.about-ck .link h4{color:#fff;font-size:16px;margin-top:10px;}

.about-ck .link a:hover{color:#16a951;transform:translateY(-5px)}

.about-ck .link a:hover em{ background:#fff}

.about-ck .link a:hover em img{transform: translateY(-90px);}





/*==荣誉资质模块↓==*/

.honor-item{position: relative; background: url(../images/honorBg02.jpg) no-repeat center;}

.honor-item:before{content: ""; position: absolute;bottom: 50px;left: 0;right: 0; width: 100%;height:50px; background: url(../images/honorBg_dw.png) no-repeat center;}





/*==荣誉资质切换↓==*/



.srll-honor{position: relative; }.srll-honor .list li .pic{height: 380px;}

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





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

.news-grid_1{margin-left:-60px}

.news-grid_1 li{float: left;margin-left:60px;width: calc(50% - 60px);}

.news-grid_1 h4{color:#000000;font-size:20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news-grid_1 p{margin-top: 12px;color:#666666;font-size:16px;line-height: 26px;}

.news-grid_1 .more{ display: block;margin-top:15px;font-size:14px;color:#999}

.news-grid_1 .one{border-bottom:1px #eee solid}

.news-grid_1 .one a{position: relative;}

.news-grid_1 .one a:after{opacity: 0; content: ""; position: absolute;left:0;bottom:-1;width:50%;height: 2px;background: #e62129;}

.news-grid_1 .one .pic{height:388px}

.news-grid_1 .one .pic img{width:100%;height: 100%;object-fit: cover;} 

.news-grid_1 .box{padding:30px 0;}

.news-grid_1 .two{border-bottom: 1px #eee solid;} 

.news-grid_1 .two a {display:block;position:relative;padding: 25px 30px 25px 160px;border-radius: 10px;background: #fff;}

.news-grid_1 .two .time {position:absolute;left: 50px;top:0;bottom:0;height: max-content;margin: auto;line-height: 1;color:#e62129;font-size:60px;text-align:center;/* padding:10px 30px; *//* background:#e62129; */}

.news-grid_1 .two .time font { font-size:18px;display:block;border-top: 1px #eee solid;margin-top: 15px;padding-top: 10px;}

.news-grid_1 li:hover h4 {color:#e62129}

.news-grid_1 li:hover .more{color:#e62129}

.news-grid_1 .one:hover a:after{opacity: 1;width: 100%;;}

.news-grid_1 .two:hover a{box-shadow: -2px 1px 15px #dfdfdf;} 

/*--*/

.news-grid_2{margin-top: 40px;display: flex;flex-wrap: wrap;justify-content: space-between;}

.news-grid_2 li{margin-bottom:20px;width: 30%;}

.news-grid_2 a{position: relative;display: flex;color:#5b5b5b;font-size: 16px;justify-content: space-between;}

.news-grid_2 h4{flex: 1;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news-grid_2 .time{display:block;font-size:13px;color:#999;margin-left: 10px;}

.news-grid_2 li:hover h4{color:#e62129}

.news-grid_2 li:hover a{color:#e62129;transform:translateX(5px)}





/*==案例列表↓==*/

.case-list a{display: block; }

.case-list .pic{padding-top:60%}

.case-list h4{display: flex;color:#000;font-size:18px;padding: 15px 20px;background: #f5f5f5;align-items: center;justify-content: space-between;flex-direction: row-reverse;}

.case-list h4:before{content: "\eb97";color: #818181;font-size: 24px;}

.case-list li:hover{}

.case-list li:hover h4{color:#fff;background: #e62129;}

.case-list li:hover h4:before{color:#fff;transform:translateX(-5px)}

/*--*/

.case-list{}

.case-list.edge{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.case-list.edge li{ display: inline-block;width:calc(33.3% - 30px);margin:0 0 30px 30px; }

/*--*/

.case-list.lx4 li{width:calc(25% - 30px);}







/*==解决方案↓==*/

.SolutionIn{}

.solution-list{ overflow: hidden;}

.solution-list li{position: relative;width:100%;margin-bottom: 50px;padding-bottom: 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;z-index: 2;}

.solution-list li:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:none;}

.solution-list a{position: relative;display: flex;width: 100%;height: 100%;overflow: hidden;justify-content: flex-end;}

.solution-list .box{position:relative;z-index:1;padding:50px;width: 45%;margin: 80px 80px;border: 1px #fff solid;border-radius: 5px;background:#fff;}

.solution-list li:nth-child(2n) a{justify-content: flex-start;}

.solution-list h4{position:relative; color:#191919;font-size:28px;margin-bottom:40px;}

.solution-list h4:after{content:"";display: block;margin-top: 15px;width: 40px;height:2px; border:none;background: #e62129;}

.solution-list h4 span{ display: block; color:#999;font-size:14px;}

.solution-list p{    -webkit-line-clamp: 3;color: #6a6a6a;font-size: 16px;line-height: 28px;}

.solution-list .bg{position: absolute;left:0;top:0;width: 100%;height:100%;z-index: -1;}

.solution-list .bg img{width:100%;height: 100%;object-fit: cover;}

.solution-list .more{position: relative;z-index: 2;margin-top:30px;display:table;color:#fff;font-size:14px;padding:10px 40px;background:#e62129}

.solution-list li:hover .box{border-color:#e62129;transform: translateY(-5px);}

.solution-list li:hover h4:after{width:50px;}

.solution-list li:hover .more{background:#333}





/*==详情页框架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:#e62129;font-size:30px;text-align: center;border-bottom:1px #e62129 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:#e62129;}

/*--*/

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

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

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

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

/*--*/

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

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

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

/*--*/

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

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

/*--*/

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





/*==新闻列表↓==*/

.news-list {margin:0px 0 -10px 0;}

.news-list li {clear:both;width:100%;margin-bottom:30px;padding-bottom:30px;border-bottom:1px #ddd solid;overflow:hidden;}

.news-list a {display:block;}

.news-list .pic {float:left;width:360px;height:220px;margin-right:30px;background:#eee;}

.news-list .pic img {width:100%;height:100%;object-fit:cover;}

.news-list .title {color:#333333;font-size:22px;margin-bottom:15px;/* margin-top:10px;*/max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.news-list .part {position:relative;margin-bottom:20px;display:table;}

.news-list .part:before {content:"";float:left;display:block;margin:8px 10px 0 0;width:50px;height:1px;background:#aaa;}

.news-list .part span {display:block;float:left;margin-right:40px;color:#999999;font-size:12px;line-height:1;}

.news-list .part span:before {display:none;content:"";float:left;margin-right:5px;font-size:14px;}

.news-list .part .time:before {content:"\e8b8";}

.news-list .part .source:before {content:"\e647";}

.news-list .part .read:before {content:"\e8c7";}

.news-list .txt {-webkit-line-clamp:3;color:#666666;font-size:14px;line-height:24px;}

.news-list .more {margin-top:30px;display:table;color:#666;font-size:13px;padding:8px 20px;border:1px #aaa solid;}

.news-list li:hover .title {color:#e62129}

.news-list li:hover .more {color:#fff;border-color:#e62129;background:#e62129}





/*==新闻详情框↓==*/

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

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

/*--*/

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

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

.EssayCont .news .two:hover a:before {background:#e62129;}

/*--*/

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

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

.EssayCont .pagIng .prev{float:left}

.EssayCont .pagIng .next{float:right}



 



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

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

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

.pst-right .trait {margin-top:40px;padding-top:30px;border-top:1px #ddd solid;display:flex;justify-content:space-between;}

.pst-right .trait li {position:relative;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;}

.pst-right .trait li:before {margin:0 8px 0 0;font-size:28px;}

.pst-right .trait li:nth-child(1):before {content:"\e75c";}

.pst-right .trait li:nth-child(2):before {content:"\ea00";}

.pst-right .trait li:nth-child(3):before {content:"\e703";}

/*--*/

.psc-content {margin-top:70px;}

.psc-content .wx {}

.psc-content .wor {color:#666;line-height:30px;font-size:16px;}

.psc-content .long {position:relative;display:flex;}

.psc-content .psd-left {flex:1;min-width:50%}

.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}

.psc-content .tone {position:relative;display:flex;margin-bottom:50px;border-left:1px #eee solid;}

.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left:-10%;right:-10%;top:0;height:1px;background:#ddd;}

.psc-content .tone:after {bottom:0;top:auto;}

.psc-content .tone li {position:relative;display:inline-block;color:#444444;font-size:18px;padding:18px 30px;border-right:1px #eee solid;cursor:pointer;align-items:center;justify-content:center;}

.psc-content .tone li:before {content:"";float:left;color:#444;font-size:24px;margin-right:10px;}

.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#e62129;}

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

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

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

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

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

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

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

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







/*==案例详情↓==*/

.CaseDetail{}

.CaseDetail .title{ color:#000;font-size:30px;/*text-align:*/center; margin-bottom:40px;}

.CaseDetail .tit{color:#353535;font-size:25px;margin-bottom:20px}

.CaseDetail .details{margin-top:60px}

.CaseDetail .details .wx{padding:30px;color:#666;font-size:14px;line-height:26px; background: #f4f4f4;}

.CaseDetail .relevant{margin-top:80px;}

.CaseDetail .relevant .list .pic{}

.CaseDetail .top{padding: 60px 30px 40px 30px;background: #f5f5f5;}

.CaseDetail .top .left{width:55%;}

.CaseDetail .top .right{width:40%}

.CaseDetail .top .right .title{color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}

.CaseDetail .top .right .wx{padding:20px;color:#666666;font-size:14px;min-height:100px;margin-bottom:80px;line-height: 24px;-webkit-line-clamp: 7;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden; background: #f2f2f2;}

.CaseDetail .top .right .tel{display: block;color:#191919;font-size:22px;margin-bottom:50px;padding: 20px 0 20px 0px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}

.CaseDetail .top .right .tel i{float:left;color:#666;font-size: 25px;margin-right: 15px;}

.CaseDetail .top .right .btn{float:left;padding:8px 40px;color:#fff;font-size:18px;margin-right:20px;border-radius:40px; background-color: #e62129;}

.CaseDetail .top .right .btn i{float:left;margin: 3px 10px 0 0px;color:#fff;font-size:20px;}

.CaseDetail .top .right .online{/* padding-left:70px; */}

.CaseDetail .top .right .download{color:#4c4c4c;background: #fff;}

.CaseDetail .top .right .btn:hover{color:#fff;background-color: #333;}





/*==滚动大图↓==*/

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

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





/*==联系我们↓==*/

.ContactInner{padding-bottom:0px !important}

.ContactInner .long .left,.ContactInner .long .right,.ContactInner #dituContent {height:540px;}

.ContactInner .long .left {width:50%;}

.ContactInner .long .left img {width:100%;height:100%;object-fit:cover;}

.ContactInner .long .right {position:relative;width:50%;/* border:1px #ddd solid;*/padding:60px 240px 40px 50px;background:#f7f7f7;}

.ContactInner .long .right .title {color:#333333;font-size:26px;}

.ContactInner .long .right .tel {position:relative;margin-top:25px;color:#333333;font-size:14px;display:block;}

.ContactInner .long .right .tel:before {content:"";position:absolute;left:0px;top:32px;width:10px;height:3px;background:#e62129;}

.ContactInner .long .right .tel:after {content:"";position:absolute;left:13px;top:32px;width:25px;height:3px;background:#e62129;}

.ContactInner .long .right .tel font {margin-top:30px;font-size:30px;color:#e62129;display:block;font-weight:bold;}

.ContactInner .long .right .wx {min-height:156px;margin-top:20px;color:#333333;font-size:14px;display:block;line-height:26px;}

.ContactInner .long .right .consult {position:absolute;top:100px;right:60px;}

.ContactInner .long .right .ewm {position:relative;color:#737373;font-size:12px;text-align:center;display:block;line-height:15px;}

.ContactInner .long .right .ewm img {display:block;margin:0 auto 5px;}

.ContactInner .long .right .online {/* float:left;*/color:#fff;margin:30px auto 0;font-size:14px;padding:8px 40px;background:#e62129;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:#e62129}

.MessageCon .x1{background-image: url(../images/ico201.png);}

.MessageCon .x2{background-image: url(../images/ico202.png);}

.MessageCon .x3{background-image: url(../images/ico203.png);}

.MessageCon .x4{background-image: url(../images/ico204.png);}

.MessageCon .x5{background-image: url(../images/ico205.png);}





/*==关于↓==*/

.AboutInner{padding-bottom:0px !important}

.ab-intro{}

.ab-intro .long{display: flex;background: #f7f7f7;}

.ab-intro .left{flex: 1; position: relative;/* width:50%; */}

.ab-intro .left img{max-width:100%;width:100%;}

.ab-intro .left:hover em{border-color:#000; background: #000;}

.ab-intro .right{/* width:45%; */flex: 1;padding: 50px;}

.ab-intro .right .title{color:#e62129;font-size:30px;margin-bottom:30px;}

.ab-intro .right .title:after{content:"";display: block;margin-top:10px;width:50px;height:2px;background: #e62129;} 

.ab-intro .right .wx{color:#666666;font-size:15px;line-height: 28px;}

.ab-intro .right .moreBtn{margin-top:60px;}

.ab-culture{background: url(../images/cultureBg.jpg) no-repeat center; background-size:cover ;}

.ab-culture ul{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.ab-culture ul li{position:relative;float:left;width: calc( 33.3% - 30px);margin:0 0 30px 30px;padding: 20px 20px 30px 20px;text-align: center;background: #fff;}

.ab-culture ul li img{display: block;width:100%; height: 65%;}

.ab-culture ul h4{color:#333333;font-size:24px;margin-top: 30px;margin-bottom:20px;}

.ab-culture ul h4:after{content: "";display: block;width:30px;height:2px;margin: 10px auto 0;background: #e62129;}

.ab-culture ul p{color:#666666;font-size:16px; margin-top:10px;}

.ab-culture ul li:hover{transform: translateY(-5px);box-shadow: 5px 5px 10px #ddd;}

.ab-culture ul li:hover h4{color:#e62129}

.ab-culture ul li:hover h4:after{width:40px;}





/*.ab-honor{background: url(../images/honorBg.jpg) no-repeat center;}*/

 

/*==公司环境列表↓==*/

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

/*--*/

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

.srll-partner .list .pic{position:relative;width:100%;padding-top:60%;}

.srll-partner .list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}

.srll-partner .list h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}

.srll-partner .list li:hover h4{opacity:1;transform: translateY(0px);}

.srll-partner .list li:hover a:after{opacity:0.8;transform: translateY(0px);} 





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

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

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

.list-box a{display:block; }

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

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

.list-box h4{margin-top:15px;color:#666;font-size: 16px;text-align: center;}

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

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

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





/*==底部===*/

.footer{ position: relative;z-index: 5; background: #222429;overflow: hidden;}

.footer .up{display: flex;padding:80px 0 60px 0;overflow: hidden;justify-content: space-between;}

.footer .contact{color:#aaa;font-size: 14px;margin-left: 20px;}

.footer .contact .tel{display: table;color:#e62129;font-size:28px;padding-bottom: 15px;margin-bottom: 25px;line-height: 1;border-bottom: 1px solid #3e3e3e;}

.footer .contact .tel i{float:left;display: block;margin-right:10px;}

.footer .contact .wx{display:block;color:#aaa;font-size: 14px;line-height: 26px;}

.footer .nav{position:relative;/* flex: 1; */display: flex;width: 50%;}

.footer .nav h3{ color:#fff;font-size:18px;margin-bottom:15px;}

.footer .nav h3:after{content:"";display: block;width:25px;height:1px; margin:12px 0 0px 0;background:#e62129;}

.footer .nav li{/*! display: table-cell; */flex: 1;padding-right: 20px;}

.footer .nav li a{ display: block;color:#aaaaaa; font-size:14px;padding:3px 0;}

.footer .nav li a:hover{color:#e62129}

.footer .ewm{position:relative;z-index:1;color: #aaa;font-size:14px;padding: 0 80px;text-align:center;margin-left: 40px;}

.footer .ewm:before{content:"";position:absolute;left:0;right:0;top: -100%;bottom: -100%;z-index:-1;border-left: solid 1px #3e3e3e;border-right: solid 1px #3e3e3e;}

.footer .ewm img{width: 160px; display:block;margin-bottom:10px;}

.footer .down{position: relative;padding:20px 0;color:#aaa;font-size:14px;}

.footer .down:before{content:""; position: absolute;top:0;left:-20%;right:-20%;height:1px; background: #3e3e3e;}

.footer .down a{color:#aaa;font-size:14px;}

.footer .down a:hover{color:#e62129}

.footer .down a:hover{color:#e62129}

.footer .link{margin-top:20px;}

.footer .link h3{color:#fff;font-size:15px;float: left;}

.footer .link a{color:#aaa;font-size:14px;display: inline-block;padding: 0 15px;line-height: 9px;}









