@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: #322895;
}
.banner_box{
    width: 100%;
    height: 908px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 70px;
    height: 100%;
}
.banner_box h2{
    line-height: 55px;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px;
    font-weight: normal;
    font-size: 30px;
    color: #AC2CFF;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 1100px;
    height: 236px;
    margin: 15px auto;
}
.banner_box h3{
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.banner_box p{
    height: 133px;
    padding: 25px 30px 43px;
    line-height: 65px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    position: absolute;
    background-size: 100%;
}
.banner_box p span{
    color: #FFCC00;
}
.banner_box p.banner_p1{
    animation: p_move 4s linear infinite;
    width: 329px;
    background-image: url("../images/banner_p1.png");
    left: -30px;
    bottom: 360px;
}
.banner_box p.banner_p2{
    animation: p_move 3s linear infinite reverse;
    width: 329px;
    background-image: url("../images/banner_p1.png");
    left: 270px;
    bottom: 255px;
}
.banner_box p.banner_p3{
    animation: p_move 5s linear infinite;
    width: 298px;
    background-image: url("../images/banner_p2.png");
    right: -30px;
    bottom: 365px;
}
.banner_book{
    animation: banner_move 6s linear infinite reverse;
    position: absolute;
    left: 70px;
    bottom: -50px;
}
.banner_desk{
    animation: banner_move 6s linear infinite;
    position: absolute;
    right: 205px;
    bottom: -5px;
}
@keyframes banner_move {
    0%{ transform: translate(0,0) }
    25%{ transform: translate(10px,-10px) }
    50%{ transform: translate(0,0) }
    75%{ transform: translate(-10px,10px) }
    100%{ transform: translate(0,0) }
}

@keyframes p_move {
    0%{ transform: translateX(0) }
    25%{ transform: translateX(-6px) }
    50%{ transform: translateX(0) }
    75%{ transform: translateX(6px) }
    100%{ transform: translateX(0) }
}
.box2,.box4,.box6,.box8{
    background: #362ba0;
}
.box_container{
    padding: 40px 0;
}
.box_title{
    line-height: 60px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 38px;
}
.box_title::before,
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    background-image: url("../images/title_l.png");
    width: 171px;
    height: 32px;
    margin: 0 20px;
}
.box_title::after{
    background-image: url("../images/title_r.png");
}
.box1_list1,
.box1_list2{
    display: flex;
    justify-content: space-between;
}
.box1_list2{
    margin: 30px 0 70px;
}
.box1_list1 li{
    width:285px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background:linear-gradient(-90deg,rgba(253,170,74,1),rgba(228,87,113,1));
    border-radius: 30px;
}
.box1_list1 li a,
.box1_list2 li a{
    display: block;
    width: 100%;
    color: #fff;
}
.box1_list2 li{
    width:590px;
    background:linear-gradient(-90deg,rgba(90,102,226,1),rgba(118,76,239,1));
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
}
.box1_table{
    width: 100%;
    overflow: hidden;
    background:rgba(255,255,255,1);
    border-radius:10px;
    text-align: center;
}
.box1_table th{
    line-height:70px;
    background:linear-gradient(90deg,rgba(90,102,226,1),rgba(118,76,239,1));
    font-size: 24px;
    color: #fff;
}
.box1_table tr:nth-child(2) td{
    background:rgba(44,33,142,0.03);
    color: #2C218E;
    font-size: 16px;
}
.box1_table tr td{
    border: 1px solid #d9d8de;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 0;
}
.box1_table tr td a{
    display: block;
    margin: 10px auto;
    width:130px;
    line-height:40px;
    background:linear-gradient(-90deg,rgba(253,170,74,1),rgba(228,87,113,1));
    box-shadow:0px 2px 10px 0px rgba(229,1,1,0.2);
    border-radius:20px;
    color: #fff;
}
.box1_table tr td p{
    line-height: 36px;
    font-size: 14px;
    color: #999;
}
.box2_list{
    display: flex;
    justify-content: space-between;
}
.box2_list_circle{
    margin: 0 auto;
    border-radius: 50%;
    width:60px;
    height:60px;
    background:linear-gradient(-90deg,rgba(253,170,74,1),rgba(228,87,113,1));
    box-shadow:0px 5px 0px 0px rgba(44,33,142,0.08);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 2;
}
.box2_list_circle::after{
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: -245px;
    background-image: url("../images/box2_list.png");
    background-size: 100%;
    width: 235px;
    height: 4px;
}
.box2_list li:nth-last-child(1) .box2_list_circle::after{
    display: none;
}
.box2_list_circle h5{
    line-height: 25px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.box2_list_circle span{
    line-height: 16px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.box2_list_box{
    width:270px;
    height:260px;
    background:rgba(243,246,241,1);
    border-radius:10px;
    margin-top: -15px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 40px;
    text-align: center;
}
.box2_list_box h5{
    line-height: 40px;
    margin-bottom: 8px;
    font-size: 20px;
    color: #2C218E;
}
.box2_list_box p{
    line-height: 36px;
    font-size: 16px;
    color: #333;
}
.box2_list_box p span{
    color: #CC3333;
}
.box_bottom_h5{
    margin: 40px auto 0;
    background-image: url("../images/box2_bottom.png");
    background-size: 100%;
    width: 850px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
}
.box_bottom_h5::before,
.box_bottom_h5::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/box2_bl.png");
    background-size: 100%;
    margin: 0 20px;
    width: 94px;
    height: 24px;
}
.box_bottom_h5::after{
    background-image: url("../images/box2_br.png");
}
.box_bottom_h5 span{
    color:rgba(248,248,251,1);
    line-height:36px;
    background:linear-gradient(0deg,rgba(255,213,86,1) 0%, rgba(253,239,182,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box3_box{
    background: url("../images/box3_center.png") center top no-repeat;
    padding-top: 100px;
}
.q1{
    position: absolute;
    top: 15px;
    left: 460px;
}
.q2{
    position: absolute;
    top: 55px;
    left: 630px;
}
.box3_box li{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 75px;
}
.box3_box li:nth-child(1){
    padding: 0 150px;
}
.box3_box li:nth-child(3){
    padding: 0 110px;
}
.box3_box li p{
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    box-sizing: border-box;
    padding-top: 8px;
    background-size: 100%;
}
.box3_l1{
    animation: p_move 4s linear infinite;
    background-image: url("../images/box3_l1.png");
    width: 258px;
}
.box3_r1{
    animation: p_move 4s linear infinite reverse;
    background-image: url("../images/box3_r1.png");
    width: 258px;
}
.box3_l2{
    animation: p_move 4s linear infinite;
    background-image: url("../images/box3_l2.png");
    width: 338px;
}
.box3_r2{
    animation: p_move 4s linear infinite reverse;
    background-image: url("../images/box3_r2.png");
    width: 338px;
}
.box3_l3{
    animation: p_move 4s linear infinite;
    background-image: url("../images/box3_l3.png");
    width: 328px;
}
.box3_r3{
    animation: p_move 4s linear infinite reverse;
    background-image: url("../images/box3_r3.png");
    width: 328px;
}
.box4_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.box4_list li{
    width: 285px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.box4_list li:nth-child(1){
    height: 280px;
}
.box4_list li:nth-child(2){
    height: 300px;
}
.box4_list li:nth-child(3){
    height: 320px;
}
.box4_list li:nth-child(4){
    height: 340px;
}
.box4_list li h5{
    background-image: url("../images/box4_title.png");
    height: 60px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.box4_list li p{
    line-height: 20px;
    margin-bottom: 28px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.box4_list li p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.box5_p{
    margin-bottom: 45px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    line-height: 70px;
    font-size: 22px;
    color: #FEFEFF;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.box5_p1{
    animation: p_move 4s linear infinite;
    background-image: url("../images/box5_p1.png");
}
.box5_p2{
    animation: p_move 4s linear infinite reverse;
    background-image: url("../images/box5_p2.png");
}
.box5_p3{
    animation: p_move 4s linear infinite;
    background-image: url("../images/box5_p3.png");
}
.box5_rabbit{
    position: absolute;
    right: -20px;
    top: 285px;
}
.box6_p_box{
    text-align: center;
}
.box6_p{
    margin-top: 40px;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 65px;
    border-radius: 32px;
}
.box6_p span{
    color: #cc3333;
}
.box6_p p{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    width:150px;
    line-height: 50px;
    border-radius: 25px;
}
.box6_p_box .box6_p:nth-child(odd){
    animation: p_move 4s linear infinite;
}
.box6_p_box .box6_p:nth-child(even){
    animation: p_move 4s linear infinite reverse;
}
.box6_p_box .box6_p:nth-child(odd) p{
    background:linear-gradient(-90deg,rgba(253,170,74,1),rgba(228,87,113,1));
}
.box6_p_box .box6_p:nth-child(even) p{
    background:linear-gradient(-90deg,rgba(90,102,226,1),rgba(118,76,239,1));
}
.box7_list{
    display: flex;
    justify-content: space-between;
}
.box7_list li{
    width:275px;
    height:365px;
    background:rgba(255,255,255,1);
    border-radius:10px;
    box-sizing: border-box;
    padding-top: 55px;
    text-align: center;
}
.box7_list li img{
    display: block;
    height: 90px;
    margin: 0 auto;
}
.box7_list li h5{
    line-height: 40px;
    margin: 25px 0 15px;
    font-size: 22px;
    color: #2C218E;
    font-weight: normal;
}
.box7_list li p{
    line-height: 36px;
    font-size: 16px;
    color: #333;
}
.box7_list li p span{
    color: #CC3333;
}
.city_list li{
    float: left;
    margin: 10px;
    width:130px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    background:rgba(92,70,255,0.3);
    border-radius:5px;
}
.city_list li a{
    display: block;
    color: #fff;
}
.city_list li:hover{
    background: #fff;
}
.city_list li:hover a{
    color: #2C218E;
}

@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;
    }

    .banner_box{
        height: 16rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        color: #fff;
        line-height: 1.5rem;
        letter-spacing: .4rem;
        text-indent: .4rem;
        font-size: .8rem;
    }
    .banner_box h1{
        width: 16rem;
        height: 3rem;
        margin: .3rem auto;
    }
    .banner_box h3{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .banner_box p{
        height: 3.325rem;
        padding: .625rem .75rem  1.075rem;
        line-height: 1.625rem;
        font-size: .7rem;
    }
    .banner_box p.banner_p1{
        width: 8.225rem;
        left: -.7rem;
        bottom: 5.5rem;
    }
    .banner_box p.banner_p2{
        width: 8.225rem;
        left: 9rem;
        bottom: 3rem;
    }
    .banner_box p.banner_p3{
        width: 7.45rem;
        right:  -.7rem;
        bottom: 5.5rem;
    }
    .banner_book{
        width: 7rem;
        left: 1.6rem;
        bottom: -.5rem;
    }
    .banner_desk{
        width: 7rem;
        right: 1.5rem;
        bottom: -2rem;
    }
    @keyframes banner_move {
        0%{ transform: translate(0,0) }
        25%{ transform: translate(.3rem,-.3rem) }
        50%{ transform: translate(0,0) }
        75%{ transform: translate(-.3rem,.3rem) }
        100%{ transform: translate(0,0) }
    }
    @keyframes p_move {
        0%{ transform: translateX(0) }
        25%{ transform: translateX(-.2rem) }
        50%{ transform: translateX(0) }
        75%{ transform: translateX(.2rem) }
        100%{ transform: translateX(0) }
    }
    .box_container{
        padding: 1rem 0;
    }
    .box_title{
        line-height: 1.5rem;
        margin-bottom: .8rem;
        font-size: .8rem;
    }
    .box_title::before,
    .box_title::after{
        display: none;
    }
    .box1_list1,
    .box1_list2{
        display: block;
    }
    .box1_list2{
        margin: .5rem 0 1rem;
    }
    .box1_list1 li{
        width: 48%;
        float: left;
        margin: .2rem 1%;
        line-height: 1.6rem;
        font-size: .8rem;
        border-radius: .8rem;
    }
    .box1_list2 li{
        width: 100%;
        margin: .2rem 0;
        line-height: 1.6rem;
        font-size: .8rem;
        border-radius: .8rem;
    }
    .box1_table{
        border-radius: .3rem;
    }
    .box1_table th{
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .box1_table tr:nth-child(2) td{
        font-size: .65rem;
    }
    .box1_table tr td{
        line-height: 1.2rem;
        font-size: .7rem;
        padding: .3rem 0;
    }
    .box1_table tr td a{
        margin: .2rem auto;
        width: 4rem;
        line-height: 1.3rem;
        border-radius: .65rem;
    }
    .box1_table tr td p{
        line-height: 1.2rem;
        font-size: .65rem;
    }
    .box2_list{
        display: block;
    }
    .box2_list li{
        width: 48%;
        margin: .2rem 1%;
        float: left;
    }
    .box2_list_circle{
        width: 3rem;
        height: 3rem;
    }
    .box2_list_circle::after{
        display: none;
    }
    .box2_list_circle h5{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .box2_list_circle span{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_list_box{
        width: 100%;
        height: 8rem;
        border-radius: .3rem;
        margin-top: -1rem;
        padding-top: 1.5rem;
    }
    .box2_list_box h5{
        line-height: 1.5rem;
        font-size: .8rem;
        margin-bottom: .2rem;
    }
    .box2_list_box p{
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box_bottom_h5{
        margin: 1rem auto 0;
        width: 17rem;
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .box_bottom_h5::before,
    .box_bottom_h5::after{
        margin: 0 .4rem;
        width: 1.15rem;
        height: .3rem;
    }
    .box_bottom_h5 span{
        line-height: 1.5rem;
    }
    .box3_box{
        background: none;
        padding-top: 0;
    }
    .q1{
        display: none;
    }
    .q2{
        display: none;
    }
    .box3_box li{
        margin-bottom: 1rem;
    }
    .box3_box li:nth-child(1){
        padding: 0;
    }
    .box3_box li:nth-child(3){
        padding: 0;
    }
    .box3_box li p{
        margin: .1rem auto;
        font-size: .7rem;
        line-height: 1.75rem;
        padding-top: .2rem;
    }
    .box3_l1{
        width: 6.45rem;
    }
    .box3_r1{
        width: 6.45rem;
    }
    .box3_l2{
        width: 8.45rem;
    }
    .box3_r2{
        width: 8.45rem;
    }
    .box3_l3{
        width: 8.2rem;
    }
    .box3_r3{
        width: 8.2rem;
    }
    .box4_list{
        display: block;
    }
    .box4_list li{
        float: left;
        width: 48%;
        margin: .2rem 1%;
        border-radius: .3rem;
    }
    .box4_list li:nth-child(1),
    .box4_list li:nth-child(2),
    .box4_list li:nth-child(3),
    .box4_list li:nth-child(4){
        height: 10rem;
    }
    .box4_list li h5{
        height: 1.5rem;
        line-height: 1.3rem;
        font-size: .9rem;
        margin-bottom: .4rem;
    }
    .box4_list li p{
        line-height: 1rem;
        margin-bottom: .5rem;
        font-size: .7rem;
    }
    .box4_list li p img{
        margin-right: .2rem;
        width: .5rem;
    }
    .box5_p{
        margin-bottom: .6rem;
        padding-top: .2rem;
        line-height: 1.75rem;
        font-size: .6rem;
    }
    .box5_rabbit{
        display: none;
    }
    .box6_p{
        margin-top: .6rem;
        padding: .3rem;
        font-size: .7rem;
        line-height: 1.1rem;
        border-radius: .8rem;
    }
    .box6_p p{
        display: block;
        margin: 0 auto;
        font-size: .7rem;
        width: 4rem;
        line-height: 1.4rem;
        border-radius: .7rem;
    }
    .box7_list{
        display: block;
    }
    .box7_list li{
        float: left;
        width: 48%;
        margin: .1rem 1%;
        height: 10rem;
        border-radius: .3rem;
        padding-top: 1rem;
    }
    .box7_list li img{
        height: 2rem;
    }
    .box7_list li h5{
        line-height: 1.3rem;
        margin: .4rem 0;
        font-size: .8rem;
    }
    .box7_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .city_list li{
        float: left;
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.5rem;
        font-size: .7rem;
        border-radius: .15rem;
    }


}