.cont .page_banner {
  width: 100%;
  position: relative;
}
.cont .page_banner .banner-video {
  width: 100%;
}
.cont .page_banner .banner-video video {
  width: 100%;
  object-fit: cover;
}
.cont .page_banner .pic {
  height: 100%;
}
.cont .page_banner .pic .img {
  height: 100%;
}
.cont .page_banner .pic .img img {
  height: 100%;
  object-fit: cover;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.cont .page_banner .w1440 .txt {
  margin-left: 10%;
}
.cont .page_banner .w1440 .txt p {
  display: block;
  color: #fff;
  font-family: "SourceHanSansCN-Bold";
}
.cont .page_banner .w1440 .txt .qr {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.cont .page_banner .w1440 .txt .qr .ic {
  width: 99px;
}
.cont .page_banner .w1440 .txt .qr span {
  display: block;
  color: #fff;
  margin-left: 20px;
}
.cont .page1 {
  padding: 110px 0;
  position: relative;
  z-index: 10;
  background: #fff;
}
.cont .page1 .w1440 {
  position: relative;
}
.cont .page1 .w1440 .tit {
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
  position: relative;
  z-index: 10;
}
.cont .page1 .w1440 .subtit {
  color: #171717;
  margin-top: 1.5vw;
  position: relative;
  z-index: 10;
}
.cont .page1 .w1440 .bg {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
}
.cont .page1 .w1440 .list {
  position: relative;
  z-index: 10;
  margin-top: 6vw;
  width: 59%;
  display: flex;
  justify-content: space-between;
}
.cont .page1 .w1440 .list li {
  width: 20%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fbfbfb;
  transition: all 0.5s;
}
.cont .page1 .w1440 .list li .ic {
  width: 65%;
  margin: 0 auto;
}
.cont .page1 .w1440 .list li .txt {
  text-align: center;
  width: 100%;
  color: #171717;
  margin-top: 15px;
  transition: all 0.5s;
}
.cont .page1 .w1440 .list li:hover {
  background: #0047ba;
  border: 1px solid #0047ba;
}
.cont .page1 .w1440 .list li:hover .ic img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transform: translateY(-8px);
}
.cont .page1 .w1440 .list li:hover .txt {
  color: #fff;
}
.cont .page2 {
  padding: 90px 0 70px;
  background: #f3f3f3;
  position: relative;
  z-index: 10;
}
.cont .page2 .title {
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
}
.cont .page2 .sw1 {
  margin-top: 1.5vw;
  margin-bottom: 2vw;
}
.cont .page2 .sw1 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 5px;
  height: auto;
  position: relative;
  cursor: pointer;
}
.cont .page2 .sw1 .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.3s;
}
.cont .page2 .sw1 .swiper-slide .img {
  width: 86%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cont .page2 .sw1 .swiper-slide .txt {
  margin-top: 1vw;
  width: 100%;
  text-align: center;
  color: #171717;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.cont .page2 .sw1 .swiper-slide:hover .img img {
  transform: translateY(-10px);
}


.cont .page2 .sw1 .swiper-slide.on::after {
  background: #0047ba;
}
.cont .page2 .sw1 .swiper-slide.on .txt {
  color: #fff;
}
.cont .page2 .fixed {
  margin-top: 4vw;
  width: 100%;
  height: 100vh;
}
.cont .page2 .fixed .item {
  display: none;
  height: 100%;
  width: 100%;
}
.cont .page2 .fixed .item:nth-child(1) {
  display: block;
}
.cont .page2 .fixed .item .step {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.cont .page2 .fixed .item .step .txt {
  width: 45%;
  margin-top: 5vw;
}
.cont .page2 .fixed .item .step .txt .tit {
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
  position: relative;
  z-index: 5;
}
.cont .page2 .fixed .item .step .txt .slogan {
  width: 62.3%;
  margin: -1vw 0 0 4vw;
}
.cont .page2 .fixed .item .step .txt .ic {
  width: 42.8%;
  margin-top: 2.7vw;
}
.cont .page2 .fixed .item .step .txt .step_list {
  display: block;
  position: relative;
  margin-top: 1vw;
  overflow: hidden;
}
.cont .page2 .fixed .item .step .txt .step_list li {
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  pointer-events: none;
  position: absolute;
  left: -200%;
  top: -200%;
}
.cont .page2 .fixed .item .step .txt .step_list li p {
  display: block;
  color: #171717;
  transition: all .3s;
}
.cont .page2 .fixed .item .step .txt .step_list li:hover p{
    color: #0047ba;
}
.cont .page2 .fixed .item .step .txt .step_list li span {
  margin-top: 5px;
  display: block;
  color: #171717;
}
.cont .page2 .fixed .item .step .txt .step_list li.on {
  pointer-events: auto;
  position: static;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.5s;
}
.cont .page2 .fixed .item .step .pic {
  width: 51%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cont .page2 .fixed .item .step .pic .img_list {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 95%;
  display: flex;
  align-items: flex-end;
}
.cont .page2 .fixed .item .step .pic .img_list li {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -200%;
  top: -200%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .page2 .fixed .item .step .pic .img_list li .img {
  width: 46.8%;
  position: relative;
  margin-bottom: 6%;
  display: flex;
  justify-content: flex-end;
  transform: translateY(50px) ;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
      border-radius: 10px;
    overflow: hidden;
}
.cont .page2 .fixed .item .step .pic .img_list li .img::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 10px;
    transition: all .3s;
    background: #0047ba;
}
.cont .page2 .fixed .item .step .pic .img_list li .img:hover{
    transition-delay: 0s!important;
    transform: translateY(-6px) scale(1)!important;
    transition-duration: .5s!important;
}
.cont .page2 .fixed .item .step .pic .img_list li .img:hover::after{
    bottom: 0px;
}
/*
.cont .page2 .fixed .item .step .pic .img_list li .img:nth-child(1) {
  height: 27.44%;
}
.cont .page2 .fixed .item .step .pic .img_list li .img:nth-child(2) {
  height: 22.81%;
}
.cont .page2 .fixed .item .step .pic .img_list li .img:nth-child(3) {
  height: 22.81%;
}
.cont .page2 .fixed .item .step .pic .img_list li .img:nth-child(4) {
  height: 22.92%;
}
*/
.cont .page2 .fixed .item .step .pic .img_list li .img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.cont .page2 .fixed .item .step .pic .img_list li.on {
  opacity: 1;
  pointer-events: auto;
  position: static;
}
.cont .page2 .fixed .item .step .pic .img_list li.on .img {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: 1s;
}
.cont .page2 .fixed .item .step .pic .img_list li.on .img:nth-child(1) {
  transition-delay: 0s;
}
.cont .page2 .fixed .item .step .pic .img_list li.on .img:nth-child(2) {
  transition-delay: 0.2s;
}
.cont .page2 .fixed .item .step .pic .img_list li.on .img:nth-child(3) {
  transition-delay: 0.4s;
}
.cont .page2 .fixed .item .step .pic .img_list li.on .img:nth-child(4) {
  transition-delay: 0.6s;
}
.cont .page2 .fixed_h5 {
  display: none;
  position: relative;
  margin-top: 40px;
}
.cont .page2 .fixed_h5 .sw3 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 20px;
}
.cont .page2 .fixed_h5 .sw3.on {
  position: static;
  opacity: 1;
  pointer-events: auto;
}
.cont .page2 .fixed_h5 .sw3 .swiper-pagination {
  bottom: 0;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .txt {
  width: 100%;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .tit {
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
  position: relative;
  z-index: 5;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .slogan {
  width: 47%;
  margin: -1vw 0 0 4vw;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .ic {
  width: 42.8%;
  margin-top: 2.7vw;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .step_list {
  display: block;
  position: relative;
  margin-top: 1vw;
  overflow: hidden;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .step_list li p {
  display: block;
  color: #171717;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .step_list li span {
  margin-top: 5px;
  display: block;
  color: #171717;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .pic {
  width: 100%;
  margin-top: 30px;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .pic .img_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .pic .img_list li .img {
  width: 100%;
}
.cont .page2 .fixed_h5 .sw3 .swiper-slide .pic .img_list li .img img {
  width: 100%;
}
.cont .page3 {
  padding: 120px 0;
  position: relative;
  z-index: 10;
  background: #fff;
}
.cont .page3 .tit {
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
  position: relative;
  z-index: 5;
}
.cont .page3 .slogan {
  width: 26.2%;
  margin: -1vw 0 0 4vw;
}
.cont .page3 .sw_box {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cont .page3 .sw_box .item {
  width: 32%;
  position: relative;
}
.cont .page3 .sw_box .item .arr {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 137px;
  height: 50px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.cont .page3 .sw_box .item .arr .swiper-button-prev,
.cont .page3 .sw_box .item .arr .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #858585;
}
.cont .page3 .sw_box .item .arr .swiper-button-prev::after,
.cont .page3 .sw_box .item .arr .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
    transition: all .3s;
}
.cont .page3 .sw_box .item .arr .swiper-button-prev:hover,.cont .page3 .sw_box .item .arr .swiper-button-next:hover{
      background: #0047ba;
  }
    .cont .page3 .sw_box .item .arr .swiper-button-prev:hover::after{
      margin-right: 5px;
  }
  .cont .page3 .sw_box .item .arr .swiper-button-next:hover::after{
      margin-left: 5px;
  }
.cont .page3 .sw_box .item .arr .swiper-button-next.swiper-button-disabled,
.cont .page3 .sw_box .item .arr .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.cont .page3 .sw_box .sw2 {
  width: 61%;
}
.cont .page3 .sw_box .sw2 .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.cont .page3 .sw_box .sw2 video {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1921px) {
    .cont .page2 .fixed .item .step .pic .img_list{
            padding-bottom: 5vw;
    }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .w1440 .list {
    width: 70%;
  }
}
@media screen and (max-width: 1366px) {
  .cont .page2 .fixed .item .step .pic .img_list {
    align-items: flex-end;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
    .cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .slogan{
        margin: 10px 0 0 4vw;
    }
    .cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .ic{
        margin-top: 30px;
    }
    .cont .page2 .fixed_h5 .sw3 .swiper-slide .txt .step_list{
        margin-top: 10px;
    }
    .cont .page2 .sw1{
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .cont .page2 .sw1 .swiper-pagination{bottom:0;}
  .cont .page1,
  .cont .page2,
  .cont .page3 {
    padding: 40px 0;
  }
  .cont .page2 .fixed_h5 .sw3 .swiper-slide .pic .img_list li{
      display: flex;
          justify-content: space-between;
    flex-wrap: wrap;
  }
  .cont .page2 .fixed_h5 .sw3 .swiper-slide .pic .img_list li .img{
          width: 48%;
          margin-bottom: 4%;
          border-radius: 5px;
        overflow: hidden;
  }
  .cont .page1 .w1440 .list {
    width: 100%;
  }
  .cont .page1 .w1440 .list li {
    width: 24%;
    border-radius: 10px;
  }
  .cont .page_banner .pic {
    height: 400px;
  }
  .cont .page2 .sw1 .swiper-slide {
    border-radius: 10px;
  }
  .cont .page2 .fixed {
    display: none;
  }
  .cont .page2 .fixed_h5 {
    display: block;
    margin-top: 20px;
  }
  .cont .page3 .sw_box {
    flex-wrap: wrap;
  }
  .cont .page3 .sw_box .item {
    width: 100%;
    order: 3;
    margin-top: 15px;
  }
  .cont .page3 .sw_box .item .arr {
    position: static;
    margin: 0 auto;
    width: 90px;
  }
  .cont .page3 .sw_box .sw2 {
    width: 100%;
  }
  .cont .page3 .sw_box .item .arr .swiper-button-prev,
  .cont .page3 .sw_box .item .arr .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
    .cont .page_banner{
        height: auto;
    }
    .cont .page_banner .banner-video{
        height: 100%;
    }
    .cont .page_banner .banner-video video{
        height: 100%;
    }
  .cont .page1 .w1440 .list li .ic {
    width: 40%;
  }
  .cont .page1 .w1440 .list li .txt {
    margin-top: 10px;
  }
  .cont .page2 .sw1{
      margin-top: 15px;
  }
  .cont .page2 .sw1 .swiper-slide .txt {
    font-size: 10px;
  }
  .cont .page2 .sw1 .swiper-slide {
    padding: 10px 5px;
  }
  .cont .page_banner .pic {
    height: 200px;
  }
  .cont .page_banner .w1440 {
    top: 60%;
    display: none;
  }
  .cont .page_banner .w1440 .txt {
    margin-left: 0;
  }
  .cont .page_banner .w1440 .txt p {
    font-size: 16px;
  }
  .cont .page_banner .w1440 .txt .qr {
    margin-top: 3vw;
  }
  .cont .page_banner .w1440 .txt .qr .ic {
    width: 60px;
  }
  .cont .page_banner .w1440 .txt .qr span {
    margin-left: 10px;
    font-size: 10px;
  }
  .cont .page1 .w1440 .list {
    flex-wrap: wrap;
  }
  .cont .page1 .w1440 .list li {
    width: 48%;
    padding: 10px;
    margin-bottom: 4%;
  }
}
/*# sourceMappingURL=./authenticity.css.map */
