@charset "UTF-8";

* {
    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: "微软雅黑";
    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,span: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;
}


.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);
}

.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( #b1072b, #b1072b);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: #b1072b}
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{
    max-width: 13rem;
    margin: 0 auto;
    width: 94%;
}
/*==========================================公共 开始=============================================*/

.head .wp{
    max-width: 14.9rem;
    position: relative;
}
.head .logo{
    width: 1.74rem;
    height: 1.37rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(0.1rem);
    background: url("../images/logo_bg.png") no-repeat 50%;
    background-size: 100% 100%;
}

.head .logo img{
    display: block;
    width: 1.56rem;
    margin: .07rem auto 0;
}
.nav .ll li{
    position: relative;
    margin-right: .36rem;
}
.nav .rr li{
    position: relative;
    margin-left: .36rem;
}
.nav li h2{
    font-size: .18rem;
    color: #fff;
    line-height: .9rem;
    position: relative;
    /*font-family: '思源黑体CN-Light';*/
}
.nav li h2:before{
    position: absolute;
    content: '';
    left: -0.18rem;
    top: 50%;
    width: 1px;
    height: 0.14rem;
    background: #fff;
    transform: rotate(15deg);
    margin-top: -0.07rem;
}
.nav .ll li:first-child h2:before,
.nav .rr li:first-child h2:before{
    display: none;
}

.nav li .sub_nav{
    position: absolute;
    top: 100%;
    background: #fff;
    width: 1.8rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.nav li .sub_nav a{
    display: block;
    padding: 8px 7px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
    white-space: nowrap;
}
.nav li .sub_nav a:hover{
    color: #fff;
    background: #b1072b;

}
.nav li:hover .sub_nav{
    visibility: visible;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.head .search{
    position: absolute;
    right: -0.4rem;
    top: 50%;
    width: .23rem;
    height: .23rem;
    z-index: 33;
    transform: translateY(-50%);
    cursor: pointer;
}
.head .search>div{
    position: relative;
    width: 0.14rem;
    height: 0.23rem;
    margin: 0 0.1rem;
}
.head .search img{
    display: block;
    width: 100%;
}
.head .search .input{
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.15rem;
    top: -0.07rem;
    bottom: auto;
    height: 0.4rem;
    width: 0.2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.head .search .input input{
    width: 88%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0 0.14rem;
}

.head .search .p-ico input{
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 0.24rem;
    transform: translateY(-50%);
    width: 0.23rem;
}
.head .search .p-ico input.search2{
    display: none;
}
.head .search.on .input {
    width: 3rem;
    opacity: 1;
    visibility: visible;
}

.head .search.on .p-ico input.search1{
    display: none;
}
.head .search.on .p-ico input.search2{
    display: block;
}


.head {
    position: relative;
    z-index: 99;
    background: url("../images/head.jpg") no-repeat 50%;
    background-size: 100% 100%;
}

.ftlogo img{
    height: .6rem;
}


.ftlink dl{
    width: 1.8rem;
    position: relative;
    margin-left: .4rem;
}
.ftlink dl:first-child{
    margin-left: 0;
}
.foot .ftlink dl dt{
    height: .4rem;
    line-height: .4rem;
    background: #9a0828;
    padding-left: .15rem;
    padding-right: .15rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: .15rem;
}
.foot .ftlink dl dt:after{
    /*position: absolute;*/
    content: '';
    width: 0.14rem;
    background: url("../images/link-down.png") no-repeat 50%;
    background-size: 0.14rem 0.07rem;
    transition: .3s
}
.foot .ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ftlink dl dd ul li{
    font-size: .14rem;
    padding: 3px 0;
}
.foot .ftlink dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.foot .ftlink dl dd ul li a:hover{
    color:  #b1072b;
}
.foot .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;
}
.foot .ftlink dl dd ul{
    /* height: 120px;*/
    overflow-y: auto;
}
.foot .ftlink dl dd ul::-webkit-scrollbar{
    width:4px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#b1072b 0%,#b1072b 100%);
}
.f-ewm ul li{
    position: relative;
    margin-left: 0.3rem;
    cursor: pointer;
}
.f-ewm ul li:first-child{
    margin-left: 0;
}
.f-ewm ul li>img{
    display: block;
}
.f-ewm ul li p{
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-top: 0.1rem;
}

.f-ewm ul li span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.57rem;
    margin-bottom: 10px;
    margin-top: 0.16rem;
    padding: 0.1rem;
    width: 1.14rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-0.1rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}

.f-ewm ul li .code > img {
    display: block;
    width: 100%;
}
.f-ewm ul 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%);
}
.f-ewm ul li a:hover {
    opacity: 0.8;
}
.f-ewm ul li:hover  .code {
    visibility: visible;
    opacity: 1;
    transform:translateY(0);
}

.foot .p p{
    font-size: .15rem;
    color: #fff;
    line-height: .3rem;
}

.foot .wp{
    align-items: center;
}


.foot{
    padding-top: .33rem;
    padding-bottom: .26rem;
    background: url("../images/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.bq p{
    font-size: .16rem;
    color: #fff;
    line-height: .25rem;
}
.bq{
    padding: 0.12rem;
    text-align: center;
    background: url("../images/bq.jpg") no-repeat 50%;
    background-size: cover;
}
/*wap*/

.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #b1072b;
    height: .75rem;
    box-shadow: 0 0 0.15rem rgba(0,0,0,.15);
}
.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #b1072b;
    opacity: 0;
    visibility: hidden;
    transition: .3s;

}
body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}
.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

/*==========================================公共 开始=============================================*/
@media screen and  (max-width: 1200px){

}

@media screen and (max-width: 1024px){
    .wp{
        width: 100%;
        padding: 0 15px;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .pc{
        display: none;
    }
    .phone{
        display: block;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        height: 0.6rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
        padding-left: .1rem;
    }
    .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;
    }
    .navShow .navbtnm i{
        background-image: url("../images/close-menu.png");
    }
    .big-nav .scroll li {
        width: 100%;
        text-align: left;
        padding-top: 0;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }
    .big-nav .scroll li h2 {
        font-size: .2rem;
        line-height: .65rem;
        padding-left: 6%;
        position: relative;
    }

    .big-nav .scroll li h2.h2:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6%;
        width: 0.18rem;
        background: url("../images/nav-icon.png") no-repeat 50%;
        background-size: 0.18rem;
        color: #fff;
        transition: .3s;
    }
    .big-nav .scroll li a {
        color: #fff;
    }
    .big-nav .scroll li .list {
        padding: 0 0 0 6%;
        display: none;
    }
    .big-nav .scroll li .list h3 {
        font-size: .17rem;
        border-top: rgba(255,255,255,.13) solid 1px;
        padding: .16rem 0;
        line-height: 1.4em;
        font-weight: 400;
    }
    .big-nav .scroll li .list h3:nth-child(1) {
        border: 0;
    }
    .big-nav{
        overflow-y: auto;
        padding-bottom: .3rem;
    }
    .big-nav .scroll {
        position: static;
        padding-top: .9rem;

    }
    .big-nav .scroll li.on h2.h2:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .big-nav .search {
        position: relative;
        padding: .3rem 6% .4rem;
        width: 100%
    }
    .big-nav .search .from {
        display: block!important;
        position: relative;
    }

    .big-nav .search .from .serinp {
        position: static;
        top: 0;
        right: 0;
        width: 100%
    }

    .big-nav .search .from .serbtn {
        width: .55rem;
        height: .55rem;
        position: absolute;
        text-align: center;
        line-height: .55rem;
        font-size: .22rem;
        color: #fff;
        top: 0;
        right: 0
    }
    .big-nav .search .from .serbtn input {
        position: absolute;
        top: 0;
        left: 0;
        width: .55rem;
        height: .55rem;
        padding: 0.16rem;
        z-index: 3;
        background: rgba(255,255,255,0);
        border: 0;
    }

    .big-nav .search .from .serinp input {
        width: 100%;
        height: .55rem;
        line-height: .55rem;
        background: #fff;
        border: 0;
        font-size: .18rem;
        border-radius: 5px;
        color: #333;
        padding: 0 .55rem 0 .15rem
    }

    .big-nav .links {
        line-height: .35rem;
        color: #fff;
        font-size: .18rem;
        padding: .2rem 5%;
        transition: .3s;
        width: 100%;
        border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
    }

    .big-nav .links a {
        color: #fff;

    }
    .big-nav .links a i {
        font-size: .26rem;
        margin-right: 3px;
        vertical-align: -2px
    }
    .ftlogo{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .ftlogo img{
        display: block;
        margin: 0 auto;
    }
    .f-ewm{
        width: 100%;
    }
    .f-ewm>ul{
        justify-content: center;
    }
    .ftLink span{
        width: 100%;
    }
    .ftLink dl{
        width: 100%;
    }
    .ftLink dl dd{
        padding: 0;
        margin-right: .3rem;
    }
    .foot{
        padding-top: .3rem;
    }
}
@media screen and (max-width: 768px){
    .ftlink,.foot .p{
        width: 100%;
    }
    .foot .p{
        margin-bottom: .2rem;
    }
    .ftlink dl{
        width: 100%;
        margin-left: 0;
        margin-bottom: 0.2rem;
    }
    .foot .p p
    {
        font-size: 0.2rem;
    }
    .foot .ftlink dl dd ul li{
        font-size: .18rem;
    }
    .foot .ftlink dl dt{
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.2rem;
    }

}