.con > div {
  position: relative;
}
.con .banner .swiper_banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  color: #fff;
  position: relative;
}
.con .banner .swiper_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .banner .swiper_banner .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.con .banner .pagination {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  bottom: 12.5%;
}
.con .banner .swiper-pagination {
  position: static;
  text-align: left;
}
.con .banner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 0.4;
  background: #ffffff;
  border-radius: 100%;
  transition: all 0.2s linear;
}
.con .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.con .banner .info {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.con .banner .info .tit {
  text-align: center;
}
.con .banner .info .subTit {
  text-align: center;
}
.con .banner .info .toPage {
  text-align: center;
}
.con .banner .info .toPage .link {
  background: transparent;
  border-color: #fff;
  margin: auto;
  cursor: pointer;
}
.con .banner .info .toPage .link img {
  width: 12px;
  filter: brightness(0) invert(1);
}
.con .banner .info .toPage .link:hover {
  background: var(--textColor);
  border-color: var(--textColor);
}
.con #bread {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.con .bgImg {
  position: relative;
  overflow: hidden;
}
.con .swiper {
  margin-left: 0;
}
.con .page1 {
  position: relative;
  z-index: 3;
}
.con .page1 .c_l {
  flex: 0 0 auto;
}
.con .page1 .c_l p {
  text-align: right;
}
.con .page1 .c_l img {
  width: 166px;
}
.con .page1 .c_r {
  flex: 1;
  margin-left: 76px;
}
.con .page1 .c_f .swiper-slide {
  width: auto;
  height: 320px;
  overflow: hidden;
}
.con .page1 .c_f .swiper-slide:hover img {
  transform: scale(1.05);
}
.con .page1 .c_f img {
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .page1 .c_f .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}
.con .page1 .c_f .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--textColor);
}
.con .page2 {
  position: relative;
  z-index: 2;
  transform: translateY(-40px);
}
.con .page2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F8F4EF;
  z-index: -1;
}
.con .page2 .page2Bg {
  position: absolute;
  top: -50%;
  left: 45%;
  width: 75%;
  height: auto;
  opacity: 0.4;
  z-index: -1;
}
.con .page2 .page2Bg img {
  width: 100%;
}
.con .page2 .tit b{
  color: var(--textColor);
}
.con .page2 .image {
  width: 480px;
  position: relative;
  z-index: 2;
}
.con .page2 .image .poAb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.con .page2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .page2 .image .imgInfo {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
}
.con .page2 .image .imgInfo p {
  text-align: center;
}
.con .page2 .info {
  width: 690px;
  margin-left: 11%;
}
.con .page2 .info .mes {
  line-height: 1.8;
}
.con .page3 {
  background: #fff;
  transform: none;
  position: relative;
  z-index: -1;
  padding-bottom: 200px;
}
.con .page3::before {
  content: none;
}
#videoBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}
#videoBox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#videoBox .c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
}
#videoBox .c_c .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
#videoBox .c_c .close svg {
  width: 12px;
  transition: all 0.4s linear;
}
#videoBox .c_c .close:hover svg {
  transform: rotate(90deg);
}
#videoBox .c_c video {
  width: 100%;
}
@media only screen and (max-width: 1920px) {
  .con .page1 .c_r {
    margin-left: 3.9583vw;
  }
  .con .page2 .image {
    width: 25%;
  }
  .con .page2 .info {
    width: 47%;
  }
  .con .page3 {
    padding-bottom: 10vw;
  }
}
@media only screen and (max-width: 1600px) {
  .con .page1 .c_f .swiper-slide {
    height: 240px;
  }
  .con .page1 .c_l img {
    width: 140px;
  }
  .con .banner .swiper-pagination .swiper-pagination-bullet{
          width: 12px;
        height: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  .con .page1 .c_f .swiper-slide {
    height: 200px;
  }
}
@media screen and (max-width: 1366px) {
    .con .banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width: 1200px) {
  .con .page1 .c_f .swiper-slide {
    height: 160px;
  }
  .con .page1 .c_l img {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
    .con .banner .swiper_banner .swiper-slide{
        height: auto;
/*        min-height: 400px;*/
    }
    .con .page1 .c_r br{
        display: none;
    }
        .con .banner .swiper_banner .swiper-slide video{
            width: 100%;
        }
    .con .page1 .c_f .swiper-slide {
        height: 100px;
    }
  .con .page1 .c_l {
    flex: 0 0 100%;
    text-align: center;
  }
  .con .page1 .c_l p {
    text-align: center;
  }
  .con .page1 .c_r {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 6vw;
  }
  .con .page2 .wrap .tit {
    padding: 4vw 0;
  }
  .con .page2 .image {
    width: 100%;
  }
  .con .page2 .info {
    width: 100%;
    margin: 6vw 0 0 0;
  }
  .con .page2 .image .poAb {
    position: static;
  }
}
