@charset "utf-8";
@font-face {
    font-family: "sung";
    src: ;
}
@font-face {
    font-family: "ximaiti";
    src: ;
}
@font-face {
    font-family: "tezhan";
    src: ;
}


* {
    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: "微软雅黑";
}

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{
    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;
}

.wrap{
    max-width: 14rem;
    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 ease-in;
}
.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;
}
.cover_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}
.cover_img>div:first-child{
    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;
}
.pic img:hover {
    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;}


.head{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
/* new */
.head.scroll{
    position: fixed;
    background: #94070a;
}
/* new */
.d1{
    padding: 0.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.d1 .wrap{
    align-items: center;
    -webkit-align-items: center;
}
.logo{
    width: 4.08rem;
}
.logo img{
    display: block;
    width: 100%;
}
.h-link div{
    position: relative;
    width: 1.15rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.35rem;
}
.h-link div p{
    font-size: 0.16rem;
    line-height: 0.34rem;
    padding-left: 0.16rem;
    padding-right: 0.34rem;
    color: rgba(255, 255, 255, 0.6);
}
.h-link>div img {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    width: 0.08rem;
    height: 0.05rem;
    transform: translatey(-50%);
}

.h-link>div ul {
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 0.1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.h-link>div ul li a {
    display: block;
    /*padding: 0 0.1rem;*/
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #333;
    text-align: center;
}

.h-link>div ul li:hover  a{
    color: #94070a;
}

.search {
    width: 0.35rem;
    height: 0.35rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
    margin-left: 0.2rem;
}
.search img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.17rem;
    height: 0.17rem;
    margin: auto;
}

.nav>ul>li{
    position: relative;
    line-height: 0.64rem;
    padding-bottom: 0.08rem;
}
.nav>ul>li>a{
    display: block;
    font-size: 0.2rem;
    color: #fff;
    font-weight: 600;
}
.nav>ul>li:after{
    content: '';
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    border: 0.09rem solid transparent;
    border-bottom-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.nav>ul>li .sub-nav{
    position: absolute;
    width: 1.8rem;
    left: 50%;
    top: 100%;
    transform: translatex(-50%);
    background: rgba(255, 255, 255, 0.9);
    display: none;
    border-radius:5px;
}
/*.nav>ul>li:last-child .sub-nav{
    left: auto;
    transform: none;
    right: 0;
}*/
.sub-nav>div{
    /* padding: 0.18rem 0; */
}
.sub-nav .cover_img{
   display:none;
}
.sub-nav .sub-a{
    /* display: inline-block; */
    /* width: calc(100% - 2.28rem); */
    /* vertical-align: middle; */
    /* margin-left: 0.48rem; */
    line-height: 1;
}
.sub-nav .sub-a a{
    display: block;
    font-size: 0.18rem;
    line-height: 0.6rem;
    /* margin-right: 0.35rem; */
    color: #333;
    transition: all .3s;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.sub-nav .sub-a a:hover{
    color: #94070a;
    font-weight: 600;
}
.nav>ul>li.on:after{
    opacity: 1;
    visibility: visible;
}

.nav>ul>li .sub-nav a:last-child{
    border-bottom:0px;
}

.foot{
    padding-bottom: 0.35rem;
    background:  no-repeat 50%;
    background-size: cover;
}
.f-link{
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.f-link span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.24rem;
    line-height: 1.5em;
    color: #fff;
    font-weight: 600;
    padding-left: 0.6rem;
    background:  no-repeat left;
    background-size: 0.4rem 1.5em;
}
.f-link .wrap>div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2rem;
}
.f-link .wrap a{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    line-height: 1em;
    color: #fff;
    margin-right: 0.13rem;
}
.f-link .wrap a:hover{
    text-decoration: underline;
}

.f-c>div{
    position: relative;
    overflow: hidden;
}
.f-logo{
    position: absolute;
    width: 4.42rem;
    height: 0.64rem;
    /* left: 0; */
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.f-logo img{
    display: block;
    width: 100%;
}
.f-l h4{
    font-size: 0.24rem;
    line-height: 1.5em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.09rem;
}
.f-l p{
    font-size: 0.18rem;
    line-height: 2;
    color: #fff;
}
.f-l p a{
    display: inline-block;
    margin-left: 0.2rem;
}

.f-r{
    width: 1.3rem;
    margin-top: 0.15rem;
}
.f-r img{
    display: block;
    width: 100%;
}
.f-r p{
    font-size: 0.16rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 0.15rem;
}

.f-c{
    padding-top: 0.29rem;
}
.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.3rem;
    top: 0.3rem;
    width: 0.39rem;
    height: 0.39rem;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 0.39rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1400px){
    .wrap{
        width: 96%;
        max-width: none;
    }
    html,body{
        overflow-x: hidden;
    }
    .h-link div{
        width: auto;
        min-width: 1.15rem;
    }
}

@media screen and (max-width: 1060px){
    html{
        font-size: 80px !important;
    }
    html,body{
        overflow-x: hidden;
    }
    .pc{
        display: none !important;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #94070a;
        background-size: cover;
        padding: 0.2rem;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 0.4rem;
    }
    .m-logo img {
        max-height: 0.64rem;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 0.125rem 0.125rem 0;
    }

    .m-tlink a {
        font-size: 0.21rem;
        margin: 5px 0;
        display: inline-block;
        background: #fff;
        color: #94070a;
        line-height: 0.5rem;
        padding: 0 0.06rem;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 0.12rem;
        padding-right: 0.5rem;
        padding-left: 0.1rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        position: relative;
        line-height: 0.5rem;
        /* background: #fff; */
        margin-top: 0.15rem;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.5rem;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 0.15625rem;
        top: 50%;
        height: 0.25rem;
        transform: translatey(-50%);
    }
    .m-nav {
        position: fixed;
        top: 1rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #94070a;
        overflow-y: scroll;
        width: 100%;
        max-width: 5.8593rem;
    }
    .m-nav ul {
        padding: 0 0.23437rem;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotatez(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 0.22rem;
        line-height: 0.46rem;
        padding: 0.16rem 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 0.12rem 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 0.3125rem;
        height: 0.3125rem;
        background:  no-repeat center center;
        background-size: 0.12rem 0.15rem;
        right: 0;
        top: 0.23rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 860px){
    .f-logo{
        position: static;
        margin-bottom: 0.25rem;
    }
    .f-link .wrap>div{
        display: block;
        margin-top: 0.2rem;
    }
    .f-link .wrap a{
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }
}

@media screen and (max-width: 640px){
    html{
        font-size: 65px !important;
    }
    .m-nav{
        top: 1rem;
        max-width: 100%;
        width: 100%;
    }
   .f-l,.f-r{
       float: none;
       width: auto;
   }
    .f-r{
        text-align: center;
        margin-top: 0.25rem;
    }
    .f-r img{
        display: block;
        width: 1.3rem;
        margin:  0 auto;
    }
}


.searchbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 80%;
    width: 700px;
    height: 60px;
    z-index: 999;
    margin: auto;
}

.searchbox-zzc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}

.searchbox input[type='text'] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 80px;
    border-radius: 12px;
    color: #333333;
    background: #fff;
}

.searchbox input[type='image'] {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -22px;
    padding: 8px;
}