<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; }
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; }
.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/bottom_bg.png') center bottom no-repeat;
}
.banner_box{
    width: 100%;
    height: 820px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 48px;
}
.banner_top{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 200px;
}
.banner_top img{
    position: relative;
    z-index: 2;
    display: block;
    height: 106px;
}
.banner_top h5{
    padding: 0 20px;
    line-height: 58px;
    font-size: 36px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-left: -20px;
    position: relative;
    z-index: 1;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,.7), rgba(0,0,0,0));
}
.banner_box h1{
    font-size: 0;
    display: none;
}
.banner_box a{
    display: block;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(0deg,#fda209,#ffeb71);
    border: 1px solid #ffc064;
    box-sizing: border-box;
    width: 400px;
    line-height: 80px;
    border-radius: 40px;
    font-size: 40px;
}
.banner_box a span{
    font-weight: bold;
    background: linear-gradient(0deg, #E20900 38.37890625%, #FF4F05 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_text{
    box-sizing: border-box;
    background: #E20000;
    box-shadow: 0px 31px 21px 0px rgba(228, 0, 0, 0.97), inset 0px 3px 70px 0px rgba(0, 0, 0, 0.35);
    border: 4px solid #FEE5BC;
    margin-top: 60px;
    border-radius: 10px;
    padding: 20px 32px;
}
.banner_text p{
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    text-align: justify;
    text-indent: 2em;
}
.box_title{
    box-sizing: border-box;
    border-bottom: 4px solid #E00000;
    margin-bottom: 30px;
}
.box_title_short .container{
    background-image: url('../images/box_title1.png');
}
.box_title_long .container{
    background-image: url('../images/box_title2.png');
}
.box_title .container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: left top;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    height: 112px;
}
.box_title h3{
    width: 206px;
    line-height: 78px;
    font-size: 48px;
    margin-right: 6px;
}
.box_title h5{
    width: 380px;
    line-height: 74px;
    font-size: 44px;
    align-self: flex-end;
}
.box_title_long h5{
    width: 645px;
}
.box1_container{
    background: #FCEFEF;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 36px;
    margin-bottom: 24px;
    border-radius: 10px;
}
.box1_l{
    display: block;
    width: 540px;
}
.box1_l img{
    display: block;
    width: 100%;
}
.box1_r{
    width: 550px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.box1_title{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #CF0000;
    height: 64px;
    line-height: 64px;
    padding-bottom: 12px;
}
.box1_title img{
    display: block;
    width: 50px;
    margin-right: 10px;
}
.box1_title h3{
    font-size: 36px;
    background: linear-gradient(1deg, #CF0000 0%, #FE5500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box1_list{
    width: 100%;
    margin-top: 16px;
    margin-bottom: 12px;
}
.box1_list li{
    line-height: 48px;
    font-size: 24px;
}
.box1_list li a{
    display: block;
    color: #201B1B;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.box1_more{
    display: block;
    text-align: center;
    background: linear-gradient(-90deg, #CF0000, #FE5500);
    color: #fff;
    width: 180px;
    line-height: 60px;
    font-size: 22px;
}
.box2_top{
    background: #FCEFEF;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 36px 80px 36px 44px;
    border-radius: 10px;
}
.box2_list{
    width: 630px;
}
.box2_list li{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    border-bottom: 1px dashed rgba(186, 131, 53, .2);
    line-height: 60px;
    height: 60px;
}
.box2_list li img{
    display: block;
    width: 30px;
    margin-right: 16px;
}
.box2_list li p{
    font-size: 24px;
    color: #201B1B;
}
.box2_tr{
    background-image: url('../images/box2_bg.png');
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 373px;
    height: 268px;
}
.box2_tr p{
    line-height: 56px;
    font-size: 24px;
}
.box2_tr_center{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
}
.box2_tr_center img{
    display: block;
    width: 40px;
    margin-right: 8px;
}
.box2_tr a{
    display: block;
    background: #fff;
    color: #D70D00;
    width: 240px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 24px;
}
.box2_title{
    margin: 28px auto;
    line-height: 80px;
    font-size: 52px;
    text-align: center;
    background-image: url('../images/box2_course_title.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.box2_title span{
    background: linear-gradient(135deg, #CF0000 0%, #FE5500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box2_table{
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    background: #FCEFEF;
}
.box2_table th{
    line-height: 76px;
    font-size: 24px;
    background: #E00000;
    color: #fff;
}
.box2_table td{
    box-sizing: border-box;
    border: 1px solid rgba(224,0,0,.3);
    padding: 15px 0;
    line-height: 30px;
    font-size: 20px;
    color: #201B1B;
}
.box2_table td a{
    margin: 0 auto;
    display: block;
    color: #fff;
    width: 125px;
    line-height: 40px;
    border-radius: 20px;
}
.box2_table td a.is_over{
    background: #7d7c7c;
}
.box2_table td a.is_now{
    background: linear-gradient(1deg, #E30909, #FD5102);
}
.box2_table td a.not_start{
    background: #e00000;
}
.poster_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.poster_list li{
    width: 380px;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #CF0000, #FE5500);
}
.poster_list li a,
.poster_list li img{
    display: block;
    width: 100%;
}


.window_mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.window_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 620px;
}
.close{
    position: absolute;
    display: block;
    cursor: pointer;
    width: 34px;
    top: -50px;
    right: 0;
}
.window_box h3{
    text-align: center;
    color: #fff;
    background: #e20000;
    border-radius: 20px 20px 0 0;
    line-height: 60px;
    font-size: 30px;
}
.ajax_form{
    box-sizing: border-box;
    background: linear-gradient(0deg, #fee5ae, #ffffff);
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 42px 36px;
}
.ajax_form p{
    margin-bottom: 16px;
    position: relative;
}
.ajax_form input,
.ajax_form select{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    border: 1px solid #dfdddd;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    color: #333;
    font-size: 18px;
    float: left;
}
.ajax_form select{
    width: 270px;
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form select#city{
    float: right;
}
.ajax_form input.send{
    position: absolute;
    right: 0;
    top: 0;
    width: 145px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #333;
    background: linear-gradient(0deg, #fee5ae, #ffffff);
}
.ajax_form input.button{
    width: 275px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    font-size: 28px;
    margin: 45px auto 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background: linear-gradient(0deg, #cd2206, #f45a26);
    cursor: pointer;
    color: #fff;
    text-align: center;
    float: none;
    display: block;
    font-weight: bold;
}





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


    body{
        background-size: 200%;
    }
    .banner_box{
        height: 16.5rem;
        background-size: auto 100%;
        margin-bottom: 1.5rem;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_top{
        margin-bottom: 4rem;
    }
    .banner_top img{
        height: 2rem;
    }
    .banner_top h5{
        padding: 0 .5rem;
        line-height: 1.4rem;
        font-size: .8rem;
        letter-spacing: .1rem;
        text-indent: .1rem;
        margin-left: -.5rem;
    }
    .banner_box a{
        width: 10rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: 1rem;
    }
    .banner_text{
        margin-top: 1rem;
        border-radius: .3rem;
        border: .1rem solid #FEE5BC;
        padding: .5rem;
    }
    .banner_text p{
        line-height: 1rem;
        font-size: .8rem;
    }
    .box_title{
        border-bottom: .1rem solid #E00000;
        margin-bottom: .8rem;
    }
    .box_title .container{
        height: 2rem;
    }
    .box_title h3{
        width: 3.67rem;
        line-height: 1.4rem;
        font-size: 1.1rem;
        margin-right: .2rem;
    }
    .box_title h5{
        width: 6.5rem;
        line-height: 1.32rem;
        font-size: .85rem;
        align-self: flex-end;
    }
    .box_title_long h5{
        width: 11rem;
    }
    .box1_container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: .5rem;
        margin-bottom: .5rem;
        border-radius: .3rem;
    }
    .box1_l{
        width: 10rem;
    }
    .box1_r{
        width: 100%;
    }
    .box1_title{
        height: 1.6rem;
        line-height: 1.6rem;
        padding-bottom: .3rem;
        margin-top: .7rem;
    }
    .box1_title img{
        width: 1.3rem;
        margin-right: .3rem;
    }
    .box1_title h3{
        font-size: .9rem;
    }
    .box1_list{
        margin-top: .4rem;
        margin-bottom: .4rem;
    }
    .box1_list li{
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .box1_more{
        width: 5rem;
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .box2_top{
        padding: .5rem;
        border-radius: .3rem;
        flex-direction: column;
        align-items: center;
    }
    .box2_list{
        width: 100%;
    }
    .box2_list li{
        line-height: 1.4rem;
        height: 1.4rem;
    }
    .box2_list li img{
        width: .8rem;
        margin-right: .4rem;
    }
    .box2_list li p{
        font-size: .7rem;
    }
    .box2_tr{
        margin-top: .5rem;
        width: 12.4rem;
        height: 8.9rem;
    }
    .box2_tr p{
        line-height: 2rem;
        font-size: .8rem;
    }
    .box2_tr_center{
        margin: .6rem 0;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: .9rem;
    }
    .box2_tr_center img{
        width: 1rem;
        margin-right: .2rem;
    }
    .box2_tr a{
        width: 8rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: .8rem;
    }
    .box2_title{
        margin: .8rem auto;
        line-height: 2rem;
        font-size: 1.3rem;
    }
    .box2_table{
        margin-bottom: 1rem;
    }
    .box2_table th{
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .box2_table td{
        padding: .3rem 0;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_table td a{
        width: 4rem;
        line-height: 1.2rem;
        border-radius: .6rem;
    }
    .poster_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .poster_list li{
        width: 48%;
        margin: .2rem 1%;
        padding: .3rem;
    }
    .window_box{
        width: 17rem;
    }
    .close{
        width: 1.2rem;
        top: -1.4rem;
    }
    .window_box h3{
        border-radius: .5rem .5rem 0 0;
        line-height: 2.5rem;
        font-size: 1rem;
    }
    .ajax_form{
        border-radius: 0 0 .5rem .5rem;
        padding: 1rem;
    }
    .ajax_form p{
        margin-bottom: .5rem;
    }
    .ajax_form input,
    .ajax_form select{
        height: 1.6rem;
        line-height: 1.6rem;
        padding-left: .5rem;
        font-size: .75rem;
    }
    .ajax_form select{
        width: 49%;
        background-size: .5rem;
    }
    .ajax_form input.send{
        width: 40%;
    }
    .ajax_form input.button{
        width: 10rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: 1rem;
        margin: 1rem auto 0;
    }

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