body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,option,p,blockquote,th,td{margin:0;padding:0;}
* {outline: 0 none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul li{list-style: none;}
a{color:black;outline:0 none;text-decoration: none;cursor:pointer;}
img{border:0;}

body{
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    /* font-family: "OPPOSans","PingFang"; */
    font-size: 15px;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.wrapper_main{
    width: 100%;
    margin: 0 auto;
}


/*header*/
.home_header{
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 5px;
    left: 0;
    z-index: 99;
    transition: all .50s;
}
.home_header::after{
    content: " ";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    left: 0;
    bottom: 0;
}
.home_header_con{
    width: 100%;
    height: auto;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.home_header_con .logo{
    float: left;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}
.home_header_con .logo a{
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}
.home_header_con .logo a img{
    display: block;
    width: auto;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .50s;
}
.home_header_con .logo a .header_logo_y{
    opacity: 0;
}
.home_header_con .right{
    float: right;
    width: auto;
    height: auto;
}
.home_header_con .right .nav{
    width: auto;
    height: auto;
    float: right;
    box-sizing: border-box;
}
.home_header_con .right .nav ul li{
    float: left;
    margin: 0 15px;
    height: auto;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
}
.home_header_con .right .nav ul li:last-child{
    margin-right: 0;
}
.home_header_con .right .nav ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 5px;
    position: relative;
    transition: all .50s;
}
.home_header_con .right .nav ul li a::after{
    content: " ";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.home_header_con .right .nav ul li:hover a::after{
    opacity: 1;
    width: 100%;
}
.home_header_con .right .nav ul li.active a::after{
    opacity: 1;
    width: 100%;
}


.header_active {
    padding: 8px 0;
    border-bottom: none;
    background: #fff;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 25%);
    top: 0;
}
.header_active .home_header_con .right .nav ul li a{
    color: #333;
}
.header_active .home_header_con .logo a img{
    opacity: 0;
    transition: all .50s;
}
.header_active .home_header_con .logo a .header_logo_y{
    opacity: 1;
    transition: all .50s;
}
.header_active .home_header_con .right .nav ul li:hover a{
    color: #ef642d;
}
.header_active .home_header_con .right .nav ul li a::after{
    background: #ef642d;
}
.header_active .home_header_con .right .nav ul li.active a{
    color: #ef642d;
}

.home_header_con .right .nav ul li .hearder_level_nav{
    width: 700px;
    height: auto;
    min-height: 300px;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .5);
    border-radius: 15px;

    position: absolute;
    top: 80px;
    left: 0;

    transition: 0.5s ease-in-out;
    display: none;
}
.home_header_con .right .nav ul li:nth-child(4) .hearder_level_nav {
    left: 50%;
    margin-left: -350px;
}
.home_header_con .right .nav ul li:nth-child(6) .hearder_level_nav{
    left: 50%;
    margin-left: -350px;
}

.home_header_con .right .nav ul li .hearder_level_nav .pic_box{
    float: left;
    width: 56%;
    height: auto;
    padding-right: 45px;
    box-sizing: border-box;
    border-right: 1px solid #f1f2f7;
    box-sizing: border-box;
}
.home_header_con .right .nav ul li .hearder_level_nav .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.home_header_con .right .nav ul li .hearder_level_nav .text{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    
    font-size: 14pt;
    color: #555;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
}
.home_header_con .right .nav ul li .hearder_level_nav .level_box{
    float: left;
    width: 44%;
    height: auto;
    padding-left: 35px;
    box-sizing: border-box;
}
.home_header_con .right .nav ul li .hearder_level_nav ul li{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.home_header_con .right .nav ul li .hearder_level_nav a{
    float: left;
    color: #ef642d;
    font-weight: 500;
    font-size: 14pt;
    margin: 3px 0;
}
.home_header_con .right .nav ul li .hearder_level_nav a::after {
    content: " ";
    width: 0;
    height: 2px;
    background: #ef642d;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.home_header_con .right .nav ul li .hearder_level_nav a:hover::after{
    opacity: 1;
    width: 100%;
}
.home_header_con .right .nav ul li .hearder_level_nav ul li.active a::after{
    opacity: 1;
    width: 100%;
}


/* banner */
.section_banner{
    width: 100%;
    height:auto;
    position: relative;
}
.section_banner::after {
    content: " ";
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/headerbg3.png) 0% 0% / 100% 100%;
    transition: 1s;
    z-index: 2;
}

.section_banner .swiper-wrapper{
    width: 100%;
    height: auto;
}
.section_banner .swiper-wrapper{
    width: 100%;
    height: auto;
}
.section_banner .swiper-wrapper .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.section_banner .swiper-wrapper .swiper-slide img{
     float: left;
    display: block;
    width: 100%;
    height: auto;
}

.section_banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 0.35;
}
.section_banner .swiper-pagination-bullet-active{
    background: #ef642d;
    opacity: 1;
}



/*home_banner_num*/
.home_banner_num{
    width: 24px;
    height: 120px;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -60px;
    text-align: center;
    z-index: 99;
}
.home_banner_num a{
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer;
    margin: 15px 0;
    background: url("../images/home_banner_dian.png") no-repeat center center;
}
.home_banner_num a.selected{
    background: url("../images/home_banner_dian_hover.png") no-repeat center center;
}





/* home_main */
.home_main{
    width: 100%;
    height: auto;
    min-height: 600px;
    position: relative;
    /* padding-bottom: 120px; */
    box-sizing: border-box;
}

.section_container_con{
    max-width: 1430px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.section_title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.section_title_box h2{
    font-size: 32px;
    color: #333333;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
}




/* home_section1 */
.home_section1{
    width: 100%;
    min-height: 130px;
    margin: 0 auto;
    background: #ef642d;
    /* display: none; */
    padding: 40px 0;
    box-sizing: border-box;
}
.home_section1 .section_container_con{
    max-width: 1550px;
    position: relative;
}
.home_section1 .home_title_box{
    display: none;
}
.home_section1_list{
    width: 100%;
    height: auto;
    /* background-color: #fff;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.08); */
   
    z-index: 9;
    padding-left: 20px;
    box-sizing: border-box;
}
.home_section1_list ul li{
    float: left;
    width: 12.5%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.home_section1_list ul li .icon_box{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}
.home_section1_list ul li .icon_box img{
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto;
}
.home_section1_list ul li .text_box .pic_box{
    display: none;
}
.home_section1_list ul li .text_box{
    width: 100%;
    height: 30px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.home_section1_list ul li .text_box h3{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}
.home_section1_list ul li .text_box p{
    font-size: 15pt;
    color: #fff;
    line-height: 30px;
}

/* .home_section1_list ul li:after{
    position:absolute;
    left:0;
    top:-6%;
    content:'';
    display:block;
    width:100%;
    height:112%;
    background: #15b4bc;
    transition:all .4s;
    border-radius: 10px;
    opacity: 0;
} */

/* .home_section1_list ul li:hover:after{
    box-shadow:0 3px 15px rgba(0,0,0,.1);
    transform:scale(1.035);
    opacity: 1;
    z-index: 2;
}
.home_section1_list ul li:hover .num_box p{
    color: #fff;
}
.home_section1_list ul li:hover .text_box p{
    color: #fff;
} */


.videoshadow{position:fixed;z-index:999;width:100%;height:100%;left:0px;top:0px;background:url(../images/bg_videoshadow.png) repeat;}
.videobox {position: absolute;width: 0px;height: 2px;margin: -250px 0 0 -445px;left: 50%;top: 50%;background: #000;overflow: hidden;}
.videobox .close{position:absolute;top:5px;right:5px;width:26px;z-index: 9;height:26px;background:url(../images/close.png) no-repeat;cursor:pointer;}
.videobox .fullscreen{position:absolute;bottom:5px;right:5px;width:32px;z-index: 9;height:32px;background:url(../images/fullscreen.png) no-repeat;cursor:pointer;}
.videobox #video{background:url(../images/loading.gif) no-repeat center center #000;}




/* global_banner_animation */
.global_banner_animation{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.global_banner_animation .banner_animation {
    display: block;
    width: 100%;
    height: 9em;
    max-height: 100vh;
    margin: 0;
}
.global_banner_animation .parallax{
    display: block;
    width: 100%;
}
.global_banner_animation .parallax > use {
    animation: move_forever 8s linear infinite;
}
.global_banner_animation .parallax > use:nth-child(1) {
    animation-delay: -2s;

    fill: rgba(0, 187, 172, 0.70);
}
.global_banner_animation .parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;

    fill: rgba(0, 122, 195, 0.70);
}

@keyframes move_forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

.home_section1 .global_banner_animation .banner_animation{
    width: 100%;
    height: 18em;
    max-height: 100vh;
}
.home_section1 .global_banner_animation .parallax > use {
    animation: security_move_forever 8s linear infinite;
}
.home_section1 .global_banner_animation .parallax > use:nth-child(1) {
    animation-delay: -2s;
    fill: rgba(34, 88, 84, 0.038);
}
.home_section1 .global_banner_animation .parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
    fill: rgba(0, 122, 195, 0.038);
}

@keyframes security_move_forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}




.home_title_box{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}
.home_title_box .title {
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #ef642d;
    line-height: 50px;
    font-weight: normal;
    text-align: left;
    font-family: '斗鱼追光体';
}
.home_title_box img{
    display: block;
    width: 200px;
    height: auto;
}
.home_title_box .text {
   width: 100%;
    height: auto;
    font-size: 20px;
    color: #c6c5c5;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
}


/* home_about_container */
.home_about_container {
    width: 100%;
    height: auto;
    padding-top: 95px;
    padding-bottom: 95px;
    box-sizing: border-box;
    position: relative;
    /* background: url(../images/section_gywm_bg.jpg) no-repeat center center;
    background-size: cover; */
}
.home_about_box{
    width: 100%;
    height: auto;
}
.home_about_text{
    float: left;
    width: 50%;
    height: auto;
}
.home_about_text .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #555;
    line-height: 32px;
    text-align: justify;
}
.home_about_text .text_box p{
    margin-bottom: 15px;
}
.home_about_text_phone{
    display: none;
}
.home_about_text_phone_left{
    display: none;
}
.home_about_num{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.home_about_num_phone{
    display: none;
}
.home_about_num ul li{
    float: left;
    width: 20%;
    height: auto;
    text-align: center;
}
.home_about_num ul li.li_2{
    width: 18%;
}
.home_about_num ul li.li_3{
    width: 22%;
}
.home_about_num ul li.li_6{
    display: none;
}
.home_about_num ul li p{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: left;
}
.home_about_num ul li p strong{
    font-size: 28pt;
    color: #ef642d;
    font-weight: 500;
    margin-right: 5px;
}
.home_about_num ul li p span{
    font-size: 15px;
}

.home_about_contact{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.home_about_contact .link_box{
    float: left;
    width: 180px;
    height: auto;
    background: #ef642d;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14pt;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.home_about_contact .link_box:hover{
    box-shadow: 0 0 25px 1px rgb(239 100 45 / 45%);
    transition: all .2s;
}
.home_about_contact .contact_box{
    float: left;
    width: auto;
    height: auto;
    padding: 5px 10px;
    padding-left: 60px;
    box-sizing: border-box;
    margin-left: 60px;
    background: url('../images/about_contact_icon.png') no-repeat left center;
    background-size: 44px;
}
.home_about_contact .contact_box h3{
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
}
.home_about_contact .contact_box p{
    font-size: 16px;
    color: #555555;
    font-weight: 300;
    line-height: 20px;
}

.home_about_pic{
    float: left;
    width: 50%;
    height: auto;
    position: relative;
}
.home_about_pic .pic1_box{
    width: 530px;
    float: right;
    height: auto;
}
.home_about_pic .pic1_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.home_about_pic .pic2_box{
    width: 380px;
    height: auto;
    position: absolute;
    left: 50px;
    bottom: 0;
    border: 10px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.home_about_pic .pic2_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.home_about_pic .pic2_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    /* border: 20px solid #fff; */
    /* box-sizing: border-box; */
}
.about_video_box{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    right: 480px;
    z-index: 9;
}
.about_video_box_phone{
    display: none;
}
.about_video_play{
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.about_video_play img{
    display: block;
    width: 80px;
    height: 80px;
}

.sidebar_punctuation_box {
    width: 90px;
    height: 90px;
    top: -5px;
    left: 5px;
    position: absolute;
    z-index: -1;
  }
  
  .sidebar_punctuation_box .dot {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 5px solid transparent;
    border-radius: 50%;
    z-index: 4;
  }
  
  .sidebar_punctuation_box .pulse {
    position: absolute;
    width: 110px;
    height: 110px;
    left: -10px;
    top: -10px;
    /* border: 10px solid rgba(114, 247, 237, 0.18); */
  
    background: linear-gradient(88deg, #ef642d, #ef642d, #ef642d);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: warn 2.5s linear;
    animation: warn 2.5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .sidebar_punctuation_box .pulse1 {
    position: absolute;
    width: 140px;
    height: 140px;
    left: -25px;
    top: -25px;
    /* border: 10px solid rgba(114, 247, 237, 0.18); */
    background: linear-gradient(88deg, #ef642d, #ef642d, #ef642d);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: warn 2.5s linear;
    animation: warn 2.5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  @-webkit-keyframes warn {
    0% {
      -webkit-transform: scale(0.8);
      opacity: 0.28;
    }
  
    25% {
      -webkit-transform: scale(0.9);
      opacity: 0.23;
    }
  
    50% {
      -webkit-transform: scale(0.95);
      opacity: 0.18;
    }
  
    75% {
      -webkit-transform: scale(1);
      opacity: 0.13;
    }
  
    100% {
      -webkit-transform: scale(1.05);
      opacity: 0;
    }
  }
  
  @keyframes warn {
    0% {
      -webkit-transform: scale(0.8);
      opacity: 0.28;
    }
  
    25% {
      -webkit-transform: scale(0.9);
      opacity: 0.23;
    }
  
    50% {
      -webkit-transform: scale(0.95);
      opacity: 0.18;
    }
  
    75% {
      -webkit-transform: scale(1);
      opacity: 0.13;
    }
  
    100% {
      -webkit-transform: scale(1.05);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: scale(1.05);
      opacity: 0;
    }
  }


  .home_student_container .home_title_box img{
     margin:  0 auto;
    }
    .home_student_container .home_teachers_text{
        text-align: center;
    }
    
/* home_campus_style_container */
.home_teachers_container {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    box-sizing: border-box;
    position: relative;
    /* background: #f1f2f7; */
    background: rgba(239, 100, 45, 0.08);

    /* background: url(../images/st_bg1.png) no-repeat center center;
    background-size: cover; */

    /* background: url(../images/teachers_banner.jpg) no-repeat center center;
    background-size: cover; */
}
.home_teachers_container .home_title_box img{
    margin:  0 auto;
}
.home_teachers_container .home_title_box .title{
    text-align: center;
}
.home_teachers_container .home_title_box .text{
    text-align: center;
}
.home_teachers_box{
    width: 100%;
    height: auto;
}
.home_teachers_box .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 100px;
    box-sizing: border-box;
    display: none;
}
.home_teachers_box .right_box{
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.home_teachers_box .text_box{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #555;
    line-height: 24px;
    text-align: justify;
}
.home_teachers_box .text_box p{
    margin-bottom: 15px;
}
.home_teachers_box .logo_pic_box{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.home_teachers_box .logo_pic_box ul li{
    float: left;
    width: 33.333333%;
    height: auto;
    margin: 20px auto;
}
.home_teachers_box .logo_pic_box ul li img{
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
}

.home_teachers_box .teachers_list{
    width: 100%;
    height: auto;
}

.home_teachers_box .teachers_list ul{
    margin: 0 -2%;
}
.home_teachers_box .teachers_list ul li{
    float: left;
    width: 21%;
    height: auto;
   position: relative;
   margin: 2%;
    margin-bottom: 25px;
    /* background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    padding-left: 240px;
    padding-right:30px;
    z-index: 1; */
}
.home_teachers_box .teachers_list ul li .con{
    width: 100%;
    height: auto;
    min-height: 260px;
    background: rgba(255, 255, 255, 0.90);
    border-radius: 15px;
    /* padding: 15px; */
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.home_teachers_box .teachers_list ul li::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(239, 100, 45, 0.95);
    border: 2px solid #ef642d;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 10px;
}
.home_teachers_box .teachers_list ul li .text_box{
    width: 100%;
    height: 90px;
    background: #f1f2f7;
   
    padding: 25px 30px;
    padding-top: 35px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.home_teachers_box .teachers_list ul li .text_box .text{
    display: none;
}
.home_teachers_box .teachers_list ul li .text_box .kc{
    width: 100px;
    height: 40px;
    background: #ef642d;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    top: -25px;
    left: 0;
    border-left: 25px solid #18197d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 1;
}
.home_teachers_box .teachers_list ul li .title strong{
    font-size: 22px;
    color: #ef642d;
    font-weight: 500;
    margin-right: 10px;
}
.home_teachers_box .teachers_list ul li .title span{
    font-size: 16px;
    color: #000;
}
.home_teachers_box .teachers_list ul li .pic_box{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.home_teachers_box .teachers_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}

.home_teachers_text{
    width: 100%;
    height: auto;
    padding: 0 20px;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #ef642d;
    line-height: 30px;
    text-align: justify;
}






.online_message_container{
    display: none;
}







/* home_campus_style_container */
.home_campus_style_container {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    position: relative;
    /* background: #ef642d; */
}
.home_campus_style_box{
    width: 100%;
    height: auto;
}

.home_campus_style_list{
    width: 100%;
    height: auto;
}
.home_campus_style_list ul{
    margin: 0 -0.5%;
}
.home_campus_style_list ul li{
    float: left;
    width: 13.2857%;
    height: 550px;
    position: relative;
    margin: 0 0.5%;
}
.home_campus_style_list ul li .pic_box{
    width: 100%;
    height: 550px;
    background: url(../images/xyfc_pic1.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.home_about_pic_box{
    display: none;
}





.fold_wrap{width:100%;height:500px;margin:40px auto 0 auto;overflow:hidden; border-radius: 20px;margin-top: 100px;}
.fold_wrap li{float:left;width:130px;height:500px;position:relative;overflow:hidden;cursor:pointer;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.3);_background:#B2B2B2;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:30px;margin:0 auto;display:block;font:26px/26px Microsoft Yahei;position:relative;padding:100px 0 0 0;line-height: 36px;}
.fold_wrap li.big{width:322px;}
.fold_wrap li .adv_intro{ width:92%; height:40px; padding:5px 4%; position:absolute;left:0; bottom:-50px;background:#37D; color:#FFF; overflow:hidden;}
.adv_intro_show{bottom:0 !important; transition:bottom 0.3s linear 0.3s; -webkit-transition:bottom 0.3s linear 0.3s;}

.pic_auto{width:100%;height:100%;}
.pic_auto1{background:url('../images/xyfc_pic1.jpg') no-repeat center 0;}
.pic_auto2{background:url('../images/xyfc_pic2.jpg') no-repeat center 0;}
.pic_auto3{background:url('../images/xyfc_pic3.jpg') no-repeat center 0;}
.pic_auto4{background:url('../images/xyfc_pic4.jpg') no-repeat center 0;}
.pic_auto5{background:url('../images/xyfc_pic5.jpg') no-repeat center 0;}
.pic_auto6{background:url('../images/xyfc_pic6.jpg') no-repeat center 0;}


.fold_wrap li .mask_b span{
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}



.fold_wrap li .mask_b{
    background: rgba(0, 0, 0, 0.4);
}
.fold_wrap li:nth-child(1) .mask_b{
    background: rgba(0, 0, 0, 0.2);
}

.fold_wrap li:nth-child(2) .mask_b{
    background: rgba(239, 100, 45, 0.85)
}
.fold_wrap li:nth-child(3) .mask_b{
    background: rgba(24, 25, 125, 0.85)
}
.fold_wrap li:nth-child(4) .mask_b{
    background: rgba(0, 255, 255, 0.85);
}
.fold_wrap li:nth-child(5) .mask_b{
    background: rgba(255, 110, 180, 0.85);
}
.fold_wrap li:nth-child(6) .mask_b{
    background: rgba(125, 41, 144, 0.85);
}




/* home_teaching_plan_container */
.home_teaching_plan_container {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    box-sizing: border-box;
    /* background: url(../images/section_jxjh_bg2.jpg) no-repeat center center;
    background-size: cover; */
    /* background: #ef642d; */
    /* background-attachment: fixed; */
    overflow: hidden;
    position: relative;
}
.home_teaching_plan_box{
    width: 100%;
    height: auto;
}
.home_teaching_plan_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    position: relative;
}
.home_teaching_plan_box .title_box .title {
    width: 100%;
    height: auto;
    font-size: 26pt;
    color: #ef642d;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: left;
}
.home_teaching_plan_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 16pt;
    color: #000;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: left;
}

.home_teaching_plan_list{
    width: 100%;
    height: auto;
}
.home_teaching_plan_list ul{
    margin: 0 -.5%;
}
.home_teaching_plan_list ul li{
    float: left;
    width: 24%;
    height: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin:  0 0.5%;
}
/* .home_teaching_plan_list ul li:nth-child(1){
    width: 20%;
}
.home_teaching_plan_list ul li:nth-child(2){
    width: 22%;
}
.home_teaching_plan_list ul li:nth-child(3){
    width: 25%;
}
.home_teaching_plan_list ul li:nth-child(4){
    width: 29%;
} */
.home_teaching_plan_list ul li .pic_box{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.home_teaching_plan_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-sizing: border-box;
}
.home_teaching_plan_list ul li .title{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 15px;
}
.home_teaching_plan_list ul li .title .text{
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}
.home_teaching_plan_list ul li .title .text strong{
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}
.home_teaching_plan_list ul li .text_box{
    display: block;
    width: 100%;
    height: 135px;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    margin-top: 10px;
}
.teaching_plan_link_box{
    display: block;
    width: 350px;
    height: auto;
    background: #ef642d;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    top: 8px;
    right: 0;
}
.teaching_plan_link_box:hover{
    box-shadow: 0 0 25px 1px rgb(239 100 45 / 45%);
    transition: all .2s;
}

.home_teachers_link_box{
    display: block;
    width: 180px;
    height: auto;
    background: #ef642d;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14pt;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
.home_teachers_link_box:hover{
    box-shadow: 0 0 25px 1px rgb(239 100 45 / 45%);
    transition: all .2s;
}



/* home_student_container */
.home_student_container {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 100px;
    box-sizing: border-box;
    position: relative;
    background: #f1f2f7;
    background: rgba(239, 100, 45, 0.08);
    /* background: url(../images/st_bg1.png) no-repeat center center;
    background-size: cover; */
}
.home_student_box .home_title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    text-align: center;
}
.home_student_box .home_title_box .title{
    text-align: center;
}
.home_student_box .home_title_box .text{
    text-align: center;
}
.home_student_box{
    width: 100%;
    height: auto;
}
.student_page_list{
    width: 100%;
    height: auto;
}
.student_page_list ul{
    margin: 0 -2%;
}
.student_page_list ul li{
    float: left;
    width: 29.333333%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    margin: 2%;
    padding-right: 190px;
    box-sizing: border-box;
    position: relative;
    /* overflow: hidden; */
}
.teaching_section_box .student_page_list ul{
    margin: 0 -2%;
}
.teaching_section_box .student_page_list ul li{
    width: 46%;
     margin: 2%;
}
.student_page_list ul li::after{
    content: " ";
    width: 100%;
    height: 100%;
    /* background: rgba(239, 100, 45, 0.95); */
    background: #e5e6ed;
    /* border: 2px solid #ef642d; */
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 6px;
}
.student_page_list ul li:hover::after{
     background: #ef642d;
     transition: 0.5s ease-in-out;
}
.student_page_list ul li .pic_obx{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.student_page_list ul li .pic_obx img{
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
} 
.student_page_list ul li .text_box{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}
.student_page_list ul li .text_box p span{
    color: #ef642d;
    font-weight: bold;
}
.student_page_list ul li .student_title_box{
    width: 190px;
    height: 100%;
    padding: 15px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.student_page_list ul li .text_box h2{
    font-size: 20px;
    color: #333;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 5px;
    /* font-family: '斗鱼追光体'; */
}
.student_page_list ul li .student_title_box h3{
    font-size: 15px;
    color: #ef642d;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    font-family: '斗鱼追光体';
}
.student_page_list ul li .student_title_box h4{
    font-size: 20px;
    color: #ef642d;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    font-family: '斗鱼追光体';
}

.results_page .student_page_list ul li .student_title_box{
    padding-top: 20px;
}
.results_page .student_page_list ul li .text_box p{
    padding: 2px 0;
}


/* 
.home_student_box .home_title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    text-align: center;
}
.home_student_box .home_title_box .title{
    text-align: center;
}
.home_student_box .home_title_box .text{
    text-align: center;
}
.home_student_box .title_box {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.home_student_box .title_box .title {
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 10px;
}
.home_student_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #555;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 30px;
}
.home_student_list{
    width: 100%;
    height: auto;
}
.home_student_list ul{
    margin: 0 -7%;
}
.home_student_list ul li{
    float: left;
    width: 36%;
    height: 500px;
    padding: 20px;
    padding-right: 25px;
    box-sizing: border-box;
    position: relative;
    margin: 0 7%;
    border-radius: 6px;
}
.home_student_list ul li::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: #ef642d;
    position: absolute;
    top: 0;
    left: 0;
}
.home_student_list ul li::before{
    content: " ";
    width: 50%;
    height: 100%;
    background: #ef642d;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.home_student_list ul li .li_con{
    width: 100%;
    height: auto;
    position: relative;
}
.home_student_list ul li .con{
    width: 300px;
    height: 400px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: -100px;
    z-index: 1;
    
    box-sizing: border-box;
    border-radius: 6px;
}
.home_student_list ul li .li_con::before{
    content: " ";
    width: 100%;
    height: 100%;
    background: #18197d;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 6px;
}
.home_student_list ul li .con .pic_box{
    width: 100%;
    height: auto;
}

.home_student_list ul li .con .pic_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: #ef642d;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 6px;
    display: none;
}
.home_student_list ul li .con .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}
.home_student_list ul li .con .text_box{
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}
.home_student_list ul li .con .text_box .name{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #ef642d;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.home_student_list ul li .con .text_box .name span{
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
}
.home_student_list ul li .con .text_box .title{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #18197d;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.home_student_list ul li .con .text_box .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}
.home_student_list ul li .con .text_box .text span{
    margin-right: 5px;
} */




.bg .swiper-container {
    width: 100%;
 height: auto;
  }
  .bg  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 450px;
    border-radius: 10px;
  }
  .bg .bgImg{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
  }
  .bg .shadow{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.3);
    height: 100%;
    text-align: center;
    line-height: 270px;
    color: #ffffff;
    font-size: 30px;
    display: none;
    border-radius: 10px;
  }



  .home_student_container .bg .text_box{
    width: 100%;
    height: auto;
    padding: 15px 25px;
    box-sizing: border-box;
    background: #f1f2f7;
    position: absolute;
    left: 0;
    bottom: 0px;
    /* border: 1px solid #ef642d;
    box-sizing: border-box; */
}
.home_student_container .bg .text_box .name{
    width: 100%;
    height: auto;
    font-size: 18pt;
    color: #ef642d;
    line-height: 30px;
    font-weight: 500 !important;
    margin-bottom: 5px;
}
.home_student_container .bg .text_box .name strong{
    font-weight: 500 !important;
}
.home_student_container .bg .text_box .name span{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-left: 10px;
}
.home_student_container .bg .text_box .title{
    width: 100%;
    height: auto;
    font-size: 16pt;
    color: #ef642d;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.home_student_container .bg .text_box .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}
.home_student_container .bg .text_box .text span{
    margin-right: 5px;
}






.exhibitions_page_conter{
    width: 100%;
    height: auto;
    position: relative;
    /* padding-left: 150px; */
    box-sizing: border-box;
}
.exhibitions_page_conter .swiper-wrapper{
    width: 100%;
    height: auto;
}
.exhibitions_page_conter .gallery_thumbs{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.exhibitions_page_conter .gallery_thumbs:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 0%;
    border-top: 2px dashed #ef642d;
    /* background-color: #ef642d; */
}
.exhibitions_page_conter .gallery_thumbs .swiper-slide{
    float: left;
    width: 16.555555%;
    height: auto;
    cursor: pointer;
    padding: 15px 0;
    box-sizing: border-box;
}
.exhibitions_page_conter .gallery_thumbs .swiper-slide h3{
    font-size: 24px;
    color: #000;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    text-align: center;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}
.exhibitions_page_conter .gallery_thumbs .swiper-slide h4{
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    text-align: center;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
.exhibitions_page_conter .gallery_thumbs .swiper-slide p{
    font-size: 18pt;
    color: #000;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    text-align: center;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    margin-bottom: 0px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}

.exhibitions_page_conter .gallery_thumbs .swiper-slide-thumb-active h3{
    color: #ef642d;
}
.exhibitions_page_conter .gallery_thumbs .swiper-slide-thumb-active h4{
    color: #000;
}

.exhibitions_page_conter .gallery_thumbs .dian_box {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 auto;
}
.exhibitions_page_conter .gallery_thumbs .dian_box .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ef642d;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 2px solid #ef642d;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 4;
}
  
.exhibitions_page_conter .gallery_thumbs .dian_box .pulse {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -7px;
    top: -7px;
  
    background: #ef642d;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: warn 2.5s linear;
    animation: warn 2.5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: none;
}
.exhibitions_page_conter .gallery_thumbs .dian_box .pulse1 {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -12px;
    top: -12px;
    background: #ef642d;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: warn 2.5s linear;
    animation: warn 2.5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: none;
}
  
  @-webkit-keyframes warn {
    0% {
      -webkit-transform: scale(0.8);
      opacity: 0.28;
    }
  
    25% {
      -webkit-transform: scale(0.9);
      opacity: 0.23;
    }
  
    50% {
      -webkit-transform: scale(0.95);
      opacity: 0.18;
    }
  
    75% {
      -webkit-transform: scale(1);
      opacity: 0.13;
    }
  
    100% {
      -webkit-transform: scale(1.05);
      opacity: 0;
    }
  }
  
  @keyframes warn {
    0% {
      -webkit-transform: scale(0.8);
      opacity: 0.28;
    }
  
    25% {
      -webkit-transform: scale(0.9);
      opacity: 0.23;
    }
  
    50% {
      -webkit-transform: scale(0.95);
      opacity: 0.18;
    }
  
    75% {
      -webkit-transform: scale(1);
      opacity: 0.13;
    }
  
    100% {
      -webkit-transform: scale(1.05);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: scale(1.05);
      opacity: 0;
    }
  }



.exhibitions_page_conter .gallery_thumbs .swiper-wrapper{
   position: relative;
}

.exhibitions_page_conter .gallery_thumbs .swiper-slide-thumb-active .dian_box .dot {
    border: 2px solid #ef642d;
    background: #fff;
}
.exhibitions_page_conter .gallery_thumbs .swiper-slide-thumb-active .dian_box .pulse{
    background: #ef642d;
    display: block;
}
.exhibitions_page_conter .gallery_thumbs .swiper-slide-thumb-active .dian_box .pulse1{
    background: #ef642d;
    display: block;
}

.exhibitions_page_conter .gallery_top{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.exhibitions_page_conter .gallery_top .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box{
    width: 100%;
    height: 430px;
    position: relative;
    /* padding: 50px; */
    box-sizing: border-box;
    background: rgba(239, 100, 45, 1);
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box{
    float: right;
    width: 50%;
    height: auto;
    padding-top: 40px;
    padding-left: 40px;

    padding-right: 80px;
    box-sizing: border-box;

}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box h3{
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    font-weight: 500;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    margin-bottom: 15px;
    box-sizing: border-box;
    position: relative;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box h4{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    font-family: "Helvetica Now","Helvetica Neue",Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box .text{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    text-align: justify;
    margin-top: 30px;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box .text p{
    margin-bottom: 20px;
}


.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 40px;
    box-sizing: border-box;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box .pic_box{
    width: 100%;
    height: auto;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box ul{
    margin: 0 -1%;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box ul li{
    float: left;
    width: 48%;
    height: auto;
    margin: 1%;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box ul li .pic_box{
    width: 100%;
    height: auto;
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box ul li .pic_box{
    width: 100%;
    height: 285px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 10px 2px #f3f3f3; */
}
.exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box ul li .pic_box .pic{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
}

.exhibitions_page_conter .swiper-button-next, .exhibitions_page_conter .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.exhibitions_page_conter .swiper-button-prev{
    background: #f1f2f7 url('../images/swiper_button_prev_icon.png') no-repeat center center;
    background-size: 18px;
}
.exhibitions_page_conter .swiper-button-next{
    background: #f1f2f7 url('../images/swiper_button_next_icon.png') no-repeat center center;
    background-size: 18px;
}

.exhibitions_page_conter .swiper-button-prev:hover{
    background: #da251d url('../images/swiper_button_prev_icon_hover.png') no-repeat center center;
    background-size: 18px;
}
.exhibitions_page_conter .swiper-button-next:hover{
    background: #da251d url('../images/swiper_button_next_icon_hover.png') no-repeat center center;
    background-size: 18px;
}

.exhibitions_page_conter .swiper-button-prev{
    position: absolute;
    top: 45px;
    left: 0;
}
.exhibitions_page_conter .swiper-button-next{
    position: absolute;
    top: 45px;
    right: 0;
}






/* home_questions_container */
.home_questions_container {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    box-sizing: border-box;
    position: relative;
    display: none;
    /* background: #f1f2f7; */
}
.home_questions_box{
    width: 100%;
    height: auto;
}
.home_questions_box .left_box{
    float: left;
    width: 50%;
    height: auto;
}
.home_questions_box .right_box{
    float: left;
    width: 50%;
    height: auto;
}
.home_questions_box .title_box {
    float: left;
    width: 100%;
    height: auto;
}
.home_questions_box .title_box .title {
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 10px;
}
.home_questions_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #555;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 30px;
}
.home_questions_list{
    width: 100%;
    height: auto;
}
.home_questions_list ul li{
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #ef642d;
    box-sizing: border-box;
    cursor: pointer;
}

.home_questions_list ul li .li_con {
    display: block;
    padding: 15px 15px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.home_questions_list ul li .title {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 60px;
    padding-left: 35px;
    box-sizing: border-box;
    z-index: 1;
}
.home_questions_list ul li .title h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 26px;
}
.home_questions_list ul li .text_box {
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.home_questions_list ul li .text_box p {
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    text-align: justify;
    padding: 20px 0 0;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
}
.home_questions_list ul li .title .q {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    width: 30px;
    text-align: center;
    color: #ef642d;
}
.home_questions_list ul li .text_box .a {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    width: 30px;
    text-align: center;
}
.home_questions_list ul li.active{
    background: #ef642d;
}
.home_questions_list ul li.active .title h3 {
    color: #fff;
}
.home_questions_list ul li.active .text_box p {
    color: #fff;
}
.home_questions_list ul li.active .title .q{
    color: #fff;
}
.home_questions_list ul li.active .text_box .a{
    color: #fff;
}


/* footer */
.footer_container {
    width: 100%;
    height: auto;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    background: rgba(239, 100, 45, 0.08);
}


  @font-face {
    font-family: '阿里妈妈东方大楷';
    src: url("../font/oE0p9AN8tjr5.woff");
  }
  @font-face {
    font-family: '阿里妈妈东方大楷';
    src: url("../font/oE0p9AN8tjr5.woff2");
  }
  @font-face {
    font-family: '阿里妈妈东方大楷';
    src: url("../font/CGBMOcohuxZv.woff");
  }
  @font-face {
    font-family: '阿里妈妈东方大楷';
    src: url("../font/CGBMOcohuxZv.woff2");
  }


  @font-face {
    font-family: '阿里妈妈数黑体';
    src: url("../font/XjKHSOFusRAj.woff");
  }
  @font-face {
    font-family: '阿里妈妈数黑体';
    src: url("../font/XjKHSOFusRAj.woff2");
  }


.footer_solgan{
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #ef642d;
    /* border-radius: 8px; */
}
.footer_solgan p{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    font-size: 36px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: '斗鱼追光体';



    padding-left: 80px;
    box-sizing: border-box;
    background: url('../images/footer_solgan_icon_hover.png') no-repeat left center;
    background-size: 55px;
}

.footer_box{
    width: 100%;
    height: auto;
    /* border-top: 1px solid #ddd; */
}
.footer_box .top_box{
    width: 100%;
    height: auto;
    padding-top: 65px;
    padding-bottom: 35px;
    box-sizing: border-box;
}
.footer_left{
    float: left;
    width: 31%;
    height: auto;
}
.footer_left .logo_pic{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.footer_left .logo_pic img{
    display: block;
    width: auto;
    height: auto;
}
.footer_left p{
    font-size: 18px;
    color: #555;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 10px;
}
.footer_left p.add span{
    margin-left: 30px;
}
.footer_box .footer_nav{
    float: left;
    width: 50%;
    height: auto;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .footer_box .footer_nav ul li{
    float: left;
    width: 25%;
    height: auto;
  }
  .footer_box .footer_nav ul li p{
    display: block;
    font-size: 18px;
    color: #555;
    line-height: 30px;
    font-weight: 600;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .footer_box .footer_nav ul li a{
    display: block;
    font-size: 18px;
    color: #555;
    line-height: 24px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
  }
  .footer_box .footer_nav ul li p a{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .footer_box .footer_nav ul li a:hover{
    color: #ef642d;
  }

.footer_box .bottom_box{
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
}
.footer_box .bottom_box p{
    width: 100%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: center;
}
.footer_box .bottom_box p a{
     color: #555;
}
.footer_box .bottom_box p a:hover{
    color: #ef642d;
}
.footer_box .footer_right{
    float: right;
    width: 15%;
    height: auto;
    padding-top: 25px;
    box-sizing: border-box;
  }
  .footer_box .footer_right p{
    display: block;
    font-size: 18px;
    color: #555;
    line-height: 30px;
    font-weight: 600;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0px;
    
  }
  .footer_right .logo_pic{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
}
.footer_right .logo_pic img{
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto;
}

.phone_hearder_nav{
    display: none;
}
.home_header .nav-toggle{
    display: none;
}
.phone_bottom_nav{
    display: none;
}

.home_phone{
    display: none;
}


@media screen and (max-width: 1680px){
    .section_container_con{
        width: 1230px;
    }

    .home_header_con .right .nav ul li a{
        font-size: 16px;
    }
    .footer_left p,.footer_box .footer_nav ul li p{
        font-size: 16px;
    }
    .footer_box .footer_nav ul li a{
        font-size: 16px;
    }
    .footer_right .logo_pic img{
        width: 160px;
    }
    .footer_left .logo_pic img{
        height: 52px;
    }
    .footer_solgan{
        padding: 5px;
    }
    .footer_solgan p{
        font-size: 32px;
        padding-left: 60px;
        background: url(../images/footer_solgan_icon_hover.png) no-repeat left center;
        background-size: 46px;
    }


    .home_about_pic .pic1_box{
        width: 450px;
    }
    .home_about_pic .pic2_box{
        width: 330px;
    }
    .about_video_box{
        right: 400px;
    }
    .home_about_num ul li p strong{
        font-size: 26pt;
    }
    .home_about_text .text_box{
        line-height: 30px;
    }
    .home_about_contact,.home_about_num{
        margin-top: 40px;
    }
    .fold_wrap{
        margin-top: 90px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box h3{
        font-size: 26px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box .text{
        font-size: 18px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box{
        height: 380px;
    }
    .home_section1 .section_container_con {
        width: 1310px;
        position: relative;
    }
    /* .home_section1_list ul li .text_box h3{
        font-size: 18px;
    }
    .home_section1_list ul li .icon_box{
        margin-bottom: 10px;
    }
    .home_section1_list ul li .icon_box img{
        width: 44px;
    } */
}




@media screen and (max-width: 768px){
    .section_container_con {
        width: 100%;
    }
    .home_header .nav-toggle {
        width:85px;
        height:60px;
        position:absolute;
        top:0;
        right: 5px;
        display: block;
        font-size: 18px;
        color: #ef642d;
        line-height: 58px;
        font-weight: 500;
    }
    .home_header .nav-toggle svg {
        display:block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .home_header .nav-toggle svg path {
        fill: #ef642d; 
    }

    /* phone_hearder_nav */
    .phone_hearder_nav{
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(239, 100, 45, 1);
        background-size:110%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        padding: 60px 20px;
        box-sizing: border-box;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .body_open .phone_hearder_nav{
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .header_close{
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        right:10px;
    }
    .header_close svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .phone_hearder_nav ul{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .phone_hearder_nav ul li{
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 2px 0px;
        box-sizing: border-box;
    }
    .phone_hearder_nav ul li p {
        font-size:18px;
        color:#fff;
        line-height:40px;
        padding:0px 10px;
        box-sizing:border-box;
        position:relative;
    }
    .phone_hearder_nav ul li p svg {
        display:block;
        width:20px;
        height:20px;
        position:absolute;
        top:11px;
        right:10px;
    }
    
    .phone_hearder_nav ul li p svg.icon_up {
        display:none;
    } 
    .phone_hearder_nav ul li p.active svg {
        display:none;
    } 
    .phone_hearder_nav ul li p.active svg.icon_up {
        display:block;
    }
    .phone_hearder_nav ul li p.active {
        color:#18197d;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #18197d; 
    }
    .phone_hearder_nav ul li p.active svg path {
        fill: #18197d;
    }
    .phone_hearder_nav ul li.li1 a{
        display:block;
        font-size:18px;
        color:#fff;
        line-height:40px;
        padding:0 10px;
        box-sizing:border-box;
    }
    .phone_hearder_nav ul li .li_center {
        width:100%;
        height:auto;
        padding:0 20px;
        padding-left: 35px;
        box-sizing:border-box;
        padding-top:10px;
        display:none;
    }
    .phone_hearder_nav ul li .li_center a{
        display:block;
        width:100%;
        height:auto;
        font-size:16px;
        color:#fff;
        line-height:30px;
        padding:3px 10px;
        box-sizing:border-box;
    }





    .home_teachers_box .teachers_list ul li{
        width: 46%;
        margin-bottom: 15px;
    }
    .home_teachers_box .teachers_list ul li::after{
        top: 4px;
        left: 4px;
    }
    .home_teachers_box .teachers_list ul li .text_box .kc {
        width: 55px;
        height: 26px;
        font-size: 12px;
        line-height: 20px;
        padding: 3px;
        top: -15px;
        border-left: 10px solid #18197d;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .home_teachers_box .teachers_list ul li .con{
        min-height: auto;
    }
    .home_teachers_box .teachers_list ul li .text_box{
        padding: 12px;
        padding-top: 20px;
        height: 55px;
    }
    .home_teachers_box .text_box{
        font-size: 13px;
        line-height: 18px;
    }
    .home_teachers_box .text_box .title{
        text-align: left;
    }
    .home_teachers_box .text_box p{
        margin-bottom: 10px;
    }
    .home_teachers_box .teachers_list ul li .title strong{
        font-size: 15px;
        margin-right: 5px;
    }
    .home_teachers_text{
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        padding-top: 10px;
    }
    .home_teachers_link_box{
        display: none;
    }
    .home_teachers_box .teachers_list ul li .title span{
        font-size: 13px;
    }
    .teachers_page .home_teachers_box .teachers_list ul li .text_box{
        height: 150px;
    }

    .teaching_section_box .student_page_list ul li{
        width: 96%;
        margin-bottom: 20px;
        padding-right: 175px;
    }
    .results_page .teaching_section_box .student_page_list ul li{
        padding-right: 160px;
    }
    .results_page .student_page_list ul li .student_title_box{
        width: 160px;
    }
    .student_teaching_management_list ul .item_box .teaching_section_box{
        padding: 15px 0;
    }
    .results_page .student_page_list ul li .student_title_box{
        padding-top: 15px;
        padding-left: 15px;
    }

    .student_page_list ul li::after{
        top: 6px;
        left: 6px;
    }
    .student_page_list ul li .text_box h2{
        font-size: 15px;
        line-height: 30px;
    }
    .student_page_list ul li .text_box{
        font-size: 13px;
        line-height: 18px;
    }
    .student_page_list ul li .student_title_box{
        width: 160px;
        padding-top: 10px;
        padding-left: 20px;
    }
    .student_page_list ul li .student_title_box h3{
        font-size: 15px;
    }
    .student_page_list ul li .student_title_box h4{
        font-size: 15px;
        line-height: 24px;
    }


    .wrapper_main{
        padding-top: 60px;
        padding-bottom: 50px;
        box-sizing: border-box;
    }
    .home_header{
        background: #fff;
        top: 0;
        padding: 2px 0;
        border-top: 5px solid #ef642d;
    }
    .home_header_con{
        padding: 0 15px;
    }
    .home_header_con .logo a{
        height: 40px;
    }
    .home_header_con .logo a img{
        opacity: 0;
        display: none;
        height: 38px;
        top: 1px;
    }
    .home_header_con .logo a img.header_logo_y{
        opacity: 1;
        display: block;
    }


    .home_about_text{
        width: 100%;
    }
    .home_about_text .home_title_box{
        display: none;
    }
    .home_about_contact {
        display: none;
    }
    .home_about_num{
        display: block;
    }
    .home_about_num_phone{
        display: none;
        margin-bottom: 15px;
    }
    .home_about_text .text_box{
        font-size: 14px;
        line-height: 20px;
    }
    .home_about_num ul li,.home_about_num ul li.li_2,.home_about_num ul li.li_3{
        float: left;
        width: 33.333333%;
        margin: 6px 0;
    }
    .home_about_num ul li p strong{
        font-size: 22px;
    }
    .home_about_num ul li p span{
        font-size: 13px;
    }
    .home_about_num ul li p{
        font-size: 13px;
        line-height: 20px;
    }
    .home_about_pic{
        display: none;
    }
    .home_about_num{
        box-sizing: border-box;
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .home_about_num ul li.li_6{
        display: block;
    }
    .home_about_contact{
        margin-top: 20px;
    }
    .home_about_contact .link_box {
        float: left;
        width: 120px;
        padding: 8px;
        font-size: 14px;
        line-height: 26px;
    }
    .home_about_contact .contact_box{
        margin-left: 30px;
        padding: 1px 10px;
        padding-left: 40px;
        background-size: 30px;
    }
    .home_about_contact .contact_box h3{
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
    }
    .home_about_contact .contact_box p{
        font-size: 14px;
        font-weight: normal;
    }
    .fold_wrap{
        display: none;
    }
    .home_about_container{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home_about_pic_box{
        display: block;
        margin-top: 10px;
    }

    .home_title_box{
        margin-bottom: 25px;
    }
    .home_title_box .title {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    .home_title_box .text{
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }
   .home_teachers_container{
         padding-top: 40px;
        padding-bottom: 60px;
        margin-top: 8px;
   }
   .home_teachers_link_box {
        width: 120px;
        padding: 8px;
        font-size: 14px;
        line-height: 26px;
        margin-top: 25px;
    }
    .home_section1_list{
        padding-left: 0;
    }
    .home_section1{
        padding-top: 50px;
        padding-bottom: 40px;
        background: #f1f2f7;
    }
    .home_section1 .section_container_con{
        width: 100%;
    }
    .home_section1_list ul{
        margin: 0 -2%;
    }
    .home_section1_list ul li{
        width: 46%;
        padding: 4px;
        background: #ef642d;
        border-radius: 8px;
        overflow: hidden;
        margin: 2%;
        margin-bottom: 3%;
    }
    .home_section1_list ul li .icon_box{
        height: 35px;
        margin-bottom: 10px;
    }
    .home_section1_list ul li .icon_box img{
        width: 35px;
    }
    .home_section1_list ul li .text_box h3{
        font-size: 13px;
        font-weight: 500;
    }
    .home_student_container .student_page_list ul li{
        width: 96%;
        margin-bottom: 25px;
        padding-right: 180px;
    }
    .home_student_container .student_page_list ul li .student_title_box{
        width: 180px;
    }
    .home_student_container{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .home_student_box .home_title_box{
        margin-bottom: 25px;
    }

    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .pic_list_box{
        width: 100%;
        padding-right: 0;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box{
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box{
        height: auto;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box .text{
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        min-height: 125px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box2 .text_box .text{
        font-size: 13px;
        line-height: 18px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box .text p{
        margin-bottom: 10px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box h3{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .exhibitions_page_conter .gallery_top .swiper-slide .conter_box .text_box h4{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .exhibitions_page_conter .gallery_thumbs{
        padding-left: 0;
        padding-right: 0;
        margin-top: 5px;
    }
    .exhibitions_page_conter .gallery_thumbs .swiper-slide h3{
        font-size: 13px;
    }
    .exhibitions_page_conter .gallery_thumbs .swiper-slide h4{
        font-size: 12px;
        font-weight: normal;
        display: none;
    }
    .teaching_plan_link_box{
        display: none;
    }
    .home_teaching_plan_container{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .home_teaching_plan_container .home_title_box{
        margin-bottom: 15px;
    }
    .exhibitions_page_conter .gallery_top{
        margin-top: 30px;
    }

    .home_section1_list ul li .icon_box{
        display: none;
    }
    .home_section1_list ul li .pic_box{
        display: block;
        width: 100%;
        height: 120px;
        position: relative;
        margin: 0 auto;
        margin-bottom: 0;
        border-radius: 6px;
        overflow: hidden;
    }
    .home_section1_list ul li .pic_box .pic {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover !important;
        transition: all .5s;
    }
    .home_section1_list ul li .text_box h3{
        background: #ef642d;
        padding: 3px;
        box-sizing: border-box;
    }
    .home_section1 .home_title_box{
        display: block;
    }



    .footer_solgan{
        padding: 0px 25px;
        padding-right: 15px;
    }
     .footer_solgan p {
        font-size: 18px;
        padding-top: 25px;
        padding-bottom: 15px;
        padding-left: 65px;
        background: url(../images/footer_solgan_icon_hover.png) no-repeat left center;
        background-size: 46px;
        line-height: 30px;
        text-align: left;
        padding-right: 5px;
    }
    .footer_box .footer_nav{
        display: none;
    }
    .footer_box .footer_right{
        display: none;
    }
    .footer_left{
        width: 100%;
    }
    .footer_box .bottom_box p{
        padding: 15px 25px;
        font-size: 13px;
        line-height: 20px;
    }
    .footer_left p, .footer_box .footer_nav ul li p{
        display: inline-block;
        font-size: 13px;
        line-height: 24px;
        margin-right: 10px;
    }
    .footer_left p.add{
        width: 100%;
    }
    .footer_left p.add br{
        display: none;
    }
    .footer_left p.add span{
        display: block;
        margin-left: 25px;
    }
    .footer_box .top_box{
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .footer_left .logo_pic{
        margin-bottom: 20px;
    }
    .footer_left .logo_pic img{
        height: 38px;
    }


    .phone_bottom_nav{
        display: block;
        width: 100%;
        height: auto;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #ef642d;
        z-index: 99;
        box-shadow: 0px -2px 20px 0 rgb(0 0 0 / 25%);
    }
    .phone_bottom_nav ul li{
        float: left;
        width: 33.333333%;
        height: auto;
        border-right: 1px solid rgba(255, 255, 255, 0.18);
        box-sizing: border-box;
    }
    .phone_bottom_nav ul li a{
        display: block;
        padding: 6px;
        box-sizing: border-box;
        text-align: center;
    }
    .phone_bottom_nav ul li a p{
        width: 92px;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: 500;
        margin: 0 auto;
        padding-left: 25px;
        box-sizing: border-box;
    }
    .phone_bottom_nav ul li a p.fhsy{
        background: url('../images/icon_fhsy.png') no-repeat left center;
        background-size: 20px;
    }
    .phone_bottom_nav ul li a p.dhzx{
        background: url('../images/icon_zxdh.png') no-repeat left center;
        background-size: 22px;
        padding-left: 26px;
    }
    .phone_bottom_nav ul li a p.zxzx{
        background: url('../images/icon_zxzx.png') no-repeat left center;
        background-size: 20px;
    }

    .home_banner_num{
        right: 15px;
        margin-top: -40px;
    }
    .home_banner_num a{
        margin: 10px 0;
    }
    .section_banner::after{
        display: none;
    }

    .home_about_text_pc{
        display: none;
    }
    .home_about_text_pc_left{
        display: none;
    }
    .home_about_text_phone{
        display: block;
    }
    .home_about_text_phone_left{
        display: block;
        padding-right: 130px;
        box-sizing: border-box;
    }
  
    .about_video_box_phone{
        display: block;
        right: 35px;
        top: 25px;
    }

    .videobox{
        width: 340px !important;
        height: 280px !important;
        margin: -140px 0 0 -170px;
    }
    .videobox #video{
        width: 340px !important;
        height: 280px !important;
 
    }
    .videobox video{
        width: 340px !important;
        height: 280px !important;
 
    }

    .about_video_box{
        width: 70px;
        height: 50px;
    }
    .about_video_play{
         width: 50px;
        height: 50px;
    }
    .about_video_play img{
        width: 50px;
        height: 50px;
    }
    .sidebar_punctuation_box{
         width: 60px;
        height: 60px;
    }
    .sidebar_punctuation_box .dot{
         width: 50px;
        height: 50px;
    }
    .sidebar_punctuation_box .pulse{
         width: 80px;
        height: 80px;
    }
    .sidebar_punctuation_box .pulse1{
         width: 110px;
        height: 110px;
       
    }

    .home_phone_footer_solgan{
        display: none;
    }
    .online_message_container{
        display: block;
        width: 100%;
        height: auto;
        padding: 40px 0;
      
        box-sizing: border-box;
        background: #ef642d;
    }
    .online_message_container .home_title_box .title{
        font-family: none;
        font-size: 26px;
        font-weight: bold;
        color: #fff !important;
    }
    .online_message_container .home_title_box .text{
        display: none
    }
    .online_message_form_box{
        width: 100%;
        height: auto;
        padding: 5px 6%;
        box-sizing: border-box;
    }
    .online_message_form_box form{
        width: 100%;
        height: auto;
    }
    .online_message_form_box .item_box{
        width: 100%;
        height: auto;
        min-height: 50px;
        background: #eee;
        padding: 5px 10px;
        box-sizing: border-box;
        border-radius: 50px;
        margin-bottom: 20px;
        padding-left: 80px;
        box-sizing: border-box;
        position: relative;
    }
    .online_message_form_box .item_box label{
        width: 80px;
        height: auto;
        font-size: 14px;
        line-height: 40px;
        color: #000;
        position: absolute;
        top: 5px;
        left: 5px;
        text-align: center;
        font-weight: 500;
    }
    .online_message_form_box .item_box input{
        width: 100%;
        height: auto;
        padding: 5px 10px;
        background: none;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 30px;
        color: #000;
        font-weight: 500;
        border: none;
    }
    .online_message_form_box .item_btn{
        width: 100%;
        height: auto;
        margin-top: 25px;
    } 
    .online_message_form_box .item_btn .sub{
        display: block;
        width: 180px;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        background: #18197d;
        border-radius: 50px;
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: 500;
        border: none;
        margin: 0 auto;
    }

    .home_main{
        min-height: 500px;
    }



    /* .home_pc{
        display: none;
    } */
    /* .section1{
        display: none;
    } */

    .home_phone{
        display: block;
    }
    .phone_banner_pic{
        width: 100%;
        height: auto;
    }
    .phone_banner_pic img{
        display: block;
        width: 100%;
        height: auto;
    }
    .home_phone_sec1{
        width: 100%;
        height: auto;
        padding: 12px 10px;
        box-sizing: border-box;
        background: #ef642d;
        
    }
    .home_phone_sec1 ul li{
        float: left;
        width: 33.333333%;
        height: 36px;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.30);
        box-sizing: border-box;
    }
    .home_phone_sec1 ul li:last-child{
        border-right: none;
    }
     .home_phone_sec1 ul li p{
        width: 100%;
        height: auto;
        font-size: 12px;
        color: #fff;
        line-height: 18px;
    }
     .home_phone_sec1 ul li strong{
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        margin-right: 3px;
    }
     .home_phone_sec1 ul li p span{
        font-size: 12px;
    }

    .home_phone_sec2{
        width: 100%;
        height: auto;
        padding: 15px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .home_phone_sec2 ul li{
        float: left;
        width: 25%;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
    }
    .home_phone_sec2 ul li a{
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .home_phone_sec2 ul li img{
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }
    .home_phone_sec2 ul li p{
        display: block;
        width: 100%;
        height: auto;
        font-size: 13px;
        color: #000000;
        line-height: 24px;
        text-align: center;
        padding-top: 5px;
        box-sizing: border-box;
    }
    .home_phone_sec3{
        width: 100%;
        height: auto;
        background: #ef642d;
        padding: 10px 10px;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }
    .home_phone_sec3 .video_box{
        width: 100%;
        height: auto;
        padding: 6px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }
     .home_phone_sec3 .video_box video{
        display: block;
         width: 100%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .home_phone_sec3_list{
        width: 100%;
        height: auto;
        background: #fff;
         border-radius: 10px;
         padding: 5px 15px;
         box-sizing: border-box;
         margin-top: 10px;
    }
    .home_phone_sec3_list ul li{
        float: left;
        width: 100%;
        height: auto;
        margin: 8px 0;
        position: relative;
        padding-top: 25px;
        box-sizing: border-box;
    }
    .home_phone_sec3_list ul li h3{
        display: inline-block;
        width: 120px;
        height: auto;
        padding: 6px;
        box-sizing: border-box;
        font-size: 13px;
        color: #fff;
        line-height: 20px;
        font-weight: 500;
        text-align: center;
        background: #ef642d;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -60px;
    }
    .home_phone_sec3_list ul li p{
        width: 100%;
        height: auto;
        padding: 12px 5px;
        padding-top: 17px;
        box-sizing: border-box;
        font-size: 13px;
        color: #000;
        line-height: 20px;
        text-align: center;
        background: #f1f2f7;
        border-radius: 6px;
    }
     .home_phone_sec3_list .text_box{
        width: 100%;
        height: auto;
        /* padding: 10px 0; */
        box-sizing: border-box;
        font-size: 14px;
        color: #000;
        line-height: 24px;
        /* text-align: center;
        background: #f1f2f7;
        border-radius: 6px; */
    }
    .home_phone_sec3_list .text_box p{
        margin: 5px 0;
        text-indent: 2em;
    }


    .home_phone_sec4{
        width: 100%;
        height: auto;
        /* background: url(../images/classes_type_bj_pic2.png) left top;
        background-size: cover; */
        border-radius: 10px;
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
        background: #ef642d;
    }
    .home_phone_sec4 .title_box{
        width: 100%;
        height: auto;
        padding-top: 25px;
        padding-bottom: 20px;
        box-sizing: border-box;
        position: relative;
    }
    .home_phone_sec4 .title_box .t{
        width: 200px;
        height: auto;
        padding: 6px;
        box-sizing: border-box;
        background: #fff;
        font-size: 14px;
        color: #ef642d;
        line-height: 30px;
        text-align: center;
        font-weight: 500;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -100px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top: 1px solid rgba(239, 100, 45, 0.85);

    }

    .home_phone_sec4 .title_box h2{
        font-size: 24px;
        color: #fff;
        line-height: 34px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .home_phone_sec4 .title_box h3{
        font-size: 26px;
        color: #fff;
        line-height: 36px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    .home_phone_sec4 .title_box .sx{
        width: 240px;
        height: auto;
        background: #18197d;
        padding: 5px;
        box-sizing: border-box;
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        border-radius: 40px;
        margin: 0 auto;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .home_phone_sec4 .title_box .kcrx{
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-weight: 500;
    }
    .home_phone_sec4 .title_box .kcrx strong{
        font-size: 14px;
        font-weight: bold;
         /* display: block; */
    }
    .home_phone_sec4 .title_box .kcrx strong.st{
        margin-left: 10px;
    }
    .home_phone_sec4 .conter_box{
        width: 100%;
        height: auto;
        padding: 6px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
    }
    .home_phone_sec4 .conter_box .pic_box{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        
    }
    .home_phone_sec4 .conter_box .pic_box img{
        float: left;
        width: 50%;
        height: auto;
        padding: 8px;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .home_phone_sec4 .conter_box h1{
        width: 100%;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
        font-size: 18px;
        color: #18197d;
        line-height: 36px;
        font-weight: 500;
        text-align: center;
    }
    .home_phone_sec4 .list_box{
        width: 100%;
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .home_phone_sec4 .list_box ul li{
        float: 100%;
        height: auto;
        margin: 15px 0;
        margin-bottom: 25px;
    }
    .home_phone_sec4 .list_box ul li:last-child{
        margin-bottom: 15px;
    }
    .home_phone_sec4 .list_box ul li .text_box{
        width: 100%;
        height: auto;
        padding: 12px;
        padding-top: 17px;
        box-sizing: border-box;
        border: 1px dashed rgba(239, 100, 45, 0.35);
        border-radius: 10px;
        position: relative;
    }
    .home_phone_sec4 .list_box ul li .text_box h3{
        width: 135px;
        height: auto;
        background: #fff;
        padding: 5px;
        padding-left: 30px;
        background: #fff url('../images/home_phone_sec4_ys_icon.png') no-repeat 5px center;
        background-size: 20px;
        box-sizing: border-box;
        font-size: 14px;
        color: #ef642d;
        line-height: 20px;
        font-weight: 500;
        position: absolute;
        top: -15px;
        left: 25px;
    }
    .home_phone_sec4 .list_box ul li .text_box p{
        font-size: 13px;
        color: #555;
        line-height: 18px;
    }

    .home_phone_news{
        width: 100%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        /* padding: 10px 10px;
        padding-bottom: 2px; */
        padding-top: 10px;
        box-sizing: border-box;
        margin-top: 15px;
        margin-bottom: 15px;
         box-shadow: 0 10px 0 #ef642d;
         /* background: url(../images/classes_type_bj_pic2.png) left top;
        background-size: cover; */
    }
    .home_phone_news .news_conter_box{
        width: 100%;
        height: auto;
        background: #fff;
        padding: 5px 15px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0 1px 10px 0 rgba(185, 185, 185, 0.55);
         /* box-shadow: 0 8px 0 #ef642d; */
    }
    .news_conter_box .title_box{
        width: 100%;
        height: auto;
        border-bottom: 1px solid rgba(239, 100, 45, 0.25);
        box-sizing: border-box;
        position: relative;
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .news_conter_box .title_box h3{
        display: block;
        width: auto;
        height: auto;
        font-size: 18px;
        color: #18197d;
        line-height: 28px;
        letter-spacing: 1px;
    }
     .news_conter_box .title_box h3 span{
        display: inline-block;
        background: #ef642d;
        color: #fff;
        padding: 0 5px;
        box-sizing: border-box;
        margin-left: 2px;
        border-radius: 6px;
     }
     .news_conter_box .title_box a{
        display: block;
        width: auto;
        height: auto;
        font-size: 13px;
        color: #000;
        line-height: 28px;
        position: absolute;
        top: 10px;
        right: 0;
        font-weight: 500;
     }
     .news_conter_box .text_box{
        width: 100%;
        height: auto;
        padding: 0px 0;
        box-sizing: border-box;
    }
    .news_conter_box .text_box a{
        display: block;
        width: 100%;
        height: auto;
        min-height: 85px;
        padding-left: 115px;
        box-sizing: border-box;
        font-size: 14px;
        color: #555;
        line-height: 22px;
        margin: 15px 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e9ee;
        position: relative;
    }
    .news_conter_box .text_box a:last-child{
        margin-bottom: 0;
        border-bottom: none;
   
    }
    .news_conter_box .text_box a .pic_box{
        width: 100px;
        height: 70px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
    }
    .news_conter_box .text_box a .pic_box .pic{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover !important;
        transition: all .5s;
    }
    .news_conter_box .text_box a span{
        display: inline-block;
        width: auto;
        height: auto;
        background: rgba(239, 100, 45, 0.15);
        padding: 0 5px;
        box-sizing: border-box;
        margin-left: 5px;
        /* position: absolute;
        top: 0;
        left: 0; */
        color: #ef642d;
        border-radius: 5px;
        font-size: 10px;
    }
    .news_conter_box .text_box a span.zx{
        /* background: #FF455B; */
         color: #FF455B;
    }

    .home_phone_sec5{
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        box-sizing: border-box;
        /* background: #f1f2f7; */
    }
    .home_phone_sec5 .title_box{
        width: 100%;
        height: auto;
        padding: 35px 10px;
        padding-bottom: 25px;
        box-sizing: border-box;
    }
    .home_phone_sec5 .title_box h3{
        font-size: 26px;
        color: #ef642d;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
        /* font-family: '斗鱼追光体'; */
    }
    .home_phone_sec5_pic{
        width: 100%;
        height: auto;
        /* padding-left: 15px;
        padding-right: 15px; */
        box-sizing: border-box;
    }
    .home_phone_sec5_pic .pic{
        width: 100%;
        height: auto;
    }
    .home_phone_sec5_pic .pic img{
        display: block;
        width: 100%;
        height: auto;
    }
    

    .home_phone_sec6{
        width: 100%;
        height: auto;
    }
    .home_phone_sec6 .pic{
        width: 100%;
        height: auto;
    }
    .home_phone_sec6 .pic img{
        display: block;
        width: 100%;
        height: auto;
    }

    .home_pc .home_title_box .title{
        font-family: none;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .home_pc .home_title_box .text{
        display: none;
    }

    .home_pc .home_about_container{
        display: none;
    }
    .home_pc .home_teaching_plan_container{
        display: none;
    }


    .section_banner .swiper-pagination-bullets,.section_banner .swiper-pagination-custom,.section_banner .swiper-pagination-fraction {
        bottom: 80px !important;
        right: 5px !important;
        width: 20px !important;
        left: inherit !important;
    }
    

}