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

/* 通用头部 */
.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; }

body{
    background: #2f106e url("../images/body_bg.png") center bottom no-repeat;
}
.banner_box{
    width: 100%;
    height: 1057px;
    background: url("../images/banner_bg.png") center top no-repeat;
    box-sizing: border-box;
    padding-top: 50px;
}
.banner_container{
    width: 1200px;
    height: 840px;
    background-image: url("../images/banner_center.png");
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-top: 60px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 928px;
    height: 429px;
    margin: 0 auto;
}
.banner_box h2{
    font-size: 0;
}
.banner_lt{
    position: absolute;
    left: 155px;
    top: 66px;
    animation: banner_animate 4s linear infinite;
}
.banner_rb{
    position: absolute;
    right: 110px;
    top: 320px;
    animation: banner_animate 5s linear infinite reverse;
}
@keyframes banner_animate {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
.after_banner{
    background-image: url("../images/after_banner.png");
    background-size: 100%;
    height: 250px;
    border-radius: 125px;
    box-shadow: 0 0 20px rgba(0,0,0,.8);
    margin-top: -150px;
    padding-top: 45px;
    text-align: center;
    color: #fff;
}
.after_banner p{
    line-height: 55px;
    font-size: 20px;
}
.after_banner p b{
    font-size: 24px;
    font-weight: normal;
}
.after_banner span{
    display: inline-block;
    line-height: 55px;
    font-size: 24px;
}
.after_banner span::before,
.after_banner span::after{
    content: '';
    display: inline-block;
    background: url("../images/after_banner_icon.png");
    background-size: 100%;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin: 0 8px;
}
.box_title{
    width: 100%;
    text-align: center;
    color: #fff;
    background-image: url("../images/box_title.png");
    background-size: 100% auto;
    line-height: 135px;
    font-size: 40px;
    margin-top: 90px;
}
.box_container{
    background:linear-gradient(-135deg,rgba(81,0,157,1),rgba(107,0,252,1));
    box-shadow:0px 3px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius:30px;
    padding: 10px;
}
.inner_box_container{
    width: 100%;
    background:rgba(71,0,151,1);
    border-radius:20px;
    box-shadow: inset 0 0 30px rgba(47,16,110,.5);
    box-sizing: border-box;
    padding: 40px 0;
    text-align: center;
}
.box1_top{
    line-height: 45px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
}
.box1_top::before,
.box1_top::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/box1_icon.png");
    background-size: 100%;
    width: 36px;
    height: 36px;
    margin: 0 8px;
}
.box1_list{
    margin: 25px 14px;
}
.box1_list li{
    float: left;
    width:360px;
    background:linear-gradient(-135deg,rgba(81,0,157,1),rgba(107,0,252,1));
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius:20px;
    box-sizing: border-box;
    padding: 5px;
    margin: 12px;
}
.box1_list li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border:1px solid rgba(255, 255, 255, 0.15);
    border-radius:16px;
    overflow: hidden;
}
.box1_list li a img{
    display: block;
    width: 100%;
    border-radius: 14px;
    transition: all 1s;
}
.box1_list li:hover img{
    transform: scale(1.1);
}
.box1_bottom{
    display: inline-block;
    line-height: 55px;
    color: #FFEA00;
    font-size: 30px;
    text-shadow: 0 0 16px #fff;
}
.box1_bottom::before,
.box1_bottom::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/box1_l.png");
    background-size: 100%;
    width: 60px;
    height: 55px;
    margin: 0 10px;
    animation: box1_l 1s linear infinite;
}
.box1_bottom::after{
    background-image: url("../images/box1_r.png");
    animation: box1_r 1s linear infinite;
}
@keyframes box1_l {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    50% {
        transform: translateX(-5px);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 0;
    }
}
@keyframes box1_r {
    0% {
        transform: translateX(10px);
        opacity: 0;
    }
    50% {
        transform: translateX(5px);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 0;
    }
}
.box2_top{
    display: inline-block;
    line-height: 45px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 22px;
}
.box2_top span::before,
.box2_top span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/box1_icon.png");
    background-size: 100%;
    width: 36px;
    height: 36px;
    margin: 0 8px;
}
.box2_box{
    margin: 0 20px;
}
.box2_container{
    width: 570px;
    box-sizing: border-box;
    padding: 0 40px;
}
.box2_container:nth-child(1){
    border-right: 1px solid #7E01FE;
}
.box2_img_box{
    width:400px;
    background:linear-gradient(-135deg,rgba(81,0,157,1),rgba(107,0,252,1));
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius:20px;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 auto;
}
.box2_img_box a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border:1px solid rgba(255, 255, 255, 0.15);
    border-radius:16px;
    overflow: hidden;
}
.box2_img_box a img{
    display: block;
    width: 100%;
    border-radius: 14px;
    transition: all 1s;
}
.box2_img_box:hover img{
    transform: scale(1.1);
}
.box2_container_text{
    text-align: justify;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    margin: 30px 0;
}
.box2_container_text a{
    color: #FFEA00;
}
.box2_btn{
    display: block;
    width: 250px;
    line-height: 75px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    background-image: url("../images/box2_btn.png");
    background-size: 100%;
}
.box2_btn:hover{
    background-image: url("../images/box2_btn_hover.png");
    background-size: 100%;
}
.box3_scroll {
    width: 100%;
    position: relative;
}
.box3_scroll .hd .next {
    background-image: url("../images/lb_r.png");
    background-size: 100% auto;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.box3_scroll .hd .prev {
    background-image: url("../images/lb_l.png");
    background-size: 100% auto;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.box3_scroll .bd{
    width: 1062px;
    margin: 0 auto;
}
.box3_scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}
.box3_scroll .bd ul li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 330px;
    position: relative;
}
.box3_img_box{
    width: 100%;
    background:linear-gradient(-135deg,rgba(81,0,157,1),rgba(107,0,252,1));
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius:20px;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 auto;
}
.box3_img_box a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border:1px solid rgba(255, 255, 255, 0.15);
    border-radius:16px;
    overflow: hidden;
}
.box3_img_box a img{
    display: block;
    width: 100%;
    border-radius: 14px;
    transition: all 1s;
}
.box3_img_box:hover img{
    transform: scale(1.1);
}
.box3_lb_bottom{
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.box3_lb_bottom::before,
.box3_lb_bottom::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/box1_icon.png");
    background-size: 100%;
    width: 32px;
    height: 32px;
}
.city_list li{
    float: left;
    width: 125px;
    line-height: 50px;
    background: rgba(86,0,202,1);
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    margin: 11px;
}
.city_list li:hover{
    background:linear-gradient(-90deg,rgba(249,62,57,1),rgba(248,122,71,1));
}
.city_list li a{
    display: block;
    width: 100%;
    color: #fff;
}
.bottom .inner_box_container{
    padding: 10px 0;
}


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

    /* 通用头部 */
    .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;
    }


    body {
        background: #2f106e;
    }
    .banner_box {
        height: 13rem;
        background-size: 150%;
        padding-top: .5rem;
    }
    .banner_container {
        width: 100%;
        height: 12.5rem;
        padding-top: .7rem;
    }
    .banner_box h1 {
        background-size: 100%;
        width: 14rem;
        height: 6rem;
    }
    .banner_lt {
        left: 1rem;
        top: 1rem;
        width: 2rem;
    }
    .banner_rb {
        right: 1rem;
        top: 7.5rem;
        width: 2rem;
    }
    .after_banner {
        background-size: 100% 100%;
        height: 7.5rem;
        border-radius: 2.5rem;
        box-shadow: 0 0 .5rem rgba(0, 0, 0, .8);
        margin-top: .5rem;
        padding: 1rem .5rem;
    }
    .after_banner p {
        line-height: 1.2rem;
        font-size: .65rem;
    }
    .after_banner p b {
        font-size: .7rem;
    }
    .after_banner span {
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .after_banner span::before,
    .after_banner span::after {
        width: .9rem;
        height: .9rem;
        margin: 0 .2rem;
    }
    .box_title {
        background-size: 150%;
        background-position: center top;
        line-height: 2.3rem;
        font-size: 1rem;
        margin-top: 1rem;
    }
    .box_container {
        border-radius: .7rem;
        padding: .25rem;
    }
    .inner_box_container {
        border-radius: .5rem;
        padding: 1rem .5rem;
    }
    .box1_top {
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box1_top::before,
    .box1_top::after {
        display: none;
    }
    .box1_list {
        margin: .5rem 0;
    }
    .box1_list li {
        width: 49%;
        border-radius: .5rem;
        padding: .1rem;
        margin: .2rem .5%;
    }
    .box1_list li a {
        padding: .1rem;
        border-radius: .4rem;
    }
    .box1_list li a img {
        border-radius: .35rem;
    }
    .box1_bottom {
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .box1_bottom::before,
    .box1_bottom::after {
        width: 1.5rem;
        height: 1.375rem;
        margin: 0 .2rem;
    }
    .box2_top {
        line-height: 1.2rem;
        margin-bottom: 1rem;
        font-size: .7rem;
    }
    .box2_top span::before,
    .box2_top span::after {
        display: none;
    }
    .box2_box {
        margin: 0;
    }
    .box2_container {
        width: 100%;
        padding: 0 1rem;
    }
    .box2_container:nth-child(1) {
        border-right: 0;
        margin-bottom: 1rem;
    }
    .box2_img_box {
        width: 85%;
        border-radius: .5rem;
        padding: .1rem;
    }
    .box2_img_box a {
        padding: .1rem;
        border-radius: .4rem;
    }
    .box2_img_box a img {
        border-radius: .35rem;
    }
    .box2_container_text {
        line-height: 1.2rem;
        font-size: .7rem;
        margin: .5rem 0;
    }
    .box2_btn {
        width: 6.5rem;
        line-height: 2rem;
        font-size: .7rem;
    }
    .box3_scroll .hd .next {
        width: 1.5rem;
        height: 3rem;
        right: -.5rem;
    }
    .box3_scroll .hd .prev {
        width: 1.5rem;
        height: 3rem;
        left: -.5rem;
    }
    .box3_scroll .bd {
        width: 14.5rem;
    }
    .box3_scroll .bd ul li {
        margin: 0 .3rem;
        width: 13.9rem;
    }
    .box3_img_box {
        border-radius: .5rem;
        padding: .1rem;
    }
    .box3_img_box a {
        padding: .1rem;
        border-radius: .4rem;
    }
    .box3_img_box a img {
        border-radius: .35rem;
    }
    .box3_lb_bottom {
        line-height: 1.4rem;
        font-size: .8rem;
        margin-top: .4rem;
    }
    .box3_lb_bottom::before,
    .box3_lb_bottom::after {
        width: 1rem;
        height: 1rem;
    }
    .city_list li {
        width: 24%;
        line-height: 1.5rem;
        border-radius: .4rem;
        font-size: .7rem;
        margin: .2rem .5%;
    }
    .bottom .inner_box_container {
        padding: .5rem 0;
    }



}