body{
    -webkit-overflow-scrolling: touch;
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none; /*清除列表风格*/
}
.box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0.97rem;
    overflow: auto;
    background-color: #ffffff;
}
.content_bg{
    height: 100%;
    background-image: url("../images/banner_04.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.search_content_bg{
    height: 100%;
    background-image: url("../images/tools.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.index_bg{
    background-image: url("../images/bg_index.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.icon01,.icon02,.icon03,.icon04,.icon05,.icon06,.icon07{
    position: absolute;
    width: 2.42rem;
    height: 2.11rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 50%;
}
.icon01{
    background-image: url("../images/icon_21.png");
    margin-left: -1.21rem;
    bottom: 4.20rem;
}
.icon02{
    background-image: url("../images/icon_22.png");
    margin-left: 0.61rem;
    bottom: 3.16rem;
}
.icon03{
    background-image: url("../images/icon_23.png");
    margin-left: 0.61rem;
    bottom: 1.08rem;
}
.icon04{
    background-image: url("../images/icon_24.png");
    margin-left: -1.21rem;
    bottom: 0.03rem;
}
.icon05{
    background-image: url("../images/icon_25.png");
    margin-left: -3.02rem;
    bottom: 1.08rem;
}
.icon06{
    background-image: url("../images/icon_26.png");
    margin-left: -3.02rem;
    bottom: 3.16rem;
}
.icon07{
    background-image: url("../images/icon_27.png");
    margin-left: -1.21rem;
    bottom: 2.12rem;
}
.icon_box{
    position: absolute;
    bottom: 25%;
    width: 100%;
}
@media screen and (max-width: 361px) {
    .content_bg{
        background-position: 0 -0.5rem;
    }
    .icon_box{

    }
}
.icon_box a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.58rem;
    right: 0.58rem;
}
.footer {
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b1c5d9;
    overflow: hidden;
    box-sizing: border-box;
    display:block;
}
.footer a.on {
     background-color: #126bc6;
 }
.footer a {
    color: #ffffff;
    font-size: 0.43rem;
    height: 1.4rem;
    line-height: 1.4rem;
    float: left;
    width: 50%;
    text-align: center;
    text-decoration:none;
}
.footer a:last-child {
    border-left: 1px solid #fff;
    box-sizing: border-box;
}