.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
.banner .swiper-pagination {
  bottom: auto;
  top: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Regular;
}
.banner .swiper-pagination .current {
  margin-right: 4px;
  font-size: 30px;
  color: #0c9299;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  width: 60px;
  height: 60px;
  border: #ffffff 1px solid;
  border-radius: 100%;
}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{
  cursor: pointer;
}
.banner .swiper-button-prev {
  left: 3%;
  background: url(../images/icon/i1.png) center no-repeat;
}
.banner .swiper-button-prev:hover {
  border: rgba(255, 255, 255, 0) 1px solid;
  background: rgba(0, 0, 0, 0.2) url(../images/icon/i1.png) center no-repeat;
}
.banner .swiper-button-next {
  right: 3%;
  background: url(../images/icon/i2.png) center no-repeat;
}
.banner .swiper-button-next:hover {
  border: rgba(255, 255, 255, 0) 1px solid;
  background: rgba(0, 0, 0, 0.2) url(../images/icon/i2.png) center no-repeat;
}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}
/* .banner .swiper-slide .slide-inner{
  opacity: 0;
}
.banner .swiper-slide.curr .slide-inner{
  opacity: 1;
} */
.banner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner .swiper-slide .pc,
.banner .swiper-slide .mobile {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .swiper-slide .videoBg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .pc .bacImg,
.banner .swiper-slide .mobile .bacImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 3s;
}
.banner .swiper-slide .pc .bac,
.banner .swiper-slide .mobile .bac {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
  text-align: center;
}
.banner .swiper-slide .pc .bac b,
.banner .swiper-slide .mobile .bac b {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
}
.banner .swiper-slide .pc .bac p,
.banner .swiper-slide .mobile .bac p {
  margin-top: 36px;
  font-size: 28px;
}
.banner .swiper-slide .mobile {
  display: none;
}
.banner .swiper-slide .video_obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide.swiper-slide-active .pc .bacImg,
.banner .swiper-slide.swiper-slide-active .mobile .bacImg {
  transform: scale(1.1);
}
.banner .swiper-slide.swiper-slide-active .pc .bac,
.banner .swiper-slide.swiper-slide-active .mobile .bac {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
.banner .pos {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 3;
  width: 100%;
}
.posBac{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.posBac i{
  width: 100%;
  height: 100%;
}
.banner .pos .w1500 {
  position: relative;
  margin-bottom: 30px;
  height: 34px;
  min-width: 750px;
}
.banner .pos .swiper-num {
  position: absolute;
  z-index: 2;
  left: 0%;
  bottom: 0;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: baseline;
  font-family: Arial;
}
.banner .pos .lit_box {
  margin-right: 2px;
}
.banner .pos .lit {
  font-size: 20px;
}
.banner .pos img {
  width: 100%;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  display: flex;
  align-items: center;
  top: 12px;
  width: 100%;
}
.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  transition: all 0.7s;
  opacity: 0.2;
  margin: 0 0 0 8px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #000;
  cursor: pointer;
}
.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  background: #093b94;
}
.banner .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
  margin: 0 30px 0 0;
}
.index img {
  width: 100%;
}
.ind02 {
  position: relative;
}
.ind02 a {
  position: absolute;
  left: 37.4%;
  top: 50%;
  width: 9.6%;
  height: 5.5%;
}



.business{
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.businessSwiper{
  height: 100%;
}
.soaringJingchu{
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.soaringJingchuTitle{
  font-size: 26px;
  color: #0a3c95;
}

.soaringJingchuText{
  font-size: 34px;
  color: #333333;
  margin-top: 20px;
  font-weight: bold;
}
.businessBg{
  width: 100%;
  height: 100%;
}
.businessBg i{
  width: 100%;
  height: 100%;
  display: block;
}
.businessBg .img1 {
display: block;
}
.businessBg .img2 {
  display: none; 
}
.businessCont{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.businessContBox{
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 35.41%;
  min-height: 360px;
  background: #fff url(../images/index5/businessCont-1.png) center no-repeat;
  background-size: cover;
  padding: 30px 60px 30px 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.businessSign{
  font-size: 20px;
  color: #0a3c95;
}
.businessTitle{
  font-size: 26px;
  color: #333333;
  margin-top: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.business .swiper-pagination span{
  color: #fff;
}
.businessMore{
    transition: all 0.5s;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.businessMoreText{
  color: #0a3c95;
  font-size: 18px;
}
.businessMoreIcon{
  width: 27px;
  margin-left: 10px;
}
.businessMore:hover{
    transition: all 0.5s;
    margin-left: 16px;
}
.businessText{
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.businessPage {
  width: 35.41%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  background: #0a3c95;
  z-index: 1;
  box-sizing: border-box;
}
.businessPage .swiper-button-prev{
  width: 27px;
  height: 13px;
  background: url(../images/index5/icon-2.png) center no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  left: 70px;
  margin-top: 0;
  transform: translateY(-50%);
}
.businessPage .swiper-button-next{
  width: 27px;
  height: 13px;
  background: url(../images/index5/icon-3.png) center no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  right: 70px;
  margin-top: 0;
  transform: translateY(-50%);
}
.businessPage .swiper-pagination{
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: 'arial';
}
.businessPage .swiper-pagination .current{
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.businessPage .swiper-pagination .line{
  margin: 0 5px;
}
.aviation{
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 35.41%);
  height: 120px;
  display: flex;
  align-items: center;
  z-index: 1;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}
.aviationList{
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  transition: all 0.6s;
}
.aviationList.active{
  background: #c43132;
}
.transport{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.transportList{
  width: 90px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #0a3c95;
  border-radius: 50px;
  border: 1px solid #0a3c95;
  box-sizing: border-box;
  margin-right: 15px;
  transition: all 0.5s;
  margin-top: 10px;
}
.transportList:last-child{
  margin-right: 0;
}
.transportList:hover{
  background: #0a3c95;
  color: #fff;
}
.transfer{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.transferList{
  display: flex;
  align-items: center;
  padding: 10px 25px;
  box-sizing: border-box;
  border: 1px solid #0a3c95;
  border-radius: 50px;
  font-size: 18px;
  color: #0a3c95;
  margin-right: 15px;
  margin-top: 10px;
  transition: all 0.5s;
}
.transferList:last-child{
  margin-right: 0;
}
.transferIcon{
  width: 28px;
  height: 28px;
  position: relative;
  display: flex;
  align-items: center;
}
.transferIcon img{
  width: 100%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.5s;
}
.bussTitleBox{
  display: flex;
  align-items: center;
}
.bussTitleIcon{
  width: 126px;
  margin-right: 15px;
}
.bussTitleMargin{
  margin-right: 5px;
  width: 123px;
}
.transferhover{
  opacity: 0;
}
.transferText{
  margin-left: 8px;
}
.transferList:hover{
  background: #0a3c95;
  color: #fff;
}
.transferList:hover .transferDefault{
  opacity: 0;
}
.transferList:hover .transferhover{
  opacity: 1;
}
.cargoInfo{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cargoList{
  margin-top: 10px;
  margin-right: 30px;
}
.cargoList:last-child{
  margin-right: 0;
}
.cargoIcon{
  width: 51px;
  margin: 0 auto;
  transition: all 0.5s;
}
.cargoList:hover .cargoIcon{
  transform: rotateY(180deg);
}
.cargoIcon img{
  width: 100%;
}
.cargoText{
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}
.newsCenter{
  background: url(../images/index/newsCenterBg.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
  box-sizing: border-box;
}
.newsTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsTopTitle{
  font-size: 40px;
  font-weight: bold;
}
.moreIcon{
  width: 27px;
  height: 13px;
  background: url(../images/index/icon-1.png) center no-repeat;
  background-size: cover;
  margin-left: 10px;
  transition: all 0.5s;
}
.newsMore{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #093b94;
  font-size: 18px;
  height: 65px;
  padding: 0 38px;
  box-sizing: border-box;
  border: 1px solid #093b94;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.newsMore:hover{
  background: #093b94;
  color: #fff;
}
.newsMore:hover .moreIcon{
  background: url(../images/index/icon-1s.png) center no-repeat;
  background-size: cover;
}
.newsMore::after {
  content: '';
  position: absolute;
  background: url(../images/index/icon-3.png) center no-repeat;
  top: 0;
  width: 221px;
  height: 110px;
  left: 50%;
}
.newsCont{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.newsContLeft{
  width: 60%;
  padding: 0 45px;
  box-sizing: border-box;
  background: #fff;
  border-top: 4px solid #093b94;
}
.newsListBg{
    height: 470px;
    /* min-height: 42vh; */
    position: relative;
    overflow: hidden;
}
.newsListBg::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
}
.newsListBg i{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.newsSwiper{
  box-sizing: border-box;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.newsListTitle{
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #093b94;
  color: #093b94;
  display: none;
  margin-top: 35px;
  transition: all 0.5s;
}
.newsListText{
  font-size: 22px;
  color: #333333;
  margin-top: 30px;
  font-weight: bold;
}
.newsListAbstract {
    color: #333;
    margin-top: 20px;
    line-height: 25px;
}
.newsSwiper .swiper-slide:hover .newsListText{
  color: #093b94;
}
.newsSwiper .swiper-slide:hover .newsListTitle{
  background: #093b94;
  color: #fff;
}
.newsListDate{
  font-size: 16px;
  color: #0a3c95;
  padding: 20px 0 30px 0;
  box-sizing: border-box;
  border-top: 1px solid #ececec;
  margin-top: 25px;
}
.newsContRight{
  margin-left: 45px;
  background: #fff;
  padding: 15px 30px;
  box-sizing: border-box;
  width: calc(100% - 60% - 45px);
}
.newsContLeft:hover .newsListBg i{
  transform: scale(1.05);
}
.newsRightList{
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.newsRightListTitle{
    padding: 6px 12px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #093b94;
    color: #093b94;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: bold;
}
.newsRightListTop{
  
}
.newsRightBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsRightListDate{
  font-size: 16px;
  color: #bbbbbb;
  margin-top: 15px;
}
.newsRightListText{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s;
  flex: 1;
  margin-left: 15px;
}
.newsRightAbstract{
    color: #333;
    margin-top: 15px;
}
.newsRightListIcon{
  margin-top: 10px;
  display: none;
  justify-content: flex-end;
}
.newsRightListMore{
  width: 27px;
  display: flex;
  overflow: hidden;
}
.newsRightListMore img{
  transform: translateX(-37px);
  transition: all 0.5s;
  margin-left: 10px;
}
.newsRightListMore img:first-child{
  margin-left: 0;
}
.newsRightList:hover .newsRightListMore img{
  transform: translateX(0);
}
.newsRightList:hover .newsRightListText{
  color: #093b94;
}
.newsRightList:hover .newsRightListTitle{
  background: #093b94;
  color: #fff;
}
.newsPagination {
  position: absolute;
  top: 61%;
  display: flex;
  justify-content: flex-end;
  right: 30px;
  z-index: 10;
}
.newsSwiper .swiper-pagination{
  position: relative;
  width: auto;
}
.newsSwiper .swiper-slide{
  background: #fff;
}

.newsSwiper .swiper-pagination-bullet{
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.newsSwiper .swiper-pagination-bullet-active{
  width: 40px;
  border-radius: 50px;
  background: #fff;
}
.airportServices{
  padding: 100px 0 125px 0;
  box-sizing: border-box;
  background: url(../images/index/airportBg.jpg) center no-repeat;
  background-size: cover;
}
.airportSign{
  text-align: center;
  font-size: 26px;
  color: #063c96;
}
.airportTitle{
  font-size: 34px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.airportCont{
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
.airportContentIcon{
  width: 56px;
}
.airportContLeft{
  width: 42.6%;
  height: 29.8vw;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.airportContBg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.airportContBg i{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.airportContent{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.airportContentBox{
  margin: 0 50px;
  margin-bottom: 45px;
  overflow: hidden;
}
.airportContentTitle{
  color: #fff;
  font-size: 22px;
  margin-top: 25px;
}
.airportContentText{
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden
}
.airportBoxInfo{
  transform: translateY(78px);
  transition: all 0.5s;
}
.airportContLeft:hover .airportBoxInfo{
  transform: translateY(0); 
}
.airportContLeft:hover .airportContBg i{
  transform: scale(1.05);
}
.airportContRight{
  width: calc(100% - 42.6% - 30px);
  display: flex;
  flex-wrap: wrap;
}
.airportContRightList{
  width: calc((100% - 25px) / 2);
  margin-left: 25px;
  margin-top: 25px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.airportContRightList:nth-child(2n+1){
  margin-left: 0;
}
.airportContRightList:nth-child(1), .airportContRightList:nth-child(2){
  margin-top: 0;
}
.airportContRightListBg{
  height: calc((29.8vw - 25px) / 2);
  overflow: hidden;
}
.airportContRightListBg i{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.airportContRightListTitle{
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 22px;
}
.airportContRightList:hover .airportContRightListBg i{
  transform: scale(1.05);
}
@media (max-width: 1200px){
  .banner{
    height: 12.4rem;
  }
  .banner .bigimg {
    height: 100%;
  }
  .banner .swiper-slide, .banner .swiper-slide .pc, .banner .swiper-slide .mobile{
    height: 100%;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev{
   display: none;
  }
  .m_header {
    background: none;
  }
  .banner .pos .swiper-num{
    display: none;
  }
  .banner .pos .w1500{
    min-width: auto;
    margin-bottom: 0;
    height: auto;
  }
  .banner .swiper-pagination{
    top: auto!important;
    bottom: 0.8rem;
    justify-content: center;
  }
  .banner .swiper-pagination-bullet{
    width: 0.3rem!important;
    height: 0.3rem!important;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 1.15rem!important;
  }
  .newsMore{
    width: 4.5rem;
    height: 1.5rem;
    padding: 0;
  }
  .moreIcon{
    width: 0.7rem;
    height: 0.34rem;
    margin-left: 0.2rem;
  }
  .newsMore::after{
    width: 2rem;
    height: 1rem;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
  }
  .moreText{
    font-size: 0.5rem;
  }
  .newsTopTitle{
    font-size: 0.8rem;
  }
  .newsCenter{
    padding: 1.25rem 0 2rem 0;
    min-height: auto;
  }
  .newsCont{
    flex-wrap: wrap;
    margin-top: 1.1rem;
  }
  .newsContLeft{
    width: 100%;
    border-top: 0.08rem solid #093b94;
    padding: 0 0.65rem;
  }
  .newsSwiper{
    margin-top: 0.8rem;
    border-bottom: 0.04rem solid #ececec;
  }
  .newsListBg{
    height: 7.4rem;
    min-height: auto;
  }
  .newsListTitle{
    margin-top: 0.7rem;
    padding: 0.2rem 0.45rem;
    font-size: 0.52rem;
  }
  .newsListText{
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.5rem;
  }
  .newsListAbstract{
    font-size: 0.52rem;
    margin-top: 0.3rem;
    line-height: 0.75rem;
  }
  .newsPagination {
    top: 6.5rem;
    right: 0;
    width: 100%;
    justify-content: center;
  }
  .newsSwiper .swiper-pagination-bullet{
    width: 0.3rem !important;
    height: 0.3rem !important;
    box-sizing: border-box;
  }
  .newsSwiper .swiper-pagination-bullet-active{
    width: 1.15rem!important;
  }
  .newsListDate{
    margin-top: 0.65rem;
    padding: 0.6rem 0;
    font-size: 0.5rem;
  }
  .newsContRight{
    flex: auto;
    margin-left: 0;
    padding: 0.3rem 0.65rem 1.1rem 0.65rem;
    display: none;
  }
  .newsRightListTitle{
    margin-top: 0.7rem;
    padding: 0.2rem 0.45rem;
    font-size: 0.52rem;
    margin-top: 0;
  }
  .newsRightListDate{
    font-size: 0.5rem;
  }
  .newsRightListText{
    font-size: 0.6rem;
    line-height: 0.9rem;
    height: 1.8rem;
    margin-top: 0.3rem;
  }
  .newsRightList{
    padding: 0.8rem 0;
  }
  .newsRightListMore{
    width: 0.7rem;
  }
  .newsRightListIcon{
    margin-top: 0.65rem;
    justify-content: space-between;
    align-items: center;
  }
  .businessCont{
    position: unset;
  }
  .businessContBox{
    position: unset;
    padding: 0.6rem;
    width: 100%;
    min-height: 12rem;
  }
  .business{
    height: auto;
  }
  .businessBg{
    height: 18.8rem;
  }
    .businessBg .img1 {
      
      display: none;
    }
  
    .businessBg .img2 {
    display: block;
    }
  .soaringJingchuTitle{
    font-size: 0.65rem;
  }
  .soaringJingchuText{
    font-size: 0.94rem;
    margin-top: 0.5rem;
  }
  .soaringJingchu{
    top: 1.35rem;
  }
  .businessPage{
    position: relative;
    display: none;
  }
  .bussTitleMargin{
    width: 4.5rem;
    margin-right: 0.3rem;
  }
  .bussTitleIcon{
    width: 4.5rem;
  }
  .businessMore{
    width: 4.5rem;
    height: 1.5rem;
    border: 0.02rem solid #093b94;
    justify-content: center;
    margin-top: 1.1rem;
    border-radius: 0.16rem;
  }
  .businessMoreText{
    font-size: 0.5rem;
  }
  .businessMoreIcon{
    width: 0.5rem;
    margin-left: 0.15rem;
  }
  .cargoInfo{
    margin-top: 0.4rem;
  }
  .cargoIcon{
    width: 1.5rem;
  }
  .cargoText{
    font-size: 0.48rem;
    margin-top: 0.4rem;
  }
  .cargoList{
    margin-right: 1rem;
    margin-top: 0.3rem;
  }
  .cargoList:last-child{
    margin-right: 0;
  }
  .aviation{
    top: 14.8rem;
    height: 4rem;
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    border-top: 0;
  }
  .aviationList{
    border-left: 0.04rem solid #fff;
    border-top: 0.04rem solid #fff;
    width: 50%;
    height: 2rem;
    box-sizing: border-box;
    font-size: 0.56rem;
  }
  .businessSign{
    font-size: 0.8rem;
  }
  .businessTitle{
    font-size: 0.6rem;
    margin-top: 0.5rem;
  }
  .transfer{
    margin-top: 0.3rem;
  }
  .transferList{
    font-size: 0.52rem;
    padding: 0.3rem 0.6rem;
    margin-top: 0.4rem;
    margin-right: 0.3rem;
  }
  .transferIcon{
    width: 0.6rem;
    height: 0.6rem;
  }
  .transferText{
    margin-left: 0.2rem;
  }
  .airportServices{
    padding: 1.95rem 0;
  }
  .airportSign{
    font-size: 0.6rem;
  }
  .airportTitle{
    font-size: 0.9rem;
    margin-top: 0.4rem;
  }
  .airportCont{
    flex-wrap: wrap;
    margin-top: 1.3rem;
    display: none;
  }
  .airportContLeft{
    width: 100%;
    height: 17.85rem;
    border-radius: 0.1rem;
  }
  .airportContentBox{
    margin: 0 0.9rem;
    padding-bottom: 2rem;
  }
  .airportPubList{
    display: none;
  }
  .airportPubList.active{
    display: block;
  }
  .airportContentIcon{
    width: 1.6rem;
  }
  .airportContentTitle{
    margin-top: 0.5rem;
    font-size: 0.72rem;
  }
  .airportContentText{
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.6rem;
  }
  .airportBoxInfo{
    transform: translateY(0);
  }
  .airportTravel{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .airportTravelList{
    position: relative;
    font-size: 0.45rem;
    margin-top: 1.1rem;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    margin-left: 0.28rem;
    width: 2.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    border: 0.02rem solid #0a3c95;
    border-radius: 1rem;
    color: #0a3c95;
  }
  .airportTravelList:first-child{
    margin-left: 0;
  }
  .airportTravelList.active{
    background: #0a3c95;
    color: #fff;
  }
  /* .airportTravelList::after {
    content: '';
    position: absolute;
    right: -18%;
    width: 1.8rem;
    height: 0.04rem;
    background: #0a3c95;
    top: 50%;
    transform: translateY(-50%);
  } */
  .airportTravelList:nth-child(3n)::after, .airportTravelList:last-child::after{
    display: none;
  }
  .airportContRight{
    width: 100%;
  }
  .airportContRightList{
    width: 100%;
    margin: 0;
    height: 17.85rem;
    border-radius: 0.1rem;
  }
  .airportContRightListBg{
    height: 100%;
  }
  .airportContRightListTitle{
    font-size: 0.72rem;
    bottom: 1rem;
    left: 0.9rem;
    right: 0.9rem;
    padding-bottom: 0.6rem;
  }
  .airportContRightListTitle::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 1.4rem;
    height: 0.1rem;
    background: #fff;
    left: 0;
  }
  .airportMobileInfo{
    height: 8.8rem;
    position: relative;
  }
  .airportContMobile {
    height: 100%;
    overflow: hidden;
    margin-top: 1rem;
  }
  .airportContRightList{
    height: 100%;
  }
  .airportPubList{
    display: block;
  }
  .airportMobileInfo .swiper-button-prev::after, .airportMobileInfo .swiper-button-next::after{
    display: none;
  }
  .airportMobileInfo .swiper-button-prev{
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images//icon/icon-34.png) center no-repeat;
    background-size: cover;
    left: -0.6rem;
  }
  .airportMobileInfo .swiper-button-next{
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images//icon/icon-35.png) center no-repeat;
    background-size: cover;
    right: -0.6rem;
  }
}

.mobilenewsList {
  display: none;
}

@media (max-width: 1200px) {
  .mobilenewsList {
    display: block;
  }

  .newsListBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* justify-content: center; */
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }

  .newsListBox .newsList {
    position: relative;
      font-size: 0.55rem;
      margin-top: 1.1rem;
      text-align: center;
      font-weight: bold;
      box-sizing: border-box;
      margin-left: 0.28rem;
      width: 3.2rem;
      height: 1rem;
      line-height: 1rem;
      text-align: center;
      border: 0.02rem solid #0a3c95;
      border-radius: 1rem;
      color: #0a3c95;
  }

  .newsListBox .newsList.active {
    background: #0a3c95;
    color: #fff;
  }

  .newsListBox .newsList:first-child {
    margin-left: 0;
  }
}