* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;

}

html {
  font-size: 100px;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  
}

:focus {
  outline: 0
}

a {
  text-decoration: none;
  color: #333333;
}

@media (min-width:1025px) {
  a:hover {
     
  }
}

button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #333;
  position: relative;
  font-size: .16rem;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Microsoft YaHei, Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}



i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

select::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

::-webkit-input-placeholder {
  color: #999;
  font-size: inherit
}



.clear {
  clear: both;
}






.pagecontainer {
  width: 73%;
  margin: 0 auto;
  max-width: 1400px;

}


@media (max-width: 980px) {
  .pagecontainer {
      width: 94%;

  }

  .headerm{
    position: relative;
    background: rgba(14, 38, 100, 1);
  }

  .header.fixedNav {
    position: fixed;
}
}









/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100vh;
  display: block;
  margin: auto;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(/images/bannerR.png) no-repeat center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-banner-prev {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(/images/bannerL.png) no-repeat center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
  left: 0px;
  text-align: center;
  position: absolute;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0b69b6;
  border-radius: 45px;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}


@media (max-width: 980px) {


  .banner .swiper-banner-next {
    display: none;
  }

  .banner .swiper-banner-prev {
    display: none;
  }

  .banner .swiper-pagination {
    bottom: 0.1rem;
  }

  .banner .swiper-slide img {
    width: 100%;
    height: 100%;
  }

}


/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title span{
  display: block;
  margin: 0 auto;
}


.title span img{
  display: block;
  margin: 0 auto;
}

.title h3{
  font-size: 0.5rem;
  color: #333;
  font-weight: normal;
} 

.title h3 i{
  font-size: 0.5rem;
  color: #094c84;
  font-weight: normal;
}



@media (max-width: 1440px){
  .title h3{
    font-size: 0.4rem;
  } 
  
  .title h3 i{
    font-size: 0.4rem;
  }

}


@media (max-width: 980px){

  .title span img{
    max-width: 2.4rem;
  }

  .title h3{
    font-size: 0.24rem;
  } 
  
  .title h3 i{
    font-size: 0.24rem;
  }

}


/* 师资力量 */
.teambg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/szbg.jpg) no-repeat  center;
  background-size: cover;
  position: relative;
}


.STAFF{
  margin: 0 auto;
  padding-top: 1.05rem;
}

.STAFF .title em{
  display: block;
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.15rem;

}

.STAFF .STAFFbox{
  margin: 0.5rem auto 0 auto;
  position: relative;
  z-index: 5;
  
}

.STAFF .STAFFbox::after{
  position: absolute;
  left: 0;
  top: 2.8rem;
  content: "";
  z-index: -1;
  background: url(/images/szico.png) no-repeat top center;
  width: 100%;
  height: 4.03rem;
  background-size: 100%;
}


.STAFF .STAFFbox ul li{
  position: relative;
  width: 25%;
  float: left;
}

.STAFF .STAFFbox ul li:nth-child(1){
  margin-top: 1.35rem;
}

.STAFF .STAFFbox ul li:nth-child(4){
  margin-top: 1.6rem;
}

.STAFF .STAFFbox ul li .nrcont{
  height: 2.5rem;
}

.STAFF .STAFFbox ul li .nr{
  text-align: center;
  border-radius: 50%;
  background: #fff;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0.1rem;
}

.STAFF .STAFFbox ul li:nth-child(2) .nr{
  margin-left: 10%;
}

.STAFF .STAFFbox ul li:nth-child(3) .nr{
  margin-left: 25%;
}

.STAFF .STAFFbox ul li:nth-child(4) .nr{
  float: right;
}


.STAFF .STAFFbox ul li .nr .xt{
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px dashed #d2d2d2;
  left: 0.1rem;
  top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  animation: rotate 25s linear infinite;

}

.STAFF .STAFFbox ul li .nr span{
  display: block;
  margin: 0.25rem auto 0 auto;
  overflow: hidden;
  width: 0.6rem;
  height: 0.6rem;
}

.STAFF .STAFFbox ul li .nr span .ico1{
  display: block;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.STAFF .STAFFbox ul li .nr span .ico2{
  display: block;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.STAFF .STAFFbox ul li .nr i{
  display: block;
  font-size: 0.5rem;
  color: #094d85;
  font-family: "黑体";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.STAFF .STAFFbox ul li .nr i em{
  font-size: 0.18rem;
  color: #094d85;
  font-family: "黑体";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.STAFF .STAFFbox ul li .nr p{
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.STAFF .STAFFbox ul li .yd{
  width: 0.13rem;
  height: 0.13rem;
  background: #9cb8cf;
  border-radius: 50%;
  margin: 0.43rem auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.STAFF .STAFFbox ul li:nth-child(1) .yd{
  margin: 0.27rem 0 0 70%;
}


.STAFF .STAFFbox ul li:nth-child(4) .yd{
  margin: 0.1rem 0 0 30%;
}


.STAFF .STAFFbox ul li:hover .nr{
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(9, 77, 133, 0.3);
}

.STAFF .STAFFbox ul li:hover .nr .xt{
  width: 2.3rem;
  height: 2.3rem;
  background: rgba(9, 77, 133, 1);
  border: 1px dashed #094d85;
  animation: rotate 0s linear infinite;
}

.STAFF .STAFFbox ul li:hover .nr span .ico1{
  transform: translateY(-0.6rem);
}

.STAFF .STAFFbox ul li:hover .nr span .ico2{
  transform: translateY(-0.6rem);
}

.STAFF .STAFFbox ul li:hover .nr i{
  color: #fff;

}

.STAFF .STAFFbox ul li:hover .nr i em{
  color: #fff;
}

.STAFF .STAFFbox ul li:hover .nr p{
  color: #fff;
}

.STAFF .STAFFbox ul li:hover .yd{
  background: #125389;

}


@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


@media (min-width: 1200px){

  .STAFF .STAFFbox ul li.on .nr{
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(9, 77, 133, 0.3);
  }
  
  .STAFF .STAFFbox ul li.on .nr .xt{
    width: 2.3rem;
    height: 2.3rem;
    background: rgba(9, 77, 133, 1);
    border: 1px dashed #094d85;
    animation: rotate 0s linear infinite;
  }
  
  .STAFF .STAFFbox ul li.on .nr span .ico1{
    transform: translateY(-0.6rem);
  }
  
  .STAFF .STAFFbox ul li.on .nr span .ico2{
    transform: translateY(-0.6rem);
  }
  
  .STAFF .STAFFbox ul li.on .nr i{
    color: #fff;
  
  }
  
  .STAFF .STAFFbox ul li.on .nr i em{
    color: #fff;
  }
  
  .STAFF .STAFFbox ul li.on .nr p{
    color: #fff;
  }
  
  .STAFF .STAFFbox ul li.on .yd{
    background: #125389;
  
  }


}

@media (max-width: 1440px){

  .STAFF .STAFFbox ul li .nrcont{
    height: 2.2rem;
  }

  .STAFF .STAFFbox ul li:hover .nr{
    width: 2.2rem;
    height: 2.2rem;
  }
  
  .STAFF .STAFFbox ul li:hover .nr .xt{
    width: 2rem;
    height: 2rem;
  }

  .STAFF .STAFFbox ul li .yd{
    margin: 0.68rem auto 0 auto;
  }

  .STAFF .STAFFbox ul li:nth-child(1) .yd{
    margin: 0.2rem 0 0 70%;
  }
  
  
  .STAFF .STAFFbox ul li:nth-child(4) .yd{
    margin: 0.05rem 0 0 30%;
  }
}

@media (max-width: 980px){
  
  
  .STAFF{
    margin: 0 auto;
    padding-top: 0.4rem;
  }
  
  .STAFF .title em{
    font-size: 0.14rem;
    color: #666666;
    margin-top: 0.1rem;
  
  }
  
  .STAFF .STAFFbox{
    margin: 0.3rem auto 0 auto;
    
  }
  
  .STAFF .STAFFbox::after{
    position: absolute;
    left: 0;
    top: 2.8rem;
    content: "";
    z-index: -1;
    background: url(/images/szico.png) no-repeat top center;
    width: 100%;
    height: 4.03rem;
    background-size: 100%;
  }
  
  
  .STAFF .STAFFbox ul li{
    position: relative;
    width: 48%;
    float: left;
    margin: 0 2% 0.2rem 0;
  }

  .STAFF .STAFFbox ul li:nth-child(2n){
    margin-right: 0;
  }
  
  .STAFF .STAFFbox ul li:nth-child(1){
    margin-top: 0rem;
  }
  
  .STAFF .STAFFbox ul li:nth-child(4){
    margin-top: 0rem;
  }
  
  .STAFF .STAFFbox ul li .nrcont{
    height: auto;
  }
  
  .STAFF .STAFFbox ul li .nr{
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.1rem;
    margin: 0 auto;
  }
  
  .STAFF .STAFFbox ul li:nth-child(2) .nr{
    margin: 0 auto;
  }
  
  .STAFF .STAFFbox ul li:nth-child(3) .nr{
    margin: 0 auto;
  }
  
  .STAFF .STAFFbox ul li:nth-child(4) .nr{
    margin: 0 auto;
    float: none;
  }
  
  
  .STAFF .STAFFbox ul li .nr .xt{
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    left: 0.05rem;
    top: 0.05rem;
  }
  
  .STAFF .STAFFbox ul li .nr span{
    display: block;
    margin: 0.1rem auto 0 auto;
    overflow: hidden;
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .STAFF .STAFFbox ul li .nr span .ico1{
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .STAFF .STAFFbox ul li .nr span .ico2{
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .STAFF .STAFFbox ul li .nr i{
    display: block;
    font-size: 0.3rem;
  }
  
  .STAFF .STAFFbox ul li .nr i em{
    font-size: 0.16rem;
  }
  
  .STAFF .STAFFbox ul li .nr p{
    font-size: 0.14rem;
  }
  
  .STAFF .STAFFbox ul li .yd{
    display: none;
  }
  
  
  .STAFF .STAFFbox ul li:hover .nr{
    width: 1.4rem;
    height: 1.4rem;
  }
  
  .STAFF .STAFFbox ul li:hover .nr .xt{
    width: 1.3rem;
    height: 1.3rem;
  }
  
  .STAFF .STAFFbox ul li:hover .nr span .ico1{
    transform: translateY(-0.4rem);
  }
  
  .STAFF .STAFFbox ul li:hover .nr span .ico2{
    transform: translateY(-0.4rem);
  }
  


}


/* 客座教授 */

.team{
  margin: 0 auto 0rem auto;
  position: relative;
  z-index: 6;
  padding-bottom: 0.85rem;
}


.team .teambox{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.team .teambox .mySwiper{
  overflow: hidden;
}

.team .teambox .swiper-slide{
  position: relative;
}

.team .teambox .swiper-slide .pic{
  width: 100%;
  padding-top: 63%;
  position: relative;

}

.team .teambox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.team .teambox .swiper-slide .txt{
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  padding: 0.25rem 8% 0 8%;
  height: 2.25rem;
} 

.team .teambox .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  margin: 0rem 0 0.2rem 0;
}

.team .teambox .swiper-slide .txt h5 i{
  font-size: 0.16rem;
  color: #333;
  font-weight: normal;
  margin-left: 0.05rem;
}

.team .teambox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.28rem;
  text-align: left;
}

.team .teambox .button{
  position: relative;
  margin: 0.6rem auto 0 auto;
  height: 0.59rem;
}




.team .teambox .team-button-next{
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 0.59rem;
  height: 0.59rem;
  background: #9cbad3 url(../images/right.png) no-repeat  center;
  z-index: 9;
}


.team .teambox .team-button-prev{
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 0.59rem;
  height: 0.59rem;
  background: #9cbad3 url(../images/left.png) no-repeat  center;
  z-index: 9;
}

.swiper-pagination-progressbar {
  position: relative;
  top: 0.27rem;
  background: #dae4ec;
  margin: 0rem auto 0 auto;
  width: 90%;
  height: var(--swiper-pagination-progressbar-size,4px);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #094d85;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

@media (max-width: 1600px){

  .swiper-pagination-progressbar {
    width: 80%;
  }
}


@media (max-width: 980px){
  .team {
    padding-bottom: 0.4rem;
}
  .team .teambox{
    margin: 0.3rem auto 0 auto;
    position: relative;
  }

  .team .teambox .swiper-slide .txt{
    padding: 0.2rem 6% 0 6%;
    height: 1.9rem;
  } 
  
  .team .teambox .swiper-slide .txt h5{
    font-size: 0.18rem;
    margin: 0rem 0 0.1rem 0;
  }
  
  .team .teambox .swiper-slide .txt h5 i{
    font-size: 0.14rem;
  }
  
  .team .teambox .swiper-slide .txt p{
    font-size: 0.15rem;
    color: #666666;
    line-height: 0.28rem;
    text-align: left;
  }
  
  .team .teambox .button{
    position: relative;
    margin: 0.3rem auto 0 auto;
    height: 0.35rem;
  }
  
  
  
  
  .team .teambox .team-button-next{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: 0.35rem;
    height: 0.35rem;
    background: #9cbad3 url(../images/right.png) no-repeat  center;
    z-index: 9;
    background-size: 100%;
  }
  
  
  .team .teambox .team-button-prev{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 0.35rem;
    height: 0.35rem;
    background: #9cbad3 url(../images/left.png) no-repeat  center;
    z-index: 9;
    background-size: 100%;
  }
  
  .swiper-pagination-progressbar {
    position: relative;
    top: 0.15rem;
    width: 70%;
  }
  
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0;
  }
  
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #094d85;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
}





/* 学科带头人 */


.Academicbg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/leaderbg.jpg) no-repeat  center;
  background-size: cover;
  height: 7.7rem;
  position: relative;
}


.Academicbg::after{
  position: absolute;
  content: "";
  right: 0;
  top: -4.7rem;
  background: url(/images/leaderbg1.png) no-repeat  center;
  width: 3.27rem;
  height: 6.35rem;
}



.Academicbg .Academic{
  margin: 0 auto;
  padding-top: 0.9rem;
  width: 78%;
  max-width: 1500px;
}

.Academicbg .Academic .title h3{
  color: #fff;
}

.Academicbg .Academic .Academicbox{
  margin: 0.4rem auto 0 auto;
} 

.Academicbg .Academic .Academicbox ul li{
  float: left;
  width: 20%;
  position: relative;

}

.Academicbg .Academic .Academicbox ul li .pic{
  margin: 0.45rem auto 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 78%;
  padding-top: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.Academicbg .Academic .Academicbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 92%;
  height: 94%;
  margin: 4%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Academicbg .Academic .Academicbox ul li .txt{
  margin: 0.2rem auto 0 auto;
  text-align: center;
  width: 78%;

}

.Academicbg .Academic .Academicbox ul li .txt h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}

.Academicbg .Academic .Academicbox ul li .txt h5 i{
  font-size: 0.16rem;
  color: #fff;
  font-weight: normal;
  opacity: 0.7;
  margin-left: 0.08rem;
}

.Academicbg .Academic .Academicbox ul li .txt p{
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.6;
  margin-top: 0.12rem;
}



.Academicbg .Academic .Academicbox ul li.on .pic{
  width: 100%;
  padding-top: 127%;
  margin: 0rem auto 0 auto;
}



@media (max-width: 980px){

  .Academicbg{
    height: auto;
    padding-bottom: 0.3rem;
  }


  .Academicbg::after{
    top: -0rem;
    display: none;
  }
  
  .Academicbg .Academic{
    margin: 0 auto;
    padding-top: 0.35rem;
    width: 94%;
    max-width: 1400px;
  }
  
  .Academicbg .Academic .title h3{
    color: #fff;
  }
  
  .Academicbg .Academic .Academicbox{
    margin: 0.3rem auto 0 auto;
  } 
  
  .Academicbg .Academic .Academicbox ul li{
    float: none;
    width: auto;
    position: relative;
    margin: 0 0;
  
  }
  
  .Academicbg .Academic .Academicbox ul li .pic{
    margin: 0rem auto 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 99%;
    padding-top: 120%;
  }
  
  .Academicbg .Academic .Academicbox ul li .pic img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 92%;
    height: 94%;
    margin: 4%;
  }
  
  .Academicbg .Academic .Academicbox ul li .txt{
    margin: 0.15rem auto 0 auto;
    text-align: center;
    width: 96%;
  
  }
  
  .Academicbg .Academic .Academicbox ul li .txt h5{
    font-size: 0.16rem;
  }
  
  .Academicbg .Academic .Academicbox ul li .txt h5 i{
    font-size: 0.14rem;
    margin-left: 0.05rem;
  }
  
  .Academicbg .Academic .Academicbox ul li .txt p{
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  
  
  
  .Academicbg .Academic .Academicbox ul li.on .pic{
    width: 99%;
    padding-top: 120%;
    margin: 0rem auto 0 auto;
  }



}




/* 教学特色 */

.jxtsbg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/jxtsbg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1.2rem;
}

.jxtsbg .jxts{
  margin: 0 auto;
  padding-top: 0.9rem;
}

.jxtsbg .jxts .jxtsbox{
  margin: 0.4rem auto 0 auto;
}

.jxtsbg .jxts .jxtsbox ul li{
  float: left;
  width: 33.2%;
  margin-right: 0.13%;
  margin-bottom: 3px;
  position: relative;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.jxtsbg .jxts .jxtsbox ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 74%;
  overflow: hidden;

}

.jxtsbg .jxts .jxtsbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.jxtsbg .jxts .jxtsbox ul li:hover .pic img{
  transform: scale(1.1);
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(2n) .pic{
  padding-top: 65%;
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(5){
  margin-top: -3%;

}

.jxtsbg .jxts .jxtsbox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 60%,
    rgba(0,0,0,0.7) 100%
  );
}

.jxtsbg .jxts .jxtsbox ul li .txt h5{
  position: absolute;
  left: 5%;
  bottom: 0.25rem;
  width: 90%;
}

.jxtsbg .jxts .jxtsbox ul li .txt h5 i{
  display: block;
  float: left;
  border-radius: 50%;
  width: 0.44rem;
  height: 0.44rem;
  background: #0b69b6;
}

.jxtsbg .jxts .jxtsbox ul li .txt h5 i em{
  display: block;
  width: 0.44rem;
  height: 0.44rem;
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(1) .txt h5 i em{
  background: url(/images/jxts_ico1.png) no-repeat  center;
  background-size: 100%;
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(2) .txt h5 i em{
  background: url(/images/jxts_ico2.png) no-repeat  center;
  background-size: 100%;
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(3) .txt h5 i em{
  background: url(/images/jxts_ico3.png) no-repeat  center;
  background-size: 100%;
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(4) .txt h5 i em{
  background: url(/images/jxts_ico4.png) no-repeat  center;
  background-size: 100%;
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(5) .txt h5 i em{
  background: url(/images/jxts_ico5.png) no-repeat  center;
  background-size: 100%;
}

.jxtsbg .jxts .jxtsbox ul li:nth-child(6) .txt h5 i em{
  background: url(/images/jxts_ico6.png) no-repeat  center;
  background-size: 100%;
}


.jxtsbg .jxts .jxtsbox ul li .txt h5 span{
display: block;
  float: left;
  font-size: 0.18rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.24rem;
  margin-left: 5%;
  width: 80%;
  margin-top: 0.1rem;
}



@media (max-width: 1440px){
  .jxtsbg .jxts .jxtsbox ul li .txt h5 i{
    width: 0.34rem;
    height: 0.34rem;
  }

  .jxtsbg .jxts .jxtsbox ul li .txt h5 i em{
    display: block;
    width: 0.34rem;
    height: 0.34rem;
  }
  
  .jxtsbg .jxts .jxtsbox ul li .txt h5 span{
    display: block;
    float: left;
    font-size: 0.18rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.24rem;
    margin-left: 5%;
    margin-top: 0.05rem;
    width: 80%;
  }
}




@media (max-width: 980px){
  .jxtsbg{
    padding-bottom: 0.5rem;
  }
  
  .jxtsbg .jxts{
    margin: 0 auto;
    padding-top: 0.35rem;
  }
  
  .jxtsbg .jxts .jxtsbox{
    margin: 0.3rem auto 0 auto;
  }
  
  .jxtsbg .jxts .jxtsbox ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
    position: relative;
  }
  
  .jxtsbg .jxts .jxtsbox ul li .pic{
    position: relative;
    width: 100%;
    padding-top: 74%;
    overflow: hidden;
  
  }
  
  
  .jxtsbg .jxts .jxtsbox ul li:hover .pic img{
    transform: scale(1);
  }
  
  .jxtsbg .jxts .jxtsbox ul li:nth-child(2n) .pic{
    padding-top: 72%;
  }
  
  .jxtsbg .jxts .jxtsbox ul li:nth-child(5){
    margin-top:0%;
  
  }

  .jxtsbg .jxts .jxtsbox ul li:nth-child(2n){
    margin-right: 0;
  }
  
  .jxtsbg .jxts .jxtsbox ul li .txt{
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 60%,
      rgba(0,0,0,0.9) 100%
    );
  }
  
  .jxtsbg .jxts .jxtsbox ul li .txt h5{
    position: absolute;
    left: 3%;
    bottom: 0.1rem;
    width: 94%;
  }
  
  .jxtsbg .jxts .jxtsbox ul li .txt h5 i{
    width: 0.3rem;
    height: 0.3rem;
  }

  .jxtsbg .jxts .jxtsbox ul li .txt h5 i em{
    display: block;
    width: 0.3rem;
    height: 0.3rem;
  }
  
  
  .jxtsbg .jxts .jxtsbox ul li .txt h5 span{
    display: block;
    float: left;
    font-size: 0.14rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.2rem;
    margin-left: 3%;
    width: 78%;
  }
  
  

}





/* 教师风采 */

.fcbg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/teambg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1.9rem;
}

.fcbg .fc{
  margin: 0 auto;
  padding-top: 0.95rem;
  position: relative;
}

.fcbg .fc .fcmore{
  position: absolute;
  right: 0;
  top: 1.2rem;
  z-index: 5;
  width: auto;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #094c84;
  padding: 0 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcmore a{
  display: block;
  text-align: center;
  color: #094c84;
  font-size: 0.16rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcmore:hover{
  background: #094c84;
}

.fcbg .fc .fcmore:hover a{
  color: #fff;
}

.fcbg .fc .fcbox{
  margin: 0.27rem auto 0 auto;
}


.fcbg .fc .fcbox .mySwiper{
  padding-top: 0.45rem;
  overflow: hidden;

}


.fcbg .fc .fcbox .swiper-slide{
  position: relative;
  
}


.fcbg .fc .fcbox .swiper-slide-next{
  margin-top: -0.45rem;

}

.fcbg .fc .fcbox .swiper-slide-duplicate-prev{
  margin-top: -0.45rem;
}

.fcbg .fc .fcbox .swiper-slide .pic{
  background: #fff;
  border-radius: 50%;
  width: 1.45rem;
  height: 1.45rem;
  position: relative;
  z-index: 5;
  margin-left: 0.3rem;

}

.fcbg .fc .fcbox .swiper-slide .pic img{
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  margin: 0.05rem;
}

.fcbg .fc .fcbox .swiper-slide .txt{
  width: 100%;
  background: #fff;
  height: 3.8rem;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  margin-top: -0.8rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 8%;
} 

.fcbg .fc .fcbox .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  padding-top: 1.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox .swiper-slide .txt i{
  display: block;
  font-size: 0.16rem;
  color: #333;
  margin: 0.1rem 0 0.2rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox .swiper-slide .txt em{
  display: block;
  width: 0.18rem;
  height: 2px;
  background: #c1c1c1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.28rem;
  height: 1.4rem;
  overflow: hidden;
  margin-top: 0.17rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fcbg .fc .fcbox .swiper-slide:hover .txt{
  background: #094d85;
}

.fcbg .fc .fcbox .swiper-slide:hover .txt h5{
  color: #fff;
}

.fcbg .fc .fcbox .swiper-slide:hover .txt i{
  color: #fff;
}

.fcbg .fc .fcbox .swiper-slide:hover .txt em{
  background: #fff;
}

.fcbg .fc .fcbox .swiper-slide:hover .txt p{
  color: #fff;
  opacity: 0.7;
}

.fcbg .fc .fcbox .fc-pagination{
  margin: 0.27rem auto 0 auto;
  text-align: center;
}

.fcbg .fc .fcbox .fc-pagination .swiper-pagination-bullet{
  margin: 0 10px;
  border-radius: 0;
  opacity: 1;
  width: 0.39rem;
  height: 2px;
  background: #bdbdbd;

}

.fcbg .fc .fcbox .fc-pagination .swiper-pagination-bullet-active{
  background: #00467f;
}



@media (max-width: 980px){


  .fcbg{
    padding-bottom: 0.3rem;
  }
  
  .fcbg .fc{
    margin: 0 auto;
    padding-top: 0.35rem;
  }

  .fcbg .fc .fcmore{
    position: relative;
    right: 0;
    top: 0rem;
    z-index: 5;
    width: 1.3rem;
    height: 0.4rem;
    line-height: 0.4rem;
  padding: 0 0.2rem;
    margin: 0.3rem auto 0 auto;
  }
  
  .fcbg .fc .fcmore a{
    font-size: 0.15rem;
  }

  
  .fcbg .fc .fcbox{
    margin: 0.3rem auto 0 auto;
  }
  
  
  .fcbg .fc .fcbox .mySwiper{
    padding-top: 0.05rem;
    overflow: hidden;
  
  }
  
  
  .fcbg .fc .fcbox .swiper-slide-next{
    margin-top: 0rem;
  
  }
  
  .fcbg .fc .fcbox .swiper-slide-duplicate-prev{
    margin-top: 0rem;
  }
  
  
  .fcbg .fc .fcbox .swiper-slide .txt{
    width: 94%;
    background: #fff;
    height: 3.8rem;
    padding: 0 8%;
    margin: -0.8rem auto 0 auto;
  } 
  
  .fcbg .fc .fcbox .swiper-slide .txt h5{
    font-size: 0.18rem;
    padding-top: 1rem;
  }
  
  .fcbg .fc .fcbox .swiper-slide .txt i{
    display: block;
    font-size: 0.15rem;
  }
  
  .fcbg .fc .fcbox .swiper-slide .txt p{
    font-size: 0.15rem;
    margin-top: 0.17rem;
  }
  
  
  .fcbg .fc .fcbox .fc-pagination{
    margin: 0.25rem auto 0 auto;
    text-align: center;
  }
  
  .fcbg .fc .fcbox .fc-pagination .swiper-pagination-bullet{
    width: 0.25rem;
    height: 2px;
    background: #bdbdbd;
  
  }

.fcbg .fc .fcbox .fc-pagination .swiper-pagination-bullet {
  margin:
0 6px;

}

  
  .fcbg .fc .fcbox .fc-pagination .swiper-pagination-bullet-active{
    background: #00467f;
  }
}





/* 采访视频 */

.videobg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/videobg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.videobg::after{
  position: absolute;
  left: 0;
  top: -1.1rem;
  content: "";
  background: url(/images/videobg1.png) no-repeat  center;
  width: 100%;
  height: 1.1rem;
}

.videobg .video{
  margin: 0 auto;
  padding-top: 0.55rem;
}

.videobg .video .title h3{
  color: #fff;

}

.videobg .video .videobox{
  margin: 0.55rem auto 0 auto;
}


.videobg .video .videobox #certify{
  margin: 0 auto;
  position: relative;
}


#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 8rem;
	height: 5rem;
  position: relative;
}
#certify  .swiper-slide .img{
	width: 8rem;
	height: 5rem;
  position: relative;
}

#certify  .swiper-slide .img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#certify  .swiper-slide p {
	text-align: center;
	color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  left: 5%;
  bottom: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 90%;
  opacity: 0;
}


#certify  .swiper-slide-active{
	background: #fff;
  -webkit-box-shadow: 0 0 8px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px 10px rgba(0, 0, 0, .1);
}

#certify  .swiper-slide-active .img{
  width: 7.7rem;
  height: 4.7rem;
  margin: 0.15rem;

}

#certify  .swiper-slide-active p{
  opacity: 1;
}

#certify .swiper-button-prev {
	left: -0.85rem;
	width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
	background: #9cbad3 url(../images/video_left.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background: #094d84 url(../images/video_left.png) no-repeat;
}

#certify .swiper-button-next {
	right:-0.85rem;
	width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
	background: #9cbad3 url(../images/video_right.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background: #094d84 url(../images/video_right.png) no-repeat;
}


#certify .swiper-slide .img .videoBtn {
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  background:
  url(/images/videoico.png) center no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 88px) / 2);
  top: calc((100% - 92px) / 2);
  z-index: 99;
}



@media (max-width: 1540px){


  #certify  .swiper-slide {
    width: 5.6rem;
    height: 3.3rem;
    position: relative;
  }
  #certify  .swiper-slide .img{
    width: 5.6rem;
    height: 3.3rem;
    position: relative;
  }
  
  
  
  #certify  .swiper-slide p {
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    font-weight: bold;
    margin: 0 auto;
    position: absolute;
    left: 5%;
    bottom: 0.2rem;
    width: 90%;
    opacity: 0;
  }
  
  
  #certify  .swiper-slide-active{
    background: #fff;
    -webkit-box-shadow: 0 0 8px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 10px rgba(0, 0, 0, .1);
  }
  
  #certify  .swiper-slide-active .img{
    width: 5.3rem;
    height: 3rem;
    margin: 0.15rem;
  }
  
  #certify  .swiper-slide-active p{
    opacity: 1;
  }

}



@media (max-width: 980px){

  
  .videobg::after{
    display: none;
  }
  
  .videobg .video{
    margin: 0 auto;
    padding-top: 0.45rem;
  }
  
  
  .videobg .video .videobox{
    margin: 0.4rem auto 0 auto;
  }
  
  
  #certify .swiper-container {
    padding-bottom: 0.8rem;
  }
  
  #certify  .swiper-slide {
    width: 100%;
    height: 2.2rem;
    position: relative;
  }
  #certify  .swiper-slide .img{
    width: 100%;
    height: 2.2rem;
    position: relative;
  }
  
  
  #certify  .swiper-slide p {
    font-size: 0.14rem;
    margin: 0 auto;
    position: absolute;
    left: 5%;
    bottom: 0.1rem;
    width: 90%;
    opacity: 0;
  }
  
  
  #certify  .swiper-slide-active{
    background: #fff;
    height: 2.3rem;
    -webkit-box-shadow: 0 0 8px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 10px rgba(0, 0, 0, .1);
  }
  
  #certify  .swiper-slide-active .img{
    width: 92%;
    height: 2rem;
    margin: 0.15rem;
  }

  #certify  .swiper-slide-active p{
    opacity: 1;
  }


  #certify .swiper-button-prev {
    left: 30%;
    top: auto;
    bottom: 0.3rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #9cbad3 url(../images/video_left.png) no-repeat;
    background-size: 100%;
  }
  
  #certify .swiper-button-prev:hover {
    background: #094d84 url(../images/video_left.png) no-repeat;
    background-size: 100%;
  }
  
  #certify .swiper-button-next {
    top: auto;
    bottom: 0.3rem;
    right:30%;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #9cbad3 url(../images/video_right.png) no-repeat;
    background-size: 100%;
  }
  
  #certify .swiper-button-next:hover {
    background: #094d84 url(../images/video_right.png) no-repeat;
    background-size: 100%;
  }
  
  
  #certify .swiper-slide .img .videoBtn {
    position: absolute;
    top: 100%;
    width: 0.38rem;
    height: 0.38rem;
    background: url(/images/videoico.png) center no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    position: absolute;
    left: calc((100% - 50px) / 2);
    top: calc((100% - 50px) / 2);
    z-index: 99;
}
  
}




/* 学院师资 */

.FACULTY{
  margin: 0.4rem auto 0 auto;
  padding-bottom: 0.4rem
}

.FACULTY .FACULTYbox{
  margin: 0.5rem auto 0 auto;
}

.FACULTY .FACULTYbox ul li{
  float: left;
  width: 32.3%;
  height: 1.8rem;
  border: 1px solid #e9e9e9;
  background: #fff url(../images/schoolico.jpg) right bottom no-repeat;
  margin: 0 1.5% 0.25rem 0;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.FACULTY .FACULTYbox ul li:nth-child(4){
  margin-left: 33.8%;

}

.FACULTY .FACULTYbox ul li:nth-child(3),
.FACULTY .FACULTYbox ul li:nth-child(5){
  margin-right: 0;
}

.FACULTY .FACULTYbox ul li a{
  display: block;
  margin: 0.3rem 0 0 10%;
}

.FACULTY .FACULTYbox ul li a h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.FACULTY .FACULTYbox ul li a i{
  display: block;
  font-size: 0.14rem;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.05rem 0 0.35rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.FACULTY .FACULTYbox ul li a em{
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: url(/images/more.png)  no-repeat;
}

.FACULTY .FACULTYbox ul li::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  background: #004680 url(../images/schoolico1.jpg) right bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0%;
  height: 100%;
  z-index: -1;
}


.FACULTY .FACULTYbox ul li:hover::after{
  width: 100%;

}

.FACULTY .FACULTYbox ul li:hover a h5{
  color: #fff;
}

.FACULTY .FACULTYbox ul li:hover a i{
  color: #fff;
  opacity: 0.5;
}

.FACULTY .FACULTYbox ul li:hover a em{
  background: url(/images/more1.png)  no-repeat;
}

.videobg::before{
  position: absolute;
  left: 0;
  bottom: 0rem;
  content: "";
  background: url(/images/footerico.png) no-repeat left bottom ;
  width: 35.5%;
  height: 3.6rem;
  background-size: contain;
}



@media (max-width: 980px){


  .FACULTY{
    margin: 0.2rem auto 0 auto;
    padding-bottom: 0.4rem
  }
  
  .FACULTY .FACULTYbox{
    margin: 0.3rem auto 0 auto;
  }
  
  .FACULTY .FACULTYbox ul li{
    float: none;
    width: 99%;
    height: 1.7rem;
    margin: 0 auto 0.15rem auto;
    position: relative;
  }
  
  .FACULTY .FACULTYbox ul li:nth-child(4){
    margin-left: 0%;
  
  }
  
  
  .FACULTY .FACULTYbox ul li a{
    display: block;
    margin: 0.3rem 0 0 10%;
  }
  
  .FACULTY .FACULTYbox ul li a h5{
    font-size: 0.18rem;
    color: #333;
  }
  
  .FACULTY .FACULTYbox ul li a i{
    display: block;
    font-size: 0.14rem;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0.05rem 0 0.3rem 0;

  }
  
  .FACULTY .FACULTYbox ul li a em{
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url(/images/more.png)  no-repeat;
  }
  

  
  .videobg::before{
    display: none;
  }


}





/* footer */

.footerbg{
  width: 100%;
  margin: 0 auto;
  background: #004680;
}

.footerbg .footer{
  position: relative;
  height: 3rem;
  padding-top: 0.5rem;
}

.footerbg .footer .ico{
  position: absolute;
  right: -1.55rem;
  bottom: 0;
  width: 8.67rem;
  height: 2.35rem;
  background: url(/images/footerico1.png)  no-repeat;
}

.footerbg .footer img{
  display: block;
  margin-top: 0rem;
  height: 0.68rem;
}

.footerbg .footer h5{
  margin-top: 0.35rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.15rem;
}

.footerbg .footer li{
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.34rem;
}

.footerbg .end{
  margin: 0 auto;
  border-top: 1px solid #245f91;
}

.footerbg .end .endcont{
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.55rem;
  text-align: center;
}

.footerbg .end .endcont a{
  font-size: 0.14rem;
  color: #fff;
}




@media (max-width: 980px){

  .footerbg{
    width: 100%;
    margin: 0 auto;
    background: #004680;
  }
  
  .footerbg .footer{
    position: relative;
    height: auto;
    padding: 0.3rem 0;
  }
  
  .footerbg .footer .ico{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.27rem;
    background: url(/images/mfooterico.png)  no-repeat bottom center;
    background-size: 100%;
    opacity: 0.5;
  }
  
  .footerbg .footer img{
    display: block;
    margin: 0rem 0;
    height: 0.48rem;
  }
  
  .footerbg .footer h5{
    margin-top: 0.25rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.15rem;
  }
  
  .footerbg .footer li{
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.3rem;
  }
  
  .footerbg .end{
    margin: 0 auto;
    border-top: 1px solid #245f91;
    padding: 0.1rem 0;
  }
  
  .footerbg .end .endcont{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
    text-align: center;
  }
  

  
  

}






.header {
  background: rgba(0, 0, 0, 0);

}


.header.fixedNav {
  background: rgba(0, 0, 0, .3);

}






#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}


.fivebar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 499;
    box-shadow: var(--nvm-box-shadow-sm)
}

.fivebar a {
    display: block;
    width: 20%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .875em;
    height: 56px;
    line-height: 56px;
    background-color: #004680;
    text-align: center
}

.fivebar a:first-child {
    border-radius: 8px 0 0
}

.fivebar a:last-child {
    border-radius: 0 8px 0 0
}

.fivebar a:hover,
.fivebar a.active {
    background: #004680;
    color: #bd9f68;
    font-weight: 600;
    margin-right: 0
}

 .fivebar {
        position: fixed;
        bottom: unset;
        top: 50%;
        right: 0;
        height: 216px;
        transform: translateY(-50%);
        width: 56px;
        z-index: 499;
        box-shadow: var(--nvm-box-shadow-sm)
    }

    .fivebar a {
        position: absolute;
        right: -20px;
        display: block;
        margin: 0;
        color: #fff;
        font-size: .875em;
        height: 36px;
        line-height: 36px;
        background-color: #004680;
        width: 76px;
        padding: 0 10px;
        text-align: left;
        transition: all .5s ease-in-out
    }

    .fivebar a:first-child {
        border-radius: 8px 0 0
    }

    .fivebar a:last-child {
        border-radius: 0 0 0 8px
    }

    .fivebar a:nth-child(1) {
        top: 0
    }

    .fivebar a:nth-child(2) {
        top: 36px
    }

    .fivebar a:nth-child(3) {
        top: 72px
    }

    .fivebar a:nth-child(4) {
        top: 108px
    }

    .fivebar a:nth-child(5) {
        top: 144px
    }
  .fivebar a:nth-child(6) {
        top: 180px
    }

    .fivebar a:hover {
        background: #0b318fd9;
        margin-right: 0;
        right: 0;
        border-radius: 8px 0 0 8px
    }


.topLink {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 7px;
    color: #fff;
    z-index: 99;
    box-sizing: border-box;
    padding-right: 30px;
  font-size: 14px;
}

.topLink a {
    color: #fff;
   font-size: 14px;
}

.topLink span {
    margin: 0 5px;
}

.topLink .search {
    margin-left: 20px;
}

.mobNav ul {
    height: auto;
}

.topLink_mb {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
}

.topLink_mb a {
    color: #004680;
    border: 1px solid #004680;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 15px;
}