@charset "utf-8";

@font-face {
    font-family: heiti;
    src: url("../font/0GsxlbVlETkC.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: BEBAS;
    src: url("../font/BEBAS.ttf") format("truetype");
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    
}
body,html {
    position: relative;
    width: 100%;
    height: 100%;
}
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 {
    -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 {
    position: relative;
    background-image: linear-gradient(#B01C3E, #B01C3E);
    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: #B01C3E
}

html::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    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: 16rem;
    margin: 0 auto;
    max-width: 94%;
}

.piaochuang{
    position: absolute;
    z-index:9999;
}
/*=============================公共 开始===================================*/
.head{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    border-top: .03rem solid #D1A567;
}
.head .wp{
    height: 1.33rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 5.12rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo img{
    display: block;
    max-height: .76rem;
}

.nav .top{
    height: .34rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: .08rem;
}


.nav li{
    position: relative;
    margin-left: .4rem;
}
.nav.left li{
    margin-left: 0;
    margin-right: .4rem;
}
.nav li h2{
    position: relative;
    font-size: .2rem;
    color: #3B3B3B;
    text-align: center;
    line-height: .5rem;
    transition: .5s;
    font-weight: 500;
}
.nav li h2 a{
    display: block;
    font-family: heiti,sans-serif;
}

.nav li:hover h2,#nav li.active h2{
    color: #B01C3E;
}
.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: .25s;
    transform-origin: top;
    padding-top: .19rem;
}

.nav ul li .sub .box {
    padding: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.15);
}

.nav ul li .sub a {
    padding: .05rem .1rem;
    line-height: 2;
    transition: .6s;
    font-size: .16rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.nav ul li .sub a:hover {
    color: #fff;
    background: #B01C3E;
}

.nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.search{
    position: relative;
    width: 2.37rem;
    height: .34rem;
}
.search .inpt{
    display: block;
    width: 100%;
    height: 100%;
    line-height: .32rem;
    border: 1px solid rgba(59, 59, 59, 0.6);
    border-radius: .05rem;
    font-size: .14rem;
    color: #3B3B3B;
    padding-left: .11rem;
    padding-right: .35rem;
    font-family: 'pingfang Sc',Arial, sans-serif;
}
.search .subm{
    position: absolute;
    width: .16rem;
    height: .16rem;
    right: .11rem;
    top: .09rem;
}
.lan a{
    display: block;
    width: .34rem;
    font-size: .18rem;
    color: #3B3B3B;
    line-height: .32rem;
    border-radius: .05rem;
    border: 1px solid rgba(59, 59, 59, 0.6);
    font-family: 'pingfang Sc',Arial, sans-serif;
    text-align: center;
}
.lan{
    margin-left: .39rem;
}
.foot{
    background: url("../images/foot.jpg") no-repeat bottom center;
    border-top: .05rem solid #D1A567;
    background-size: cover;
}
.ftlogo img{
    display: block;
    max-height: .5rem;
}

.ft1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .43rem 0 .42rem ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ft1 .ftright{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ftlink{
    width: 3.05rem;

}

.ftlink dl{
    position: relative;
}
.ftlink dl dt{
    height: .49rem;
    line-height: .47rem;
    padding-left: .3rem;
    padding-right: .25rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #FFFFFF;
    font-size: .16rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: .05rem;
}
.ftlink dl dt:after{
    content: '';
    width: 0.13rem;
    background: url("../images/linkdown.png") no-repeat 50%;
    background-size: 0.13rem 0.08rem;
    transition: .3s
}
.ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

.ftlink dl dd ul li{
    font-size: .16rem;
    padding: .05rem 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:  #AB1A3B;
}
.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,#AB1A3B 0%,#AB1A3B 100%);
}

.ft_ewm{
    display: flex;
    align-items: center;
    margin-left: .56rem;
}
.ft_ewm .li{
    width: .6rem;
    height: .59rem;
    margin-left: .63rem;
    position: relative;
}
.ft_ewm .li a{
    display: block;
}
.ft_ewm .li img{
    display: block;
    width: 100%;
}
.ft_ewm .li .code{
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.8rem;
    margin-bottom: 0.16rem;
    padding: 0.1rem;
    width: 1.6rem;
    background-color: #fff;
    border-radius: .05rem;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-0.1rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}
.ft_ewm .li .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform: translateX(-50%);
}
.ft_ewm .li:hover .code {
    visibility: visible;
    opacity: 1;
    transform:translateY(0);
}


.ft2 dd a{
    display: block;
    font-size: .2rem;
    color: #fff;
    line-height: .5rem;
    font-family: heiti, sans-serif;
}
.ft2{
    padding-top: .24rem;
    padding-bottom: .21rem;
}

.ft3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
padding: 0.25rem 0;
}
.ft3 .ftl{
    width: .8rem;
    height: 1.06rem;
    background: rgba(255, 255, 255, 0.1);
}
.ft3 .ftl h2{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: .02rem;
}

.ft3 .ftr{
    width: calc(100% - .8rem);
    padding: 0 .4rem;
}
.ft3 dd a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
}
.ft3 dd a img{
    display: block;
    width: .36rem;
    height: .36rem;
    margin-right: .2rem;
}

.ft4{
    display: block;
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
}
.ft4{
    padding-top: .23rem;
    padding-bottom: .22rem;
}
.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: #AB1A3B;
    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(171, 26, 59, 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;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: .05rem;
}

.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/search2.png") center no-repeat #C49F80;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

@media (max-width: 1600px) {

}

@media (max-width: 1199px) {
    html, body {
        overflow-x: hidden !important;
    }
    .head {
        display: none
    }
    .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: #C49F80;
    }

    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #C49F80 6px solid;
        border-bottom: transparent 0.75rem solid;
    }

    .navShow .navbtnm i {
        background-image: url("../images/close-menu.png");
    }

    .list_box0 .li {
        border: none;
    }
    .ft1{
        padding-top: .24rem;
        padding-bottom: .24rem;
    }
    .ftlogo img{
        max-height: .54rem;
        margin: 0 auto;
    }
    .ftlogo{
        width: 100%;
        margin-bottom: .24rem;
    }
    .ft_ewm{
        margin-left: 0;
    }
    .ft1 .ftright{
        width: 100%;
        justify-content: space-between;
    }
    .ft_ewm .li{
        width: .5rem;
        height: .5rem;
        margin-left: .3rem;
    }
    .ft2{
        padding: .2rem 0;
    }
    .ft3 .ftr dd{
        width: 50%;
    }
    .ft4{
        padding: .2rem 0;
    }
}
@media (max-width: 769px) {
    .wap-head .logo img{
        height: .45rem;
    }
    .ft3 .ftl{
        width: 100%;
        height: auto;
    }
    .ft3 .ftl h2 br{
        display: none;
    }
    .ft3 .ftl h2{
        letter-spacing: 0;
        line-height: .5rem;
    }
    .ft3 .ftr{
        width: 100%;
        padding: .1rem .2rem;
    }

}
@media (max-width: 640px){
    .ft1 .ftright{
        flex-direction: column;
        justify-content: center;
    }
    .ft_ewm{
        width: 100%;
        justify-content: center;
        margin-top: .2rem;
    }
    .ft_ewm .li{
        margin: 0 .15rem;
    }
    .ft2 dd{
        width: 25%;
        text-align: center;
    }
    .ft3 .ftr dd{
        width: 100%;
    }
    .ft4 a{
        ;line-height: .28rem;
    }
 .ft4 p{
        line-height: .28rem;
    }
    .ft4 span{
        display:block;
    }
}


/**/


#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
;z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}