/*------------------------------banner区域------------------------------*/
.banner{
    height: 761px;
    padding-top: 70px;
    background: url("https://cdn.huamux.com/pcimgs/banner/bg-index-banner.png") center;
    background-size: cover;
}
.banner>div{
    position: relative;
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.banner .index-lottie {
    position: absolute;
    top: .5rem;
    right: -2.5rem;
    height: 667px;
    width: 1280px;
}


/*----------banner区域的标题----------*/
.banner-title{margin-top: 8rem}
.banner-title h1{
    line-height: 1.58;
    font-size: 38px;
    font-weight: 600;
}
.banner-title p{
    margin-top: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}


/*----------banner区域的介绍列表----------*/
.banner-introlist{
    display: flex;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    width: 1240px;
    height: 195px;
    gap: 1.25rem;
}

/*介绍列表的儿子*/
.introlist-child{
    width: 255px;
    height: 100%;
    background: url('https://cdn.huamux.com/pcimgs/index/banner-introlist-li-bg.png') no-repeat 50%;
    background-size: cover;
    flex-grow: 1;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: .55s;
}
.introlist-child.active{
    flex-grow: 10000;
    width: 415px;
    background-image: url('https://cdn.huamux.com/pcimgs/index/banner-introlist-li-bg-active.png')
}
.introlist-child img{
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
}
.introlist-child.active img{
    position: absolute;
    right: -24px;
    bottom: -36px;
    width: 175px;
    height: 165px;
}
.introlist-child>div{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 235px;
    height: 150px;
    padding: 0 0 30px;
    text-align: center;
    transform: translateY(80px);
    transition: transform .5s ease;
}
.introlist-child.active>div{
    left: 30px;
    text-align: left;
    transform: translateY(0);
    width: 255px;
}
.introlist-child>div h3{
    margin: 0 0 0.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.introlist-child.active>div h3{text-align: left}
.introlist-child>div p{
    opacity: 0;
    text-align: left;
    transition: .3s ease;
    visibility: hidden;
}
.introlist-child.active>div p{
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
    visibility: visible;
}



/*------------------------------测试服务------------------------------*/
.testservice{padding: 5rem 0}


/*----------测试服务的列表----------*/
.testservice-list{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 1.25rem;
}

/*测试服务列表的儿子*/
.testservice-list-child{
    flex: 1;
    padding: 3rem 2rem 2.5rem;
    background-color: rgb(246,246,249);
    transition-duration: .3s;
    overflow: hidden;
}
.testservice-list-child:hover{
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.08);
}
.testservice-list-child img{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}
.testservice-list-child h3{
    margin: 2rem 0 0.75rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1.25rem;
}
.testservice-list-child>div{
    position: relative;
    height: 6em;
}
.testservice-list-child>div p{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
    transform: translateY(0);
    transition: all .5s;
    visibility: visible;
}
.testservice-list-child:hover>div p{
    opacity: 0;
    transform: translateY(80%);
    visibility: hidden;
}
.testservice-list-child>div ul{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transform: translateY(80%);
    visibility: hidden;
}
.testservice-list-child:hover>div ul{
    opacity: 1;
    transform: translateY(0);
    transition: all .5s .25s;
    visibility: visible;
}
.testservice-list-child>div ul li{
    text-align: center;
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}



/*------------------------------方案介绍------------------------------*/
.programme{
    position: relative;
    height: 616px;
    background-image: url("https://cdn.huamux.com/pcimgs/index-al-bj.png");
    background-position: center;
    background-size: cover;
    overflow: hidden;
}


/*----------方案介绍的标题----------*/
.programme-title{
    margin-top: 80px;
    color: #fff;
}
.programme-title>p{
    color: #fff;
    opacity: .6;
}

/*----------方案介绍的主体部分----------*/
.programme-main{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1180px;
    height: 424px;
    margin: 0 auto;
    min-width: 1180px;
}

/*方案介绍的方案列表*/
.programme-list{
    position: relative;
    width: 236px;
    height: 100%;
    padding: 16px 12px 0;
    backdrop-filter: blur(14px);
    background: rgba(23,24,27,.5);
    -webkit-box-shadow: 0 12px 48px 0 rgb(0 113 239 / 10%);
    box-shadow: 0 12px 48px 0 rgb(0 113 239 / 10%);
    overflow: hidden;
}
.programme-list ul{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.programme-list li{
    flex: 1;
    height: 52px;
    padding: 0 20px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.programme-list li:first-child~li{margin-top: 4px}
.programme-position-bgcolor{
    position: absolute;
    top: 16px;
    left: 12px;
    width: 212px;
    height: 52px;
    background-color: #0056b3;
    border-radius: 2px;
    transition: transform 500ms cubic-bezier(0.48, 0.33, 0.24, 0.95) 0ms;
    transform: translateY(0px);
}

/*方案介绍的内容部分*/
.programme-content{
    flex: 1;
    height: 100%;
    padding: 56px 60px 0;
    color: #fff;
    background: rgba(23,24,27,.4);
}
.programme-content .swiper-wrapper{
    height: 231px;
}
.programme-content .plan-item{
    height: 231px;
}
.programme-content .plan-item h3{
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
}
.programme-content .plan-item p{
    line-height: 24px;
    font-size: 14px;
}
.programme-content .plan-item ul{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.programme-content .plan-item ul li{
    min-width: 60px;
    text-align: center;
}
.programme-content .plan-item ul li img{
    width: 28px;
    height: 28px;
    margin: 0 auto;
}
.programme-content .plan-item ul li p{
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
}
.programme-content>.btndiv{
    display: flex;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 28px;
}
.programme-content>.btndiv button{
    height: 40px;
    width: 104px;
    border: 1px solid;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
}
.programme-content>.btndiv button:first-child{
    margin-right: 24px;
    border-color: #0056b3;
    background-color: #0056b3;
}
.programme-content>.btndiv button:nth-child(2){
    border-color: #fff;
    background-color: transparent;
}
.programme-content>.btndiv button:first-child:hover{
    border-color: #137ff6;
    background-color: #137ff6;
}
.programme-content>.btndiv button:nth-child(2):hover{background-color: hsla(0,0%,100%,.1);}

/*方案介绍的扫码体验成功案例*/
.programme-case{
    width: 236px;
    height: 100%;
    padding: 56px 32px 0;
    background: rgba(23,24,27,.5);
}
.programme-case>p{
    position: relative;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,.7);
}
.programme-case>p:after{
    content: "";
    position: absolute;
    right: 80px;
    top: 18px;
    width: 12px;
    height: 12px;
    background: url('https://cdn.huamux.com/pcimgs/index/icon1.png') no-repeat 50%;
    background-size: contain;
    cursor: pointer;
}
.programme-case .caselist{
    display: none;
    margin-top: 26px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programme-case .caselist li{
    display: flex;
    position: relative;
    width: 80px;
    height: 76px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.programme-case .caselist li img{width: 100%}



/*------------------------------行业案例------------------------------*/
.industrycases{
    padding: 60px 0;
    overflow: hidden;
}


/*----------行业案例的列表----------*/
.industrycases-list{
    position: relative;
    width: 1264px;
    height: 230px;
    margin: 0 auto;
    padding: 0 12px 20px 0;
}
.industrycases-list-center{
    position: relative;
    width: 1264px;
    height: 210px;
    padding: 0 12px 20px 0;
    margin: 0 auto;
    overflow: hidden;
}
.industrycases-list-center>.swiper-wrapper{height: 100%}
.industrycases-list-child{
    display: flex;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 53px 32px 0;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(180deg,#f3f5f8,#fff);
    box-shadow: 8px 8px 20px rgb(55 99 170 / 10%), -8px -8px 20px #fff;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    cursor: pointer;
}
.industrycases-list-child:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 80px;
    top: 27px;
    width: 57px;
    height: 46px;
    background-image: url('https://cdn.huamux.com/pcimgs/index/industrycases-sprite.svg');
    background-position: 50.442477876106196% 69.0909090909091%;
    background-size: 298.2456140350877% auto;
}
.industrycases-list-child:after{
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    pointer-events: none;
    background: url('https://cdn.huamux.com/pcimgs/index/industrycases-list-child-bgimg.jpg') 0 100% no-repeat;
    background-size: auto 100%;
    opacity: 0;
    transition: all .3s linear;
}
.industrycases-list-child:hover:after{opacity: 1}
.industrycases-list-child img{
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.industrycases-list-child p{
    flex: 1;
    display: -webkit-box;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 72px;
    font-size: 16px;
    color: #293957;
    text-align: justify;
    line-height: 24px;
}
.industrycases-list-child em{
    position: absolute;
    z-index: 1;
    right: 32px;
    bottom: 30px;
    text-align: right;
    line-height: 28px;
    font-size: 16px;
    color: #293957;
}
.industrycases-list .swiper-button-next,
.industrycases-list .swiper-button-prev{
    position: absolute;
    top: -40px;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin: auto 0;
    background-color: #fff;
    background-image: none;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 16%);
    border-radius: 50%;
}
.industrycases-list .swiper-button-prev{left: -59px}
.industrycases-list .swiper-button-next{right: -47px}
.industrycases-list .swiper-button-next:before,
.industrycases-list .swiper-button-prev:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(135deg,#dbe2e9,#fff);
}
.industrycases-list .swiper-button-next:after,
.industrycases-list .swiper-button-prev:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -5px 0 0 -3px;
    width: 6px;
    height: 10px;
    margin-left: -2px;
    background-image: url('https://cdn.huamux.com/pcimgs/index/industrycases-sprite.svg');
    background-size: 2833.333333333333% auto;
}
.industrycases-list .swiper-button-prev:after{background-position: 100% 6.8493150684931505%}
.industrycases-list .swiper-button-next:after{background-position: 95.1219512195122% 95.8904109589041%}
.industrycases-list .swiper-button-prev:hover:after{background-position: 100% 0%}
.industrycases-list .swiper-button-next:hover:after{background-position: 91.46341463414635% 95.8904109589041%}


/*----------行业案例的logo列表----------*/
.industrycases-logolist{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px;
}
.industrycases-logolist li{
    width: 212px;
    padding: 0 6px 12px;
}
.industrycases-logolist li a{
    display: block;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff, inset 0 4px 20px 0 hsl(0deg 0% 100% / 50%);
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    transition: all .3s ease-in-out;
}
.industrycases-logolist li a:hover{box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 20%), -8px -8px 20px 0 #fff;}
.industrycases-logolist li a img{
    width: 100%;
    max-width: 160px;
    max-height: 40px;
}
@media screen and (min-width: 2177px) and (max-width: 2388px){
    .industrycases-logolist li:nth-child(30)~li{display: none}
}
@media screen and (min-width: 1965px) and (max-width: 2176px){
    .industrycases-logolist li:nth-child(27)~li{display: none}
}
@media screen and (min-width: 1753px) and (max-width: 1964px){
    .industrycases-logolist li:nth-child(24)~li{display: none}
}
@media screen and (min-width: 1541px) and (max-width: 1752px){
    .industrycases-logolist li:nth-child(21)~li{display: none}
}
@media screen and (min-width: 1330px) and (max-width: 1540px){
    .industrycases-logolist li:nth-child(18)~li{display: none}
}
@media screen and (max-width: 1329px){
    .industrycases-logolist{width: 1065px}
    .industrycases-logolist li:nth-child(15)~li{display: none}
}



/*------------------------------系统支持------------------------------*/
.systemsupport{
    position: relative;
    height: 624px;
    padding-top: 80px;
    color: #fff;
    background: url("https://cdn.huamux.com/pcimgs/index/systemsupport-bgimg.png") center;
    background-size: cover;
}


/*----------系统支持的标题----------*/
.systemsupport-title{
    margin-bottom: 48px;
    color: #fff
}
.systemsupport-title>p{
    color: #fff;
    opacity: .6;
}

/*----------系统支持的内容----------*/
.systemsupport-content{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1180px;
    height: 432px;
    margin: 0 auto;
}

/*系统支持内容的左边*/
.systemsupport-left{
    width: 296px;
    height: 100%;
    padding: 48px 0 0 32px;
    background: url("https://cdn.huamux.com/pcimgs/index/systemsupport-left-bgimg.png") center;
    background-size: 100% 100%;
}
.systemsupport-left>div:first-child~div{margin-top: 48px}
.systemsupport-left>div em{
    line-height: 32px;
    font-size: 14px;
}
.systemsupport-left>div em span{
    position: relative;
    top: -6px;
    margin-right: 2px;
    line-height: 100%;
    font-size: 32px;
    vertical-align: top;
}
.systemsupport-left>div p{
    margin-top: 5px;
    line-height: 14px;
    font-size: 14px;
    opacity: .7;
}


/*系统支持内容的右边*/
.systemsupport-right{
    flex: 1;
    height: 100%;
}
.systemsupport-caselist{
    display: flex;
    flex-wrap: wrap;
    height: 320px;
}
.systemsupport-caselist-child{
    position: relative;
    width: 25%;
    height: 160px;
    background: linear-gradient(153deg,rgba(23,24,27,.7),rgba(23,24,27,.2));
    cursor: default;
}
.systemsupport-caselist-child>div{
    position: relative;
    height: 100%;
    padding: 40px 30px;
    overflow: hidden;
}
.systemsupport-caselist-child:hover>div{
    position: absolute;
    height: 320px;
    z-index: 3;
    padding-top: 160px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.systemsupport-caselist-child:nth-child(4)~li:hover>div{
    padding-top: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
}
.systemsupport-caselist-child img{
    width: 49px;
    height: 48px;
    margin: 0 auto;
}
.systemsupport-caselist-child em{
    display: block;
    margin: 8px 0 20px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
}
.systemsupport-caselist-child p{
    position: relative;
    z-index: 1;
    line-height: 24px;
    font-size: 14px;
    color: #b5b5bc;
    opacity: 0;
}
.systemsupport-caselist-child:hover img{
    z-index: 3;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.systemsupport-caselist-child:nth-child(1):hover img,
.systemsupport-caselist-child:nth-child(2):hover img,
.systemsupport-caselist-child:nth-child(3):hover img,
.systemsupport-caselist-child:nth-child(4):hover img{
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}
.systemsupport-caselist-child:hover em,
.systemsupport-caselist-child:hover p{
    z-index: 3;
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    opacity: 1;
}
.systemsupport-caselist-child:nth-child(1):hover em,
.systemsupport-caselist-child:nth-child(1):hover p,
.systemsupport-caselist-child:nth-child(2):hover em,
.systemsupport-caselist-child:nth-child(2):hover p,
.systemsupport-caselist-child:nth-child(3):hover em,
.systemsupport-caselist-child:nth-child(3):hover p,
.systemsupport-caselist-child:nth-child(4):hover em,
.systemsupport-caselist-child:nth-child(4):hover p{
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}
.systemsupport-statisticslist{
    display: flex;
    height: 112px;
    padding-top: 25px;
    background: linear-gradient(207deg,rgba(23,24,27,.7),rgba(23,24,27,.2));
    backdrop-filter: blur(16px);
}
.systemsupport-statisticslist li{
    width: 25%;
    padding: 10px 0 0 32px;
    color: #fff;
}
.systemsupport-statisticslist li em{
    line-height: 32px;
    font-size: 14px;
}
.systemsupport-statisticslist li em span{
    position: relative;
    top: -6px;
    margin-right: 2px;
    line-height: 100%;
    font-size: 32px;
    vertical-align: top;
}
.systemsupport-statisticslist li p{
    line-height: 100%;
    font-size: 14px;
    opacity: .5;
}



/*------------------------------最新动态------------------------------*/
.weimeng{padding: 80px 0}
.weimeng>h2{
    margin-bottom: 48px;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    font-weight: 400;
    color: #17181b;
}


/*----------最新动态的列表----------*/
.weimeng-list{
    display: flex;
    width: 1180px;
    margin: 0 auto;
    justify-content: space-between;
}

/*最新动态列表的儿子*/
.weimenglist-child{
    width: 380px;
    /*height: 330px;*/
    border-radius: 4px;
    overflow: hidden;
}
.weimenglist-child-imgdiv{
    display: flex;
    position: relative;
    height: 168px;
    padding-left: 32px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: center;
}
.weimenglist-child-imgdiv h3{
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    opacity: .7;
}
.weimenglist-child-imgdiv p{
    margin-top: 10px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #f8f9fc;
}
.weimenglist-child-imgdiv p span{
    color: #fff;
    opacity: .7;
    font-weight: 400;
}
.weimenglist-child>ul{
    /*height: 162px;*/
    height: 225px;
    border: 1px solid #f0f3fa;
    padding: 32px 32px 0;
}
.weimenglist-child>ul li{
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
}
.weimenglist-child>ul li:first-child~li{margin-top: 25px}
.weimenglist-child>ul li a{
    display: flex;
    height: 100%;
    color: #17181b;
    justify-content: space-between;
}
.weimenglist-child>ul li a span{
    margin-right: 12px;
    opacity: .5;
}
.weimenglist-child>ul li a p{
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.weimenglist-child>ul li:hover a p{color: #0056b3}








/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .banner{
    height: 7.25rem;
    padding-top: 0.45rem;
    background-image: url("https://chilunyc.com/wp-content/themes/gear2022/img/bg-index-banner-m.png");
}
body[data-mobile] .banner>div{
    width: 100%;
    /*overflow: visible;*/
}
body[data-mobile] .index-lottie{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 7rem;
    height: auto;
    margin: 0 auto;
    transform: translateX(-2.45rem);
}
body[data-mobile] .banner-title{
    margin-top: 0;
    text-align: center;
}
body[data-mobile] .banner-title h1{
    line-height: 0.36rem;
    font-size: 0.30rem;
}
body[data-mobile] .banner-title p{
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 1;
}
body[data-mobile] .banner-introlist{
    position: relative;
    bottom: initial;
    width: 100%;
    height: 2.52rem;
    margin-top: -0.75rem;
    gap: initial;
    overflow-x: auto;
    flex-wrap: nowrap;
}
body[data-mobile] .introlist-child{
    flex-shrink: 0;
    width: 2.55rem;
    padding: 0.1rem;
    margin-left: 0.2rem;
    background-image: url('https://chilunyc.com/wp-content/themes/gear2022/img/index-point-active-bg.png');
    transition: 0s
}
body[data-mobile] .introlist-child.active{
    width: 2.55rem;
    flex-grow: initial;
    background-color: transparent;
}
body[data-mobile] .introlist-child:last-child{margin-right: 0.2rem}
body[data-mobile] .introlist-child img{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.1rem;
}
body[data-mobile] .introlist-child.active img{
    position: relative;
    right: initial;
    bottom: initial;
}
body[data-mobile] .introlist-child>div{
    position: relative;
    width: auto;
    height: auto;
    margin-top: 0.14rem;
    transform: translateY(0);
}
body[data-mobile] .introlist-child.active>div{
    left: initial;
}
body[data-mobile] .introlist-child>div h3{
    text-align: center;
    margin: 0;
    line-height: 0.24rem;
    font-size: 0.18rem;
}
body[data-mobile] .introlist-child>div p,
body[data-mobile] .introlist-child.active>div p{
    margin-top: 0.1rem;
    line-height: 0.22rem;
    font-size: 0.16rem;
    opacity: 1;
    visibility: visible;
    transition: 0s
}
body[data-mobile] .testservice{padding: 0.4rem 0}
body[data-mobile] .testservice-list{
    width: auto;
    padding: 0 0.12rem;
    gap: initial;
    flex-wrap: wrap;
}
body[data-mobile] .testservice-list-child{
    flex: none;
    width: 48%;
    padding: 0.2rem 0;
}
body[data-mobile] .testservice-list-child:nth-child(2)~li{margin-top: 0.2rem}
body[data-mobile] .testservice-list-child img{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
body[data-mobile] .testservice-list-child h3{
    margin: 0.2rem 0 0.15rem;
    line-height: 0.28rem;
    font-size: 0.24rem;
}
body[data-mobile] .testservice-list-child>div{height: auto}
body[data-mobile] .testservice-list-child>div p{display: none}
body[data-mobile] .testservice-list-child>div ul{
    position: relative;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
body[data-mobile] .testservice-list-child>div ul li{
    line-height: 1.5;
    font-size: .16rem;
}
body[data-mobile] .programme{
    height: auto;
}
body[data-mobile] .programme-title{
    margin-top: 0.4rem
}
body[data-mobile] .programme-main{
    position: relative;
    width: auto;
    min-width: initial;
    height: 4rem;
}
body[data-mobile] .programme-list{
    width: 1rem;
    padding: 0.12rem 0.12rem;
    flex-shrink: 0;
}
body[data-mobile] .programme-list li{
    height: 0.3rem;
    padding: 0;
    line-height: 0.3rem;
    font-size: 0.14rem;
    text-align: center;
}
body[data-mobile] .programme-position-bgcolor{
    width: 0.76rem;
    top: 0.12rem;
    left: 0.12rem;
    height: 0.3rem;
}
body[data-mobile] .programme-content{
    padding: 0.15rem 0.15rem 0;
}
body[data-mobile] .programme-content .swiper-wrapper,
body[data-mobile] .programme-content .plan-item{height: 3rem}
body[data-mobile] .programme-content .plan-item h3{
    margin-bottom: 0.1rem;
    line-height: 0.2rem;
    font-size: 0.18rem;
}
body[data-mobile] .programme-content .plan-item p{
    line-height: 0.22rem;
    font-size: 0.12rem;
}
body[data-mobile] .programme-content .plan-item ul{
    flex-wrap: wrap;
    margin-top: 0.15rem;
    justify-content: flex-start;
}
body[data-mobile] .programme-content .plan-item ul li{width: 25%}
body[data-mobile] .programme-content .plan-item ul li p{
    margin-top: 0.04rem;
    line-height: 0.18rem;
    font-size: 0.12rem;
}
body[data-mobile] .programme-content .plan-item ul li:nth-child(4)~li{margin-top: 0.1rem}
body[data-mobile] .programme-content>.btndiv{
    display: flex;
    justify-content: space-between;
    padding-top: 0.2rem;
}
body[data-mobile] .programme-content>.btndiv button{
    width: 45%;
    height: 0.4rem;
    font-size: 0.18rem;
}
body[data-mobile] .programme-case{
    display: none;
}
body[data-mobile] .industrycases{padding: 0.6rem 0 0.3rem}
body[data-mobile] .industrycases-list{
    height: 2rem;
    padding: 0 0.12rem 0.2rem;
}
body[data-mobile] .industrycases-list,
body[data-mobile] .industrycases-list-center{
    width: 100%;
}
body[data-mobile] .industrycases-list-center{
    height: 1.6rem;
}
body[data-mobile] .industrycases-list-child{
    width: 3rem;
    padding: 0.2rem 0.15rem 0;
}
body[data-mobile] .industrycases-list-child+.industrycases-list-child{margin-left: 0.2rem}
body[data-mobile] .industrycases-list-child:before{
    left: 0.6rem;
    top: 0.1rem;
    width: 0.57rem;
    height: 0.46rem;
}
body[data-mobile] .industrycases-list-child:after{opacity: 1}
body[data-mobile] .industrycases-list-child img{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}
body[data-mobile] .industrycases-list-child p{
    max-height: 0.72rem;
    line-height: 0.24rem;
    font-size: 0.16rem;
}
body[data-mobile] .industrycases-list-child em{
    right: 0.32rem;
    bottom: 0.1rem;
    line-height: 0.28rem;
    font-size: 0.16rem;
}
body[data-mobile] .industrycases-logolist{
    width: auto;
    padding: 0 0 0.2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}
body[data-mobile] .industrycases-logolist li{
    flex-shrink: 0;
}
body[data-mobile] .systemsupport{
    height: auto;
    padding-top: 0.4rem;
}
body[data-mobile] .systemsupport-content{
    position: relative;
    width: auto;
    height: 2.8rem;
}
body[data-mobile] .systemsupport-left{
    width: 1.35rem;
    padding: 0.1rem;
    flex-shrink: 0;
}
body[data-mobile] .systemsupport-left>div em{
    display: flex;
    align-items: baseline;
    line-height: 0.32rem;
    font-size: 0.14rem;
}
body[data-mobile] .systemsupport-left>div em span{
    top: 0;
    margin-right: 0.02rem;
    font-size: 0.28rem;
}
body[data-mobile] .systemsupport-left>div p{
    margin-top: 0;
    line-height: 0.14rem;
    font-size: 0.14rem;
}
body[data-mobile] .systemsupport-caselist{height: 1.8rem}
body[data-mobile] .systemsupport-caselist-child{
    height: 0.9rem;
}
body[data-mobile] .systemsupport-caselist-child>div{
    position: relative!important;
    height: auto!important;
    padding: 0.1rem 0 0!important;
    backdrop-filter: initial!important;
    transform: translateY(0)!important;
}
body[data-mobile] .systemsupport-caselist-child img{
    width: 0.4rem;
    height: 0.4rem;
    transform: translateY(0)!important;
}
body[data-mobile] .systemsupport-caselist-child em{
    margin: 0.08rem 0 0.2rem;
    line-height: 0.24rem;
    font-size: 0.12rem;
    transform: translateY(0)!important;
}
body[data-mobile] .systemsupport-caselist-child p{
    display: none;
}
body[data-mobile] .systemsupport-statisticslist{
    height: 1rem;
    padding-top: 0;
}
body[data-mobile] .systemsupport-statisticslist li{
    padding: 0.06rem 0 0 0.1rem;
}
body[data-mobile] .systemsupport-statisticslist li em{
    line-height: 0.32rem;
    font-size: 0.14rem;
}
body[data-mobile] .systemsupport-statisticslist li em span{
    top: 0;
    margin-right: 0.02rem;
    font-size: 0.16rem!important;
    vertical-align: initial;
}
body[data-mobile] .systemsupport-statisticslist li p{
    line-height: 0.18rem;
    font-size: 0.14rem;
}
body[data-mobile] .weimeng{padding-top: 0.4rem}
body[data-mobile] .weimeng-list{
    display: block;
    width: auto;
    padding: 0 0.12rem;
}
body[data-mobile] .weimenglist-child{
    width: 100%;
    height: auto;
}
body[data-mobile] .weimenglist-child~li{margin-top: 0.1rem}
body[data-mobile] .weimenglist-child-imgdiv{
    height: 1.2rem;
    padding-left: 0.32rem;
}
body[data-mobile] .weimenglist-child-imgdiv h3{
    line-height: 0.12rem;
    font-size: 0.12rem;
}
body[data-mobile] .weimenglist-child-imgdiv p{
    margin-top: 0.1rem;
    line-height: 0.18rem;
    font-size: 0.18rem;
}
body[data-mobile] .weimenglist-child>ul{
    height: auto;
    padding: 0.15rem 0.15rem;
}
body[data-mobile] .weimenglist-child>ul li{
    line-height: 0.14rem;
    font-size: 0.14rem;
}
body[data-mobile] .weimenglist-child>ul li:first-child~li{
    margin-top: 0.15rem;
}





