@charset "utf-8";

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

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





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

.container{width:1600px;}

a:hover{color:#c7000b}





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

i,em,.iof,*:before,*:after{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_ovrpytfere.woff2?t=1630050751862') format('woff2'),

       url('//at.alicdn.com/t/font_1963410_ovrpytfere.woff?t=1630050751862') format('woff'),

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

}



/*==顶部↓==*/

.fixed-top.header{position:fixed;top:0;width:100% }

/*--*/

.header{z-index:99;padding:20px 0;height:100px;background: #fff;}

.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 .logo .txt{position:relative; float: right;color:#212121;font-size:16px;margin-left: 40px; }

.header .logo .txt:before{content:"";position:absolute;left:-20px;top:10%;height:80%;width:1px;background:-webkit-linear-gradient(top, #eee, #ddd,#eee);}

.header .logo .txt font{display: block;font-size:26px;color:#212121}

.header .tel{position: relative;float: right;margin: 10px 0 0 60px;font-size: 14px;color: #999;padding-left: 50px;line-height: 1;}

.header .tel:before{content: "\e603";font-family: "iconfont";position: absolute;left:0;font-size: 25px;margin-right: 10px;color: #fff;width: 40px;line-height: 40px;display: block;text-align: center;border-radius: 50%;background: #c7000b;}

.header .tel font{color:#000000;margin-top: 5px;font-size:28px;display: block;font-weight:bold}

.header .trait{float: right;}

.header .trait a{float:left;margin-left: 50px;color:#666666;font-size:14px;}

.header .trait em{display: table;width: 39px;height: 33px;margin: 0 auto 10px;background-repeat:no-repeat;background-position:center;}

.header .trait a:hover{color:#d7000d}

.header .trait .x1 em{background-image:url(../images/ico401.png) ;}

.header .trait .x2 em{background-image:url(../images/ico402.png) ;}

.header .trait .x3 em{background-image:url(../images/ico403.png) ;}





/*==导航↓==*/

.head-nav.fixed-top{position: fixed;top:100px;z-index: 9;width:100%;}

.head-nav{background: #484848;}

.head-nav .long{position: relative;}

.head-nav .nav{display:flex;/* width: 100%; */margin-right: 150px;}

.head-nav .nav > li{flex: 1;float: left;position: relative;}

.head-nav .nav > li > a{position: relative;z-index: 1;display: block;color: #fff;font-size:16px;text-align: center;padding: 15px 0;/* padding-bottom: 39px; */}

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

.head-nav .nav > li:hover > a,.head-nav .nav > li.active > a{color:#fff; }

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

.head-nav .nav .sub{display:none;width: 100%;left:0%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}

.head-nav .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}

.head-nav .nav .sub a:hover{color:#fff; background: #c7000b;}

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

.head-nav .right{position: absolute;right: 0;top: 0;float:right;margin: 14px 0 0 30px;}

.head-nav .right .block{float:left;position: relative; margin-left:30px}

.head-nav .right .block i{color: #fff;font-size: 25px;cursor: pointer;}

.head-nav .right .drop{ opacity:0; position: absolute;right: 0;top: 110%;width: max-content;line-height: initial;display: block;border: 1px #ddd solid;padding: 10px 10px;z-index: 9;border: 1px #ddd solid;transform-origin: 95% 0%;transform:scale(0.01);-moz-transform:scale(0.01);transition:all 1s;background: #fff;}

.head-nav .right .drop img{}

.head-nav .right .block:hover .drop{opacity:1;transform: scale(1);}

.head-nav .right .search-box{}

.head-nav .right .search-box form{display:flex;justify-content: center;}

.head-nav .right .search-box input{flex:1; line-height:28px;border:1px #ddd solid;width: 200px;padding: 2px 10px;font-size:14px;}

.head-nav .right .search-box button{flex-shrink:0;  width:40px; border:none;padding:0 5px; background:#666;color:#fff; cursor: pointer;}

.head-nav .right .search-box button:hover{background: #c7000b;}





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

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

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

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

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

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





/*==标题↓==*/

.titleAx{color:#212121;font-size:40px;font-weight: bold;line-height:1;}  

.titleAx b{font-weight:bold;}

.titleAx span{margin-top:20px;display: block;color:#666666;font-size:16px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#c7000b}

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

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

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

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

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





/*==边距↓==*/

.ptm60{padding:60px 0}

.ptm80{padding:80px 0}

.ptm100{padding:100px 0}

.pt60{padding-top:60px}

.pt80{padding-top:80px}

.pt100{padding-top:100px}

.pm60{padding-bottom:60px}

.pm80{padding-bottom:80px}

.pm100{padding-bottom:100px}

/*--*/

.mtm60{margin:60px 0}

.mtm80{margin:80px 0}

.mtm100{margin:100px 0}

.mt60{margin-top:60px}

.mt80{margin-top:80px}

.mt100{margin-top:100px}

.mm60{margin-bottom:60px}

.mm80{margin-bottom:80px}

.mm100{margin-bottom:100px}



/*句段限制*/

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

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





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

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

.rackWor{}

.lefterIo{width:22%;float:left}

.righterIo{width:75%;float:right;}







/*==切换点↓==*/

.spot-item{position:initial; margin:50px auto 0;display: table;text-align: center;}

.spot-item span{opacity: 1;width:12px;height:12px;margin:0 10px !important; background: #ccccd3;}

.spot-item span.swiper-pagination-bullet-active{background: #c7000b;}





/*==切换点3↓==*/ 

.spot-3{margin-top:40px;text-align: center;}

.spot-3 span{opacity:1;position:relative;width: 18px;height: 18px;margin: 0 10px;border: 1px rgba(0,0,0,0) solid;overflow:hidden;border-radius:50%;transition: all .4s ease-in-out;background: none;}

.spot-3 span:before{/* opacity: 0; */content:"";position: absolute;left:0;bottom:0;right:0;top:0;margin: 4px;border-radius: 50%;background: #fff;}

.spot-3 .swiper-pagination-bullet-active{border-color:#c7000b}

.spot-3 .swiper-pagination-bullet-active:before{opacity:1;background:#c7000b}





/*==切换点4↓==*/

.spot-4{margin-top:40px;text-align: center;}

.spot-4 span{opacity:1;position:relative;width: 10px;height: 10px;margin: 0 8px;overflow:hidden;border-radius:50%;transition: all .4s ease-in-out;background: #ddd;}

.spot-4 .swiper-pagination-bullet-active{background:#c7000b}





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

.morebtn{position:relative;z-index:1;display: table;margin:40px auto 0;padding:12px 30px;color:#fff;font-size:14px;overflow: hidden;background: #c7000b;}

.morebtn:before{ opacity:0; content:"";position:absolute;left:0;bottom: 0;z-index:-1;width:100%;height: 80%;background: #000;}

.morebtn:hover{color:#fff; }

.morebtn:hover:before{opacity:1;height:100%;}





/*==左侧↓==*/

.leftNav{border:1px #eee solid;margin-bottom:30px;background: #fff;}

.leftNav .title{position:relative;z-index: 2;color:#fff;font-size:30px;padding:50px 20px;text-align:center;background: #b7000b;}

.leftNav .title:before{content:"";position:absolute;z-index: -2;left: -20px;top: 80px;right: 0;bottom: 0;width: 110%;height:1px;transform: rotate(25deg);background:#fff;}

.leftNav .title:after{content:"";position:absolute;z-index: -1;left:0;top:0;bottom: 0;right: 0;margin: 50px 0;/* width:100%; *//* height: 100%; */background: #b7000b;}

.leftNav .title span{display:block;}

.leftNav .title font{display: block;color:#fff;font-size:12px;}

.leftNav .title em {display:none;position:absolute;top:20px;right:20px;float:right;font-size:16px;}

.leftNav .title em i {margin-left:5px}

.leftNav .title em:hover {color:#000}

.leftNav .above{padding:10px 20px;}

.leftNav ul{overflow: hidden;}

.leftNav ul > li{border-bottom:1px #e5e5e5 solid}

.leftNav ul > li:last-child{border-bottom:0px;}

.leftNav ul > li > a{position: relative;z-index: 2;display: block;color:#212121;font-size:18px;padding: 25px 0px;}

.leftNav ul > li > a:after{content:"\e65b";position: absolute;right: 0px;top: 15px;/* z-index: -1; */color: #ddd;font-size: 30px;transition: all .4s ease-in-out;}

.leftNav ul > li > a i{font-size: 12px;font-weight:bold;margin-right: 5px;color: #2e2e2e;}

.leftNav ul > li:hover > a,.leftNav ul > li.active > a{color:#b7000b;} 

.leftNav ul > li:hover > a:after,.leftNav ul > li.active > a:after{color:#b7000b;transform:translateX(-5px);}

/*--*/

.lefterIo .shell{margin-bottom:30px;padding:20px 20px 30px 20px;border:1px #f5f5f5 solid; background: #fff;}

.lefterIo .shell .tit{color:#fff;font-size:24px;padding:12px 10px;margin:-20px -20px 20px -20px; text-align: center;background: #c7000b;}

.lefterIo .shell .wx{color:#666666;font-size:14px;line-height:30px;}

.lefterIo .contact h5{color:#333333;font-size:18px;text-align: center;margin-bottom:10px;}

.lefterIo .contact .online{margin-top:30px;display: flex;justify-content: space-between;}

.lefterIo .contact .online a{width: 40%;display: block;color:#fff;font-size: 14px;padding: 8px 10px;text-align: center;background: #212121;}

.lefterIo .contact .online .consult{background: #c7000b;}

.lefterIo .contact .online a:hover{background: #c7000b;}

.lefterIo .contact .online .consult:hover{background:#212121}





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

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

.product-list li{/*flex-grow: 1;*/display: inline-block;width:25%;margin-bottom:20px; text-align: center;}

.product-list a{display: block;margin-left:20px;height:100%;border:1px #808080 solid}

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

.product-list h4{padding:10px 10px;color:#fff;font-size:16px; background: #808080;}

.product-list li:hover{}

.product-list li:hover a{border-color:#d7000d;transform: translateY(0px);}

.product-list li:hover h4{color:#fff; background: #d7000d;}

.product-list.lx3 li{width:33.3%}

.product-list.lx1 li{width:100%}





/*==首页生产实力↓==*/

.StrengthHome{}

.StrengthHome ul{margin: 100px 0 0 -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.StrengthHome ul li{position:relative;flex-grow: 1;float:left;width:calc( 20% - 20px);margin-left: 20px;padding: 30px;text-align: center;border-radius: 10px;background: #f6f8fa;}

.StrengthHome ul li:before{opacity:0; content:"";position:absolute;bottom:0;left:0;width:100%;height:80%;z-index:-1;border-radius: 10px;background:#c7000b}

.StrengthHome ul em{display: table;margin: -80px auto 20px;color:#666;font-size:20px;width:100px;height:100px;border: 1px #f1f1f1 solid;border-radius: 50%;background-repeat:no-repeat;background-position:center;background-color: #fff;}

.StrengthHome ul h4{color:#212121;font-size:22px;margin-bottom:10px;}

.StrengthHome ul p{color:#666;font-size:14px; }

.StrengthHome ul li:hover{/*background:#c7000b*/background:none} 

.StrengthHome ul li:hover em{border-color:#c7000b}

.StrengthHome ul li:hover *{color:#fff}

.StrengthHome ul li:hover:before{height:100%;opacity:1}

.StrengthHome ul .x1 em{background-image:url(../images/ico501.png);}

.StrengthHome ul .x2 em{background-image:url(../images/ico502.png);}

.StrengthHome ul .x3 em{background-image:url(../images/ico503.png);}

.StrengthHome ul .x4 em{background-image:url(../images/ico504.png);}

.StrengthHome ul .x5 em{background-image:url(../images/ico505.png);}





/*==首页选择↓==*/

.ChoiceHome{background: #f6f8fa;}

.ChoiceHome .tone{display: flex;width: 100%;margin-bottom: 50px;}

.ChoiceHome .tone li{flex: 1;position: relative;color:#fff;font-size:26px;padding: 10px 10px;text-align: center;cursor:pointer;background: #484848;}

.ChoiceHome .tone li:before{ opacity:0; content:"\e65f";position:absolute;left:0;bottom: 0px;right:0;margin:auto;color:#484848;font-size: 18px;}

.ChoiceHome .tone .vs{display: block;width: 100px;background: url(../images/vs.png) no-repeat center;}

.ChoiceHome .tone li.active:before{bottom: -13px;opacity:1}

.ChoiceHome .tone li:nth-child(1){background:#c7000b}

.ChoiceHome .tone li:nth-child(1):before{color:#c7000b}

.ChoiceHome .down{padding:50px 80px; text-align:center;background: #fff;}





/*==首页品质↓==*/

.QualityHome{ background: url(../images/QualityBg.jpg) no-repeat center;background-size:cover ;background-attachment: fixed}

.QualityHome .tone{text-align: center;width: 100%;/* display: table; */margin-bottom:120px;/* overflow: hidden; */}

.QualityHome .tone a{position: relative;z-index:1;width: 200px;height: 200px;margin: auto;display: table;color: #fff;font-size:24px;text-align: center;padding: 35px 10px;border-radius: 50%;vertical-align: middle;cursor: pointer; }

.QualityHome .tone a:before{opacity:0;content:"";position:absolute;left:0;top:0;right:0;bottom:0;  z-index:-1;margin: 0px;border-radius: 50%;background: #c7000b;}

.QualityHome .tone li{float: left;width: 20%;/* height: 200px;;/* display:inline-block; *//* height: 200px; *//* display: flex; *//* vertical-align: middle; *//* text-align: center; */}

.QualityHome .tone em{display: table;margin:0 auto 10px; color:#666;font-size:20px;width:70px;height:70px;  background-repeat:no-repeat;background-position:center;}

.QualityHome .tone .active a{background:#c7000b}

.QualityHome .tone .active a:before{opacity:0.2;margin:-20px;}

.QualityHome .tone .x1 em{background-image:url(../images/ico601.png);}

.QualityHome .tone .x2 em{background-image:url(../images/ico602.png);}

.QualityHome .tone .x3 em{background-image:url(../images/ico603.png);}

.QualityHome .tone .x4 em{background-image:url(../images/ico604.png);}

.QualityHome .tone .x5 em{background-image:url(../images/ico605.png);}

.QualityHome .list{width:100%;display: flex;flex-flow: row wrap;align-content: flex-start;}

.QualityHome .list li{display: inline-block;width: 17%;}

.QualityHome .list a{display: flex;height: 200px;padding: 0px 20px 0px 20px;border-right:1px #ddd solid;justify-content: center;align-items: center;text-align:center;background: #fff;}

.QualityHome .list .pic{/* float:left; */flex-shrink: 0;width:0%;height: 100%;background: #eee;}

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

.QualityHome .list .box{width: 100%;}

.QualityHome .list h4{color:#191919;font-size:22px;}

.QualityHome .list h5{opacity:0; color:#666;font-size:16px;margin-bottom:10px;}

.QualityHome .list hr{margin: 0 auto 15px;width:20px;height:2px;border:none;background: #c7000b;}

.QualityHome .list p{color:#666666;font-size:14px;}

.QualityHome .list .show{ width: 32%;text-align:left;} 

.QualityHome .list .show .pic{width: 40%;margin-right: 40px;}

.QualityHome .list .show .box{} 

.QualityHome .list .show h5{opacity:1;}

.QualityHome .list .show hr{/* margin:0 0 15px 0 */} 



 

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

.srll-case{ position: relative;}

.srll-case li{}

.srll-case a{display: block;position: relative;}

.srll-case .pic{padding-top:68%;}

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

.srll-case .box{position: relative;padding: 20px 150px 30px 30px;border-bottom:2px #f6f8fa solid;background: #f6f8fa;}

.srll-case .box:after{opacity: 0; position: absolute;content: "";left:0;bottom:0;width:50%;height:2px;background: #c7000b;}

.srll-case h4{color:#212121;font-size:22px;margin-bottom: 10px;}

.srll-case p{color:#666666;font-size:14px;}

.srll-case .more{position: absolute;right: 0;top: 20%;bottom: 20%;width: 110px;display: block;color:#999999;font-size:14px;border-left: 1px #ddd solid;padding: 25px;}

.srll-case .swiper-slide-active{}

.srll-case .swiper-slide-active .pic:after{opacity: 0;}

.srll-case .swiper-slide-active .box{background: #fff;}

.srll-case .swiper-slide-active:hover h4{color:#c7000b;}

.srll-case .swiper-slide-active:hover .more{color:#c7000b}

.srll-case .swiper-slide-active:hover .box:after{opacity:1; width:100%;}

.srll-case .btn{position: absolute;top: 50%;left: 10%;z-index: 1;display: block;width: 40px;height: 40px;line-height: 40px;border: 1px #fff solid;text-align: center;color: #fff;font-size: 18px;font-weight: bold;border-radius: 50%;transform: translateY(-50%);cursor:pointer;/* background: #fff; */}

.srll-case .btn.sNext{left:auto;right: 10%;}

.srll-case .btn:hover{color:#fff;border-color:#c7000b;background:#c7000b}

.srll-case .btn:hover:before{color:#fff}

.srll-case .sPrev:before{content: "\e662";}

.srll-case .sNext:before{content: "\eb9b";}

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





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

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

.case-list li {display:inline-block;width:33.3%;margin-bottom:30px;text-align:center;}

.case-list h4 {color:#212121;font-size:16px;margin-top:18px;}

.case-list li a {display:block;margin-left:20px;height:100%;}

.case-list li .pic {padding-top:70%}

/*.case-list li .pic:before {opacity:0;content:"\e629";position:absolute;left:0;top:0;right:0;z-index:2;bottom:0;width:50px;height:50px;margin:auto;font-size:40px;color:#fff;font-style:normal;font-family:"iconfont";line-height:1;transform:translateX(-8px);transition:all .4s ease-in-out;}

*/

.case-list li .pic:after {opacity:0;content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;}

.case-list li .pic .box {opacity:0;position:absolute;left:0px;top:0;right:0px;bottom:0;z-index:2;margin:auto;height:min-content;padding:50px 80px;}

.case-list li .pic p {opacity:0;-webkit-line-clamp:3;color:#fff;font-size:15px;line-height:26px;transform:translateY(-5px);}

.case-list li .pic em {display:table;width:50px;height:50px;margin:30px auto 0;font-size:40px;color:#fff;font-style:normal;font-family:"iconfont";line-height:1;transform:translateY(5px);transition:all .4s ease-in-out;}

.case-list li:hover h4 {color:#c7000b}

.case-list li:hover .box {opacity:1;}

.case-list li:hover .pic p {opacity:1;transform:translateY(0px);}

.case-list li:hover .pic em {opacity:1;transform:translateY(0px);}

.case-list li:hover .pic:after {opacity:0.4;}

/*--*/

.case-list.lx4 li{width:25%}

.case-list.lx4 .pic .box {display: none;}

.case-list.lx4 h4 {font-size:14px;margin-top:12px;}





/*==公司优势↓==*/

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

.VirtueHome .roll{margin: 0px 0 0 -30px;text-align: center;}

.VirtueHome .roll li{/* float:left; */display: inline-block;max-width: 25%;cursor:pointer;}

.VirtueHome .roll li a{position:relative;z-index:2;display:block;color: #212121;font-size: 24px;margin-left:30px;padding: 25px 100px 25px 30px;overflow: hidden;background: #e7e7e7;}

.VirtueHome .roll a:before{content:"";position: absolute;right: -10px;top: 5px;width: 100px;height: 100px;background-repeat:no-repeat;background-position:center;}

.VirtueHome .roll h4{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;height: max-content;text-align: center;color:#fff;font-size:26px;}

.VirtueHome .roll a:after{opacity:0;content:"";position:absolute;left:0;bottom: 0;z-index: -1;width:100%;height: 80%;background:#c7000b;}

.VirtueHome .roll img{display:block;width:100%;}

.VirtueHome .roll .active a{color:#fff;} 

.VirtueHome .roll .active a:after{opacity:0.9;height:100%;}

.VirtueHome .roll .x1 a:before{background-image:url(../images/ico301.png);}

.VirtueHome .roll .x2 a:before{background-image:url(../images/ico302.png);}

.VirtueHome .roll .x3 a:before{background-image:url(../images/ico303.png);}

.VirtueHome .roll .x4 a:before{background-image:url(../images/ico304.png);}

.VirtueHome .shelf{box-shadow: 0 0 10px #eee;overflow: hidden;width: 100%;background:#fff;}

.VirtueHome .shelf li{width: 100%;}

.VirtueHome .shelf li a{display: table;margin: 40px;width:-webkit-fill-available;height: 100%;}

.VirtueHome .pic{float:left;display: block;width:50%;}

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

.VirtueHome .box{position:relative;z-index: 1;float:left;width:50%;padding: 60px 20px 120px 40px;}

.VirtueHome .box:before{content:"";position:absolute;left: 80px;bottom: 20px;width:500px;height:500px;background: url(../images/AdvantageBg01.png) no-repeat bottom left;}

.VirtueHome .title{position: relative;margin-bottom: 60px;padding-left: 170px;}

.VirtueHome .title i{position: absolute;left: 0;top: 0;float: left;color:#eeeeee;font-size:126px;font-weight: bold;}

.VirtueHome .title span{/* float:left; */display: block;color: #ddd;font-size: 18px;}

.VirtueHome .title h4{margin-top: 15px;color:#c7000b;font-size: 30px;/* font-weight:bold; */line-height: 64px;padding: 0 40px;background: url(../images/strip.png) no-repeat left;} 

.VirtueHome h5{color:#212121;font-size:22px;margin-bottom: 20px;}

.VirtueHome .wx{color:#484848;font-size:16px;}

.VirtueHome .wx b{display:block; padding-left: 38px;position: relative;margin-bottom:20px;}

.VirtueHome .wx b:before{content:"\e639";position: absolute;left:0;top: 6px;font-size:12px;color:#c7000b;font-style: normal;font-family: "iconfont";line-height:1;}

.VirtueHome .online{position: absolute;right: 0;bottom:0;z-index: 9;width: 160px;height: 180px;padding: 70px 0 0 40px;color:#fff;font-size:20px;text-align: center;}

.VirtueHome .online em{color:#fff;display: table;font-size: 40px;margin: 0 auto 10px;}

.VirtueHome .online:before{content: "";position: absolute;left:0;top:0;bottom:10px;right:10px;z-index: -1;width: 200%;height: 200%;border-radius: 50%;background: #c7000b;transition: all .4s ease-in-out;}

.VirtueHome .online:hover:before{background:#333}

.VirtueHome .online:hover em{transform:translateY(-3px)}

.VirtueHome .pic,.VirtueHome .box{float:none;display:table-cell;vertical-align:top;}





/*==合作伙伴通用↓==*/

.PartnerCont{}

.PartnerCont .bor{position: relative;overflow: hidden;/* margin: 2px; */border: 1px #fff solid;}

.PartnerCont .bor:before,.PartnerCont .bor:after{content: "";position: absolute;z-index: 2;background: #fff;}

.PartnerCont .bor:before{right:0px;top:0;width: 2px;height:100%;}

.PartnerCont .bor:after{right:0;bottom:0;width:100%;height:1px;}

.PartnerCont .swiper-container{}

.PartnerCont .list li{}

.PartnerCont .list li a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;border-right: 1px #ddd solid;border-bottom: 1px #ddd solid;background:#fff;}

.PartnerCont .list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#c7000b;}

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

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

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

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

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





/*==首页关于↓==*/

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

.AboutHome .top{display: table;}

.AboutHome .left{width:50%;height:550px;padding-right:50px;position: relative;}

.AboutHome .left .title{color:#212121;font-size:44px;margin-bottom:30px;}

.AboutHome .left .title span{display: block;color:#999;font-size:24px}

.AboutHome .left .wx{-webkit-line-clamp:6;color: #484848;font-size: 15px;line-height: 28px;}

.AboutHome .digital{position: absolute;right: 0;bottom: 0;z-index:2;width:100%;margin-top: 50px;padding: 20px 0;display: flex;justify-content: space-between;}

.AboutHome .digital:before{content:"";position:absolute;right: 0;top:0;left: -20%;z-index: -1;/* width:100%; */height:100%;background:#c7000b;}

.AboutHome .digital li{/* flex: 1; */display: block;}

.AboutHome .digital li a{display: block;line-height: 1;padding-right: 20px;}

.AboutHome .digital li span{color:#fff;font-size: 36px;font-weight: bold;}

.AboutHome .digital li font{color:#fff;font-size:16px;margin-left: 5px;}

.AboutHome .digital li h5{color:#fff;font-size:16px;margin-top: 8px;}

.AboutHome .left .more{display: table;margin-top: 40px;color:#666;font-size:14px;border: #c7000b solid 1px;padding: 8px 30px;}

.AboutHome .left .more:hover{color:#fff;border-color:#005ad2; background:#005ad2;}

.AboutHome .right{width:50%; vertical-align: bottom;}

.AboutHome .left,.AboutHome .right{float:none;display: table-cell;}

.AboutHome .down{margin-top:40px;}

/*.AboutHome .list{margin:0 0 -30px -30px}

.AboutHome .list li{float:left; width:25%; }

.AboutHome .list li img{max-width:100%;width:100%;}*/

.AboutHome .list li a{display:block;/*margin:0 0 30px 30px*/}

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

.AboutHome .list li:hover .pic{border: 1px #c7000b solid;}

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

.AboutHome .list li:hover h4{color:#c7000b;}





/*==切换图↓==*/

.Srll-gate{position: relative;}

.Srll-gate .btn{position: absolute;top: 50%;left: 0px;z-index:1;display: block;/* width: 55px; *//* height: 55px; */padding: 10px 5px;text-align: center;color: #fff;font-size: 20px;font-weight: bold;border-radius: 0 5px 5px 0px;transform: translateY(-50%);cursor:pointer;background: rgba(0,0,0,0.5);}

.Srll-gate .btn.sNext{left:auto;right:0px;}

.Srll-gate .btn:hover{color:#fff;background:#c7000b}

.Srll-gate .btn:hover:before{color:#fff}

.Srll-gate .sPrev:before{content: "\e662";}

.Srll-gate .sNext:before{content: "\eb9b";}

.Srll-gate .spot{display: none;}





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

.NewsHome{}

.NewsHome .long{display: flex; justify-content: space-between;}

.NewsHome ul{width:32.3%;padding-bottom:20px;border:1px #ddd solid;}

.NewsHome ul h3 font{display: block;color:#999999;font-size:12px;text-transform: uppercase;}

.NewsHome ul h3{position: relative;color:#212121;font-size:26px;margin-bottom: 30px;padding: 15px 20px 15px 100px;border-bottom: 1px #ddd solid;}

.NewsHome ul h3:before{content: "";position: absolute;left: 0;top: 0;width: 81px;height: 100%;background-color: #c7000b;background-repeat:no-repeat;background-position:center;}

.NewsHome ul h3 a{position: absolute;right: 20px;top: 15px;color: #ddd;font-size: 40px;}

.NewsHome ul h3 a:before{content: "\e84f"}

.NewsHome ul h3 a:hover:before{color:#d7000d;transform:translateX(5px)}

.NewsHome ul li{margin: 20px 30px;}

.NewsHome ul a{display:block}

.NewsHome ul .one{border-bottom:1px #eee dashed;padding-bottom: 20px;overflow: hidden;}

.NewsHome ul .one a{display: flex;}

.NewsHome ul .one .pic{/* float:left; */width: 50%;flex-shrink: 0;margin-right: 20px;}

.NewsHome ul .one .pic img{object-fit:cover;height: 100%;}

.NewsHome ul .one .box{flex:1;width: 50%;/* flex-shrink: 0; */}

.NewsHome ul .one .time{color: #c7000b;font-size:12px;margin-bottom:10px;display: block;}

.NewsHome ul .one .time font{color: #c7000b;font-size:18px;display: block;font-weight: bold;}

.NewsHome ul .one h4{color: #212121;font-size: 16px;margin-bottom: 5px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.NewsHome ul .one p{color:#666;font-size:13px;}

.NewsHome ul .two a{position: relative;color:#333333;font-size:14px;padding-left: 20px;padding-right:100px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.NewsHome ul .two a:before{content:"";position: absolute;left:0;top: 8px;width:5px;height:5px;border-radius:50%;background: #c7000b;}

.NewsHome ul .two .time{position: absolute;right:0;color:#999999;font-size:12px;}

.NewsHome ul li:hover h4,.NewsHome ul li:hover a{color:#c7000b}

.NewsHome ul li.two:hover a{transform:translateX(5px)}

.NewsHome ul:nth-child(1) h3:before{background-image:url(../images/newsIco01.png);}

.NewsHome ul:nth-child(2) h3:before{background-image:url(../images/newsIco02.png);}

.NewsHome ul:nth-child(3) h3:before{background-image:url(../images/newsIco03.png);}





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

.ProductShow{ background: #f7f7f7;}

.ProductShow .righterIo{padding:40px;background: #fff;}

.ProductShow .pros-top{}

.ProductShow .pros-top .left{width:50%;}

.ProductShow .pros-top .right{width:50%;padding-left:30px;}

.ProductShow .pros-top .title{color:#333333;font-size:24px;border-bottom:1px #ddd dashed;margin-bottom:20px;padding-bottom:20px;}

.ProductShow .pros-top .wx{min-height:100px;padding:20px;color:#666666;font-size:14px;line-height:30px;background: #f9f9f9;}

.ProductShow .pros-top .reliable{margin-top:50px;padding: 20px 30px;border:1px #ddd solid;background: #f7f7f7;overflow: hidden;}

.ProductShow .pros-top .reliable li{float:left;width: 33.3%;color:#666666;font-size:16px;display: flex;justify-content: center;align-items: center;}

.ProductShow .pros-top .reliable li:before{content:"";float:left;width: 45px;height: 45px;margin-right: 10px;border-radius: 50%;background-repeat:no-repeat;background-position:center;background-color: #fff;}

.ProductShow .pros-top .reliable li:nth-child(1):before{background-image:url(../images/ico701.png);}

.ProductShow .pros-top .reliable li:nth-child(2):before{background-image:url(../images/ico702.png);}

.ProductShow .pros-top .reliable li:nth-child(3):before{background-image:url(../images/ico703.png);}

.ProductShow .pros-top .contact{margin-top:40px;overflow:hidden}

.ProductShow .pros-top .contact .tel{position: relative;float: left;display: block;color:#666666;font-size:14px;padding-left: 65px;}

.ProductShow .pros-top .contact .tel font{ display: block;color:#d700b;font-size:24px;}

.ProductShow .pros-top .contact .tel:before{content:"\e64b";position: absolute;left: 0;float: left;color:#c7000b;font-size: 25px;width: 50px;line-height: 45px;height: 50px;border: 2px #ddd solid;text-align: center;border-radius: 500rem;}

.ProductShow .pros-top .contact .consult{float:right;color:#fff;font-size:18px;padding: 10px 24px;background: #c7000b;}

.ProductShow .pros-top .contact .consult:hover{background:#333}

.ProductShow .detail{margin-top:80px;overflow: hidden;}

.ProductShow .detail .frame{margin-bottom:80px;}

.ProductShow .detail .frame:last-child{margin-bottom:0px}

.ProductShow .detail .title{position: relative;z-index: 1;display: table;margin:0 auto 40px;color:#fff;font-size:24px;border: 2px #ddd solid;}

.ProductShow .detail .title b{margin: 5px;display: block;padding: 8px 20px;background:#c7000b;}

.ProductShow .detail .title:before,.ProductShow .detail .title:after{content: "";position: absolute;height:1px;z-index: -1;background: #e5e5e5;}

.ProductShow .detail .title:before{left: -100px;width: 400px;top: 30px;}

.ProductShow .detail .title:after{left: -1000px;width: 2000px;top: 40px;}

.ProductShow .detail .wor{color:#666666;font-size:15px;padding:40px;background: #f9f9f9;}

.ProductShow .list-1{}

.ProductShow .list-1{}

.ProductShow .list-1 li{width:100%;display: flex;background:#f7f7f7;}

.ProductShow .list-1 .pic{position: relative;width:50%}

.ProductShow .list-1 .pic img{width: -webkit-fill-available;height: 100%;display: block;object-fit: cover;}

.ProductShow .list-1 .pic:before{content:"\eb95";position: absolute;right: -9px;top:50%;color:#f4f4f4;font-size: 35px;}

.ProductShow .list-1 .box{flex: 1;width:50%;padding: 40px 30px;}

.ProductShow .list-1 h4{color:#333333;font-size:24px;margin-bottom:20px}

.ProductShow .list-1 p{color:#666666;font-size:15px;line-height:26px;}

.ProductShow .list-1 li:nth-of-type(odd){flex-direction: row-reverse;}

.ProductShow .list-1 li:nth-of-type(odd) .pic:before{right:auto;left: -9px;transform: rotateY(180deg);}

.ProductShow .list-1 li:hover h4{color:#d7000d}

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

.ProductShow .list-1 li:hover .pic img{/*transform:scale(1.05);*/}

.ProductShow .list-2{overflow: hidden;}

.ProductShow .list-2 li{float:left;width: 32.3%;height: 220px;margin: 0 0 1% 1%;overflow: hidden;}

.ProductShow .list-2 img{display:block;width: 100%;height: 100%;object-fit: cover;}

.ProductShow .list-2 li.big{height: 450px;}

.ProductShow .list-2 li:last-child{margin-top: -230px;}





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

.messageCont .title{padding: 15px 20px;margin-bottom:30px;color:#333333;font-size:20px;font-weight: bold;border:1px #eee solid;border-bottom:3px #d7000d solid;}

.messageCont .long{display: flex;box-shadow:0 0 10px #ddd;background: #fff;}

.messageCont .left{flex: 1;}

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

.messageCont .right{padding:40px;flex: 1;}

.messageCont .frame{display: flex;border: 1px #e8e8e8 solid;padding: 12px 20px;margin-bottom:20px;border-radius: 5px;background: #fff;}

.messageCont .frame.w50{float:left;width:49%;}

.messageCont .frame.mr{margin-right:2%}

.messageCont h4{flex-shrink:0;color: #999999;font-size:14px;}

.messageCont input,.messageCont textarea{flex: 1;width:inherit;border: none;font-size: 16px;} 

.messageCont textarea{height:100px;}

.messageCont button{color:#fff;font-size: 15px;padding: 10px 30px;border-radius:5px;border: none;cursor: pointer;background: #d7000d;}

.messageCont button:hover{background: #333;}





/*==详情↓==*/

.DetailCont .top{/*padding:60px 0 120px 0; ;border-bottom:1px #ddd solid;background: #f5f5f5;*/}

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

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

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

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

.DetailCont .top .right .parts{ margin: -50px 0 35px 0;overflow: hidden;}

.DetailCont .top .right .parts h3{color:#333;font-size: 18px;margin-bottom: 15px;}

.DetailCont .top .right .parts img{display: block;float:left;width: 17%;height:80px;margin-right: 2%;border:2px #ddd solid;}

.DetailCont .top .right .parts img:hover{border-color:#666}

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

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

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

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

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

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

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

.DetailCont .con{margin-top:70px}

.DetailCont .con .tone{overflow:hidden;margin-bottom:50px;border-bottom:1px #ddd solid; text-align: center;}

.DetailCont .con .tone li{position: relative; display: inline-block; margin:0 20px 0 20px; /*! border-left:1px #ddd solid; */cursor: pointer;}

.DetailCont .con .tone li a{display: block; color:#444444;font-size:20px;padding: 0px 0px 20px 0;}

.DetailCont .con .tone li a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:1px;transition:transform .5s;transform: scale(0,1);transform-origin:right; background: #c7000b}

.DetailCont .con .tone li.active a,.DetailCont .con .tone li:hover a{color:#c7000b}

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

.DetailCont .con .long{margin-bottom:50px;padding-bottom:40px; border-bottom:1px #ddd solid}

.DetailCont .con .title{position: relative; color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}

.DetailCont .con .title:before{content:"";position: absolute; left:0;top:10%;width:2px;height: 80%; background: #c7000b;}

.DetailCont .con .long:last-child{margin-bottom:0px;padding-bottom:0px; border-bottom:0px}

.DetailCont .con .wx{}

.DetailCont .con .wor{color:#393939;line-height:24px;font-size:15px;}





/*==左右图片切换↓==*/

.srllOrso{}

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

.srllOrso .leftPic,.srllOrso .rightPic{height: 520px;}

.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 !important;left:15px;top:0;right:0;width:auto;height:auto;margin:0px;color:#fff;font-size: 32px;padding: 5px 0;text-align: center;background:rgba(0,0,0,0.5);}

.srllOrso .btn.swiper-button-disabled{opacity: .9}

.srllOrso .btn.nt{top:auto;bottom:0;}

.srllOrso .btn:hover{background:rgba(0,0,0,0.7)}





/*==新闻↓==*/

.NewsListBox{padding-bottom:0 !important}

.NewsListBox .up{margin-bottom:90px;}

.NewsListBox .up .more{}

.NewsListBox .up .more{color:#fff;font-size:12px;padding: 10px 30px;display: table;margin-top: 40px;background: #666;}

.NewsListBox .up .more:before{content: "\e61f";font-family: "iconfont";line-height:1;float:right;/* width:10px; */height: 10px;font-size: 21px;margin: -1px 0 0 10px;transition: all .4s ease-in-out;}

.NewsListBox .up .more:hover{ background: #c7000b;}

.NewsListBox .up .more:hover:before{transform:translateX(3px);}

.NewsListBox .up .swiper-container:after{content: "";position: absolute; left:0;bottom:0;width:100%;height:100px; background: #009fe8;}

.NewsListBox .up .spot{bottom:0;display: table;width: 100%;left: 700px;/*! margin-left: 52px; */text-align: left;padding: 30px 35px 30px 50px;background:#c7000b;}

.NewsListBox .up .spot span{ opacity:1;width:10px;height:10px; background:rgba(255,255,255,0.5);margin-right: 12px;}

.NewsListBox .up .spot .swiper-pagination-bullet-active{ background:#fff}

.NewsListBox .up li{ position: relative; }

.NewsListBox .up li a{position: relative;display: block;height: 450px;padding:50px 50px 50px 750px;background:#f2f2f2;}

.NewsListBox .up li .pic{float: left;position:absolute;left:0;top:0;width:700px;height: 100%;}

.NewsListBox .up li .pic img{max-width:100%;height: 100%;object-fit: cover;}

.NewsListBox .up li .box{/*! text-align: center; */float: left;width: 100%;height: 100%;}

.NewsListBox .up li .box h4{width: 100%;font-size:24px;color:#191919;/*! font-weight: bold; */overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.NewsListBox .up li .box .time{position:relative; display: block; color:#999;font-size:12px;margin-top:20px;}

.NewsListBox .up li .box .time:before{content:"";float:left;margin:10px 20px 0 0; width:40px;height:1px; background:#ccc}

.NewsListBox .up li .box p{-webkit-line-clamp: 4;font-size:14px;color:#464646;margin-top: 30px;line-height: 24px;}

.NewsListBox .up li:hover h4{color:#c7000b}

.NewsListBox .shell{padding: 70px 0 50px 0;background-color: #f3f3f3; overflow: hidden;}

.NewsListBox .shell ul{margin:0 0 -30px -30px;}

.NewsListBox .shell li{float: left;width: 33.3%;}

.NewsListBox .shell li a{position: relative;display: block;margin:0 0 30px 30px;padding: 30px; overflow: hidden;background-color: #fff;}

.NewsListBox .shell li a:after{content: "";position: absolute;left: 0;top: 0;height: 3px;width: 0;transition: all .5s;background-color: #c7000b;}

.NewsListBox .shell li a h4{width: 100%;font-size: 16px;color: #191919;margin-top:30px;;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .4s;}

.NewsListBox .shell li a .txt{-webkit-line-clamp: 2;font-size: 14px;color: #666666;line-height: 24px;margin-top:15px;/*! overflow: hidden; */margin-bottom: 15px;}

.NewsListBox .shell li a .pic{display: block;position: relative;width: 100%;padding-top: 70%;overflow: hidden;}

.NewsListBox .shell li a .pic img{display: block;position: absolute;width: 100%;height: 100%;transition: all .4s;top: 0;left: 0}

.NewsListBox .shell li a .time{float:left; margin-right:20px; display: block;font-size: 12px;color: #999999;}

.NewsListBox .shell .more{float:left;color:#999;font-size:12px;padding: 0 0px;display: block;}

.NewsListBox .shell .more:before{content: ""; float:right;width:10px;height:7px;margin:6px 0 0 10px;background: url(../images/line02.png) no-repeat -10px 0px;transition: all .4s ease-in-out;}

.NewsListBox .shell li:hover a{box-shadow:0 0 20px 10px rgba(0,0,0,0.08);}

.NewsListBox .shell li:hover a{transform: scale(1.02);}

.NewsListBox .shell li:hover a:after{width: 100%;}

.NewsListBox .shell li:hover a h4{color: #c7000b}

.NewsListBox .shell li:hover .more{color:#f60}

.NewsListBox .shell li:hover .more:before{ background-position:0 0 }





/*==新闻详细页↓==*/

.NewsDetailBox{}

.NewsDetailBox .titleTop{ text-align: center;padding:0 0 50px 0;margin:0 0 60px 0; border-bottom:1px #ddd solid}

.NewsDetailBox .tit{color:#000000;font-size:30px;}

.NewsDetailBox .msg{ margin-top:10px;color:#a7a7a7;font-size:14px;}

.NewsDetailBox .msg *,.NewsDetailBox .msg span,.NewsDetailBox .msg a{color:#a7a7a7;font-size:14px;}

.NewsDetailBox .msg span{margin:0 5px;}

.NewsDetailBox .msg a:hover,.NewsDetailBox .msg .active{color:#FF6600}

.NewsDetailBox .msg .active{font-weight:bold;}

.NewsDetailBox .share{height:60px;border-top:1px #aaa dotted; padding:20px 0;margin-top: 60px; overflow: hidden;}

.NewsDetailBox .share .bshare-custom{float:left;}

.NewsDetailBox .share .time{ float:left;margin-left:50px;color:#a7a7a7;font-size:14px;display: block;}

.NewsDetailBox .share .return{float:right; color:#fff;font-size:14px;padding:10px 20px 10px 38px;margin-top:-10px; background-color:#d2d2d2; background-image:url(../images/line202.png); background-position:12px 15px; background-repeat:no-repeat;}

.NewsDetailBox .share .return:hover{background-color:#c7000b}

.NewsDetailBox .pagIng{border-top:1px #aaa dotted;border-bottom:1px #aaa dotted;padding:15px 0;overflow: hidden;}

.NewsDetailBox .pagIng span{ display: inline-block;color:#888888;font-size:14px;}

.NewsDetailBox .pagIng span a{color:#888888;font-size:14px;}

.NewsDetailBox .pagIng span a:hover{color:#c7000b}

.NewsDetailBox .pagIng .prev{float:left}

.NewsDetailBox .pagIng .next{float:right}

.NewsDetailBox .relevant{margin-top:60px}

.NewsDetailBox .relevant .tit{color:#333;font-size:22px;}

.NewsDetailBox .relevant .list{margin-top:20px;}

.NewsDetailBox .relevant .list li{float:left;width:45%;margin:8px 0% 8px 0;}

.NewsDetailBox .relevant .list li:nth-of-type(even){float:right;}

.NewsDetailBox .relevant .list li .time{float: right; color:#858585;font-size:14px;}

.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:14px;padding-left:15px; background: url(../images/arrow_02.png) no-repeat left;transition: all .4s ease-in-out;}

.NewsDetailBox .relevant .list li:hover a{color:#c7000b}





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

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

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

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

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

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

.ContactInner .mode ul li{float:left;width: calc( 25% - 30px);margin-left: 30px;margin-bottom:30px;padding:50px;text-align:center;border:1px #eee solid;box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);border-radius:5px;background: #fff;}

 

.ContactInner .mode ul h4{color: #090929;font-size: 16px;margin-bottom:5px;}

.ContactInner .mode ul em{position:relative;z-index:1;display: block;color: #c7000b;font-size: 50px;overflow:hidden;margin: 0 auto 20px;text-align: center;}

.ContactInner .mode ul span{/* display: table; */color: #d7000d;font-size: 22px; margin-bottom: 5px;word-break:break-all}

.ContactInner .mode .address span{font-size: 15px;}

.ContactInner .mode ul li:hover em:before{transform: scaleX(1.0);}

.ContactInner .mode ul li:hover{border-color:#c7000b}

.ContactInner .message{background: #f7f7f7;}

/*--*/

.ContactInner #dituContent{height:500px;}





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

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

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

.AboutInner .intro{}

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

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

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

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

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

.AboutInner .intro .right .title{color:#333333;font-size:26px;margin-bottom:30px;}

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

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

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

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

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

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

.AboutInner .culture ul li img{display: block;width:100%;}

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

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

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

.AboutInner .cooperate{background: url(../images/cooperateBg.jpg) no-repeat center; background-size:cover;}

.AboutInner .cooperate h4{opacity: 0; position: absolute;left:0;bottom:0;width:100%;padding:10px; text-align: center; font-size:14px;color:#fff; background: #c7000b;}

.AboutInner .cooperate .pic img{width:100%}

.AboutInner .cooperate li:hover h4{opacity: 1;}

.AboutInner .cooperate .spot{position:initial; margin-top:40px}

.AboutInner .cooperate .spot span{opacity: 1;width:10px;height:10px; background: #fff;}

.AboutInner .cooperate .spot span.swiper-pagination-bullet-active{background: #c7000b;}

.AboutInner .partner{background: #f8f8f8;}

.AboutInner .digital{margin-top:50px;padding:50px 0;display: flex;flex-flow: row wrap;align-content: flex-start;box-shadow: 0 0 10px #eee;}

.AboutInner .digital li{flex-grow: 1;display: inline-block;border-right: 1px #eee solid;text-align: center;}

.AboutInner .digital li:last-child{border:none}

.AboutInner .digital li span{color:#c7000b;font-size:64px;font-weight: bold;line-height: 1;}

.AboutInner .digital li h5{color: #333333;font-size:14px;margin-top: 10px;}





/*==荣誉资质通用↓==*/

.HonorCont{background: url(../images/honorBg.jpg);}

.HonorCont .long{position: relative;padding:30px;background: rgba(255,255,255,0.8);}

.HonorCont li{}

.HonorCont .list li .pic{height: 360px;padding: 20px !important;}

.HonorCont li h4{color:#333333;font-size:16px;margin-top:20px; text-align: center;}

.HonorCont li:hover h4{color:#c7000b}





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

#certify {position:relative;width:100%;margin:0 auto;}

#certify .swiper-container {padding:10px 0; }

#certify li {width:640px;box-shadow: 0 0 10px #ddd; background:#fff;}

#certify li a{display:block;}

#certify li .well{}

#certify li .pic{display:table;margin:auto;}

#certify li img {display:block;width:100%}

#certify li .box{ padding:35px 40px; text-align: center; background: #fff;}

#certify li h4{color: #333333;font-size: 20px;padding: 40px 10px;text-align: center;background: #fff;}

#certify .swiper-slide-active{/* background:#c7000b */}

#certify .swiper-slide-active h4{color:#c7000b}





/*==手机列表↓==*/

.wapIo{display: none;}

.wapIo .list{margin:0 0 -15px -15px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.wapIo .list li{float:left;display: inline-block;width:33.3%;margin-bottom:15px; text-align: center;}

.wapIo .list li a{display: block;margin-left:15px;height:100%;}

.wapIo .list h4{color:#666;font-size:16px;margin-top:10px;}

.wapIo .list li:hover h4{color:#58b531}

.wapIo .more{display: table; margin:30px auto 0;color:#fff;font-size:13px;padding:10px 30px; border-radius: 5px; background: #c7000b;}

.wapIo .more:hover{ background: #333;}





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

.push-button .spot {  width:100%;bottom:20px;position: initial;margin-top: 40px;text-align: center;}

.push-button .spot span{margin:0 8px;background-color:#d5d5d5;width:14px;height:14px;opacity:1; cursor: pointer}

.push-button .spot .swiper-pagination-bullet-active { background-color:#c7000b;}

.push-button .btn{opacity:1;position: absolute;left: 0;top:50%;z-index:5;transform:translateY(-50%);width: 50px;height: 50px;line-height: 47px;font-weight:bold;border: 2px #c5cad2 solid;border-radius: 50%;color: #c5cad2;font-size: 22px;/* font-weight: bold; */text-align: center;cursor:pointer;background-image:none;}

.push-button .btn.pv{}

.push-button .btn.sNext{left:auto;right: 0;}

.push-button .btn:hover{ color:#c7000b;border-color:#c7000b}





/*==合作伙伴2↓==*/

.PartnerCont2{}

.PartnerCont2 .list{}

.PartnerCont2 .list li{}

.PartnerCont2 .list li{}

.PartnerCont2 .list li a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;border-radius: 10px;background:#fff;}

.PartnerCont2 .list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#c7000b;}

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

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

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

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

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


/*==首页留言↓==*/
.DemandHome{border-top:3px #c7000b solid; background: url(../images/DemandBg.jpg) no-repeat center; background-size:cover;}
.DemandHome .title{color:#191919;font-size:30px;font-weight:bold; text-align: center;margin-bottom:30px}
.DemandHome .title span{display: block;color:#191919;font-size:16px; margin-top:10px;font-weight:400;}
.DemandHome form{position:relative;width:70%;margin:auto;padding-right:130px}
.DemandHome input,.DemandHome textarea{float:left;width:32.3%;margin:0 0 1% 1%;/* padding:0px 10px !important; */color:#999999;font-size:18px;border:none;padding: 5px 20px;line-height: 50px;height: 50px;border-radius: 8px;background: #fff;}
.DemandHome input.x4{width:99%}
.DemandHome button{position:absolute;right:0;top:0;width: 120px;height: 110px;font-size:20px; cursor: pointer; padding: 55px 0 0 0;border-radius: 8px;color:#fff;font-size: 18px;border: none;background: #c7000b url(../images/ico001.png) no-repeat 20px 20px;}
.DemandHome button:hover{ background-color:#333}


/*==list-box 图片款 久↓==*/

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

.list-box li{float:left; width:25%; }

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

.list-box li a{display:block;margin:0 0 10px 10px}

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

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

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

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

.list-box.lx5 li{width:20%}





/*==底部===*/

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

.footer .tit {color:#fff;font-size: 16px;margin-bottom: 12px;}

.footer .tit hr {display:block;border:none;margin: 12px 0 0px 0;width: 25px;height:1px;background:#c7000b;}

.footer .up{padding:60px 0 60px 0;}

.footer .nav {position:relative;float:left;display: flex;width: 50%;}

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

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

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

.footer .ewm {float:right;margin-left: 10%;color:#eee;font-size: 16px;text-align:center;}

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

.footer .right {float: left;color:#aaa;font-size:12px;margin-left: 20px;}

.footer .right .tel {display:block;color:#fff;font-size:28px;font-weight: bold;margin-bottom:10px; } 

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

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

.footer .down {position:relative;padding: 20px 0 30px 0;color: #aaa;font-size: 13px;border-top: 1px #464646 solid;/* background: #191919; */}

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

.footer .down a:hover {color:#eee;}

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

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













