/*banner*/
.banner {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .swiper-Btn {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
}
.banner .swiper-Btn > * {
  border-radius: 50%;
  position: absolute;
  width: 76px;
  height: 76px;
}
.banner .swiper-button-prev {
  background-image: url("../img/btn_left.png");
  background-size: 70px auto;
  width: 70px;
  height: 70px;
}
.banner .swiper-button-next {
  background-image: url("../img/btn_right.png");
  background-size: 70px auto;
  width: 70px;
  height: 70px;
}
.banner .swiper-Btn .swiper-button-prev,
.banner .swiper-Btn .swiper-button-next {
  opacity: 0;
  transition: all 0.4s;
}
.banner:hover .swiper-Btn .swiper-button-prev,
.banner:hover .swiper-Btn .swiper-button-next {
  opacity: 1;
}
.swiper-pagination.swiper-pagination-bullets > span {
  width: 12px;
  border-radius: 10px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/*topTitlt*/
.topTitlt {
  width: 1000px;
  text-align: center;
}
.topTitle .title {
  font-size: 30px;
  color: #333333;
  letter-spacing: 3px;
  text-align: center;
}
.topTitle .titleLine {
  margin: 0 auto;
  text-align: center;
}
.topTitle .titleLine i {
  display: inline-block;
  background: linear-gradient(90deg, #dcdcdc, #fff);
  width: 105px;
  height: 1px;
  vertical-align: middle;
}
.topTitle .titleLine i:first-child {
  background: linear-gradient(-90deg, #dcdcdc, #fff);
}
.topTitle .titleLine span {
  border: 2px solid #dcdcdc;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 15px;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-animation: downEffect 2.5s infinite;
  animation: downEffect 2.5s infinite;
}
.topTitle .titleLine span em {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
  transform: rotate(45deg);
  position: relative;
  top: -7px;
}
@keyframes downEffect {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    filter: alpha(opacity=60);
  }
  50% {
    transform: translate3d(0, -20%, 0);
    opacity: 1;
    filter: none;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    filter: alpha(opacity=60);
  }
}
@-webkit-keyframes downEffect {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    filter: alpha(opacity=80);
  }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 1;
    filter: none;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    filter: alpha(opacity=80);
  }
}
/* 学院要闻*/
.schoolNews {
  padding-top: 40px;
  min-height: 570px;
}
li:hover .title {
  color: #224f86 !important;
}
.schoolNews ul {
  width: 1238px;
  font-size: 0;
  padding-top: 40px ;
  min-height: 390px;
}
.schoolNews ul li {
  display: inline-block;
  width: 270px;
  margin-right: 39px;
  height: 350px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.schoolNews ul li .imgBox {
  width: 270px;
  height: 181px;
}
.schoolNews ul li .title {
  font-size: 18px;
  color: #333333;
  line-height: 1.7;
  text-align: justify;
  padding: 10px;
  min-height: 54px;
  max-height: 54px;
}
.schoolNews ul li .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
  text-align: justify;
  padding: 0 10px;
  margin-top: 2px;
  max-height: 46px;
}
.schoolNews ul li .time {
  border-bottom: 1px solid #99999942;
  text-align: center;
  height: 7px;
  padding-top: 14px;
  width: 250px;
  margin: 0 auto;
}
.schoolNews ul li .time span {
  width: 120px;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  letter-spacing: 1px;
}
.schoolNews .more {
  width: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 36px;
  display: block;
  border: 1px solid #224f86;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
}
.schoolNews .more span,
.schoolNews .more i {
  font-size: 16px;
  color: #224f86;
  line-height: 35px;
  letter-spacing: 4px;
}
.schoolNews .more i {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.schoolNews .more:hover span,
.schoolNews .more:hover i {
  border-top-color: #fff;
  border-right-color: #fff;
  color: #fff;
}
.schoolNews .more:hover {
  background: #224f86;
}
/* 教学系部*/
.department {
  min-height: 700px;
  position: relative;
}
.department .bgBox {
  font-size: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
}
.department .bgBox > .leftBox {
  background: #e8eefd;
  display: inline-block;
  width: 50%;
  height: 543px;
}
.department .bgBox > .rightBox {
  background: url("../img/departmentBfRight.png");
  display: inline-block;
  width: 50%;
  height: 543px;
}
.department .main {
  position: relative;
  padding-top: 38px;
}
.department .mainLeftBox {
  position: relative;
  z-index: 1;
  width: 600px;
  height: 543px;
}
.department .mainRightBox {
  position: absolute;
  z-index: 9;
  width: 820px;
  height: 540px;
  right: 0;
  top: 38px;
}
.department .swiper-container {
  width: 100%;
  height: 100%;
}
.department .mainRightBox .btnBox {
  position: relative;
  width: 237px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.233);
  top: -80px;
  right: -580px;
}
.department .mainRightBox .btnBox .swiper-Btn {
  position: relative;
  float: right;
  width: 100px;
  height: 45px;
}
.department .mainRightBox .btnBox .swiper-Btn div {
  width: 20px;
  height: 45px;
  background-size: 12px auto;
}
.department .mainRightBox .btnBox .swiper-pagination-custom {
  width: 50%;
  font-size: 20px;
  color: #acb1b8;
  letter-spacing: 2px;
  bottom: 8px;
}
.department .mainRightBox .btnBox .swiper-pagination-custom > i {
  font-size: 22px;
  color: #fff;
}
.department .mainRightBox .swiper-slide {
  text-align: right;
}
.department .mainRightBox .swiper-slide a {
  width: 240px ;
  height: 325px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 108px;
}
.department .mainRightBox .swiper-slide a .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.department .mainRightBox .swiper-slide a .imgBox > img {
  width: 244px;
  height: auto;
}
.department .mainRightBox .swiper-slide a .imgBox > p {
  position: relative;
  z-index: 259;
  font-size: 20px;
  color: #ffffff;
  margin-top: -68px;
  text-align: left;
  padding-left: 15px;
}
.pieces,
.piecesIn {
  flex: none;
  opacity: 1;
  height: 350px;
  width: 264px;
  position: absolute;
  top: 83px;
  left: 0px;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.piecesIn {
  top: 147px;
  height: 320px;
  z-index: 0;
  width: 240px;
  left: auto;
  right: 0;
}
.pieces .piece,
.piecesIn .piece {
  pointer-events: none;
}
.department .mainRightBox .swiper-slide.swiper-slide-active a,
.department .mainRightBox .swiper-slide.swiper-slide-prev a {
  width: 264px ;
  height: 350px;
  transition: all 0.3s;
}
.department .mainRightBox .swiper-slide.swiper-slide-active a .imgBox,
.department .mainRightBox .swiper-slide.swiper-slide-prev a .imgBox {
  margin-top: -26px;
}
.department .mainRightBox .swiper-slide.swiper-slide-active a .imgBox > img,
.department .mainRightBox .swiper-slide.swiper-slide-prev .imgBox > img {
  width: 265px;
}
.department .mainLeftBox .swiper-slide a {
  position: relative;
  padding: 50px 15px 40px 16px;
}
.department .mainLeftBox .swiper-slide a .textBox {
  width: 405px;
  height: 375px;
  padding: 40px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.2s ease-in 1.8s;
}
.department .mainLeftBox .swiper-slide a .textBox {
  animation: 2s boxShow infinite 1.8s;
}
@-webkit-keyframes boxShow {
  0% {
    box-shadow: inset 0px 0px 53px rgba(121, 119, 119, 0.03);
  }
  50% {
    box-shadow: inset 0px 0px 43px rgba(121, 119, 119, 0.05);
  }
  100% {
    box-shadow: inset 0px 0px 33px rgba(121, 119, 119, 0.031);
  }
}
@keyframes boxShow {
  0% {
    box-shadow: inset 0px 0px 53px rgba(121, 119, 119, 0.03);
  }
  50% {
    box-shadow: inset 0px 0px 43px rgba(121, 119, 119, 0.05);
  }
  100% {
    box-shadow: inset 0px 0px 33px rgba(121, 119, 119, 0.031);
  }
}
.department .mainLeftBox .swiper-slide a .textBox .title {
  width: 300px;
  font-size: 22px;
  color: #333333;
  letter-spacing: 2px;
  line-height: 1.636;
}
.department .mainLeftBox .swiper-slide a span.topLeftLine {
  position: absolute;
  display: block;
  top: 36px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #cad3e8;
  -webkit-animation: 2.5s rotating infinite;
  animation: 2.5s rotating infinite;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.department .mainLeftBox .swiper-slide a span.topRightLine {
  position: absolute;
  display: block;
  top: 50px;
  left: 466px;
  width: 32px;
  height: 15px;
  border: 5px solid #cad3e8;
  border-bottom: none;
  border-left: none;
  border-radius: 0 4px 0 0 ;
}
.department .mainLeftBox .swiper-slide a span.topRightLine::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  -webkit-transition: all 1.2s cubic-bezier(0, 0.25, 0.48, 1.02) 0.2s;
  transition: all 1.2s cubic-bezier(0, 0.25, 0.48, 1.02) 0.2s;
  border: 2px solid #dee6fa;
  border-right: none ;
  border-bottom: none ;
  position: relative;
  z-index: -1;
  margin-top: -1px;
  margin-left: -448px;
}
.department .mainLeftBox .swiper-slide a span.topRightLine::before {
  width: 450px;
  height: 450px;
}
.department .mainLeftBox .swiper-slide a span.topRightLine::after {
  content: "";
  display: block;
  height: 0px;
  width: 0;
  margin-top: -450px;
  -webkit-transition: all 1s ease-in 1s;
  transition: all 1s ease-in 1s;
  margin-left: 35px ;
  z-index: -1;
  border-right: 2px solid #dee6fa;
  position: relative;
}
.department .mainLeftBox .swiper-slide a span.topRightLine::after {
  height: 451px;
}
.department .mainLeftBox .swiper-slide a span.bottomLeftLine {
  position: absolute;
  display: block;
  top: 472px;
  -webkit-transition: all 0.3s 0.4s;
  transition: all 0.3s 0.4s;
  left: 18px;
  width: 15px;
  height: 32px;
  border: 5px solid #cad3e8;
  border-top: none;
  border-right: none;
  border-radius: 0 0  0 4px;
}
.department .mainLeftBox .swiper-slide a span.bottomLeftLine::before {
  content: "";
  display: block;
  width: 0px;
  border-bottom: 2px solid #dee6fa;
  margin-top: 33px;
  z-index: -1;
  position: relative;
  -webkit-transition: all 1s ease-in 1s;
  transition: all 1s ease-in 1s;
}
.department .mainLeftBox .swiper-slide a span.bottomLeftLine::before {
  width: 478px;
}
.department .mainLeftBox .swiper-slide a span.bottomRightLine {
  position: absolute;
  display: block;
  top: 322px;
  left: 499px;
  width: 5px;
  height: 155px;
  background: #cad3e8;
}
.department .mainLeftBox .swiper-slide a span.bottomRightLine::before {
  content: "";
  display: block;
  width: 5px;
  height: 82px;
  background: #cad3e8;
  margin-top: -93px;
}
.department .mainLeftBox .swiper-slide a .textBox .title::after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 66px;
  height: 2px;
  background: #b5b5b5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.department .mainLeftBox .swiper-slide.swiper-slide-active a .text {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  animation-name: fadeInUp;
}
.department .mainLeftBox .swiper-slide.swiper-slide-active a .textBox .title {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.department .mainLeftBox .swiper-slide a .textBox .text {
  font-size: 18px;
  width: 300px;
  padding-top: 30px ;
  letter-spacing: 2px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}
/* 校园动态*/
.dynamic {
  font-size: 0;
  min-height: 650px;
}
.dynamic .leftBox,
.dynamic .rightBox {
  display: inline-block;
  width: 50%;
  height: 400px;
  vertical-align: top;
}
.dynamic .dTopTitle {
  height: 50px;
}
.dynamic .dTopTitle a {
  float: right;
  display: block;
  width: 80px;
  margin-top: 20px ;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #666666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dynamic .leftBox .dTopTitle a {
  width: 90px;
}
.dynamic .dTopTitle a i {
  display: inline-block;
  background: url("../img/dTopTitleIcon.png") no-repeat center;
  width: 26px;
  height: 10px;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dynamic .dTopTitle a:hover i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.dynamic .dTopTitle a:hover {
  color: #224f86;
  margin-right: 10px;
}
.dynamic .dTopTitle .bounce > span {
  font-size: 30px;
  color: #333;
}
.dynamic .dTopTitle .bounce {
  display: flex;
  align-items: center;
  width: 100%;
  color: white;
  height: 30px;
  margin-top: 10px;
  white-space: nowrap;
  float: left;
  width: 300px;
}
.dynamic .letter {
  letter-spacing: 2px;
  animation: bounce 0.95s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  margin-top: 10px;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 1px;
}
.dynamic .letter:nth-child(1) {
  animation-delay: 0s;
}
.dynamic .letter:nth-child(2) {
  animation-delay: 0.08333333s;
}
.dynamic .letter:nth-child(3) {
  animation-delay: 0.16666667s;
}
.dynamic .letter:nth-child(4) {
  animation-delay: 0.25s;
}
.dynamic .letter:nth-child(5) {
  animation-delay: 0.33333333s;
}
.dynamic .letter:nth-child(6) {
  animation-delay: 0.41666667s;
}
@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(33, 80, 133, 0.08) 0 0 1px;
  }
  100% {
    transform: translate3d(0, -15px, 0);
    text-shadow: rgba(33, 80, 133, 0.08) 0 20px 5px;
  }
}
.dynamic .leftBox ul {
  padding-top: 30px;
}
.dynamic .leftBox li {
  width: 570px;
  height: 160px;
  background: #f8f8f8;
  margin-bottom: 25px;
}
.dynamic .leftBox li .imgBox {
  width: 200px;
  height: 160px;
  display: inline-block;
}
.dynamic .leftBox li .textBox {
  display: inline-block;
  width: 330px;
  padding: 13px 20px;
  vertical-align: top;
}
.dynamic .leftBox li .title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.333;
  max-height: 48px;
  min-height: 48px;
  text-align: justify;
}
.dynamic .leftBox li .text {
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 5px ;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
  max-height: 48px;
  min-height: 48px;
}
.dynamic .leftBox li .textBox > p.time {
  margin-top: 10px;
}
.dynamic .leftBox li .textBox > p.time span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.dynamic .leftBox li .textBox > p.time i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/timeIcon.png") no-repeat top;
  vertical-align: middle;
}
.dynamic .rightBox ul {
  padding-left: 20px ;
}
.dynamic .rightBox li {
  width: 570px;
  border-bottom: 1px solid #e5e5e5;
  height: 109px;
  padding-top: 30px;
}
.dynamic .rightBox li .time {
  display: inline-block;
  width: 90px;
  height: 139px;
  vertical-align: top;
}
.dynamic .rightBox li .time p {
  font-size: 24px;
  color: #666666;
  line-height: 1;
}
.dynamic .rightBox li .time p.year {
  font-size: 16px;
  padding-top: 12px;
  color: #999999;
}
.dynamic .rightBox li .textBox {
  display: inline-block;
  width: 480px;
}
.dynamic .rightBox li .title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  line-height: 1.333;
  text-align: justify;
}
.dynamic .rightBox li .text {
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 10px;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
  max-height: 48px;
  min-height: 48px;
}
/**/
.scenery {
  background: url("../img/sceneryBg.png") no-repeat center;
  min-height: 483px;
  padding-top: 40px;
}
.scenery .sceneryBox {
  font-size: 0;
}
.scenery .sceneryBox .sceneryTitle {
  background: url("../img/sceneryTitle.png") no-repeat top;
  display: inline-block;
  vertical-align: top;
  width: 354px;
  height: 443px;
}
.scenery .sceneryBox .swiper-container {
  display: inline-block;
  width: 846px;
}
.scenery .sceneryBox .swiper-container .swiper-slide li {
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 3px;
  width: 280px;
  height: 220px;
  vertical-align: top;
  overflow: hidden;
}
.scenery .sceneryBox .swiper-container .swiper-slide li img {
  width: 280px;
  height: 220px;
}
