@charset "UTF-8";
/* 通用样式 */
.p1920{width: 1920px;position: relative;left: 50%;margin-left: -960px;}
.icon{background-color: var(--color);-webkit-mask-repeat: no-repeat;-webkit-mask-position: center;}
/* 头部 */
.ph1{background: -webkit-linear-gradient(left, #eee 1350px, var(--color) 0);}
.ph1a p{color: #888;line-height: 40px;}
.ph1b{padding-left: 40px;border-radius: 30px 0 0 30px;color: #fff;line-height: 40px;background: var(--color);}
.ph1b a{color: #fff;}
.ph2{display: flex;justify-content: space-between;align-items: center;}
.ph2a{padding: 25px 0;}
.ph2b{position: relative;padding-right: 60px;text-align: right;}
.ph2b s{position: absolute;top: 50%;right: 0;width: 50px;height: 50px;margin-top: -25px;background: var(--color) url(../images/tel.png) center no-repeat;background-size: 30px;border-radius: 50%;}
.ph2b1{color: #999;font-size: 16px;line-height: 24px;}
.ph2b2 p{color: #333;font-size: 30px;font-weight: bold;font-family: "Arial";line-height: 35px;}
.ph3{border-top: 1px solid #ebebeb;text-align: center;}
/* 导航栏 */
#needHeaderBac{background: white;}
#needHeaderBac .header_logo .logo1{display: inline-block;}
#needHeaderBac .header_logo .logo2{display: none;}
#needHeaderBac .header_mail a{color: #ca0005;}
#needHeaderBac #tNav .tNav .navName{color: #3c3c3c;font-family: Almarai,Microsoft JhengHei; font-weight:700;}
.pc_header{width: 100%;position: fixed;top: 0;z-index: 999;height: 90px;background: rgba(0,0,0,.2);border-bottom: 1px solid rgba(255,255,255,0);transition: all .5s ease;/* Firefox 4*//* Safari �� Chrome*//* Opera*/box-sizing: border-box;box-shadow: 0 3px 4px rgb(0 0 0 / 10%);}
.pc_header .box{max-width: 90%;display: flex;align-items: center;margin: auto;}
.pc_header .header_logo{width: 20%;height: 100%;z-index: 20;display: flex;align-items: center;overflow: visible;}
.pc_header .header_logo a{display: block;}
.pc_header .header_logo .logo1{display: none;max-width: 100%;font-family: Almarai, Microsoft JhengHei;font-weight: 700;}
.pc_header .header_logo .logo2{display: inline-block;max-width: 100%;}
.pc_header .header_mail{width: 18%;display: flex;justify-content: flex-end;align-items: center;}
.pc_header .header_mail a{margin: 0 5px;height: 36px;font-size: 20px;font-family: arial;color: #fff;width: auto;display: flex;justify-content: center;align-items: center;}
.pc_header .header_mail a i{display: flex;justify-content: center;align-items: center;margin-right: 5px;font-size: inherit;}
.pc_header .header_lang{width: 10%;position: relative;}
.pc_header .header_lang .lang{position: relative;width: 100px;float: right;}
.pc_header .header_lang span{display: block;width: 100px;height: 40px;line-height: 40px;font-size: 14px;text-align: center;background: #f4f4f4;color: #666;cursor: pointer;}
.pc_header .header_lang ul{position: absolute;width: 100%;padding: 4px;background: #fff;border: 1px solid #ccc;box-sizing: border-box;opacity: 0;visibility: hidden;transform: translate3d(0, 10px, 0);transition: all .5s ease;}
.pc_header .header_lang ul li a{display: block;color: #595959;font-size: 13px;line-height: 30px;padding-left: 30px;background: url(../images/cn.png) center left no-repeat;background-size: 20px;}
.pc_header .header_lang ul li a.en{background-image: url(../images/en.png);}
.pc_header .header_lang .lang:hover ul{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
.pc_header .box{max-width:96%;}
.pc_header .header_mail a{font-size: 18px;}}
@media only screen and (max-width: 1024px){
.pc_header{width:100%;max-width:100%;height:70px;line-height:70px;background:rgba(255,255,255,1);border-bottom:1px solid rgba(27,36,43,0);}
.pc_header .box{max-width: 100%;justify-content: space-between;}
.pc_header .header_logo{width: 21.34%;}
.pc_header .header_logo .logo1{display: inline-block;transform: scale(.9);}
.pc_header .header_logo .logo2{display: none;}}
@media only screen and (max-width: 768px){
.pc_header .header_logo{width: 55%;}}
#tNav{width: 65%;display: flex;justify-content: flex-end;padding-right: 2%;box-sizing: border-box;}
@media only screen and (min-width: 1025px){
#tNav .navLi.tplink8{display:none;}
#tNav .tNavBox{width:100%;height:auto;overflow:visible;background: none;}
#tNav .navBtn{display:none;}
#tNav .navSliBtn{display:none;}
#tNav .iconJt{display:none;}
#tNav .navUl{width: 100%;display: flex;justify-content: flex-end;padding-right: 2%;}
#tNav .navLi{padding: 0;min-width: 11%;display: inline-block;font-size: 1rem;margin: 0 1.3vw;position:relative;}
#tNav .navLi:hover .tNavH::before,#tNav .navLi.cur .tNavH::before{width:100%;opacity: 1;}
#tNav .tNavH{position:relative;}
#tNav .tNavH::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:3px;background-color: #ca0005;opacity: 0;transition:all .5s ease;}
#tNav .tNav{width:100%;margin:0 auto;overflow: visible;}
#tNav .tNav .navName{position:relative;display:block;padding:0;line-height:90px;font-size:17px;color:#fff;text-align:center;transition:all .5s ease; font-family: Almarai, Microsoft JhengHei;font-weight: 700;}
#tNav .tNav.active .navName:hover{color:#ca0005;}
#tNav .tNav.active .navName{color:#333;font-family: 'Cabin-Regular', cursive !important;}
#tNav .navName::after{content: attr(data-title);position: absolute;top: 0;left: 0;transform: translateY(100%);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #ca0005;font-weight:bold;display:none;}
#tNav .navLi:hover .navName{transform: translateY(0%);}
#tNav .slidBox{position: absolute;left: -50%;right: 0;width: 200%;opacity: 0;visibility: hidden;z-index: 110;margin: 0 auto;padding: 5px 0px;transform: translate3d(0, 20px, 0);transition: all .5s ease;background: rgba(192,0,0,.95);box-shadow: 0 2px 5px rgba(0,0,0,0.075);border-top: none;}
#tNav .navLi:hover .slidBox{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
#tNav .navSbox{position: relative;float: none;width: 100%;margin-left: 0%;height: auto;overflow: hidden;font-size: 0;white-space: nowrap;}
#tNav .navSli{width: 100%;float: none;font-size: 14px;position: relative;text-align: center;}
#tNav .navSli:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: rgba(255,255,255,.1);transition: all .5s ease;-webkit-transition: all .5s ease;}
#tNav .navSli:hover:before{width: 100%;background: rgba(255,255,255,.4);}
#tNav .navSlink{display:block;color:#fff;height: 36px;line-height: 36px;}
#tNav .oneName{font-size:26px;padding-bottom: 15px;color: #000;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#tNav .tNavSummry{line-height: 24px;width:100%;height: auto;overflow:hidden;color: #666666;font-size: 14px;max-width: 420px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;}
#tNav .tNavMore{display:block;position: relative;height: auto;padding-top: 25px;border-top: 1px dashed #cccccc;margin-top: 20px;cursor:pointer;}
#tNav .txt{color:#000;transition:all .5s ease;}
#tNav .leanMore{margin-left:2rem;transition:all .5s ease;}
#tNav .tNavMore:hover .txt{color:#ca0005;margin-left:10px;}
#tNav .tNavMore:hover .leanMore{color:#ca0005;}
#tNav .navSimg{position:relative;width:100%;height:160px;overflow:hidden;}
#tNav .navImg{position:absolute;left:50%;transform:translateX(-50%) scale(1);width:auto;height: 100%;transition: all .5s ease;}
#tNav .navSli:hover .navImg{transform:translateX(-50%) scale(1.1);}
#tNav .navSli:hover .navSlink{color: #fff;}
#tNav .navSli:hover .navSlink::after{width: 100%;opacity: 1;}}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
#tNav .tNav{width: 100%;margin: 0 auto;overflow: visible;}
#tNav .tNav .navName{font-size: 16px;}}
@media only screen and (max-width: 1024px){
#tNav{width: 45%;padding: 0;}
#tNav .leftBox,.pc_header .header_mail,.header_lang{display:none;}
#tNav .navSimg{display:none;}
#tNav .tNavBox{position:relative;height:70px;background:none;}
#tNav .navBtn{position: absolute;top: 1rem;right: 1rem;background: #ca0005;width: 40px;height: 40px;padding: 10px;line-height: 73px;box-sizing: border-box;}
#tNav .navLine{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;}
#tNav .navBtnImg{display: block;width: 90%;height: 70%;}
#tNav .tNav{position:fixed;top: 70px;left:0;right:0;height: 0;overflow: hidden;z-index:999;background: rgba(37,49,58,1);transition:all .5s ease;}
#tNav .tNavHeight{height: 100%;}
#tNav .slidBox{display:none;}
#tNav .navUl{background: rgba(37,49,58,1);overflow:hidden;}
#tNav .navLi{border-bottom: 1px solid #394b58;position: relative;}
#tNav .tNavH{position: relative;height: 46px;line-height: 46px;padding: 0 8%;font-size: 14px;font-weight:normal;transition: all .5s ease;}
#tNav .tNavHBac{background-color: #ca0005;}
#tNav .navName,#needHeaderBac #tNav .tNav .navName{display: block;width: 100%;height: 100%;color:#fff;}
#tNav .iconJt{position:absolute;top: 0;right:2%;display:flex;width:46px;height:46px;justify-content:center;align-items:center;color:#fff;font-size:0.875rem;transition:all .5s ease;}
#tNav .iconJtRotate{transform: rotate(-180deg);}
#tNav .navSliBtn{height:40px;width:100%;text-align:center;}
#tNav .hs{height: 100%;}
#tNav .navSbox{padding-bottom:30px;}
#tNav .navSli{padding-left: 8%;font-size: 0.875rem;height: 38px;line-height: 38px;}
#tNav .navSlink{display:block;width:100%;height:100%;color: #fff;}
#tNav .navLi.tplink8{border-bottom:none;}
#tNav .navLi.tplink8 .slidBox{display:block !important;}
#tNav .navLi.tplink8 .tNavH{display:none;}
#tNav .navLi.tplink8 .navSbox{padding-top:30px;display: flex;flex-direction: row;justify-content: center;}
#tNav .navLi.tplink8 .navSli{padding-left: 0;border: 1px solid rgba(255,255,255,.2);width: 38px;text-align: center;margin: 0 2vw;}}
/*网站大图*/
#banner{width: 100%;max-width: 1920px;overflow: hidden;}
#banner .swiper-slide{ min-width: 1200px; position: relative; background-position: center!important; background-size: cover!important; }
#banner .swiper-slide img{width: 100%;display:block;}
#banner .swiper-pagination{bottom: 20px;}
#banner .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 7px;border-radius: 50px;background: #fff;opacity: 1;outline: none;transition: all .5s;}
#banner .swiper-pagination-bullet-active{width: 50px;background: var(--color);}
#banner .swiper-button-prev,#banner .swiper-button-next{left: 4%;width: 40px;height: 60px;margin-top: -30px;background-size: 20px 20px;background-color: rgba(0,0,0,.55);opacity: 0;transition: all .5s;}
#banner .swiper-button-next{left: auto;right: 4%;}
#banner:hover .swiper-button-prev,#banner:hover .swiper-button-next{opacity: 1;}
#banner:hover .swiper-button-prev:hover,#banner .swiper-button-next:hover{background-color: var(--color);border-color: var(--color);}


.floor_5_main{background: url(../images/f5_bg.jpg) center top no-repeat;height: 600px;width: 100%; margin-top:60px;}
.floor_5_main .w1200{position: relative;overflow: hidden;height: 100%;}
.floor_5_main .box{margin-left: 400px;padding-top: 80px;}
.floor_5_main .box .tit .left{color: #333;font-size: 46px;font-weight: bold;line-height: 64px;}
.floor_5_main .box .tit .right .t{width: 526px;}
.floor_5_main .box .tit .right .t .fl{color: #ca0005;font-size: 30px;font-weight: bold;}
.floor_5_main .box .tit .right .t .fr{font-size: 20px;font-weight: bold;margin-top: 10px;}
.floor_5_main .box .tit .right p{color: #666;letter-spacing: 6px;padding-top: 5px;}
.floor_5_main .box .p{color: #666;line-height: 36px;padding-top: 30px;text-align: justify; font-size:16px;}
.floor_5_main .box .p a{color: #ca0005;padding-left: 10px;}
.floor_5_main .box .p a:hover{margin-left: 10px;}
.floor_5_main ul{position: absolute;left: 400px;bottom: 0;width: 850px;height: 49px;}
.floor_5_main ul li{float: left;margin-right: 25px;}
.floor_5_main ul a{width: 250px;height: 49px;line-height: 49px;background: #878b8e;text-align: center;color: #fff;display: block;font-size: 16px;border-radius: 15px 15px 0 0;}
.floor_5_main ul a:hover{background: #ca0005;}
/* 标题通用样式 */
.zj-title{text-align: center;}
.zj-title h3{color: #333;font-size: 44px;font-weight: bold;}
.zj-title h3 span{color: var(--color);}
.zj-title h4{color: #666666;font-size: 20px;font-weight: normal;line-height: 30px;margin-top: 12px;}
.zj-title hr{background-color: #d4d4d4;width: 122px;height: 3px;text-align: center;margin: auto;margin-top: 28px;border: 0;}
/* 搜索 */
.p1{padding: 20px 0;background: #f8f8f8;}
.p1a{color: #666;font-size: 14px;line-height: 40px;}
.p1a span{color: var(--color);}
.p1a a{color: #888;}
.p1a a+a::before{content: "、";display: inline;}
.p1b{width: 305px;height: 40px;border-radius: 30px;overflow: hidden;background-color: #fff;}
.p1b1{width: 265px;height: 100%;padding: 0 25px;color: #666;}
.p1b1::-webkit-input-placeholder{color: #666;}
.p1b1::-ms-input-placeholder{color: #666;}
.p1b1::-moz-placeholder{color: #666;}
.p1b1::placeholder{color: #666;}
.p1b2{width: 40px;height: 100%;border-radius: 30px;background: var(--color) url(../images/p1b2.png) center no-repeat;}
/* 产品中心 */
.zj-products{margin-top: 55px;}
.zj-products .cp{ margin-top:25px; /*border:1px solid #e9e9e9;*/ border-radius: 10px;}
.zj-products .cp .img{
  border-radius: 12px;    /* 圆角大小按需调整：8px/12px/16px */
  overflow: hidden;       /* ✅ 关键！图片超出圆角部分裁剪，否则圆角失效 */
  display: block;  
  height:100%;
  margin:0 auto;
}

.zj-products .cp .img img{border-radius: 10px;}
.procate{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;padding-top: 35px;padding-bottom: 25px;border-bottom: 1px solid #e9e9e9;}
.procate li{width: calc(100% / 6 - 20px);margin: 0 10px;}
.procate li a{display: block;color: #555;font-size: 16px;line-height: 48px;text-align: center;padding: 0 10px;background: #f8f8f8;border-radius: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.procate li a:hover{color: #fff;background: var(--color);}
.products{display: flex;flex-wrap: wrap;margin: 0 -12px;}
.products li{width: calc(100% / 4 - 24px);margin: 0 12px;margin-top: 24px;border: 1px solid #eee;transition: all .5s;}
.products li .img{position: relative;width: 100%;padding-bottom: 75%;}
.products li .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.products li h3{color: #555;font-size: 16px;line-height: 50px;text-align: center;padding: 0 10px;background: #f5f5f5;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.products li:hover{border-color: var(--color);}
.products li:hover .img img{transform: scale(1.1);}
.products li:hover h3{color: #fff;background: var(--color);}
/*品质做工样式*/
.zj-quality{height: 745px;background: url(../images/ys_banner.jpg) center no-repeat;margin-top: 140px;}
.zj-quality>div{display: flex;flex-wrap: wrap;justify-content: space-between;}
.quatop{width: 48.955%;margin-top: -70px;background-color: #fff;box-shadow: 0 0 18px rgba(0,0,0,.06);}
.quatxt{text-align: center;padding: 60px 0;}
.quatxt h3{color: #666666;font-size: 24px;font-weight: normal;}
.quatxt h4{color: var(--color);font-size: 48px;font-weight: bold;margin-top: 22px;}
.quatxt h5{color: #666666;font-size: 24px;font-weight: lighter;margin-top: 27px;}
.qualeftall{width: 58.5%;}
.qualeft{margin-top: 58px;}
.qualeft li{display: none;}
.qualeft li:first-child{display: block;}
.qualeft li p{color: #fff;font-size: 20px;line-height: 42px;text-align: justify;margin-top: 30px;min-height: 168px;}
.quazxrx{margin-top: 65px;width: 100%;}
.quazxrx .qua-tel{display: flex;align-items: center;padding: 19px 0 19px 40px;background: linear-gradient(90deg, var(--color) 50%, transparent 100%);}
.quazxrx .qua-tel h4{font-size: 18px;color: #fff;line-height: 52px;font-weight: normal;margin-left: 16px;}
.quazxrx .qua-tel h5{font-size: 36px;color: #fff;line-height: 52px;font-weight: normal;margin-left: 2px;}
.quaright{float: right;width:29.581%;}
.qua-img li{width: calc(50% - 1px);float: left;background: -webkit-linear-gradient(45deg, #fff 0%, #dadada 50%, #fdfdfd 100%);background: linear-gradient(45deg, #fff 0%, #dadada 50%, #fdfdfd 100%);}
.qua-img li a{display: block;color: #666;padding: 40px 0 30px 28px;}
.qua-img li .img{height: 50px;}
.qua-img li .img img{max-width: 100%;height: 100%;transition: all .5s;}
.qua-img li h3{font-size: 20px;margin-top: 20px;transition: all .5s;}
.qua-img li h4{font-size: 14px;font-family: "Arial";margin-top: 8px;transition: all .5s;}
.qua-img li.cur a{background: var(--color);}
.qua-img li.cur h3,
.qua-img li.cur h4{color: #fff;}
.qua-img li.cur .img img{filter: brightness(300%);}
.qua-img li:nth-child(1){margin-right: 1px;}
.qua-img li:nth-child(3){margin-top: 1px;margin-right: 1px;}
.qua-img li:nth-child(4){margin-top: 1px;}
/*应用行业样式*/
.zj-Application{margin-top: 65px;}
.appall{display: flex;align-items: stretch;margin-top: 60px;justify-content: space-between;}
.appleft{width: 48.5075%;margin-bottom: -1px;}
.appleft li{float: left;width: calc(50% - 1px);margin-bottom: 1px;background: -webkit-linear-gradient(45deg, #f4f4f4 0%, #f8f8f8 50%, #f8f8f8 70%, #ffffff 100%);background: linear-gradient(45deg, #f4f4f4 0%, #f8f8f8 50%, #f8f8f8 70%, #ffffff 100%);}
.appleft li:nth-child(2n){margin-left: 1px;}
.appleft li a{display: block;padding: 40px 0 40px 25px;}
.appleft li .img{height: 70px;}
.appleft li .img img{max-width: 100%;height: 100%;transition: all .5s;}
.appleft li .apptxt{display: flex;align-items: center;}
.appleft li .apptxt .txts{margin-left: 20px;}
.appleft li .apptxt .txts h3{color: #333;font-size: 24px;line-height: 30px;transition: all .5s;}
.appleft li .apptxt .txts h4{color: #999;font-size: 14px;line-height: 30px;text-transform: uppercase;transition: all .5s;}
.appleft li.cur a{background: var(--color);}
.appleft li.cur .apptxt .img img{filter: brightness(300%);}
.appleft li.cur .apptxt .txts h3,
.appleft li.cur .apptxt .txts h4{color: #fff;}
.appright{width: 45.5%;float: right;}
.appright{box-shadow: 0 0 18px rgba(0,0,0,.1);padding: 30px 0 30px 0;margin-left: 3.9%;}
.appright-img{display: none;width: 92%;margin: 0 auto;}
.appright .appright-img:first-child{display: block;}
.appright-img .app-img img{max-width: 100%;}
.appright-img h3{color: var(--color);font-size: 24px;margin-top: 40px;}
.appright-img h4{font-size: 16px;color: #666666;margin-top: 18px;}
/*关于我们样式*/
.pub_title2{text-align: center;width: 100%;text-align: center;position: relative;z-index: 5;}
.pub_title2 h5{font-size: 40px;color: #111;font-weight: bold;padding-bottom: 20px;}
.pub_title2 h5 span{position: relative;padding-right: 10px;}
.pub_title2 h2{font-size: 40px;color: #fff;font-weight: bold;padding-bottom: 20px;}
.pub_title2 h2 span{position: relative;font-family: Almarai, Microsoft JhengHei;}
.pub_title2 h6{font-size: 16px;color: #fff;font-weight: normal;font-family: Almarai, Microsoft JhengHei;}

@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .pinpai{width: 92%; margin:0 auto;}

   
}
.pinpai-container{width: 100%;padding: 80px 0 80px 0;background-size: cover;height: 847px; margin-top:100px;background-position: center!important;}
.pinpai{width: 1400px;margin: 0 auto;}
.pinpai_center{width: 100%;margin-top: 0px;}
.pinpai_center .about_kr_text{padding-top: 30px;color: #ffffff;font-size: 18px;line-height: 45px;text-align: center;font-family: Almarai, Microsoft JhengHei;}
.pinpai_center ul{width: 100%;height: auto;overflow: hidden;}
.pinpai_center ul li{width: 25%;float: left;border-right: 1px dashed #b4d6f6;text-align: center;}
.pinpai_center ul li h5{font-size: 30px;color: #fff;font-family:Almarai, Microsoft JhengHei;}
.pinpai_center ul li h5 span{font-size: 50px;color: #fff;font-family:Almarai, Microsoft JhengHei;}
.pinpai_center ul li h6{font-size: 18px;color: #fff;font-family: Almarai, Microsoft JhengHei;}
.pinpai_center ul li:last-child{border-right: 0px;}

.news-more{width: 140px;color: #fff;background-color: #ca0005;border-radius: 30px;height: 44px;line-height: 44px;font-size: 14px;
margin: 0 auto;margin-top: 30px;transition: all .4s ease-out;}
.news-more:hover{background-color: #c28a2b; color:#FFFFFF;}
.news-more a{display: block;text-align: center;font-family: Almarai, Microsoft JhengHei;}
/*案例展示*/
.zj-case{margin-top: 65px;}
.case-flo{position: relative;margin-top: 50px;}
.case-list .pro a{position: relative;display: block;border: 1px solid #f4f4f4;}
.case-list .pro .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.case-list .pro .img{position: relative;padding-bottom: 75%;overflow: hidden;}
.case-list .pro .tit{position: absolute;bottom: 0;width: 100%;}
.case-list .pro .tit:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #e1e1e1;opacity: .8;transition: all .5s;}
.case-list .pro .tit h3{position: relative;color: #333;font-size: 16px;line-height: 40px;text-align: center;padding: 0 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;z-index: 1;}
.case-list .pro a:hover .img img{transform: scale(1.1);}
.case-list .pro a:hover .tit:after{background: var(--color);}
.case-list .pro a:hover .tit h3{color: #fff;}
.case-flo .swiper-button-prev,.case-flo .swiper-button-next{left: -60px;width: 45px;height: 45px;margin-top: -23px;color: #cdcdcd;font-size: 41px;text-align: center;border: 1px solid #cdcdcd;background: none;transition: all .5s;}
.case-flo .swiper-button-next{left: auto;right: -65px;}
.case-flo .swiper-button-prev:hover,.case-flo .swiper-button-next:hover{color: #fff;background: var(--color);border-color: var(--color);}
@media(max-width:1600px){.case-list .pro .tit h3{line-height: 50px;}}
/*新闻中心*/
.web_article {
	width: 100%;
	background-color:#fff;
	padding: 50px 0 0px;
	margin-bottom:70px;
	overflow: hidden
}
.web_article .webarticle_list {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 0
}
.webarticle_list ul li {
	width: 48.5%;
	margin: 0 3% 0 0;
	float: left;
	padding: 40px 0;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	position: relative
}
.webarticle_list ul li:nth-child(2n+2) {
	margin-right: 0
}
.webarticle_list ul li:after {
	content: "";
	height: 0;
	background: #cb0308;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 0
}
.webarticle_list ul li .webarticle_l {
	width: 110px;
	text-align: center;
	float: left;
	position: relative;
	z-index: 2
}
.webarticle_list ul li .webarticle_l em {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #cb0308;
	border-radius: 50px;
	margin-left: -14px
}
.webarticle_list ul li .webarticle_l i {
	display: block;
	width: 14px;
	height: 14px;
	margin: 20px auto 5px;
	background: url(../images/date.png) center no-repeat
}
.webarticle_list ul li .webarticle_l span {
	display: block;
	font-size: 14px;
	color: #999
}
.webarticle_list ul li .webarticle_text {
	width: calc(100% - 130px);
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	position: relative;
	z-index: 2
}
.webarticle_list ul li .webarticle_text .tit {
	display: block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	max-width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -5px
}
.webarticle_list ul li .webarticle_text p {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all
}
.webarticle_list ul li:hover:after {
	height: 100%;
	top: 0
}
.webarticle_list ul li:hover .webarticle_l em {
	color: #cb0308;
	background: #fff
}
.webarticle_list ul li:hover .webarticle_l i {
	background: url(../images/date1.png) center no-repeat
}
.webarticle_list ul li:hover .webarticle_l span {
	color: #fff;
	opacity: 0.6
}
.webarticle_list ul li:hover .webarticle_text .tit {
	color: #fff
}
.webarticle_list ul li:hover .webarticle_text p {
	color: #fff;
	opacity: 0.6
}
@media (max-width:1399px) {
.web_article {
	padding: 0 0 65px
}
}
@media (max-width:1079px) {
.web_article {
	padding: 0 0 55px
}
}
@media (max-width:1023px) {
.web_article {
	padding: 0 0 45px
}
.webarticle_list ul li {
	width: 100%;
	padding: 35px 0
}
.webarticle_list ul li .webarticle_text p {
	font-size: 15px
}
}
@media (max-width:767px) {
.web_article {
	padding: 0 0 35px
}
.webarticle_list ul li {
	width: 100%;
	padding: 20px 0
}
.webarticle_list ul li .webarticle_l em {
	display: none
}
.webarticle_list ul li .webarticle_l {
	width: 100%
}
.webarticle_list ul li .webarticle_l i {
	display: inline-block;
	margin: -4px 5px 0 0
}
.webarticle_list ul li .webarticle_l span {
	display: inline-block
}
.webarticle_list ul li .webarticle_text {
	width: 100%;
	padding: 0 15px
}
.webarticle_list ul li .webarticle_text .tit {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px
}
.webarticle_list ul li .webarticle_text p {
	font-size: 14px;
	line-height: 25px
}
}

.w1400 {
	width: 1400px;
	margin: 0 auto
}
.ab_title {
	text-align: center;
	width: 100%;
	margin-bottom: 40px
}
.ab_title b {
	font-size: 34px;
	padding-top:35px;
	color: #333;
	display: block
}
.ab_title p {
	font-size: 16px;
	color: #999;
	line-height:34px;
	margin: 3px 0 20px
}
.ab_title span {
	display: inline-block;
	width: 60px;
	height: 4px;
	background: #EF3B1B
}
/*友情链接*/
.link{height: 60px;line-height: 60px;margin: -25px 0 -35px 0;}
.link>div{position: relative;background: var(--color);border-radius: 0 0 10px 10px;}
.link .box{padding: 0 20px;}
.link div:before,.link div:after{content: " ";position: absolute;top: 0;width: 0;height: 0;border-style: solid;border-color: transparent;}
.link div:before{left: -15px;border-width: 25px 15px 0 0;border-right-color: var(--color);}
.link div:after{right: -15px;border-width: 25px 0 0 15px;border-left-color: var(--color);}
.link .box:before{border-right-color: #000;opacity: .5;z-index: 1;}
.link .box:after{border-left-color: #000;opacity: .5;z-index: 1;}
.link strong{color: #fff;font-size: 16px;font-weight: bold;}
.link a{display: inline-block;color: #fff;font-size: 16px;margin-right: 20px;opacity: .8;vertical-align: top;}
/*底部*/
.footer{color: #333333;background: #f0f0f0;padding: 100px 0 60px 0;}
.footer>div{display: flex;}
.footer dt{position: relative;color: #333333;font-size: 18px;font-weight: bold;padding-bottom: 30px;}
.footer dt:before{content: '';position: absolute;background-color: #39393a;width: 78px;height: 1px;top: 45px;}
.footer .fewm{width: 15%;}
.footer .fewm dd{display: flex;align-items: center;}
.footer .fewm dd:last-child{margin-top: 20px;}
.footer .fewm dd img{width: 140px;height: 140px;padding: 1px;background:#C5C6C9;}
.footer .fewm dd #fewm{width: 100px;height: 100px;padding: 2px;background: #C5C6C9;}
.footer .fewm dd #fewm canvas{padding: 8px;background: #fff;width: 100%;}
.footer .fewm dd h3{font-size: 14px;margin-left: 15px;width: 20px;line-height: 16px;}
.footer .flxw{width: 37%;padding: 0 5%;border-left: 1px solid rgb(217, 217, 217);border-right: 1px solid rgb(217, 217, 217);}
.footer .flxw dd{font-size: 16px;line-height: 20px;padding-top: 16px;}
.footer .fnav{width: 48%;padding-left: 5%;}
.footer .fnav li{float: left;width: 33.333%;display: flex;justify-content: space-between;align-items: center;}
.footer .fnav li a{color: #333333;font-size: 16px;line-height: 52px;}
.footer .fnav li i{color: var(--color);font-size: 20px;margin-right: 30px;}
.footer .fnav li a:hover{color: var(--color);}
.copyright{color:#000;font-size: 14px;line-height: 70px;text-align: center;background: #f0f0f0;border-top: 1px solid #dedede;}
.copyright a{color: #4a4a4a;}
.copyright a:hover{color:  var(--colour1);}