:root{
    --colorZT: #004EA2;     /*主题色*/
    --colorFU: #ff6600;     /**/
    --colorMR: #333333;     /*默认字体色*/
    --bili:1;               /*比例*/
    --colorMO:#2997ff;      /*more*/
    --fspage:16;            /*分页字体大小*/


    --conRW:500;            /*右侧宽度*/
}
.inner{
    width: calc( var(--bili) * 1600px );
    margin: 0 auto;
}
.inner-s{
    width: 1240px;
    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;
    }
    .inner-s{
        width: calc( var(--bili) * 1610px );
    }
}
@media screen and (max-width: 1200px) {

}


* {
    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;
}
ul, li {
    list-style: none;
}
input, textarea {
    outline: none;
    border: initial;
}
.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;
}
@media screen and (max-width: 1200px) {
    ::-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;
    cursor: pointer;
}
.wimg05s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.wimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.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样式*/



/*分页*/
.page-content{
    position: relative;
}
#page{
    display: flex;
    flex-wrap: wrap;
    padding: calc( var(--bili) * 50px ) 0 calc( var(--bili) * 30px );
    justify-content: center;
}
.pagel #page{
    justify-content: flex-end;
}
#page .page-item{
    border: 1px solid #dddddd;
    margin: 5px;
    font-size: calc( var(--bili) * var(--fspage)*1px );
    background:#fff;
    color:#444444;
    border-radius: 4px;
}
#page a{
    display:block;
    padding: calc( var(--bili) * 8px ) calc( var(--bili) * 15px );
    text-decoration:none;
    border: 1px solid #dddddd;
    margin: 5px;
    font-size: calc( var(--bili) * var(--fspage)*1px );
    background: #fff;
    color: #444444;
    border-radius: 4px;
}
#page p{
    padding: calc( var(--bili) * 8px ) calc( var(--bili) * 15px );
    border: 1px solid #dddddd;
    margin: 5px;
    font-size: calc( var(--bili) * var(--fspage)*1px );
    background:#fff;
    color:#444444;
    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;
    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;
}
/*地图美化*/




.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: 60%;
    margin: 0 0 0 5%;
}
.wap-head .wap-door{
    width: 8%;
    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: 3px;
    background-color: #353535;
    display: block;
    transition: all .3s;
    margin: 10% 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: 5% 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: 4vw;
    right: 5%;
    top: 32%;
    background-size: 100%;
    opacity: 0.7;
}
.wap-menu .wap-menu-lst .CAli .CAa{
    width: 100%;
    display: -webkit-box;
    font-size: 4vw;
    color: #333333;
}
.wap-header.show .wap-menu{
    right: 0;
    opacity: 1;
}
/*菜单-e*/

/*手机*/



b,strong{
    font-weight: bold;
}










