

*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 微软雅黑;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
input {
    outline: none;
}

textarea {
    outline: none;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.box .head{
    width: 100%;
    height: 0.8rem;
    background: #ffffff;
    padding: 0 0.3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.head .logo{
    width: 2.01rem;
    height: 0.53rem;
    margin-top: 0.14rem;
}
.logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.head .head_btn{
    width: 0.41rem;
    height: 0.33rem;
    margin-top: 0.23rem;
}
.head .head-box{
    width: 100%;
    height: calc(100vh - 0.8rem);
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0.8em;
    left: 0;
    overflow: hidden;
    display: none;
}
.head-box.active{
    display: block;
}
.head .head-le{
    width: 4rem;
    height: 100%;
    background: #ffffff;
}
.head-box .head-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.head-ul .head-li{
    width: 100%;
    height: 0.98rem;
    overflow: hidden;
    background: url(../images/nav_icon.png)no-repeat 0.73rem center/0.14rem 0.14rem;
}
.head-li .head-span{
    display: block;
    width: auto;
    height: 0.98rem;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.98rem;
    margin-left: 1.19rem;
    box-sizing: border-box;
}
.head-li.active{
    font-weight: bold;
    background: url(../images/nav_icon01.png)no-repeat 0.73rem center/0.14rem 0.14rem;
}
.head-li .head-on{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.head-on .head-item{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    line-height: 0.34rem;
    margin-top: 0.4rem;
}


.top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 0.46rem;
    margin-top: 0.35rem;
}
.top .top-line{
    width: 0.4rem;
    height: 0.04rem;
    background: #c1272d;
    margin: 0.15rem auto 0;
}
.top .top-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
    line-height: 0.28rem;
    margin-top: 0.15rem;
}


.foot{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
}
.foot .foot-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #6da288;
}
.foot-top .foot-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 0.01rem solid rgba(255,255,255,0.5);
    box-sizing: border-box;
}
.foot-item:last-child{
    border-bottom: 0;
}
.foot-item .foot-name{
    width: 100%;
    height: 0.8rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.26rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.8rem;
}
.foot-name .foot-icon{
    width: 0.3rem;
    height: 0.18rem;
    margin-top: 0.31rem;
}
.foot-item.active .foot-icon{
    transform: rotate(180deg);
}
.foot-item .foot-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.foot-ul .foot-ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.foot-ul .foot-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.4rem;
}
.foot-li:nth-of-type(n+2){
    margin-top: 0.1rem;
}
.foot-li:last-child{
    margin-bottom: 0.1rem;
}

.foot .foot-last{
    width: 100%;
    /*height: 0.48rem;*/
    box-sizing: border-box;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.48rem;
    text-align: center;
    background: #528c6f;
    padding: 0.2rem 0;
}


.page{
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
}
.page .page_btn{
    width: 1.5rem;
    height: 0.5rem;
    border: 0.01rem solid #666666;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.5rem;
}
.page .num{
    width: auto;
    height: 0.5rem;
    font-size: 0.3rem;
    color: #333333;
}