/*头部*/
@media screen{
    .headerTop{
        background: #f9f9f9;
        padding: 10px 0;
    }
    .headerTop .EcMain{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #555555;
    }
    .headerTop .EcMain .ecL{
        position: relative;
    }
    .headerTop .EcMain .ecR{
        display: flex;
        align-items: center;
    }
    .headerTop .EcMain .ecR .ecA{
        display: block;
        margin: 0 12px 0 0;
        padding: 0 12px 0 0;
        line-height: 1;
    }
    .headerTop .EcMain .ecR .ecB{
        padding: 0 12px 0 30px;
        background: url("../images/cnguoqi.svg") no-repeat center left;
        background-size: 25px;
        margin-left:20px;
    }
    .headerTop .EcMain .ecR .ecB1{
        padding: 0 12px 0 30px;
        background: url("../images/vnguoqi.svg") no-repeat center left;
        background-size: 25px;
        margin-left:20px;
    }
    .headerTop .EcMain .ecR .ecB2{
        padding: 0 12px 0 30px;
        background: url("../images/enguoqi.svg") no-repeat center left;
        background-size: 25px;
        margin-left:20px;
    }

    .headerInt{
        background-color: #ffffff;
        padding: 20px 0;
    }
    .headerInt .EcMain{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .headerInt .EcMain .EcL{
        display: flex;
        align-items: center;
    }
    .headerInt .EcMain .EcR{
        display: flex;
        align-items: center;
    }
    .headerInt .EcMain .headSm{
        color: #333333;
        border-left: 1px solid #e2e2e2;
        padding: 0 40px 0 30px;
        margin: 0 0 0 30px;
    }
    .headerInt .EcMain .headSm .ecA{
        font-size: 22px;
        font-weight: 700;
    }
    .headerInt .EcMain .headSm .ecB{
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .headerInt .EcMain .headLx{

    }
    .headerInt .EcMain .headLx .ecIe{
        background: url("../images/w2.svg") no-repeat center left;
        padding: 0 0 0 65px;
        background-size: 50px;
    }
    .headerInt .EcMain .headLx .ecA{
        font-size: 16px;
    }
    .headerInt .EcMain .headLx .ecB{
        font-size: 24px;
        color: var(--colorZT);
        font-family: serif;
        font-weight: 700;
        letter-spacing: 1px;
    }


    .header{
        /*position: fixed;*/
        width: 100%;
        top: 0;
        z-index: 998;
        /*height: calc( var(--bili) * var(--hedaH)*1px );*/
        background: var(--colorZT);
        transition: all 0.5s;
    }
    .header.menu-none {
        /*transform: translateY(-110%);*/
    }
    .header.on{
        position: fixed;
        /*background: var(--colorZT);*/
        /*background: rgba(0, 0, 0, 0.85);*/
        box-shadow: 0 0 calc( var(--bili) * 20px ) rgba(0, 0, 0, 0.2);
    }

    .header .headerMain{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }
    .headerLogo{
        width: calc( var(--bili) * var(--logoW)*1px );;
        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: #FFFFFF;
        width: 100%;
        font-size: calc( var(--bili) * 16px );
        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;
    }
    .header-menu .CAli.on .CAa{
        background: var(--colorZT1);
    }
    .header.on .header-menu .CAli .CAa{
        line-height: calc(var(--bili) * var(--hedaH2)*1px);
    }

    .headerMiddle {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .down-menu{
        display: none;
        /*display: block!important;*/
        position: absolute;
        /*top: calc( var(--bili) * var(--hedaH)*1px );*/
        top: calc(100% + 1px);
        /*width: 100%;*/
        min-width: 160px;
        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{
        width: 100%;
        height: 100%;
        background: #ffffff;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
        padding: 10px 0;
        background: var(--colorZT1);
    }
    .down-menu .CBa{
        display: block;
        width: 100%;
        line-height: calc( var(--bili) * 50px );
        font-size: calc( var(--bili) * 15px );
        /*min-width: calc( var(--bili) * 160px );*/
        background: var(--colorZT1);
        color: #FFFFFF;
        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.5s;*/
    }
    .down-menu .CBli:hover .CBa{
        color: #FFFFFF;
        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;*/
        max-width: 1920px;
        margin: 0 auto;
    }
    .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: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-banner .ADcon .EcMA{
        display: flex;
        align-items: flex-end;
        margin: calc( var(--bili) * 40px ) 0 0 0 ;
    }
    .detail-banner .ADcon .EcA{
        font-size: calc( var(--bili) * 36px );
        font-weight: 700;
        color: #ffffff;
        letter-spacing: calc( var(--bili) * 4px );
    }
    .detail-banner .ADcon .EcB{
        font-size: calc( var(--bili) * 24px );
        letter-spacing: calc(var(--bili) * 2px);
        text-transform: uppercase;
        font-weight: lighter;
        margin: 0 0 0 calc( var(--bili) * 30px );
    }
    .detail-banner .ADcon .EcC{
        margin: calc( var(--bili) * 30px ) 0 0 0 ;
        font-size: calc( var(--bili) * 24px );
        line-height: 2;
    }
    .detail-banner .ADcon.Cfff *{
        color: #ffffff;
    }
}

/*banner*/
@media screen{
    .WhBanner {
        /*max-width: 1920px;*/
        /*height: calc(var(--bili) * var(--bannerH) * 1px);*/
        height: 31.25vw;
        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;
    }
    .swiper-pagination.swiper-page-banner{
        width: 100%;
        bottom: calc(var(--bili)* 30px) !important;
        left: 0;
    }
    .swiper-page-banner .swiper-pagination-bullet{
        background: #fff;
        width: calc(var(--bili)* 10px);
        height: calc(var(--bili)* 10px);
        border-radius: 50%;
        margin: 0 calc(var(--bili)* 6px)!important;
        position: relative;
        transition: all 0.5s;
        opacity: 1;
    }
    .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);
    }

    .BnRcWz{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .BnRcWz .EcBox{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .BnRcWz .EcBox .ecA{
        color: #FFFFFF;
        font-weight: 700;
        font-size: calc(var(--bili) * 54px);
        margin: calc(var(--bili) * 100px) 0 calc(var(--bili) * 40px) 0;
        letter-spacing: calc(var(--bili) * 6px);
        opacity: 0;
        transform: translateY(calc(var(--bili) * 240px));
        transition: all 0.8s;
    }
    .BnRcWz .EcBox .ecB{
        color: #FFFFFF;
        font-size: calc(var(--bili) * 40px);
        text-transform: uppercase;
        margin: 0 0 calc(var(--bili) * 40px) 0;
        letter-spacing: calc(var(--bili) * 4px);
        opacity: 0;
        transform: translateY(calc(var(--bili) * 240px));
        transition: all 1.2s;
    }
    .BnRcWz .EcBox .ecC{
        display: block;
        margin: 0;
        color: #FFFFFF;
        font-size: calc(var(--bili) * 30px);
        padding: calc( var(--bili) * 15px ) calc( var(--bili) * 50px );
        background-color: var(--colorZT);
        border-radius: calc( var(--bili) * 12px );
        letter-spacing: calc(var(--bili) * 4px);
        opacity: 0;
        transform: translateY(calc(var(--bili) * 240px));
        transition: all 1.8s;
    }

    .WhBanner .swiper-slide-active .BnRcWz * {
        opacity: 1 !important;
        transform: scale3d(1, 1, 1) !important;
    }

}

/*foot*/
@media screen{
    .footer {
        width: 100%;
        background: var(--colorZT2);
        position: relative;
    }

    .FootMenu{
        background: url(../images/w30.png) no-repeat;
        width: 1210px;
        padding: 0 30px;
        margin: 0 auto;
        position: relative;
        top: -13px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .FootMenu .ecA{
        width: calc(100%/7);
        display: block;
        text-align: center;
        color: #ffffff;
        line-height: 52px;
        position: relative;
        font-size: 16px;
    }
    .FootMenu .ecA:after{
        content: "";
        position: absolute;
        width: 1px;
        height: 14px;
        background: #ffffff;
        top: 50%;
        right: 0;
        opacity: 0.5;
        transform: translateY(-50%);
        transition: all .5s;
    }
    .FootMenu .ecA:last-child:after{
        display: none;
    }


    .footer .EcMain{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: calc( var(--bili) * 40px ) 0;
    }
    .footer .EcMain .EcL{
        width: 690px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .footer .EcMain .EcR{
        width: 400px;
    }
    .FootLogo{
        width: 220px;
        min-width: 220px;
        margin: 0 40px 0 0;
    }
    .FootLx{
        color: #ffffff;
        font-size: 14px;
    }
    .FootLx .EcA{
        margin: 5px 0;
        line-height: 2;
    }
    .FootLx .EcB{
        font-weight: 700;
        font-size: 16px;
        margin: 0 0 5px 0;
        line-height: 2;
    }

    .FootForm{
        width: 100%;
        position: relative;
    }
    .FootForm .EcSr{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .FootForm .EcSr .Srk{
        width: 48%;
        height: calc( var(--bili) * 40px );
        padding: 0 calc( var(--bili) * 15px );
        font-size: calc( var(--bili) * 14px );
        background: transparent;
        border: 1px solid #b5b5b5;
        color: #ffffff;
    }
    .FootForm .EcSr .Srks{
        margin: 4% 0 4% 0;
        width: 100%;
        padding: calc( var(--bili) * 10px ) calc( var(--bili) * 15px );
        height: calc( var(--bili) * 40px );
        font-size: calc( var(--bili) * 14px );
        background: transparent;
        border: 1px solid #b5b5b5;
        color: #ffffff;
        resize: none;
        overflow: hidden;
    }
    .FootForm .EcSr .Srk::placeholder{
        color: #ffffff;
    }
    .FootForm .EcSr .Srks::placeholder{
        color: #ffffff;
    }
    .FootForm .EcAn{
        width: 100%;
        display: flex;
        align-items: center;
        margin: 4% 0 0 0;
    }
    .FootForm .EcAn .EcBtn{
        width: 100%;
        font-size: calc( var(--bili) * 14px );
        color: #FFFFFF;
        padding: calc( var(--bili) * 10px ) calc( var(--bili) * 40px );
        cursor: pointer;
    }
    .FootForm .EcAn .EcBtn.ok{
        background-color: var(--colorZT3);
    }
    .FootForm .EcAn .EcBtn:hover{
        background-color: var(--colorZT);
    }
    .FootForm .TsC{
        margin: 4% 0 0 0;
    }
    .FootForm .TsB{
        margin: 4% 0 0 0;
        color: #ffffff;
        font-size: 14px;
        text-align: justify;
        background: url("../images/w31.svg") no-repeat left center;
        background-size: 50px;
        min-height: 50px;
        padding: 0 0 0 60px;
        line-height: 1.6;
        display: flex;
        align-items: center;
    }
    .FootForm .TsA{
        margin: 4% 0 0 0;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
    }

    .CodeCon{
        width: 100%;
        position: relative;
    }
    .CodeCon .CodeBox{
        display: block;
    }
    .CodeCon .CodeBox .MsgCode{
        position: absolute;
        width: 30%;
        height: 100%;
        right: 0;
        top: 0;
        background: #ffffff;
        cursor: pointer;
    }

    .PmAgree{
        display: flex;
        align-items: center;
    }
    .PmAgree label{
        position: relative;
    }
    .PmAgree .inXx{
        position: absolute;
        top: 0;
        left: calc( var(--bili) * -20px );
        cursor: pointer;
        opacity: 0;
    }
    .PmAgree .inCn{
        font-size: calc( var(--bili) * 14px );
        color: #ffffff;
        position: relative;
        padding: 0 0 0 calc( var(--bili) * 30px );
        cursor: pointer;
    }
    .PmAgree .inCn:after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background: #fff;
        border: 1px solid #ccc;
        transition: all 0.15s ease;
    }
    .PmAgree .inXx:checked {
        border: 0 !important;
        background: 0;
    }
    .PmAgree .inXx:checked + .inCn:after {
        border-color: var(--colorZT);
        background-color: var(--colorZT);
    }
    .PmAgree .inXx:checked + .inCn:before {
        left: 6px;
        top: 5px;
        width: 4px;
        height: 6px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        position: absolute;
        display: block;
        content: '';
        z-index: 1;
    }

    .Copyright {
        border-top: 1px solid #ffffff;
        font-size: calc(var(--bili) * 14px);
        color: #ffffff;
        background: var(--colorZT2);
        line-height: 2;
        text-align: center;
        padding: calc( var(--bili) * 20px ) 0;
    }
    .FootBG{
        width: 100%;
        /*height: 50px;*/
        background: url("../images/w32.jpg") no-repeat center;
        background-size: cover;
    }
}

/*公共*/
@media screen{
    .WH-list{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .LR-list{
        justify-content: space-between;
    }
    .WH-content{
        width: 100%;
    }
    .WH-content *{
        max-width: 100%;
    }

    .ContentMain{
        width: 100%;
    }
    .ContentMain *{
        max-width: 100%;
    }

    .InPD{
        padding: calc( var(--bili) * 90px ) 0 calc( var(--bili) * 120px );
    }
    .InPD2{
        padding: calc( var(--bili) * 100px ) 0;
    }
    .InPD3{
        padding: calc( var(--bili) * 80px ) 0 calc( var(--bili) * 120px ) 0;
    }
    .InPD4{
        padding: calc( var(--bili) * 80px ) 0 0 0;
    }

    .InPD-IfLs{
        padding: 0 0 calc( var(--bili) * 120px ) 0;
    }

    .BgA{
        background: #f3f3f3;
    }
    .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;
    }

    .DetPubTit{
        color: #fff;
        font-size: 16px;
        background-color: var(--colorZT);
        display: inline-block;
        margin: 0 0 20px 0;
        padding: 8px 50px 8px 15px;
        position: relative;
    }
    .DetPubTit:after{
        content: "";
        position: absolute;
        width: 30px;
        height: 125%;
        top: -35%;
        right: -15px;
        background-color: #ffffff;
        transform: rotate(145deg);
    }

    .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;
    }

    .ContainerMain{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        z-index: 2;
        padding: 0 0 100px 0;
    }
    .ContainerMain .CmAside{
        width: 270px;
        margin-top: -32px;
    }
    .ContainerMain .CmMain{
        width: 930px;
        padding: 30px 0 0 40px;
    }
    .ContainerMain .CmAside .CmTitle{
        color: #ffffff;
        background: var(--colorZT) url("../images/w40.png") no-repeat 10px center;
        text-align: center;
        padding: 50px 0;
        position: relative;
        border-bottom: 8px solid #eeeeee;
    }
    .ContainerMain .CmAside .CmTitle:after{
        content: '';
        position: absolute;
        width: 110px;
        height: 32px;
        background: url("../images/w42.png") no-repeat center;
        background-size: 100% 100%;
        right: -110px;
        top: 0;
    }
    .ContainerMain .CmAside .CmTitle .ecA{
        font-size: 32px;
        font-weight: bold;
    }
    .ContainerMain .CmAside .CmTitle .ecB{
        opacity: 0.5;
        margin: 5px 0 0 0;
    }
    .ContainerMain .CmAside .CmMenu{
        background: #eeeeee;
        /*padding: 10px 0;*/
    }
    .ContainerMain .CmAside .CmMenu .EcLs{
        display: flex;
        flex-wrap: wrap;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe{
        width: 100%;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe .EcAc{
        border-bottom: 1px #fefefe solid;
        display: block;
        padding: 12px 40px 12px 40px;
        font-size: 16px;
        color: #333333;
        position: relative;
        overflow: hidden;
        z-index: 2;
        transition: all 0.5s;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe .EcAc:after{
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/icons/w12s.svg") no-repeat center;
        background-size: 100%;
        opacity: 0;
        transition: all 0.5s;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe .EcAc:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        background-color: var(--colorZT);
        transition: all 0.5s;
        z-index: -1;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe:last-child .EcAc{
        border-bottom: 0;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe .EcAc:hover,.ContainerMain .CmAside .CmMenu .EcLs .EcIe.on .EcAc{
        color: #ffffff;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe .EcAc:hover:after,.ContainerMain .CmAside .CmMenu .EcLs .EcIe.on .EcAc:after{
        opacity: 1;
    }
    .ContainerMain .CmAside .CmMenu .EcLs .EcIe .EcAc:hover:before ,.ContainerMain .CmAside .CmMenu .EcLs .EcIe.on .EcAc:before{
        left: 0;
    }

    .ContainerMain .CmAside .CmContact{
        margin: 25px 0 0 0;
    }
    .ContainerMain .CmAside .CmContact .EcMA{
        background: url(../images/w41.jpg) no-repeat center;
        background-size: cover;
        color: #fff;
        font-size: 20px;
        padding: 30px 30px 30px 100px;
    }
    .ContainerMain .CmAside .CmContact .EcMB{
        border: 1px #e0e0e0 solid;
        margin: 1px 0;
        padding: 15px;
        color: #666666;
        font-size: 14px;
        border-top: 0;
    }
    .ContainerMain .CmAside .CmContact .EcMB .EcA{
        line-height: 1.8;
    }
    .ContainerMain .CmAside .CmContact .EcMB .EcB{
        font-weight: 700;
        line-height: 2;
    }

    .ProMenuList {
        background-color:#ffffff;
        display:block;
        overflow:hidden;
    }
    .ProMenuList .navA {
        margin: 1px 0;
        padding: 0;
        /*border-bottom:1px solid #EEEEEE;*/
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .ProMenuList .navA .cA {
        width:calc(100% - 60px);
        line-height: 1.5;
        padding: 12px 0 12px 40px;
        color:#333333;
        font-size: 16px;
        display:block;
        background-color: #EEEEEE;
    }
    .ProMenuList .navA .cAI {
        width: 60px;
        cursor:pointer;
        display:flex;
        align-items:center;
        justify-content:flex-end;
        position:relative;
        background-color: #EEEEEE;
    }
    .ProMenuList .navA .cAI:after {
        content:'';
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(0deg);
        width: 20px;
        height: 20px;
        background:url(../images/icons/w12.svg) no-repeat center;
        background-size:100% !important;
        transition:all 0.5s;
    }
    .ProMenuList .eBls {
        width:100%;
        overflow:hidden;
        display:none;
    }
    .ProMenuList .eBls .navB {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #EEEEEE;
    }
    .ProMenuList .eBls .cB {
        width:calc(100% - 40px);
        padding: 12px 0 12px 40px;
        font-size: 14px;
        color: #555555;
        display: block;
        position: relative;
    }
    .ProMenuList .eBls .cB:hover {
        color: var(--colorZT);
    }
    .ProMenuList .navB .cBI {
        width: 40px;
        height: 40px;
        cursor:pointer;
        display:flex;
        align-items:center;
        justify-content:flex-end;
        position:relative;
    }
    .ProMenuList .navB .cBI:after {
        content:'';
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(0deg);
        width: 14px;
        height: 14px;
        background:url(../images/icons/w18.svg) no-repeat center;
        background-size:100%;
        transition:all 0.5s;
    }
    .ProMenuList .eCls {
        width:100%;
        overflow:hidden;
        display:none;
    }
    .ProMenuList .eCls .navC {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #EEEEEE;
    }
    .ProMenuList .eCls .cC {
        width: 100%;
        padding: 12px 0 12px 20px;
        font-size: 14px;
        color: #666666;
        display: block;
    }

    .ProMenuList .navA:last-child{
        border-bottom: 0;
    }
    .ProMenuList .navA.on .eBls {
        display:block;
    }
    .ProMenuList .navA.on .cA {
        background-color: var(--colorZT);
        /*color:var(--colorZT);*/
        color: #ffffff;
    }
    .ProMenuList .navA.on .cAI{
        background-color: var(--colorZT);
    }
    .ProMenuList .navA.on .cAI:after{
        background:url(../images/icons/w12s.svg) no-repeat center;
    }
    .ProMenuList .navA.open .cAI:after {
        /*transform:rotate(90deg);*/
        transform: translate(-50%,-50%) rotate(90deg);
    }
    .ProMenuList .navB.on .eCls {
        display:block;
    }
    .ProMenuList .eBls .cB.on {
        color:var(--colorZT);
    }
    .ProMenuList .navB.open .cBI:after {
        transform: translate(-50%,-50%) rotate(90deg);
    }
    .ProMenuList .eBls .cC.on {
        color:var(--colorZT);
    }

    .ProMenuList .navC.on .eDls {
        display:block;
    }
    .ProMenuList .eCls .cC.on {
        color:var(--colorZT);
    }
    .ProMenuList .navC.open .cCI:after {
        transform: translate(-50%,-50%) rotate(90deg);
    }
    .ProMenuList .eCls .cD.on {
        color:var(--colorZT);
    }
}

/*首页*/
@media screen{

    .PubSearch{
        background: #FFFFFF;
        padding: 10px 0;
    }
    .PubSearch .EcMain{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .PubSearch .EcMain .EcL{
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #333333;
    }
    .PubSearch .EcMain .EcL .ecA{
        display: block;
    }
    .PubSearch .EcMain .EcL .ecB{
        display: inline-block;
        color: #666666;
        margin: 0 10px;
    }
    .PubSearch .EcMain .EcR{

    }
    .PubSearch .EcMain .EcR .ecForm{
        width: 100%;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .PubSearch .EcMain .EcR .ecForm .ecSrk{
        font-size: calc( var(--bili) * 14px );
        height: calc( var(--bili) * 40px );
        padding: 0 calc( var(--bili) * 20px );
        width: 280px;
        border: 1px #bdbdbd solid;
    }
    .PubSearch .EcMain .EcR .ecForm .ecBtn{
        width: calc( var(--bili) * 40px );
        height: calc( var(--bili) * 40px );
        cursor: pointer;
        background: var(--colorZT) url(../images/icons/w41.svg) no-repeat center;
        background-size: calc( var(--bili) * 15px );
        border: 1px var(--colorZT) solid;
    }

    .PubTitle{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color: var(--colorZT);
        height: 50px;
    }

    .PubTitle .PutL{
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 18px;
        color: #FFFFFF;
        padding: 0 20px;
    }
    .PubTitle .PutL span{
        font-size: 15px;
        opacity: 0.5;
        margin: 0 0 0 4px;
    }
    .PubTitle .PutR{
        padding: 0 20px;
        font-size: 14px;
        color: #FFFFFF;
    }
    .PubTitle .PutR .PutA{
        display: block;
        position: relative;
        padding: 0 20px 0 0;
    }
    .PubTitle .PutR .PutA:after{
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: url("../images/w4.svg") no-repeat center;
        background-size: 100%;
        transition: all 0.5s;
    }
    .PubTitle .PutR .PutA:hover:after{
        transform: translateY(-50%) rotate(360deg);
    }
    .PubTitle.YsA {
        background-color: transparent;
    }
    .PubTitle.YsA .PutL{
        background-color: var(--colorZT);
    }
    .PubTitle.YsA .PutR .PutA{
        color: #666666;
    }
    .PubTitle.YsA .PutR .PutA:after{
        background: url("../images/w3.svg") no-repeat center;
        background-size: 100%;
    }

    .IcnA{
        background: #f7f7f7;
        position: relative;
        padding: 50px 0;
    }
    .IcnA .EcMain{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .IcnA .EcMain .EcL{
        width: 260px;
    }
    .IcnA .EcMain .EcL .EcTit{
        background: linear-gradient(165deg,#7F1416 50%, var(--colorZT) 50%);
        font-size: 22px;
        color: #FFFFFF;
        text-align: center;
        padding: 30px 0;
        margin: 0 0 5px 0;
    }
    .IcnA .EcMain .EcL .EcLsCn{
        background: #FFFFFF;
    }
    .IcnA .EcMain .EcL .EcLsCn .CAcn{
        background-color: var(--colorZT);
    }
    .IcnA .EcMain .EcL .EcLsCn .CAcn .CAa{
        font-size: 16px;
        color: #FFFFFF;
        line-height: 40px;
        padding: 0 40px 0 20px;
        background: url("../images/icons/w43.svg") no-repeat calc(100% - 10px) center;
        background-size: 24px;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        text-overflow:ellipsis;
        word-break:break-all;
    }
    .IcnA .EcMain .EcL .EcLsCn .CBcn{
        padding: 5px 0;
    }
    .IcnA .EcMain .EcL .EcLsCn .CBcn .CBa{
        font-size: 14px;
        color: #666666;
        line-height: 36px;
        padding: 0 20px 0 35px;
        position: relative;
        display:-webkit-box;
        overflow:hidden;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:1;
        text-overflow:ellipsis;
        word-break:break-all;
    }
    .IcnA .EcMain .EcL .EcLsCn .CBcn .CBa:before{
        content: "";
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        border: calc(var(--bili)* 4px) solid transparent;
        border-left: calc(var(--bili)* 5px) solid #CCCCCC;
    }
    .IcnA .EcMain .EcL .EcLsCn .CBcn .CBa:hover{
        color: var(--colorZT);
    }
    .IcnA .EcMain .EcL .EcLsCn .CBcn .CBa:hover:before{
        border-left: calc(var(--bili)* 6px) solid var(--colorZT);
    }
    .IcnA .EcMain .EcR{
        width: 920px;
    }
    .ProListA{
        width: 100%;
        position: relative;
        background: #FFFFFF;
        padding: 20px;
    }
    .ProListA .EcLs{
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }
    .ProListA .EcLs .EcIe{
        width: calc(100%/3);
        padding: 10px;
    }
    .ProListA .EcLs .EcIe .EcAc{
        display: block;
        border: 1px #e4e4e4 solid;
    }
    .ProListA .EcLs .EcIe .EcAc .EcIms{
        padding: 20px;
    }
    .ProListA .EcLs .EcIe .EcAc .EcIm{
        width: 100%;
        position: relative;
        padding-top: 85%;
        overflow: hidden;
    }
    .ProListA .EcLs .EcIe .EcAc .EcMc{
        color: #666666;
        font-size: 15px;
        line-height: 50px;
        text-align: center;
        border-top: 1px #e4e4e4 solid;
        padding: 0 10px;
    }
    .ProListA .EcLs .EcIe .EcAc:hover .EcMc{
        color: #FFFFFF;
        background-color: var(--colorZT);
    }

    .IcnB{
        background-color: #FFFFFF;
        padding: 50px 0;
        position: relative;
    }
    .IcnB .EcMain{
        display: flex;
        justify-content: space-between;
    }
    .IcnB .EcMain .EcL{
        width: 630px;
        display: flex;
        justify-content: space-between;
    }
    .IcnB .EcMain .EcL .EcCnA{
        background: #7F1416 url(../images/w5.png) no-repeat 45px 150px;
        width: calc(100% - 440px);
        padding: 10px 0 0 10px;
    }
    .IcnB .EcMain .EcL .EcCnB{
        width: 440px;
    }
    .IcnB .EcMain .EcR{
        width: 535px;
    }
    .NewsListA{
        width: 100%;
        position: relative;
    }
    .NewsListA .EcLs{
        display: flex;
        flex-wrap: wrap;
    }
    .NewsListA .EcLs .EcIe{
        width: 100%;
    }
    .NewsListA .EcLs .EcIe .EcAc{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px #e4e4e4 solid;
        padding: 12px 0;
    }
    .NewsListA .EcLs .EcIe .EcAc .EcIm{
        width: 65px;
        height: 65px;
        background: url("../images/w10.jpg") no-repeat center;
        background-size: 100% !important;
    }
    .NewsListA .EcLs .EcIe:nth-of-type(2) .EcAc .EcIm{
        background: url("../images/w11.jpg") no-repeat center;
    }
    .NewsListA .EcLs .EcIe:nth-of-type(3) .EcAc .EcIm{
        background: url("../images/w12.jpg") no-repeat center;
    }
    .NewsListA .EcLs .EcIe .EcAc .EcCn{
        width: 450px;
    }
    .NewsListA .EcLs .EcIe .EcAc .EcCn .EcMc{
        font-size: 16px;
        color: #333333;
    }
    .NewsListA .EcLs .EcIe .EcAc .EcCn .EcIn{
        color: #999999;
        font-size: 14px;
        line-height: 1.6;
        margin: 6px 0 0 0;
    }
    .NewsListA .EcLs .EcIe .EcAc:hover .EcCn .EcMc{
        color: var(--colorZT);
    }

    .IcnC{
        background: #FFFFFF;
        padding: 0 0 50px 0;
        position: relative;
    }
    .CaseListA{
        position: relative;
        width: 100%;
    }
    .CaseListA .EcLs{
        display: flex;
        flex-wrap: wrap;
        margin: -8px;
    }
    .CaseListA .EcLs .EcIe{
        width: calc(100%/4);
        padding: 8px;
    }
    .CaseListA .EcLs .EcIe .EcAc{
        display: block;
        position: relative;
        overflow: hidden;
    }
    .CaseListA .EcLs .EcIe .EcAc .EcIm{
        position: relative;
        width: 100%;
        padding-top: 69%;
        overflow: hidden;
    }
    .CaseListA .EcLs .EcIe .EcAc .EcCn{
        position: absolute;
        width: 100%;
        bottom: -32px;
        color: #FFFFFF;
        text-align: center;
        background-color: rgba(190, 35, 39, 0.4);
        padding: 15px;
        transition: all 0.5s;
    }
    .CaseListA .EcLs .EcIe .EcAc .EcMc{
        font-size: 16px;
        line-height: 1.6;
    }
    .CaseListA .EcLs .EcIe .EcAc .EcIn{
        margin: 12px 0 0 0;
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }
    .CaseListA .EcLs .EcIe .EcAc:hover .EcCn{
        bottom: 0;
        background-color: rgba(190, 35, 39, 0.7);
    }
    .CaseListA .EcLs .EcIe .EcAc:hover .EcIm img{
        transform: scale(1.1);
    }

    .PubTitleB{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 0 0 40px 0;
    }
    .PubTitleB:after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        top: 50%;
    }
    .PubTitleB .inA{
        margin: 15px 0 0 0;
        font-weight: bold;
        font-size: 30px;
        color: #333333;
        background: #FFFFFF;
        position: relative;
        z-index: 2;
        padding: 0 20px;
    }
    .PubTitleB .inB{
        margin: 5px 0 0 0;
        font-size: 14px;
        color: #adadad;
    }

    .IcnD{
        padding: 50px 0;
        background: #f9f9f9;
    }
    .IcnD .EcMain{
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .IcnD .EcMain .EcL{
        width: 630px;
        background-color: #FFFFFF;
    }
    .IcnD .EcMain .EcL .EcCon{
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }
    .IcnD .EcMain .EcL .EcCon .EcIm{
        width: 175px;
        height: 185px;
        position: relative;
        overflow: hidden;
    }
    .IcnD .EcMain .EcL .EcCon .EcIn{
        width: 390px;
        color: #555555;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: justify;
    }
    .IcnD .EcMain .EcL .EcCon .EcIn .ecA{
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .IcnD .EcMain .EcL .EcCon .EcIn .ecB{
        line-height: 1.8;
    }
    .IcnD .EcMain .EcR{
        width: 535px;
        background-color: #FFFFFF;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .IcnD .EcMain .EcR .EcLs{
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
        width: calc(100% - 20px);
    }
    .IcnD .EcMain .EcR .EcLs .EcIe{
        width: calc(100%/3);
        padding: 10px;
    }
    .IcnD .EcMain .EcR .EcLs .EcIe .EcAc{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .IcnD .EcMain .EcR .EcLs .EcIe .EcAc .EcIm{
        width: 117px;
        height: 117px;
        border-radius: 50%;
        border: 1px #FFFFFF solid;
        padding: 30px;
        filter: brightness(0.8);
        transition: all 0.5s;
    }
    .IcnD .EcMain .EcR .EcLs .EcIe .EcAc .EcMc{
        font-size: 16px;
        color: #333333;
        margin: 10px 0 0 0;
    }
    .IcnD .EcMain .EcR .EcLs .EcIe .EcAc:hover .EcIm{
        border: 1px var(--colorZT) solid;
        padding: 30px;
        filter: brightness(1);
        background-color: var(--colorZT);
    }


}

/*菜单-位置*/
@media screen{
    .wn-SubNav{
        background-color: #f5f5f5;
        position: relative;
        /*border-bottom: 1px solid #eeeeee;*/
    }
    .no-Bgc{
        background-color: transparent;
    }
    .wn-SubNav .infx{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .InNav-Main{
        position: relative;
        box-shadow: 0 calc( var(--bili) * 20px ) calc( var(--bili) * 20px ) rgba(0, 0, 0, 0.05);
    }
    .InNav-Main .NorP{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .InNav{
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .InNav .Nie{
        font-style: normal;
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        width: auto;
        text-align: left;
        position: relative;
        /*border-radius: 60px;*/
        white-space:nowrap;
    }
    .InNav .Nie:last-child{
        margin: 0;
    }
    .InNav .Nie .mCa{
        width: 100%;
        display: inline-block;
        line-height: calc( var(--bili) * 90px );
        padding: 0 calc( var(--bili) * 40px );
    }
    .InNav .Nie.on{
        background-color: var(--colorZT);
        color: #ffffff;
    }
    .InNav .Nie:hover{
        /*background-color: var(--colorZT);*/
        /*color: var(--colorZT);*/
    }

    .Position-Main{
        padding: calc( var(--bili) * 25px ) 0;
        background-color: #e6e6e6;
    }
    .Position{
        /*background: url(../images/icons/wn-location.svg) no-repeat left;*/
        background-size: calc( var(--bili) * 16px );
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .Position.NoMbx{
        display: none;
    }
    .Position .Acls{
        font-size: calc( var(--bili) * 14px );
        color: #555555;
        margin: 0 calc( var(--bili) * 22px ) 0 0;
        position: relative;
        display: inline-block;
        line-height: 2;
    }
    .Position .Acls:after{
        content: '>';
        position: absolute;
        /*border-radius: 50%;*/
        font-size: calc( var(--bili) * 14px );
        color: #777777;
        right:calc( var(--bili) * -16px );
        top: 50%;
        transform: translateY(-50%);
        font-family: '宋体';
        font-weight: bold;
    }
    .Position .Acls:first-child{
        /*margin: 0;*/
    }
    .Position .Acls:first-child:after{
        /*display: none;*/
    }
    .Position .Acls:last-child{
        margin: 0;
        color: var(--colorZT);
    }
    .Position .Acls:last-child:after{
        display: none;
    }

    .InPubTitle{
        font-size: 20px;
        color: #333333;
        border-bottom: 1px #d5d5d5 solid;
        padding: 20px 0 20px 40px;
        background: url("../images/w7.svg") no-repeat left center;
        background-size: 30px;
    }

    .InIntro{
        text-align: center;
        margin: 0 0 calc( var(--bili) * 50px ) 0;
    }
    .InIntro .ecA{
        font-size: calc( var(--bili) * 36px );
        letter-spacing: 1px;
        color: #333333;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
    }
    .InIntro .ecB{
        font-size: calc( var(--bili) * 16px );
        color: #999999;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
    }
    .InIntro .ecC{
        font-size: calc( var(--bili) * 16px );
        color: #999999;
        line-height: 2;
    }

}

/*搜索页*/
@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{
    .Map-Box{
        width: 100%;
        height: calc( var(--bili) * 500px );
        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;
    }
    .ContentMap .BMap_Marker{
        margin: calc( var(--bili) * -25px ) 0 0 0 !important;
    }
}

/*网站地图*/
@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;
        margin: 30px 0 0 0;
    }
    .SingleMain .SingleCon{
        font-size: calc( var(--bili) * 16px );
        line-height: 2;
        color: #555555;
    }
    .SingleMain .SingleCon *{
        line-height: 2;
        max-width: 100%;
        vertical-align:middle;
    }
}

/*图片展示*/
@media screen{
    .Zoom-list {
        display: flex;
        flex-wrap: wrap;
        margin: calc(var(--bili) * -10px);
    }
    .Zoom-list .Ec-item {
        width: calc(100%/3);
        padding: calc(var(--bili) * 10px);
    }
    .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) * 14px);
        color: #333333;
        text-align: center;
        padding: calc(var(--bili) * 15px) calc(var(--bili) * 20px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Zoom-list .Ec-item .ecBox:hover .EcC {
        color: var(--colorZT);
    }

}

/*发展历程*/
@media screen {
    .HisMain{
        position: relative;
    }
    .HisMain:after{
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: url("../images/w9.svg") no-repeat center;
        background-size: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -22px;
        z-index: 2;
    }
    .HisMain .EcLs{
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0 50px 0;
    }
    .HisMain .EcLs:after{
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        background-color: var(--colorZT);
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .HisMain .EcLs:before{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(var(--bili)* -14px);
        border: calc(var(--bili)* 10px) solid transparent;
        border-bottom: calc(var(--bili)* 14px) solid var(--colorZT);
    }
    .HisMain .EcLs .EcIe{
        width: 100%;
    }
    .HisMain .EcLs .EcIe .EcAc{
        display: flex;
        justify-content: flex-end;
    }
    .HisMain .EcLs .EcIe .EcAc .EcMc{
        font-size: 32px;
        color: var(--colorZT);
        /*width: 230px;*/
        padding: 30px;
        border-bottom: 1px #b3b3b3 solid;
        display: flex;
        align-items: center;
    }
    .HisMain .EcLs .EcIe .EcAc .EcIn{
        font-size: 14px;
        width: 445px;
        color: #666666;
        padding: 30px 0 30px 30px;
        line-height: 1.8;
        border-bottom: 1px #b3b3b3 solid;
        display: flex;
        align-items: center;
    }
    .HisMain .EcLs .EcIe:nth-child(2n) .EcAc{
        flex-direction: row-reverse;
    }
    .HisMain .EcLs .EcIe:nth-child(2n) .EcAc .EcIn{
        padding: 30px 30px 30px 0;
    }
}

/*合作伙伴*/
@media screen{
    .Partners-list{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -10px );
    }
    .Partners-list .Ec-item{
        width: calc(100%/3);
        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) * 14px );
    }
    .Partners-list .Ec-item .ecBox:hover .ec-mc{
        opacity: 1;
    }
    .Partners-list .Ec-item .ecBox:hover{
        z-index: 2;
        transform: scale(1.05);
        box-shadow: 0 calc( var(--bili) * 12px ) calc( var(--bili) * 40px ) rgba(0, 0, 0, 0.2);
    }

    .PartnersLs{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -10px );
    }
    .PartnersLs .EcIe{
        width: calc(100%/4);
        padding: calc( var(--bili) * 10px );
    }
    .PartnersLs .EcIe .EcBx{
        display: block;
        background-color: #FFFFFF;
        transition: all 0.5s;
        /*border: 1px solid #dcdcdc;*/
    }
    .PartnersLs .EcIe .EcBx .ecIm{
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 58.5%;
    }
    .PartnersLs .EcIe .EcBx .ecIm img{
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .PartnersLs .EcIe .EcBx:hover{
        transform: translateY(calc( var(--bili) * -10px ));
    }
}

/*详情*/
@media screen{

    .detail-content{
        padding: 40px 0 0 0;
        position: relative;
        width: 100%;
    }
    .detail-content .title {
        font-weight: 700;
        font-size: calc( var(--bili) * 20px );
        color: var(--colorZT);
        text-align: center;
        margin: 0 0 calc( var(--bili) * 20px );
    }
    .detail-content .info{
        font-weight: 400;
        font-size: calc( var(--bili) * 14px );
        color: #666666;
        margin: 0 0 calc( var(--bili) * 10px );
        padding: 0 0 calc( var(--bili) * 10px );
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        /*border-bottom: 1px solid #dedede;*/
    }
    .detail-content .info *{
        color: #555555;
    }
    .detail-content .info span{
        padding: 0 0 0 calc( var(--bili) * 28px );
        margin: 0 calc( var(--bili) * 20px );
    }
    .detail-content .info .info-time{
        background:  url(../images/icons/info-time.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 18px );
    }
    .detail-content .info .info-author{
        background:  url(../images/icons/info-author.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 16px );
    }
    .detail-content .info .info-views{
        background:  url(../images/icons/info-views.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 16px );
    }
    .detail-content .content{
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        line-height: 2;
    }
    .detail-content .content *{
        max-width: 100%;
        line-height: 2;
    }
    .detail-content .content img{
        height: auto;
    }


    .RecA {
        margin: 30px 0 0 0;
        width: 100%;
        position: relative;
    }
    .RecA .RecList {
        display: flex;
        flex-wrap: wrap;
    }
    .RecA .RecList .inItem {
        width: 100%;
    }
    .RecA .RecList .inItem .ecBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: calc(var(--bili) * 10px) 0;
    }
    .RecA .RecList .inItem .ecBox .inA {
        width: 70%;
        position: relative;
        font-size: calc(var(--bili) * 14px);
        color: #555555;
        padding: 0 calc(var(--bili) * 20px);
        transition: all 0.3s;
    }
    .RecA .RecList .inItem .ecBox .inA:after {
        content: '';
        position: absolute;
        width: calc(var(--bili) * 6px);
        height: calc(var(--bili) * 6px);
        background-color: #d2d2d2;
        border-radius: 50%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
    .RecA .RecList .inItem .ecBox .inB {
        width: 20%;
        text-align: right;
        font-size: calc(var(--bili) * 14px);
        color: #999999;
    }
    .RecA .RecList .inItem .ecBox:hover .inA {
        color: var(--colorZT);
        padding: 0 calc(var(--bili) * 30px);
    }
    .RecA .RecList .inItem .ecBox:hover .inA:after {
        background-color: var(--colorZT);
        left: 10px;
    }

    .RecTit {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 0 calc(var(--bili) * 20px) 0;
    }
    .RecTit .inA {
        font-size: calc(var(--bili) * 16px);
        color: var(--colorZT);
        font-weight: 700;
    }
    .RecTit .inB {
        font-size: calc(var(--bili) * 14px);
        color: #555555;
    }

    .Around {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px #e5e5e5 solid;
        border-bottom: 1px #e5e5e5 solid;
        margin: 30px 0 0 0;
        padding: 20px 0;
    }
    .Around .Aroundul {
        width: 100%;
        display: flex;
        align-items: center;
        padding: calc(var(--bili) * 10px) 0;
        font-size: calc(var(--bili) * 14px);
        color: #555555;
    }
    .Around .Aroundul:last-child {
        border-bottom: 0;
    }
    .Around .Aroundul .As {
        white-space: nowrap;
        /*width: 20%;*/
        /*padding: 0 calc(var(--bili) * 50px);*/
    }
    .Around .Aroundul .Acls {
        width: 62.5%;
        padding: 0 0 0 calc(var(--bili) * 40px);
        /*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{
        width: calc( var(--bili) * 50px );
        height: calc( var(--bili) * 50px );
        border-radius: 50%;
        background-size: 50% !important;
        background-color: var(--colorZT) !important;
        cursor: pointer;
    }
    .FRMain .FlLs .FlIe .FlBx .inA.ic1{
        background: url(../images/fr1.svg) no-repeat center;
    }
    .FRMain .FlLs .FlIe .FlBx .inA.ic2{
        background: url(../images/fr2.svg) no-repeat center;
    }
    .FRMain .FlLs .FlIe .FlBx .inA.ic3{
        background: url(../images/fr3.svg) no-repeat center;
    }
    .FRMain .FlLs .FlIe .FlBx .inA.ic4{
        background: url(../images/fr4.svg) no-repeat center;
    }
    .FRMain .FlLs .FlIe .FlBx .inA.ic5{
        background: url(../images/fr5.svg) no-repeat center;
    }
    .FRMain .FlLs .FlIe .FlBx .inA.ic6{
        background: url(../images/fr6.svg) no-repeat center;
    }
    .FRMain .FlLs .FlIe .FlBx .inA.ic7{
        background: url(../images/fr7.svg) no-repeat center;
    }
    .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) * 12px ) 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{
    .AuMenu {
        padding: calc(var(--bili) * 90px) 0 calc(var(--bili) * 50px) 0;
        background-color: #FFFFFF;
    }
    .AuMenu .EcLs {
        display: flex;
    }
    .AuMenu .EcLs .EcIe {
        width: 100%;
    }
    .AuMenu .EcLs .EcIe .EcBx {
        display: block;
        font-size: calc(var(--bili) * 24px);
        color: #555555;
        background-color: #eeeeee;
        text-align: center;
        padding: calc(var(--bili) * 30px);
        transition: all 0.2s;
    }
    .AuMenu .EcLs .EcIe.on .EcBx {
        background-color: var(--colorZT);
        color: #FFFFFF;
    }
    .AuMenu .EcLs .EcIe .EcBx:hover {
        background-color: var(--colorZT);
        color: #FFFFFF;
    }

    .AbTit{
        position: relative;
        text-align: center;
        margin: 0 0 calc(var(--bili) * 40px) 0;
    }
    .AbTit .ecA{
        font-size: calc(var(--bili) * 48px);
        color: var(--colorZT);
        text-transform: uppercase;
    }
    .AbTit .ecB{
        margin: calc(var(--bili) * 30px) 0 0 0;
        position: relative;
        font-size: calc( var(--bili) * 24px );
        color: #555555;
        line-height: 2;
    }
    .AbTit .ecC{
        width: 100%;
        margin: calc(var(--bili) * 40px) 0 0 0;
    }

    .AuCA {
        overflow: hidden;
        background-color: #FFFFFF;
        /*padding: 0 0 calc(var(--bili) * 120px) 0;*/
    }
    .AuCA .EcConA {
        margin: 0 0 calc(var(--bili) * 50px) 0;
    }
    .AuCA .EcConA .ecCn {
        position: relative;
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        line-height: 2;
    }
    .AuCA .EcConA .ecCn *{
        font-size: calc( var(--bili) * 18px );
        color: #555555;
        line-height: 2;
        max-width: 100%;
    }
    .AuCA .EcConA .ecCn strong{
        color: var(--colorZT);
    }
    .AuCA .EcLs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: calc(var(--bili) * -15px);
    }
    .AuCA .EcLs .EcIe {
        width: calc(100%/4);
        padding: calc(var(--bili) * 15px);
    }
    .AuCA .EcLs .EcIe .EcBx {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: #f5f5f5;
        padding: calc(var(--bili) * 40px) calc(var(--bili) * 20px);
        border-radius: calc( var(--bili) * 10px );
    }
    .AuCA .EcLs .EcIe .EcBx .ecIm {
        width: calc(var(--bili) * 100px);
        height: calc(var(--bili) * 100px);
        overflow: hidden;
    }
    .AuCA .EcLs .EcIe .EcBx .ecCn {
        min-width: calc(var(--bili) * 160px);
    }
    .AuCA .EcLs .EcIe .EcBx .ecCn .ecA {
        font-size: calc(var(--bili) * 50px);
        color: var(--colorZT);
        line-height: 1;
        margin: 0 0 calc(var(--bili) * 20px) 0;
        font-weight: lighter;
        letter-spacing: calc(var(--bili) * 1px);
    }
    .AuCA .EcLs .EcIe .EcBx .ecCn .ecA span {
        font-size: calc(var(--bili) * 50px);
        line-height: 1;
    }
    .AuCA .EcLs .EcIe .EcBx .ecCn .ecB {
        font-size: calc(var(--bili) * 18px);
        color: #333333;
        padding: 0 0 0 calc(var(--bili) * 5px);
    }
    .AuCA .EcConB {
        margin: calc(var(--bili) * 50px) 0 0 0;
    }

    .AbPartner{
        padding: calc(var(--bili) * 80px) 0 calc(var(--bili) * 120px) 0;
    }
    .AbPubTit{
        font-size: calc(var(--bili) * 48px);
        text-align: center;
        color: var(--colorZT);
        margin: 0 0 calc(var(--bili) * 60px) 0;
    }

}

/*联系*/
@media screen{
    .CntMain{
        position: relative;
    }
    .CntMain .InLs{
        display: flex;
        margin: calc(var(--bili)* -15px);
    }
    .CntMain .InLs .InIe{
        width: calc(100%/4);
        padding: calc(var(--bili)* 15px);
    }
    .CntMain .InLs .InIe .InBx{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .CntMain .InLs .InIe .InBx .ecIm{
        width: calc(var(--bili)* 90px);
        height: calc(var(--bili)* 90px);
        border-radius: 50%;
        position: relative;
        border: #b7b7b7 solid 1px;
        transition: all 0.3s;
    }
    .CntMain .InLs .InIe .InBx .ecIm:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        filter: brightness(0.5);
    }
    .CntMain .InLs .InIe .InBx .ecIm.ic1:after{
        background: url(../images/lx1.svg) no-repeat center;
        background-size: 50%;
    }
    .CntMain .InLs .InIe .InBx .ecIm.ic2:after{
        background: url(../images/lx2.svg) no-repeat center;
        background-size: 45%;
    }
    .CntMain .InLs .InIe .InBx .ecIm.ic3:after{
        background: url(../images/lx3.svg) no-repeat center;
        background-size: 50%;
    }
    .CntMain .InLs .InIe .InBx .ecIm.ic4:after{
        background: url(../images/lx4.svg) no-repeat center;
        background-size: 45%;
    }
    .CntMain .InLs .InIe .InBx:hover .ecIm{
        transform: rotate(360deg);
        background-color: var(--colorZT);
        border: var(--colorZT) solid 1px;
    }
    .CntMain .InLs .InIe .InBx:hover .ecIm:after{
        filter: brightness(1);
    }
    .CntMain .InLs .InIe .InBx .ecCn{
        width: 100%;
        padding: calc(var(--bili) * 10px) 0 0 0;
        text-align: center;
    }
    .CntMain .InLs .InIe .InBx .ecCn .ecA{
        font-size: calc(var(--bili) * 16px);
        color: #333333;
        text-transform: uppercase;
    }
    .CntMain .InLs .InIe .InBx .ecCn .ecB{
        margin: 5px 0 0 0;
        font-size: calc(var(--bili) * 14px);
        color: #555555;
        line-height: 1.8;
    }

    .CntTelEwm{
        display: flex;
        margin: 40px 0 0 0;
    }
    .CntTelEwm .EcIe{
        width: calc(100%/2);
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--colorZT);
        padding: 20px 40px;
    }
    .CntTelEwm .EcIe .EcIm{
        width: 100px;
        height: 100px;
    }
    .CntTelEwm .EcIe .EcCn{
        width: calc(100% - 130px);
    }
    .CntTelEwm .EcIe .EcCn .ecA{
        font-size: 18px;
        color: #ffffff;
    }
    .CntTelEwm .EcIe .EcCn .ecB{
        font-size: 20px;
        margin: 10px 0 0 0;
        color: #ffffff;
    }
    .CntTelEwm .EcIe:nth-child(2n){
        background-color: var(--colorZT1);
    }
    .CntTelEwm .EcIe:nth-child(2n) .EcCn .ecA{
        color: #ffffff;
    }
    .CntTelEwm .EcIe:nth-child(2n) .EcCn .ecB{
        color: #ffffff;
    }

    .ContactMes{
        padding: 0;
    }
    .ContactMes .EcTit{
        margin: 0 0 30px 0;
        text-align: center;
    }
    .ContactMes .EcTit .ecA{
        font-size: 24px;
        color: #333333;
    }
    .ContactMes .EcTit .ecB{
        margin: 15px 0 0 0;
        font-size: 14px;
        color: #555555;
    }
    .ContactForm {
        width: 100%;
    }
    .ContactForm .Ec-list {
        display: flex;
        flex-wrap: wrap;
        margin: calc(var(--bili) * -10px);
    }
    .ContactForm .Ec-list .Ec-item {
        width: calc(100%/1);
        padding: calc(var(--bili) * 10px);
        display: flex;
        justify-content: space-between;
    }
    .ContactForm .Ec-list .Ec-item.w50 {
        width: 65% !important;
    }
    .ContactForm .srkA {
        width: 48.5%;
        border: 1px solid #e1e1e1;
        height: calc(var(--bili) * 50px);
        font-size: calc(var(--bili) * 14px);
        padding: 0 calc(var(--bili) * 20px);
    }
    .ContactForm .srkB {
        width: 100%;
        border: 1px solid #e1e1e1;
        height: calc(var(--bili) * 160px);
        font-size: calc(var(--bili) * 14px);
        padding: calc(var(--bili) * 20px);
    }
    .ContactForm .Ec-Con {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: calc(var(--bili) * 30px) 0 0 0;
    }
    .ContactForm .Ec-Con .ecL {
        width: 48.5%;
        display: flex;
        align-items: center;
    }
    .ContactForm .Ec-Con .ecL .srkA{
        margin: 0;
        width: 55%;
    }
    .ContactForm .Ec-Con .ecR {
        width: 48.5%;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .ContactForm .Ec-Con .ecR .Ebtn {
        width: 100%;
        border: 0;
        background-color: var(--colorZT);
        color: #FFFFFF;
        font-size: calc(var(--bili) * 16px);
        padding: calc(var(--bili) * 15px) calc(var(--bili) * 40px);
        /*border-radius: calc(var(--bili) * 60px);*/
        letter-spacing: 4px;
        cursor: pointer;
        border-radius: 0;
    }
    .ContactForm .CodeBox{
        position: relative;
        width: 50%;
        height: calc(var(--bili) * 50px);
        padding: 0 20% 0 0;
    }
    .ContactForm .CodeBox .MsgCode{
        position: absolute;
        width: 60%;
        height: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
    }
    .EcAgree{
        width: 100%;
        padding: 20px 40px;
        background-color: #eee;
    }
    .EcAgree .TsB{
        color: #555555;
        font-size: 16px;
        text-align: justify;
        background: url(../images/w31.svg) no-repeat left center;
        background-size: 50px;
        min-height: 50px;
        padding: 0 0 0 60px;
        line-height: 1.6;
        display: flex;
        align-items: center;
        margin: 0 0 20px 0;
        filter: brightness(0.7);
    }
    .EcAgree .PmAgree{
        padding: 0 10px;
    }
    .EcAgree .PmAgree .inCn{
        font-size: 15px;
        color: #555555;
    }
    .phoneBox {
        width: 48.5%;
        display: flex;
    }
    .phoneBox .srkA{
        width: 100%;
    }
    .phoneBoxBt{
        width: 48%;
        display: flex;
    }
    .phoneBoxBt .srkA{
        width: 100% !important;
        padding-left: 85px !important;
    }
    .phoneBoxBt .selected-dial-code{
        font-size: 14px;
        color: #FFFFFF;
    }

    .ContentMap{
        margin: 40px 0 0 0;
        width: 100%;
        /*height: calc( var(--bili) * 350px );*/
        /*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 {
    .NewsLs{
        display: flex;
        flex-wrap: wrap;
    }
    .NewsLs .EcIe{
        width: calc(100%/1);
    }
    .NewsLs .EcIe .EcAc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 35px 0;
        border-bottom: 1px #d5d5d5 solid;
    }
    .NewsLs .EcIe .EcAc .EcTm{
        width: 90px;
        height: 90px;
        background: #b9b9b9;
        text-align: center;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }
    .NewsLs .EcIe .EcAc .EcTm .ecA{
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
    }
    .NewsLs .EcIe .EcAc .EcTm .ecB{
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .NewsLs .EcIe .EcAc .EcCn{
        width: 770px;
    }
    .NewsLs .EcIe .EcAc .EcCn .EcMc{
        font-size: 16px;
        color: #333333;
    }
    .NewsLs .EcIe .EcAc .EcCn .EcIn{
        margin: 8px 0 0 0;
        font-size: 14px;
        color: #666666;
    }
    .NewsLs .EcIe .EcAc .EcCn .EcCk{
        display: inline-block;
        margin: 8px 0 0 0;
        font-size: 14px;
        color: #666666;
        background: url("../images/w6.svg") no-repeat right center;
        background-size: 14px;
        padding: 0 20px 0 0;
        transition: all 0.5s;
    }
    .NewsLs .EcIe .EcAc:hover .EcTm{
        background: var(--colorZT);
    }
    .NewsLs .EcIe .EcAc:hover .EcCn .EcMc{
        color: var(--colorZT);
    }
    .NewsLs .EcIe .EcAc:hover .EcCn .EcCk{
        padding: 0 30px 0 0;
    }
}

/*案例*/
@media screen {
    .CaseLs{
        display: flex;
        flex-wrap: wrap;
    }
    .CaseLs .EcIe{
        width: calc(100%/1);
    }
    .CaseLs .EcIe .EcAc{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 35px 0;
        border-bottom: 1px #d5d5d5 solid;
    }
    .CaseLs .EcIe .EcAc .EcTm{
        font-size: 20px;
        color: #333333;
    }

    .CaseLs .EcIe .EcAc .EcCn{
        width: 730px;
    }
    .CaseLs .EcIe .EcAc .EcCn .EcMc{
        font-size: 18px;
        color: #333333;
        transition: all 0.5s;
    }
    .CaseLs .EcIe .EcAc .EcCn .EcIn{
        margin: 8px 0 0 0;
        font-size: 14px;
        color: #666666;
    }
    .CaseLs .EcIe .EcAc .EcCn .EcCk{
        display: inline-block;
        margin: 20px 0 0 0;
        font-size: 14px;
        color: #666666;
        background: url("../images/w6.svg") no-repeat right center;
        background-size: 14px;
        padding: 0 20px 0 0;
        transition: all 0.5s;
    }
    .CaseLs .EcIe .EcAc:hover .EcCn .EcMc{
        font-weight: 700;
        color: var(--colorZT);
        padding: 0 0 0 10px;
    }
    .CaseLs .EcIe .EcAc:hover .EcCn .EcCk{
        padding: 0 30px 0 0;
    }

    .AroundYsA{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 calc( var(--bili) * 60px ) 0;
    }
    .AroundYsA .Acls{
        max-width: 45%;
        font-size: calc( var(--bili) * 15px );
        color: #FFFFFF;
        background-color: #626262;
        line-height: calc( var(--bili) * 66px );
        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) * 18px );
        height: calc( var(--bili) * 18px );
        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) * 25px );
    }
    .AroundYsA .Acls:last-child{
        padding: 0 calc( var(--bili) * 60px ) 0 calc( var(--bili) * 40px );
    }
    .AroundYsA .Acls:last-child:after{
        right: calc( var(--bili) * 25px );
        transform: translateY(-50%) rotate(180deg);
    }
    .AroundYsA .Acls:hover{
        background-color: var(--colorZT);
    }

}

/*产品*/
@media screen {
    .ProductLs{
        display: flex;
        flex-wrap: wrap;
        margin: -10px -8px;
        padding: 30px 0 0 0;
    }
    .ProductLs .EcIe{
        width: calc(100%/3);
        padding: 10px 8px;
    }
    .ProductLs .EcIe .EcAc{
        display: block;
        border: 1px #e4e4e4 solid;
    }
    .ProductLs .EcIe .EcAc .EcIms{
        padding: 10px;
        position: relative;
    }
    .ProductLs .EcIe .EcAc .EcIm{
        width: 100%;
        position: relative;
        padding-top: 85%;
        overflow: hidden;
    }
    .ProductLs .EcIe .EcAc .EcCk{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 0.3s;
    }
    .ProductLs .EcIe .EcAc .EcCk:after{
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0) ;
        background: url("../images/w13.svg") no-repeat center;
        background-size: 100%;
        transition: all 0.5s;
    }
    .ProductLs .EcIe .EcAc .EcMc{
        border-top: 1px #e4e4e4 solid;
        color: #666666;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding: 0 10px;
        font-size: 15px;
        transition: all 0.3s;
    }
    .ProductLs .EcIe .EcAc:hover .EcCk{
        opacity: 1;
    }
    .ProductLs .EcIe .EcAc:hover .EcCk:after{
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
    .ProductLs .EcIe .EcAc:hover .EcMc{
        background-color: var(--colorZT);
        color: #ffffff;
        border-color: var(--colorZT);
    }
    .ProductLs .EcIe .EcAc:hover .EcIm img{
        transform: scale(1.1);
    }


    .ProInfo{
        display: flex;
        justify-content: space-between;
        margin: 0 0 30px 0;
    }
    .ProInfo .ProIm{
        width: 40%;
    }
    .ProImA{
        /*margin: 0 0 10px 0;*/
        border: 1px #e4e4e4 solid;
    }
    .ProImA .SwBx{
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 85%;
        border: 1px solid #f0f0f0;
    }
    .ProImA .SwBtn{
        display: none;
    }
    .ProImA .SwBtn:after{
        font-size: 18px;
        font-weight: 700;
        color: #333333;
    }
    .ProImA .swiper-pagination{
        color: #666666;
        font-size: 14px;
        text-align: right;
        padding: 2% 8%;
    }
    .ProImB{
        position: relative;
    }
    .ProImB .SwBx{
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 90%;
        border: 1px solid #f0f0f0;
    }
    .ProImB .SwBtn{
        background-color: rgba(0, 0, 0, 0.5);
        width: auto;
        height: auto;
        padding: 8px 6px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        /*border-radius: 2px;*/
    }
    .ProImB .SwBtn.swiper-button-prev{
        left: 0;
    }
    .ProImB .SwBtn.swiper-button-next{
        right: 0;
    }
    .ProImB .SwBtn:after{
        font-size: 14px;
        color: #ffffff;
    }
    .ProInfo .ProIn{
        width: 60%;
        padding: 10px 20px 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .ProInfo .ProIn .ecA{
        font-size: 24px;
        color: var(--colorZT);
        font-weight: 700;
        margin: 0 0 20px 0;
    }
    .ProInfo .ProIn .ecLe{
        border-bottom: 1px solid #cecece;
        margin: 0 0 20px 0;
    }
    .ProInfo .ProIn .ecB{
        font-size: 14px;
        color: #666666;
        margin: 15px 0 0 0;
        line-height: 2;
    }
    .ProInfo .ProIn .ProBtn{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 40px 0 0 0;
    }
    .ProInfo .ProIn .ProBtn .Btn{
        text-align: center;
        display: block;
        font-size: 16px;
        color: #ffffff;
        padding: 10px 35px;
        background-color: var(--colorZT);
        border-radius: 0;
    }
    .ProInfo .ProIn .ProBtn .rxCn{
        font-size: 16px;
        color: #555555;
        margin: 0 30px 0 0;
        background: url("../images/w14.svg") no-repeat left center;
        background-size: 50px;
        padding: 0 0 0 60px;
        min-height: 50px;
    }
    .ProInfo .ProIn .ProBtn .rxCn .rxA{
        display: block;
    }
    .ProInfo .ProIn .ProBtn .rxCn .rxB{
        margin: 4px 0 0 0;
    }

    .ProCons{
        position: relative;
    }
    .ProCons .TabLs{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #cecece;
        margin: 0 0 30px 0;
    }
    .ProCons .TabLs .EcIe{
       display: block;
    }
    .ProCons .TabLs .EcIe .EcAc{
        font-size: 18px;
        color: #666666;
        padding: 10px 40px;
        position: relative;
        line-height: 2;
        cursor: pointer;
        transition: all 0.3s;
    }
    .ProCons .TabLs .EcIe .EcAc:before{
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        background-color: var(--colorZT);
        left: 0;
        bottom: -2px;
        transition: all 0.3s;
    }
    .ProCons .TabLs .EcIe .EcAc:after{
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background: url("../images/w15.svg") no-repeat center;
        background-size: 100%;
        filter: grayscale(1);
        opacity: 0.7;
        transition: all 0.3s;
    }
    .ProCons .TabLs .EcIe:nth-of-type(2) .EcAc:after{
        background: url("../images/w16.svg") no-repeat center;
        background-size: 100%;
    }
    .ProCons .TabLs .EcIe.on .EcAc{
        color: var(--colorZT);
    }
    .ProCons .TabLs .EcIe.on .EcAc:before{
        width: 100%;
    }
    .ProCons .TabLs .EcIe.on .EcAc:after{
        filter: grayscale(0);
        opacity: 1;
    }

    .ProCons .VideoBox{
        width: 100%;
        height: 300px;
        margin: 0 0 20px 0;
        cursor: pointer;
    }
    .ProCons .VideoBox .VideoIn{
        width: 100%;
        height: 100%;
    }
    .ProCons .VideoBox video{
        width: 100%;
        height: 100%;
    }
    .ProCons .SwcLs{
        position: relative;
    }
    .ProCons .SwcLs .EcIe{
        display: none;
    }
    .ProCons .SwcLs .EcIe.on{
        display: block;
    }















}

/*列表*/
@media screen {
    
    .ItemLs{
        display: flex;
        flex-wrap: wrap;
    }
    .ItemLs .EcIe{
        width: 100%;
    }
    .ItemLs .EcIe .EcAc{
        display: block;
        padding: 30px 0;
        border-bottom: 1px #d5d5d5 solid;
        transition: all 0.5s;
    }
    .ItemLs .EcIe .EcAc .EcMA{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ItemLs .EcIe .EcAc .EcMc{
        font-size: 18px;
        color: #333333;
        width: 75%;
    }
    .ItemLs .EcIe .EcAc .EcCk{
        font-size: 14px;
        color: #666666;
        transition: all 0.3s;
    }
    .ItemLs .EcIe .EcAc .EcIn{
        font-size: 16px;
        color: #666666;
        margin: 10px 0 0 0;
    }
    .ItemLs .EcIe .EcAc .EcTm{
        font-size: 14px;
        color: #333333;
        margin: 10px 0 0 0;
    }
    .ItemLs .EcIe .EcAc:hover{
        padding-left: 10px;
    }
    .ItemLs .EcIe .EcAc:hover .EcMc{
        color: var(--colorZT);
        font-weight: 700;
    }

}
@media screen {
    .agent-wrapbox{text-align: center;}
    .agent-btn{
        width: 148px;
        height: 40px;
        background: #BE2327;
        border-radius: 5px;
        color: #fff;
    }
    .agent-regional-btn{
        width: 200px;
        height: 48px;
        background: #BE2327;
        border-radius: 5px;
        color: #fff;
    }
    .agent-image{width: 121px;height: 16px;background-size: cover;}
    .agent-search{
        width: 292px;
        height: 41px;
        background: #EEEEEE;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #CCCCCC;
        padding-left:5px;
        margin-top:20px;
    }
    .agent-div{
        margin-top:12px;
    }
    .agent-distance{
        margin-top: 30px;
    }
    .agnet-left-label{
        color: #333333;
        font-weight: bold;
    }
    .agnet-filter{
        width: 65px;
        height: 41px;
        color: #fff;
        background: #BE2327;
        cursor: pointer;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-top:20px;
    }
    .agnet-content{
        margin: 0 auto;
        margin-top: 60px;
        max-width: 583px;
        height: 285px;
        background: #EEEEEE;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid #CCCCCC;
        padding: 26px;
    }
    .agnet-content p{
        line-height: 28px;
    }
    .internal{
        width: 83px;
        height: 23px;
        border-radius: 6px;
        color: #fff;
        display: inline-block;
        cursor: pointer;
    }
    .internal-active{
        background: #BE2327;
        color: #fff;
        height: 40px;
    }
    .agent-gray{
        background: #EEEEEE;
        color: #555555 ;
        height: 40px;
    }
    .abroad{
        width: 83px;
        height: 40px;
        border-radius: 6px;
        display: inline-block;
        cursor: pointer;
        margin-left: 17px;
    }
    .agnet-filter-regional{
        width: 65px;
        height: 41px;
        color: #fff;
        background: #BE2327;
        cursor: pointer;
        border-radius: 5px;
    }
    .separate{
        width: 100%;
        height: 1px;
        border: 1px dashed #B5B5B5;
        opacity: 0.5;
        margin: 18px 0;
    }
    .regional-select{
        width: 124px;
        height: 40px;
        background: #EEEEEE;
        border-radius: 4px;
    }
    .regional-select-arrow{
        width: 34px;
        height: 40px;
        line-height: 40px;
        background: #BE2327;
        border-radius: 4px;
        display: inline-block;
    }
    .regional-box{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }
    .regional-select-arrow i{
        background: url("../images/agent/1@2x.png") no-repeat center;
        width: 14px;
        height: 9px;
        display: inline-block;
    }
    .regional-city{
        margin-left: 17px;
    }
    .regional-search{
        margin-left: 17px;
    }
    /*将默认的select选择框样式清除*/
    .agent-wrapbox select {
        appearance: none;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        border: none;
        padding-left: 15px;
        /* Safari 和 Chrome */
    }

    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    .agent-wrapbox select::-ms-expand {
        display: none;
        border: none;
        padding-left: 15px;
    }
    .w-left{
        vertical-align:middle;
		text-align:center;
		display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .w-left img{
        width: calc(var(--bili)* 220px);
        height: auto;
        background-size: cover;
        justify-content: center;
        align-items: center;
    }
    .w-right{
        display: flex;
        flex-direction: column;
        padding-top: 15px;
        padding-left: 42px;
    }
    .w-right div{
        display: flex;
        flex-direction: column;
        font-size: 14px;
        color: #333333;
    }
    .w-right div.top-title{
        font-weight: bold;
    }
    .w-right div.top-middle{
        margin-top: 17px;
        font-weight: 400;
    }
    .regional-content-box{
        height: auto;
        max-width: 700px;
    }
    .li-box{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 15px;
    }
    .nodata{
        text-align: center;
    }
    .agent-flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


@media screen {
    .DossierLs {
        display: flex;
        flex-wrap: wrap;
        margin: -10px -8px;
        padding: 30px 0 0 0;
    }

    .DossierLs .EcIe {
         width:calc(100%/2);
        padding: 10px 8px;
    }
    .DossierLs .EcIe .right-content{
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin:10px 10px 10px 10px;
    }
    .DossierLs .EcIe .right-content .slh1{
        font-size: calc( var(--bili) * 16px );
    }
    .DossierLs .EcIe .right-content .ECMc-date{
        margin-top: calc( var(--bilimobile) * 20px );
        font-size: 14px;
    }
    .DossierLs .EcIe .right-content .ECMc-btns{
        display: inline-block;
        height: 34px;
        line-height: 34px;
        min-width: calc( var(--bili) * 106px );
        padding: 0 5px;
        text-align: center;
        border: 1px #b1b1b1 solid;
        color: #333;
        margin: 0 10px 0 0;
        float: left;
        position: relative;
        margin-top: calc( var(--bili) * 20px);
        cursor: pointer;
        font-size: 14px;
    }
    .DossierLs .EcIe .right-content .ECMc-btns:before{
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url("../images/icons/all-icon.png") 0 -580px;
        vertical-align: middle;
        margin: -2px 0 0 0;
    }
    .DossierLs .EcIe .EcAc {
        display: inline-block;
        border: 1px #e4e4e4 solid;
        width: calc(100%/3);
    }

    .DossierLs .EcIe .EcAc .EcIms {
        padding: 10px;
        position: relative;
    }

    .DossierLs .EcIe .EcAc .EcIm {
        width: 100%;
        position: relative;
        padding-top: 85%;
        overflow: hidden;
    }

    .DossierLs .EcIe .EcAc .EcCk {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 0.3s;
    }

    .DossierLs .EcIe .EcAc .EcCk:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) scale(0);
        background: url("../images/w13.svg") no-repeat center;
        background-size: 100%;
        transition: all 0.5s;
    }

    .DossierLs .EcIe .EcAc .EcMc {
        border-top: 1px #e4e4e4 solid;
        color: #666666;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding: 0 10px;
        font-size: 15px;
        transition: all 0.3s;
    }

    .DossierLs .EcIe .EcAc:hover .EcCk {
        opacity: 1;
    }

    .DossierLs .EcIe .EcAc:hover .EcCk:after {
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .DossierLs .EcIe .EcAc:hover .EcMc {
        background-color: var(--colorZT);
        color: #ffffff;
        border-color: var(--colorZT);
    }

    .DossierLs .EcIe .EcAc:hover .EcIm img {
        transform: scale(1.1);
    }
}



