*{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
input,textarea{
    border: none;
    outline:none;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.head{
    width: 100%;
    height: 1.06rem;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}
.head .head-logo{
    width: 1.9rem;
    height: 0.8rem;
    margin-top: 0.15rem;
}
.head .head-ri{
    width: auto;
    height: 1.06rem;
    overflow: hidden;
    display: flex;
}
.head-ri .head-on{
    width: auto;
    height: 0.36rem;
    display: flex;
    margin-top: 0.35rem;
}
.head-on .head-li{
    width: auto;
    height: 0.36rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.36rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.head-on .head-line{
    width: 0.01rem;
    height: 0.36rem;
    background: #333333;
}
.head-ri .head-btn{
    width: 0.42rem;
    height: 0.36rem;
    margin-top: 0.35rem;
    margin-left: 0.4rem;
}


.head-box{
    width: 5rem;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
    display: none;
}
.head-box.active{
    display: block;
}
.head-box .head-item{
    width: 100%;
    height: 1.05rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.head-item a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
}
.head-item .head-img{
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.25rem;
}
.head-item .head-img1{
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.25rem;
    display: none;
}
.head-item .head-span{
    width: auto;
    height: 1.05rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.05rem;
    margin-left: 0.2rem;
}
.head-item.active .head-img{
    display: none;
}
.head-item.active .head-img1{
    display: block;
}
.head-item.active .head-span{
    color: #113496;
    font-weight: bold;
}



.foot{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #0b0b0b;
    margin-bottom: 0.96rem;
}
.foot .foot-top{
    width: 100%;
    height: 3.33rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.foot-top .foot-le{
    width: 4.9rem;
    height: 3.33rem;
    overflow: hidden;
}
.foot-le .foot-logo{
    width: 1.91rem;
    height: 0.55rem;
    margin-top: 0.42rem;
}
.foot-le .foot-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    color: #6f6f6f;
    line-height: 0.4rem;
    margin-top: 0.7rem;
}
.foot-le .foot-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.4rem;
    margin-top: 0.17rem;
}
.foot-span span{
    color: #1758c1;
    font-size: 0.26rem;
}
.foot-top .foot-ri{
    width: 2.25rem;
    height: 3.33rem;
    overflow: hidden;
}
.foot-ri .code{
    width: 100%;
    height: 2.25rem;
    margin-top: 0.33rem;
}
.foot-ri .foot-p{
    width: 100%;
    height: 0.4rem;
    background: #252525;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    color: #999999;
    text-align: center;
    line-height: 0.4rem;
    margin-top: 0.1rem;
}
.foot .foot-last{
    width: 100%;
    height: 1.4rem;
    background: #282828;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.4rem;
    padding-top: 0.25rem;
    box-sizing: border-box;
    text-align: center;
}


.table{
    width: 100%;
    height: 0.96rem;
    background: #ffffff;
    padding: 0 0.3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.table .tab-li{
    width: auto;
    height: 0.96rem;
    overflow: hidden;
}
.tab-li .tab-img{
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 auto;
}
.tab-li .tab-img1{
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 auto;
    display: none;
}
.tab-li.active .tab-img{
    display: none;
}
.tab-li.active .tab-img1{
    display: block;
}
.tab-li .tab-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.03rem;
}
.tab-li.active .tab-text{
    color: #113496;
}
