/*头部*/
@media screen{

    .header{
        position: fixed;
        width: 100%;
        top: 0;
        transition: all 0.5s;
        z-index: 99;
        height: calc( var(--bili) * var(--hedaH)*1px );
        background: rgba(255, 255, 255, 0.85);
    }
    .header.menu-none {
        /*transform: translateY(-110%);*/
    }
    .header.on {
        /*height: calc( var(--bili) * var(--hedaHM)*1px );*/
        /*background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.8) ,transparent);*/
    }

    .header .inner{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-logo{
        width: calc( var(--bili) * 232px );
        z-index: 9;
    }
    .header-logo img{
        /*max-height: calc( var(--bili) * var(--hedaHM)*1px );*/
    }

    .header-DcR {
        display: flex;
        align-items: center;
    }

    .header-sal{
        display: flex;
        align-items: center;
        margin: 0 0 0 calc( var(--bili) * 40px );
    }
    .header-sal .header-line{
        width: 2px;
        height: 20px;
        background-color: #ffffff;
        margin: 0 calc( var(--bili) * 40px ) 0 0;
    }
    .header-search{
        width: calc( var(--bili) * 20px );
        height: calc( var(--bili) * 20px );
        background: url(../images/w1.svg) no-repeat center;
        background-size: 100%;
        position: relative;
        cursor: pointer;
        margin: 0 calc( var(--bili) * 40px ) 0 0;
    }
    .header-lang{
        display: block;
        white-space: nowrap;
        font-size: 14px;
        color: #333333;
    }


    /*头部-菜单-s*/
    .header-menu{
        width: 100%;
        position: relative;
        transition: opacity 0.5s;
        opacity: 1;
    }
    .header-menu .CAul{
        display: flex;
        width: 100%;
    }
    .header-menu .CAli{
        width: 100%;
        position: relative;
    }
    .header-menu .CAli .CAa{
        color: #333333;
        width: 100%;
        font-size: calc( var(--bili) * 18px );
        line-height: calc( var(--bili) * var(--hedaHM)*1px );
        display: block;
        text-align: center;
        white-space:nowrap;
        padding: 0 calc( var(--bili) * 28px );
    }
    .header-menu .CAli.on .CAa{
        color: var(--colorZT);
    }

    .down-menu{
        /*animation: fadeInUp50 0.5s forwards;*/
        display: none;
        position: absolute;
        left: -10%;
        top: 100%;
        width: 120%;
        overflow: hidden;
        background-color: transparent;
        z-index: 99;
        box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
        border-bottom: 5px solid var(--colorZT);
    }
    .down-menu .CBul{
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
    }
    .down-menu .CBa{
        display: block;
        width: 100%;
        line-height: calc( var(--bili) * 45px );
        font-size: calc( var(--bili) * 15px );
        color: #333333;
        text-align: center;
        padding: 0 calc( var(--bili) * 5px );
        white-space:nowrap;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
        transition: all 0.5s;
        border-top: 1px solid #eeeeee;
        background: rgb(255 255 255 / 90%);
    }
    .down-menu .CBli:hover .CBa{
        opacity: 1;
        color: var(--colorZT);
    }
    /*头部-菜单-e*/


}

/*地图菜单*/
@media screen{
    .menu-map{
        position: fixed;
        right: -100%;
        opacity: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 9999;
    }
    .menu-map.open{
        opacity: 1;
        right: 0;
    }
    .menu-map .menu-mask{
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 2;
    }
    .menu-map .menu-content {
        height: 100%;
        position: absolute;
        max-width: calc( var(--bili) * 400px );
        width: 70%;
        right: -100%;
        z-index: 3;
        transition: all 0.3s;
    }
    .menu-map.open .menu-content {
        right: 0;

    }
    .menu-map .menu-title{
        background: var(--colorZT);
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: calc( var(--bili) * var(--hedaH)*1px );
        padding: 0 8%;
    }
    .menu-map .menu-title .dcl{
        font-size: calc( var(--bili) * 28px );
        color: #fff;
    }
    .menu-map .menu-title .dcr{
        font-size: calc( var(--bili) * 24px );
        color: #fff;
        cursor: pointer;
    }
    .menu-list{
        background-color: #ffffff;
        height: calc(100% - calc( var(--bili) * var(--hedaH)*1px ));
        overflow: auto;
    }
    .menu-list .menu-item{
        border-bottom: 1px solid #EEEEEE;
        padding: 8%;
    }
    .menu-list .menu-item .Afc{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-list .menu-item .Afc .Afa{
        font-size: calc( var(--bili) * 18px );
        color: #333333;
    }
    .menu-list .menu-item .Afc .Afi{
        width: calc( var(--bili) * 14px );
        height: calc( var(--bili) * 14px );
        position: relative;
        cursor: pointer;
    }
    .menu-list .menu-item .Afc .Afi:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        top: 45%;
        background-color: #333333;
    }
    .menu-list .menu-item.on .Afc .Afi:before{
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        top: 0;
        background-color: #333333;
        left: 45%;
    }
    .menu-list .menu-item .Azc{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * 10px ) 0 0 0;
    }
    .menu-list .menu-item.on .Azc{
        display: none;
    }
    .menu-list .menu-item .Azc .Aza{
        color: #555555;
        font-size: calc( var(--bili) * 16px );
        margin: calc( var(--bili) * 10px ) calc( var(--bili) * 20px ) 0 0;
        opacity: 0.8;
    }
    .menu-list .menu-item .Azc .Aza:hover{
        opacity: 1;
    }
}

/*内页banner*/
@media screen{
    .detail-banner{
        width: 100%;
        height: calc( var(--bili) * var(--inner_bannerH) * 1px );
        /*overflow: hidden;*/
        display: flex;
        align-items: center;
        background-size: cover!important;
        background-color: #cccccc!important;
        position: relative;
        /*margin: calc( var(--bili) * var(--hedaH)*1px ) 0 0 0;*/
    }
    .detail-banner .ad-con{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .detail-banner .ad-con .infx{
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: self-start;
    }
    .detail-banner .ad-con .ad-cn{
        font-size: calc( var(--bili) * 44px );
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
        letter-spacing: 2px;
    }
    .detail-banner .ad-con .ad-en{
        width: 70%;
        font-size: calc( var(--bili) * 20px );
        color: #ffffff;
        /*letter-spacing: 1px;*/
        font-weight: lighter;
        line-height: 2;
    }
    .detail-banner .ad-con .ad-in{
        display: none;
        font-size: calc( var(--bili) * 36px );
        color: #ffffff;
        background-color: var(--colorZT1);
        margin: 0 0 calc( var(--bili) * 40px ) 0;
        padding: calc( var(--bili) * 15px ) calc( var(--bili) * 100px );
        border-radius: calc( var(--bili) * 20px );
        letter-spacing: 5px;
    }
    .detail-banner .ad-con.Cfff *{
        color: #ffffff;
    }

    /*内容banner搜索-s*/
    .detail-banner .ad-search{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    .detail-banner .ad-search .infx{
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-banner .ad-search .ad-cn{
        font-size: calc( var(--bili) * 36px );
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 calc( var(--bili) * 40px ) 0;
        letter-spacing: 5px;
    }
    .detail-banner .ad-search .ad-Form{
        width: 100%;
    }
    .detail-banner .ad-search .ad-Form .ecForm{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .detail-banner .ad-search .ad-Form .ecForm .ecXl{
        width: 48%;
        position: relative;
    }
    .detail-banner .ad-search .ad-Form .ecForm .ecXl .layui-form-select .layui-input{
        height: calc( var(--bili) * 60px );
        padding-left: calc( var(--bili) * 30px );
    }
    .detail-banner .ad-search .ad-Form .ecForm .ecXl .layui-form-select dl{
        top: calc( var(--bili) * 62px );
    }
    .detail-banner .ad-search .ad-Form .ecForm .ecXl .layui-form-select dl dd{
        line-height: calc( var(--bili) * 40px );
    }

    .detail-banner .ad-search .ad-Form .ecForm .ecXl .ec-sr{
        width: 100%;
        height: calc( var(--bili) * 60px );
        padding: 0 calc( var(--bili) * 80px ) 0 calc( var(--bili) * 30px );
    }
    .detail-banner .ad-search .ad-Form .ecForm .ecXl .ec-btn{
        width: calc( var(--bili) * 60px );
        height: calc( var(--bili) * 60px );
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background: transparent url(../images/w57.svg) no-repeat center;
        background-size: 40%;
    }

    /*内容banner搜索-e*/
}

/*banner*/
@media screen{
    .wn-banner{
        /*height: calc( var(--bili) * var(--bannerH) * 1px );*/
        height: 36.5vw;
        overflow: hidden;
        /*margin: calc( var(--bili) * var(--hedaH)*1px ) 0 0 0;*/
    }

    /*banner-文字-s*/
    f .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .banner-word{
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
    }
    .banner-word .Econ{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .banner-word .word-con{
        font-weight: 700;
        font-size: calc( var(--bili) * 36px );
        margin: 0 auto calc( var(--bili) * 30px );
        color: #FFFFFF;
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        transition: all 1s;
        /*text-shadow: 0 0 8px rgba(89, 89, 89, 0.5);*/
        letter-spacing: 1px;
    }
    .banner-word .word-eon{
        font-weight: 400;
        font-size: calc( var(--bili) * 24px );
        margin: 0 0 calc( var(--bili) * 30px );
        color: #FFFFFF;
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        transition: all 1.4s;
        /*text-shadow: 0 0 8px rgba(89, 89, 89, 0.5);*/
        letter-spacing: 1px;
    }
    .banner-word .word-cns{
        font-weight: 400;
        font-size: calc( var(--bili) * 28px );
        padding: calc( var(--bili) * 20px ) calc( var(--bili) * 80px );
        margin: 0 auto calc( var(--bili) * 40px );
        color: #FFFFFF;
        background-color: var(--colorZT);
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        letter-spacing: 1px;
        border-radius: 60px;
        transition: all 1.6s;
    }
    .banner-word .word-aws{
        margin: 0 auto;
        width: calc( var(--bili) * 100px );
        height: calc( var(--bili) * 6px );
        background-color: #ffffff;
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        transition: all 1.6s;
    }
    .wn-banner .swiper-slide-active .banner-word *{
        opacity: 1;
        transform: translateY(0) translateX(0);
    }
    /*banner-文字-e*/

    /*banner-tab-s*/
    .swiper-pagination.swiper-page-banner{
        /*display: none;*/
        bottom: calc( var(--bili) * 60px )!important;
    }
    .swiper-page-banner .swiper-pagination-bullet{
        background: #fff;
        width: 12px;
        height: 12px;
        margin: 0 12px!important;
        position: relative;
    }
    .wn-banner .swiper-pagination > span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    .wn-banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #ffffff;
        margin: 0 15px;
        opacity: 0.5;
        color: transparent;
    }
    .wn-banner .swiper-pagination-bullet-active {
        opacity: 1;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        border: 2px solid rgba(255, 255, 255, 0.4);
        background-color: transparent;
        color: #ffffff;
    }

    .wn-banner .wrapper_con {
        width: 21px;
        height: 42px;
        position: absolute;
        top: -2px;
        overflow: hidden;
        display: none;
    }
    .wn-banner .swiper-pagination-bullet-active .wrapper_con {
        display: block;
    }

    .wn-banner .left {
        left: -2px;
    }
    .wn-banner .right {
        right: -2px;
    }
    .wn-banner .circleProgress {
        width: 42px;
        height: 42px;
        border: 2px solid transparent;
        border-radius: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(-135deg);
    }
    .wn-banner .leftcircle {
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        left: 0;
    }
    .wn-banner .rightcircle {
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        right: 0;
    }
    .wn-banner .swiper-pagination-bullet-active .rightcircle {
        -webkit-animation: circleProgressLoad_right 6s linear infinite;
        animation: circleProgressLoad_right 6s linear infinite;
    }

    .wn-banner .swiper-pagination-bullet-active .leftcircle {
        -webkit-animation: circleProgressLoad_left 6s linear infinite;
        animation: circleProgressLoad_left 6s linear infinite;
    }
    .wn-banner .swiper-index{
        line-height: 38px;
        color: #FFFFFF;
        display: none;
        font-size: 14px;
    }
    .wn-banner .swiper-pagination-bullet-active .swiper-index{
        display: block;
    }
    @keyframes circleProgressLoad_right {
        0% {
            transform: rotate(45deg);
        }
        50%, 100% {
            transform: rotate(225deg);
        }
    }

    @keyframes circleProgressLoad_left {
        0%, 50% {
            transform: rotate(45deg);
        }
        100% {
            transform: rotate(225deg);
        }
    }
    /*banner-tab-e*/

}

/*foot*/
@media screen{

    .footer{
        width: 100%;
        overflow: hidden;
        background: url(../images/s5.jpg) no-repeat top center;
        background-size: cover;
    }
    .footer .footMA{
        padding: 60px 0 45px 0;
    }
    .footer .footMA .dbMain{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer .footMB{
        text-align: left;
        color: rgba(255, 255, 255, 0.5);
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer .footMB .FTCopyright{
        position: relative;
        font-size: 14px;
    }

    .footer .dbA{
        width: 35%;
        color: #FFFFFF;
    }
    .footer .dbA .ecA{
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .footer .dbA .ecB{
        font-size: 30px;
        margin: 0 0 25px 0;
    }
    .footer .dbA .ecC{
        font-size: 16px;
        margin: 0 0 10px 0;
        padding: 0 0 0 30px;
        color: rgba(255, 255, 255, 0.8);
    }
    .footer .dbA .ecC.ic1{
        background: url(../images/w3.svg) no-repeat center left;
        background-size: 20px;
    }
    .footer .dbA .ecC.ic2{
        background: url(../images/w4.svg) no-repeat center left;
        background-size: 20px;
    }
    .footer .dbA .ecC.ic3{
        background: url(../images/w5.svg) no-repeat center left;
        background-size: 20px;
    }

    .footer .ecShare{
        display: flex;
        align-items: center;
        margin: 30px 0 0 0;
    }
    .footer .ecShare .share-cn{
        font-size: 16px;
    }
    .footer .ecShare .share-box{
        width: calc( var(--bili) * 34px );
        height: calc( var(--bili) * 34px );
        position: relative;
        margin: 0 calc( var(--bili) * 10px ) 0 0;
        filter: grayscale(1);
        border-radius: 50%;
    }
    .footer .ecShare .share-box:hover{
        filter: grayscale(0);
    }
    .footer .ecShare .share-box .share-ewm{
        display: none;
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 28%);
        background: #fff;
        padding: calc( var(--bili) * 10px ) calc( var(--bili) * 10px );
        position: absolute;
        bottom: 130%;
        left: -8%;
        width: calc( var(--bili) * 150px );
    }
    .footer .ecShare .share-box:hover .share-ewm{
        display: block;
    }

    .footer .ecShare .share-box .share-ewm:after{
        content: "";
        position: absolute;
        left: calc( var(--bili) * 15px );
        margin-left: 0;
        bottom: calc( var(--bili) * -10px );
        border: calc( var(--bili) * 5px ) solid transparent;
        border-top: calc( var(--bili) * 5px ) solid #fff;
    }
    .footer .ecShare .share-box.ec-wx{
        background: url(../images/wx1.svg) no-repeat center;
        background-size: 70%;
    }
    .footer .ecShare .share-box.ec-wb{
        background: url(../images/wb1.svg) no-repeat center;
        background-size: 70%;
    }
    .footer .ecShare .share-box.ec-qq{
        background: url(../images/qq1.svg) no-repeat center;
        background-size: 60%;
    }
    .footer .ecShare .share-box.ec-wx:hover{
        background: #FFFFFF url(../images/wx2.svg) no-repeat center;
        background-size: 70%;
    }
    .footer .ecShare .share-box.ec-wb:hover{
        background: #FFFFFF url(../images/wb2.svg) no-repeat center;
        background-size: 70%;
    }
    .footer .ecShare .share-box.ec-qq:hover{
        background: #FFFFFF url(../images/qq2.svg) no-repeat center;
        background-size: 60%;
    }
    .footer .ecYs{
        display: flex;
        align-items: center;
        margin: 30px 0 0 0;
    }
    .footer .ecYs .inA{
        color: #666666;
        font-size: 14px;
        margin: 0 10px 0 0;
        cursor: pointer;
    }

    .footer .dbB{
        display: flex;
        justify-content: space-between;
        padding: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    .footer .eb-menu{
        display: flex;
    }
    .footer .eb-menu .em-ie{
        margin: 0 calc( var(--bili) * 60px ) 0 0;
    }
    .footer .eb-menu .em-ie .em-ta{
        font-size: calc( var(--bili) * 16px );
        color: #ffffff;
        display: block;
        margin: 0 0 calc( var(--bili) * 25px ) 0;
        white-space:nowrap;
    }
    .footer .eb-menu .em-ie .em-tb{
        font-size: calc( var(--bili) * 14px );
        color: rgba(255, 255, 255, 0.8);
        display: block;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
        max-width: calc( var(--bili) * 250px );
    }
    .footer .eb-menu .em-ie .em-tb:hover{
        color: var(--colorZT);
    }

    .footer .dbC{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .dbC .ecEwm{
        width: 160px;
        margin: 0 0 10px 0;
    }
    .footer .dbC .ecCn{
        font-size: 14px;
        color: #666666;
    }
   
    .copyright{
        font-size: calc( var(--bili) * 14px );
        line-height: 2;
        color: #ffffff;
        text-align: center;
    }
    .copyright *{
        font-size: calc( var(--bili) * 14px );
        line-height: 2;
        color: #ffffff;
    }

    .FRMain{
        position: fixed;
        bottom: 5%;
        right: 2%;
        z-index: 10001;
        display: none;
    }
    .FRMain .inItem{
        display: block;
        width: calc( var(--bili) * 60px );
        height: calc( var(--bili) * 60px );
        border-radius: 50%;
        background-color: #626262;
        margin: 10px;
        cursor: pointer;
        background-size: 40% !important;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.3s;
    }
    .FRMain .inItem.ic1{
        background-image: url(../images/w100.svg);
    }
    .FRMain .inItem.ic2{
        background-image: url(../images/w101.svg);
    }
    .FRMain .inItem.ic3{
        background-image: url(../images/w102.svg);
    }
    .FRMain .inItem:hover{
        background-color: var(--colorZT);
    }
}

/*公共*/
@media screen{
    .WH-list{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .LR-list{
        justify-content: space-between;
    }
    .WH-content{
        width: 100%;
    }
    .WH-content *{
        max-width: 100%;
        color: #4C4C4C;
        line-height: 2;
    }

    .Content-Main{
        position: relative;
    }
    .InPD{
        padding: calc( var(--bili) * 80px ) 0;
    }
    .InPD2{
        padding: calc( var(--bili) * 60px ) 0 calc( var(--bili) * 80px );
    }
    .InPD-ProDet{
        padding: calc( var(--bili) * 50px ) 0;
    }

    .BgA{
        background: #f7f8f8;
    }
    .BgF{
        background: #ffffff;
    }
    .MTH{
        margin: calc( var(--bili) * var(--hedaH)*1px ) 0 0 0;
    }
    .Pub-Title{
        display: flex;
        padding: 0 0 calc( var(--bili) * 40px ) 0;
        flex-direction: column;
        align-items: center;
    }
    .Pub-Title .inA{
        font-size: calc( var(--bili) * 36px );
        color: #cccccc;
        font-weight: bold;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
        position: relative;
    }
    .Pub-Title .inB{
        width: 100%;
        font-size: calc( var(--bili) * 36px );
        font-weight: 700;
        color: #333333;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
        position: relative;
        letter-spacing: 1px;
    }
    .Pub-Title .inB:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 240px );
        height: 3px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: -webkit-linear-gradient(right, var(--colorZT) 50%,transparent 100%);
    }
    .Pub-Title .inB:before{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 240px );
        height: 3px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: -webkit-linear-gradient(left, var(--colorZT) 50%,transparent 100%);
    }
    .Pub-Title .inB span{
        color: var(--colorZT);
    }
    .Pub-Title .inB b{
        font-size: calc( var(--bili) * 48px );
        margin: 0 6px;
    }
    .Pub-Title .inC{
        width: 100%;
        font-size: calc( var(--bili) * 18px );
        color: #aaaaaa;
        text-align: center;
        letter-spacing: 2px;
    }

    .Pub-Title.YsF .EcA{
        color: #ffffff;
    }
    .Pub-Title.YsF .EcB{
        background-color: #ffffff;
    }

    .In-Title{
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .In-Title.Tac{
        text-align: center;
    }
    .In-Title .inA{
        font-size: calc( var(--bili) * 36px );
        color: #333333;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
        position: relative;
        line-height: 1;
    }
    .In-Title .inB{
        font-size: calc( var(--bili) * 20px );
        line-height: 1.6;
        color: #aaaaaa;
        text-transform:uppercase;

    }

}

/*首页*/
@media screen{
    .index-full{
        width: 100%;
        height: 100vh;
    }
    .container{
        height: max-content;
    }
    .WH-Swiper{
        width: 100%;
        height: 100%;
    }
    .swiper-container{
        width: 100%;
    }
    .full-page{
        width: 100%;
        height: 100%;
    }

    .IswsBt{
        height: auto!important;
    }

    .IcnMouse{
        width: calc( var(--bili) * 21px );
        height: calc( var(--bili) * 59px );
        background: url(../images/w2.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        left: 50%;
        transform: translateY(-50%);
        bottom: 4%;
        z-index: 2;
        animation: bounce-inSS 1.5s infinite;
        cursor: pointer;
        transition: all 0.5s;
    }
    .IcnA{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .IcnA .InBG{
        width: 100%;
        height: 100%;
    }
    .IcnA .EcMain{
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        transform: translateY(-50%);
        text-align: center;
    }
    .IcnA .EcMain .ecCN{
        /*padding: 0 100px;*/
        color: #ffffff;
    }
    .IcnA .EcMain .ecA{
        font-size: 41px;
        font-weight: 700;
        margin: 0 0 30px 0;
    }
    .IcnA .EcMain .ecB{
        font-size: 26px;
        line-height: 2;
        margin: 0 0 30px 0;
    }
    .IcnA .EcMain .ecMore{
        display: inline-block;
    }
    .IcnA .EcMain .ecMore .inA{
        animation: zhuanquan 10s linear 0s infinite;
        width: 75px;
        height: 75px;
        border: dotted 1px #ffffff;
        border-radius: 50%;
        display: block;
        margin: 0 auto 10px auto;
        position: relative;
    }
    .IcnA .EcMain .ecMore .inA:after{
        content: '';
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        background-color: var(--colorZT);
    }
    .IcnA .EcMain .ecMore .inA:before{
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: solid 2px #ffffff;
    }
    @keyframes zhuanquan {
        100% {
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes myfirst04 {
        0% {
            opacity: 0.5;
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .IcnA .EcMain .ecMore .inB{
        font-size: 14px;
    }
    .TFw1{
        transform: translateY(40px);
        opacity: 0;
        transition: all 0.3s;
    }
    .swiper-slide-active .TFw1{
        transform: translateY(0);
        opacity: 1;
        transition: all 1s 0.6s;
    }
    .IcnA .EcMainB{
        position: absolute;
        bottom: 5%;
        width: 100%;
        left: 0;
        text-align: center;
    }
    .IcnA .EcMainB .ecCN{
        /*padding: 0 100px;*/
    }
    .IcnA .EcMainB .ecA{
        font-size: 22px;
        color: #1f1f1f;
        font-weight: 700;
        margin: 0 0 10px 0;
    }
    .IcnA .EcMainB .ecB{
        font-size: 16px;
        color: #666666;
        line-height: 2;
        margin: 0 0 25px 0;
    }
    .IcnA .EcMainB .EcList{
        display: flex;
        flex-wrap: wrap;
        padding: 0 50px;
    }
    .IcnA .EcMainB .EcList .EcItem{
        width: calc(100%/4);
    }
    .IcnA .EcMainB .EcList .EcItem .ecBox{
        padding: 10px;
        display: block;
    }
    .IcnA .EcMainB .EcList .EcItem .ecBox .ecIm{
        position: relative;
        overflow: hidden;
        padding-top: 35%;
    }
    .IcnA .EcMainB .EcList .EcItem .ecBox .ecIm img{
        object-fit: contain;
    }

}

/*菜单-位置*/
@media screen{
    .wn-SubNav{
        background-color: #f5f5f5;
        position: relative;
        /*border-bottom: 1px solid #eeeeee;*/
    }
    .no-Bgc{
        background-color: transparent;
    }
    .wn-SubNav .infx{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wn-inNav{
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .in-item{
        font-style: normal;
        color: #333333;
        width: auto;
        text-align: center;
        position: relative;
        white-space:nowrap;
        z-index: 2;
    }

    .in-item .Acls{
        width: 100%;
        height: calc( var(--bili) * 100px );
        line-height: calc( var(--bili) * 100px );
        font-size: calc( var(--bili) * 24px );
        display: inline-block;
        padding: 0 calc( var(--bili) * 70px );
    }
    .in-item.on .Acls{
        color: #ffffff;
        background: var(--colorZT);
    }
    .in-item:hover .Acls{
        /*color: var(--colorZT);*/
        /*border-bottom: 3px solid var(--colorZT);*/
    }
    .menu-line{
        position: absolute;
        width: 0;
        height: 100%;
        background-color: var(--colorZT);
        bottom: 0;
        left: 0;
        /*transition: all 0.5s;*/
        z-index: 1;
    }

    .ad-location{
        display: none;
        position: absolute;
        left: 0;
        bottom: calc( var(--bili) * 40px );
        width: 100%;
        height: auto;
        z-index: 2;
    }
    .wn-location{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .wn-location .Acls{
        font-size: calc( var(--bili) * 18px );
        color: #ffffff;
        line-height: 2;
        margin: 0 0 0 calc( var(--bili) * 30px );
        position: relative;
    }
    .wn-location .Acls:after{
        content: '>';
        font-size: calc( var(--bili) * 18px );
        position: absolute;
        right: calc( var(--bili) * -20px );
        top: 0;
    }
    .wn-location .Acls:first-child{
        margin: 0;
    }
    .wn-location .Acls:last-child{
        /*color: var(--colorZT);*/
    }
    .wn-location .Acls:last-child:after{
        display: none;
    }

    .InNav-Main{
        position: relative;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
    }
    .InNav-Main .NorP{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .InNav{
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .InNav .Nie{
        font-style: normal;
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        width: auto;
        text-align: left;
        position: relative;
        /*border-radius: 60px;*/
        white-space:nowrap;
    }
    .InNav .Nie:last-child{
        margin: 0;
    }
    .InNav .Nie .mCa{
        width: 100%;
        display: inline-block;
        line-height: calc( var(--bili) * 90px );
        padding: 0 calc( var(--bili) * 40px );
    }
    .InNav .Nie.on{
        background-color: var(--colorZT);
        color: #ffffff;
    }
    .InNav .Nie:hover{
        /*background-color: var(--colorZT);*/
        /*color: var(--colorZT);*/
    }
    .Position-Main{
        padding: calc( var(--bili) * 20px ) 0;
        background-color: #ffffff;
        border-bottom: 1px solid #d8d8d8;
    }
    .Position{
        background: url(../images/icons/wn-location.svg) no-repeat left;
        background-size: calc( var(--bili) * 20px ) calc( var(--bili) * 20px );
        padding: 0 0 0 calc( var(--bili) * 30px );
        white-space:nowrap;
        /*display: none;*/
        /*margin: 0 0 0 calc( var(--bili) * 30px );*/
    }
    .Position.NoMbx{
        display: none;
    }
    .Position .Acls{
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        margin: 0 calc( var(--bili) * 20px ) 0 0;
        position: relative;
        display: inline-block;
        line-height: calc( var(--bili) * 90px );
    }
    .Position .Acls:after{
        content: '-';
        position: absolute;
        border-radius: 50%;
        font-size: calc( var(--bili) * 16px );
        color: #999999;
        right:calc( var(--bili) * -16px );
        top: 50%;
        transform: translateY(-50%);
    }
    .Position .Acls:first-child{
        margin: 0;
    }
    .Position .Acls:first-child:after{
        display: none;
    }
    .Position .Acls:last-child{
        margin: 0;
    }
    .Position .Acls:last-child:after{
        display: none;
    }

    .InNav-Main.NavYc .InNav{
        display: none;
    }

    .InIntro{
        text-align: center;
        margin: 0 0 50px 0;
    }
    .InIntro .ecA{
        font-size: 36px;
        letter-spacing: 1px;
        color: #333333;
        margin: 0 0 10px 0;
    }
    .InIntro .ecB{
        font-size: 16px;
        color: #999999;
        margin: 0 0 10px 0;
    }
    .InIntro .ecC{
        font-size: 16px;
        color: #999999;
        line-height: 2;
    }
    .CateA{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 0 50px 0;
    }
    .CateA .EcItem{
        width: calc(100%/4);
        margin: 0 -1px 15px 0;
    }
    .CateA .EcItem .ecBox{
        display: block;
        border: 1px solid #dcdddd;
        font-size: 16px;
        color: #666666;
        text-align: center;
        position: relative;
        padding: 0 15px;
    }
    .CateA .EcItem.WAuto{
        width: auto;
    }
    .CateA .EcItem.WAuto .ecBox{
        padding: 0 25px;
    }
    .CateA .EcItem .ecBox:after{
        display: none;
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: calc( var(--bili) * -16px );
        border: calc( var(--bili) * 8px ) solid transparent;
        border-top: calc( var(--bili) * 8px ) solid var(--colorZT);
    }
    .CateA .EcItem .ecBox .ecA{
        line-height: 50px;
        height: 50px;
    }
    .CateA .EcItem.on .ecBox{
        background-color: var(--colorZT);
        border: 1px solid var(--colorZT);
        color: #FFFFFF;
    }
    .CateA .EcItem.on .ecBox:after{
        display: block;
    }
    .CateA .EcItem:hover .ecBox{
        background-color: var(--colorZT);
        border-top: 1px solid var(--colorZT);
        border-bottom: 1px solid var(--colorZT);
        z-index: 9;
        color: #FFFFFF;
    }
    .CateA .EcItem:hover .ecBox:after{
        display: block;
    }

}

/*联系*/
@media screen{
    .ContactA{
        position: relative;
    }
    .ContactA .Ec-list{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -10px );
        padding: 0 0 calc( var(--bili) * 60px ) 0;
    }
    .ContactA .Ec-list .Ec-item{
        width: calc(100%/4);
        padding: calc( var(--bili) * 10px );
    }
    .ContactA .Ec-list .Ec-item .ecBox{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ContactA .Ec-list .Ec-item .ecBox .inA{
        width: calc( var(--bili) * 92px );
        height: calc( var(--bili) * 92px );
        margin: 0 0 calc( var(--bili) * 15px ) 0;
    }
    .ContactA .Ec-list .Ec-item .ecBox .inB{
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
    }
    .ContactA .Ec-list .Ec-item .ecBox .inC{
        font-size: calc( var(--bili) * 14px );
        color: #666666;
    }

    .ContactA .Map-Tit{
        font-size: calc( var(--bili) * 22px );
        color: #333333;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }

    .Map-Box{
        width: 100%;
        height: calc( var(--bili) * 600px );
    }

    .MesgBox{
        width: 100%;
    }
    .MesgBox .EcTit{
        text-align: center;
        font-size: calc( var(--bili) * 30px );
        color: #333333;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .MesgBox .EcForm{
        width: 100%;
    }
    .MesgBox .EcForm .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -5px );
    }
    .MesgBox .EcForm .EcList .EcItem{
        width: calc(100%/3);
        padding: calc( var(--bili) * 5px );
    }
    .MesgBox .EcForm .EcList .EcItem.w50{
        width: calc(100%/2);
    }
    .MesgBox .EcForm .EcList .EcItem.w100{
        width: calc(100%/1);
    }
    .MesgBox .EcForm .EcList .EcItem .srkA{
        width: 100%;
        border: 1px solid #c6c6c6;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
        height: calc( var(--bili) * 55px );
        font-size: calc( var(--bili) * 16px );
        padding: 0 calc( var(--bili) * 20px );
    }
    .MesgBox .EcForm .EcList .EcItem .srkB{
        width: 100%;
        border: 1px solid #c6c6c6;
        height: calc( var(--bili) * 155px );
        font-size: calc( var(--bili) * 16px );
        padding: calc( var(--bili) * 20px );
    }
    .MesgBox .EcForm .EcCon{
        margin: calc( var(--bili) * 30px ) 0 0 0;
    }
    .MesgBox .EcForm .EcCon .Ebtn{
        border: 0;
        background-color: var(--colorZT);
        color: #FFFFFF;
        font-size: calc( var(--bili) * 24px );
        padding: calc( var(--bili) * 8px ) calc( var(--bili) * 80px );
        border-radius: 30px;
        cursor: pointer;
    }
    .MesgBox .EcForm .EcCon .EcXy{
        position: relative;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
        display: flex;
        align-items: center;
    }
    .MesgBox .EcForm .EcCon .EcXy .XyBtn{
        font-size: 16px;
        color: #555555;
        cursor: pointer;
    }
    .MesgBox .EcForm .EcCon .EcXy label{
        position: relative;
    }
    .MesgBox .EcForm .EcCon .EcXy .inXx{
        position: absolute;
        top: 0;
        left: -20px;
        cursor: pointer;
        opacity: 0;
    }
    .MesgBox .EcForm .EcCon .EcXy .inCn{
        padding: 0 10px 0 24px;
        font-size: 16px;
        color: #999999;
        user-select: none;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .MesgBox .EcForm .EcCon .EcXy .inCn:after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        transition: all 0.15s ease;
    }
    .MesgBox .EcForm .EcCon .EcXy .inXx:checked {
        border: 0 !important;
        background: 0;
    }
    .MesgBox .EcForm .EcCon .EcXy .inXx:checked + .inCn {
        color: #999;
    }
    .MesgBox .EcForm .EcCon .EcXy .inXx:checked + .inCn:after {
        border-color: #da251a;
        background-color: #da251a;
    }
    .MesgBox .EcForm .EcCon .EcXy .inXx:checked + .inCn:before {
        left: 6px;
        top: 5px;
        width: 4px;
        height: 6px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        display: block;
        content: '';
        z-index: 1;
    }
}

/*网站地图*/
@media screen{
    .MpaList{
        display: flex;
        flex-wrap: wrap;
    }
    .MpaList .EcItem{
        width: 100%;
        border-bottom: 1px dashed #e0e0e0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .MpaList .EcItem .ecBox{
        position: relative;
    }
    .MpaList .EcItem .ecBox .ecA{
        display: inline-block;
        font-size: 16px;
        color: #666666;
        margin: 0 0 20px 0;
    }
    .MpaList .EcItem .ecBox .ecB{
        display: inline-block;
        font-size: 20px;
        color: #333333;
        font-weight: 700;
    }

    .MpaList .InList{
        display: flex;
        flex-wrap: wrap;
        margin: -20px;
    }
    .MpaList .InList .InItem{
        padding: 20px;
    }
    .MpaList .InList .InItem .inBox{
        font-size: 18px;
        color: #454545;
        display: block;
    }


}


/*单内容*/
@media screen{
    .single-intro{
        width: 100%;
        position: relative;
    }
    .single-intro .EcA{
        font-size: calc( var(--bili) * 36px );
        color: #333333;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .single-intro .EcB{
        font-size: calc( var(--bili) * 22px );
        color: #555555;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .single-intro .EcC{
        font-size: calc( var(--bili) * 16px );
        color: #666666;
        line-height: 2;
    }
}

/*图片展示*/
@media screen{
    .Zoom-list{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -20px );
    }
    .Zoom-list .Ec-item{
        width: calc(100%/4);
        padding: calc( var(--bili) * 20px );
    }
    .Zoom-list .Ec-item .ecBox{
        position: relative;
        /*border: 1px solid #EEEEEE;*/
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        background-color: #ffffff;
    }
    .Zoom-list .Ec-item .ecBox .EcA{
        padding: calc( var(--bili) * 20px );
    }
    .Zoom-list .Ec-item .ecBox .EcB{
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 80%;
    }
    .Zoom-list .Ec-item .ecBox .EcB img{
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .Zoom-list .Ec-item .ecBox .EcC{
        border-top: 1px solid #EEEEEE;
        font-weight: 400;
        font-style: normal;
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        text-align: center;
        padding: calc( var(--bili) * 20px );
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Zoom-list .Ec-item .ecBox:hover .EcC{
        color: var(--colorZT);
    }

}

/*详情*/
@media screen{
    .detail-content{
        position: relative;
        width: 100%;
    }
    .detail-content .title {
        /*font-weight: 700;*/
        font-size: calc( var(--bili) * 40px );
        color: #333333;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 50px );
    }
    .detail-content .title.Pd-title{
        font-size: calc( var(--bili) * 40px );
        color: var(--colorZT);
        font-weight: 700;
    }
    .detail-content .info{
        font-weight: 400;
        font-size: calc( var(--bili) * 16px );
        color: #666666;
        margin: 0 0 calc( var(--bili) * 50px );
        padding: 0 0 calc( var(--bili) * 50px );
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #dedede;
    }
    .detail-content .info *{
        color: #555555;
    }
    .detail-content .info span{
        padding: 0 0 0 calc( var(--bili) * 28px );
        margin: 0 calc( var(--bili) * 20px );
    }
    .detail-content .info .info-time{
        background:  url(../images/icons/info-time.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 18px );
    }
    .detail-content .info .info-author{
        background:  url(../images/icons/info-author.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 18px );
    }
    .detail-content .info .info-views{
        background:  url(../images/icons/info-views.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 18px );
    }
    .detail-content .content{
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        line-height: 2;
    }
    .detail-content .content *{
        max-width: 100%;
        line-height: 2;
    }
    .detail-content .content img{
        height: auto;
    }

    .Around{
        /*border-bottom: 1px solid #eeeeee;*/
        margin: calc( var(--bili) * 60px ) 0;
        display: flex;
        justify-content: space-between;
    }
    .Around .Aroundul{
        font-weight: 400;
        color: #666666;
        line-height: 2;
        font-size: calc( var(--bili) * 18px );
        width: 42%;
        padding: 0 calc( var(--bili) * 30px );
        background-color: #efefef;
        display: flex;
        align-items: center;
    }
    .Around .Aroundul a{
        line-height: calc( var(--bili) * 90px );
    }
    .Around .Aroundul .As{
        white-space:nowrap;
        font-family: "宋体", Arial;
        line-height: calc( var(--bili) * 90px );
    }
    .Around .Aroundul:first-child{
        justify-content: flex-start;
    }
    .Around .Aroundul:last-child{
        justify-content: flex-end;
    }
    .Around .Aroundul:hover *{
        color: var(--colorZT);
    }
    .Around .GoBack{
        display: block;
        line-height: calc( var(--bili) * 90px );
        color: #666666;
        font-size: calc( var(--bili) * 18px );
        width: 14%;
        background: #efefef url(../images/w7.png) no-repeat calc( var(--bili) * 30px ) center;
        background-size: calc( var(--bili) * 19px );
        padding: 0 0 0 calc( var(--bili) * 65px );
    }
    .Around .GoBack:hover{
        color: var(--colorZT);
    }


}

/*新闻*/
@media screen{
    .Info-list{
        display: flex;
        flex-wrap: wrap;
    }
    .Info-list .EcItem{
        width: 100%;
    }
    .Info-list .EcItem .ecBox{
        display: flex;
        align-items: center;
        padding: 35px 45px;
        border-bottom: 1px solid #eeeeee;
        justify-content: space-between;
    }
    .Info-list .EcItem .ecBox .ecIm{
        width: 260px;
        height: 135px;
        overflow: hidden;
    }
    .Info-list .EcItem .ecBox .ecCn{
        width: 700px;
    }
    .Info-list .EcItem .ecBox .ecCn .ecA{
        font-size: 18px;
        color: #333333;
        margin: 0 0 10px 0;
    }
    .Info-list .EcItem .ecBox .ecCn .ecB{
        font-size: 14px;
        color: #555555;
        line-height: 2;
        margin: 0 0 10px 0;
    }
    .Info-list .EcItem .ecBox .ecCn .ecCs{
        display: flex;
        align-items: center;
    }
    .Info-list .EcItem .ecBox .ecCn .ecC{
        color: #999999;
        font-size: 13px;
        margin: 0 20px 0 0;
    }
    .Info-list .EcItem .ecBox .ecTm{
        text-align: center;
    }
    .Info-list .EcItem .ecBox .ecTm .ecA{
        font-size: 42px;
        color: #999999;
        margin: 0 0 10px 0;
        line-height: 1.2;
    }
    .Info-list .EcItem .ecBox .ecTm .ecB{
        font-size: 12px;
        color: #999999;
        margin: 0 0 10px 0;
    }
    .Info-list .EcItem .ecBox .ecTm .ecC{
        font-size: 12px;
        color: #999999;
        border: 1px solid #999999;
        padding: 4px 10px;
        border-radius: 4px;
    }
    .Info-list .EcItem .ecBox:hover .ecCn .ecA{
        color: var(--colorZT);
    }
    .Info-list .EcItem .ecBox:hover .ecTm .ecC{
        border: 1px solid var(--colorZT);
        background-color: var(--colorZT);
        color: #ffffff;
    }


    .Rec-Tit{
        font-size: calc( var(--bili) * 22px );
        color: #555555;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .Rec-lsC{
        position: relative;
    }
    .Rec-lsC .RC-item{
        width: 100%;
        border-bottom: 1px dashed #cccccc;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .Rec-lsC .RC-item .Acls{

    }
    .Rec-lsC .RC-item .ec-im{
        width: 100%;
        height: calc( var(--bili) * 208px );
        overflow: hidden;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
        display: none;
    }
    .Rec-lsC .RC-item .ec-cn{
        position: relative;
    }
    .Rec-lsC .RC-item .ec-cn .ec-mc{
        font-size: calc( var(--bili) * 14px );
        color: #6b6e6e;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
    }
    .Rec-lsC .RC-item .ec-cn .ec-in{
        font-size: calc( var(--bili) * 12px );
        color: #555555;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .Rec-lsC .RC-item .ec-cn .ec-ck{
        font-size: calc( var(--bili) * 12px );
        color: #6b6e6e;
        font-weight: 700;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .Rec-lsC .RC-item:hover .ec-cn .ec-mc{
        color: var(--colorZT);
    }
    .Rec-lsC .RC-item:first-child .ec-im{
        display: block;
    }
    .Rec-lsC .RC-item:last-child{
        margin: 0;
        border-bottom: 0;
    }

    .RecB-Tit{
        font-size: calc( var(--bili) * 30px );
        color: #333333;
        border-bottom: 2px solid #e5e5e5;
        padding: calc( var(--bili) * 20px ) 0;
        position: relative;
    }
    .RecB-Tit:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 130px );
        height: 2px;
        background-color: var(--colorZT);
        bottom: -2px;
        left: 0;
        z-index: 2;
    }
    .RecB-list{
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -15px );
        padding: calc( var(--bili) * 40px ) 0;
    }
    .RecB-list .Ec-item{
        width: 48%;
        padding: calc( var(--bili) * 15px );
    }
    .RecB-list .Ec-item .ecBox{
        height: 100%;
        position: relative;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .RecB-list .Ec-item .ecBox .ec-im{
        width: 45%;
        position: relative;
        padding-top: 28%;
        overflow: hidden;
    }
    .RecB-list .Ec-item .ecBox .ec-cn{
        width: 50%;
        padding: calc( var(--bili) * 10px ) 0;
    }
    .RecB-list .Ec-item .ecBox .ec-cn .ec-mc{
        font-size: calc( var(--bili) * 18px );
        color: #6b6e6e;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
    }
    .RecB-list .Ec-item .ecBox .ec-cn .ec-in{
        font-size: calc( var(--bili) * 12px );
        color: #333333;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
    }
    .RecB-list .Ec-item .ecBox .ec-cn .ec-ck{
        font-size: calc( var(--bili) * 12px );
        color: #6b6e6e;
        font-weight: 700;
    }
    .RecB-list .Ec-item .ecBox:hover .ec-cn .ec-mc{
        color: var(--colorZT);
    }
}

/*案例*/
@media screen{

    .Case-list{
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .Case-list .Ec-item{
        width: calc(100%/2);
        padding: 30px 30px 30px 0;
        border-bottom: 1px dashed #c7c7c7;
        position: relative;
        border-right: 1px #c7c7c7 dashed;
    }
    .Case-list .Ec-item:nth-child(2n){
        padding: 30px 0 30px 30px;
        border-right: 0;
    }
    .Case-list .Ec-item:nth-child(2n):after{
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        background: #c7c7c7;
        left: -3px;
        bottom: -3px;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .Case-list .Ec-item:nth-child(2n):before{
        content: '';
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        border: 1px #c7c7c7 solid;
        left: -6px;
        bottom: -6px;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .Case-list .Ec-item .ecBox{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        transition: all 0.5s;
        cursor: pointer;
    }
    .Case-list .Ec-item .ecBox .ecIm{
        width: 306px;
        height: 195px;
        position: relative;
        overflow: hidden;
    }
    .Case-list .Ec-item .ecBox .ecCN{
        width: calc(100% - 306px);
        padding: 0 30px;
    }
    .Case-list .Ec-item .ecBox .ecA{
        font-size: calc( var(--bili) * 18px );
        color: #666666;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
    }
    .Case-list .Ec-item .ecBox .ecB{
        font-size: calc( var(--bili) * 14px );
        color: #666666;
    }
    .Case-list .Ec-item .ecBox .ecB *{
        font-size: calc( var(--bili) * 14px );
        color: #666666;
        line-height: 2;
    }

    .Case-list .Ec-item .ecBox:hover{
        background-color: var(--colorZT);
        padding: 10px 0 10px 10px;
    }
    .Case-list .Ec-item .ecBox:hover *{
        color: #ffffff;
    }

}

/*应用领域*/
@media screen{
    .App-list{
        display: flex;
        flex-wrap: wrap;
        margin: -20px -15px;
    }
    .App-list .EcItem{
        width: calc(100%/3);
        padding: 20px 15px;
    }
    .App-list .EcItem .ecBox{
        display: block;
        transition: all 0.5s;
    }
    .App-list .EcItem .ecBox .ecIm{
        width: 100%;
        height: 225px;
        overflow: hidden;
    }
    .App-list .EcItem .ecBox .ecCn{
        padding: 20px 15px 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.5s;
    }
    .App-list .EcItem .ecBox .ecCn .ecMa{
        width: calc(100% - 80px);
    }
    .App-list .EcItem .ecBox .ecCn .ecMa .ecA{
        font-size: 16px;
        color: #333333;
        margin: 0 0 10px 0;
    }
    .App-list .EcItem .ecBox .ecCn .ecMa .ecB{
        font-size: 14px;
        color: #555555;
    }
    .App-list .EcItem .ecBox .ecCn .ecMore{
        width: 60px;
        height: 60px;
        background: url(../images/w6.png) no-repeat center;
        background-size: 100%;
        opacity: 0;
        transition: all 0.5s;
    }
    .App-list .EcItem .ecBox:hover{
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    }
    .App-list .EcItem .ecBox:hover .ecCn{
        padding: 20px 15px 20px 20px;
    }
    .App-list .EcItem .ecBox:hover .ecCn .ecMore{
        opacity: 1;
    }
}

/*产品*/
@media screen{

    .ElrMain{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .ElrMain .EcMl{
        width: 23.5%;
    }
    .ElrMain .EcMl .EcTit{
        padding: 25px 20px 15px 22px;
        border-top-right-radius: 30px;
        background-color: var(--colorZT);
        position: relative;
    }
    .ElrMain .EcMl .EcTit .ecA{
        font-size: 30px;
        color: #fff;
    }
    .ElrMain .EcMl .EcTit .ecB{
        font-size: 44px;
        color: rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 5px;
        left: 20px;
        font-family: arial;
    }
    .ElrMain .EcMl .EcMenu{
        border: 1px solid #e5e5e5;
        border-top: 0;
        border-bottom: 0;
    }
    .ElrMain .EcMl .EcMenu .CAcn{
        padding: 20px;
        border-bottom: 1px solid #d3d3d3;
    }
    .ElrMain .EcMl .EcMenu .CAcn .CAa{
        font-size: 18px;
        color: #333333;
        display: block;
    }
    .ElrMain .EcMl .EcMenu .CBcn{
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0 0 0;
    }
    .ElrMain .EcMl .EcMenu .CBcn .CBa{
        font-size: 16px;
        color: #555555;
        min-width: 30%;
        margin: 3% 3% 0 0;
        display: block;
    }
    .ElrMain .EcMl .EcMenu .CAcn .CAa.on{
        color: var(--colorZT);
    }
    .ElrMain .EcMl .EcMenu .CBcn .CBa.on{
        color: var(--colorZT);
    }
    .ElrMain .EcMl .EcMenu .CAcn .CAa:hover{
        color: var(--colorZT);
    }
    .ElrMain .EcMl .EcMenu .CBcn .CBa:hover{
        color: var(--colorZT);
    }
    .ElrMain .EcMl .EcRmNews{
        margin: 25px 0 0 0;
    }
    .ElrMain .EcMl .EcRmNews .RNa{
        font-size: 20px;
        color: var(--colorZT);
        margin: 0 0 10px 0;
        display: block;
        background: url(../images/w10.svg) no-repeat center right;
        background-size: calc( var(--bili) * 18px );
    }
    .ElrMain .EcMl .EcRmNews .RNim{
        width: 100%;
    }
    .ElrMain .EcMl .EcRmNews .RNList{
        border-bottom: 2px solid var(--colorZT);
        padding: 10px;
    }
    .ElrMain .EcMl .EcRmNews .RNList .EcItem{
        width: 100%;
    }
    .ElrMain .EcMl .EcRmNews .RNList .EcItem .ecBox{
        font-size: 14px;
        color: #3e3a39;
        line-height: 2.2;
        position: relative;
        padding: 0 0 0 15px;
    }
    .ElrMain .EcMl .EcRmNews .RNList .EcItem .ecBox:after{
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50px;
        border: 1px solid #8d8d8d;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        box-sizing: border-box;
    }
    .ElrMain .EcMl .EcRmNews .RNList .EcItem .ecBox:hover{
        color: var(--colorZT);
    }
    .ElrMain .EcMl .EcRmNews .RNList .EcItem .ecBox:hover:after{
        border: 1px solid var(--colorZT);
    }
    .ElrMain .EcMl .EcTel{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 25px 0 0 0;
        border-bottom: 1px solid #c4c4c5;
        padding: 0 0 20px 0;
    }
    .ElrMain .EcMl .EcTel .ecIm{
        width: 68px;
    }
    .ElrMain .EcMl .EcTel .ecCn{
        width: calc(100% - 100px);
    }
    .ElrMain .EcMl .EcTel .ecCn .ecA{
        color: #3e3a39;
        font-size: 18px;
        margin: 0 0 5px 0;
        text-align: center;
    }
    .ElrMain .EcMl .EcTel .ecCn .ecB{
        display: block;
        font-size: 20px;
        color: #ffffff;
        border-radius: 12px;
        background-color: var(--colorZT);
        text-align: center;
        padding: 2px 0;
    }

    .ElrMain .EcMr{
        width: 74.5%;
    }

    .Pro-list{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -10px );
    }
    .Pro-list .Ec-item{
        width: calc(100%/2);
        padding: calc( var(--bili) * 10px );
    }
    .Pro-list .Ec-item .ecBox{
        background-color: #ffffff;
        border: 1px solid #c9caca;
        display: block;
        padding: 8px;
    }
    .Pro-list .Ec-item .ecBox .ecCN{
        border: 1px solid transparent;
    }
    .Pro-list .Ec-item .ecBox .ecA{
        width: 100%;
        padding-top: 82.5%;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #c9caca;
    }
    .Pro-list .Ec-item .ecBox .ecB{
        font-size: calc( var(--bili) * 16px );
        padding: 0 40px 0 10px;
        color: #737373;
        line-height: 3;
        position: relative;
    }
    .Pro-list .Ec-item .ecBox .ecB:after{
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/w11.svg) no-repeat center;
        background-size: 100%;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s;
    }
    .Pro-list .Ec-item .ecBox:hover .ecCN{
        border: 1px solid #dcdddd;
    }
    .Pro-list .Ec-item .ecBox:hover .ecB:after{
        right: 10px;
        filter: grayscale(1);
    }


    .ProConA{
        display: flex;
        justify-content: space-between;
        margin: 0 0 80px 0;
    }
    .ProConA .ProIm{
        width: 630px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .ProConA .ProIm .ProImB{
        width: 110px;
        height: 100%;
    }
    .ProConA .ProIm .ProImB .swiper-slide{
        height: auto!important;
        margin: 0 0 10px 0;
    }
    .ProConA .ProIm .ProImB .swiper-slide:last-child{
        margin: 0 0 4px 0;
    }

    .ProConA .ProIm .ProImB .inIm{
        position: relative;
        width: 100%;
        height: 90px;
        border: 1px solid #dcdcdc;
        background-color: #FFFFFF;
    }
    .ProConA .ProIm .ProImB .swiper-slide-thumb-active .inIm{
        border: 1px solid var(--colorZT);
    }

    .ProConA .ProIm .ProImA{
        width: 505px;
        border: 1px solid #dcdcdc;
        padding: 14px 31.5px;
        background-color: #FFFFFF;
    }
    .ProConA .ProIm .ProImA .inIm{
        position: relative;
        width: 100%;
        padding-top: 81.82%;
    }

    .ProConA .ProIn{
        width: 530px;
    }
    .ProConA .ProIn .EcA{
        font-size: 32px;
        letter-spacing: 3px;
        color: #333333;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #e6e6e6;
        font-weight: 700;
        margin: 0 0 20px 0;
    }
    .ProConA .ProIn .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
        padding: 0 0 40px 0;
    }
    .ProConA .ProIn .EcList .EcItem{
        min-width: calc(100%/2);
        padding: 10px;
    }
    .ProConA .ProIn .EcList .EcItem .ecBox{
        font-size: 14px;
        color: #555555;
    }
    .ProConA .ProIn .EcBtn{
        font-size: 14px;
        color: #FFFFFF;
        border-radius: 30px;
        padding: 10px 45px 10px 30px;
        background: var(--colorZT) url(../images/w12.svg) no-repeat 84% center;
        background-size: 18px;
        display: inline-block;
    }


    .ProConB{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .ProConB .EcMl{
        width: 780px;
    }
    .ProConB .EcMl .EcTit{
        font-size: 26px;
        font-weight: bold;
        color: #333333;
        margin: 0 0 20px 0;
    }
    .ProConB .EcMl .EcCon{
        margin: 0 0 40px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #f2f2f2;
    }
    .ProConB .AppRm{
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }
    .ProConB .AppRm .EcItem{
        width: calc(100%/2);
        padding: 15px;
    }
    .ProConB .AppRm .EcItem .ecBox{
        width: 100%;
    }
    .ProConB .AppRm .EcItem .ecBox .ecIm{
        width: 100%;
        position: relative;
        overflow: hidden;
        padding-top: 58%;
    }
    .ProConB .AppRm .EcItem .ecBox .ecIm:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s;
    }
    .ProConB .AppRm .EcItem .ecBox:hover .ecIm:after{
        opacity: 1;
    }
    .ProConB .AppRm .EcItem .ecBox:hover .ecIm img{
        transform:scale(1.1);
    }

    .ProConB .EcMr{
        width: 270px;
    }
    .ProConB .EcMr .EcDw{
        margin: 0 0 30px 0;
    }
    .ProConB .EcMr .EcDw .DwItem{
        cursor: pointer;
    }
    .ProConB .EcMr .EcDw .DwItem a{
        display: block;
        width: 100%;
        font-size: 15px;
        color: #555555;
        text-align: center;
        line-height: 50px;
        border-right: 2px solid transparent;
    }
    .ProConB .EcMr .EcDw .DwItem.on{
        background: #efefef;
        border-right: 2px solid var(--colorZT);
    }
    .ProConB .EcMr .EcLx{
        width: 100%;
    }
    .ProConB .EcMr .EcLx .ecIm{
        width: 100%;
    }
    .ProConB .EcMr .EcLx .ecCn{
        padding: 25px;
        background: #efefef;
    }
    .ProConB .EcMr .EcLx .ecCn .ecA{
        font-size: 16px;
        color: #333333;
        margin: 0 0 15px 0;
    }
    .ProConB .EcMr .EcLx .ecCn .ecB{
        color: #666666;
        font-size: 14px;
        line-height: 2;
        padding: 0 0 0 22px;
    }
    .ProConB .EcMr .EcLx .ecCn .ecB.ic1{
        background: url(../images/w15.svg) no-repeat center left;
        background-size: 15px;
    }
    .ProConB .EcMr .EcLx .ecCn .ecB.ic2{
        background: url(../images/w16.svg) no-repeat center left;
        background-size: 15px;
    }
    .ProConB .EcMr .EcLx .ecCn .ecC{
        font-size: 16px;
        text-align: center;
        padding: 10px;
        display: block;
        background-color: var(--colorZT);
        color: #FFFFFF;
        margin: 15px 0 0 0;

    }


    .RecProDet{
        margin: calc( var(--bili) * 80px ) 0 0 0;
    }
    .RecProDet .PD-Tit{
        font-size: 26px;
        text-align: center;
        font-weight: bold;
        color: #333333;
        margin: 0 0 calc( var(--bili) * 50px ) 0;
    }
    .Pro-Rec{
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .Pro-Rec .Pro-list .Ec-item{
        width: calc(100%/3);
    }


}

/*关于我们*/
@media screen{
    .AuConA{
        width: 100%;
        position: relative;
        background: url(../images/w17.jpg) no-repeat bottom center;
        background-size: cover;
    }
    .AuConA .AuCA{
        width: 100%;
    }
    .AuConA .AuCA .ecCA{
        position: relative;
        margin: 0 0 30px 0;
    }
    .AuConA .AuCA .ecCA .ecA{
        font-size: 88px;
        letter-spacing: 6px;
        line-height: 100px;
        color: rgba(102, 102, 102, 0.21);
        text-align: left;
        position: relative;
    }
    .AuConA .AuCA .ecCA .ecA span{
        font-weight: normal;
        font-size: 60px;
        margin: 0 0 0 20px;
    }
    .AuConA .AuCA .ecCA .ecB{
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 4px;
        color: var(--colorZT);
        position: absolute;
        bottom: 24px;
        left: 50px;
    }
    .AuConA .AuCA .ecCB{
        font-size: 14px;
        color: #666666;
        line-height: 2;
        letter-spacing: 1px;
        margin: 0 0 50px 0;
    }
    .AuConA .AuCA .ecCB *{
        font-size: 14px;
        color: #666666;
        line-height: 2;
        letter-spacing: 1px;
    }
    .AuConA .AuCA .ecCList{
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }
    .AuConA .AuCA .ecCList .EcItem{
        width: calc(100%/4);
        padding: 15px;
        text-align: center;
    }
    .AuConA .AuCA .ecCList .EcItem .ecBox{
        position: relative;
    }
    .AuConA .AuCA .ecCList .EcItem .ecBox:after{
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        border-right: 1px dashed #000010;
        opacity: 0.3;
        position: absolute;
        top: 50px;
        right: 0;
    }
    .AuConA .AuCA .ecCList .EcItem .ecBox .ecA{
        font-size: 70px;
        color: var(--colorZT);
        font-weight: 700;
    }
    .AuConA .AuCA .ecCList .EcItem .ecBox .ecA b{
        font-size: 18px;
    }
    .AuConA .AuCA .ecCList .EcItem .ecBox .ecB{
        font-size: 20px;
        color: #232323;
        margin: 10px 0 0 0;
    }
    .AuConA .AuCB{
        margin: 90px 0 0 0;
    }
    .AuConA .AuCB .ecTit{
        font-weight: 700;
        font-size: 36px;
        color: var(--colorZT);
        margin: 0 0 25px 0;
    }
    .AuConA .AuCB .HonorList{
        position: relative;
    }
    .AuConA .AuCB .HonorList .EcItem{
        width: 100%;
    }
    .AuConA .AuCB .HonorList .EcItem .ecBox{
        position: relative;
        overflow: hidden;
        cursor: pointer;
        background-color: #ffffff;
    }
    .AuConA .AuCB .HonorList .EcItem .ecBox .EcA{
        width: 100%;
    }
    .AuConA .AuCB .HonorList .EcItem .ecBox .EcB{
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 120%;
    }
    .AuConA .AuCB .HonorList .EcItem .ecBox .EcC{
        font-weight: 400;
        font-style: normal;
        font-size: calc( var(--bili) * 16px );
        color: #333333;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: calc( var(--bili) * 20px ) 0 0 0;
    }
    .AuConA .AuCC{
        margin: 90px 0 0 0;
    }
    .AuConA .AuCC .ecCA{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 0 30px 0;
    }
    .AuConA .AuCC .ecCA .ecL{
        width: calc(100% - 640px);
    }
    .AuConA .AuCC .ecCA .ecL .ecA{
        font-weight: 700;
        font-size: 36px;
        color: var(--colorZT);
        margin: 10px 0 25px 0;
    }
    .AuConA .AuCC .ecCA .ecL .ecRy{
        position: relative;
    }
    .AuConA .AuCC .ecCA .ecL .ecB{
        display: inline-block;
        font-size: 14px;
        color: #FFFFFF;
        background-color: var(--colorZT);
        border-radius: 60px;
        padding: 6px 20px;
        min-width: 110px;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .AuConA .AuCC .ecCA .ecL .ecC{
        font-size: 14px;
        color: #333333;
        line-height: 2;
        margin: 0 0 15px 0;
    }
    .AuConA .AuCC .ecCA .ecR{
        width: 588px;
    }
    .AuConA .AuCC .ecCB{
        position: relative;
    }
    .AuConA .AuCC .ecCB .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }
    .AuConA .AuCC .ecCB .EcList .EcItem{
        width: calc(100%/4);
        padding: 15px;
    }
    .AuConA .AuCC .ecCB .EcList .EcItem .ecBox{
        background-color: #efefef;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 35px 20px;
    }
    .AuConA .AuCC .ecCB .EcList .EcItem .ecBox .ecSz{
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 24px;
        color: #FFFFFF;
        font-weight: 700;
        border-radius: 50%;
        background-color: var(--colorZT);
        text-align: center;
    }
    .AuConA .AuCC .ecCB .EcList .EcItem .ecBox .ecCn{
        margin: 0 0 0 15px;
    }
    .AuConA .AuCC .ecCB .EcList .EcItem .ecBox .ecCn .ecA{
        font-size: 18px;
        color: #333333;
        font-weight: 700;
    }
    .AuConA .AuCC .ecCB .EcList .EcItem .ecBox .ecCn .ecB{
        font-size: 14px;
        color: #555555;
        line-height: 2;
    }
    .AuConB{
        padding: 60px 0;
    }
    .AuConB .ecTit{
        text-align: center;
        font-size: 36px;
        color: #000000;
        margin: 0 0 30px 0;
    }
    .AuConB .HJList{
        position: relative;
        padding: 0 0 40px 0;
    }
    .AuConB .HJList .EcItem{
        width: 100%;
    }
    .AuConB .HJList .EcItem .ecBox{
        width: 100%;
        position: relative;
    }
    .AuConB .HJList .EcItem .ecBox .ecIm{
        width: 100%;
        padding-top: 38.25%;
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
    .AuConB .HJList .EcItem .ecBox:after{
        content: '';
        position: absolute;
        background-color: #f1f3f6;
        width: 100%;
        height: 100%;
        left: -40px;
        bottom: -40px;
        z-index: 0;
    }
}

/*招聘-s*/
@media screen {
    .RecruitA{
        position: relative;
    }
    .recruit-list{
        position: relative;
    }
    .recruit-list .recruit-title{
        font-weight: 700;
        font-size: calc( var(--bili) * 16px );
        display: flex;
        background-color: var(--colorZT);
        color: #ffffff;
        border: 1px solid var(--colorZT);
    }
    .recruit-list .recruit-title .el-mc{
        width: calc(100%/5);
        text-align: center;
        line-height: calc( var(--bili) * 50px );
    }
    .recruit-item{
        margin: calc( var(--bili) * 5px ) 0 0 0;
        overflow: hidden;
    }
    .recruit-item .recruit-mc{
        font-size: calc( var(--bili) * 16px );
        display: flex;
        cursor: pointer;
        background-color: #ffffff;
        color: #333333;
    }
    .recruit-item .recruit-mc .el-mc{
        width: calc(100%/5);
        text-align: center;
        line-height:  calc( var(--bili) * 50px );
    }
    .recruit-item .recruit-whnr{
        padding: calc( var(--bili) * 30px ) calc( var(--bili) * 80px );
        background-color: #ffffff;
        display: none;
    }
    .recruit-item .recruit-whnr .el-lst{
        display: flex;
        flex-wrap: wrap;
    }
    .recruit-item .recruit-whnr .el-lst .dca{
        width: calc(100%/3);
        font-size: calc( var(--bili) * 16px );
        color: #777777;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .recruit-item .recruit-whnr .el-lar{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recruit-item .recruit-whnr .el-wih{
        width: 100%;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .recruit-item .recruit-whnr .el-wih:last-child{
        margin: 0;
    }
    .recruit-item .recruit-whnr .el-wih .dca{
        font-weight: 700;
        font-size: calc( var(--bili) * 18px );
        color: #404040;
        margin: 0 0 calc( var(--bili) * 10px );
    }
    .recruit-item .recruit-whnr .el-wih .dcb{
        font-weight: 400;
        font-size: calc( var(--bili) * 16px );
        color: #666666;
        line-height: 2;
    }
    .recruit-item.on .recruit-mc {
        /*background: var(--colorZT);*/
        /*color: #FFFFFF;*/
    }

    .recruit-item .recruit-whnr .ec-tis{
        margin: 20px 0 0 0;
        font-size: 16px;
        color: #777777;
        background: url(../images/w19.svg) no-repeat center left;
        background-size: 24px;
        padding: 0 0 0 34px;
        line-height: 2;
    }
    .recruit-item .recruit-whnr .ec-tis a{
        color: var(--colorZT);
    }



}

/*服务保障*/
@media screen{
    .SvConA{
        position: relative;
    }
    .SvConA .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }
    .SvConA .EcList .EcItem{
        width: calc(100%/4);
        padding: 15px;
    }
    .SvConA .EcList .EcItem .ecBox{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .SvConA .EcList .EcItem .ecBox{
        position: relative;
    }
    .SvConA .EcList .EcItem .ecBox .ecB{
        font-size: 16px;
        color: #777;
        line-height: 2;
        margin: 25px 0 0 0;
        text-align: center;
    }
    .SvConB{
        background-color: #f2f2f2;
    }
    .SvConB .ecTit{
        text-align: center;
        margin-bottom: 50px;
        font-weight: bold;
        font-size: 28px;
        color: #333;
    }
    .SvConB .EcList{

    }
    .SvConB .EcList .EcItem{
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #d3d6da;
    }
    .SvConB .EcList .EcItem:last-child{
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
    .SvConB .EcList .EcItem .ecBox{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .SvConB .EcList .EcItem .ecBox .ecA{
        width: 25%;
        display: inline-block;
        color: #777;
        font-size: 18px;
        line-height: 40px;
    }
    .SvConB .EcList .EcItem .ecBox .ecB{
        display: inline-block;
        width: 75%;
        padding: 0 15px;
        line-height: 2;
        color: #777777;
        font-size: 14px;
    }
    .SvConC{
        position: relative;
    }
    .SvConC .ecTA{
        font-size: 18px;
        color: #333333;
        margin: 0 0 30px 0;
    }
    .SvConC .ecTB{
        padding-bottom: 25px;
        line-height: 2;
        color: #777;
        font-size: 14px;
    }
    .SvConC .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -8px -10px;
    }
    .SvConC .EcList .EcItem{
        width: calc(100%/6);
        padding: 8px 10px;
    }
    .SvConC .EcList .EcItem .ecBox{
        border: 1px solid #e1e3e6;
        font-size: 14px;
        color: #666666;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .SvConD{
        background-color: #f2f2f2;
    }
    .SvConTA{
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        color: #333333;
        margin: 0 0 30px 0;
    }
    .SvConTB{
        text-align: center;
        font-size: 18px;
        margin: 0 0 30px 0;
        color: #333333;
    }
    .SvConTC{
        text-align: center;
        font-size: 14px;
        margin: 0 0 30px 0;
        color: #777777;
        line-height: 2;
    }
    .SvConTD{
        background: #d3d6da;
        height: 1px;
        margin: 30px 0;
    }
    .SvConD .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -25px;
    }
    .SvConD .EcList .EcItem{
        width: calc(100%/4);
        padding: 25px;
    }
    .SvConD .EcList .EcItem .ecBox{
        text-align: center;
    }
    .SvConD .EcList .EcItem .ecBox .ecA{
        width: 70px;
        height: 70px;
        overflow: hidden;
        margin: 0 auto 10px;
    }
    .SvConD .EcList .EcItem .ecBox .ecB{
        font-size: 16px;
        color: #333333;
        margin: 0 0 10px 0;
    }
    .SvConD .EcList .EcItem .ecBox .ecC{
        line-height: 2;
        color: #777;
        font-size: 14px;
    }
    .SvConE{
        position: relative;
    }
    .SvConE .EcList{
        display: flex;
        flex-wrap: wrap;
    }
    .SvConE .EcList .EcItem{
        width: calc(100%/2);
        border-bottom: 1px solid #eaedf2;
        border-right: 1px solid #eaedf2;
    }
    .SvConE .EcList .EcItem:nth-child(2n){
        border-right: 0;
    }
    .SvConE .EcList .EcItem:nth-last-child(1), .SvConE .EcList .EcItem:nth-last-child(2){
        border-bottom: 0;
    }
    .SvConE .EcList .EcItem .ecBox{
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .SvConE .EcList .EcItem .ecBox .ecIm{
        width: 120px;
        height: 120px;
        background-color: var(--colorZT1);
        border-radius: 50%;
        padding: 25px;
    }
    .SvConE .EcList .EcItem .ecBox .ecCn{
        width: 66%;
        margin: 0 0 0 30px;
    }
    .SvConE .EcList .EcItem .ecBox .ecCn .ecA{
        margin-bottom: 20px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }
    .SvConE .EcList .EcItem .ecBox .ecCn .ecB{
        line-height: 2;
        color: #777;
        font-size: 14px;
    }

    .SvConF{
        position: relative;
        background-color: #f2f2f2;
    }
    .SvConF .ecTA{
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 30px;
        color: #333;
    }
    .SvConF .ecTB{
        font-size: 18px;
        line-height: 2;
        margin-bottom: 30px;
    }
    .SvConF .ecTC{
        font-size: 16px;
        line-height: 2;
        color: #666666;
    }
    .SvConF .ecMA{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 0 50px 0;
    }
    .SvConF .ecMA .ecL{
        width: calc(100% - 320px);
    }
    .SvConF .ecMA .ecL .ecA{
        color: #656565;
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .SvConF .ecMA .ecL .ecB{
        line-height: 2;
        color: #777777;
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    .SvConF .ecMA .ecR{
        width: 285px;
    }

    .SvConG{
        position: relative;
    }
    .SvConG .ecAN{
        display: flex;
        justify-content: center;
    }
    .SvConG .ecBtn{
        display: inline-block;
        font-size: 16px;
        color: #FFFFFF;
        background-color: var(--colorZT1);
        border-radius: 4px;
        padding: 15px 65px;
    }

    .SvConH{
        position: relative;
        background-color: #f2f2f2;
    }
    .SvConH .ecCon{
        display: flex;
        justify-content: space-between;
        padding: 20px 0 0 0;
    }
    .SvConH .ecCon .ecL{
        width: 50%;
        border-right: 1px solid #ccc;
    }
    .SvConH .ecCon .ecL .EcList{
        width: 90%;
    }
    .SvConH .ecCon .ecL .EcList .EcItem{
        margin: 0 0 15px 0;
    }
    .SvConH .ecCon .ecL .EcList .EcItem:last-child{
        margin: 0;
    }
    .SvConH .ecCon .ecL .EcList .EcItem .ecA{
        color: #333;
        font-size: 16px;
        margin: 0 0 5px 0;
        position: relative;
        padding: 0 0 0 30px;
    }
    .SvConH .ecCon .ecL .EcList .EcItem .ecA:after{
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid #555555;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .SvConH .ecCon .ecL .EcList .EcItem .ecB{
        font-size: 14px;
        color: #777777;
        line-height: 2;
        padding: 0 0 0 30px;
    }
    .SvConH .ecCon .ecR{
        width: 475px;
    }
    .SvConH .ecCon .ecR .ecA{
        color: #333;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .SvConH .ecCon .ecR .ecB{
        font-size: 14px;
        color: #777777;
        line-height: 2;
        margin: 0 0 60px 0;
    }
    .SvConH .ecCon .ecR .ecC{
        position: relative;
    }
    .SvConH .ecCon .ecR .ecC .ecIm{
        width: 100%;
        position: relative;
    }
    .SvConH .ecCon .ecR .ecC .ecIm:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .SvConH .ecCon .ecR .ecC .ecBtn{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 2px solid #fff;
        padding: 12px 50px;
        font-size: 14px;
        color: #FFFFFF;
    }
    .SvConH .ecCon .ecR .ecC .ecBtn:hover{
        background-color: var(--colorZT);
        border: 2px solid var(--colorZT);
    }


}

/*服务范围*/
@media screen{
    .FwConA{
        padding: 70px 0;
    }
    .FwConA .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 40px 0;
    }
    .FwConA .EcList{
        border-bottom: 1px dotted #d7d7d7;
    }
    .FwConA .EcList .EcItem{
        width: calc(100%/4);
    }
    .FwConA .EcList .EcItem .ecBox{
        height: 120px;
        line-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px dotted #d7d7d7;
        border-right: 1px dotted #d7d7d7;
    }
    .FwConA .EcList .EcItem:nth-child(4n) .ecBox{
        border-right: 0;
    }
    .FwConA .EcList .EcItem .ecBox .ecA{
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
    }
    .FwConA .EcList .EcItem .ecBox .ecB{
        font-size: 16px;
        color: #666666;
        width: 120px;
    }
    .FwConA .EcAn{
        display: flex;
        justify-content: center;
    }
    .FwConA .EcAn .EcBtn{
        background-color: var(--colorZT1);
        color: #FFFFFF;
        padding: 15px 70px;
        border-radius: 4px;
    }
    .FwConB{
        background-color: #f5f5f5;
        padding: 90px 0 100px 0;
    }
    .FwConB .EcList{
        display: flex;
        flex-wrap: wrap;
    }
    .FwConB .EcList .EcItem{
        width: calc(100%/2);
        border-right: 1px solid #e4e4e4;
        padding: 0 60px 90px 60px;
    }
    .FwConB .EcList .EcItem:nth-last-child(1), .FwConB .EcList .EcItem:nth-last-child(2){
        padding: 0 60px 0 60px;
    }
    .FwConB .EcList .EcItem:nth-child(2n){
        border-right: 0;
    }
    .FwConB .EcList .EcItem .ecBox{
       position: relative;
    }
    .FwConB .EcList .EcItem .ecBox .ecA{
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        margin: 20px 0 30px 0;
    }
    .FwConB .EcList .EcItem .ecBox .ecB{
        line-height: 2;
        color: #777777;
        font-size: 14px;
    }
    .FwConB .EcList .EcItem .ecBox .ecA span{
        font-weight: 400;
        font-size: 16px;
        color: #999999;
    }

    .FwConC{
        padding: 90px 0 70px 0;
    }
    .FwConC .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -40px;
    }
    .FwConC .EcList .EcItem{
        width: calc(100%/2);
        padding: 40px;
    }
    .FwConC .EcList .EcItem .ecBox{
        position: relative;
    }
    .FwConC .EcList .EcItem .ecBox .ecA{
        width: 100%;
    }
    .FwConC .EcList .EcItem .ecBox .ecB{
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin: 30px 0;
    }
    .FwConC .EcList .EcItem .ecBox .ecC{
        line-height: 2;
        color: #777777;
        font-size: 14px;
    }

    .FwConD{
        padding: 100px 0 130px 0;
        background-color: #f5f5f5;
    }
    .FwConD .ecMA{
        display: flex;
        justify-content: space-between;
    }
    .FwConD .ecMA .ecL{
        width: 50%;
    }
    .FwConD .ecMA .ecL .ecA{
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin: 20px 0 30px 0;
    }
    .FwConD .ecMA .ecL .ecB{
        line-height: 2;
        color: #777;
        font-size: 14px;
    }
    .FwConD .ecMA .ecR{
        width: 40%;
    }

}

/*服务网点*/
@media screen{
    .WdConA{
        position: relative;
    }
    .WdConA .EcTit{
        color: #333333;
        font-weight: bold;
        font-size: 28px;
        margin: 0 0 30px 0;
    }
    .WdConA .EcInt{
        line-height: 2;
        color: #777777;
        font-size: 14px;
    }

    .WdConA .EcMpaA{
        position: relative;
        margin: 0 auto 80px;
        width: 1110px;
    }
    .WdConA .EcMpaA .ecIm{
        position: relative;
        margin: 0 auto;
    }
    .WdConA .EcMpaA .ecCn{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .WdConA .EcMpaA .ecCn .ecCity{
        position: absolute;
        cursor: pointer;
    }
    .WdConA .EcMpaA .ecCn .ecCity .ecIcon{
        border-radius: 50%;
        background: #fff;
        transition: all .5s;
        position: absolute;
    }
    .WdConA .EcMpaA .ecCn .ecCity .ecIcon:after{
        content: "";
        display: block;
        width: 21px;
        height: 35px;
        border-radius: 50%;
        background: url(../images/w18.png) center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .WdConA .EcMpaA .ecCn .ecCity .ecIcon .ecInfo{
        color: #333333;
        background-color: rgba(206, 206, 206, 0.5);
        white-space: nowrap;
        width: max-content;
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 4px;
        display: none;
        position: relative;
        z-index: 99;
        margin: 0 0 0 25px;
    }
    .WdConA .EcMpaA .ecCn .ecCity:hover .ecIcon .ecInfo{
        display: block;
    }

    .WdConA .EcMpaB{
        position: relative;
        margin: 0 auto 80px;
        width: 900px;
    }
    .WdConA .EcMpaB .ecIm{
        position: relative;
        margin: 0 auto;
    }
    .WdConA .EcMpaB .ecCn{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .WdConA .EcMpaB .ecCn .ecCity{
        position: absolute;
        cursor: pointer;
    }
    .WdConA .EcMpaB .ecCn .ecCity .ecIcon{
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid var(--colorZT);
        transition: all .5s;
        position: absolute;
    }
    .WdConA .EcMpaB .ecCn .ecCity .ecIcon:after{
        content: "";
        display: block;
        width: 21px;
        height: 35px;
        border-radius: 50%;
        background: url(../images/w18.png) center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: -21px;
        right: 0;
        bottom: 0;
        left: -6px;
        margin: auto;
    }
    .WdConA .EcMpaB .ecCn .ecCity .ecIcon .ecInfo{
        color: #333333;
        background-color: rgba(206, 206, 206, 0.5);
        white-space: nowrap;
        width: max-content;
        font-size: 14px;
        padding: 5px 20px;
        border-radius: 4px;
        display: none;
        position: relative;
        z-index: 99;
    }
    .WdConA .EcMpaB .ecCn .ecCity:hover .ecIcon .ecInfo{
        display: block;
    }

    .WdConA .EcList{
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0 50px;
    }
    .WdConA .EcList .EcItem{
        width: calc(100%/3);
        border-bottom: 1px solid #e4e4e4;
    }
    .WdConA .EcList .EcItem:nth-of-type(1){
        border-top: 1px solid #e4e4e4;
    }
    .WdConA .EcList .EcItem:nth-of-type(2){
        border-top: 1px solid #e4e4e4;
    }
    .WdConA .EcList .EcItem:nth-of-type(3){
        border-top: 1px solid #e4e4e4;
    }
    .WdConA .EcList .EcItem .ecBox{
        padding: 50px 10px;
    }
    .WdConA .EcList .EcItem .ecBox .ecA{
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        margin: 20px 0 30px 0;
    }
    .WdConA .EcList .EcItem .ecBox .ecB{
        line-height: 2;
        color: #666666;
        font-size: 14px;
    }






}

/*服务保养*/
@media screen{
    .ByList{
        display: flex;
        flex-wrap: wrap;
        margin: -20px;
    }
    .ByList .EcItem{
        width: 100%;
        padding: 20px;
    }
    .ByList .EcItem .ecBox{
        padding: 30px 50px 30px 30px;
        background: #f6f6f6;
        box-shadow: 0 0 20px transparent;
        transition: all 0.5s;
    }
    .ByList .EcItem .ecBox:hover{
        box-shadow: 0 0 20px rgba(255, 81, 88, 0.3);
    }
    .ByList .EcItem .ecBox .ecA{
        font-size: 20px;
        color: #232323;
        margin: 0 0 10px 0;
    }
    .ByList .EcItem .ecBox .ecB{
        font-size: 16px;
        color: #232323;
        line-height: 2;
    }
    .ByList .EcItem .ecBox .ecB *{
        font-size: 16px;
        color: #232323;
        line-height: 2;
    }
}







