﻿@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(../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(../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: #28132b;
}

.banner_box{
    width: 100%;
    height: 600px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 165px;
}
.banner_top{
    display: block;
    margin: 0 auto 145px;
}
.banner_box h1{
    display: none;
}
.banner_box h2{
    margin: 0 auto;
    text-align: center;
    position: relative;
    line-height: 65px;
    height: 65px;
    font-size: 44px;
    color: #fff;
    font-weight: normal;
}
.banner_box h2 span{
    font-size: 32px;
    font-style: italic;
}
.banner_box h2::after{
    content: '';
    display: block;
    background-image: url('../images/banner_h2_bottom.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -24px;
}
.box1{
    background-image: url('../images/after_banner.png');
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -160px;
}
.box1 .container{
    padding: 360px 0 0;
}
.box1_tab_box{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 110px 110px 0;
    height: 320px;
    background-image: url('../images/tab_bg.png');
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.box1_tab_center{
    position: absolute;
    top: 0;
    left: 49.7%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    background-image: url('../images/tab_center.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 432px;
    height: 339px;
    box-sizing: border-box;
    padding-top: 120px;
    line-height: 60px;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}
.box1_tab_center span{
    filter: drop-shadow(0px 2px 0px rgba(87, 39, 31, 0.41));
    background: linear-gradient(0deg, #B22228 0%, #DF818E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box1_tab{
    position: relative;
    z-index: 1;
}
.box1_tab li{
    width: 50%;
    float: left;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 150px;
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(0deg, #341C3A, #401E34);
    border: 1px solid  #B52930;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.1);
}
.box1_tab li span{
    background: linear-gradient(0deg, #B22228 0%, #DF818E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box1_tab li.active{
    background: linear-gradient(0deg, #B22228, #DF818E);
}
.box1_tab li.active span{
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow( 0px 5px 27px rgba(0, 0, 0, 0.1));
}
.box1_tab li:nth-child(2){
    text-align: right;
}
.box1_cont_box{
    background-image: url('../images/lc_bg.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 322px;
    margin-top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box1_cont{
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box1_cont:nth-child(1){
    display: flex;
}
.box1_cont::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url('../images/box1_cont_bg.png');
    width: 1160px;
    height: 15px;
    background-size: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.box1_cont li{
    position: relative;
    z-index: 2;
    width: 125px;
    margin: 0 15px;
}
.box1_cont_text{
    background-image: url('../images/lc_box.png');
    width: 105px;
    height: 125px;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box1_cont_text span{
    display: block;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: #FFFFFF;
}
.box1_cont_text p{
    display: none;
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    bottom: 120px;
    width: 255px;
    background: rgba(255,255,255,.9);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    padding: 4px;
}
.box1_cont_text p::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: rgba(255,255,255,.9) ;
}
.box1_cont_bottom::before{
    content: '';
    width: 1px;
    height: 25px;
    top: -25px;
    box-sizing: border-box;
    border-right: 1px dashed #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.box1_cont_bottom{
    margin: 25px auto 0;
    width: 15px;
    height: 15px;
    background: #4A1A2D;
    border: 1px solid #FFD4D4;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box1_cont_bottom i{
    width: 7px;
    height: 7px;
    background: #FFD4D4;
    border-radius: 50%;
}
.box2_box{
    width: 586px;
    box-sizing: border-box;
    padding: 20px 0 26px;
    background: #3A1C41;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.box2_box::before{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, #B22228, #DF818E);
    height: 10px;
}
.box2_box::after{
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 24px;
    background-image: url('../images/cont_bottom.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.box2_title{
    width: 100%;
    height: 130px;
    line-height: 130px;
    font-size: 30px;
    text-align: center;
    background-image: url('../images/box1_title_bg.png');
    background-size: auto 100%;
    background-position: center top;
}
.box2_title span,
.box_title span{
    background: linear-gradient(0deg, #CB878A 0.146484375%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box2_text{
    width: 546px;
    background: rgba(255,255,255,.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 20px;
}
.box2_text:nth-last-child(1){
    margin: 0 auto;
}
.box2_text_title{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
}
.box2_text_title::after{
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.1));
}
.box2_text_title h5{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #4e3354;
    font-size: 20px;
}
.box2_text_title h5 i{
    margin: 0 5px;
    display: block;
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 50%;
}
.box2_text p{
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}
.box2_text p span{
    color: #F44341;
}
.box2_text1{
    height: 305px;
}
.box2_text2{
    height: 270px;
}
.box2_text3{
    height: 660px;
}
.box_title{
    width: 100%;
    height: 156px;
    line-height: 156px;
    font-size: 45px;
    text-align: center;
    background-image: url('../images/title_bg.png');
    background-size: auto 100%;
    background-position: center top;
}
.box3_list{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.box3_list li{
    position: relative;
    width: 287px;
    height: 431px;
    text-align: center;
    background-image: url('../images/box2_list.png');
    background-size: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 60px 25px 0;
}
.box3_list li .box2_text_title h5{
    background: #391a3c;
}
.box3_list li p{
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}
.box3_list li:nth-child(2) p{
    line-height: 30px;
    font-size: 15px;
}
.box3_list li a{
    display: block;
    background-image: url('../images/box2_list_btn.png');
    background-size: 100%;
    color: #fff;
    width: 214px;
    height: 64px;
    box-sizing: border-box;
    padding-top: 16px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
}
.bottom_positer{
    width: 100%;
    height: 170px;
    background: url("../images/poster_bg.png") center top no-repeat;
}
.bottom_positer .container{
    height: 100%;
}
.bottom_qr{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.qr_box{
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    border: 1px solid #F5E590;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.36);
    border-radius: 8px;
    padding: 10px;
}
.qr_box img{
    display: block;
    width: 100%;
}
.bottom_qr p{
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}








@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(../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: 1rem 0;
    }


    .banner_box{
        background-size: auto 100%;
        height: 10rem;
    }
    .banner_box .container{
        padding-top: 2rem;
    }
    .banner_top{
        height: 1.5rem;
        margin: 0 auto 3rem;
    }
    .banner_box h2{
        line-height: 1.4rem;
        height: 1.4rem;
        font-size: 1.2rem;
    }
    .banner_box h2 span{
        font-size: 1rem;
    }
    .banner_box h2::after{
        height: .3rem;
        bottom: -.6rem;
    }
    .box1{
        margin-top: -1.55rem;
    }
    .box1 .container{
        padding: 4rem 0 0;
    }
    .box1_tab_box{
        padding: 2rem 1rem;
        height: auto;
    }
    .box1_tab_center{
        width: 6rem;
        height: 6rem;
        padding-top: 2rem;
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .box1_tab li{
        height: 1.4rem;
        line-height: 1.4rem;
        border-radius: .7rem;
        padding: 0 2rem;
        font-size: .8rem;
    }
    .box1_cont_box{
        height: auto;
        box-sizing: border-box;
        padding: 2rem 1rem 1rem;
        margin-top: -1rem;
    }
    .box1_cont{
        flex-wrap: wrap;
    }
    .box1_cont::before{
        display: none;
    }
    .box1_cont li{
        width: 32.3%;
        margin: 0 .5%;
    }
    .box1_cont_text{
        width: 5rem;
        height: 6rem;
        padding-top: 1rem;
        padding-left: 1rem;
    }
    .box1_cont_text span{
        line-height: 1.1rem;
        font-size: .8rem;
    }
    .box1_cont_text p{
        display: none;
        bottom: 5rem;
        width: 8rem;
        border-radius: .1rem;
        font-size: .6rem;
        line-height: .8rem;
        padding: .2rem;
    }
    .box1_cont_text p::after{
        display: none;
    }
    .box1_cont_bottom::before{
        display: none;
    }
    .box1_cont_bottom{
        display: none;
    }
    .box2_box{
        width: 100%;
        padding: .5rem 0 1rem;
        border-radius: .25rem;
        margin-bottom: .5rem;
    }
    .box2_box::before{
        height: .3rem;
    }
    .box2_box::after{
        background-size: 100%;
        height: .8rem;
    }
    .box2_title{
        height: 5rem;
        line-height: 5rem;
        font-size: 1.4rem;
    }
    .box2_text{
        width: 95%;
        border-radius: .2rem;
        margin: 0 auto .5rem;
        padding: .5rem;
    }
    .box2_text_title{
        line-height: 1.3rem;
        height: 1.3rem;
        margin-bottom: .2rem;
    }
    .box2_text_title h5{
        font-size: .8rem;
    }
    .box2_text_title h5 i{
        margin: 0 .2rem;
        width: .2rem;
        height: .2rem;
    }
    .box2_text p{
        font-size: .7rem;
        line-height: 1rem;
    }
    .box2_text1{
        height: auto;
    }
    .box2_text2{
        height: auto;
    }
    .box2_text3{
        height: auto;
    }
    .box_title{
        height: 4rem;
        line-height: 4rem;
        font-size: 1rem;
    }
    .box3_list{
        flex-wrap: wrap;
    }
    .box3_list li{
        width: 49%;
        height: 13.5rem;
        padding: 1.4rem .5rem 0;
    }
    .box3_list li p{
        font-size: .7rem;
        line-height: 1rem;
    }
    .box3_list li:nth-child(2) p{
        line-height: .9rem;
        font-size: .65rem;
    }
    .box3_list li a{
        width: 5.35rem;
        height: 1.6rem;
        padding-top: .4rem;
        line-height: 1.2rem;
        font-size: .8rem;
        bottom: .4rem;
    }
    .bottom_positer{
        background-image: url('../images/poster_bottom.png');
        background-size: auto 100%;
        height: 13.75rem;
        box-sizing: border-box;
        padding-top: 6rem;
    }
    .bottom_qr{
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
    }
    .qr_box{
        width: 6rem;
        height: 6rem;
        border-radius: .2rem;
        padding: .2rem;
        margin: 0 auto .5rem;
    }
    .bottom_qr p{
        line-height: 1rem;
        font-size: .7rem;
    }
    

}