:root{
    --colorZT: #048777;     /*主题色*/
    --colorHV: #d21823;     /*悬浮色*/
    --colorFU: #ff6600;     /*副色*/
    --colorMR: #333333;     /*默认字体色*/
    --bili:1;               /*比例*/
    --colorMO:#2997ff;      /*more*/
    --fspage:16;            /*分页字体大小*/
    --bannerH:800;          /*首页banner高*/
    --inner_bannerH:320;    /*详情页banner高*/
    --hedaH:110;            /*head高*/
    --hedatopH:30;          /*head头部高*/

}
.inner{
    width: calc( var(--bili) * 1600px );
    margin: 0 auto;
}
@media screen and (max-width: 1680px) {
    :root{
        --bili:0.88;
    }
}
@media screen and (max-width: 1440px) {
    :root{
        --bili:0.82;
    }
}
@media screen and (max-width: 1360px) {
    :root{
        --bili:0.78;
    }
}
@media screen and (max-width: 1280px) {
    :root{
        --bili:0.73;
    }
}
@media screen and (max-width: 1200px) {
    :root{
        --bili:0.65;
    }
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    line-height: 1.4;
    color: var(--colorMR);
    vertical-align: baseline;
    outline: none;
    font-family: '微软雅黑';
}
body, html {
    /*min-width: 1200px;*/
    max-width: 100%;
    line-height: 1;
    overflow-x: auto;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    color: inherit;
    background: none;
    text-decoration: none;
    outline: none;
}
a:hover{
    color: inherit;
    background: none;
    text-decoration: none!important;
    outline: none;
}
ul, li {
    list-style: none;
}
input, textarea {
    outline: none;
    border: initial;
}
b{
    font-weight: bold;
}
.clear {
    clear: both;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.fwb{
    font-weight: bold;
}
.wzbs{
    color: var(--colorZT)!important;
}
.bcbs:hover{
    background-color: var(--colorZT)!important;
    color: #FFFFFF!important;
}


/*滚动条-s*/
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb
{
    background-color: #eeeeee;
}
.Smroll{
    padding: 0 10px 0 0;
}
.Smroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
@media screen and (max-width: 1200px) {
    .Smroll{
        padding: 0;
    }
    ::-webkit-scrollbar
    {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-track
    {
        background-color: #ffffff;
    }

    ::-webkit-scrollbar-thumb
    {
        background-color: #cccccc;
    }
}
/*滚动条-e*/

.tac{
    text-align: center;
}
.fc3{
    color: #333333;
}
.fc5{
    color: #555555;
}
.fcf{
    color: #ffffff;
}
.w50{
    width: 50%;
}
.w60{
    width: 60%;
}
.w70{
    width: 70%;
}
.w80{
    width: 80%;
}
.w90{
    width: 90%;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.mw1200{
    max-width: 1200px;
    margin: 0 auto;
}

.wimg{
    width: 100%;
    height: 100%;
    display: block;
}
.wim{
    width: 100%;
    height: 100%;
    display: block;
}
.eim{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.eim05s{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s;
}
.wimg05s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.wimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.eim05s:hover{
    transform: scale(1.1);
}
.wimg05s:hover{
    transform: scale(1.1);
}
.wimg1s:hover{
    transform: scale(1.1);
}

/*ellipsis*/
.slh0{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh1{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh2{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh3{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh4{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh5{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh6{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh7{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh8{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    word-break: break-all;
}
.Mt0{
    margin-top: 0!important;
}
.Mb0{
    margin-bottom: 0!important;
}

.fs36{
    font-size: calc( var(--bili) * 36px );
}
.fs34{
    font-size: calc( var(--bili) * 34px );
}
.fs32{
    font-size: calc( var(--bili) * 32px );
}
.fs30{
    font-size: calc( var(--bili) * 30px );
}
.fs28{
    font-size: calc( var(--bili) * 28px );
}
.fs26{
    font-size: calc( var(--bili) * 26px );
}
.fs24{
    font-size: calc( var(--bili) * 24px );
}
.fs22{
    font-size: calc( var(--bili) * 22px );
}
.fs20{
    font-size: calc( var(--bili) * 20px );
}
.fs18{
    font-size: calc( var(--bili) * 18px );
}
.fs16{
    font-size: calc( var(--bili) * 16px );
}
.fs15{
    font-size: calc( var(--bili) * 15px );
}
.fs14{
    font-size: calc( var(--bili) * 14px );
}
.fs13{
    font-size: calc( var(--bili) * 13px );
}
.fs12{
    font-size: calc( var(--bili) * 12px );
}


/*layui样式*/
.layui-form-select dl dd.layui-this{
    background-color: var(--colorZT) !important;
}
.layui-form-select dl dd.layui-this{
    background-color:  var(--colorZT) !important;
}
.layui-laydate .layui-this{
    background-color:  var(--colorZT) !important;
}
.layui-form-select dl dd{
    font-size: 14px;
}
.layui-layer{
    border-radius: 12px!important;
}
.layui-laydate-footer span:hover{
    color:  var(--colorZT) !important;
}
.layui-laydate-footer span[lay-type=date]{
    color:  var(--colorZT) !important;
}
.layui-laydate-header i:hover{
    color:  var(--colorZT)!important;
}
.laydate-set-ym span:hover{
    color:  var(--colorZT)!important;
}
#mb_btn_no{
    cursor: pointer;
}
#mb_btn_ok{
    background: var(--colorZT)!important;
    cursor: pointer;
}
.layui-form-checked span, .layui-form-checked:hover span{
    background: var(--colorZT)!important;
}
.layui-form-checked i, .layui-form-checked:hover i{
    color:  var(--colorZT)!important;
}
/*layui样式*/


/*提示框-s*/
.modal.ewin{

}
.modal.ewin .modal-content{
    border-radius: 8px;
    overflow: hidden;
}
.modal.ewin .title-wrap{
    font-size: 16px;
    color: #333333;
}
.modal.ewin .text-wrap{
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
}
.modal.ewin .pb-3{
    padding-bottom: 0!important;
}
.modal.ewin .btn.cancel{
    padding: 4%;
    line-height: 1.4;
    font-size: 16px;
    border: 0!important;
    background-color: transparent!important;
    color: #666666!important;
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid #eeeeee!important;
    border-right: 1px solid #eeeeee!important;
    box-shadow: none!important;
}
.modal.ewin .btn.ok{
    padding: 4%;
    line-height: 1.4;
    font-size: 16px;
    border: 0!important;
    background-color: #ffffff!important;
    border-color: #eeeeee!important;
    color: var(--colorZT) !important;
    width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    border-top: 1px solid #eeeeee!important;
    box-shadow: none!important;
}
/*提示框-e*/












/*暂无信息-s*/
.no-info{
    position: relative;
    margin:  calc( var(--bili) * 20px ) 0 calc( var(--bili) * 50px ) 0;
}
.no-info .ni-im{
    width: calc( var(--bili) * 300px );
    height: calc( var(--bili) * 300px );
    background: url(../images/icons/noinfo.svg) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
}
.no-info .ni-mc{
    font-size: calc( var(--bili) * 18px );
    color: #666;
    letter-spacing: 1px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .no-info{
        margin: 0 0 10% 0;
    }
    .no-info .ni-im{
        width: 50vw;
        height: 50vw;
        background: url(../images/icons/noinfo.svg) no-repeat center;
        background-size: 100%;
        margin: 0 auto;
    }
    .no-info .ni-mc{
        font-size: 4vw;
    }
}
/*暂无信息-e*/


/*回到顶部-s*/
.back-top{
    width: calc( var(--bili) * 50px );
    height: calc( var(--bili) * 50px );
    background-color: #8ba4b6;
    position: fixed;
    right: 3%;
    bottom: 30%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}
.back-top .bt-arw{
    background: url(../images/icons/back_top.svg) no-repeat center;
    width: calc( var(--bili) * 16px );
    height: calc( var(--bili) * 16px );
    background-size: 100%;
    position: absolute;
    /*top: calc( var(--bili) * 12px );*/
    transition: all 0.5s;
}
.back-top .bt-tie{
    font-weight: 700;
    font-size: calc( var(--bili) * 13px );
    color: #ffffff;
    margin: calc( var(--bili) * 14px ) 0 0 0;
}
.back-top:hover{
    background-color: #f75f2f;
}
.back-top:hover .bt-arw{
    animation: bounce-inSS 1.5s infinite; /* 启动动画特效 */
    /*top: calc( var(--bili) * 8px );*/
}
@keyframes bounce-inSS {
    0% { -webkit-transform: translate3d(0, 0px,0);
        -webkit-animation-timing-function: ease-out; }
    50% { -webkit-transform: translate3d(0, -4px,0);
        -webkit-animation-timing-function: ease-in; }
    100% { -webkit-transform: translate3d(0, 0px,0); }
}
@media screen and (max-width: 1024px) {
    .back-top{
        display: none!important;
        opacity: 0;
    }
}
/*回到顶部-e*/



/*分页*/
.page-content{
    position: relative;
}
#page{
    display: flex;
    flex-wrap: wrap;
    padding: calc( var(--bili) * 50px ) 0 calc( var(--bili) * 30px );
    justify-content: center;
    align-items: center;
}
.pagel #page{
    justify-content: flex-end;
}
#page .page-item{
    border: 1px solid #dddddd;
    /*margin: 5px;*/
    margin: 0 0 0 -1px;
    font-size: calc( var(--bili) * var(--fspage)*1px );
    background:#fff;
    color:#444444;
    /*border-radius: 4px;*/
}
#page p,#page a{
    display:block;
    text-decoration:none;
    padding: calc( var(--bili) * 10px ) calc( var(--bili) * 16px );
    border: 1px solid #dddddd;
    font-size: calc( var(--bili) * var(--fspage)*1px );
    background: #fff;
    color: #444444;
    margin: 0 0 0 -1px;
    /*margin: 5px;*/
    /*border-radius: 4px;*/
}

#page a:last-child{
    margin-right: 0;
}
#page a:hover{
    color: var(--colorZT);
}
#page a.myde-page {
    background: var(--colorZT);
    color: #fff;
    border: 1px solid var(--colorZT);
}
#page a.cur{
    background:var(--colorZT);
    color:#fff;
    border: 1px solid var(--colorZT);
}
#page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0;
    color:#555;
}
#page p.pageRemark b{
    margin: 0 6px;
    color: var(--colorZT);
}
#page p.pageEllipsis{
    background:none;
    line-height: 30px;
    color:#555;
}



/*分页*/



/*地图美化*/
.wn-container *{
    border-color: #ffffff!important;
    border: 0!important;
}
.wn-container .BMap_pop *{
    color: #333333!important;
    line-height: calc( 30px )!important;
    font-size: calc( 15px ) !important;
}
.wn-container .anchorBL{
    display: none;
}
.wn-container .anchorTR div *{
    padding: 5px 10px!important;
    box-shadow: none!important;
    font-size: 14px!important;
    font-weight: 400!important;
}
.wn-container .BMap_pop .title{
    padding: 0 30px 0 0;
}
.BMap_pop .BMap_center{
    border-right: 1px solid #fff!important;
}
/*地图美化*/



/*手机*/
.wap-none{
    display: block;
}
.wap-block{
    display: none;
}
.wap-header{
    display: none;
}
.wap-head{
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    top: 0;
    position: fixed;
    z-index: 105;
    box-shadow: none;
    height: 15vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wap-head .wap-head-logo {
    width: 32%;
    margin: 0 0 0 4%;
}
.wap-head .wap-door{
    width: 7%;
    margin: 0 5% 0 0;
    height: 100%;
    position: relative;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.wap-head .wap-door .wds{
    width: 100%;
    height: 2px;
    background-color: #666666;
    display: block;
    transition: all .3s;
    margin: 12% 0;
}
.wap-head .wap-door .wds:nth-of-type(3){
    width: 100%;
}
.wap-header.show .wap-head .wap-door .wds:nth-child(2n){
    opacity: 0;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
}
.wap-header.show .headclose{
    width: 100%;
    display: block;
}

/*菜单-s*/
.wap-menu{
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    z-index: 101;
    height: 100%;
    background-color: rgb(255 255 255 / 95%);
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.wap-menu .wap-menu-lst{
    padding: 16vw 0;
}
.wap-menu .wap-menu-lst .CAli{
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.wap-menu .wap-menu-lst .CAli:after{
    content: "";
    position: absolute;
    background: url(../images/icons/wap_menu_arrow.svg)no-repeat right;
    width: 4vw;
    height: 4vw;
    right: 5%;
    top: calc((14vw - 4vw)/2);
    background-size: 100%;
    opacity: 0.6;
    transition: all 0.3s;
}
.wap-menu .wap-menu-lst .CAli.on:after{
    transform:rotate(90deg);
}
.wap-menu .wap-menu-lst .CAli .CAa{
    font-size: 4.25vw;
    color: #333333;
    /*width: 80%;*/
    width: max-content;
    height: 14vw;
    line-height: 14vw;
    padding: 0 0 0 8%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}
.wap-header.show .wap-menu{
    top: 0;
    opacity: 1;
}
/*菜单-e*/

@media screen and (max-width: 1024px) {
    .wap-menu .CAli.on .down-menu{
        display: block;
    }
    .wap-menu .down-menu{

        position: relative;
        width: 100%;
        left: auto;
        box-shadow: none;
        top: auto;
        animation:none;
    }
    .wap-menu .down-menu .CBa{
        font-size: 4vw;
        line-height: 12vw;
        text-align: left;
        padding: 0 10%;
        background: transparent;
    }

}

/*手机*/














