<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #AE2819; }
input::-moz-placeholder{ color: #AE2819; }
input:-moz-placeholder{ color: #AE2819; }
input:-ms-input-placeholder{ color: #AE2819; }
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; }
.box_container{
    padding: 40px 0;
}

@font-face{
    font-family: tab_font;
    src: url('../font/FZHLJ.OTF')
}
body{
    background: url("../images/body_bg.png") center bottom no-repeat;
}
.banner_box{
    width: 100%;
    height: 883px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 95px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 1080px;
    height: 289px;
    margin: 0 auto;
}
.banner_box h2{
    background-image: url("../images/banner_h2.png");
    background-size: 100%;
    width: 556px;
    height: 88px;
    box-sizing: border-box;
    margin: -20px auto;
    padding-top: 20px;
    line-height: 55px;
    text-align: center;
    color: #FBD287;
    font-weight: normal;
    font-size: 30px;
}
.banner_box .banner_img{
    position: absolute;
    left: -50px;
    top: 230px;
}
.box1{
    background: url("../images/box1_bg.png") center top no-repeat;
    background-size: auto 100%;
    height: 444px;
    margin-top: -100px;
}
.box_title{
    background-image: url("../images/box_title.png");
    background-size: 100%;
    width: 654px;
    height: 102px;
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    color: #FBD287;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.box1 p{
    line-height: 30px;
    text-align: justify;
    font-size: 18px;
    color: #BB1F00;
    box-sizing: border-box;
    padding: 70px 210px;
}
.box2_top{
    background-image: url('../images/box2_bg.png');
    background-size: 100%;
    width: 1076px;
    height: 340px;
    margin: -50px auto 0;
    padding: 75px 100px;
}
.box2_tab{
    display: flex;
    justify-content: space-between;
}
.box2_tab li{
    width: 188px;
    height: 218px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/box2_tab.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.box2_tab li.active{
    background-image: url('../images/box2_tab_active.png');
}
.box2_tab li p{
    width:125px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 24px;
    border: 1px solid rgba(174,40,25,1);
    box-sizing: border-box;
    color: #A80A02;
}
.box2_tab li h5{
    color: #A80A02;
    font-size: 60px;
    line-height: 60px;
    margin-top: 10px;
    font-family: tab_font;
}
.box2_bottom{
    background-image: url('../images/box2_cont.png');
    background-size: 100%;
    width: 1297px;
    height: 706px;
    padding: 95px 130px;
}
.box2_cont{
    display: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 20px 50px;
    position: relative;
    color: #961701;
}
.box2_cont:nth-child(1){
    display: block;
}
.box2_cont_l{
    display: flex;
    width: 635px;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}
.box2_cont_lt{
    width: 550px;
    height: 235px;
    border: 1px dashed rgba(146,109,41,1);
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px 10px 80px;
}
.box2_cont_lt img{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -68px;
}
.box2_cont_lt h5{
    line-height: 40px;
    text-align: justify;
    font-size: 18px;
}
.box2_cont_lt p{
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}
.box2_cont_lb{
    border: 1px dashed rgba(146,109,41,1);
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}
.box2_cont_lb p{
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}
.box2_cont_lb p b{
    font-size: 18px;
}
.box2_cont_lb p.box2_tips{
    display: flex;
    justify-content: space-between;
}
.box2_cont_lb p span:nth-child(2){
    width: calc(100% - 30px);
}
.box2_cont_lb p span.box2_circle{
    width: 26px;
    height: 26px;
    line-height:26px;
    background:rgba(165,72,51,1);
    text-align: center;
    border-radius:50%;
    color: #FDFAF9;
}
.box2_cont_r{
    background-image: url('../images/box2_text_bg.png');
    background-size: 100%;
    width: 343px;
    height: 441px;
    box-sizing: border-box;
    padding: 35px 30px;
    position: relative;
    color: #A80A02;
}
.box2_cont_r h5{
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.box2_cont_r h5 span{
    font-size: 24px;
}
.box2_cont_r p{
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}
.box2_cont_r .was{
    display: block;
    position: absolute;
    bottom: -20px;
    z-index: 3;
    right: 0;
}
.box3{
    background: url("../images/box3_bg.png") center top no-repeat;
    background-size: auto 100%;
    height: 718px;
}
.box3_container{
    width: 870px;
    padding-top: 65px;
}
.box3_l{
    width: 350px;
}
.box3_l p{
    line-height: 35px;
    text-align: justify;
    font-size: 18px;
    color: #ae2819;
}
.box3_l h5{
    background-image: url('../images/form_point.png');
    width: 275px;
    margin: 20px auto;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFF9D4;
    font-weight: normal;
}
.box3_l img{
    display: block;
    margin: 0 auto;
}
.box3_r{
    width: 427px;
}
.form input {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: url('../images/input_bg.png');
  border: 0;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 18px;
  color: #AE2819;
  margin-bottom: 15px;
}
.form select {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: url('../images/input_bg.png'), url("../images/select_bg.png") 95% center no-repeat;
  border: 0;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 18px;
  color: #AE2819;
  margin-bottom: 15px;
}
.form select#year, .form select#month, .form select#day {
  width: 140px;
  float: left;
  background-image: url('../images/date_bg.png'), url("../images/select_bg.png");
  background-repeat: no-repeat,no-repeat;
  background-position: center top, 85% center;
}
.form select#month {
  margin: 0 3px;
}
.submit {
  display: block;
  width: 426px;
  height: 68px;
  line-height: 68px;
  border: 0;
  text-align: center;
  color: #FFF9D4;
  cursor: pointer;
  background: #b41618;
  font-size: 24px;
  margin: 20px auto 0 auto;
  background: url('../images/submit_bg.png');
}
.por{
    position: relative;
}
#fs {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  background: #A80A02;
  color: #FFF9D4;
  padding-left: 0;
  text-align: center;
  cursor: pointer;
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 30;
}
.job {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 31;
  /*width: 50%;*/
  height: 80%;
}
.job img {
  /*width: 591px;*/
  height: 100%;
}
.close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 30px;
  height: 30px;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.box4{
    background: url("../images/bottom_bg.png") center top no-repeat;
    background-size: auto 100%;
    height: 857px;
}
.box4 .box_title{
    background-image: url("../images/bottom_box_title.png");
    background-size: 100%;
    width: 420px;
    height: 99px;
    line-height: 90px;
    text-align: center;
    font-size: 36px;
    color: #FBD287;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.box4_container{
    width: 860px;
    padding-top: 50px;
}
.slide_l {
    float: left;
    width: 230px;
}
.slide_title {
    width: 230px;
    height: 50px;
    background-color: #A80A02;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
}
.region {
    width: 230px;
    height: 530px;
    border: 1px solid #A80A02;
    box-sizing: border-box;
    font-size: 18px;
    overflow-y: scroll;
}
.region li {
    cursor: pointer;
    text-align: center;
    margin: 10px;
    width: 85px;
    height: 40px;
    line-height: 40px;
    color: #2a2525;
    border-radius: 20px;
    float: left;
}
.region li.active {
    background-color: #FFFCFC;   
    color: #A80A02;
}
.slide_r {
    position: relative;
    float: right;
    width: 600px;
    height: 580px;
    overflow: hidden;
}
.contact_r_w {
    display: none;
    color: #A80A02;
}
.contact_r_w a {
    color: #A80A02;
}
.contact_r_w:first-child {
    display: block;
}
.address li {
    cursor: pointer;
    float: left;
    width: 135px;
    height: 50px;
    margin: 5px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #FADCA6;
    color: #A80A02;
}
.address li.on {
    background: #E69525;
    color: #FDFCFC;
}
.address_info {
    display: none;
    margin: 30px 0;
}
.address_info.active {
    display: block;
}
.scrollY {
    overflow-y: scroll;
    max-height: 585px;
}
.service {
    margin: 10px 0;
}
.service span {
    font-weight: bold;
}
.service a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #e02225;
    background: rgba(224,34,37,.2);
    font-size: 16px;
    cursor: pointer;
}


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

    .box_container{
        padding: 1rem 0;
    }


    body{
        background-size: auto 100%;
    }
    .banner_box{
        height: 15.175rem;
        background: url("../images/banner_m.png") center top no-repeat;
        background-size: 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h1{
        background: url("../images/banner_h1_m.png");
        background-size: 100%;
        width: 100%;
        height: 5rem;
    }
    .banner_box h2{
        width: 13.9rem;
        height: 2.2rem;
        padding-top: .5rem;
        line-height: 1.3rem;
        font-size: .7rem;
        margin: 0 auto;
    }
    .banner_box .banner_img{
        display: none;
    }
    .box1{
        background: url("../images/box1_bg_m.png") center top no-repeat;
        background-size: 100%;
        height: 19.375rem;
        margin-top: 1rem;
    }
    .box_title{
        width: 16.35rem;
        height: 2.55rem;
        line-height: 2.1rem;
        font-size: .9rem;
        margin-top: -1rem;
    }
    .box1 p{
        line-height: 1rem;
        font-size: .7rem;
        padding: 1rem 4rem;
    }
    .box2{
        margin-top:2rem;
    }
    .box2_top{
        background-image: url('../images/box2_bg_m.png');
        background-size: 100%;
        width: 17.5rem;
        height: 11.8rem;
        margin: 0 auto 0;
        padding: 0 1rem;
    }
    .box2_tab{
        display: block;
        box-sizing: border-box;
        padding: 0 1rem;
    }
    .box2_tab li{
        float: left;
        margin: .2rem 1rem;
        width: 4.7rem;
        height: 5.45rem;
        background-size: 100%;
    }
    .box2_tab li p{
        width: 3.6rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        font-size: .7rem;
    }
    .box2_tab li h5{
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-top: .2rem;
    }
    .box2_bottom{
        background: none;
        border: .1rem solid #f8c362;
        width: 100%;
        height: auto;
        padding: .1rem;
    }
    .box2_cont{
        background: #fff9d5;
        display: none;
        width: 100%;
        height: auto;
        padding: .5rem;
    }
    .box2_cont_l{
        display: block;
        width: 100%;
        height: auto;
    }
    .box2_cont_lt{
        width: 90%;
        margin-left: 10%;
        margin-bottom: 1rem;
        height: auto;
        padding: .25rem .5rem .25rem 2.25rem;
    }
    .box2_cont_lt img{
        width: 4rem;
        left: -2rem;
    }
    .box2_cont_lt h5{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .box2_cont_lt p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_cont_lb{
        padding: .25rem;
    }
    .box2_cont_lb p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_cont_lb p b{
        font-size: .75rem;
    }
    .box2_cont_lb p span:nth-child(2){
        width: calc(100% - 1.2rem);
    }
    .box2_cont_lb p span.box2_circle{
        width: 1rem;
        height: 1rem;
        line-height:1rem;
    }
    .box2_cont_r{
        margin: 1rem auto;
        width: 80%;
        height: 18rem;
        padding: 2rem 1rem;
    }
    .box2_cont_r h5{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box2_cont_r h5 span{
        font-size: .85rem;
    }
    .box2_cont_r p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_cont_r .was{
        width: 6rem;
        bottom: -.5rem;
        z-index: 3;
        right: 0;
    }
    .box3{
        margin-top: 2rem;
        background: #fff9d5;
        height: auto;
    }
    .box3_container{
        width: 90%;
        padding: 1rem 0;
    }
    .box3_l{
        width: 100%;
    }
    .box3_l p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_l h5{
        background-size: 100%;
        width: 8.875rem;
        margin: .5rem auto;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box3_l img{
        width: 70%;
    }
    .box3_r{
        width: 100%;
    }
    .form input {
        width: 100%;
        height: 2.15rem;
        line-height: 2.15rem;
        background: url('../images/input_bg.png');
        background-size: 100%;
        padding-left: 1rem;
        font-size: .8rem;
        margin-bottom: .5rem;
    }
    .form select {
        width: 100%;
        height: 2.15rem;
        line-height: 2.15rem;
        background: url('../images/input_bg.png'), url("../images/select_bg.png") 95% center no-repeat;
        border: 0;
        background-size: 100%, .5rem;
        padding-left: 1rem;
        font-size: .8rem;
        margin-bottom: .5rem;
    }
    .form select#year, .form select#month, .form select#day {
        width: 32%;
        float: left;
        background-image: url('../images/date_bg.png'), url("../images/select_bg.png");
        background-repeat: no-repeat,no-repeat;
        background-position: center top, 85% center;
        background-size: 100%, .5rem;
    }
    .form select#month {
        margin: 0 2%;
    }
    .submit {
        width: 100%;
        height: 2.6rem;
        line-height: 2.6rem;
        font-size: 1rem;
        margin: .5rem auto 0 auto;
        background: url('../images/submit_bg.png');
        background-size: 100%;
    }
    #fs {
        width: 5rem;
    }
    .job {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        height: auto;
        transform: translate(-50%, -50%);
        z-index: 31;
    }
    .job img {
        width: 14.775rem;
        height: 20.675rem;
    }
    .close {
        position: absolute;
        top: -.6rem;
        right: -.6rem;
        width: .8rem;
        height: .8rem;
        background-image: url(../images/close.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .box4{
        background: #fff9d5;
        height: auto;
    }
    .box4 .box_title{
        width: 10.5rem;
        height: 2.5rem;
        line-height: 2.25rem;
        font-size: .9rem;
    }
    .box4_container{
        width: 90%;
        padding: 1rem 0;
    }
    .slide_l {
        float: left;
        width: 3.5rem;
    }
    .slide_title {
        width: 3.5rem;
        height: 1.1rem;
        font-size: .7rem;
        line-height: 1.1rem;
        border-radius: .1rem;
    }
    .region {
        width: 3.5rem;
        height: 15.75rem;
        font-size: .7rem;
    }
    .region li {
        height: 1.375rem;
        line-height: 1.375rem;
        margin: 0;
        width: 100%;
        border-radius: 0;
        float: none;
    }
    .slide_r {
        width: 12.55rem;
        height: auto;
    }
    .address li {
        float: left;
        width: 2.9rem;
        height: 1.1rem;
        margin: 0 .2rem .35rem 0;
        border-radius: 1rem;
        font-size: .6rem;
        line-height: 1.1rem;
    }
    .address_info {
        margin: 1rem 0;
    }
    .address_info.active {
        display: block;
    }
    .scrollY {
        overflow-y: scroll;
        max-height: 16.5rem;
    }
    .service {
        margin: .2rem 0;
    }
    .service a {
        display: inline-block;
        padding: 0 .1rem;
        border: 1px solid #e02225;
        background: rgba(224,34,37,.2);
        font-size: .6rem;
        cursor: pointer;
    }
    

}</pre></body></html>