body, p, span, a, img, h2, h3, h4, ul, li {
    margin: 0;
    padding: 0;
}

a {
    color: #2c2c2c;
}

img {
    border: none;
}

a:link, a:visited, a:hover, a:active {
    outline: none;
    text-decoration: none;
}

li {
    list-style-type: none;
    float: left;
}

.theme-color {
    background-color: #25A7EB;
}

body {
    max-width: 720px;
    min-width: 318px;
    background-color: #efeff5;
    margin: 0 auto;
    font-family: "microsoft yahei";
}

#this {
    border-bottom: 3px solid #389cfc;
}

.clear {
    clear: both;
}

/*-------------固定头部-------------*/
.header {
    width: 100%;
    padding: 0;
    margin: 0;
}

.logo-box {
    width: 100%;
    height: 44px;
    background-color: white;
}

    .logo-box img {
        margin-top: 0px;
        margin-left: 0px;
        float: left;
        width: 236px;
    }

.right-box {
    width: 100px;
    height: 25px;
    float: right;
    margin-right: 5%;
    margin-top: 9.5px;
}

.login, .register {
    width: 45%;
    height: 25px;
    border-radius: 6px;
    font-size: 12px;
    color: white;
    line-height: 25px;
    text-align: center;
    float: left;
}

.reg-bg {
    background-color: #eb6225;
}

/*-------------菜单-------------*/
.nav-box {
    width: 100%;
    height: 50px;
    background-color: white;
    border-top: solid 1px #e7e4e4;
}

    .nav-box ul {
        width: 90%;
        height: 50px;
        margin: 0 auto;
    }

        .nav-box ul li {
            font-size: 14px;
            width: 16.6%;
            height: 25px;
            border-radius: 6px;
            margin-top: 10px;
            text-align: center;
            line-height: 25px;
        }

.white-color {
    color: white;
}

/*-------------banner-------------*/
.swiper-container {
    width: 100%;
    height:164px;
}

    .swiper-container img {
        width: 100%
    }


.fenge {
    width: 100%;
    height: 10px;
    background-color: #EFEFF5;
}

.content-box {
    width: 100%;
}

/*-------------底部-------------*/
footer {
    width: 100%;
    padding-bottom: 50px;
}

.about {
    width: 100%;
    margin-top: 20px;
    background-color: #25A7EB;
    height: 135px;
}

.about-left {
    width: 68%;
    float: left;
    background-color: #25A7EB;
}

    .about-left h1 {
        font-size: 16px;
        color: white;
        font-weight: normal;
        margin: 0;
        padding: 2% 2% 4%;
    }

    .about-left p {
        font-size: 12px;
        color: white;
        padding-left: 25px;
        line-height: 18px;
    }

.ab01 {
    background: url(/wapimg/footer/footer06.png) no-repeat center left 2%;
}

.ab02 {
    background: url(/wapimg/footer/footer05.png) no-repeat center left 2%;
}

.about-right {
    width: 32%;
    float: right;
    background-color: #25A7EB;
    text-align: center;
    margin-top: 17.5px;
}

    .about-right img {
        width: 80px;
        height: 80px;
    }

    .about-right p {
        font-size: 12px;
        color: white;
    }


.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: white;
    border-top: solid 1px #cccccc;
}

    .footer ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .footer ul li {
            float: left;
            width: 25%;
            font-size: 18px;
            background-size: 40px;
            background-size: 20px;
            color: white;
        }

            .footer ul li p {
                font-size: 14px;
                text-align: center;
                padding-top: 30px;
            }

.footer01 {
    background: url(/wapimg/footer/footer01-1.png) no-repeat center 5px;
    background-size: 30px !important;
}

.footer02 {
    background: url(/wapimg/footer/footer02-1.png) no-repeat center 5px;
}

.footer03 {
    background: url(/wapimg/footer/footer03-1.png) no-repeat center 5px;
}

.footer04 {
    background: url(/wapimg/footer/footer04-1.png) no-repeat center 5px;
}

/*------------申请 使用 ----------------*/
.apply {
    width: 100%;
    display: block;
    margin-top: 20px;
}

    .apply img {
        width: 100%;
    }

.apply2 {
    width: 100%;
    background-color: white;
    margin-top: 20px;
    padding: 10px 0 10px 0;
}

    .apply2 p {
        font-size: 16px;
        text-align: center;
        line-height: 60px;
    }

.apply-b {
    width: 30%;
    display: block;
    background-color: #25A7EB;
    color: white;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0 5px 0;
    margin: 0 auto;
}
