/* 首页 banner */
.home-swiper-wrap {
  height: 100vh;
  max-height: 100vw;
  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);
  max-height: calc(100vw - 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.9);
  backdrop-filter: blur(120px);
}
.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: 500;
  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;
  max-height: 100vw;
  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 {
  width: 100%;
  padding: 120px 0;
  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 {
  height: 68px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
  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 {
  height: 100px;
  padding-right: 40px;
}
.college-news-wrap .left-box .image {
  height: 220px;
  margin: 28px 0 40px 0;
}
.college-news-wrap .left-box .date-wrap {
  padding-right: 40px;
}
.college-news-wrap .center-box {
  color: #ffffff;
}
.college-news-wrap .center-box .image {
  height: 246px;
}
.college-news-wrap .center-box .ceontent-box {
  padding: 36px 40px 32px;
}
.college-news-wrap .center-box .context {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  height: 52px;
  line-height: 26px;
  margin: 8px 0 13px;
}
.college-news-wrap .right-box {
  background: none;
}
.college-news-wrap .right-box .news-item {
  height: 230px;
}
.college-news-wrap .right-box .news-item:first-child {
  margin-bottom: 40px;
}
.college-news-wrap .right-box .news-item .image {
  width: 180px;
}
.college-news-wrap .right-box .news-item .content {
  width: 220px;
  padding: 20px;
  box-sizing: border-box;
}
.college-news-wrap .right-box .news-item .context {
  font-size: 16px;
  font-weight: 400;
  height: 78px;
  line-height: 26px;
  margin: 8px 0 12px;
  color: #999999;
}
/* 校企合作 (轮播图) */
.wechat-news-swiper-wrap {
  display: flex;
  margin-top: 60px;
  position: relative;
}
.wechat-news-swiper-wrap .wechat-news-swiper-right {
  position: absolute;
  left: 1240px;
  top: 30px;
}
.wechat-news-swiper-wrap .wechat-news-swiper-right .wechat-news-title {
  font-size: 48px;
  width: 306px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 54px;
  color: #E9EDF5;
}
.wechat-news-swiper-wrap .swiper-container-wechat-news {
  width: 1200px;
  height: 794px;
  padding-bottom: 60px;
  box-sizing: border-box;
  margin: 0;
  overflow: visible;
}
.wechat-news-swiper-wrap .swiper-container-wechat-news::after {
  position: absolute;
  content: "";
  width: 660px;
  height: 60px;
  bottom: 0;
  left: 320px;
  background: #1A57BB;
}
.wechat-news-swiper-wrap .swiper-container-wechat-news .swiper-info {
  position: absolute;
  bottom: 106px;
  right: 100px;
  z-index: 2;
}
.wechat-news-swiper-wrap .swiper-container-wechat-news .swiper-info .swiper-pagination {
  display: flex;
  align-items: center;
  position: initial;
}
.wechat-news-swiper-wrap .swiper-container-wechat-news .swiper-info .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
}
.wechat-news-swiper-wrap .swiper-container-wechat-news .swiper-info .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  background: transparent;
}
.wechat-news-swiper-wrap .wechat-news-swiper-caption {
  width: 620px;
  height: 485px;
  background-image: url('/images/home/xydt/swiper_caption_bg.png');
  background-size: cover;
  position: absolute;
  right: -400px;
  z-index: 1;
  bottom: 0;
  padding: 36px 40px;
  box-sizing: border-box;
  color: #ffffff;
}
.wechat-news-swiper-wrap .wechat-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;
}
.wechat-news-swiper-wrap .wechat-news-swiper-caption .title {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}
.wechat-news-swiper-wrap .wechat-news-swiper-caption .context {
  height: 78px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 70px;
}
.wechat-news-swiper-wrap .wechat-news-swiper-caption .button {
  width: 80px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #ffffff;
}
/* 校企合作 */
.wechat-activities-wrap {
  padding: 120px 0 45px;
  background: #F7F8FC;
}
.wechat-activities-wrap .max1280 {
  position: initial;
}
/* 学术日历 */
.academic-calendar-wrap {
  padding: 120px 0;
  background: #F7F8FC;
}
.academic-calendar-wrap .max1280 {
  position: initial;
}
.academic-calendar-wrap .content {
  padding-top: 60px;
}
/* 科研成果 */
.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: 700;
  letter-spacing: 0px;
  line-height: 40px;
}
.scientific-payoffs-wrap .payoffs-container .payoffs .context {
  font-size: 16px;
  font-weight: 400;
  height: 264px;
  line-height: 26px;
  overflow: hidden;
  margin: 28px 0 10px;
}
.scientific-payoffs-wrap .payoffs-container .payoffs .button {
  float: right;
  color: #ffffff;
}
.scientific-payoffs-wrap .payoffs-container .payoffs .button:hover {
  background: #ffffff !important;
  color: #4B85D6;
}
.xydt-tzgg-content-wrap,
.xydt-xwzx-content-wrap {
  padding: 120px 0;
}
@media (max-width: 750px) {
  .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: 348px;
    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 {
    height: 50px;
    font-size: 18px;
    line-height: 25px;
    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;
    margin-top: 4px;
  }
  .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: 30px;
    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 .news-item {
    height: auto;
    background: none;
    padding: 24px 0;
    justify-content: space-between;
  }
  .college-news-wrap .max1280 .news-wrap .news.right-box .news-item .content {
    flex: 1;
    padding: 0;
    padding: 0 16px 0 0;
  }
  .college-news-wrap .max1280 .news-wrap .news.right-box .news-item.left-img {
    flex-direction: row-reverse;
    margin-bottom: 0;
    border-bottom: 1.5px solid #E9EBF5;
  }
  /* 校企合作 (轮播图) */
  .wechat-news-swiper-wrap {
    height: 340px;
    margin-top: 0;
  }
  .wechat-news-swiper-wrap .swiper-container-wechat-news {
    width: 340px;
    height: 210px;
    padding-bottom: 0;
  }
  .wechat-news-swiper-wrap .swiper-container-wechat-news::after {
    position: initial;
  }
  .wechat-news-swiper-wrap .swiper-container-wechat-news .swiper-info {
    bottom: -104px;
    right: initial;
    left: 40px;
  }
  .wechat-news-swiper-wrap .swiper-container-wechat-news .swiper-info .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .wechat-news-swiper-wrap .swiper-container-wechat-news .swiper-info .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
  }
  .wechat-news-swiper-wrap .wechat-news-swiper-caption {
    width: 360px;
    height: 186px;
    padding: 35px 20px 24px;
    left: 15px;
    right: initial;
    bottom: -130px;
  }
  .wechat-news-swiper-wrap .wechat-news-swiper-caption .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .wechat-news-swiper-wrap .wechat-news-swiper-caption .context {
    height: 40px;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
  }
  .wechat-news-swiper-wrap .wechat-news-swiper-caption::before {
    width: 29px;
    height: 24px;
    left: 20px;
    top: -12px;
  }
  .wechat-news-swiper-wrap .wechat-news-swiper-caption::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    right: 15px;
    top: -40px;
    background: #1A57BB;
  }
  /* 校企合作、学术日历 */
  .wechat-activities-wrap,
  .academic-calendar-wrap {
    position: relative;
    padding: 40px 0 120px;
  }
  .wechat-activities-wrap .more,
  .academic-calendar-wrap .more {
    display: block;
    width: calc(100% - 32px);
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    position: absolute;
    bottom: 40px;
    background: #ffffff;
    color: #262626;
    text-align: center;
    font-size: 14px;
    padding-right: 0;
  }
  .wechat-activities-wrap .more::after,
  .academic-calendar-wrap .more::after {
    position: initial;
    content: "";
  }
  .wechat-activities-wrap .sub-title,
  .academic-calendar-wrap .sub-title {
    display: none;
  }
  .wechat-activities-wrap .content,
  .academic-calendar-wrap .content {
    padding-top: 0;
    display: block;
  }
  /* 科研成果 */
  .scientific-payoffs-wrap {
    padding: 40px 0;
    height: 725px;
    background-image: url('/images/home/kycg/app/bg.png');
  }
  .scientific-payoffs-wrap .max1280 {
    height: 100%;
    padding: 0 16px;
  }
  .scientific-payoffs-wrap .max1280 .more {
    display: block;
    width: calc(100% - 32px);
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    color: #262626;
    text-align: center;
    font-size: 14px;
    padding-right: 0;
  }
  .scientific-payoffs-wrap .max1280 .more::after {
    position: initial;
    content: "";
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container {
    display: block;
    padding-top: 0;
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container .payoffs {
    width: 100%;
    height: 150px;
    margin: 0 0 20px 0;
    padding: 24px 20px;
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container .payoffs .title {
    font-size: 18px;
    line-height: 25px;
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container .payoffs .context {
    font-size: 12px;
    margin: 10px 0 0;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container .payoffs .button {
    display: none;
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container .payoffs:first-child {
    background-image: url('/images/home/kycg/app/first_bg.png');
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container .payoffs:nth-child(2) {
    background-image: url('/images/home/kycg/app/second_bg.png');
  }
  .scientific-payoffs-wrap .max1280 .payoffs-container .payoffs:nth-child(3) {
    background-image: url('/images/home/kycg/app/third_bg.png');
  }
  .xydt-tzgg-content-wrap,
  .xydt-xwzx-content-wrap {
    padding: 12px 16px 40px;
  }
  .xydt-tzgg-content-wrap .max1280,
  .xydt-xwzx-content-wrap .max1280 {
    flex-direction: column;
  }
  .xydt-tzgg-content-wrap .max1280 .left-side,
  .xydt-xwzx-content-wrap .max1280 .left-side {
    margin-bottom: 30px;
  }
  .xydt-tzgg-content-wrap .max1280 .left-side .title,
  .xydt-xwzx-content-wrap .max1280 .left-side .title {
    font-size: 16px;
    line-height: 22px;
  }
}
