﻿#new .new-img{position:relative;height:0;padding-bottom:75%;}
#new .new-img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;}
.index{max-width:1920px;margin:0 auto}
@font-face {font-family: "iconfont";src: url('/js/39548/iconfont.ttf') format('truetype');}
.iconfont {font-family: "iconfont" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.icon-feishuichuli:before {content: "\e603";}
.icon-dui:before {content: "\e645";}
.icon-icon_dui:before {content: "\e6da";}
.icon-feng:before {content: "\e601";}
.icon-fuwu1:before { content: "\eb36";}
.icon-jiaohuo:before {content: "\e64b";}
.icon-shuji:before {content: "\edbe";}
.icon-gutifeiwutongji:before {content: "\e6bc";}
.icon-jieneng:before {content: "\e6b1";}
.icon-fuwu:before {content: "\e61f";}
.icon-zhiliang:before {content: "\e88b";}
.icon-gongzuojingyan:before {content: "\e686";}
.icon-jingyanfankui1:before {content: "\e665";}
.icon-dingzhi:before {content: "\e6e3";}
.icon-zhiliangbaozhang:before {content: "\e600";}
.home-introduction{position:relative;z-index:10;margin-bottom: 50px;}
.home-introduction .introduction{display:flex;justify-content:space-between;flex-wrap:wrap}
.home-introduction .introduction .item{width:23.4%;display:flex;align-items:center;box-sizing:border-box;padding:1.5%;background-color:#fff;border-bottom:2px solid var(--color);border-radius:var(--border);box-shadow:0 2px 10px 0 rgba(0,0,0,.1);transform:translateY(0);transition:all .3s linear}
.home-introduction .introduction .item .left{width:60px;height:60px;border-radius:50%;margin-right:14px;display:flex;align-items:center;justify-content:center;background-color:#f8f9f8;color:var(--color);transition:all .3s linear}
.home-introduction .introduction .item .left em{font-size:32px;transform:rotateY(0);transition:all .3s linear}
.home-introduction .introduction .item .right{flex:1}
.home-introduction .introduction .item .right .title{color:var(--fontcolor);text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:var(--fontsize20)}
.home-introduction .introduction .item .right .text{color:var(--introcolor);font-size:var(--fontsize16);margin-bottom:0;}
.home-introduction .introduction .item:hover{transform:translateY(10px)}
.home-introduction .introduction .item:hover .left em{transform:rotateY(360deg)}
.home-introduction .introduction .item:hover .left{background-color:var(--color);color:#fff}
@media screen and (max-width:1240px){.home-introduction{transform:translateY(-30px);position:relative;z-index:1}}
@media screen and (max-width:1024px){.home-introduction .introduction .item{width:48%;margin-top:20px}
.head-top:after,.head-top .head-box{display:none}}
@media screen and (max-width:768px){.home-introduction .introduction .item{width:100%;padding:3% 2.5%}
.home-introduction{transform:translateY(0)}
.home-introduction .introduction .item .left{width:60px;height:60px}}
@media screen and (max-width:500px){.home-introduction .introduction .item{width:100%;padding:5% 2.5%;margin:10px auto}}
/* about */
.home-about{width:100%;height:auto;background-image:url(/uploads/39548/dm/home-moreB.webp);background-repeat:no-repeat;background-size:100% 100%}
.home-about .l-wrap{display:flex;align-items:center;padding-top:2%;justify-content:space-between}
.home-about .l-wrap .left{width:50%;box-sizing:border-box;padding:0 5%;border-radius:10%;position:relative}
.home-about .l-wrap .left .img{width:100%}
.home-about .l-wrap .left .img img{width:100%;transform:scale(1);transition:all .2s linear}
.home-about .l-wrap .left:hover img{transform:scale(.98)}
.home-about .l-wrap .left .top{position:absolute;width:40px;height:40px;border-radius:10px;background-color:#f7f9fd;display:flex;align-items:center;justify-content:center;top:-3%;right:7%;z-index:1}
.home-about .l-wrap .left .top::after{content:'';display:inline-block;width:70%;height:70%;border-radius:var(--border);background-color:var(--color)}
.home-about .l-wrap .left .bottom{position:absolute;bottom:-5%;left:0;background-color:#f7f9fd;border-radius:10px;width:160px;height:160px;display:flex;align-items:center;justify-content:center}
.home-about .l-wrap .left .bottom div{width:75%;height:75%;background-color:#ebf0fb;border-radius:var(--border);display:flex;align-items:center;justify-content:center;flex-direction:column}
.home-about .l-wrap .left .bottom div .num{color:var(--color);font-size:var(--fontsize30);font-weight:600;line-height:1.2}
.home-about .l-wrap .left .bottom div span{color:var(--introcolor);font-size:var(--fontsize18);line-height:1.2}
.home-about .l-wrap .right{width:50%;box-sizing:border-box}
.home-about .l-wrap .right .title{margin:10px 0;text-align:left;font-size:36px;color:var(--fontcolor);font-weight:var(--fontbold6);text-transform:uppercase}
.home-about .l-wrap .right .title span{color:var(--color)}
.home-about .l-wrap .right>.text{margin:0 0 20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
.home-about .l-wrap .right ul{display:flex;align-items:center;width:100%;padding:0;flex-wrap:wrap}
.home-about .l-wrap .right ul li{list-style:none;margin:5px 0;width:100%}
.home-about .l-wrap .right ul li .item{width:100%;display:flex;align-items:baseline}
.home-about .l-wrap .right ul li .circle{color:var(--color);margin-right:10px}
.home-about .l-wrap .right ul li .text{color:var(--introcolor);font-weight:var(--fontbold4)}
.home-about .l-wrap .right .btn{display:flex;align-items:center;justify-content:center;background-color:#000;text-transform:uppercase;color:#fff;width:150px;height:50px;text-decoration:none;margin-top:2%;line-height:50px}
.home-about .l-wrap.num{padding:70px 0}
.home-about .num-math{display:flex}
.home-about .num-text{margin-top:20px}
.home-about .num-text p{font-size:18px;color:#000;line-height:22px}
.home-about .num-math p{font-weight:600;font-size:42px;color:#c0070a;line-height:1}
.home-about .num-data{width:20%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-right:1px solid #eee}
.home-about .num-data:nth-last-child(1){border-right:none}
@media screen and (max-width:1366px){.home-about .l-wrap .left .bottom{bottom:-5%;left:0;width:140px;height:140px}
.home-about .l-wrap .left .top{width:60px;height:60px}}
@media screen and (max-width:1090px){.home-about .l-wrap{flex-wrap:wrap}
.home-about .l-wrap .left{width:100%}
.home-about .l-wrap .right{width:100%;margin-top:6%}}
@media screen and (max-width:768px){.home-about .l-wrap .right ul li{width:100%}}
@media screen and (max-width:500px){.home-about .l-wrap .left .bottom div .num{font-size:var(--fontsize28,28px)}
.home-about .l-wrap .left .bottom div span{font-size:var(--fontsize12)}
.home-about .l-wrap .left .bottom{width:100px;height:100px}
.home-about .l-wrap .left .top{width:50px;height:50px;right:0}
.home-about .l-wrap .right>.text{margin:5% 0}
.home-about .l-wrap .right ul li{margin:6px 0}}
.home-choose{padding:120px 0;background:#f7f7f7}
.home-choose .title{font-size:36px;text-transform:uppercase}
.choose-contant{display:flex;align-items:center}
.choose-left{width:50%;padding-right:80px;box-sizing:border-box}
.choose-right{width:50%;overflow: hidden;}
.choose-right .swiperchoose1{position: relative;}
.choose-ic{width:59px;height:59px;background:#c0070a;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:18px}
.choose-ic em{font-size:26px;line-height:1;width:26px;color:#fff}
.choose-li{display:flex;margin-bottom:30px;align-items:center;cursor: pointer;}
.choose-text{flex:1}
.choose-text p a{font-weight: bold;color: var(--color);}
.choose-item{margin-top:40px}
.choose-text h5{font-weight:600;font-size:18px;color:#000;line-height:22px;margin-bottom:5px}
.choose-right img{width: 100%;height: 100%;display: block;aspect-ratio: 1.5 / 1;object-fit: cover;}
#product{padding-top:100px}
.home-process{padding:110px 0;background:#f7f7f7}
.process-dev{text-align:center;margin-bottom:25px}
.process-title h4{text-transform: uppercase;font-size: var(--fontsize35);text-align: center;max-width: 80%;margin: 0 auto;}
.process-row{display:flex;justify-content:space-between;flex-wrap:wrap}
.process-col{width:23%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:75px}
.process-img img{width:45px;display:block}
.process-img{width:100px;height:100px;background:var(--color);border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative}
.process-img span{width:38px;height:38px;background:#fff;border-radius:50%;position:absolute;top:0;right:-10px;display:flex;justify-content:center;align-items:center;color:var(--color);box-shadow:1px 1px 10px 2px #fff}
.process-span{margin-top:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.process-span span:nth-of-type(1){width:16px;height:16px;border-radius:50%;border:2px solid #d9d9d9;opacity:.2;display:block}
.process-span span:nth-of-type(2){height:45px;width:0;display:block;border-left:1px dashed #707070;margin:5px 0 0}
.process-text{margin-top:30px}
.process-text p{font-size: 18px;line-height: 26px;text-align: center;}
.home-advantage{padding: 100px 0;}
.advantage-titl h4{text-transform: uppercase;font-size: var(--fontsize35);text-align: center;line-height: 1.52;}
.advantage-titl span{width: 46px;height: 3px;background: #C0070A;display: block;margin: 30px auto;}
.wmpage59-page6-into{width:45px;height:3px;background-color:var(--color,#3483f9);margin:0 auto;margin-bottom:10px}
.wmpage-title{font-size:var(--wmpage-font24,24px);font-weight:var(--fontbold6,600);color:#000;margin:0;text-align:center}
.wmpage59-page6-des{font-size:var(--wmpage-font16);text-align:center;color:#333;margin:5px 0}
.wmpage59-page6-list{display:flex;flex-wrap:wrap;justify-content:space-between}
.wmpage59-page6-list .wmpage59-page6-item{position:relative;overflow:hidden;width:24%;box-sizing:border-box;border:1px solid #e3e3e3;transition:all .1s linear;margin-top:20px}
.wmpage59-page6-item .wmpage59-page6-item-img img{width:100%;max-width:100%;display:block;height:auto;transition:all .1s linear}
.wmpage59-page6-item .wmpage59-page6-item-info{position:absolute;bottom:40px;left:0;box-sizing:border-box;padding:0 10px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}
.wmpage59-page6-item .wmpage59-page6-item-bg{position:absolute;background-color:#fff;border-radius:50%;width:140%;height:160px;bottom:-50px;left:50%;transform:translateX(-50%)}
.wmpage59-page6-item .wmpage59-page6-item-tit{font-size:18px;font-weight:var(--fontbold6,600);margin:0;color:#000;text-align:center}
.wmpage59-page6-item .wmpage59-page6-item-des{color:#555;text-align:center;font-size:var(--wmpage-font16);margin:0;margin-top:10px}
.wmpage59-page6-item:hover .wmpage59-page6-item-img img{transform:scale(1.02)}
.wmpage59-page6-item-img{margin-bottom: 70px;}
@media(max-width:768px){
.wmpage59-page6-list .wmpage59-page6-item{width:49%}}
@media(max-width:500px){
.wmpage59-page6-title{font-size:var(--wmpage-font20)}
.wmpage59-page6-into{margin-bottom:10px}
.wmpage59-page6-item .wmpage59-page6-item-info{bottom:25px}
.wmpage59-page6-item .wmpage59-page6-item-bg{bottom:-60px}}
.home-adhere{padding: 90px 0;background: #f5f5f5;}
.home-title{text-align: center;}
.home-title p{font-size: 18px;color: #1C1C1C;line-height: 22px;}
.home-title h4{text-transform: uppercase;font-size: var(--fontsize35);text-align: center;line-height: 1.52;margin-top: 15px;}
.adhere-row{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}
.adhere-col{width: 19%;background: #fff;margin: 0.5% 0;padding: 30px;box-sizing: border-box;display: flex;align-items: center;}
.adhere-data{font-size: 45px;color: #C0070A;line-height: 1;font-weight: bold;margin-right: 15px;}
.home-measures{padding: 100px 0;border-bottom: 1px solid #d2d2d2;}
.measures-row{display: flex;margin-top: 45px;}
.measures-col{width: 25%;display: flex;flex-direction: column;align-items: center;padding: 0 3%;text-align: center;}
.measures-ic{width: 75px;height: 75px;background: #C0070A;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.measures-ic em{font-size: 40px;color: #fff;width: 40px;line-height: 1;}
.measures-tect{margin-top: 20px;}
.measures-tect p{font-weight: 600;font-size: 18px;color: #000000;line-height: 30px;}
.process-col:hover .process-img img{transform: rotateY(180deg);}

@media (max-width:1366px) {
    .home-introduction{margin-bottom: 20px;}
    .home-about .l-wrap .right .title,.home-choose .title,.main-part,.process-title h4,.advantage-titl h4,.home-title h4,.home-title h4,.main-part{font-size: 32px;}
    #new,.home-measures,.home-adhere,.home-advantage,.home-process,.home-choose{padding: 55px 0;}
    #product{padding-top: 55px;margin-bottom: 55px;}
    .home-about .l-wrap .left{padding: 0 5% 0 0;}
    .home-about .l-wrap.num{padding: 50px 0;}
    .home-about .num-math p{font-size: 28px;}
    .home-about .num-text {margin-top: 10px;}
    .choose-left{padding-right: 50px;}
    .choose-li{margin-bottom: 15px;}
    .choose-ic{width: 50px;height: 50px;}
    .choose-ic em{font-size: 20px;width: 20px;}
    .choose-item {margin-top: 20px;}
    .process-col{margin-top: 45px;}
    .process-img img{width: 32px;} 
    .process-img {width: 70px;height: 70px;}
    .process-img span{width: 25px;height: 25px;font-size: 14px;}
    .adhere-col{padding: 15px;}
    .adhere-row{margin-top: 35px;}
}
@media (max-width:1200px) {
    .home-about .l-wrap .right .title, .home-choose .title, .main-part, .process-title h4, .advantage-titl h4, .home-title h4, .home-title h4, .main-part {font-size: 26px;}
    .home-about .l-wrap .right>.text{margin: 0 0 10px;}
    .home-about .l-wrap .right ul li .text{font-size: 14px;}
    .home-about .l-wrap .left {padding: 0 3% 0 0;}
    .home-about .num-text p{font-size: 16px;}
    #product{padding-top: 45px;margin-bottom: 45px;}
    .adhere-data{font-size: 36px;}
}
@media (max-width:1024px) {
    .home-about .num-data{width: 49%;margin: 20px 0;border-right:none;}
    .home-about .l-wrap.num {padding: 35px 0;}
    .home-about .l-wrap .right .title, .home-choose .title, .main-part, .process-title h4, .advantage-titl h4, .home-title h4, .home-title h4, .main-part{font-size: 22px;}
    #new, .home-measures, .home-adhere, .home-advantage, .home-process, .home-choose {padding: 35px 0;}
    .choose-contant{flex-direction: column;}
    .choose-left {padding-right: 0;width: 100%;}
    .choose-right{width: 100%;}
    #product .pro-list>li{padding: 0px 5px;margin-bottom: 10px;}
    .process-col {margin-top: 20px;}
    .process-text {margin-top: 10px;}
    .process-span span:nth-of-type(2){height: 20px;}
    .process-span span:nth-of-type(1){width: 10px;height: 10px;}
    .process-text p {font-size: 14px;line-height: 1.52;}
    .process-img img {width: 25px;}
    .process-img {width: 55px;height: 55px;}
    .adhere-col{width: 32.5%;}
    .measures-tect p{font-size: 16px;line-height: 1.75;}
    .measures-ic em{font-size: 30px; width: 30px;}
    .measures-ic {width: 60px;height: 60px;}
    .measures-tect {margin-top: 10px;}
    #new .new-title {margin: 12px;font-size: 16px;padding-bottom: 0;}
    .home-about .l-wrap .left .img iframe{width: 100%;}
}
@media (max-width:768px) {
    .home-introduction .introduction .item .right .title{font-size: 18px;}
    .home-choose .title{text-align: center;}
    #product .pro-list>li{width: 25%;}
    .process-col {margin-top: 10px;width: 50%;padding: 0 20px;box-sizing: border-box;}
    .process-row{margin-top: 30px;}
    .adhere-col {width: 49%;}
    .measures-row{flex-wrap: wrap;}
    .measures-col{padding: 0 3%;box-sizing: border-box;width: 50%;}
}
@media (max-width:550px) {
    .home-about .l-wrap .right .title, .home-choose .title, .main-part, .process-title h4, .advantage-titl h4, .home-title h4, .home-title h4, .main-part {font-size: 20px;}
    .measures-col {padding: 10px 3%;box-sizing: border-box;width: 100%;}
    .measures-row{margin-top: 20px;}
    .advantage-titl span{margin: 15px auto;}
    #product .pro-list>li{width: 50%;}
    .home-about .l-wrap .left .img iframe{height: 350px;}
}