<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; }
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%;
    height: 914px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 95px;
}
.banner_box p{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-image: url('../images/banner_top.png');
    background-size: 100%;
    width: 250px;
    height: 110px;
    line-height: 75px;
    font-size: 36px;
    text-align: center;
}
.banner_box p span{
    background: linear-gradient(0deg, #FDDEA7 0%, #FFF2D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 835px;
    height: 395px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.banner_box h2{
    font-size: 0;
    background: url("../images/banner_h2.png");
    background-size: 100%;
    width: 617px;
    height: 236px;
    margin: -45px auto 0;
    position: relative;
    z-index: 3;
}
.banner_flag_l{
    position: absolute;
    z-index: 1;
    display: block;
    height: 800px;
    top: 0;
    left: -245px;
    animation: flag_move_l 1s linear;
}
.banner_flag_r{
    position: absolute;
    z-index: 1;
    display: block;
    height: 800px;
    top: 0;
    right: -245px;
    animation: flag_move_r 1s linear;
}
@keyframes flag_move_l{
    0% { 
        opacity: 0; 
        left: 100px; 
    }
    100% { 
        opacity: 1; 
        left: -245px;
    }
}
@keyframes flag_move_r{
    0% { 
        opacity: 0; 
        right: 100px; 
    }
    100% { 
        opacity: 1; 
        right: -245px;
    }
}
.box_title{
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 130px;
    font-size: 0;
    margin-bottom: 40px;
}
.box1 .box_title{
    background-image: url('../images/box1_title.png');
}
.box2 .box_title{
    background-image: url('../images/box2_title.png');
}
.box3 .box_title{
    background-image: url('../images/box3_title.png');
}
.box1_list{
    display: flex;
    justify-content: space-between;
}
.box1_list li{
    text-align: center;
    background-image: url('../images/box1_box_bg.png');
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    width: 380px;
    height: 530px;
}
.box1_list li h5{
    line-height: 50px;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 500;
    background: linear-gradient(0deg, #FDDEA7 0%, #FFF2D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box1_list li p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    line-height: 33px;
    font-size: 18px;
    margin-bottom: 12px;
    color: #FDE1AE;
}
.box1_list li h6{
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
.box1_list li img{
    display: block;
    margin: 20px auto;
    height: 36px;
}
.box1_list li a{
    display: block;
    line-height: 36px;
    font-size: 20px;
    color: #FDE1AE;
}
.box2_tab{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.box2_tab.fixed{
    position: fixed;
    z-index: 90;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.box2_tab li{
    background-image: url('../images/box2_tab.png');
    background-size: 100%;
    margin: 0 15px;
    width: 240px;
    height: 76px;
    position: relative;
    cursor: pointer;
}
.box2_tab li.active{
    background-image: url('../images/box2_tab_active.png');
}
/*自己新增*/

.box2_tab a {
    background-image: url('../images/box2_tab111.png');
    
}


.hkc_box1_jl_text{
    line-height: 40px;
    margin-top: 20px;
    font-size: 20px;
    color:  #C10028;
    text-align: center;
}

.box2_tab li img{
    display: block;
    width: 105px;
    margin: 20px auto;
}
.box2_tab li.active span{
    display: block;
}
.box2_tab li span{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color:#FDDEA7;
}
.inner_box{
    margin-top: 50px;
    position: relative;
    background: linear-gradient(0deg, #C10028, #E53416);
    box-shadow: 0px 3px 30px 0px rgba(51, 0, 0, 0.4);
    border-radius: 0 0 30px 30px;
    width: 1130px;
    box-sizing: border-box;
    z-index: 1;
    padding: 25px 15px 15px;
}
.inner_box::before{
    content: '';
    display: block;
    background-image: url('../images/inner_box_before.png');
    background-size: 100%;
    width: 1200px;
    height: 284px;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
}
.inner_container{
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    border: 2px solid #FDC25F;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    padding-top: 40px;
}
.inner_box_title{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}
.inner_box_title h5{
    background-image: url('../images/inner_title.png');
    background-size: 100%;
    width: 224px;
    height: 84px;
    line-height: 84px;
    letter-spacing: 25px;
    text-indent: 15px;
    font-size: 36px;
    margin-right: 10px;
    color: #B40C0D;
}
.inner_box_title h6{
    line-height: 84px;
    font-size: 36px;
    filter: drop-shadow( 0px 5px 20px rgba(102, 0, 0, 0.3));
    background: linear-gradient(0deg, #FDDEA7 0%, #FFF2D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hls_top{
    background-image: url('../images/box2_top.png');
    background-size: 100%;
    box-sizing: border-box;
    width: 1016px;
    height: 330px;
    padding: 35px 70px;
    text-align: center;
    margin: 0 auto;
}
.hls_top h3{
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 35px;
    color: #A90C0D;
}
.hls_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hls_top_circle{
    background-image: url('../images/box2_top_circle.png');
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
}
.hls_top_circle h6{
    line-height: 40px;
    font-size: 28px;
    color: #A90C0D;
}
.hls_top_circle p{
    line-height: 40px;
    font-size: 20px;
    color: #330000;
}
.hls_arrow{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hls_arrow p{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #330000;
}
.hls_arrow img{
    display: block;
    width: 90px;
}
.hls_center{
    margin: 30px auto;
    box-sizing: border-box;
    padding: 25px 30px;
    width: 1016px;
    background: linear-gradient(-90deg, #C10028, #E53416);
    box-shadow: 0px 3px 30px 0px rgba(51, 0, 0, 0.4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hls_center h5{
    width: 160px;
    line-height: 56px;
    border-radius: 28px;   
    font-size: 24px;
    margin-right: 30px;
    text-align: center; 
    background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
    box-shadow: 0px 5px 20px 0px rgba(102, 0, 0, 0.3);
    color: #A90C0D;
}
.hls_center_list{
    width: calc(100% - 200px);
}
.hls_center_list li{
    float: left;
    width: 50%;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
}
.hls_center_list li img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 24px;
}
.hls_bottom{
    background: #FDC25F;
    border-radius: 0 0 20px 20px;
    position: relative;
    box-sizing: border-box;
    padding: 40px;
}
.teacher_box{
    width: 312px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.teacher_box img{
    display: block;
    width: 100%;
}
.teacher_mask{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,0));
}
.teacher_mask h5{
    display: none;
    line-height: 40px;
    font-size: 22px;
    filter: drop-shadow( 0px 5px 20px rgba(102, 0, 0, 0.3));
    background: linear-gradient(0deg, #FDDEA7 0%, #FFF2D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.teacher_mask h6{
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
}
.teacher_mask p{
    display: none;
    line-height: 30px;
    font-size: 16px;
}
.teacher_mask img{
    display: none;
    width: 120px;
    margin: 10px auto 0;
}
.teacher_box:hover h5,
.teacher_box:hover p,
.teacher_box:hover img{
    display: block;
}
.swiper_name{
    margin: 0 auto;
    text-align: center;
    color: #330000;
    width: 200px;
    line-height: 50px;
    background: #FE9D01;
    box-shadow: 0px 0px 15px 0px rgba(51, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
    font-size: 20px;
}
.swiper_btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -42px;
    width: 150px;
    height: 40px;
    background: #C10028;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hls_swiper  .swiper-button-prev.swiper-button-white.prev {
    width:37px;
    height: 16px;
    background-image: url("../images/box2_prev.png") ;
    background-size: 100%;
    cursor: pointer;
    margin: 0 8px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
.hls_swiper  .swiper-button-next.swiper-button-white.next {
    width:37px;
    height: 16px;
    background-image: url("../images/box2_next.png") ;
    background-size: 100%;
    cursor: pointer;
    margin: 0 8px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
#hkc .inner_container,
#hfw .inner_container{
    padding: 40px 30px;
}
.hkc_box{
    background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
    box-shadow: 0px 5px 20px 0px rgba(102, 0, 0, 0.3);
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
    margin-top: 60px;
}
.hkc_title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    background-image: url('../images/box_title_s.png');
    background-size: 100%;
    width: 420px;
    line-height: 60px;
    text-align: center;
}
.hkc_title span{
    font-size: 30px;
    background: linear-gradient(0deg, #FDDEA7 0%, #FFF2D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.after_hkc_title{
    line-height: 60px;
    font-size: 22px;
    color: #330000;
    text-align: center;
}
.hkc_list li{
    float: left;
    background-image: url('../images/box3_btn.png');
    background-size: 100%;
    width: 171px;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 15px 0px rgba(51, 0, 0, 0.3);
    text-align: center;
    font-size: 20px;
    margin: 10px 25px 10px 0;
    color: #330000;
    cursor: pointer;
}
.hkc_list li:nth-child(5n){
    margin-right: 0;
}
.hkc_list li a,
.hfw_list2 li a{
    display: block;
    color: #330000;
}
.hkc_box1_title{
    line-height: 60px;
    margin: 25px 0;
    font-size: 30px;
    text-align: center;
    background: linear-gradient(135deg, #C10028 0%, #E53416 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hkc_box1_title::before,
.hkc_box1_title::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 6px solid #C10028;
    border-radius: 50%;
}
.hkc_box1_img_box{
    display: flex;
    justify-content: space-between;
}
.hkc_box1_img1,
.hkc_box1_img2{
    height: 210px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid  #FDC25F;
    border-radius: 10px;
}
.hkc_box1_img2{
    box-sizing: border-box;
    padding-left: 20px;
}
.hkc_box1_img1 img{
    border-radius: 5px;
    display: block;
    height: 100%;
}
.hkc_box1_img2 img{
    display: block;
    height: 180px;
}
.hkc_box1_jl_box{
    display: flex;
    justify-content: space-between;
}
.hkc_box1_jl{
    width: 300px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid  #FDC25F;
    border-radius: 10px;
}
.hkc_box1_jl img{
    display: block;
    height: 100%;
}
.hkc_box2_top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hkc_box2_top h5{
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    margin: 0 15px;
    color: #330000;
    position: relative;
}
.hkc_box2_top h5::before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-image: url('../images/box4_wrong.png');
    background-size: 100%;
    z-index: 2;
}
.hkc_box2_h4{
    width: 770px;
    line-height: 60px;
    border-radius: 31px;
    font-size: 22px;
    background: linear-gradient(90deg, #C10028, #E53416);
    box-shadow: 0px 3px 30px 0px rgba(51, 0, 0, 0.4);
    margin: 30px auto;
    text-align: center;
}
.hkc_box2_h4 span{
    background: linear-gradient(0deg, #FDDEA7 0%, #FFF2D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hkc_box2_b_box{
    display: flex;
    justify-content: space-between;
}
.hkc_box2_b_img{
    height: 230px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid  #FDC25F;
    border-radius: 10px;
}
.hkc_box2_b_img img{
    display: block;
}
.hkc_box2_b p{
    text-align: center;
    display: flex;
    justify-content: center;
}
.hkc_box2_b p span{
    display: block;
    font-size: 20px;
    line-height: 50px;
    padding: 0 40px;
    color: #330000;
    background: #FE9D01;
    box-shadow: 0px 0px 15px 0px rgba(51, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
}
.hkc_box3_list{
    box-sizing: border-box;
    background: #990000;
    box-shadow: 0px 3px 30px 0px rgba(51, 0, 0, 0.4);
    border-radius: 10px;
    padding: 40px 28px 0;
}
.hkc_box3_list li{
    float: left;
    margin: 0 10px;
    width: 130px;
    height: 400px;
    background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.hkc_box3_list li h5{
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #A90C0D;
}
.hkc_box3_list li .hkc_box3_list_bottom{
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    padding: 8px 15px;
    color: #fff;
}
.hkc_box3_list li .hkc_box3_list_bottom h6{
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.hkc_box3_list li .hkc_box3_list_bottom p{
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
}
.hkc_box3_list li:nth-child(1) .hkc_box3_list_bottom{
    height: 150px;
    background: #FF6E01;
}
.hkc_box3_list li:nth-child(2) .hkc_box3_list_bottom{
    height: 180px;
    background: #FF6E01;
}
.hkc_box3_list li:nth-child(3) .hkc_box3_list_bottom{
    height: 210px;
    background: #FE4D13;
}
.hkc_box3_list li:nth-child(4) .hkc_box3_list_bottom{
    height: 240px;
    background: #FE4D13;
}
.hkc_box3_list li:nth-child(5) .hkc_box3_list_bottom{
    height: 270px;
    background: #D70014;
}
.hkc_box3_list li:nth-child(6) .hkc_box3_list_bottom{
    height: 300px;
    background: #D70014;
}
.hkc_box3_bottom{
    font-size: 30px;
    color: #A90C0D;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.hkc_box4_text{
    margin: 30px auto;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 25px 30px;
    background: linear-gradient(-90deg, #C10028, #E53416);
    box-shadow: 0px 3px 30px 0px rgba(51, 0, 0, 0.4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hkc_box4_text h5{
    width: 160px;
    line-height: 56px;
    border-radius: 28px;   
    font-size: 24px;
    margin-right: 30px;
    text-align: center; 
    background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
    box-shadow: 0px 5px 20px 0px rgba(102, 0, 0, 0.3);
    color: #A90C0D;
}
.hkc_box4_text p{
    width: calc(100% - 200px);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: justify;
}
.hkc_box4_list {
    display: flex;
    justify-content: space-between;
}
.hkc_box4_list li{
    width: 300px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid  #FDC25F;
    border-radius: 10px;
}
.hkc_box4_list li img{
    display: block;
    width: 100%;
}
.hfw_list1{
    display: flex;
    justify-content: space-between;
}
.hfw_list1 li&gt;p{
    display: block;
    margin: 0 auto;
    font-size: 20px;
    width: 240px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 15px 0px rgba(51, 0, 0, 0.3);
    color: #FFF;
}
.hfw_list1 li&gt;p.hfw_list1_title1{
    background: #660000;
}
.hfw_list1 li&gt;p.hfw_list1_title2{
    background: linear-gradient(-90deg, #C10028, #E53416);
}
.hfw_list1_box{
    width: 460px;
    height: 325px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px solid  #FDC25F;
    border-radius: 10px;
}
.hfw_list1_box img{
    display: block;
    width: 100%;
}
.hfw_list1_boxr{
    box-sizing: border-box;
    padding: 0 25px;
    align-items: flex-start;
}
.hfw_list1_boxr h3{
    line-height: 45px;
    font-size: 36px;
    color: #A90C0D;
}
.hfw_list1_boxr h3 span{
    position: relative;
    font-size: 24px;
    color: #330000;
}
.hfw_list1_boxr h3 span::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    background-image: url('../images/box4_wrong.png');
    background-size: 100%;
    z-index: 2;
}
.hfw_list1_boxr h4{
    margin: 15px 0;
    line-height: 40px;
    font-size: 24px;
    color: #330000;
}
.hfw_list1_boxr p{
    line-height: 35px;
    font-size: 20px;
    color: #A90C0D;
}
.hfw_list2{
    margin: 0 auto;
    width: 780px;
}
.hfw_list2 li{
    float: left;
    margin: 12px;
    background-image: url('../images/box3_btn.png');
    background-size: 100%;
    width: 171px;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 15px 0px rgba(51, 0, 0, 0.3);
    text-align: center;
    font-size: 20px;
}
.hfw_bottom_box{
    margin-top: 20px;
    background: linear-gradient(-90deg, #C10028, #E53416);
    box-shadow: 0px 3px 30px 0px rgba(51, 0, 0, 0.4);
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}
.hfw_bottom_box p{
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 30px;
}
.hfw_bottom_box h5{
    line-height: 55px;
    font-size: 40px;
}
.hfw_bottom_box img{
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
    width: 166px;
}
.poster_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.poster_list li{
    width: 280px;
    background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
    box-shadow: 0px 5px 20px 0px rgba(102, 0, 0, 0.3);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px;
}
.poster_list li a,
.poster_list li a img{
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    transition: all .5s;
}
.poster_list li:hover img{
    transform: scale(1.1);
}
.city_list li{
    float: left;
    margin: 10px;
    text-align: center;
    font-size: 18px;
    width: 130px;
    line-height: 56px;
    background: linear-gradient(135deg, #C10028, #E53416);
    box-shadow: 0px 3px 15px 0px rgba(51, 0, 0, 0.3);
}
.city_list li a{
    display: block;
    color: #fff;
}
.city_list li:hover{
    background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
    box-shadow: 0px 5px 15px 0px rgba(102, 0, 0, 0.3);
}
.city_list li:hover a{
    color: #A90C0D;
}


.fixed_mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(0,0,0,.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.form_box{
    width: 640px;
    background: linear-gradient(0deg, #C10028, #E53416);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 50px 50px 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.fixed_close{
    position: absolute;
    right: 0;
    top: -50px;
    width: 40px;
    cursor: pointer;
}
.form_box h5{
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: normal;
}
.form_box p{
    margin-bottom: 20px;
}
.form_box p input,
.form_box p select{
    border: 0;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    background: #fff;
    border-radius: 6px;
    width: 49%;
    float: left;
    font-size: 18px;
    color: #666;
}
.form_box p select{
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
}
.form_box p select#ext1{
    width: 100%;
}
.form_box p select#city{
    float: right;
}
.form_box p input#fs{
    float: right;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #FE9D01;
    cursor: pointer;
}
.form_box p input#shoujihao{
    width: 100%;
}
.button{
    width: 100%;
    border: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 6px;
    background: #FE9D01;
}



.fixed_nav{
    display: none;
    z-index: 99;
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 190px;
    background: linear-gradient(0deg, #C10028, #E53416);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 5px;
}
.fixed_list{
    width: 180px;
    background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(51, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 55px 25px 0;
    position: relative;
}
.fixed_list::before{
    content: '';
    display: block;
    background-image: url('../images/fixed_icon.png');
    background-size: 100%;
    width: 261px;
    height: 166px;
    position: absolute;
    right: -25px;
    top: -100px;
}
.fixed_list li{
    text-align: center;
    line-height: 60px;
    border-bottom: 1px dashed rgba(255,255,255,.3);
    font-size: 18px;
}
.fixed_list li:nth-last-child(1){
    border: 0;
}
.fixed_list li a{
    display: block;
    color: #330000;
}

@media only all and (max-width:1080px) {
    .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;
    }

    .box_container{
        padding: 1rem 0;
    }



    body{
        background-size: 100%;
    }
    .banner_box{
        background-size: auto 100%;
        height: 16rem;
    }
    .banner_box .container{
        padding-top: 4rem;
    }
    .banner_box p{
        width: 6.25rem;
        height: 2.75rem;
        line-height: 1.875rem;
        font-size: .8rem;
    }
    .banner_box h1{
        width: 12rem;
        height: 5.7rem;
    }
    .banner_box h2{
        width: 15.425rem;
        height: 5.9rem;
        margin: -1rem auto 0;
    }
    .banner_flag_l{
        height: 9rem;
        left: -2rem;
    }
    .banner_flag_r{
        height: 9rem;
        right: -2rem;
    }
    @keyframes flag_move_l{
        0% { 
            opacity: 0; 
            left: 1rem; 
        }
        100% { 
            opacity: 1; 
            left: -2rem;
        }
    }
    @keyframes flag_move_r{
        0% { 
            opacity: 0; 
            right: 1rem; 
        }
        100% { 
            opacity: 1; 
            right: -2rem;
        }
    }
    .box_title{
        height: 2rem;
        margin-bottom: 1rem;
    }
    .box1_list{
        flex-wrap: wrap;
    }
    .box1_list li{
        padding: 1rem;
        width: 49%;
        height: 12rem;
        margin: .5rem auto;
    }
    .box1_list li h5{
        line-height: 1.2rem;
        font-size: .8rem;
        margin-bottom: .4rem;
    }
    .box1_list li p{
        height: 2rem;
        line-height: 1rem;
        font-size: .7rem;
        margin-bottom: .3rem;
    }
    .box1_list li p br,
    .box1_list li h6 br{
        display: none;
    }
    .box1_list li h6{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_list li img{
        margin: .2rem auto;
        height: .8rem;
    }
    .box1_list li a{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_tab.fixed{
        position: fixed;
        z-index: 99;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .box2_tab li{
        margin: 0 .5%;
        width: 30%;
        height: 1.8rem;
    }
    .box2_tab li img{
        width: 3rem;
        margin: .3rem auto;
    }
    .box2_tab li span{
        bottom: -.8rem;
        border: .3rem solid transparent;
        border-top-color:#FDDEA7;
    }
    .inner_box{
        margin-top: 1rem;
        border-radius: 0 0 .6rem .6rem;
        width: 100%;
        padding: .6rem .2rem .2rem;
    }
    .inner_box::before{
        width: 100%;
        height: 4.3rem;
        top: 0rem;
    }
    .inner_container{
        border-radius: 0 0 .4rem .4rem;
        padding-top: 1rem;
    }
    .inner_box_title{
        margin-bottom: 1rem;
    }
    .inner_box_title h5{
        width: 4.7rem;
        height: 1.7rem;
        line-height: 1.7rem;
        letter-spacing: .4rem;
        text-indent: .07rem;
        font-size: .8rem;
        margin-right: .2rem;
    }
    .inner_box_title h6{
        line-height: 1.7rem;
        font-size: .8rem;
    }
    .hls_top{
        background: linear-gradient(0deg, #FDDEA7, #FFF2D9);
        width: 90%;
        height: auto;
        padding: .5rem;
    }
    .hls_top h3{
        line-height: 1.2rem;
        font-size: .8rem;
        margin-bottom: .3rem;
    }
    .hls_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hls_top_circle{
        width: 6rem;
        height: 6rem;
    }
    .hls_top_circle h6{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .hls_top_circle p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .hls_arrow{
        margin: 0 .3rem;
    }
    .hls_arrow p{
        line-height: 1rem;
        font-size: .7rem;
        margin-bottom: .2rem;
    }
    .hls_arrow img{
        width: 2rem;
    }
    .hls_center{
        margin: .5rem auto;
        padding: .5rem;
        width: 90%;
        display: block;
    }
    .hls_center h5{
        width: 6rem;
        line-height: 1.6rem;
        border-radius: .8rem;   
        font-size: .8rem;
        margin: 0 auto .5rem;
    }
    .hls_center_list{
        width: 100%;
    }
    .hls_center_list li{
        width: 100%;
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .hls_center_list li img{
        margin-right: .1rem;
        width: .5rem;
    }
    .hls_bottom{
        border-radius: 0 0 .4rem .4rem;
        padding: 1rem;
    }
    .hls_swiper{
        width: 15rem;
        margin: 0 auto;
    }
    .teacher_box{
        width: 15rem;
        border-radius: .3rem;
    }
    .teacher_mask{
        padding: .3rem .5%;
    }
    .teacher_mask h5{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .teacher_mask h6{
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .teacher_mask p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .teacher_mask img{
        width: 5rem;
        margin: .2rem auto 0;
    }
    .swiper_name{
        width: 6rem;
        line-height: 1.3rem;
        border-radius: 0 0 .3rem .3rem;
        font-size: .8rem;
    }
    .swiper_btn{
        bottom: -.1rem;
        width: 4rem;
        height: 1rem;
        border-radius: .5rem;
    }
    .hls_swiper  .swiper-button-prev.swiper-button-white.prev {
        width:.925rem;
        height: .4rem;
        margin: 0 .2rem;
    }
    .hls_swiper  .swiper-button-next.swiper-button-white.next {
        width:.925rem;
        height: .4rem;
        margin: 0 .2rem;
    }
    #hkc .inner_container,
    #hfw .inner_container{
        padding: 1rem .5rem .5rem;
    }
    .hkc_box{
        border-radius: .5rem;
        padding: .5rem;
        margin-top: 1.5rem;
    }
    .hkc_title{
        top: -.65rem;
        width: 10.5rem;
        line-height: 1.3rem;
    }
    .hkc_title span{
        font-size: .75rem;
    }
    .after_hkc_title{
        line-height: 1rem;
        font-size: .8rem;
        margin: .5rem auto;
    }
    .hkc_list li{
        width: 32.3%;
        line-height: 1.5rem;
        border-radius: .75rem;
        font-size: .75rem;
        margin: .2rem .5%;
    }
    .hkc_list li:nth-child(5n){
        margin: .2rem .5%;
    }
    .hkc_box1_title{
        line-height: 1.6rem;
        margin: .5rem 0;
        font-size: .8rem;
    }
    .hkc_box1_title::before,
    .hkc_box1_title::after{
        margin: 0 .2rem;
        width: .6rem;
        height: .6rem;
    }
    .hkc_box1_img_box{
        flex-wrap: wrap;
    }
    .hkc_box1_img1,
    .hkc_box1_img2{
        margin-bottom: .3rem;
        width: 100%;
        height: auto;
        border: .1rem solid  #FDC25F;
        border-radius: .3rem;
    }
    .hkc_box1_img2{
        padding-left: .5rem;
    }
    .hkc_box1_img1 img{
        border-radius: .2rem;
        height: auto;
    }
    .hkc_box1_img2 img{
        display: block;
        height: auto;
    }
    .hkc_box1_jl_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hkc_box1_jl{
        width: 49%;
        border: .1rem solid  #FDC25F;
        border-radius: .3rem;
    }
    .hkc_box1_jl img{
        display: block;
        height: auto;
        width: 100%;
    }
    .hkc_box2_top h5{
        line-height: 1.5rem;
        font-size: .9rem;
        margin: 0 .3rem;
    }
    .hkc_box2_top h5::before{
        width: 1.5rem;
        height: 1.5rem;
    }
    .hkc_box2_h4{
        width: 100%;
        line-height: 1rem;
        border-radius: .5rem;
        font-size: .7rem;
        box-sizing: border-box;
        padding: .2rem;
        margin: .5rem auto;
    }
    .hkc_box2_b_box{
        display: block;
    }
    .hkc_box2_b_img{
        height: auto;
        width: 100%;
        border: .1rem solid  #FDC25F;
        border-radius: .3rem;
    }
    .hkc_box2_b p{
        margin-bottom: .3rem;
    }
    .hkc_box2_b p span{
        font-size: .7rem;
        line-height: 1.2rem;
        padding: 0 1rem;
        border-radius: 0 0 .3rem .3rem;
    }
    .hkc_box3_list{
        border-radius: .2rem;
        padding: 1rem .5rem 0;
    }
    .hkc_box3_list li{
        margin: .3rem 1.5%;
        width: 30.3%;
        height: 10rem;
        border-radius: .3rem .3rem 0 0;
    }
    .hkc_box3_list li h5{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .hkc_box3_list li .hkc_box3_list_bottom{
        border-radius: .3rem .3rem 0 0;
        padding: .2rem;
    }
    .hkc_box3_list li .hkc_box3_list_bottom h6{
        font-size: .8rem;
        line-height: 1.1rem;
    }
    .hkc_box3_list li .hkc_box3_list_bottom p{
        font-size: .7rem;
        line-height: 1rem;
    }
    .hkc_box3_list li:nth-child(1) .hkc_box3_list_bottom{
        height: 6rem;
    }
    .hkc_box3_list li:nth-child(2) .hkc_box3_list_bottom{
        height: 6.5rem;
    }
    .hkc_box3_list li:nth-child(3) .hkc_box3_list_bottom{
        height: 7rem;
    }
    .hkc_box3_list li:nth-child(4) .hkc_box3_list_bottom{
        height: 7.5rem;
    }
    .hkc_box3_list li:nth-child(5) .hkc_box3_list_bottom{
        height: 8rem;
    }
    .hkc_box3_list li:nth-child(6) .hkc_box3_list_bottom{
        height: 8.5rem;
    }
    .hkc_box3_bottom{
        font-size: .9rem;
        line-height: 1.2rem;
        margin-top: .4rem;
    }
    .hkc_box4_text{
        margin: .5rem auto;
        margin-bottom: .5rem;
        padding: .5rem;
        display: block;
    }
    .hkc_box4_text h5{
        width: 6rem;
        line-height: 1.6rem;
        border-radius: .8rem;   
        font-size: .8rem;
        margin: 0 auto .5rem;
    }
    .hkc_box4_text p{
        width: 100%;
        font-size: .7rem;
        line-height: 1rem;
    }
    .hkc_box4_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hkc_box4_list li{
        width: 49%;
        margin: .2rem .5%;
        border: .1rem solid  #FDC25F;
        border-radius: .3rem;
    }
    .hfw_list1{
        display: block;
    }
    .hfw_list1 li&gt;p{
        margin: .3rem auto 0;
        font-size: .8rem;
        width: 10rem;
        line-height: 1.6rem;
        border-radius: .3rem .3rem 0 0;
    }
    .hfw_list1_box{
        width: 100%;
        height: auto;
        border: .1rem solid  #FDC25F;
        border-radius: .3rem;
        padding: .2rem ;
    }
    .hfw_list1_boxr{
        padding: .5rem ;
    }
    .hfw_list1_boxr h3{
        line-height: 1.4rem;
        font-size: .9rem;
    }
    .hfw_list1_boxr h3 span{
        font-size: .8rem;
    }
    .hfw_list1_boxr h3 span::before{
        width: 1.4rem;
        height: 1.4rem;
        right: -.3rem;
    }
    .hfw_list1_boxr h4{
        margin: .3rem 0;
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .hfw_list1_boxr p{
        font-size: .7rem;
        line-height: 1rem;
    }
    .hfw_list2{
        width: 100%;
    }
    .hfw_list2 li{
        width: 32.3%;
        line-height: 1.5rem;
        border-radius: .75rem;
        font-size: .75rem;
        margin: .2rem .5%;
    }
    .hfw_bottom_box{
        margin-top: .3rem;
        border-radius: .3rem;
        padding: .5rem 0;
    }
    .hfw_bottom_box p{
        line-height: 1.4rem;
        margin-bottom: .2rem;
        font-size: .8rem;
    }
    .hfw_bottom_box h5{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .hfw_bottom_box img{
        right: -.4rem;
        top: -.7rem;
        width: 4rem;
    }
    .poster_list{
        flex-wrap: wrap;
        margin-bottom: .8rem;
    }
    .poster_list li{
        margin: .3rem 0;
        width: 49%;
        border-radius: .3rem;
        padding: .1rem;
    }
    .city_list li{
        margin: .2rem .5%;
        font-size: .75rem;
        width: 24%;
        line-height: 1.5rem;
    }

    .hkc_box1_jl_text{
        line-height: 1.2rem;
        margin-top: .5rem;
        font-size: .7rem;
    }

    .form_box{
        width: 90%;
        border-radius: .5rem;
        padding: 1rem;
    }
    .fixed_close{
        top: -1.5rem;
        width: 1.3rem;
    }
    .form_box h5{
        line-height: 1.3rem;
        margin-bottom: .5rem;
        font-size: .9rem;
    }
    .form_box p{
        margin-bottom: .5rem;
    }
    .form_box p input,
    .form_box p select{
        height: 1.8rem;
        line-height: 1.8rem;
        padding-left: .5rem;
        font-size: .8rem;
    }
    .button{
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }

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