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

/* 通用头部 */
.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.png") center bottom no-repeat;
}

.banner_box{
    width: 100%;
    height: 775px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 90px;
    height: 100%;
}
.banner_box h2{
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color: #fff;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-repeat: no-repeat;
    width: 1150px;
    height: 205px;
    margin: 25px auto auto;
}
.banner_box h3{
    width: 530px;
    line-height: 86px;
    background: linear-gradient(to left, #fff, #fff) left top no-repeat,
                linear-gradient(to bottom, #fff, #fff) left top no-repeat,
                linear-gradient(to left, #fff, #fff) right top no-repeat,
                linear-gradient(to bottom, #fff, #fff) right top no-repeat,
                linear-gradient(to left, #fff, #fff) left bottom no-repeat,
                linear-gradient(to bottom, #fff, #fff) left bottom no-repeat,
                linear-gradient(to left, #fff, #fff) right bottom no-repeat,
                linear-gradient(to left, #fff, #fff) right bottom no-repeat;
    background-size: 4px 20px, 20px 4px, 4px 20px, 20px 4px;
    text-align: center;
    font-size: 44px;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #ff8464;
}
.banner_box h3 span{
    background: rgba(255,255,255,.1);
    display: block;
}
.banner_p{
    position: absolute;
    top: 90px;
    right: 50px;
    width: 215px;
    height: 109px;
    line-height: 75px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    background-image: url("../images/banner_p.png");
    background-size: 100%;
}
.banner_l{
    position: absolute;
    left: -110px;
    top: 60px;
    animation: banner_icon 5s linear infinite;
}
.banner_r{
    position: absolute;
    right: -110px;
    top: 247px;
    animation: banner_icon 5s linear infinite reverse;
}
@keyframes banner_icon {
    0% { transform: translateY(0) }
    25% { transform: translateY(-10px) }
    50% { transform: translateY(0) }
    75% { transform: translateY(10px) }
    100% { transform: translateY(0) }
}
.banner_bottom{
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width:1000px;
    height:220px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius:20px;
    box-sizing: border-box;
    padding: 30px;
}
.banner_list li{
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
}
.banner_list li:nth-child(1){
    background: #EA6C61;
}
.banner_list li:nth-child(2){
    background: #F2B054;
}
.banner_list li:nth-child(3){
    background: #67C655;
}
.banner_bottom h5{
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #333;
}
.banner_bottom p{
    margin: 20px auto;
    width: 790px;
    height: 60px;
    line-height: 50px;
    background:rgba(245,246,246,1);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 22px;
    color: #333;
}
.banner_bottom p span{
    color: #CC0000;
}
.banner_bottom p img{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    margin-right: 20px;
}
.box1{
    width: 100%;
    background: #F8F8FA;
    text-align: center;
}
.box_container{
    padding: 40px 0;
}
.box1 h6{
    line-height: 80px;
    font-size: 44px;
    color: #333;
}
.box1 h5{
    line-height: 75px;
    margin-top: 20px;
    font-size: 36px;
    color: #CC0000;
}
.box1 h4{
    line-height: 90px;
    margin-top: 20px;
    font-size: 46px;
    color: #CC0000;
}
.box1 h3{
    line-height: 90px;
    margin-top: 20px;
    font-size: 56px;
    color: #CC0000;
}
.box1 p{
    width:500px;
    line-height:80px;
    background:linear-gradient(-55deg,rgba(234,77,49,1),rgba(218,56,56,1));
    box-shadow:0px 3px 30px 0px rgba(51,0,0,0.3);
    border-radius:10px;
    margin: 40px auto 0;
    font-size: 24px;
    color: #fff;
}
.box1 span{
    display: block;
    line-height: 85px;
    font-size: 24px;
    color: #333;
}
.box2 h4{
    line-height: 80px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 44px;
    color: #333;
}
.box_box{
    padding: 105px 50px 50px 50px;
    box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius:20px;
}
.box_title{
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 414px;
    height: 118px;
    background-image: url("../images/title_bg.png");
    background-size: 100%;
    line-height: 110px;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}
.box2_list li{
    line-height: 60px;
    border-radius: 30px;
    background: #F5F6F6;
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
}
.box2_list li span{
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    line-height: 60px;
    border-radius: 30px;
    background:linear-gradient(36deg,rgba(234,77,49,1),rgba(195,51,51,1));
    text-align: center;
    color: #fff;
    margin-right: 20px;
}
.teacher_list{
    box-sizing: border-box;
    margin-top: 20px;
    padding: 30px 10px;
    background:linear-gradient(36deg,rgba(234,77,49,1),rgba(195,51,51,1));
    border-radius:20px;
}
.teacher_list li{
    float: left;
    margin: 0 15px;
    width: 240px;
    box-sizing: border-box;
    padding: 5px;
    background: rgba(255,255,255,.3);
    position: relative;
    border-radius: 10px;
}
.teacher_list li img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.teacher_list li .teacher_mask{
    position: absolute;
    bottom: 5px;
    width: calc(100% - 10px);
    left: 5px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,0));
}
.teacher_mask h5{
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}
.teacher_mask p{
    line-height: 23px;
    text-align: justify;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.teacher_list li:hover .teacher_mask p{
    overflow: visible;
    text-overflow: ellipsis;
    display: block;
}
.box3_table{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.box3_table th{
    line-height:70px;
    background:linear-gradient(90deg,rgba(234,77,49,1),rgba(195,51,51,1));
    font-size: 22px;
    color: #fff;
}
.box3_table tr:nth-child(odd){
    background: #f5f6f6;
}
.box3_table tr:nth-child(even){
    background: #fff;
}
.box3_table td{
    line-height:60px;
    font-size: 16px;
    color: #333;
}
.box3_table tr:nth-child(2) td{
    color: #CC0000;
}
.box3_table td:nth-child(1){
    width: 20%;
}
.box3_table tr:nth-last-child(1) td{
    padding: 25px 0;
    box-sizing: border-box;
}
.box3_table tr p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.box3_table tr p span{
    color: #CC0000;
}
.box3_bottom_table{
    width: 100%;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.box3_bottom_table th{
    line-height:70px;
    background:linear-gradient(90deg,rgba(234,77,49,1),rgba(195,51,51,1));
    font-size: 22px;
    color: #fff;
}
.box3_bottom_table tr{
    background: #F5F6F6;
}
.box3_bottom_table tr td{
    box-sizing: border-box;
    padding: 30px 0;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}
.box3_bottom_table a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width:160px;
    line-height: 50px;
    background:linear-gradient(36deg,rgba(234,77,49,1),rgba(195,51,51,1));
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
}
.box3_bottom_table td:nth-child(1){
    width: 50%;
    border-right: 3px solid #fff;
}
.box4_list li{
    line-height: 60px;
    border-radius: 30px;
    background: #F5F6F6;
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 80px;
    position: relative;
}
.box4_list li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-image: url("../images/list_icon.png");
}
.bottom{
    margin-top: 240px;
}
.bottom_title{
    line-height: 80px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 44px;
    color: #fff;
}
.city_list li{
    float: left;
    width: 130px;
    line-height: 60px;
    margin: 10px;
    background:rgba(255,255,255,0.2);
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
}
.city_list li:hover{
    background: #fff;
}
.city_list li:hover a{
    color: #CC0000;
}
.city_list li a{
    display: block;
    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;
    }
    .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: url("../images/body_bg.png") center bottom no-repeat;
        background-size: 330%;
    }

    .banner_box{
        height: 18rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        line-height: 1.6rem;
        font-size: .8rem;
    }
    .banner_box h1{
        background-size: 100%;
        width: 15rem;
        height: 2.5rem;
        margin: 1rem auto;
    }
    .banner_box h3{
        width: 12rem;
        line-height: 2rem;
        background-size: .1rem .5rem, .5rem .1rem, .1rem .5rem, .5rem .1rem;
        font-size: 1rem;
    }
    .banner_p{
        top: 2rem;
        right: 0;
        width: 5.375rem;
        height: 2.725rem;
        line-height: 1.875rem;
        font-size: .7rem;
    }
    .banner_l{
        width: 3rem;
        left: 0;
        top: 1rem;
    }
    .banner_r{
        width: 3rem;
        right: 0;
        top: 5rem;
    }
    @keyframes banner_icon {
        0% { transform: translateY(0) }
        25% { transform: translateY(-.3rem) }
        50% { transform: translateY(0) }
        75% { transform: translateY(.3rem) }
        100% { transform: translateY(0) }
    }
    .banner_bottom{
        width: 98%;
        height: 5rem;
        border-radius: .5rem;
        padding: .5rem .1rem;
    }
    .banner_list li{
        width: .3rem;
        height: .3rem;
        margin-right: .3rem;
    }
    .banner_bottom h5{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .banner_bottom p{
        margin: .5rem auto;
        width: 100%;
        line-height: 1.2rem;
        border-radius: .6rem;
        padding: .1rem;
        font-size: .7rem;
    }
    .banner_bottom p img{
        width: 1rem;
        margin-right: .2rem;
    }
    .box_container{
        padding: 1rem 0;
    }
    .box1 h6{
        line-height: 2rem;
        font-size: 1rem;
    }
    .box1 h5{
        line-height: 1.6rem;
        margin-top: .3rem;
        font-size: .7rem;
    }
    .box1 h4{
        line-height: 2rem;
        margin-top: .3rem;
        font-size: .8rem;
    }
    .box1 h3{
        line-height: 2rem;
        margin-top: .3rem;
        font-size: .9rem;
    }
    .box1 p{
        width: 12rem;
        line-height:2rem;
        border-radius: .3rem;
        margin: .5rem auto 0;
        font-size: .7rem;
    }
    .box1 span{
        line-height: 2.5rem;
        font-size: .7rem;
    }
    .box2 h4{
        line-height: 2rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .box_box{
        padding: 2rem .5rem .5rem .5rem;
        border-radius:.5rem;
        background: #fff;
    }
    .box_title{
        top: -.875rem;
        width: 10.35rem;
        height: 2.95rem;
        line-height: 2.75rem;
        font-size: .8rem;
    }
    .box2_list li{
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .7rem;
        margin-bottom: .5rem;
        box-sizing: border-box;
        padding: .2rem;
    }
    .box2_list li span{
        display: block;
        margin: 0 auto;
        width: 5rem;
        line-height: 1.4rem;
        border-radius: .7rem;
    }
    .teacher_list{
        margin-top: .4rem;
        padding: .5rem 0;
        border-radius: .3rem;
    }
    .teacher_list li{
        float: none;
        margin: .2rem auto;
        width: 80%;
        border-radius: .3rem;
    }
    .teacher_list li img{
        border-radius: .3rem;
    }
    .teacher_list li .teacher_mask{
        border-radius: 0 0 .3rem .3rem;
        padding: .2rem;
    }
    .teacher_mask h5{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .teacher_mask p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box3_table{
        border-radius: .25rem;
    }
    .box3_table th{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box3_table td{
        line-height: 1.2rem;
        font-size: .7rem;
        box-sizing: border-box;
        padding: .1rem;
    }
    .box3_table tr:nth-last-child(1) td{
        padding: .3rem 0;
    }
    .box3_table tr p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box3_bottom_table{
        margin-top: 1rem;
        border-radius: .25rem;
    }
    .box3_bottom_table th{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box3_bottom_table tr td{
        padding: .3rem 0;
        line-height: 1.4rem;
        font-size: .6rem;
    }
    .box3_bottom_table a{
        display: block;
        margin: 0 auto;
        width: 4rem;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .7rem;
    }
    .box4_list li{
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .7rem;
        margin-bottom: .5rem;
        padding-left: 1.5rem;
    }
    .box4_list li::before{
        width: 1.5rem;
        height: 1.5rem;
    }
    .bottom{
        margin-top: 1rem;
    }
    .bottom_title{
        line-height: 2rem;
        margin-bottom: .5rem;
        font-size: 1rem;
    }
    .city_list li{
        width: 24%;
        line-height: 1.4rem;
        margin: .1rem .5%;
        border-radius: .25rem;
        font-size: .7rem;
    }


}