@charset "UTF-8";
@font-face {
    font-family: '思源宋体-Bold';
    src: url("../font/DgOw4CROku8K.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: '思源宋体-Bold2';
    src: url("../font/ycNfNufc9ErY.woff") format("woff");
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.wrap{
    max-width: 14rem;
    margin: 0 auto;
}
.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #155598}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}
@media screen and (max-width:1024px){
    html{font-size: 90px!important;}
}
@media screen and (max-width:900px){
    html{font-size: 85px!important;}
}
@media screen and (max-width:640px){
    body{font-size: .18rem}
}
@media screen and (max-width:480px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:375px){
    html{font-size: 80px!important;}
}
@media screen and (max-width:360px){
    html{font-size: 70px!important;}
}

@media(min-width: 1200px){
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 95.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 92.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 87px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 84px!important;}
        }
    }
    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 80px!important;}
        }
    }
    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width:1920px){
            html{font-size: 70px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 70px!important;}
        }
    }
}
.wp{
    width: 16.2rem;
    margin: 0 auto;
}


/*=============================公共 开始===================================*/

.head .wp{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: .5s;
        align-items: center;
}
.logo img{
    display: block;
    height: 1.32rem;
}
.header_top{
    position: relative;
    padding: 0;
    z-index: 10000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: .2rem;
    margin-top: .1rem;
}
.list_box0{
    display: flex;
    align-items: center;
}
.list_box0 .li{
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: .26rem;
    position: relative;
    margin-left: .12rem;
    transition: .6s;
}
.list_box0 .li>a {
    display: block;
}
.list_box0 .li:hover {
    color: #b02d27;
}

.list_box1 {
    display: flex;
    align-items: center;
    margin-left: .74rem;
}
.list_box1 .li{
    position: relative;
    width: .26rem;
    height: .26rem;
    margin-right: .38rem;
    opacity: .6;
    transition: .6s;
}
.list_box1 .li:last-child{
    margin-right: .3rem;
}
.list_box1 .li img{
    display: block;
    width: .26rem;
    height: .26rem;
}
.list_box1 .li:after{
    position: absolute;
    content: '';
    width: .3rem;
    height: 1px;
    top: 50%;
    right: -.33rem;
    background: rgba(255, 255, 255, 0.6);
}
.list_box1 .li:first-child:before{
    position: absolute;
    content: '';
    width: .3rem;
    height: 1px;
    top: 50%;
    left: -.4rem;
    background: rgba(255, 255, 255, 0.6);
}
.list_box1 .li:hover{
    opacity: 1;
}

.top-jc{
align-items: center;
    padding:0px 0 10px 0;
}
.top-jc .search .wap_search .input{
   width: 2.45rem;
}

.top-jc .wap_search .btn_blue{
background-color: #186143;

}
#nav-jc{
    background: #fff;
    border-top:1px solid #ccc;}
.nav li{
    position: relative;
    width: 1.73rem;
}

.nav li a{
    display: block;
}
.nav li h2{
    position: relative;
    font-size: .22rem;
    color: #fff;
    line-height: .75rem;
    text-align: center;
font-weight:bold;
    transition: .5s;
}
#nav-jc .nav li h2 {

    color: #000;

}
#nav-jc .nav li h2 a:hover{

    background: #186143;
    color: #FFF;
}


.nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
border-top:2px solid #186143;
    background-size: cover;
    width: 5.25rem;
    left: 0%;
    z-index: 10000;

    transform: scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
}
.nav ul li .sub .box{
    padding: .21rem .18rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul li .sub .box-l{
    width: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul li .sub .box-l .pic{
    width: 1.86rem;
    height: 1.86rem;
}
.nav ul li .sub .box-l img{
    display: block;
    width: .56rem;
}
.nav ul li .sub .box-r{
    width: 100%;
}
.nav ul li .sub .box-r dl.flex{
justify-content:flex-start;
}
.nav ul li .sub .box-r dd{
    width: 33.3333%;
    padding: 0 .1rem 0 0;
}
.nav ul li .sub .box-r dd a{
    display: inline-block;
        font-size: .16rem;
        color: #333;
        min-width: .84rem;
        line-height: .54rem;
        position: relative;
        transition: .5s;
}

.nav ul li .sub .box-r dd a:hover{
    color: #1f643e;
}
.nav ul li:hover h2:after{
    opacity: 1;
    visibility: visible;
}
.nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.nav ul li:nth-child(7) .sub,
.nav ul li:nth-child(8) .sub,
.nav ul li:nth-child(9) .sub{
    left: auto;
    right: 0;
    margin-left:0;
}
.head:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.55rem;

    background-size: 100% 99%;
}
.head:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: 2s;
    transition-delay: .5s;
    z-index: 3;
}
.head.on:before{
    width: 100%;
}
.head{
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-top: .14rem;
    background: #fff;
}



.foot .ftlogo img{
    display: block;
    height: 1.30rem;
}
.foot .ftnav{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.foot .ftnav a{
    display: block;
    font-size: .15rem;
    color: #fff;
    line-height: .3rem;
    margin-left: .7rem;
    transition: .5s;
}
.foot .ftnav a:hover{
    color: #aa151c;
}
.foot .ft1{
    padding-top: .14rem;
    padding-bottom: .13rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ft2 .ftleft{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}
.ft2 .ftdz{
    width: 30%;
font-size: .18rem;
}
.ft2 .ftdz p{
line-height: .35rem;
color:#fff;

}
.ft2 .ftlj{
    width: 25%;
    
    }


.plink{height: 0.5rem;width:2.8rem;line-height: 0.5rem;position: relative;padding-left: 0.2rem;box-sizing: border-box;background: rgb(32,103,63);margin-bottom: 0.2rem;z-index: 1;
border: 1px solid #50876b;
}
.plink2{margin-bottom: 0;z-index: 0;}
.plink p{color: #fff;font-size: 0.18rem;cursor: pointer;}
.plink i{cursor: pointer;display: block;width: 0.5rem;height: 0.5rem;font-size: 0.16rem;color: #928D8D;text-align: center;line-height: 0.5rem;
background: url(../images/s-arrow2.png) no-repeat 50% 50%;
}
.linklist{width: 100%;position: absolute;top:0.5rem;left:0;top:0.5rem;height: 1.2rem;overflow-y: auto;display: none;z-index: 2;}
.linklist li{width: 100%;height: 0.4rem;text-align: left;line-height: 0.4rem;background: rgba(0,0,0,.8);}
.linklist li a{padding-left:0.2rem;display: block;color: #ffffff;font-size: 0.14rem;}
.linklist li:hover{background: rgb(32,103,63);}
.linklist::-webkit-scrollbar {width: 6px;}
.linklist::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #ffffff;}
.linklist::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}    
.ft2 .ftright{
    width: 5%;
}
.ft2 .wp{

}
.ftlink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.ftlink a{
    display: block;
    margin-left: .98rem;
}
.ftlink a:first-child{
    margin-left: 0;
}
.ftlink .icon{
    width: 1rem;
    height: 1rem;
    position: relative;
    margin: 0 auto;
}


.ftlink a:hover .icon .img02{
    display: block;
    z-index: 3;
}
.ftlink a p{
    font-size: .15rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-top: .15rem;
}
.ftlink a:hover .icon:after{
    background-image: url("../images/ft-img04.png");
}

.ft2{
    padding-top: .4rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bq a{
    display: block;
    font-size: .15rem;
    color: #fff;
    line-height: .4rem;
}

.bq  p{
font-size: .18rem;
    text-align: center;
}
.bq .g-top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.36rem;
    color: #fff;
    font-size: .15rem;
    line-height: .38rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: .5rem;
    cursor: pointer;
    transition: .5s;
}
.bq .g-top img{
    display: block;
    width: .19rem;
    margin-right: .1rem;
}
.bq .g-top:hover{
    background: #aa151c;
    border-color: #aa151c;
}
.bq{
    padding-top: .22rem;
    padding-bottom: .22rem;
}
.foot{

background: url(../images/b-bg.jpg) no-repeat 50% 0;
background-size: cover;
}



/*search*/
.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: #15599f;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0,0,0,.7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77,0,.175,1);
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0 auto;
    padding: 0 0.08rem 0 .24rem;
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
    overflow: hidden;
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: .72rem;
    width: calc(100% - .56rem);
    background-color: transparent;
    font-size: .2rem;
    line-height: .08rem;
    color: #fff;
    transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: .72rem;
    width: .56rem;
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .24rem;
    background-image: url('../images/search_white.png');
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close.png');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
}
.search-dialog .f-cb h3 {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin-bottom: .3rem;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}
.pub-close,
.slide_down_close{
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 999;
    right: .24rem;
    top: .24rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.slide_down_close{
    opacity: 0;
    visibility: hidden;
}
.pub-close .bg ,
.slide_down_close .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#1e4781;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i ,
.slide_down_close i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .22rem;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');
    transition: .6s;
}

.pub-close i:hover ,
.slide_down_close i:hover{
    transform: rotate(180deg)
}
/*search*/

.ar_wap{ display:none}

/*=================================响应开始========================================*/
/*wap*/

.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #1f643e;
    background-size:cover;
    height: .75rem;
}
.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(24, 97, 67, 0.9);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}
body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}
.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.big-nav .list_box0 .li {
    margin: 0 .05rem;
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    position: relative;
    line-height: .4rem;
    min-width: 1rem;
    padding: 0 .2rem;
    text-align: center;
}
.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.15);
    line-height: .64rem;
    color: rgba(255,255,255,.8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    color: rgba(255,255,255,1);
}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.6);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0,0,0,0.4);
    display: none;
}


.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
   margin-top:20px;
    display: block;
}

.wap_search form {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
border-radius: 5px 0 0px 5px ;
    background: none;
    width: calc(100% - 40px);
    border:1px #1f643e solid;
        border-right: 0;
background: #fff;
}

.wap_search .btn_blue {
 
    cursor: pointer;

 
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url("../images/search_white.png") center no-repeat #ac2028;
    background-size: .2rem;
    border-radius: 0;
float: left;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

@media (max-width: 1199px){
    html,body{
        overflow-x: hidden !important;
    }
    .ar_web{display: none}
    .ar_wap{display: block}
    .wp {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        height: 0.5rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
        position: relative;
        z-index: 3;
    }
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #1f643e;
    }
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #1f643e 6px solid;
        border-bottom: transparent 0.75rem solid;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close-menu.png");
    }
    .list_box0 .li{
        border: none;
    }

}

@media screen and (max-width: 1024px){
    .foot .ftnav a{
        margin-left: .25rem;
    }
    .ft2 .ftdz,
    .ft2 .ftlj,
    .ft2 .ftleft{
        width: 100%;
    }
    .ft2 .ftdz p{
        text-align: center;
    }
    .ft2 .ftright{
        width: 100%;
        margin-bottom: .3rem;
    }
    .ftlink{
        justify-content: center;
    }
    .ftlink .icon{
        width: 1rem;
        height: 1rem;
    }
    .ftlink .icon img{
        max-width: 100%;
        max-height: 100%;
    }
    .ftlink .icon:after{
        width: 1.39rem;
    }
    .ftlink a{
        margin-left: 0;
        width: calc(100% / 6);
    }
    .ft2 .ftleft .item p{
        font-size: .16rem;
        line-height: .28rem;
    }
    .ft2{
        padding-top: .3rem;
        padding-bottom: .2rem;
    }

        .foot .ftlogo img {
            display: block;
            height: .80rem;
        }
    
        .ft2 .ftlj .plink {
            margin: 0.1rem auto;
        }
    
        .ft2 .ftleft {
            order: 1;
        }
    
        .ft2 .ftlj {
            order: 2;
        }
    
        .ft2 .ftdz {
            order: 3;
        }
    
        .ft2 .ftright {
            order: 4;
        }
}
@media screen and (max-width:  768px){
    .ftlogo{
        width: 100%;
        margin-bottom: .2rem;
    }
    .ftlogo img{
        margin: 0 auto;
    }
    .foot .ftnav{
        width: 100%;
        justify-content: center;
    }
    .foot .ftnav a{
        margin: 0 .2rem;
        font-size: .18rem;
        line-height: 2;
    }
    .bq a{
        width: 100%;
        text-align: center;
        margin-bottom: .1rem;
    }
    .bq .g-top{
        margin: 0 auto;
    }
    .bq{
        padding: .2rem 0;
    }
}
@media screen and (max-width:  640px){
    .ftlink a{
        width: calc(100% / 3);
        margin: 0.2rem 0;
    }
    .ft2{
        padding-top: .2rem;
        padding-bottom: 0;
    }
    .ft2 .ftleft .item{
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-bottom: .2rem;
    }
    .ft2 .ftleft .item img{
        margin: 0 auto .1rem;
    }
}




/*slide_down_nav*/

body.fixed,
html.fixed{
    overflow: hidden;
}

.slide_down_nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    visibility: hidden;
}

.slide_down_nav .slide_down_nav_bg {
    position: fixed;
    right: 0;
    top: 0;
    height: 0;
    left: 0;
    background: #15599f url("../images/slide_down_nav_bg.jpg") no-repeat center;
    background-size: cover;
    transition: .9s cubic-bezier(.165,.84,.44,1) .2s;
}

.slide_down_nav .slide_down_nav_bg.on {
    height: 100%;
    /* transition: .9s cubic-bezier(.165,.84,.44,1); */
}





.slide_down_nav .slide_down_nav_content {
    position: relative;
    z-index: 10;
    /* transform: translateY(100%); */
    transition: 0.6s;
    height: 100%;
    opacity: 0;
    padding: 1.3rem 0 0;
}

.slide_down_nav.on {
    visibility: visible
}

.slide_down_nav .slide_down_nav_content.on {
    /* transform:translateY(0); */
    transition: 0.6s;
    opacity: 1;
}



.miso_wzmap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem;
}

.miso_wzmap li {
    /* width: 12.5%; */
    padding: .25rem .2rem;
    transform: translateY(.5rem);
    transition: .5s;
    opacity: 0;
    width: calc(100% / 7);
    text-align: center;
}

.miso_wzmap li:nth-child(1) {
    transition-delay: .1s
}

.miso_wzmap li:nth-child(2) {
    transition-delay: .2s
}

.miso_wzmap li:nth-child(3) {
    transition-delay: .3s
}

.miso_wzmap li:nth-child(4) {
    transition-delay: .4s
}

.miso_wzmap li:nth-child(5) {
    transition-delay: .5s
}

.miso_wzmap li:nth-child(6) {
    transition-delay: .6s
}

.miso_wzmap li:nth-child(7) {
    transition-delay: .7s
}

.miso_wzmap li:nth-child(8) {
    transition-delay: .8s
}

.miso_wzmap li:nth-child(9) {
    transition-delay: .9s
}

.miso_wzmap li:nth-child(10) {
    transition-delay: 1s
}

.miso_wzmap li:nth-child(11) {
    transition-delay: 1.1s
}

.miso_wzmap li h3 a {
    font-size: .22rem;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 0 .18rem;
    margin-bottom: .16rem;
    font-weight: bold;
}
.miso_wzmap li h4{
    font-size: .17rem;
    color: #fff;
    line-height: .36rem;
    text-align: center;
}
.miso_wzmap li h3 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 1.2s 1.2s;
    transform: translateX(-50%);
}

.miso_wzmap li dl {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .2rem;
}

.miso_wzmap li dl dd {
    width: 100%;
    padding: 0 .25rem;
}

.miso_wzmap li dl dd a {
    font-size: 0.12rem;
    line-height: 0.3rem;
    opacity: 0.65;
    color: #fff;
    transition: .5s;
}

.slide_down_nav_content.on .miso_wzmap li {
    transform: translateY(0);
    opacity: 1;
}

.slide_down_nav_content.on .miso_wzmap li h3 a:before {
    width: .3rem;
}
.miso_wzmap li dl dd a:hover{
    opacity: 1;
}
.head.xg1 .nav{
   display: none;
}
.head.xg1:after{
    height: 0;
}
.head.xg1:before{
    display: none;
}
.head.xg1 .right .header_top{
    margin: 0;
    height: 1.06rem;
}
.head.xg1{
    height: 1.2rem;
}
.head.xg1 .wp{
    height: 100%;
    align-items: center;
z-index: 9999;
}
.head *{
    transition: .5s;
}
.head.xg1 .slide_down_close{
    opacity: 1;
    visibility: visible;
}