@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:#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 820px repeat-y;
    background-size: 100%;
}
.banner_box{
    width: 100%;
    height: 820px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 85px;
    height: 100%;
}
.banner_box h2{
    width: 475px;
    line-height: 64px;
    border-radius: 32px;
    background:linear-gradient(93deg,rgba(28,92,252,1),rgba(112,33,108,1));
    margin: 0 auto 20px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 800px;
    height: 364px;
    margin: 0 auto;
}
.banner_p{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 40px;
    line-height:56px;
    background:rgba(29,35,115,1);
    border:1px solid rgba(32,49,253,1);
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    z-index: 4;
    position: absolute;
}
.banner_p1{
    left: 50px;
    top: 360px;
}
.banner_p2{
    right: 30px;
    top: 360px;
}
.banner_img{
    position: absolute;
    right: 0;
    bottom: -20px;
}
.box_container{
    padding: 40px 0;
}
.box_title{
    line-height: 90px;
    text-align: center;
    font-size: 55px;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.box_title1::before{
    content: 'PART01';
}
.box_title2::before{
    content: 'PART02';
}
.box_title3::before{
    content: 'PART03';
}
.box_title4::before{
    content: 'PART04';
}
.box_title5::before{
    content: 'PART05';
}
.box_title6::before{
    content: 'PART06';
}
.box_title7::before{
    content: 'PART07';
}
.box_title::before{
    display: block;
    color:rgba(34,39,116,1);
    opacity:0.47;
    background:linear-gradient(270deg,rgba(61,68,170,1) 0%, rgba(42,42,160,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: -1;
    font-weight: bold;
}
.box_title::after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background:linear-gradient(90deg,rgba(0,212,254,1) 0%,rgba(250,0,245,1) 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.box_title5::after{
    display: none;
}
.box_title5{
    font-weight: normal;
    margin-bottom: 0;
}
.box1_box{
    margin-bottom: 100px;
}
.box1_text p{
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}
.box1_text p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    height: 36px;
}
.box1_img{
    position: relative;
}
.box1_img img{
    display: block;
    width: 100%;
}
.box1_img span{
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    width: 280px;
    line-height: 70px;
    background:linear-gradient(0deg,rgba(31,54,253,1),rgba(24,130,250,1));
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.after_box_title5{
    line-height: 40px;
    text-align: center;
    color: #E9EAE9;
    font-size: 24px;
    margin-bottom: 40px;
}
.after_box_title5::before,
.after_box_title5::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 60px;
    height:2px;
    background:linear-gradient(90deg,rgba(0,212,254,1) 0%,rgba(250,0,245,1) 100%);
}
.codeBox{
    background: #2B3189;
    border-radius: 10px;
    padding: 50px 120px;
}
/* 联动切换二维码 开始 */
.code_l{
    float: left;
    width: 525px;
}
.list-div {
    margin-bottom: 20px;
}
.list-div .selectBox {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 85px;
    cursor: default;
    text-align: left;
}
.list-div .selectBox:after {
    position: absolute;
    right: 15px;
    top: 35px;
    pointer-events: none;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #233868;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transition: all .3s;
}
.list-div .selectBox.onSelect:after {
    transform: rotate(-180deg);
}
.list-div .selectBox cite {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 24px;
    font-style: normal;
    line-height: 85px;
    text-indent: .75em;
    transition: all .2s;
    color: #333;
}
.list-div .selectBox:hover cite {
    border-color: #5faff7;
}
.list-div .selectBox ul {
    display: none;
    position: absolute;
    left: 0;
    top: 85px;
    box-sizing: border-box;
    cursor: default;
    width: 100%;
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
    background: #fff;
    border: 1px solid #5faff7;
    border-radius: 5px;
    font-size: 16px;
    line-height: 32px;
    text-indent: .75em;
}
.list-div .selectBox li:hover {
    background: #f8f8f8;
}
.code_r{
    width: 300px;
    float: right;
    box-sizing: border-box;
    padding: 60px;
    background: #fff;
    border-radius: 10px;
}
.pic {
    position: relative;
    width: 180px;
    height: 180px;
}
.pic img {
    display: block;
    width: 100%;
}
.pic .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
}
.wxId {
    display: none;
}
/* 联动切换二维码 end */
.city_list li{
    float: left;
    margin: 10px;
    width: 130px;
    line-height: 50px;
    background: rgba(54,61,157,1);
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}
.city_list li a{
    display: block;
    color: #fff;
}
.city_list li:hover{
    background: #0440BA;
}
.poster_list{
    padding: 30px 20px;
    background:rgba(43,49,137,1);
    border-radius:10px;
}
.poster_list li{
    float: left;
    width: 365px;
    margin: 0 10px;
}
.poster_list li a,
.poster_list li img{
    display: block;
    width: 100%;
}

.window_mask{
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}
.fixed_close{
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}
.province_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}
.province_list li{
    float: left;
    width: 25%;
    line-height: 30px;
    margin: 5px 0;
    text-align: left;
    font-size: 14px;
}
.province_list li a{
    display: block;
    color: #333;
}
.province_list li:hover a{
    color: #fa1605;
}










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


    body{
        background: url("../images/body_bg.png") center top repeat-y;
        background-size: 100%;
    }
    .banner_box{
        height: 18rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        width: 12rem;
        line-height: 1.6rem;
        border-radius: .8rem;
        margin: 0 auto .5rem;
        font-size: .9rem;
    }
    .banner_box h1{
        width: 17rem;
        height: 8rem;
        position: relative;
        z-index: 6;
    }
    .banner_p{
        padding: .2rem;
        line-height: 1rem;
        margin-bottom: .5rem;
        font-size: .7rem;
    }
    .banner_p1{
        left: .5rem;
        top: 10.5rem;
    }
    .banner_p2{
        right: .5rem;
        top: 10.5rem;
    }
    .banner_img{
        width: 100%;
        bottom: -.6rem;
    }
    .box_container{
        padding: 1rem 0;
    }
    .box_title{
        line-height: 2rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .box_title::before{
        font-size: 2rem;
        top: -.5rem;
    }
    .box_title::after{
        width: 8rem;
    }
    .box1_box{
        width: 90%;
        margin: 0 auto;
    }
    .box1_text{
        margin-bottom: 1rem;
    }
    .box1_text p{
        line-height: 1.4rem;
        font-size: .8rem;
    }
    .box1_text p img{
        margin-right: .4rem;
        height: .9rem;
    }
    .box1_img{
        margin-bottom: 2rem;
    }
    .box1_img span{
        bottom: -.8rem;
        width: 7rem;
        line-height: 1.6rem;
        font-size: 1rem;
    }
    .after_box_title5{
        line-height: 1.2rem;
        font-size: .7rem;
        margin-bottom: 1rem;
    }
    .after_box_title5::before,
    .after_box_title5::after{
        margin: 0 .25rem;
        width: 1.5rem;
    }
    .codeBox{
        padding: 1rem;
    }
    /* 联动切换二维码 开始 */
    .code_l{
        float: none;
        z-index: 5;
        position: relative;
        width: 100%;
    }
    .list-div {
        margin-bottom: .6rem;
    }
    .list-div .selectBox {
        height: 2rem;
    }
    .list-div .selectBox:after {
        right: .5rem;
        top: .8rem;
    }
    .list-div .selectBox cite {
        border-radius: .25rem;
        font-size: .8rem;
        line-height: 2rem;
    }
    .list-div .selectBox ul {
        top: 2rem;
        max-height: 15rem;
        border-radius: .1rem;
        font-size: .7rem;
        line-height: 1.2rem;
    }
    .code_r{
        z-index: 2;
        position: relative;
        width: 10rem;
        float: none;
        padding: 1rem;
        margin: 1rem auto 0;
    }
    .pic {
        width: 8rem;
        height: 8rem;
    }
    /* 联动切换二维码 end */
    .city_list li{
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.5rem
        border-radius: .1rem;
        font-size: .7rem;
    }
    .poster_list{
        padding: .5rem .1rem;
        border-radius: .25rem;
    }
    .poster_list li{
        width: 32.3%;
        margin: 0 .5%;
    }

    .fixed_close{
        top: -1.5rem;
        width: 1.3rem;
    }
    .province_box{
        width: 96%;
        max-height: 80%;
        overflow-y: scroll;
        padding: .5rem;
        border-radius: .25rem;
    }
    .province_list li{
        width: 50%;
        line-height: 1.2rem;
        margin: .1rem 0;
        font-size: .7rem;
    }
}