@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden;
    color: #9e4928; font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; }
input::focus-inner { padding: 0; border: 0; }

.fl { float: left; } .fr { float: right; }
.clearfix:after { display: block; content: ''; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.clearfloat{ width: 100%; height: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {
    float: left; width: 131px; height: 40px; overflow: hidden;
    background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }



body{
    width: 100%;
    background: url("../images/body_bg.jpg") center 40px no-repeat;
}
.banner_box{
    width: 1200px;
    box-sizing: border-box;
    padding: 149px 210px 228px 315px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
}
.banner_box h3{
    line-height: 60px;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 5px;
}
.banner_box h1{
    width: 675px;
    height: 165px;
    margin: 30px auto;
    font-size: 0;
    background: url("../images/banner_title.png");
}
.banner_box p{
    line-height: 55px;
    text-align: center;
    position: relative;
    font-size: 30px;
}
.banner_box p::before{
    content: '';
    display: block;
    position: absolute;
    width: 145px;
    height: 55px;
    top: 0;
    left: 0;
    background: url("../images/banner_before.png");
}
.banner_box p::after{
    content: '';
    display: block;
    position: absolute;
    width: 145px;
    height: 55px;
    top: 0;
    right: 0;
    background: url("../images/banner_after.png");
}
.wg{
    display: block;
    position: absolute;
    left: -55px;
    bottom: 0;
}
.wg_m{
    display: none;
}
.banner_icon{
    display: block;
    position: absolute;
    top: 0;
    right: -55px;
}
.box1{
    width: 1200px;
    margin: 90px auto 0 auto;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.box1>.fl{
    width: 700px;
    box-sizing: border-box;
    padding: 70px 50px;
}
.box1>.fl p{
    line-height: 80px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin: 25px 0;
    box-sizing: border-box;
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 100px;
}
.box1>.fl p::before{
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 72px;
    height: 72px;
}
.box1>.fl p:nth-child(1)::before{
    background: url("../images/box_list1.png");
}
.box1>.fl p:nth-child(2)::before{
    background: url("../images/box_list2.png");
}
.box1>.fl p:nth-child(3)::before{
    background: url("../images/box_list3.png");
}
.box1>.fr{
    width: 500px;
    background: url("../images/box1_formbg.jpg");
    box-sizing: border-box;
    padding: 40px 55px;
}
.box1 .fr p{
    font-size: 26px;
    line-height: 50px;
    padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
}
#demo p.hidden{
    display: none;
}
.box1 .fr form p{
    margin-bottom: 33px;
    padding-bottom: 0;
    position: relative;
}
.fr form p input{
    width: 100%;
    line-height: 70px;
    border-radius: 35px;
    background: #ffffff;
    border: none;
    padding-left: 20px;
    font-size: 24px;
    box-sizing: border-box;
    color: #919191;
}
.fr form input.fl,form select.fr{
    width: 49%;
}
form #province{
    line-height: 70px;
    border-radius: 35px;
    background: #ffffff;
    border: none;
    padding-left: 20px;
    font-size: 24px;
    color: #919191;
    background: #ffffff url("../images/select_bg.png") no-repeat;
    background-position: 90% 29px;
}
form #province option:nth-child(1){
    margin-top: -30px;
}
#fs{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    cursor:pointer;
    z-index: 5;
    border-radius: 35px;
    background: linear-gradient(to right,#01679d,#2a90b8) ;
    color: #ffffff;
}
#fs:hover{
    background: linear-gradient(to right,#01679d, #30b0de);
}
input.button{
    line-height: 70px;
    border-radius: 35px;
    background: #ffffff;
    border: none;
    font-size: 30px;
    width: 100%;
    cursor:pointer;
    background: linear-gradient(to right,#01679d,#2a90b8);
    color: #ffffff;
}
input.button:hover{
    background: linear-gradient(to right,#01679d, #30b0de);
}
.title_box{
    width: 627px;
    line-height: 95px;
    color: #181818;
    font-size: 56px;
    text-align: center;
    margin: 65px auto;
    position: relative;
    background: url("../images/title_bg.png");
}
.box2{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.box2 .fl{
    width: 880px;
    line-height: 70px;
    background: #2e8ad6;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    position: relative;
    border-radius: 0 25px 0 25px;
    margin-bottom: 35px;
}
.box2 .fl::before{
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    width: 860px;
    height: 35px;
    left: 35px;
    top: 45px;
    background: #90cbf0;
}
.box2 .fr{
    width: 810px;
    line-height: 30px;
    padding: 17px 35px;
    box-sizing: border-box;
    background: #fff;
    color: #005a92;
    font-size: 18px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.box3_tit{
    width: 235px;
    line-height: 65px;
    margin: 0 auto;
    border-radius: 33px;
    text-align: center;
    font-size: 36px;
    color: #181818;
    font-weight: bold;
    border: 2px solid #0171a5;
}
.box3_list1{
    width: 910px;
    background: url("../images/box3_listbg.png");
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}
.box3_list1 li{
    width: 220px;
    height: 220px;
    border-radius: 110px;
    float: left;
    background: #d6ecfe;
    box-sizing: border-box;
    padding: 30px;
}
.box3_list1 li div{
    width: 160px;
    border-radius: 80px;
    background: #2c94d7;
    padding: 35px 0;
}
.box3_list1 li div p{
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}
.slide_box{
    width: 1200px;
    box-sizing: border-box;
    padding: 50px 35px;
    margin: 60px auto 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    position: relative;
}
.slide{
    width: 1130px;
    height: 295px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.box3_list2{
    width: 200%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.box3_list2 li{
    float: left;
    margin: 8px;
    width: 210px;
    height: 275px;
    position: relative;
}
.box3_list2 li p{
    width: 100%;
    line-height: 45px;
    position: absolute;
    bottom: 25px;
    z-index: 2;
    background: rgba(42,41,41,0.7);
    font-size: 21px;
    color: #ffffff;
    text-align: center;
}

.slide_box .prevBtn,
.slide_box .nextBtn {
    position:absolute; left:2px; top:160px; z-index:1; cursor: pointer;
    display:block; width:40px; height:70px;
    background:rgba(0,0,0,.5) url(../images/slide_left.png) no-repeat center;
    transition: all .3s;
}
.slide_box .nextBtn {
    left:auto; right:2px;
    background-image: url(../images/slide_right.png);
}
.slide .prevBtn:hover,
.slide .nextBtn:hover {
    transform: scale(1.1);
}
.title_box2{
    width: 564px;
    height: 130px;
    color: #181818;
    text-align: center;
    margin: 80px auto 50px auto;
    position: relative;
    background: url("../images/title_bg2.png");
}
.title_box2 h3{
    font-size: 56px;
    line-height: 65px;
}
.title_box2 p{
    font-size: 24px;
    line-height: 55px;
}
.box4{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 55px 40px 50px 70px;
    background: #ffffff;
}
.box4 ul{
    padding-top: 70px;
}
.box4 ul li{
    height: 55px;
    width: 515px;
    position: relative;
    margin-bottom: 45px;
}
.box4 ul li div{
    width: 40px;
    line-height: 40px;
    background: linear-gradient(to right,#01679d,#2a90b8);
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 2;
}
.box4 ul li p{
    width: 480px;
    line-height: 55px;
    border-radius: 22px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 30px;
    float: right;
}
.box4 .fr{
    width: 520px;
    position: relative;
}
.box4_title{
    width: 355px;
    line-height: 75px;
    border-radius: 37px;
    background: linear-gradient(to right,#01679d,#2a90b8);
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}
.box4_img1{
    margin: 65px 0 45px 0;
}
.box4_ball{
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: #dbf0ff;
    box-sizing: border-box;
    padding: 15px;
    position: absolute;
    top: 160px;
    right: 0;
}
.box4_cont{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #2d8dd6;
    box-sizing: border-box;
    padding: 17px 0;
}
.box4_cont p{
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    font-size: 21px;
}
.box5{
    width: 1200px;
    margin: 0 auto;
}
.box5_p{
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #181818;
}
.box5_tit{
    width: 455px;
    line-height: 65px;
    border-radius: 33px;
    text-align: center;
    font-size: 36px;
    color: #181818;
    font-weight: bold;
    border: 2px solid #0171a5;
    margin: 40px auto 50px auto;
}
.box5_container{
    width: 825px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 45px 0 55px 60px;
}
#box5_list{
    margin-bottom: 30px;
}
#box5_list li{
    position: relative;
}
#box5_list li img{
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 30px;
    height: 30px;
}
#box5_list li p{
    display: inline-block;
    padding-left: 50px;
    line-height: 80px;
    font-size: 24px;
    color: #181818;
}
.box5_bs{
    width: 370px;
    line-height: 55px;
    text-align: center;
    background: #0794d2;
    color: #fefefe;
    font-size: 30px;
    margin: 0 auto;
    position: relative;
}
.box5_bs::before{
    content: '';
    display: block;
    width: 370px;
    height: 55px;
    position: absolute;
    box-sizing: border-box;
    z-index: -1;
    top: 10px;
    left: 10px;
    border: 2px solid #a5d9ff;
}
.bottom_list{
    width: 1200px;
    margin: 0 auto 50px auto;
}
.bottom_list li{
    float: left;
    width: 170px;
    line-height: 60px;
    border-radius: 30px;
    margin: 15px;
    text-align: center;
    font-size: 24px;
    background: linear-gradient(to right,#01679d,#2a90b8);
}
.bottom_list li:hover{
    background: linear-gradient(to right,#01679d, #30b0de);
}
.bottom_list li a{
    color: #ffffff;
}
.fixed{
    position: fixed;
    width: 170px;
    box-sizing: border-box;
    padding-top: 138px;
    background: url("../images/fixed_bg.png");
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: none;
}
.fixed a{
    display: block;
    width: 140px;
    line-height: 45px;
    border-radius: 22px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    background: linear-gradient(to right,#01679d,#2a90b8);
    color: #fff;
}

.adv_box{
    width: 1200px;
    box-sizing: border-box;
    padding: 50px 40px 20px 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin: 0 auto 150px auto;
}
.adv_box ul::after{
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}
.adv_box ul li{
    width: 350px;
    float: left;
}
.adv_box ul li:nth-child(2){
    margin: 0 35px;
}
.adv_box ul li a p{
    font-size: 20px;
    line-height: 70px;
    color: #333333;
    text-align: center;
}


/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; background: #000000 }
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }



@media only all and (max-width:1200px) {
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 18.75rem;
        font-size: .7rem;
        line-height: 1.2rem;
        background-size: auto 12rem;
        background-position: center 2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }

    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }

    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;
    }

    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    body{
        background: url("../images/M-bg.jpg") center 2.5rem no-repeat;
        background-size: 100% auto;
    }
    .banner_box{
        width: 100%;
        height: 10.25rem;
        padding: 2.4rem .075rem 0 5.5rem;
        margin: 0 auto;
        color: #ffffff;
        position: relative;
    }
    .banner_box h3{
        line-height: 1.5rem;
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
        color: #ffffff;
        position: relative;
        z-index: 5;
    }
    .banner_box h1{
        width: 12.5rem;
        height: 2.875rem;
        margin: 0 auto;
        background-size: 100% auto;
    }
    .banner_box p{
        line-height: 1.375rem;
        text-align: center;
        position: relative;
        font-size: 0.7rem;
    }
    .banner_box p::before{
        width: 3.625rem;
        height: 1.375rem;
        background-size: cover;
        top: 0;
        left: -1rem;
    }
    .banner_box p::after{
        width: 3.625rem;
        height: 1.375rem;
        background-size: cover;
        top: 0;
        right: -1rem;
    }
    .wg{
        display: none;
    }
    .wg_m{
        display: block;
        width: 10.125rem;
        height: 10.25rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .banner_icon{
        display: block;
        width: 4rem;
        right: 0;
    }


    .box1{
        width: 100%;
        margin: 2rem auto 0 auto;
        border-radius: 0.25rem;
        box-shadow: none;
    }
    .box1>.fl{
        float: none;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .box1>.fl p{
        line-height: 2rem;
        border-radius: 1rem;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
        margin: 0.5rem 0;
        font-size: 0.7rem;
        color: #333333;
        position: relative;
        padding-left: 2.5rem;
    }
    .box1>.fl p::before{
        content: '';
        display: block;
        position: absolute;
        top: 0.1rem;
        left: 0.1rem;
        width: 1.8rem;
        height: 1.8rem;
    }
    .box1>.fl p:nth-child(1)::before{
        background-size: contain;
    }
    .box1>.fl p:nth-child(2)::before{
        background-size: contain;
    }
    .box1>.fl p:nth-child(3)::before{
        background-size: contain;
    }
    .box1>.fr{
        float: none;
        width: 90%;
        padding: 2rem 1rem;
        margin: 1rem auto 0 auto;
        background-size: 100% 100%;
    }
    .box1 .fr p{
        font-size: 0.8rem;
        line-height: 1.25rem;
        padding-bottom: 0.5rem;
        text-align: center;
        color: #ffffff;
    }
    #demo p.hidden{
        display: none;
    }
    .box1 .fr form p{
        margin-bottom: 0.75rem;
        padding-bottom: 0;
        position: relative;
    }
    .fr form p input{
        width: 100%;
        line-height: 1.75rem;
        border-radius: 0.875rem;
        padding-left: 0.5rem;
        font-size: 0.7rem;
    }
    form #province{
        line-height: 1.75rem;
        border-radius: 0.875rem;
        padding-left: 0.5rem;
        font-size: 0.7rem;
        color: #919191;
        background-position: 90% 0.5rem;
    }
    #fs{
        border-radius: 0.8rem;
    }
    input.button{
        line-height: 1.75rem;
        border-radius: 0.875rem;
        font-size: 0.75rem;
    }

    .title_box{
        width: 15.675rem;
        line-height: 2.375rem;
        font-size: 1.4rem;
        margin: 1.5rem auto;
        background-size: contain;
    }
    .box2{
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .box2 .fl{
        float: none;
        width: 90%;
        line-height: 1.75rem;
        font-size: 0.6rem;
        position: relative;
        border-radius: 0 0.5rem 0 0.5rem;
        margin: 0 auto 1rem auto;
    }
    .box2 .fl::before{
        width: 16.5rem;
        height: 2.875rem;
        left: 0.875rem;
        top: 1.125rem;
    }
    .box2 .fr{
        float: none;
        width: 90%;
        margin: 0 auto;
        line-height: 0.75rem;
        padding: 0.5rem 0.875rem;
        font-size: 0.6rem;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
    }
    .box3_tit{
        width: 5.875rem;
        height: 1.64rem;
        line-height: 1.64rem;
        border-radius: 0.8rem;
        text-align: center;
        font-size: 0.9rem;
        border: 0.05rem solid #0171a5;
    }
    .box3_list1{
        width: 90%;
        background: none;
        margin: 2rem auto;
        display: flex;
        justify-content: space-between;
    }
    .box3_list1 li{
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 2.75rem;
        float: none;
        background: #d6ecfe;
        box-sizing: border-box;
        padding: 0.75rem;
    }
    .box3_list1 li div{
        width: 4rem;
        border-radius: 80px;
        background: #2c94d7;
        padding: 1rem 0;
    }
    .box3_list1 li div p{
        line-height: 1rem;
        font-size: 0.75rem;
    }

    .slide_box{
        width: 90%;
        box-sizing: border-box;
        padding: 1rem 0;
        margin: 1rem auto 0 auto;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
        position: relative;
    }
    .slide{
        width: 100%;
        height: 7.3rem;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    .box3_list2{
        width: 200%;
        box-sizing: border-box;
        margin: 0 auto;
        position: relative;
    }
    .box3_list2 li{
        float: left;
        margin: 0.25rem 0.75%;
        width: 15%;
        height: auto;
        position: relative;
    }
    .box3_list2 li p{
        width: 100%;
        line-height: 1rem;
        position: absolute;
        bottom: 0.75rem;
        z-index: 2;
        background: rgba(42,41,41,0.7);
        font-size: 0.6rem;
        color: #ffffff;
        text-align: center;
    }

    .slide_box .prevBtn,
    .slide_box .nextBtn {
        position:absolute; left:0.05rem; top:4rem; z-index:1; cursor: pointer;
        display:block; width:1rem; height:1.75rem;
        background:rgba(0,0,0,.5) url(../images/slide_left.png) no-repeat center;
        transition: all .3s;
    }
    .slide_box .nextBtn {
        left:auto; right:0.05rem;
        background-image: url(../images/slide_right.png);
    }
    .title_box2{
        width: 14.1rem;
        height: 3.25rem;
        margin: 1.5rem auto 1rem auto;
        position: relative;
        background-size: 100% auto;
    }
    .title_box2 h3{
        font-size: 1.4rem;
        line-height: 1.55rem;
    }
    .title_box2 p{
        font-size: 0.6rem;
        line-height: 1.375rem;
    }

    .box4{
        width: 90%;
        margin: 0 auto;
        border-radius: 0.25rem;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
        padding: 1rem 0;
    }
    .box4 ul{
        padding-top: 0;
        float: none;
    }
    .box4 ul li{
        height: 2rem;
        width: 98%;
        position: relative;
        margin: 0 auto 1rem auto;
    }
    .box4 ul li div{
        width: 1rem;
        line-height: 1rem;
        font-size: 0.6rem;
        top: 0.5rem;
        left: 0;
        z-index: 2;
    }
    .box4 ul li p{
        width: 95%;
        line-height: 2rem;
        border-radius: 1rem;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
        font-size: 0.6rem;
        color: #333333;
        box-sizing: border-box;
        padding-left: 4%;
        float: right;
    }
    .box4 .fr{
        width: 98%;
        position: relative;
        margin: 0 auto;
    }
    .box4_title{
        width: 8.875rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: 0.8rem;
        margin: 0 auto;
    }
    .box4_img1{
        margin: 1rem 0;
    }
    .box4_ball{
        width: 3.1rem;
        height: 3.1rem;
        border-radius: 50%;
        padding: 0.375rem;
        top: 0;
        right: 0;
    }
    .box4_cont{
        width: 2.35rem;
        height: 2.35rem;
        padding: 0.425rem 0;
    }
    .box4_cont p{
        text-align: center;
        color: #ffffff;
        line-height: 0.75rem;
        font-size: 0.6rem;
    }
    .box5{
        width: 90%;
        margin: 0 auto;
    }
    .box5_p{
        line-height: 1rem;
        font-size: 0.6rem;
    }
    .box5_tit{
        width: 11.375rem;
        line-height: 1.5rem;
        border-radius: 0.75rem;
        font-size: 0.9rem;
        border: 0.05rem solid #0171a5;
        margin: 1rem auto;
    }
    .box5_container{
        width: 90%;
        margin: 0 auto;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
        border-radius: 0.25rem;
        box-sizing: border-box;
        padding: 1rem;
    }
    #box5_list{
        margin-bottom: 0.75rem;
    }
    #box5_list li img{
        top: 0.5rem;
        left: 0;
        width: 0.75rem;
        height: 0.75rem;
    }
    #box5_list li p{
        display: inline-block;
        padding-left: 1.25rem;
        line-height: 2rem;
        font-size: 0.7rem;
        color: #181818;
    }
    .box5_bs{
        width: 9.375rem;
        line-height: 1.375rem;
        font-size: 0.75rem;
    }
    .box5_bs::before{
        width: 9.25rem;
        height: 1.375rem;
        position: absolute;
        box-sizing: border-box;
        z-index: -1;
        top: 0.25rem;
        left: 0.25rem;
        border: 0.05rem solid #a5d9ff;
    }

    .bottom_list{
        width: 90%;
        margin: 0 auto 1rem auto;
    }
    .bottom_list li{
        float: left;
        width: 23%;
        line-height: 1.5rem;
        border-radius: 0.75rem;
        margin: 0.25rem 1%;
        text-align: center;
        font-size: 0.6rem;
        background: linear-gradient(to right,#01679d,#2a90b8);
    }

    .fixed{
        display: none;
    }
    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }

    .footer:before {
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }


    .adv_box{
        width: 90%;
        padding: 0.5rem;
        border-radius: 0.25rem;
        margin: 0 auto 1rem auto;
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
    }
    .adv_box ul li{
        float: left;
        width: 30%;
    }
    .adv_box ul li:nth-child(2){
        margin: 0 5%;
    }
    .adv_box ul li a p{
        font-size: 0.6rem;
        line-height: 1rem;
    }



}