/*头部*/
@media screen{
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 998;
        transition: all 0.3s;
        background: transparent;
    }
    .header:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        top: -100%;
        transition: all 0.5s;
    }
    .header.menu-none {
        /*transform: translateY(calc( var(--bili) * var(--hedaH) * -1px ));*/
    }


    .header .headerMain{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .headerLogo{
        width: calc( var(--bili) * var(--logoW)*1.8px );;
        z-index: 9;
    }
    .headerLogo img{
        /*max-height: calc( var(--bili) * var(--hedaHM)*1px );*/
    }
    .header-menu{
        width: 100%;
        /*position: relative;*/
        margin: 0 calc( var(--bili) * 50px ) 0 0;
    }
    .header-menu .CAul{
        display: flex;
        width: 100%;
    }
    .header-menu .CAli{
        width: 100%;
        /*position: relative;*/
        display: flex;
        align-items: center;
    }
    .header-menu .CAli.isDm{
        /*position: relative;*/
    }
    .header-menu .CAli .CAa{
        color: #555555;
        width: 100%;
        font-size: calc( var(--bili) * 18px );
        line-height: calc(var(--bili) * var(--hedaH)*1px);
        display: block;
        text-align: center;
        white-space:nowrap;
        padding: 0 calc( var(--bili) * 25px );
        transition: all 0.5s;
        position: relative;
    }
    .header-menu .CAli .CAa:after{
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: var(--colorZT);
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: width 0.5s;
    }
    .header-menu .CAli.on .CAa{
        /*color: var(--colorZT)!important;*/
    }
    .header-menu .CAli:hover .CAa:after{
        width: 70%;
    }
    .header-menu .CAli:hover .CAa{
        color: var(--colorZT)!important;
    }
    .headerMiddle {
        display: flex;
        align-items: center;
        height: 100%;
        z-index: 9;
        /*position: relative;*/
    }

    .headerTel{
        display: block;
        width: calc( var(--bili) * 30px );
        height: calc( var(--bili) * 30px );
        background: url(../images/w1.svg) no-repeat center!important;
        background-size: 100% !important;
        cursor: pointer;
    }
    .headerLine{
        width: calc( var(--bili) * 2px );
        height: calc( var(--bili) * 24px );
        background-color: #aaaaaa;
        margin: 0 0 0 calc( var(--bili) * 40px );
    }
    .headerZx{
        display: block;
        width: calc( var(--bili) * 30px );
        height: calc( var(--bili) * 30px );
        background: url(../images/w2.svg) no-repeat center!important;
        background-size: 100% !important;
        margin: 0 0 0 calc( var(--bili) * 40px );
        cursor: pointer;
    }

    .header.eMax .header-menu .CAli .CAa{
        line-height: calc(var(--bili) * var(--hedaH2)*1px);
    }
    .header.white .header-menu .CAli .CAa{
        color: #FFFFFF;
    }
    .header.white .headerLogo{
        filter: brightness(0) invert(1);
    }
    .header.white .headerTel,.header.white .headerZx,.header.white .headerLang{
        filter: brightness(0) invert(1);
    }
    .header.white .headerLine{
        background-color: #FFFFFF;
    }
    .header.whiteBG{
        /*background: #FFFFFF;*/
    }
    .header.on:after{
        top: 0;
        box-shadow: 0 0 calc( var(--bili) * 20px ) rgba(0, 0, 0, 0.1);
        /*background: #FFFFFF;*/
    }
    .header.on .header-menu .CAli .CAa, .header:hover .header-menu .CAli .CAa{
        color: #555555;
    }
    .header.on .headerLogo,.header:hover .headerLogo{
        filter: brightness(1) invert(0);
    }
    .header.on .headerTel,.header.on .headerZx,.header.on .headerLang,.header:hover .headerTel,.header:hover .headerZx,.header:hover .headerLang{
        filter: brightness(1) invert(0);
    }
    .header.on .headerLine,.header:hover .headerLine{
        background-color: #aaaaaa;
    }
    .header.on .header-menu .CAli .CAa{
        line-height: calc(var(--bili) * var(--hedaH)*1px);
    }

    .header:hover{
        background: #FFFFFF;
    }

    .headerLanguage{
        position: relative;
        height: calc(var(--bili) * var(--hedaH)*1px);
    }
    .header.eMax .headerLanguage{
        height: calc(var(--bili) * var(--hedaH2)*1px);
    }
    .headerLang {
        font-size: calc(var(--bili) * 18px);
        color: #555555;
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 0 calc(var(--bili) * 20px) 0 calc(var(--bili) * 35px);
        margin: 0 0 0 calc(var(--bili) * 40px);
        line-height: 1;
        transition: all 0.5s;
    }
    .headerLang:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc(var(--bili) * 24px);
        height: calc(var(--bili) * 24px);
        background: url(../images/w2.svg) no-repeat center left;
        background-size: 100%;
    }
    .headerLang:after {
        content: '';
        position: absolute;
        border-left: calc(var(--bili)* 6px) solid transparent;
        border-right: calc(var(--bili)* 6px) solid transparent;
        border-top: calc(var(--bili)* 8px) solid #555555;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .down-menu.LanguageMenu{
        background: #eeeeee;
        left: calc(50% + calc(var(--bili) * 20px)) !important; !important;
        right: 0;
    }
    .down-menu.LanguageMenu .CBa{
        min-width: auto;
        line-height: calc(var(--bili) * 50px);
    }

    .down-menu{
        display: none;
        /*display: block!important;*/
        position: absolute;
        /*top: calc( var(--bili) * var(--hedaH)*1px );*/
        top: 100%;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        /*height: calc( var(--bili) * 460px );*/
        overflow: hidden;
        /*background: rgba(0, 0, 0, 0.4);*/
        z-index: 99;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    .down-menu .CBul{
        height: 100%;
        background: #eeeeee;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .down-menu .CBa{
        display: block;
        width: 100%;
        line-height: calc( var(--bili) * 80px );
        font-size: calc( var(--bili) * 18px );
        min-width: calc( var(--bili) * 160px );
        color: #555555;
        padding: 0 calc( var(--bili) * 25px );
        white-space:nowrap;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
        text-align: center;
        transition: all 0.3s;
    }
    .down-menu .CBli:hover .CBa{
        color: var(--colorZT);
        font-weight: 700;
        /*background-color: var(--colorZT);*/
    }
}

/*地图菜单*/
@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 .ADcon{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        /*z-index: 6;*/
    }
    .detail-banner .ADcon .InFx{
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-banner .ADcon .EcMA{
        display: flex;
        flex-direction: column;
        margin: 0 0 calc(var(--bili) * 100px) 0;
    }
    .detail-banner .ADcon .EcA{
        font-size: calc( var(--bili) * 36px );
        color: #ffffff;
        letter-spacing: calc( var(--bili) * 4px );
        padding: 0 calc( var(--bili) * 6px );
    }
    .detail-banner .ADcon .EcB{
        font-size: calc( var(--bili) * 88px );
        font-weight: 700;
        text-transform: uppercase;
        margin: calc( var(--bili) * 30px ) 0 0 0;
        white-space: nowrap;
    }
    .detail-banner .ADcon.Cfff *{
        color: #ffffff;
    }
}

/*banner*/
@media screen{
    .WhBanner {
        height: 100%;
        overflow: hidden;
    }
    .WhBanner .BnBox {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 5;
    }
    .WhBanner .BnMain {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*z-index: 3;*/
        overflow: hidden;
    }
    .WhBanner .BnFx {
        height: 100%;
        position: relative;
    }
    .WhBanner .SwBtn.swiper-button-next{
        right: 3%;
    }
    .WhBanner .SwBtn.swiper-button-prev{
        left: 3%;
    }
    .WhBanner .SwBtn:after{
        font-size: calc( var(--bili) * 16px );
        color: #FFFFFF;
    }
    .WhBanner .swiper-page-banner{
        position: relative;
        width: 930px;
        bottom: 10vh !important;
        height: 2px;
        left: 0;
    }
    .WhBanner .swiper-page-banner .swiper-pagination-bullet{
        background: #fff;
        width: calc(var(--bili)* 14px);
        height: calc(var(--bili)* 14px);
        border-radius: 50%;
        margin: 0 calc(var(--bili)* 10px)!important;
        position: relative;
        transition: all 0.5s;
        opacity: 1;
    }
    .WhBanner .swiper-page-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: var(--colorZT);
    }
    .WhBanner .SwBtn{
        width: calc(var(--bili)* 40px);
        height: calc(var(--bili)* 40px);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }
    .WhBanner .SwBtn:hover{
        background-color: var(--colorZT);
    }

    .SwiperPage{
        width: 1050px;
        position: absolute;
        bottom: 12vh;
        z-index: 2;
    }
    .SwiperPage .SwPage{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 0;
        color: #FFFFFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .SwiperPage .SwPage span{
        font-size: 14px;
    }
    .SwiperPage .SwScroll{
        display: block!important;
        width: 90%;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.5);
        position: relative;
    }
    .SwiperPage .SwScroll .lineTotal{
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: -2px 0 0 0;
    }
    .SwiperPage .SwScroll .lineTotal .line{
        width: 100%;
        height: 5px;
        position: relative;
    }
    .SwiperPage .SwScroll .lineTotal .line:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #FFFFFF;
    }
    .SwiperPage .SwScroll .lineTotal .line:first-child:after{
        display: none;
    }
    .SwiperPage .SwScroll .swiper-scrollbar-drag{
        transform: translate(-50%,-50%);
        height: 1px;
        background: #fff;
    }



    .BnRcWz{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .BnRcWz .EcBox{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0 0 18vh 0;
    }
    .BnRcWz .EcBox .EcAc{
        position: relative;
        margin: 0 0 0 calc(var(--bili) * 40px);
    }
    .BnRcWz .EcBox .EcAc .EcMA{
        background: rgba(8, 53, 112, 0.5);
        padding: calc(var(--bili) * 30px) calc(var(--bili) * 40px);
        border-radius: 0 0 calc(var(--bili) * 20px) calc(var(--bili) * 20px);
        opacity: 0;
        transform: translate3d(0, calc(var(--bili) * 80px), 0);
        transition: all 0.8s;
    }
    .BnRcWz .EcBox .ecA{
        margin: 0 0 calc(var(--bili) * 6px) 0;
        border-radius: calc(var(--bili) * 20px) calc(var(--bili) * 20px) 0 0;
        overflow: hidden;
        height: calc(var(--bili) * 123px);
        opacity: 0;
        transition: all 0.8s;
        transform: translate3d(0, calc(var(--bili) * -80px), 0);
    }
    .BnRcWz .EcBox .ecA img{
        object-fit: fill;
    }
    .BnRcWz .EcBox .ecB{
        color: #FFFFFF;
        font-size: calc(var(--bili) * 24px);
        text-transform: uppercase;
        letter-spacing: calc(var(--bili) * 1px);
    }
    .BnRcWz .EcBox .ecC{
        text-transform: uppercase;
        margin: calc(var(--bili) * 10px) 0 0 0;
        display: block;
        color: #FFFFFF;
        font-size: calc(var(--bili) * 56px);
        /*letter-spacing: calc(var(--bili) * 1px);*/
        opacity: 0;
        transition: all 1.2s;
        font-weight: 700;
        line-height: 1;
    }
    .BnRcWz .EcBox .ecC span{
        color: var(--colorZT1);
    }

    .WhBanner .swiper-slide-active .BnRcWz * {
        opacity: 1 !important;
        transform: scale3d(1, 1, 1) !important;
    }

}

/*foot*/
@media screen{
    .GoTop{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 900;
        margin: calc( var(--bili) * -50px ) 0 0 0;
        cursor: pointer;
    }
    .GoTop:after{
        content: '';
        position: absolute;
        width: 46%;
        height: 46%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: #ffffff url(../images/top.svg) no-repeat center;
        background-size: 40%;
        border-radius: 50%;
        box-shadow: 0 0 calc( var(--bili) * 30px ) rgba(0, 0, 0, 0.1);
    }
    .GoTop .Light{
        width: calc( var(--bili) * 100px );
        height: calc( var(--bili) * 100px );
        background: url(../images/light.png) no-repeat center;
        background-size: cover;
        animation: spin 4s linear infinite;
    }
    @keyframes spin {
        0% {
            transform: rotate(0deg)
        }
        to {
            transform: rotate(1turn)
        }
    }

    .footer{
        width: 100%;
        overflow: hidden;
        padding: calc( var(--bili) * 80px ) 0 calc( var(--bili) * 60px ) 0;
        background-color: var(--colorZT4);
        margin: 0 0 -1px 0;
    }
    .footer .EcMain{
        display: flex;
        justify-content: space-between;
    }
    .footer .EcMain .EcCon{
        /*width: 100%;*/
        padding: calc( var(--bili) * 20px ) calc( var(--bili) * 40px );
        border-right: 1px solid #6a7f98;
    }
    .footer .EcMain .EcCon:nth-of-type(1){
        width: calc( var(--bili) * 375px );
    }
    .footer .EcMain .EcCon:nth-of-type(2),.footer .EcMain .EcCon:nth-of-type(3),.footer .EcMain .EcCon:nth-of-type(4){
        width: calc( var(--bili) * 285px );
        padding: calc( var(--bili) * 20px ) calc( var(--bili) * 20px ) calc( var(--bili) * 20px ) calc( var(--bili) * 60px );
    }
    .footer .EcMain .EcCon:last-child{
        border-right: 0;
    }
    .footer .EcMain .EcCon .FtLx{
        position: relative;
    }
    .footer .EcMain .EcCon .FtLx .ecRx{
        color: #ffffff;
        margin: 0 0 calc( var(--bili) * 25px ) 0;
        background: url(../images/w80.png) no-repeat left center;
        background-size: calc( var(--bili) * 54px ) calc( var(--bili) * 54px );
        padding: 0 0 0 calc( var(--bili) * 70px );
    }
    .footer .EcMain .EcCon .FtLx .ecRx .ecA{
        font-size: calc( var(--bili) * 14px );
        font-weight: 700;
        margin: calc( var(--bili) * 5px ) 0;
    }
    .footer .EcMain .EcCon .FtLx .ecRx .ecB{
        font-size: calc( var(--bili) * 24px );
        font-weight: 700;
        line-height: 1.2;
    }
    .footer .EcMain .EcCon .FtLx .ecLe{
        width: 100%;
        height: 1px;
        background-color: #6a7f98;
        margin: 0 0 calc( var(--bili) * 25px ) 0;
    }
    .footer .EcMain .EcCon .FtLx .ecCn{
        font-size: calc( var(--bili) * 16px );
        color: #e5e5e5;
        padding: 0 0 0 calc( var(--bili) * 34px );
        background-size: calc( var(--bili) * 24px )!important;
        margin: calc( var(--bili) * 20px ) 0;
    }
    .footer .EcMain .EcCon .FtLx .ecCn.ic1{
        background: url(../images/w81.svg) no-repeat left center;
    }
    .footer .EcMain .EcCon .FtLx .ecCn.ic2{
        background: url(../images/w82.svg) no-repeat left center;
    }

    .footer .EcMain .EcCon .FtTit{
        font-size: calc( var(--bili) * 24px );
        color: #FFFFFF;
        position: relative;
        margin: 0 0 calc( var(--bili) * 70px ) 0;
    }
    .footer .EcMain .EcCon .FtTit:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 50px );
        height: calc( var(--bili) * 5px );
        background-color: #FFFFFF;
        border-radius: calc( var(--bili) * 10px );
        left: 0;
        bottom: calc( var(--bili) * -30px );
    }
    .footer .EcMain .EcCon .FtTit:before{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 20px );
        height: calc( var(--bili) * 5px );
        background-color: #ffffff;
        border-radius: calc( var(--bili) * 10px );
        left: calc( var(--bili) * 55px );
        bottom: calc( var(--bili) * -30px );
    }
    .footer .EcMain .EcCon .FtTit.LxIc{
        padding: 0 0 0 calc( var(--bili) * 60px );
        background: url(../images/w79.png) no-repeat left center;
        background-size: calc( var(--bili) * 42px ) calc( var(--bili) * 34px );
    }
    .footer .EcMain .EcCon .FtTit.LxIc:after{
        left: calc( var(--bili) * 60px );
    }
    .footer .EcMain .EcCon .FtTit.LxIc:before {
        left: calc( var(--bili) * 115px );
    }
    .footer .EcMain .EcCon .FtLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -8px );
    }
    .footer .EcMain .EcCon .FtLs .EcIe{
        width: 100%;
        padding: calc( var(--bili) * 8px );
    }
    .footer .EcMain .EcCon .FtLs .EcIe .EcBx{
        font-size: calc( var(--bili) * 16px );
        color: #e5e5e5;
        position: relative;
        padding: 0 0 0 calc( var(--bili) * 30px );
        display: block;
    }
    .footer .EcMain .EcCon .FtLs .EcIe .EcBx:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 26px );
        height: calc( var(--bili) * 26px );
        background: url(../images/w7s.svg) no-repeat center;
        background-size: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .footer .EcMain .EcCon .FtLs .EcIe .EcBx:hover{
        color: #FFFFFF;
    }
    .footer .EcMain .EcCon .FtLs .EcIe .EcBx:hover:after{
        background: url(../images/w7.svg) no-repeat center;
        background-size: 100%;
    }

    .FootEwm{
        display: flex;
        align-items: center;
    }
    .FootEwm .ewm{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0 0 0 calc(var(--bili)* 10px);
    }
    .FootEwm .ewm:first-child{
        margin: 0;
    }
    .FootEwm .ewm .ecIm{
        width: calc(var(--bili)* 120px);
        height: calc(var(--bili)* 120px);
        /*border: 1px solid #dbdbdb;*/
        overflow: hidden;
        margin: 0 0 calc(var(--bili)* 10px) 0;
    }
    .FootEwm .ewm .ecMc{
        font-size: calc(var(--bili)* 14px);
        color: #FFFFFF;
    }

    .Copyright{
        text-align: center;
        background-color: var(--colorZT4);
        margin: 0;
    }
    .Copyright .EcCn{
        padding: calc( var(--bili) * 30px ) 0;
        border-top: 1px solid #6a7f98;
        font-size: calc( var(--bili) * 16px );
        line-height: 2;
        color: #ffffff;
    }
    .Copyright .EcCn *{
        font-size: calc( var(--bili) * 16px );
        line-height: 2;
        color: #ffffff;
    }

}

/*公共*/
@media screen{
    .PubContent{
        width: 100%;
    }
    .PubContent *{
        max-width: 100%;
    }
    .ContentMain{
        width: 100%;
    }
    .ContentMain *{
        max-width: 100%;
    }

    .InPD{
        padding: calc( var(--bili) * 120px ) 0 calc( var(--bili) * 150px ) 0;
    }
    .InPD2{
        padding: calc( var(--bili) * 60px ) 0 calc( var(--bili) * 150px ) 0;
    }
    .InPD3{
        padding: calc( var(--bili) * 80px ) 0 calc( var(--bili) * 150px ) 0;
    }
    .InPD4{
        padding: calc( var(--bili) * 80px ) 0 0 0;
    }

    .InPD-IfLs{
        padding: 0 0 calc( var(--bili) * 120px ) 0;
    }

    .BgA{
        background: #f5f5f5;
    }
    .BgF{
        background: #ffffff;
    }
    .MTH{
        margin: calc( var(--bili) * var(--hedaH)*1px ) 0 0 0;
    }
    .InPubTit{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 50px ) 0;
    }
    .InPubTit .InPA{
        font-size: calc( var(--bili) * 36px );
        color: var(--colorZT);
        /*font-weight: 700;*/
        margin: 0 0 calc( var(--bili) * 20px ) 0;
        letter-spacing: calc( var(--bili) * 2px );
    }
    .InPubTit .InPB{
        width: calc( var(--bili) * 80px );
        height: calc( var(--bili) * 2px );
        background-color: var(--colorZT);
    }
    .InPubTit .InPC{
        font-size: calc( var(--bili) * 20px );
        color: #aaaaaa;
        line-height: 1.6;
        /*font-weight: 700;*/
        margin: calc( var(--bili) * 20px ) 0 0 0;
        text-transform: uppercase;
    }

    .LoadMoreMain{
        display: flex;
        justify-content: center;
        margin: calc( var(--bili) * 80px ) 0 0 0;
    }
    .LoadMoreMain .LoadMore{
        border: 1px solid var(--colorZT);
        background-color: var(--colorZT);
        color: #ffffff;
        font-size: calc( var(--bili) * 16px );
        padding: calc( var(--bili) * 12px ) calc( var(--bili) * 70px );
        border-radius: 8px;
        letter-spacing: 2px;
        cursor: pointer;
    }
    .LoadMoreMain .LoadMore.End{
        border-color: transparent;;
        color: #555555;
    }
    .LoadMoreMain .LoadMore.End:hover{
        border-color: transparent;;
        color: #555555;
        background-color: transparent;
    }
    .LoadMoreMain .LoadMore:hover{
        background-color: var(--colorZT);
        border-color: var(--colorZT);
        color: #ffffff;
    }

}

/*全屏*/
@media screen{
    .index-full{
        width: 100%;
        height: 100vh;
    }
    .container{
        height: max-content;
    }
    .IxWsAuto{
        z-index: 9;
        height: auto!important;
    }
    .WH-Swiper{
        width: 100%;
        height: 100%;
    }
    .swiper-container{
        width: 100%;
    }
    .full-page{
        width: 100%;
        height: 100%;
    }
    .swiperOne .IcNav{
        top: 24%;
        left: calc(100% - 6vw);
    }
    .swiperOne .IcNav .swiper-pagination-bullet{
        background: #fff;
        opacity: 1;
        width: 2vw;
        height: 1px;
        border-radius: 0;
        margin: calc( var(--bili) * 20px ) 0;
        transition: all 0.5s;
        position: relative;
    }
    .swiperOne .IcNav .swiper-pagination-bullet-active{
        width: 6vw;
        margin: calc( var(--bili) * 20px ) 0 calc( var(--bili) * 50px ) 0;
    }
    .swiperOne .IcNav .swiper-pagination-bullet:after{
        display: none;
    }
    .swiperOne .IcNav .swiper-pagination-bullet-active:after{
        display: block;
        position: absolute;
        left: 0;
        font-size: calc( var(--bili) * 16px );
        color: #ffffff;
        width: auto;
        text-align: right;
        top: calc( var(--bili) * 10px );
        height: calc( var(--bili) * 30px );
        line-height: calc( var(--bili) * 30px );
        /*opacity: 0;*/
        transition: all 0.5s;
        opacity: 1;
        white-space: nowrap;
    }
    .swiperOne .IcNav .swiper-pagination-bullet-active:before{
        content: '';
        position: absolute;
        top: calc( var(--bili) * -2px );
        left: calc( var(--bili) * -2px );
        width: calc( var(--bili) * 6px );
        height: calc( var(--bili) * 6px );
        border-radius: 50%;
        background: var(--colorZT);
        transition: all 0.5s;
        opacity: 1;
    }
    .swiperOne .IcNav .swiper-pagination-bullet:nth-of-type(1):after{
        content: 'HOME';
    }
    .swiperOne .IcNav .swiper-pagination-bullet:nth-of-type(2):after{
        content: 'SOLUTION';
    }
    .swiperOne .IcNav .swiper-pagination-bullet:nth-of-type(3):after{
        content: 'ABOUT';
    }
    .swiperOne .IcNav .swiper-pagination-bullet:nth-of-type(4):after{
        content: 'TECHNOLOGY';
    }
    .swiperOne .IcNav .swiper-pagination-bullet:nth-of-type(5):after{
        content: 'PORDUCT';
    }
    .swiperOne .IcNav .swiper-pagination-bullet:nth-of-type(6):after{
        content: 'NEWS';
    }
    .swiperOne .IcNav .swiper-pagination-bullet:nth-of-type(7):after{
        content: 'PARTNER';
    }
    .swiperOne .IcNav.onblack .swiper-pagination-bullet{
        background: #333333;
    }
    .swiperOne .IcNav.onblack .swiper-pagination-bullet:after{
        color: #333333;
    }
    .swiperOne .IcNav.onZS .swiper-pagination-bullet{
        background: #8a8a8a;
    }
    .swiperOne .IcNav.onZS .swiper-pagination-bullet-active:after{
        color: #8a8a8a;
    }
    .swiperOne .IcNav.onZS .swiper-pagination-bullet-active:before{
        background: #555555;
        opacity: 1;
    }

    .swiperOne .IcNav.AboutNav{
        top: 30%;
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(1):after{
        content: 'About Us';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(2):after{
        content: 'Profile';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(3):after{
        content: 'Capacity';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(4):after{
        content: 'Manufacture';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(5):after{
        content: 'Honor';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(6):after{
        content: 'Quality';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(7):after{
        content: 'Organize';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(8):after{
        content: 'Recruit';
    }
    .swiperOne .IcNav.AboutNav .swiper-pagination-bullet:nth-of-type(9):after{
        content: 'Partner';
    }
}

/*首页*/
@media screen{
    .PdTop{
        padding-top: calc(var(--bili) * var(--hedaH) * 1px );
    }

    .ixPutTit{
        width: calc( var(--bili) * 770px );
    }
    .ixPutTit .ixEn{
        font-size: calc( var(--bili) * 48px );
        font-weight: 700;
        color: var(--colorZT);
        text-transform: uppercase;
    }
    .ixPutTit .ixCn{
        margin: calc( var(--bili) * 20px ) 0 0 0;
        font-size: calc( var(--bili) * 36px );
        color: #555555;
    }
    .ixPutTit .ixIn{
        margin: calc( var(--bili) * 20px ) 0 0 0;
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        line-height: 2;
    }

    .ixPutTitB{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .ixPutTitB .ixCn{
        font-size: calc( var(--bili) * 36px );
        color: #FFFFFF;
    }
    .ixPutTitB .ixIn{
        margin: calc( var(--bili) * 40px ) 0 0 0;
        font-size: calc( var(--bili) * 16px );
        color: #FFFFFF;
        line-height: 2.4;
    }
    .ixPutTitB .ixBt{
        margin: calc( var(--bili) * 40px ) 0 0 0;
    }
    .ixPutTitB .ixAn{
        font-size: calc( var(--bili) * 24px );
        border: 1px solid #FFFFFF;
        padding: calc( var(--bili) * 10px ) calc( var(--bili) * 70px );
        border-radius: calc( var(--bili) * 60px );
        letter-spacing: calc( var(--bili) * 4px );
        color: #FFFFFF;
        transition: all 0.3s;
    }
    .ixPutTitB .ixAn:hover{
        background-color: #ffffff;
        color: var(--colorZT);
    }

    .IcnA{
        position: relative;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #f7f7f7, #f4f4f4,#f4f4f2);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .IcnA .inner{
        position: relative;
        z-index: 2;
    }
    .IcnA .EcMain{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .IcnA .ixPutTit{
        width: 100%;
        text-align: center;
    }

    .PlantMain{
        width: 100%;
        position: relative;
    }
    .PlantMain .PlantIm{
        width: 100%;
        height: 100%;
        margin: 0 0 -1vw 0;
    }
    .PlantMain .PlantFz{
        width: 100%;
    }
    .PlantMain .PlantFz .Pfz{
        position: absolute;

    }
    @keyframes FzYd {
        0% {
            transform: translate(0);
        }
        50% {
            transform: translate(-1vw,-1vw);
        }
        100% {
            transform: translate(0);
        }
    }
    .PlantMain .PlantFz .Pfz.Fz1{
        width: 6.25%;
        /*height: 17.125%;*/
        left: 10%;
        top: 10%;
    }
    .PlantMain .PlantFz .Pfz.Fz2{
        width: 5%;
        /*height: 15.390%;*/
        right: 10%;
        top: 16%;
    }
    .PlantMain .PlantFz .Pfz.Fz3{
        width: 10.9375%;
        /*height: 25.685%;*/
        right: 8%;
        top: 35%;
    }
    .PlantMain .PlantFz .Pfz.Fz4{
        width: 8.8545%;
        /*height: 27.255%;*/
        right: 18%;
        bottom: 10%;
    }
    .PlantMain .PlantFz .Pfz.Fz5{
        width: 2.605%;
        /*height: 4.281%;*/
        left: 25.35%;
        top: 25%;
    }
    .PlantMain .PlantFz .Pfz.Fz6{
        width: 2.4%;
        /*height: 3.944%;*/
        left: 34.15%;
        top: 16%;
    }
    .PlantMain .PlantFz .Pfz.Fz7{
        width: 2%;
        /*height: 3.287%;*/
        left: 41.55%;
        top: 9.5%;
    }
    .PlantMain .PlantFz .Pfz.Fz8{
        width: 1.7%;
        /*height: 2.794%;*/
        left: 47.7%;
        top: 4%;
    }
    .PlantMain .PlantFz .Pfz.Fz9{
        width: 1.5%;
        /*height: 2.465%;*/
        left: 52.9%;
        top: -1%;
    }
    .PlantMain .PlantCn{
        width: 100%;
    }
    .PlantMain .PlantCn .CnIe{
        position: absolute;
        display: flex;
        align-items: center;
    }
    .PlantMain .PlantCn .CnIe .CnIc{
        position: relative;
        width: calc(var(--bili) * 12px);
        height: calc(var(--bili) * 12px);
        aspect-ratio: 1;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5);
        animation: l2 1.5s infinite linear;
        cursor: pointer;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    .PlantMain .PlantCn .CnIe .CnIc:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
        animation: inherit;
        animation-delay: -0.5s;
    }
    .PlantMain .PlantCn .CnIe .CnIc:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
        animation: inherit;
        animation-delay: -1s;
    }
    .PlantMain .PlantCn .CnIe.on .CnIc{
        background: var(--colorZT4);
    }
    .PlantMain .PlantCn .CnIe.on .CnIc:before{
        box-shadow: 0 0 0 0 rgba(8, 53, 112, 0.9);
    }
    .PlantMain .PlantCn .CnIe.on .CnIc:after{
        box-shadow: 0 0 0 0 rgba(8, 53, 112, 0.6);
    }

    .PlantMain .PlantCn .CnIe .CnMc{
        z-index: 1;
        font-size: 0.8vw;
        line-height: 2;
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.6);
        padding: 0 calc(var(--bili) * 20px);
        border-radius: calc(var(--bili) * 30px);
        cursor: pointer;
        transition: all 0.5s;
        margin: 0 0 0 calc(var(--bili) * 28px);
    }
    .PlantMain .PlantCn .CnIe.on .CnMc{
        background: var(--colorZT4);
    }
    .PlantMain .PlantIn .CnBx{
        transform: scale(0);
        position: absolute;
        z-index: 9;
        width: 15%;
        transition: all 0.5s;
    }
    .PlantMain .PlantIn .CnBx.on{
        transform: scale(1);
    }
    .PlantMain .PlantIn .CnIe{
        border-radius: calc(var(--bili) * 20px);
        overflow: hidden;
        background-color: var(--colorZT4);
        color: #ffffff;
        padding: 1vw 0.8vw 0.8vw;
        box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
    }
    .PlantMain .PlantIn .CnIe .NrA{
        font-size: 1vw;
        font-weight: 700;
        text-align: center;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        text-overflow:ellipsis;
        word-break:break-all;
    }
    .PlantMain .PlantIn .CnIe .NrB{
        font-size: 0.8vw;
        line-height: 1.8;
        margin: 4% 0 0 0;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        text-overflow:ellipsis;
        word-break:break-all;
    }
    .PlantMain .PlantIn .CnIe .NrC{
        width: 100%;
        overflow: hidden;
        margin: 4% 0 0 0;
    }
    .PlantMain .PlantIn .CnIe .NrD{
        display: block;
        text-align: center;
        margin: 4% 0 0 0;
        font-size: 0.8vw;
    }

    .IcnB{
        position: relative;
        width: 100%;
        height: 100%;
        background: #eeeeee;
        overflow: hidden;
    }
    .IcnB .BgImA{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .IcnB .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .IcnB .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .AboutNum{
        width: calc( var(--bili) * 770px );
        margin: 5vw 0 0 0;
    }
    .AboutNum .EcLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -25px );
    }
    .AboutNum .EcLs .EcIe{
        width: calc(100%/2);
        padding: calc( var(--bili) * 25px );
    }
    .AboutNum .EcLs .EcIe .EcAc{
        display: block;
    }
    .AboutNum .EcLs .EcIe .EcAc .EcMA{
        display: flex;
        align-items: flex-start;
    }
    .AboutNum .EcLs .EcIe .EcAc .EcSz{
        font-size: calc( var(--bili) * 106px );
        color: var(--colorZT);
        font-weight: 700;
        line-height: 1;
        margin: calc( var(--bili) * -10px ) 0;
    }
    .AboutNum .EcLs .EcIe .EcAc .EcDw{
        font-size: calc( var(--bili) * 22px );
        color: #555555;
        margin: calc( var(--bili) * 25px ) 0 0 calc( var(--bili) * 20px );
    }
    .AboutNum .EcLs .EcIe .EcAc .EcMc{
        font-size: calc( var(--bili) * 22px );
        color: #555555;
        margin: calc( var(--bili) * 10px ) 0 0 0;
        padding: 0 calc( var(--bili) * 10px );
    }

    .IcnC{
        position: relative;
        width: 100%;
        height: 100%;
        background: var(--colorZT2);
        overflow: hidden;
    }
    .IcnC .inner{
        height: 100%;
        position: relative;
        z-index: 9;
    }
    .IcnC .ixPutTitB{
        margin: calc( var(--bili) * 90px ) 0 0 0;
    }
    .IcnC .EcCon{
        width: 100%;
        height: 100%;
        font-size: calc(var(--bili) * 116px);
        mix-blend-mode: color-dodge;
        color: #1058b9;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        bottom: 30vh;
        z-index: 2;
        text-align: center;
        white-space: nowrap;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .IcnC .BgImA{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .IcnC .BgImB{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
        animation: moveImage 20s linear infinite;
    }
    @keyframes moveImage {
        0% {
            transform: translateX(0) scale(1);
        }
        50% {
            transform: translateX(-100px) scale(1.1);
        }
        100% {
            transform: translateX(0) scale(1);
        }
    }


    .IcnD{
        position: relative;
        width: 100%;
        height: 100%;
        background: url(../images/BG6.jpg) no-repeat top;
        background-size: cover;
        overflow: hidden;
    }
    .IcnD .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .IcnD .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .IcnD .ixTab{
        width: 80%;
        display: flex;
        margin: calc( var(--bili) * -5px );
        padding: calc( var(--bili) * 50px ) 0 0 0;
        position: relative;
        z-index: 2;
    }
    .IcnD .ixTab .EcIe{
        padding: calc( var(--bili) * 5px );
    }
    .IcnD .ixTab .EcIe .EcAc{
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        padding: calc( var(--bili) * 15px ) calc( var(--bili) * 50px );
        display: block;
        border-radius: calc( var(--bili) * 10px );
        background-color: #eeeeee;
        cursor: pointer;
    }
    .IcnD .ixTab .EcIe.on .EcAc{
        background-color: var(--colorZT);
        color: #FFFFFF;
    }
    .IcnD .ixSws{
        width: 100%;
    }
    .IcnD .ixSws .EcIe{
        width: 100%;
        height: 0;
        overflow: auto;
    }
    .IcnD .ixSws .EcIe.on{
        margin: calc( var(--bili) * -70px ) 0 0 0;
        height: auto;
    }
    .IcnD .ixSws .EcIe .EcAc{
        position: relative;
    }
    .IcnD .IDSw{
        width: calc( var(--bili) * 1600px );
        padding: calc( var(--bili) * 120px ) 0 calc( var(--bili) * 60px ) 0;
    }
    .IcnD .IDSw .swiper-pagination{
        top: auto;
        bottom: 0;
        height: calc( var(--bili) * 2px );
        background: #dcdcdc;
    }
    .IcnD .IDSw .swiper-pagination .swiper-pagination-progressbar-fill{
        background: var(--colorZT);
    }
    .IcnD .ProAc{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #eeeeee;
        border-radius: calc( var(--bili) * 12px );
        padding: calc( var(--bili) * 50px ) calc( var(--bili) * 30px ) calc( var(--bili) * 20px );
        /*transition: all 0.3s;*/
    }
    .IcnD .ProAc .EcMc{
        font-size: calc( var(--bili) * 24px );
        color: #555555;
        font-weight: 700;
    }
    .IcnD .ProAc .EcCk{
        font-size: calc( var(--bili) * 16px );
        color: #999999;
        margin: calc( var(--bili) * 15px ) 0 0 0;
        text-transform: uppercase;
    }
    .IcnD .ProAc .EcIm{
        margin: calc( var(--bili) * 10px ) 0 0 0;
        width: 84%;
        position: relative;
        padding-top: 77.5%;
        overflow: hidden;
    }
    .IcnD .ProAc:hover{
        background-color: var(--colorZT3);
    }
    .IcnD .ProAc:hover *{
        color: #FFFFFF;
    }
    .IcnD .ProAc:hover .EcIm img{
        /*transform: scale(1.1);*/
    }
    .IDSw .SwBtn{
        width: calc( var(--bili) * 70px );
        height: calc( var(--bili) * 70px );
        background-color: #FFFFFF;
        border: 1px solid #dddedf;
        border-radius: 50%;
        transition: all 0.3s;
        top: 0;
        margin-top: 0;
    }
    .IDSw .SwBtn:after{
        font-size: calc( var(--bili) * 20px );
        color: #8b8b8b;
        font-weight: 400;
    }
    .IDSw .SwL{
        right: calc( var(--bili) * 150px );
        left: auto;
    }
    .IDSw .SwR{
        right: calc( var(--bili) * 60px );
    }
    .IDSw .SwBtn:hover{
        background-color: var(--colorZT);
    }
    .IDSw .SwBtn:hover:after{
        color: #ffffff;
    }


    .IcnE{
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        overflow: hidden;
    }
    .IcnE .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .IcnE .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .IcnE .flexJcSp{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .IcnE .iNewsTab{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 calc(var(--bili) * 60px);
    }
    .IcnE .iNewsTab .EcIe{
        padding: calc( var(--bili) * 5px );
    }
    .IcnE .iNewsTab .EcIe .EcAc{
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        padding: calc( var(--bili) * 15px ) calc( var(--bili) * 50px );
        display: block;
        border-radius: calc( var(--bili) * 10px );
        background-color: #eeeeee;
        cursor: pointer;
        white-space: nowrap;
    }
    .IcnE .iNewsTab .EcIe.on .EcAc{
        background-color: var(--colorZT);
        color: #FFFFFF;
    }

    .IcnE .iNewsSws{
        padding: calc( var(--bili) * 40px ) 0 0 0;
    }
    .IcnE .iNewsIe{
        display: flex;
        justify-content: space-between;
        position: relative;
        height: 0;
        overflow: hidden;
    }
    .IcnE .iNewsIe.on{
        height: auto;
    }
    .IcnE .iNewsIe .EcSw{
        width: 52%;
        border-radius: calc( var(--bili) * 36px );
        overflow: hidden;
    }
    .IcnE .iNewsIe .EcSw .IFSwA{
        width: 100%;
    }
    .IcnE .iNewsIe .EcSw .EcBx{
        display: block;
        position: relative;
    }
    .IcnE .iNewsIe .EcSw .EcBx .ecIm{
        position: relative;
        padding-top: 65%;
        overflow: hidden;
        border-radius: calc( var(--bili) * 36px );
    }
    .IcnE .iNewsIe .EcSw .EcBx .ecCn{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #FFFFFF;
        padding: calc( var(--bili) * 75px ) calc( var(--bili) * 110px ) calc( var(--bili) * 110px ) calc( var(--bili) * 70px );
    }
    .IcnE .iNewsIe .EcSw .EcBx .ecCn .ecA{
        display: inline-block;
        font-size: calc( var(--bili) * 16px );
        color: #333333;
        background: #ffffff;
        padding: calc( var(--bili) * 10px ) calc( var(--bili) * 35px );
        border-radius: calc( var(--bili) * 60px );
        margin: 0 0 calc( var(--bili) * 50px ) 0;
    }
    .IcnE .iNewsIe .EcSw .EcBx .ecCn .ecB{
        width: 80%;
        font-weight: 700;
        font-size: calc( var(--bili) * 30px );
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .IcnE .iNewsIe .EcSw .EcBx .ecCn .ecC{
        font-size: calc( var(--bili) * 16px );
        margin: 0 0 calc( var(--bili) * 30px ) 0;
        line-height: 2;
    }
    .IcnE .iNewsIe .EcSw .EcBx .ecCn .ecD{
        font-size: calc( var(--bili) * 16px );
    }
    .IcnE .iNewsIe .EcSw .swiper-pagination{
        bottom: 10%;
        display: flex;
        justify-content: flex-start;
        padding: 0 calc( var(--bili) * 70px );
    }
    .RndMain .RandCn{
        position: relative;
        width: calc( var(--bili) * 8px );
        height: calc( var(--bili) * 8px );
        background-color: var(--colorZT);
        opacity: 1;
    }
    .RndMain .RndLoader {
        display: none;
        position: relative;
        left: calc( var(--bili) * -8px );
        top: calc( var(--bili) * -8px );
        width: calc( var(--bili) * 24px );
        aspect-ratio: 1;
        border: calc( var(--bili) * 2px ) solid #FFFFFF;
        border-radius: 50%;
        transform: rotate(45deg);
    }
    .RndMain .RndLoader::before {
        content: "";
        position: absolute;
        inset: calc( var(--bili) * -3px );
        border-radius: 50%;
        border: calc( var(--bili) * 4px ) solid var(--colorZT);
        animation: l18 6.5s infinite linear;
    }
    @keyframes l18 {
        0%   {clip-path:polygon(50% 50%,0 0,0    0,0    0   ,0    0   ,0    0   )}
        25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0   ,100% 0   ,100% 0   )}
        50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
        75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    100%)}
        100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    0   )}
    }
    .RndMain .RandCn.swiper-pagination-bullet-active{
        margin: 0 calc( var(--bili) * 15px );
        background-color: transparent;
    }
    .RndMain .RandCn.swiper-pagination-bullet-active  .RndLoader{
        display: block;
    }
    .IcnE .iNewsIe .EcNs{
        width: 46%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .IcnE .iNewsIe .EcNs .EcLs{
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        height: calc(100% + calc( var(--bili) * 20px ));
        margin: calc( var(--bili) * -10px );
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe{
        width: 100%;
        height: calc(100%/3);
        padding: calc( var(--bili) * 10px );
        overflow: hidden;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx{
        width: 100%;
        display: block;
        height: 100%;
        position: relative;
        background-color: #eeeeee;
        border-radius: calc( var(--bili) * 30px );
        overflow: hidden;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx .ecIm{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx .ecIm img{
        opacity: 0;
        transition: all 0.3s;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx .ecCn{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: calc( var(--bili) * 25px ) calc( var(--bili) * 60px );
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        color: #333333;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx .ecCn .ecA{
        display: inline-block;
        font-size: calc( var(--bili) * 14px );
        background: #ffffff;
        padding: calc( var(--bili) * 6px ) calc( var(--bili) * 20px );
        border-radius: calc( var(--bili) * 60px );
        margin: 0 0 0 calc( var(--bili) * -10px );
        color: #333333;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx .ecCn .ecB{
        width: 90%;
        font-size: calc( var(--bili) * 16px );
        line-height: 1.8;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx .ecCn .ecD{
        font-size: calc( var(--bili) * 14px );
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx:hover .ecIm img{
        opacity: 1;
    }
    .IcnE .iNewsIe .EcNs .EcLs .EcIe .EcBx:hover .ecCn{
        color: #FFFFFF;
    }

    .IcnF{
        position: relative;
        width: 100%;
        background-color: #f8f8f8;
        overflow: hidden;
        padding: calc(var(--bili) * 60px) 0;
    }
    .IcnF .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .IcnF .EcMain{
        position: relative;
    }
    .IcnF .IFSw .EcAc{
        display: block;
    }
    .IcnF .IFSw .EcAc .EcIm{
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 41.15%;
    }
    .IcnF .IFSw .EcAc .EcIm img{
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .swiperOne .swiper-slide-active [aos^=fade][aos^=fade]{
        opacity: 1!important;
        transform: translate(0, 0) !important;
    }
    .swiperOne .swiper-slide-active [aos^=flip][aos^=flip]{
        opacity: 1!important;
        transform: translate(0, 0) !important;
    }
    .swiperOne .swiper-slide-active [aos^=slide][aos^=slide]{
        opacity: 1!important;
        transform: translate(0, 0) !important;
    }
    .swiperOne .swiper-slide-active [aos^=zoom][aos^=zoom]{
        opacity: 1!important;
        transform: translate(0, 0) !important;
    }
    .swiperOne .footer [aos^=fade][aos^=fade]{
        opacity: 1!important;
        transform: translate(0, 0) !important;
    }
    .swiperOne .GoTopMain[aos^=fade][aos^=fade]{
        opacity: 1!important;
        transform: translate(0, 0) !important;
    }

}

/*菜单-位置*/
@media screen{
    .PositionMain{
        background-color: #FFFFFF;
        border-bottom: 1px solid #dadada;

    }
    .PositionMain .EcMain{
        min-height: calc( var(--bili) * 80px );
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Position{
        white-space:nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Position .Acls{
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        margin: 0 calc( var(--bili) * 30px ) 0 0;
        position: relative;
        display: inline-block;
        line-height: 2;
    }
    .Position .Acls:hover{
        color: var(--colorZT);
    }
    .Position .Acls:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 15px );
        height: calc( var(--bili) * 15px );
        background: url(../images/icons/locationArrow.svg) no-repeat center;
        background-size: 100%;
        color: #999999;
        right:calc( var(--bili) * -24px );
        top: 50%;
        transform: translateY(-50%);

        font-weight: bold;
    }
    .Position .Acls:first-child{
        padding: 0 0 0 calc( var(--bili) * 30px );
    }
    .Position .Acls:first-child:before{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 20px );
        height: calc( var(--bili) * 20px );
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/icons/location.svg) no-repeat center;
        background-size: 100%;
    }
    .Position .Acls:last-child{
        margin: 0;
    }
    .Position .Acls:last-child:after{
        display: none;
    }

    .NavMain{
        position: relative;
    }
    .NavMain .EcLs{
        display: flex;
    }
    .NavMain .EcLs .EcIe{
        margin: 0 calc( var(--bili) * 25px );
    }
    .NavMain .EcLs .EcIe:last-child{
        margin-right: 0;
    }
    .NavMain .EcLs .EcIe .EcAc{
        display: block;
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        line-height: calc( var(--bili) * 80px );
        position: relative;
    }
    .NavMain .EcLs .EcIe .EcAc:after{
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        left: 50%;
        bottom: -1px;
        transform: translateX(-50%);
        background-color: var(--colorZT);
        transition: all 0.5s;
        z-index: 2;
    }
    .NavMain .EcLs .EcIe.on .EcAc,.NavMain .EcLs .EcIe:hover .EcAc{
        color: var(--colorZT);
    }
    .NavMain .EcLs .EcIe.on .EcAc:after,.NavMain .EcLs .EcIe:hover .EcAc:after{
        width: 100%;
    }
}

/*搜索页*/
@media screen{
    .Search-nav{
        display: flex;
        flex-wrap: wrap;
        padding: 0 calc( var(--bili) * 100px ) calc( var(--bili) * 20px );
        /*margin: calc( var(--bili) * -20px );*/
    }
    .Search-nav .nav-item{
        padding: calc( var(--bili) * 20px ) 0;
        font-size: calc( var(--bili) * 20px );
        cursor: pointer;
        border-bottom: 3px solid transparent;
        display: flex;
        align-items: center;
        margin: 0 calc( var(--bili) * 40px ) calc( var(--bili) * 40px ) 0;
    }
    .Search-nav .nav-item i{
        background-color: var(--colorZT);
        color: #fff;
        font-size: calc( var(--bili) * 12px );
        padding: calc( var(--bili) * 2px ) calc( var(--bili) * 6px );
        margin: 0 0 0 calc( var(--bili) * 10px );
        border-radius: 2px;
    }
    .Search-nav .nav-item.on{
        border-bottom: 3px solid var(--colorZT);
    }
    .Search-all{
        width: 100%;
        position: relative;
    }
    .Search-list{
        display: none;
        position: relative;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -20px );
        padding: 0 calc( var(--bili) * 100px );
    }
    .Search-list.on{
        display: flex;
    }
    .Search-list .InItem{
        width: 100%;
        padding: calc( var(--bili) * 10px );
    }
    .Search-list .InItem .ecBox{
        border-bottom: 1px dashed #ccc;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.5s;
        padding: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .Search-list .InItem .ecBox .inIm{
        width: 15%;
        position: relative;
        padding-top: 15%;
        overflow: hidden;
        border-radius: calc( var(--bili) * 5px );
    }
    .Search-list .InItem .ecBox .inCn{
        width: 82%;
        /*padding: 0 0 0 4%;*/
    }
    .Search-list .InItem .ecBox .inCn .inA{
        font-size: calc( var(--bili) * 20px );
        color: #333333;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .Search-list .InItem .ecBox .inCn .inB{
        font-size: calc( var(--bili) * 14px );
        color: #555555;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
        line-height: 2;
    }
    .Search-list .InItem .ecBox .inCn .inMA{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .Search-list .InItem .ecBox .inCn .inC{
        display: inline-block;
        font-size: calc( var(--bili) * 14px );
        color: #ffffff;
        background-color: var(--colorZT);
        border-radius: calc( var(--bili) * 60px );
        padding: calc( var(--bili) * 6px ) calc( var(--bili) * 20px );
    }
    .Search-list .InItem .ecBox .inCn .inD{
        font-size: calc( var(--bili) * 14px );
        color: #555555;
    }
    .Search-list .InItem .ecBox:hover {
        /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    }

}

/*网站地图*/
@media screen{
    .MpaList{
        display: flex;
        flex-wrap: wrap;
    }
    .MpaList .EcItem{
        width: 100%;
        border-bottom: 1px dashed #e0e0e0;
        padding-bottom: calc( var(--bili) * 20px );
        margin-bottom: calc( var(--bili) * 20px );
    }
    .MpaList .EcItem .ecBox{
        position: relative;
    }
    .MpaList .EcItem .ecBox .ecA{
        display: inline-block;
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .MpaList .EcItem .ecBox .ecB{
        display: inline-block;
        font-size: calc( var(--bili) * 20px );
        color: #333333;
        font-weight: 700;
    }
    .MpaList .EcItem .ecBox .ecA:hover{
        color: var(--colorZT);
    }
    .MpaList .InList{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -20px );
    }
    .MpaList .InList .InItem{
        padding: calc( var(--bili) * 20px );
    }
    .MpaList .InList .InItem .inBox{
        font-size: calc( var(--bili) * 16px );
        color: #666666;
        display: block;
    }
    .MpaList .InList .InItem .inBox:hover{
        color: var(--colorZT);
    }

}

/*单内容*/
@media screen{
    .SingleMain{
        position: relative;
    }
    .SingleMain .SingleCon{
        font-size: calc( var(--bili) * 16px );
        line-height: 2;
        color: #555555;
    }
    .SingleMain .SingleCon. *{
        line-height: 2;
        color: #555555;
    }
}

/*图片展示*/
@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: calc(var(--bili) * 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{
    .Partners-list{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -10px );
    }
    .Partners-list .Ec-item{
        width: calc(100%/5);
        padding: calc( var(--bili) * 10px );
    }
    .Partners-list .Ec-item .ecBox{
        display: block;
        border-radius: 4px;
        background: rgba(255, 255, 255, 1);
        padding: 5% 15%;
        position: relative;
        transition: all .5s;
        z-index: 1;
        overflow: hidden;
        border: 1px solid #eee;
    }
    .Partners-list .Ec-item .ecBox .ec-im{
        position: relative;
        overflow: hidden;
        padding-top: 50%;
    }
    .Partners-list .Ec-item .ecBox .ec-im img{
        object-fit: contain;
    }
    .Partners-list .Ec-item .ecBox .ec-mc{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        text-align: center;
        background: rgba(255, 255, 255, 0.9);
        color: var(--colorZT);
        transition: all .5s;
        padding: 5%;
        opacity: 0;
        font-size: calc( var(--bili) * 18px );
    }
    .Partners-list .Ec-item .ecBox:hover .ec-mc{
        opacity: 1;
    }
    .Partners-list .Ec-item .ecBox:hover{
        z-index: 2;
        transform: scale(1.1);
        box-shadow: 0 calc( var(--bili) * 12px ) calc( var(--bili) * 40px ) rgba(0, 0, 0, 0.2);
    }
}

/*详情*/
@media screen{
    .DetYsA{
        width: 100%;
        position: relative;
        margin: 0 0 calc( var(--bili) * 50px ) 0;
    }
    .DetYsA .inTit{
        font-size: calc( var(--bili) * 30px );
        color: #333333;
        line-height: 1.6;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
        /*text-align: center;*/
    }
    .DetYsA .inInfo{
        display: flex;
        align-items: center;
        margin: 0 0 calc( var(--bili) * 40px ) 0;
        padding: 0 0 calc( var(--bili) * 40px ) 0;
        border-bottom: 1px dashed #c2c2c2;
        justify-content: flex-start;
    }
    .DetYsA .inDate{
        font-size: calc( var(--bili) * 16px );
        color: #535353;
    }
    .DetYsA .inView{
        font-size: calc( var(--bili) * 16px );
        color: #535353;
        margin: 0 0 0 calc( var(--bili) * 20px );
    }
    .DetYsA .inCon{
        padding: 0 0 calc( var(--bili) * 40px ) 0;
        border-bottom: 1px dashed #c2c2c2;
    }
    .DetYsA .inCon .WH-content{
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        line-height: 2;
    }
    .DetYsA .inCon .WH-content *{
        max-width: 100%;
        line-height: 2;
    }
    .DetYsA .inCon .WH-content img{
        height: auto;
    }

    .Det-Content {
        display: flex;
        justify-content: space-between;
        margin: 0 0 calc(var(--bili) * 60px) 0;
        padding: calc(var(--bili) * 30px) 0 0 0;
    }
    .Det-Content .inL {
        width: 37.5%;
        border-right: 1px solid #c9c9c9;
        padding: 0 calc(var(--bili) * 80px) calc(var(--bili) * 30px) 0;
    }
    .Det-Content .inR {
        width: 62.5%;
        padding: 0 0 calc(var(--bili) * 30px) calc(var(--bili) * 80px);
    }
    .Det-Content .inR .inTit {
        font-size: calc(var(--bili) * 30px);
        color: #555555;
        line-height: 1.6;
        margin: 0 0 calc(var(--bili) * 20px) 0;
    }
    .Det-Content .inR .inDate {
        font-size: calc(var(--bili) * 16px);
        color: #555555;
        margin: 0 0 calc(var(--bili) * 40px) 0;
    }
    .Det-Content .inR .WH-content {
        font-size: calc(var(--bili) * 18px);
        color: #555555;
        line-height: 2;
    }
    .Det-Content .inR .WH-content * {
        max-width: 100%;
        line-height: 2;
    }
    .Det-Content .inR .WH-content img {
        height: auto;
    }
    .RecA {
        width: 100%;
        position: relative;
        margin: 0 0 calc(var(--bili) * 50px) 0;
    }
    .RecA:last-child {
        margin: 0;
    }
    .RecA .RecTit {
        font-size: calc(var(--bili) * 30px);
        color: #555555;
        border-left: calc(var(--bili) * 5px) solid var(--colorZT);
        padding: 0 0 0 calc(var(--bili) * 30px);
        margin: 0 0 calc(var(--bili) * 15px) 0;
    }
    .RecA .RecList {
        display: flex;
        flex-wrap: wrap;
    }
    .RecA .RecList .inItem {
        width: 100%;
    }
    .RecA .RecList .inItem .ecBox {
        display: block;
        padding: calc(var(--bili) * 20px) 0;
        border-bottom: 1px dashed #c2c2c2;
    }
    .RecA .RecList .inItem:last-child .ecBox {
        border-bottom: 0;
    }
    .RecA .RecList .inItem .ecBox .inA {
        position: relative;
        font-size: calc(var(--bili) * 18px);
        color: #555555;
        margin: 0 0 calc(var(--bili) * 10px) 0;
        padding: 0 calc(var(--bili) * 30px);
        transition: all 0.3s;
    }
    .RecA .RecList .inItem .ecBox .inA:after {
        content: '';
        position: absolute;
        width: calc(var(--bili) * 10px);
        height: calc(var(--bili) * 10px);
        background-color: #d2d2d2;
        border-radius: 50%;
        top: 50%;
        left: calc(var(--bili) * 4px);
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .RecA .RecList .inItem .ecBox .inB {
        font-size: calc(var(--bili) * 14px);
        color: #999999;
        padding: 0 calc(var(--bili) * 30px);
    }
    .RecA .RecList .inItem .ecBox:hover .inA {
        color: var(--colorZT);
    }
    .RecA .RecList .inItem .ecBox:hover .inA:after {
        background-color: var(--colorZT);
    }

    .AroundYsA{
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*margin: 0 0 calc( var(--bili) * 50px ) 0;*/
    }
    .AroundYsA .Acls{
        max-width: 45%;
        font-size: calc( var(--bili) * 18px );
        color: #FFFFFF;
        background-color: #8f8f8f;
        line-height: calc( var(--bili) * 68px );
        padding: 0 calc( var(--bili) * 40px );
        position: relative;
        letter-spacing: 1px;
    }
    .AroundYsA .Acls:after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc( var(--bili) * 20px );
        height: calc( var(--bili) * 20px );
        background: url(../images/icons/sxA.svg) no-repeat left center;
        background-size: 100%;
    }
    .AroundYsA .Acls:first-child{
        padding: 0 calc( var(--bili) * 40px ) 0 calc( var(--bili) * 60px );
    }
    .AroundYsA .Acls:first-child:after{
        left: calc( var(--bili) * 20px );
    }
    .AroundYsA .Acls:last-child{
        padding: 0 calc( var(--bili) * 60px ) 0 calc( var(--bili) * 40px );
    }
    .AroundYsA .Acls:last-child:after{
        right: calc( var(--bili) * 20px );
        transform: translateY(-50%) rotate(180deg);
    }
    .AroundYsA .Acls:hover{
        background-color: var(--colorZT);
    }

    .Around {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 calc(var(--bili) * 100px) 0;
    }
    .Around .Aroundul {
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #c9c9c9;
        padding: calc(var(--bili) * 30px) 0;
        font-size: calc(var(--bili) * 18px);
        color: #555555;
    }
    .Around .Aroundul:last-child {
        border-bottom: 0;
    }
    .Around .Aroundul .As {
        white-space: nowrap;
        width: 37.5%;
        padding: 0 calc(var(--bili) * 80px) 0 calc(var(--bili) * 50px);
    }
    .Around .Aroundul .Acls {
        display: block;
        width: 62.5%;
        padding: 0 0 0 calc(var(--bili) * 80px);
        font-weight: 700;
    }
    .Around .Aroundul .Acls:hover {
        color: var(--colorZT);
    }

}

/*左侧悬浮*/
@media screen{
    .FRMain{
        position: fixed;
        right: calc( var(--bili) * 20px );
        bottom: 20%;
        transform: translate3d(0px, 20%, 0);
        z-index: 10001;
        display: none;
    }
    .FRMain.on{
        display: block;
    }
    .FRMain .FlLs{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: calc( var(--bili) * -5px );
    }
    .FRMain .FlLs .FlIe{
        padding: calc( var(--bili) * 5px );
        transition: all 0.3s;
    }
    .FRMain .FlLs .FlIe .FlBx{
        position: relative;
    }
    .FRMain .FlLs .FlIe .FlBx .inA{
        display: block;
        width: calc( var(--bili) * 60px );
        height: calc( var(--bili) * 60px );
        border-radius: 50%;
        background-size: 50% !important;
        background-color: var(--colorZT) !important;
        cursor: pointer;
    }
    .FRMain .FlLs .FlIe:hover .FlBx .inA{
        background-color: var(--colorZT)!important;
    }
    .FRMain .FlLs .FlIe .FlBx .FlEwm{
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + calc( var(--bili) * 10px ));
        width: calc( var(--bili) * 140px );
        height: calc( var(--bili) * 140px );
        border: 1px solid #eee;
        padding: calc( var(--bili) * 8px );
        background-color: #ffffff;
        border-radius: calc( var(--bili) * 10px );
    }
    .FRMain .FlLs .FlIe .FlBx:hover .FlEwm{
        display: block;
    }
    .FRMain .FlLs .FlIe .FlBx .FlCon{
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + calc( var(--bili) * 10px ));
        background-color: var(--colorZT);
        border-radius: calc( var(--bili) * 60px );
        padding: calc( var(--bili) * 18px ) calc( var(--bili) * 25px );
        font-size: calc( var(--bili) * 16px );
        color: #ffffff;
        white-space: nowrap;
    }
    .FRMain .FlLs .FlIe .FlBx:hover .FlCon{
        display: block;
    }
}

/*关于我们*/
@media screen{
    .AbTit{
        position: relative;
    }
    .AbTit .AbTitCn{
        font-size: calc( var(--bili) * 36px );
        color: #555555;
        padding: calc( var(--bili) * 6px );
    }
    .AbTit .AbTitEn{
        font-size: calc( var(--bili) * 86px );
        color: var(--colorZT);
        font-weight: 700;
        text-transform: uppercase;
    }
    .AbTit .AbTitCn.AbT2{
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .AbTit .AbTitEn.AbT2{
        font-size: calc( var(--bili) * 68px );
        margin: 0 0 calc( var(--bili) * 10px ) 0;
        line-height: 1.2;
    }
    .AbTit.white *{
        color: #ffffff;
    }
    .AboutA{
        position: relative;
        width: 100%;
        height: 100%;
        background: #ffffff;
        overflow: hidden;
    }
    .AboutA .detail-banner{
        width: 100%;
        height: 100%;
    }

    .AboutB{
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover!important;
    }
    .AboutB .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutB .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .AboutB .EcFlr{
        display: flex;
        justify-content: space-between;
        padding: calc( var(--bili) * 60px ) 0 0 0;
    }
    .AboutB .EcFlr .EcCon{
        width: calc( var(--bili) * 995px );
    }
    .AboutB .EcFlr .EcCon .EcA{
        font-size: calc( var(--bili) * 28px );
        color: #333333;
    }
    .AboutB .EcFlr .EcCon .EcB{
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        line-height: 2;
        margin: calc( var(--bili) * 40px ) 0 0 0;
        text-align: justify;
    }

    .AboutC{
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover!important;
    }
    .AboutC .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutC .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .AboutC .EcFlr{
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding: 7vh 0;
    }
    .AboutC .EcFlr .LrL{
        width: 45%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .AboutC .EcFlr .LrL .LrMA{
        color: var(--colorZT);
    }
    .AboutC .EcFlr .LrL .LrMA .LrA{
        font-size: calc( var(--bili) * 38px );
    }
    .AboutC .EcFlr .LrL .LrMA .LrB{
        font-size: calc( var(--bili) * 36px );
        margin: calc( var(--bili) * 30px ) 0 0 0;
        line-height: 1.8;
    }
    .AboutC .EcFlr .LrL .LrMB{
        color: var(--colorZT);
        font-size: calc( var(--bili) * 24px );
        line-height: 2;
        padding: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .AboutC .EcFlr .LrR{
        width: 44%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .AboutC .EcFlr .LrR .LrMA{
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        line-height: 2;
        margin: calc( var(--bili) * 30px ) 0 0 0;
        text-align: justify;
    }
    .AboutC .EcFlr .LrR .LrMB{
        position: relative;
    }
    .AboutC .EcFlr .LrR .LrMB .AboutNum{
        width: 100%;
        margin: 0;
    }

    .AboutD{
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        overflow: hidden;
    }
    .AboutD .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutD .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .AboutD .EcFlr{
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding: 7vh 0;
    }
    .AboutD .EcFlr .LrL{
        width: 42%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .AboutD .EcFlr .LrL .LrMA{
        position: relative;
    }
    .AboutD .EcFlr .LrL .LrMB{
        font-size: calc( var(--bili) * 20px );
        color: #333333;
        line-height: 2;
        text-align: justify;
    }
    .AboutD .EcFlr .LrR{
        width: 56%;
        height: 100%;
        padding: calc( var(--bili) * 60px ) 0 0 0;
    }
    .AboutD .EcFlr .LrR .LrImA{
        width: 64.5%;
    }
    .AboutD .EcFlr .LrR .LrImB{
        width: 64.5%;
        margin: -16% 0 0 35.5%;
    }

    .AboutE{
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover!important;
        overflow: hidden;
    }
    .AboutE .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutE .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .AboutE .EcFlr{
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding: 7vh 0;
        position: relative;
    }
    .AboutE .EcFlr .LrL{
        width: 42%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .AboutE .EcFlr .LrL .LrIn{
        width: 80%;
        margin: calc( var(--bili) * 40px ) 0 0 0;
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        line-height: 2;
    }
    .AboutE .EcFlr .LrL .LrLs{
        margin: calc( var(--bili) * 30px ) 0 0 0;
    }
    .AboutE .EcFlr .LrL .LrLs .LrIe{
        margin: calc( var(--bili) * 18px ) 0;
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        line-height: 2;
        padding: 0 0 0 calc( var(--bili) * 40px );
        background: url(../images/w8.png) no-repeat left center;
        background-size: calc( var(--bili) * 30px );
    }
    .AboutE .EcFlr .LrL .LrLs .LrIe:hover{
        color: var(--colorZT);
        background: url(../images/w8s.png) no-repeat left center;
        background-size: calc( var(--bili) * 30px );
    }
    .honorMain{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc( var(--bili) * 1010px );
    }
    .honorMain:before{
        content: '';
        position: absolute;
        width: calc(75% + ((1920px - var(--bili) * 1600px)/2));
        left: 25%;
        height: calc( var(--bili) * 80px );
        top: calc(50% - calc( var(--bili) * 35px ));
        transform: translateY(-50%);
        background: url(../images/e1.png) no-repeat left center;
        background-size: auto 100%;
    }
    .honorMain:after{
        content: '';
        position: absolute;
        width: calc(115% + ((1920px - var(--bili) * 1600px)/2));
        left: -15%;
        height: calc( var(--bili) * 80px );
        bottom: calc( var(--bili) * -70px );
        background: url(../images/e2.png) no-repeat left center;
        background-size: auto 100%;
    }
    .honorMain .EcLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -60px ) calc( var(--bili) * -45px );
        position: relative;
        z-index: 2;
    }
    .honorMain .EcLs .EcIe{
        width: calc(100%/4);
        padding: calc( var(--bili) * 60px ) calc( var(--bili) * 45px );
    }
    .honorMain .EcLs .EcIe:nth-of-type(1){
        width: 40%;
    }
    .honorMain .EcLs .EcIe .EcAc{
        width: 100%;
    }
    .honorMain .EcLs .EcIe .EcAc .EcIm{
        width: 100%;
    }
    .honorMain .honorSwA{
        width: 45.5%;
        margin: 0 0 0 42%;
    }
    .honorMain .honorSwA+.honorSwB{
        margin: calc( var(--bili) * 120px ) 0 0 0;
    }

    .AboutF{
        position: relative;
        width: 100%;
        height: 100%;
        background: #ffffff;
        overflow: hidden;
    }
    .AboutF .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutF .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .AboutF .EcFlr{
        display: flex;
        justify-content: space-between;
        padding: 0 0 7vh 0;
        position: relative;
    }
    .AboutF .EcFlr .LrL{
        width: 42%;
    }
    .AboutF .EcFlr .LrR{
        width: 30%;
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        line-height: 2;
        padding: calc( var(--bili) * 40px ) 0 0 0;
        text-align: right;
    }
    .AboutF .AbFcLs{
        position: relative;
    }
    .AboutF .AbFcLs .EcLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -35px );
    }
    .AboutF .AbFcLs .EcLs .EcIe{
        width: calc(100%/2);
        padding: calc( var(--bili) * 35px );
    }
    .AboutF .AbFcLs .EcLs .EcIe .EcAc{
        position: relative;
        border-radius: calc( var(--bili) * 30px );
        overflow: hidden;
    }
    .AboutF .AbFcLs .EcLs .EcIe .EcAc .EcIm{
        width: 100%;
        position: relative;
        height: 52vh;
        overflow: hidden;
    }
    .AboutF .AbFcLs .EcLs .EcIe .EcAc .EcCn{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #ffffff;
        padding: 10vh 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .AboutF .AbFcLs .EcLs .EcIe .EcAc .EcCn .EcMc{
        font-size: calc( var(--bili) * 30px );
        font-weight: 700;
        line-height: 2;
    }
    .AboutF .AbFcLs .EcLs .EcIe .EcAc .EcCn .EcIn{
        font-size: calc( var(--bili) * 24px );
        font-weight: 700;
        line-height: 2;
    }

    .AboutG{
        position: relative;
        width: 100%;
        height: 100%;
        background: url(../images/abBg5.jpg) no-repeat top center;
        background-size: cover;
        overflow: hidden;
    }
    .AboutG .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutG .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 0 12vh 0;
    }
    .AboutG .organizeIm{
        position: absolute;
        right: 0;
        height: 85vh;
        bottom: 5vh
    }
    .AboutG .organizeIm img{
        object-fit: contain;
    }

    .AboutH{
        position: relative;
        width: 100%;
        height: 100%;
        background: #fafafa;
        overflow: hidden;
    }
    .AboutH .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutH .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .JobSwA{
        margin: calc(var(--bili) * 30px) 0 0 0;
        width: calc(var(--bili) * 900px);
        border: 1px solid #cccccc;
        padding: 0 calc(var(--bili) * 60px);
        min-height: calc(var(--bili) * 60px);
        background-color: #ffffff;
    }
    .JobSwA .swiper-slide{
        width: auto;
    }
    .JobSwA .JobAn{
        cursor: pointer;
        text-align: center;
        font-size: calc(var(--bili) * 18px);
        color: #555555;
        padding: 0 calc(var(--bili) * 20px);
        line-height: calc(var(--bili) * 60px);
        border-right: 1px solid #cccccc;
        background-color: #ffffff;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        text-overflow:ellipsis;
        word-break:break-all;
    }
    .JobSwA .swiper-slide-thumb-active .JobAn{
        color: var(--colorZT);
    }
    .JobSwA .SwBtn{
        width: calc(var(--bili) * 60px);
        height: calc(var(--bili) * 60px);
        margin: 0;
        top: 0;
        background-color: #ffffff;
        opacity: 1;
        cursor: pointer;
    }
    .JobSwA .SwBtn[aria-disabled='true']{
        cursor: pointer;
    }
    .JobSwA .SwBtn:after{
        color: #555555;
        font-size: calc(var(--bili) * 20px);
        font-weight: 400;
    }
    .JobSwA .SwBtn.SwL{
        left: 0;
        border-right: 1px solid #cccccc;
    }
    .JobSwA .SwBtn.SwR{
        right: 0;
    }
    .JobSwA .SwBtn:hover{
        background-color: var(--colorZT);
    }
    .JobSwA .SwBtn:hover:after{
        color: #ffffff;
    }
    .JobSwB{
        margin: calc(var(--bili) * 30px) 0 0 0;
        width: 100%;
    }

    .JobAc{
        border: 1px solid #cccccc;
        background-color: #ffffff;
    }
    .JobAc .JobInfo{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #cccccc;
        padding: calc(var(--bili) * 25px) calc(var(--bili) * 50px);
    }
    .JobAc .JobInfo .JobTit{
        font-size: calc(var(--bili) * 24px);
        color: #333333;
        border-left: calc(var(--bili) * 4px) solid var(--colorZT);
        padding: 0 0 0 calc(var(--bili) * 35px);
    }
    .JobAc .JobInfo .JobInt{
        display: flex;
        align-items: center;
    }
    .JobAc .JobInfo .JobInt .InA{
        font-size: calc(var(--bili) * 18px);
        color: #333333;
        margin: 0 0 0 calc(var(--bili) * 50px);
    }
    .JobAc .JobCons{
        padding: calc(var(--bili) * 30px) calc(var(--bili) * 50px);
    }
    .JobAc .JobCons .InCons{
        background-color: #eeeeee;
        padding: calc(var(--bili) * 30px) calc(var(--bili) * 50px);
    }
    .JobAc .JobCons .InCons .ConA{
        padding: 0 calc(var(--bili) * 20px) calc(var(--bili) * 20px);
        border-bottom: 1px solid #CCCCCC;
        margin: 0 0 calc(var(--bili) * 20px) 0;
    }
    .JobAc .JobCons .InCons .InLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc(var(--bili) * -10px);
    }
    .JobAc .JobCons .InCons .InLs .InIe{
        width: calc(100%/4);
        padding: calc(var(--bili) * 10px);
    }
    .JobAc .JobCons .InCons .InLs .InIe .InAc{
        font-size: calc(var(--bili) * 18px);
        color: #333333;
    }
    .JobAc .JobCons .InCons .ConB{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 calc(var(--bili) * 20px);
    }
    .JobAc .JobCons .InCons .ConB .InCn{
        width: 45%;
    }
    .JobAc .JobCons .InCons .ConB .InCn .InBt{
        width: 100%;
        font-size: calc(var(--bili) * 24px);
        color: #333333;
        margin: 0 0 calc(var(--bili) * 15px) 0;
    }
    .JobAc .JobCons .InCons .ConB .InCn .InNr{
        width: 100%;
        font-size: calc(var(--bili) * 16px);
        color: #333333;
        line-height: 1.8;
    }
    .JobAc .JobCons .InCons .ConB .InCn .InNr *{
        font-size: calc(var(--bili) * 16px);
        color: #333333;
        line-height: 1.8;
    }

    .AboutI{
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover!important;
        overflow: hidden;
    }
    .AboutI .inner{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .AboutI .EcMain{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .PartnersList{
        padding: 12vh 0 6vh 0;
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -24px ) calc( var(--bili) * -34px );
    }
    .PartnersList .EcIe{
        width: calc(100%/7);
        padding: calc( var(--bili) * 24px ) calc( var(--bili) * 34px );
    }
    .PartnersList .EcIe .EcAc{
        display: block;
        position: relative;
        transition: all .5s;
        z-index: 1;
        overflow: hidden;
    }
    .PartnersList .EcIe .EcAc .EcIm{
        position: relative;
        overflow: hidden;
        padding-top: 41.25%;
        filter: brightness(0) invert(1);
    }
    .PartnersList .EcIe .EcAc .EcIm img{
        object-fit: contain;
    }
    .PartnersList .EcIe .EcAc:hover{
        z-index: 2;
        transform: translateY(calc(var(--bili) * -10px));
    }

}

/*联系*/
@media screen{
    .ContactMain{
        width: 100%;
        background-color: #ffffff;
        border-radius: calc(var(--bili) * 30px);
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        margin: 0 0 calc(var(--bili) * 90px) 0;
    }
    .ContactMain .CmMap{
        width: 46%;
    }
    .ContactMain .CmInfo{
        width: 54%;
        padding: calc(var(--bili) * 20px) calc(var(--bili) * 95px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .ContactMain .CmInfo .CmTit{
        font-weight: 700;
        font-size: calc(var(--bili) * 30px);
        color: var(--colorZT);
    }
    .ContactMain .CmInfo .CmLie{
        background-color: #d9d9d9;
        width: 108%;
        height: 1px;
        margin: calc(var(--bili) * 30px) 0 calc(var(--bili) * 30px) -4%;
    }
    .ContactMain .CmInfo .CmLs{
        position: relative;
    }
    .ContactMain .CmInfo .CmLs .CmIe{
        margin: 0 0 calc(var(--bili) * 25px) 0;
        font-size: calc(var(--bili) * 20px);
        color: #333333;
        padding: 0 0 0 calc(var(--bili) * 50px);
        line-height: 1.8;
        background-size: calc(var(--bili) * 30px)!important;
    }
    .ContactMain .CmInfo .CmLs .CmIe.ic1{
        background: url(../images/cm1.svg) no-repeat left center;
    }
    .ContactMain .CmInfo .CmLs .CmIe.ic2{
        background: url(../images/cm2.svg) no-repeat left center;
    }
    .ContactMain .CmInfo .CmLs .CmIe.ic3{
        background: url(../images/cm3.svg) no-repeat left center;
    }
    .ContactMain .CmInfo .CmLs .CmIe.ic4{
        background: url(../images/cm4.svg) no-repeat left center;
    }
    .ContactMain .CmInfo .CmBtn{
        margin: calc(var(--bili) * 20px) 0 0 0;
        font-size: calc(var(--bili) * 24px);
        color: #ffffff;
        background-color: var(--colorZT);
        padding: calc(var(--bili) * 15px) calc(var(--bili) * 50px);
        border-radius: calc(var(--bili) * 10px);
        display: inline-block;
    }

    .LxMain{
        position: relative;
    }
    .LxMain .LxTit{
        font-size: calc(var(--bili) * 36px);
        color: var(--colorZT);
        font-weight: 700;
        text-align: center;
    }
    .LxMain .LxLs{
        padding: calc(var(--bili) * 40px) 0 0 0;
        display: flex;
        flex-wrap: wrap;
        margin: calc(var(--bili) * -25px);
    }
    .LxMain .LxLs .LxIe{
        width: calc(100%/3);
        padding: calc(var(--bili) * 25px);
    }
    .LxMain .LxLs .LxIe .LxAc{
        display: block;
    }
    .LxMain .LxLs .LxIe .LxAc .LxIm{
        width: 100%;
        position: relative;
        padding-top: 65%;
        overflow: hidden;
    }
    .LxMain .LxLs .LxIe .LxAc .LxCn{
        padding: calc(var(--bili) * 20px) calc(var(--bili) * 15px) 0;
    }
    .LxMain .LxLs .LxIe .LxAc .LxMc{
        font-size: calc(var(--bili) * 30px);
        color: #555555;
    }
    .LxMain .LxLs .LxIe .LxAc .LxIn{
        margin: calc(var(--bili) * 15px) 0 0 0;
        font-size: calc(var(--bili) * 18px);
        color: #888888;
        line-height: 2;
    }
    .LxMain .LxAn{
        display: flex;
        justify-content: center;
        padding: calc(var(--bili) * 50px) 0 0 0;
    }
    .LxMain .LxAn .LxBtn{
        display: inline-block;
        font-size: calc(var(--bili) * 18px);
        background: var(--colorZT) url(../images/cm5.svg) no-repeat calc(var(--bili) * 30px) center;
        background-size: calc(var(--bili) * 36px);
        padding: calc(var(--bili) * 25px) calc(var(--bili) * 30px) calc(var(--bili) * 25px) calc(var(--bili) * 90px);
        color: #ffffff;
        border-radius: calc(var(--bili) * 8px);
    }

    .ContentMap{
        width: 100%;
        height: calc( var(--bili) * 620px );
        /*border-radius: calc( var(--bili) * 10px );*/
        /*box-shadow: 0 0 calc( var(--bili) * 10px ) 0 rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
    }
    .BMap_stdMpCtrl,.BMap_cpyCtrl,.anchorBL,.BMap_omBtn,.BMap_omOutFrame{
        display: none;
    }
    .ContentMap .BMap_Marker img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ContentMap .content{
        width: auto;
    }
    .ContentMap .MapTitle{
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        line-height: 1.5;
        margin: 0 0 calc( var(--bili) * 5px ) 0;
        padding: 0 calc( var(--bili) * 5px );
    }
    .ContentMap .MapContent{
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        line-height: 1.8;
        padding: 0 calc( var(--bili) * 5px );
    }
    .ContentMap *{
        border-color: #eeeeee!important;
    }
}

/*新闻*/
@media screen {
    .NewsBg{
        position: absolute;
        width: 100%;
        top: 0;
        z-index: -1;
    }
    .NewsMain{
        padding: calc( var(--bili) * 170px ) 0 calc( var(--bili) * 150px ) 0;
    }
    .NewsTop{
        margin: 0 0 calc( var(--bili) * 60px ) 0;
    }
    .NewsTop .NewsTitle{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .NewsTop .NewsTitle .NtEn{
        font-size: calc( var(--bili) * 108px );
        color: var(--colorZT);
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
        text-transform: uppercase;
        line-height: 1;
    }
    .NewsTop .NewsTitle .NtCn{
        font-size: calc(var(--bili) * 36px);
        color: #333333;
    }
    .NewsTop .PubNav .EcLs .EcIe .EcAc{
        background-color: #ffffff;
    }

    .NewsLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -25px ) calc( var(--bili) * -30px );
    }
    .NewsLs .EcIe{
        width: calc(100%/4);
        padding: calc( var(--bili) * 25px ) calc( var(--bili) * 30px );
    }
    .NewsLs .EcIe .EcAc{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: calc(var(--bili) * 16px);
        overflow: hidden;
        background-color: #eeeeee;
    }
    .NewsLs .EcIe .EcAc .EcIm{
        width: 100%;
        position: relative;
        padding-top: 85%;
        overflow: hidden;
    }
    .NewsLs .EcIe .EcAc .EcCn{
        width: 100%;
        padding: calc(var(--bili) * 30px);
    }
    .NewsLs .EcIe .EcAc .EcTm{
        font-size: calc( var(--bili) * 18px );
        color: var(--colorZT);
    }
    .NewsLs .EcIe .EcAc .EcMc{
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        font-weight: 700;
        margin: calc( var(--bili) * 15px ) 0 0 0;
        line-height: 2;
    }
    .NewsLs .EcIe .EcAc:hover{
        background-color: var(--colorZT);
    }
    .NewsLs .EcIe .EcAc:hover *{
        color: #ffffff;
    }
    .NewsLs .EcIe .EcAc:hover .EcIm img{
        transform: scale(1.1);
    }

}

/*产品*/
@media screen {
    .ProBg{
        position: absolute;
        width: 100%;
        top: 0;
        z-index: -1;
    }
    .ProMain{
        padding: calc( var(--bili) * 200px ) 0 calc( var(--bili) * 150px ) 0;
    }
    .ProTop{
        display: flex;
        justify-content: space-between;
        margin: 0 0 calc( var(--bili) * 100px ) 0;
    }
    .ProTop .ProSearch{
        width: 45%;
    }
    .ProTop .ProSearch .EcTit{
        font-size: calc( var(--bili) * 108px );
        color: var(--colorZT);
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 110px ) 0;
        text-transform: uppercase;
        line-height: 1;
    }
    .ProTop .ProSearch .EcSearch{
        width: calc( var(--bili) * 540px );
    }
    .ProTop .ProSearch .EcSearch .EcForm{
        width: 100%;
        position: relative;
        border-bottom: 1px solid #a0a0a0;
    }
    .ProTop .ProSearch .EcSearch .EcForm .EcAn{
        position: absolute;
        left: 0;
        top: 0;
        width: calc( var(--bili) * 50px );
        height: calc( var(--bili) * 100px );
        cursor: pointer;
        background: url(../images/w3.svg) no-repeat center;
        background-size: calc( var(--bili) * 40px );
    }
    .ProTop .ProSearch .EcSearch .EcForm .EcSrk{
        width: 100%;
        font-size: calc( var(--bili) * 30px );
        color: #555555;
        font-weight: 400;
        line-height: calc( var(--bili) * 100px );
        background: transparent;
        text-align: right;
        padding: 0 0 0 calc( var(--bili) * 80px );
    }
    .ProTop .ProNav {
        width: 48%;
    }
    .ProTop .ProNav .EcTit{
        font-size: calc( var(--bili) * 36px );
        color: #333333;
        margin: calc( var(--bili) * 20px ) 0 calc( var(--bili) * 30px ) 0;
    }
    .ProTop .ProNav .EcIns{
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 50px ) 0;
    }
    .PubNav{
        position: relative;
    }
    .PubNav .EcLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -6px );
    }
    .PubNav .EcLs .EcIe{
        padding: calc( var(--bili) * 6px );
    }
    .PubNav .EcLs .EcIe .EcAc{
        display: block;
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        background-color: #eeeeee;
        line-height: calc( var(--bili) * 50px );
        padding: 0 calc( var(--bili) * 20px );
        text-align: center;
        min-width: calc( var(--bili) * 160px );
        border-radius: calc( var(--bili) * 10px );
    }
    .PubNav .EcLs .EcIe.on .EcAc{
        color: #ffffff;
        background-color: var(--colorZT);
    }

    .ProLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -20px );
    }
    .ProLs .ProIe{
        width: calc(100%/4);
        padding: calc( var(--bili) * 20px );
    }
    .ProLs .ProIe .ProAc{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #eeeeee;
        border-radius: calc( var(--bili) * 12px );
        padding: calc( var(--bili) * 50px ) calc( var(--bili) * 30px ) calc( var(--bili) * 20px );
        /*transition: all 0.3s;*/
    }
    .ProLs .ProIe .ProAc .EcMc{
        font-size: calc( var(--bili) * 24px );
        color: #555555;
        font-weight: 700;
    }
    .ProLs .ProIe .ProAc .EcCk{
        font-size: calc( var(--bili) * 16px );
        color: #999999;
        margin: calc( var(--bili) * 15px ) 0 0 0;
        text-transform: uppercase;
    }
    .ProLs .ProIe .ProAc .EcIm{
        margin: calc( var(--bili) * 10px ) 0 0 0;
        width: 84%;
        position: relative;
        padding-top: 77.5%;
        overflow: hidden;
    }
    .ProLs .ProIe .ProAc:hover{
        background-color: var(--colorZT3);
    }
    .ProLs .ProIe .ProAc:hover *{
        color: #FFFFFF;
    }
    .ProLs .ProIe .ProAc:hover .EcIm img{
        /*transform: scale(1.1);*/
    }

    .ProContent{
        background-color: #eeeeee;
        padding: calc( var(--bili) * 40px );
        border-radius: calc( var(--bili) * 20px );
    }
    .ProInfo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 calc( var(--bili) * 35px ) 0;
    }
    .ProInfo .ProIm{
        width: calc( var(--bili) * 660px );
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: #FFFFFF;
        border-radius: calc( var(--bili) * 20px );
        overflow: hidden;
    }
    .ProInfo .ProIm .ecIm{
        width: 100%;
        padding-top: 78%;
        position: relative;
        overflow: hidden;
    }
    .ProInfo .ProIm .ProImA{
        width: 100%;
    }
    .ProInfo .ProIm .ProImA .swiper-pagination .swiper-pagination-bullet{
        background: var(--colorZT);
    }
    .ProInfo .ProIm .ProImA .SwBtn{
        display: none;
        width: calc( var(--bili) * 30px );
        height: calc( var(--bili) * 60px );
        background-color: #aeaeae;
        border-radius: 0;
        z-index: 2;
    }
    .ProInfo .ProIm .ProImA .SwBtn:after{
        color: #ffffff;
        font-size: calc( var(--bili) * 16px );
        font-weight: 700;
    }
    .ProInfo .ProIm .ProImA .ProImN{
        right: 0;
    }
    .ProInfo .ProIm .ProImA .ProImP{
        left: 0;
    }
    .ProInfo .ProIm .ProImA .inAc{
        padding: calc( var(--bili) * 60px ) calc( var(--bili) * 80px );
    }
    .ProInfo .ProIm .ProImA .inIm{
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 92%;
    }
    .ProInfo .ProCn{
        width: calc(100% - calc( var(--bili) * 750px ));
    }
    .ProInfo .ProCn .EcTit{
        font-size: calc( var(--bili) * 48px );
        color: #333333;
        font-weight: 700;
    }
    .ProInfo .ProCn .EcIns{
        font-size: calc( var(--bili) * 36px );
        color: #555555;
        margin: calc( var(--bili) * 30px ) 0 0 0;
    }
    .ProInfo .ProCn .EcLie{
        border-bottom: 1px dashed #b6b6b6;
        margin: calc( var(--bili) * 60px ) 0 0 0;
    }
    .ProInfo .ProCn .EcBtn{
        display: inline-block;
        margin: calc( var(--bili) * 60px ) 0 0 0;
        font-size: calc( var(--bili) * 30px );
        color: #ffffff;
        background-color: var(--colorZT);
        font-weight: 700;
        cursor: pointer;
        padding: calc( var(--bili) * 15px ) calc( var(--bili) * 80px );
        border-radius: calc( var(--bili) * 20px );
    }
    .ProInfo .ProCn .EcTel{
        margin: calc( var(--bili) * 40px ) 0 0 0;
        font-size: calc( var(--bili) * 30px );
        color: var(--colorZT);
    }
    .ProDetails{
        background-color: #ffffff;
        padding: calc( var(--bili) * 50px ) calc( var(--bili) * 40px );
        border-radius: calc( var(--bili) * 20px );
    }
    .ProDetails .EcTit{
        font-size: calc( var(--bili) * 28px );
        font-weight: 700;
        color: var(--colorZT);
        border-bottom: 1px solid #bfbfbf;
        padding: 0 calc( var(--bili) * 30px ) calc( var(--bili) * 30px );
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .ProDetails .EcCon{
        padding: 0 calc( var(--bili) * 30px );
        width: 100%;
    }
    .ProRec{
        margin: calc( var(--bili) * 80px ) 0 0 0;
    }
    .ProRec .RecTit{
        margin: 0 0 calc( var(--bili) * 50px ) 0;
    }
    .ProRec .RecTit .RecTitCn{
        font-size: calc( var(--bili) * 36px );
        color: var(--colorZT);
        font-weight: 700;
    }
    .ProRec .RecTit .RecTitEn{
        font-size: calc( var(--bili) * 30px );
        color: #555555;
        text-transform: uppercase;
        margin: calc( var(--bili) * 20px ) 0 0 0;
    }


}

/*党建*/
@media screen {
    .PartyInfo{
        position: relative;
        margin: 0 0 calc(var(--bili) * 90px) 0;
    }
    .PartyInfo .EcTit{
        font-size: calc(var(--bili) * 48px);
        color: var(--colorZT5);
        font-weight: 700;
        text-align: center;
    }
    .PartyInfo .EcFbt{
        font-size: calc(var(--bili) * 24px);
        color: #555555;
        line-height: 2;
        text-align: center;
        margin: calc(var(--bili) * 40px) 0 0 0;
    }
    .PartyInfo .EcIns{
        font-size: calc(var(--bili) * 18px);
        color: #555555;
        line-height: 2;
        margin: calc(var(--bili) * 40px) 0 0 0;
        text-align: justify;
    }
    .PartyInfo .EcMcs{
        font-size: calc(var(--bili) * 36px);
        color: var(--colorZT5);
        font-weight: 700;
        text-align: center;
        margin: calc(var(--bili) * 40px) 0 0 0;
    }
    .PartyInfo .EcImA{
        width: calc(var(--bili) * 1069px);
        margin: calc(var(--bili) * 30px) auto 0;
    }
    .PartyInfo .EcFlr{
        margin: calc(var(--bili) * 100px) 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .PartyInfo .EcFlr .EcL{
        width: 47%;
    }
    .PartyInfo .EcFlr .EcL .InTit{
        font-size: calc(var(--bili) * 36px);
        color: var(--colorZT5);
        font-weight: 700;
        margin: 0 0 calc(var(--bili) * 40px) 0;
    }
    .PartyInfo .EcFlr .EcL .InLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc(var(--bili) * -12px);
    }
    .PartyInfo .EcFlr .EcL .InLs .InIe{
        width: 100%;
        padding: calc(var(--bili) * 12px);
    }
    .PartyInfo .EcFlr .EcL .InLs .InIe .InAc{
        display: block;
    }
    .PartyInfo .EcFlr .EcL .InLs .InIe .InAc .InMc{
        font-size: calc(var(--bili) * 24px);
        color: #ffffff;
        background-color: var(--colorZT5);
        padding: calc(var(--bili) * 6px) calc(var(--bili) * 50px);
        border-radius: calc(var(--bili) * 60px);
        display: inline-block;
        letter-spacing: calc(var(--bili) * 2px);
    }
    .PartyInfo .EcFlr .EcL .InLs .InIe .InAc .InIn{
        margin: calc(var(--bili) * 10px) 0 0 0;
        font-size: calc(var(--bili) * 18px);
        color: #555555;
        line-height: 1.8;
    }
    .PartyInfo .EcFlr .EcR{
        width: 50.313%;
        overflow: hidden;
    }

    .PartyTabs{
        margin: 0 0 calc(var(--bili) * 60px) 0;
        /*background: url(../images/s32.png) no-repeat bottom center;*/
        background-size: cover!important;
        border-radius: calc(var(--bili) * 10px);
        overflow: hidden;
        padding: calc(var(--bili) * 110px) 0;
    }

    .PartyNav{
        position: relative;
    }
    .PartyNav .PnTit{
        font-size: calc(var(--bili) * 36px);
        color: var(--colorZT5);
        text-align: center;
        font-weight: 700;
        margin: 0 0 calc(var(--bili) * 60px) 0;
    }
    .PartyNav .PnLs{
        display: flex;
        justify-content: center;
        margin: calc(var(--bili) * -20px);
    }
    .PartyNav .PnLs .PnIe{
        padding: calc(var(--bili) * 20px);
    }
    .PartyNav .PnLs .PnIe .PnAc{
        font-size: calc(var(--bili) * 30px);
        color: var(--colorZT5);
        background-color: #ffffff;
        border-radius: calc(var(--bili) * 10px);
        padding: calc(var(--bili) * 12px) calc(var(--bili) * 50px);
        font-weight: 700;
        letter-spacing: calc(var(--bili) * 2px);
    }
    .PartyNav .PnLs .PnIe.on .PnAc{
        color: #ffffff;
        background-color: var(--colorZT5);
    }
    .PartyNav.BnPartyNav{
        margin: 0 0 calc(var(--bili) * 20px) 0;
    }

    .PartyLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc(var(--bili) * -25px);
    }
    .PartyLs .EcIe{
        width: calc(100%/2);
        padding: calc(var(--bili) * 25px);
    }
    .PartyLs .EcIe .EcAc{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .PartyLs .EcIe .EcAc .EcIm{
        width: 37.5%;
        position: relative;
        padding-top: 25.5%;
        overflow: hidden;
    }
    .PartyLs .EcIe .EcAc .EcCn{
        width: 58%;
    }
    .PartyLs .EcIe .EcAc .EcMc{
        font-size: calc(var(--bili) * 22px);
        color: #555555;
    }
    .PartyLs .EcIe .EcAc .EcIn{
        margin: calc(var(--bili) * 20px) 0 0 0;
        font-size: calc(var(--bili) * 16px);
        color: #696969;
        line-height: 2;
    }
    .PartyLs .EcIe .EcAc .EcCk{
        margin: calc(var(--bili) * 20px) 0 0 0;
        font-size: calc(var(--bili) * 16px);
        color: var(--colorZT5);
    }
    .PartyLs .EcIe .EcAc:hover .EcMc{
        color: var(--colorZT5);
    }
}

/*生产能力*/
@media screen {
    .ProduceA{
        position: relative;
        overflow: hidden;
        background-size: cover!important;
        padding: calc(var(--bili) * 120px) 0;
    }
    .ProduceA .EcMain{
        position: relative;
    }
    .ProduceA .EcMain .EcTit{
        font-size: calc(var(--bili) * 48px);
        color: var(--colorZT);
        font-weight: 700;
        margin: 0 0 calc(var(--bili) * 60px) 0;
        text-align: center;
    }
    .PceSwA{
        position: relative;
    }
    .PceSwA:after{
        content: '';
        position: absolute;
        top: calc(var(--bili) * 12px);
        left: 50%;
        transform: translateX(-50%);
        width: 200%;
        border-bottom: 1px dashed #dcdcdc;
    }
    .ProduceASwA{
        position: relative;
    }
    .ProduceASwA .swiper-wrapper{
        justify-content: center;
    }
    .ProduceASwA .EcBx {
        position: relative;
        padding: calc(var(--bili) * 50px) 0 0 0;
        cursor: pointer;
    }
    .ProduceASwA .EcBx .EcIc{
        position: absolute;
        left: 50%;
        top: calc(var(--bili) * 5px);
        transform: translateX(-50%);
        width: calc(var(--bili)* 15px);
        aspect-ratio: 1;
        border-radius: 50%;
        background: #a0a0a0;
        cursor: pointer;
    }
    .ProduceASwA .EcBx .EcIc:after{
        content: '';
        position: absolute;
        left: calc(var(--bili) * -5px);
        top: calc(var(--bili) * -5px);
        width: calc(100% + calc(var(--bili) * 10px));
        height: calc(100% + calc(var(--bili) * 10px));
        background: rgba(160, 160, 160, 0.5);
        border-radius: 50%;
    }
    .ProduceASwA .EcBx .EcMc{
        text-align: center;
        font-size: calc(var(--bili) * 18px);
        color: #555555;
    }
    .ProduceASwA .swiper-slide-thumb-active .EcBx .EcIc{
        background: var(--colorZT);
    }
    .ProduceASwA .swiper-slide-thumb-active .EcBx .EcIc:after{
        background: rgba(8, 53, 112, 0.5);
    }
    .ProduceASwB{
        margin: calc(var(--bili) * 80px) 0 0 0;
    }
    .ProduceASwB .EcAc{
        display: flex;
        justify-content: space-between;
        height: calc(var(--bili) * 490px);
    }
    .ProduceASwB .EcAc .EcIm{
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    .ProduceASwB .EcAc .EcCn{
        width: 50%;
        background: #f5f5f5;
        padding: calc(var(--bili) * 30px) calc(var(--bili) * 90px);
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .ProduceASwB .EcAc .EcCn .EcMc{
        color: var(--colorZT);
        display: flex;
        align-items: flex-end;
    }
    .ProduceASwB .EcAc .EcCn .EcMc .EcA{
        font-size: calc(var(--bili) * 150px);
        font-weight: 700;
        line-height: 1;
    }
    .ProduceASwB .EcAc .EcCn .EcMc .EcB{
        font-size: calc(var(--bili) * 36px);
        font-weight: 400;
        margin: 0 0 calc(var(--bili) * 10px) 0;
        letter-spacing: calc(var(--bili) * 6px);
    }
    .ProduceASwB .EcAc .EcCn .EcIn{
        font-size: calc(var(--bili) * 18px);
        color: #555555;
        line-height: 2.2;
    }
    .ProduceASwC{
        height: 100%;
        overflow: hidden;
        background-color: #ffffff;
    }
    .ProduceASwC .swiper-slide{
        height: 100%;
    }
    .ProduceASwC .InAc{
        height: 100%;
    }
    .ProduceASwC .swiper-pagination{
        bottom: calc(var(--bili) * 20px);
        text-align: right;
        padding: 0 calc(var(--bili) * 40px);
    }
    .ProduceASwC .swiper-pagination .swiper-pagination-bullet{
        width: calc(var(--bili) * 15px);
        height: calc(var(--bili) * 15px);
        background-color: #ffffff;
        margin: 0 calc(var(--bili) * 8px);
        opacity: 1;
    }
    .ProduceASwC .swiper-pagination .swiper-pagination-bullet-active{
        background-color: var(--colorZT);
    }

    .ProduceB{
        position: relative;
        overflow: hidden;
        background-size: cover!important;
        padding: calc(var(--bili) * 130px) 0;
    }
    .ProduceB .EcMain{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .ProduceB .EcMain .EcTit{
        font-size: calc(var(--bili) * 48px);
        color: #ffffff;
        font-weight: 700;
        letter-spacing: calc(var(--bili) * 6px);
    }
    .ProduceB .EcMain .EcLie{
        margin: calc(var(--bili) * 25px) 0 0 0;
        width: calc(var(--bili) * 100px);
        height: calc(var(--bili) * 2px);
        background-color: #ffffff;
    }
    .ProduceB .EcMain .EcIns{
        margin: calc(var(--bili) * 25px) 0 0 0;
        font-size: calc(var(--bili) * 18px);
        color: #ffffff;
        line-height: 2.4;
    }
    .ProduceB .EcMain .EcBtn{
        margin: calc(var(--bili) * 130px) 0 0 0;
        display: block;
        font-size: calc(var(--bili) * 18px);
        color: #ffffff;
        background-color: #3a77bc;
        padding: calc(var(--bili) * 12px) calc(var(--bili) * 50px);
        border-radius: calc(var(--bili) * 10px);
        font-weight: 700;
        letter-spacing: calc(var(--bili) * 2px);
    }

    .ProduceC{
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .ProduceC .PlantArrow{
        position: absolute;
        top: 50%;
        left: calc(60.5% - 70px);
        transform: translateY(-50%);
        width: calc( var(--bili) * 140px );
        height: calc( var(--bili) * 140px );
        border: calc( var(--bili) * 20px ) solid #f0efed;
        border-radius: 50%;
        background: var(--colorZT4) url(../images/w9.svg) no-repeat center;
        background-size: 40%;
    }
    .ProduceC .PlantIm{
        width: 60.5%;
        position: relative;
    }
    .ProduceC .PlantIm .EcIm{
        width: 100%;
    }
    .ProduceC .PlantIm .EcLs{
        display: block;
    }
    .ProduceC .PlantIm .EcLs .EcIe{
        position: absolute;
        z-index: 1;
        font-size: calc( var(--bili) * 16px );
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.5);
        padding: calc( var(--bili) * 10px ) calc( var(--bili) * 20px );
        border-radius: calc( var(--bili) * 30px );
        cursor: pointer;
        transition: all 0.5s;
    }
    .ProduceC .PlantIm .EcLs .EcIe .EcIc{
        position: absolute;
        left: calc( var(--bili) * -30px );
        top: 50%;
        transform: translateY(-50%);
        width: calc(var(--bili) * 12px);
        height: calc(var(--bili) * 12px);
        aspect-ratio: 1;
        border-radius: 50%;
        background: #7d7d7d;
        animation: l2 1.5s infinite linear;
        cursor: pointer;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    .ProduceC .PlantIm .EcLs .EcIe .EcIe:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 rgba(125, 125, 125, 0.9);
        animation: inherit;
        animation-delay: -0.5s;
    }
    .ProduceC .PlantIm .EcLs .EcIe .EcIe:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        border-radius: inherit;
        box-shadow: 0 0 0 0 rgba(125, 125, 125, 0.6);
        animation: inherit;
        animation-delay: -1s;

    }
    @keyframes l2 {
        100% {
            box-shadow: 0 0 0 calc(var(--bili) * 15px) #0000
        }
    }
    .ProduceC .PlantIm .EcLs .EcIe.on{
        background: rgba(8, 53, 112, 0.8);
        font-size: calc( var(--bili) * 20px );
        margin: calc( var(--bili) * -4px ) 0 0 0;
        padding: calc( var(--bili) * 10px ) calc( var(--bili) * 25px );
        z-index: 9;
    }
    .ProduceC .PlantIm .EcLs .EcIe.on .EcIc{
        background: var(--colorZT);
        box-shadow: 0 0 0 0 rgba(8, 53, 112, 0.3);
    }
    .ProduceC .PlantIm .EcLs .EcIe.on .EcIc:before{
        box-shadow: 0 0 0 0 rgba(8, 53, 112, 0.3);
    }
    .ProduceC .PlantIm .EcLs .EcIe.on .EcIc:after{
        box-shadow: 0 0 0 0 rgba(8, 53, 112, 0.3);
    }

    .ProduceC .PlantCn{
        width: 39.5%;
        background-size: cover!important;
        padding: 2% 7.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ProduceC .PlantCn .EcTit{
        font-weight: 700;
        font-size: calc( var(--bili) * 48px );
        color: #FFFFFF;
        margin: 0 0 calc( var(--bili) * 90px ) 0;
    }
    .PlantSw{
        width: 100%;
    }
    .PlantSw .EcAc{
        color: #FFFFFF;
    }
    .PlantSw .EcAc .EcIm{
        width: 100%;
        overflow: hidden;
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .PlantSw .EcAc .EcMc{
        font-weight: 700;
        font-size: calc( var(--bili) * 36px );
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .PlantSw .EcAc .EcIn{
        font-size: calc( var(--bili) * 18px );
        line-height: 2;
    }

    .ProduceD{
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: calc( var(--bili) * 80px ) 0 calc( var(--bili) * 150px ) 0;
    }
    .ProduceD .EcTit{
        font-size: calc( var(--bili) * 48px );
        color: var(--colorZT);
        font-weight: 700;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .ProduceD .EcTit.Mts{
        margin: calc( var(--bili) * 90px ) 0 calc( var(--bili) * 40px ) 0;
    }

    .ProduceD .ProduceDSwA{
        width: 100%;
        padding: 0 0 calc( var(--bili) * 120px ) 0;
    }
    .ProduceD .ProduceDSwA .EcAc{
        background-color: #f6f6f6;
        text-align: center;
        padding: calc( var(--bili) * 40px ) calc( var(--bili) * 30px );
        border-radius: calc( var(--bili) * 10px );
        overflow: hidden;
    }
    .ProduceD .ProduceDSwA .EcAc .EcIm{
        width: 100%;
        position: relative;
        padding-top: 72.73%;
        overflow: hidden;
    }
    .ProduceD .ProduceDSwA .EcAc .EcMc{
        font-size: calc( var(--bili) * 24px );
        color: #555555;
        margin: calc( var(--bili) * 30px ) 0 0 0;
    }
    .ProduceD .ProduceDSwA .EcAc .EcIn{
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        margin: calc( var(--bili) * 20px ) 0 0 0;
    }
    .ProduceD .ProduceDSwA .SwAn{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .ProduceD .ProduceDSwA .SwBtn{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: calc( var(--bili) * 60px );
        height: calc( var(--bili) * 60px );
        background-color: #dddedf;
        border: 1px solid #dddedf;
        border-radius: 50%;
        transition: all 0.3s;
        margin: 0 calc( var(--bili) * 20px );
        cursor: pointer;
    }
    .ProduceD .ProduceDSwA .SwBtn:after{
        font-size: calc( var(--bili) * 20px );
        color: #555555;
        font-weight: 400;
    }
    .ProduceD .ProduceDSwA .SwBtn:hover{
        background-color: var(--colorZT);
    }
    .ProduceD .ProduceDSwA .SwBtn:hover:after{
        color: #ffffff;
    }

    .ProduceD .ProduceDSwB{
        width: 100%;
        padding: 0 0 calc( var(--bili) * 90px ) 0;
    }
    .ProduceD .ProduceDSwB .EcAc{
        background-color: #f5f5f5;
        text-align: center;
        padding: calc( var(--bili) * 40px ) calc( var(--bili) * 34px );
        border-radius: calc( var(--bili) * 10px );
        overflow: hidden;
    }
    .ProduceD .ProduceDSwB .EcAc .EcIm{
        width: 100%;
        position: relative;
        padding-top: 87.25%;
        overflow: hidden;
    }
    .ProduceD .ProduceDSwB .EcAc .EcMc{
        font-size: calc( var(--bili) * 24px );
        color: #555555;
        margin: calc( var(--bili) * 20px ) 0 0 0;
    }
    .ProduceD .ProduceDSwB .swiper-pagination{
        top: auto;
        bottom: 0;
        height: calc( var(--bili) * 2px );
        background: #dcdcdc;
    }
    .ProduceD .ProduceDSwB .swiper-pagination .swiper-pagination-progressbar-fill{
        background: var(--colorZT);
    }






}









