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


.banner_box{
    text-align: center;
    color: #fff;
    width: 100%;
    height: 620px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 100px;
}
.banner_box h2{
    line-height: 60px;
    font-size: 30px;
    font-weight: normal;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 908px;
    height: 82px;
    margin: 26px auto;
}
.banner_box h3{
    line-height: 70px;
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: normal;
}
.banner_box li{
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 8px;
    border: 2px solid #fff;
    font-size: 24px;
}
.box_container{
    padding: 40px 0;
}
.box_title{
    line-height: 65px;
    text-align: center;
    margin-bottom: 60px;
}
.box_title span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 44px;
    color: #036EE7;
    font-weight: normal;
}
.box_title span::after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:20px;
    background:rgba(217,226,237,1);
    border-radius:10px;
    z-index: -1;
}
.box_title::before,
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/title_icon.png");
    background-size: 100%;
    width: 27px;
    height: 32px;
    margin: 0 20px;
}
.box1_box{
    margin-bottom: 80px;
}
.box1_img{
    width: 540px;
    border-radius:8px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 30px rgba(81,88,237,.2);
}
.box1_img img{
    display: block;
    width: 100%;
}
.box1_text{
    width: 540px;
    box-sizing: border-box;
}
.box1_text.fl{
    padding-left: 80px;
}
.box1_text p{
    line-height: 40px;
    font-size: 24px;
    color: #333;
}
.box1_text a{
    margin-top: 20px;
    display: block;
    width: 275px;
    line-height: 66px;
    background:linear-gradient(135deg,rgba(255,117,28,1),rgba(254,157,0,1));
    box-shadow:0px 5px 13px 0px rgba(255,128,21,0.69);
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.box1_text a:hover{
    background:linear-gradient(-45deg,rgba(255,117,28,1),rgba(254,157,0,1));
}
.after_title{
    margin-top: -40px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 50px;
}
.box2_r{
    width: 440px;
    margin-left: 30px;
    box-sizing: border-box;
    padding: 20px 0;
}
.box2_r h5{
    line-height: 35px;
    font-size: 22px;
    color: #333;
    font-weight: normal;
}
.box2_price{
    margin-top: 25px;
    line-height: 45px;
    font-size: 22px;
    color: #333;
}
.box2_price span{
    display: inline-block;
    margin: 0 10px;
    font-size: 42px;
    color: #FF0000;
}
.box2_price s{
    font-size: 22px;
    color: #ccc;
}
.box2_price_btn{
    margin: 70px auto 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    width:275px;
    line-height: 66px;
    background:linear-gradient(-45deg,rgba(255,117,28,1),rgba(254,157,0,1));
    box-shadow:0px 5px 13px 0px rgba(255,128,21,0.69);
    border-radius:12px;
}
.price_bottom{
    line-height: 35px;
    font-size: 18px;
    color: #333;
}
.box3_tab{
    display: flex;
    justify-content: center;
}
.box3_tab li{
    cursor: pointer;
    margin: 0 15px;
    width: 355px;
    line-height: 66px;
    background: linear-gradient(210deg,rgba(50,83,250,1),rgba(29,83,219,1));
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.box3_tab li.active{
    background:linear-gradient(-45deg,rgba(255,117,28,1),rgba(254,157,0,1));
    box-shadow:0px 5px 13px 0px rgba(255,128,21,0.69);
}
.box3_cont{
    margin-top: 50px;
	text-align: center;
}
.box3_img{ margin:20px 0 0 110px ;}
.box3_cont li{
    display: none;
}
.box3_cont li:nth-child(1){
    display: block;
}
.box3_table{
    width: 700px;
    text-align: center;
    color: #333;
}
.box3_table th{
    line-height: 50px;
    font-size: 20px;
    background: #EAECF7;
    border: 1px solid #D0D0D0;
}
.box3_table td{
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #D0D0D0;
}
.box3_table td a{
    display: block;
    margin: 0 auto;
    background:linear-gradient(-45deg,rgba(255,117,28,1),rgba(254,157,0,1));
    box-shadow:0px 5px 13px 0px rgba(255,128,21,0.69);
    color: #fff;
    width: 100px;
    line-height: 36px;
    border-radius: 18px;
}
.box4_table{
    width: 100%;
    text-align: center;
    border-radius:16px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,43,52,.1);
}
.box4_table tr:nth-child(1){
    background:linear-gradient(210deg,rgba(42,77,255,1),rgba(14,76,235,1));
}
.box4_table tr:nth-last-child(1) td{
    border-bottom: 0;
}
.box4_table tr td:nth-child(1){
    border-left: 0;
}
.box4_table tr td:nth-last-child(1){
    border-right: 0;
}
.box4_table th{
    line-height: 70px;
    font-size: 20px;
    color: #fff;
}
.box4_table td{
    box-sizing: border-box;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    border: 1px solid #D0D0D0;
}
.box4_table td a{
    display: block;
    margin: 0 auto;
    background:linear-gradient(-45deg,rgba(255,117,28,1),rgba(254,157,0,1));
    box-shadow:0px 5px 13px 0px rgba(255,128,21,0.69);
    color: #fff;
    width: 135px;
    line-height: 46px;
    border-radius: 23px;
}
.bottom{
    background: url("../images/body_bg.png") center top no-repeat;
}

.region {
  padding-top: 30px;
}

.region a {
  float: left;
  display: block;
  width: 115px;
  height: 47px;
  background: #FFFFFF;
  border-radius: 21px;
  box-sizing: border-box;
  margin-bottom: 36px;
  text-align: center;
  line-height: 47px;
  font-size: 25px;
  color: #000000;
  transition: all .3s linear;
  margin-right: 17px;
}

.region a:hover {

  color: #CA0011;
  background: #FABC51;
}

.region a:nth-child(9n) {
  margin-right: 0;
}
.bottom .box_title span{
    color: #fff;
}
.bottom .box_title span::after{
    background:rgba(228,235,243,.3);
}
.poster_list{
    display: flex;
    justify-content: space-between;
}
.poster_list li{
    width: 380px;
}
.poster_list li a{
    display: block;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 20px;
    background: #2246fb;
}
.poster_list li img{
    display: block;
    width: 100%;
    border-radius: 20px;
}
.poster_list li p{
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}




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


    .banner_box{
        height: 12rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        line-height: 1.5rem;
        font-size: .75rem;
    }
    .banner_box h1{
        width: 17rem;
        height: 1.5rem;
        margin: .5rem auto;
        background-size: 100%;
    }
    .banner_box h3{
        line-height: 1.5rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .banner_box li{
        margin: .2rem;
        padding: 0 .4rem;
        line-height: 1.5rem;
        border-radius: .2rem;
        font-size: .7rem;
    }
    .box_container{
        padding: 1rem 0;
    }
    .box_title{
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
    .box_title span{
        font-size: 1rem;
    }
    .box_title span::after{
        height: .4rem;
        border-radius: .2rem;
    }
    .box_title::before,
    .box_title::after{
        width: .675rem;
        height: .8rem;
        margin: 0 .4rem;
    }
    .box1_box{
        margin-bottom: 0;
    }
    .box1_img{
        width: 100%;
        border-radius: .2rem;
        padding: .25rem;
        box-shadow: 0 0 1rem rgba(81,88,237,.2);
        margin-bottom: .5rem;
    }
    .box1_text{
        width: 100%;
        margin-bottom: .5rem;
    }
    .box1_text.fl{
        padding-left: 0;
    }
    .box1_text p{
        text-align: center;
        line-height: 1.2rem;
        font-size: .75rem;
    }
    .box1_text a{
        margin: .5rem auto;
        width: 7rem;
        line-height: 1.6rem;
        border-radius: .3rem;
        font-size: .8rem;
    }
    .after_title{
        margin-top: -1rem;
        line-height: 1.1rem;
        font-size: .7rem;
        margin-bottom: 1rem;
    }
    .box2_r{
        width: 100%;
        margin-left: 0;
        padding: .5rem 0;
        margin-top: .5rem;
        text-align: center;
    }
    .box2_r h5{
        line-height: 1.2rem;
        font-size: .75rem;
    }
    .box2_price{
        margin-top: .5rem;
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box2_price span{
        margin: 0 .25rem;
        font-size: 1rem;
    }
    .box2_price s{
        font-size: .8rem;
    }
    .box2_price_btn{
        margin: 1rem auto;
        font-size: .8rem;
        width: 7rem;
        line-height: 1.6rem;
        border-radius: .3rem;
    }
    .price_bottom{
        line-height: 1.2rem;
        font-size: .75rem;
    }
    .box3_tab{
        display: block;
    }
    .box3_tab li{
        float: left;
        margin: 0 .5%;
        width: 32.3%;
        line-height: 1.65rem;
        border-radius: .3rem;
        font-size: .65rem;
    }
    .box3_cont{
        margin-top: 1rem;
    }
    .box3_img{
        display: block;
        margin: 0 auto .5rem;
        width: 80%;
    }
    .box3_table{
        width: 100%;
    }
    .box3_table th{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .box3_table td{
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box3_table td a{
        width: 4rem;
        line-height: 1.4rem;
        border-radius: .7rem;
    }
    .box4_table{
        border-radius: .4rem;
    }
    .box4_table th{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .box4_table td:nth-child(2),
    .box4_table td:nth-child(3){
        width: 18%;
    }
    .box4_table td{
        padding: .2rem;
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box4_table td a{
        width: 3.5rem;
        line-height: 1.4rem;
        border-radius: .7rem;
    }
    .poster_list{
        display: block;
    }
    .poster_list li{
        width: 32.3%;
        margin: 0 .5%;
        float: left;
    }
    .poster_list li a{
        padding: .2rem;
        border-radius: .5rem;
    }
    .poster_list li img{
        border-radius: .5rem;
    }
    .poster_list li p{
        line-height: 1rem;
        margin-top: .5rem;
        font-size: .7rem;
    }

}