@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; }
.box_container{
    padding: 40px 0;
}


body{
    background-image: url('../images/body_bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}
.banner_box{
    width: 100%;
    position: relative;
    height: 600px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box h2{
    font-size: 0;
    background: url("../images/banner_top.png") center top no-repeat;
    background-size: auto 100%;
    height: 120px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 460px;
    margin-top: -20px;
}
.box1{
    margin: 40px auto;
    padding: 12px 12px 12px 305px;
    background-image: url('../images/box1_bg.png');
    background-size: 100% 100%;
}
.box1_img{
    position: absolute;
    display: block;
    background-image: url('../images/box1_img.png');
    background-size: auto 100%;
    left: -65px;
    top: -45px;
    width: 370px;
    height: 260px;
    animation: box1_img linear 1s infinite;
}
@keyframes box1_img {
    0% { width: 0; }
    100% { width: 370px; }
}
.box1_text p{
    line-height: 28px;
    font-size: 16px;
    color: #4B0404;
    text-align: justify;
}
.box1_text span{
    line-height: 32px;
    font-size: 16px;
    color: #C81212;
    text-align: justify;
    display: block;
}
.box2_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.box2_nav li{
    box-sizing: border-box;
    background-image: url('../images/box2_nav.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 395px;
    height: 140px;
    padding: 20px 26px 26px;
}
.box2_nav li:hover{
    background-image: url('../images/box2_nav_active.png');
}
.box2_nav li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #642D08;
}
.box2_nav li a h3{
    width: 72px;
    font-size: 48px;
    margin-right: 8px;
    text-align: center;
}
.box2_nav_text h5{
    line-height: 32px;
    font-size: 24px;
}
.box2_nav_text p{
    text-align: justify;
    line-height: 26px;
    font-size: 18px;
}
.table_box{
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 0 12px 12px;
    margin-top: 60px;
}
.table_title_box{
    margin-top: -2px;
    margin-left: -14px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.table_title{
    line-height: 38px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: url('../images/body_bg.png');
}
.table_title img{
    display: block;
    box-sizing: border-box;
    height: 50px;
    padding: 0 10px;
    margin-top: -10px ;
    border-bottom: 2px solid #fff;
}
.table_title h2{
    font-size: 32px;
    font-style: italic;
    box-sizing: border-box;
    padding: 0 10px;
    color: #FFFFFF;
    border-bottom: 2px solid #fff;
}
.table_title h3{
    box-sizing: border-box;
    background: #FFFFFF;
    font-weight: bold;
    border: 2px solid #fff;
    transform: skewX(-20deg);
    padding: 0 12px;
    font-size: 24px;
    color: #CF5943;
}
.box2_table{
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.8);
}
.box2_table th{
    line-height: 54px;
    font-size: 20px;
    white-space: nowrap;
    color: #642D08;
    border: 1px solid #D15B44;
    background: #FFB20C;
}
.box2_table td:nth-child(4),
.box2_table td:nth-child(5){
    width: 23%;
}
.box2_table td{
    line-height: 24px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #D15B44;
    color: #642D08;
    box-sizing: border-box;
}
.box2_table td span{
    color: #EF1E1E;
}
.box2_table td p{
    margin: 4px 0;
    text-align: justify;
}
.box2_table td a{
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    color: #642D08;
}
.box2_table td a:hover{
    text-decoration: underline;
    color: #EF1E1E;
}
.box_title_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}
.box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid rgba(255,255,255,.8);
}
.box_title img{
    display: block;
    height: 70px;
}
.box_title img:nth-child(1){
    animation: title_img linear 1.3s infinite;
}
.box_title img:nth-last-child(1){
    animation: title_img linear 1.3s infinite reverse;
}
@keyframes title_img {
    0% { transform: translateX(-10px); opacity: 0; }
    50% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(10px); opacity: 0; }
}
.box_title h3{
    line-height: 70px;
    padding: 0 20px;
    font-size: 48px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #F5DED9 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box3_box{
    background-image: url('../images/box3_bg.png');
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 24px;
}
.box3_table{
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 12px rgba(209, 91, 68, .5);
    width: 600px;
}
.box3_table th,
.box3_table td{
    border: 1px solid #D15B44;
}
.box3_table thead th{
    height: 56px;
    font-size: 24px;
    color: #642D08;
    background: #FFB20C;
}
.box3_table tbody th{
    line-height: 44px;
    font-size: 20px;
    color: #EF1E1E;
    font-weight: normal;
}
.box3_table tbody td{
    line-height: 44px;
    font-size: 18px;
    color: #642D08;
}
.box3_r{
    text-align: justify;
    width: 510px;
}
.box3_r h5{
    line-height: 24px;
    font-size: 18px;
    color: #EF1E1E;
    font-weight: normal;
}
.box3_r h3{
    line-height: 52px;
    font-size: 24px;
    padding-left: 12px;
    margin: 8px 0;
    color: #642D08;
    box-sizing: border-box;
    background-image: url('../images/box3_r.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.box3_list li{
    padding-left: 30px;
    margin-top: 4px;
    box-sizing: border-box;
    position: relative;
}
.box3_list li img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 20px;
}
.box3_list li p{
    line-height: 24px;
    font-size: 18px;
    color: #642D08;
}
.poster_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.poster_list li{
    width: 280px;
    padding: 8px;
    background-image: url('../images/box4_bg.png');
    background-size: 100% 100%;
    box-sizing: border-box;
}
.poster_list li a,
.poster_list li img{
    display: block;
    width: 100%;
}
.city_list li{
    float: left;
    text-align: center;
    font-weight: bold;
    background-image: url('../images/city.png');
    background-size: 100%;
    width: 150px;
    height: 74px;
}
.city_list li:hover{
    background-image: url('../images/city_hover.png');
}
.city_list li a{
    display: block;
    color: #642D08;
    line-height: 64px;
    font-size: 24px;
}
.fixed_nav{
    display: none;
    position: fixed;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    text-align: center;
    right: 10px;
}
.fixed_nav::before,
.fixed_nav::after{
    content: '';
    display: block;
    position: absolute;
    background: #F4DED9;
    width: 8px;
    height: calc(100% - 90px);
    top: 20px;
}
.fixed_nav::before{
    left: 30px;
}
.fixed_nav::after{
    right: 30px;
}
.fixed_nav a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #642D08;
    z-index: 2;
    box-sizing: border-box;
    background-image: url('../images/fixed_nav.png');
    background-size: 100%;
    padding-bottom: 10px;
    margin-bottom: -10px;
    width: 190px;
    height: 76px;
}
.fixed_nav a:hover{
    background-image: url('../images/fixed_nav_active.png');
}
.fixed_nav a h3{
    line-height: 22px;
    font-size: 20px;
}
.fixed_nav a p{
    line-height: 20px;
    font-size: 14px;
}
.fixed_nav a.fixed_zx{
    background-image: url('../images/fixed_nav_bottom.png');
    background-size: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
    width: 190px;
    height: 98px;
}
.fixed_nav a.fixed_zx:hover{
    background-image: url('../images/fixed_nav_bottom.png');
}











@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;
    }

    .box_container{
        padding: .5rem 0;
    }



    .banner_box{
        height: auto;
        box-sizing: border-box;
        padding-bottom: .5rem;
        background-size: auto 100%;
    }
    .banner_box h2{
        height: 3rem;
    }
    .banner_box h1{
        height: 7rem;
        margin-top: -.2rem;
    }
    .box1{
        margin: .5rem auto;
        background-size: auto 100%;
        background-position: center center;
        padding: .5rem .5rem;
    }
    .box1_img{
        position: relative;
        left: auto;
        top: auto;
        width: 9.25rem;
        height: 6.5rem;
        animation: box1_img linear 1s infinite;
    }
    @keyframes box1_img {
        0% { width: 0; }
        100% { width: 9.25rem; }
    }
    .box1_text p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_text span{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_nav li{
        width: 50%;
        height: 3rem;
        padding: .1rem .4rem .2rem;
    }
    .box2_nav li a h3{
        text-align: center;
        width: 16%;
        font-size: .8rem;
        margin-right: .2rem;
    }
    .box2_nav_text h5{
        line-height: .8rem;
        font-size: .65rem;
    }
    .box2_nav_text p{
        line-height: .6rem;
        font-size: .6rem;
    }
    .table_box{
        border: .05rem solid #fff;
        padding: 0 .3rem .3rem;
        margin-top: 1rem;
    }
    .table_title_box{
        margin-top: -.05rem;
        margin-left: -.35rem;
        margin-bottom: .4rem;
    }
    .table_title{
        line-height: 1rem;
    }
    .table_title img{
        height: 1.25rem;
        padding: 0 .2rem;
        margin-top: -.25rem ;
        border-bottom: .05rem solid #fff;
    }
    .table_title h2{
        font-size: .8rem;
        padding: 0 .2rem;
        border-bottom: .05rem solid #fff;
    }
    .table_title h3{
        border-bottom: .05rem solid #fff;
        padding: 0 .3rem;
        font-size: .7rem;
    }
    .box2_table th{
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box2_table td:nth-child(4),
    .box2_table th:nth-child(4){
        display: none;
    }
    .box2_table td:nth-child(4),
    .box2_table td:nth-child(5){
        width: auto;
    }
    .box2_table td{
        line-height: .8rem;
        font-size: .6rem;
        padding: .2rem;
    }
    .box2_table td p{
        margin: .1rem 0;
    }
    .box_title_box{
        margin-bottom: .8rem;
    }
    .box_title{
        border-bottom: .1rem solid rgba(255,255,255,.8);
    }
    .box_title img{
        height: 1.5rem;
    }
    @keyframes title_img {
        0% { transform: translateX(-.25rem); opacity: 0; }
        50% { transform: translateX(0); opacity: 1; }
        100% { transform: translateX(.25rem); opacity: 0; }
    }
    .box_title h3{
        line-height: 1.5rem;
        padding: 0 .3rem;
        font-size: .9rem;
    }
    .box3_box{
        background-position: center center;
        background-size:auto 100%;
        flex-direction: column;
        padding: .5rem;
    }
    .box3_table{
        width: 100%;
        margin-bottom: .5rem;
    }
    .box3_table thead th{
        height: 1.3rem;
        font-size: 1rem;
    }
    .box3_table tbody th{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .box3_table tbody td{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box3_r{
        width: 100%;
    }
    .box3_r h5{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_r h3{
        line-height: 1.6rem;
        font-size: .8rem;
        padding-left: .4rem;
        margin: .2rem 0;
    }
    .box3_list li{
        padding-left: .8rem;
        margin-top: .2rem;
    }
    .box3_list li img{
        height: .6rem;
        top: .1rem;
    }
    .box3_list li p{
        line-height: .9rem;
        font-size: .7rem;
    }
    .poster_list{
        flex-wrap: wrap;
    }
    .poster_list li{
        width: 48%;
        margin: .2rem 1%;
        padding: .2rem;
    }
    .city_list li{
        width: 25%;
        height: 2rem;
    }
    .city_list li a{
        line-height: 2rem;
        font-size: .7rem;
    }

}