@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(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;
	background: black;
}
.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: #fff url("../images/bottom_bg.png") center bottom no-repeat;
}
.banner_box{
    width: 100%;
    height: 882px;
    background: url("../images/banner_bg.png") center top no-repeat;
    background-size: 100% auto;
}
.banner_box .container{
    padding-top: 70px;
}
.banner_box h2{
    line-height: 75px;
    border-radius: 37px;
    width: 600px;
    background: #fff;
    text-align: center;
    color: #2EC7C0;
    font-size: 40px;
    margin: 0 auto;
}
.banner_box h2::before,
.banner_box h2::after{
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: linear-gradient(-11deg,#1ebdc5,#63e7b1);
    background-size: 100% auto;
    margin: 0 20px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 656px;
    height: 215px;
    margin: 20px auto;
}
.box1{
    box-sizing: border-box;
    padding: 80px 0;
    width: 100%;
    background: url("../images/box3_bg.png") center bottom no-repeat;
}
.box1 .box_title{
    margin-bottom: 80px;
}
.box_title{
    line-height: 60px;
    text-align: center;
    font-size: 50px;
    color: #1E2B38;
}
.box_title::before,
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 40px;
    height: 40px;
    background: url("../images/title_bg.png");
    background-size: 100% 100%;
    margin: 0 20px;
}
.form_box{
    width: 560px;
    box-sizing: border-box;
    padding: 40px;
    background:linear-gradient(140deg,rgba(47,200,192,1),rgba(96,229,178,1));
    border-radius:10px;
}
.form_box p{
    margin-bottom: 30px;
}
.form_box p input,
.form_box p select{
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    color: #999;
}
.form_box p select{
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
    width: 230px;
}
.form_box p select#province{
    float: left;
}
.form_box p select#city{
    float: right;
}
.form_box p input#PhoneCode{
    float: left;
    width: 290px;
}
.form_box p input#fs{
    cursor: pointer;
    float: right;
    width: 170px;
    text-align: center;
    padding: 0;
    background:linear-gradient(180deg,rgba(255,255,255,1),rgba(187,255,231,1));
    box-shadow:0px 7px 35px 0px rgba(0, 0, 0, 0.18);
    color: #0EBDCA;
}
.form_box .button{
    cursor: pointer;
    background:linear-gradient(180deg,rgba(255,255,255,1),rgba(187,255,231,1));
    box-shadow:0px 7px 35px 0px rgba(0, 0, 0, 0.18);
    color: #0EBDCA;
    text-align: center;
    font-size: 26px;
    border: 0;
    border-radius: 5px;
    height: 70px;
    line-height: 70px;
    width: 100%;
}
.box1_r{
    width: 600px;
    margin-top: 10px;
}
.box1_r li{
    width: 100%;
    background: #fff;
    box-shadow:0px 5px 57px 0px rgba(216,216,216,0.77);
    border-radius:10px;
    box-sizing: border-box;
    padding: 10px 20px 10px 190px;
    margin-bottom: 35px;
    position: relative;
}
.box1_r li span{
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #1E2B38;
    text-align: justify;
}
.box1_r_l{
    position: absolute;
    left: 0;
    top: -10px;
    width: 170px;
    line-height: 110px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-radius:10px;
}
.box1_r li:nth-child(1) .box1_r_l{
    background:linear-gradient(140deg,rgba(47,200,192,1),rgba(96,229,178,1));
}
.box1_r li:nth-child(2) .box1_r_l{
    background:linear-gradient(140deg,rgba(40,143,233,1),rgba(96,206,229,1));
}
.box1_r li:nth-child(3) .box1_r_l{
    background:linear-gradient(140deg,rgba(246,73,117,1),rgba(255,120,154,1));
}
.box2{
    width: 100%;
    background: url("../images/box2_bg.png") center bottom no-repeat;
}
.box2 .box_title{
    margin-bottom: 50px;
}
.dm_list{
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.dm_list li{
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    line-height: 40px;
    background: #fff;
    border:1px solid #4EF2E2;
    border-radius: 20px;
    white-space: nowrap;
}
.dm_list li i{
    display: inline-block;
    vertical-align: middle;
    width:14px;
    height:14px;
    background:rgba(77,243,221,1);
    border-radius:50%;
    margin-right: 16px;
}
.dm_list li a{
    display: inline-block;
    vertical-align: middle;
    color: #1E2B38;
    font-size: 18px;
}
.box3{
    margin-top: 80px;
    width: 100%;
    background: url("../images/box3_bg.png") center bottom no-repeat;
}
.box3 .box_title{
    margin-bottom: 80px;
}
.box3_list li{
    float: left;
    width: 280px;
    height: 400px;
    border-radius:10px;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 30px 20px;
    color: #fff;
}
.box3_list li:nth-child(1){
    background: #F64975;
}
.box3_list li:nth-child(1) a{
    color: #F64975;
}
.box3_list li:nth-child(2){
    background: #288FE9;
}
.box3_list li:nth-child(2) a{
    color: #288FE9;
}
.box3_list li:nth-child(3){
    background: #24BDC9;
}
.box3_list li:nth-child(3) a{
    color: #24BDC9;
}
.box3_list li:nth-child(4){
    background: #555ABE;
}
.box3_list li:nth-child(4) a{
    color: #555ABE;
}
.box3_list li img{
    display: block;
    width: 70px;
    margin: 0 auto;
}
.box3_list li h5{
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight:600;
}
.box3_list li p{
    height: 190px;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
}
.box3_list li a{
    width:190px;
    line-height:40px;
    background:rgba(255,255,255,1);
    border-radius:20px;
    text-align: center;
    font-size: 20px;
    font-weight:600;
    display: block;
    margin: 0 auto;
}
.box3_more{
    display: block;
    margin: 40px auto;
    width: 260px;
    height: 45px;
    background:rgba(230,251,251,1);
    border-radius:22px;
    text-align: center;
}
.box3_more img,
.box3_more span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #0EBDCA;
    font-size: 20px;
}
.box4{
    width: 100%;
    background: url("../images/box4_bg.png") center bottom no-repeat;
    box-sizing: border-box;
    padding-bottom: 80px;
}
.box4 .box_title{
    margin-bottom: 80px;
}
.lb_container{
    width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 25px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 35px 0px rgba(51,51,51,0.14);
    border-radius: 10px;
    overflow: hidden;
}
.lb_container img{
    display: block;
    width: 185px;
    height: 225px;
    margin: 0 auto;
}
.lb_container p{
    margin: 20px auto;
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    font-size: 20px;
    color: #1E2B38;
}
.lb_container a{
    display: block;
    width: 100%;
    line-height: 55px;
    text-align: center;
    background:linear-gradient(140deg,rgba(47,200,192,1),rgba(96,229,178,1));
    font-size: 22px;
    color: #fff;
}
.box5{
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 70px 0px rgba(51,51,51,0.14);
    border-radius:20px;
    padding: 40px 0;
}
.city_list{
    width: 1170px;
    margin: 40px auto 0 auto;
}
.city_list li{
    float: left;
    width: 110px;
    line-height: 50px;
    background:linear-gradient(140deg,rgba(47,200,192,1),rgba(96,229,178,1));
    border-radius:25px;
    font-size: 22px;
    text-align: center;
    margin: 10px;
}
.city_list li a{
    display: block;
    width: 100%;
    color: #fff;
}
.box6 .box_title{
    color: #fff;
    margin-top: 50px;
}
.box6 .box_title::before,
.box6 .box_title::after{
    background: url("../images/title_bg2.png");
    background-size: 100% 100%;
}
.bottom_p{
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.bottom_list li{
    float: left;
    width: 270px;
    margin: 0 15px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 70px 0px rgba(51,51,51,0.14);
    border-radius:16px;
    box-sizing: border-box;
    padding: 35px 0;
}
.bottom_list li img{
    width: 175px;
    display: block;
    margin: 0 auto 15px auto;
}
.bottom_list li p{
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.bottom_list li span{
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #1E2B38;
}
.window_mask{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.mask_container{
    width: 370px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(50deg,#2fc8c0,#60e5b2);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px;
}
.mask_container img{
    display: block;
    margin: 0 auto;
}
.mask_container h5{
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.mask_container p{
    line-height: 35px;
    box-sizing: border-box;
    text-align: justify;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
}
.mask_container p.wx_id{
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 18px;
}
.mask_container img.province_qr{
    margin: 20px auto;
    width: 170px;
    border-radius: 10px;
}
.mask_container p.pc_ts{
    display: block;
    width: 100%;
    line-height: 45px;
    border: 1px solid #3afba1;
    background: #fff;
    border-radius: 23px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    color: #2fc8c0;
}
.mask_container p.m_ts{
    display: none;
}
.fixed_nav{
    display: none;
    position: fixed;
    z-index: 5;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    box-sizing: border-box;
    padding: 20px 10px;
    border-radius: 10px;
    background: linear-gradient(50deg,#2fc8c0,#60e5b2);
}
.fixed_nav img{
    display: block;
    margin: 0 auto 20px auto;
}
.fixed_list li{
    cursor: pointer;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
    color: #2FC8C0;
    background: #fff;
    margin-bottom: 10px;
}
.fixed_list li a{
    cursor: pointer;
    display: block;
    width: 100%;
    color: #2FC8C0;
}
.fixed_list li.toTop{
    background: linear-gradient(to top,#cbffe8,#fff);
}

@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(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: #fff url("../images/bottom_bg.png") center bottom no-repeat;
        background-size: 500% auto;
    }
    .banner_box {
        height: 15.45rem;
        background: url("../images/banner_m.jpg") center top no-repeat;
        background-size: 100% auto;
    }
    .banner_box .container {
        padding-top: .6rem;
    }
    .banner_box h2 {
        line-height: 1.65rem;
        border-radius: .825rem;
        width: 12.5rem;
        font-size: .85rem;
    }
    .banner_box h2::before,
    .banner_box h2::after {
        width: .5rem;
        height: .5rem;
        margin: 0 .5rem;
    }
    .banner_box h1 {
        background-size: 100% auto;
        width: 12.5rem;
        height: 3.5rem;
        margin: .5rem auto;
    }
    .box1 {
        padding: 1rem 0;
        background: #fff;
    }
    .box1 .box_title {
        margin-bottom: 1rem;
    }
    .box_title {
        line-height: 1.5rem;
        font-size: 1.2rem;
    }
    .box_title::before,
    .box_title::after {
        width: 1rem;
        height: 1rem;
        margin: 0 .5rem;
    }
    .form_box {
        width: 100%;
        padding: 1rem;
        border-radius: .25rem;
    }
    .form_box p {
        margin-bottom: .5rem;
    }
    .form_box p input,
    .form_box p select {
        height: 2rem;
        line-height: 2rem;
        padding-left: .5rem;
        border-radius: .2rem;
        font-size: .7rem;
    }
    .form_box p select {
        background-size: .5rem .5rem;
        width: 48%;
    }
    .form_box p input#PhoneCode {
        width: 60%
    }
    .form_box p input#fs {
        width: 38%;
        box-shadow: 0px .2rem .9rem 0px rgba(0, 0, 0, 0.18);
    }
    .form_box .button {
        box-shadow: 0px .2rem .9rem 0px rgba(0, 0, 0, 0.18);
        font-size: .8rem;
        border-radius: .2rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .box1_r {
        width: 100%;
        margin-top: 1rem;
    }
    .box1_r li {
        box-shadow: 0px .1rem 1rem 0px rgba(216, 216, 216, 0.77);
        border-radius: .25rem;
        padding: .25rem .5rem .25rem 4.5rem;
        margin-bottom: 1rem;
    }
    .box1_r li span {
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box1_r_l {
        top: -.25rem;
        width: 4rem;
        line-height: 4rem;
        font-size: .8rem;
        border-radius: .25rem;
    }
    .box2 {
        background-size: 150% auto;
    }
    .box2 .box_title {
        margin-bottom: 1rem;
    }
    .dm_list {
        height: 9rem;
    }
    .dm_list li {
        padding: 0 .5rem;
        line-height: 1.2rem;
        border-radius: .6rem;
    }
    .dm_list li i {
        width: .35rem;
        height: .35rem;
        margin-right: .4rem;
    }
    .dm_list li a {
        font-size: .7rem;
    }
    .box3 {
        margin-top: 1rem;
        background: #fff;
    }
    .box3 .box_title {
        margin-bottom: 1rem;
    }
    .box3_list li {
        float: none;
        width: 100%;
        height: auto;
        border-radius: .25rem;
        margin: .25rem 0;
        padding: 1rem .5rem;
    }
    .box3_list li img {
        width: 3rem;
    }
    .box3_list li h5 {
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box3_list li p {
        height: auto;
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box3_list li a {
        margin: .5rem auto 0 auto;
        width: 6rem;
        line-height: 1.5rem;
        border-radius: .75rem;
        font-size: .75rem;
    }
    .box3_more {
        margin: 1rem auto;
        width: 8.5rem;
        height: 1.6rem;
        border-radius: .8rem;
    }
    .box3_more img,
    .box3_more span {
        margin: 0 .125rem;
        font-size: .7rem;
    }
    .box4 {
        background: #fff;
        padding-bottom: 1rem;
    }
    .box4 .box_title {
        margin-bottom: 1rem;
    }
    .lb_container {
        width: 95%;
        padding-top: .5rem;
        box-shadow: 0;
        border-radius: .25rem;
    }
    .lb_container img {
        width: 4.5rem;
        height: 5.5rem;
    }
    .lb_container p {
        margin: .5rem auto;
        padding: 0 .4rem;
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .lb_container a {
        line-height: 1.6rem;
        font-size: .8rem;
    }
    .box5 {
        box-shadow: 0;
        border-radius: .5rem;
        padding: 1rem 0;
    }
    .city_list {
        width: 100%;
        margin: 1rem auto 0 auto;
    }
    .city_list li {
        width: 31.3%;
        line-height: 1.5rem;
        border-radius: .75rem;
        font-size: .7rem;
        margin: .2rem 1%;
    }
    .box6 .box_title {
        margin-top: 1rem;
    }
    .bottom_p {
        line-height: 1.5rem;
        font-size: .7rem;
        margin-bottom: .5rem;
    }
    .bottom_list li {
        width: 48%;
        margin: .2rem 1%;
        box-shadow: 0px .2rem 1rem 0px rgba(51, 51, 51, 0.14);
        border-radius: .4rem;
        padding: .5rem 0;
    }
    .bottom_list li img {
        width: 4.5rem;
        margin: 0 auto .5rem auto;
    }
    .bottom_list li p {
        line-height: 1.5rem;
        font-size: .65rem;
    }
    .bottom_list li span {
        line-height: 1.2rem;
        font-size: .63rem;
    }
    .mask_container{
        width: 90%;
        border-radius: .5rem;
        padding: 1rem;
    }
    .mask_container h5{
        line-height: 1.5rem;
        font-size: .9rem;
    }
    .mask_container p{
        line-height: 1.2rem;
        padding: 0 .2rem;
        font-size: .8rem;
    }
    .mask_container p.wx_id{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .mask_container img.province_qr{
        margin: .5rem auto;
        width: 10rem;
        border-radius: .2rem;
    }
    .mask_container p.pc_ts{
        display: none;
    }
    .mask_container p.m_ts{
        display: block;
        width: 100%;
        height: 2.5rem;
        line-height: 1.2rem;
        background: linear-gradient(-50deg,#2fc8c0,#60e5b2);
        border-radius: 1.25rem;
        text-align: center;
        padding: .05rem 0;
        font-size: .7rem;
        color: #fff;
    }

}