*{
    margin: 0;
    padding: 0;
    font-family: "思源黑体", sans-serif;
}
/* @font-face {
    font-family: 'hooray';
    src: url('http://demo.jb51.net/js/2013/webfontry/hooray.eot');
    src: url('http://demo.jb51.net/js/2013/webfontry/hooray.eot?#iefix') format('eot'),
    url('http://demo.jb51.net/js/2013/webfontry/hooray.woff') format('woff'),
    url('http://demo.jb51.net/js/2013/webfontry/hooray.ttf') format('truetype'),
    url('http://demo.jb51.net/js/2013/webfontry/hooray.svg#webfontjKg17VrE') format('svg');
} */
li,a{
    text-decoration: none;
    list-style: none;
}
.box{
    width: 100%;
    height: 100%;
}
.cleafix{
    width: unset !important;
    padding: 0 90px;
}
.container{
    width: 1400px;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
/*头部 */
.header{
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 50px;
    z-index: 9999;
}
.header-left{
    /* width: 15%; */
    /* width: 281px; */
    width: 300px;
    float: left;
}
.header-left img{
    width: 100%;
    /* height: 100%; */
}
.header-right{
    /* width: 45%; */
    width: 50%;
    float: right;
}
.header-right .header-top{
    width: 45%;
    float: right;
    overflow: hidden;
    position: relative;
}
.header-right .header-top li{
    width: 30%;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: right;
    font-weight: bold;
}
.header-right .header-top li a{
    color: #fff;
}
.headers-right .header-top li a{
    color: #fff;
}
.header-right .header-top li:nth-of-type(3){
    text-align: center;
}
.header-right .header-top::after{
    /* content: ""; */
    display: block;
    width: 80%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.header-right .header-bottom{
    width: 100%;
    float: left;
}
.header-right .header-bottom li{
    width: 16%;
    font-size: 18px;
    float: left;line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.header-right .header-bottom li a{
color: #fff;
}
.header-right .header-bottom li .er01{
    right: 150px;
    background: url(../images/top.png) no-repeat 270px;
    background-position-y: -2px;
}
.er{
    width: 18%;
    display: none;
    opacity: 0;
    overflow: hidden;
    /* margin-top: 15px; */
    position: absolute;
    background: url(../images/top.png) no-repeat 42px;
    background-position-y: -2px;
}

.er div{
    overflow: hidden;
    margin-top: 10px;
    border-radius: 5px;
}
.header-right .header-bottom .er li{
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
    line-height: 24px;
}
.header-right .header-bottom .er li:first-child{
    padding-top: 20px;
}
.header-right .header-bottom .er li:last-child{
    padding-bottom: 20px;
}
.er li a{
    color: #333333 !important;
}
.header-bottom li:hover .er{
    display: block;
    opacity: 1;
}
/* 头部下拉样式 */
.headers{
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    display: none;
}
.head{
    background-color: #8c1515;
}
.headers-top{
    height: 50px;
}
.headers-left{
    width: 20%;
    height: 100%;
    float: left;
}
.headers-left img{
    height: 80%;
    margin-top: 5px;
}
.headers-right{
    width: 25%;
    float: right;
}
.headers-right .header-top li{
    width: 33%;
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.headers-cont{
    background-color: #fff;
}
.headers-cont .header-bottom{
    width: 70%;
    float: right;
}
.headers-cont .header-bottom li{
    width: 16%;
    font-size: 18px;
    float: left;line-height: 60px;
    text-align: center;
    font-weight: bold;
}
.headers-cont .header-bottom li a{
color: #333;
}
.headers-cont .header-bottom li .er{
    width: 18%;
    display: none;
    opacity: 0;
    overflow: hidden;
    /* margin-top: 15px; */
    position: absolute;
    background: url(../images/top.png) no-repeat 42px;
    background-position-y: -2px;
    /* border-radius: 5px; */
}
.headers-cont .er div{
    overflow: hidden;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
}
.headers-cont .header-bottom .er li{
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
    line-height: 24px;
}
.headers-cont .er li a{
    color: #333333 !important;
}
.headers-cont .header-bottom li:hover .er{
    display: block;
    opacity: 1;
}
.station{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
/* banner */
.banner{
    width: 100%;
    /* height: 950px; */
    height: 100%;
    position: relative;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
    /* max-height: 100vh;
    min-height: 48vh; */
}
.banner .swiper-slide{
    position: relative;
}
.banner .swiper-slide::after{
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: rgba(0,0,0,0.3); */
    background-image: linear-gradient(to bottom, rgba(0,0,0,.9),rgba(255,255,255,.1),transparent );
}
.bei{
    /* height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; */
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: 1s;
    position: relative;
}
.bei img{
    width: auto !important;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .swiper-slide img{
    width: 100%;
}
.zi{
    /* width: 300px; */
    position: absolute;
    /* top: 58%; */
    bottom: 20%;
    /* left: 15%; */
    left: 0%;
    z-index: 6;
    background-color: rgba(15, 31, 76, 0.9);
    padding: 20px 50px 20px 0;
}
.zi p{
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
}
.zi h2{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    padding-left: 100px;
    text-align: center;
}
.fenye{
    bottom: 70px !important;
}
.fenye .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #8c1515;
    border-radius: 100%;
}
.banner .xian{
    width: 100%;
    height: 50px;
    /* background-color: #8c1515; */
    background-color: #8c1515;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
}
.xian p{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
/* 内容 */
.content{
    overflow: hidden;
    margin-top: 5%;
}
.content-top h2{
    font-size: 46px;
    line-height: 55px;
    color: #8c1515;
    text-align: center;
    margin-bottom: 40px;
}
.content-top h1{
    font-size: 46px;
    line-height: 55px;
    color: #8c1515;
    text-align: center;
    margin-bottom: 40px;
}
.content-top p{
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #666;
}
.content-cont{
    overflow: hidden;
    margin-top: 50px;
    /* height: 550px; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cont-left{
    width: 49%;
    /* height: 99%; */
    position: relative;
    overflow: hidden;
    /* box-shadow: 3px 3px 5px #eee; */
    box-shadow: 0 6px 6px 0 rgb(199 199 199);
    margin-bottom:25px;
}
.cont-left:hover img{
    transform: scale(1.1);
}
.cont-left img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.cont-left div{
    width: 100%;
    position: absolute;
    /* left: 20px; */
    bottom: 0px;
    /* display: none; */
    z-index: 9;
    transition: 1s;
    background-image: linear-gradient(transparent,#000);
}
.cont-left div p{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    padding-left: 20px;
    padding-top: 30px;
    /* 新加 8.25 */
    font-weight: bold;
    padding-bottom: 30px;
}
.cont-left div span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.cont-right{
    width: 49%;
    /* height: 100%; */
    margin-bottom:25px;
}
.cont-right-zong{
    width: 100%;
    height: 99%;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    gap: 3%;
}
.cont-right-wen{
    /* width: 47%; */
    /* box-shadow: 3px 3px 5px #eee; */
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 17%);
    margin-right: 5px;
}
.cont-right-img{
    overflow: hidden;
}
.cont-right-wen img{
    display: block;
    width: 100%;
    transition: 1s;
    height: 12rem;
    object-fit: cover;
}
.cont-right-wen img:hover{
    transform: scale(1.1);
}
.wen-zi{
    padding: 13px;
    background-color: #fff;
    margin-top: 10px;
}
.wen-zi h2{
    font-size: 18px;
    line-height: 1.5;
    color: #8c1515;
    font-weight: 800;
    /* margin-top: 1em; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.wen-zi p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
}
/* 更新学术 */
.academic{
    overflow: hidden;
    margin-top: 80px;
    /* height: 1100px; */
    /* min-height: 90vh; */
    padding-bottom: 60px;
    background-color: #8c1515;
}
.academic-top{
    margin-top: 5%;
    margin-bottom: 5%;
    color: #ccc;
}
.academic-top h2{
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.academic-top p{
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.academic-cont{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* .academic-neirong:nth-child(1){
    width: 49.5%;
} */
.academic-neirong{
    width: 49%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.academic-neirong img{
    transition: .5s;
}
.academic-neirong:hover .cont-right-img img{
    transform: scale(1.1);
}
.academic-neirong .a{
    display: block;
    width: 100%;
}
.academic-neirong .school{
    background-color: #fff;
    padding: 2em;
}
.academic-neirong .school h2{
    color: #8c1515;
    font-size: 30px;
    line-height: 24px;
    font-weight: 800;
}
.academic-neirong .school p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; */
}
.academic-neirong .school>span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #8c1515;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 100%;
}
.academic-neirong .school span img{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/* 地图 */
.ditu{
    overflow: hidden;
    height: 600px;
    /* margin-top: 60px; */
    background: url(../images/ditu.jpg) no-repeat center;
    background-size: cover;
}
.ditu-left{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.ditu-left #map{
    width: 100%;
    height: 400px;
    float: right;
    position: absolute;
    bottom: 20%;
    /* left: 15%; */
}
.ditu-right{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.ditu-zi{
    height: 400px;
    position: absolute;
    bottom: 10%;
    left: 15%;
}
.ditu-right h2{
    /* padding-top: 19%; */
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    font-weight: 800;
}
.ditu-right p{
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-top: 30px;
}
.ditu-right-button{
    display: inline-block;
    width: 113px;
    height: 38px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 25px;
    color: rgb(255, 255, 255);
    background-color: #8c1515;
    border: none;
    outline: none;
    text-align: center;
    margin-top: 20px;
}
/* 底部 */
.footer{
    overflow: hidden;
    background-color: #8c1515;
}
.foot{
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.footer-left{
    width: 79%;
    float: left;
    padding-left: 3%;
    display: flex;
}
.footer-left ul{
    /* width: 20%; */
    float: left;
    margin: 0 20px;
}
.footer-left ul li:nth-of-type(1){
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 40px;
}
.footer-left ul li{
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 36px;
}
.footer-left ul li a{
    color: rgb(255, 255, 255);
}
.footer-right{
    width: 25%;
    float: right;
    margin-top: 3%;
}
.footer-right img{
    display: block;
    margin: auto;
}
.footer-right p{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-style: italic;
    color: rgb(255, 255, 255);
    margin-top: 10px;
}
.di{
    background-color: #102253;
}
.di p{
    font-size: 12px;
    line-height: 48px;
    color: #ccc;
    text-align: center;
}
/* 关于我们页面 */
.about-banner{
    width: 100%;
}
.about-banner img{
    display: block;
    width: 100%;
}
.about-curr{
    color: #8c1515 !important;
    font-weight: bold;
}
.about-zi{
    background-color: unset;
    left: 13%;
    bottom: 30%;
}
.about-zi p{
    font-size: 70px;
}
.about-xian{
    width: 100%;
    height: 53px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: block;
}
.a1{
    width: 100%;
    height: 100%;
    background: url(../images/a2.png) repeat-x bottom;
    position: absolute;
    bottom: 0;
    background-size: cover;
    display: block;
}
.a2{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/a1.png) repeat-x bottom;
    position: absolute;
    bottom: -2px;
    background-size: cover;
}
.about-content{
    overflow: hidden;
    margin-top: 20px;
}
.about{
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.about-left{
    float: left;
    margin-left: 5%;
    /* position: absolute;
    left: 5%; */
}
.about-left ul li{
    width: 220px;
    line-height: 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666666;
}
.about-left ul li a{
    color: #666666;
    /* font-weight: bold; */
    margin-left: 20px;
}
.about-right{
    width: 67%;
    float: left;
    /* margin-bottom: 40px; */
    margin-left: 3%;
    /* float: right;
    margin-right: 16%; */
}
.about4{
    width: 64%;
    height: 420px;
    margin-bottom: 80px;
}
.about4 .about4-h2{
    margin-bottom: 10px;
}
.about4 .about4-left .about-one:nth-child(1){
    margin-top: 10%;
}
.about-right h2{
    font-size: 50px;
    line-height: 60px;
    color: #8c1515;
}
.about-content h1, .xueshu h1, .zhaosheng h1,  .tuozhan h1,  .xinwen h1{
    font-size: 50px;
    line-height: 60px;
    color: #8c1515;
}
.about-right p{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    /* margin: 10px 0; */
}
.about-right img{
    width: 100%;
    display: block;
    margin: 40px 0;
}
.about1-bot h2{
    font-size: 24px;
    color: #8c1515;
}
.about1-bot p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.lunbo{
    width: 100%;
    height: 700px;
    margin-top: 40px;
}
.lunbo .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gallery-top {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .gallery-thumbs .bj{
    width: 100%;
    height: 100%;
}
.gallery-thumbs .bj img{
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0.4;
}
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    /* opacity: 0.4; */
  }
  .gallery-thumbs .swiper-slide-thumb-active{
      opacity: 1;
  }
  .gallery-thumbs .swiper-slide-thumb-active .bj img{
    opacity: 0;
  }
  .prev ,.next{
      width: 40px;
      height: 40px;
      background-color: #000;
      border-radius: 50%;
      opacity: 1 !important;
  }
  .prev::after,.next::after{
      font-size: 20px;
  }
  .about3-p{
      line-height: 30px;
      margin: 30px 0;
  }
  .about3-p p{
      margin: 0;
  }
  .about-right span{
      color: #8c1515;
      font-weight: bold;
      display: inline-block;
      line-height: 30px;
      border-bottom: 2px solid #8c1515;
  }
  .about4-left{
      width: 27%;
      float: left;
  }
  .about4-left .about4-h2{
      margin-bottom: 40px;
  }
  .about4-left .about-one h2{
      width: 100%;
      font-size: 18px;
      line-height: 55px;
      color: #333333;
      border-bottom: 1px solid #b5b5b5;
  }
  .about-one p{
      font-size: 16px;
      line-height: 30px;
      color: #666666;
      margin: 0;
  }
  .about4-right{
      width: 70%;
      height: 100%;
      float: left;
      margin-left: 3%;
  }
  .maps{
      height: 100%;
  }
  .maps img{
      margin: 0;
  }

/* 更新学术页面 */
  .xueshu-banner::after{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,.3);
  }
  .xueshu-zi{
    background-color: unset;
    left: 13%;
    bottom: 30%;
  }
  .xueshu-zi p{
      font-size: 40px;
  }
  .xueshu-curr{
        color: #8c1515 !important;
        font-weight: bold;
  }
  .xueshu{
    overflow: hidden;
    margin-top: 20px;
}
.xueshu-content{
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.xueshu-left{
    float: left;
    margin-left: 5%;
    /* position: absolute;
    left: 5%; */
}
.xueshu-left ul li{
    width: 250px;
    line-height: 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666666;
}
.xueshu-left ul li a{
    color: #666666;
    /* font-weight: bold; */
    margin-left: 10px;
}
.xueshu-right{
    width: 67%;
    float: left;
    /* margin-bottom: 40px; */
    margin-left: 2%;
    /* float: right;
    margin-right: 16%; */
}
.xueshu-right>h2{
    font-size: 50px;
    line-height: 60px;
    color: #8c1515;
}
.xueshu-right>p{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.xueshu-right>h3{
    font-size: 24px;
    color: #8c1515;
}
.xueshu-right img{
    width: 100%;
    display: block;
    margin-top: 40px;
}
/* 小学课程 */
.xueshu-xiaoxue{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    border-bottom: 1px solid #444444;
}
.xueshu-xiaoxue ul{
    width: 60%;
    float: left;
    overflow: hidden;
}
.xueshu-xiaoxue ul li{
    width: 20%;
    float: left;
    font-size: 16px;
    line-height: 50px;
}
.xueshu-xiaoxue ul li a{
    color: #444444;
    line-height: 50px;
    display: inline-block;
}
.xiaoxue-curr a{
    color: #8c1515 !important;
    border-bottom: 2px solid #8c1515;
}
.xiaoxue-cont{
    margin-top: 40px;
}
.xiaoxue-cont h2{
    font-size: 24px;
    color: #8f1e1e;
    /* width: 20%; */
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px;
}
.xiaoxue-cont img{
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.xiaoxue-cont p{
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
.xiaoxue-cont p span{
    display: block;
    font-weight: bold;
    color: #222222;
}
/* .chuzhong-p1{
    font-weight: normal !important;
    display: inline !important;
    color: #8c1515 !important;
} */
.xueshu-chuzhong ul{
    width: 90%;
}
.xueshu-chuzhong ul li{
    width: 14% !important;
}
.chuzhongshuxue-p1{
    color: #8c1515 !important;
}
/* 校园生活-拓展课程 */
.tuozhan-curr{
    color: #8c1515 !important;
}
.tuozhan{
    overflow: hidden;
    margin-top: 40px;
}
.tuozhan-content{
    overflow: hidden;
    margin-bottom: 40px;
}
.tuozhan-left{
    float: left;
    margin-left: 5%;
    /* position: absolute;
    left: 5%; */
}
.tuozhan-left ul li{
    width: 230px;
    line-height: 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666666;
}
.tuozhan-left ul li a{
    color: #666666;
    /* font-weight: bold; */
    margin-left: 20px;
}
.tuozhan-right{
    width: 67%;
    float: left;
    /* margin-bottom: 40px; */
    margin-left: 3%;
    /* float: right;
    margin-right: 16%; */
}
.tuozhan-right>h2{
    font-size: 50px;
    color: #8c1515;
}
.tuozhan-right p{
    font-size: 16px;
    color: #444444;
    line-height: 24px;
}
.tuozhan-right img{
    width: 100%;
    display: block;
}
.tuozhan-right>img{
    width: 31%;
    /* height: 290px; */
    float: left;
    margin-right: 15px;
    display: block;
    margin-top: 20px;
}
/* 课外活动项目 */
.kewai{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    /* align-items: center; */
}
.kewai-left{
    width: 50%;
    float: left;
}
.kewai-right{
    width: 48%;
    float: left;
    padding-left: 40px;
}
.kewai-right h2{
    font-size: 24px;
    color: #8c1515;
    margin-bottom: 20px;
    line-height: 1;
}
.kewai-right p{
    width: 85%;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    margin-top: 20px;
}
/* 新闻报道 */
.xinwen-curr{
    color: #8c1515 !important;
}
.xinwen{
    overflow: hidden;
    margin-top: 40px;
}
.xinwen-content{
    display: flex;
    flex-direction: row;
}
.xinwen-left{
    float: left;
    margin-left: 5%;
    /* position: absolute;
    left: 5%; */
}
.xinwen-left ul li{
    width: 150px;
    line-height: 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666666;
}
.xinwen-left ul li a{
    color: #666666;
    /* font-weight: bold; */
    margin-left: 20px;
}
.xinwen-right{
    width: 67%;
    float: left;
    /* margin-bottom: 40px; */
    margin-left: 5%;
    /* float: right;
    margin-right: 16%; */
}
.xinwen-right>h2{
    font-size: 50px;
    color: #8c1515;
}
.new{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.new-cont{
    width: 32%;
    box-shadow: 0px 0px 10px #d0d0d0;
    margin-bottom: 20px;
}
.new-img{
    overflow: hidden;
}
.new-cont img{
    width: 100%;
    display: block;
    overflow: hidden;
    transition: .5s ease-in;
    height: 12rem;
    object-fit: cover;
}
.new-cont:hover img{
    transform: scale(1.1);
}
.new-cont p{
    margin: 20px 0;
    font-size: 18px;
    color: #8c1515;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.new-cont span{
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.page{
    width: 30%;
    height: 50px;
    margin: auto;
}
.page-qian{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    float: left;
}
.page ul a{
    width: 40px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.page-curr{
    color: #8c1515 !important;
}
.page-hou{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    float: left;
}
.page-hou input{
    width: 40px;
    text-align: center;
    margin: 0 10px;
}
.page-hou input::placeholder{
    text-align: center;
}
/* 新闻详情 */
.xinwen-xiangqing{
    overflow: hidden;
    margin-top: 40px;
}
.xinwen-xiangqing>h2{
    font-size: 40px;
    color: #8c1515;
    text-align: center;
}
.xinwen-xiangqing>h2::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    margin-top: 40px;
}
.xinwen-detail h1{
    font-size: 40px;
    color: #8c1515;
    text-align: center;
}
.xinwen-detail h1::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    margin-top: 40px;
}
.xinwen-xiangqing>span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #444444;
    margin-top: 20px;
}
.xinwen-neirong{
    width: 90%;
    margin: 40px auto;
    overflow: hidden;
}
.xinwen-neirong p{
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}
.xinwen-neirong img{
    width: 100%;
    display: block;
    margin: 40px 0;
}
/* 精彩时刻 */
.jingcai{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.jingcai-cont{
    width: 48%;
    margin-bottom: 40px;
}
.jingcai-cont .jingcai-img{
    height: 434px;
    overflow: hidden;
    background-size: cover !important;
}
.jingcai-img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s ease-in;
}
.jingcai-cont:hover img{
    transform: scale(1.1);
}
.jingcai-cont p{
    font-size: 18px;
    color: #8c1515;
    padding: 20px 0 10px 0;
}
.jingcai-cont span{
    font-size: 14px;
    color: #666666;
}
.tan-swiper {
    width: 100%;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
  }

 .tan-da .swiper-slide,.tan-xiao .swiper-slide{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .tan-da {
    height: 80%;
    width: 100%;
    position: unset;
  }

  .tan-xiao {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .tan-xiao .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }

  .tan-xiao .swiper-slide-thumb-active {
    opacity: 1;
  }
  .tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
  }
  .tan-all{
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,1);
  }
  .tan-cont{
      width: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  .tan-cont>h2{
      font-size: 30px;
      color: #fff;
      margin-bottom: 40px;
  }
  .tan-cont>h2>p{
      display: inline-block;
      font-size: 20px;
      color: #fff;
  }
  .tan-zuo{
      left: -60px;
  }
  .tan-you{
      right: -60px;
  }
  .close{
      position: absolute;
      right: 10%;
      top: 5%;
      color: #fff;
      font-size: 40px;
  }
  /* 招生政策及流程 */
  .zhaosheng{
      margin-top: 60px;
  }
  .zhaosheng-content{
      overflow: hidden;
      margin-bottom: 40px;
  }
  .zhaosheng-left{
    float: left;
    margin-left: 5%;
    /* position: absolute;
    left: 5%; */
}
.zhaosheng-left ul li{
    width: 250px;
    line-height: 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #666666;
}
.zhaosheng-left ul li a{
    color: #666666;
    /* font-weight: bold; */
    margin-left: 20px;
}
.zhaosheng-right{
    width: 67%;
    float: left;
    margin-left: 3%;
}
.zhaosheng-curr{
    color: #8c1515 !important;
}
.zhaosheng-right>h2{
    font-size: 50px;
    color: #8c1515;
    margin-bottom: 40px;
}
.zhaosheng-right>p{
    font-size: 16px;
    line-height: 36px;
    color: #444444;
}
.zhaosheng-conts{
    margin-top: 40px;
}
.zhaosheng-conts>h2{
    display: inline;
    font-size: 24px;
    color: #8c1515;
    border-bottom: 2px solid #8c1515;
}
.zhaosheng-conts>p{
    font-size: 30px;
    color: #8c1515;
    margin-top: 50px;
    font-weight: bold;
}
.zhaosheng-cont{
    overflow: hidden;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.zs-cont-left{
    width: 11%;
    float: left;
}
.circle{
    width: 80px;
    height: 80px;
    background-color: #8c1515;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.zs-cont-right{
    width: 85%;
    float: left;
    /* margin-top: 10px; */
}
.zs-cont-right h2{
    font-size: 18px;
    color: #8c1515;
}
.zs-cont-right p{
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}
.zs-cont-right p span{
    color: #8c1515;
}
.zhaosheng-cont:nth-child(even) .circle{
    background-color: #102253;
}
.zhaosheng-di {
    margin-top: 40px;
}
.zhaosheng-di h2{
    font-size: 30px;
    margin-bottom: 20px;
    color: #8c1515;
}
.zhaosheng-di p{
    font-size: 16px;
    color: #444444;
}
.zhaosheng-di p span{
    color: #8c1515;
}
/* 咨询及活动预约 */
.zixun-left{
    width: 50%;
    float: left;
}
.zixun-left>h2{
    font-size: 50px;
    color: #8c1515;
}
.zixun-left> p{
    font-size: 16px;
    color: #000;
    margin: 40px 0;
}
.zixun-contact{
    overflow: hidden;
    margin-bottom: 60px;
    width: max-content;
}
.zixun-contact>p{
    /* width: 40%; */
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 20px;
}
.zixun-contact>span{
    display: block;
    font-size: 16px;
    color: #666666;
}
.zixun-contact img{
    width: 30%;
    display: block;
    margin-top: 15px;
}
.zixun-right{
    width: 50%;
    float: left;
}
.zixun-right img{
    width: 100%;
    display: block;
}
/* 常见问题 */
.ques{
    color: #8c1515;
}
.question-all{
    overflow: hidden;
    margin-top: 40px;
}
.ques-cont{
    margin: 10px 0;
}
.ques-one{
    cursor: pointer;
    overflow: hidden;
    background-color: #102253;
    padding: 20px 0;
}
.ques-cont:hover .ques-one{
    background-color: #8c1515;
}
.ques-one p{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    float: left;
    margin-left: 20px;
}
.ques-color{
    background-color: #8c1515;
}
.ques-one img{
    float: right;
    margin-right: 20px;
    transition: .5s ease-in;
}
.ques-img2{
    display: none;
}
.ques-two{
    padding: 20px;
    display: none;
}
.ques-two p{
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
.on{
    display: block;
}
.on .ques-one{
    background-color: #8c1515;
}
.on .ques-one img{
    transform: rotate(180deg);
}
.on .ques-two {
    display: block;
}
.jiaxiao-img{
    width: 100% !important;
    height: 100% !important;
}
.zixun-contact .title {
    border-bottom: 1px solid #b5b5b5;
    line-height: 2;
    margin-bottom: 20px;
}





@media (min-width:1400px) and (max-width:1800px){
.about-zi{
    left: 5%;
}
.about4{
    width: 70%;
}
.page{
    width: 33%;
}
}
@media (min-width:1100px) and (max-width:1500px){
    /* .header-left,.header-top,.header-bottom{
        display: none;
    } */
    .zs-cont-right{
        margin-left: 20px;
    }
    .header-right .header-bottom li .er01{
        right: 150px;
        background: url(../images/top.png) no-repeat 160px;
        background-position-y: -2px;
    }
    .headers-cont .header-bottom{
        width: 75%;
    }
    .headers-right{
        width: 30%;
    }
    .mobile-inner-header{
        display: none;
    }
    .header-right{
        width: 72%;
    }
    .gallery-top{
        height: 60%;
    }
    .zi{
        /* width: 340px; */
    }
    /* .academic-neirong .school p{
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    } */
    .footer-left{
        width: 110%;
        padding-left: 0;
    }
    .container{
        width: unset;
        padding: 0 90px;
    }
    .content-top p br,.ditu-zi p br{
        display: block;
    }
    .header-left{
        width: 200px;
    }
    .header-right .header-top li,.headers-right .header-top li{
        font-size: 16px;
    }
    .header-right .header-bottom li,.headers-cont .header-bottom li{
        font-size: 14px;
    }
    .ditu-right h2{
        font-size: 28px;
    }
    .ditu-right p{
        font-size: 14px;
    }
    .ditu-right button{
        font-size: 14px;
    }
    .footer-left ul li:nth-of-type(1){
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer-left ul li{
        font-size: 12px;
    }
    .content-top h2{
        font-size: 40px;
    }
    .content-top h1{
        font-size: 40px;
    }
    .cont-left div p{
        font-size: 20px;
    }
    .wen-zi h2{
        font-size: 14px;
    }
    .zi p{
        font-size: 30px;
        font-weight: bold;
    }
    .zi h2{
        font-size: 30px;
        font-weight: bold;
    }
    .wen-zi{
        padding: 7px;
    }
    .about-zi{
        left: 2%;
    }
    .about-zi p{
        font-size: 50px;
    }
    .academic-neirong .school h2{
        font-size: 24px;
    }
    /* 关于我们 */
    .about-right{
        width: 60%;
    }
    .about-right h2{
        font-size: 30px;
        margin-bottom: 0 !important;
    }
    .about-right p{
        font-size: 14px;
    }
    .about1-bot h2{
        font-size: 24px !important;
    }
    .about-content h1, .xueshu h1, .zhaosheng h1,  .tuozhan h1,  .xinwen h1{
        font-size: 30px;
    }
    /* 更新学术 */
    .xueshu-right>h2{
        font-size: 30px;
    }
    .tuozhan-right>h2{
        font-size: 40px;
    }
    .zixun-left> p{
        padding-right: 20px;
    }
    .page{
        width: 45%;
    }
    .tan-swiper{
        height: 500px;
    }
    .kewai-right{
        width: 75%;
    }
    .jingcai-cont .jingcai-img{
        height: 300px;
    }
    /* 加 */
    .xueshu-xiaoxue ul{
        width: 80%;
    }
    .xueshu-chuzhong ul{
        width: 100%;
    }
    .xueshu-xiaoxue ul li{
        font-size: 12px;
    }
    .xiaoxue-cont h2{
        /* width: 28%; */
    }
    .xueshu-right>h3{
        font-size: 20px;
    }
    .zixun-contact>p{
        /* width: 55%; */
    }
}
@media (min-width:789px) and (max-width:1099px){
    .container{
        width: 90%;
        margin: auto;
    }
    br{
        display: none;
    }
    .mobile-inner-header{
        display: block;
        background-color: #8c1515;
    }
    .mobile-inner-header-icon span{
      background-color:#fff;
    }
    .header-left,.header-top,.header-bottom{
        display: none;
    }
    .banner{
        padding-top: 50px;
    }
    .banner .swiper-container{
        height: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .banner .swiper-slide::after{
        display: none;
    }
    .bei{
        height: unset;
        position: unset;
    }
    .bei img{
        width: 100% !important;
        height: auto;
        min-width: unset;
        min-height: unset;
        position: unset;
        transform: unset;
    }
    .xian{
        display: none;
    }
    .headers-top{
        float: left;
    }
    .zi{
        width: 170px;
        bottom: 25%;
        padding: 10px 20px;
    }
    .zi p{
        font-size: 18px;
        line-height: 30px;
    }
    .zi h2{
        font-size: 24px;
    }
    .fenye{
        bottom: 20px !important;
    }
    .content{
        margin-top: 10px;
    }
    .content-top h2{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .content-top h1{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .content-cont{
        flex-wrap: wrap;
        height: 100%;
    }
    .cont-left{
        width: 100%;
    }
    .cont-right{
        width: 100%;
        /* margin-bottom: 10px; */
        /* padding-bottom: 10px; */
    }
    .cont-right-wen{
        margin-top: 20px;
    }
    .academic{
        margin-top: 20px;
    }
    .academic-top{
        margin-top: 40px;
    }
    .academic-top h2{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .academic-cont{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .academic-neirong{
        width: 100%;
        margin-top: 20px;
    }
    .ditu{
        height: 100%;
    }
    .ditu-left{
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }
    .ditu-left #map{
        top: 0;
        height: 100%;
    }
    .ditu-right{
        width: 100%;
        height: 355px;
    }
    .ditu-zi{
        top: 20px;
        left: 0;
    }
    .ditu-right p{
        width: 100%;
        font-size: 12px;
        margin-top: 0;
    }
    .footer-left{
        display: none;
    }
    .footer-right{
        width: 100%;
    }
    .di p{
        line-height: 24px;
    }
    /* 关于我们页面 */
    .about-content{
        margin-top: 0;
    }
    .about{
        margin-top: 0;
    }
    .about-zi{
        left: 2%;
    }
    .about-left{
        width: 100%;
        margin-left: 0;
    }
    .about-left ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .about-left ul li a{
        margin-left: 0;
    }
    .about-right{
        width: 95%;
        margin: 0px;
        padding: 10px;
    }
    .about-right p{
        margin: 10px 0;
        font-size: 14px;
    }
    .lunbo{
        height: 300px;
    }
    .gallery-top{
        height: 70%;
    }
    .gallery-thumbs{
        height: 30%;
    }
    .about4{
        height: 100%;
        margin-bottom: 0px;
    }
    .about4-left .about4-h2{
        margin-bottom: 5px;
    }
    .maps{
        height: 300px;
    }
    .about4-left{
        width: 100%;
    }
    .about4-right{
        width: 100%;
        margin-left: 0;
    }
    .about-right h2{
        font-size: 24px;
    }
    .about-content h1, .xueshu h1, .zhaosheng h1,  .tuozhan h1,  .xinwen h1{
        font-size: 30px;
    }
    /* 更新学术 */
    .xueshu{
        margin-top: 0;
    }
    .xueshu-content{
        margin-top: 0;
    }
    .xueshu-xiaoxue{
        margin-top: 10px;
    }
    .xueshu-left{
        width: 100%;
        margin-left: 0;
    }
    .xueshu-left ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .xueshu-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .xueshu-right{
        width: 95%;
        margin-left: 0;
        padding: 10px;
    }
    .xueshu-right>h2{
        font-size: 24px;
        line-height: 30px;
    }
    .xueshu-right>p{
        font-size: 16px;
    }
    .xueshu-right>h3{
        font-size: 20px;
    }
    .xueshu-xiaoxue ul{
        width: 100%;
    }
    .xueshu-xiaoxue ul li{
        font-size: 16px;
        text-align: center;
    }
    .xiaoxue-cont h2{
        width: 67%;
    }
    .xiaoxue-cont p{
        margin: 10px 0;
    }
    .xueshu-chuzhong .huadong ul{
        width: 305% !important;
    }
    .xueshu-left .huadong ul{
        width: 210%;
    }
    .xueshu-xiaoxue .huadong ul{
        width: 225%;
    }
    .huadong{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .tuozhan{
        margin-top: 0;
    }
    .tuozhan-left{
        width: 100%;
        margin-left: 0;
    }
    .tuozhan-left ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tuozhan-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .tuozhan-left ul li a{
        margin-left: 0;
    }
    .tuozhan-right{
        width: 95%;
        margin-left: 0;
        padding: 10px;
    }
    .tuozhan-right>h2{
        font-size: 30px;
    }
    .tuozhan-right>img{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .kewai{
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .kewai-left{
        width: 100%;
    }
    .kewai-right{
        width: 100%;
        padding-left: 0;
    }
    .kewai-right h2{
        font-size: 18px;
    }
    .kewai-right p{
        width: 99%;
    }
    .xinwen{
        margin-top: 0;
    }
    .xinwen-content{
        flex-direction: column;
        align-items: center;
    }   
    .xinwen-left{
        width: 100%;
        margin-left: 0;
    }
    .xinwen-left ul{
        width: 100%;
        overflow: hidden;
    }
    .xinwen-left ul li{
        width: 50%;
        float: left;
        text-align: center;
    }
    .xinwen-left ul li a{
        margin-left: 0;
    }
    .xinwen-right{
        width: 95%;
        margin-left: 0;
        padding: 10px;
    }
    .xinwen-right>h2{
        font-size: 30px;
    }
    .xinwen-xiangqing{
        margin-top: 20px;
    }
    .xinwen-xiangqing>h2::after{
        margin-top: 10px;
    }
    .xinwen-xiangqing>h2{
        font-size: 16px;
    }
    .xinwen-detail h1::after{
        margin-top: 10px;
    }
    .xinwen-detail h1{
        font-size: 16px;
    }
    .xinwen-neirong{
        width: 100%;
        margin: 10px auto;
    }
    .xinwen-neirong img{
        margin: 10px 0;
    }
    .jingcai-cont .jingcai-img{
        height: unset;
    }
    .tan-cont{
        width: 90%;
    }
    .tan-swiper{
        height: 200px;
    }
    .tan-da{
        position: relative;
    }
    .tan-zuo{
        left: 5px;
    }
    .close{
        top: 17%;
    }
    .tan-you{
        right: 5px;
    }
    .new{
        margin-top: 5px;
    }
    .new-cont{
        width: 49%;
    }
    .page{
        width: 100%;
    }
    .page-hou input{
        margin: 0 5px;
    }
    .new-cont p{
        margin: 10px 0;
        padding-left: 5px;
    }
    .new-cont span{
        padding-left: 5px;
    }
    .zhaosheng{
        margin-top: 0;
    }
    .zhaosheng-left{
        width: 100%;
        margin: 0 0;
    }
    .zhaosheng-left ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .zhaosheng-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .zhaosheng-left ul li a{
        margin-left: 0;
    }
    .zhaosheng-right{
        width: 95%;
        margin-left: 0;
        padding: 10px;
    }
    .zhaosheng-right>h2{
        font-size: 30px;
        margin-bottom: 0;
    }
    .zhaosheng-conts>h2{
        font-size: 18px;
    }
    .circle{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
    .zs-cont-right{
        width: 80%;
        margin-top: 0;
        margin-left: 10px;
    }
    .zhaosheng-conts>p{
        margin-top: 20px;
    }
    .zhaosheng-cont{
        margin-top: 20px;
    }
    .zixun-left{
        width: 100%;
    }
    .zixun-right{
        width: 100%;
    }
    .zixun-left>h2{
        font-size: 30px;
    }
    .zixun-left> p{
        margin: 10px 0;
    }
    .zixun-contact>p{
        /* width: 50%; */
    }
    .zixun-contact{
        margin-bottom: 20px;
    }
    .question-all{
        margin-top: 10px;
    }
    .ques-one p{
        font-size: 16px;
    }
    .ques-one img{
        display: none;
    }
    /* 英文手机样式 */
    .cont-left div p{
        font-size: 14px;
    }
    .wen-zi h2{
        font-size: 12px;
        line-height: 26px;
    }
    .academic-neirong .school h2{
        font-size: 24px;
    }
    .academic-neirong .school{
        padding: 1em 2em 1em 1em;
    }
    .academic-neirong .school p{
        font-size: 12px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    }
    .ditu-right h2{
        font-size: 24px;
    }
}

@media screen and (max-width:789px){
    .container{
        width: 90%;
        margin: auto;
    }
    br{
        display: none;
    }
    .mobile-inner-header{
        display: block;
        background-color: #8c1515;
    }
    .mobile-inner-header-icon span{
      background-color:#fff;
    }
    .header-left,.header-top,.header-bottom{
        display: none;
    }
    .banner{
        padding-top: 50px;
    }
    .banner .swiper-container{
        height: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .banner .swiper-slide::after{
        display: none;
    }
    .bei{
        height: unset;
        position: unset;
    }
    .bei img{
        width: 100% !important;
        height: auto;
        min-width: unset;
        min-height: unset;
        position: unset;
        transform: unset;
    }
    .xian{
        display: none;
    }
    .headers-top{
        float: left;
    }
    .zi{
        width: 170px;
        bottom: 25%;
        padding: 10px 20px;
    }
    .zi p{
        font-size: 18px;
        line-height: 30px;
    }
    .zi h2{
        font-size: 24px;
    }
    .fenye{
        bottom: 20px !important;
    }
    .content{
        margin-top: 10px;
    }
    .content-top h2{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .content-top h1{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .content-cont{
        flex-wrap: wrap;
        height: 100%;
    }
    .cont-left{
        width: 100%;
    }
    .cont-right{
        width: 100%;
        /* margin-bottom: 10px; */
        /* padding-bottom: 10px; */
    }
    .cont-right-wen{
        margin-top: 20px;
    }
    .academic{
        margin-top: 20px;
    }
    .academic-top{
        margin-top: 40px;
    }
    .academic-top h2{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .academic-cont{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .academic-neirong{
        width: 100%;
        margin-top: 20px;
    }
    .ditu{
        height: 100%;
    }
    .ditu-left{
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }
    .ditu-left #map{
        top: 0;
        height: 100%;
    }
    .ditu-right{
        width: 100%;
        height: 355px;
    }
    .ditu-zi{
        top: 20px;
        left: 0;
    }
    .ditu-right p{
        width: 100%;
        font-size: 12px;
        margin-top: 0;
    }
    .footer-left{
        display: none;
    }
    .footer-right{
        width: 100%;
    }
    .di p{
        line-height: 24px;
    }
    /* 关于我们页面 */
    .about-content{
        margin-top: 0;
    }
    .about{
        margin-top: 0;
    }
    .about-zi{
        left: 2%;
    }
    .about-left{
        width: 100%;
        margin-left: 0;
    }
    .about-left ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .about-left ul li a{
        margin-left: 0;
    }
    .about-right{
        width: 95%;
        margin: 0px;
        padding: 10px;
    }
    .about-right p{
        margin: 10px 0;
        font-size: 14px;
    }
    .lunbo{
        height: 300px;
    }
    .gallery-top{
        height: 70%;
    }
    .gallery-thumbs{
        height: 30%;
    }
    .about4{
        height: 100%;
        margin-bottom: 0px;
    }
    .about4-left .about4-h2{
        margin-bottom: 5px;
    }
    .maps{
        height: 300px;
    }
    .about4-left{
        width: 100%;
    }
    .about4-right{
        width: 100%;
        margin-left: 0;
    }
    .about-right h2{
        font-size: 24px;
    }
    .about-content h1, .xueshu h1, .zhaosheng h1,  .tuozhan h1,  .xinwen h1{
        font-size: 30px;
    }
    /* 更新学术 */
    .xueshu{
        margin-top: 0;
    }
    .xueshu-content{
        margin-top: 0;
    }
    .xueshu-xiaoxue{
        margin-top: 10px;
    }
    .xueshu-left{
        width: 100%;
        margin-left: 0;
    }
    .xueshu-left ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .xueshu-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .xueshu-right{
        width: 95%;
        margin-left: 0;
        padding: 10px;
    }
    .xueshu-right>h2{
        font-size: 24px;
        line-height: 30px;
    }
    .xueshu-right>p{
        font-size: 16px;
    }
    .xueshu-right>h3{
        font-size: 20px;
    }
    .xueshu-xiaoxue ul{
        width: 100%;
    }
    .xueshu-xiaoxue ul li{
        font-size: 16px;
        text-align: center;
    }
    .xiaoxue-cont h2{
        width: 67%;
    }
    .xiaoxue-cont p{
        margin: 10px 0;
    }
    .xueshu-chuzhong .huadong ul{
        width: 305% !important;
    }
    .xueshu-left .huadong ul{
        width: 210%;
    }
    .xueshu-xiaoxue .huadong ul{
        width: 225%;
    }
    .huadong{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .tuozhan{
        margin-top: 0;
    }
    .tuozhan-left{
        width: 100%;
        margin-left: 0;
    }
    .tuozhan-left ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tuozhan-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .tuozhan-left ul li a{
        margin-left: 0;
    }
    .tuozhan-right{
        width: 95%;
        margin-left: 0;
        padding: 10px;
    }
    .tuozhan-right>h2{
        font-size: 30px;
    }
    .tuozhan-right>img{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .kewai{
        flex-wrap: wrap;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .kewai-left{
        width: 100%;
    }
    .kewai-right{
        width: 100%;
        padding-left: 0;
    }
    .kewai-right h2{
        font-size: 18px;
    }
    .kewai-right p{
        width: 99%;
    }
    .xinwen{
        margin-top: 0;
    }
    .xinwen-content{
        flex-direction: column;
        align-items: center;
    }   
    .xinwen-left{
        width: 100%;
        margin-left: 0;
    }
    .xinwen-left ul{
        width: 100%;
        overflow: hidden;
    }
    .xinwen-left ul li{
        width: 50%;
        float: left;
        text-align: center;
    }
    .xinwen-left ul li a{
        margin-left: 0;
    }
    .xinwen-right{
        width: 90%;
        margin-left: 0;
        padding: 10px;
    }
    .xinwen-right>h2{
        font-size: 30px;
    }
    .xinwen-xiangqing{
        margin-top: 20px;
    }
    .xinwen-xiangqing>h2::after{
        margin-top: 10px;
    }
    .xinwen-xiangqing>h2{
        font-size: 16px;
    }
    .xinwen-detail h1::after{
        margin-top: 10px;
    }
    .xinwen-detail h1{
        font-size: 16px;
    }
    .xinwen-neirong{
        width: 100%;
        margin: 10px auto;
    }
    .xinwen-neirong img{
        margin: 10px 0;
    }
    .jingcai-cont .jingcai-img{
        height: unset;
    }
    .tan-cont{
        width: 90%;
    }
    .tan-swiper{
        height: 200px;
    }
    .tan-da{
        position: relative;
    }
    .tan-zuo{
        left: 5px;
    }
    .close{
        top: 17%;
    }
    .tan-you{
        right: 5px;
    }
    .new{
        margin-top: 5px;
        justify-content: center;
    }
    .new-cont{
        width: 98%;
    }
    .page{
        width: 100%;
    }
    .page-hou input{
        margin: 0 5px;
    }
    .new-cont p{
        margin: 10px 0;
        padding-left: 5px;
    }
    .new-cont span{
        padding-left: 5px;
    }
    .zhaosheng{
        margin-top: 0;
    }
    .zhaosheng-left{
        width: 100%;
        margin: 0 0;
    }
    .zhaosheng-left ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .zhaosheng-left ul li{
        width: unset;
        text-align: center;
        font-size: 16px;
        padding: 0 20px;
    }
    .zhaosheng-left ul li a{
        margin-left: 0;
    }
    .zhaosheng-right{
        width: 95%;
        margin-left: 0;
        padding: 10px;
    }
    .zhaosheng-right>h2{
        font-size: 30px;
        margin-bottom: 0;
    }
    .zhaosheng-conts>h2{
        font-size: 18px;
    }
    .circle{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
    .zs-cont-right{
        width: 80%;
        margin-top: 0;
        margin-left: 10px;
    }
    .zhaosheng-conts>p{
        margin-top: 20px;
    }
    .zhaosheng-cont{
        margin-top: 20px;
    }
    .zixun-left{
        width: 100%;
    }
    .zixun-right{
        width: 100%;
    }
    .zixun-left>h2{
        font-size: 30px;
    }
    .zixun-left> p{
        margin: 10px 0;
    }
    .zixun-contact>p{
        /* width: 50%; */
    }
    .zixun-contact{
        margin-bottom: 20px;
    }
    .question-all{
        margin-top: 10px;
    }
    .ques-one p{
        font-size: 16px;
    }
    .ques-one img{
        display: none;
    }
    /* 英文手机样式 */
    .cont-left div p{
        font-size: 14px;
    }
    .wen-zi h2{
        font-size: 12px;
        line-height: 26px;
    }
    .academic-neirong .school h2{
        font-size: 24px;
    }
    .academic-neirong .school{
        padding: 1em 2em 1em 1em;
    }
    .academic-neirong .school p{
        font-size: 12px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    }
    .ditu-right h2{
        font-size: 24px;
    }
}

