
.banner-top{
    width: 100%;
    height: 240px;
    background: url(../images/banner_top_news.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.banner-top .bt-box{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    padding: 45px 0 0 0;
}

.header-logo{
    width: 504px;
}
.header-wz{
    width: 354px;
}


.bt-cz{
    display: flex;
    position: absolute;
    right: 3%;
    top: 8%;
}
.bt-cz .btcz-sc{
    background: url(../images/topFlag3.gif) no-repeat left;
    background-size: 20px 20px;
    font-size: 12px;
    color: #333333;
    padding: 0 0 0 26px;
    line-height: 20px;
    cursor: pointer;
}
.bt-cz .btcz-lx{
    background: url(../images/topFlag2.gif) no-repeat left;
    background-size: 20px 20px;
    font-size: 12px;
    color: #333333;
    padding: 0 0 0 26px;
    line-height: 20px;
    margin: 0 0 0 50px;
    cursor: pointer;
}
.bt-cz div:hover{
    color: var(--colorHV);
}
.advert{
    position: relative;
}
.advert .advert-im{
    margin: 25px 0;
}
.header{
    width: 100%;
    /*background: rgb(0 0 0 / 20%);*/
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
    position: relative;
    z-index: 1005;
    background-color: var(--colorZT);
    /*transition: all 0.3s;*/
}
.header .inner{
    position: relative;
}
/*.header.dark{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);*/
/*}*/


.header .header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-logo{
    width: calc( var(--bili) * 220px );
    z-index: 9;
}

.header .header-menu{
    position: relative;
}
.header .header-menu .CAul{
    display: flex;
}
.header .header-menu .CAli{
    position: relative;
    width: 16.6%;
}
.header .header-menu .CAli .CAa{
    font-weight: 400;
    color: #ffffff;
    font-size: calc( var(--bili) * 18px );
    line-height:  calc( var(--bili) * 50px );
    display: block;
    text-align: center;
}
.header .header-menu .CAli:hover .CAa{
   background-color: var(--colorHV);
}
.header .header-menu .CAli.cur .CAa{
    /*background-color: var(--colorHV);*/
}




.drop-down-menu{
    display: none;
    position: absolute;
    left: -5%;
    top: 100%;
    width: 110%;
    overflow: hidden;
    background-color: #ffffff;
    text-align: left;
    border-radius: 0 0 10px 10px;
    padding: 0 0 10px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
}
.drop-down-menu ul .CBli{
    /*padding: 0 5px;*/
}
.drop-down-menu ul .CBa{
    display: block;
    width: 100%;
    line-height: 2.5;
    font-weight: 400;
    font-size: calc( var(--bili) * 16px );
    color: #262626;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: all 0.5s;
    /*padding: 0 0 0 20%;*/
}
.drop-down-menu ul .CBli:hover .CBa{
    color: var(--colorZT);
    /*padding: 0 0 0 5px;*/
}



/*搜索*/

.wn-srch{
    /*display: none;*/
}
.wn-srch .srch-menu{
    cursor: pointer;
}
.wn-srch .srch-box{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 7.5%;
    display: none;
}
.wn-srch .srch-box .srch-block{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    height: 100%;
}
.wn-srch .srch-box .srch-form{
    display: flex;
    align-items: center;
}

.wn-srch .srch-box .srch-block .srch-ann{
    background: url(../images/srch-ann.png) no-repeat center;
    cursor: pointer;
    width: calc( var(--bili) * 24px );
    height: calc( var(--bili) * 24px );
    background-size: 100% 100%;
}
.wn-srch .srch-box .srch-block .srch-srk{
    font-size: calc( var(--bili) * 16px );
    padding: 0 15px;
    width: 500px;
    height: 40px;
}
.wn-srch .srch-box .srch-block .srch-close{
    background: url(../images/srch-close.png) no-repeat center;
    width: calc( var(--bili) * 24px );
    height: calc( var(--bili) * 24px );
    background-size: 100% 100%;
    cursor: pointer;
}

/*搜索*/



/*banner*/
.swiper-container-banner{
    height: calc( var(--bili) * 580px );
    overflow: hidden;
}
.swiper-pagination.swiper-page-banner{
    bottom: 30px!important;
}
.swiper-page-banner .swiper-pagination-bullet{
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 12px!important;
    position: relative;
}
/*.bannerPic{*/
/*    transition: all 5s ease 0s;*/
/*    transform: scale(1.1);*/
/*}*/
/*.swiper-slide-active .bannerPic{*/
/*    transform: scale(1);*/
/*    z-index: 999;*/
/*    position: relative;*/
/*}*/


#wnbanner .banner .swiper-pagination > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#wnbanner .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin: 0 15px;
    opacity: 0.5;
    color: transparent;
}
#wnbanner .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;
}

#wnbanner .wrapper_con {
    width: 21px;
    height: 42px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}
#wnbanner .banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

#wnbanner .left {
    left: -2px;
}
#wnbanner .right {
    right: -2px;
}
#wnbanner .circleProgress {
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}
#wnbanner .leftcircle {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 0;
}
#wnbanner .rightcircle {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: 0;
}
#wnbanner .banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;
    animation: circleProgressLoad_right 6s linear infinite;
}

#wnbanner .banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;
    animation: circleProgressLoad_left 6s linear infinite;
}
.swiper-index{
    line-height: 38px;
}
@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(45deg);
    }

    50%, 100% {
        transform: rotate(225deg);
    }
}

@keyframes circleProgressLoad_left {
    0%, 50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(225deg);
    }
}




.detail-banner{
    width: 100%;
    height: calc( var(--bili) * 360px );
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: 100% 100%!important;
}
/*banner*/


.footer{
    padding:  calc( var(--bili) * 50px ) 0  calc( var(--bili) * 40px );
    background-color: #313131;
}
.footer-list{
    display: flex;
    justify-content: space-between;
}


.foot-lx{
    position: relative;
}
.foot-lx .dca{
    background: url(../images/u94.svg) no-repeat left;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
    font-size: calc( var(--bili) * 20px );
    font-weight: bold;
    color: var(--colorZT);
    line-height: calc( var(--bili) * 32px );
    background-size: calc( var(--bili) * 32px ) calc( var(--bili) * 32px );
    padding: 0 0 0 calc( var(--bili) * 42px );
}
.foot-lx .dcb{
    font-size: calc( var(--bili) * 16px );
    color: #ffffff;
    line-height: 3;
}


.foot-wx{
    display: flex;
    align-items: center;
}
.foot-wx .foot-ewm{
    text-align: center;
    margin: 0 0 0 calc( var(--bili) * 50px );
    position: relative;
}
.foot-wx .foot-ewm .ewm-img{
    width: calc( var(--bili) * 100px );
    height: calc( var(--bili) * 100px );
}
.foot-wx .foot-ewm .ewm-tit{
    font-weight: 400;
    font-size: calc( var(--bili) * 14px );
    color: #ffffff;
    line-height: 3;
}

.copyright{
    padding: calc( var(--bili) * 30px ) 0 0;
    font-weight: 400;
    font-size: calc( var(--bili) * 16px );
    color: #ffffff;
    text-align: center;
}
.copyright .infx{
    display: flex;
    justify-content: center;
    align-items: center;
}




.wn-mark{
    position: relative;
    margin: 0 0 30px 0;
}
.mark-all{
   display: flex;
}
.mark-all .mark-box{
    width: 460px;
    margin: 0 32px 0 0;
}
.mark-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.mark-title .mitl{
    font-size: 20px;
    color: var(--colorQC);
    font-weight: 700;
    width: 140px;
    text-align: center;
    border-bottom: 5px solid var(--colorQC);
    line-height: 2;
}
.mark-title .mitr{
    font-size: 16px;
}
.mark-lst{
    width: 100%;
}
.mark-lst .mark-item{
    border-bottom: 1px dashed #cccccc;
}
.mark-lst .mark-item .Acls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mark-lst .mark-item .mil{
    font-size: 15px;
    color: #333333;
    width: 70%;
    line-height: 40px;
    position: relative;
    padding: 0 28px 0 18px;
}
.mark-lst .mark-item .mil:after{
    content: '';
    position: absolute;
    background: url(../images/news_arrow.gif) no-repeat center;
    background-size: 6px 6px;
    height: 100%;
    width: 10px;
    left: 0;
    top: 0;
}
.mi-news{
    position: absolute;
    right:0;
    top: 0;
    background: url(../images/news.gif) no-repeat center;
    background-size: 28px 11px;
    width: 28px;
    height: 100%;
}
.mark-lst .mark-item .mir{
    font-size: 15px;
    color: #999999;
    line-height: 40px;
}

.mark-lst .mark-item:hover .mil{
    color: var(--colorHV2);
}


.wn-user{
    width: 200px;
}
.wn-user .wu-title{
    font-size: 20px;
    color: var(--colorQC);
    font-weight: 700;
    width: 100%;
    text-align: center;
    border-bottom: 5px solid var(--colorQC);
    line-height: 2;
    margin: 0 0 25px 0;
}
.wn-user .wu-dlzc{
    position: relative;
}

.wn-user .wu-dlzc .wud{
    width: 100%;
    margin: 0 0 15px 0;
}
.wn-user .wu-dlzc .wusrk{
    width: 100%;
    border: 1px solid var(--colorZT);
    height: 34px;
    padding: 0 5%;
    font-size: 14px;
    border-radius: 2px;
}
.wn-user .wu-dlzc .wuflew{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wn-user .wu-dlzc .wubtn{
    width: 40%;
    background-color: #3F96C9;
    color: #ffffff;
    height: 35px;
    border: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 2px;
    cursor: pointer;
}
.wn-user .wu-dlzc .wubtn-zc{
    display: block;
    width: 55%;
    background-color: #3F96C9;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    border: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
}
.gyssm{
    line-height: 40px;
    font-size: 14px;
}
.wubtn-tc{
    display: block;
    width: 100%;
    background-color: #3F96C9;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    border: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
}

.wn-case{
    margin: 30px 0 0 0;
}
.wn-caselst{
    padding: 0 0 50px 0;
}
.wn-caseim{
    min-width: 280px;
    max-width: 300px;
    position: relative;
}
.wn-caseim .dcim{
    height: 150px;
    overflow: hidden;
}
.wn-caseim .dcit{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin: 8px 0 0 0;
    color: #000000;
}













/*位置*/

/*位置*/

/*分类菜单*/

.wn-menu{
    /*margin: 0 0 calc( var(--bili) * 20px );*/
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
.wn-menu.fixed{
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    padding: calc( var(--bili) * 20px ) 0 0;
    z-index: 999;
    margin: 0;
}
.wn-menu .infx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wn-menu-lst{
    display: flex;
    justify-content: flex-start;
}
.wn-menu-box{
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #333333;
    width: auto;
    text-align: center;
    position: relative;
}
.wn-menu-box .mCa{
    width: 100%;
    height: calc( var(--bili) * 80px );
    line-height: calc( var(--bili) * 80px );
    display: inline-block;
    padding: 0 calc( var(--bili) * 45px );
}
.wn-menu-box.on{
    color: #ffffff;
    background-color: var(--colorZT);
}


.wn-location{
    position: relative;
    border: 1px solid #dddddd;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.wn-location .wlai{
    font-size: calc( var(--bili) * 14px );
    color: #666666;
    position: relative;
    line-height: 42px;
}
.wn-location .wlai:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #999999;
    border-radius: 50%;
    right: -8px;
    top: 49%;
}
.wn-location .wlai:last-child{
    color: var(--colorZT);
}
.wn-location .wlai:last-child:after{
    display: none;
}


/*分类菜单*/


.wn-content{
    padding: calc( var(--bili) * 20px ) 0 calc( var(--bili) * 30px );
}
.bsys{
    background-color: #ffffff;
}
.hsys{
    background-color: #f4f4f4;
}

/*新闻*/


.news-list{
    /*padding: calc( var(--bili) * 20px ) 0 0 0;*/
    position: relative;
}

.news-item{
    border-bottom: 1px solid #dddddd;
}
.news-item .Acls{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.news-item .dcl{
    width: 70%;
   font-size: 14px;
    color: #333333;
    line-height: 46px;
    padding: 0 0 0 20px;
}
.news-item .dcl:after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555;
    left: 0;
    top: 45%;
}
.news-item .dcr{
    font-size: 14px;
    color: #333333;
    line-height: 46px;
}




.news-item:hover{

}
.news-item:hover .dcl{
    color: var(--colorHV2);
}
.news-item:hover .dcl:after{
    background-color: var(--colorHV2);
}
.news-item:hover .dca,.news-item:hover .dcb,.news-item:hover .dcc,.news-item:hover .dcd{
    color: #ffffff!important;
}

/*关于我们*/



/*简介-s*/
.ab-intro{
    padding: 30px 0 80px 0;
}


.ab-intro .content-box{
    font-size: calc( var(--bili) * 16px );
    color: #666666;
    line-height: 2;
}
/*简介-e*/


/*关于我们*/







/*案例列表*/
.case-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.case-item{
    width: 281px;
    position: relative;
    margin: 0 20px 20px 0;
    cursor: pointer;
}
.case-item .dca{
    width: 100%;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}
.case-item .dcb{
    font-size: calc( var(--bili) * 14px );
    color: #333333;
    text-align: center;
    padding: 0 5%;
    background-color: #eeeeee;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s;
}
.case-item:nth-child(4n){
    margin: 0 0 20px 0;
}
.case-item:hover .dcb{
    color: #ffffff;
    font-weight: 700;
    background-color: var(--colorZT);
}

/*案例列表*/




/*联系我们*/

.lx-tie{

}
.lx-tie .lx-cn{
    font-size: calc( var(--bili) * 22px );
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 0 0 calc( var(--bili) * 10px ) 0;
}
.lx-tie .lx-in{
    font-size: calc( var(--bili) * 16px );
    color: #666666;
    text-align: center;
    margin: 0 0 calc( var(--bili) * 40px ) 0;
}
.lx-con{
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
}
.lx-con .lxcl{
    width: 50%;
    background-color: #f6f6f6;
    padding: calc( var(--bili) * 40px );
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
.lx-con .lxcl .dea{
    font-size: calc( var(--bili) * 22px );
    color: var(--colorZT);
    font-weight: bold;
    padding: 0 0 calc( var(--bili) * 20px ) 0;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
    border-bottom: 1px solid #e5e5e5;
}
.lx-con .lxcl .deb{
    font-size: calc( var(--bili) * 16px );
    color: #333333;
    line-height: 2;
}

.lx-con .lxcr{
    width: 50%;
}
.wn-container{
    width: 100%;
    height: calc( var(--bili) * 380px );
}


/*联系我们*/










/*新闻详情*/
.detail-content{
   position: relative;
}
.detail-content .title {
    font-weight: 700;
    font-size: calc( var(--bili) * 22px );
    color: #262626;
    line-height: calc( var(--bili) * 40px );
    text-align: center;
    margin: 0 0 calc( var(--bili) * 20px );
}
.detail-content .title.Pd-title{
    font-size: calc( var(--bili) * 40px );
    color: var(--colorZT);
    font-weight: 700;
}
.detail-content .info{
    font-weight: 400;
    font-size: calc( var(--bili) * 14px );
    color: #555555;
    text-align: center;
    margin: 0 0 calc( var(--bili) * 30px );
}
.detail-content .info.cpinfo{
    justify-content: center;
}
.detail-content .info .dcaml{

}
.detail-content .info .dcamr{

}
.detail-content .info .time{
    margin: 0 20px 0 0;
}
.detail-content .content{
    font-size: 16px;
    color: #555555;
    line-height: 2;
    margin: 0 0 20px 0;
}
.detail-content .content *{
    max-width: 100%;
    line-height: 2;
}
.xwsx-content{
    padding: calc( var(--bili) * 60px ) 0 ;
    border-top: 1px solid #e9e9e9;
}
.Around{
    border-top: 1px solid #cccccc;
    padding-top: calc( var(--bili) * 20px );
    margin: calc( var(--bili) * 60px ) 0 0 0;
    display: flex;
    justify-content: space-between;
}
.Around .Aroundul{
    font-weight: 400;
    color: #333333;
    line-height: 2;
    font-size: calc( var(--bili) * 16px );
    width: 48%;
}
.Around .Aroundul:first-child{
    text-align: left;
}
.Around .Aroundul:last-child{
    text-align: right;
}
.Around .Aroundul a{
    color: #666666;
    line-height: 2;
}
.Around .Aroundul:hover a{
    color: var(--colorZT);
}



.sx-Around.Around{
    display: flex;
    justify-content: space-between;
}
.sx-Around.Around .Aroundul{
    width: 48%;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.sx-Around.Around .Aroundul:last-child{
    text-align: right;
}


/*新闻详情*/



.register-all{
    width: 700px;
    margin: 0 auto;
}
.register-all .register-it{
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 0 20px 0;
}
.register-all .register-tips{
    font-size: 15px;
    color: #333333;
    line-height: 2;
    margin: 0 0 20px 0;
}
.register-box{

}
.register-box .rssm{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.register-box .rsim{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 15px 0;
}
.register-box .dcl{
    width: 20%;
    text-align: right;
    font-size: 15px;
    color: #333333;
    height: 30px;
    line-height: 30px;
}
.register-box .dcr{
    width: 50%;
}
.register-box .hx{
    color: #ff0000;
    width: 20px;
    text-align: center;
}
.register-box .rssrk{
    width: 100%;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 2px;
    padding: 0 4%;
    font-size: 14px;
    color: #333;
}
.register-box .srcsr{
    width: 100%;
    border: 1px solid #ccc;
    height: 90px;
    border-radius: 2px;
    padding: 4%;
    font-size: 14px;
    color: #333;

}
.register-box .rsbtn{
    color: #ffffff;
    width: 180px;
    padding: 8px 0;
    font-size: 15px;
    border: 0;
    background-color: var(--colorZT);
    border-radius: 2px;
    cursor: pointer;
    margin: 20px 0;
}


.codeflex{
    display: flex;
    align-items: center;
}
.cerify-code-panel{
    display: flex;
    align-items: center;
}



/*首页-广告*/
.wn-advertise{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000000000;
}
.wn-advertise .advertise_close{
    width: 20px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.wn-advertise .advertise_cover{
    width: 330px;
}



.wn-search{

}
.wn-search .search-con{
    margin: 0 0 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search-con .wssrk{
    width: 300px;
    border: 1px solid #dddddd;
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
}
.search-con .wsbtn{
    height: 34px;
    width: 40px;
    cursor: pointer;
    background: var(--colorZT) url(../images/ssbtn.png) no-repeat center;
    background-size: 18px 18px;

}



