@charset "utf-8";

@font-face {
    font-family: 'songtiH';
    src: url("") format("opentype");
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family:  "Microsoft Yahei", sans-serif;;
}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    overflow-x: hidden;
}

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;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}

.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 {
    transform: scale(1.3);
}
.pic img:hover,
.bg-mask:hover .cover_img .a{
    transform: scale(1.05);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.noflex{display: block !important;}
.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 {position: relative;background-image: linear-gradient( #AF1010, #AF1010);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #AF1010}
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;}
}

.wp{
    width: 14rem;
    margin: 0 auto;
    max-width: 96%;
}
.none{
    display: none;
}

/*=============================公共 开始===================================*/

.head .wp{
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .logo img{
    display: block;
    max-height: .76rem;
}

.header_right{
    display: flex;
    align-items: center;
}

.header_right .li{
    margin-left: .4rem;
}
.header_right .top .li a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
}
.header_right .top .li img{
    display: block;
    width: .3rem;
}

#nav{
    background: #833652;
}

#nav{
    position: relative;
}
#nav li{
    position: relative;
}

#nav li h2{
    font-size: .24rem;
    color: #fff;
    line-height: .9rem;
    position: relative;
    font-weight: 600;
}
#nav li h2 a{
    display: block;
}
#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: .03rem;
    background: #f5e9eb;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}

#nav ul li.on h2:after, #nav ul li:hover h2:after {
    width: .36rem;
    margin-left: -.18rem;
    opacity: 1;
    visibility: visible;
}

#nav ul li.on h2, #nav ul li:hover h2 {
    font-weight: 600;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: 0;
    background: #f4e8ea;
    text-align: center;
}

#nav ul li .sub a {
    padding: .12rem .1rem;
    line-height: 1.375;
    transition: .6s;
    font-size: .17rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-bottom: rgba(0,0,0,.02) 1px solid;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #833652;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.head{
    height: 1.4rem;
    background: url("../images/head_bg.png") no-repeat 50%/cover;
}
/*.header_box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}*/

.foot .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.foot .ftleft{
    width: 76.71%;
}
.foot .ftleft .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ftlogo img{
    display: block;
    max-height: .76rem;
}

.ftlink{
    display: flex;
    flex-wrap: wrap;
    width: 48.42%;
    justify-content: space-between;
}

.ftlink dl{
    width: 46.15%;
    position: relative;
}
.ftlink dl dt{
    height: .4rem;
    line-height: .36rem;
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
    font-size: .14rem;
    border: 2px solid rgba(194, 150, 156, 0.3);
}
.ftlink dl dt:after{
    /*position: absolute;*/
    content: '';
    width: 0.14rem;
    background: url("../images/linkdown.png") no-repeat 50%;
    background-size: 0.14rem 0.08rem;
    transition: .3s
}
.ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

.ftlink dl dd ul li{
    font-size: .14rem;
    padding: 3px 0;
}
.ftlink dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.ftlink dl dd ul li a:hover{
    color:  #833652;
}
.ftlink dl dd{
    position: absolute;/*top:100%;*/
    bottom:0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: .15rem .2rem;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.ftlink dl dd ul{
    /* height: 120px;*/
    overflow-y: auto;
}
.ftlink dl dd ul::-webkit-scrollbar{
    width:4px;
}
.ftlink dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.ftlink dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#833652 0%,#833652 100%);
}

.foot .ftleft .bottom{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .52rem;
}
.foot .ftleft .bottom .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    margin-left: .16rem;
}
.foot .ftleft .bottom .li:first-child{
    margin-left: 0;
}
.foot .ftleft .bottom .li:nth-child(4){
    margin-left: .33rem;
}


.ftright img{
    display: block;
    width: 1.4rem;
    margin: 0 auto;
}
.ftright p{
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin-top: .22rem;
}
.foot{
    padding: .78rem 0 .28rem;
    background: url("../images/foot.jpg") no-repeat 50%/cover;
}


.bq a{
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
}

.bq p{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
}

.bq{
    padding: 0.1rem 15px;
    background: #000;
}
.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: #9e4666;
    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(158, 70, 102, 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: flex-start;
}

.big-nav .list_box0 .li {
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    margin-left: 0;
    position: relative;
    line-height: .36rem;
    border: 1px solid #fff;
    border-radius: .05rem;
    padding: 0 .1rem;
}

.big-nav .list_box0 .li a {
    color: #fff;
}

.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%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    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-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url("../images/search.png") center no-repeat #7d0806;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}


/*检索*/
.fixed-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}
.fixed-search .close{
    width: 32px;
    height: 32px;
    background: url("../images/close.png") no-repeat 50%/100%;
    position: absolute;
    right: .6rem;
    top: .6rem;
    z-index: 2;
    cursor: pointer;
}
.fixed-search .main {
    border-top: 4px solid #9e4666;
    background-color: #fff;
    padding: 1.4rem 0 2.2rem;
}

.fixed-search .tit {
    font-size: .6rem;
    color: #9e4666;
    text-align: center;
    font-weight: 600;
}

.fixed-search .form {
    width: 90%;
    max-width: 9.6rem;
    margin: 1rem auto 0;
    height: .9rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.fixed-search .form:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #9e4666;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform .3s ease;
}

.fixed-search .form.active:after {
    transform: scaleX(1);
}
.fixed-search input {
    width: 100%;
    height: 100%;
    padding: 0 .8rem 0 .3rem;
    font-size: .36rem;
    color: #333333;
    background-color: transparent;
}
.fixed-search input::-webkit-input-placeholder {
    color: #333333;
}

.fixed-search input::-moz-placeholder {
    color: #333333;
}

.fixed-search input:-ms-input-placeholder {
    color: #333333;
}
.fixed-search button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: .9rem;
    height: 100%;
    background-color: transparent;
    background-image: url('../images/search-2.png');
    background-size: auto .32rem;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}



.ar_wap{display: none}



@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%;
    }
    .miso_navs{
        display: none;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        height: 0.58rem;
    }
    .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: #fff;
    }
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #fff 6px solid;
        border-bottom: transparent 0.75rem solid;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close-menu.png");
    }
    .list_box0 .li{
        border: none;
    }

}
@media (max-width: 1025px){
    .foot .ftleft{
        width: 100%;
        margin-bottom: .25rem;
    }
    .foot .ftleft .bottom{
        margin-top: .2rem;
        justify-content: center;
    }
    .ftright{
        width: 100%;
    }
    .ftright img{
        width: 1rem;
    }
    .ftright p{
        margin-top: .1rem;
    }
    .foot .ftleft .bottom .li:nth-child(4){
        margin-left: .2rem;
    }
    .foot{
        padding: .3rem 0 .2rem;
    }
    .ftlogo{
        max-width: 48%;
    }
    .ftlogo img{
        max-width: 100%;
    }

}
@media (max-width: 769px){
    .wap-head .logo img{
        height: 0.5rem;
    }

    .ftlogo{
        width: 100%;
        max-width: 100%;
        margin-bottom: .2rem;
    }
    .ftlogo img{
        max-height: .65rem;
        margin: 0 auto;
    }
    .ftlink{
        width: 100%;
    }
    .ftlink dl dt{
        height: .56rem;
        line-height: .54rem;
        font-size: .16rem;
    }
}
@media (max-width: 641px){
    .ftlink dl{
        width: 100%;
        margin-bottom: .2rem;
    }
    .ftlink dl:last-child{
        margin-bottom: 0;
    }
    .foot .ftleft .bottom .li:nth-child(4){
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}
@media (max-width: 481px){
    .wap-head .logo img{
        height: 0.5rem;
    }

}


@keyframes roted{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}