@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; }
.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url("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("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: 705px;
    background: url("banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 60px;
}
.banner_center{
    margin: 0 auto;
    background: url("banner_center.png") center top no-repeat;
    background-size: 100%;
    width: 977px;
    height: 463px;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
    position: relative;
}
.banner_box h3{
    position: absolute;
    background: #e65e4e;
    border: 1px solid #f3deb9;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    width: 265px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 22px;
    color: #F4E0BB;
}
.banner_box h1{
    font-size: 0;
    background: url("banner_h1.png") center top no-repeat;
    background-size: auto 100%;
    height: 335px;
    margin: 0 auto -36px;
}
.banner_box h2{
    margin: 0 auto;
    box-sizing: border-box;
    background: #e65e4e;
    color: #F7FAFC;
    border: 2px solid #f3deb9;
    box-shadow: 0 8px 0 #99cceb;
    border-radius: 8px;
    width: 430px;
    line-height: 56px;
    font-size: 40px;
}
.banner_box p{
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    line-height: 30px;
}
.banner_box p span{
    text-decoration: underline;
}
.banner_dl{
    position: absolute;
    background-image: url("banner_r.png");
    background-size: 100%;
    box-sizing: border-box;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
    top: 0;
    color: #F7FAFC;
    font-weight: bold;
    font-size: 28px;
    right: -90px;
    width: 68px;
    line-height: 68px;
    height: 318px;
    padding-top: 70px;
}
.odd_box{
    background: url("blue_bg.png") center bottom no-repeat;
}
.even_box{
    background: url("box2_bg.png") center bottom no-repeat;
}
.box1{
    box-sizing: border-box;
    padding-bottom: 25px;
}
.box1>.container{
    margin-top: -90px;
    background-image: url("box1_cont.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    height: 820px;
}
.box1_title{
    text-align: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("box1_cont_title.png");
    line-height: 100px;
    font-size: 34px;
    color: #FAFC3F;
}
.box1_cont_box{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}
.box1_cont_top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.box1_title_s{
    background-image: url("box1_cont_title_s.png");
    background-size: 100%;
    text-align: center;
    width: 272px;
    line-height: 60px;
    font-size: 26px;
}
.box1_title_s.red{
    color: #E4594A;
}
.box1_title_s.blue{
    color: #201449;
}
.vs{
    display: block;
    width: 150px;
    margin: 0 40px;
}
.box1_cont_row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.box1_cont_text{
    text-align: center;
    box-sizing: border-box;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    width: 432px;
    height: 67px;
}
.box1_cont_text_l{
    color: #C91014;
    background-image: url("box1_cont_l.png");
}
.box1_cont_text_r{
    color: #201449;
    background-image: url("box1_cont_r.png");
}
.box1_cont_title{
    width: 78px;
    height: 78px;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("box1_cont_c.png");
    background-size: 100%;
}
.box1_cont_text p{
    font-size: 16px;
    line-height: 25px;
}
.box1_cont_title p{
    font-size: 16px;
    color: #C91014;
    text-align: center;
    line-height: 18px;
}
.box_title{
    text-align: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("box_title.png");
    line-height: 100px;
    font-size: 34px;
    margin-bottom: 15px;
    color: #FAFC3F;
}
.box2{
    background-size: auto 100%;
}
.box2_tab{
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.box2_tab li{
    background-image: url("box2_tab.png");
    background-size: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0 -10px;
    width: 70%;
    line-height: 69px;
    font-size: 28px;
    color: #C91014;
    font-weight: bold;
}
.box2_tab li.active{
    z-index: 2;
    background-image: url("box2_tab_active.png");
    margin: .5em auto;
}
.box2_cont_box{
    margin-bottom: 80px;
}
.box2_cont{
    display: none;
    justify-content: center;
}
.box2_cont:nth-child(1){
    display: flex;
}
.box2_cont_list{
    display: flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    border-left: 4px solid #ebd9ad;
    border-bottom: 4px solid #ebd9ad;
    padding: 30px 50px 0 35px;
}
.box2_cont_list::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url("box2_arrow_top.png");
    background-size: 100%;
    width: 32px;
    height: 28px;
    top: -4px;
    left: -18px;
}
.box2_cont_list::after{
    content: '';
    display: block;
    position: absolute;
    background-image: url("box2_arrow_right.png");
    background-size: 100%;
    width: 28px;
    height: 32px;
    bottom: -14px;
    right: 0;
}
.box2_cont_list li{
    width: 85px;
    height: 320px;
    border-radius: 10px 10px 0 0;
    background: rgba(255,255,255,.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    position: relative;
}
.box2_cont_list li h5{
    line-height: 35px;
    font-size: 18px;
    color: #fff;
}
.box2_cont_circle{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    width: 36px;
    height: 36px;
    padding: 5px;
    border: 1px solid #ebd9ad;
    border-radius: 50%;
    box-sizing: border-box;
}
.box2_cont_circle span{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 24px;
    border-radius: 50%;
    color: #C91014;
    text-align: center;
    background: #ebd9ad;
}
.box2_cont_bar{
    border-radius: 10px 10px 0 0;
    width: 100%;
    background: #dac90e;
    box-sizing: border-box;
    border: 1px solid #ebd9ad;
}
.box2_cont_list1{
    width: 920px;
}
.box2_cont_list2{
    width: 630px;
}
.box2_cont_list li:nth-child(1) .box2_cont_bar{
    height: 60px;
}
.box2_cont_list li:nth-child(2) .box2_cont_bar{
    height: 90px;
}
.box2_cont_list li:nth-child(3) .box2_cont_bar{
    height: 120px;
}
.box2_cont_list li:nth-child(4) .box2_cont_bar{
    height: 150px;
}
.box2_cont_list li:nth-child(5) .box2_cont_bar{
    height: 180px;
}
.box2_cont_list li:nth-child(6) .box2_cont_bar{
    height: 210px;
}
.box2_cont_text{
    display: none;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    width: 215px;
    padding: 12px 0;
    border-radius: 8px;
    background: #ebd9ad;
    box-sizing: border-box;
}
.box2_cont_text p{
    line-height: 20px;
    font-size: 14px;
    color: #C91014;
    text-align: center;
}
.box2_cont_list li:hover .box2_cont_text{
    display: block;
}
.box2_center{
    background-image: url("box2_center.png");
    background-position: center top;
    background-size: auto 100%;
    height: 526px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin-bottom: 1.5em;
}
.box2_c_box{
    width: 526px;
/*     height: 406px; */
    background-size: 100%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.box2_cl{
    padding-top: 50px;
    background-image: url("box2_cl.png");
}
.box2_cr{
    padding-top: 38px;
    background-image: url("box2_cr.png");
}
.box2_c_title{
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 300px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 23px;
    background: #C91014;
    border: 2px solid #E5D4AD;
    color: #FFEEC7;
}
.box2_cl_c{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 325px;
}
.box2_cl_c::before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("box2_cl_c.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 305px;
    height: 305px;
    animation: rotate linear 16s infinite;
}
@keyframes rotate {
    0% { transform: translate(-50%,-50%) rotate(0deg); }
    100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.box2_cl_ct{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    color: #EBD9AD;
}
.box2_cl_row{
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.box2_cl_row span{
    display: block;
    box-sizing: border-box;
    background: #FFEEC7;
    padding: 0 10px;
    min-width: 100px;
    line-height: 28px;
    border-radius: 15px;
    border: 2px solid #1D4D82;
}
.box2_cl_row:nth-child(2),
.box2_cl_row:nth-child(4){
    padding: 0 70px;
    justify-content: space-between;
}
.box2_cl_row:nth-child(3){
    padding: 0 10px;
    justify-content: space-between;
}
.box2_cr_top{
    line-height: 30px;
    font-size: 18px;
    color: #FFEEC7;
}
.box2_cr_c{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 250px;
    margin-bottom: 25px;
}
.box2_cr_c::before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("box2_cr_c.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 250px;
    height: 250px;
    transform: translate(-50%,-50%);
    /* animation: rotate linear 16s infinite reverse; */
}
.box2_cr_c p{
    position: relative;
    z-index: 2;
    width: 125px;
    line-height: 26px;
    margin: 3px 0;
    font-size: 18px;
    color: #26579E;
    background: #FFEEC7;
}
.box2_cr_bottom{
    line-height: 22px;
    font-style: 16px;
    color: #FFEEC7;
}
.box2_bottom{
    background: #0057a4 url("box2_bottom.jpg") bottom no-repeat;
    background-size: 101% auto;
    margin-top: 30px;
    border: 2px solid #efd9a7;
    padding: 1em 1em 3em 1em;
}
.box2_b_tit{
    width: 300px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 23px;
    margin: 0 auto 30px;
    text-align: center;
    background: #C91014;
    border: 2px solid #E5D4AD;
    color: #FFEEC7;
}
.box2_bc{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFEEC7;
    text-align: center;
}
.box2_bc p{
    font-size: 16px;
    line-height: 22px;
}
.box2_bcc{
    background-image: url("box2_bc.png");
    background-size: 100%;
    width: 694px;
    height: 220px;
    padding: 32px 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.box2_bcc h5{
    width: 120px;
    height: 50px;
    background: #26579e;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2_bcc h5 span{
    font-size: 18px;
    line-height: 24px;
}
.box3_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box3_cont{
    background-size: 100%;
    width: 588px;
    height: 340px;
    margin-bottom: 60px;
    box-sizing: border-box;
}
.box3_cont_l{
    padding: 65px 70px 0;
    background-image: url("box3_l.png");
}
.box3_cont_r{
    padding: 130px 70px 0;
    background-image: url("box3_r.png");
}
.box3_cont p{
    line-height: 30px;
    font-size: 20px;
    text-align: justify;
    color: #EBD9AD;
}
.box4_cont_box{
    background-image: url("box4_c.png");
    background-size: auto 100%;
    height: 433px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box4_l{
    width: 510px;
    height: 360px;
    box-sizing: border-box;
    padding: 10px;
    background: #C91014;
    border: 2px solid #EBD9AD;
    border-radius: 10px;
}
.inner_box4_l{
    width: 100%;
    height: 100%;
    background: #F4E0BB;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}
.inner_box4_l  .swiper-button-prev.swiper-button-white.prev {
    width: 40px;
    height: 40px;
    background-image: url("box4_prev.png") ;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inner_box4_l  .swiper-button-next.swiper-button-white.next {
    width: 40px;
    height: 40px;
    background-image: url("box4_next.png") ;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inner_box4_l  .swiper-button-prev.swiper-button-white.prev:hover{
    background-image: url("box4_prev_hover.png");
}
.inner_box4_l  .swiper-button-next.swiper-button-white.next:hover{
    background-image: url("box4_next_hover.png");
}
.inner_box4_l .swiper-container{
    margin: 0 auto;
    width: 430px;
}
.box4_l_img{
    width: 430px;
}
.box4_l_img img{
    display: block;
    width: 100%;
}
.box4_r{
    width: 510px;
    height: 360px;
    box-sizing: border-box;
    background-image: url("box4_r.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}
.inner_box4_r{
    width: 282px;
    padding: 20px 0 20px 20px;
    border-radius: 10px;
    background: #C91014;
    border: 2px solid #EBD9AD;
    box-shadow: 0px 0px 40px 0px rgba(110, 27, 11, 0.78);
    height: 100%;
    box-sizing: border-box;
}
.inner_box4_r p{
    line-height: 28px;
    font-size: 20px;
    color: #fff;
}
.course_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.course_list li{
    background-image: url("poster_bg.png");
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 376px;
    height: 258px;
}
.course_list li a{
    width: 295px;
    display: block;
}
.course_list li a img{
    display: block;
    width: 100%;
}
.city_list li{
    float: left;
    width: 140px;
    margin: 10px 5px;
    line-height: 55px;
    border-radius: 27px;
    font-size: 26px;
    box-shadow: 0px 12px 8px 0px rgba(0, 0, 0, 0.35);
    transition: all .5s;
    text-align: center;
    background-image: url("city.png");
    background-size: 100%;
}
.city_list li a{
    display: block;
    color: #FFEEC7;
}
.city_list li:hover{
    transform: translateY(-10px);
    background-image: url("city_hover.png");
}
.city_list li:hover a{
    color: #C91014;
}
.fixed_nav{
    display: none;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 257px;
    background-image: url("fixed_bg.png");
    background-size: 100%;
}
.close{
    display: block;
    cursor: pointer;
    width: 20px;
    right: 0;
    top: -30px;
    position: absolute;
}
.fixed_nav ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fixed_nav li{
    width: 100px;
    line-height: 34px;
    border-radius: 18px;
    font-size: 19px;
    margin: 5px 0;
    text-align: center;
    background: #C91014;
    border: 2px solid #E65E4E;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.35);
}
.fixed_nav li a{
    display: block;
    color: #FFEEC7;
}
.fixed_nav li:hover{
    background: #20548E;
}
.mv{width:72%;overflow: hidden;margin: 0 auto;margin-top: -30px;border-left: 20px solid #ac0000;border-right: 20px solid #ac0000;box-shadow: -20px 0px 0px #c60000,20px 0px 0px #c60000;border-radius: 1em;}
.mv video{width:100%;}
table.tx{margin-top: 1em;}
table.tx tr td{ border: 1px solid #b43e2e;color: #282828;padding: .8em .3em;}
table.tx tr th{ border: 1px solid #b43e2e;color: #9d0e08;background: #fddcb8;padding: 0 .3em;}
table.tx tr{background: #fefbf7;}
table.tx tr td:nth-last-child(1){text-align:left; width:60%}
table.tx tr td:nth-last-child(2){ text-align: left;width: 15%;}
table.tx tr td:nth-last-child(3){width:15%;text-align:center; }
table.tx tr td:nth-last-child(4){width:8%; text-align:center;}
.box2_tab a{width: 190px;margin: 0 auto;line-height: 65px;border-radius: 27px;font-size: 26px;box-shadow: 0px 12px 8px 0px rgba(0, 0, 0, 0.35);transition: all .5s;text-align: center;background-image: url("city.png");background-size: 100% 100%;display: block;color: white;}
.box2_tab a:hover{background-image: url("city_hover.png");color: red;}
table.jt{margin-top: 1em;width: 100%;}
table.jt tr td{ border: 1px solid #0057a4;color: #fddcb8;padding: 0 .3em;}
table.jt tr th{ border: 1px solid #b43e2e;color: #fff;background: #c91014;padding: 0 .3em;}
table.jt tr{background: #054884;}
table.jt tr:hover{background:#043b6c;}
table.jt tr td:nth-of-type(1){ width: 8%;text-align: center;background: #043b6c;border: 1px solid #0057a4;}
table.jt tr td:nth-of-type(2){ text-align: center;width: 8%;}
table.jt tr td:nth-of-type(3){ width: 20%;}
table.jt tr td:nth-of-type(4){ }
table.jt tr td:nth-of-type(5){ width: 22%;}
table.jt tr td:nth-of-type(6){ }
 .jiebao {
      width: 100%;
      height: 100%;
    }
  .jiebao .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.jiebao .swiper-slide img{border:6px solid #c6d7e4;  box-shadow: 0px 0px 20px #04146a;}
	.jiebao .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
.box4_cont_box video{ border:5px solid #0b4480;border-radius: 1em;}





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

    html {
        font-size: 20px;
    }
/* 	.mv video{
		margin-top: -7rem;
	} */
    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("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;
    }

    .box_container{
        padding: 1rem 0;
    }



    .banner_box{
        background-size: auto 100%;
        height: 12rem;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_center{
        background-size: auto 100%;
        width: 15rem;
        height: auto;
        padding: .4rem 0;
    }
    .banner_box h3{
        top: -.65rem;
        width: 9rem;
        line-height: 1.3rem;
        border-radius: .65rem;
        font-size: .8rem;
    }
    .banner_box h1{
        height: 6rem;
        margin: 0 auto -.9rem;
    }
    .banner_box h2{
        box-shadow: 0 .2rem 0 #99cceb;
        border-radius: .2rem;
        width: 10rem;
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .banner_box p{
        font-size: .7rem;
        margin-top: .4rem;
        line-height: 1rem;
    }
    .banner_dl{
        font-size: .7rem;
        right: -1.8rem;
        width: 1.7rem;
        line-height: 1.7rem;
        height: 7.95rem;
        padding-top: 1.7rem;
    }
    .odd_box,
    .even_box{
        background-size: auto 100%;
    }
    .box1{
        padding-bottom: 1rem;
    }
    .box1>.container{
        background-size: auto 100%;
        margin-top: 0;
        height: auto;
    }
    .box1_title{
        line-height: 3rem;
        font-size: 1rem;
    }
    .box1_cont_top{
        margin-bottom: .4rem;
    }
    .box1_title_s{
        width: 6.8rem;
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .vs{
        width: 3rem;
        margin: 0 .5rem;
    }
    .box1_cont_row{
        margin-bottom: .2rem;
    }
    .box1_cont_text{
        padding: .1rem;
        width: 7rem;
        height: 4rem;
        border-radius: .2rem;
    }
    .box1_cont_text_l{
        color: #C91014;
        background: #fafc3f;
    }
    .box1_cont_text_r{
        color: #201449;
        background: #ffeec7;
    }
    .box1_cont_title{
        width: 3rem;
        height: 3rem;
        margin: 0 .1rem;
    }
    .box1_cont_text p{
        font-size: .65rem;
        line-height: .9rem;
    }
    .box1_cont_title p{
        font-size: .6rem;
        line-height: .9rem;
    }
    .box_title{
        line-height: 3rem;
        font-size: 1rem;
        margin-bottom: .4rem;
    }
    .box2{
        background-size: auto 100%;
    }
    .box2_tab{
        margin-bottom: .5rem;
    }
    .box2_tab li{
        margin: 0 -.2rem;
        width: 8.5rem;
        line-height: 1.6rem;
        font-size: .65rem;
    }
    .box2_cont_box{
        margin-bottom: 2rem;
    }
    .box2_cont_list{
        border-left: .1rem solid #ebd9ad;
        border-bottom: .1rem solid #ebd9ad;
        padding: .75rem 1.25rem 0 .87rem;
    }
    .box2_cont_list::before{
        width: .8rem;
        height: .7rem;
        top: -.1rem;
        left: -.45rem;
    }
    .box2_cont_list::after{
        width: .7rem;
        height: .8rem;
        bottom: -.35rem;
        right: 0;
    }
    .box2_cont_list li{
        width: 2rem;
        height: 6rem;
        border-radius: .25rem .25rem 0 0;
    }
    .box2_cont_list li h5{
        line-height: .9rem;
        font-size: .7rem;
    }
    .box2_cont_circle{
        bottom: -1.3rem;
        width: 1rem;
        height: 1rem;
        padding: .1rem;
    }
    .box2_cont_circle span{
        line-height: .8rem;
    }
    .box2_cont_bar{
        border-radius: .25rem .25rem 0 0;
    }
    .box2_cont_list1{
        width: 100%;
    }
    .box2_cont_list2{
        width: 80%;
    }
    .box2_cont_list li:nth-child(1) .box2_cont_bar{
        height: 1rem;
    }
    .box2_cont_list li:nth-child(2) .box2_cont_bar{
        height: 1.5rem;
    }
    .box2_cont_list li:nth-child(3) .box2_cont_bar{
        height: 2rem;
    }
    .box2_cont_list li:nth-child(4) .box2_cont_bar{
        height: 2.5rem;
    }
    .box2_cont_list li:nth-child(5) .box2_cont_bar{
        height: 3rem;
    }
    .box2_cont_list li:nth-child(6) .box2_cont_bar{
        height: 3.5rem;
    }
    .box2_cont_text{
        bottom: -1rem;
        width: 5rem;
        padding: .2rem 0;
        border-radius: .2rem;
    }
    .box2_cont_text p{
        line-height: .8rem;
        font-size: .6rem;
    }
    .box2_center{
        height: auto;
        display: block;
        padding: 1rem 0;
    }
    .box2_c_box{
        width: 18rem;
/*         height: 13.9rem; */
        margin: 0 auto;
    }
    .box2_cl{
        margin-bottom: 1.5rem;
        padding-top: 2rem;
    }
    .box2_cr{
        padding-top: 1rem;
    }
    .box2_c_title{
        top: -.65rem;
        width: 10rem;
        line-height: 1.3rem;
        border-radius: .65rem;
        font-size: .75rem;
    }
    .box2_cl_c{
        height: 9.5rem;
    }
    .box2_cl_c::before{
        width: 9rem;
        height: 9rem;
    }
    .box2_cl_ct{
        font-size: .7rem;
        line-height: .8rem;
    }
    .box2_cl_row span{
        padding: 0 .2rem;
        min-width: 3rem;
        line-height: 1rem;
        border-radius: .6rem;
    }
    .box2_cl_row:nth-child(2),
    .box2_cl_row:nth-child(4){
        padding: 0 3rem;
        justify-content: space-between;
    }
    .box2_cl_row:nth-child(3){
        padding: 0 .2rem;
        justify-content: space-between;
    }
    .box2_cr_top{
        line-height: 1rem;
        font-size: .6rem;
    }
    .box2_cr_c{
        margin-top: .5rem;
        height: 8rem;
        margin-bottom: 1rem;
    }
    .box2_cr_c::before{
        width: 8rem;
        height: 8rem;
    }
    .box2_cr_c p{
        width: 5rem;
        line-height: 1rem;
        margin: .1rem 0;
        font-size: .7rem;
    }
    .box2_cr_bottom{
        line-height: .8rem;
        font-style: .6rem;
    }
    .box2_bottom{
        height: auto;
        margin-top: 1rem;
        padding: .5rem 0;
		white-space: normal;
    }
    .box2_b_tit{
        width: 10rem;
        line-height: 1.3rem;
        border-radius: .65rem;
        font-size: .75rem;
        margin: 0 auto .5rem;
    }
    .box2_bc{
        display: block;
    }
    .box2_bc p{
        font-size: .7rem;
        line-height: 1rem;
    }
    .box2_bc p br{
        display: none;
    }
    .box2_bcc{
        width: 100%;
        height: 5.8rem;
        padding: .8rem 1.2rem;
        margin: .4rem 0;
    }
    .box2_bcc h5{
        width: 5rem;
        height: 2rem;
    }
    .box2_bcc h5 span{
        font-size: .7rem;
        line-height: .9rem;
    }
    .box3_box{
        display: block;
    }
    .box3_cont{
        margin: 0 auto ;
        width: 100%;
        height: 10.6rem;
    }
    .box3_cont_l{
        margin-bottom: 1rem;
        padding: 1.625rem 1.75rem 0;
    }
    .box3_cont_r{
        padding: 4rem 1.75rem 0;
    }
    .box3_cont p{
        line-height: .9rem;
        font-size: .7rem;
    }
    .box4_cont_box{
        height: auto;
        display: block;
    }
    .box4_l{
        width: 100%;
        height: auto;
        padding: .3rem;
        border-radius: .3rem;
    }
    .inner_box4_l{
        padding: .3rem;
        border-radius: .3rem;
    }
    .inner_box4_l  .swiper-button-prev.swiper-button-white.prev {
        width: 1.2rem;
        height: 1.2rem;
    }
    .inner_box4_l  .swiper-button-next.swiper-button-white.next {
        width: 1.2rem;
        height: 1.2rem;
    }
    .inner_box4_l .swiper-container{
        width: 15rem;
    }
    .box4_l_img{
        width: 15rem;
    }
    .box4_r{
        width: 100%;
        height: auto;
    }
    .inner_box4_r{
        width: 14em;
        padding: .5rem;
        border-radius: .3rem;
    }
    .inner_box4_r p{
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .course_list{
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .course_list li{
        width: 49%;
        height: 6.2rem;
    }
    .course_list li:nth-last-child(1){
        margin: .3rem 25.5%;
    }
    .course_list li a{
        width: 80%;
    }
    .city_list li{
        width: 24%;
        margin: .1rem .5%;
        line-height: 1.7rem;
        border-radius: .85rem;
        font-size: .7rem;
        box-shadow: 0px .2rem .1rem 0px rgba(0, 0, 0, 0.35);
    }
    .city_list li:hover{
        transform: translateY(0);
    }
    .box4_cont_box{padding:.5em 0;background-size: 100% 100%;}
    .box4_cont_box video{width:90%; display:block; margin:0 auto;border: 2px solid #efd9a7;border-radius: 0;}
}