:root{
    --colorZT: #0067c5;     /*主色*/
    --colorZS: #7f0401;     /*主色*/
    --colorFU: #f39800;        /*副色*/
    --colorMR: #333333;     /*默认字体色*/
    --colorHD: #FFFFFF;     /*默认字体色*/
    --bili:1;               /*比例*/
    --fsMr:16;              /*默认字体大小*/
    --fspage:16;            /*分页字体大小*/
    --hedaH:118;            /*head高*/
    --bannerH:600;          /*banner高度*/
    --inner_bannerH:400;    /*详情页banner高*/
}
.inner{
    width: -moz-calc( var(--bili) * 1200px );
    width: -webkit-calc( var(--bili) * 1200px );
    width: calc( var(--bili) * 1200px );
    margin: 0 auto;
}
/*@media screen and (max-width: 1680px) {*/
/*    :root{*/
/*        --bili:0.94;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1580px) {*/
/*    :root{*/
/*        --bili:0.9;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1440px) {*/
/*    :root{*/
/*        --bili:0.8;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1360px) {*/
/*    :root{*/
/*        --bili:0.78;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1280px) {*/
/*    :root{*/
/*        --bili:0.7;*/
/*    }*/
/*}*/
@media screen and (max-width: 1200px) {

}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: 1.4;
    color: var(--colorMR);
    vertical-align: baseline;
    outline: none;
    color: var(--colorMR);
    font-size: calc( var(--wzbl) * var(--fsMr) * 1px );
    font-family: '微软雅黑';
}
button{
    border: 0;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}
body, html {
    max-width: 100%;
    line-height: 1;
    overflow-x: auto;
    /*min-width: 1200px;*/
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    color: inherit;
    background: none;
    text-decoration: none;
    outline: none;
}
b{
    font-weight: bold;
}
ul, li {
    list-style: none;
}
input, textarea {
    outline: none;
    border: initial;
    -webkit-appearance: none;
}
strong{
    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;
}
.Endx{
    text-transform: uppercase;
}

/*滚动条-s*/
body::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}

body::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 0;
    background-color: rgb(0 0 0 / 50%);
}

::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track
{
    background-color: transparent;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: rgb(0 0 0 / 40%);
}
::-webkit-scrollbar-thumb:hover{
    background-color: var(--colorZT);
}

@media screen and (max-width: 1200px) {
    ::-webkit-scrollbar
    {
        width: 0!important;
        height: 0!important;
    }

    ::-webkit-scrollbar-track
    {
        background-color: #ffffff;
    }

    ::-webkit-scrollbar-thumb
    {
        background-color: #cccccc;
    }
}
/*滚动条-e*/

.tac{
    text-align: center!important;
}
.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;
    object-fit: cover;
}
.wimg05s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    object-fit: cover;
}
.eim{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.eim05s{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s;
}
.wimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
    object-fit: cover;
}
.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;
}

.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-layer-hui .layui-layer-content{
    color: #ffffff;
}
/*layui样式*/



/*分页*/
.total-num{
    padding: 0 calc( var(--bili) * 24px );
}
#page{
    display: flex;
    flex-wrap: wrap;
    padding: calc( var(--bili) * 20px ) 0 calc( var(--bili) * 20px );
    justify-content: center;
}
.pagel #page{
    justify-content: flex-end;
}
#page .page-item{
    height: calc( var(--bili) * 40px );
    line-height: calc( var(--bili) * 38px );
    border: 1px solid #eeeeee;
    margin: 0 -1px 5px 0;
    font-size: calc( var(--bili) * 15px );
    background:#fff;
    color:#333333;
}
#page a{
    display:block;
    padding: 0 calc( var(--bili) * 20px );
    text-decoration:none;
    height: calc( var(--bili) * 40px );
    line-height: calc( var(--bili) * 38px );
    border: 1px solid #eeeeee;
    margin: 0 -1px 5px 0;
    font-size: calc( var(--bili) * 15px );
    background: #fff;
    color: #333333;
}
#page p{
    padding: 0 calc( var(--bili) * 12px );
    height: calc( var(--bili) * 40px );
    line-height: calc( var(--bili) * 38px );
    border: 1px solid #eeeeee;
    margin: 0 -1px 5px 0;
    font-size: calc( var(--bili) * 15px );
    background:#fff;
    color:#333333;
}

#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( 16px ) !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: 12px 30px 0 0;
}
.BMap_pop .BMap_center{
    border-right: 1px solid #fff!important;
}
/*地图美化*/




.wap-none{
    display: block;
}
.wap-show{
    display: none;
}

/*手机*/
.wap-header{
    display: none;
}

.wap-head{
    width: 100%;
    background-color: var(--colorZT);
    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 {
    margin: 0 0 0 5%;
}
.wap-head .wap-head-logo a{
    display: flex;
    align-items: center;
}
.wap-head .wap-head-logo .logo-im{
    width: 8vw;
}
.wap-head .wap-head-logo .logo-cn{
    color: #f5f5f5;
    font-size: 4.5vw;
    margin: 0 0 0 2vw;
    font-weight: 700;
    letter-spacing: 1px;
}


.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: #ffffff;
    display: block;
    transition: all .3s;
    margin: 12% 0;
    border-radius: 2px;
}
.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: 70%;
    right: -100%;
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    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;
    padding: 0 8%;
    border-bottom: 1px solid #f5f5f5;
}
.wap-menu .wap-menu-lst .CAli:after{
    content: "";
    position: absolute;
    /*background: url(../images/icons/wap_menu_arrow.png)no-repeat right;*/
    width: 4vw;
    height: 12vw;
    right: 5%;
    top: 0;
    background-size: 100%;
    opacity: 0.7;
}
.wap-menu .wap-menu-lst .CAli .CAa{
    width: 100%;
    display: -webkit-box;
    font-size: 4vw;
    color: #333333;
    line-height: 12vw;
}
.wap-header.show .wap-menu{
    right: 0;
    opacity: 1;
}
.open-menu{
    width: 30%;
    height: 12vw;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
}
.drop-down-menu{
    /*animation: fadeInUp 0.5s forwards;*/
}
.drop-down-menu.on{
    display: block;
    border-top: 0;
    box-shadow: none;
    width: 100%;
    left: 0;
    position: relative;
}
.drop-down-menu.on ul .CBa{
    text-align: left;
    font-size: 3.8vw;
    padding: 0 4%;
    line-height: 3;
}
/*菜单-e*/

/*手机*/


/*提示框*/
.c-message {
    position: fixed;
    top: 30%;
    left: 47.5%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    z-index: 999;
    font-size: 14px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0.7% 2.5%;
}
.c-message--main {
    /*padding-left: 60px;*/
    /*padding-right: 20px;*/
}
.c-message:hover{
    background-color:rgba(0, 0, 0, 0.5);
}
.c-message--icon {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    display: none;
}
.c-message--tip{
    color: #ffffff;
}
.c-message--success {
}

.c-message--error {
    background: #FF4949;
}

.c-message--info {
    background: #20A0FF;
}

.c-message--warning {
    background: #F7BA2A;
}

.c-message--close {
    position: absolute;
    right: 10px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
    top: 0;
    line-height: 34px;
    display: block;
    height: 40px;
}

.c-message--close:hover {
    color: #666;
}

@keyframes messageFadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.c-message.messageFadeInDown {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeInDown;
}

@keyframes messageFadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.c-message.messageFadeOutUp {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeOutUp
}

.c-message2.messageFadeInDown {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeInDown;
}
.c-message2.messageFadeOutUp {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeOutUp
}
