<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", "SimHei", 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; }
.box_container{
    padding: 40px 0;
}


body{
    background: url('../images/body_bg.png') center top repeat-y;
}
.banner_box{
    width: 100%;
    position: relative;
    height: 1000px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 40px;
}
.banner_logo{
    display: block;
    height: 155px;
    left:  -70px;
    top: 20px;
    position: absolute;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 670px;
    margin: 0 auto;
}
.banner_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0;
    height: 230px;
    background: url("../images/after_banner.png") center top no-repeat;
}
.box_title{
    height: 127px;
    margin: 0 auto -50px;
    font-size: 0;
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}
.box1_title{
    background-image: url('../images/box1_title.png');
}
.box2_title{
    background-image: url('../images/box2_title.png');
}
.box1,
.box2{
    margin-bottom: 80px;
}
.box1_container{
    background-image: url('../images/box1_bg.png');
    height: 660px;
}
.box2_container{
    background-image: url('../images/box2_bg.png');
    height: 1104px;
    padding: 80px 60px 0 50px;
}
.box1_l{
    width: 50%;
    box-sizing: border-box;
    padding: 40px 50px;
}
.box1_book{
    display: block;
    margin: 0 auto;
    height: 344px;
}
.box1_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.box1_text p{
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 10px;
    background: #F16C0F;
    color: #FFFFFF;
    box-sizing: border-box;
}
.box1_r{
    width: 50%;
    box-sizing: border-box;
    padding: 50px 50px 0;
}

.box1_bottom{
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: -66px;
    width: 300px;
    animation: person 5s linear infinite;
}
@keyframes person {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}
.box1_r_box{
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #231815;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 500px;
    height: 85px;
    border-radius: 43px;
    padding-left: 50px;
}
.box1_r_box h5{
    position: absolute;
    left: 50px;
    top: -32px;
    font-size: 26px;
    line-height: 51px;
    color: #fff;
    background-size: auto 100%;
    text-align: center;
}
.box1_tit1{
    width: 295px;
    background-image: url('../images/box1_title1.png');
}
.box1_tit2{
    width: 359px;
    background-image: url('../images/box1_title2.png');
}
.box1_tit3{
    width: 281px;
    background-image: url('../images/box1_title3.png');
}
.box1_r_box p{
    font-size: 24px;
    line-height: 100px;
    color: #231815;
}
.box1_r_box img{
    display: block;
    height: 100%;
}
.box1_btn{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url('../images/box1_btn.png');
    background-size: 100%;
    width: 379px;
    height: 97px;
    line-height: 85px;
    font-size: 32px;
    margin: 40px auto 0;
}
.box2_cont{
    width: 100%;
    height: 297px;
    border: 2px solid #231815;
    margin-bottom: 40px;
    z-index: 1;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.box2_cont::before{
    content: '';
    display: block;
    position: absolute;
    background: #231815;
    top: -10px;
    right: -10px;
    height: 297px;
    z-index: -1;
    width: 100%;
}
.box2_cont_l{
    height: 100%;
    width: 458px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.box2_cont_r{
    height: 100%;
    width: calc(100% - 458px);
    padding: 40px 0 40px 50px;
    box-sizing: border-box;
    background-size: 100% 100%;
}
.box2_cont:nth-child(1) .box2_cont_r{
    background-image: url('../images/box2_bg1.png');
}
.box2_cont:nth-child(2) .box2_cont_r{
    background-image: url('../images/box2_bg2.png');
}
.box2_cont:nth-child(3) .box2_cont_r{
    background-image: url('../images/box2_bg3.png');
}
.box2_text{
    background-size: auto 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-weight: bold;
    color: #231815;
    height: 56px;
    margin-bottom: 16px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 22px;
}
.box2_text1{
    background-image: url('../images/box2_text1.png');
}
.box2_text2{
    background-image: url('../images/box2_text2.png');
}
.box2_text3{
    background-image: url('../images/box2_text3.png');
}
.box2_text4{
    background-image: url('../images/box2_text4.png');
}
.box2_text5{
    background-image: url('../images/box2_text5.png');
}
.box2_cont_r p{
    line-height: 32px;
    font-size: 18px;
    color: #fff;
}
.box3 img{
    display: block;
}
.box3_bottom{
    position: relative;
    z-index: 2;
    background: url("../images/bottom_line.png") center top no-repeat;
    background-size: auto 100%;
    margin-top: -190px;
    height: 220px;
}
.banner_circle{
    position: absolute;
    display: block;
    width: 190px;
    right: 0;
    top: 95px;
}


@media only all and (max-width:1080px) {
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.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;
    }

    .box_container{
        padding: 1rem 0;
    }



    .banner_box{
        height: 17rem;
        background-size: 180%;
    }
    .banner_box .container{
        padding-top: 3.5rem;
    }
    .banner_logo{
        height: 3rem;
        left: .5rem;
        top: .5rem;
    }
    .banner_box h1{
        height: 10rem;
    }
    .banner_circle{
        width: 4rem;
        top: 2rem;
    }
    .banner_bottom{
        height: 4rem;
        background-size: auto 100%;
    }
    .box_title{
        height: 3.175rem;
        margin: 0 auto -1.25rem;
    }
    .box1,
    .box2{
        margin-bottom: 1.5rem;
    }
    .box1_container{
        background: #ffe9bd;
        height: auto;
        padding: 1rem 0 0;
    }
    .box2_container{
        background: #ffe9bd;
        height: auto;
        padding: 1.5rem .5rem 0;
    }
    .box1_l{
        width: 100%;
        padding: 0 1rem;
    }
    .box1_book{
        height: 8rem;
    }
    .box1_text p{
        margin-bottom: .5rem;
        font-size: .8rem;
        line-height: 1.5rem;
        padding: 0 .3rem;
    }
    .box1_r{
        width: 100%;
        padding: 0 1rem;
    }
    .box1_bottom{
        position: relative;
        bottom: auto;
        margin-left: -2.5rem;
        width: 5rem;
    }
    .box1_r_box{
        margin-top: 1rem;
        width: 100%;
        height: 2.4rem;
        border-radius: 1.2rem;
        padding-left: 1rem;
    }
    .box1_r_box h5{
        left: 1rem;
        top: -.8rem;
        font-size: .8rem;
        line-height: 1.6rem;
        background-repeat: no-repeat;
    }
    .box1_tit1{
        width: 9.3rem;
    }
    .box1_tit2{
        width: 11.3rem;
    }
    .box1_tit3{
        width: 8.8rem;
    }
    .box1_r_box p{
        font-size: .8rem;
        line-height: 3rem;
    }
    .box1_btn{
        width: 9.475rem;
        height: 2.425rem;
        line-height: 2.125rem;
        font-size: .8rem;
        margin: 1rem auto 0;
    }
    .box2_cont{
        display: block;
        height: auto;
        margin-bottom: 1rem;
    }
    .box2_cont::before{
        top: -.3rem;
        right: -.3rem;
        height: 100%;
    }
    .box2_cont_l{
        width: 100%;
        height: 6rem;
    }
    .box2_cont_l img{
        display: block;
        max-height: 90%;
    }
    .box2_cont_r{
        width: 100%;
        padding: .5rem .3rem;
    }
    .box2_text{
        height: 1.7rem;
        margin-bottom: .4rem;
        line-height: 1.45rem;
        padding-left: .4rem;
        font-size: .7rem;
    }
    .box2_cont_r p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_bottom{
        margin-top: -4rem;
        height: 5rem;
    }
    

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