@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    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;
}
body{
    background: #030203;
}



.banner_box{
    width: 100%;
    height: 1112px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 185px;
    text-align: center;
}
.banner_box h1{
    font-size: 0;
    width: 0;
    height: 0;
}
.banner_box h2{
    line-height: 50px;
    color: #fff;
    font-size: 34px;
}
.banner_box h2::before,
.banner_box h2::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background-image: url('../images/banner_h2_l.png');
    background-size: 100%;
    width: 376px;
    height: 32px;
}
.banner_box h2::after{
    background-image: url('../images/banner_h2_r.png');
}
.banner_text{
    margin: 325px auto 125px;
    background-image: url('../images/banner_text.png');
    background-size: 100%;
    width: 897px;
    height: 62px;
    line-height: 62px;
    padding: 0 80px;
    color: #fff;
    font-size: 35px;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.banner_list{
    display: flex;
    justify-content: space-between;
}
.banner_list li{
    background-image: url('../images/banner_list.png');
    background-size: 100%;
    width: 382px;
    height: 382px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 90px;
}
.banner_list li img{
    display: block;
    margin: 0 auto 20px;
    height: 65px;
}
.banner_list li p{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFB1AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box1{
    background-image: url('../images/box1_bg.png');
    height: 632px;
    padding: 70px 60px 0;
}
.box1_l{
    width: 495px;
}
.box1_l h5{
    line-height: 80px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #fff;
}
.ajax_form p{
    margin-bottom: 15px;
    height: 55px;
    line-height: 55px;
}
.ajax_form p span{
    float: left;
    display: block;
    width: 80px;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: right;
    color: #fff;
    font-size: 20px;
}
.ajax_form p input,
.ajax_form p select{
    float: left;
    display: block;
    border: 0;
    width: calc(100% - 80px);
    box-sizing: border-box;
    padding-left: 20px;
    height: 55px;
    line-height: 55px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    color: #999;
    background: #fff;
}
.ajax_form p select{
    background: #fff url('../images/select_bg.png') 95% center no-repeat;
}
.ajax_form p input#PhoneCode{
    width: 250px;
}
.ajax_form p input#fs{
    margin-left: 15px;
    width: 150px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    background: linear-gradient(180deg, #FFE29D, #FFA200);
}
.ajax_form p input#fs:hover{
    background: linear-gradient(180deg, #ffb504, #FFA200);
}
.ajax_form input.button{
    margin-top: 30px;
    margin-left: 80px;
    display: block;
    border: 0;
    width: calc(100% - 80px);
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: linear-gradient(0deg, #F33215, #F99391);
    box-shadow: 0px 2px 0px 0px #FF0000;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
.ajax_form input.button:hover{
    background: linear-gradient(0deg, #F33215, rgba(165, 0, 0, .9));
}
.box1_r{
    width: 440px;
    color: #fff;
}
.box1_r h5{
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 30px;
}
.box1_r h6{
    font-weight: normal;
    line-height: 35px;
    font-size: 20px;
}
.box1_r img{
    display: block;
    margin: 15px 0;
    width: 400px;
}
.box1_r p{
    line-height: 30px;
    font-size: 18px;
}
.box2{
    background: url('../images/box2_bg.png') center top no-repeat;
}
.box_title{
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    line-height: 134px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #FFEEEE; 
    text-align: center;
}
.box_title1{
    background-image: url('../images/title_bg1.png');
}
.box_title2{
    background-image: url('../images/title_bg2.png');
}
.box_title3{
    background-image: url('../images/title_bg3.png');
}
.box2_table{
    text-align: center;
    width: 1030px;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.box2_row p:nth-child(3),
.box2_row_top p:nth-child(3),
.box2_row p:nth-child(4),
.box2_row_top p:nth-child(4){
    width: 20%;
}
.box2_row p:nth-child(2),
.box2_row_top p:nth-child(2){
    width: 30%;
}
.box2_row p:nth-child(1),
.box2_row_top p:nth-child(1){
    width: 10%;
}
.box2_row_top{
    line-height: 60px;
}
.box2_row{
    line-height: 50px;
    font-size: 18px;
}
.box2_row:hover{
    color: #FF3E23;
}
.box2_row,
.box2_row_top{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.box2_row_top::before,
.box2_row::before{
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0,0,0,0) , #FFB4B1 , rgba(0,0,0,0));
}
.box3_tab{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
    height: 86px;
}
.box3_tab li{
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    background-size: 100%;
    background-image: url('../images/box3_tab.png');
    width: 272px;
    height: 72px;
    line-height: 72px;
    margin: 0 -20px;
    transition: all 1s;
}
.box3_tab li span{
    background: linear-gradient(0deg, #f33215 0%, #ff706c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box3_tab li.active{
    background-image: url('../images/box3_tab_active.png');
    width: 337px;
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    position: relative;
    z-index: 2;
}
.box3_tab li.active span{
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box3_cont li{
    display: none;
    box-sizing: border-box;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #fff;
    margin-top: -8px;
}
.box3_cont li p{
    line-height: 30px;
    text-align: justify;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
}
.box3_cont li p:nth-last-child(1){
    margin-bottom: 0;
}
.box3_cont li:nth-child(1){
    display: block;
}
.box4_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box4_list li{
    width: 280px;
    border: 1px solid #FFDDDA;
    background: #fff;
    box-shadow: inset 0px 0px 6px 0px #5C0000;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 30px;
    transition: all 1s;
}
.box4_list li:hover{
    width: 300px;
}
.box4_list li:hover img{
    margin: 0 auto 50px;
}
.box4_list li img{
    transition: all 1s;
    display: block;
    margin: 0 auto 35px;
    width: 220px;
}
.box4_list li p{
    line-height: 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: #010101;
    text-align: center;
}
.city_list li{
    float: left;
    margin: 10px;
    width: 130px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(255, 199, 199, 0.16);
    border-radius: 2px;
    position: relative;
}
.city_list li.active{
    background: linear-gradient(0deg, #F33215, #F99391);
    box-shadow: 0px 0px 6px 0px #5C0000;
}
.city_list_img{
    display: none;
    position: absolute;
    z-index: 2;
    background-size: 100%;
    box-sizing: border-box;
    width: 190px;
    height: 195px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.city_list_img img{
    display: block;
    width: 100%;
}
.city_list li:nth-child(1) .city_list_img,
.city_list li:nth-child(2) .city_list_img,
.city_list li:nth-child(3) .city_list_img,
.city_list li:nth-child(4) .city_list_img,
.city_list li:nth-child(9) .city_list_img,
.city_list li:nth-child(10) .city_list_img,
.city_list li:nth-child(11) .city_list_img,
.city_list li:nth-child(12) .city_list_img,
.city_list li:nth-child(17) .city_list_img,
.city_list li:nth-child(18) .city_list_img,
.city_list li:nth-child(19) .city_list_img,
.city_list li:nth-child(20) .city_list_img{
    background-image: url('../images/city_tl.png');
    padding: 15px 10px 10px;
    top: 45px;
    left: 0;
}
.city_list li:nth-child(5) .city_list_img,
.city_list li:nth-child(6) .city_list_img,
.city_list li:nth-child(7) .city_list_img,
.city_list li:nth-child(8) .city_list_img,
.city_list li:nth-child(13) .city_list_img,
.city_list li:nth-child(14) .city_list_img,
.city_list li:nth-child(15) .city_list_img,
.city_list li:nth-child(16) .city_list_img,
.city_list li:nth-child(21) .city_list_img,
.city_list li:nth-child(22) .city_list_img,
.city_list li:nth-child(23) .city_list_img,
.city_list li:nth-child(24) .city_list_img{
    background-image: url('../images/city_tr.png');
    padding: 15px 10px 10px;
    top: 45px;
    right: 0;
}
.city_list li:nth-child(25) .city_list_img,
.city_list li:nth-child(26) .city_list_img,
.city_list li:nth-child(27) .city_list_img,
.city_list li:nth-child(28) .city_list_img,
.city_list li:nth-child(33) .city_list_img,
.city_list li:nth-child(34) .city_list_img,
.city_list li:nth-child(35) .city_list_img,
.city_list li:nth-child(36) .city_list_img,
.city_list li:nth-child(41) .city_list_img,
.city_list li:nth-child(42) .city_list_img,
.city_list li:nth-child(43) .city_list_img,
.city_list li:nth-child(44) .city_list_img{
    background-image: url('../images/city_bl.png');
    padding: 10px 10px 15px;
    bottom: 45px;
    left: 0;
}
.city_list li:nth-child(29) .city_list_img,
.city_list li:nth-child(30) .city_list_img,
.city_list li:nth-child(31) .city_list_img,
.city_list li:nth-child(32) .city_list_img,
.city_list li:nth-child(37) .city_list_img,
.city_list li:nth-child(38) .city_list_img,
.city_list li:nth-child(39) .city_list_img,
.city_list li:nth-child(40) .city_list_img,
.city_list li:nth-child(45) .city_list_img,
.city_list li:nth-child(46) .city_list_img,
.city_list li:nth-child(47) .city_list_img,
.city_list li:nth-child(48) .city_list_img{
    background-image: url('../images/city_br.png');
    padding: 10px 10px 15px;
    bottom: 45px;
    right: 0;
}



@media only all and (max-width:1080px) {
    .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;
    }

    /* 通用头部 */
    .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{
        background-size: 190%;
        height: auto;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .banner_box h2::before,
    .banner_box h2::after{
        margin: 0 .2rem;
        width: 4.7rem;
        height: .4rem;
    }
    .banner_text{
        margin: 8rem auto 1rem;
        width: 16rem;
        height: 1.2rem;
        line-height: 1.2rem;
        padding: 0 1rem;
        font-size: .7rem;
    }
    .banner_list{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .banner_list li{
        width: 9rem;
        height: 9rem;
        padding-top: 2rem;
    }
    .banner_list li:nth-last-child(1){
        margin-top: -4.5rem;
    }
    .banner_list li img{
        margin: 0 auto .2rem;
        height: 1rem;
    }
    .banner_list li p{
        font-size: .6rem;
        line-height: 1rem;
    }
    .box1{
        background-image: none;
        height: auto;
        padding:  0;
    }
    .box1_l{
        width: 90%;
        margin: 0 auto .5rem;
    }
    .box1_l h5{
        line-height: 1.4rem;
        margin-bottom:.2rem;
        font-size: .8rem;
    }
    .ajax_form p{
        margin-bottom: .5rem;
        height: 1.6rem;
        line-height: 1.6rem;
    }
    .ajax_form p span{
        width: 3rem;
        padding-right: .3rem;
        font-size: .7rem;
    }
    .ajax_form p input,
    .ajax_form p select{
        width: calc(100% - 3rem);
        padding-left: .5rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .2rem;
        font-size: .7rem;
    }
    .ajax_form p select{
        background-size: .5rem;
    }
    .ajax_form p input#PhoneCode{
        width: 8rem;
    }
    .ajax_form p input#fs{
        margin-left: .3rem;
        width:5.2rem;
        font-size: .7rem;
    }
    .ajax_form input.button{
        margin-top: .6rem;
        margin-left: 3rem;
        width: calc(100% - 3rem);
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .9rem;
    }
    .box1_r{
        width: 90%;
        margin: 0 auto .5rem;
    }
    .box1_r h5{
        line-height: 1.4rem;
        margin-bottom: .2rem;
        font-size: .85rem;
    }
    .box1_r h6{
        line-height: 1.2rem;
        font-size: .75rem;
    }
    .box1_r img{
        margin: .3rem auto;
        width: 10rem;
    }
    .box1_r p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box_title{
        line-height: 4rem;
        font-size: .8rem;
        margin-bottom: .5rem;
    }
    .box2_table{
        width: 100%;
        font-size: .7rem;
        padding: 0 .4rem;
    }
    .box2_row p:nth-child(3),
    .box2_row_top p:nth-child(3),
    .box2_row p:nth-child(4),
    .box2_row_top p:nth-child(4){
        width: 18%;
    }
    .box2_row p:nth-child(2),
    .box2_row_top p:nth-child(2){
        width: 36%;
    }
    .box2_row p:nth-child(1),
    .box2_row_top p:nth-child(1){
        width: 10%;
    }
    .box2_row_top{
        line-height: 1.4rem;
    }
    .box2_row{
        line-height: 1.2rem;
        font-size: .65rem;
    }
    .box3_tab{
        height: 1.35rem;
    }
    .box3_tab li{
        font-size: .7rem;
        width: 5rem;
        height: 1.1rem;
        line-height: 1.1rem;
        margin: 0 -.5rem;
    }
    .box3_tab li.active{
        width: 6rem;
        height: 1.35rem;
        line-height: 1.35rem;
        font-size: .8rem;
    }
    .box3_cont li{
        padding: .5rem;
        border-radius: .5rem;
        margin-top: -.1rem;
    }
    .box3_cont li p{
        line-height: 1rem;
        margin-bottom: .3rem;
        font-size: .7rem;
    }
    .box4_list{
        flex-wrap: wrap;
    }
    .box4_list li{
        width: 49%;
        padding: .6rem;
        height: 11rem;
        margin-bottom: .4rem;
    }
    .box4_list li:hover{
        width: 49%;
    }
    .box4_list li:hover img{
        margin: 0 auto .5rem;
    }
    .box4_list li img{
        margin: 0 auto .5rem;
        width: 100%;
    }
    .box4_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .city_list li{
        margin: .2rem .5%;
        width: 24%;
        height: 1.3rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .city_list_img{
        width: 5rem;
        height: 5.2rem;
    }
    .city_list li:nth-child(1) .city_list_img,
    .city_list li:nth-child(2) .city_list_img,
    .city_list li:nth-child(3) .city_list_img,
    .city_list li:nth-child(4) .city_list_img,
    .city_list li:nth-child(9) .city_list_img,
    .city_list li:nth-child(10) .city_list_img,
    .city_list li:nth-child(11) .city_list_img,
    .city_list li:nth-child(12) .city_list_img,
    .city_list li:nth-child(17) .city_list_img,
    .city_list li:nth-child(18) .city_list_img,
    .city_list li:nth-child(19) .city_list_img,
    .city_list li:nth-child(20) .city_list_img{
        padding: .3rem .2rem .2rem;
        top: 1.2rem;
        left: 0;
    }
    .city_list li:nth-child(5) .city_list_img,
    .city_list li:nth-child(6) .city_list_img,
    .city_list li:nth-child(7) .city_list_img,
    .city_list li:nth-child(8) .city_list_img,
    .city_list li:nth-child(13) .city_list_img,
    .city_list li:nth-child(14) .city_list_img,
    .city_list li:nth-child(15) .city_list_img,
    .city_list li:nth-child(16) .city_list_img,
    .city_list li:nth-child(21) .city_list_img,
    .city_list li:nth-child(22) .city_list_img,
    .city_list li:nth-child(23) .city_list_img,
    .city_list li:nth-child(24) .city_list_img{
        padding: .3rem .2rem .2rem;
        top: 1.2rem;
        right: 0;
    }
    .city_list li:nth-child(25) .city_list_img,
    .city_list li:nth-child(26) .city_list_img,
    .city_list li:nth-child(27) .city_list_img,
    .city_list li:nth-child(28) .city_list_img,
    .city_list li:nth-child(33) .city_list_img,
    .city_list li:nth-child(34) .city_list_img,
    .city_list li:nth-child(35) .city_list_img,
    .city_list li:nth-child(36) .city_list_img,
    .city_list li:nth-child(41) .city_list_img,
    .city_list li:nth-child(42) .city_list_img,
    .city_list li:nth-child(43) .city_list_img,
    .city_list li:nth-child(44) .city_list_img{
        padding: .2rem .2rem .3rem;
        bottom: 1.2rem;
    }
    .city_list li:nth-child(29) .city_list_img,
    .city_list li:nth-child(30) .city_list_img,
    .city_list li:nth-child(31) .city_list_img,
    .city_list li:nth-child(32) .city_list_img,
    .city_list li:nth-child(37) .city_list_img,
    .city_list li:nth-child(38) .city_list_img,
    .city_list li:nth-child(39) .city_list_img,
    .city_list li:nth-child(40) .city_list_img,
    .city_list li:nth-child(45) .city_list_img,
    .city_list li:nth-child(46) .city_list_img,
    .city_list li:nth-child(47) .city_list_img,
    .city_list li:nth-child(48) .city_list_img{
        padding: .2rem .2rem .3rem;
        bottom: 1.2rem;
    }


}