﻿body, html{overflow: visible !important;}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-weight: bold;
}

  *{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0; font-family: 'Poppins', Arial, Helvetica, sans-serif; }/* font-family: 'Poppins',sans-serif;  */
body,textarea,input,button,select,keygen,legend,placeholder{font-size: 14px;line-height: 24px;color:#fff;outline:0;font-style: normal;}


h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

*, ::after, ::before {
	box-sizing: border-box;
}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#f41f25;}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1400px;max-width: 95%; margin:auto;}
.w1200{ width:1200px;max-width: 100%; margin:auto;}
.pd06{padding: 0 6%; box-sizing: border-box; }

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 9;-webkit-transition: 0.5s;transition: 0.5s;height: 100px;}
.top_h{}
.top_h .logo{padding: 1.5% 0;}
.top_h .logo img{display: block;height:45px;-webkit-transition:0.5s;transition:0.5s;display: none;}
.top_h .logo img.bs{display: block;}
.dh{}
.dh ul li{float: left;}
.dh ul li p a{display: block;line-height: 100px;font-size: 16px;position: relative;color: #222;padding: 0 20px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a i{font-size: 12px;padding-left: 5px;}
.dh ul li:hover p a{color: #f41f25;}
.dh ul li.on p a{color: #f41f25;}
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top: 100px;padding-top: 5px;display: none;min-width: 160px;}
.dh ul li .dh_fl ul{background: #fff;border-radius: 5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative;}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size: 14px;line-height: 44px;color: #666;white-space: nowrap;display: flex;justify-content: space-between;align-items: center;}
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li a:hover{color:#f41f25;}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}

.top_ss{}
.top_ss span.button{ display:block; width:30px; height:100px;font-size: 22px;line-height: 100px;text-align: center;color: #222; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #222;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{position: relative;z-index: 2;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 100px;color: #222;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #222;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top: 47px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top: 100px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #f41f25;}

.head-t{overflow:hidden;transition:all 0.5s;color:#fff; margin-top:38px;margin-left: 2%;}
.head-t a{color:#ffff;}
.head-t p{display:flex; align-items: center;}
.head-t p a{display:block;margin-right:13px;}
.head-t p a img{display:block;}
.head-t p a .al{display:block;}
.head-t p a .a2{display:none;}


.top_bg.on{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li:hover p a{color: #f41f25; font-weight: 600;}
.top_bg.on .top_ss span.button{color: #333;}
.top_bg.on .top_yy span{color: #333;}
.top_bg.on .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on .head-t p a .al{display:none;}
.top_bg.on .head-t p a .a2{display:block;}

.top_bg.on2{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li:hover p a{color: #f41f25; font-weight: 600;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_yy span{color: #333;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on2 .head-t p a .al{display:none;}
.top_bg.on2 .head-t p a .a2{display:block;}

.top_bg.on3{top:0px;}
.sp_header,.sjj_nav{ display:none;}

.banner{ width:100%; overflow:hidden;position:relative;}
.banner ul li a{display: block;height: 100%;}
.banner ul li .img{overflow: hidden;height: 100%;}
.banner ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li .txt{position: absolute;left:0%;bottom:0%;  width: 100%; height: 100%; display: flex;  }
.banner ul li .txtbox{position: absolute;
    top: 52%;
    left: 54%;
    width: 94%;
    padding-right: 6%;
    z-index: 22;
     transform: translate(-50%, -50%); /*background: rgba(0,0,0,0.3); */}
.banner ul li .txt .ml1{font-size:48px;line-height:60px;color: #f41f25;width: 100%; font-weight: 600; letter-spacing: 2px;transition: all ease 2s .7s;}
.banner ul li .txt .ml1 p{font-size:22px;line-height: 36px;color: #333;margin-top:2%; width: 100%;font-weight:400; letter-spacing:0px;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd .swiper-pagination-bullet{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.8);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#f41f25;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #f41f25;width: 18px;height: 18px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #f41f25;background: rgba(255, 255, 255, 0.4);border-radius: 50%;}
.banz{ left:3%;}
.bany{ right:3%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}
.banner .swiper-slide img{width: 100%; display: block;}
.banner video{display:block; width:100%;height:auto;-o-object-fit: cover;object-fit: cover;}

@keyframes wave{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(50%);transform:translateX(50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wave2{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(-50%);transform:translateX(-50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

.banbtn{ display: block; width: 164px; height: 54px; overflow: hidden; position: relative;
	font-size: 16px; color: #fff; line-height: 54px; text-align: center; border-radius: 27px;
	background-image: linear-gradient( to top, #f41f25, #ad080d); margin-top: 42px;}
.banbtn span{ position: relative; z-index: 2; display: inline-block; padding-right: 40px;
	background: url('../img/jtr1.png') right no-repeat; letter-spacing: 2px;}
.banbtn:hover{ box-shadow: 0 0 10px 0 #f41f25;} 


.index-section {padding:4% 0;overflow:hidden;}
.index-section.bg {background-color:#f2f2f2;}
.row-pro-center {margin:2% -10px 0;}
.row-pro-center>div {padding:10px;}
.pro-center {margin:0 auto;max-width:336px;position:relative;overflow:hidden;background-color:#f5f4f5;height:auto;}
.pro-popover {position:absolute;top:100%;height:100%;padding:40px;left:0;right:0;z-index:19;transition:.4s all;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.pro-popover>* {width:100%;}
.pro-center::after {width:100%;height:100%;position:absolute;left:0;top:0;z-index:9;content:'';transition:.4s all;visibility:hidden;background-color:rgba(244,31,37,.9);opacity:0;}
.pro-center .pic {margin-bottom:20px;}
.pro-center .pic img{width: 100%; display: block; border: 5px solid #f5f4f5;}
.pro-info {text-align:center;margin:0 3%;transition:.4s all;}
.pro-info .title {position:relative;line-height:1.2;padding-bottom:15px;margin-bottom:15px;font-size:22px; color: #333;}
.pro-info .title::after {width:20px;height:2px;content:'';background-color:#f41f25;position:absolute;bottom:0;left:50%;margin-left:-10px;}
.pro-info .desc {font-size:16px;color:#999999;overflow:hidden;line-height:1.8;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.pro-center:hover::after {visibility:visible;opacity:1;}
.pro-center:hover .pro-popover {top:0;}
.pro-popover .title {text-align:center;position:relative;line-height:1;font-size:22px;padding-bottom:15px;margin-bottom:20px;color:#FFFFFF;}
.pro-popover .title::after {width:20px;height:2px;content:'';background-color:#FFFFFF;position:absolute;bottom:0;left:50%;margin-left:-10px;}
.col-xs-6 {width:20%; float: left;}

.pro-foot .btn {width:48%;height:36px;}
.pro-foot {overflow:hidden;padding-top:15px; text-align: center; line-height: 36px;}
.pro-foot .btn-online {float:left;border:1px solid #FFFFFF;color:#fff;}
.pro-foot .btn-more {float:right;border:1px solid #c8161d;background-color:#c8161d;color:#fff;}
.pro-foot .btn:after {content:" >";transition:all .4s ease;font-size:14px;display:inline-block;transform:translateY(1px);}
.pro-foot .btn:hover:after {content:" >";margin-left:5px;}

.btn .t,.btn .icon-right,.btn .icon-bofang {display:inline-block;transition:all .4s ease;}
.btn:hover .icon-right {transform:translateX(2px);}
.btn:hover .icon-bofang {transform:translateX(2px);}
.btn:hover .t {transform:translateX(-2px);}
.btn-text .t,.btn-text .icon-right {display:inline-block;transition:all .4s ease;}
.btn-text:hover .icon-right {transform:translateX(6px);}
.btn-text:hover .t {transform:translateX(-2px);}

/*首页关于我们 开始*/
.about1 {width:100%;height:auto;background-position:center center;background-repeat:no-repeat;background-size:cover; padding: 3% 0; overflow: hidden; background: #f8f8f8;}
.about1Con {margin-top:4%;display:flex;justify-content:space-between;}
.about1L {width:52%;}
.about1LTit {font-weight:bold;font-size:0.3rem;color:#f41f25;padding-bottom:3%;position:relative;margin-bottom:4%;}
.about1LTit::after {content:'';width:50px;height:2px;background:#f41f25;position:absolute;bottom:0;left:0;}
.about1LTxt {font-weight:normal;font-size:16px;color:#333333;line-height:34px;}
.about1R {width:45%;}
.about1R img{width:100%; display:block;}
.about1R img:nth-child(1) {filter:brightness(0.8);}
.flex-left { display: flex; flex-wrap: wrap; justify-content: space-between;}
.shili-num{margin-top:3%;}
.shili-num ul{ margin-right: -8%;}
.shili-num ul li{/* background: linear-gradient(180deg, rgba(0, 133, 204, 0) 0%, #f41f25 53%, rgba(0, 133, 204, 0) 100%);*/ border-right: 1px solid #f41f25; margin-right: 8%; width: 17%;} 
.shili-num ul li .num i{font-size:42px;line-height:42px;color:#f41f25;font-weight:bold; font-style: normal;}
.shili-num ul li .num sub{font-size:18px;color:#272933;line-height:18px;margin-left:5px;vertical-align:middle;bottom:0}
.shili-num ul li .num sub.zh{font-size:16px}
.shili-num ul li p{font-size:16px;line-height:28px;color:#272933;opacity:0.8;margin-top:3% !important;}
.shili-num ul li:nth-child(4){border-right: none;}



/*首页行业应用 开始*/

.comTit{width:fit-content;margin:0 auto;padding-top:.8rem;position:relative}
.comTitEn{font-weight:bold;font-size:0.6rem;color:#333333;text-align:center;opacity:.1}
.comTitCn{font-weight:bold;font-size:0.4rem;color:#333333;position:absolute;left:50%;transform:translateX(-50%);bottom:0;white-space:nowrap}
.comTit::after{content:'';width:1rem;height:0.05rem;background:#00ADE8;border-radius:0.03rem 0.03rem 0.03rem 0.03rem;position:absolute;left:50%;bottom:-.33rem;transform:translateX(-50%);z-index:100}
.hCase{width:100%;height:auto;position:relative}
.swiper.case1{width:14rem;max-width:14rem;position:absolute;top:4rem;left:50%;transform:translateX(-50%)}
.case1 .swiper-wrapper{min-width:100%;flex-direction:row !important;align-items:center}
.case1 .swiper-slide{border:0.01rem solid rgba(255,255,255,.4);box-sizing:border-box;width:calc(14rem / 4) !important;height:2.2rem;cursor:pointer;padding:.5rem .3rem .4rem;transition:all .3s}
.case1 .swiper-slide:hover{background:linear-gradient(140deg,#eb1018 0%,#f41f25 100%)}
.case1 .swiper-slide>img{width:.5rem !important;height:.5rem !important;margin-bottom:.25rem;transition:all .3s}
.case1 .swiper-slide:hover>img{height:0 !important;margin:0}
.caseTit{font-weight:400;font-size:0.24rem;color:#FFFFFF;margin-bottom:.15rem}
.caseEn{height:0;overflow:hidden;font-weight:400;font-size:0.18rem;color:#FFFFFF;opacity:.17;transition:all .3s}
.case1 .swiper-slide:hover .caseEn{height:.24rem}
.caseMore{font-weight:400;font-size:0.16rem;color:#FFFFFF;display:flex;align-items:center;height:0;overflow:hidden;transition:all .3s;opacity:0}
.caseMore img{width:.12rem !important;height:.12rem !important;margin-left:.05rem !important}
.case1 .swiper-slide:hover .caseMore{height:.22rem;margin-top:.46rem;opacity:1}
.hCase .comTit{position:absolute;top:.2rem;left:50%;transform:translateX(-50%);z-index:100}
.hCase .comTit::after{background:#fff}
.hCase .comTit .comTitEn{color:#FFFFFF}
.hCase .comTit .comTitCn{color:#FFFFFF}



/*首页服务项目 结束*/

.floor_3_main { width: 100%; position: relative; padding:5% 0; background-size: cover;}
.index_tit{ width: 100%; display: inline-block; }
.index_tit .index_tit_left{ float: left; }
.index_tit .index_tit_left .ysbt{ font-size: 46px; color: #333; line-height: 46px; font-weight: bold;}
.index_tit .index_tit_left .ysbt span{ color: #f41f25; }
.index_tit .index_tit_left p{ color: #999; font-size: 16px; font-family: "Arial"; line-height: 16px; text-transform: uppercase; padding-top: 8px;}
.index_tit .more{ float: right; }
.index_3_body { display: -webkit-flex;
display: -ms-flexbox;display: flex;  margin: 0 auto; margin-top: 36px; margin-right:-1.4%;}
.index_3_body .item {
width:18.5%;
height: 520px;margin-right:1.4%;overflow: hidden;position: relative; border-radius: 10px; overflow: hidden;
transition: all .4s, -webkit-transform .4s;transition: all .4s, transform .4s;
cursor: pointer;background-position: 50%;background-size: cover;}
.index_3_body .item.li5{ margin-right: 0; }
.index_3_body .item .fl_t {
  text-align: center; width: 100%; height: 100%; position: relative;  transition: all ease 0.36s;}
.index_3_body .item .fl_t img {
  display: block; width: 50px; height: 50px;  position: absolute; left: 50%; margin-left: -25px; margin-top: 50%;}
.index_3_body .item .fl_t p { display: inline-block; padding: 0 10%;  padding-top: 20%; text-align: left;}
.index_3_body .item .fl_t p span {
  float: left; display: block; font-size: 24px; color: #fff; line-height: 30px;text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);}
.index_3_body .item .fl_t p i {
  float: left;
  display: block;  font-size: 22px; color: #fff; line-height: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, .6); writing-mode: vertical-lr;}

.index_3_body .item .fl_t b {  margin-left: 10%;
  display: block;  width: 40px;  height: 40px;  background-color: #fff;  position: absolute; left: 0; bottom: 10%; font-size: 30px; color: #f41f25; line-height:34px; font-weight: normal; border-radius: 50%;}

.index_3_body .item .bg {
  background:url(../img/j12_02.png) center center no-repeat; width: 100%;  height: 100%; background-size: 100% 100%;
  -webkit-justify-content: center;  -ms-flex-pack: center;
  justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #fff;
  position: relative;  opacity: 0; position: absolute;  left: 0; top: 0;  transition: all ease 0.36s;}

.index_3_body .item .bg::before,
.index_3_body .item .bg::after {
  box-sizing: border-box; content: '';  position: absolute; top: 12px;
  left: 12px; bottom: 12px;right: 12px;
  -webkit-transform-origin: center; -ms-transform-origin: center;  transform-origin: center; z-index: 10;
}
.index_3_body .item .bg::before {
 border-top: 1px solid rgba(255, 255, 255, 0.47); border-bottom: 1px solid rgba(255, 255, 255, 0.47); */ -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1);}
.index_3_body .item .bg::after { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(255, 255, 255, 0.47); -webkit-transform: scale3d(1, 0, 1); transform: scale3d(1, 0, 1);}
.index_3_body .item.on .bg::before,
.index_3_body .item.on .bg::after { /* bg1 */ -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s;}
.index_3_body .item .bg img { display: block; padding-left: 34px; padding-top: 30px;}
.index_3_body .item .bg .title { display: block; position: absolute; left:6%; top: 25%; padding-right: 50px; }
.index_3_body .item .bg .title span { display: block; font-size: 28px; color: #fff; line-height: 30px;  text-shadow: 1px 0px 1px rgba(0, 0, 0, .35);}
.index_3_body .item .bg .title p { display: block; font-size: 18px; color: #fff; line-height: 30px; text-shadow: 1px 0px 1px rgba(0, 0, 0, .35); padding-top:20px;}
.index_3_body .item .bg .a {
  transition: all ease 0.36s; position: absolute; left: 50px; bottom: 50px; display: block; width:98px;
  height: 38px; border-radius:40px; text-align: center; line-height: 38px; border: #fff solid 1px; font-weight: normal;  font-size: 16px;}
.index_3_body .item .bg .a p { display: inline-block;}
.index_3_body .item .bg .a p i { display: block; width: 26px; height: 26px; background-position: -149px -411px; float: left; margin-top: 6px; margin-left: 8px;}
.index_3_body .item .bg .a p span { display: block; font-size: 16px; color: #fff; line-height: 38px; float: left;}
.index_3_body .item .bg .a:hover { transform: translateY(-5px);transition: all ease 0.36s;}
.index_3_body .item.on { width:60%; transition: all .4s, transform .4s, -webkit-transform .4s;}
.index_3_body .item.on .fl_t { opacity: 0; transition: all .4s, transform .4s, -webkit-transform .4s;}
.index_3_body .item.on .bg { opacity: 1; transition: all .4s, transform .4s, -webkit-transform .4s;}


@media (max-width: 1660px) {

.index_3_body .item {height: 26vw;}
.index_3_body .item .bg .title span {  font-size: 26px;  line-height: 28px;}
.index_3_body .item .bg .title p { font-size: 16px; line-height: 28px; padding-top: 16px;}
.index_3_body .item .bg .title { top: 60px;}
.index_3_body .item .fl_t p span { font-size: 22px;}

}


.bg_01{ width:100%; background:url(../img/a_bg.jpg) top center no-repeat; height: auto; overflow: hidden; padding: 3% 0;}
.bt_01{text-align:center;}
.bt_01 .bt{ font-size:40px; color:#000; height:40px; line-height:40px; font-weight:normal;}
.bt_01 .bt em{ color:#f41f25; font-weight:bolder;}
.bt_01 p{ color:#999999; font-size:16px; padding:15px 0px 15px 0px; background:url(../img/bt_01.jpg) center bottom no-repeat;}
.home-news{padding:3% 0; overflow: hidden; background: #f5f5f5;}
.home-news .list{margin-top:4%; overflow: hidden;}
.home-news .list ul{list-style:none;display:flex;flex-wrap:wrap}
.home-news .list li{background:#f5f9fc;border-radius:10px;overflow:hidden;width:23%;margin-right:2%}
.home-news .list li:nth-child(4n){margin-right:0}
.home-news .list li .img{width:100%;}
.home-news .list li .img img{width:100%;object-fit:cover; transition: all .5s; overflow: hidden;}
.home-news .list li .info{padding:5%; box-sizing: border-box;}
.home-news .list li .info .date{color:#999; margin-bottom: 2%;}
.home-news .list li .info .title{font-size:22px;font-weight:500;margin:2% 0; color: #0b1b2b;}
.home-news .list li .info .text{color:#555555;margin-bottom:10px}
.home-news .list li .info .more{font-size:14px;font-weight:500; color: #0b1b2b;}
.home-news .list li .info .more em{transform:rotate(-45deg);display:inline-flex;transition:transform .1s linear}
.home-news .list li:hover .img img{transform:scale(1.02)}
.home-news .list li:hover .info .title{color:#f41f25}
.home-news .list li:hover .info .more{color:#f41f25}
.home-news .list li:hover .info .more em{transform:none}
.line2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}



/* 页面整体模块样式*/
.page-section {margin:0 auto; padding: 0 0 4% 0; overflow: hidden;}
/* 左侧列样式*/
.page-section dl{ margin-top: 4%;}
.left-col {width:48%; float: left; margin-right:2%; position: relative;}
.left-col .product-img {width:100%;}
.left-col .product-img img{width: 100%; display: block;}
.left-col .img-desc {color:#fff;font-size:16px; background: rgba(0, 0, 0, 0.7); position: absolute; bottom: 0; padding: 2%; box-sizing: border-box; width: 100%; text-align: center;}
/* 右侧列样式*/
.right-col {float: right; width: 49%;}
.news-list {list-style:none;padding:0;margin:0;}
.news-item {padding:3%; background: #eaeaea; margin-bottom: 2%; box-sizing: border-box;}
/* 日期样式*/
.news-item a{display:flex;}
.date {display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333;font-size:24px;margin-right:3%;text-align:center; line-height: 30px;}
.date span:first-child {font-size:18px;font-weight:bold;display:block;}
.date em{font-size: 18px;}

.news-text .nybt {font-size:16px;color:#333;margin:0 0 8px 0;font-weight:bold;cursor:pointer;transition:color 0.3s ease;}
.news-text .nybt:hover {color:#f41f25;}
.news-text p {font-size:14px;color:#666;margin:0;line-height:24px; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
/* 响应式适配*/@media (max-width:768px) {
  .page-section {flex-direction:column;}
  .left-col,.right-col {flex:1 1 auto;align-items:center;}
  .news-item {flex-direction:column;align-items:flex-start;}
  .date {margin-bottom:10px;}
;}


.link_bg{background-color:#f2f2f2;padding:0.6% 6%;overflow: hidden;}
.link_dht{line-height:30px;font-size:14px; color:#333;}
.link_dht i{display: inline-block;color:#333;font-size:1vw;line-height:30px;border-radius:50%;text-align:center;font-weight:400;margin-right:10px;transition:all .4s;position: relative;}
.link_dht i img{height:25px; vertical-align: middle;}
.link_nr{margin-left:20px; width: 82%}
.linkTagcs{height:auto;}
.linkTagcs ul{margin:0px;padding:0px;list-style-type:none;}
.linkTagcs li{list-style:none;margin:0px;padding-right:11px;float:left;}
.linkTagcs li a{color:#333;word-break:break-all;font-size: 14px; line-height:32px;}
.linkTagcs li img{border:0px;}

.footbox{padding: 5% 0; overflow: hidden; background: #444444;}
.sy_lx_bg{padding:2% 2% 0 2%; overflow: hidden;background-size: cover; background: #323232; box-sizing: border-box;}
.inabout_tit{overflow: hidden;}
.inabout_tit .home-titless{font-size:34px;font-weight:600;text-transform:capitalize;line-height:1.4; color: #fff;}
.inabout_tit .home-desss{font-size:16px;color:#fff;margin:3% 0 6%}


.bots{overflow: hidden;}
.bots_left{width: 60%; float: left;}
.bots_right{width:35%; float: right;}
.bots .t-center{padding-top:2%}
.bots .title{font-size: 32px;line-height: 1.85; margin-bottom:1% !important;}
.bots .ltitle{font-size: 14px;line-height: 25px;color:#777;margin-top: 5px;margin-bottom:0%;}
.bots .form{display: block; margin-right: -1%;}
.bots .tip{font-size: 14px;line-height: 22px;color:#fff;}
.bots .input{display: block;width: 98.5%;font-size: 14px;line-height: 32px;padding:8px 2.2%;color:#fff;margin:0% 0 4% 0;box-sizing: border-box;border: 1px solid #b9bbba; background: none;}
.bots .input:focus{box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.bots .br{border-radius: 5px;}
.bots .submit{line-height: 44px;height: 44px;padding:0 45px;display: inline-block;background-color: #f41f25;font-size: 15px;color: #fff;cursor: pointer;border: 0;}
.bots .submit:hover{background-color: #f41f25;}
.col-sm-6{width: 32.333%;float: left;box-sizing: border-box; margin-right:1%;}
.col-xs-12{box-sizing: border-box;}
.bots .input::placeholder{color: #fff !important;}
.bots .col-xs-12 .input::placeholder{margin-bottom: 0; color: #fff !important;}

footer{clear:both;margin:0px auto;padding:0px;background:rgba(50, 56, 59, 0.5);overflow:hidden;position: relative; padding: 3% 0;}
footer video{position: absolute;left: 0;top: 0; width: 100%;height: 100%;z-index: -2;object-fit: cover;}
footer ul{list-style:none;padding:0px}
footer .foot-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:0 0px 3%;border-bottom:1px solid rgba(255, 255, 255, 0.1)}
footer .foot-main .foot-item{width:10%}
footer .foot-title{font-size:22px;font-weight:500;margin-bottom:20px;text-transform:capitalize;color:#fff}
footer .foot-item.foot-info{width:30%;box-sizing:border-box;padding-right:3%}
footer .foot-touch .foot-inner{display:flex;margin-bottom:10px;align-items:flex-start;color:#fff}
footer .foot-touch .foot-inner .icons{width:20px;display:inline-flex;align-items:center;justify-content:center}
footer .foot-touch .foot-inner .icons em{width: 20px;}
footer .foot-touch .foot-inner .icons em img{width: 100%;}
footer .foot-touch .foot-inner .content{flex:1;padding-left:10px}
footer .foot-touch .foot-inner .content a{transition:all .1s linear; color: #fff;}
footer .foot-touch .foot-inner .content:hover a{color:#f41f25}
footer .foot-touch .foot-inner .content span{margin-right:4px}
footer .foot-share{margin-top:20px}
footer .foot-share ul{display:flex;flex-wrap:wrap}
footer .foot-share ul a{margin-left:10px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#FFFFFF;background-color:#fff;transition:all .1s linear}
footer .foot-share ul a img{width:60%; display: block}
footer .foot-share ul a:hover{background-color:#fff}
/* footer .foot-list{display:flex;flex-wrap:wrap}
footer .foot-list li{width:50%} */
footer .foot-list li a{display:inline-block;padding:4px 0px;text-transform:capitalize;color:#fff}
footer .foot-list li a:hover{color:#f41f25}
footer .logo{display:block;margin-bottom:16px}
footer .logo img {width:auto;max-height:60px}
/* footer .foot-main .foot-item:nth-child(3){width:32%;} */
footer .foot-categories .foot-list li{width:100%}
/* footer .foot-item.foot-code{width:12%} */
footer .foot-code img{width:auto;height:140px}
footer .copyright{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;padding:12px;color:#fff;font-size:var(--fontsize14)}
footer .copyright a{margin-left:10px}
footer .copyright a:hover{color:#f41f25}
footer .gotop{display:flex;justify-content:center;align-items:center;font-weight:600;cursor:pointer;transform:rotate(180deg);opacity:0}
footer .gotop em{font-weight:300;font-size:20px!important;color:#FFFFFF;background:var(--color);width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}
  

.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#f41f25;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../img/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../img/right_pic1.png)}
.side ul li .kfdh {
  position: absolute;
  right:79px;
  top: 0px;
  width: 170px;
  text-align: left;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
  box-sizing: border-box;
}

.side ul li:hover .kfdh {
  visibility: visible;
  opacity: 1;
}

.side ul li .weixi {
  position: absolute;
  right:79px;
  top: 0px;
  width: 150px;
  text-align: center;
  padding: 15px 25px;
  line-height:23px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid #eee;
  background: #FFF;
  font-size:15px;
  color: #333;
}
.side ul li .weixi img{width: 100%; display: block; clear: both; margin: auto;}

.side ul li:hover .weixi {
  visibility: visible;
  opacity: 1;
}

.side ul li i.bgs3{background-image:url(../img/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../img/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../img/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../img/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../img/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs3{background-image:url(../img/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../img/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#f41f25;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/wmiss.jpg);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideewm .ewBox.son2{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/code.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0;background:#512E90;}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#512E90;}
.side ul li.sideetel .telBox dd.bgs2{background:url(../img/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
.side ul li:hover .son2{display:block!important;animation:fadein 1s}


.comBanner{width:100%;height:auto;position:relative}
/* .comBanner::before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:linear-gradient(133deg,rgba(0,0,0,0.22) 0%,rgba(0,0,0,0.19) 100%)} */
.comBanner img{width:100%; object-fit:cover; display: block;}
.bannerTit{font-weight:bold;font-size:48px;color:#FFFFFF;position:absolute;left:50%;top:50%;padding-bottom:30px;width:80%;transform:translateX(-50%)}
.bannerTit::after{content:'';width:52px;height:2px;background:#FFFFFF;opacity:.5;position:absolute;bottom:0;left:0}

.bread{width:100%;border-bottom:1px solid #DEDEDE;background:#FFFFFF; padding: 0.5% 0;}
.bread .pd06{height:100%;display:flex;align-items:center;justify-content:space-between}
.breadL{display:flex;align-items:center}
.breadL a{width:120px;line-height:40px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#333333;margin-right:1%;transition:all .3s} 
.breadL a.active,.breadL a:hover{background:#f41f25;color:#FFFFFF}
.breadR{display:flex;align-items:center}
.breadR a{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#6B6B6B;margin-right:25px;position:relative;transition:all .3s}
.breadR a::after{content:'-';position:absolute;top:50%;transform:translateY(-50%);right:-15px}
.breadR a img{width:18px;height:18px;margin-right:8px}
.breadR a:hover{color:#f41f25}
.breadR a:last-child{margin-right:0;
/*width: 4.2rem;*/
    display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;
    justify-content: left;
}
.breadR a:last-child::after{display:none}


.i-customer2{background:#f0f0f0;padding:4% 0;text-align:center}
.i-customer2 ul{margin-right:-2%; overflow: hidden; margin-top: 3%;}
.i-customer2 li{float:left;width:23%;margin-right:2%;margin-bottom:2%}
/* .i-customer li:nth-of-type(6n){margin-right:0} */
.i-customer2 li p{font-size: 15px; line-height: 30px; color: #333; margin-top: 3%;}
.i-customer2 .more{transition:.6s ease;-webkit-transition:.6s ease;-moz-transition:.6s ease;-ms-transition:.6s ease;-o-transition:.6s ease;display:inline-block;color:#252525;font-size:16px;margin-top:55px;cursor:pointer;padding-top:40px;background:url(../img/cus-more-arr.png) no-repeat center top}

.i-customer2 .more:hover{background-position-y:6px}

.ldipss{background:#f5f5f5; padding:3% 0; overflow:hidden;}
.ldipss .swiper-father{position:relative; overflow:hidden; margin-top:2%;}
.ldipss .honor{padding-top:0%;}
.ldipss .honor .swiper-slide{}
.ldipss .honor .swiper-slide img{width:99%; border:1px solid #ccc}
.ldipss .honor .swiper-slide p{font-size:15px;text-align:center;line-height:30px;padding:10px 0; color:#222;}
.ldipss .swiper-father .swiper-button-next,.ldipss .swiper-father .swiper-button-prev{width:45px;height:45px;text-align:center;box-sizing:border-box;}
.ldipss .swiper-father .swiper-button-next i,.ldipss .swiper-father .swiper-button-prev i{ line-height:45px }
.ldipss .swiper-father .swiper-button-next i img,.ldipss .swiper-father .swiper-button-prev i img{vertical-align:middle; width:100%;}
.ldipss .swiper-father .left{right:0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .right{left:-0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .left:hover i,.ldipss .swiper-father .right:hover i{color:#f41f25;}
.ldipss .swiper-pagination-bi{position:absolute;bottom:-15px;z-index:11;text-align:center; width:100%;}
.ldipss .swiper-pagination-bi .swiper-pagination-bullet{margin:0 5px;}
.ldipss .swiper-pagination-bullet{width:12px;height:12px;background:#bbb;border-radius:10px}
.ldipss .swiper-pagination-bullet-active{background:#f41f25;opacity:1;}
.ldipss .swiper-father .swiper-button-next::after,.ldipss .swiper-father .swiper-button-prev::after{display:none;}


.l-a {width: 100%;padding: 3% 0; overflow: hidden;}

.workshop{height:auto;overflow:hidden;}
.workshop ul{list-style:none;overflow:hidden;margin-right:-2%;}
.workshop li{width:23%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:2%}
.workshop li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden;display: block; margin: auto;}
.workshop li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.workshop li .hpic img{width:100%!important;overflow:hidden; display: block;}
.workshop li div:hover{border:1px solid #f41f25}
.workshop li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.workshop li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.menuBox{background:#f7f7f7;height:auto;line-height:60px;font-size:16px; overflow: hidden; color: #333;}
.menuBox img{display: inline-block; vertical-align: middle; margin-right: 5px; }
.menuBox a{color: #444;}
.menuBox p{font-size: 15px; color: #444;}
.listMenu{font-size: 16px;}
.listMenu a{display:inline-block;position:relative;color:#555;margin-left:30px; }
.listMenu a:hover,.listMenu .cur{color:#149539;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#149539;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#149539;border:1px solid #149539;color:#fff;}

@media all and (max-width:1024px) { 
    .menuBox {padding:0;height:auto;line-height:100%;text-align:center;} 
    .menuBox p{display: none;}
    .listMenu{width:100%; display: flex;flex-flow:row wrap;justify-content: space-between;overflow: hidden;padding-top:1px;padding-left:1px;background:#f5f5f5;margin-top:0;padding:0;line-height:45px;}
    .listMenu a{flex-grow:1;border:1px solid #ddd;margin:0;margin-left:-1px;margin-top:-1px;padding:0 20px;}
    .listMenu .cur{background:#149539;color:#fff;}
}


.pro-left{ width: 20.3%; margin-right: 2.3%; overflow: hidden;}
.pro-left .kk{background: #f9f9f9; border: 1px solid #e5e5e5;}
.pro-left .tops{ text-align: center; background: #f41f25;; height: auto; padding:5% 0;}
.pro-left .tops i{font-size: 24px;color: #fff;text-transform: uppercase; font-style: normal;}
.pro-left .sideMenu h6 a{ display: block; height: auto; line-height: 64px; padding: 0 40px 0 35px; font-size: 20px; color: #fff; box-sizing: border-box;}
.pro-left .sideMenu ul li a{ position: relative; display: block; height: auto; line-height:55px; background: #f9f9f9; font-size:15px; color: #333; padding-left: 5%; border-bottom: 1px solid #eee; box-sizing: border-box;}
.pro-left .sideMenu ul li a:hover{ color: #f41f25;}
.pro-left .sideMenu ul li a.hover{ color: #f41f25; font-weight: 600;}
.pro-left .sideMenu ul li a.hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a.hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:before{ content: ""; left: 0; top: 50%; width: 2px; height: 1px; position: absolute; background: #f41f25;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #f41f25;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul dl{ padding: 1% 0 0 7%;}
.pro-left .sideMenu ul dl:last-child{ padding-bottom: 1%; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.pro-left .sideMenu ul dl a{ font-size: 14px; color: #333; line-height:30px; border-bottom:none}
.pro-left .sideMenu ul dl a:hover{ color: #f41f25;;}
.pro-left .sideMenu ul li a:hover:after, .pro-left .sideMenu ul li a:hover:before{display: none;}
.pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.pro-left .sideMenu ul ol{display: none;}

.ablxpne{overflow: hidden;padding:8%;background-color: #f41f25; box-sizing: border-box; margin-top:10%; text-align: center; }
.ablxpne p{font-size:22px;color: #fff; text-align: center; font-weight: 600; line-height: 50px; position: relative;}
.ablxpne p:after{width:32px;height: 2px;background: #fff;position: absolute;top:50%;left:18%;content: '';transform: translateY(-18%);}
.ablxpne p:before{width:32px;height: 2px;background: #fff;position: absolute;top:50%;right:18%;content: '';transform: translateY(-18%);}
.ablxpne b{font-size: 18px;color: #fff; text-align: center; font-weight: 600;}
.ablxpne .but_more{background: #fff; border-radius: 30px; padding: 8px; box-sizing: border-box; width: 100px; margin:20px auto 0}
.ablxpne:hover .but_more{background: #333; color: #fff;}
.ablxpne:hover .but_more a{color: #fff;}

.ny_right{ width:76%; float: right;}
.product_body{}
.product_body ul{margin-right:-2%;}
.product_body li {width:23%;margin-right:2%;float:left;background:#fff;border-radius:10px;margin-bottom:2%;position:relative;overflow:hidden;border: 1px solid #dddddd;} 
.product_body li .txt {display:block;padding:5%;box-sizing:border-box;background:#fff;width:100%;transition:height ease-in-out .2s;}
.product_body li .txt .ppbtny {font-size:18px;margin-bottom:2%;line-height:34px;transition:ease-in-out .2s;font-weight:600; color: #333;}
.product_body li .txt .ppbtny b {float:right;display:block;width:34px;height:34px;border-radius:100%;background:#d2d6d9;align-items:center;text-align:center;color:#fff;}
.product_body li .txt p {line-height:24px;color:#666; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.product_body li .txt .span {margin-top:18px;height:0;overflow:hidden;display:block;transition:ease-in-out .2s;}
.product_body li .txt .span span {display:block;width:32%;float:left;background:#f1f2f1;color:#f41f25;padding:0 5px;box-sizing:border-box;line-height:36px;border-radius:5px;margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:2%;text-align:center;}
.product_body li .txt .span span:nth-child(3n) {margin-right:0;}
/* .product_body li:nth-child(3n) {margin-right:0;} */
.product_body li .img {position:relative;display:block;width:100%;overflow:hidden;}
.product_body li .img img {display:block;object-fit:cover;object-position:center;width:100%;  transition:all 0.3s}
.product_body li:hover {box-shadow:1px 3px 3px rgba(0,0,0,0.1);}
.product_body li:hover .txt {}
.product_body li:hover .txt .ppbtny {color:#f41f25;}
.product_body li:hover .txt .ppbtny b {background:#f41f25;}
.product_body li:hover .span {height:auto;transition:ease-in-out .2s;}
.product_body li:hover .img img { transform:scale(1.1,1.1);}


.pro_right{width: 100%;height: auto;overflow: hidden;}
.productss{width:100%; overflow: hidden;}
.productss img{max-width: none !important;}
.promore_l{width:42%;float:left;}
/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¦â€Â¾Ã¥Â¤Â§Ã©â€¢Å“Ã¦Â Â·Ã¥Â¼Â*/.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â°ÂÃ¥â€ºÂ¾Ã©Â¢â€žÃ¨Â§Ë†Ã¥Ë†â€”Ã¨Â¡Â¨*/.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:51px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:44px;}
.spec-scroll .items ul li img:hover{border:2px solid #f41f25;padding:1px;}
.pros_right{width:55%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:10px;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:10px;}
.proleft{font-size:15px;line-height:30px;margin:2% 0; color: #555;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #f41f25;}
.proleft p{font-size:14px;line-height:25px;}
.prorights{font-size:14px;line-height:30px;margin:2% 0; width: 68%; float: left; }
.prorights .bt{font-size: 16px; font-weight: 600; color: #f41f25;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}

.leftxw{margin-top: 10px;}
.leftxw .bt2{font-size:24px;color: #fff;background: #f41f25; padding:5% 0;text-align: center;}
.leftxw dl{border: 1px solid #eee;padding: 0 20px;}
.leftxw dl dd{border-bottom: 1px dashed #eee;}
.leftxw dl dd a{display: block;font-size: 14px;line-height: 24px;color: #666;padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.leftxw dl dd a:hover{color: #f41f25;}


.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:40%;line-height:50px;float:left;text-align:center;margin-right:3%; background: #656363;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#f41f25;color:#fff;}

.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin:3% 0; overflow:hidden}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:18px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#eee;border:1px solid transparent;padding:10px 20px;color: #333; border-radius:8px 8px 0 0; box-sizing: border-box;}
.tabs-basic .tab-active{color:#fff;background:#f41f25;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;font-size:15px;line-height:30px;color: #555;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;font-weight:bold;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #f41f25;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#f41f25;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden; color: #666;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}


.hotproduct{margin-top: 4%; background: #f5f5f5; padding: 3%; box-sizing: border-box; overflow: hidden;}
.hotproduct ul{margin-right: -2%; margin-top: 3%;}
.hotproduct li{border: 2px solid #ccc; padding: 1%; box-sizing: border-box; width: 23%; margin-right: 2%; margin-bottom: 2%; text-align:center; float: left; background: #fff;}
.hotproduct li .htimg{overflow: hidden;}
.hotproduct li .htimg img{width: 100%; display: block;  transition: all .3s;}
.hotproduct li .htpwz{font-size:15px;padding:10px 0 0; color:#222;}
.hotproduct li:hover .htimg img{ transform: scale(1.1, 1.1);}

.newslist {overflow: hidden;display:flex;flex-wrap:wrap;}
.newslist ul{ margin-right: -1%;}
/* .newslist.list1 ul{margin-right:-1.3%;}
.newslist.list1 li {width:24%;margin-right:1.3%;}
/* .newslist.list1 li:nth-child(4n) {margin-right:0px;} 
.newslist.list1 li .info {padding:20px 15px;}
.newslist.list1 li:hover {background:#003693;}
.newslist.list1 li:hover .info * {color:#FFFFFF!important;}
.newslist.list1 li:hover .info .more {background:#FFFFFF;color:var(--color)!important;}
.newslist.list0 {justify-content:space-between;}
.newslist.list0 li {width:49%;display:flex;align-items:center;}
.newslist.list0 li .img {width:42%;}
.newslist.list0 li .info {flex:1;padding:20px 30px;}
.newslist.list0 li .info .date {margin-bottom:5px;}
.newslist.list0 li .info .title {font-size:18px;}
.newslist.list0 li:hover {border:1px solid var(--color);}
.newslist.list0 li:hover .info .title {color:var(--color);} */

.newslist li {background:#F7F7F7;list-style:none;margin-bottom:2em;transition:all .2s linear;border:1px solid transparent;position:relative;border-radius:6px;overflow:hidden; width: 24%; margin-right: 1%; float: left;}
.newslist li:hover {background:#f41f25;}
.newslist li:hover .img img {transform:scale(1.02);} 
.newslist li:hover .info * {color: #fff !important;}
.newslist li:hover .info .moress {background:#fff;color:#000 !important;}
.newslist li .img {aspect-ratio:var(--newssaspectratio);}
.newslist li .img img {width:100%;object-fit:cover; display: block;}
.newslist li .info {transition:all .2s linear;line-height:1.6; padding:5%; box-sizing: border-box;}
.newslist li .info .title {color:#222222;font-weight:600;font-size:18px;line-height:1.4;}
.newslist li .info .text {color:#555;font-size:14px;line-height:25px;margin:15px 0px 20px;}
.newslist li .info .datess {color:#555;font-size:14px;margin-bottom:5px;}
.newslist li .info .datess em {font-size:inherit;margin-right:3px;}
.newslist li .info .moress {min-width:140px;height:40px;padding:0px 15px;display:inline-flex;align-items:center;justify-content:center;background:#f41f25;color:#FFFFFF;border-radius:30px;transition:all .2s linear;}
.newscontent-title {font-weight:600;font-size:28px;text-align:center;line-height:1.2;margin-bottom:10px;}
.line2 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.lazy-load {position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%);border:2px solid #000000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite 1s linear;}
@keyframes circle {0% {transform:translate(-50%,-50%) rotate(0);}
100% {transform:translate(-50%,-50%) rotate(360deg);}
;}
.lazy-wrap {display:block;position:relative;overflow:hidden;}
.lazy-wrap::after {content:"";display:block;padding-bottom:50%;}
.lazy-wrap.lazy-loaded .lazy-load {-webkit-animation:none;animation:none;display:none;}
.lazy-wrap.lazy-loaded::after {padding-bottom:0px;}


.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2 .lnny{width:68%; float:left; overflow: hidden;}
.about_x2.bgs2 .rnny{width:28%; float:right; overflow: hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#f41f25 ;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height:35px; font-size:15px; border-bottom:1px solid #eee; padding-bottom:10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:28px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:16px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width:100%; display:block; margin:auto; border-radius: 24px;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}


.lazy-wrap{display:block;position:relative;overflow:hidden}
.lazy-wrap::after{content:"";display:block;padding-bottom:50%}
.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}
.lazy-wrap.lazy-loaded::after{padding-bottom:0}
.newslist{overflow: hidden;}
.newslist ul{display:flex;flex-wrap:wrap;margin-right:-2%;}
/* .newslist li{ margin-bottom: 3%;}
.newslist li:last-child{margin-bottom:0px} */
.newslist li:hover .news-img a::after{opacity:1}
.newslist li:hover .news-info .title{color:#f41f25}
.newslist li .news-img{position:relative}
.newslist li .news-img a{border-radius:5px;overflow:hidden}
.newslist li .news-img a::after{content:"";position:absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1;opacity:0;transition:all .1s linear}
.newslist li .news-img img{width:100%;height:100%;transition:all .1s linear;object-fit:cover; display: block;}
.newslist li .news-img .date{position:absolute;left:20px;top:-20px;z-index:1;width:60px;height:90px;background:#FFFFFF;border-radius:0 0 3px 3px;border-top:2px solid #f41f25;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2; color: #666;}
.newslist li .news-img .date span{font-size:14px}
.newslist li .news-img .date span:nth-child(1){line-height:1;font-size:16px;font-weight:500}
.newslist li .news-info .title{color:#000;font-size:18px;font-weight:500;line-height:1.2;margin-bottom:10px}
.newslist li .news-info .text{color:#666}
.newslist li .news-info .btn{display:inline-flex;align-items:center;margin-top:30px;color:#000;padding:6px 0px;border-radius:3px;transition:all .1s linear}
.newslist li .news-info .btn em{margin-right:10px;background:#f41f25;color:#FFFFFF;border-radius:50%;width:20px;height:20px;font-size:12px;display:inline-flex;align-items:center;justify-content:center}
.newslist li:hover .news-info .btn{background:#f41f25;color:#FFFFFF;padding:6px 14px}
.newslist li:hover .news-info .btn em{background:#FFFFFF;color:#f41f25}
.newslist.list1 li{width:23%;margin-right:2%}
.newslist.list1 li .news-info{padding:20px 0px}
.newslist.list1 li .news-img{width:100%;min-height:100px;background:#F3F3F3}
.newslist.list0 li{width:100%;display:flex;align-items:center}
.newslist.list0 li .news-img{width:300px}
.newslist.list0 li .news-info{flex:1;padding:0px 20px}
.line3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}


/* 售后服务*/
.after{padding-top:50px; padding-bottom:80px; height:auto; overflow:hidden; }
.after-intro{margin: 0 auto;max-width:68%;text-align: center;}
.after-intro .hd{font-size: 28px;margin-bottom: 20px;font-weight: bold; color: #000;}
.after-intro .bd{line-height:28px;color: #666; font-size: 16px;}

.afterservicebox{background: #f5f9fc;padding: 3% 0;overflow: hidden;}
.solution .sol-title{font-size:32px;color:#000;margin-bottom:3%;text-align:center; font-weight: 600;}
.solution .sol-list{display:flex; margin-right:-3%;}
.solution .sol-list>li{width:30.333%;margin-right:3%;box-sizing:border-box}
/* .solution .sol-list>li:last-child{margin-right:0px} */
.solution .sol-item{position:relative;height:100%;box-shadow:0px 0px 65px 0px rgba(215,215,215,.63);padding:60px 30px 50px;box-sizing:border-box;border-bottom:3px solid #f41f25;transition:color .3s ease,background-color .3s ease}
.solution .sol-item .title{margin-bottom:20px;font-size:20px;font-weight:600;color:#000;transition:color .3s ease}
.solution .sol-item .con{font-size: 15px; line-height: 26px; color: #333;}
.solution .sol-item .icon{width:60px;height:55px;background:url("../img/sol_icon.png") no-repeat;margin-bottom:46px}
.solution .sol-item .icon2{background-position:-120px 0px}
.solution .sol-item .icon3{background-position:-240px 0px}
.solution .sol-item .icon4{background-position:-360px 0px}
.solution .sol-item:hover{background-color:#f41f25;color:#FFFFFF}
.solution .sol-item:hover:after{opacity:.1}
.solution .sol-item:hover .title{color:#FFFFFF}
.solution .sol-item:hover .con{color:#FFFFFF}
.solution .sol-item:hover .icon{background-position:-60px 0px}
.solution .sol-item:hover .icon2{background-position:-180px 0px}
.solution .sol-item:hover .icon3{background-position:-300px 0px}
.solution .sol-item:hover .icon4{background-position:-420px 0px}
.solution .sol-item:after{content:"";position:absolute;display:block;top:0px;left:0px;width:100%;height:100%;opacity:0;background-image:url("../img/servicebg.jpg");background-size:cover;background-repeat:no-repeat;transition:opacity .3s ease}
.solution .sol-content{margin-bottom:-90px;padding:60px 0 120px;background:#F2F2F2}
.solution .top-con{margin-bottom:66px}
.solution .sol-tab{display:flex}
.solution .sol-tab .sol-tab-container{display:none}
.solution .sol-tab .sol-tab-container.is-active{display:block}
.solution .sol-tab .sol-tab-item{height:80px;line-height:80px;margin-bottom:15px;cursor:pointer;padding:0px 10px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#FFFFFF;text-align:center;color:#000;transition:color .3s ease,background-color .3s ease}
.solution .sol-tab .sol-tab-item:hover,.solution .sol-tab .sol-tab-item.is-active{background-color:var(--color);color:#FFFFFF}
.solution .sol-tab .sol-tab-list{-ms-flex:3;flex:3;margin-right:36px}
.solution .sol-tab .sol-tab-wrap{-ms-flex:7;flex:7}
.solution .sol-tab .sol-tab-content{width:100%;display:flex}
.solution .sol-tab .sol-tab-content>div{width:50%}
.solution .sol-tab .sol-tab-con{background-color:#FFFFFF;padding:0px 34px 0px 50px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}
.solution .sol-tab .sol-tab-con .title{font-weight:600;margin-bottom:10px;font-size:26px;color:#000}

.downloads{overflow: hidden;}
.downloads ul{margin-right: -2%}
.downloads ul li{width:47.5%;height: 65px;border: 1px solid #e5e5e5;margin-bottom: 20px;overflow: hidden;margin-right: 2%;float: left;}
.downloads ul li:nth-child(2n){background: #f7f7f7;}
.downloads ul li i{min-width: 60px;line-height: 64px;text-align: center;font-size: 30px;color: #a2a2a2;float: left;display: block;}
.downloads ul li i img{max-width: 30px;vertical-align: middle;display: inline-block;}
.downloads ul li p{width: 82%;height: 64px;line-height: 64px;font-family: 'helveticaneuecyr-medium';font-size: 16px;color: #4d4d4d;float: left;display: block;margin-bottom: 0;}
.downloads ul li h5{width: 40%;height: 64px;line-height: 64px;font-family: 'Arial';font-size: 20px;color: #a2a2a2;float: left;display: block;}
.downloads ul li a{min-width: 60px;height: 64px;display: block;}
.downloads ul li a i{font-size: 24px;}
.downloads ul li a:hover i{color: #f41f25;}
.downloads ul li a:hover p{color: #f41f25;}


.job2{background: #f5f5f5; padding: 3% 0; overflow: hidden;}
.common-factory{padding:4% 0 0; overflow: hidden; box-sizing: border-box;}
.common-factory .about-factory {display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;}
.common-factory .about-factory .ab-factory-left {width:58.75%;}
.common-factory .about-factory .ab-factory-right {width:37.5%;}
.common-factory .about-factory .ab-factory-right img {width:100%;}
.common-factory .ab-factory-left .ab-factory-title {color:#000;font-weight:600;font-size:26px;}
.common-factory .ab-factory-left>p {margin:20px 0px;color:#000;font-weight:400;font-size:16px;}
.common-factory .ab-factory-left .factory-box {margin-right:12px;width:6px;height:6px;background-color:#f41f25;line-height:10px;}
.common-factory .ab-factory-left li {display:flex;margin-bottom:20px;align-items:baseline;}
.common-factory .ab-factory-left li>p {width:calc(100% - 28px);color:#000;font-weight:400;font-size:16px;opacity:.8;}

.contact_content{width:100%;background:#fff;}
.mte_pic2duct-title { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600;}
.mte_pic2duct-title2 { font-size:36px; color:#262626; line-height:40px; padding-bottom:0; position:relative; margin-bottom:2%; letter-spacing:-1px; font-weight:600; text-align:center;}

.col_infos {width:48.5%; float:left;background:#fff;padding:0; margin-top:1.8%;}
.col_infos .cotit{color:#f41f25; font-size:28px; line-height:1.75; padding-bottom:3%;}

.cont_ico{overflow:hidden;}
.cont_ico h3{font-size:20px;line-height:1.75;color:#000;margin-bottom:16px;font-weight:normal;}
.cont_ico ul{overflow:hidden;}
.cont_ico ul li{ position:relative; padding-left:50px; font-size:18px; line-height:28px; color:#333; margin-bottom:4%; font-family:'Poppins'}
.cont_ico ul li .t-cell{ display:table-cell; height:36px; vertical-align:middle; }
.cont_ico ul .icons{ height:36px; width:36px; position:absolute; left:0; display:flex; background:#f41f25; border-radius:50%; align-items:center;}
.cont_ico ul li img{width:18px; height:18px; margin:0 auto; display:block; vertical-align:middle;}

.col_feb {width:47.5%; float:right;padding:3%; text-align:left; border-radius:10px; background:#fff; box-shadow:0px 0px 65px 0px rgb(0 0 0 / 8%); box-sizing:border-box;}
.co_onr {width:100%; overflow:hidden;}
.co_onr .febt{font-size:32px;line-height:1.2;color:#000;margin-bottom:12px;font-weight:normal;}
.co_onr p{ font-size:16px; line-height:1.5; color:#333; font-weight:300;margin-bottom:3%; overflow:hidden;}
.co_onr ul li{overflow:hidden;float:left;width:49%;}
.co_onr ul li span{display:block; font-size:16px;color:#333;margin-bottom:5px;}
.co_onr ul li i{ display:inline-block; position:relative; width:100%; font-size:14px; color:#666666; text-transform:uppercase;}
.co_onr ul li input{border:none;border:1px solid #ccc;width:100%;line-height:42px;height:42px;background:#fff;padding:0 15px;border-radius:4px;}
.co_onr ul li.mal{ margin-left:2%; margin-bottom:15px;}
.co_onr ul li.long{clear:both;width:100%;margin-bottom:15px;}
.co_onr ul li.long input{width:100%;outline:none;}
.co_onr ul li.long textarea{border:none;height:100px;width:100%;outline:none;border:1px solid #ccc;background:#fff;padding:10px 15px; border-radius:4px; 
  font-size:12px; }
.co_onr ul li.long2{margin-bottom:16px;}
.co_onr ul li.lst{line-height:45px;font-size:15px;width: 100%; padding-bottom:20px;}
.co_onr ul li.lst button{display:inline-block;float:left;width:200px;height:42px;line-height:42px;color:#fff;cursor:pointer;border:none;font-size:16px; 
  text-transform:capitalize;padding-right:0;background:#f41f25;  border-radius:6px;}

.map{width:100%; padding-top:3%; overflow:hidden;}
.map #map_container{height:550px;border:5px solid #fff; font-size:15px; font-weight:normal;color:#000;}



.newxbox{ overflow:hidden;}
.newxbox a{ display: flex; align-items: center; justify-content: space-between; background: #f2f4f7; border-radius: 24px;}
.newxbox .npic{width: 50%;overflow: hidden;border-radius: 24px 0 0 24px;}
.newxbox .npic img{width: 100%; height: auto; display: block; -webkit-transition: all .36s ease;
  transition: all .36s ease;}
.newxbox .ntext{ padding: 5%; box-sizing: border-box; width: 50%;}
.newxbox .ntext .ny{overflow: hidden;}
.newxbox .ntext .ny .time{font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;}
.newxbox .ntext .ny .time1{font-size: 24px;letter-spacing: 1.5px;line-height: 34px;color: #f41f25;font-weight: 400;margin-bottom: 20px;-moz-transition: all .36s ease;-o-transition: all .36s ease;-webkit-transition: all .36s ease;transition: all .36s ease;margin-top: 10px; overflow:hidden;
text-overflow:ellipsis;white-space:nowrap;}
.newxbox .ntext .ny .time2{font-size:16px;letter-spacing: 1px;color: #555;line-height:28px;font-weight: 400;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; margin-bottom: 3%;}
.newxbox .ntext .ny .read_more {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-family: "GothamBook";
  color: #f41f25;
  margin-top: 5%;
}
.newxbox a:hover .npic img{-webkit-transform: scale(1.04);transform: scale(1.04);}
.newxbox a:hover .ntext .ny .time1{color: #f41f25;}
.newxbox a:hover .ntext .ny .read_more{color: #f41f25;}


.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#f41f25;height:45px;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 ;overflow:hidden}
.relatedNews_font{font-size:14px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#f41f25}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}

.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#f41f25;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}

.view-page{width:100%; position:relative; margin:0 0 4% 0; border-top:1px solid #d6d6d6; padding-top:4%;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../img/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 38px;}
.view-page .prev:hover a{color:#fff; background:url(../img/le-white.png) 20px center no-repeat #f41f25;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../img/back.png) 20px center no-repeat #f41f25;color: #fff; text-align:center; padding-left:25px; line-height: 40px;}
.view-page .back a:hover{background:url(../img/back.png) 20px center no-repeat #f41f25; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../img/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 38px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../img/ri-white.png) 90% center no-repeat #f41f25;}

.page_title{font-size: 36px;letter-spacing: 1px;line-height: 60px;line-height: 36px;color: #333;font-weight: 400; margin-bottom: 2%;}
.page_title span{display: block;font-size: 14px;color: #0f3f86;font-family: "GothamBook";letter-spacing: 0;}

.news3{ overflow:hidden; padding: 5% 0;}
.news3 ul{margin-right: -2%; }
.news3 li{width:98%; margin-right: 2%; margin-bottom:4%; float: left;}
.news3 li .nimg{width: 100%; overflow: hidden; position: relative; border-radius: 12px 12px 0 0;}
.news3 li .nimg img{width: 100%; display: block; transition: 0.5s;}
.news3 li .category {position: absolute;bottom: 0;left: 0;width: 135px;font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;line-height: 40px;text-align: center;background-color: #333;color: #fff;}
.news3 li .ntext{background: #f2f4f7; padding: 5%; box-sizing: border-box; border-radius: 0 0 12px 12px;}
.news3 li .ntext .desc{font-size:22px;letter-spacing:1px;line-height:40px;color: #f41f25;font-weight: 400;color: #333;height: auto;border-bottom: 1px solid rgba(51, 51, 51, 0.1);overflow: hidden;white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
.news3 li .ntext .time{display: block;font-size: 14px;letter-spacing: 1px;color: #999;line-height: 26px;font-weight: 400;margin-top:3%;letter-spacing: 0;}
.news3 li a:hover .category{background: #f41f25; color: #fff;}
.news3 li a:hover .ntext .desc{color: #f41f25;}
.news3 li a:hover .ntext .time{color: #f41f25;}
.news3 li a:hover .nimg img{transform:scale(1.1); -webkit-transform:scale(1.1);}



.nyaboutbox{width: 100%; height: auto; overflow: hidden; padding:4% 6%; box-sizing: border-box;}
.about-tit{font-size:24px;color: #f41f25;margin-bottom: 1%}
.ny-about{font-size:16px;color:#222;line-height:32px; overflow: hidden; float:left; width:60%; margin-right: 2%;}
.ny-about img{max-width: 100%; height: auto; display: block; margin:auto; clear:both;}
.ny-about span{font-weight: 600; color: #f41f25;}
.aimg{width: 30%; height: auto; overflow: hidden; float:right}
.aimg img{width: 100%;}

.inf_lc{overflow: hidden;}
.inf_lc ul{margin-right: -2%;}
.inf_lc li{padding:1%; border: 1px solid #ccc; border-radius: 8px; height: auto; overflow: hidden; background: #fff; box-sizing: border-box; width: 48%; margin: 0 2% 2% 0; float: left;}
.inf_lc li:hover{border-color: #f41f25;border-radius: 4px;}
.inf_lc li.bg{background: #f5f5f5;}
.inf_lc li .bts{text-align: center;float: left;width: 10%;overflow: hidden; min-height: 100px; background: #f41f25; padding:30px 0; box-sizing: border-box;}
.inf_lc li .bts b{font-weight: 100;display: block;line-height: 36px;overflow: hidden;font-size: 36px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .bts span{font-weight: 100;display: block;line-height: 16px;height: 16px;overflow: hidden;font-size: 12px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .nyzi{margin-left:3%;width: 62%;font-size: 14px;float: right;color: #555;}
.inf_lc li .nyzi b{display: block;font-weight: 100;color: #f41f25;line-height: 30px;font-size: 15px;}
.inf_lc li .nyzi span{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.inf_lc li .nyzi b a, .inf_lc li .nyzi b a:hover{color: #f41f25;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.inf_lc li .nyzi b a:hover{color: #f41f25;}
.inf_lc li .fr{margin: 50px 0 0;width: 70px;height: 25px;line-height: 25px;text-align: center;color: #ffffff;background-color: #f41f25;}
.inf_lc li .fr:hover{background: #f41f25;}

.inf_lc li .pimg{width:34%; float: left;}
.inf_lc li .pimg img{width: 100%}


/* 内页人才招聘部分*/.inner_content{width:100%;background:#fff;overflow: hidden;margin: 50px 0}
.jobctit{background:#f41f25;line-height:70px;font-size:18px;color:#fff;margin-top:0px;}
.jobctit span{display:inline-block;width:18%;text-align:center;}
.job-content{width:100%;float:left;background:#fff;}
.job-content dl{width:100%;float:left;}
.job-content dl dt{height:62px;line-height:62px;cursor:pointer;border-bottom:1px solid #e6e6e6;font-size:16px;display:block;overflow:hidden;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px;height:60px;background:url(../img/dl.png) no-repeat center;display:block;margin:auto;}
.job-content dl dt.cur .down{background:url(../img/dlon.png) no-repeat center;}
.job-content dl dt span{width:18.3%;float:left;text-align:center;color:#666;}
.job-content dl dd{background:#f8f8f8;padding:3%;line-height:30px;font-size:15px;overflow:hidden;}
.job-content dl dd p{color:#666;margin-top:10px;}
.job-content dl dd p span{font-weight:bold;color:#333;font-size:18px;}
.job-content dl dd .cont{width:100%;border-top:1px solid #e6e6e6;padding:1%;margin:2% 0; color: #555;}
.job-content dl dd .cont li{float:left;margin-right:3%;padding-left:30px;}
.job-content dl dd .cont li:nth-child(1){background:url(../img/dianhua.png) left no-repeat;background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(2){background:url(../img/dingwei.png) left no-repeat;background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(3){background:url(../img/youxiang.png) left no-repeat;background-size:25px 25px;margin-right:0;}





#introduction {padding:0 0 3% 0;}
#introduction .cont .left{width:60%;padding-right:5%;}
#introduction .cont .left .pro_tit{margin:/*86px 0 50px*/ 0 0 30px;}
#introduction .cont .left .brief{font-size:18px;line-height:40px;color:#333;}
#introduction .cont .right{width:40%;height:fit-content;border-radius:24px;overflow:hidden;}/*background:url(../img/pro-detailbg.png) no-repeat center / cover; */
#introduction .cont .right .pic{border-radius: 24px;}
#introduction .cont .right .pic img{width:100%; display:block; border-radius: 24px;}
#introduction .cont .right .pic .swiper-box{overflow: hidden; border-radius: 24px;}
#introduction .cont .right .pic .swiper-box .swiper-container{padding-bottom: 0.44rem; position: relative;}
#introduction .cont .right .pic .swiper-box .swiper-pagination{display: block;bottom: 0;font-size: 0;}
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet{opacity: 1;background: #d0d1d5;margin: 0 0.1rem;width: 8px;height: 8px;border: none;transition: background 0.3s ease;-webkit-transition: background 0.3s ease;-moz-transition: background 0.3s ease;-ms-transition: background 0.3s ease;-o-transition: background 0.3s ease;}
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:link,
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:visited,
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:active,
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet:focus{outline: none;}
#introduction .cont .right .pic .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #f41f25;}
#introduction .cont .right .pic .swiper-box .swiper-slide:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05); box-shadow: 0px 5px 15px 0px rgba(1, 14, 34, 0.5);}
.pic2{font-size: 0; overflow: hidden; display: block; width: 100%; border-radius: 24px;}
.pic2 img{width: 100%; display: block; transition: transform 0.8s ease; -webkit-transition: transform 0.8s ease; -moz-transition: transform 0.8s ease; -ms-transition: transform 0.8s ease; -o-transition: transform 0.8s ease;  border-radius: 24px;}
.pic2 img.phone{display: none;}
.pic2:hover img{box-shadow: 0px 5px 15px 0px rgba(1, 14, 34, 0.5);}


@media (max-width:1536px) {
	#introduction .cont .left .pro_tit{margin-top:50px;}
}
@media (max-width:1366px) {
	#introduction .cont .left .pro_tit{margin-top:30px;}
}
@media (max-width:1024px) {
	#introduction .cont .left .pro_tit{margin:0 0 30px;}
}
@media (max-width:750px) {
	#introduction .cont{flex-direction:column;}
	#introduction .cont .left{width:100%;padding:0;}
	#introduction .cont .left .brief{font-size:30px;line-height:1.6;}
	#introduction .cont .right{width:100%;margin-top:50px;}
}

.pro_tit{font-size:36px;color:#333;font-weight:500;line-height:36px;padding-left:38px;position: relative;}
.pro_tit::after{content:'';position: absolute;left:0;top:50%;transform:translateY(-50%);z-index: 2;width:8px;height:100%;border-radius:3px;background-color:#f41f25;}
@media (max-width:750px) {
	.pro_tit{font-size:42px;line-height:42px;}
}

#parameters{padding:3% 0;background-color:#f7f7f7;}
#parameters .cont{margin-top:30px;}

#parameters .cont table{font-size: 18px; color: #333;border: 1px solid #dedede; background: #fff; line-height: 40px;}
#parameters .cont table tr{border-bottom: 1px solid #dedede; overflow: hidden; line-height:45px;}
#parameters .cont table tr:nth-child(1){background:#f41f25; color: #fff;}
#parameters .cont table td{width: 17%; padding: 0 3%;}
@media (max-width:750px) {
	#parameters .editor{max-width:100%;overflow-y:auto;}
	#parameters .editor * {font-size:30px !important;line-height:1.6 !important;}
}

/*#features{padding:100px 0;}*/
#features{padding:3% 0;}
#features .cont .left{width:/*37.5%*/ 32%;margin-right:4% /*6.875%*/;border-radius:20px;overflow:hidden;}
#features .cont .right{width:calc(100% - 36%) /*55.625%*/;}
#features .cont .right .brief{font-size:18px;line-height:40px;color:#333;margin-top:30px;}
#features .cont .right .brief table{margin:0 auto;}

.list-group{padding: 3% 0;}
.list-group ul{font-size:0; margin-right: -2%; margin-bottom: -2%; }
.list-item{-webkit-transition:.5s;-o-transition:.5s;transition:.5s;display:inline-block;vertical-align:top;text-align:center;margin-right:2%;width:23%;-webkit-box-shadow:0 3px 6px 0 rgba(12,4,7,.1);box-shadow:0 3px 6px 0 rgba(12,4,7,.1); padding:2% 1%; box-sizing: border-box; background: #fff; margin-bottom: 2%;  border-radius: 24px;}
.list-item:hover .icon-item{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}

/* .list-item:nth-child(4n){margin-right:0} */
.list-item .icon-item{-webkit-transition:1s;-o-transition:1s;transition:1s;display:block;margin:auto;margin-bottom:30px;width:98px;height:98px;}
.list-item .icon-item img{width:100%; display: block;}
.list-item .text{margin-bottom:18px;font-size:24px;font-weight:700;color:#f41f25}
.list-item .textwz{margin-bottom:18px;font-size:16px;color:#333;min-height: 48px;}
.list-item .moredd{display:block;text-align:center;margin:auto;line-height:27px;border-radius:13px;font-size:14px;color:#fff; width: 50%; background: #c81d1d;}


.editor table{margin:0 auto;/*width:73.875% !important;*/}
@media (max-width:1536px) {
	/* #features .cont .right .brief{max-height:450px;overflow-y:auto;} */
}
@media (max-width:1440px) {
	/* #features .cont .right .brief{max-height:420px;} */
}
@media (max-width:1366px) {
	/* #features .cont .right .brief{max-height:400px;} */
}
@media (max-width:1280px) {
	/* #features .cont .right .brief{max-height:360px;} */
}
@media (max-width:1024px) {
	/* #features .cont .right .brief{max-height:280px;} */
}
@media (max-width:750px) {
	#features{padding:80px 0;}
	#features .cont{flex-direction:column-reverse;}
	#features .cont .left{width:100%;margin:30px 0 0;}
	#features .cont .right{width:100%;}
	#features .cont .right .brief{font-size:30px;line-height:1.8;margin-top:30px;}
	#features .cont .right .editor *{font-size:30px !important;line-height:1.6 !important;}
}

.case-list { margin:0; font-size: 0; margin-right: -2%; }
.case-item {position: relative; float: left; margin-right:2%; margin-bottom: 2%; width:31.333%; overflow: hidden;}

.case-item .ccimg{}
.case-item .ccimg img { width: 100%; height: auto; transition: all .5s; display: block;}
.case-text {position: absolute; bottom: 0; left: 0; width: 100%; height: 56px; font-size: 16px; color: #fff;background:rgba(0, 0, 0, .6);display: table; transition: all .5s;}
.case-text span,.case-text i { display: table-cell; vertical-align: middle}
.case-text span {padding: 0 5%; width: 86%;}
.case-text i { width:30px; padding-right: 3%;}
.case-text i img{max-width: 100% !important; display: block; height: auto;}
.case-item:hover .case-text{ background-color: rgba(244, 31, 37, .8);}
.case-item:hover img { transform: scale(1.05); }

.casebox{display: flex; margin-bottom: 3%; }
.casebox_left{width: 45%; margin-right: 5%;}
.casebox_left img{width: 100%; display: block;}
.casebox_right{width: 45%;}
.casebox_rightbox{ position: sticky;top:40px; transition: 0.5ms;}
.casebox_rightbox.on{top:130px;}
.motop{width: 100%; position: relative; margin-bottom: 0.5rem;}
.motop .mol{display: inline-block; vertical-align: top; position: relative;}
.motop .mol .em{width: 100%; color: #222; font-weight: bold; line-height: 1.5;}
.motop .mol .cn{width: 100%; color: #222; font-weight: bold; line-height: 1.3;}
.motop .mol .bm{position: absolute; z-index: -1; width: 1.13rem; left: -0.2rem; top: -0.15rem;}
.motop .mol .bm img{width: 100%; display: block;}
.s50{font-size: calc(12px + 38 * 100vw / 1920);}

.minps{width: 100%; height: 5.2rem;}
.minps .comt{width: 100%; padding: 0 0.2rem; border-left: solid 1px #a7aaab;}
.minps .comt .ct{width: 100%; color: #222; line-height: 2; font-weight: bold;}
.minps .comt .cinp{width: 100%; color: #666; line-height: 1.75;}
.minps .comt .cinp p{color: #666; line-height: 1.75;}
.minps .vomt{width: 100%; padding-top: 0.45rem;}
.minps .vomt .vt{width: 100%; color: #222; font-weight: bold; line-height: 1.5; margin-bottom: 0.08rem;}
.minps .vomt .vinp{width: 100%; color: #666; line-height: 1.75;}
.minps .vomt .vinp p{color: #666; line-height: 1.75;}
.s18{font-size: calc(12px + 6 * 100vw / 1920);}
.s16{font-size: calc(12px + 4 * 100vw / 1920);}
@media (max-width: 768px){.details{padding: 0.5rem 0;} .details .detail .del .prper .pl{left: 0;} .details .detail .del .prper .pr{right: 0;}}


.in_pr{width: 100%; margin: 0 auto; overflow: hidden;}
.in_pr ul{}
.in_pr li{overflow: hidden; display: flex;justify-content: space-between;align-items: center; background: #eeeeee; margin-bottom: 0.5%; border-radius: 24px;}
.in_pr li .pleft{width: 50%; height: auto;  float: left; overflow: hidden;}
.in_pr li .pleft img{width: 100%; display: block; transition: 0.5s;}
.in_pr li .pright{width:50%; box-sizing: border-box; float: right; padding: 0 5%; box-sizing: border-box;}
.in_pr li .pright_zi{font-size: 30px; line-height: 48px; color: #000000; font-weight: 600}
.in_pr li .pright_ny{font-size: 17px; line-height: 25px; color: #555;}
.in_pr li .pright_xny{font-size: 16px; line-height:28px; color: #000000; padding-top: 3%;}
.in_pr li:hover .pright_zi{color: #f41f25;}
.in_pr li .btn2{padding:0;margin-top:3%}
.in_pr li .btn2 a{display:inline-block;margin-right:1rem;padding:0 3%;font-size:14px;line-height:36px;border-radius:2em;color:#fff;background:#333;transition:all 0.4s}
.in_pr li .btn2 a:hover{padding:0 2.5em;color:#fff;background:#f41f25}
/* .in_pr li:nth-child(2n){background:#f41f25;}
.in_pr li:nth-child(2n) .pright_zi{color: #fff;}
.in_pr li:nth-child(2n) .pright_xny{color: #fff;} */


.i-fatt{overflow: hidden;}
.i-fatt ul{margin: 2% 0;}
.i-fatt li{margin-bottom:1%;font-size:16px; background: #fff;}
.i-fatta{display:flex;justify-content: space-between; cursor: pointer;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.i-fattaa{font-weight:bold;border-left:4px solid #f41f25;line-height:60px;padding-left:20px;box-sizing:border-box;}
.i-fattab{width:60%;display:flex;justify-content: flex-end;}
.i-fattaba{display:flex;width:30%;align-items: center;}
.i-fattaba p{margin-right:5%;}
.i-fattabb{width:20px;background:#f41f25;position:relative;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.i-fattabb:after{content:'';width:10px;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,50%)}
.i-fattabb:before{content:'';width:2px;height:10px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-28%)}
.i-fattb{padding:3%;font-size:16px;line-height:30px;display:none;box-shadow: 0 0 20px #ccc inset;box-sizing: border-box;color: #666;}


.i-customer{background:#f0f0f0;padding:4% 0;text-align:center}
.i-customer ul{margin-right:-2%; overflow: hidden; margin-top: 3%;}
.i-customer li{float:left;width:14.6%;margin-right:2%;margin-bottom:2%}
/* .i-customer li:nth-of-type(6n){margin-right:0} */
.i-customer li p{font-size: 15px; line-height: 30px; color: #333; margin-top: 3%;}
.i-customer .more{transition:.6s ease;-webkit-transition:.6s ease;-moz-transition:.6s ease;-ms-transition:.6s ease;-o-transition:.6s ease;display:inline-block;color:#252525;font-size:16px;margin-top:55px;cursor:pointer;padding-top:40px;background:url(../img/cus-more-arr.png) no-repeat center top}

.i-customer .more:hover{background-position-y:6px}

.zoom-pic{display:inline-block;margin-right:10px;margin-bottom:10px}
.zoom-pic img{width: 100%; display: block;}
.zoom-pic.no-mr{margin-right:0}
.more{display:inline-block;margin-top:20px;cursor:pointer;color:#007bff;text-decoration: none;}