* {
    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: 15.6rem;
    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;
    object-fit: cover;
}
.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;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.7s ease-out 0s;
}

.head .w{
    max-width: 17.6rem;
    margin: 0 auto;
    padding: 0.23rem 0 ;
}
.logo a,
.logo img{
    height: 0.89rem;
}
.d1{
    font-size: 0;
    text-align: right;
}
.d1 .d-link a{
    display: inline-block;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    padding: 0.1rem 0.18rem 0.1rem;
}
.d1 .search,
.d1 .d-link{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.d1 .search{
    margin-left: 0.1rem;
}
.d1 .search input[type='text']{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    line-height: 0.34em;
    height: 0.34rem;
    width: 2rem;
    background: rgba(251, 217, 192, 0.48);
    padding: 0 0.18rem;
    color: rgba(198, 198, 198, 0.73);
    border-radius: 0.35rem;
}
.d1 .search input[type='image']{
    display: inline-block;
    vertical-align: middle;
    width: 0.34rem;
    height: 0.34rem;
    background: #ed6f15;
    border-radius: 50%;
    padding: 0.095rem;
    margin-left: 0.07rem;
}
input::-webkit-input-placeholder{
    color: rgba(198, 198, 198, 0.73);
}
input::-moz-placeholder{
    color: rgba(198, 198, 198, 0.73);
}
input::-ms-input-placeholder{
    color: rgba(198, 198, 198, 0.73);
}
.nav>ul>li{
    position: relative;
    line-height: 0.58rem;
    margin-left: 0.2rem;
}
.nav>ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    padding-right: 0.15rem;
    font-weight: 600;
}
.nav>ul>li i{
    position: absolute;
    right: 0;
    width: 0.08rem;
    height: 0.04rem;
    top: 50%;
    margin-top: -0.02rem;
    background: url("/images/nav-down.png") no-repeat 50%;
    background-size: cover;
}
.nav>ul>li> .sub-nav{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1.5rem;
    background: #fff;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
.nav>ul>li> .sub-nav a{
    display: block;
    font-size: 0.16rem;
    line-height: 1.5em;
    padding: 0.1rem 0.15rem;
    color: #333;
    text-align: center;
}
.nav>ul>li> .sub-nav a:hover{
    color: #f17c28;
}
.body_h.showdiv .head {
    transform: none;
    opacity: 1;
}
.head2{
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
.head2 .d1{
    padding: 0.05rem 0;
    background: #566244;
}
.head2 .d2{
    padding: 0.1rem 0;
    background: #fff;
}
.head2 .d2 .nav{
    align-self: center;
}
.head2 .d2 .nav>ul>li>a{
    color: #333;
}

.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);
}
.body_b.showdiv .head2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.foot{
    padding-top: 0.6rem;
    background: url("/images/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.foot .f1{
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 1rem;
}
.foot .f1 .f-logo{
    position: absolute;
    width: 5.27rem;
    height: 1.67rem;
    left: 0;
    right: 0;
    margin: auto;
}
.foot .f1 .f-logo img{
    display: block;
    width: 100%;
}
.foot .f1 .lx{
    float: left;
}
.foot .f1 .lx h4{
    font-size: 0.2rem;
    color: #fff;
    line-height: 1;

}
.foot .f1 .lx p{
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.75em;
    padding-left: 0.35rem;
    background-repeat: no-repeat;
    background-position: left center;
}
.foot .f1 .lx p:first-child{
    background-image: url("/images/f-icon01.png");
    background-size: 0.16rem;
}
.foot .f1 .lx p:nth-child(2){
    background-image: url("/images/f-icon02.png");
    background-size: 0.14rem;
}
.foot .f1 .lx>div{
    margin-top: 0.38rem;
}
.foot .f1 .f-ewm{
    float: right;
    margin-right: 0.32rem;
}
.foot .f1 .f-ewm h4{
    font-size: 0.2rem;
    color: #fff;
    line-height: 1;

    text-align: center;
}
.foot .f1 .f-ewm .f-list{
    /* overflow: hidden; */
    margin-top: 0.44rem;
}
.foot .f1 .f-list>div{
    float: left;
    width: 0.57rem;
    height: 0.58rem;
    margin-left: 0.28rem;
    position: relative;
}
.foot .f1 .f-list>div:first-child{
    margin-left: 0;
}
.foot .f1 .f-list>div>img{
    display: block;
    width: 100%;
}
.f-list .code{
    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-list .code > img {
    display: block;
    width: 100%;
}
.f-list .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-list>div:hover  .code {
    visibility: visible;
    opacity: 1;
    transform:translateY(0);
}
.bq{
    font-size: 0;
    text-align: center;
    padding: 0.18rem;
    background: #414c2e;
}
.bq a{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #fff;
    font-family: "å¾®è½¯é›…é»‘";
    margin: 0 0.13rem;
    vertical-align: middle;
}
.bq a.h-ic{
    padding-left: 0.24rem;
    background: url("/images/f-icon03.png") no-repeat left top;
    background-size: 0.18rem;
}
.bq img{
    display: inline-block;
    vertical-align: middle;
    width: 0.2rem;
    height: 0.24rem;
    margin: 0 0.1rem;
}
.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.3rem;
    top: 0.35rem;
    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: 1560px){
    .wrap,
    .head .w{
        max-width: none;
        width: 98%;
    }
    .d1 .d-link a{
        padding: 0.2rem;
    }
}
@media screen and (max-width: 1060px){
    html{
        font-size: 80px !important;
    }
    html,body{
        overflow-x: hidden;
    }
    .wrap{
        width: 96%;
    }
    .pc{
        display: none !important;
    }
    html,body{
        overflow-x: hidden !important;
    }
    .phone{
        display: block;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #566244;
        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.7rem;
        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: #566244;
        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.1rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #566244;
        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;
    }
    .foot .f1 .lx{
        float: none;
        width: auto;
        margin-bottom: 0.25rem;
    }
    .foot .f1 .f-ewm{
        float: none;
        width: auto;
    }
    .foot .f1 .f-logo{
        position: static;
        margin: 0 auto 0.25rem;
        width: auto;
        max-width: 50%;
        height: auto;
    }
    .foot .f1 .lx h4,
    .foot .f1 .f-ewm h4{
        font-size: 0.22rem;
        text-align: left;
    }
    .foot .f1 .lx p{
        font-size: 0.2rem;
    }
    .foot .f1 .lx>div{
        margin-top: 0.125rem;
    }
    .foot .f1 .f-ewm .f-list{
        margin-top: 0.2rem;
    }
    .foot .f1{
        padding-bottom: 0.2rem;
    }
    .foot {
        padding-top: 0.25rem;
    }
}
@media screen and (max-width: 640px){
    html{
        font-size: 65px !important;
    }
    .m-nav{
        max-width: none;
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .foot .f1 .f-logo{
        max-width: 80%;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}