@font-face {
  font-family: "SanJiXingKaiJianTi";
  src: url("../font/SanJiXingKaiJianTi-Cu-2.ttf");
}
.title {
  margin-bottom: 50px;
}
.title .titL b {
  font-size: 36px;
  color: #093b94;
  font-weight: bold;
}
.title .flex {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title .flex .more {
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 18px;
  line-height: 50px;
  border-radius: 50px;
  border: #0f419a 1px solid;
  overflow: hidden;
}
.title .flex .more::before {
  transition: all 0.7s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background: #0f419a;
}
.title .flex .more i {
  transition: all 0.7s;
  position: relative;
  z-index: 2;
  padding-right: 14px;
  font-size: 16px;
  color: #0f419a;
}
.title .flex .more em {
  transition: all 0.7s;
  position: relative;
  z-index: 2;
  width: 9px;
  height: 9px;
  background: url(../images/icon/i7.png) center no-repeat;
  background-size: 15px;
}
.title .flex .more:hover::before {
  transition: all 0.7s;
  transform: translate(-50%, -50%) scale(1);
}
.title .flex .more:hover i {
  transition: all 0.7s;
  color: #fff;
}
.title .flex .more:hover em {
  background-image: url(../images/icon/i7s.png);
}
.title .flex .more.white,
.title .flex .more.blue {
  padding: 0;
  border: #0f419a 0px solid;
}
.title .flex .more.white::before,
.title .flex .more.blue::before {
  display: none;
}
.title .flex .more.white:hover em,
.title .flex .more.blue:hover em {
  transition: all 0.7s;
  transform: rotate(360deg);
}
.title .flex .more.white i {
  color: #fff;
}
.title .flex .more.white em {
  background-image: url(../images/icon/i7s.png);
}
.title .flex .more.white2 {
  border: #fff 1px solid;
}
.title .flex .more.white2::before {
  background: #fff;
}
.title .flex .more.white2 i {
  color: #fff;
}
.title .flex .more.white2 em {
  background-image: url(../images/icon/i7s.png);
}
.title .flex .more.white2:hover i {
  color: #0f419a;
}
.title .flex .more.white2:hover em {
  background-image: url(../images/icon/i7.png);
}
.title .flex .more.blue i {
  color: #0f419a;
}
.title .flex .more.blue em {
  background-image: url(../images/icon/i7.png);
}
/* 视频弹窗 */
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 310;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: none;
}
.pop_video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.pop_video .pop_delete {
  float: right;
  position: relative;
  right: auto;
  top: auto;
  z-index: 311;
  margin: 0 0 30px 0;
  width: 31px;
  height: 31px;
  background: url(../images/zjpage/icon/i32.png) center no-repeat;
  border-radius: 31px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.7;
}
.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .title {
    margin-bottom: 1.1rem;
  }
  .title .titL b {
    font-size: 0.8rem;
  }
  .title .flex {
    margin-bottom: 0.7rem;
  }
  .title .flex .more {
    padding: 0 0.55rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .title .flex .more i {
    font-size: 0.5rem;
    padding-right: 0.28rem;
    padding-left: 0;
  }
  .title .flex .more em {
    width: 0.3rem;
    height: 0.3rem;
    background-size: cover;
  }
  /* 视频弹窗 */
  .pop_video {
    width: 92%;
  }
  .pop_video .pop_delete {
    margin: 0 0 30px 0;
    width: 31px;
    height: 31px;
    background: url(../images/zjpage/icon/i32.png) center no-repeat;
    border-radius: 31px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  }
}
/*=== 乘机须知 ===*/
.instructions {
  padding-top: 100px;
}
.instructions .mode01 {
  background: url(../images/page/instructions01_bac.png) center bottom no-repeat;
  background-size: 100% auto;
}
.instructions .mode01 .w1500 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.instructions .mode01 .next {
  width: 52%;
  color: #333;
}
.instructions .mode01 .next .title {
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: bold;
}
.instructions .mode01 .next .text {
  font-size: 18px;
}
.instructions .mode01 .pic {
  margin-top: 50px;
  width: 36.46%;
}
.instructions .mode01 .pic img {
  width: 100%;
}
.instructions .mode01 .pic .mobile {
  display: none;
}
.instructions .mode02 {
  display: flex;
  justify-content: space-between;
}
.instructions .mode02.mobile {
  display: none;
}
.instructions .mode02 .next {
  position: relative;
  width: 10%;
  height: 28.9vw;
  color: #fff;
  overflow: hidden;
}
.instructions .mode02 .next::before {
  transition: all 0.5s;
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 110%;
  height: 100%;
  background: url(../images/icon/icon-37.png) left bottom repeat-x;
  background-size: auto 100%;
  content: "";
}
.instructions .mode02 .next .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.instructions .mode02 .next .pic i {
  width: 100%;
  height: 100%;
}
.instructions .mode02 .next .pos1 {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 0;
  top: calc((100% - 220px) / 2);
  z-index: 2;
  width: 100%;
}
.instructions .mode02 .next .pos1 b {
  transition: all 0.5s;
  margin: 0 auto;
  width: 25px;
  line-height: 26px;
  font-size: 22px;
}
.instructions .mode02 .next .pos2 {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(40vw - 100px);
}
.instructions .mode02 .next .pos2 p {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.instructions .mode02 .next .pos2 .more i {
  float: left;
  padding-right: 45px;
  font-size: 17px;
  background: url(../images/icon/icon-36.png) right center no-repeat;
  background-size: 27px auto;
}
.instructions .mode02 .next:nth-child(2)::before {
  background-image: url(../images/icon/icon-38.png);
}
.instructions .mode02 .next:nth-child(3)::before {
  background-image: url(../images/icon/icon-39.png);
}
.instructions .mode02 .next:nth-child(4)::before {
  background-image: url(../images/icon/icon-40.png);
}
.instructions .mode02 .next:nth-child(5)::before {
  background-image: url(../images/icon/icon-41.png);
}
.instructions .mode02 .next:nth-child(6)::before {
  background-image: url(../images/icon/icon-42.png);
}
.instructions .mode02 .next:nth-child(7)::before {
  background-image: url(../images/icon/icon-43.png);
}
.instructions .mode02 .next.cur {
  width: 40%;
}
.instructions .mode02 .next.cur::before {
  transition: all 0.5s;
  opacity: 0.5;
}
.instructions .mode02 .next.cur .pos1 {
  transition: all 0.5s;
  opacity: 0;
}
.instructions .mode02 .next.cur .pos2 {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .instructions {
    padding-top: 2.2rem;
  }
  .instructions .mode01 {
    background-image: url(../images/mobile/page/instructions01_bac.png);
  }
  .instructions .mode01 .next {
    width: 51.55%;
  }
  .instructions .mode01 .next .title {
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
  }
  .instructions .mode01 .next .text {
    line-height: 0.8rem;
    font-size: 0.5rem;
  }
  .instructions .mode01 .pic {
    margin-top: 0.84rem;
    width: 45.1%;
  }
  .instructions .mode01 .pic .pc {
    display: none;
  }
  .instructions .mode01 .pic .mobile {
    display: block;
  }
  .instructions .mode02.pc {
    display: none;
  }
  .instructions .mode02.mobile {
    display: block;
  }
  .instructions .mode02 .next {
    width: 100%;
    height: 15.3rem;
  }
  .instructions .mode02 .next .pos2 {
    opacity: 1;
    top: 9rem;
    transform: translate(-50%, 0);
    width: 92%;
  }
  .instructions .mode02 .next .pos2 p {
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
  }
  .instructions .mode02 .next .pos2 .more i {
    padding-right: 1.1rem;
    font-size: 0.56rem;
    background-size: 0.7rem auto;
  }
  .instructions .mode02 .next.cur,
  .instructions .mode02 .next.swiper-slide-active {
    width: 100%;
  }
  .instructions .mode02 .next.cur::before,
  .instructions .mode02 .next.swiper-slide-active::before {
    transition: all 0.5s;
    opacity: 0.7;
  }
  .instructions .mode02 .swiper-pagination {
    bottom: 1rem;
    display: flex;
    justify-content: center;
  }
  .instructions .mode02 .swiper-pagination-bullet {
    transition: all 0.5s;
    opacity: 1;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 0.27rem;
    background: #fff;
    border: #093b94 0.03rem solid;
  }
  .instructions .mode02 .swiper-pagination-bullet-active {
    transition: all 0.5s;
    width: 1.1rem;
    background: #093b94;
  }
}
/*====== p1-0 关于我们 ======*/
.about01 {
  padding: 100px 0 0;
  background: #f7f9fb url(../images/zjpage/about01_bac.png) center bottom no-repeat;
  background-size: 100% auto;
}
.about01 .next {
  display: flex;
  justify-content: space-between;
}
.about01 .left {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 24%;
}
.about01 .left .box {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: calc(25% - 1px);
  border-bottom: #dcdcdc 1px solid;
}
.about01 .left .box .clearfix {
  display: flex;
  width: 100%;
}
.about01 .left .box span {
  line-height: 50px;
  font-size: 48px;
  font-family: "poppins";
  color: #093b94;
  font-weight: bold;
}
.about01 .left .box b {
  font-size: 30px;
  color: #093b94;
  font-weight: bold;
}
.about01 .left .box i {
  margin: 16px 0 0 8px;
  font-size: 20px;
  color: #093b94;
  font-weight: bold;
}
.about01 .left .box em {
  font-size: 16px;
  color: #a4a4a4;
}
.about01 .text {
  width: 69%;
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.about01 .text b {
  margin-bottom: 6px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.about01 .text p {
  margin-bottom: 16px;
}
.about01 .text p:last-child {
  margin-bottom: 0;
}
.about01 .bot {
  margin: 70px auto 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.about01 .bot video {
  display: block;
  margin: 0 auto;
  width: 78.12%;
  height: 300px;
  min-width: 1200px;
  max-width: 1920px;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
  mix-blend-mode: darken;
}
@media (max-width: 1200px) {
  .about01 {
    padding: 1.9rem 0;
    background-color: #fff;
    background-image: url(../images/zjpage/mobile/about01_bac.png);
  }
  .about01 .title {
    margin-bottom: 0.2rem;
  }
  .about01 .next {
    flex-wrap: wrap;
  }
  .about01 .left {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .about01 .left .box {
    box-sizing: border-box;
    padding: 0.95rem;
    width: 50%;
    height: auto;
  }
  .about01 .left .box span {
    line-height: 1.5rem;
    font-size: 1.44rem;
  }
  .about01 .left .box i {
    margin: 0.5rem 0 0 0.2rem;
    font-size: 0.61rem;
  }
  .about01 .left .box em {
    margin-top: 0.2rem;
    font-size: 0.48rem;
  }
  .about01 .text {
    width: 100%;
    font-size: 0.54rem;
    line-height: 1rem;
  }
  .about01 .text b {
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
  }
  .about01 .text p {
    margin-bottom: 0.6rem;
  }
  .about01 .text p:last-child {
    margin-bottom: 0;
  }
  .about01 .bot {
    position: relative;
    margin: 0.6rem auto 0;
    width: 92%;
    height: 9rem;
  }
  .about01 .bot img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    object-fit: cover;
  }
  .about01 .bot video {
    display: none;
  }
  .about01 .bot i.mobile {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zjpage/icon/i27.png) left 0.6rem bottom 0.6rem no-repeat;
    background-size: 1.2rem auto;
  }
}
.about02 {
  padding: 100px 0;
  background: url(../images/zjpage/about02_bac.jpg) center no-repeat;
  background-size: cover;
}
.about02 .next a {
  float: left;
  margin-bottom: 20px;
  width: 49.28%;
  border-radius: 15px;
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.about02 .next a:nth-child(1) {
  margin-right: 1.44%;
  background-image: url(../images/zjpage/icon/i1.png);
  background-size: 31.7% auto;
}
.about02 .next a:nth-child(2) {
  background-image: url(../images/zjpage/icon/i2.png);
  background-size: 30.7% auto;
}
.about02 .next a:nth-child(3) {
  width: 100%;
  background-image: url(../images/zjpage/icon/i3.png);
  background-size: 16.7% auto;
}
.about02 .next a:nth-child(3) dl {
  padding: 36px 4.5vw;
  height: auto;
  border-bottom: #e6e6e6 1px solid;
}
.about02 .next a:nth-child(3) dl dt {
  margin-bottom: 0;
}
.about02 .next a dl {
  padding: 50px 4vw 0;
  height: 200px;
}
.about02 .next a dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.about02 .next a dl dt img {
  margin-right: 22px;
  max-height: 45px;
}
.about02 .next a dl dt b {
  line-height: 45px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.about02 .next a dl dd {
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
.about02 .next a .list {
  display: flex;
  padding: 37px 0 45px 4vw;
}
.about02 .next a .list li {
  position: relative;
  width: 20%;
}
.about02 .next a .list li::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  content: "";
}
.about02 .next a .list li:last-child::before {
  display: none;
}
.about02 .next a .list li:nth-child(1) .bor {
  padding: 0 2vw 0 0;
}
.about02 .next a .list li .bor {
  padding: 0 10px;
}
.about02 .next a .list li .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 14px;
  height: 46px;
}
.about02 .next a .list li .top img {
  transition: all 0.6s;
  transform: rotateY(0deg);
  max-height: 100%;
}
.about02 .next a .list li .text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
}
.about02 .next a .list li:hover .top img {
  transition: all 0.6s;
  transform: rotateY(360deg);
}
@media (max-width: 1200px) {
  .about02 {
    padding: 2rem 0;
    background-image: url(../images/zjpage/mobile/about02_bac.jpg);
  }
  .about02 .next a {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 15px;
  }
  .about02 .next a:nth-child(1) {
    margin-right: 0%;
  }
  .about02 .next a:nth-child(3) {
    background-size: 30% auto;
  }
  .about02 .next a:nth-child(3) dl {
    padding: 1rem 0.76rem;
    height: auto;
  }
  .about02 .next a dl {
    padding: 1rem 0.76rem;
    height: auto;
  }
  .about02 .next a dl dt {
    margin-bottom: 0.8rem;
  }
  .about02 .next a dl dt img {
    margin-right: 0.5rem;
    max-height: 1.15rem;
  }
  .about02 .next a dl dt b {
    line-height: 1.15rem;
    font-size: 0.7rem;
  }
  .about02 .next a dl dd {
    line-height: 0.96rem;
    font-size: 0.5rem;
  }
  .about02 .next a .list {
    flex-wrap: wrap;
    padding: 1rem 0 0;
  }
  .about02 .next a .list li {
    margin-bottom: 1rem;
    width: 50%;
  }
  .about02 .next a .list li:last-child::before {
    display: block;
  }
  .about02 .next a .list li:nth-child(2n)::before {
    display: none;
  }
  .about02 .next a .list li:nth-child(1) .bor {
    padding: 0;
  }
  .about02 .next a .list li .bor {
    padding: 0;
  }
  .about02 .next a .list li .top {
    margin: 0 auto 0.5rem;
    height: 1.91rem;
  }
  .about02 .next a .list li .text {
    padding: 0 0.8rem;
    font-size: 0.5rem;
    line-height: 0.96rem;
  }
  .about02 .next a .list li:hover .top img {
    transition: all 0.6s;
    transform: rotateY(0deg);
  }
}
.about03 {
  padding: 100px 0 0;
  background: url(../images/zjpage/about03_bac.jpg) center no-repeat;
  background-size: cover;
}
.about03 .next {
  display: flex;
  justify-content: space-between;
}
.about03 .swiperYear {
  padding-right: 5%;
  margin-top: 20px;
  width: 120px;
  height: 490px;
}
.about03 .swiperYear .swiper-slide {
  cursor: pointer;
}
.about03 .swiperYear .swiper-slide p {
  transition: all 0.5s;
  opacity: 0.4;
  padding: 6px 0 0 38px;
  font-size: 24px;
  line-height: 64px;
  color: #093b94;
  font-weight: bold;
  font-family: "poppins";
  background: url(../images/zjpage/icon/i12.png) no-repeat left center;
}
.about03 .swiperYear .swiper-slide.swiper-slide-thumb-active p {
  transition: all 0.5s;
  opacity: 1;
}
.about03 .swiperText {
  width: calc(95% - 120px);
  height: 620px;
  cursor: url("../images/zjpage/icon/i41.png"), auto;
}
.about03 .swiperText .swiper-slide {
  margin-bottom: 45px;
  height: 390px;
}
.about03 .swiperText .swiper-slide.swiper-slideNo {
  height: 160px;
}
.about03 .swiperText .left {
  transition: all 0.7s;
  opacity: 0;
  float: left;
  width: 55%;
}
.about03 .swiperText .left .y {
  line-height: 150px;
  font-size: 120px;
  font-weight: 1000;
  font-family: "poppins";
  background-image: -webkit-linear-gradient(top, #1c4ea0ed 10%, #0084d3 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about03 .swiperText .left .text {
  padding-right: 20px;
  height: 240px;
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.about03 .swiperText .left .text .swiper-slide {
  margin-bottom: 0;
  height: auto;
}
.about03 .swiperText .left .text p {
  margin-bottom: 20px;
}
.about03 .swiperText .left .text p:last-child {
  margin-bottom: 0;
}
.about03 .swiperText .pic {
  transition: all 0.7s 0.3s;
  opacity: 0.4;
  mask-image: linear-gradient(to bottom, #fff 10%, transparent 50%);
  -webkit-mask-image: linear-gradient(to bottom, #fff 10%, transparent 50%);
  float: right;
  width: 40.45%;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}
.about03 .swiperText .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.about03 .swiperText .swiper-slide-active .left {
  transition: all 0.7s;
  opacity: 1;
}
.about03 .swiperText .swiper-slide-active .pic {
  transition: all 0.7s 0.3s;
  opacity: 1;
  mask-image: linear-gradient(to bottom, #fff 100%, transparent 0%);
  -webkit-mask-image: linear-gradient(to bottom, #fff 100%, transparent 0%);
}
.about03 .swiperText .swiper-button-prev,
.about03 .swiperText .swiper-button-next {
  margin-top: 0;
  top: 450px;
  width: 52px;
  height: 52px;
  border-radius: 100%;
}
.about03 .swiperText .swiper-button-prev {
  left: 0;
  background: #fff url(../images/zjpage/icon/i13.png) no-repeat center;
  background-size: 17px auto;
}
.about03 .swiperText .swiper-button-next {
  right: 0;
  left: 70px;
  background: #093b94 url(../images/zjpage/icon/i14s.png) no-repeat center;
  background-size: 17px auto;
}
.about03 .swiper-scrollbar {
  width: 2px;
  background: rgba(9, 59, 148, 0.1);
}
.about03 .swiper-scrollbar-drag {
  background: rgba(9, 59, 148, 0.9);
}
/* .mouse-pointer {
    opacity: 0.8;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    pointer-events: none;
    .pointer-circle {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90px;
        height: 90px;
        
        backdrop-filter: blur(10px);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        box-sizing: border-box;
        transition: all 0.4s ease-in-out;
        img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 100%;
            max-width: 100%;
            max-height: 100%;
            //animation: spin 10s infinite linear;
        }
    }
    .pointer-txt {
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 140px;
        height: 140px;
        //background:url(../images/icon/i16.png) center no-repeat;
        transform:  translate(-50%, -50%) scale(0);
        transition: all 0.4s ease-in-out;
    }
    &.view{
        .pointer-circle {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
        .pointer-txt {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }

} */
@media (max-width: 1200px) {
  .about03 {
    padding: 2rem 0 0;
    background-image: url(../images/zjpage/mobile/about03_bac.jpg);
  }
  .about03 .swiperYear {
    padding-right:0;
    margin-top: 0;
    width: 3rem;
    height: 15.4rem;
  }
  .about03 .swiperYear .swiper-slide.swiper-slideNo {
    display: none;
  }
  .about03 .swiperYear .swiper-slide p {
    padding: 0 0 0 0.76rem;
    font-size: 0.6rem;
    line-height: 2.2rem;
    background-size: 0.37rem 100%;
  }
  .about03 .swiperText {
    width: calc(100% - 3rem);
    height: 19rem;
  }
  .about03 .swiperText .swiper-slide {
    margin-bottom: 1.5rem;
    height: 17.5rem;
  }
  .about03 .swiperText .swiper-slide.swiper-slideNo {
    display: none;
  }
  .about03 .swiperText .left {
    margin-bottom: 0.7rem;
    width: 100%;
  }
  .about03 .swiperText .left .y {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  .about03 .swiperText .left .text {
    padding-right: 0.2rem;
    height: 6.5rem;
    font-size: 0.56rem;
    line-height: 0.9rem;
  }
  .about03 .swiperText .left .text p {
    margin-bottom: 0.4rem;
  }
  .about03 .swiperText .pic {
    width: 100%;
    height: 6rem;
    border-radius: 0.2rem;
  }
  .about03 .swiperText .swiper-button-prev,
  .about03 .swiperText .swiper-button-next {
    top: auto;
    bottom: 1.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .about03 .swiperText .swiper-button-prev {
    background-size: 0.48rem auto;
  }
  .about03 .swiperText .swiper-button-next {
    left: 1.8rem;
    background-size: 0.48rem auto;
  }
  .mouse-pointer {
    display: none;
  }
}
.about04 {
  padding: 90px 0;
}
.about04 .list {
  display: flex;
}
.about04 .list.mobile {
  display: none;
}
.about04 .list a {
  position: relative;
  margin-right: 2%;
  width: 15%;
  height: 580px;
  border-radius: 15px;
  overflow: hidden;
}
.about04 .list a:last-child {
  margin-right: 0;
}
.about04 .list a::after {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.about04 .list a .pic {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about04 .list a .pic i {
  width: 100%;
  height: 100%;
}
.about04 .list a .bac {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 75, 0.2);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  /* background: url(../images/icon/i35.png) center bottom no-repeat;
                background-size: 100% auto; */
}
.about04 .list a .pos_t {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: 20px;
  width: 30px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: url(../images/zjpage/icon/i15.png) top center no-repeat;
  background-size: 10px auto;
}
.about04 .list a .pos {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 3;
  width: calc(100% - 80px);
  color: #fff;
}
.about04 .list a .pos b {
  /* margin-bottom: 20px; */
  font-size: 24px;
  font-weight: bold;
}
.about04 .list a .pos .text {
  display: none;
}
.about04 .list a .pos .text p {
  font-size: 18px;
  line-height: 36px;
}
.about04 .list a.cur {
  width: 66%;
}
.about04 .list a.cur::after,
.about04 .list a.cur .pos_t,
.about04 .list a.cur .bac {
  transition: all 0.5s;
  opacity: 0;
}
.about04 .list a.cur .pos {
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1200px) {
  .about04 {
    padding: 2rem 0 1.7rem;
  }
  .about04 .list {
    margin-left: 4%;
    width: 96%;
  }
  .about04 .list.pc {
    display: none;
  }
  .about04 .list.mobile {
    display: flex;
  }
  .about04 .list a {
    margin: 0 4vw 1.3rem 0;
    width: 13.6rem;
    height: 8.8rem;
    border-radius: 0.2rem;
  }
  .about04 .list a:last-child {
    margin-right: 4vw;
  }
  .about04 .list a .pos {
    opacity: 1;
    left: 0.7rem;
    bottom: 0.7rem;
    width: calc(100% - 1.4rem);
  }
  .about04 .list a .pos b {
    font-size: 0.6rem;
  }
  .about04 .list .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
  .about04 .list .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.5s;
    opacity: 1;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 0.28rem;
    background: #ccc;
  }
  .about04 .list .swiper-pagination .swiper-pagination-bullet-active {
    transition: all 0.5s;
    width: 1rem;
    background: #0a3c95;
  }
}
.about05 {
  padding: 130px 0;
}
.about05 .w1500 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about05 .left {
  padding: 50px 0;
  width: 35%;
  border-right: #dce3f0 1px solid;
}
.about05 .left .next .t {
  margin-bottom: 56px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.about05 .left .next p {
  margin-bottom: 40px;
  font-size: 24px;
  color: #093b94;
}
.about05 .left .next dl {
  display: flex;
  margin-bottom: 20px;
}
.about05 .left .next dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 22px;
}
.about05 .left .next dl dt img {
  width: 100%;
}
.about05 .left .next dl dd {
  width: calc(100% - 40px);
  font-size: 16px;
  color: #333;
}
.about05 .right {
  position: relative;
  width: 58.7%;
}
.about05 .right .map {
  width: 100%;
}
.about05 .right .map img {
  width: 100%;
}
.about05 .right .pos {
  position: absolute;
  width: 1px;
  height: 1px;
}
.about05 .right .pos i {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #093b94;
  cursor: pointer;
}
.about05 .right .pos i::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #093b94;
  animation: circle2 2s infinite;
  content: "";
}
.about05 .right .pos em {
  position: absolute;
  /* right: 0px;
                bottom:-12px; 
                width: 51px;
                height: 105px;
                background: url(../images/zjpage/icon/i23.png) center no-repeat;
                background-size: 100% auto;*/
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 1px;
  height: 36px;
  background: #093b94;
  pointer-events: none;
}
.about05 .right .pos span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}
.about05 .right .pos dl {
  display: none;
}
.about05 .right .pos .mode {
  opacity: 0;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 478px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(28, 78, 160, 0.1);
}
.about05 .right .pos .mode .pic {
  float: left;
  width: 200px;
  height: 160px;
  overflow: hidden;
}
.about05 .right .pos .mode .pic div {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.about05 .right .pos .mode .text {
  float: left;
  margin: 0 20px;
  width: 238px;
}
.about05 .right .pos .mode .text .t {
  margin-bottom: 11px;
  padding: 18px 0 13px;
  font-size: 18px;
  color: #144398;
  font-weight: bold;
  border-bottom: #c4d0e5 1px solid;
}
.about05 .right .pos .mode .text .box p {
  line-height: 26px;
  font-size: 16px;
}
.about05 .right .pos .mode .text .box .flex {
  display: flex;
  align-items: start;
  margin: 5px 0;
}
.about05 .right .pos .mode .text .box .flex img {
  margin-right: 8px;
  width: 20px;
  height: 26px;
}
.about05 .right .pos.cur {
  z-index: 3;
}
.about05 .right .pos.cur i,
.about05 .right .pos.cur i::after,
.about05 .right .pos.cur em {
  background: #c80e0e;
}
.about05 .right .pos.cur em,
.about05 .right .pos.cur .mode {
  display: block;
  animation: opacity2 0.5s both ease-out;
}
.about05 .right .pos1 {
  left: 70%;
  top: 50%;
}
.about05 .right .pos2 {
  left: 30%;
  top: 20%;
}
.about05 .right .pos3 {
  left: 28.2%;
  top: 38.5%;
}
.about05 .right .pos4 {
  left: 14.5%;
  top: 70%;
}
.about05 .right .pos4 .mode {
  transform: translateX(-20%);
}
.about05 .right .pos5 {
  left: 48.4%;
  top: 28.2%;
}
.about05 .right .pos6 {
  left: 52.6%;
  top: 79%;
}
.about05 .right .pos7 {
  left: 78%;
  top: 67%;
}
.about05 .right .pos7 .mode {
  transform: translateX(-60%);
}
.about05 .rightMobile {
  display: none;
}
@media (max-width: 1200px) {
  .about05 {
    padding: 2rem 0;
  }
  .about05 .left {
    padding: 0;
    width: 100%;
    height: auto;
    border-right: #dce3f0 0px solid;
  }
  .about05 .left .title {
    margin-bottom: 0.5rem;
  }
  .about05 .left .title .titL b {
    font-size: 0.8rem;
  }
  .about05 .left .next .t {
    margin-bottom: 1.1rem;
    font-size: 0.6rem;
  }
  .about05 .left .next p {
    margin-bottom: 0.75rem;
    font-size: 0.58rem;
  }
  .about05 .left .next dl {
    margin-bottom: 0.5rem;
  }
  .about05 .left .next dl dt {
    margin-right: 0.45rem;
    width: 0.6rem;
  }
  .about05 .left .next dl dd {
    width: calc(100% - 1.05rem);
    font-size: 0.54rem;
  }
  .about05 .right {
    display: none;
  }
  .about05 .rightMobile {
    margin: 1rem 0 0 0;
    padding-bottom: 1.3rem;
    width: 100%;
    display: block;
  }
  .about05 .rightMobile .swiper-slide {
    margin-left: 0.8rem;
    width: 10.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(28, 78, 160, 0.1);
  }
  .about05 .rightMobile .mode {
    width: 100%;
  }
  .about05 .rightMobile .mode .pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .about05 .rightMobile .mode .pic div {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .about05 .rightMobile .mode .text {
    padding-bottom: 0.5rem;
    margin: 0 0.6rem;
  }
  .about05 .rightMobile .mode .text .t {
    margin-bottom: 0.6rem;
    padding: 0.9rem 0 0.5rem;
    font-size: 0.62rem;
    color: #144398;
    font-weight: bold;
    border-bottom: #c4d0e5 1px solid;
  }
  .about05 .rightMobile .mode .text .box .flex {
    display: flex;
    align-items: start;
    margin: 0.3rem 0;
  }
  .about05 .rightMobile .mode .text .box .flex:nth-child(1) p {
    height: 2rem;
  }
  .about05 .rightMobile .mode .text .box .flex p {
    line-height: 1rem;
    font-size: 0.54rem;
  }
  .about05 .rightMobile .mode .text .box .flex img {
    margin-right: 0.2rem;
    width: 0.77rem;
    height: 1rem;
  }
  .about05 .rightMobile .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
  .about05 .rightMobile .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.5s;
    opacity: 1;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 0.28rem;
    background: #ccc;
  }
  .about05 .rightMobile .swiper-pagination .swiper-pagination-bullet-active {
    transition: all 0.5s;
    width: 1rem;
    background: #0a3c95;
  }
}
.about06 .next {
  margin-top: -50px;
}
.about06 .next img {
  width: 100%;
}
@media (max-width: 1200px) {
  .about06 .next {
    margin-top: 0;
  }
}
/*====== p3-2航线上的湖北 ======*/
.airRoute .textMore {
  font-size: 18px;
  color: #aaa;
  text-align: center;
}
@media (max-width: 1200px) {
  .airRoute .textMore {
    font-size: 0.54rem;
  }
}
.air01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.air01 .left {
  position: relative;
  width: 37.3%;
  height: 420px;
  border-radius: 60px 0 60px 0;
  overflow: hidden;
  cursor: pointer;
}
.air01 .left video,
.air01 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.air01 .left i {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 37px;
  height: 25px;
  background: url(../images/zjpage/icon/i27.png) center no-repeat;
  background-size: 100% auto;
}
.air01 .right {
  width: 57%;
}
.air01 .right b {
  margin-bottom: 45px;
  font-size: 30px;
  color: #093b94;
  font-weight: bold;
}
.air01 .right .text {
  line-height: 48px;
  font-size: 22px;
}
.air01 .right .list {
  margin-top: 40px;
}
.air01 .right .list .t {
  padding-left: 24px;
  line-height: 48px;
  font-size: 20px;
  color: #333;
  background: url(../images/zjpage/icon/i28.png) left center no-repeat;
  background-size: 7px auto;
}
.air01 .right .list .t i {
  display: inline-block;
  color: #093b94;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .air01 {
    flex-wrap: wrap;
  }
  .air01 .left {
    margin-bottom: 1.4rem;
    width: 100%;
    height: 10.2rem;
    border-radius: 0.6rem 0 0.6rem 0;
  }
  .air01 .left i {
    left: 0.7rem;
    bottom: 0.7rem;
    width: 0.87rem;
    height: 0.61rem;
  }
  .air01 .right {
    width: 100%;
  }
  .air01 .right b {
    margin-bottom: 0.6rem;
    font-size: 0.8rem;
  }
  .air01 .right .text {
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
  .air01 .right .list {
    margin-top: 0.6rem;
  }
  .air01 .right .list .t {
    padding-left: 0.35rem;
    line-height: 1rem;
    font-size: 0.5rem;
    background-size: 0.13rem auto;
  }
}
.air02 {
  padding-top: 120px;
}
.air02 .next {
  position: relative;
  display: flex;
  justify-content: end;
}
.air02 .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 16%;
  height: 100%;
}
.air02 .left .top b {
  margin-bottom: 40px;
  font-size: 34px;
  color: #093b94;
  font-weight: bold;
}
.air02 .left .top p {
  font-size: 22px;
  color: #333;
}
.air02 .left .mode {
  position: absolute;
  height: calc(100% - 20vh);
  width: 100%;
  top: 230px;
}
.air02 .left .mode .bot {
  position: sticky;
  left: 0;
  top: 300px;
  bottom: 0;
  width: 100%;
  height: 70vh;
}
.air02 .left .mode .bot .lie {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #ced8ea;
}
.air02 .left .mode .bot em {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 54px;
  background: url(../images/zjpage/icon/i30.png) center no-repeat;
  background-size: 100% auto;
}
.air02 .left .mode .bot .y {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.air02 .left .mode .bot .y i {
  opacity: 0.17;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  border: 28px solid #093b94;
  border-radius: 100%;
}
.air02 .left .mode .bot .t {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 18px;
  color: #093b94;
  text-align: center;
}
.air02 .left .mode .bot .swiper-pagination {
  display: flex;
  align-items: center;
  bottom: auto;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  color: #093b94;
  font-family: "poppins";
}
.air02 .left .mode .bot .swiper-pagination span {
  width: 50%;
  text-align: center;
  font-size: 26px;
  opacity: 0.7;
}
.air02 .left .mode .bot .swiper-pagination .current {
  opacity: 1;
  font-size: 46px;
  font-weight: bold;
}
.air02 .right {
  position: relative;
  padding-bottom: 80px;
  width: 68%;
}
.air02 .right .serachR {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 46%;
  height: 80px;
  background: #fff;
}
.air02 .right .serachR .clearfix {
  border-bottom: #a0a0a0 1px solid;
}
.air02 .right .serachR input {
  float: left;
  width: calc(100% - 50px);
  line-height: 60px;
  font-size: 18px;
  color: #333;
  border: none;
}
.air02 .right .serachR input::placeholder {
  color: #a0a0a0;
}
.air02 .right .serachR button {
  padding: 0;
  width: 50px;
  height: 60px;
  background: url(../images/zjpage/icon/i29.png) center no-repeat;
  background-size: 23px auto;
  border: none;
}
.air02 .right .list {
  position: relative;
}
.air02 .right .list::before {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 46%;
  height: 100px;
  background: #fff;
  content: "";
}
.air02 .right .list a {
  position: relative;
  float: left;
  margin-bottom: 70px;
  width: 46%;
  height: 320px;
  color: #fff;
}
.air02 .right .list a:nth-child(2n) {
  float: right;
  transform: translateY(70px);
}
.air02 .right .list a .pic {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.air02 .right .list a .pic i {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.air02 .right .list a .posTime {
  position: absolute;
  left: 30px;
  top: 30px;
  transition: all 0.5s;
  padding: 6px 10px;
  line-height: 20px;
  border-radius: 10px;
  background: rgba(9, 59, 148, 0.9);
}
.air02 .right .list a .posTime i {
  font-size: 16px;
  font-family: "poppins";
}
.air02 .right .list a .posTime em {
  font-size: 14px;
}
.air02 .right .list a .posText {
  position: absolute;
  left: 30px;
  bottom: 18px;
  width: calc(100% - 60px);
}
.air02 .right .list a .posText b {
  max-height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.air02 .right .list a:hover .pic i {
  transition: all 0.7s;
  transform: scale(1.1);
}
.air02 .right .swiper-button-prev,
.air02 .right .swiper-button-next {
  margin-top: 0;
  top: auto;
  bottom: 0;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: #093b94 1px solid;
}
.air02 .right .swiper-button-prev {
  left: calc(22.5% - 61px);
  background: #fff url(../images/zjpage/icon/i13.png) no-repeat center;
  background-size: 17px auto;
}
.air02 .right .swiper-button-next {
  right: 0;
  left: calc(22.5% + 9px);
  background: #093b94 url(../images/zjpage/icon/i14s.png) no-repeat center;
  background-size: 17px auto;
}
@media (max-width: 1200px) {
  .air02 {
    padding-top: 1.7rem;
  }
  .air02 .next {
    flex-wrap: wrap;
  }
  .air02 .left {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 0.8rem;
    width: 100%;
  }
  .air02 .left .top b {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
  .air02 .left .top p {
    font-size: 0.54rem;
  }
  .air02 .left .bot {
    display: none;
  }
  .air02 .right {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 1rem 1rem;
    width: 100%;
  }
  .air02 .right::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 1rem;
    height: 2rem;
    background: url(../images/zjpage/icon/i30.png) left top no-repeat;
    background-size: 1rem auto;
    content: "";
  }
  .air02 .right::before {
    position: absolute;
    left: 0.44rem;
    width: 1px;
    height: 100%;
    background: #ced8ea;
    content: "";
  }
  .air02 .right .serachR {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 1.2rem 1.7rem;
    width: calc(100% - 1.7rem);
    height: 1.8rem;
  }
  .air02 .right .serachR input {
    width: calc(100% - 0.8rem);
    line-height: 1.8rem;
    font-size: 0.5rem;
  }
  .air02 .right .serachR button {
    width: 0.8rem;
    height: 1.8rem;
    background-size: 0.5rem auto;
  }
  .air02 .right .list {
    padding-bottom: 0;
  }
  .air02 .right .list a {
    margin-bottom: 1.3rem;
    width: 100%;
    height: 8.58rem;
  }
  .air02 .right .list a:nth-child(2n) {
    transform: translateY(0);
  }
  .air02 .right .list a .pic {
    border-radius: 0.2rem;
  }
  .air02 .right .list a .posTime {
    left: 0.8rem;
    top: 0.8rem;
    padding: 0.1rem 0.29rem 0.08rem;
    line-height: 0.8rem;
    border-radius: 0.2rem;
  }
  .air02 .right .list a .posTime i {
    font-size: 0.52rem;
  }
  .air02 .right .list a .posTime em {
    font-size: 0.44rem;
  }
  .air02 .right .list a .posText {
    left: 0.8rem;
    bottom: 0.8rem;
    width: calc(100% - 1.6rem);
  }
  .air02 .right .list a .posText b {
    max-height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
}
/*====== p3-3文旅航·和天下 ======*/
.air03 {
  position: relative;
  padding: 120px 0 80px;
  background: url(../images/zjpage/air03_bac2.png) left bottom no-repeat;
  background-size: 24.8% auto;
}
.air03::after {
  position: absolute;
  right: 0;
  top: -100px;
  width: 100%;
  height: 100%;
  background: url(../images/zjpage/air03_bac1.png) right top no-repeat;
  background-size: 19.7% auto;
  content: "";
}
.air03 .w1500 {
  position: relative;
  z-index: 2;
}
.air03 .left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 46%;
}
.air03 .left b {
  margin-bottom: 30px;
  font-size: 34px;
  color: #093b94;
  font-weight: bold;
}
.air03 .left p {
  font-size: 22px;
  color: #333;
}
.air03 .list {
  padding-bottom: 140px;
}
.air03 .list a {
  position: relative;
  float: right;
  margin-bottom: 100px;
  width: 46.6%;
  height: 470px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
.air03 .list a:nth-child(2n - 1) {
  float: left;
  transform: translateY(180px);
}
.air03 .list a .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.air03 .list a .pic i {
  transition: all 0.7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.air03 .list a .posTime {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  width: 95px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 10px 0 10px 0;
  background: rgba(9, 59, 148, 0.9);
}
.air03 .list a .posTime em {
  font-size: 20px;
}
.air03 .list a .posTime.posTime2 {
  background: rgba(0, 132, 211, 0.9);
}
.air03 .list a .posText {
  position: absolute;
  left: 30px;
  bottom: 18px;
  width: calc(100% - 60px);
}
.air03 .list a .posText i {
  font-size: 18px;
  font-family: "poppins";
}
.air03 .list a .posText b {
  max-height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.air03 .list a:hover .pic i {
  transition: all 0.7s;
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .air03 {
    padding: 1.7rem 0 1.9rem;
    background-image: url(../images/zjpage/mobile/air03_bac2.png);
    background-size: 8.32rem auto;
  }
  .air03::after {
    top: -5rem;
    background-image: url(../images/zjpage/mobile/air03_bac1.png);
    background-size: 7.18rem auto;
  }
  .air03 .left {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 0.8rem;
    width: 100%;
  }
  .air03 .left b {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
  .air03 .left p {
    font-size: 0.54rem;
  }
  .air03 .list {
    padding-bottom: 0;
  }
  .air03 .list a {
    margin-bottom: 1.3rem;
    width: 100%;
    height: 9.1rem;
    border-radius: 0.2rem;
  }
  .air03 .list a:nth-child(2n - 1) {
    float: left;
    transform: translateY(0);
  }
  .air03 .list a .posTime {
    width: 1.85rem;
    height: 1.05rem;
    line-height: 1.05rem;
    border-radius: 0.2rem 0 0.2rem 0;
  }
  .air03 .list a .posTime em {
    font-size: 0.5rem;
  }
  .air03 .list a .posText {
    left: 0.8rem;
    bottom: 0.8rem;
    width: calc(100% - 1.6rem);
  }
  .air03 .list a .posText i {
    font-size: 0.5rem;
  }
  .air03 .list a .posText b {
    max-height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.6rem;
    -webkit-line-clamp: 2;
  }
}
@keyframes circle2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(3.6);
  }
}
@keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*===== 展馆 =====*/
.exhibition {
  position: relative;
  height: 100vh;
}
.exhibition .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.exhibition .bac i {
  width: 100%;
  height: 100%;
}
.exhibition .goAn {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 100px;
  top: 68vh;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #fff;
}
.exhibition .goAn p {
  padding-top: 27px;
  font-size: 16px;
  color: #002b93;
  background: url(../images/zjpage/icon/i45.png) center top no-repeat;
  background-size: 22px auto;
}
.exhibition .goAn:hover {
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(27, 76, 151, 0.2);
}
.exhTop {
  position: relative;
  z-index: 2;
  padding: 0 90px;
  background: #fff;
  box-shadow: 0 0 10px rgba(27, 76, 151, 0.1);
}
.exhTop .swiper {
  width: 100%;
}
.exhTop a {
  flex: 1;
  width: 0;
}
.exhTop a p {
  line-height: 80px;
  font-size: 16px;
  color: #1b4c97;
  text-align: center;
}
.exhTop a:hover,
.exhTop a.cur {
  background: url(../images/zjpage/exhTop_bac.jpg) center bottom no-repeat;
  background-size: cover;
}
.exhTop a:hover p,
.exhTop a.cur p {
  color: #fff;
  font-weight: bold;
}
.exhMode {
  position: relative;
  z-index: 2;
  height: calc(100vh - 80px);
}
.exhMode .next {
  padding: 60px 90px 0;
}
.exhMode .lead {
  float: left;
  margin-right: 60px;
  width: 310px;
}
.exhMode .lead .oneTit {
  margin-bottom: 40px;
  padding-left: 35px;
  line-height: 42px;
  font-size: 32px;
  color: #333;
  font-family: "SanJiXingKaiJianTi";
  background: url(../images/zjpage/icon/i42.png) left 9px no-repeat;
  background-size: auto 25px;
}
.exhMode .lead .text {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: justify;
}
.exhMode .swiper {
  float: left;
  width: calc(100% - 370px);
}
.exhMode .swiper .swiperCont {
  display: flex;
}
.exhMode .swiper .swiper-slide {
  margin-right: 60px;
  width: 420px;
  height: calc(100vh - 260px);
}
.exhMode .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.exhMode .swiper .swiper-slide .twoTit {
  padding-left: 35px;
  line-height: 42px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  background: url(../images/zjpage/icon/i43.png) left 9px no-repeat;
  background-size: auto 25px;
}
.exhMode .swiper .swiper-slide .pic {
  margin-top: 30px;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.exhMode .swiper .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.exhMode .swiper .swiper-slide .textMode {
  margin-top: 30px;
}
.exhMode .swiper .swiper-slide .textMode .year {
  font-size: 30px;
  color: #093b94;
  font-weight: bold;
  font-family: "poppins";
}
.exhMode .swiper .swiper-slide .textMode b {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.exhMode .swiper .swiper-slide .textMode .text {
  height: 168px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  overflow-y: auto;
}
.exhMode .swiper .swiper-slide .year2 {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.exhMode .swiper .swiper-slide .year2 p {
  padding-bottom: 22px;
  font-size: 22px;
  color: #093b94;
  font-weight: bold;
  font-family: "poppins";
  background: url(../images/zjpage/icon/i44.png) bottom center no-repeat;
}
.exhMode .lie {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  height: 14px;
}
.exhMode .lie i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zjpage/icon/i48.png) no-repeat;
  background-size: 100% 100%;
  animation: ys 100s linear infinite;
}
.exhMode .lie .i1 {
  animation: ys_box 100s linear infinite;
}
.exhMode .swiper-scrollbar {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(../images/zjpage/icon/i46.png) left bottom repeat-x;
}
.exhMode .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  height: 43px;
  border-radius: 0;
  border-bottom: #1f3088 2px solid;
  background: transparent;
  width: 102px;
  /* background: url(../images/zjpage/icon/i47.png) center bottom no-repeat;
            background-size: 102px auto; */
}
.exhMode .swiper-scrollbar .swiper-scrollbar-drag img {
  width: 100%;
}
.exhMode .swiper-button-prev,
.exhMode .swiper-button-next {
  transition: all 0.5s;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: #002b93 1px solid;
}
.exhMode .swiper-button-prev {
  left: 20px;
  background: url(../images/zjpage/icon/i49.png) no-repeat center;
  background-size: 17px auto;
}
.exhMode .swiper-button-prev:hover {
  transition: all 0.5s;
  background-color: #002b93;
  background-image: url(../images/zjpage/icon/i49s.png);
}
.exhMode .swiper-button-next {
  right: 20px;
  background: url(../images/zjpage/icon/i50.png) no-repeat center;
}
.exhMode .swiper-button-next:hover {
  transition: all 0.5s;
  background-color: #002b93;
  background-image: url(../images/zjpage/icon/i50s.png);
}
@keyframes ys {
  0% {
    transform: translate(0%);
  }
  99.7% {
    transform: translate(100%);
    opacity: 1;
  }
  99.8% {
    transform: translate(100%);
    opacity: 0;
  }
  99.9% {
    transform: translate(0%);
    opacity: 0;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes ys_box {
  0% {
    transform: translate(-100%);
  }
  99.7% {
    transform: translate(0%);
    opacity: 1;
  }
  99.8% {
    transform: translate(0%);
    opacity: 0;
  }
  99.9% {
    transform: translate(0%);
    opacity: 0;
  }
  100% {
    transform: translate(-100%);
    opacity: 1;
  }
}
@media (min-height: 960px) {
  .exhMode .next {
    position: relative;
    padding-top: 0;
    padding-bottom: 60px;
    height: calc(100vh - 140px);
  }
  .exhMode .next .nextMode {
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 180px);
    height: 800px;
  }
  .exhMode .swiper .swiper-slide {
    height: 800px;
  }
  .exhMode .swiper .swiper-slide .pic {
    height: 250px;
  }
  .exhMode .swiper .swiper-slide .pic,
  .exhMode .swiper .swiper-slide .textMode {
    margin-top: 60px;
  }
  .exhMode .swiper .swiper-slide .textMode .text {
    height: 224px;
  }
  .exhMode .lie {
    bottom: 130px;
  }
}
@media (max-width: 1325px) {
  .exhTop {
    padding: 0 36px;
  }
}
@media (max-height: 800px) {
  .exhTop a p {
    line-height: 60px;
  }
  .exhMode {
    height: calc(100vh - 60px);
  }
  .exhMode .next {
    padding-top: 40px;
  }
  .exhMode .swiper .swiper-slide {
    height: calc(100vh - 180px);
  }
  .exhMode .swiper .swiper-slide .year2,
  .exhMode .lie {
    display: none;
  }
}
@media (max-height: 740px) {
  .exhTop a p {
    line-height: 50px;
  }
  .exhMode {
    height: calc(100vh - 50px);
  }
  .exhMode .next {
    padding-top: 20px;
  }
  .exhMode .swiper .swiper-slide {
    height: calc(100vh - 150px);
  }
  .exhMode .swiper .swiper-slide .textMode .text {
    height: 112px;
  }
}
@media (max-width: 1200px) {
  .exhibition {
    height: auto;
  }
  .exhibition .goAn {
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 2.6rem;
    border-radius: 0;
    border-right: #ccc 1px solid;
  }
  .exhibition .goAn p {
    padding-top: 0.78rem;
    font-size: 0.5rem;
    background-size: 0.6rem auto;
  }
  .exhibition .goAn:hover {
    box-shadow: 0 0 0 rgba(27, 76, 151, 0.2);
  }
  .exhTop {
    padding: 0 0 0 2.4rem;
    box-shadow: 0 0 0.1rem rgba(27, 76, 151, 0.1);
  }
  .exhTop a {
    display: flex;
    align-items: center;
    flex: none;
    width: 6rem;
    height: 2.6rem;
  }
  .exhTop a p {
    margin: 0 0.5rem;
    width: 5rem;
    line-height: 0.72rem;
    font-size: 0.52rem;
  }
  .exhTop a:hover,
  .exhTop a.cur {
    background: url(../images/zjpage/exhTop_bac.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .exhTop a:hover p,
  .exhTop a.cur p {
    color: #fff;
    font-weight: bold;
  }
  .exhMode {
    height: auto;
  }
  .exhMode .next {
    padding: 1.7rem 5%;
  }
  .exhMode .lead {
    margin: 0 0 1.9rem 0;
    width: 100%;
  }
  .exhMode .lead .oneTit {
    margin-bottom: 1rem;
    padding-left: 1.15rem;
    line-height: 1rem;
    font-size: 1rem;
    background-position: left 0.125rem;
    background-size: auto 0.75rem;
  }
  .exhMode .lead .text {
    font-size: 0.56rem;
    line-height: 1.08rem;
  }
  .exhMode .swiper {
    padding-left: 1.2rem;
    width: calc(100% - 1.2rem);
    background: url(../images/zjpage/icon/i51.png) left top repeat-y;
    background-size: 0.48rem auto;
  }
  .exhMode .swiper .swiperCont {
    display: block;
  }
  .exhMode .swiper .swiper-wrapper {
    display: block;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .exhMode .swiper .swiper-slide {
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .exhMode .swiper .swiper-slide .twoTit {
    padding-left: 0.9rem;
    line-height: 0.75rem;
    font-size: 0.75rem;
    background-position: left top;
    background-size: auto 0.75rem;
  }
  .exhMode .swiper .swiper-slide .pic {
    margin-top: 1.4rem;
    width: 100%;
    height: 6.3rem;
    border-radius: 0.3rem;
  }
  .exhMode .swiper .swiper-slide .textMode {
    margin-top: 1rem;
  }
  .exhMode .swiper .swiper-slide .textMode .year {
    font-size: 0.9rem;
  }
  .exhMode .swiper .swiper-slide .textMode b {
    margin-bottom: 0.6rem;
    font-size: 0.6rem;
  }
  .exhMode .swiper .swiper-slide .textMode .text {
    height: auto;
    line-height: 1.08rem;
    font-size: 0.56rem;
  }
  .exhMode .swiper .swiper-slide .year2 {
    display: none;
  }
  .exhMode .lie,
  .exhMode .swiper-scrollbar,
  .exhMode .swiper-button-prev,
  .exhMode .swiper-button-next {
    display: none;
  }
}
.exhibition2 .exhMode .swiper-scrollbar .swiper-scrollbar-drag {
  /* background-image: url(../images/zjpage/icon/i52.png);
    background-size: 126px auto; */
  width: 126px;
}
.exhibition3 .exhMode .swiper-scrollbar .swiper-scrollbar-drag {
  /* background-image: url(../images/zjpage/icon/i53.png);
    background-size: 111px auto; */
  width: 111px;
}
/*====== p1-0集团概况-荣誉 ======*/
.honor01 {
  padding: 100px 0;
  background: url(../images/zjpage/honor01_bac.jpg) center top no-repeat;
  background-size: cover;
}
.honor01 .title .flex {
  margin-bottom: 60px;
}
.honor01 .next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.honor01 .next .left {
  margin-top: 60px;
  width: 62%;
}
.honor01 .next .left .bac {
  margin-top: -55px;
  width: 100%;
  height: 260px;
  user-select: none;
}
.honor01 .next .left .bac img {
  width: 100%;
  height: 100%;
}
.honor01 .next .swiper-button-prev,
.honor01 .next .swiper-button-next {
  left: auto;
  right: calc(14% - 30px);
  margin: 0;
  width: 60px;
  height: 60px;
}
.honor01 .next .swiper-button-prev {
  top: 0;
  background: url(../images/zjpage/icon/i54.png) center center no-repeat;
  background-size: 16px auto;
}
.honor01 .next .swiper-button-next {
  top: auto;
  bottom: 0;
  background: url(../images/zjpage/icon/i55.png) center center no-repeat;
  background-size: 16px auto;
}
.honor01 .tab_pic {
  padding: 40px 0 0;
  width: 100%;
  /* background: url(../images/zjpage/honor01_bac2.png) center bottom no-repeat;
        background-size: 100% auto; */
}
.honor01 .tab_pic .swiper-slide {
  width: 50%;
}
.honor01 .tab_pic .swiper-slide img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 276px;
}
.honor01 .tab_pic .swiper-slide .lie {
  transition: all 0.5s;
  opacity: 0;
  margin: 0 auto;
  width: 50%;
  max-width: 300px;
  height: 45px;
  background: url(../images/zjpage/honor01_bac3.png) center bottom 6px no-repeat;
  background-size: 100% auto;
}
.honor01 .tab_pic .swiper-slide b {
  transition: all 0.5s;
  opacity: 0;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.honor01 .tab_pic .swiper-slide.swiper-slide-active img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.honor01 .tab_pic .swiper-slide.swiper-slide-active .lie,
.honor01 .tab_pic .swiper-slide.swiper-slide-active b {
  transition: all 0.5s;
  opacity: 1;
}
.honor01 .tab_tit {
  margin: 60px 0;
  width: 28%;
  height: 480px;
}
.honor01 .tab_tit .swiper-slide {
  transition: all 0.5s;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  text-align: center;
  border-radius: 10px;
}
.honor01 .tab_tit .swiper-slide.swiper-slide-thumb-active {
  transition: all 0.5s;
  color: #fff;
  background: #093b94;
}
@media (max-width: 1200px) {
  .honor01 {
    padding: 1.9rem 0 1rem;
  }
  .honor01 .title .flex {
    margin-bottom: 1.1rem;
  }
  .honor01 .next {
    padding: 1px 0;
    display: block;
  }
  .honor01 .next .left {
    margin-top: 0;
    width: 100%;
  }
  .honor01 .next .left .bac {
    margin-top: -1rem;
    height: 4rem;
  }
  .honor01 .next .swiper-button-prev,
  .honor01 .next .swiper-button-next {
    display: none;
    left: auto;
    right: 0;
    margin: 0;
    width: 100%;
    height: 1.8rem;
  }
  .honor01 .next .swiper-button-prev {
    top: auto;
    bottom: 16.2rem;
  }
  .honor01 .next .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .honor01 .tab_pic {
    padding: 0.2rem 0 0;
    width: 100%;
  }
  .honor01 .tab_pic .swiper-slide {
    width: 50%;
  }
  .honor01 .tab_pic .swiper-slide img {
    max-height: 5rem;
  }
  .honor01 .tab_pic .swiper-slide .lie {
    width: 50%;
    height: 0.8rem;
    background: url(../images/zjpage/honor01_bac3.png) center bottom 0.1rem no-repeat;
    background-size: 100% auto;
  }
  .honor01 .tab_pic .swiper-slide b {
    font-size: 0.48rem;
  }
  .honor01 .tab_pic .swiper-slide.swiper-slide-active img {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
  }
  .honor01 .tab_tit {
    display: none;
    margin: 1.8rem 0;
    width: 100%;
    height: 14.4rem;
  }
  .honor01 .tab_tit .swiper-slide {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.56rem;
    border-radius: 0.2rem;
  }
}
.honor02 {
  padding: 100px 0 40px;
}
.honor02 .title .flex {
  margin-bottom: 60px;
}
.honor02 .list .mode {
  float: left;
  width: calc((100% - 60px) / 3);
  margin: 0 30px 60px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.honor02 .list .mode:nth-child(3n) {
  margin-right: 0;
}
.honor02 .list .mode .pic {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.honor02 .list .mode .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.honor02 .list .mode .pic em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../images/page/play.png) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.honor02 .list .mode .text {
  font-size: 20px;
  line-height: 28px;
  padding: 25px 30px;
  color: #333;
  box-sizing: border-box;
}
.honor02 .list .mode .text p {
  height: 56px;
  overflow: hidden;
}
.honor02 .list .mode:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.honor02 .paging {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .honor02 {
    padding: 1.9rem 0 0.7rem;
  }
  .honor02 .title .flex {
    margin-bottom: 1.1rem;
  }
  .honor02 .list .mode {
    width: 100%;
    margin: 0 0 1.2rem 0;
    border-radius: 0.1rem;
  }
  .honor02 .list .mode .pic {
    height: 7.7rem;
  }
  .honor02 .list .mode .pic em {
    width: 1.8rem;
    height: 1.8rem;
  }
  .honor02 .list .mode .text {
    font-size: 0.56rem;
    padding: 0.6rem;
    line-height: 0.8rem;
  }
  .honor02 .list .mode .text p {
    height: auto;
    max-height: 1.6rem;
  }
  .honor02 .paging {
    margin-bottom: 1.2rem;
  }
}
.honor03 {
  display: none;
  position: relative;
}
.honor03 .mySwiper2 .swiper-slide {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.honor03 .mySwiper2 .swiper-slide img {
  transition: all 7s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor03 .mySwiper2 .swiper-slide span {
  transition: all 0.5s 0.5s;
  transform: translateY(100%);
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: calc(5vw + 100px);
  width: 100%;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.honor03 .mySwiper2 .swiper-slide.swiper-slide-active img {
  transition: all 7s;
  transform: scale(1.03);
}
.honor03 .mySwiper2 .swiper-slide.swiper-slide-active span {
  transition: all 0.5s 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.honor03 .smPic {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.honor03 .mySwiper .swiper-pagination {
  display: flex;
  bottom: 0;
  height: 1px;
  opacity: 0;
}
.honor03 .mySwiper .swiper-pagination-lock + .swiper-wrapper {
  justify-content: center;
}
.honor03 .mySwiper .swiper-slide img {
  transition: all 0.5s;
  width: 100%;
  height: 5vw;
  object-fit: cover;
  border: 3px #fff solid;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.honor03 .mySwiper .swiper-slide.swiper-slide-thumb-active img {
  transition: all 0.5s;
  border: 3px #144398 solid;
}
@media (max-width: 1200px) {
  .honor03 .mySwiper2 .swiper-slide {
    width: 100%;
    height: 8rem;
  }
  .honor03 .mySwiper2 .swiper-slide span {
    bottom: 2.2rem;
    font-size: 0.58rem;
  }
  .honor03 .smPic {
    bottom: 0.5rem;
  }
  .honor03 .mySwiper .swiper-slide img {
    height: 1rem;
    border: 1px #fff solid;
    border-radius: 0.1rem;
  }
  .honor03 .mySwiper .swiper-slide.swiper-slide-thumb-active img {
    border: 1px #144398 solid;
  }
}
