.header-box {
    background-image: url(../images/headerbg.png);
    background-size: 100% 100%;
    height: 111px;
    padding: 20px 0;
}


.logo {
    float: left;
}

.header-box .nav {
    float: right;
    margin-top: 23px;
}

.header-box .nav>li {
    display: inline-block;
    padding: 0 20px;
}

.header-box .nav>li>a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #FAE7E1;
    text-align: center;
}

.header-box .nav>li .nav-children {
    margin-top: 30px;
    /* display: none;   */
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 999;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    transform-origin: 0 0 0;
    transform: scaleY(0.2) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    padding: 20px 0 0;
}

.header-box .nav>li .nav-children li>a {
    padding: 0 15px;
    line-height: 3.5;
    transition: .3s;
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    display: block;
    white-space: nowrap;
    position: relative;
}


.hdys-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 138px;
    width: 70px;
    height: 70px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 138px;
    width: 70px;
    height: 70px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.news-hot {
    /* height: 1090px; */
    /* height: 976px; */
    background-image: url(../images/indexbg1.png);
    background-size: 100%;
    overflow: hidden;
}

.list-one {
    background: url(../images/xinwenjujiaobg1.png);
    width: 100%;
    /* height: 375px; */
    height: 292px;
    background-size: 100%;
}

.list-one>img {
    width: 476px;
    height: 287px;
    position: relative;
    top: -10px;
    left: 33px;
    object-fit: cover;
}

.list-t {
    display: block;
    width: 720px;
    padding: 60px;
    padding: 35px 50px;
}

.list-t>h2 {
    font-size: 18px;
    font-weight: bold;
    color: #2D2726;
    margin-bottom: 16px;
}

.list-t>p {
    width: 626px;
    height: 91px;
    font-size: 15px;
    font-weight: 400;
    color: #736F6F;
    line-height: 32px;
    margin-bottom: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.list-t>span {
    font-size: 15px;
    color: #951818;
    line-height: 32px
}

.list-two {
    background: url(../images/xinwenjujiaobg2.png);
    width: 100%;
    /* height: 375px; */
    margin-top: 48px;
    height: 292px;
    background-size: 100%;
}

.list-two>img {
    width: 476px;
    height: 287px;
    position: relative;
    top: -10px;
    left: 5px;
    object-fit: cover;
}

.news-box {
    height: 700px;
    /* background: #fff; */
}

.news-box .left {
    float: left;
    display: inline-block;
}

.news-box .right {
    float: right;
    display: inline-block;
}

.news-box .news-wrapper {
    width: 590px;
    margin-top: 64px;
}

.news-wrapper .title-box {
    margin-bottom: 46px;
}

.news-wrapper .title-box>div {
    float: left;
}

.news-wrapper .title-box>div a {
    font-size: 26px;
    color: #000000;
    margin-left: 6px;
    vertical-align: middle;
    font-family: '宋体';
    font-weight: 900;
}

.news-wrapper .title-box>.about {
    display: block;
    float: right;
    width: 66px;
    height: 31px;
    cursor: pointer;
}

.news-wrapper .title-box>.about>img {
    width: 100%;
    height: 100%;
}

.news-wrapper .item-one {
    display: block;
    height: 130px;
    background: #F5F5F5;
}

.news-wrapper .item-one>img {
    width: 203px;
    height: 129px;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
}

.news-wrapper .item-one>div {
    display: inline-block;
    width: 370px;
    padding: 18px 10px;
    vertical-align: top;
}

.news-wrapper .item-one>div h2 {
    font-size: 18px;
    font-weight: bold;
    color: #2D2726;
    margin-bottom: 12px;
}

.news-wrapper .item-one>div p {
    font-size: 15px;
    font-weight: 400;
    color: #736F6F;
    line-height: 32px;
}

.news-wrapper .item-list>li>a {
    display: block;
    padding: 26px 0;
    border-bottom: 1px solid #DFDCD8;
}

.news-wrapper .item-list>li>a>div:nth-child(1) {
    display: inline-block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1D1D1D;
    width: 470px;
    vertical-align: top;
}

.news-wrapper .item-list>li>a>div:nth-child(1)>img {
    margin-right: 26px;
    display: none;
}

.news-wrapper .item-list>li>a>div:nth-child(2) {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #C0B7B7;
    vertical-align: top;
    float: right;
}

.news-wrapper .item-list>li:hover a {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 2px rgba(150, 144, 142, 0.27);
    padding: 26px;
    border-bottom-color:transparent;
    transition: all .5s;
}

.news-wrapper .item-list>li:hover a>div:nth-child(1) {
    color: #9A2828;
}

.news-wrapper .item-list>li:hover a>div:nth-child(1)>img {
    display: inline-block;
}

.school-box {
    height: 979px;
    background-image: url(../images/indexbg2.png);
    background-size: 100% 100%;
    overflow: hidden;
}

.xyfg-wrapper {
    width: 810px;
    height: 476px;
    background-image: url(../images/xyfgbg1.png);
    background-size: 100% 100%;
    overflow: hidden;
    padding: 24px;
    margin: 0 auto;
}

.xyfg-wrapper .swiper-slide {
    overflow: hidden;
}

.xyfg-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.xyfg-prev {
    position: absolute;
    top: 352px;
    left: 138px;
    width: 36px;
    height: 67px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.xyfg-next {
    position: absolute;
    top: 352px;
    right: 138px;
    width: 36px;
    height: 67px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.xyfg-sub {
    display: flex;
    justify-content: space-between;
    margin-top: 87px;
    transition: all .5s;
}
.xyfg-sub li{
    display: inline-block;
    width: 216px;
    height: 171px;
    background: #FAF5F0;
    border: 1px solid #D9BE8E;
    cursor: pointer;
}
.xyfg-sub li img{
    padding: 10px;
    width: 100%;
    height: 139px;
}
.xyfg-sub li p{
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    color: #463C2F;
    text-align: center;
}

.xyfg-sub .ac{
    transform: scale(1.1);
    transition: all .5s;
}
.xyfg-sub .ac p{
    color: #9D1421;
    font-weight: bolder;
}
.link-box:hover ul {
    opacity: 1;
}

.m_header_box{
    display: none;
}
#m_nav{
    display: none;
}
.nav_mask{
    display: none;
}
.jpkc-box ul li{
    display: inline-block;
    width: 280px;
    margin-right: 20px;
    position: relative;
    transition: all .3s;
}
.jpkc-box ul li:last-child{
    margin-right: 0 !important;
}
.jpkc-box ul li > a{
    transition: all .3s;
}
.jpkc-box ul li > a > img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.jpkc-box ul li > a > p{
    font-size: 15px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 24px;
    padding: 10px 0;
    transition: all .3s;
    height: 62px;
}
.jpkc-box ul li a > div{
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 230px;
    opacity: 0;
    transition: all .3s;
}
.jpkc-box ul li:hover{
    background: #fff;
    box-shadow: 0px 4px 14px 2px rgba(150,144,142,0.27);
}
.jpkc-box ul li:hover div{
    opacity: 1;
}
.jpkc-box ul li:hover p{
    padding: 10px;
}
.yhfw{
    /* background-image: url(../images/yhgw-bg.png); */
    background-image: url(../images/yhgw-bg2.png);
    background-repeat: no-repeat;
    background-size: 1920;
    background-position: 0 45px;
    padding: 40px;
    padding-top: 80px;
}
.yhfw ul{
    margin-top: 44px;
    margin-bottom: 22px;
}
.yhfw ul li{
    display: inline-block;
    text-align: center;
    margin-right: 25px;
}
.yhfw ul li:last-child{
    margin-right: 0 !important;
}
.yhfw ul li p{
    font-size: 15px;
    margin-top: 30px;
}
/* .yhfw li img{
    transition: all .5s;
}
.yhfw li img:hover{
    transform: rotate(360deg);
} */
.yq-link{
    padding: 19px 0 16px;
    background: #F5E8E8;
    font-size: 15px;
}
.yq-link span{
    font-weight: bold;
    margin-right: 28px;
}
.yq-link span img{
    margin-right: 5px;
    vertical-align: text-top;
}
.yq-link span{
    color:#B22F2F
}

.yq-link span,
.yq-link a{
    font-size: 15px;
}
.yq-link a{
    color: #000000;
    /* padding-right:8px; */
    padding: 0 15px;
    border-right: 1px solid #424242;
}
.yq-link a:last-child{
    border: none;
}
.ewm-list {
    /* margin-top: 50px; */
}
.ewm-list li{
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.ewm-list li P{
    margin-top: 8px;
}
.ewm-list li:last-child{
    margin-right: 0;
}
.hot-video-list{
    margin: 66px auto 33px;
    position: relative;
}
.hot-video-list a{
    display: inline-block;
    width: 587px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgb(60 ,64 ,67 , 0.1);
    vertical-align: top;
    margin-right: 20px;
    transition: all .3s;
}
.hot-video-list a:last-child{
    margin-right: 0;
}
.hot-video-list .fm{
    width: 279px;
    height: 160px;
    display: inline-block;
    position: relative;
    top: -17px;
    left: 18px;
    padding: 0;
}
.hot-video-list .about{
    display: block;
    background: transparent;
    position: absolute;
    right: -9px;
    top: -52px;
    width: 66px;
    height: 31px;
}
.about:hover{
    background: transparent !important;
}

.hot-video-list .about img{
    width: 100%;
    height: 100%;
}
.hot-video-list > a > div{
    width: 291px;
    display: inline-block;
    height: 51px;
    font-size: 14px;
    /* color: #FFFFFF; */
    line-height: 25px;
    vertical-align: middle;
    padding-left: 30px;
}
.hot-video-list > a:hover{
    background-color: #AC3737;
}
.hot-video-list > a:hover div{
    color: #ffffff;
}
.hot-video-list .fm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hot-video-list .fm .play{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
}


@media(max-width: 768px){
    .w100{
        display: none;
    }


    .news-video-m{
        margin: 33px auto 0px;
        position: relative;
    }
    .news-video-m a{
        display: inline-block;
        width: 100%;
        height: 125px;
        background: #FFFFFF;
        box-shadow: 0px 6px 12px 0px rgb(60 ,64 ,67 , 0.1);
        vertical-align: top;
        margin-right: 20px;
        transition: all .3s;
    }
    .news-video-m a:last-child{
        margin-right: 0;
    }
    .news-video-m .fm{
        width: 175px;
        height: 120px;
        display: inline-block;
        position: relative;
        top: -15px;
        left: 13px;
        padding: 0;
    }
    
    .news-video-m .about img{
        width: 100%;
        height: 100%;
    }
    .news-video-m > a > div{
        width: 180px;
        display: inline-block;
        height: 51px;
        font-size: 14px;
        /* color: #FFFFFF; */
        line-height: 25px;
        vertical-align: middle;
        padding-left: 30px;
    }
    .news-video-m > a:hover{
        background-color: #AC3737;
    }
    .news-video-m > a:hover div{
        color: #ffffff;
    }
    .news-video-m .fm img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news-video-m .fm .play{
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 25px;
        height: 25px;
    }




    .hdys-swiper .swiper-slide img{
        width: 100%;
        overflow: hidden;
        /* margin-top: 60px; */
    }
    .hdys-swiper .button-prev{
        top: 50%;
        width: 30px;
        height: 30px;
        left: 30px;
        transform: translateY(-50%);
    }
    .hdys-swiper .button-next{
        top: 50%;
        width: 30px;
        height: 30px;
        right: 30px;
        transform: translateY(-50%);
    }

    .m-w100{
        display: block;
        padding: 10px;

    }

    .news-m{
        background-image: url(../images/m/m-xwjj-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .news-m .swiper-slide{
        height: 500px;
        background-image: url(../images/m/m-xwjj-bg2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        
    }
    .news-m .swiper-slide > a > img{
        height: 180px;
        width: 89%;
        position: relative;
        top: 28px;
        left: 31px;
        margin-bottom: 34px;
    }
    .news-m .swiper-slide div{
        padding: 20px;
    }
    .news-m .swiper-slide h2{
        font-size: 16px;
        font-weight: 800;
        color: #2D2726;
        margin-bottom: 10px;
    }
    .news-m .swiper-slide p{
        height: 70px;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 500;
        color: #736F6F;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: justify;
    }
    .news-m .swiper-slide span{
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #951818;
        margin-top: 22px;
    }
    .news-m .swiper-slide span img{
        width: 15px;
        height: 15px;
    }
    .news-nav {
        padding: 0 30PX;
    }
    .news-nav > div{
        display: inline-block;
        width: 150px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        vertical-align: middle;
        float: left;
        font-family: '宋体';
    }
    .news-nav > div:nth-child(2){
        float: right;
    }
    .news-nav div img{
        /* display: none; */
        opacity: 0;
        height: 14px;
        vertical-align: middle;
        margin-top: -6px;
    }
    .news-nav .ac{
        background-image: url(../images/m/m-tab-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .news-nav .ac img{
        /* display: block; */
        opacity: 1;
    }
    .news-content-box > div{
        display: none;
    }
    .news-content-box > div:first-child{
        display: block;
    }
    .news-content-box .one{
        display: block;
        width: 100%;
        height: 200px;
        background: #000000;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        margin-top: 26px;
    }
    .news-content-box .one img{
        width: 100%;
        height: 100%;
    }
    .news-content-box .one p{
        position: absolute;
        left: 10px;
        bottom: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .news-content-box ul a{
        display: block;
        padding: 16px 0;
        border-bottom: 1px solid #DFDCD8;
        font-size: 15px;
        font-weight: 500;
        color: #1D1D1D;
    }
    .news-content-box ul a img{
        width: 22px;
        margin-right: 10px;
    }
    .news-content-box ul li:last-child a{
        border: none;
    }
    .news-content-box .about{
        display: block;
        width: 72px;
        height: 32px;
        margin: 30px auto;
    }
    .news-content-box .about img{
        width: 100%;
    }
   

    .xyfg-m-box{
        padding: 10px;
        padding-bottom:30px;
    }

    .xyfg-m-box{
        background-image: url(../images/m/m-xyfgbg1.png);
        background-size: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        /* margin-bottom: 50px; */
    }
    .xyfg-m-box .swiper-slide{
        height: 220px;
        background-image: url(../images/m/m-xyfgbg2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 10px;
        position: relative;
    }
    .xyfg-m-box .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .xyfg-m-box .swiper-slide p{
        font-family: '宋体';
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        position: absolute;
        right: 20px;
        bottom: 30px;
    }

    .xyfg-m-box .swiper-slide p::before{
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 2px;
        position: absolute;
        bottom: -10px;
        right: 0;
    }


    .xyfg-swiper-m{
        position: relative;
    }
    .xyfg-m-prev{
        height: 32px;
        position: absolute;
        top: 80px;
        left: 20px;
        z-index: 999;
    }
    .xyfg-m-next{
        height: 32px;
        position: absolute;
        top: 80px;
        right: 20px;
        z-index: 999;
    }

    .m-footer{
        /* height: 343px; */
        background-image: url(../images/m/m-footerbg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 30px;
        /* overflow: hidden; */
    }

    .m-footer .left{
        display: inline-block;
        width: 76%;
        font-size: 12px;
        font-weight: 400;
        color: #F3CBC1;
    }
    .m-footer .left > img{
        width: 100%;
    }
    .m-footer .left p{
        margin-bottom: 25px;
    }
    .m-footer .right{
        margin-left: 2%;
        width: 20%;
        display: inline-block;
    }
    .m-footer .right ul{
        margin: 0;
    }
    .m-footer .right li{
        margin-bottom: 10px;
    }

    .m-footer li .ewm {
        position: absolute;
        top: -47%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        padding: 0.5rem;
        width: 110px;
        background: rgba(171, 46, 54, .95);
        z-index: 10;
        border-radius: 0.625rem;
        transform: translateX(-50%) translateY(1.25rem);
        left: -120%;
    }
    .m-footer li .ewm::before{
        border: none;
    }
    .beian{
        font-size: 12px;
        font-weight: 400;
        color: #B3807B;
        text-align: center;
        background-color: #6E161E;
        overflow: hidden;
        margin-top: -1px;
    }


    .jpkc-m ul li{
        display: inline-block;
        width: 48%;
        margin-right: 2%;
    }
    .jpkc-m ul li:nth-child(2n){
        margin-right: 0;
    }
    .jpkc-m ul li img{
        width: 100%;
        height: 120px;
        border-radius: 10px;
    }
    .jpkc-m ul li p{
        font-size: 15px;
        margin-top: 8px;
        margin-bottom: 15px;
    }

    .jpkc-m .about{
        display: block;
        width: 72px;
        height: 32px;
        margin: 30px auto;
    }
    .jpkc-m .about img{
        width: 100%;
    }
    .yhfw-m li{
        display: inline-block;
        width: 23%;
        margin-right: 1%;
        text-align: center;
        vertical-align: top;
    }
    .yhfw-m li:nth-child(4n){
        margin-right: 0;
    }
    .yhfw-m li img{
        width: 60%;
    }
    
    .yhfw-m li p{
        font-size: 13px;
        line-height: 22px;
        min-height: 44px;
        margin: 10px 0;
    }
    .yq-link-m{
        background: #F5E8E8;
        padding: 20px 10px;
    }
    .yq-link-m span{
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .yq-link-m span img{
        margin: 0 5px 0 0;
    }
    .yq-link-m a{
        font-size: 13px;
        font-weight: 400;
        color: #403C3C;
        padding-right:8px;
        border-right: 1px solid #424242;
    }
    .yq-link-m a:last-child{
        border: none;
    }
    .ewm-list{
        margin-top: 10px;
    }
    .ewm-list p{
        color: #F3CBC1;
        font-size: 13px;
    }
    .tc_search {margin: 0;width: calc(100% - 30px);position: absolute;bottom: 1rem;}
    .tc_search form { height: 40px; border-radius: 0px; background: rgba(255, 255, 255, 0.1); position: relative; width: 100%; margin-bottom: 1rem; }
    .focus_js { font-size: 0.875rem; color: #ffffff; height: 40px; line-height: 40px; padding: 0px 1rem; box-shadow: none; appearance: none; border-right: 0px; background: none; width: 90%; }
    .tc_search .btn_blue { position: absolute; top: 0px; right: 0px; width: 40px; height: 38px; line-height: 38px; border: 0px; background: url("../images/m/search_white.svg") center center / 1.2rem no-repeat; }
    .tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
    .tc_search input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); }
    .tc_search input:focus::-webkit-input-placeholder { color: transparent; }
    #nav_btn_box { height: 100%; z-index: 999999999; float: right; margin-left: 20px;     margin-top: 16px;}
    #nav_btn_box.on { background: none; }
    #nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #ffffff; }
    #nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
    #nav_btn .point { display: inline-block; width: 1.875rem; height: 22px; position: relative; outline: none; }
    #nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 1.75rem; }
    #nav_btn .navbtn {position: absolute;top: 12px;left: 0px;display: inline-block;width: 1.75rem;height: 1px;transition: all 0.3s ease-out 0s;background: #fff;}
    #nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 1.75rem;height: 1px;content: "";transition: all 0.3s ease-out 0s;background: #fff;}
    #nav_btn .navbtn::after { top: -8px; }
    #nav_btn .navbtn::before { top: 8px; }
    #nav_btn .point.on .navbtn { background: transparent; }
    #nav_btn .point.on .navbtn::after { transform: rotate(45deg); top: 0px; }
    #nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
    .m_nav_list { flex-direction: column; justify-content: flex-start; width: 100%; overflow: auto; margin: 10px 0px 0px; }
    .m_nav_list::-webkit-scrollbar { display: none; }
    #m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0px;padding: 30px 15px 70px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: rgba(171,46,54,.95);}
    #m_nav .close { position: absolute; top: 6px; right: 15px; font-size: 28px; color: #fff; z-index: 10000; }
    #m_nav.act { pointer-events: auto; right: 0px; }
    .list_box_nav_mobile{width:100%;height: 100%;/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;}
    .list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;}
    .list_box_nav_mobile>li .con{ position:relative}
    .list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.1);line-height: 4rem;color: #fff;padding: 0;font-size: 1rem;display: flex;position: relative;transition:.5s;}
    .list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 10%;height: 4rem;display: inline-block;background: url(../images/m/arrow_down.svg) calc(100% - 5px) center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;top: 0;}
    .list_box_nav_mobile>li.on1 i{background: url(../images/arrow_down_on.svg) calc(100% - 5px) center no-repeat;}
    .list_box_nav_mobile>li.on .a{ border-bottom:1px solid rgba(255, 255, 255, 0.3)}
    /*三级导航 开始*/
    .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,.7);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; }
    .nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
    .m_header_box { transition: all 0.6s ease 0s; display: block; height: 60px; }
    #m_header #logo .box_table, #nav_btn_box .box_table { width: auto; float: left; }
    .m_header_box header {padding: 0px 15px;height: 60px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;background: url(../images/m/m-navbg.png);background-size: cover;}
    #m_header #logo { height: 60px; float: left; margin-top: 13px;}
    #m_header #logo img { max-height: 34px; }
    #m_header .yuyan { height: 4.5rem; float: right; margin-right: 4rem; }
    #m_header .yuyan span { display: block; width: 24px; height: 24px; line-height: 24px; color: #fff; font-size: 0.9rem; text-align: center; margin-left: 17px; background: rgba(255, 255, 255, 0.3); }
    #m_nav .list_box_00{width:100%;justify-content: center;}
    #m_nav .list_box_00 li{color: #fff;line-height: 2;font-size: 13px;}
    #m_nav .list_box_00 li.line{ margin:0 1.25rem}

}
