/*头部*/
@media screen{
    .headerTop{
        width: 100%;
        background-color: #ffffff;
        height: calc( var(--bili) * var(--hedaTH)*1px );
    }
    .headerTop .headTI{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .headerTop .EcnA{
        display: flex;
        align-items: center;
    }
    .headerTop .EcnA .header-cons{
        color: #2d3a42;
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 0 20px;
        letter-spacing: 1px;
    }
    .headerTop .EcnA .header-cons i{
        color: var(--colorZT);
    }
    .headerTop .EcnA .header-cons em{
        display: block;
        color: #686868;
        font-size: 18px;
        padding-top: 3px;
    }
    .headerTop .EcnA .header-cons b{
        color: var(--colorZT1);
    }
    .headerTop .EcnB{
        background:  url(../images/w1.jpg) no-repeat left center;
        background-size: 195px 80px;
        font-size: 30px;
        color: var(--colorZT);
        padding: 0 0 0 195px;
    }

    .header{
        position: fixed;
        width: 100%;
        top: 0;
        transition: all 0.3s;
        z-index: 99;
        height: calc( var(--bili) * var(--hedaH)*1px );
        background: #ffffff;
    }
    .header.menu-none {
        /*transition: all 0.5s;*/
        /*transform: translateY(-110%);*/
    }
    .header.on {
        /*height: calc( var(--bili) * var(--hedaHM)*1px );*/
        /*background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.8) ,transparent);*/
    }

    .header .headerMain{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--colorZT);
    }
    .header-logo{
        width: calc( var(--bili) * 276px );
        z-index: 9;
        border-right: 1px solid #e3e3e3;
        box-sizing: content-box;
    }
    .header-logo img{
        /*max-height: calc( var(--bili) * var(--hedaHM)*1px );*/
    }


    /*头部-菜单-s*/
    .header-menu{
        position: relative;
        width: 100%;
    }
    .header-menu .CAul{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .header-menu .CAli{
        width: 100%;
        position: relative;
        height: calc( var(--bili) * var(--hedaMH)*1px );
        display: flex;
        align-items: center;
    }
    .header-menu .CAli:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 30%;
        background-color: #A51419;
        right: 0;
        top: 35%;
    }
    .header-menu .CAli:last-child:after{
        display: none;
    }
    .header-menu .CAli .CAa{
        color: #ffffff;
        width: 100%;
        font-size: calc( var(--bili) * 16px );
        line-height: calc( var(--bili) * var(--hedaAH)*1px );
        display: block;
        text-align: center;
        white-space:nowrap;
        padding: 0 calc( var(--bili) * 24px );
    }
    .header-menu .CAli.on .CAa{
        color: #FFFFFF;
        background: var(--colorZT2);
    }
    .header-menu .CAli:hover .CAa{
        color: #FFFFFF;
        background: var(--colorZT2);
    }

    .down-menu{
        /*animation: fadeInUp50 0.5s forwards;*/
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 160px;
        overflow: hidden;
        background-color: transparent;
        z-index: 99;
        box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
        /*border-bottom: 5px solid var(--colorZT);*/
    }
    .down-menu .CBul{
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
    }
    .down-menu .CBa{
        display: block;
        width: 100%;
        line-height: calc( var(--bili) * 40px );
        font-size: calc( var(--bili) * 14px );
        color: #333333;
        text-align: center;
        padding: 0 calc( var(--bili) * 5px );
        white-space:nowrap;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
        transition: all 0.5s;
        border-top: 1px solid #eeeeee;
        background: rgb(255 255 255 / 90%);
    }
    .down-menu .CBli:hover .CBa{
        opacity: 1;
        color: var(--colorZT);
    }


}

/*地图菜单*/
@media screen{
    .menu-map{
        position: fixed;
        right: -100%;
        opacity: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 9999;
    }
    .menu-map.open{
        opacity: 1;
        right: 0;
    }
    .menu-map .menu-mask{
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 2;
    }
    .menu-map .menu-content {
        height: 100%;
        position: absolute;
        max-width: calc( var(--bili) * 400px );
        width: 70%;
        right: -100%;
        z-index: 3;
        transition: all 0.3s;
    }
    .menu-map.open .menu-content {
        right: 0;

    }
    .menu-map .menu-title{
        background: var(--colorZT);
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: calc( var(--bili) * var(--hedaH)*1px );
        padding: 0 8%;
    }
    .menu-map .menu-title .dcl{
        font-size: calc( var(--bili) * 28px );
        color: #fff;
    }
    .menu-map .menu-title .dcr{
        font-size: calc( var(--bili) * 24px );
        color: #fff;
        cursor: pointer;
    }
    .menu-list{
        background-color: #ffffff;
        height: calc(100% - calc( var(--bili) * var(--hedaH)*1px ));
        overflow: auto;
    }
    .menu-list .menu-item{
        border-bottom: 1px solid #EEEEEE;
        padding: 8%;
    }
    .menu-list .menu-item .Afc{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-list .menu-item .Afc .Afa{
        font-size: calc( var(--bili) * 18px );
        color: #333333;
    }
    .menu-list .menu-item .Afc .Afi{
        width: calc( var(--bili) * 14px );
        height: calc( var(--bili) * 14px );
        position: relative;
        cursor: pointer;
    }
    .menu-list .menu-item .Afc .Afi:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        top: 45%;
        background-color: #333333;
    }
    .menu-list .menu-item.on .Afc .Afi:before{
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        top: 0;
        background-color: #333333;
        left: 45%;
    }
    .menu-list .menu-item .Azc{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * 10px ) 0 0 0;
    }
    .menu-list .menu-item.on .Azc{
        display: none;
    }
    .menu-list .menu-item .Azc .Aza{
        color: #555555;
        font-size: calc( var(--bili) * 16px );
        margin: calc( var(--bili) * 10px ) calc( var(--bili) * 20px ) 0 0;
        opacity: 0.8;
    }
    .menu-list .menu-item .Azc .Aza:hover{
        opacity: 1;
    }
}

/*内页banner*/
@media screen{
    .detail-banner{
        width: 100%;
        height: calc( var(--bili) * var(--inner_bannerH) * 1px );
        /*overflow: hidden;*/
        display: flex;
        align-items: center;
        background-size: cover!important;
        background-color: #cccccc!important;
        position: relative;
        margin: calc( var(--bili) * var(--hedaH)*1px ) 0 0 0;
    }
    .detail-banner .ad-con{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .detail-banner .ad-con .infx{
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: self-start;
    }
    .detail-banner .ad-con.SolCn .infx{
        align-items: center;
        text-align: center;
        padding: 0 10%;
    }

    .detail-banner .ad-con .ad-cn{
        font-size: calc( var(--bili) * 44px );
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 2px;
    }
    .detail-banner .ad-con .ad-en{
        margin: calc( var(--bili) * 30px ) 0 0 0;
        width: 70%;
        font-size: calc( var(--bili) * 20px );
        color: #ffffff;
        /*letter-spacing: 1px;*/
        font-weight: lighter;
        line-height: 2;
    }
    .detail-banner .ad-con .ad-in{
        font-size: calc( var(--bili) * 14px );
        color: #ffffff;
        line-height: 2;
        margin: calc( var(--bili) * 30px ) 0 0 0;
    }
    .detail-banner .ad-con.Cfff *{
        color: #ffffff;
    }

}

/*banner*/
@media screen{
    .wn-banner{
        height: calc( var(--bili) * var(--bannerH) * 1px );
        /*height: 36.5vw;*/
        overflow: hidden;
        margin: calc( var(--bili) * var(--hedaH)*1px ) 0 0 0;
        /*background-color: #333333;*/
    }

    /*banner-文字-s*/
    .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .banner-word{
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
    }
    .banner-word .Econ{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .banner-word .word-con{
        font-weight: 700;
        font-size: calc( var(--bili) * 36px );
        margin: 0 auto calc( var(--bili) * 30px );
        color: #FFFFFF;
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        transition: all 1s;
        /*text-shadow: 0 0 8px rgba(89, 89, 89, 0.5);*/
        letter-spacing: 1px;
    }
    .banner-word .word-eon{
        font-weight: 400;
        font-size: calc( var(--bili) * 24px );
        margin: 0 0 calc( var(--bili) * 30px );
        color: #FFFFFF;
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        transition: all 1.4s;
        /*text-shadow: 0 0 8px rgba(89, 89, 89, 0.5);*/
        letter-spacing: 1px;
    }
    .banner-word .word-cns{
        font-weight: 400;
        font-size: calc( var(--bili) * 28px );
        padding: calc( var(--bili) * 20px ) calc( var(--bili) * 80px );
        margin: 0 auto calc( var(--bili) * 40px );
        color: #FFFFFF;
        background-color: var(--colorZT);
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        letter-spacing: 1px;
        border-radius: 60px;
        transition: all 1.6s;
    }
    .banner-word .word-aws{
        margin: 0 auto;
        width: calc( var(--bili) * 100px );
        height: calc( var(--bili) * 6px );
        background-color: #ffffff;
        opacity: 0;
        transform: translateY(calc( var(--bili) * 300px ));
        transition: all 1.6s;
    }
    .wn-banner .swiper-slide-active .banner-word *{
        opacity: 1;
        transform: translateY(0) translateX(0);
    }
    /*banner-文字-e*/

    /*banner-tab-s*/
    .swiper-pagination.swiper-page-banner{
        /*display: none;*/
        bottom: calc( var(--bili) * 60px )!important;
    }
    .swiper-page-banner .swiper-pagination-bullet{
        background: #fff;
        width: 12px;
        height: 12px;
        margin: 0 12px!important;
        position: relative;
    }
    .wn-banner .swiper-pagination > span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    .wn-banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #ffffff;
        margin: 0 15px;
        opacity: 0.5;
        color: transparent;
    }
    .wn-banner .swiper-pagination-bullet-active {
        opacity: 1;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        border: 2px solid rgba(255, 255, 255, 0.4);
        background-color: transparent;
        color: #ffffff;
    }

    .wn-banner .wrapper_con {
        width: 21px;
        height: 42px;
        position: absolute;
        top: -2px;
        overflow: hidden;
        display: none;
    }
    .wn-banner .swiper-pagination-bullet-active .wrapper_con {
        display: block;
    }

    .wn-banner .left {
        left: -2px;
    }
    .wn-banner .right {
        right: -2px;
    }
    .wn-banner .circleProgress {
        width: 42px;
        height: 42px;
        border: 2px solid transparent;
        border-radius: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(-135deg);
    }
    .wn-banner .leftcircle {
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        left: 0;
    }
    .wn-banner .rightcircle {
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        right: 0;
    }
    .wn-banner .swiper-pagination-bullet-active .rightcircle {
        -webkit-animation: circleProgressLoad_right 6s linear infinite;
        animation: circleProgressLoad_right 6s linear infinite;
    }

    .wn-banner .swiper-pagination-bullet-active .leftcircle {
        -webkit-animation: circleProgressLoad_left 6s linear infinite;
        animation: circleProgressLoad_left 6s linear infinite;
    }
    .wn-banner .swiper-index{
        line-height: 38px;
        color: #FFFFFF;
        display: none;
        font-size: 14px;
    }
    .wn-banner .swiper-pagination-bullet-active .swiper-index{
        display: block;
    }
    @keyframes circleProgressLoad_right {
        0% {
            transform: rotate(45deg);
        }
        50%, 100% {
            transform: rotate(225deg);
        }
    }

    @keyframes circleProgressLoad_left {
        0%, 50% {
            transform: rotate(45deg);
        }
        100% {
            transform: rotate(225deg);
        }
    }
    /*banner-tab-e*/

}

/*foot*/
@media screen{

    .footer{
        width: 100%;
        overflow: hidden;
    }
    .footer .footMA{
        background-color: #2a2a2a;
        padding: calc( var(--bili) * 50px ) 0;
    }

    .footer .footMA .FootMenu{
        width: 100%;
        margin: 0 0 35px 0;
        background-color: #272727;
        display: flex;
        align-items: center;
    }
    .footer .footMA .FootMenu .ecA{
        display: block;
        width: calc(100%/10);
        color: #fff;
        font-size: 16px;
        line-height: 56px;
        text-align: center;
        position: relative;
    }
    .footer .footMA .FootMenu .ecA:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 25%;
        right: 0;
        top: 37.5%;
        border-left: 1px dashed #686868;
    }
    .footer .footMA .FootMenu .ecA:last-child:after{
        display: none;
    }



    .footer .footMA .dbMain{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer .footMB{
        background-color: #1c1c1c;
        text-align: left;
        color: #8a8a8a;
        padding: calc( var(--bili) * 25px ) 0;
    }
    .footer .footMB .FTCopyright{
        position: relative;
        font-size: calc( var(--bili) * 14px );
    }
    .footer .FTLink{
        margin: 10px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        color: #8a8a8a;
    }
    .footer .FTLink .ecTit{
        font-size: calc( var(--bili) * 14px );
    }
    .footer .FTLink .ecA{
        display: block;
        margin: 0 10px 0 0;
        font-size: calc( var(--bili) * 14px );
    }


    .footer .dbA{
        width: 380px;
        color: #FFFFFF;
    }
    .footer .dbA .ecA{
        font-size: calc( var(--bili) * 15px );
        margin: calc( var(--bili) * 10px ) 0;
        color: #bababa;
        line-height: 2;
        padding: 10px 0 10px 45px;
    }
    .footer .dbA .ecA.ic1{
        background: url(../images/w5.jpg) no-repeat left center;
    }
    .footer .dbA .ecA.ic2{
        background: url(../images/w6.jpg) no-repeat left center;
    }
    .footer .dbA .ecA.ic3{
        background: url(../images/w7.jpg) no-repeat left center;
    }



    .footer .dbB{
        width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-left: 1px dashed #878787;
        border-right: 1px dashed #878787;
    }
    .footer .dbB .ecA{
        width: 312px;
        margin: 0 0 10px 0;
    }
    .footer .dbB .ecB{
        background: url(../images/w3.jpg) no-repeat left center;
        background-size: 159px 45px;
        font-size: 24px;
        color: var(--colorZT);
        padding: 0 0 0 165px;
        line-height: 1.2;
    }


    .footer .dbC{
        width: 210px;
        height: 230px;
        background-color: #FFFFFF;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer .dbC .ecSys{
        width: 80px;
        height: 80px;
        background-color: var(--colorZT);
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -30px;
        border: 10px solid #2a2a2a;
    }
    .footer .dbC .ecEwm{
        width: 150px;
        height: 150px;
        margin: 30px 0 0 0;
    }

    .footer .dbC .EcList{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .footer .dbC .EcList .EcItem{
        margin: 0 0 0 calc( var(--bili) * 25px );
    }
    .footer .dbC .EcList .EcItem .ecBox{
        text-align: center;
    }
    .footer .dbC .EcList .EcItem .ecBox .ecEwm{
        width: calc( var(--bili) * 150px );
        margin: 0 0 calc( var(--bili) * 10px ) 0;
    }
    .footer .dbC .EcList .EcItem .ecBox .ecCn{
        font-size: calc( var(--bili) * 16px );
        color: #FFFFFF;
    }


    .copyright{
        font-size: calc( var(--bili) * 14px );
        line-height: 2;
        color: #ffffff;
        text-align: center;
    }
    .copyright *{
        font-size: calc( var(--bili) * 14px );
        line-height: 2;
        color: #ffffff;
    }

    .FRMain{
        position: fixed;
        bottom: 5%;
        right: 2%;
        z-index: 10001;
        display: none;
    }
    .FRMain .inItem{
        display: block;
        width: calc( var(--bili) * 50px );
        height: calc( var(--bili) * 50px );
        border-radius: 50%;
        background-color: #626262;
        margin: 10px;
        cursor: pointer;
        background-size: 40% !important;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.3s;
    }
    .FRMain .inItem.ic1{
        background-image: url(../images/w100.svg);
    }
    .FRMain .inItem.ic2{
        background-image: url(../images/w101.svg);
    }
    .FRMain .inItem.ic3{
        background-image: url(../images/w102.svg);
    }
    .FRMain .inItem:hover{
        background-color: var(--colorZT);
    }
}

/*公共*/
@media screen{
    .WH-list{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .LR-list{
        justify-content: space-between;
    }
    .WH-content{
        width: 100%;
    }
    .WH-content *{
        max-width: 100%;
    }

    .Content-Main{
        position: relative;
    }
    .InPD{
        padding: 0 0 calc( var(--bili) * 80px ) 0;
    }
    .InPD2{
        padding: 0 0 calc( var(--bili) * 80px );
    }
    .InPD-ProDet{
        padding: calc( var(--bili) * 50px ) 0;
    }

    .BgA{
        background: #F7F7F7;
    }
    .BgF{
        background: #ffffff;
    }
    .MTH{
        margin: calc( var(--bili) * var(--hedaH)*1px ) 0 0 0;
    }
    .Pub-Title{
        display: flex;
        padding: 0 0 calc( var(--bili) * 40px ) 0;
        flex-direction: column;
        align-items: center;
    }
    .Pub-Title .inA{
        font-size: calc( var(--bili) * 36px );
        color: #cccccc;
        font-weight: bold;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
        position: relative;
    }
    .Pub-Title .inB{
        width: 100%;
        font-size: calc( var(--bili) * 36px );
        font-weight: 700;
        color: #333333;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
        position: relative;
        letter-spacing: 1px;
    }
    .Pub-Title .inB:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 240px );
        height: calc( var(--bili) * 3px );
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: -webkit-linear-gradient(right, var(--colorZT) 50%,transparent 100%);
    }
    .Pub-Title .inB:before{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 240px );
        height: calc( var(--bili) * 3px );
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: -webkit-linear-gradient(left, var(--colorZT) 50%,transparent 100%);
    }
    .Pub-Title .inB span{
        color: var(--colorZT);
    }
    .Pub-Title .inB b{
        font-size: calc( var(--bili) * 48px );
        margin: 0 calc( var(--bili) * 6px );
    }
    .Pub-Title .inC{
        width: 100%;
        font-size: calc( var(--bili) * 18px );
        color: #aaaaaa;
        text-align: center;
        letter-spacing: 2px;
    }

    .Pub-Title.YsF .EcA{
        color: #ffffff;
    }
    .Pub-Title.YsF .EcB{
        background-color: #ffffff;
    }

    .In-Title{
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .In-Title.Tac{
        text-align: center;
    }
    .In-Title .inA{
        font-size: calc( var(--bili) * 36px );
        color: #333333;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
        position: relative;
        line-height: 1;
    }
    .In-Title .inB{
        font-size: calc( var(--bili) * 20px );
        line-height: 1.6;
        color: #aaaaaa;
        text-transform:uppercase;

    }

}

/*首页*/
@media screen{
    .IPubTit{
        text-align: center;
        margin: 0 0 50px 0;
    }
    .IPubTit .ecA{
        font-size: 40px;
        font-weight: bold;
        color: #2a2a2a;
        margin: 0 0 10px 0;
    }
    .IPubTit .ecB{
        font-size: 20px;
        color: #4d4948;
    }

    .IcnA{
        background-color: #f2f2f2;
        padding: calc( var(--bili) * 24px ) 0;
    }
    .IcnA .EcCon{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .IcnA .EcCon .ecL{
        font-size: 14px;
        display: flex;
    }
    .IcnA .EcCon .ecL .ecA{
        color: #444;
    }
    .IcnA .EcCon .ecL .ecB{
        color: #444;
        margin: 0 15px 0 0;
    }
    .IcnA .EcCon .ecR{
        position: relative;
    }
    .IcnA .EcCon .ecR .ecForm{
        width: 270px;
        position: relative;
    }
    .IcnA .EcCon .ecR .ecForm .ecSrk{
        width: 100%;
        height: 34px;
        border-radius: 30px;
        font-size: 14px;
        padding: 0 50px 0 20px;
    }
    .IcnA .EcCon .ecR .ecForm .ecBtn{
        width: 44px;
        height: 34px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background: url(../images/w2.svg) no-repeat center;
        background-size: calc( var(--bili) * 16px );
    }

    .IcnB{
        background: url(../images/BG1.jpg) no-repeat center top;
        height: 560px;
        padding-top: 60px;
    }
    .IcnB .EcConA{
        display: flex;
        margin: 0 0 45px 0;
    }
    .IcnB .EcConA .EcItem{
        width: 240px;
    }
    .IcnB .EcConA .EcItem:first-child{
        width: 270px;
    }
    .IcnB .EcConA .EcItem:last-child{
        width: 140px;
        margin: 0 0 0 30px;
    }
    .IcnB .EcConA .EcItem .ecA{
        font-size: 60px;
        color: #2a2a2a;
        font-weight: bold;
    }
    .IcnB .EcConA .EcItem .ecA i{
        font-size: 20px;
        position: relative;
        font-weight: 400;
    }
    .IcnB .EcConA .EcItem .ecC{
        font-size: 16px;
        color: #2d3a42;
    }
    .IcnB .EcConB{
        position: relative;
    }
    .IcnB .EcConB .ecA{
        text-align: center;
        font-size: 30px;
        color: #2d3a42;
        margin: 0 0 35px 0;
    }
    .IcnB .EcConB .ecA span{
        padding: 0 0 0 70px;
    }
    .IcnB .EcConB .ecA b{
        color: var(--colorZT);
    }
    .IcnB .EcConB .ecA i{
        font-weight: normal;
        font-style: normal;
        padding: 0 3px;
    }
    .IcnB .EcConB .ecB{
        font-size: 16px;
        color: #5f5f5f;
        text-align: center;
        line-height: 1.8;
    }
    .IcnB .EcConB .ecB b{
        position: relative;
        font-size: 24px;
        color: #2d3a42;
    }
    .IcnB .EcConB .ecC{
        position: absolute;
        width: 100px;
        left: 550px;
        top: -30px;
    }
    .IcnB .EcConB .ecD{
        width: 60px;
        position: absolute;
        left: 570px;
        top: 260px;
    }

    .IcnC{
        padding: calc( var(--bili) * 40px ) 0;
        background: #f5f5f5;
    }
    .IcnC .EcCon{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .IcnC .EcCon .EcMenu{
        width: 280px;
        border: 1px solid #cdcdcd;
        padding: 30px 20px 15px;
        background: #fff;
    }
    .IcnC .EcCon .EcMenu .ecTit{
        font-size: 20px;
        font-weight: bold;
        color: #2a2a2a;
        margin: 0 0 20px 0;
        background: url(../images/fltit.jpg) no-repeat left;
        padding: 0 0 0 50px;
    }
    .IcnC .EcCon .EcMenu .ecA{
        height: 46px;
        line-height: 46px;
        color: #666;
        border-bottom: 1px solid #e3e3e3;
        padding: 0 0 0 30px;
        position: relative;
    }
    .IcnC .EcCon .EcMenu .ecA:after{
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: #2a2a2a;
        border-radius: 50%;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .IcnC .EcCon .EcMenu .ecA:hover{
        color: var(--colorZT1);
    }
    .IcnC .EcCon .EcMenu .ecA:last-child{
        border-bottom: 0;
    }
    .IcnC .EcCon .EcList{
        width: 900px;
        margin: -10px;
        display: flex;
        flex-wrap: wrap;
    }
    .IcnC .EcCon .EcList .EcItem{
        width: calc(100%/3);
        padding: 10px;
    }
    .IcnC .EcCon .EcList .EcItem .ecBox{
        display: block;
    }
    .IcnC .EcCon .EcList .EcItem .ecBox .ecIm{
        border: 1px solid #d0d0d0;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 80%;
        margin: 0 0 15px 0;
    }
    .IcnC .EcCon .EcList .EcItem .ecBox .ecCn{
        position: relative;
    }
    .IcnC .EcCon .EcList .EcItem .ecBox .ecCn .ecA{
        color: #666666;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align:center;
    }
    .IcnC .EcCon .EcList .EcItem .ecBox .ecCn .ecB{
        font-size: 14px;
        line-height: 30px;
        color: #717171;
        height: 120px;
        overflow: hidden;
    }
    .IcnC .EcCon .EcList .EcItem .ecBox .ecCn .ecB *{
        line-height: 30px!important;
    }

    .IcnD{
        /*background: url(../images/wtbg.jpg) no-repeat center top;*/
        /*height: 840px;*/
        padding-top: 90px;
    }
    .IcnD .EcConA{
        position: relative;
    }
    .IcnD .EcConA .ecTit{
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: #2a2a2a;
    }
    .IcnD .EcConA .ecTit span{
        color: var(--colorZT);
    }
    .IcnD .EcList{
        margin: 160px 0 0 290px;
        display: flex;
        flex-wrap: wrap;
    }
    .IcnD .EcList .EcItem{
        width: 420px;
        background: url(../images/wtico.png) no-repeat 0 center;
        padding: 0 0 0 32px;
        font-size: 16px;
        color: #666666;
        margin: 0 0 28px 0;
    }
    .IcnD .EcList .EcItem b{
        color: var(--colorZT1);
    }
    .IcnD .EcConB{
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: 30px 90px 0 50px;
        align-items: center;
    }
    .IcnD .EcConB .ecL{
        font-size: 34px;
        color: #fff;
        font-weight: bold;
    }
    .IcnD .EcConB .ecL i{
        color: var(--colorZT3);
    }
    .IcnD .EcConB .ecR{
        position: relative;
    }
    .IcnD .EcConB .ecR .ecA{
        font-size: 14px;
        color: #fff;
        font-weight: bold;
    }
    .IcnD .EcConB .ecR .ecB{
        font-size: 22px;
        color: var(--colorZT3);
        font-weight: bold;
    }
    .IcnD .EcConC{
        margin: 40px 0 40px 0;
        padding: 0 0 30px 0;
        border-bottom: 4px solid var(--colorZT);
    }
    .IcnD .EcConC .ecTit{
        font-weight: bold;
        font-size: 26px;
        color: #333333;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .IcnD .EcConC .ecTit span{
        color: var(--colorZT1);
    }
    .IcnD .EcConC .ecForm{
        position: relative;
    }
    .IcnD .EcConC .ecForm .FormCon{
        width: 100%;
    }
    .IcnD .EcConC .ecForm .Ec-list{
        display: flex;
        justify-content: center;
    }
    .IcnD .EcConC .ecForm .Ec-list .Ec-item{
        width: 300px;
        display: flex;
        flex-direction: column;
        margin: 0 10px;
    }
    .IcnD .EcConC .ecForm .Ec-list .Ec-item .srkA{
        width: 100%;
        border: 1px solid #cccccc;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
        height: calc( var(--bili) * 46px );
        font-size: calc( var(--bili) * 14px );
        padding: 0 calc( var(--bili) * 15px );
    }
    .IcnD .EcConC .ecForm .Ec-list .Ec-item .srkB{
        width: 100%;
        border: 1px solid #cccccc;
        height: calc( var(--bili) * 102px );
        font-size: calc( var(--bili) * 14px );
        padding: calc( var(--bili) * 15px );
    }
    .IcnD .EcConC .ecForm .Ec-list .EcR{
        margin: 0 0 0 10px;
    }
    .IcnD .EcConC .ecForm .Ec-list .EcR .Xl-BtnA{
        font-size: 16px;
        color: #FFFFFF;
        padding: 10px 20px;
        border-radius: 10px;
        background-color: var(--colorZT);
        cursor: pointer;

    }

    .IcnE{
        height: 950px;
        background-size: cover!important;
    }
    .IcnE .ecTit{
        text-align: center;
        font-size: 40px;
        color: #2a2a2a;
        margin: 0 0 120px 0;
    }
    .IcnE .ecTit i{
        font-style: normal;
        font-size: 60px;
        color: var(--colorZT);
        font-weight: bold;
    }
    .IcnE .ecTit b{
        font-weight: bold;
    }
    .IcnE .ecTit span{
        font-weight: bold;
        color: var(--colorZT);
    }
    .IcnE .EcList{
        position: relative;
    }
    .IcnE .EcList .EcItem{
        width: 520px;
        display: flex;
        align-items: center;
        background-color: #f1f1f1;
        border-radius: 30px;
        margin: 15px 0;
    }
    .IcnE .EcList .EcItem .ecA{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        background-color: var(--colorZT);
    }
    .IcnE .EcList .EcItem:nth-of-type(1) .ecA{
        background-color: #0f67ff;
    }
    .IcnE .EcList .EcItem:nth-of-type(2) .ecA{
        background-color: #0042b4;
    }
    .IcnE .EcList .EcItem:nth-of-type(3) .ecA{
        background-color: #0dd1ff;
    }
    .IcnE .EcList .EcItem:nth-of-type(4) .ecA{
        background-color: #6a55ff;
    }
    .IcnE .EcList .EcItem:nth-of-type(5) .ecA{
        background-color: #1f89b5;
    }
    .IcnE .EcList .EcItem:nth-of-type(6) .ecA{
        background-color: #dd1690;
    }
    .IcnE .EcList .EcItem:nth-of-type(7) .ecA{
        background-color: #729f00;
    }
    .IcnE .EcList .EcItem:nth-of-type(8) .ecA{
        background-color: #ff3d05;
    }
    .IcnE .EcList .EcItem:nth-of-type(9) .ecA{
        background-color: #ffd118;
    }
    .IcnE .EcList .EcItem:nth-of-type(10) .ecA{
        background-color: #ff9e0a;
    }
    .IcnE .EcList .EcItem .ecB{
        font-size: 14px;
        color: #2a2a2a;
        margin: 0 0 0 10px;
    }
    .IcnE .EcList .EcItem .ecB i{
        font-weight: bold;
        color: var(--colorZT);
    }


    .IcnF{
        height: 839px;
        position: relative;
        background-size: cover!important;
    }
    .IcnF .inner{
        position: relative;
        height: 100%;
    }
    .IcnF .EcConA{
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        text-align: right;
        padding: 20px 0 0 0;
    }
    .IcnF .EcConB{
        width: 300px;
        position: absolute;
        left: 0;
        top: 305px;
    }
    .IcnF .EcConB .ecA{
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin: 24px 15px 30px 60px;
    }
    .IcnF .EcConB .EcList{
        padding: 0 20px;
    }
    .IcnF .EcConB .EcList .EcItem{
        font-size: 18px;
        font-weight: bold;
        color: #2a2a2a;
        margin: 30px 0;
    }
    .IcnF .EcConB .EcList .EcItem i{
        display: inline-block;
        border-bottom: 1px solid #bfbfbf;
        color: var(--colorZT4);
        padding: 0 15px;
    }
    .IcnF .EcConB .ecC{
        font-size: 18px;
        color: #505050;
        font-weight: bold;
        margin: 115px 10px 5px 80px;
    }
    .IcnF .EcConB .ecD{
        font-weight: bold;
        font-size: 24px;
        color: var(--colorZT);
        margin: 0 0 0 76px;
    }
    .IcnF .EcConC{
        background: var(--colorZT1);
        text-align: center;
        font-size: 20px;
        color: #fff;
        display: inline-block;
        position: absolute;
        bottom: 50px;
        right: 0;
        padding: 5px 20px 10px;
    }
    .IcnF .EcConC i{
        font-size: 28px;
        color: var(--colorZT3);
    }

    .IcnG{
        padding: 80px 0;
    }
    .IcnG .TabList{
        display: flex;
        flex-wrap: wrap;
        margin: -5px;
        padding: 0 0 40px 0;
    }
    .IcnG .TabList .EcItem{
        width: calc(100%/4);
        padding: 5px;
    }
    .IcnG .TabList .EcItem .ecBox{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ededed;
        height: 100px;
        cursor: pointer;
        position: relative;
        border-bottom: 4px solid #ededed;
    }
    .IcnG .TabList .EcItem .ecBox .ecA{
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 0 10px 0 0;
    }
    .IcnG .TabList .EcItem .ecBox .ecA img{

        height: auto;
    }
    .IcnG .TabList .EcItem .ecBox .ecB{
        font-size: 20px;
        color: #2a2a2a;
    }
    .IcnG .TabList .EcItem.on .ecBox{
        border-bottom: 4px solid var(--colorZT);
    }
    .IcnG .TabList .EcItem.on .ecA img{
        margin-top: -47px;
    }
    .IcnG .TabList .EcItem.on .ecB{
        color: var(--colorZT);
        font-weight: bold;
    }
    .IcnG .SwhList{
        position: relative;
    }
    .IcnG .SwhList .EcItem{
        position: relative;
        display: none;
    }
    .IcnG .SwhList .EcItem.on{
        display: block;
    }
    .IcnG .SwhList .EcItem .ecBox{
        display: flex;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem{
        width: 50%;
        position: relative;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem .InCc{
        font-weight: bold;
        font-size: 70px;
        color: #2a2a2a;
        position: absolute;
        left: 0;
        top: 10px;
        line-height: 1;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem:first-child .InCc{
        left: auto;
        right: 0;
        color: #FFFFFF;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem .InCa{
        height: 90px;
        line-height: 90px;
        text-align: center;
        color: #2a2a2a;
        background-color: #ededed;
        font-weight: bold;
        font-size: 30px;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem:first-child .InCa{
        background-color: var(--colorZT);
        color: #FFFFFF;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem .InIm{
        width: 100%;
        height: 340px;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem .InCb{
        background-color: #ededed;
        padding: 30px;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem .InCb .inA{
        font-size: 18px;
        font-weight: bold;
        color: #2a2a2a;
        margin: 0 0 10px 0;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem .InCb .inA i{
        color: var(--colorZT);
        font-weight: bold;
        font-size: 24px;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem .InCb .inB{
        font-size: 14px;
        color: #676767;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem:first-child .InCb{
        background-color: var(--colorZT);
    }
    .IcnG .SwhList .EcItem .ecBox .InItem:first-child .InCb .inA{
        color: #FFFFFF;
    }
    .IcnG .SwhList .EcItem .ecBox .InItem:first-child .InCb .inA i{
        color: var(--colorZT3);
    }
    .IcnG .SwhList .EcItem .ecBox .InItem:first-child .InCb .inB{
        color: #FFFFFF;
    }

    .IcnH{
        background: url(../images/zsbg.jpg) no-repeat center top;
        padding: 60px 0 100px;
        background-size: cover;
    }
    .IcnH .EcSw{
        position: relative;
    }
    .IcnH .IHSw{
        position: relative;
    }
    .IcnH .IHSw .EcItem{
        height: 380px;
        overflow: hidden;
    }
    .IcnH .EcSw .SwBtn{
        width: calc( var(--bili) * 50px );
        height: calc( var(--bili) * 50px );
        background-color: #444444;
        border-radius: 50%;
        z-index: 2;
    }
    .IcnH .EcSw .SwBtn:hover{
        background-color: var(--colorZT);
    }
    .IcnH .EcSw .SwBtn:after{
        color: #ffffff;
        font-size: calc( var(--bili) * 24px );
        font-weight: 700;
    }
    .IcnH .EcSw .EcN{
        right: -70px;
    }
    .IcnH .EcSw .EcP{
        left: -70px;
    }

    .IcnI{
        padding: 80px 0;
    }
    .IcnI .EcSw{
        position: relative;
        margin: 0 0 40px 0;
    }
    .IcnI .EcSw .IISw{
        width: 100%;
    }
    .IcnI .EcSw .EcItem{
        width: 100%;
    }
    .IcnI .EcSw .EcItem .ecIm{
        width: 100%;
        height: 402px;
        overflow: hidden;
    }
    .IcnI .EcSw .EcItem .ecCn{
        width: 100%;
        background-color: var(--colorZT);
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .IcnI .EcSw .EcItem .ecCn .ecL{
        width: 770px;
        color: #FFFFFF;
    }
    .IcnI .EcSw .EcItem .ecCn .ecL .ecA{
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 10px 0;
    }
    .IcnI .EcSw .EcItem .ecCn .ecL .ecB{
        font-size: 16px;
    }
    .IcnI .EcSw .EcItem .ecCn .ecR{
        background: url(../images/antel.png) no-repeat left center;
        width: 270px;
        font-weight: bold;
        padding: 0 0 0 70px;
    }
    .IcnI .EcSw .EcItem .ecCn .ecR .ecA{
        color: #FFFFFF;
        font-size: 14px;
        margin: 0 0 4px 0;
    }
    .IcnI .EcSw .EcItem .ecCn .ecR .ecB{
        font-size: 24px;
        color: var(--colorZT3);
    }
    .IcnI .EcSw .SwBtn{
        width: calc( var(--bili) * 50px );
        height: calc( var(--bili) * 50px );
        background-color: #b4b4b4;
        border-radius: 50%;
        z-index: 2;
    }
    .IcnI .EcSw .SwBtn:hover{
        background-color: var(--colorZT);
    }
    .IcnI .EcSw .SwBtn:after{
        color: #ffffff;
        font-size: calc( var(--bili) * 24px );
        font-weight: 700;
    }
    .IcnI .EcSw .EcN{
        right: -70px;
    }
    .IcnI .EcSw .EcP{
        left: -70px;
    }

    .IcnI .TabList{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 40px 0;
    }
    .IcnI .TabList .EcItem{
        width: calc(100%/6);
    }
    .IcnI .TabList .EcItem .ecBox{
        font-size: 16px;
        color: #666666;
        padding: 0 10px;
        line-height: 60px;
        cursor: pointer;
    }
    .IcnI .TabList .EcItem.on .ecBox{
        background-color: var(--colorZT);
        color: #FFFFFF;
    }
    .IcnI .SwhList{

    }
    .IcnI .SwhList .EcItem{
        display: none;
    }
    .IcnI .SwhList .EcItem.on{
        display: block;
    }
    .IcnI .SwhList .InList{
        display: flex;
        flex-wrap: wrap;
        margin: -15px;
    }
    .IcnI .SwhList .InList .InItem{
        width: calc(100%/3);
        padding: 15px;
    }
    .IcnI .SwhList .InList .InItem .inBox{

    }
    .IcnI .SwhList .InList .InItem .inBox .inIm{
        width: 100%;
        height: 260px;
        overflow: hidden;
        margin: 0 0 10px 0;
    }
    .IcnI .SwhList .InList .InItem .inBox .inMc{
        color: #4d4948;
        text-align: center;
        font-size: 16px;
    }

    .IcnJ{
        height: 306px;
        background-size: cover!important;
    }
    .IcnJ .inner{
        height: 100%;
    }
    .IcnJ .EcConA{
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }
    .IcnJ .EcConA .ecL{
        display: flex;
        align-items: center;
        margin: 180px 0 0 0;
    }
    .IcnJ .EcConA .ecL .ecA{
        background-color: var(--colorZT2);
        margin: 0 30px 0 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 30px;
        font-weight: bold;
    }
    .IcnJ .EcConA .ecL .ecMB{
        background: url(../images/antel.png) no-repeat left center;
        font-weight: bold;
        padding: 0 0 0 70px;
    }
    .IcnJ .EcConA .ecL .ecMB .ecB{
        color: #FFFFFF;
        font-size: 14px;
        margin: 0 0 4px 0;
    }
    .IcnJ .EcConA .ecL .ecMB .ecC{
        font-size: 24px;
        color: var(--colorZT3);
    }
    .IcnJ .EcConA .ecR{
        position: relative;
    }
    .IcnJ .EcConA .ecR .IJSw{
        width: 604px;
        border: 3px solid var(--colorZT2);
    }
    .IcnJ .EcConA .ecR .IJSw .EcItem{
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .IcnJ .EcConA .ecR .swiper-pagination{
        display: flex;
        flex-direction: column;
        right: -30px;
        top: 0;
        height: 100%;
        justify-content: center;
    }
    .IcnJ .EcConA .ecR .swiper-pagination .swiper-pagination-bullet{
        margin: 5px 0;
        background: #fff;
    }

    .IcnK{
        padding: 80px 0 0;
    }
    .IcnK .EcTit{
        text-align: center;
        margin: 0 0 50px 0;
    }
    .IcnK .EcTit .ecA{
        font-size: 40px;
        color: #2a2a2a;
        margin: 0 0 10px 0;
    }
    .IcnK .EcTit .ecA i{
        font-style: normal;
        font-size: 60px;
        color: var(--colorZT);
        font-weight: bold;
    }
    .IcnK .EcTit .ecA b{
        font-weight: bold;
    }
    .IcnK .EcTit .ecA span{
        font-weight: bold;
        color: var(--colorZT);
    }
    .IcnK .EcTit .ecB{
        display: inline-block;
        background-color: var(--colorZT);
        font-size: 18px;
        color: #FFFFFF;
        padding: 5px 120px;
        letter-spacing: 1px;
    }
    .IcnK .EcList{
        width: 100%;
    }
    .IcnK .EcList .EcItem{
        margin: 0 0 80px 0;
        background-size: cover!important;
    }
    .IcnK .EcList .EcItem .inner{
        display: flex;
        justify-content: flex-end;
    }
    .IcnK .EcList .EcItem:nth-child(2n) .inner{
        justify-content: flex-start;
    }
    .IcnK .EcList .EcItem .EcCN{
        width: 440px;
        padding: 0 0 20px 0;
    }
    .IcnK .EcList .EcItem .EcCN .ecMA{
        display: flex;
        justify-content: space-between;
        margin: 0 0 30px 0;
    }
    .IcnK .EcList .EcItem .EcCN .ecMA .ecL{
        width: 80px;
        height: 100px;
        background-color: var(--colorZT);
        color: var(--colorZT3);
        font-size: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: fangsong;
    }
    .IcnK .EcList .EcItem .EcCN .ecMA .ecR{
        width: calc(100% - 100px);
    }
    .IcnK .EcList .EcItem .EcCN .ecMA .ecR .ecA{
        font-size: 24px;
        font-weight: bold;
        color: #2a2a2a;
        border-bottom: 1px solid #d9d9d9;
        padding: 0 0 10px 0;
    }
    .IcnK .EcList .EcItem .EcCN .ecMA .ecR .ecA i{
        color: var(--colorZT);
    }
    .IcnK .EcList .EcItem .EcCN .ecMA .ecR .ecB{
        font-size: 16px;
        font-weight: bold;
        color: #2a2a2a;
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0;
    }
    .IcnK .EcList .EcItem .EcCN .ecMB{
        font-size: 14px;
        color: #898989;
        line-height: 2;
        margin: 0 0 15px 0;
    }
    .IcnK .EcList .EcItem .EcCN .InList{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .IcnK .EcList .EcItem .EcCN .InList .InItem{
        position: relative;
    }
    .IcnK .EcList .EcItem .EcCN .InList .InItem .inBox{
        width: 130px;
        height: 130px;
        background-color: #9b9b9b;
        border-radius: 50%;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 4px solid #e0e0e0;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 700;
    }

    .IcnK .EcList .EcItem .EcCN .InList .InItem .inBox p{
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin: 5px 0 0 0;
    }
    .IcnL{
        height: 250px;
        background-size: cover!important;
    }
    .IcnL .inner{
        position: relative;
        height: 100%;
    }
    .IcnL .EcConA{
        display: flex;
        align-items: center;
        position: absolute;
        right: 110px;
        bottom: 20px;
    }
    .IcnL .EcConA .ecA{
        background-color: var(--colorZT2);
        margin: 0 30px 0 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 30px;
        font-weight: bold;
    }
    .IcnL .EcConA .ecMB{
        background: url(../images/antel.png) no-repeat left center;
        font-weight: bold;
        padding: 0 0 0 70px;
    }
    .IcnL .EcConA .ecMB .ecB{
        color: #FFFFFF;
        font-size: 14px;
        margin: 0 0 4px 0;
    }
    .IcnL .EcConA .ecMB .ecC{
        font-size: 24px;
        color: var(--colorZT3);
    }

    .IcnM{
        padding: 80px 0 40px 0;
    }
    .IcnM .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -1px;
        position: relative;
        min-height: 200px;
    }
    .IcnM .EcList .EcItem{
        width: calc(100%/6);
        padding: 1px;
    }
    .IcnM .EcList .EcItem:nth-of-type(8){
        margin-right: calc(100%/3);
    }
    .IcnM .EcList .EcItem .ecBox{
        position: relative;
    }
    .IcnM .EcList .EcItem .ecBox .ecIm{
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
        position: relative;
    }
    .IcnM .EcList .EcItem .ecBox .ecCn{
        position: absolute;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        padding: 4%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 117, 194, 0.4);
        opacity: 0;
        transition: all 0.5s;
    }
    .IcnM .EcList .EcItem .ecBox .ecCn .ecA{
        font-weight: bold;
        font-size: 28px;
        margin: 0 0 5px 0;
    }
    .IcnM .EcList .EcItem .ecBox .ecCn .ecB{
        font-size: 16px;
    }
    .IcnM .EcList .EcItem .ecBox .ecCn .ecC{
        display: none;
    }
    .IcnM .EcList .EcItem .ecBox:hover .ecCn{
        opacity: 1;
    }
    .IcnM .EcList .EcItem.on .ecBox .ecCn{
        opacity: 1;
    }
    .IcnM .EcList .EcCenter{
        background-color: #FFFFFF;
        width: calc(100%/3);
        height: calc(100%/3);
        position: absolute;
        left: calc(100%/3);
        top: 33.3%;
        z-index: 2;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .IcnM .EcList .EcCenter .ecA{
        font-size: 24px;
        font-weight: bold;
        color: #2a2a2a;
        margin: 0 10px 10px 0;
    }
    .IcnM .EcList .EcCenter .ecB{
        font-size: 14px;
        color: #595959;
        background: url(../images/anico.png) no-repeat 0 center;
        padding: 0 0 0 26px;
        background-size: 26px;
        margin: 0 0 10px 0;
    }
    .IcnM .EcList .EcCenter .ecC{
        color: #909090;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .IcnM .EcList .EcCenter .ecMA{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .IcnM .EcList .EcCenter .ecMB{
        display: flex;
    }
    .IcnM .EcList .EcCenter .ecMB .ecaA{
        width: 120px;
        height: 34px;
        line-height: 34px;
        background-color: var(--colorZT);
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        margin: 0 20px 0 0;
    }
    .IcnM .EcList .EcCenter .ecMB .ecaB{
        width: 120px;
        height: 34px;
        line-height: 34px;
        background-color: var(--colorZT2);
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }

    .IcnN{
        padding: 40px 0 80px 0;
    }
    .IcnN .EcCon{
        display: flex;
        justify-content: space-between;
    }
    .IcnN .EcCon .EcCi{
        width: 480px;
    }
    .IcnN .EcCon .EcCi:nth-of-type(2){
        width: 350px;
    }
    .IcnN .EcCon .EcCi:nth-of-type(3){
        width: 295px;
    }
    .IcnN .EcCon .EcCi .EcCM{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #e7e7e7;
        margin: 0 0 25px 0;
    }
    .IcnN .EcCon .EcCi .EcCM .ecTabs{
        display: flex;
    }
    .IcnN .EcCon .EcCi .EcCM .ecTabs .Tabs{
        font-size: 20px;
        color: #666666;
        line-height: 60px;
        position: relative;
        margin: 0 50px 0 0;
        cursor: pointer;
    }
    .IcnN .EcCon .EcCi .EcCM .ecTabs .Tabs:after{
        content: '';
        position: absolute;
        width: 2px;
        height: 36%;
        left: -30%;
        top: 32%;
        background-color: #a5a5a5;
        transform: rotate(15deg);
    }
    .IcnN .EcCon .EcCi .EcCM .ecTabs .Tabs:first-child:after{
        display: none;
    }
    .IcnN .EcCon .EcCi .EcCM .ecTabs .Tabs.on{
        font-weight: bold;
        color: var(--colorZT);
    }
    .IcnN .EcCon .EcCi .EcCM .ecTabs .Tabs.on:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: -2px;
        z-index: 2;
        background-color: var(--colorZT);
    }
    .IcnN .EcCon .EcCi .EcCM .ecMore{
        font-size: 14px;
        color: #666666;
    }
    .RollA{
        height: 320px!important;
    }
    .IcnN .EcLsA{
        position: relative;
    }
    .IcnN .EcLsA .EcItem{
        display: none;
    }
    .IcnN .EcLsA .EcItem.on{
        display: block;
    }
    .IcnN .EcLsA .EcItA{
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #f0f0ef;
    }
    .IcnN .EcLsA .EcItA .ecBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .IcnN .EcLsA .EcItA .ecBox .ecIm{
        width: 210px;
        height: 144px;
        overflow: hidden;
    }
    .IcnN .EcLsA .EcItA .ecBox .ecCn{
        width: calc(100% - 230px);
    }
    .IcnN .EcLsA .EcItA .ecBox .ecCn .ecA{
        font-size: 16px;
        color: var(--colorZT);
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .IcnN .EcLsA .EcItA .ecBox .ecCn .ecB{
        font-size: 14px;
        color: #666666;
        margin: 0 0 10px 0;
        line-height: 2;
    }
    .IcnN .EcLsA .EcItA .ecBox .ecCn .ecC{
        display: inline-block;
        font-size: 14px;
        color: var(--colorZT);
        border: 2px solid var(--colorZT);
        padding: 5px 30px;
    }
    .IcnN .EcLsA .EcItB{
        margin: 0 0 20px 0;
    }
    .IcnN .EcLsA .EcItB:last-child{
        margin: 0;
    }
    .IcnN .EcLsA .EcItB .ecBox{
        font-size: 14px;
        color: #666666;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .IcnN .EcLsA .EcItB .ecBox .ecA{
        width: 70%;
    }
    .IcnN .EcLsA .EcItB .ecBox .ecB{
        width: 30%;
        text-align: right;
    }
    .RollB{
        height: 320px!important;
    }
    .IcnN .EcLsB{
        position: relative;
    }
    .IcnN .EcLsB .EcItem{
        margin: 20px 0;
        height: 78px;
    }
    .IcnN .EcLsB .EcItem .ecBox{
        display: block;
    }
    .IcnN .EcLsB .EcItem .ecBox .ecA{
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .IcnN .EcLsB .EcItem .ecBox .ecB{
        font-size: 14px;
        color: #666666;
        line-height: 1.6;
    }
    .IcnN .EcLsC{

    }
    .IcnN .EcLsC .EcItem{
        margin: 20px 0;
    }
    .IcnN .EcLsC .EcItem .ecBox{

    }
    .IcnN .EcLsC .EcItem .ecBox .ecMA{
        display: flex;
        justify-content: space-between;
        margin: 0 0 10px 0;
        align-items: center;
    }
    .IcnN .EcLsC .EcItem .ecBox .ecMA .ecA{
        width: 22px;
        height: 22px;
        font-size: 12px;
        color: #FFFFFF;
        background-color: var(--colorZT);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .IcnN .EcLsC .EcItem .ecBox .ecMA .ecB{
        width: calc(100% - 30px);
        color: #333333;
        font-size: 14px;
        font-weight: bold;
    }
    .IcnN .EcLsC .EcItem .ecBox .ecMB{
        display: flex;
        justify-content: space-between;
    }
    .IcnN .EcLsC .EcItem .ecBox .ecMB .ecA{
        width: 22px;
        height: 22px;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #555555;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .IcnN .EcLsC .EcItem .ecBox .ecMB .ecB{
        width: calc(100% - 30px);
        font-size: 14px;
        color: #666666;
        line-height: 1.6;
    }

    .IcnO{
        height: 663px;
        background-size: cover!important;
    }
    .IcnO .EcConA{
        padding: 170px 0 0 30px;
        width: 370px;
    }
    .IcnO .EcConA .ecA{
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 15px 0;
        background: url(../images/abico.png) no-repeat right center;
        background-size: 46px;
        padding: 0 50px 0 0;
    }
    .IcnO .EcConA .ecB{
        font-size: 20px;
        color: #fff;
        margin: 0 0 15px 0;
    }
    .IcnO .EcConA .ecC{
        font-size: 14px;
        color: #fff;
        margin: 0 0 15px 0;
        line-height: 1.6;
    }
    .IcnO .EcConA .ecD{
        width: 100%;
        overflow: hidden;
    }
    .IcnP{
        background-color: var(--colorZT);
        padding: 50px 0;
    }
    .IcnP .EcConA{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .IcnP .TabList{
        width: 220px;
    }
    .IcnP .TabList .EcItem{
        width: 200px;
        background-color: #FFFFFF;
        margin: 0 0 10px 0;
        text-align: center;
        color: #2a2a2a;
        position: relative;
    }
    .IcnP .TabList .EcItem:after{
        content: "";
        position: absolute;
        right: -16px;
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%);
        border: 8px solid transparent;
        border-left: 8px solid var(--colorZT2);
        display: none;
    }
    .IcnP .TabList .EcItem:last-child{
        margin: 0;
    }
    .IcnP .TabList .EcItem .ecBox{
        font-size: 18px;
        font-weight: bold;
        line-height: 56px;
        cursor: pointer;
    }
    .IcnP .TabList .EcItem.on{
        background-color: var(--colorZT2);
        color: #FFFFFF;
    }
    .IcnP .TabList .EcItem.on:after{
        display: block;
    }

    .IcnP .SwhList{
        width: 970px;
    }
    .IcnP .SwhList .EcItem{
        height: 0;
        overflow: hidden;
    }
    .IcnP .SwhList .EcItem.on{
        height: auto;
    }
    .IcnP .SwhList .EcItem .InItem{
        position: relative;
        width: 100%;
    }
    .IcnP .SwhList .EcItem .InItem .inIm{
        width: 100%;
        height: 188px;
        overflow: hidden;
    }
    .IcnP .SwhList .EcItem .InItem .inMc{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: all 0.5s;
    }
    .IcnP .SwhList .EcItem .InItem:hover .inMc{
        opacity: 1;
    }



}

/*菜单-位置*/
@media screen{
    .wn-SubNav{
        background-color: #f5f5f5;
        position: relative;
        /*border-bottom: 1px solid #eeeeee;*/
    }
    .no-Bgc{
        background-color: transparent;
    }
    .wn-SubNav .infx{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wn-inNav{
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .in-item{
        font-style: normal;
        color: #333333;
        width: auto;
        text-align: center;
        position: relative;
        white-space:nowrap;
        z-index: 2;
    }

    .in-item .Acls{
        width: 100%;
        height: calc( var(--bili) * 100px );
        line-height: calc( var(--bili) * 100px );
        font-size: calc( var(--bili) * 24px );
        display: inline-block;
        padding: 0 calc( var(--bili) * 70px );
    }
    .in-item.on .Acls{
        color: #ffffff;
        background: var(--colorZT);
    }
    .in-item:hover .Acls{
        /*color: var(--colorZT);*/
        /*border-bottom: 3px solid var(--colorZT);*/
    }


    .InNav-Main{
        position: relative;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
    }
    .InNav-Main .NorP{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .InNav{
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .InNav .Nie{
        font-style: normal;
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        width: auto;
        text-align: left;
        position: relative;
        /*border-radius: 60px;*/
        white-space:nowrap;
    }
    .InNav .Nie:last-child{
        margin: 0;
    }
    .InNav .Nie .mCa{
        width: 100%;
        display: inline-block;
        line-height: calc( var(--bili) * 90px );
        padding: 0 calc( var(--bili) * 40px );
    }
    .InNav .Nie.on{
        background-color: var(--colorZT);
        color: #ffffff;
    }
    .InNav .Nie:hover{
        /*background-color: var(--colorZT);*/
        /*color: var(--colorZT);*/
    }

    .Position-Main{
        padding: 15px 0 15px;
        background-color: #ffffff;
        border-bottom: 1px dashed #dcdcdc;
        margin: 0 0 20px 0;
    }
    .Position{
        background: url(../images/icons/wn-location.svg) no-repeat left;
        background-size: calc( var(--bili) * 16px );
        padding: 0 0 0 calc( var(--bili) * 26px );
        white-space:nowrap;
        /*display: none;*/
        /*margin: 0 0 0 calc( var(--bili) * 30px );*/
    }
    .Position.NoMbx{
        display: none;
    }
    .Position .Acls{
        font-size: calc( var(--bili) * 14px );
        color: #555555;
        margin: 0 calc( var(--bili) * 18px ) 0 0;
        position: relative;
        display: inline-block;
        line-height: 2;
    }
    .Position .Acls:after{
        content: '>';
        position: absolute;
        /*border-radius: 50%;*/
        font-size: calc( var(--bili) * 12px );
        color: #999999;
        right:calc( var(--bili) * -14px );
        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;
    }
    .Position .Acls:last-child:after{
        display: none;
    }

    .InNav-Main.NavYc .InNav{
        display: none;
    }

    .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{
    .ContactA{
        margin: 0 0 30px 0;
    }
    .ContactA .ecConA{
        background:  url(../images/lx1.jpg) no-repeat left center;
        height: 181px;
        padding: 0 50px 0 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ContactA .ecConA .ecA{
        font-size: 24px;
        color: var(--colorZT);
        margin: 0 0 10px 0;
    }
    .ContactA .ecConA .ecB{
        font-size: 14px;
        color: #666666;
        line-height: 2;
    }


    .ContactB{
        width: 100%;
        overflow: hidden;
        margin: 0 0 calc( var(--bili) * 40px ) 0;
        border: 1px solid #e1e1e1;
        padding: 20px;
    }
    .ContactB .ecCA{
        display: flex;
        flex-wrap: wrap;
    }
    .ContactB .ecCA:nth-child(2n){
        background-color: #f5f5f5;
    }
    .ContactB .ecCA .ecCB{
        width: calc(100%/2);
        font-size: calc( var(--bili) * 16px );
        color: #333333;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 30px 30px 85px;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        line-height: 1.6;
    }
    .ContactB .ecCA .ecCB:nth-child(2n){
        border-right: 0;
    }
    .ContactB .ecCA .ecCB:last-child,.ContactB .ecCA .ecCB:nth-last-child(2){
        border-bottom: 0;
    }
    .ContactB .ecCA .ecCB.ic1{
        background:  url(../images/cic1.png) no-repeat 20px center;
        background-size: 50px 50px;
    }
    .ContactB .ecCA .ecCB.ic2{
        background:  url(../images/cic2.png) no-repeat 20px center;
        background-size: 50px 50px;
    }
    .ContactB .ecCA .ecCB.ic3{
        background:  url(../images/cic3.png) no-repeat 20px center;
        background-size: 50px 50px;
    }
    .ContactB .ecCA .ecCB.ic4{
        background:  url(../images/cic4.png) no-repeat 20px center;
        background-size: 50px 50px;
    }
    .ContactB .ecCA .ecCB.ic5{
        background:  url(../images/cic5.png) no-repeat 20px center;
        background-size: 50px 50px;
    }
    .ContactB .ecCA .ecCB.ic6{
        background:  url(../images/cic6.png) no-repeat 20px center;
        background-size: 50px 50px;
    }

    .Map-Box{
        width: 100%;
        height: calc( var(--bili) * 460px );
        border-radius: calc( var(--bili) * 10px );
        box-shadow: 0 0 calc( var(--bili) * 10px ) 0 rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin: 0 0 40px 0;
    }
    .ContactC{
        background:  url(../images/wdbg.jpg) no-repeat bottom;
        background-size: cover;
        padding: 50px;
    }
    .ContactC .EcList{
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }
    .ContactC .EcList .EcItem{
        width: calc(100%/3);
        padding: 10px;
    }
    .ContactC .EcList .EcItem .ecBox{
        width: 100%;
        background-color: #FFFFFF;
        padding: 30px 50px;
    }
    .ContactC .EcList .EcItem .ecBox .ecA{
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        background:  url(../images/gs.svg) no-repeat left center;
        background-size: 40px;
        padding: 20px 0 20px 50px;
    }
    .ContactC .EcList .EcItem .ecBox .ecB{
        font-size: 16px;
        color: #666666;
        margin: 10px 0 0 0;
    }


}

/*网站地图*/
@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{
    .single-intro{
        width: 100%;
        position: relative;
    }
    .single-intro .EcA{
        font-size: calc( var(--bili) * 36px );
        color: #333333;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .single-intro .EcB{
        font-size: calc( var(--bili) * 22px );
        color: #555555;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .single-intro .EcC{
        font-size: calc( var(--bili) * 16px );
        color: #666666;
        line-height: 2;
    }
}

/*图片展示*/
@media screen{
    .Zoom-list{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -10px );
    }
    .Zoom-list .Ec-item{
        width: calc(100%/4);
        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{
        border: 1px solid #e5e5e5;
        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.HonorH{
        padding-top: 140%;
    }
    .Zoom-list .Ec-item .ecBox .EcB img{
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .Zoom-list .Ec-item .ecBox .EcC{
        background: #f0f0f0;
        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{
    .detail-content{
        position: relative;
        width: 100%;
    }
    .detail-content .title {
        /*font-weight: 700;*/
        font-size: calc( var(--bili) * 28px );
        color: #333333;
        text-align: center;
        margin: 0 0 calc( var(--bili) * 30px );
    }
    .detail-content .info{
        font-weight: 400;
        font-size: calc( var(--bili) * 16px );
        color: #666666;
        margin: 0 0 calc( var(--bili) * 30px );
        padding: 0 0 calc( var(--bili) * 30px );
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #dedede;
    }
    .detail-content .info *{
        color: #555555;
    }
    .detail-content .info span{
        padding: 0 0 0 calc( var(--bili) * 28px );
        margin: 0 calc( var(--bili) * 20px );
    }
    .detail-content .info .info-time{
        background:  url(../images/icons/info-time.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 18px );
    }
    .detail-content .info .info-author{
        background:  url(../images/icons/info-author.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 18px );
    }
    .detail-content .info .info-views{
        background:  url(../images/icons/info-views.svg) no-repeat 0 center;
        background-size: calc( var(--bili) * 18px );
    }
    .detail-content .content{
        font-size: calc( var(--bili) * 16px );
        color: #555555;
        line-height: 2;
    }
    .detail-content .content *{
        max-width: 100%;
        line-height: 2;
    }
    .detail-content .content img{
        height: auto;
    }

    .Around{
        /*border-bottom: 1px solid #eeeeee;*/
        margin: calc( var(--bili) * 30px ) 0;
        display: flex;
        justify-content: space-between;
    }
    .Around .Aroundul{
        font-weight: 400;
        color: #666666;
        line-height: 2;
        font-size: calc( var(--bili) * 14px );
        width: 42%;
        padding: 0 calc( var(--bili) * 25px );
        background-color: #efefef;
        display: flex;
        align-items: center;
    }
    .Around .Aroundul a{
        line-height: calc( var(--bili) * 60px );
    }
    .Around .Aroundul .As{
        white-space:nowrap;
        font-family: "宋体", Arial;
        line-height: calc( var(--bili) * 60px );
        font-weight: 700;
        font-size: calc( var(--bili) * 20px );
    }
    .Around .Aroundul:first-child{
        justify-content: flex-start;
    }
    .Around .Aroundul:last-child{
        justify-content: flex-end;
    }
    .Around .Aroundul:hover *{
        color: var(--colorZT);
    }
    .Around .GoBack{
        display: block;
        line-height: calc( var(--bili) * 60px );
        color: #666666;
        font-size: calc( var(--bili) * 14px );
        width: 14%;
        background: #efefef;
        background-size: calc( var(--bili) * 28px );
        text-align: center;
    }
    .Around .GoBack:hover{
        color: var(--colorZT);
    }
}

/*新闻*/
@media screen{
    .News-list{
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -7px );
    }
    .News-list .EcItem{
        width: calc(100%/1);
        padding: calc( var(--bili) * 7px );
    }
    .News-list .EcItem .ecBox{
        background-color: #ffffff;
        position: relative;
        border: 1px solid #dedede;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 25px;
        transition: all 0.3s;
    }
    .News-list .EcItem .ecBox .ecIm{
        width: 28%;
        padding-top: 22%;
        overflow: hidden;
        position: relative;
    }
    .News-list .EcItem .ecBox .ecCn{
        width: 68%;
        position: relative;
    }
    .News-list .EcItem .ecBox .ecCn .ecA{
        font-size: 18px;
        color: #333333;
        margin: 15px 0;
        transition: all 0.3s;
    }
    .News-list .EcItem .ecBox .ecCn .ecB{
        font-size: 14px;
        color: #777777;
        line-height: 2;
        margin: 0 0 20px 0;
    }
    .News-list .EcItem .ecBox .ecCn .ecC{
        font-size: 14px;
        color: #777777;
    }
    .News-list .EcItem .ecBox .ecCn .ecD{
        background: #b6b6b6;
        font-size: 14px;
        color: #FFFFFF;
        padding: 6px 20px;
        transition: all 0.3s;
    }
    .News-list .EcItem .ecBox .ecCn .ecMA{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .News-list .EcItem .ecBox:hover{
        border: 1px solid var(--colorZT);
    }
    .News-list .EcItem .ecBox:hover .ecCn .ecA{
        color: var(--colorZT);
    }
    .News-list .EcItem .ecBox:hover .ecCn .ecD{
        background-color: var(--colorZT);
    }
    .News-list .EcItem .ecBox:hover .ecIm img{
        transform: scale(1.1);
    }

    .News-list .EcItemFile{
        width: calc(100%/3);
        padding: calc( var(--bili) * 7px );
    }
    .News-list .EcItemFile .ecPD{
        padding: 10px;
        border: 1px solid #e5e5e5;
    }
    .News-list .EcItemFile .ecIm{
        width: 100%;
        padding-top: 75%;
        overflow: hidden;
        position: relative;
    }
    .News-list .EcItemFile .ecMc{
        background: #f0f0f0;
        font-size: 16px;
        color: #333333;
        line-height: 55px;
        text-align: center;
        padding: 0 10px;
    }

    .Rec-Tit{
        font-size: calc( var(--bili) * 22px );
        color: #555555;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .Rec-lsC{
        position: relative;
    }
    .Rec-lsC .RC-item{
        width: 100%;
        border-bottom: 1px dashed #cccccc;
        margin: 0 0 calc( var(--bili) * 30px ) 0;
    }
    .Rec-lsC .RC-item .Acls{

    }
    .Rec-lsC .RC-item .ec-im{
        width: 100%;
        height: calc( var(--bili) * 208px );
        overflow: hidden;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
        display: none;
    }
    .Rec-lsC .RC-item .ec-cn{
        position: relative;
    }
    .Rec-lsC .RC-item .ec-cn .ec-mc{
        font-size: calc( var(--bili) * 14px );
        color: #6b6e6e;
        font-weight: 700;
        margin: 0 0 calc( var(--bili) * 10px ) 0;
    }
    .Rec-lsC .RC-item .ec-cn .ec-in{
        font-size: calc( var(--bili) * 12px );
        color: #555555;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .Rec-lsC .RC-item .ec-cn .ec-ck{
        font-size: calc( var(--bili) * 12px );
        color: #6b6e6e;
        font-weight: 700;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .Rec-lsC .RC-item:hover .ec-cn .ec-mc{
        color: var(--colorZT);
    }
    .Rec-lsC .RC-item:first-child .ec-im{
        display: block;
    }
    .Rec-lsC .RC-item:last-child{
        margin: 0;
        border-bottom: 0;
    }

    .RecB-Tit{
        font-size: calc( var(--bili) * 24px );
        color: #333333;
        border-bottom: 1px solid #e5e5e5;
        padding: calc( var(--bili) * 10px ) 0;
        position: relative;
    }
    .RecB-Tit:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 100px );
        height: 1px;
        background-color: var(--colorZT);
        bottom: -1px;
        left: 0;
        z-index: 2;
    }
    .RecB-list{
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -10px );
        padding: calc( var(--bili) * 20px ) 0;
    }
    .RecB-list .Ec-item{
        width: 100%;
        padding: calc( var(--bili) * 10px );
    }
    .RecB-list .Ec-item .ecBox{
        height: 100%;
        position: relative;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #dedede;
        padding: 15px;
    }
    .RecB-list .Ec-item .ecBox .ec-im{
        width: 24%;
        padding-top: 18%;
        overflow: hidden;
        position: relative;
    }
    .RecB-list .Ec-item .ecBox .ec-cn{
        width: 74%;
        padding: calc( var(--bili) * 10px ) 0;
    }
    .RecB-list .Ec-item .ecBox .ec-cn .ec-mc{
        font-size: calc( var(--bili) * 18px );
        color: #333333;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
    }
    .RecB-list .Ec-item .ecBox .ec-cn .ec-in{
        font-size: calc( var(--bili) * 14px );
        color: #555555;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
    }
    .RecB-list .Ec-item .ecBox .ec-cn .ec-ck{
        font-size: calc( var(--bili) * 14px );
        color: #555555;
    }
    .RecB-list .Ec-item .ecBox:hover .ec-cn .ec-mc{
        color: var(--colorZT);
    }
}

/*产品*/
@media screen{

    .ElrMain{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .ElrMain.InZY{
        flex-direction: row-reverse;
    }
    .ElrMain .EcMl{
        width: calc( var(--bili) * 250px );
        background-color: #FFFFFF;
        border-radius: calc( var(--bili) * 20px );
    }
    .ElrMain .EcMl .EcTit{
        /*border-bottom: 1px solid #FFFFFF;*/
        position: relative;
        background-color: var(--colorZT);
        color: #FFFFFF;
        text-align: center;
        font-size: 24px;
        padding: 20px 5px 25px;
    }
    .ElrMain .EcMl .EcTit:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        left: 0;
        bottom: 5px;
    }
    .ElrMain .EcMl .EcMenu{
        background-color: #ececeb;
        margin: 0 0 20px 0;
    }
    .ElrMain .EcMl .EcMenu::-webkit-scrollbar {
        width: 5px;
        height: calc( var(--bili) * 20px );
    }
    .ElrMain .EcMl .EcMenu::-webkit-scrollbar-track {
        background-color:#ffffff;
    }
    .ElrMain .EcMl .EcMenu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color:#DDDDDD;
    }

    .ElrMain .MenuAn{
        position: relative;
    }
    .ElrMain .MenuAn .CAcn{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid #ffffff;
    }
    .ElrMain .MenuAn .CAcn:last-child{
        border-bottom: 0;
    }
    .ElrMain .MenuAn .CAcn .CAa{
        width: calc(100% - calc( var(--bili) * 50px ));
        line-height: calc( var(--bili) * 50px );
        color: #666666;
        font-size: calc( var(--bili) * 16px );
        padding: 0 0 0 30px;
        display: block;
        cursor: pointer;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    .ElrMain .MenuAn .CAcn .CAs{
        width: calc( var(--bili) * 50px );
        height: calc( var(--bili) * 50px );
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
    }
    .ElrMain .MenuAn .CAcn .CAs:after{
        content: '';
        position: absolute;
        width: calc( var(--bili) * 14px );
        height: calc( var(--bili) * 14px );
        background: url(../images/icons/w18.svg) no-repeat right center;
        background-size: 100%;
        transition: all 0.5s;
    }

    .ElrMain .MenuAn .CBcn{
        width: 100%;
        overflow: hidden;
        display: none;
    }
    .ElrMain .MenuAn .CBcn .CBa{
        border-top: 1px solid #ffffff;
        color: #666666;
        line-height: calc( var(--bili) * 48px );
        padding: 0 calc( var(--bili) * 40px );
        font-size: calc( var(--bili) * 14px );
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        word-break: break-all;
    }

    .ElrMain .MenuAn .CBcn .CBa:hover{
        color: var(--colorZT);
    }
    .ElrMain .MenuAn .CBcn .CBa.on{
        color: var(--colorZT);
    }
    .ElrMain .MenuAn .CAcn.on .CAa{
        color: #FFFFFF;
        background-color: var(--colorZT);
    }
    .ElrMain .MenuAn .CAcn.on .CAs{
        background-color: var(--colorZT);
    }
    .ElrMain .MenuAn .CAcn.on .CAs:after{
        background: url(../images/icons/w18s.svg) no-repeat right center;
        background-size: 100%;
    }
    .ElrMain .MenuAn .CAcn.on .CBcn{
        display: block;
    }
    .ElrMain .MenuAn .CAcn.open .CAs:after{
        transform:rotate(90deg);
    }

    .ElrMain .EcMl .EcAd{
        width: 100%;
        height: 140px;
        background: url(../images/contact-z1.jpg) no-repeat center;
        background-size: cover;
        margin: 0 0 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 80px;
    }
    .ElrMain .EcMl .EcAd .ecA{
        font-size: 18px;
        color: #333333;
        margin: 0 0 20px 0;
        background: url(../images/w10.svg) no-repeat 0 center;
        background-size: 22px;
        padding: 0 0 0 30px;
    }
    .ElrMain .EcMl .EcAd .ecB{
        font-weight: bold;
        font-size: 18px;
        color: #333333;
    }

    .ElrMain .EcMr{
        width: calc(100% - calc( var(--bili) * 280px ));
        position: relative;
    }

    .PunCon-Cn{
        position: relative;
        margin: 0 0 calc( var(--bili) * 25px ) 0;
        border-bottom: 1px solid #ebebeb;

    }
    .PunCon-Cn .ecA{
        position: relative;
        display: inline-block;
        padding: 0 0 5px 0;
        font-size: calc( var(--bili) * 24px );
        color: #555555;
        line-height: 2;
    }
    .PunCon-Cn .ecA:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -1px;
        background-color: var(--colorZT1);
    }

    .Pro-list{
        display: flex;
        flex-wrap: wrap;
        margin: calc( var(--bili) * -7px );
    }
    .Pro-list .EcItem{
        width: calc(100%/3);
        padding: calc( var(--bili) * 7px );
    }
    .Pro-list .EcItem .ecBox{
        border: 1px solid #dedede;
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        transition: all 0.5s;
    }
    .Pro-list .EcItem .ecBox .ecIm{
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 80%;
    }
    .Pro-list .EcItem .ecBox .ecCn{
        background: #ececeb;
        padding: 10px 20px 15px;
    }
    .Pro-list .EcItem .ecBox .ecCn .ecA{
        font-size: calc( var(--bili) * 18px );
        color: #727272;
    }
    .Pro-list .EcItem .ecBox .ecCn .ecB{
        margin: calc( var(--bili) * 10px ) 0 0 0;
        font-size: calc( var(--bili) * 14px );
        color: #666666;
        line-height: 22px;
        height: 68px;
        overflow: hidden;
    }
    .Pro-list .EcItem .ecBox .ecCn .ecB *{
        line-height: 24px;
        font-size: 14px;
    }
    .Pro-list .EcItem .ecBox:hover{
        border: 1px solid var(--colorZT);
    }
    .Pro-list .EcItem .ecBox:hover .ecCn .ecA{
        color: var(--colorZT);
    }


    .ProConA{
        display: flex;
        justify-content: space-between;
        margin: 0 0 calc( var(--bili) * 60px ) 0;
        align-items: flex-start;
        border: 1px solid #eee;
        padding: 20px;
    }
    .ProConA .ProIm{
        width: calc( var(--bili) * 400px );
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: calc( var(--bili) * 5px );
    }
    .ProConA .ProIm .ecIm{
        width: 100%;
        padding-top: 100%;
        position: relative;
        overflow: hidden;
    }
    .ProConA .ProIm .ProImA{
        width: 100%;
        border: 1px solid #eee;
    }

    .ProConA .ProIm .ProImA .swiper-pagination .swiper-pagination-bullet{
        background: var(--colorZT);
    }
    .ProConA .ProIm .ProImA .SwBtn{
        width: calc( var(--bili) * 30px );
        height: calc( var(--bili) * 60px );
        background-color: #aeaeae;
        border-radius: 0;
        z-index: 2;
    }
    .ProConA .ProIm .ProImA .SwBtn:after{
        color: #ffffff;
        font-size: calc( var(--bili) * 16px );
        font-weight: 700;
    }
    .ProConA .ProIm .ProImA .ProImN{
        right: 0;
    }
    .ProConA .ProIm .ProImA .ProImP{
        left: 0;
    }

    .ProConA .ProIm .ProImA .inIm{
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 87%;
    }

    .ProConA .ProIn{
        width: calc(100% - calc( var(--bili) * 430px ));
        padding: 0 calc( var(--bili) * 20px ) 0 0;
    }
    .ProConA .ProIn .EcA{
        font-size: calc( var(--bili) * 20px );
        color: #333333;
        margin: 0 0 calc( var(--bili) * 15px ) 0;
    }
    .ProConA .ProIn .EcB{
        font-size: calc( var(--bili) * 14px );
        color: #666666;
        line-height: 2;
        margin: 0 0 calc( var(--bili) * 20px ) 0;
    }
    .ProConA .ProIn .EcB *{
        font-size: calc( var(--bili) * 14px );
        color: #666666;
        line-height: 2;
    }
    .ProConA .ProIn .EcBtn{
        font-size: calc( var(--bili) * 14px );
        color: #FFFFFF;
        padding: 10px 30px;
        display: inline-block;
        background-color: var(--colorZT);
    }

    .ProTab{
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 30px 0;
    }
    .ProTab .EcItem{
        width: auto;
    }
    .ProTab .EcItem .ecBox{
        background: #f4f4f4;
        display: block;
        font-size: 18px;
        color: #666666;
        text-align: center;
        line-height: 55px;
        height: 55px;
        overflow: hidden;
        padding: 0 30px;
        position: relative;
        cursor: pointer;
    }
    .ProTab .EcItem .ecBox:after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        display: none;
    }
    .ProTab .EcItem.on .ecBox{
        background-color: var(--colorZT);
        color: #FFFFFF;
    }
    .ProTab .EcItem.on .ecBox:after{
        display: block;
    }
    .ProSwh{
        margin: 0 0 40px 0;
    }
    .ProSwh .EcItem{
        display: none;
    }
    .ProSwh .EcItem.on{
        display: block;
    }

    .RecProDet{
       position: relative;
    }
    .RecProDet .PD-Tit{
        display: flex;
        align-items: center;
        margin: 0 0 30px 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .RecProDet .PD-Tit .ecA{
        display: inline-block;
        font-size: 24px;
        color: #464646;

        padding: 12px;
        position: relative;
    }
    .RecProDet .PD-Tit .ecA:after{
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1px;
        border-bottom: 1px solid #c4000e;
    }
    .RecProDet .PD-Tit .ecB{
        font-size: 18px;
        color: #c2c2c1;
    }
    .Pro-Rec{
        margin: 0 0 calc( var(--bili) * 40px ) 0;
    }
    .Pro-Rec .Pro-list{
        margin: calc( var(--bili) * -10px );
    }
    .Pro-Rec .Pro-list .EcItem{
        width: calc(100%/3);
        padding: calc( var(--bili) * 10px );
    }


}

/*关于我们*/
@media screen{
    .AboutA{
        border: 1px solid #dedede;
        padding: 0 0 40px 0;
        margin: 0 0 40px 0;
    }
    .AboutA .ecA{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .AboutA .ecB{
        font-weight: bold;
        font-size: 16px;
        color: var(--colorZT);
        margin: 0 0 10px 0;
        text-align: center;
        padding: 0 20px;
    }
    .AboutA .ecC{
        font-size: 14px;
        color: #555555;
        line-height: 2.4;
        padding: 0 20px;
    }
    .AboutB{
        position: relative;
        overflow: hidden;
    }
    .AboutB .ecSw{
        padding: 0 0 200px 0;
    }
    .AboutB .ecSw .SwBtn{
        width: calc( var(--bili) * 36px );
        height: calc( var(--bili) * 36px );
        background-color: #838383;
        border-radius: 50%;
        z-index: 2;
        top: calc(100% + calc( 5px ));
        opacity: 1;
    }
    .AboutB .ecSw .SwBtn:hover{
        background-color: var(--colorZT);
    }
    .AboutB .ecSw .SwBtn:after{
        color: #ffffff;
        font-size: calc( var(--bili) * 16px );
        font-weight: 700;
    }
    .AboutB .ecSw .EcN{
        right: 0;
    }
    .AboutB .ecSw .EcP{
        left: 0;
    }
    .AboutB .swiper-container{
        overflow: inherit;
        padding: 0 0 0 4px;
    }
    .AboutB .swiper-container:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #cccccc;
        bottom: 0;
        left: 0;
    }
    .AboutB .swiper-wrapper{
        align-items: flex-end;
    }
    .AboutB .swiper-slide:nth-child(2n) .EcItem{
        position: absolute;
    }
    .AboutB .swiper-slide:nth-child(2n) .EcItem:after{
        transform:rotate(180deg);
        top: 4px;
    }
    .AboutB .swiper-slide:nth-child(2n) .EcItem:before{
        left: -4px;
        top: -5px;
        bottom: auto;
    }
    .AboutB .EcItem{
        padding: 0 calc( var(--bili) * 50px ) calc( var(--bili) * 25px );
        position: relative;
    }
    .AboutB .EcItem:before{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #cccccc;
        border-radius: 50%;
        left: -4px;
        bottom: -5px;
    }
    .AboutB .EcItem .ecA{
        font-size: calc( var(--bili) * 28px );
        color: #333333;
        margin: calc( var(--bili) * 20px ) 0 10px;
    }
    .AboutB .EcItem .ecB{
        font-size: calc( var(--bili) * 14px );
        color: #555555;
        line-height: 1.8;
    }

    .AboutC{
        margin: 0 0 40px 0;
    }
    .AboutC .ecCon{
        display: flex;
        justify-content: space-between;
    }
    .AboutC .ecCon .ecCn{
        width: calc(100% - 516px);
        border: 1px solid #d5d5d5;
        border-right: 0;
    }
    .AboutC .ecCon .ecCn .EcList{
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
    .AboutC .ecCon .ecCn .EcList .EcItem{
        width: calc(100%/2);
        height: calc(100%/3);
    }
    .AboutC .ecCon .ecCn .EcList .EcItem .ecBox{
        height: 100%;
        border-bottom: 1px solid #d5d5d5;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 1px solid #d5d5d5;
    }
    .AboutC .ecCon .ecCn .EcList .EcItem:last-child .ecBox, .AboutC .ecCon .ecCn .EcList .EcItem:nth-last-child(2) .ecBox{
        border-bottom: 0;
    }
    .AboutC .ecCon .ecCn .EcList .EcItem .ecBox .ecA{
        font-size: 18px;
        color: var(--colorZT);
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .AboutC .ecCon .ecCn .EcList .EcItem .ecBox .ecB{
        font-size: 12px;
        color: #666666;
        line-height: 2;
    }
    .AboutC .ecCon .ecIm{
        width: 520px;
        height: 400px;
    }
    .AboutD{
        position: relative;
    }



}

/*搜索页*/
@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: 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{
    .InPubNav{
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 30px 0;
    }
    .InPubNav .EcItem{
        width: calc(100%/5);
    }
    .InPubNav .EcItem .ecBox{
        background: #f4f4f4;
        display: block;
        font-size: 18px;
        color: #a8a8a8;
        text-align: center;
        line-height: 55px;
        height: 55px;
        overflow: hidden;
        padding: 0 10px;
        position: relative;
    }
    .InPubNav .EcItem .ecBox:after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        display: none;
    }
    .InPubNav .EcItem.on .ecBox{
        background-color: var(--colorZT);
        color: #FFFFFF;
    }
    .InPubNav .EcItem.on .ecBox:after{
        display: block;
    }
    .InPubNav .EcItem .ecBox:hover{
        background-color: var(--colorZT);
        color: #FFFFFF;
    }
    .InPubNav .EcItem .ecBox:hover:after{
        display: block;
    }

    .InPubTit{
        width: 100%;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        color: var(--colorZT);
        background: url(../images/ptbg.png) no-repeat center bottom;
        background-size: 731px 26px;
        padding: 20px 0 36px 0;
        margin: 0 0 40px 0;
    }



}















