@media (max-width: 1440px) {
   .navbar .navbar-nav>li>a{
   padding-left:83px;
   padding-right:83px;
}
    .xshy .swiper-slide.swiper-slide-active .xshy_lb {
        width: 710px!important;
    }
}



@media (max-width: 1400px) {

.ltban_tit .ctbx h2{
  font-size:36px;
}
}

@media (max-width: 1240px) {

.navbar .navbar-nav>li>a {
    font-size: 18px;
    padding-left:63px;
    padding-right:63px;
}
    .top_logo {
        width: 240px;
    }
    .top_wz,
.logo_wz4 {
        width: 300px;
    }

    .top_rg {
        margin-top: 30px;
    }


   .xsjl li .xsjl_cont .time{
   font-size: 16px;
 }

.list_lf{
  display:none;
}
.list_rg{
  width: calc(100% - 0px);
}



.xshy_lb {
        border: rgba(231, 231, 231, 0.8) 1px solid;
    }
    .xshy .swiper-slide.swiper-slide-prev .xshy_lb,
    .xshy .swiper-slide.swiper-slide-next .xshy_lb {
        margin: 0px;
    }
    .xshy .swiper-slide.swiper-slide-prev .xshy_lb::before,
    .xshy .swiper-slide.swiper-slide-next .xshy_lb::before {
        display: none;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb {
        width: auto!important;
        position: static;
        box-shadow: none;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb {
        padding-top: 40px;
        padding-bottom: 20px;
        border: rgba(231, 231, 231, 0.3) 1px solid;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .picture {
        width: 272px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .text {
        width: calc(100% - 300px);
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .text h2 {
        font-size: 16px;
        color: #333;
        line-height: 24px;
        height: 72px;
        margin-bottom: 10px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .xshy .xshy-next,
    .xshy .xshy-prev {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 0px;
    }
    .xshy .xshy-next {
        right: 50%;
        margin-right: -50px;
    }
    .xshy .xshy-prev {
        left: 50%;
        margin-left: -50px;
    }

}


@media (max-width: 1080px) {


    .topwk {
        background: #b82524;
        position: static;
           height: auto;
            position: fixed;
    z-index: 10;
    }
    .topbg {
        height: 70px;
        position: relative;
        padding:0px;
    }
    .top_lf {
        position: absolute;
        left: 15px;
        top: 0px;
    }
    .top_logo {
        position: relative;
        width: 200px;
        left: 0px;
        top: 10px;
        height: 50px;
        margin: 0px;
    }
    .top_logo img {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%);
        max-height: 100%;
    }
    .top_wz,
.logo_wz4 {
        position: relative;
        width: 200px;
        left: 10px;
        top: 10px;
        height: 50px;
        margin: 0px;
    }
    .top_wz img,
.logo_wz4 img {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%);
        max-height: 100%;
    }
    .top_rg {
        display: none;
    }
    .ban_box {
       height: auto;
       margin-top:70px;
    }
.ban_box .ban-dot{
 bottom: 12px;
}  
.ban_box .ban-dot span{
  width:12px;
  height:11px;
 
}



.nav_box{
   margin-top:0px;
}
.ltban_pic{
  height:200px;
}


  /* 小于1200就缩导航 */
  /* 小于1200就缩导航 */
    .navbar {
        margin-top: 0px;
        position: absolute;
        display: block;
        margin-right: 0;
        top: 35px !important;
        right: 15px !important;
    }
    .navbar .menuBtn {
        width: 30px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 50%;
        z-index: 9;
        padding-top: 4px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar .menuBtn b {
        display: block;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .menuBtn2 {
        display: none;
    }
    .navbar .menuslider {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: #fff;
        background-size: cover;
        z-index: 99;
        width: 100%;
        height: calc(100% - 70px) !important;
        left: 0;
        top: 70px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar .menuslider .navbar-nav {
        margin-top: 20px;
        overflow: hidden;
        padding: 0 3%;
    }
    .navbar .menuslider a {
        font-weight: normal !important;
    }
    .navbar .menuslider .nav-child {
        width: 100%;
        display: none;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        top: 0 !important;
        left: 0 !important;
        padding: 10px 0 10px 10px !important;
        margin: 0 0 -1px 0 !important;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }
    .navbar .menuslider .nav-child li {
        text-align: left;
        padding: 0;
    }
    .navbar .menuslider .nav-child li a {
        padding: 5px 10px;
    }
    .navbar .menuslider .nav-child li>dl {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        background: none;
        padding-left: 15px;
    }
    .navbar .menuslider .nav-child li.hasChild.on>dl {
        display: block;
    }
    .navbar .menuslider .nav-child:before {
        display: none;
    }
    .navbar .navbar-nav>li {
        width: 100% !important;
        display: block;
        position: relative;
        text-align: left !important;
        padding: 10px !important;
        box-sizing: border-box;
        height: auto;
        border-bottom: 1px solid #ccc;
        background: none !important;
    }
    .navbar .navbar-nav>li a {
        text-align: left !important;
        line-height: 24px;
        color: #333 !important;
        background: none !important;
        padding: 0px;
    }

.navbar .nav-child li:hover {
    background: #fff;
}

.navbar .nav-child li:hover a {
    color: #333;
}


    .navbar .navbar-nav>li.hasChild>em {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9;
        width: 20px;
        height: 45px;
        background: url(../images/nav-down.png) center no-repeat;
        background-size: 100%;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navbar .navbar-nav>li.hasChild.on>em {
        transform: rotate(45deg);
    }
    .navbar .hasChild:before {
        display: none;
    }
    .navbar li.hasChild.on .nav-child {
        display: block !important;
        background: none;
    }
    .navbar .menu-bott {
        display: block;
        overflow: hidden;
        background: #b82524;
        padding: 10px 0px;
    }
  .navbar .menu-bott .top-right {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .navbar .menu-bott .top-right li {
    padding: 0 10px;
  }
  .navbar .menu-bott .search-box {
    margin-left: 30px;
    float: left;
  }
.menu-bott .top-right ul{
    float: left;
    margin-left: 30px;

}



  body.side-right .navbar .menuslider {
    opacity: 1;
    visibility: visible;
    top: 70px;
  }
  body.side-right .navbar .menuBtn {
    display: none;
  }
  body.side-right .navbar .menuBtn2 {
    display: block;
  }
  body.side-right .navbar .menuBtn b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
  }
  body.side-right .navbar .menuBtn b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  body.side-right .navbar .menuBtn b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .banner .slick-dots{
    bottom: 15px;
  }
  .banner .slick-dots li.slick-active {
    bottom: 5px;
  }


/* 手机二级导航 */
 .sjmenu{
  display: block;
  background: #f5f5f5;
  margin-top:20px;
}

.sp_header{height:50px;
  overflow:hidden;
  /* background:#fff; */
  width:100%;}
.sp_logo{float:left;
  height:50px;
  font-size: 22px;
  line-height: 50px;
  color: #111;
  text-indent: 10px;
}
.sp_nav{width:50px;float:right;
  position:relative;
  cursor:pointer;height:30px;
  margin-top:15px}
.sp_nav span{display:block;
  background:#960001;
  width:30px;height:2px;
  position:absolute;left:10px;
  transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav{
  width:100%;
  transition:top ease 0.35s;
  display: none;
  }
.nav_show{
  display: block;
  color: #333;
  }

.sjj_nav ul li i{
  position:absolute;
  top:5px;
  right:0px;
  border-left:1px #ddd solid;
  height:40px;
  padding:0px 7px 0 7px;
}
.sjj_nav ul li i svg{
  transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{
  border-top:1px #ddd solid;
  position:relative;
  line-height:50px;
  font-size:18px;
}
.sjj_nav ul li a{
  display: block;
  text-indent: 8px;
}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li ul li{
  font-size: 16px;
}
.sjj_nav ul li ul li a{color:#444;
  display:block;
  text-align:left;
  text-indent: 20px;
}
.sjj_nav ul li ul li ul li{
  font-size: 14px;
} 
.sjj_nav ul li ul li ul li a{color:#444;
  text-indent: 30px;
}

.sjj_nav ul li ul li ul li ul li a{color:#666;
  text-indent: 40px;
}

.sjj_nav ul li.grey{
  background:#e6e6e6;
}



.sjj_nav ul li i svg{width:20px;height:20px;fill:#666;
  margin-top: 10px;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#9a0001}


    /* 新闻 */

     .xintj_lb .picture{
  width:420px;
}
.xintj_lb .text{
   width: calc(100% - 420px);
 }
.xintj_lb .text .textmar{
  padding-left:40px;
  padding-right:40px;
}

    .xintj_lb .text .textmar h2 {
       font-size: 20px;
       line-height: 26px;
        height: 78px;
    }
    .xintj_lb .text .textmar p {
        line-height: 22px;
        height: 132px;
    }
    .xintj .xwtj-dot {
        bottom: 10px;
        left: 455px;
    }


.xintj .xwtj-next{
  left: 520px;
}
.xintj .xwtj-prev{
  left: 478px;
}

.xshy .xshy-next:hover {
    background: url(../images/aca_next.png) no-repeat;
    background-size: 100% 100%;
}

.xshy .xshy-prev:hover {
    background: url(../images/aca_prev.png) no-repeat;
    background-size: 100% 100%;
}


    /* 科研 */
    .keyan_lb .text h2 {
        font-size: 16px;
    }
    .keyan_lb .text span {
        font-size: 13px;
    }
    /* 底部 */
    .dibu_wz {
        font-size: 14px;
    }
    .list_box,
    .list_box.list_boxxw {
        padding-top: 40px;
    }

    .list_lbxg li a {
        padding: 25px;
    }
    .list_lbxg li h2 {
        font-size: 20px;
    }
    /* 教师 */

    .list_js li {
        width: 100%;
    }
   .list_js li .ltjs_text{
     height: auto;
}
.list_js li .ltjs_text dl{
      overflow: hidden;
}
    /* 组织架构 */
    .list_zzjg li {
        width: 100%;
    }

  
   .xsjl li{
    width: 100%;
  }

}


@media (max-width: 950px) {

 .xintj .xwtj-next{
  left: 380px;
}
.xintj .xwtj-prev{
  left: 338px;
}

.xkfxxg li{
  width:50%;
}


.ltwork li{
      width: 50%;
}
.ltwork li:nth-of-type(1){
  width: 100%;
}


}


@media (max-width: 850px) {


/* 学科方向 */
.menu_head h3{
  font-size: 18px;
  width: 230px;
}
.menu_head h5{
  font-size:16px;
}

.menu_body .menu_jj .menu_jjtp{
  margin: 0px auto;
  float: none;
}
.menu_body .menu_jj .menu_jjnr{
  width: calc(100% - 0px);
  margin-top: 10px;
}
.menu_body .menu_name{
  font-size: 16px;
}
.menu_body .menu_name p span{
  margin: 0px 20px 0px 0px;
}



/* 杰出人才 */

.jcrc .jcrc_tit h3{
  font-size: 18px;
}
.jcrc .jcrc_per li a{
  font-size: 16px;
}

.jcrc .jcrc_per li{
  width: 16.6%;
  text-indent: 20px;
  line-height: 38px;
}



#vsb_content TABLE{
width: 100%!important;
       border-right: #222 1px solid;
    border-collapse: collapse!important;
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}

#vsb_content_2 TABLE{
width: 100%!important;
       border-right: #222 1px solid;
    border-collapse: collapse!important;
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}


}




@media (max-width: 768px) {
.sydh h1{
      font-size: 30px;
}
.cont_bg1{
   padding-bottom:65px;
}
.xintj{
  padding-bottom:20px;
}
 .xintj_lb .picture {
        width: 100%;
    }
    .xintj_lb .text {
        width: calc(100% - 0px);
    }
    .xintj_lb .text .textmar {
        padding: 20px 20px 40px;
    }
.xintj_lb .text .textmar h2{
  font-size: 18px;
}
    .xintj .xwtj-dot {
        bottom:-18px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    .xintj .xwtj-next,
    .xintj .xwtj-prev {
        margin-top: 0px;
        top: 30%;
       left:0px;
    }
.xintj .xwtj-next{
  left:auto;
  right:0px;
}



.xintj .xwtj_more{
    right: 50%;
    margin-right: -72px;
    bottom: 0px;
}



.xshy .swiper-container {
        padding-bottom: 35px;
         padding-top: 0px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb {
        padding: 25px;
    }
    .xshy_lb a {
        padding-bottom: 0px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .picture {
        width: 230px;
        margin-top: 5px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .text {
        width: calc(100% - 255px);
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .text h2 {
        line-height: 22px;
        height: 66px;
        margin-bottom: 5px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .text p {
        line-height: 22px;
    }
  

}

@media (max-width: 700px) {
    .sydh h1 {
        font-size: 26px;
    }
    .sydh span,
.xintj .xwtj_more {
        width: 120px;
        text-indent: 15px;
        background: url(../images/jt.png) no-repeat 95px center #9b0000;
    }
    .sydh span a,
.xintj .xwtj_more a {
        font-size: 13px;
    }
    .dibu_wz {
        line-height: 30px;
    }
.ltban_tit .ctbx h2{
   font-size: 30px;
}
.ltyjs li{
       position: static;
     margin-bottom:0px;
    padding:0px 0px 25px;
}
.ltyjs li .ltyjs_tp{
   width:100%;
}
.ltyjs li .ltyjs_text{
  width: calc(100% - 0px);
position: static;
    padding: 20px 20px 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.ltyjs li .ltyjs_text h2{
       font-size: 18px;
      line-height: 28px;
   text-overflow: initial;
    white-space: normal;
}

}

@media (max-width: 600px) {
 
  .ctbx {
    width: 90%;
  }

.xintj_lb .text .textmar h2{
  font-size: 16px;
}

  /* 列表 */
  .list_rdh h1{
    font-size: 20px;
  }
  
  .list_xw li .ltxw_tp{
    width: 100%;
   margin-bottom:15px;
  }
  .list_xw li .ltxw_text{
    width: calc(100% - 0px);
}
  .list_xw li .ltxw_text h2{
   margin-top: 0px;
   font-size: 18px;
}


.list_rdh span{
  font-size: 12px;
}

.list_xw ul{
  padding-top: 0px;
}
.list_xw li .ltxw_text h2{
  font-size: 18px;
}

/* 列表页文字 */
.list_lb li span{
  margin-left: 0px;
}
.list_lb li a{
  background: none;
  padding-right: 0px;
  margin-right: 0px;
  width: calc(100% - 110px);
}

.list_lb li:hover a{
  text-indent:0px;
}


/* 学院简介 */
.xygk_num li,
.xygk_num li:nth-last-of-type(1) {
  width: 33.3%;
}
.xygk_num li:nth-of-type(3n) .xygk_numnr::after{
    display: none;
}
.xygk_num li .xygk_numnr {
  margin-right: 0px;
  padding: 0px 15px;
}


/* 委员会 */
.ltwyh_lb h3{
  font-size: 18px;
}
.ltwyh_zc{
  font-size: 15px;
}


/* 学科方向 */
.menu_list{
  margin-top: 30px;
}
.menu_head{
  padding: 10px 0px;
  height: 70px;
  line-height: 35px;
}
.menu_head::before{
  left: 20px;
}
.menu_head::after{
  right: 20px;
}
.menu_head h3{
  width: auto;
  margin-left: 50px;
  font-size: 16px;
}
.menu_head h5{
  width: 100%;
  text-indent: 50px;
  font-size: 14px;
}
.menu_body{
  padding: 20px 20px 0px;
}
.menu_body .menu_jj .menu_jjnr p{
  line-height: 30px;
  font-size: 14px;
  height:120px;
}
.menu_body .menu_name{
  font-size: 14px;
  margin-top: 20px;
}
.menu_body .menu_name h4,
.menu_body .menu_name p{
  line-height: 30px;
}

/* 杰出人才 */
.jcrc_box{
  margin-top: 30px;
}
.jcrc .jcrc_tit h3{
  padding-right:20px;
  padding-left:15px; 
  font-size: 16px;
}
.jcrc .jcrc_per li{
  width: 25%;
  text-indent: 15px;
  line-height: 32px;
}
.jcrc .jcrc_per li a{
  font-size: 14px;
}

    .xintj .xwtj-next,
    .xintj .xwtj-prev {
        top: 20%;
    }
    .xintj .xwtj-next {
        background: url(../images/xw-next.png) no-repeat center;
        background-size: auto 22px;
    }
    .xintj .xwtj-prev {
        background: url(../images/xw-prev.png) no-repeat center;
        background-size: auto 22px;
    }
    .keyan .ky-next {
        right: 10px;
        background: url(../images/ky-next.png) no-repeat center;
        background-size: auto 20px;
    }
    .keyan .ky-prev {
        left: 10px;
        background: url(../images/ky-prev.png) no-repeat center;
        background-size: auto 20px;
    }
    /* 列表页教师 */
    .list_js li .ltjs_nr {
        padding: 30px;
    }
    .list_js li .ltjs_tp {
        float: none;
        margin: auto;
    }
    .list_js li .ltjs_text {
        width: calc(100% - 0px);
    }
    .list_js li .ltjs_text dl {
        margin-right: 0px;
        padding-bottom: 5px;
    }
    /* 列表页组织机构 */
    .list_zzjg li .ltzzjg_nr {
        padding: 30px;
    }
    .list_zzjg li .ltzzjg_tp {
        float: none;
        margin: auto;
    }
    .list_zzjg li .ltzzjg_text {
        width: calc(100% - 0px);
    }
    .list_zzjg li .ltzzjg_text dl {
        margin-right: 0px;
        padding-bottom: 5px;
    }


.xsjl li .xsjl_cont{
  padding:25px;
}
.xsjl li .xsjl_cont .xsjl_tp{
        float: none;
    margin: 0px auto;
}
.xsjl li .xsjl_cont .time{
      font-size: 14px;
line-height: 24px;
      height: 49px;
    padding: 17px 0px 14px;
   width:80px;
}

.xsjl li .xsjl_cont .time b {
    font-size: 22px;
}

.xsjl li .xsjl_text{
       width: calc(100% - 0px);
          margin-top: 20px;
}
.xsjl li .xsjl_text dl dt{
       white-space:normal;
        height: auto;
    line-height: 26px;
    padding-bottom: 10px;
}

.xkfxxg li{
  width:100%;
}
.xkfxxg li .xkfxxg_mar .text{
      height: auto;
}
.ltwork li{
      width: 100%;
}


.xshy .swiper-container {
        padding-bottom: 60px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .picture {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .xshy .swiper-slide.swiper-slide-active .xshy_lb .text {
        width: calc(100% - 0px);
    }



}

@media (max-width: 480px) {

  .top_logo {
        width: 130px;
    }
    .top_wz,
logo_wz4  {
        width: 180px;
    }
    .dibu_wz {
        line-height: 24px;
    }

   .ltban_tit .ctbx h2{
    font-size:24px;
}

}

@media (max-width: 400px) {
    .top_wz,
.logo_wz4  {
        display: none;
    }
}










}