@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #006346;
    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; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; 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 }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul.no_after::after { display: none; content: ''; height: 0; font-size: 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; }

/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; }
.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; }


.box_container{
    padding: 40px 0;
}
.banner_box{
    width: 100%;
    height: 1091px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box h1{
    font-size: 0;
}
.nav_box{
    position: absolute;
    top: 1000px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    justify-content: space-between;
}
.nav_box_fixed{
    position: fixed;
    top: 0;
}
.nav_box li{
    background-image: url("../images/nav_bg.png");
    background-size: 100%;
    width: 181px;
    line-height: 54px;
    font-size: 22px;
    font-weight: bold;
}
.nav_box li a{
    padding-left: 24px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    background:linear-gradient(0deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box_title{
    background-image: url("../images/title_bg.png");
    background-size: 100%;
    width: 710px;
    height: 158px;
    padding-top: 64px;
    box-sizing: border-box;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}
.box_title p{
    position: relative;
    z-index: 3;
    background: #004632;
    width: 345px;
    margin: 0 auto;
}
.box_title span{
    display: block;
    line-height: 65px;
    text-align: center;
    font-size:40px;
    color:rgba(249,251,222,1);
    background:linear-gradient(0deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box1 .box_title::before{
    content: '01';
}
.box2 .box_title::before{
    content: '02';
}
.box3 .box_title::before{
    content: '03';
}
.box4 .box_title::before{
    content: '04';
}
.box5 .box_title::before{
    content: '05';
}
.box_title::before{
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    line-height: 70px;
    font-size:70px;
    color:rgba(249,251,222,1);
    background:linear-gradient(0deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box1_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box1_list li{
    background-image: url("../images/box1_bg.png");
    background-size: 100%;
    width: 270px;
    height: 377px;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    margin-bottom: 40px;
}
.box1_list li h5{
    line-height: 64px;
    font-size: 24px;
    color: #00523A;
}
.box1_box{
    position: relative;
    margin: 20px 0;
    height: 190px;
}
.box1_box a{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
}
.box1_qr_box{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:170px;
    height:170px;
    background:rgba(1, 139, 98, 1);
    border-radius:15px;
    box-sizing: border-box;
    padding: 5px;
}
.box1_qr_box img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.box1_qr_show{
    width:160px;
    line-height:44px;
    background:linear-gradient(135deg,rgba(121,195,110,1),rgba(75,155,89,1));
    border-radius:22px;
    font-size: 18px;
    color: #F9FBDE;
    cursor: pointer;
    margin: 0 auto;
}
.box1_list_last{
    margin-top: 30px;
}
.box1_list_last h3{
    line-height: 50px;
    font-size: 30px;
    color: #F9FBDE;
}
.box1_list_last p{
    line-height: 40px;
    font-size: 18px;
    color: #F9FBDE;
}
.box1_list_last h6{
    line-height: 40px;
    font-size: 22px;
    color: #F9FBDE;
    background:linear-gradient(0deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box1_list_last img{
    display: block;
    margin: 10px auto;
}
.box2_l{
    box-sizing: border-box;
    width:650px;
    height:1040px;
    background:rgba(0,82,58,1);
    border:5px solid rgba(1, 139, 98, 1);
    border-radius:15px;
}
.box2_title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.box2_title img{
    margin-right: 20px;
}
.box2_tit h5{
    line-height: 45px;
    text-align: center;
    font-size:40px;
    background:linear-gradient(0deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box2_tit p{
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #FEBA68;
}
.box2_lc_img{
    display: block;
    width: 320px;
}
.box2_lc_r{
    background: #018B62;
    width: calc(100% - 320px);
    height: 497px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box2_l_qr{
    display: block;
    width: 180px;
    margin-bottom: 20px;
}
.box2_lc_r h5{
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #F9FBDE;
}
.box2_lc_r p{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #F9FBDE;
}
.box2_lc_r h6{
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 22px;
    background:linear-gradient(90deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box2_lc_r h4{
    line-height: 45px;
    font-size: 30px;
    font-weight: normal;
    color: #F9FBDE;
}
.box2_l_list{
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #018B62;
}
.box2_l_list li{
    float: left;
    width: 100px;
    margin: 0 14px;
}
.box2_l_list li .box2_list_img{
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #018B62;
    margin-bottom: 10px;
}
.box2_l_list li .box2_list_img img{
    display: block;
    border-radius: 50%;
    width: 100%;
}
.box2_l_list li p{
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.box2_lb{
    box-sizing: border-box;
    padding: 20px;
    text-align: justify;
    line-height: 36px;
    font-size: 16px;
    color: #F9FBDE;
}
.box2_r{
    box-sizing: border-box;
    width: 500px;
    height:1040px;
    background:rgba(0,82,58,1);
    border:5px solid rgba(1, 139, 98, 1);
    border-radius:15px;
}
.box2_rc{
    background: #018B62;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box2_r_qr{
    display: block;
    width: 180px;
}
.box2_rc h5{
    line-height: 50px;
    margin-top: 20px;
    font-size: 30px;
    color: #F9FBDE;
}
.box2_r_list{
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #018B62;
}
.box2_r_list li{
    float: left;
    width: 130px;
    margin: 0 16px;
}
.box2_r_list li .box2_list_img{
    width: 130px;
    height: 130px;
    display: block;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #018B62;
}
.box2_r_list li .box2_list_img img{
    display: block;
    border-radius: 50%;
    width: 100%;
}
.box2_r_list li p{
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    color: #F9FBDE;
    margin: 10px 0;
}
.box2_r_list li h6{
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background:linear-gradient(90deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box2_r_b_h5{
    margin: 20px 30px;
    width:130px;
    line-height:40px;
    background:linear-gradient(90deg,rgba(254,239,160,1),rgba(254,186,104,1));
    border-radius:20px;
    text-align: center;
    font-size: 20px;
    color: #00523A;
}
.box2_rb{
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: justify;
    color: #F9FBDE;
    font-size: 16px;
}
.box3_tab{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.box3_tab li{
    background-image: url("../images/box3_tab.png");
    background-size: 100%;
    width: 180px;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    color: #F9FBDE;
    cursor: pointer;
}
.box3_tab li.active{
    background-image: url("../images/box3_tab_active.png");
}
.box3_cont li{
    display: none;
    justify-content: space-between;
}
.box3_cont li:nth-child(1){
    display: flex;
}
.box3_book{
    display: block;
    width:370px;
    height:455px;
    background: #018B62;
    box-sizing: border-box;
    padding: 5px;
    border-radius:10px;
}
.book_img{
    display: flex;
    justify-content: center;
    align-items: center;
    background:radial-gradient(circle,rgba(76,156,89,1),rgba(0,82,58,1));
    height: 325px;
    border-radius: 5px 5px 0 0;
}
.book_bottom{
    position: relative;
    box-sizing: border-box;
    padding: 20px 0;
}
.book_bottom::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border-bottom: 20px solid #018B62;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.book_bottom h5{
    line-height: 35px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 22px;
    color: #F9FBDE;
    font-weight: normal;
}
.book_bottom p{
    text-align: center;
    margin: 0 auto;
    width:170px;
    line-height:40px;
    background:linear-gradient(90deg,rgba(254,239,160,1),rgba(254,186,104,1));
    border-radius:20px;
    font-size: 20px;
    color: #00523A;
}
.poster_box{
    margin-top: 30px;
    background-image: url("../images/poster_bg.png");
    background-size: 100%;
    height: 210px;
    padding-top: 60px;
}
.poster_a{
    display: block;
    width: 50%;
    text-align: center;
    line-height: 120px;
    font-size: 50px;
    background:linear-gradient(0deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box4_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box4_list li{
    background-image: url("../images/box4_bg.png");
    background-size: 100%;
    width: 358px;
    height: 316px;
    text-align: center;
    margin-bottom: 50px;
}
.box4_list li a{
    display: block;
    box-sizing: border-box;
   /* padding-top: 40px;*/
   color:#FFF;
}
.box4_list li h5{
    line-height: 45px;
    font-size: 24px;
    background:linear-gradient(0deg,rgba(254,239,160,1) 0%, rgba(254,186,104,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box4_list li p{
    line-height: 38px;
    font-size: 18px;
    color: #F9FBDE;
}
.box4_list li h6{
    margin: 30px auto 0;
    width:190px;
    line-height:40px;
    background:linear-gradient(90deg,rgba(254,239,160,1),rgba(254,186,104,1));
    border-radius:20px;
    font-size: 18px;
    color:#00523A ;
    font-weight: normal;
}
.city_list li{
    float: left;
    margin: 10px;
    background-image: url("../images/city_bg.png");
    background-size: 100%;
    width: 130px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.city_list li a{
    display: block;
    color: #F9FBDE;
}
.city_list li:hover{
    background-image: url("../images/city_bg_active.png");
}

@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;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }
    ul.no_after::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }

    /* 通用头部 */
    .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;
    }

    .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;
    }

    .box_container{
        padding: 1rem 0;
    }

    .banner_box{
        height: 16rem;
        background-size: auto 100%;
    }
    .nav_box{
        top: 13.5rem;
        display: block;
        width: 100%;
    }
    .nav_box_fixed{
        position: fixed;
        top: 0;
    }
    .nav_box li{
        float: left;
        width: 4.525rem;
        line-height: 1.35rem;
        margin: .2rem .8rem;
        font-size: .65rem;
    }
    .nav_box li a{
        padding-left: .6rem;
    }
    .box_title{
        width: 17.75rem;
        height: 3.95rem;
        padding-top: 1.6rem;
        margin: 0 auto 1rem;
    }
    .box_title p{
        width: 8.625rem;
    }
    .box_title span{
        line-height: 1.625rem;
        font-size: 1rem;
    }
    .box_title::before{
        top: .4rem;
        line-height: 1.6rem;
        font-size:1.5rem;
    }
    .box1_list{
        display: block;
    }
    .box1_list li{
        float: left;
        width: 48%;
        height: 12.3rem;
        padding: .1rem;
        margin: .3rem 1%;
    }
    .box1_list li h5{
        line-height: 2.2rem;
        font-size: .8rem;
    }
    .box1_box{
        margin: 1rem 0;
        height: 6rem;
    }
    .box1_box a{
        font-size: .65rem;
        height: 1.2rem;
        overflow: hidden;
        line-height: 1.2rem;
    }
    .box1_qr_box{
        width: 6rem;
        height: 6rem;
        border-radius: .3rem;
        padding: .2rem;
    }
    .box1_qr_box img{
        border-radius: .2rem;
    }
    .box1_qr_show{
        width: 5rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        font-size: .75rem;
    }
    .box1_list_last{
        margin-top: 1rem;
    }
    .box1_list_last h3{
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .box1_list_last p{
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .box1_list_last h6{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box1_list_last img{
        width: 4rem;
        margin: .2rem auto;
    }
    .box2_l{
        width: 100%;
        height: auto;
        border: .1rem solid rgba(1, 139, 98, 1);
        border-radius: .4rem;
        margin-bottom: .5rem;
    }
    .box2_title{
        height: 4rem;
    }
    .box2_title img{
        margin-right: .3rem;
        height: 3rem;
    }
    .box2_tit h5{
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .box2_tit p{
        line-height: 1rem;
        font-size: .65rem;
    }
    .box2_lc_img{
        width: 40%;
        margin: 0 auto .4rem;
    }
    .box2_lc_r{
        width: 100%;
        height: 13rem;
    }
    .box2_l_qr{
        width: 5rem;
        margin-bottom: .5rem;
    }
    .box2_lc_r h5{
        line-height: 1.3rem;
        margin-bottom: .2rem;
        font-size: .85rem;
    }
    .box2_lc_r p{
        line-height: 1.1rem;
        margin-bottom: .2rem;
        font-size: .75rem;
    }
    .box2_lc_r h6{
        line-height: 1.3rem;
        margin-bottom: .2rem;
        font-size: .8rem;
    }
    .box2_lc_r h4{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .box2_l_list{
        padding-top: 1rem;
        padding-bottom: .5rem;
    }
    .box2_l_list li{
        width: 31.3%;
        margin: .2rem 1%;
    }
    .box2_l_list li:nth-child(4){
        margin-left: 17%;
    }
    .box2_l_list li .box2_list_img{
        width: 4rem;
        height: 4rem;
        border: .1rem solid #018B62;
        margin: 0 auto .25rem;
    }
    .box2_l_list li p{
        line-height: .9rem;
        font-size: .7rem;
    }
    .box2_lb{
        padding: .5rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_r{
        width: 100%;
        height: auto;
        border: .1rem solid rgba(1, 139, 98, 1);
        border-radius: .4rem;
    }
    .box2_rc{
        height: 9rem;
    }
    .box2_r_qr{
        width: 6rem;
    }
    .box2_rc h5{
        line-height: 1.3rem;
        margin-top: .5rem;
        font-size: .85rem;
    }
    .box2_r_list{
        padding-top: .8rem;
        padding-bottom: .8rem;
    }
    .box2_r_list li{
        width: 31.3%;
        margin: 0 1%;
    }
    .box2_r_list li .box2_list_img{
        width: 4rem;
        margin: 0 auto;
        height: 4rem;
        border: .1rem solid #018B62;
    }
    .box2_r_list li p{
        line-height: 1rem;
        font-size: .7rem;
        margin: .2rem 0;
    }
    .box2_r_list li h6{
        line-height: 1.1rem;
        font-size: .75rem;
    }
    .box2_r_b_h5{
        margin: .5rem;
        width: 5rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        font-size: .8rem;
    }
    .box2_rb{
        line-height: 1rem;
        font-size: .7rem;
        padding: 0 .5rem .5rem;
    }
    .box3_tab{
        display: block;
        margin-bottom: 1rem;
    }
    .box3_tab li{
        float: left;
        width: 31.3%;
        line-height: 2rem;
        font-size: .7rem;
        margin: .3rem 1%;
    }
    .box3_cont li{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box3_book{
        float: left;
        width: 49%;
        margin: .2rem .5%;
        height: 13rem;
        padding: .1rem;
        border-radius: .25rem;
    }
    .box3_book:nth-child(3){
        margin-left: 25.5%;
    }
    .book_img{
        height: 8rem;
        border-radius: .15rem .15rem 0 0;
    }
    .book_img img{
        height: 5rem;
    }
    .book_bottom{
        padding: .5rem 0;
    }
    .book_bottom::before{
        top: -.5rem;
        border-bottom: .5rem solid #018B62;
        border-right: .5rem solid transparent;
        border-left: .5rem solid transparent;
    }
    .book_bottom h5{
        height: 2.4rem;
        line-height: 1.2rem;
        margin-bottom: .3rem;
        font-size: .8rem;
        overflow: hidden;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .book_bottom p{
        width: 5rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        font-size: .7rem;
    }
    .poster_box{
        margin-top: 1rem;
        background-image: url("../images/poster_bg.png");
        background-size: auto 100%;
        background-position: center top;
        height: 4rem;
        padding-top: 1.3rem;
    }
    .poster_a{
        float: left;
        display: block;
        width: 50%;
        text-align: center;
        line-height: 2rem;
        font-size: .75rem;
        font-weight: bold;
        box-sizing: border-box;
        padding: 0 .3rem;
    }
    .poster_a:nth-child(1){
        text-align: left;
    }
    .poster_a:nth-child(2){
        text-align: right;
    }
    .box4_list{
        display: block;
    }
    .box4_list li{
        float: left;
        background-image: url("../images/box4_bg.png");
        background-size: 100%;
        width: 8.95rem;
        height: 7.9rem;
        margin: 0 .11rem .5rem
    }
    .box4_list li a{
        /*padding-top: 1rem;*/
    }
    .box4_list li h5{
        line-height: 1rem;
        font-size: .75rem;
    }
    .box4_list li p{
        overflow: hidden;
        height: 1rem;
        line-height: 1rem;
        font-size: .65rem;
    }
    .box4_list li h6{
        margin: .5rem auto 0;
        width: 5rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        font-size: .7rem;
    }
    .city_list li{
        margin: .2rem .5%;
        width: 24%;
        line-height: 1.7rem;
        font-size: .7rem;
    }

}