.sd-title1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 700;
  color: #25599c;
  text-align: center;
}

.sd-title1:hover {
  color: #25599c;
}

.sd-title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #25599c;
  text-align: center;
}

.sd-title2:hover {
  color: #25599c;
}

.sd-more {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 700;
  float: right;
  /*margin-top: 30px;*/
}

.com-notice .com-notice-r .notice-r-wrap {
  padding: 30px 88px 45px 100px;
}

.notice-r-wrap a {
  cursor: pointer;
  display: inline-block;
}

.video-wrap {
  display: flex;
}

.video-wrap .video {
  position: relative;
  flex: 1;
  margin-right: 14px;
  background-color: #fff;
  padding: 10px 14px;
}

.video-wrap .video:last-child {
  margin-right: 0;
}

.video-wrap .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  zoom: .6;
}

.spe-text {
  font-size: 30px;
  /*font-weight: 700;*/
  margin: 30px auto 0;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}

.content.content1 {
  padding: 37px 0;
}

.com-title {
  margin-bottom: 40px;
}

.img-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.img-wrap .swiper-con {
  height: 480px;
  padding: 15px 12px;
  width: 700px;
  flex: 1;
  background-color: #fff;
}

.img-wrap .swiper-con .swiper-container {
  width: 100%;
  height: 100%;
}

.img-wrap .swiper-con .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.img-wrap .swiper-con .swiper-container .swiper-btn {
  position: absolute;
  left: 10px;
  top: 43%;
  z-index: 99;
  cursor: pointer;
  transition: all .4s;
}

.img-wrap .swiper-con .swiper-container .swiper-btn-l:hover {
  transform: scale(1.1);
}

.img-wrap .swiper-con .swiper-container .swiper-btn-r {
  left: auto;
  right: 10px;
}

.img-wrap .swiper-con .swiper-container .swiper-btn-r:hover {
  transform: scale(1.1);
}

.img-wrap .img-r {
  width: 290px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img-wrap .img-r img {
  width: 100%;
  border: 6px solid #fff;
  object-fit: cover;
  cursor: pointer;
}

.img-wrap .img-r a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border: 3px solid #fff;
  background-color: #da1c05;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.layui-layer-photos-prev.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.layui-layer-photos-next.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .content.content1 {
    padding: 15px 0;
  }
  .com-notice .com-notice-r .notice-r-wrap {
    padding: 17px 20px 20px 20px;
  }
  .sd-title1 {
    font-size: 28px;
  }
  .sd-title2 {
    font-size: 21px;
  }
  .sd-more {
    font-size: 12px;
  }
  .com-notice .zjgg-text {
    line-height: 26px;
    font-size: 14px;
  }
  .img-wrap .swiper-con .swiper-container .swiper-btn {
    zoom: .5;
  }
  .img-wrap {
    display: block;
  }
  .img-wrap .swiper-con {
    width: 90%;
    height: auto;
    max-width: 700px;
    margin: 0 auto;
  }
  .img-wrap .img-r {
    width: 100%;
    margin: 20px 0;
    display: block;
    text-align: center;
  }
  .img-wrap .img-r img {
    display: inline-block;
    width: calc(50% - 20px);
  }
  .img-wrap .img-r a {
    display: block;
    height: 50px;
    line-height: 47px;
    font-size: 18px;
    text-align: center;
    width: calc(100% - 40px);
    margin: 10px auto;
  }
  .spe-text {
    font-size: 24px;
  }
  .video-wrap {
    display: block;
    padding: 0 20px;
  }
  .video-wrap .video {
    margin: 0 0 10px;
  }
  .video-wrap .video-btn {
    zoom: .4;
  }
}
