@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {
    float: left; width: 131px; height: 40px; overflow: hidden;
    background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }

/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#333; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }
.box_container{
    padding: 40px 0;
}



.banner_box{
    width: 100%;
    height: 695px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 30px;
}
.banner_box h2{
    font-size: 0;
    background: url("../images/banner_h2.png") center top no-repeat;
    background-size: auto 100%;
    height: 75px;
    margin: 0 auto;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 470px;
    margin: -16px auto 0;
}
.fixed_nav{
    width: 1200px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 25px 0;
    box-shadow: 0px 18px 40px 0px rgba(158, 0, 0, 0.78);
    border-radius: 12px;
}
.fixed_nav.fixed{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.fixed_nav li:nth-last-child(1){
    border-right: 0;
}
.fixed_nav li{
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #FE0000;
    padding: 0 10px;
}
.fixed_nav li a{
    display: block;
    width: 100%;
    color: #FC0017;
    font-size: 28px;
    line-height: 50px;
    border-radius: 25px;
}
.fixed_nav li a:hover{
    background: #FC0017;
    color: #fff;
}
.box1{
    background: linear-gradient(180deg,#fff9da,#fffdfb);
}
.box1_l{
    width: 640px;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px dashed #EE0013;
}
.box1_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #F90014;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    margin-bottom: 26px;
}
.box1_title::before,
.box1_title::after{
    content: '';
    display: block;
    background-image: url('../images/box1_title_l.png');
    background-size: 100%;
    margin: 0 4px;
    width: 30px;
    height: 23px;
}
.box1_title::after{
    background-image: url('../images/box1_title_r.png');
}
.box1_l p{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: justify;
    color: #424242;
}
.box1_l p i{
    display: inline-block;
    vertical-align: middle;
    background: #626262;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.box1_l p b{
    font-size: 22px;
    color: #000;
}
.box1_l p span{
    color: #F9021A;
}
.box1_r{
    width: 560px;
    padding: 0 40px;
    box-sizing: border-box;
}
.box1_r .box1_title{
    justify-content: center;
}
.ajax_form{
    width: 100%;
}
.ajax_form p{
    margin-bottom: 20px;
}
.ajax_form input,
.ajax_form select{
    width: 230px;
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    border: 1px solid #1B1B1B;
    box-sizing: border-box;
    background: none;
    padding-left: 20px;
    font-size: 22px;
    color: #000;
    float: left;
    margin-right: 10px;
}
.ajax_form input.mobile{width:98%;}
.ajax_form select{
    background: url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form input#shoujihao{
    width: 100%;
}
.ajax_form select#city{
    float: right;
}
.ajax_form input#fs{
    float: right;
    padding: 0;
    text-align: center;
    border: 0;
    cursor: pointer;
    background: linear-gradient(0deg, #FF7D00 0%, #FCDBAE 100%);
    color: #fff;
}
.ajax_form input.button{
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 22px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    color: #fff;
    float: none;
    margin: 0 auto;
    border: 0;
    display: block;
}
.box_title{
    color: #000;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 55px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 60px;
}
.box_title p{
    position: relative;
}
.box_title span{
    color: #FF0000;
}
.box_title p::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url('../images/title_before.png');
    background-size: 100%;
    left: -110px;
    top: -20px;
    width: 225px;
    height: 104px;
}
.box_title p::after{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    background-image: url('../images/title_after.png');
    background-size: 100%;
    right: -150px;
    width: 200px;
    height: 60px;
}
.box2_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.box2_tab li{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.box2_tab li b{
    display: block;
    color: #FF0000;
    background: #FFDB00;
    position: relative;
    z-index: 1;
    margin-bottom: -12px;
    line-height: 32px;
    height: 44px;
    font-size: 24px;
    width: 110px;
    border-radius: 22px 22px 0px 22px;
}
.box2_tab li p{
    position: relative;
    z-index: 2;
    background: #BFBFBF;
    font-weight: bold;
    color: #fff;
    width: 210px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 24px;
}
.box2_tab li.active p{
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
}
.box2_cont_box{
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.13);
    margin-top: 40px;
    padding: 40px;
    border-radius: 28px;
}
.box2_cont1{
    background-image: url('../images/box2_con1_bg.png');
    background-position: right 6px;
    background-repeat: no-repeat;
    width: calc(100% - 90px);
    margin: 0 45px;
}
.box2_list{
    display: flex;
    align-items: flex-start;
    text-align: center;
}
.box2_list li{
    margin: 0 25px;
}
.box2_list li h3{
    line-height: 20px;
    font-size: 22px;
    color: #D22213;
    position: relative;
}
.box2_list1 h3::before{
    content: '';
    display: block;
    position: absolute;
    background: #FF0000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 10px;
    height: 10px;
}
.box2_list li i{
    box-sizing: border-box;
    border-radius: 50%;
    background: #FFFFFF;
    display: block;
    margin: 0 auto 10px;
    width: 14px;
    height: 14px;
    border: 3px solid #FF0000;
}
.box2_list li h5{
    line-height: 40px;
    font-size: 24px;
    color: #000;
}
.box2_list li h5.red{
    color: #FF0000;
}
.box2_list li p{
    line-height: 38px;
    font-size: 22px;
    color: #808080;
}
.box2_list2{
    margin: 50px 0;
    justify-content: center;
}
.box2_list3{
    box-sizing: border-box;
    padding-left: 100px;
}
.box2_list3 h3{
    margin-left: 100px;
}
.box2_list3 h3::before{
    content: '';
    display: block;
    position: absolute;
    background: #FF0000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 10px;
    height: 10px;
}
.box2_swiper{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 120px);
}
.box2_swiper  .swiper-button-prev.swiper-button-white.prev {
    width: 32px;
    height: 100px;
    border-radius: 16px;
    left: -60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bfbfbf;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box2_swiper  .swiper-button-next.swiper-button-white.next {
    width: 32px;
    height: 100px;
    border-radius: 16px;
    right: -60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bfbfbf;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box2_swiper  .swiper-button-prev.swiper-button-white.prev:hover,
.box2_swiper  .swiper-button-next.swiper-button-white.next:hover{
    background: #ff9090;
}
.box2_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box,
.box2_swiper  .swiper-button-next.swiper-button-white.next .btn_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 100px;
}
.box2_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box img,
.box2_swiper  .swiper-button-next.swiper-button-white.next .btn_box img{
    display: block;
    width: 15px;
}
.box2_cont2_l{
    width: 480px;
}
.box2_cont2_step{
    line-height: 50px;
    padding-bottom: 30px;
    margin-bottom: 28px;
    font-size: 30px;
    color: #000;
    border-bottom: 1px solid #ef8416;
    box-sizing: border-box;
}
.box2_cont2_step span{
    font-size: 55px;
    color: #ff0000;
}
.box2_cont2_l p{
    line-height: 36px;
    font-size: 20px;
    text-align: justify;
    color: #000;
}
.box2_cont2_r{
    box-sizing: border-box;
    width: 480px;
    padding: 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
}
.box2_cont2_r img{
    display: block;
    width: 100%;
}
.box2_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.box2_table th,
.box2_table td{
    border: 1px solid #000;
}
.box2_table th,
.box2_table td.red{
    color: #f00;
}
.box2_table th{
    line-height: 40px;
}
.box2_table td{
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
}
.box2_cont4_list{
    display: flex;
    justify-content: space-between;
}
.box2_cont4_list li{
    width: 255px;
    height: 350px;
    border-radius: 16px;
    padding: 68px 24px;
    box-shadow: 0 0 16px rgba(125,125,125,.33);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #ffeecd;
}
.box2_cont4_icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    background: #ffdb00;
    border-radius: 0 0 0 20px;
    width: 60px;
    height: 66px;
}
.box2_cont4_list li h3{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ff0a00;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 16px;
}
.box2_cont4_list li h3 span{
    display: block;
    background: #ff0a00;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 20px;
}
.box2_cont4_list li p{
    color: #000;
    text-align: justify;
    line-height: 36px;
    font-size: 20px;
}
.box2_cont5_list li{
    margin: 16px 0;
    height: 140px;
    border-radius: 0 20px 20px 20px;
    background: #ffdb00;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box2_cont5_list li h5{
    border-radius: 0 20px 20px 20px;
    width: 150px;
    height: 140px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #ff5400;
    color: #fff;
}
.box2_cont5_list li h5 span{
    display: block;
    line-height: 36px;
    font-size: 24px;
}
.box2_cont5_list li p{
    color: #000;
    box-sizing: border-box;
    padding: 0 40px 0 26px;
    width: calc(100% - 150px);
    line-height: 36px;
    font-size: 20px;
}
.box3{
    background: linear-gradient(0deg,#fff9 da,#fffdfb);
}
.box3_table{
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 24px;
}
.box3_table th,
.box3_table td{
    border: 1px solid #000;
}
.box3_table th{
    color: #fff;
    background: #FF0000;
    line-height: 70px;
    font-size: 26px;
}
.box3_table td{
    line-height: 46px;
    padding: 10px;
    box-sizing: border-box;
}
.box3_table td a.none{
    background: none;
    color: #000;
}
.box3_table td a{
    display: block;
    line-height: 46px;
    border-radius: 23px;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    color: #fff;
}
.box4_box{
    width: 50%;
    box-sizing: border-box;
}
.box4_box:nth-child(1){
    border-right: 1px dashed #FF0000;
}
.box4_box:nth-child(2){
    padding-left: 50px;
}
.box4_box li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 6px 0;
}
.box4_box li:hover i{
    background: #f00;
}
.box4_box li:hover a{
    color: #f00;
}
.box4_box li i{
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #626262;
    border-radius: 50%;
}
.box4_box li a{
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    display: block;
    line-height: 40px;
}
.box5{
    background: linear-gradient(90deg,#ffeaea,#fff9da);
}
.poster_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.poster_list li{
    width: 380px;
    border-radius: 10px;
    padding: 6px;
    background: #fff;
    box-sizing: border-box;
}
.poster_list li a,
.poster_list li img{
    display: block;
    width: 100%;
    height: 14em;
}
.box1 iframe{
    width:100%;
    height:400px;
}
.footer iframe{height:300px;}
#nc_1_wrapper{width:100%;margin: 0 auto;margin-bottom: 20px;margin-top: -15px;}
.mao1 video{}


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

    html {
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }

    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }

    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;
    }

    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
        display: none;
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    .footer {
        position: relative;
        height: auto;
        padding: 0;
        overflow: hidden;
    }

    .footer:before {
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: auto;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #333;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
        bottom: 0;
    }

    .box_container{
        padding: 1rem 0;
    }


    .banner_box{
        height: 14rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: .5rem;
    }
    .banner_box h2{
        height: 2.5rem;
    }
    .banner_box h1{
        height: 8.2rem;
        margin: -.4rem auto 0;
    }
    .fixed_nav{
        width: 100%;
        padding: .1rem 0;
        flex-wrap: wrap;
        border-radius: .3rem;
    }
    .fixed_nav li:nth-child(3n){border-right: 0;}
    .fixed_nav li{
        width: 25%;
        padding: 0 .2rem;
        margin: .2rem 0;
    }
    .fixed_nav li a{
        font-size: .75rem;
        line-height: 1.2rem;
        border-radius: .75rem;
    }
    .box1_l{
        width: 100%;
        padding: .5rem;
    }
    .box1_title{
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: .9rem;
        justify-content: center;
        margin-bottom: .8rem;
    }
    .box1_title::before,
    .box1_title::after{
        margin: 0 .1rem;
        width: .75rem;
        height: .575rem;
    }
    .box1_l p{
        font-size: .7rem;
        line-height: 1rem;
        margin-bottom: .3rem;
    }
    .box1_l p i{
        width: .25rem;
        height: .25rem;
    }
    .box1_l p b{
        font-size: .75rem;
    }
    .box1_r{
        width: 100%;
        padding: .5rem 1rem;
    }
    .ajax_form p{
        margin-bottom: .6rem;
    }
     .ajax_form input,
    .ajax_form select{
        width: 48%;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .3rem;
        padding-left: .5rem;
        font-size: .75rem;
        margin-right: 1%;
    }
    .ajax_form select{
        background-size: .5rem;
    }
    .ajax_form input#shoujihao{
        width: 100%;
    }
    .ajax_form select#city{
        float: right;
    }
    .ajax_form input#fs{
        float: right;
    }
    .ajax_form input.button{
        width: 10rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: 1rem;
    }
    .box_title{
        font-size: 1rem;
        height: 2rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .box_title p::before{
        left: -2.75rem;
        top: -.5rem;
        width: 5.625rem;
        height: 2.6rem;
    }
    .box_title p::after{
        right: -3.75rem;
        width: 5rem;
        height: 1.5rem;
    }
    .box2_tab{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .box2_tab li{
        margin: .2rem .3rem;
    }
    .box2_tab li b{
        margin-bottom: -.3rem;
        line-height: 1rem;
        height: 1.3rem;
        font-size: .6rem;
        width: 3rem;
        border-radius: .7rem .7rem 0 .7rem;
    }
    .box2_tab li p{
        width: 5.5rem;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .7rem;
    }
    .box2_cont_box{
        margin-top: 1rem;
        padding: 1rem;
        border-radius: .8rem;
    }
    .box2_cont1{
        background: none;
        width: 100%;
        margin: 0;
    }
    .box2_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .box2_list li{
        width: 24%;
        margin: .2rem .5%;
    }
    .box2_list1 li:nth-child(1),
    .box2_list3 li:nth-last-child(1){
        display: none;
    }
    .box2_list li h3{
        line-height: 1rem;
        font-size: .8rem;
    }
    .box2_list1 h3::before{
        display: none;
    }
    .box2_list li i{
        margin: 0 auto .2rem;
        width: .4rem;
        height: .4rem;
    }
    .box2_list li h5{
        line-height: 1rem;
        font-size: .8rem;
    }
    .box2_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_list2{
        margin: 0;
    }
    .box2_list3{
        padding-left: 0;
    }
    .box2_list3 h3{
        margin-left: 0;
    }
    .box2_list3 h3::before{
        display: none;
    }
    .box2_swiper{
        width: calc(100% - 2rem);
    }
    .box2_swiper  .swiper-button-prev.swiper-button-white.prev {
        width: 1rem;
        height: 2.5rem;
        border-radius: .5rem;
        left: -1.5rem;
    }
    .box2_swiper  .swiper-button-next.swiper-button-white.next {
        width: 1rem;
        height: 2.5rem;
        border-radius: .5rem;
        right: -1.5rem;
    }
    .box2_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box,
    .box2_swiper  .swiper-button-next.swiper-button-white.next .btn_box{
        width: 1rem;
        height: 2.5rem;
    }
    .box2_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box img,
    .box2_swiper  .swiper-button-next.swiper-button-white.next .btn_box img{
        width: .5rem;
    }
    .box2_cont2_l{
        width: 100%;
    }
    .box2_cont2_step{
        line-height: 1.2rem;
        padding-bottom: .8rem;
        margin-bottom: .8rem;
        font-size: .8rem;
    }
    .box2_cont2_step span{
        font-size: 1rem;
    }
    .box2_cont2_l p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_cont2_r{
        width: 100%;
        margin-top: .5rem;
        padding: .4rem;
    }
    .box2_table{
        font-size: .6rem;
    }
    .box2_table th{
        line-height: 1rem;
        white-space: nowrap;
    }
    .box2_table td{
        line-height: 1rem;
        padding: .1rem;
    }
    .box2_cont4_list{
        flex-wrap: wrap;
    }
    .box2_cont4_list li{
        margin: .2rem 1%;
        width: 48%;
        height: 9rem;
        border-radius: .4rem;
        padding: 1.5rem .5rem;
    }
    .box2_cont4_icon{
        border-radius: 0 0 0 .5rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .box2_cont4_icon img{
        display: block;
        width: 1rem;
    }
    .box2_cont4_list li h3{
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .8rem;
        margin-bottom: .4rem;
    }
    .box2_cont4_list li h3 span{
        width: 1rem;
        line-height: 1rem;
        margin-right: .2rem;
        font-size: .7rem;
    }
    .box2_cont4_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box2_cont5_list li{
        display: block;
        margin: .4rem 0;
        height: auto;
        border-radius: 0 .5rem .5rem .5rem;
    }
    .box2_cont5_list li h5{
        border-radius: 0 .5rem .5rem .5rem;
        width: 100%;
        height: 3rem;
    }
    .box2_cont5_list li h5 span{
        line-height: 1.2rem;
        font-size: .9rem;
    }
    .box2_cont5_list li p{
        padding:.3rem;
        width: 100%;
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_table{
        font-size: .6rem;
    }
    .box3_table th{
        white-space: nowrap;
        line-height: 1.5rem;
        font-size: .65rem;
    }
    .box3_table td{
        line-height: 1.2rem;
        padding: .2rem;
    }
    .box3_table td a{
        line-height: 1.4rem;
        border-radius: .7rem;
    }
    .box4_box{
        width: 100%;
        box-sizing: border-box;
        padding: 0 .5rem;
    }
    .box4_box:nth-child(1){
        border-right: 0;
    }
    .box4_box:nth-child(2){
        padding: 0 .5rem;
    }
    .box4_box li{
        margin: .2rem 0;
    }
    .box4_box li i{
        width: .25rem;
        height: .25rem;
        margin-right: .25rem;
    }
    .box4_box li a{
        line-height: 1rem;
        font-size: .7rem;
    }
    .poster_list li{
        width: 33.3%;
        border-radius: .2rem;
        padding: .2rem;
    }
.poster_list li a,
.poster_list li img{
    display: block;
    width: 100%;
    height: 6em;
}
.footer iframe{height:650px;}
.box1 iframe{height:220px}
#__nc{ margin-bottom:.8em; }
.box1 video{width:100%;}   
    
    
}


