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

/* 通用头部 */
.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: 875px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 100px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 400px;
    height: 675px;
    margin: 0 auto;
}
.banner_box h2{
    position: absolute;
    left: 275px;
    top: 170px;
    border-radius: 10px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    width: 55px;
    line-height: 55px;
    height: 450px;
    box-sizing: border-box;
    border: 1px solid #7d7672;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-align: center;
    letter-spacing: 1px;
}
.box_container{
    padding: 40px 0;
}
.md_box{
    width: 930px;
    margin: 70px auto 20px;
}
.md_box a{
    background: #fff;
    display: block;
    box-sizing: border-box;
    width: 280px;
    height: 175px;
    float: left;
    margin: 0 15px;
    border: 2px solid #cd2b27;
    padding-top: 25px;
}
.md_box a img{
    display: block;
    margin: 0 auto;
    height: 68px;
}
.md_box a span{
    display: block;
    line-height: 70px;
    text-align: center;
    color: #cd2b27;
    font-size: 30px;
    font-weight: bold;
}
.md_box a:hover{
    background: #cd2b27;
}
.md_box a:hover span{
    color: #fff
}
.box_title{
    line-height: 100px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    font-size: 50px;
    font-weight: normal;
    color: #333;
    position: relative;
    margin-bottom: 40px;
}
.box_title span{
    color: #CD2B27;
    font-weight: bold;
}
.box_title::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100px;
    height: 4px;
    background: rgba(186,1,1,1);
}
.box1_box{
    box-sizing: border-box;
    border:1px solid rgba(68, 65, 96, 1);
    padding: 30px 60px;
}
.box1_l{
    width: 450px;
    text-align: center;
}
.box1_l h6{
    line-height: 45px;
    margin-top: 10px;
    font-size: 24px;
    color: #333;
}
.box1_l h5{
    line-height: 60px;
    font-size: 48px;
    color: #CD2B27;
    margin-bottom: 10px;
}
.box1_l p{
    line-height: 30px;
    font-size: 18px;
    color: #333
}
.box1_l img{
    display: block;
    margin: 0 auto;
}
.box1_r{
    width: 590px;
    text-align: center;
}
.box1_r h5{
    line-height: 45px;
    margin-bottom: 20px;
    color: #CD2B27;
    font-size: 36px;
}
.box1_r_list li{
    position: relative;
    line-height: 40px;
    border-radius: 20px;
    background: #CD2B27;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}
.box1_r_list li span{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    font-size: 24px;
    color: #CD2B27;
}
.box2{
    width: 100%;
    background: url(../images/box2_bg.png) center top no-repeat;
}
.box2 .box_title span,
.box9 .box_title span,
.box11 .box_title span,
.box12 .box_title span,
.box3 .box_title span{
    color: #fff;
}
.box2 .box_title,
.box9 .box_title,
.box11 .box_title,
.box12 .box_title,
.box3 .box_title{
    border-bottom: 1px solid #fff;
    color: #fff;
}
.box2 .box_title::after,
.box9 .box_title::after,
.box11 .box_title::after,
.box12 .box_title::after,
.box3 .box_title::after{
    background: #fff;
}
.box2_after_title{
    margin: 0 auto 50px;
    text-align: center;
    width: 940px;
    color: #fff;
}
.box2_after_title h5{
    line-height: 60px;
    font-size: 30px;
}
.box2_after_title p{
    line-height: 33px;
    font-size: 18px;
}
.box2_box{
    position: relative;
    margin: 0 auto;
    width: 940px;
    height: 385px;
}
.box2_center{
    background: url(../images/box2_icon.png);
    width: 376px;
    height: 255px;
    box-sizing: border-box;
    padding-left: 120px;
    padding-top: 30px;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.box2_center p{
    line-height: 30px;
    color: #fff;
    width: 110px;
    text-align: center;
    font-size: 24px;
}
.box2_center h5{
    line-height: 50px;
    color: #fff;
    width: 110px;
    text-align: center;
    font-size: 48px;
}
.box2_tip{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 40px;
    line-height: 45px;
    border-radius: 22px;
    background: #fff;
    font-size: 24px;
    color: #333;
    position: absolute;
}
.box2_tip span{
    display: block;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #43405C;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: -10px;
    top: 0;
}
.box2_tip1{
    left: 530px;
    top: 0;
}
.box2_tip2{
    left: 20px;
    top: 85px;
}
.box2_tip3{
    left: 345px;
    bottom: 0;
}
.box2_right{
    position: absolute;
    right: -70px;
    top: 175px;
    box-sizing: border-box;
    width: 290px;
    padding: 15px 20px;
    line-height: 27px;
    color: #fff;
    font-size: 16px;
    border:1px solid rgba(255, 255, 255, 1);
    border-radius:6px;
}
.box3{
    background: url(../images/box3_bg.png) center top no-repeat;    
}
.box3 h5,
.box3 p{
    box-sizing: border-box;
    padding: 0 50px;
    color: #fff;
}
.box3 h5 span{
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 30px;
    z-index: 1;
}
.box3 h5 span::after{
    content: '';
    display: block;
    width: 100%;
    height:10px;
    background:rgba(228,150,27,1);
    border-radius:5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.box3 p{
    line-height: 35px;
    font-size: 16px;
}
.picScroll-left{ 
    width: 1104px; 
    margin: 40px auto 0; 
    /*overflow:hidden; */
    position:relative;  
}
.picScroll-left .bd ul{ 
    overflow:hidden; 
    zoom:1; 
}
.picScroll-left .hd .prev{
    position: absolute;
    display: block;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-image: url(../images/lb_l.png);
    background-size: 100%;
}
.picScroll-left .hd .prev:hover{
    background-image: url(../images/lb_l_hover.png);
}
.picScroll-left .hd .next{
    position: absolute;
    display: block;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-image: url(../images/lb_r.png);
    background-size: 100%;
}
.picScroll-left .hd .next:hover{
    background-image: url(../images/lb_r_hover.png);
}
.picScroll-left .bd ul li{ 
    margin:0 13px; 
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
    width: 250px;
    height: 360px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(213, 213, 213, 1);
}
.lb_box{
    box-sizing: border-box;
    padding: 10px;
    position: relative; 
}
.picScroll-left .bd ul li img{
    display: block;
    width: 100%;
}
.lb_div{
    width: calc( 100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: linear-gradient(to top, rgba(0,0,0,.8),rgba(0,0,0,0));
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.lb_div h5{
    line-height: 40px;
    font-size: 21px;
    font-weight: normal;
}
.lb_div p{
    line-height: 25px;
    font-size: 16px;
}
.box4_cont{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.box4_cont img{
    display: block;
    width: 100%;
}
.box4_l,
.box4_m,
.box4_r{
    width: 400px;
}
.box4_m{
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.box4_l p{
    line-height: 55px;
    font-size: 24px;
    color: #333;
}
.box4_l p b{
    font-size: 30px;
    color: #CD2B27;
}
.box4_l p span{
    color: #CD2B27;
}
.box4_l_b p span{
    color: #ED7D31;
}
.box4_l_t{
    background: #F0F0F0;
    box-sizing: border-box;
    padding: 40px 0 40px 35px;
}
.box4_l_b{
    float: left;
    width: 400px;
    height: 230px;
    box-sizing: border-box;
    padding: 60px 30px;
    background: #DFDFDF;
}
.box4_m_b,.box4_r_b{
    width: 400px;
    float: left;
}
.box4_r_b{
    height: 230px;
    box-sizing: border-box;
    padding: 45px 25px;
    background: #F5F6F8;
}
.box4_r_b p{
    line-height: 35px;
    font-size: 18px;
    color: #333;
}
.box5{
    background: #F5F6F8;
}
.box5_list li{
    float: left;
    width: 320px;
    margin: 0 40px;
    text-align: center;
}
.box5_list li img{
    display: block;
    margin: 0 auto;
    height:95px;
    box-shadow:0px 0px 16px 0px rgba(254,130,130,0.26);
}
.box5_list li h5{
    line-height: 45px;
    margin-top: 20px;
    font-size: 24px;
    color: #CD2B27;
}
.box5_list li p{
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.box6_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    color: #fff;
}
.box6_list li{
    width: 128px;
}
.box6_list li.box6_list1{
    opacity: .6;
}
.box6_list li.box6_list2{
    opacity: .65;
}
.box6_list li.box6_list3{
    opacity: .7;
}
.box6_list li.box6_list4{
    opacity: .75;
}
.box6_list li.box6_list5{
    opacity: .8;
}
.box6_list li.box6_list6{
    opacity: .85;
}
.box6_list li.box6_list7{
    opacity: .9;
}
.box6_list li.box6_list8{
    opacity: .95;
}
.box6_list li.box6_list1 .box6_list{
    font-size: 16px;
    height: 45px;
}
.box6_list li.box6_list2 .box6_list{
    font-size: 16px;
    height: 65px;
}
.box6_list li.box6_list3 .box6_list{
    font-size: 18px;
    height: 85px;
}
.box6_list li.box6_list4 .box6_list{
    font-size: 18px;
    height: 105px;
}
.box6_list li.box6_list5 .box6_list{
    font-size: 20px;
    height: 125px;
}
.box6_list li.box6_list6 .box6_list{
    font-size: 20px;
    height: 145px;
}
.box6_list li.box6_list7 .box6_list{
    font-size: 22px;
    height: 165px;
}
.box6_list li.box6_list8 .box6_list{
    font-size: 22px;
    height: 185px;
}
.box6_list li.box6_list9 .box6_list{
    font-size: 24px;
    height: 205px;
}
.box6_list li .box6_list{
    background:linear-gradient(135deg,rgba(207,74,52,1),rgba(170,23,23,1));
    border-radius:5px;
    line-height: 35px;
    box-sizing: border-box;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 水平居中 */
    align-items: center;
    text-align: center;
}
.box6_list li p{
    line-height: 45px;
    background:linear-gradient(135deg,rgba(207,74,52,1),rgba(170,23,23,1));
    border-radius:5px;
    font-size: 16px;
}
.box6_mid_title{
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    color: #333;
}
.box6_mid_box{
    border:1px solid rgba(227, 71, 68, 1);
}
.box6_center_l{
    display: block;
    width: 537px;
}
.box6_center_r{
    width: calc(100% - 537px);
    box-sizing: border-box;
    padding: 50px 70px;
}
.box6_center_r h5{
    line-height: 60px;
    font-size: 30px;
    color: #333;
}
.box6_center_r p{
    line-height: 35px;
    font-size: 16px;
    color: #333;
    margin: 20px 0 60px;
}
.box6_center_r a{
    display: block;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 25px;
    background-image: url(../images/box6_go.png);
    background-size: 100%;
    width: 426px;
    line-height: 65px;
}
.box6_bottom_title{
    line-height: 50px;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    color: #333;
}
.after_box6_bt{
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.box6_bl{
    background-image: url(../images/box6_bottom.png);
    background-size: 100%;
    width: 516px;
    height: 474px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 水平居中 */
    align-items: center;
}
.box6_bl p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.box6_bottom_box{
    width: 1095px;
    margin: 0 auto;
}
.box6_bm{
    background-image: url(../images/box6_arrow.png);
    background-size: 100%;
    width: 209px;
    line-height: 91px;
    text-align: center;
    font-size: 30px;
    color: #D14745;
    margin: 180px 45px 0 45px;
}
.box6_br{
    margin-top: 85px;
    width:276px;
    height:315px;
    background:linear-gradient(237deg,rgba(209,71,69,1),rgba(255,119,92,1));
    border:1px solid rgba(179, 4, 21, 1);
    box-shadow:0px 0px 16px 0px rgba(254,130,130,0.26);
    border-radius:6px;
    box-sizing: border-box;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 37px;
}
.box7{
    background: url(../images/box7_bg.png) center top no-repeat;
}
.box7 .box_title span{
    color: #333;
}
.box7 .box_title{
    border-bottom: 1px solid #333;
    color: #333;
    margin-bottom: 95px;
}
.box7 .box_title::after{
    background: #333;
}
.box7_list li{
    float: left;
    width: 400px;
    height:355px;
    background:rgba(255,255,255,0.6);
    box-sizing: border-box;
    text-align: center;
    padding-top: 70px;
    color: #333;
    position: relative;
}
.box7_list li:nth-child(2){
    border-left: 1px solid #a9a8bc;
    border-right: 1px solid #a9a8bc;
}
.box7_list li h4{
    width:260px;
    line-height: 50px;
    background:linear-gradient(259deg,rgba(209,71,69,1),rgba(255,119,92,1));
    box-shadow:0px 0px 16px 0px rgba(254,130,130,0.26);
    border-radius:25px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.box7_list li img{
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}
.box7_list li h5{
    line-height: 65px;
    font-size: 30px
}
.box7_list li p{
    line-height: 33px;
    font-size: 18px
}
.box7_bottom_list{
    margin-top: 90px;
}
.box7_bottom_list li{
    float: left;
    width: 280px;
    margin-right: 26px;
    box-sizing: border-box;
    height:380px;
    border:1px solid rgba(179, 4, 21, 1);
    box-shadow:0px 0px 16px 0px rgba(254,130,130,0.26);
    padding: 45px 25px;
    text-align: center;
}
.box7_bottom_list li:nth-last-child(1){
    margin: 0;
}
.box7_bottom_list li img{
    display: block;
    height: 75px;
    margin: 0 auto 15px;
}
.box7_bottom_list li h5{
    line-height: 60px;
    font-size: 24px;
    color: #CD2B27;
}
.box7_bottom_list li p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: justify;
}
.box7_bottom_list li:hover{
    background:linear-gradient(237deg,rgba(209,71,69,1),rgba(255,119,92,1));
}
.box7_bottom_list li:hover h5,
.box7_bottom_list li:hover p{
    color: #fff
}
.box8{
    background: url(../images/box8_bg.png) center bottom no-repeat;
}
.after_box8_title{
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}
.box8_tl{
    display: block;
    width: 330px;
}
.box8_tr{
    width: 800px;
    border-left: 1px solid #e1dedd;
}
.box8_tr li{
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
}
.box8_tr li::before{
    content: '';
    display: block;
    width:20px;
    height:20px;
    background:rgba(186,1,1,1);
    border-radius:50%;
    box-shadow:0px 2px 8px 0px rgba(186,1,1,0.26);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}
.box8_list_l{
    float: left;
    width: 130px;
    color: #333;
}
.box8_list_l p{
    line-height: 30px;
    font-size: 20px;
}
.box8_list_l span{
    display: block;
    line-height: 30px;
    font-size: 16px;
}
.box8_list_r{
    float: left;
    line-height: 60px;
    width: 640px;
    box-sizing: border-box;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}
.box8_list1{
    background: #FDC564;
}

.box8_list2{
    background: #FBAC57;
}

.box8_list3{
    background: #E17A51;
}

.box8_list4{
    background: #E16551;
}

.box8_list5{
    background: #CD2B27;
}
.box8_bottom{
    display: block;
    margin: 40px auto 0;
    width: 676px;
}
.box9{
    background: url(../images/box9_bg.png) center top no-repeat;
}
.after_box9_t{
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 30px;
}
.after_box9_t a{
    display: inline-block;
    width:105px;
    line-height: 35px;
    background:rgba(205,43,39,1);
    color: #fff;
    margin-left: 10px;
}
.box9 img{
    display: block;
    width: 690px;
    margin: 0 auto;
    box-shadow:0px 0px 32px 0px rgba(110,110,110,0.19);
}
.after_box10_t{
    line-height: 110px;
    margin-top: -40px;
    text-align: center;
    color: #333;
    font-size: 30px;
}
.box10_l{
    width: 350px;
    box-sizing: border-box;
    padding-top: 140px;
}
.box10_l li{
    width: 100%;
    line-height: 50px;
    background:linear-gradient(237deg,rgba(209,71,69,1),rgba(255,119,92,1));
    box-shadow:0px 0px 16px 0px rgba(254,130,130,0.26);
    border-radius:25px 35px 3px 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 100px;
}
.box10_center{
    width: 406px;
    margin-left: 40px;
}
.box10_r{
    width: 350px;
    box-sizing: border-box;
    padding-top: 95px;
}
.box10_r li{
    width: 100%;
    line-height: 50px;
    background:linear-gradient(237deg,rgba(209,71,69,1),rgba(255,119,92,1));
    box-shadow:0px 0px 16px 0px rgba(254,130,130,0.26);
    border-radius:35px 25px 25px 3px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 55px;
}
.box11,.box12{
    background: #BA0101;
}
.adv_list li{
    float: left;
    width: 290px;
    margin-right: 13px;
}
.adv_list li:nth-last-child(1){
    margin-right: 0;
}
.adv_list li a,
.adv_list li img{
    display: block;
    width: 100%;
}
.adv_list li p{
    line-height:45px;
    background:rgba(223,67,66,1);
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.city_list li{
    float: left;
    width:144px;
    line-height: 60px;
    background:rgba(255,255,255,1);
    border-radius:6px;
    margin: 3px;
    text-align: center;
    font-size: 24px
}
.city_list li a{
    display: block;
    color: #BA0101;
}
.fixed_left{
    display: none;
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
    width: 170px;
    padding: 40px 15px 15px 15px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 32px 0px rgba(0, 0, 0, 0.05);
}
.fixed_left li{
    width:140px;
    line-height: 40px;
    background:linear-gradient(237deg,rgba(209,71,69,1),rgba(255,119,92,1));
    box-shadow:0px 0px 16px 0px rgba(254,130,130,0.26);
    margin-bottom: 10px;
}
.fixed_left li a{
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.fixed_l_close{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.fixed_right{
    display: none;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
    width: 155px;
    padding: 20px;
    background: #B12516;
}
.fixed_r_close{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.fixed_right li{
    width: 100%;
    line-height: 50px;
}
.fixed_right li:nth-last-child(2){
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.fixed_right li a{
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
}


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


    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{
        height: 21.375rem;
        background: url(../images/banner_m.png);
        background-size: 100%;
    }
    .banner_box .container{
        padding-top: 1.8rem;
    }
    .banner_box h1{
        background-size: 100%;
        width: 10rem;
        height: 16.875rem;
    }
    .banner_box h2{
        left: 2.5rem;
        top: 3.65rem;
        border-radius: .2rem;
        width: 1.375rem;
        line-height: 1.375rem;
        height: 11.25rem;
        font-size: .9rem;
    }
    .box_container{
        padding: .5rem 0;
    }
    .md_box{
        width: 100%;
        margin: 1rem auto 0;
    }
    .md_box a{
        width: 31.3%;
        height: 4rem;
        margin: 0 1%;
        padding-top: .5rem;
    }
    .md_box a img{
        height: 1.5rem;
    }
    .md_box a span{
        line-height: 1.8rem;
        font-size: .9rem;
    }
    .box_title{
        line-height: 2.5rem;
        font-size: .9rem;
        margin-bottom: 1rem;
    }
    .box_title::after{
        width: 2.5rem;
        height: .1rem;
    }
    .box1_box{
        padding: .5rem .2rem;
    }
    .box1_l{
        width: 100%;
    }
    .box1_l h6{
        line-height: 1.3rem;
        margin-bottom: .2rem;
        font-size: .8rem;
    }
    .box1_l h5{
        line-height: 1.5rem;
        font-size: 1rem;
        margin-bottom: .2rem;
    }
    .box1_l p{
        line-height: 1.2rem;
        font-size: .7rem;
        text-align: left;
    }
    .box1_l img{
        width:6rem;
    }
    .box1_r{
        width: 100%;
    }
    .box1_r h5{
        line-height: 1.3rem;
        margin-bottom: .5rem;
        font-size: .9rem;
    }
    .box1_r_list li{
        line-height: 1.4rem;
        border-radius:.7rem;
        padding-left: 1.5rem;
        font-size: .6rem;
        margin-bottom: .5rem;
    }
    .box1_r_list li span{
        width: 1.4rem;
        line-height: 1.4rem;
        border-radius:.7rem;
        font-size: .7rem;
    }
    .box2{
        background-size: auto 100%;
    }
    .box2_after_title{
        margin: 0 auto 1rem;
        width: 100%;
    }
    .box2_after_title h5{
        line-height: 1.4rem;
        font-size: .85rem;
    }
    .box2_after_title p{
        line-height: 1.2rem;
        font-size: .6rem;
        text-align: left;
    }
    .box2_box{
        width: 100%;
        height: 16rem;
    }
    .box2_center{
        background-size: 100%;
        width: 9.4rem;
        height: 6.375rem;
        padding-left: 2.4rem;
        padding-top: .7rem;
        top: 2rem;
    }
    .box2_center p{
        line-height: 1rem;
        width: 4rem;
        font-size: .7rem;
    }
    .box2_center h5{
        line-height: 1.5rem;
        width: 4rem;
        font-size: 1rem;
    }
    .box2_tip{
        padding: 0 1rem;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .7rem;
    }
    .box2_tip span{
        width: 1.4rem;
        line-height: 1.4rem;
        font-size: .7rem;
        left: -.5rem;
    }
    .box2_tip1{
        left: 10rem;
    }
    .box2_tip2{
        left: .3rem;
        top: 6rem;
    }
    .box2_tip3{
        left: 11rem;
        bottom: 7rem;
    }
    .box2_right{
        right: auto;
        top:auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 10rem;
        padding: .4rem;
        line-height: 1.2rem;
        font-size: .6rem;
    }
    .box3{
        background: url(../images/box3_bg.png) center top no-repeat;
    }
    .box3 h5,
    .box3 p{
        padding: 0 1rem;
    }
    .box3 h5 span{
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .box3 h5 span::after{
        height: .2rem;
        border-radius:.1rem;
    }
    .box3 p{
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .picScroll-left{ 
        width: 100%;
        margin:1rem auto 0;
    }
    .picScroll-left .hd .prev{
        left:0;
        width: 1.3rem;
        height: 1.3rem;
    }
    .picScroll-left .hd .next{
        right: 0;
        width: 1.3rem;
        height: 1.3rem;
    }
    .picScroll-left .bd{
        width: 15rem;
        margin: 0 auto;
    }
    .picScroll-left .bd ul li{ 
        margin:0 .5rem;
        width: 14rem;
        height: 20.5rem;
    }
    .lb_box{
        padding: .25rem;
    }
    .lb_div{
        width: calc( 100% - .5rem);
        left: .25rem;
        bottom: .25rem;
        padding-bottom: .4rem;
    }
    .lb_div h5{
        line-height: 1.5rem;
        font-size: .85rem;
    }
    .lb_div p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box4_cont{
        display: block;
    }
    .box4_l,
    .box4_m,
    .box4_r{
        text-align: center;
        width: 100%;
    }
    .box4_m{
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .box4_l p{
        line-height:1.5rem;
        font-size: .7rem;
    }
    .box4_l p b{
        font-size: .8rem;
    }
    .box4_l_t{
        padding: .5rem 0 .5rem .5rem;
    }
    .box4_l_b{
        width: 100%;
        float: none;
        height: 5rem;
        padding: 1.5rem .5rem;
    }
    .box4_m_b,.box4_r_b{
        width: 100%;
        float: none;
    }
    .box4_r_b{
        height: auto;
        padding: .5rem;
    }
    .box4_r_b p{
        line-height:1.3rem;
        font-size: .7rem;
    }
    .box5_list li{
        float: none;
        width: 100%;
        margin: .3rem 0;
    }
    .box5_list li img{
        height:2rem;
    }
    .box5_list li h5{
        line-height: 1.5rem;
        margin-top: .3rem;
        font-size: .85rem;
    }
    .box5_list li p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box6_list{
        display: block;
    }
    .box6_list li{
        float: left;
        width: 24%;
        margin: .2rem .5%;
    }
    .box6_list li.box6_list1 .box6_list,
    .box6_list li.box6_list2 .box6_list,
    .box6_list li.box6_list3 .box6_list,
    .box6_list li.box6_list4 .box6_list,
    .box6_list li.box6_list5 .box6_list,
    .box6_list li.box6_list6 .box6_list,
    .box6_list li.box6_list7 .box6_list,
    .box6_list li.box6_list8 .box6_list,
    .box6_list li.box6_list9 .box6_list{
        font-size: .7rem;
        height: 4rem;
    }
    .box6_list li .box6_list{
        line-height: 1.2rem;
    }
    .box6_list li p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box6_mid_title{
        line-height: 2rem;
        font-size: .75rem;
    }
    .box6_center_l{
        width: 100%;
    }
    .box6_center_r{
        width: 100%;
        padding: 1rem;
    }
    .box6_center_r h5{
        line-height: 1.4rem;
        font-size: .85rem;
    }
    .box6_center_r p{
        line-height: 1.2rem;
        font-size: .7rem;
        margin: .3rem 0 1rem;
    }
    .box6_center_r a{
        font-size: .6rem;
        padding-left: .6rem;
        width: 10.65rem;
        line-height: 1.625rem;
        margin: 0 auto;
    }
    .box6_bottom_title{
        line-height: 50px;
        margin-top: 50px;
        text-align: center;
        font-size: 30px;
        color: #333;
    }
    .after_box6_bt{
        line-height: 1.5rem;
        margin-bottom: .5rem;
        font-size: .8rem;
    }
    .box6_bl{
        width: 12.9rem;
        height: 11.85rem;
        margin: 0 auto;
    }
    .box6_bl p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box6_bottom_box{
        width: 100%;
        margin: 0 auto;
    }
    .box6_bm{
        width: 5.225rem;
        line-height: 2.275rem;
        font-size: .8rem;
        margin: .5rem auto;
    }
    .box6_br{
        margin: 0 auto;
        width: 70%;
        height: auto;
        padding: .7rem 0;
        font-size: .8rem;
        line-height: 1.4rem;
    }
    .box7{
        background-size: auto 100%;
    }
    .box7 .box_title{
        margin-bottom: 2rem;
    }
    .box7_list li{
        width: 50%;
        height: 9rem;
        padding-top: 2rem;
    }
    .box7_list li:nth-last-child(1){
        margin: 1rem 25% 0;
    }
    .box7_list li h4{
        width: 90%;
        line-height: 1.4rem;
        border-radius:.7rem;
        font-size: .7rem;
        top: -.7rem;
    }
    .box7_list li img{
        height: 1.5rem;
        margin: 0 auto .2rem;
    }
    .box7_list li h5{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box7_list li p{
        line-height: 1.2rem;
        font-size: .6rem;
    }
    .box7_bottom_list{
        margin-top: 0;
    }
    .box7_bottom_list li{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
        height: auto;
        padding: 1rem .5rem;
    }
    .box7_bottom_list li img{
        height: 2rem;
        margin: 0 auto .3rem;
    }
    .box7_bottom_list li h5{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box7_bottom_list li p{
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box8{
        background: url(../images/box8_bg.png) center bottom no-repeat;
    }
    .after_box8_title{
        font-size: .8rem;
        line-height: 1.5rem;
        margin-bottom: .5rem;
    }
    .box8_tl{
        width: 60%;
        margin: 0 auto 1rem;
    }
    .box8_tr{
        width: 100%;
    }
    .box8_tr li{
        margin-bottom: .5rem;
        padding-left: 1rem;
    }
    .box8_tr li::before{
        width: .5rem;
        height: .5rem;
        left: -.25rem;
    }
    .box8_list_l{
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 4rem;
    }
    .box8_list_l p{
        line-height: .8rem;
        font-size: .65rem;
    }
    .box8_list_l span{
        line-height: .7rem;
        font-size: .6rem;
    }
    .box8_list_r{
        float: right;
        line-height: 1.5rem;
        width: calc(100% - 4rem);
        padding:0 .3rem;
        font-size: .7rem;
    }
    .box8_bottom{
        margin: 1rem auto 0;
        width: 100%;
    }
    .after_box9_t{
        line-height: 1.3rem;
        font-size: .7rem;
        margin-bottom: .5rem;
    }
    .after_box9_t a{
        width: 4rem;
        line-height: 1.3rem;
        margin-left: .3rem;
    }
    .box9 img{
        width: 90%;
    }
    .after_box10_t{
        line-height: 2rem;
        margin-top: -1rem;
        font-size: .8rem;
    }
    .box10_l{
        width: 80%;
        padding-top: 0;
        margin: 0 auto;
    }
    .box10_l li{
        line-height: 1.4rem;
        border-radius: .7rem 1rem 3px .7rem;
        font-size: .7rem;
        margin-bottom: .5rem;
    }
    .box10_center{
        display: block;
        width: 10rem;
        margin: 1rem auto;
    }
    .box10_r{
        margin: 0 auto;
        width: 80%;
        padding-top: 0;
    }
    .box10_r li{
        line-height: 1.4rem;
        border-radius:1rem .7rem .7rem 3px;
        font-size: .7rem;
        margin-bottom: .5rem;
    }
    .adv_list li{
        width: 49%;
        margin: .2rem .5%;
    }
    .adv_list li:nth-last-child(1){
        margin: .2rem .5%;
    }
    .adv_list li p{
        line-height:1.4rem;
        font-size: .7rem;
    }
    .city_list li{
        width: 24%;
        line-height: 1.5rem;
        margin: .2rem .5%;
        font-size: .7rem;
    }


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