@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:#333; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }
.box_container{
    padding: 40px 0;
}


body{
    background: url("../images/body_bg.jpg") center top no-repeat;
    background-size: auto 100%;
}
.banner_box{
    width: 100%;
    height: 720px;
    background: url("../images/banner_bg.jpg") center top no-repeat;
}
.banner_box .container{
    padding-top: 72px;
}
.banner_top{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    height: 77px;
}
.banner_top img{
    display: block;
    height: 100%;
}
.banner_top h5{
    line-height: 50px;
    font-size: 46px;
    color: #385493;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 320px;
    margin: 30px auto 24px;
}
.banner_box h2{
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(255,255,255,.66);
    border: 2px solid #fff;
    width: 760px;
    line-height: 66px;
    border-radius: 35px;
    font-size: 36px;
}
.banner_box h2 span{
    font-size: 48px;
    color: #FFD800;
    font-weight: bold;
    font-style: italic;
}
.box_title{
    background-image: url('../images/title_white.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    height: 62px;
    line-height: 62px;
    margin-bottom: 20px;
    font-size: 48px;
}
.box_title_blue{
    background-image: url('../images/title_blue.png');
}
.box4 span,
.box_title_blue span{
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(0deg, #E3002B 0%, #1049D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box_title span{
    font-style: italic;
    color: #FFD800;
}
.box1_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    background-image: url('../images/box1_top_bg.png');
    background-size: 100%;
    height: 430px;
    padding: 40px 60px;
}
.box1_top_box{
    width: 450px;
}
.box1_list li{
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}
.box1_list li a{
    color: #0018FF;
}
.box1_top_box h4{
    line-height: 36px;
    margin-top: 20px;
    font-size: 26px;
    color: #FFD800;
}
.box1_top .buy_btn{
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    bottom: 60px;
}
.buy_btn{
    position: relative;
    text-align: center;
}
.buy_btn h5{
    position: relative;
    color: #ac0005;
    z-index: 1;
    box-sizing: border-box;
    background: #FFD800;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    border: 2px solid #385493;
    line-height: 56px;
    border-radius: 30px;
    padding: 0 90px 0 16px;
    font-size: 22px;
}
.buy_btn a{
    display: block;
    width: 85px;
    line-height: 85px;
    font-size: 34px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    background: #385493;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    border: 2px solid #FFD800;
}
.box1_bottom_title{
    background-image: url('../images/box1_b_title.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    color: #000;
    margin-top: 30px;
    margin-bottom: 12px;
    line-height: 70px;
    font-size: 36px;
}
.box1_swiper .swiper-container{
    overflow: hidden;
    width: 1050px;
}
.box1_swiper a,
.box1_swiper img{
    display: block;
    width: 100%;
}
.box1_swiper  .swiper-button-prev.swiper-button-white.prev {
    background-image: none;
    width: 60px;
    height: 60px;
    box-shadow: inset 0 0 12px rgba(255,255,255,.35), 0 0 8px rgba(0, 136, 160, .5);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box1_swiper  .swiper-button-next.swiper-button-white.next {
    background-image: none;
    width: 60px;
    height: 60px;
    box-shadow: inset 0 0 12px rgba(255,255,255,.35), 0 0 8px rgba(0, 136, 160, .5);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box1_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box,
.box1_swiper  .swiper-button-next.swiper-button-white.next .btn_box{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.box1_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box img,
.box1_swiper  .swiper-button-next.swiper-button-white.next .btn_box img{
    display: block;
    opacity: 1;
    width: 16px;
}
.box2_container{
    background: #FFD800;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .4);
    border-radius: 16px;
    padding: 16px 10px;
    margin-bottom: 70px;
}
.box2_container::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/link_icon.png');
    background-size: 100%;
    background-repeat: repeat-y;
    z-index: 3;
    height: calc(100% - 120px);
    width: 42px;
    bottom: 45px;
    left: -12px;
}
.box2_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 100px;
}
.box2_title img{
    display: block;
    height: 46px;
}
.box2_title h4{
    line-height: 46px;
    color: #fff;
    box-sizing: border-box;
    background: #b00005;
    padding: 0 40px;
    font-size: 22px;
}
.box2_table_box{
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 16px;
    padding: 25px 30px;
}
.box2_table_double{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2_table_double.box2_table_box table{
    width: 50%;
}
.box2_table_box table{
    width: 100%;
    text-align: center;
    border: 1px solid #1049D2;
}
.box2_table_box table thead th{
    color: #1b1b1b;
    background: none;
    font-size: 20px;
    line-height: 26px;
}
.box2_table_box table tbody th{
    background: #1049D2;
    color: #fff;
    line-height: 26px;
    font-size: 20px;
}
.box2_table_box table tr td{
    border: 1px solid #1049D2;
    color: #1049D2;
    line-height: 26px;
    font-size: 16px;
}
.box2_container .buy_btn{
    position: absolute;
    right: 0;
    bottom: -45px;
}
.city_list li{
    float: left;
    text-align: center;
    background-image: url('../images/city_bg.png');
    background-size: 100%;
    margin: 10px 4px;
    width: 162px;
    line-height: 48px;
    font-size: 22px;
}
.city_list li a{
    font-weight: bold;
    display: block;
    color: #001D62;
}
.city_list li:hover{
    background-image: url('../images/city_hover.png');
}
.city_list li:hover a{
    color: #fff;
}
.poster_list{
    display: flex;
    justify-content: space-between;
}
.poster_list li{
    box-sizing: border-box;
    background: #FFD800;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .4);
    width: 280px;
    padding: 10px;
    border-radius: 16px;
}
.poster_list li a,
.poster_list li img{
    border-radius: 16px;
    display: block;
    width: 100%;
}


@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: #333;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }

    .box_container{
        padding: 1rem 0;
    }



    .banner_box{
        height: auto;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding: 1rem 0;
    }
    .banner_top{
        height: 1.5rem;
    }
    .banner_top h5{
        line-height: 1rem;
        font-size: .8rem;
    }
    .banner_box h1{
        height: 5rem;
        margin: .5rem auto .5rem;
    }
    .banner_box h2{
        width: 16rem;
        line-height: 1.4rem;
        border-radius: .8rem;
        font-size:  .9rem;
    }
    .banner_box h2 span{
        font-size: 1rem;
    }
    .box_title{
        height: 1.6rem;
        line-height: 1.6rem;
        margin-bottom: .5rem;
        font-size: 1rem;
    }
    .box1_top{
        flex-wrap: wrap;
        background-image: none;
        height: auto;
        padding: 1rem;
    }
    .box1_top_box{
        width: 100%;
    }
    .box1_list li{
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box1_top_box h4{
        line-height: 1.4rem;
        margin: .3rem 0;
        font-size: .85rem;
    }
    .box1_top .buy_btn{
        position: relative;
        left: auto;
        transform: translateX(0);
        bottom: auto;
        margin: .5rem auto 0;
    }
    .buy_btn h5{
        line-height: 1.5rem;
        border-radius: .8rem;
        padding: 0 2.6rem 0 .4rem;
        font-size: .75rem;
    }
    .buy_btn a{
        width: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem;
    }
    .box1_bottom_title{
        margin-top: 1rem;
        margin-bottom: .5rem;
        line-height: 1.8rem;
        font-size: .9rem;
    }
    .box1_swiper .swiper-container{
        width: 80%;
    }
    .box1_swiper a,
    .box1_swiper img{
        display: block;
        width: 100%;
    }
    .box1_swiper  .swiper-button-prev.swiper-button-white.prev {
        width: 1.6rem;
        height: 1.6rem;
    }
    .box1_swiper  .swiper-button-next.swiper-button-white.next {
        width: 1.6rem;
        height: 1.6rem;
    }
    .box1_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box,
    .box1_swiper  .swiper-button-next.swiper-button-white.next .btn_box{
        width: 1.6rem;
        height: 1.6rem;
    }
    .box1_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box img,
    .box1_swiper  .swiper-button-next.swiper-button-white.next .btn_box img{
        width: .4rem;
    }
    .box2_container{
        border-radius: .4rem;
        padding: .4rem .25rem;
        margin-bottom: 2rem;
    }
    .box2_container::before{
        height: calc(100% - 3rem);
        width: 1rem;
        bottom: 1rem;
        left: -.3rem;
    }
    .box2_title{
        padding-left: 1rem;
    }
    .box2_title img{
        height: 1.3rem;
    }
    .box2_title h4{
        line-height: 1.3rem;
        padding: 0 1rem;
        font-size: .85rem;
    }
    .box2_table_box{
        border-radius: .4rem;
        padding: .5rem;
    }
    .box2_table_double{
        display: block;
    }
    .box2_table_double.box2_table_box table{
        width: 100%;
    }
    .box2_table_box table thead th{
        white-space: nowrap;
        box-sizing: border-box;
        padding: 0 .2rem;
        font-size: .7rem;
        line-height: 1.1rem;
    }
    .box2_table_box table tbody th{
        white-space: nowrap;
        box-sizing: border-box;
        padding: 0 .2rem;
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box2_table_box table tr td{
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box2_container .buy_btn{
        bottom: -1.4rem;
    }
    .city_list li{
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.35rem;
        font-size: .7rem;
    }
    .poster_list{
        flex-wrap: wrap;
    }
    .poster_list li{
        margin: .2rem 1%;
        width: 48%;
        padding: .25rem;
        border-radius: .4rem;
    }
    .poster_list li a,
    .poster_list li img{
        border-radius: .4rem;
    }

}