<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_list::after{display: none;
}
/* 通用头部 */
.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; }

.box_container{
    padding: 30px 0;
}
.banner_box{
    width: 100%;
    height: 651px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 60px;
}
.banner_box h2{
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    color: #661e1b;
}
.banner_box h2::before,
.banner_box h2::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/banner_before.png");
    background-size: 100%;
    height: 16px;
    width: 112px;
    margin: 0 20px;
}
.banner_box h2::after{
    transform: rotate(180deg);
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 716px;
    height: 462px;
    margin: 35px auto;
}
.nav_box{
    width: 100%;
    background: #BE2E2E;
    box-sizing: border-box;
    padding: 25px 0;
}
.nav_list{
    display: flex;
    justify-content: space-between;
}
.nav_list li{
    width: 110px;
}
.nav_list li a{
    display: block;
}
.nav_list a img{
    display: block;
    height: 60px;
    margin: 0 auto;
}
.nav_list a p{
    line-height: 35px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
}
.box1_top{
    margin-top: 30px;
}
.box_title{
    width: 100%;
    border-bottom: 1px dashed #888888;
    position: relative;
    line-height: 75px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 36px;
    color: #000;
}
.box_title::after{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 5px;
    background: #be2e2e;
    left: 0;
    bottom: -3px;
}
.box1_top p{
    text-indent: 2em;
    font-size: 20px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
.box1_l{
    width: 670px;
}
.box1_l_title{
    line-height: 50px;
    font-size: 24px;
    color: #000;
}
.box1_l_list{
    margin-bottom: 10px;
}
.box1_l_list li{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    overflow: hidden;
    color: #666;
}
.box1_l_list li a{
    color: #666;
}
.box1_l_list li a:hover{
    text-decoration: underline;
}
.box1_l_btn{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.box1_l_btn li{
    width:205px;
    line-height: 55px;
    background:linear-gradient(135deg,rgba(214,61,55,1),rgba(155,34,37,1));
    border-radius:5px;
    text-align: center;
    font-size: 22px;
}
.box1_l_btn li a{
    color: #fff;
    display: block;
}
.box1_r{
    width: 470px;
}
.box1_r_img,
.box1_r_img img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.box1_r_list li{
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    overflow: hidden;
    color: #666;
}
.box1_r_list li a{
    color: #666;
}
.box1_r_list li::before{
    content: '';
    display: block;
    background-image: url("../images/box1_list_icon.png");
    width: 9px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box2{
    width: 100%;
    background: #F0F0F5;
}
.box2_tab li{
    float: left;
    width:113px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background:rgba(247,247,251,1);
    box-shadow:0px 6px 13px 0px rgba(6,1,3,0.07);
    border-radius:5px;
    margin: 10px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.box2_tab li.active,
.box2_tab li:hover{
    background:linear-gradient(135deg,rgba(214,61,55,1),rgba(155,34,37,1));
    color: #fff;
}
.box2_cont&gt;li{
    display: none;
}
.box2_cont&gt;li:nth-child(1){
    display: block;
}
.box2_cont .box_title{
    font-size: 32px;
}
.box2_text_box{
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.box2_time_list li{
    float: left;
    width: 12.5%;
    text-align: center;
}
.box2_time_list li h5{
    font-size: 24px;
    color: #000;
    line-height: 55px;
}
.box2_time_list li p,
.box2_time_list li a{
    display: block;
    font-size: 20px;
    color: #666;
    line-height: 50px;
}
.box2_sec_box{
    width: 560px;
}
.box2_sec_box .box2_text_box{
    height: 140px;
}
.box2_text_boxl p{
    font-size:20px;
    color:rgba(102,102,102,1);
    line-height:30px;
    text-align: justify;
}
.box2_text_boxl a{
    float: right;
    font-size:20px;
    color:rgba(151,37,35,1);
    line-height:30px;
    margin-top: -10px;
}
.box2_jx_list li{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
}
.box2_jx_list li:nth-child(2){
    border-left: 1px solid #E4D3AA;
    border-right: 1px solid #E4D3AA;
}
.box2_jx_list h5{
    line-height: 75px;
    color: #B53330;
    font-size: 30px;
}
.box2_jx_list h5 a{
    font-size: 24px;
    color: #000;
    line-height: 30px;
}
.box2_news_list{
    width: 560px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.box2_news_list .box2_news_l{
    height: 240px;
    /*width: 385px;*/
}
.box2_news_list .box2_news_l h5{
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: url("../images/box2_top.png");
    background-size: 100% 100%;
    font-size: 24px;
}
.box2_news_box{
    box-sizing: border-box;
    height:198px;
    background:rgba(255,255,255,1);
    padding: 15px;
}
.box2_news_box p{
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    color: #666;
}
.box2_bot_box{
    width: 580px;
}
.box2_bot_box .box2_text_box{
    height: 240px;
    padding: 40px 20px;
}
.box2_text_box_bl ul li{
    font-size:20px;
    color:rgba(0,0,0,1);
    line-height: 45px;
    text-align: center;
}
.box2_text_box_bl ul li img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.box2_text_box_br p{
    line-height: 50px;
    font-size: 20px;
    color: #000;
}
.box2_text_box_br p a{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 115px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background:linear-gradient(135deg,rgba(214,61,55,1),rgba(155,34,37,1));
}
.box3_box{
    width: 580px;
}
.box3_box .box_title{
    font-size: 32px;
}
.box3_tb{
    display: block;
    width: 100%;
}
.box3_text{
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 20px;
}
.box3_tr_text{
    margin-top: 60px;
}
.box3_text&gt;p{
    text-align: justify;
    line-height: 36px;
    font-size: 20px;
    color: #000;
}
.box3_brt{
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    position: relative;
    padding: 50px 40px 0 40px;
}
.box3_brtt{
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 35px;
    line-height: 36px;
    background-image: url("../images/box3_title.png");
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.box3_brtt b{
    font-size: 20px;
}
.jbtj_list li{
    float: left;
    width: 31.3%;
    margin: 0 1%;
    text-align: center;
}
.jbtj_list li .box3_bottom_img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg,rgba(205,65,57,1),rgba(148,38,39,1));
}
.jbtj_list li .box3_bottom_img img{
    width: 38px;
}
.jbtj_list li p{
    line-height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.box3_brb{
    margin-top: 45px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    position: relative;
    padding: 55px 40px 0 40px;
}
.bh_list li{
    float: left;
    width:224px;
    line-height:46px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    border-radius: 6px;
    background: rgba(246,163,46,.2);
}
.bh_list li img{
    vertical-align: middle;
    display: inline-block;
}
.bh_list li:nth-child(even){
    float: right;
    background: #F7E3E1;
}
.box4{
    width: 100%;
    background: url("../images/box4_bg.png") center top repeat-y;
}
.box4_title{
    width: 300px;
    display: block;
    margin-bottom: 50px;
}
.box4_list1{
    display: flex;
    justify-content: space-between;
}
.box4_list1 li{
    width: 282px;
    height: 266px;
    background-image: url("../images/box4_list1_bg.png");
    box-sizing: border-box;
    padding: 30px 40px 0 55px;
    color: #fff;
}
.box4_list1 li h5{
    line-height: 50px;
    text-align: right;
    font-size: 40px;
}
.box4_list1 li p{
    line-height: 36px;
    font-size: 20px;
}
.box4_title2{
    margin: 45px 0 105px;
}
.box4_list2{
    display: flex;
    justify-content: space-between;
}
.box4_list2 li{
    width:210px;
    height:344px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 46px 0px rgba(106,0,3,0.11);
    box-sizing: border-box;
    padding: 75px 25px 0 25px;
    position: relative;
}
.box4_list2 li p{
    font-size:20px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:35px;
    text-align: justify;
}
.box4_list2 li span{
    color: #C33835;
}
.box4_list_icon{
    width: 112px;
    height: 112px;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cc3333;
}
.box4_center_box{
    width: 580px;
    margin: 30px 0;
}
.box4 .box_title{
    font-size: 32px;
}
.box4_center_list li{
    line-height: 40px;
    margin-top: 15px;
    overflow: hidden;
}
.box4_center_list li p{
    display: inline-block;
    vertical-align: top;
    width: 105px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    background-image: url("../images/box4_list_title.png");
    background-size: 100%;
    margin-right: 20px;
}
.box4_center_list li a{
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 18px;
}
.box4_bottom_box{
    width: 580px;
}
.box4_bl{
    display: flex;
    justify-content: space-between;
}
.box4_bl li{
    width: 95px;
    height: 171px;
    background-image: url("../images/box4_bottom.png");
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 80px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    margin-top: 35px;
}
.box4_br_list li{
    font-size:18px;
    line-height:40px;
}
.box4_br_list li a{
    color:rgba(51,51,51,1);
}
.book_list{
    display: flex;
    justify-content: space-between;
}
.book_list li{
    width: 276px;
    height: 333px;
    background: url("../images/book_bg.png");
    box-sizing: border-box;
    padding-top: 30px;
}
.book_list li img{
    display: block;
    height: 200px;
    margin: 0 auto;
}
.book_list li a{
    display: block;
    margin: 10px auto;
    width: 203px;
    line-height: 60px;
    background:linear-gradient(135deg,rgba(236,55,44,1),rgba(172,4,30,1));
    border-radius:20px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.book_tip{
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.book_buy{
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 26px;
    background:linear-gradient(135deg,rgba(225,61,47,1),rgba(164,18,33,1));
    border-radius: 15px;
    width: 330px;
    line-height: 80px;
}
.bottom_box{
    background: #B53330;
}
.bottom_box h5{
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.bottom_box p{
    line-height: 35px;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.city_list li{
    float: left;
    width: 123px;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    line-height: 60px;
    border-radius: 6px;
    text-align: center;
    font-size: 24px;
}
.city_list li:hover{
    background: linear-gradient(to right,#ffa133,#fe5f1d);
}
.city_list li:hover a{
    color: #fff;
}
.city_list li:nth-child(8n){
    margin-right: 0;
}
.city_list li a{
    display: block;
    color: #B53330;
}
.bottom_bottom{
    margin-top: 20px;
}
.bottom_bottom,
.bottom_bottom img{
    display: block;
    width: 100%;
}
.box_title_big{
    line-height: 80px;
    text-align: center;
    font-size: 60px;
    color: #000;
    margin-bottom: 20px;
}
.box_title_big span{
    color: #be2e2e;
}
.box_title_big::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
    height: 35px;
    background: url("../images/title_before.png") right center;
}
.box_title_big::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
    height: 35px;
    background: url("../images/title_after.png") left center;
}
#box4 .box_title_big::after,
#box4 .box_title_big::before{
    width: 280px;
}
#box5 .box_title_big::after,
#box5 .box_title_big::before{
    width: 370px;
}

.hc_tab,
.sl_tab{
    width: 105px;
    margin-right: 20px;
    display: flex;
    height: 270px;
    flex-wrap: wrap;
    align-content: space-between;
}
.hc_tab li,
.sl_tab li{
    width: 105px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    background-image: url("../images/box4_list_title.png");
    background-size: 100%;
}
.hc_cont ,
.sl_cont{
    width: calc(100% - 125px);
    height: 270px;
    display: none;
}
.hc_cont li,
.sl_cont li{
    color: #333;
    font-size: 18px;
}
.hc_cont:nth-child(1),
.sl_cont:nth-child(1){
    display: block;
}
.hc_cont li a,
.sl_cont li a{
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}</pre></body></html>