/* 首页轮播 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container.main-banner {
  height: 480px;
}

.banner .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 507px;
}

.banner .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: revert;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  opacity: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  text-align: center;
  line-height: 65px;
}

.banner .swiper-button-next {
  right: 16%;
}

.banner .swiper-pagination {
  display: flex;
  width: auto !important;
  justify-content: space-between;
  flex-wrap: nowrap;
  bottom: 50px;
  right: 0;
  background-color: rgba(22, 22, 22, .56);
  padding: 5px 5px 5px 10px ;
  border-radius: 50px;
}

.banner .swiper-pagination-bullet {
  position: relative;
  z-index: 99;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-right: 13px;
  opacity: .8;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 70px;
  height: 7px;
  background-color: #ffd118;
  border-radius: 3px;

}

.center-title {
  color: #1b1b1b;
  font-size: 30px;
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .banner .swiper-slide {
    height: 480px;
  }
}

.home-banner-box {
  /*width: 683px;*/
  height: 82px;
  background-color: rgba(22, 22, 22, .56);
  color: #ffffff;
  z-index: 20;
  padding: 20px 40px;
  position: absolute;
  left: 0;
  bottom: 50px;

}

.home-banner-font {
  font-size: 26px;
  letter-spacing: 1px;
}

.home-number {
  width: 129px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
}

.home-number.active {
  color: #ffcf4c;
}

.bamask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}



/* 前言 box**** */

.preface-contanier {
  margin: 30px 0;
}


/*实验室*/
/* .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 1s ease-in-out;
  background-color: #fff;

}
 */
.relative {
  position: relative;
  display: block;
  overflow: hidden;
}

#img1 {
  width: 559px;
  height: 445px;
}

#img2 {
  width: 176px;
  height: 218px
}

#img2 img,
#img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.lab-desc,
.lab-page {
  z-index: 105;
}

/* 前言 */
.preface {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prac-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px   0px 0 0px;
  justify-content: space-between;;
}

.imgbox {
  width: 300px;
  height: 340px;
  /*padding: 10px;*/
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 3px solid #dbdbdb;
  transition: all .5s;
}
.imgbox:last-child{
  margin-right: 0 !important;
}
.prac-box a:last-child .imgbox {
  margin-right: 0px;
}

.imgbox:hover {
  border-bottom-color: #0056dd;
}

.baseImg img {
  width: 307px;
  height: 190px;
  max-height: 194px;
  transition: all .5s;
}

.res-descbox {
  margin-top: 22px;
}

.res-name {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.res-bottom {
  margin-top: 10px;
  color: #8e8e8e;
  font-size: 14px;
}

.preface-title-div {
  height: 40px;
  line-height: 30px;
  margin-bottom: 10px;
}

.preface-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2px;
  color: #313131;

}

.title-blue {
  color: #184aba;
}

.title-gray {
  color: #bbbbbb;
}

.title-more {
  font-size: 14px;
  color: #696969;
}

.title-more:hover {
  color: #73000a;
}

.title-more .iconfont {
  color: #2272dc;
}

.preface-left {
  width: 58%;
}

.preface-right {
  width: 38%;

}

.preface-box {
  width: 336px;
  cursor: pointer;
  margin-right: 23px;

}

.img-div {
  height: 230px;
  text-align: center;
}

.text-box {
  height: 185px;
  border: solid 3px #eeeeee;
  padding: 20px 25px 10px 25px;
}

.text-title {
  width: 288px;
  height: 45px;
  font-size: 18px;
  color: #212121;
  margin-bottom: 20px;
}

.text-title:hover {
  color: #0c47ad;
}

.text-desc {
  width: 281px;
  height: 50px;
  font-size: 13px;
  color: #9d9d9d;
  margin-bottom: 10px;
}

.text-time {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.text-time .iconfont {
  font-size: 14px;
}

.preface-right-ul {
  width: 100%;
}

.right-ul-box {
  height: 70px;
  position: relative;
}

.notice-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #343434;
}

.notice-title:hover {
  color: #73000a;
}

.little-rectangle {
  width: 5px;
  height: 14px;
  position: absolute;
  top: 10px;
  background-color: #0c47ad;
}

.preface-right-ul li {
  /* width: 440px; */
  height: 100%;
  margin-left: 20px;
  border-bottom: 1px solid #c3c3c3;

}

/* 教育 */
.list-contanier {
  background-color: #294f9c;
  padding: 30px;
  display: flex;
  margin-bottom: 30px;
}

.index-list-left {
  width: 100%;
}

.list-nav-btn {
  width: 154px;
  height: 66px;
  font-size: 20px;
  line-height: 66px;
  color: #454545;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  font-weight: 600;
  background-color: #fff;
}

.list-nav-btn.active,
.list-nav-btn:hover {
  border-top: 8px solid #edae5c;
  color: #0c45a8;
}

.list-left-list a {
  color: #ffffff;
}

/* .list-left-list li {
 

} */
.list-left-list li a{
 height: 35px;
  display: flex;
  align-items: center;
}

.list-gt {
  color: #bfbfbf;
  margin-right: 5px;
}

.list-more {
  font-size: 14px;
  color: #ffffff;
  height: 66px;
}

.list-more a {
  text-decoration: underline;
  color: #ffffff;
  margin-right: 5px;
}

.index-list-right {
  /*width: 45%;*/
}

.list-right-box {
  width: 100%;
  height: 82px;
  padding: 15px;
  margin-bottom: 5px;
  background-color: #ffffff;
}

.list_date {
  width: 84px;
  height: 50px;
  text-align: center;
  margin-right: 15px;
  color: #fff;
  background-color: #0c45a8;
}

.list_date_top {
  width: 100%;
  font-size: 24px;
  height: 30px;
}

.list_date_bottom {
  font-size: 14px;
}

.list_date.active {
  background-color: #d0240d;
}

/* 实验室 */
.online-contanier {
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 30px;*/
}

.titile-box {
  width: 5%;
  height: 255px;
  background-color: rgb(46, 87, 179);
}

.h-title {
  color: #ffffff;
  font-size: 30px;
}

.major-box {
  width: 200px;
  padding: 30px 0 30px 0;
  background-color: #fafafa;
  cursor: pointer;
}

.major-top {
  margin-bottom: 20px;
  margin-top: 30px;
  height: 77px;
}

.major-top img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.major-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #171717;
  text-align: center;
  margin-top: 30px;
}

.lab-ul {
  width: 10%;
  height: 135px;
  border-left: 1px solid #bfbfbf;
  padding: 5px 20px;
}

.lab-ul li {
  position: relative;
  margin-bottom: 15px;
}

.lab-ul li::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border: 2px solid #b5b5b5;
  border-radius: 50%;
  left: -27px;
  top: 2px;

}

.lab-ul li:hover::before {
  border-color: #184aba;
}

.lab-intro-box {
  width: 100%;
  display: flex;
}

.lab-img {
  width: 72%;
  position: relative;
}

.lab-img img {
  width: 559px;
  height: 445px;
}

.lab-desc {
  width: 426px;
  height: 322px;

  background-color: #ffffff;
  border: solid 2px #e5e5e5;
  position: absolute;
  top: 40px;
  left: 50%;
  overflow: hidden;
}

.descLab {
  margin: 45px;
  height: 230px;
  overflow: hidden;
  position: relative
}

.lab-text {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #909090;
}

.lab-right {
  margin-left: 20px;
}

.lab-r-top {

  text-align: right;

}

.lab-r-bottom {
  position: relative;
}

.lab-r-bottom img {
  width: 176px;
  height: 218px;
}

.lab-page {
  width: 102px;
  height: 102px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 37px 21px 21px 0;

}

.lab-page .iconfont {
  font-size: 18px;
  cursor: pointer;
}



/* 风采 */
.fengcai {
  /*margin-bottom: 30px;*/
  /*padding-top: 40px;*/
  background-color: #fafafa;
}

.fengcai-box {
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
}

.img-contanier {
  width: 100%;
  height: 213px;
}

.fengcai-box img {
  width: 309px;
  height: 100%;
  transition: 0.35s;
  z-index: 55;
}

.fengcai-box img:hover {
  transform: scale(1.2);
}

.fengcai-text {
  height: 104px;
  color: #414143;
  font-size: 18px;
  margin-top: -10px;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}



.re-fengcai-descbox {
  height: 150px;
  position: relative;
  top: -40px;
  padding: 40px 15px;
  z-index: 66;

}


.fengcai-top {
  height: 40px;
  line-height: 30px;
  color: #424242;
  font-size: 18px;
  padding: 5px;
  font-weight: 600;
  margin-top: 10px;

}

.fengcai-bottom {
  padding: 10px 0;
  color: #8e8e8e;
}

.mySwiper {
  margin: 30px 0 0;
}

.mySwiper .swiper-slide:hover .re-fengcai-descbox {
  background-color: rgba(30, 79, 156, .66);
}

.mySwiper .swiper-slide:hover .fengcai-top,
.mySwiper .swiper-slide:hover .fengcai-bottom {
  color: #ffffff;
}

.mySwiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -82px;
}

.mySwiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -82px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  color: #bababa;
}
@media (max-width: 980px){
  .fengcai {
    width: 1300px;
    overflow: hidden;
  }
}