<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%;background:url(https://www.huatu.com/z/413ztjx/images/nav_bg.gif) repeat-x 0; height:41px;}
.logo{float:left;}
.logo img{ border:0; padding:0;}
.zt_top{width:1000px;height:41px;margin:0 auto;}
.topnav{float:right;}
.huatu01{margin-left:10px; font-size:14px; color:#333; text-decoration:none;}
.huatu01:hover{ text-decoration:none; color:#C30;}
.huatu{ float:right; line-height:41px;}

	

.wx{position: relative;padding-left: 30px;background: url(https://u2.huatu.com/hubei/2018/kc_wxin.png) no-repeat left center;cursor: pointer;float:right;margin-left:12px;font-size: 14px;color:#333;z-index: 999;}
.wx:hover .wx_box{display: block;}
.wx:hover{color: #FF4B4E;}
.wx_wrap{min-width: 192px;height: 100px;padding-top: 30px;margin-bottom: 13px;}
.wx_box{display: none;position: absolute;bottom: -150px;padding-left: 20px;left: 0;min-width: 217px;height: 150px;background-color: #fff;z-index: 10;box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);}
.wx_box img{display: block;float: left;width: 80px;height: 80px;}
.wx_box a{display: block;float: left;width: 70px;height: 26px;margin-left: 15px;background: #e92930;border-radius: 3px;color: #fff !important;font-size: 14px;line-height: 26px;text-align: center;margin-top:-2px;text-decoration: none;}
.wx_box span{display: block;float: left;margin: 0 0 10px 15px;color: #000;font-size: 14px;line-height: 23px;}

/* 通用底部 */
.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; }


body{
    background: #29b3f6 url('../images/body_bg.png') center bottom no-repeat;
}
.banner_box{
    width: 100%;
    height: 760px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 26px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 736px;
    height: 533px;
    margin: 0 auto 90px;
    box-sizing: border-box;
    padding-left: 140px;
    padding-top: 100px;
}
.banner_box h1 p{
    width: 375px;
    line-height: 63px;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
.banner_box h1 span{
    display: none;
}
@keyframes plane{
    0%   { transform: translate(0,0) }
    25%  { transform: translate(-10px,10px) }
    50%  { transform: translate(0,0) }
    75%  { transform: translate(-10px,10px) }
    100% { transform: translate(0,0) }
}
.banner_plane{
    display: block;
    position: absolute;
    right: -50px;
    top: 220px;
    animation: plane 8s linear infinite;
}
.banner_nav{
    display: flex;
    justify-content: space-between;
}
.banner_nav li{
    background-image: url('../images/nav_bg1.png');
    background-size: 100%;
    width: 356px;
    height: 86px;
    box-sizing: border-box;
    padding-top: 15px;
    line-height: 70px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.banner_nav li:nth-last-child(1){
    background-image: url('../images/nav_bg2.png');
    width: 426px;
}
.box_title{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}
.box_title h3{
    position: relative;
    z-index: 5;
    display: block;
    box-sizing: border-box;
    padding: 0 35px;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
    line-height: 66px;
    background: linear-gradient(0deg, #4C20DE, #6636DA);
    border: 5px solid #96EFF9;
    border-radius: 38px;
}
.box_title h3.box1_tab{
    cursor: pointer;
    background: linear-gradient(0deg, #4C20DE, #6636DA);
    border: 5px solid #96EFF9;
    margin: 0 25px;
}
.box_title h3.box1_tab.active{
    background: linear-gradient(135deg, #F1985A, #D4583A);
    border: 5px solid #fff;
}
.box_container{
    width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(45deg, #395de1, #395de1);
    border-radius: 15px;
    padding: 40px 40px;
    margin-bottom: 60px;
}
.box1_cont{
    display: none;
}
.box1_cont:nth-child(1){
    display: block;
}
.box1_row{
    display: flex;
    justify-content: space-between;
    border: 1px solid #448AEC;
    border-radius: 5px;
    margin-bottom: 10px;
}
.box1_row span{
    display: block;
    width: 135px;
    line-height: 50px;
    background: #448AEC;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
}
.box1_row span::after{
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #448AEC;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.box1_row_text{
    width: calc(100% - 135px);
    display: flex;
    box-sizing: border-box;
    line-height: 50px;
}
.box1_row_text p{
    width: 18%;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.box1_row_text p:nth-last-child(1){
    width: 20%;
}
.box1_cont_mid{
    margin: 40px auto;
    box-sizing: border-box;
    position: relative;
    padding: 30px 40px;
    background: rgba(68, 138, 236, 0.15);
    border: 1px solid #448AEC;
    border-radius: 10px;
}
.box1_m_l{
    background-image: url('../images/box1_img.png');
    background-size: 100%;
    width: 340px;
    height: 276px;
    box-sizing: border-box;
    padding: 160px 20px 0 105px;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.box1_m_l p{
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 22px;
    color: #fff;
}
.box1_m_l p img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.box1_m_l h5{
    width: 170px;
    line-height: 50px;
    background: linear-gradient(0deg, #4C20DE, #6636DA);
    border-radius: 25px;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
}
.box1_m_r{
    float: right;
    width: 750px;
    height: 276px;
    color: #fff;
}
.box1_m_r h5{
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
}
.box1_m_r p{
    font-size: 18px;
    line-height: 45px;
    background: #448AEC;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: 8px;
}
.box1_m_r a{
    display: block;
    text-align: center;
    width: 180px;
    line-height: 54px;
    background: linear-gradient(135deg, #F1985A, #D4583A);
    box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
    border-radius: 27px;
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}
.box1_cont_b{
    display: block;
    position: relative;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box1_bm{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    box-sizing: border-box;
    width: 250px;
    height: 250px;
    background: linear-gradient(0deg, #2A50DE, #3A6EDF);
    border: 5px solid #A0CEFD;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box1_bm p{
    line-height: 40px;
    font-size: 30px;
}
.box1_bm h5{
    line-height: 70px;
    font-size: 44px;
}
.box1_bm span{
    display: block;
    margin: 0 auto;
    width: 126px;
    background: rgba(255,255,255,.5);
    border-radius: 20px;
    line-height: 40px;
    font-size: 22px;
}
.box1_b_row{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.box1_b_row1{
    margin-bottom: 46px;
}
.box1_b_row2{
    margin-top: 46px;
}



.box1_b_row3{
    margin-bottom: 16px;
}
.box1_b_row p{
    background-size: 100%;
    height: 60px;
    line-height: 48px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}
.box1_bl1{
    background-image: url('../images/box1_l1.png');
    margin-right: 200px;
    width: 398px;
    padding-left: 20px;
}
.box1_br1{
    background-image: url('../images/box1_r1.png');
    width: 420px;
    padding-right: 20px;
    text-align: right;
}
.box1_bl2{
    background-image: url('../images/box1_l2.png');
    margin-right: 200px;
    width: 382px;
    padding-left: 20px;
    padding-top: 12px;
    margin-left: 75px;
}
.box1_br2{
    background-image: url('../images/box1_r2.png');
    width: 459px;
    padding-right: 20px;
    padding-top: 12px;
    text-align: right;
}

.box1_br22{
    background-image: url('../images/box1_r2.png');
    width: 459px;
    padding-right: 20px;
    padding-top: 12px;
    text-align: center;
}

.box2_l{
    display: block;
    width: 420px;
}
.box2_r{
    height: 450px;
    width: 660px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.box2_row{
    display: block;
    position: relative;
    height: 50px;
    margin: 30px 0;
}
.box2_row img{
    display: block;
    width: 90px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box2_row p{
    margin-left: 55px;
    padding-left: 40px;
    padding-right: 16px;
    line-height: 50px;
    background: #448AEC;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}
.box2_row p span{
    color: #FFFF00;
}
.box2_bottom{
    margin-top: 30px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 0;
    border-radius: 10px;
}
.box2_bt{
    height: 388px;
    background: url('../images/box2_b.png') center top no-repeat;
    position: relative;
    color: #fff;
}
.box2_bt&gt;p{
    line-height: 52px;
    font-size: 20px;
    background-size: 100%;
    height: 64px;
    box-sizing: border-box;
    position: absolute;
    padding: 0 20px;
}
.box2_bl1{
    background-image: url('../images/box2_bl1.png');
    background-size: 100%;
    width: 511px;
    height: 100px;
    position: absolute;
    top: 35px;
    left: 40px;
}
.box2_bl1 h6{
    line-height: 52px;
    margin-bottom: 10px;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 0 20px;
    padding-left: 200px;
}
.box2_bl1 p{
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}
.box2_bl2{
    position: absolute;
    top: 165px;
    left: 120px;
    background-image: url('../images/box2_bl2.png');
    width: 366px;
}
.box2_bl3{
    position: absolute;
    bottom: 20px;
    left: 70px;
    background-image: url('../images/box2_bl2.png');
    width: 366px;
}
.box2_br1{
    position: absolute;
    top: 94px;
    right: 170px;
    background-image: url('../images/box2_br1.png');
    width: 346px;
    text-align: right;
}
.box2_br2{
    position: absolute;
    bottom: 90px;
    right: 120px;
    background-image: url('../images/box2_br2.png');
    width: 326px;
    text-align: right;
}
.box2_bottom h5{
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
    font-size: 36px;
    color: #4244A2;
    font-weight: normal;
}
.box3 .box_container::before{
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    bottom: -50px;
    background-image: url('../images/box3_img.png');
    width: 360px;
    height: 461px;
}
.box3_top{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.box3_top_text{
    box-sizing: border-box;
    padding-right: 20px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px;
    font-size: 26px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.box3_top_text p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-right: 20px;
}
.box3_top_text:nth-child(1) p{
    background: linear-gradient(180deg, #9CCEFF, #4088E9);
}
.box3_top_text:nth-child(2) p{
    background: linear-gradient(90deg, #F19959, #D45739);
}
.box3 h5{
    line-height: 45px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}
.box3 h5::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 5px solid #96EFF9;
    border-radius: 50%;
}
.box3 h5 span,
.box3 p span{
    color: #FFFF00;
}
.box3_bottom_text{
    margin-top: 20px;
}
.box3_bottom_text p{
    line-height: 45px;
    background: #448AEC;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.box4_list{
    display: flex;
    justify-content: space-between;
}
.box4_list li:nth-child(1){
    background-image: url('../images/box4_bg1.png');
}
.box4_list li:nth-child(2){
    background-image: url('../images/box4_bg2.png');
}
.box4_list li:nth-child(3){
    background-image: url('../images/box4_bg3.png');
}
.box4_list li{
    background-size: 100%;
    width: 320px;
    height: 313px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 105px;
}
.box4_list li h5{
    line-height: 60px;
    font-size: 28px;
    color: #9A0000;
    font-weight: normal;
}
.box4_list li p{
    line-height: 38px;
    font-size: 18px;
    color: #56261C;
}
.box5_top{
    margin-top: 20px;
}
.box5_top p{
    line-height: 45px;
    background: #448AEC;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.box5_list{
    margin-top: 50px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.box5_list li{
    width: 240px;
}
.box5_list_top{
    position: relative;
    margin: 0 auto 45px;
    width: 200px;
    height: 200px;
    background: #448AEC;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.box5_list_img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: radial-gradient(circle, #2E2C2C, #18181A);
}
.box5_list_img img{
    display: block;
    width: 100%;
}
.box5_list_top h5{
    position: absolute;
    bottom: -20px;
    line-height: 40px;
    border-radius: 20px;
    width: 130px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #F19959, #D45739);
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
}
.box5_list_text{
    height: 350px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    color: #56261C;
    line-height: 30px;
    position: relative;
    box-sizing: border-box;
    text-align: justify;
    padding: 10px 20px;
}
.box5_list_text::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.box5_bottom{
    width: 1170px;
    margin-left: -40px;
    height: 124px;
    background: linear-gradient(0deg, #4C20DE, #6636DA);
    border-radius: 0 0 15px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 50px 0 320px;
}
.box5 .box_container{
    padding-bottom: 0;
}
.box5_bottom img{
    display: block;
    position: absolute;
    width: 310px;
    top: -20px;
    left: -15px;
}
.box5_bc{
    text-align: center;
    color: #fff;
}
.box5_bc h6{
    line-height: 40px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: normal;
}
.box5_bc p{
    line-height: 30px;
    font-size: 20px;
}
.box5_b_btn{
    display: block;
    width: 170px;
    line-height: 60px;
    background: linear-gradient(135deg, #F1985A, #D4583A);
    border: 3px solid #FFFFFF;
    box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.city_list li{
    float: left;
    width: 118px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: #448AEC;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.city_list li:nth-child(8n){
    margin-right: 0;
}
.city_list li:hover{
    background: linear-gradient(90deg, #F19959, #D45739);
}
.city_list li a{
    display: block;
    width: 100%;
    color: #fff;
}


.fixed_l{
    display: none;
    position: fixed;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
}
.fixed_l::before{
    content: '';
    display: block;
    background-image: url('../images/fixed_l_img.png');
    width: 123px;
    height: 209px;
    top: -209px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.fixed_l_list{
    background: linear-gradient(135deg, #F1985A, #D4583A);
    box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
    border-radius: 10px;
}
.fixed_l_list li{
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #fffe98;
}
.fixed_l_list li a{
    display: block;
    color: #fff;
}
.fixed_l_list li:hover a{
    color: #ffff00;
}
.fixed_l_list li:nth-last-child(1),
.fixed_r_list li:nth-last-child(1){
    border-bottom: 0;
}
.toTop{
    display: block;
    margin: 0 auto;
    width: 72px;
    line-height: 38px;
    border-radius: 0 0 36px 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(135deg, #F1985A, #D4583A);
}
.fixed_r{
    display: none;
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    background: #fff;
    border-radius: 10px;
}
.fixed_r::before{
    content: '';
    display: block;
    background-image: url('../images/fixed_r_img.png');
    width: 140px;
    height: 96px;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.fixed_r_list li{
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #e3e3f1;
}
.fixed_r_list li a{
    display: block;
    color: #333;
}
.fixed_r_list li:hover a{
    color: #4243a1;
}
.fixed_r_a{
    display: block;
    margin: 0 auto 20px;
    width: 90px;
    border-radius: 18px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #F1985A, #D4583A);
}



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

    /* 隐藏元素 */
 
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }
    ul.no_after::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }

    /* 通用头部 */
    .zt_top{width: 100%}
	.wx{display: none;}
	
	
	
    .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;
    }



    body{
        background: #29b3f6 url('../images/body_bg.png') center bottom no-repeat;
    }
    .banner_box{
        height: 16.125rem;
        background-size: 100%;
        background: url("../images/banner_m.png") center top no-repeat;
    }
    .banner_box .container{
        padding-top: .55rem;
    }
    .banner_box h1{
        width: 14.7rem;
        height: 12.225rem;
        margin: 0 auto 1rem;
        padding-left: 1.5rem;
        padding-top: 2.4rem;
        background: url("../images/h1_m.png") center top no-repeat;
        background-size: auto 100%;
    }
    .banner_box h1 p{
        width: 8rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .banner_plane{
        display: none;
    }
    .banner_nav{
        display: block;
    }
    .banner_nav li{
        float: left;
        margin: 0 .5%;
        width: 30%;
        height: 1.5rem;
        padding-top: .2rem;
        line-height: 1rem;
        font-size: .6rem;
    }
    .banner_nav li:nth-last-child(1){
        width: 37%;
    }
    .box_title{
        margin-bottom: .5rem;
    }
    .box_title h3{
        padding: 0 .4rem;
        font-size: .7rem;
        line-height: 1.4rem;
        border: .05rem solid #96EFF9;
        border-radius: .8rem;
    }
    .box_title h3.box1_tab{
        padding: 0 .1rem;
        font-size: .6rem;
        border: .05rem solid #A0CEFD;
        margin: 0 .1rem;
    }
    .box_title h3.box1_tab.active{
        border: .05rem solid #96EFF9;
    }
    .box_container{
        width:96%;
        border-radius: .3rem;
        padding: 1rem .5rem;
        margin-bottom: 1rem;
    }
    .box1_table{
        text-align: center;
        width: 100%;
        display: table;
    }
    .box1_table td,
    .box1_table th{
        border: 1px solid #448AEC;
        font-size: .7rem;
        color: #fff;
    }
    .box1_mc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        margin: .5rem auto;
    }
    .box1_mc h5{
        display: block;
        width: 1.3rem;
        height: 6rem;
        writing-mode: vertical-lr;从左向右 从右向左是 writing-mode: vertical-rl;  
        writing-mode: tb-lr;IE浏览器的从左向右 从右向左是 writing-mode: tb-rl； 
        font-size: .7rem;
        text-align: center;
        background: linear-gradient(90deg, #F19959, #D45739);
        line-height: 1.1rem;
        box-sizing: border-box;
        padding: .2rem 0;
        font-weight: normal;
        border-radius: .7rem;
        border: .1rem solid #fff;
    }
    .box1_mcr{
        width: calc(100% - 1.7rem);
    }
    .box1_mc .box1_mc_text{
        width: 100%;
        font-size: .7rem;
        line-height: 1rem;
    }
    .box1_mc a{
        text-align: center;
        display: block;
        width: 5rem;
        color: #fff;
        font-size: .7rem;
        line-height: 1.4rem;
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        border-radius: .7rem;
        margin-top: .5rem;
    }
    .box1_mb{
        color: #fff;
    }
    .box1_mbr{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .box1_mbr h5{
        line-height: 1.2rem;
        font-size: .75rem;
    }
    .box1_mbr span{
        display: block;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_mbl{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .box1_mbl p{
        box-sizing: border-box;
        border: 1px solid #448AEC;
        margin: .2rem .5%;
        font-size: .6rem;
        line-height: 1.1rem;
        text-align: center;
        width: 30%;
    }
    .box1_mbl p:nth-child(2){
        width: 37%;
    }
    .box1_mbl p:nth-last-child(1),.box1_mbl p:nth-last-child(2){
        width: 100%;
    }
    
    .box2_l{
        width: 8rem;
        margin: 0 auto;
    }
    .box2_r{
        width: 100%;
        height: auto;
    }
    .box2_row{
        margin: .2rem 0;
    }
    .box2_row img{
        display: none;
    }
    .box2_row p{
        margin-left: 0;
        padding-left: .4rem;
        padding-right: .4rem;
        line-height: 1.2rem;
        border-radius: .15rem;
        font-size: .7rem;
    }
    .box2_bottom{
        margin-top: .5rem;
        padding: .5rem 0;
        border-radius: .3rem;
    }
    .box2_bt{
        height: auto;
        background: none;
    }
    .box2_bt&gt;p{
        line-height: 1.3rem;
        font-size: .7rem;
        height: auto;
        position: relative;
        padding: 0 .4rem;
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        width: 90%;
        margin: .3rem auto;
    }
    .box2_bl1{
        background: none;
        width: 90%;
        margin: .3rem auto;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
    }
    .box2_bl1 h6{
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        line-height: 1.3rem;
        margin-bottom: .3rem;
        font-size: .7rem;
        padding: 0 .5rem;
        text-align: center;
    }
    .box2_bl1 p{
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        line-height: 1.3rem;
        padding: 0 .5rem;
        font-size: .6rem;
        text-align: center;
    }
    .box2_bl2{
        text-align: center;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        width: 100%;
    }
    .box2_bl3{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        width: 100%;
        text-align: center;
    }
    .box2_br1{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        width: 100%;
        text-align: center;
    }
    .box2_br2{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: linear-gradient(135deg, #F1985A, #D4583A);
        box-shadow: 1px 5px 15px 0px rgba(0, 0, 52, 0.3);
        width: 100%;
        text-align: center;
    }
    .box2_bottom h5{
        line-height: 1.2rem;
        margin-top: .6rem;
        font-size: .9rem;
    }
    .box3 .box_container::before{
        display: none;
    }
    .box3_top{
        margin-bottom: .8rem;
    }
    .box3_top_text{
        padding-right: .2rem;
        line-height: 1.3rem;
        border-radius: .2rem;
        margin: 0 1%;
        font-size: .7rem;
    }
    .box3_top_text p{
        width: 1.3rem;
        height: 1.3rem;
        border-radius: .2rem;
        margin-right: .2rem;
    }
    .box3_top_text p img{
        width: .7rem;
    }
    .box3 h5{
        line-height: 1rem;
        margin-bottom: .3rem;
        padding-left: .9rem;
        font-size: .7rem;
    }
    .box3 h5::before{
        width: .6rem;
        height: .6rem;
        border: .1rem solid #96EFF9;
    }
    .box3_bottom_text{
        margin-top: .4rem;
    }
    .box3_bottom_text p{
        line-height: 1.2rem;
        border-radius: .2rem;
        padding: 0 .4rem;
        font-size: .7rem;
    }
    .box4_list{
        display: block;
    }
    .box4_list li{
        float: left;
        width: 49%;
        margin: .2rem .5%;
        height: 8rem;
        padding-top: 2.5rem;
    }
    .box4_list li:nth-last-child(1){
        padding-top: 3rem;
        margin: .2rem 25.5%;
    }
    .box4_list li h5{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .box4_list li p{
        line-height: 1rem;
        font-size: .65rem;
    }
    .box5_top{
        margin-top: .5rem;
    }
    .box5_top p{
        line-height: 1.2rem;
        border-radius: .2rem;
        padding: 0 .4rem;
        font-size: .7rem;
    }
    .box5_list{
        margin-top: .6rem;
        margin-bottom: .6rem;
        display: block;
    }
    .box5_list li{
        float: left;
        width: 49%;
        margin: .2rem .5%;
    }
    .box5_list_top{
        margin: 0 auto 1rem;
        width: 6rem;
        height: 6rem;
        padding: .2rem;
    }
    .box5_list_top h5{
        bottom: -.6rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        width: 4rem;
        font-size: .75rem;
    }
    .box5_list_text{
        display: none;
        height: 11rem;
        border-radius: .15rem;
        line-height: 1rem;
        font-size: .7rem;
        padding: .2rem;
    }
    .box5_list_text::before{
        top: -.25rem;
        border-bottom: .25rem solid #fff;
        border-left: .25rem solid transparent;
        border-right: .25rem solid transparent;
    }
    .box5_list_text_m{
        line-height: 1.2rem;
        font-size: .7rem;
        color: #fff;
        text-align: center;
    }
    .box5_bottom{
        width: calc(100% + 1rem);
        margin-left: -.5rem;
        height: auto;
        border-radius: 0 0 .3rem .3rem;
        padding: .5rem 0;
        display: block;
    }
    .box5_bottom img{
        display: none;
    }
    .box5_bc h6{
        line-height: 1rem;
        margin-bottom: .1rem;
        font-size: .7rem;
    }
    .box5_bc p{
        line-height: .8rem;
        font-size: .6rem;
    }
    .box5_b_btn{
        width: 6rem;
        line-height: 1.2rem;
        border: .1rem solid #FFFFFF;
        border-radius: .7rem;
        font-size: .7rem;
        margin: .5rem auto 0;
    }
    .city_list li{
        width: 24%;
        line-height: 1.3rem;
        font-size: .7rem;
        border-radius: .1rem;
        margin: .1rem .5%;
    }
    .city_list li:nth-child(8n){
        margin: .1rem .5%;
    }

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