html, body {
    position: relative;
    height: 100%;
}
body {
    width:100%;
    font-family: "思源黑体", "Arial";
    font-size: 0.14rem;
}
.w{
    height:100%;
    margin: 0 auto;
    width:13rem;
    position: relative;
}
header{
    width:100%;
    height: 0.9rem;
    background-color: #fff;
    z-index:2;
    box-shadow: 0rem 0.04rem 0.30rem -0.10rem #ccc;
}
header .logo{
    position: absolute;
    top: 0.02rem;
    left: -0.8rem;
    display: none;
}
header .nav{
    height:0.45rem;
    background-color: #32465a;
    font-size:0.16rem;
}
header .nav img{
    display: inline-block;
    position: absolute;
    top: 0.02rem;
    left: 0.30rem;
}
header .nav .login{
    margin-top: 0.10rem;
    width:0.68rem;
    height:0.26rem;
    color: #fff;
    background-color: #27c229;
    border-radius: 0.03rem;
    display: inline-block;
    line-height: 0.26rem;
    text-align: center;
    float: right;
    cursor: pointer;
    margin-right: 0.20rem;
}
header .nav .login:active{
    background-color: #27cd29;
}
header .nav .regsiter{
    margin-top: 0.10rem;
    width:0.68rem;
    height:0.26rem;
    color: #fff;
    border: 0.01rem solid #fff;
    border-radius: 0.03rem;
    display: inline-block;
    line-height: 0.26rem;
    text-align: center;
    float: right;
    cursor: pointer;
}
header .nav .regsiter:active{
    background-color: #fff;
    color: #294962;
}
header .nav .name {
    margin-top: 0.1rem;
    width:2.68rem;
    height:0.26rem;
    color: #fff;
    display: block;
    line-height: 0.26rem;
    text-align: center;
    float: right;
    margin-right: 0.2rem;
}
header .nav .name a{
    color: #1bd3f0;
    display: inline-block;
    margin-left: 0.1rem;
}
header .nav2{
    width:100%;
    position: fixed;
    top:0.45rem;
    height: 0.45rem;
    background-color: #fff;
    z-index:2;
    box-shadow: 0rem 0.04rem 0.30rem -0.10rem #ccc;
}
header .nav2 a{
    text-decoration: none;
}
header .nav2 a .curr{
    background-color: #1a96d4;
    color: #fff;
}
header .nav2 .header-btn{
    display: inline-block;
    width:0.66rem;
    text-align: center;
    color: #32465a;
    height:0.45rem;
    line-height: 0.45rem;
    font-size:0.16rem;
    margin-right: 0.34rem;
    cursor: pointer;
}
header .nav2 .header-btn:hover{
    background-color: #1a96d4;
    color: #fff;
}
header .nav2 .tel{
    width:2.30rem;
    height:0.45rem;
    display: block;
    float: right;
    position: relative;
}
header .nav2 .tel img{
    width:0.35rem;
    position: absolute;
    top:0.07rem;
}
header .nav2 .tel span{
    width:1.60rem;
    font-size:0.18rem;
    color: #1a96d4;
    position: absolute;
    top:0.20rem;
    right: 0;
}
header .nav2 .tel span a{
    color: #1a96d4;
}
.content{
    position: relative;
}
.content .banner{
    width:100%;
    height:2.54rem;
    background:url("../images/banner4.png") no-repeat center;
}
.content .banner h1{
    position: absolute;
    top:0.28rem;
    right:0.45rem;
    color: #404141;
    font-size:0.36rem;
    border-bottom: 0.02rem solid #0068b7;
    padding: 0.06rem 0.05rem 0.06rem 0.34rem;
}
.content .explain{
    width: 4.25rem;
    height: 0.93rem;
    background-color: rgba(0,73,134,0.21);
    position: absolute;
    top: 0.98rem;
    right: 0.45rem;
    text-align: right;
    padding: 0.13rem;
}
.content .explain p {
    color: #404141;
    font-size:0.17rem;
    line-height: 0.3rem;
}
.content .list{
    text-align: center;
    margin-top: 0.60rem;
    padding: 0px 0.5rem;
}
.content .list h1{
    color: #333;
    font-size:0.24rem;
}
.content .list p{
    color: #333;
    font-size:0.18rem;
    margin-top: 0.4rem;
}
.content ul{
    margin:0.55rem 0 1rem
}
.content ul li{
    margin-left: 0.9rem;
    margin-right: 1.3rem;
    padding-bottom: 0.55rem;
    border-bottom: 0.01rem dashed #ccc;
    margin-top: 1.1rem;
    height:1.8rem;
}
.content ul .first{
    margin-top: 0.6rem;
}
.content ul li .disable{
    width:1.36rem;
    height:1.36rem;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
}
.content ul li .disable .note{
    width:1.36rem;
    height:0.4rem;
    background-color: rgba(0, 160, 0 , 0.7);
    display: block;
    margin-top: 0.48rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    font-size:0.18rem;
}
.content ul li img{
    display: block;
    float: left;
    margin-right: 0.4rem;
}
.content ul li p{
    color: #1a96d4;
    font-size:0.2rem;
}
.content ul li span{
    display: inline-block;
    margin-top: 0.36rem;
}
.content ul li .span1{
    width:1.7rem;
    border-right: 0.01rem solid #999999;
    text-align: center;
}

footer{
    width:100%;
    height:2.20rem;
    background-color: #2b3b4c;
}

footer .left{
    width:30%;
    border-right: 0.01rem solid #fff;
    height:1rem;
    display: inline-block;
    float: left;
    margin-top: 0.30rem;
    color: #fff;
}
footer .left .left-h1{
    margin-top: 0rem;
    font-size:0.16rem;
}
footer .left p{
    margin-top: 0.08rem;
    margin-left: 60%;
}
footer .left a{
    font-size:0.12rem;
    color: #fff;
    text-decoration: none;
}

footer .content{
    width:40%;
    height:1rem;
    display: inline-block;
    margin-top: 0.30rem;
    text-align: center;
    color: #fff;
}
footer .content .content-h1{
    margin-top: 0rem;
    font-size:0.16rem;
}
footer .content p{
    margin-top: 0.08rem;
    font-size:0.12rem;
}

footer .right{
    width:30%;
    border-left: 0.01rem solid #fff;
    height:1rem;
    display: inline-block;
    float: right;
    margin-top: 0.30rem;
    color: #fff;
}
footer .right .right-h1{
    margin-top: 0rem;
    margin-left: 20%;
    font-size:0.16rem;
}
footer .right img{
    margin-top: 0.10rem;
    margin-left: 15%;
}
footer span{
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 0.12rem;
    text-align: center;
    margin-top: 0.5rem;
}
@media screen and (max-width:768px) {
    body {
        font-size: 0.14rem;
    }

    .w {
        height: 100%;
        margin: 0 auto;
        width: 5.8rem;
        position: relative;
    }

    header {
        width: 100%;
        height: 1.2rem;
        background-color: #fff;
        z-index: 2;
        box-shadow: 0rem 0.04rem 0.30rem -0.10rem #ccc;
    }

    header .logo {
        position: absolute;
        top: 0.02rem;
        left: 0.30rem;
        display: none;
    }

    header .nav {
        height: 0.6rem;
        background-color: #32465a;
        font-size: 0.2rem;
    }

    header .nav img {
        width: 0.55rem;
        display: inline-block;
        position: absolute;
        top: 0.02rem;
        left: 0.30rem;
    }

    header .nav .login {
        margin-top: 0.1rem;
        width: 0.72rem;
        height: 0.35rem;
        color: #fff;
        background-color: #27c229;
        border-radius: 0.05rem;
        display: inline-block;
        line-height: 0.36rem;
        text-align: center;
        float: right;
        cursor: pointer;
        margin-right: 0.2rem;
    }

    header .nav .login:active {
        background-color: #27cd29;
    }

    header .nav .regsiter {
        margin-top: 0.10rem;
        width: 0.72rem;
        height: 0.35rem;
        color: #fff;
        border: 0.01rem solid #fff;
        border-radius: 0.05rem;
        display: inline-block;
        line-height: 0.36rem;
        text-align: center;
        float: right;
        cursor: pointer;
    }

    header .nav .regsiter:active {
        background-color: #fff;
        color: #294962;
    }
    header .nav .name {
        margin-top: 0.2rem;
        width: 2.08rem;
        height:0.26rem;
        color: #fff;
        display: none;
        line-height: 0.26rem;
        text-align: center;
        float: right;
        margin-right: 0.2rem;
    }
    header .nav .name a{
        color: #1bd3f0;
        display: inline-block;
        margin-left: 0.1rem;
    }
    header .nav2 {
        width: 100%;
        position: fixed;
        top: 0.6rem;
        height: 0.6rem;
        background-color: #fff;
        z-index: 2;
        box-shadow: 0rem 0.04rem 0.30rem -0.10rem #ccc;
    }

    header .nav2 a {
        text-decoration: none;
    }

    header .nav2 a .curr {
        background-color: #1a96d4;
        color: #fff;
    }

    header .nav2 .header-btn {
        display: inline-block;
        width:auto;
        padding: 0 0.08rem;
        text-align: center;
        color: #32465a;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.20rem;
        margin-right: 0rem;
        cursor: pointer;
    }

    header .nav2 .header-btn:hover {
        background-color: #1a96d4;
        color: #fff;
    }
    header .nav2 .tel{
        width:0.7rem;
        height:0.6rem;
        display: block;
        float: right;
        position: relative;
        text-align: right;
        right: -0.2rem;
    }
    header .nav2 .tel img{
        width:0.35rem;
        position: absolute;
        top:0.1rem;
        left: 0.2rem;
    }
    header .nav2 .tel span{
        width:1.6rem;
        height:0.5rem;
        line-height: 0.5rem;
        font-size:0.18rem;
        position: absolute;
        top:0.5rem;
        right: 0rem;
        display: none;
        background-color: #fff;
        border: 1px solid #ccc;
        text-align: center;
    }

    .content .banner{
        width:100%;
        height:3.98rem;
        background:url("../images/banner4-s.png") no-repeat center;
        background-size: 100%;
    }
    .content .banner h1{
        top: 0.88rem;
        font-size:0.36rem;
    }
    .content .explain{
        width: 4rem;
        height: 1.1rem;
        position: absolute;
        top: 1.5rem;
        right: 0.4rem;
        text-align: left;
    }
    .content .explain p{
        font-size:0.18rem;
    }
    .content .list{
        text-align: center;
        margin-top: 0.2rem;
        padding: 0px 0.5rem;
    }
    .content .list h1{
        color: #333;
        font-size:0.48rem;
    }
    .content .list p{
        color: #294962;
        font-size:0.24rem;
        margin-top: 0.2rem;
    }
    .content ul li .left{
        width:0.9rem;
        height:1.5rem;
        float: left;
        margin-right: 0.2rem;
    }
    .content ul li img{
        width:0.9rem;
    }
    .content ul li .disable{
        width:0.9rem;
        height:0.9rem;
        border-radius: 50%;
        position: absolute;
        overflow: hidden;
    }
    .content ul li .disable .note{
        width:0.9rem;
        height:0.2rem;
        background-color: rgba(0, 160, 0 , 0.7);
        display: block;
        margin-top: 0.38rem;
        color: #fff;
        text-align: center;
        line-height: 0.2rem;
        font-size:0.18rem;
    }
    .content ul li{
        margin: 0.6rem 0rem;
    }
    .content ul li p {
        color: #1a96d4;
        font-size: 0.22rem;
    }
    .content ul li span{
        font-size:0.2rem;
        margin-top: 0.2rem;
    }
    .content ul li .span1{
        width:auto;
        padding-right: 0.2rem;
    }

    footer{
        width:100%;
        height:2.8rem;
        background-color: #2b3b4c;
        display: block;
    }

    footer .left{
        width:22%;
        border-right: 0.01rem solid #fff;
        height:1.5rem;
        display: inline-block;
        float: left;
        margin-top: 0.3rem;
        color: #fff;
    }
    footer .left .left-h1{
        margin-top: 0rem;
        font-size:0.16rem;
    }
    footer .left p{
        margin-top: 0.03rem;
        margin-left: 0.1rem;
    }
    footer .left a{
        font-size:0.12rem;
        color: #fff;
        text-decoration: none;
    }

    footer .content{
        width:56%;
        height:1.5rem;
        display: inline-block;
        margin-top: 0.30rem;
        text-align: center;
        color: #fff;
    }
    footer .content .content-h1{
        margin-top: 0rem;
        font-size:0.16rem;
    }
    footer .content p{
        margin-top: 0.08rem;
        font-size:0.12rem;
    }

    footer .right{
        width:22%;
        border-left: 0.01rem solid #fff;
        height:1.5rem;
        display: inline-block;
        float: right;
        margin-top: 0.30rem;
        color: #fff;
    }
    footer .right .right-h1{
        margin-top: 0rem;
        margin-left: 20%;
        font-size:0.16rem;
    }
    footer .right img{
        width:1.3rem;
        margin-top: 0.10rem;
        margin-left: 15%;
    }
    footer span{
        color: #fff;
        display: inline-block;
        width: 100%;
        font-size: 0.12rem;
        text-align: center;
        margin-top: 0.5rem;
    }
}