@charset "utf-8";
@font-face {
    font-family: '思源宋体 Heavy';
    src: url("../font/SourceHanSerifCN-Heavy.otf");
}
* {
    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-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 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wrap {
    max-width: 15.95rem;
    margin: 0 auto;
}
.wrap{
    max-width: 15.57rem;
    margin: 0 auto;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}
.h-top {
    overflow: hidden;
    font-size: 0;
    height: 0.5rem;
    background: #9d0f12;
    width: 1920px;
    margin: 0 auto;
position:relative;
}
.h-top .ll{
    float: left;
    padding-left: 0.56rem;
}
.h-top .rr{
    float: right;
    padding-right: 0.79rem;
}
.h-top a{
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.5rem;
    padding-left: 0.42rem;
    padding-right: 0.26rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}
.h-top .ll a:nth-child(1){
    padding-left: 0.26rem;
}
.h-top .ll a:nth-child(2){
    background-image: url("../images/h-xl.png");
    background-size: 0.2rem 0.2rem;
}
.h-top .ll a:nth-child(3){
    background-image: url("../images/h-dz.png");
    background-size: 0.2rem 0.23rem;
}
.h-top .ll a:nth-child(4){
    background-size: 0.28rem 0.2rem;
    background-image: url("../images/h-sp.png");
}
.h-top .rr a:nth-child(1){
    background-size: 0.31rem 0.26rem;
}
.h-top .rr a:nth-child(2){
    background-image: url("../images/h-jg.png");
    background-size: 0.3rem 0.28rem;
}
.h-top .rr a:nth-child(3){
    padding-left: 0.26rem;
}
.h-top a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.head{
    padding-top: 0.27rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 4.82rem;
}
.logo a{
    display: block;
    font-size: 0;
}
.logo a img{
    display: block;
    width: 100%;
}
.nav>ul{
    width: 10.5rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-right: 0em;
}
.nav>ul>li{
    position: relative;
    line-height: 0.42rem;
}
.nav>ul>li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    /*display: none;*/
    transition: all .3s;
}
.nav>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    transition: all .3s;
}
.nav>ul>li div{
    position: absolute;
    width: 1.6rem;
    left: 0;
    background: #fff;
    /*transform: translateX(-50%);*/
    display: none;
    z-index: 99;
}
.nav>ul>li:last-child div{
    left: auto;
    right: 0;
    transform: none;
}
.nav>ul>li div a{
    display: block;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.48rem;
    text-align: center;
    border-top: 1px dashed #eee;
    transition: all .3s;
}
.nav>ul>li div a:hover{
    color: #9d0f12;
    background: rgba(157, 15, 18, 0.3);
}
.nav>ul>li.on>a,
.nav>ul>li.active>a{
    font-weight: 600;
}
.nav>ul>li.on:after,
.nav>ul>li.active:after{
    width: 0.24rem;
}
.foot {    width: 1920px;
    margin: 0 auto;
    padding-top: 0.27rem;
    background: #9d0f12;
}
.f-logo{
    float: left;
    width: 8.5rem;
}
.f-logo img{
    display: inline-block;
    width: 2.73rem;
}
.bq{
    margin-top: 0.23rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bq p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.52rem;
}
.qr{
    float: right;
    width: 2.8rem;
}
.qr>div{
    float: left;
    width: 1.6rem;
}
.qr>div>img{
    display: block;
    width: 100%;
    margin-top: 0.1rem;
}
.qr>div>img:first-child{
    margin-top: 0;
}
.qr>img{
    overflow: hidden;
    padding-left: 0.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
}
.wap{
    display: none;
}

@media screen and (max-width: 800px){
.pub-close {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 10;
    right: 0.4rem !important;
    top: 48px;
    border-radius: 100%;
}
.search-dialog .search-input {
    height: 56px;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 0rem 0 0.3rem;
    background: #fff;
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
    border-radius: 500px;
}.search-dialog .search-input input[type=text] {
    height: 56px;
    text-indent: 30px;
    float: left;
    height: 56px;
    width: calc(100% - 120px);
    background-color: transparent;
    font-size: 18px !important;
    line-height: 25px;
    color: #919191;
    transition: all .3s;
    outline: none;
    border: 0;
}
.sjbss{position: absolute;
    display: block !important;

    right: 0.6rem;
    top: 45%;
    width: 0.4rem;
    height: 0.4rem;
    transform: translateY(-50%);
    z-index: 999;}


.foot{padding-bottom: 0.27rem;    width: 100%;}
    .wrap{
        padding: 0 0.15rem;
    }
    .pc{
        display: none !important;
    }
    .wap{
        display: block;
    }
    .wap-head {
        position: relative;
        padding:0.2rem;
        background: #9d0f12;
    }
    .m-logo a{
        font-size: 0;
        display: block;
        overflow: hidden;
    }
    .m-logo img{
        vertical-align: middle;
        width: 4.62rem;
    }
    .menu{
        position: absolute;
        right: 0.2rem;
        top: 50%;
        width: 0.4rem;
        height: 0.4rem;
        transform: translateY(-50%);
        z-index: 999;
    }
    .menu img{
        display: block;
        width: 100%;
    }
    .navBox {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        display: none;
    }
    .m-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -4.5rem;
        width: 4.5rem;
        max-width: 100%;
        overflow-y: auto;
        background: #252525;
        padding: 0.3rem 0;
    }
    .m-nav>ul>li{
        position: relative;
        line-height: 0.64rem;

    }
    .m-nav>ul>li>a{
        display: block;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 0.28rem;
        color: #fff;
        border-top: 1px solid rgba(0,0,0,.3);box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);}
    .m-nav>ul>li>span{
        position: absolute;
        right: 0.1rem;
        top: 0;
        width: 0.54rem;
        height: 0.54rem;
        background: url("../images/nav-icon.png") no-repeat center center;
        background-size: 0.16rem 0.16rem;
        transition: all .3s;
    }
    .m-nav>ul>li.on>span{
        transform: rotate(90deg);
    }
    .m-nav>ul>li>ul{
        display: none;
        /* padding: 0.1rem; */
        background: #2e2e2e;
    }
    .m-nav>ul li li a{
        display: block;
        font-size: 0.24rem;
        line-height: 0.56rem;
        color: #c7c7c7;
        padding:0 0.3rem;
        border-top: 1px solid rgba(0,0,0,.3);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
    }
    .m-nav .nav-tit{
        font-size: 0.34rem;
        line-height: 0.58rem;
        color: #fff;
        padding: 0 0.2rem;
        border-top: 1px solid rgba(0,0,0,.3);
        background: #333;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
    }
    .f-logo{
        float: none;
        width: auto;
    }
    .qr{
        float: none;
        margin-top: 0.2rem;
        width: 3.8rem;
    }
    .qr>img{
        width: 1.5rem;
        height: 1.5rem;
    }
    .qr>div{
        width: 2.2rem;
    }
    .bq p{
        font-size: 0.24rem;
        line-height: 0.68rem;
    }
}