<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: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }

.fl { float: left; } .fr { float: right; }
.clearfix:after { display: block; content: ''; 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; }
.footer p { position: relative; z-index: 2; color:#333; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }


.banner_box{
    width: 100%;
    height: 450px;
    background: url("../images/banner_bg.jpg") center top no-repeat;
}
.banner_box .container{
    padding-top: 50px;
    text-align: center;
}
.banner_box h2{
    line-height: 55px;
    font-size: 44px;
    color: #0a0a09;
}
.banner_box h1{
    font-size: 0;
    width: 640px;
    height: 100px;
    background: url("../images/banner_h1.png");
    margin: 50px auto 60px;
}
.banner_box p{
    font-size: 36px;
    width: 335px;
    line-height: 70px;
    border-radius: 35px;
    background: #b31e2c;
    color: #fff;
    text-align: center;
    margin: auto;
}
.box1{
    width: 100%;
    box-sizing: border-box;
    background: url("../images/box1_bg.jpg") top center no-repeat;
    padding: 50px 0 135px 0;
}
.box2 h2{
    line-height: 80px;
    margin-bottom: 85px;
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.box1_l,.box1_r{
    width: 100%;
    text-align: center;
    margin-bottom: 135px;
}
.box1_l{
    /*float: left;*/
}
.box1_r{
    /*float: right;*/
}
.box1_l p,.box1_r p{
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.box1_l a,.box1_r a{
    display: block;
    margin: 20px auto 0 auto;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    width: 220px;
    font-size: 20px;
    background: #fff;
    color: #b31e2c;
    font-weight: bold;
}
.box2_l{
    width: 50%;
    float: left;
}
.box2_r{
    width: 50%;
    float: right;
}
.box2_l h3,.box2_r h3{
    line-height: 130px;
    text-align: center;
    font-size: 40px;
    color: #b31e2c;
}
.box2_r h3{
    color: #000;
}
.box2_l_container{
    height: 620px;
    box-sizing: border-box;
    box-shadow: inset 0 0 20px rgba(179,30,44,.44);
    border-radius: 5px;
    width: 100%;
    padding: 20px 20px 0 20px;
    background: #fbfbfb;
}
.box2_r_container{
    height: 620px;
    box-sizing: border-box;
    box-shadow: inset 0 0 20px rgba(0,0,0,.23);
    border-radius: 5px;
    width: 100%;
    padding: 20px 30px 0 30px;
    background: #fbfbfb;
}
.box2_l_container h4,.box2_r_container h4{
    line-height: 80px;
    text-align: center;
    color: #b31e2c;
    font-size: 30px;
}
.box2_l_container h4 span,.box2_r_container h4 span{
    color: #0c0c0c;
}
.box2_l_list_box{
    width: 100%;
    background: url("../images/box2_l_bg.png") left top no-repeat;
}
.box2_l_list li{
    float: left;
    width: 120px;
    margin-right: 55px;
    margin-top: 25px;
    margin-left: 30px;
}
.box2_l_list li:nth-child(3n){
    margin-right: 0;
}
.box2_l_list li:nth-child(1),.box2_l_list li:nth-child(2),.box2_l_list li:nth-child(3){
    margin-bottom: 50px;
}
.box2_l_list li:nth-child(4),.box2_l_list li:nth-child(5),.box2_l_list li:nth-child(6){
    margin-bottom: 30px;
}
.box2_l_list li h5{
    line-height: 35px;
    font-weight: normal;
    font-size: 18px;
    color: #b31e2c;
}
.box2_l_list li p{
    line-height: 22px;
    font-size: 14px;
    color: #0c0c0c;
}
.box2_r_list li{
    float: left;
    margin-right: 25px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #eaeaea;
    padding-top: 15px;
    margin-bottom: 62px;
}
.box2_r_list li:nth-child(2),
.box2_r_list li:nth-last-child(1){
    margin-right: 0;
}
.box2_r_list li:nth-child(1),
.box2_r_list li:nth-child(2){
    width: 255px;
    height: 145px;
}
.box2_r_list li:nth-child(3),
.box2_r_list li:nth-child(4),
.box2_r_list li:nth-child(5){
    width: 160px;
    height: 172px;
}
.box2_r_icon{
    display: block;
    margin: 0 auto 10px auto;
}
.box2_r_list li:nth-child(1) p{
    line-height: 50px;
}
.box2_r_list li p{
    line-height: 25px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.box2_r_right{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}
.box2{
    width: 100%;
    background:url("../images/box1_bg.jpg") top center no-repeat, url("../images/box3_bg.jpg") bottom center no-repeat;
    box-sizing: border-box;
    padding-top: 50px;
}
.box3 .container{
    padding: 60px 0 70px 0;
}
.box3_l{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 45px 0 67px 0;
}
.box3_r{
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 45px 0 67px 0;
}
.box3_left_table{
    width: 100%;
    margin: 0 auto 40px auto;
    background: #fff;
}
.box3_left_table tr:nth-child(1),
.box3_left_table tr:nth-child(2){
    background: #000;
    color: #fff;
}
.box3_left_table tr:nth-child(1){
    font-size: 22px;
    line-height: 60px;
}
.box3_left_table td{
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    width: 14%;
}
.box3_left_table td:nth-child(1){
    width: 16%;
}
.box3_l_p{
    width: 100%;
    margin-bottom: 75px;
    background: #000;
    border-radius: 10px;
}
.box3_l_p a{
    display: block;
    width: 250px;
    float: left;
    line-height: 55px;
    text-align: center;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 22px;
}
.box3_l_p a.active{
    width: 300px;
    background: #fff;
    color: #b31e2c;
}
.box3_l_a,.box3_r_a{
    display: block;
    float: left;
    width: 190px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 30px;
    background: rgba(255,255,255,.66);
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    color: #000;
}
.box3_r_a{
    float: right;
    color: #b31e2c;
}
.box3_l_a img,.box3_r_a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.box3_right_table{
    width: 100%;
    margin: 0 auto 90px auto;
    background: #fff;
}
.box3_right_table tr:nth-child(1),
.box3_right_table tr:nth-child(2){
    background: #b31e2c;
    color: #fff;
}
.box3_right_table tr:nth-child(1){
    font-size: 22px;
    line-height: 60px;
}
.box3_right_table td{
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    width: 14%;
}
.box3_right_table td:nth-child(1){
    width: 16%;
}
.box3_r_p{
    width: 100%;
    margin-bottom: 75px;
    border-radius: 10px;
    line-height: 55px;
    background: #b31e2c;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.box3_r_p a{
    font-size: 20px;
    color: #fff;
}
.box4 h3{
    line-height: 160px;
    font-size: 40px;
    text-align: center;
    color: #000;
}
.box4 h3 span{
    color: #b31e2c;
}
.tabTit span {
    display: block;
    float: left;
    width: 125px;
    line-height: 55px;
    margin: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #eff0ea;
    background: #fefefe;
    color: #000;
    font-size: 22px;
    text-align: center;
}
.tabTit span.on,
.tabTit span:hover {
    background: #b31e2c;
    color: #fff;
}
.tabCon {
    padding: 30px 0;
    margin-top: 20px;
    background: #b31e2c;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
}
.tabCon .con{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.tabCon h5 {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
}
.tabCon .con a{
    font-size: 20px;
    color: #000;
    display: block;
    width: 155px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@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: #333;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }


    .banner_box {
        width: 100%;
        height: 7.9rem;
        /* background: url("../images/banner_m.jpg") top center no-repeat; */
        background-size: 140% 100%;
    }
    .banner_box .container {
        /* display: none; */
        padding-top: 1rem;
    }
    .banner_box h2 {
        line-height: 1.5rem;
        font-size: 1.1rem;
    }
    .banner_box h1 {
        width: 12rem;
        height: 1.8rem;
        background-size: 100% auto;
        margin: .5rem auto;
    }
    .banner_box p {
        font-size: .9rem;
        width: 8rem;
        line-height: 1.5rem;
        border-radius: .75rem;
    }
    .box1 {
        background: none;
        background-size: 200% 100%;
        padding: 0;
    }
    .box2 h2 {
		width: 13rem;
		margin:0 auto;
        color: #000;
        line-height: 2rem;
        font-size: .9rem;
    }
    .box1_l, .box1_r {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 1rem 0;
        margin-bottom: 0;
    }
    .box1_l {
        background: url("../images/box1_bg.jpg") top left no-repeat;
        background-size: 200% 100%;
        float: none;
    }
    .box1_r {
        background: url("../images/box1_bg.jpg") top right no-repeat;
        background-size: 200% 100%;
        float: none;
    }
    .box1_l p, .box1_r p {
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box1_l a, .box1_r a {
        margin: .5rem auto 0 auto;
        line-height: 2rem;
        border-radius: 1rem;
        width: 8rem;
        font-size: .7rem;
    }
    .box2_l,.box2_r {
        width: 100%;
        float: none;
    }
    .box2_l h3, .box2_r h3 {
        line-height: 3rem;
        font-size: 1.2rem;
    }
    .box2_l_container {
        height: auto;
        box-shadow: inset 0 0 .5rem rgba(179, 30, 44, .44);
        border-radius: .2rem;
        padding: .5rem;
    }
    .box2_r_container {
        height: auto;
        box-shadow: inset 0 0 .5rem rgba(0, 0, 0, .23);
        border-radius: .2rem;
        padding: .5rem;
    }
    .box2_l_container h4, .box2_r_container h4 {
        line-height: 2rem;
        font-size: 1rem;
    }
    .box2_l_list_box {
        background: none;
    }
    .box2_l_list li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: .5rem;
        margin-left: 0;
    }
    .box2_l_list li:nth-child(1), .box2_l_list li:nth-child(2), .box2_l_list li:nth-child(3) {
        margin-bottom: 0;
    }
    .box2_l_list li:nth-child(4), .box2_l_list li:nth-child(5), .box2_l_list li:nth-child(6) {
        margin-bottom: 0;
    }
    .box2_l_list li h5 {
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .box2_l_list li p {
        line-height: .8rem;
        font-size: .7rem;
        display: inline;
    }
    .box2{
        background: none;
        padding: 0;
    }
    .box2_r_list li {
        float: left;
        margin-right: .5rem;
        padding-top: .4rem;
        margin-bottom: 1rem;
    }
    .box2_r_list li:nth-child(2),
    .box2_r_list li:nth-child(4),
    .box2_r_list li:nth-last-child(1) {
        margin-right: 0;
    }
    .box2_r_list li:nth-child(1),
    .box2_r_list li:nth-child(2) {
        width: 8.3rem;
        height: 5.5rem;
    }
    .box2_r_list li:nth-child(3),
    .box2_r_list li:nth-child(4),
    .box2_r_list li:nth-child(5) {
        width: 8.3rem;
        height: 5.5rem;
    }
    .box2_r_icon {
        width: 1rem;
        margin: 0 auto .25rem auto;
    }
    .box2_r_list li:nth-child(1) p {
        line-height: 2rem;
    }
    .box2_r_list li p {
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_r_right {
        width: 1.25rem;
        height: 1.25rem;
        bottom: -.625rem;
    }
    .box3_l,.box3_r {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .box3_left_table {
        width: 100%;
        margin: 0 auto 1rem auto;
        background: #fff;
    }
    .box3_left_table tr:nth-child(1) {
        font-size: .7rem;
        line-height: 2rem;
    }
    .box3_left_table td {
        line-height: 2rem;
        font-size: .6rem;
    }
    .box3_l_p {
        margin-bottom: .5rem;
        border-radius: .2rem;
    }
    .box3_l_p a {
        width: 45%;
        line-height: 2rem;
        border-radius: .2rem;
        font-size: .7rem;
    }
    .box3_l_p a.active {
        width: 55%;
    }
    .box3_l_a, .box3_r_a {
        float: none;
        width: 10rem;
        box-sizing: border-box;
        padding: .4rem;
        border-radius: .9rem;
        background: rgba(0, 0, 0, .1);
        line-height: 1rem;
        font-size: .8rem;
        margin: .5rem auto;
    }
    .box3_r_a {
        float: none;
    }
    .box3_l_a img, .box3_r_a img {
        width: .75rem;
        margin-right: .1rem;
    }
    .box3_right_table {
        margin: 0 auto 1rem auto;
    }
    .box3_right_table tr:nth-child(1) {
        font-size: .7rem;
        line-height: 2rem;
    }
    .box3_right_table td {
        line-height: 2rem;
        font-size: .6rem;
    }
    .box3_r_p {
        margin-bottom: .5rem;
        border-radius: .2rem;
        line-height: 2rem;
        font-size: .7rem;
    }
    .box3_r_p a {
        font-size: .8rem;
    }
    .box4 h3 {
        line-height: 2rem;
        font-size: 1.1rem;
    }
    .tabTit span {
        width: 30.5%;
        line-height: 1.8rem;
        margin: .2rem 1%;
        border-radius: .25rem;
        font-size: .7rem;
    }
    .tabCon {
        padding: .5rem 0;
        margin-top: .5rem;
        font-size: .7rem;
        line-height: 1rem;
    }
    .tabCon .con {
        width: 98%;
    }
    .tabCon h5 {
        font-size: .7rem;
        line-height: 1rem;
    }
    .tabCon .con a {
        font-size: .7rem;
        width: 5rem;
        line-height: 1.5rem;
        border-radius: .2rem;
        position: relative;
        margin: .5rem auto;
        transform: translateY(0);
    }



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