@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; }
.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: url('../images/body_bg.jpg') center bottom repeat-y;
    box-sizing: border-box;
    padding-bottom: 80px;
}
.banner_box{
    width: 100%;
    height: 1054px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box h1,
.banner_box h2{
    font-size: 0;
}
.box_title{
    line-height: 80px;
    margin: 40px auto;
    font-size: 58px;
    background: linear-gradient(0deg, #E0C193 0%, #FFEFB8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.box_title::before,
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    background-image: url('../images/title_icon.png');
    background-size: 100%;
    width: 41px;
    height: 46px;
}
.box_container{
    background: #271E35;
    border: 1px solid #BB8865;
    padding: 40px 0;
}
.box1_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.box1_tab li{
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    color: #947C6A;
}
.box1_tab li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    width: 100%;
    height: 4px;
    background: #947C6A;
}
.box1_tab li h5{
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 10px;
}
.box1_tab li p{
    line-height: 30px;
    font-size: 18px;
}
.box1_tab li img{
    position: relative;
    z-index: 2;
    width: 32px;
}
.box1_tab li img.box1_tab_img_active{
    display: none;
}
.box1_tab li img.box1_tab_img{
    border-radius: 50%;
    margin-bottom: 7px;
    display: block;
}
.box1_tab li.active img.box1_tab_img_active{
    display: block;
}
.box1_tab li.active img.box1_tab_img{
    display: none;
}
.box1_tab li.active::before{
    background: #E3C596;
}
.box1_tab li.active{
    color: #E3C596;
}
.box1_cont{
    margin-top: 40px;
}
.box1_swiper{
    width: 1146px;
    padding-bottom: 60px;
    margin: 0 auto;
    position: relative;
}
.box1_cont_box{
    height: 275px;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 50px;
}
.box1_cont_box h5{
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 16px;
    color: #FFD77D;
    text-align: center;
}
.box1_cont_box p{
    line-height: 32px;
    font-size: 18px;
    color: #FFE7B2;
    text-align: justify;
}
.box1_cont_l{
    width: 398px;
    padding-left: 32px;
    padding-right: 80px;
    background-image: url('../images/box1_cont_l.png');
}
.box1_cont_center{
    width: 398px;
    padding-left: 50px;
    padding-right: 60px;
    background-image: url('../images/box1_cont_center.png');
}
.box1_cont_r{
    width: 368px;
    padding-left: 50px;
    padding-right: 25px;
    background-image: url('../images/box1_cont_r.png');
}
.box1_swiper .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    bottom: 40px;
}
.box1_swiper .swiper-pagination-bullet{
    width: 18px;
    height: 4px;
    border-radius: 0;
    background: #C59771;
    opacity: 1;
    margin: 0 0 0 6px !important;
}
.box1_swiper .swiper-pagination-bullet-active{
    background: #FCEAB4;
    opacity: 1;
}
.box1_cont_btn{
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 400px;
    line-height: 110px;
    border-radius: 55px;
    font-size: 48px;
    font-weight: bold;
    color: #55380E;
    background: linear-gradient(0deg, #DAA271 0%, #F3D1AB 100%);
}
.box2_center{
    height: 580px;
    width: 1035px;
    background-image: url('../images/box2_center.png');
    background-repeat: no-repeat;
    background-position: 320px 75px;
    background-size: 344px;
    margin: 0 auto;
    position: relative;
}
.box2_text_box h3{
    float: left;
    line-height: 60px;
    font-size: 48px;
    font-style: italic;
    color: #F2D0AA;
}
.box2_text{
    float: left;
    margin-top: 24px;
}
.box2_text h5{
    line-height: 35px;
    font-size: 24px;
    font-style: italic;
    color: #E8BE93;
}
.box2_text p{
    line-height: 35px;
    font-size: 18px;
    color: #DBA574;
}
.box2_text_2,
.box2_text_4{
    text-align: right;
}
.box2_text_box{
    width: 340px;
    position: absolute;
}
.box2_text_1{
    top: 0;
    left: 480px;
}
.box2_text_2{
    top: 185px;
    left: 0;
}
.box2_text_3{
    top: 210px;
    right: 0;
}
.box2_text_4{
    bottom: 0;
    left: 55px;
}
.box2_text_5{
    bottom: 45px;
    right: 70px;
}
.box3_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 1000px;
    margin: 0 auto 60px;
    height: 90px;
    line-height: 82px;
    border: 4px solid #F2D0AA;
    border-radius: 8px;
    box-sizing: border-box;
}
.box3_title h3 b{
    font-size: 36px;
}
.box3_title h3{
    width: 50%;
    height: 100%;
    font-size: 30px;
    color: #E3C596;
}
.box3_title h3.active{
    background: #E3C596;
    color: #271E35;
}
.box3_top{
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.box3_top_list{
    margin: 0 auto 60px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.box3_top_list li{
    width: 480px;
}
.box3_top h5{
    background-image: url('../images/box3_top_tab.png');
    background-size: 100%;
    width: 260px;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 30px;
    position: relative;
    z-index: 2;
    color: #271E35;
    font-weight: normal;
}
.box3_top p{
    background: #fff;
    width: 220px;
    line-height: 52px;
    box-sizing: border-box;
    margin-left: -30px;
    padding-left: 50px;
    font-size: 24px;
    color: #271E35;
}
.box3_top_bottom{
    box-sizing: border-box;
    padding: 20px;
    background: #eec498;
}
.box3_tb{
    width: 100%;
    position: relative;
}
.box3_tb img{
    display: block;
    width: 100%;
}
.box3_top_shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 20px;
    color: #fff;
    background: rgba(0,0,0,.4);
}
.box3_top_shadow p{
    line-height: 34px;
    font-size: 18px;
}
.box3_center{
    box-sizing: border-box;
    padding-bottom: 45px;
    background: url('../images/teacher_shadow.png') center bottom no-repeat;
    background-size: 100%;
}
.box3_swiper{
    width: 1075px;
    margin: 0 auto;
}
.box3_swiper .swiper-slide:nth-child(odd){
    margin-top: 20px;
}
.box3_teacher_box{
    width: 183px;
    height: 422px;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    border: 6px solid #F3CFA9;
}
.box3_teacher_box h5{
    line-height: 30px;
    font-size: 16px;
}
.box3_teacher_box p{
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
}
.box3_teacher_box img{
    display: block;
    position: absolute;
    bottom: 4px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.box3_center_text{
    padding: 30px 100px;
    box-sizing: border-box;
    background: #312542;
    margin-bottom: 60px;
}
.box3_center_text p{
    line-height: 42px;
    font-size: 18px;
    color: #E3C596;
}
.box3_center_text p b{
    font-size: 24px;
}
.box3_bottom_list{
    margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.box3_bottom_list li{
    width: 280px;
    height: 264px;
    background: linear-gradient(180deg, #E7CCA2 0%, #F9F2DC 100%);
    border-radius: 16px;
    overflow: hidden;
}
.box3_bottom_list li h5{
    line-height: 70px;
    font-size: 30px;
    margin-bottom: 20px;
    color: #271E35;
    text-align: center;
    background: #DCA576;
}
.box3_bottom_list li p{
    box-sizing: border-box;
    padding-left: 70px;
    line-height: 32px;
    font-size: 18px;
    color: #271E35;
}
.city_list{
    box-sizing: border-box;
    padding: 40px 0;
}
.city_list li{
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    width: 130px;
    margin: 10px;
    line-height: 75px;
    border: 1px solid #BB8865;
}
.city_list li a{
    display: block;
    color: #FFD77D;
}
.city_list li:hover{
    background: linear-gradient(0deg, #DAA271 0%, #F3D1AB 100%);
}
.city_list li:hover a{
    color: #271E35;
}
.fixed_nav{
    display: none;
    position: fixed;
    z-index: 99;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/fixed_nav.png');
    background-size: 100%;
    width: 170px;
    height: 179px;
    padding-top: 26px;
    box-sizing: border-box;
}
.fixed_nav a{
    display: block;
    text-align: center;
    background-image: url('../images/fixed_btn.png');
    background-size: 100%;
    width: 108px;
    line-height: 36px;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #764520;
    font-weight: bold;
}
.fixed_bottom{
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 5px solid #C9926C;
    border-bottom: 5px solid #C9926C;
    height: 80px;
    background: linear-gradient(90deg, #FCDFC1 0%, #FFF0E0 56.00000000000001%, #FCDFC1 100%);
}
.fixed_bottom .container{
    text-align: center;
    height: 100%;
}
.fixed_bottom h5{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url('../images/fixed_l.png');
    background-size: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 8px 40px 40px 8px;
    width: 135px;
    height: 80px;
    line-height: 30px;
    font-size: 30px;
    color: #FFD77D;
}
.fixed_bottom p{
    color: #5B330C;
    line-height: 70px;
    font-size: 36px;
}
.fixed_bottom p span{
    color: #EC4C40;
}
.fixed_bottom_btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    background-image: url('../images/bottom_btn.png');
    background-size: 100%;
    color: #996029;
    font-size: 40px;
    width: 74px;
    line-height: 80px;
}









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

    html {
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.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;
    }

    
    
    
    body{
        background-size: 100%;
        padding-bottom: 0;
    }
    .banner_box{
        height: 13rem;
        background-size: auto 100%;
    }
    .box_title{
        line-height: 2rem;
        margin: 1rem auto;
        font-size: 1rem;
    }
    .box_title::before,
    .box_title::after{
        margin: 0 .4rem;
        width: 1.025rem;
        height: 1.15rem;
    }
    .box_container{
        padding: 1rem 0;
    }
    .box1_tab{
        flex-wrap: wrap;
    }
    .box1_tab li{
        width: 50%;
    }
    .box1_tab li:nth-child(3){
        margin: .3rem 25%;
    }
    .box1_tab li::before{
        top: 1.7rem;
        height: .2rem;
    }
    .box1_tab li h5{
        line-height: 1.1rem;
        font-size: .8rem;
        margin-bottom: .3rem;
    }
    .box1_tab li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_tab li img{
        width: .8rem;
    }
    .box1_tab li img.box1_tab_img{
        margin-bottom: .2rem;
    }
    .box1_cont{
        margin-top: 1rem;
    }
    .box1_swiper{
        width: 100%;
        padding-bottom: 1.5rem;
    }
    .box1_cont_box{
        height: 6rem;
        border: .2rem solid #F3CFA9;
        padding-top: 0;
    }
    .box1_cont_box h5{
        line-height: 1.2rem;
        font-size: .75rem;
        margin-bottom: .3rem;
    }
    .box1_cont_box p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_cont_l,.box1_cont_center,.box1_cont_r{
        width: 100%;
        padding: .4rem .2rem;
        background-image: none;
    }
    .box1_swiper .swiper-pagination{
        bottom: .7rem;
    }
    .box1_cont_btn{
        width: 10rem;
        line-height: 2.6rem;
        border-radius: 1.3rem;
        font-size: 1.3rem;
    }
    .box2_center{
        box-sizing: border-box;
        padding: 0 1rem;
        height: auto;
        width: auto;
        background-image:none;
    }
    .box2_text_box h3{
        line-height: 1.5rem;
        font-size: 1.4rem;
    }
    .box2_text{
        margin-left: .5rem;
        margin-top: .4rem;
    }
    .box2_text h5{
        line-height: 1rem;
        font-size: .75rem;
    }
    .box2_text p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_text_2,
    .box2_text_4{
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
    }
    .box2_text_box{
        width: 100%;
        position: relative;
    }
    .box2_text_1,
    .box2_text_2,
    .box2_text_3,
    .box2_text_4,
    .box2_text_5{
        margin: .3rem 0;
        bottom: auto;
        right: auto;
        left: auto;
        top: auto;
    }
    .box3_title{
        width: 96%;
        margin: 0 auto 1rem;
        height: auto;
        line-height: 2rem;
        border: 1px solid #F2D0AA;
        display: block;
        border-radius: .2rem;
    }
    .box3_title h3{
        width: 100%;
    }
    .box3_title h3 b{
        font-size: .9rem;
    }
    .box3_title h3{
        font-size: .8rem;
    }
    .box3_top{
        height: 1.5rem;
    }
    .box3_top_list{
        margin: 0 auto 1rem;
        display: block;
        width: 96%;
    }
    .box3_top_list li{
        width: 100%;
        margin: .3rem 0;
    }
    .box3_top h5{
        width: 6.5rem;
        line-height: 1.5rem;
        padding-left: .5rem;
        font-size: .9rem;
    }
    .box3_top p{
        width: 5rem;
        line-height: 1.4rem;
        margin-left: -.75rem;
        padding-left: 1.2rem;
        font-size: .8rem;
    }
    .box3_top_bottom{
        padding: .5rem;
    }
    .box3_top_shadow{
        padding: .1rem .5rem;
    }
    .box3_top_shadow p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_swiper{
        width: 100%;
    }
    .box3_swiper .swiper-slide:nth-child(odd){
        margin-top: 0;
    }
    .box3_teacher_box{
        width: calc(100% - .2rem);
        height: 20rem;
        padding: .5rem;
        box-sizing: border-box;
        border: .1rem solid #F3CFA9;
    }
    .box3_teacher_box h5{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .box3_teacher_box p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_teacher_box img{
        bottom: .1rem;
    }
    .box3_center_text{
        padding: .5rem;
        margin-bottom: 1rem;
    }
    .box3_center_text p{
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box3_center_text p b{
        font-size: .8rem;
    }
    .box3_bottom_list{
        width: 96%;
        flex-wrap: wrap;
    }
    .box3_bottom_list li{
        width: 49%;
        height: 7rem;
        border-radius: .5rem;
    }
    .box3_bottom_list li:nth-last-child(1){
        margin: .3rem 25.5%;
    }
    .box3_bottom_list li h5{
        line-height: 1.5rem;
        font-size: 1rem;
        margin-bottom: .5rem;
    }
    .box3_bottom_list li p{
        padding-left: 1rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .city_list{
        padding: 0;
    }
    .city_list li{
        font-size: .7rem;
        width: 24%;
        margin: .1rem .5%;
        line-height: 1.6rem;
    }



}