/* 首页 banner */
.home-swiper-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  transition: all 1.2s ease-in-out;
  position: relative;
}
.home-swiper-wrap.no-first .swiper-container-home {
  width: 80%;
  height: calc(100vh - 132px);
  margin-top: 132px;
}
.home-swiper-wrap.no-first .swiper-container-home .swiper-slide::before {
  position: initial;
}
.home-swiper-wrap.no-first .swiper-container-home .swiper-slide .home-swiper-caption {
  left: -428px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
}
.home-swiper-wrap.no-first .swiper-container-home .swiper-slide .home-swiper-caption .title {
  color: #333333;
  visibility: hidden;
}
.home-swiper-wrap.no-first .swiper-container-home .swiper-slide .home-swiper-caption .button {
  color: #ffffff;
  background: #9C2A4C;
}
.home-swiper-wrap.no-first .swiper-container-home .swiper-slide .home-swiper-caption .button:hover {
  background: #AD3458;
}
.home-swiper-wrap.no-first .swiper-container-home .swiper-slide.swiper-slide-active .home-swiper-caption .title {
  visibility: visible;
}
.home-swiper-wrap.no-first .swiper-container-home .swiper-info {
  visibility: visible;
}
.home-swiper-wrap .home-swiper-caption {
  width: 940px;
  height: 410px;
  padding: 60px 24px 0 210px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 200px;
  transition: all 1.2s ease-in-out;
  z-index: 12;
}
.home-swiper-wrap .home-swiper-caption .title {
  height: 156px;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 78px;
  color: #ffffff;
  margin-bottom: 52px;
}
.home-swiper-wrap .home-swiper-caption .button {
  padding: 15px 64px;
}
.home-swiper-wrap .swiper-container-home {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: visible;
  transition: all 1.2s ease-in-out;
}
.home-swiper-wrap .swiper-container-home .swiper-slide {
  position: relative;
  object-fit: contain;
  background-size: cover;
  background-color: #ffffff;
  transition: all 1.2s ease-in-out;
}
.home-swiper-wrap .swiper-container-home .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
}
.home-swiper-wrap .swiper-container-home .swiper-info {
  position: absolute;
  right: 200px;
  bottom: 102px;
  visibility: hidden;
}
.home-swiper-wrap .swiper-container-home .swiper-info .swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
}
.home-swiper-wrap .swiper-container-home .swiper-info .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 10px;
  height: 10px;
}
.home-swiper-wrap .swiper-container-home .swiper-info .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: none;
}
.home-swiper-wrap.no-first .swiper-container-home::before {
  position: initial;
  display: none;
}
/* 学院动态 */
.college-news-wrap {
  padding-top: 120px;
  background: #F7F8FC;
}
.college-news-wrap .news-wrap {
  margin-top: 100px;
}
.college-news-wrap .news {
  background: #ffffff;
  width: 400px;
  height: 500px;
  box-sizing: border-box;
}
.college-news-wrap .news:nth-child(2) {
  margin: -40px 40px 0;
}
.college-news-wrap .news .title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.college-news-wrap .news .date-wrap {
  font-size: 16px;
  color: #cccccc;
}
.college-news-wrap .left-box {
  padding: 36px 0 32px 40px;
}
.college-news-wrap .left-box .title {
  padding-right: 40px;
}
.college-news-wrap .left-box .image {
  margin: 28px 0 40px 0;
}
.college-news-wrap .left-box .date-wrap {
  padding-right: 40px;
}
.college-news-wrap .center-box {
  padding: 36px 40px 32px;
  color: #ffffff;
  background-image: url('/images/home/xydt/bg.png');
  background-size: cover;
}
.college-news-wrap .center-box .title {
  color: #ffffff;
}
.college-news-wrap .center-box .context {
  font-size: 16px;
  font-weight: 300;
  height: 156px;
  line-height: 26px;
  margin: 28px 0 133px;
}
.college-news-wrap .right-box {
  background: none;
}
.college-news-wrap .right-box > div {
  height: 230px;
}
.college-news-wrap .right-box > div:first-child {
  margin-bottom: 40px;
}
.college-news-wrap .right-box > div .image {
  width: 180px;
}
.college-news-wrap .right-box > div .content {
  width: 220px;
  padding: 20px;
  box-sizing: border-box;
}
.college-news-wrap .right-box > div .context {
  font-size: 16px;
  font-weight: 300;
  height: 78px;
  line-height: 26px;
  margin: 8px 0 12px;
  color: #999999;
}
/* 学院动态 (轮播图) */
.college-news-swiper-wrap {
  background: #F7F8FC;
  display: flex;
  margin-top: 133px;
  position: relative;
}
.college-news-swiper-wrap .swiper-container-college-news {
  width: 62.5%;
  height: 794px;
  padding-bottom: 60px;
  box-sizing: border-box;
  margin: 0;
}
.college-news-swiper-wrap .swiper-container-college-news::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 60px;
  bottom: 0;
  left: 26.7%;
  background: #1A57BB;
}
.college-news-swiper-wrap .college-news-swiper-right {
  padding-left: 32px;
}
.college-news-swiper-wrap .college-news-swiper-right .college-news-title {
  font-size: 80px;
  width: 306px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 81px;
  color: #E9EDF5;
  margin-top: 86px;
}
.college-news-swiper-wrap .college-news-swiper-caption {
  width: 32%;
  height: 419px;
  background-image: url('/images/home/xydt/swiper_caption_bg.png');
  background-size: cover;
  position: absolute;
  left: 51.08%;
  z-index: 1;
  bottom: 60px;
  padding: 36px 40px;
  box-sizing: border-box;
  color: #ffffff;
}
.college-news-swiper-wrap .college-news-swiper-caption::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 57px;
  background-image: url('/images/home/xydt/quotation_mark.png');
  background-size: cover;
  left: 42px;
  top: -40px;
  z-index: 2;
}
.college-news-swiper-wrap .college-news-swiper-caption .title {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 50px;
}
.college-news-swiper-wrap .college-news-swiper-caption .date {
  margin-top: 28px;
  font-size: 16px;
  line-height: 22px;
}
.college-news-swiper-wrap .college-news-swiper-caption .swiper-info {
  position: absolute;
  bottom: 42px;
  z-index: 2;
}
.college-news-swiper-wrap .college-news-swiper-caption .swiper-info .swiper-pagination {
  display: flex;
  align-items: center;
  position: initial;
}
.college-news-swiper-wrap .college-news-swiper-caption .swiper-info .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
}
.college-news-swiper-wrap .college-news-swiper-caption .swiper-info .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  background: transparent;
}
/* 学术活动 */
.academic-activities-wrap {
  padding: 120px 0 160px;
  background: #F7F8FC;
}
.academic-activities-wrap .content {
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
}
.academic-activities-wrap .content .left {
  width: 400px;
  height: 502px;
  padding: 40px;
  box-sizing: border-box;
  background: #E9EDF5;
}
.academic-activities-wrap .content .left .title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 50.4px;
  color: #1D5BBF;
}
.academic-activities-wrap .content .left .context {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333333;
  height: 182px;
  margin: 28px 0 60px;
}
.academic-activities-wrap .content .right {
  width: 880px;
  height: 562px;
}
/* 科研成果 */
.scientific-payoffs-wrap {
  height: 1018px;
  padding: 120px 0;
  box-sizing: border-box;
  background-image: url('/images/home/kycg/bg.png');
  background-size: cover;
}
.scientific-payoffs-wrap .top-title .title {
  color: #ffffff;
}
.scientific-payoffs-wrap .sub-title {
  color: rgba(60, 112, 201, 0.23);
}
.scientific-payoffs-wrap .payoffs-container {
  padding-top: 40px;
  display: flex;
}
.scientific-payoffs-wrap .payoffs-container .payoffs {
  width: 400px;
  height: 502px;
  padding: 40px;
  box-sizing: border-box;
  color: #ffffff;
  margin-right: 40px;
  background-size: cover;
  clear: both;
  background-image: url('/images/home/kycg/first_bg.png');
}
.scientific-payoffs-wrap .payoffs-container .payoffs:first-child {
  margin-top: 40px;
}
.scientific-payoffs-wrap .payoffs-container .payoffs:nth-child(2) {
  background-image: url('/images/home/kycg/second_bg.png');
}
.scientific-payoffs-wrap .payoffs-container .payoffs:nth-child(2) .button:hover {
  color: #65ABDC;
}
.scientific-payoffs-wrap .payoffs-container .payoffs:nth-child(3) {
  margin: 80px 0 0;
  background-image: url('/images/home/kycg/third_bg.png');
}
.scientific-payoffs-wrap .payoffs-container .payoffs:nth-child(3) .button:hover {
  color: #9C2A4C;
}
.scientific-payoffs-wrap .payoffs-container .payoffs .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 40px;
}
.scientific-payoffs-wrap .payoffs-container .payoffs .context {
  font-size: 16px;
  font-weight: 300;
  height: 78px;
  line-height: 26px;
  margin: 28px 0 186px;
}
.scientific-payoffs-wrap .payoffs-container .payoffs .button {
  float: right;
  color: #ffffff;
}
.scientific-payoffs-wrap .payoffs-container .payoffs .button:hover {
  background: #ffffff !important;
  color: #4B85D6;
}
/* 夏令营 */
.summer-camp-wrap {
  position: relative;
}
.summer-camp-wrap .swiper-container-summer {
  height: 663px;
}
.summer-camp-wrap .summer-swiper-caption {
  position: absolute;
  right: 16.7%;
  bottom: 0;
  width: 510px;
  height: 459px;
  z-index: 1;
  padding: 36px 40px;
  background: rgba(94, 149, 231, 0.95);
}
.summer-camp-wrap .summer-swiper-caption .head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #BAD6FF;
  padding-bottom: 36px;
}
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 50px;
  color: #ffffff;
}
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-prev,
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-next {
  position: relative;
  width: 42px;
  height: 42px;
  background: none;
  border-radius: 0;
}
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-prev::before,
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-next::before {
  font-size: 26px;
  color: #ffffff;
}
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-prev:hover,
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-next:hover {
  background-color: #71A8EA;
}
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-prev:hover::before,
.summer-camp-wrap .summer-swiper-caption .head-box .swiper-button-next:hover::before {
  color: #ffffff;
}
.summer-camp-wrap .summer-swiper-caption .context {
  height: 104px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 26px;
  margin: 33px 0 128px;
}
.summer-camp-wrap .summer-swiper-caption .button:hover {
  background: #ffffff;
  color: #5E95E7;
}
.xydt-tzgg-content-wrap {
  padding: 120px 0;
}
.xydt-xwzx-content-wrap {
  padding: 120px 0;
}
@media (max-width: 800px) {
  .home-swiper-wrap {
    height: 370px;
  }
  .home-swiper-wrap .swiper-container-home {
    height: 220px;
  }
  .home-swiper-wrap .swiper-container-home .swiper-slide::before {
    position: inherit;
  }
  .home-swiper-wrap .swiper-container-home .swiper-slide .home-swiper-caption {
    width: 92.8%;
    height: 182px;
    padding: 24px 16px;
    left: 0;
    bottom: -150px;
    background: #FFFFFF;
    backdrop-filter: blur(120px);
  }
  .home-swiper-wrap .swiper-container-home .swiper-slide .home-swiper-caption .title {
    height: 68px;
    font-size: 24px;
    color: #262626;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .home-swiper-wrap .swiper-container-home .swiper-slide .home-swiper-caption .button {
    background: #9C2A4C;
    color: #ffffff;
    padding: 10px 38px;
    font-size: 12px;
  }
  /* 学院动态 */
  .college-news-wrap {
    padding: 40px 0;
    overflow: hidden;
  }
  .college-news-wrap .max1280 {
    padding: 0 16px;
  }
  .college-news-wrap .max1280 .more {
    display: block;
    width: calc(100% - 32px);
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    position: absolute;
    bottom: -44px;
    background: #ffffff;
    color: #262626;
    text-align: center;
    font-size: 14px;
    padding-right: 0;
  }
  .college-news-wrap .max1280 .more::after {
    position: initial;
    content: "";
  }
  .college-news-wrap .max1280 .news-wrap {
    display: block;
    margin-top: 0;
  }
  .college-news-wrap .max1280 .news-wrap .news {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    padding: 24px 0;
    margin: 0;
    box-sizing: border-box;
    border-top: 1.5px solid #E9EBF5;
  }
  .college-news-wrap .max1280 .news-wrap .news:first-child {
    padding: 0;
    border: none;
  }
  .college-news-wrap .max1280 .news-wrap .news .title {
    font-size: 18px;
    color: #333333;
    -webkit-line-clamp: 2;
  }
  .college-news-wrap .max1280 .news-wrap .news .context,
  .college-news-wrap .max1280 .news-wrap .news .button,
  .college-news-wrap .max1280 .news-wrap .news .slide-arrow {
    display: none;
  }
  .college-news-wrap .max1280 .news-wrap .news .date {
    font-size: 14px;
  }
  .college-news-wrap .max1280 .news-wrap .news.left-box {
    position: relative;
  }
  .college-news-wrap .max1280 .news-wrap .news.left-box .date {
    display: none;
  }
  .college-news-wrap .max1280 .news-wrap .news.left-box .image {
    margin: 0;
  }
  .college-news-wrap .max1280 .news-wrap .news.left-box .title {
    line-height: 25px;
    padding: 16px 12px;
    color: #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000000, transparent);
  }
  .college-news-wrap .max1280 .news-wrap .news.right-box {
    padding: 0;
  }
  .college-news-wrap .max1280 .news-wrap .news.right-box .image {
    width: 116px;
    height: 84px;
  }
  .college-news-wrap .max1280 .news-wrap .news.right-box .bg-white {
    height: auto;
    background: none;
    padding: 24px 0;
  }
  .college-news-wrap .max1280 .news-wrap .news.right-box .bg-white .content {
    padding: 0;
    padding: 0 16px 0 0;
    justify-content: space-between;
  }
  .college-news-wrap .max1280 .news-wrap .news.right-box .bg-white:first-child {
    flex-direction: row-reverse;
    margin-bottom: 0;
    border-bottom: 1.5px solid #E9EBF5;
  }
  /* 学院动态 (轮播图) */
  .college-news-swiper-wrap {
    margin-top: 110px;
    height: 370px;
  }
  .college-news-swiper-wrap .college-news-title,
  .college-news-swiper-wrap .college-news-swiper-right,
  .college-news-swiper-wrap .date {
    display: none;
  }
  .college-news-swiper-wrap .swiper-container-college-news {
    width: 340px;
    height: 210px;
    padding-bottom: 0;
  }
  .college-news-swiper-wrap .swiper-container-college-news::after {
    position: initial;
  }
  .college-news-swiper-wrap .college-news-swiper-caption {
    width: 360px;
    height: 160px;
    padding: 35px 20px 24px;
    left: 15px;
    bottom: 0;
  }
  .college-news-swiper-wrap .college-news-swiper-caption .title {
    font-size: 18px;
    line-height: 25px;
    -webkit-line-clamp: 2;
  }
  .college-news-swiper-wrap .college-news-swiper-caption .swiper-info {
    bottom: 24px;
  }
  .college-news-swiper-wrap .college-news-swiper-caption::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    right: 15px;
    top: -40px;
    background: #1A57BB;
  }
  /* 学术活动 */
  .academic-activities-wrap {
    padding: 40px 0;
  }
  .academic-activities-wrap .more,
  .academic-activities-wrap .sub-title {
    display: none;
  }
  .academic-activities-wrap .content {
    margin-top: 0;
    display: block;
  }
}
