@font-face {
    font-family: "son-blod";
    src: url("/font/SourceHanSerifCN-Bold.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-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,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;
}
.phone {
    display: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.wrap{
    max-width: 14.4rem;
    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: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.head .d1,
.head2 .d1{
    background: #b3452a;
    text-align: right;
}
.head .d1 a,
.head2 .d1 a{
    display: inline-block;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.45rem;
    margin: 0 0 0 0.32rem;
}
.head .d1 a:hover,
.head2 .d1 a:hover{
    color: #fff;
}
.head .d2{
    padding-top: 0.2rem;
    padding-bottom: 1.82rem;
    background: url("/images/head.png") repeat-x top;
}
.logo a img{
    display: block;
    height: 0.8rem;
}
.nav>ul>li{
    position: relative;
    margin-left: 0.45rem;
    line-height: 0.8rem;
}
.nav>ul>li>a{
    display: block;
    font-size: 0.2rem;
    color: #fff;
}
.nav>ul>li .sub-nav{
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 1.8rem;
    border-top: 5px solid #b3452a;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
    background: #fff;
}
.nav>ul>li .sub-nav a{
    display: block;
    font-size: 0.16rem;
    line-height: 1.5em;
    padding: 0.1rem 0.15rem;
    text-align: center;
    transition: all .3s;
}
.nav>ul>li .sub-nav a:hover{
    background: #b3452a;
    color: #fff;
}
.d2 .search {
    width: 0.31rem;
    cursor: pointer;
    margin-left: 0.35rem;
}
.d2 .search img{
    display: block;
    width: 100%;
    height: 0.31rem;
}
.head2{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.head2 .logo img{
    height: 0.67rem;
}
.head2 .d2{
    padding-top: 0.11rem;
    padding-bottom: 0.08rem;
    background: #fff;
}
.head2 .nav>ul>li{
    line-height: 0.67rem;
}
.head2 .nav>ul>li>a{
    color: #111111;
}
.body_b.showdiv .head2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}


.f-wz h4{
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1;
}
.f-wz .yqlj a,
.f-wz .lxwm p{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.65);
}
.f-wz .yqlj a:hover{
    color: #fff;
}
.f-wz .yqlj div,
.f-wz .lxwm div{
    margin-top: 0.3rem;
}
.ewm{
    margin-top: 0.14rem;
}
.ewm div{
    float: left;
    width: 1.6rem;
    margin-left: 0.46rem;
}
.ewm div:first-child{
    margin-left: 0;
}
.ewm div img{
    display: block;
    width: 1.04rem;
    margin: 0 auto;
}
.ewm div p{
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1;
    margin-top: 0.15rem;
    text-align: center;
}
.f-wz>div{
    position: relative;
}
.f-wz>div:before{
    content: '';
    position: absolute;
    left: -1.28rem;
    width: 1px;
    height: 1.28rem;
    top: 50%;
    margin-top: -0.64rem;
    background: rgba(255, 255, 255, 0.12);
}
.f-wz>div:first-child:before{
    display: none;
}
.f-wz{
    padding-top: 0.58rem;
    padding-bottom: 0.49rem;
}
.foot{
    background: url("/images/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.bq{
    background: #93351e;
    text-align: center;
    padding: 0 0.1rem;
}
.bq p{
    font-size: 0.16rem;
    color: #fff;   
}

.bq a{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.42rem;
    margin: 0 0.15rem;
    color: #fff;
}

.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.3rem;
    top: 0.4rem;
    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: 1024px){
    .pc{
        display: none !important;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #c75d43;
        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.8rem;
        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: #003e73;
        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: 1.2rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #c75d43;
        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: url('/images/nav-icon.png') 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: 820px){
    html{
        font-size: 80px !important;
    }
    html,body{
        overflow-x: hidden;
    }
    .wrap{
        padding: 0 0.2rem;
    }
    .m-logo img{
        max-height: 0.65rem;
    }
    .wap-header{
        padding: 0.12rem;
    }
    .top{
        top:0.25rem
    }
    .m-nav{
        top: 0.89rem;
    }
    .ewm{
        width: 100%;
        margin-top: 0.25rem;
    }
    .f-wz h4{
        font-size: 0.2rem;
    }
    .f-wz {
        padding-top: 0.25rem;
        padding-bottom: 0.3rem;
    }
}

@media screen and (max-width: 640px){
    .m-nav{
        max-width: none;
        width: 100%;
    }
    .f-wz>div{
        width: 100%;
        margin-top: 0.25rem;
    }
}
@media screen and (max-width:550px){
    html{
        font-size: 65px !important;
    }
}

.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: 50px;
    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;
}