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


body{
    background: #be1d21;
}
.banner_box{
    width: 100%;
    height: 1075px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 130px;
}
.banner_box p{
    margin: 0 auto;
    background-image: url('../images/banner_p.png');
    background-size: 100%;
    width: 438px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-weight: bold;
}
.banner_box p span{
    font-size:47px;
    color:rgba(102,2,5,1);
    background:linear-gradient(0deg,rgba(242,181,136,1) 0%, rgba(246,225,202,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 953px;
    height: 226px;
    margin: 20px auto;
}
.after_banner_box{
    height: 325px;
    background: url("../images/after_banner_bg.png") center top no-repeat;
}
.after_banner_box .container{
    height: 100%;
    padding-top: 50px;
    padding-left: 350px;
}
.after_banner_rabbit{
    display: block;
    position: absolute;
    bottom: 70px;
    left: 70px;
}
.after_banner_text{
    width: 520px;
}
.after_banner_text p{
    line-height: 36px;
    font-size: 20px;
    color: #fff;
}
.after_banner_qr{
    width: 280px;
}
.after_banner_qr img{
    display: block;
    width: 135px;
    margin: 0 auto;
}
.after_banner_qr p{
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.new_box{
    text-align: center;
}
.new_box h5{
    color: #fff;
    line-height: 80px;
    margin-bottom: 10px;
    font-size: 48px;
}
.new_box_list{
    display: flex;
    justify-content: center;
}
.new_box_list li{
    margin: 0 10px;
    width: 220px;
    line-height: 60px;
    background:linear-gradient(0deg,rgba(243,181,132,1),rgba(247,225,201,1));
    border-radius: 30px;
    font-size: 26px;
    font-weight: bold;
}
.new_box_list li a{
    display: block;
    color: #9D1E24;
}
.box_container{
    margin: 100px auto 0;
    background: #df3739;
    border-radius: 40px;
    box-shadow: 0 20px 0 #861419;
    padding: 15px;
}
.box_title{
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-image: url('../images/title_bg.png');
    background-size: 100%;
    top: -46px;
    width: 690px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    color: #FFECC5;
    font-size: 35px;
}
.inner_container{
    box-sizing: border-box;
    border: 3px solid #fee6c2;
    border-radius: 30px;
    padding: 65px 25px 40px;
}
.box1_list{
    display: block;
    justify-content: space-between;
}
.box1_list li{
    margin: 9px;
    float: left;
    background-image: url('../images/box1_bg.png');
    background-size: 100%;
    width: 260px;
    height: 332px;
    box-sizing: border-box;
    padding: 20px 15px;
}
.box1_list li h5{
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: #871419;
}
.box1_list li h6{
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}
.box1_list li:nth-child(1) p{
    line-height: 40px;
}
.box1_list li:nth-child(1) p::before{
    top: 10px;
}
.box1_list li p{
    box-sizing: border-box;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}
.box1_list li p::before{
    content: '';
    display: block;
    left: 0;
    top: 5px;
    background-image: url('../images/box1_list_style.png');
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
}
.box2_swiper .swiper-container .swiper-pagination{
    bottom: -5px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.box2_swiper .swiper-container{
    box-sizing: border-box;
    padding-bottom: 30px;
}
.box2_swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,.5);
    opacity: 1;
    border-radius: 5px;
    margin: 0 0 0 5px !important;
}
.box2_swiper .swiper-pagination-bullet-active{
    background: #fff;
    width: 20px;
}
.box2_list{
    width: 352px;
    box-sizing: border-box;
    position: relative;
    padding: 4px;
    background: linear-gradient(90deg ,#fa8023 ,#f6631f);
}
.box2_list img{
    display: block;
    width: 100%;
}
.box2_list_mask{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.box2_list_name{
    width: 100%;
    background-image: url('../images/teacher_mask_top.png');
    background-size: 100%;
    height: 92px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.box2_list_name p{
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.box2_list_name span{
    display: block;
    width: 234px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    color: #BE1D21;
    background:rgba(255,255,255,1);
}
.box2_list_text{
    display: none;
    background: linear-gradient(90deg ,rgba(250,128,35,.9) ,rgba(246,99,31,.9));
    box-sizing: border-box;
    padding: 15px 25px;
    line-height: 30px;
    text-align: justify;
    font-size: 15px;
    color: #fff;
}
.box2_list:hover .box2_list_text{
    display: block;
}
.box3_table{
    text-align: center;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}
.box3_table tr:nth-child(1){
    background:linear-gradient(-90deg,rgba(243,181,132,1),rgba(247,225,201,1));
}
.box3_table th{
    line-height: 60px;
    font-size: 24px;
    color: #9D1E24;
    font-weight: normal;
}
.box3_table td{
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    padding: 20px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}
.box3_table td:nth-child(2){
    width: 50%;
    text-align: left;
}
.box3_table td a{
    display: block;
    margin: 0 auto;
    width: 130px;
    line-height:45px;
    background:linear-gradient(90deg,rgba(255,93,40,1),rgba(240,0,0,1));
    border-radius:23px;
    color: #fff;
}
.city_list{
    display: block;
}
.city_list li{
    float: left;
    cursor: pointer;
    position: relative;
    margin: 10px 18px 10px 0;
    width: 170px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:linear-gradient(-90deg,rgba(243,181,132,1),rgba(247,225,201,1));
    border-radius:10px;
}
.city_list li:nth-child(6n){
    margin-right: 0;
}
.city_list li p{
    line-height: 20px;
    font-size: 20px;
    color: #333;
}
.city_list li img{
    display: none;
    position: absolute;
    z-index: 5;
    width: 110px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.city_list li:hover{
    background:linear-gradient(90deg,rgba(252,149,49,1),rgba(245,103,60,1));
}
.city_list li:hover img{
    display: block;
}


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

    .banner_box{
        height: 18rem;
        background-size: auto 100%;;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box p{
        width: 10.95rem;
        height: 1.9rem;
        line-height: 1.9rem;
    }
    .banner_box p span{
        font-size: 1.2rem;
    }
    .banner_box h1{
        width: 17rem;
        height: 4rem;
        margin: .5rem auto;
    }
    .after_banner_box{
        height: auto;
        background: none;
    }
    .after_banner_box .container{
        padding: 1rem;
    }
    .after_banner_rabbit{
        display: none;
    }
    .after_banner_text{
        width: 100%;
    }
    .after_banner_text p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .after_banner_qr{
        margin-top: .5rem;
        width: 100%;
    }
    .after_banner_qr img{
        width: 6rem;
    }
    .after_banner_qr p{
        margin-top: .25rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .new_box h5{
        line-height: 2rem;
        margin-bottom: .25rem;
        font-size: 1.2rem;
    }
    .new_box_list{
        display: block;
    }
    .new_box_list li{
        float: left;
        margin: 0 1%;
        width: 31.3%;
        line-height: 1.5rem;
        border-radius: .75rem;
        font-size: .75rem;
    }
    .box_container{
        margin: 2.5rem auto 0;
        border-radius: 1rem;
        box-shadow: 0 .5rem 0 #861419;
        padding: .4rem;
    }
    .box_title{
        top: -1.15rem;
        width: 17.25rem;
        height: 2.3rem;
        line-height: 2.3rem;
        font-size: 1rem;
    }
    .inner_container{
        border: .07rem solid #fee6c2;
        border-radius: .7rem;
        padding: 1.5rem .4rem 1rem;
    }
    .box1_list{
        display: block;
    }
    .box1_list li{
        float: left;
        margin: .2rem 1%;
        width: 48%;
        height: 10.2rem;
        padding: .5rem;
    }
    .box1_list li h5{
        line-height: 1rem;
        margin-bottom: .2rem;
        font-size: .7rem;
    }
    .box1_list li h6{
        line-height: .8rem;
        margin-bottom: .2rem;
        font-size: .6rem;
    }
    .box1_list li:nth-child(1) p{
        line-height: 1rem;
    }
    .box1_list li:nth-child(1) p::before{
        top: .3rem;
    }
    .box1_list li p{
        padding-left: .7rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_list li p::before{
        top: .3rem;
        width: .5rem;
        height: .5rem;
    }
    .box2_swiper .swiper-container .swiper-pagination{
        bottom: -.2rem;
    }
    .box2_swiper .swiper-container{
        padding-bottom: .6rem;
    }
    .box2_swiper .swiper-pagination-bullet{
        width: .25rem;
        height: .25rem;
        border-radius: .125rem;
        margin: 0 0 0 .1rem !important;
    }
    .box2_swiper .swiper-pagination-bullet-active{
        width: .5rem;
    }
    .box2_list{
        width: 100%;
        padding: .2rem;
    }
    .box2_list_name{
        height: 4.4rem;
        padding-top: 2rem;
        padding-left: .5rem;
    }
    .box2_list_name p{
        line-height: 1.2rem;
        font-size: .8rem;
        margin-right: .25rem;
    }
    .box2_list_name span{
        width: 10rem;
        line-height: 1rem;
        border-radius: .6rem;
        font-size: .5rem;
    }
    .box2_list_text{
        padding: .4rem .5rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_table{
        border-radius: .3rem;
    }
    .box3_table th{
        line-height: 1.5rem;
        font-size: .75rem;
    }
    .box3_table td{
        padding: .4rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_table td a{
        width: 3rem;
        line-height: 1.2rem;
        border-radius: .6rem;
    }
    .city_list{
        display: block;
    }
    .city_list li{
        float: left;
        margin: .2rem .5%;
        width: 24%;
        height: 2.4rem;
        border-radius: .25rem;
    }
    .city_list li:nth-child(6n){
        margin: .2rem .5%;
    }
    .city_list li p{
        line-height: 1rem;
        font-size: .65rem;
    }
    .city_list li img{
        width: 4rem;
    }


}