/*===== banner=====*/
.businessBanner {
  width: 100%;
  height: 560px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.businessBanner .pic {
  width: 100%;
  height: 100%;
}
.businessBanner .pic i {
  width: 100%;
  height: 100%;
}
.businessBanner .pic .pc {
  display: block;
}
.businessBanner .pic .mobile {
  display: none;
}
.businessBanner .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
}
.businessBanner .pos .text {
  text-align: left;
}
.businessBanner .pos .text b {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 21px;
}
.businessBanner .pos .text img {
  height: 41px;
}
.businessBanner .pos .text .img1 {
  display: block;
}
.businessBanner .pos .text .img2 {
  display: none;
}
@media (max-width: 1200px) {
  .businessBanner {
    height: 11.2rem;
  }
  .businessBanner .pic .pc {
    display: none;
  }
  .businessBanner .pic .mobile {
    display: block;
  }
  .businessBanner .pos .text {
    width: 100%;
  }
  .businessBanner .pos .text b {
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
  }
  .businessBanner .pos .text img {
    height: 0.99rem;
  }
  .businessBanner .pos .text .img1 {
    display: none;
  }
  .businessBanner .pos .text .img2 {
    display: block;
  }
}
/*===== banner end=====*/
/*===== 面包屑=====*/
.add {
  opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 10;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.add .clearfix {
  display: flex;
  align-items: center;
}
.add .clearfix .one {
  margin-right: 10px;
  padding-left: 20px;
  height: 20px;
  background: url(../images/lytimages/icon/home.png) left center no-repeat;
}
.add .clearfix a {
  color: #fff;
}
.add .clearfix i {
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .add {
    bottom: 0.7rem;
  }
}
/*===== 面包屑 end=====*/
/*===== 二级导航=====*/
.content {
  position: relative;
}
.content .pageNav {
  position: absolute;
  left: 0;
  top: -44px;
  z-index: 6;
  width: 100%;
}
.content .pageNav .w1500 {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 78.12%;
  margin: 0px auto;
  min-width: 1200px;
}
.content .pageNav .w1500 .swiper .swiper-wrapper {
  justify-content: center;
  align-items: center;
}
.content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  justify-content: center;
  margin: 0 50px;
  width: auto;
  line-height: 80px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background: #0844bc;
  content: " ";
}
.content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide .cta {
  position: relative;
  z-index: 3;
}
.content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide.cur,
.content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide:hover {
  color: #0844bc;
}
.content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide.cur::before,
.content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide:hover::before {
  transition: all 0.5s;
  width: 100%;
}
@media (max-width: 1200px) {
  .content .pageNav {
    top: 0;
  }
  .content .pageNav .w1500 .swiper .swiper-wrapper .swiper-slide {
    margin: 0 4%;
    line-height: 1.85rem;
  }
}
.contentPos {
  padding: 50px 0 100px 0;
}
@media (max-width: 1200px) {
  .contentPos {
    padding-top: 1.85rem;
    padding-bottom: 2.9rem;
  }
}
/*===== 二级导航 end=====*/
/*===== 翻页=====*/
.paging {
  display: flex;
  justify-content: center;
  line-height: 60px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  color: #666;
  min-width: 60px;
}
.paging li a {
  color: #333;
  min-width: 60px;
}
.paging li a:hover {
  color: #fff;
  background-color: #093b94;
  border-radius: 100%;
}
.paging li:first-child .page-link,
.paging li:last-child .page-link {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #093b94;
}
.paging li:first-child .page-link {
  background: url(../images/lytimages/icon/page_j1.png) center no-repeat;
}
.paging li:first-child:hover .page-link {
  background: #093b94 url(../images/lytimages/icon/page_j1h.png) center no-repeat;
}
.paging li:last-child .page-link {
  background: url(../images/lytimages/icon/page_j2.png) center no-repeat;
}
.paging li:last-child:hover .page-link {
  background: #093b94 url(../images/lytimages/icon/page_j2h.png) center no-repeat;
}
.paging li.active a,
.paging li.active span {
  color: #fff;
  background-color: #093b94;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .paging {
    line-height: 1.5rem;
  }
  .paging li {
    margin: 0 0.1rem;
    font-size: 16px;
    min-width: 1.5rem;
  }
  .paging li a {
    min-width: 1.5rem;
  }
  .paging li:first-child .page-link,
  .paging li:last-child .page-link {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    border: 1px solid #093b94;
  }
}
/*===== 翻页 end=====*/
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*===== p1-1集团简介 =====*/
.briefIntroduce .text01,
.briefIntroduce .text02,
.briefIntroduce .text03 {
  line-height: 36px;
  font-weight: bold;
}
.briefIntroduce .text01 {
  color: #333;
  font-size: 28px;
}
.briefIntroduce .text02 {
  color: #0844bc;
}
.briefIntroduce .text03 {
  color: #0844bc;
  font-size: 22px;
}
.briefIntroduce p {
  font-size: 18px;
  line-height: 36px;
  text-indent: 2em;
}
.briefIntroduce .introduce01 {
  padding-top: 50px;
}
.briefIntroduce .introduce01 .briefBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.briefIntroduce .introduce01 .briefBox .briefLeft {
  width: 35%;
}
.briefIntroduce .introduce01 .briefBox .briefRight {
  width: 55%;
}
.briefIntroduce .introduce01 .jtjjVideo {
  display: none;
  height: 30vw;
}
.briefIntroduce .introduce01 .jtjjVideo .videoBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
  border-radius: 5px 0 0 5px;
}
.briefIntroduce .introduce02 {
  background: url(../images/lytimages/page/introduce02_bac.png) center no-repeat;
  background-size: cover;
}
.briefIntroduce .introduce02 .text03 {
  font-family: Arial;
  font-size: 26px;
}
.briefIntroduce .introduce02 .briefBox02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.briefIntroduce .introduce02 .briefBox02 .w1500 {
  min-height: 500px;
  box-sizing: border-box;
  padding: 200px 0;
  position: relative;
}
.briefIntroduce .introduce02 .briefBox02 .briefLeft02 {
  width: 40%;
}
.briefIntroduce .introduce02 .briefBox02 .briefRight02 {
  width: 75%;
  margin: auto;
  position: absolute;
  left: 41%;
  top: 50%;
  transform: translateY(-50%);
}
.briefIntroduce .introduce02 .briefBox02 .briefRight02 .briefImg {
  padding-bottom: 50px;
}
.briefIntroduce .introduce02 .briefBox02 .briefRight02 img {
  width: 100%;
  height: 100%;
}
.briefIntroduce .introduce02 .briefBox02 .briefRight02 .img1 {
  display: block;
}
.briefIntroduce .introduce02 .briefBox02 .briefRight02 .img2 {
  display: none;
}
.briefIntroduce .introduce03 {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .briefIntroduce .text01,
  .briefIntroduce .text02,
  .briefIntroduce .text03 {
    line-height: 1rem;
  }
  .briefIntroduce .text01 {
    font-size: 0.6rem;
  }
  .briefIntroduce .text03 {
    font-size: 0.6rem;
  }
  .briefIntroduce p {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .briefIntroduce .introduce01 {
    padding-top: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .briefIntroduce .introduce01 .briefBox {
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
  .briefIntroduce .introduce01 .briefBox .briefLeft,
  .briefIntroduce .introduce01 .briefBox .briefRight {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .briefIntroduce .introduce01 .jtjjVideo {
    height: 8.9rem;
  }
  .briefIntroduce .introduce02 {
    background: url(../images/lytimages/mobile/page/m_introduce02_bac.png) center no-repeat;
    height: 16.3rem;
  }
  .briefIntroduce .introduce02 .text03 {
    font-size: 0.7rem;
  }
  .briefIntroduce .introduce02 .briefBox02 {
    margin-left: 0%;
    flex-wrap: wrap;
    position: relative;
    align-items: stretch;
    height: 16.3rem;
  }
  .briefIntroduce .introduce02 .briefBox02 .w1500 {
    min-height: 0px;
    box-sizing: border-box;
    padding: 0px 0;
    position: relative;
  }
  .briefIntroduce .introduce02 .briefBox02 .briefLeft02 {
    position: absolute;
    top: 0;
    left: 4%;
    right: 4%;
    margin-right: 0%;
    height: 7rem;
    width: 92%;
    margin-bottom: 0.6rem;
  }
  .briefIntroduce .introduce02 .briefBox02 .briefRight02 {
    margin-left: 0%;
    position: absolute;
    bottom: 0;
    top: 17rem;
    left: 0;
    width: 100%;
    height: 9.3rem;
  }
  .briefIntroduce .introduce02 .briefBox02 .briefRight02 .briefImg {
    padding-bottom: 0px;
  }
  .briefIntroduce .introduce02 .briefBox02 .briefRight02 img {
    width: 100%;
    height: 100%;
  }
  .briefIntroduce .introduce02 .briefBox02 .briefRight02 .img1 {
    display: none;
  }
  .briefIntroduce .introduce02 .briefBox02 .briefRight02 .img2 {
    display: block;
  }
  .briefIntroduce .introduce03 {
    margin-top: 1rem;
  }
}
/*===== p1-1集团简介结束 =====*/
/*===== p1-2集团领导 =====*/
.leader {
  padding-bottom: 50px !important;
}
.leader .leader01 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.leader .leader01 .leaderBox {
  width: 15.06%;
  position: relative;
  margin-right: 6.17%;
}
.leader .leader01 .leaderBox:last-child {
  margin-right: 0;
}
.leader .leader01 .leaderBox::after {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 270px;
  background: url(../images/lytimages/page/leader_bac.png) center no-repeat;
  background-size: cover;
}
.leader .leader01 .leaderBox .leaderImg {
  width: 100%;
  height: 270px;
}
.leader .leader01 .leaderBox .leaderImg i {
  width: 100%;
  height: 100%;
}
.leader .leader01 .leaderBox .leaderName {
  color: #0844bc;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  border-bottom: #0844bc 1px solid;
}
.leader .leader01 .leaderBox .leaderTitle {
  display: flex;
  font-size: 16px;
  line-height: 30px;
}
.leader .leader01 .leaderBox .leaderTitle .drop {
  height: 30px;
  display: flex;
  align-items: center;
}
.leader .leader01 .leaderBox .leaderTitle .drop i {
  width: 4px;
  height: 4px;
  background-color: #0844bc;
  border-radius: 100%;
  margin-right: 5px;
}
.leader .leader01 .leaderBox .leaderTitle p {
  color: #333;
  line-height: 30px;
  white-space: normal;
}
@media (max-width: 1200px) {
  .leader {
    padding-bottom: 1rem !important;
  }
  .leader .leader01 {
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .leader .leader01 .leaderBox {
    width: 40.11%;
    margin-left: 20px;
    margin-bottom: 1rem;
  }
  .leader .leader01 .leaderBox:nth-child(2n) {
    margin-right: 0;
  }
  .leader .leader01 .leaderBox::after {
    top: -0.5rem;
    left: -0.5rem;
    height: 7.2rem;
    background: url(../images/lytimages/page/leader_bac.png) no-repeat;
  }
  .leader .leader01 .leaderBox .leaderImg {
    width: 100%;
    height: 7.2rem;
  }
  .leader .leader01 .leaderBox .leaderImg i {
    width: 100%;
    height: 100%;
  }
  .leader .leader01 .leaderBox .leaderName {
    font-size: 0.6rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .leader .leader01 .leaderBox .leaderTitle {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .leader .leader01 .leaderBox .leaderTitle .drop {
    height: 0.8rem;
  }
  .leader .leader01 .leaderBox .leaderTitle .drop i {
    width: 0.1rem;
    height: 0.1rem;
  }
  .leader .leader01 .leaderBox .leaderTitle p {
    line-height: 0.8rem;
  }
}
/*===== p1-2集团领导结束 =====*/
/*===== p1-3集团战略 =====*/
.strategy {
  padding: 50px 0 0 0 !important;
}
.strategy .title {
  padding: 30px 0;
}
.strategy .title p {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  font-family: "Source Han Sans CN";
}
.strategy .strategy01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.strategy .strategy01 .strategyLeft,
.strategy .strategy01 .strategyRight {
  width: 48%;
  height: 175px;
  box-shadow: 0 0 10px #eef1f7;
  position: relative;
}
.strategy .strategy01 .strategyLeft::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  clear: both;
  width: 120px;
  height: 103px;
  background: url(../images/lytimages/page/strategyLeft_bac.png) center no-repeat;
}
.strategy .strategy01 .strategyRight::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  clear: both;
  width: 120px;
  height: 103px;
  background: url(../images/lytimages/page/strategyRight_bac.png) center no-repeat;
}
.strategy .strategy01 .strategFlex {
  padding: 50px 9%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.strategy .strategy01 .strategFlex .titleLeft {
  width: 23%;
}
.strategy .strategy01 .strategFlex .titleLeft p {
  color: #0844bc;
  font-size: 22px;
  height: 60px;
  font-weight: bold;
  line-height: 30px;
}
.strategy .strategy01 .strategFlex .textRight {
  width: 75%;
}
.strategy .strategy01 .strategFlex .textRight p {
  height: 60px;
  line-height: 30px;
  flex-wrap: wrap;
  font-size: 18px;
}
.strategy .strategy02 .title {
  margin: auto;
}
.strategy .strategy02 .title p {
  color: #0844bc;
  font-size: 22px;
  font-weight: bold;
}
.strategy .strategy02 .targetFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.strategy .strategy02 .targetFlex .targetBox {
  width: 29.8%;
  border-right: 1px solid #dfebff;
  height: 190px;
}
.strategy .strategy02 .targetFlex .targetBox span {
  width: 100%;
  height: 70px;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.strategy .strategy02 .targetFlex .targetBox span:hover {
  cursor: pointer;
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.strategy .strategy02 .targetFlex .targetBox .text {
  margin: 0 40px;
}
.strategy .strategy02 .targetFlex .targetBox .text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  height: 72px;
  flex-wrap: wrap;
  text-align: center;
}
.strategy .strategy02 .targetFlex .targetBox01,
.strategy .strategy02 .targetFlex .targetBox02,
.strategy .strategy02 .targetFlex .targetBox03 {
  border-bottom: 1px solid #dfebff;
}
.strategy .strategy02 .targetFlex .targetBox01 {
  margin-left: 5.2%;
  position: relative;
}
.strategy .strategy02 .targetFlex .targetBox01 span {
  background: url(../images/lytimages/icon/targetBox_i1.png) center no-repeat;
}
.strategy .strategy02 .targetFlex .targetBox02 {
  position: relative;
}
.strategy .strategy02 .targetFlex .targetBox02 span {
  background: url(../images/lytimages/icon/targetBox_i2.png) center no-repeat;
}
.strategy .strategy02 .targetFlex .targetBox03 {
  margin-right: 5.2%;
  border-right: 0px;
}
.strategy .strategy02 .targetFlex .targetBox03 span {
  background: url(../images/lytimages/icon/targetBox_i3.png) center no-repeat;
}
.strategy .strategy02 .targetFlex .targetBox03 .wire_1 {
  display: none;
}
.strategy .strategy02 .targetFlex .targetBox04 {
  margin-left: 20.1%;
  padding-top: 50px;
  position: relative;
}
.strategy .strategy02 .targetFlex .targetBox04 span {
  background: url(../images/lytimages/icon/targetBox_i4.png) center no-repeat;
}
.strategy .strategy02 .targetFlex .targetBox05 {
  margin-right: 20.1%;
  padding-top: 50px;
}
.strategy .strategy02 .targetFlex .targetBox05 span {
  background: url(../images/lytimages/icon/targetBox_i5.png) center no-repeat;
}
.strategy .strategy02 .targetFlex .wire_1,
.strategy .strategy02 .targetFlex .wire_2 {
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../images/lytimages/icon/wire.png);
}
.strategy .strategy02 .targetFlex .wire_1 {
  bottom: -10px;
  right: -10px;
}
.strategy .strategy02 .targetFlex .wire_2 {
  top: -10px;
  right: -10px;
}
.strategy .strategy03 {
  position: relative;
  height: 414px;
  overflow: hidden;
  background: url(../images/lytimages/page/strategy03_bac.png) center no-repeat;
  width: 100%;
  background-size: cover;
}
.strategy .strategy03 .mapInfo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 414px;
  overflow: hidden;
}
.strategy .strategy03 .mapInfo .map {
  animation: rotate 30s linear infinite;
}
.strategy .strategy03 .mapInfo .map img {
  width: 100%;
}
.strategy .strategy03 .airplane {
  position: absolute;
  top: 20px;
  left: 26%;
  width: 100%;
}
.strategy .strategy03 .airplane .img1 {
  display: block;
}
.strategy .strategy03 .airplane .img2 {
  display: none;
}
@media (max-width: 1200px) {
  .strategy .title {
    padding: 1rem 0;
  }
  .strategy .title p {
    font-size: 0.8rem;
  }
  .strategy .strategy01 {
    display: flex;
    margin-bottom: 0.7rem;
    flex-wrap: wrap;
  }
  .strategy .strategy01 .strategyLeft,
  .strategy .strategy01 .strategyRight {
    width: 100%;
    height: 3.3rem;
  }
  .strategy .strategy01 .strategyLeft {
    margin-bottom: 0.7rem;
  }
  .strategy .strategy01 .strategyLeft::after {
    width: 2.3rem;
    height: 1.95rem;
    background: url(../images/lytimages/mobile/page/m_strategyLeft_bac.png) center no-repeat;
    background-size: 100% 100%;
  }
  .strategy .strategy01 .strategyRight::after {
    width: 2.4rem;
    height: 2.5rem;
    background: url(../images/lytimages/mobile/page/m_strategyRight_bac.png) center no-repeat;
    background-size: 100% 100%;
  }
  .strategy .strategy01 .strategFlex {
    padding: 0.6rem 1rem;
  }
  .strategy .strategy01 .strategFlex .titleLeft {
    width: 23%;
  }
  .strategy .strategy01 .strategFlex .titleLeft p {
    font-size: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .strategy .strategy01 .strategFlex .textRight {
    width: 75%;
  }
  .strategy .strategy01 .strategFlex .textRight p {
    height: 2.1rem;
    line-height: 0.7rem;
    flex-wrap: wrap;
    font-size: 0.5rem;
  }
  .strategy .strategy02 {
    position: relative;
    z-index: 2;
  }
  .strategy .strategy02 .title {
    margin: auto;
  }
  .strategy .strategy02 .title p {
    font-size: 0.6rem;
  }
  .strategy .strategy02 .targetFlex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .strategy .strategy02 .targetFlex .targetBox {
    width: 49%;
    height: 7rem;
  }
  .strategy .strategy02 .targetFlex .targetBox span {
    margin: 1rem auto;
    transition: all 0.5s;
    margin-bottom: 0.58rem;
  }
  .strategy .strategy02 .targetFlex .targetBox .text {
    margin: 0 0.5rem;
  }
  .strategy .strategy02 .targetFlex .targetBox .text p {
    font-size: 0.56rem;
    line-height: 0.8rem;
    height: 3.2rem;
  }
  .strategy .strategy02 .targetFlex .targetBox01 {
    margin-left: 0;
    position: relative;
  }
  .strategy .strategy02 .targetFlex .targetBox01 span {
    background: url(../images/lytimages/mobile/icon/m_targetBox_i1.png) center no-repeat;
    width: 2.13rem;
    height: 1.82rem;
    background-size: 100% 100%;
  }
  .strategy .strategy02 .targetFlex .targetBox02 {
    border-right: 0;
    position: relative;
  }
  .strategy .strategy02 .targetFlex .targetBox02 span {
    background: url(../images/lytimages/mobile/icon/m_targetBox_i2.png) center no-repeat;
    width: 1.79rem;
    height: 1.79rem;
    background-size: 100% 100%;
  }
  .strategy .strategy02 .targetFlex .targetBox02 .wire_1 {
    display: none !important;
  }
  .strategy .strategy02 .targetFlex .targetBox03 {
    margin-right: 0;
    border-right: 1px solid #dfebff;
    position: relative;
  }
  .strategy .strategy02 .targetFlex .targetBox03 span {
    background: url(../images/lytimages/mobile/icon/m_targetBox_i3.png) center no-repeat;
    width: 2.15rem;
    height: 1.61rem;
    background-size: 100% 100%;
  }
  .strategy .strategy02 .targetFlex .targetBox03 .wire_1 {
    display: block;
  }
  .strategy .strategy02 .targetFlex .targetBox04 {
    margin-left: 0;
    border-right: 0;
    padding-top: 0;
    position: relative;
    border-bottom: 1px solid #dfebff;
  }
  .strategy .strategy02 .targetFlex .targetBox04 span {
    background: url(../images/lytimages/mobile/icon/m_targetBox_i4.png) center no-repeat;
    width: 1.94rem;
    height: 1.55rem;
    background-size: 100% 100%;
  }
  .strategy .strategy02 .targetFlex .targetBox04 .wire_2 {
    display: none !important;
  }
  .strategy .strategy02 .targetFlex .targetBox05 {
    margin-right: 0;
    padding-top: 0;
  }
  .strategy .strategy02 .targetFlex .targetBox05 span {
    background: url(../images/lytimages/mobile/icon/m_targetBox_i5.png) center no-repeat;
    width: 1.84rem;
    height: 1.91rem;
    background-size: 100% 100%;
  }
  .strategy .strategy02 .targetFlex .wire_1,
  .strategy .strategy02 .targetFlex .wire_2 {
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/lytimages/icon/wire.png);
  }
  .strategy .strategy02 .targetFlex .wire_1 {
    bottom: -10px;
    right: -10px;
  }
  .strategy .strategy02 .targetFlex .wire_2 {
    top: -10px;
    right: -10px;
  }
  .strategy .strategy03 {
    z-index: 1;
    height: 30.1rem;
    margin-top: -21rem;
    position: relative;
    overflow: hidden;
    background: url(../images/lytimages/page/strategy03_bac.png) center no-repeat;
    width: 100%;
    background-size: 100% 100%;
  }
  .strategy .strategy03 .w1500 {
    width: 100% !important;
  }
  .strategy .strategy03 .mapInfo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: sticky;
    left: 0;
    top: 25rem;
    width: 100%;
    height: 9.1rem;
    overflow: hidden;
  }
  .strategy .strategy03 .mapInfo .map {
    animation: rotate 30s linear infinite;
  }
  .strategy .strategy03 .mapInfo .map img {
    width: 100%;
  }
  .strategy .strategy03 .airplane {
    position: absolute;
    top: 22rem;
    left: 6%;
    width: 100%;
  }
  .strategy .strategy03 .airplane img {
    width: 3.91rem;
    height: 3.03rem;
    background-size: 100% 100%;
  }
  .strategy .strategy03 .airplane .img1 {
    display: none;
  }
  .strategy .strategy03 .airplane .img2 {
    display: block;
  }
}
/*===== p1-3集团战略结束 =====*/
/*===== p2-1新闻中心-集团要闻 =====*/
.news .list {
  padding-top: 50px;
}
.news .list a {
  position: relative;
  float: left;
  margin: 0 1.85% 60px 0;
  width: 32.1%;
  background: #fff;
  perspective: 1000px;
}
.news .list a .newsListInfo {
  transition: 0.6s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 470px;
}
.news .list a .pic {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.news .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.news .list a .titleP {
  padding: 40px;
}
.news .list a .titleP p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}
.news .list a .text {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 40px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #999999;
}
.news .list a:hover .newsListInfo {
  transform: rotateX(-3deg) rotateY(-9deg) translateX(-10px);
}
.news .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.news .list a:hover .title p {
  color: #093b94;
}
.news .list a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .news .list {
    padding-top: 1.7rem;
  }
  .news .list a {
    margin: 0 0 1.2rem 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .news .list a .newsListInfo {
    height: 15rem;
  }
  .news .list a .pic {
    height: 8.3rem;
  }
  .news .list a .titleP {
    padding: 1rem;
  }
  .news .list a .titleP p {
    font-size: 0.6rem;
    line-height: 0.9rem;
    max-height: 1.8rem;
    font-weight: bold;
  }
  .news .list a .text {
    padding: 0rem 1rem 1rem 1rem;
  }
  .news .list a .text em {
    font-size: 0.5rem;
    font-weight: bold;
  }
  .news .list a .text p {
    height: auto;
    font-size: 0.56rem;
  }
}
/*===== p2-1新闻中心-集团要闻 结束 =====*/
/*===== p2-1新闻中心-详情页 =====*/
.new_xq {
  position: relative;
  padding: 100px 0 0;
}
.new_xq .add {
  position: relative;
  bottom: auto;
  margin: 35px 0 40px;
  color: #666;
}
.new_xq .add .clearfix .one {
  background: url(../images/lytimages/icon/home2.png) left center no-repeat;
}
.new_xq .add .clearfix a {
  color: #666;
}
.new_xq .w1500 {
  padding-bottom: 1px;
  position: relative;
}
.new_xq .new_01 {
  margin-bottom: 100px;
  padding: 60px 5% 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}
.new_xq .new_01 .title {
  padding: 0 0 10px;
  line-height: 45px;
  font-size: 30px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.new_xq .new_01 .cen {
  position: relative;
  z-index: 2;
  padding: 18px 0 29px;
  width: 100%;
  text-align: center;
  border-bottom: #e5e5e5 1px solid;
}
.new_xq .new_01 .cen .cen_box {
  display: flex;
  justify-content: center;
  line-height: 30px;
  color: #999;
  font-size: 16px;
}
.new_xq .new_01 .cen .cen_box i {
  margin-right: 30px;
  display: inline-block;
}
.new_xq .new_01 .cen span {
  display: inline-block;
}
.new_xq .new_01 .cen span.big,
.new_xq .new_01 .cen span.middle,
.new_xq .new_01 .cen span.small {
  margin-top: 4px;
  width: 39px;
  height: 22px;
  border-right: #c6c6c6 1px solid;
  cursor: pointer;
}
.new_xq .new_01 .cen span.big {
  background: url(../images/lytimages/icon/icon_34.png) center no-repeat;
}
.new_xq .new_01 .cen span.big:hover,
.new_xq .new_01 .cen span.big.cur {
  background: url(../images/lytimages/icon/icon_34s.png) center no-repeat;
}
.new_xq .new_01 .cen span.middle {
  background: url(../images/lytimages/icon/icon_35.png) center no-repeat;
}
.new_xq .new_01 .cen span.middle:hover,
.new_xq .new_01 .cen span.middle.cur {
  background: url(../images/lytimages/icon/icon_35s.png) center no-repeat;
}
.new_xq .new_01 .cen span.small {
  background: url(../images/lytimages/icon/icon_36.png) center no-repeat;
}
.new_xq .new_01 .cen span.small:hover,
.new_xq .new_01 .cen span.small.cur {
  background: url(../images/lytimages/icon/icon_36s.png) center no-repeat;
}
.new_xq .new_01 .cen span.cur {
  color: #1e6874;
}
.new_xq .new_01 .cen .icon-share {
  height: 30px;
  cursor: pointer;
}
.new_xq .new_01 .cen .icon-share .icon_box {
  width: auto;
  margin-right: 0;
  padding: 0 40px 0 25px;
  background: url(../images/lytimages/icon/icon_67.png) 73px center no-repeat;
}
.new_xq .new_01 .cen .icon-share .icon_box::before {
  display: none;
}
.new_xq .new_01 .cen .icon-wb {
  height: 30px;
}
.new_xq .new_01 .cen .pos_box .Smohan_Layer_box {
  height: 1px;
  overflow: hidden;
}
.new_xq .new_01 .text {
  margin: 30px auto 50px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
  word-wrap: break-word;
  word-break: normal;
}
.new_xq .new_01 .text p {
  text-indent: 2em;
  text-align: justify;
}
.new_xq .new_01 .text p:has(img) {
  text-indent: 0em;
}
.new_xq .new_01 .text img {
  display: block;
  margin: 15px auto;
  max-width: 70%;
  height: auto !important;
}
.new_xq .new_01 .text video {
  display: block;
  margin: 30px auto;
  width: 80%;
  max-width: 100%;
  height: auto !important;
}
.new_xq .new_01 .text span,
.new_xq .new_01 .text i,
.new_xq .new_01 .text em,
.new_xq .new_01 .text a,
.new_xq .new_01 .text b {
  display: inline;
}
.new_xq .new_01 .text table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
}
.new_xq .new_01 .text table td {
  border-width: 1px !important;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.new_xq .new_01 .text table p {
  padding: 10px;
  text-indent: 0em;
  text-align: inherit !important;
  word-break: break-all;
}
.new_xq .new_01 .right {
  padding-top: 40px;
  position: relative;
  height: 52px;
  border-top: #e5e5e5 1px solid;
}
.new_xq .new_01 .right a.more {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 30px;
  height: 52px;
  background: url(../images/lytimages/icon/i93.png) right center no-repeat;
}
.new_xq .new_01 .right .up {
  width: calc(50% - 91px);
  font-size: 18px;
  line-height: 52px;
}
.new_xq .new_01 .right .up i {
  float: left;
  width: 78px;
  color: #333;
}
.new_xq .new_01 .right .up a {
  float: left;
  padding-left: 20px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  background: url(../images/lytimages/icon/i39s.png) left center no-repeat;
  background-size: auto 16px;
}
.new_xq .new_01 .right .up a:hover {
  color: #0844bc;
  background-image: url(../images/lytimages/icon/i39ss.png);
}
.new_xq .new_01 .right .up.fr a {
  float: right;
  padding: 0 20px 0 0;
  text-align: right;
  background: url(../images/lytimages/icon/i40.png) right center no-repeat;
  background-size: auto 16px;
}
.new_xq .new_01 .right .up.fr a:hover {
  background-image: url(../images/lytimages/icon/i40s.png);
}
@media (max-width: 1200px) {
  .new_xq {
    padding: 2.2rem 0 0.6rem;
  }
  .new_xq .add {
    margin: 0;
    padding: 0.8rem 0;
  }
  .new_xq .new_01 {
    margin-bottom: 0rem;
    padding: 1.2rem 5% 1px;
  }
  .new_xq .new_01 .title {
    padding: 0 0 0.2rem;
    line-height: 1.26rem;
    font-size: 0.88rem;
    font-weight: bold;
  }
  .new_xq .new_01 .cen {
    padding: 0.72rem 0 0.12rem;
  }
  .new_xq .new_01 .cen .cen_box {
    flex-wrap: wrap;
    line-height: 0.8rem;
    font-size: 0.48rem;
  }
  .new_xq .new_01 .cen .cen_box i {
    margin: 0 0.8rem 0.6rem 0;
  }
  .new_xq .new_01 .cen span.big,
  .new_xq .new_01 .cen span.middle,
  .new_xq .new_01 .cen span.small {
    margin-top: 0;
    width: 1.1rem;
    height: 0.8rem;
  }
  .new_xq .new_01 .cen span.big {
    background-size: 0.54rem auto;
  }
  .new_xq .new_01 .cen span.big:hover,
  .new_xq .new_01 .cen span.big.cur {
    background-size: 0.54rem auto;
  }
  .new_xq .new_01 .cen span.middle {
    background-size: 0.42rem auto;
  }
  .new_xq .new_01 .cen span.middle:hover,
  .new_xq .new_01 .cen span.middle.cur {
    background-size: 0.42rem auto;
  }
  .new_xq .new_01 .cen span.small {
    background-size: 0.54rem auto;
    border-right: none;
  }
  .new_xq .new_01 .cen span.small:hover,
  .new_xq .new_01 .cen span.small.cur {
    background-size: 0.54rem auto;
  }
  .new_xq .new_01 .cen .icon-share {
    height: 1.1rem;
    cursor: pointer;
  }
  .new_xq .new_01 .cen .icon-share .icon_box {
    width: auto;
    margin-right: 0;
    padding: 0 1.2rem 0 0rem;
    height: 1.2rem;
    font-size: 0.48rem;
    background: url(../images/lytimages/icon/icon_67.png) 1.2rem center no-repeat;
    background-size: 1.2rem 1.2rem;
  }
  .new_xq .new_01 .cen .icon-share .icon_box::before {
    display: none;
  }
  .new_xq .new_01 .cen .icon-wb {
    height: 1.2rem;
    width: 1.2rem;
  }
  .new_xq .new_01 .cen .pos_box .Smohan_Layer_box {
    height: 1px;
    overflow: hidden;
  }
  .new_xq .new_01 .text {
    margin: 1rem 0;
    font-size: 0.56rem;
    line-height: 0.92rem;
  }
  .new_xq .new_01 .text img {
    margin: 0 auto 0.72rem;
    width: 100% !important;
  }
  .new_xq .new_01 .text span,
  .new_xq .new_01 .text i,
  .new_xq .new_01 .text em,
  .new_xq .new_01 .text a,
  .new_xq .new_01 .text b {
    display: inline;
  }
  .new_xq .new_01 .text table {
    width: 100% !important;
  }
  .new_xq .new_01 .text table p {
    padding: 0.1rem;
  }
  .new_xq .new_01 .right {
    padding-top: 0;
    height: 2.8rem;
  }
  .new_xq .new_01 .right a.more {
    top: 0;
    width: 0.8rem;
    height: 2.8rem;
    background-size: 100% auto;
  }
  .new_xq .new_01 .right .up {
    width: calc(50% - 0.9rem);
    font-size: 0.56rem;
    line-height: 2.8rem;
  }
  .new_xq .new_01 .right .up a {
    padding-left: 0.4rem;
    background-size: auto 0.36rem;
  }
  .new_xq .new_01 .right .up.fr a {
    padding: 0 0.4rem 0 0;
    background-size: auto 0.36rem;
  }
}
/*===== p2-1新闻中心-详情页结束 =====*/
/*===== p2-3新闻中心-人文机场 =====*/
.contentPos.rwjc {
  padding: 50px 0 0 0 !important;
}
.charm01 {
  padding-top: 50px;
}
.charm01 .title_P01 em {
  margin-bottom: 54px;
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.charm01 .swiper-slide {
  margin: 0 1.57%;
  width: 57.3%;
  height: 600px;
  overflow: hidden;
}
.charm01 .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  content: "";
}
.charm01 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.charm01 .swiper-slide.swiper-slide-active .pic i {
  opacity: 1;
}
.charm01 .swiper-slide.swiper-slide-active p {
  transition: all 0.5s;
  opacity: 1;
}
.charm01 .swiper-slide.swiper-slide-active:hover .pic i {
  transition: all 0.6s;
  transform: scale(1.08);
}
.charm01 .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.charm01 .swiper-slide .pic i {
  transition: all 0.6s;
  transform: scale(1);
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.charm01 .swiper-slide .pos {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.charm01 .swiper-slide .posCont {
  margin: 0 50px 45px 50px;
  color: #fff;
  overflow: hidden;
}
.charm01 .swiper-slide .posBox {
  transform: translateY(80px);
  transition: all 0.5s;
}
.charm01 .swiper-slide .charmTitle {
  font-size: 22px;
  font-weight: bold;
}
.charm01 .swiper-slide .charmText {
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
}
.charm01 .swiper-slide p {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 4%;
  bottom: 28px;
  width: 92%;
  font-size: 28px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.charm01 .swiper-slide:hover .posBox {
  transform: translateY(0);
}
.charm01 .swiper-button-prev,
.charm01 .swiper-button-next {
  transition: all 0.5s;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: #0a3c95 1px solid;
  box-shadow: 0 0 10px rgba(141, 26, 16, 0.07);
}
.charm01 .swiper-button-prev {
  left: 10.9%;
  background: url(../images/icon/i7.png) center no-repeat;
}
.charm01 .swiper-button-prev:hover {
  transition: all 0.5s;
  background-color: #0a3c95;
  background-image: url(../images/icon/i7s.png);
}
.charm01 .swiper-button-next {
  right: 10.9%;
  background: url(../images/icon/i8.png) center no-repeat;
}
.charm01 .swiper-button-next:hover {
  transition: all 0.5s;
  background-color: #0a3c95;
  background-image: url(../images/icon/i8s.png);
}
.charm01 .w1600 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.charm01 .w1600 .swiper-button-prev2 {
  bottom: 0;
  transition: all 0.5s;
  margin: 13px 160px 0;
  width: 27px;
  height: 13px;
  left: 0;
  background: url(../images/icon/i7.png) center no-repeat;
}
.charm01 .w1600 .swiper-button-next2 {
  bottom: 0;
  transition: all 0.5s;
  margin: 13px 160px 0;
  width: 27px;
  height: 13px;
  left: 0;
  background: url(../images/icon/i8.png) center no-repeat;
}
.charm01 .w1600 .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  margin: 13px 25px 0;
  color: #0a3c95;
  display: flex;
  align-items: center;
}
.charm01 .w1600 .swiper-pagination span {
  margin: 5px 2px 0;
  font-size: 20px;
  color: #0a3c95;
  font-family: "Arial";
}
.industryInfo.industryInfo2 {
  padding-bottom: 0px !important;
}
.regional01.rwjc .cateringBox {
  background-color: #f5f9fe;
  padding-bottom: 100px;
  margin-top: 30px;
}
.regional01.rwjc .list.newsList {
  padding-top: 50px;
}
.regional01.rwjc .list.newsList a {
  position: relative;
  float: left;
  margin: 0 1.85% 60px 0;
  width: 32.1%;
  perspective: 1000px;
}
.regional01.rwjc .list.newsList a .newsListInfo {
  transition: 0.6s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 470px;
  background: #fff;
}
.regional01.rwjc .list.newsList a .pic {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.regional01.rwjc .list.newsList a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.regional01.rwjc .list.newsList a .titleP {
  padding: 40px;
}
.regional01.rwjc .list.newsList a .titleP p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}
.regional01.rwjc .list.newsList a .text {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 40px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #999999;
}
.regional01.rwjc .list.newsList a:hover .newsListInfo {
  transform: rotateX(-3deg) rotateY(-9deg) translateX(-10px);
}
.regional01.rwjc .list.newsList a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.regional01.rwjc .list.newsList a:hover .title p {
  color: #093b94;
}
.regional01.rwjc .list.newsList a:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .content.airport {
    min-height: 30vh !important;
  }
  .charm01 {
    padding-top: 1.2rem;
  }
  .charm01 .title_P01 em {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    color: #333;
    text-align: center;
    font-weight: bold;
  }
  .charm01 .swiper-slide {
    margin: 0 2%;
    width: 86%;
    height: 10rem;
    overflow: hidden;
  }
  .charm01 .swiper-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    content: "";
  }
  .charm01 .swiper-slide.swiper-slide-active .pic i {
    opacity: 1;
  }
  .charm01 .swiper-slide.swiper-slide-active p {
    transition: all 0.5s;
    opacity: 1;
  }
  .charm01 .swiper-slide.swiper-slide-active:hover .pic i {
    transition: all 0.6s;
    transform: scale(1.08);
  }
  .charm01 .swiper-slide .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
  }
  .charm01 .swiper-slide .pic i {
    transition: all 0.6s;
    transform: scale(1);
    opacity: 0.3;
    width: 100%;
    height: 100%;
  }
  .charm01 .swiper-slide .posCont {
    margin: 0 0.6rem 0.8rem 0.6rem;
  }
  .charm01 .swiper-slide .posBox {
    transform: translateY(1.8rem);
  }
  .charm01 .swiper-slide .charmTitle {
    font-size: 0.6rem;
  }
  .charm01 .swiper-slide .charmText {
    font-size: 0.52rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
  }
  .charm01 .swiper-slide p {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 4%;
    bottom: 28px;
    width: 92%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .charm01 .swiper-button-prev,
  .charm01 .swiper-button-next {
    display: none;
  }
  .charm01 .w1600 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
  }
  .charm01 .w1600 .swiper-button-prev2 {
    transition: all 0.5s;
    margin: 13px 10px 0;
    width: 27px;
    height: 13px;
    left: 0;
    background: url(../images/icon/i7.png) center no-repeat;
  }
  .charm01 .w1600 .swiper-button-next2 {
    transition: all 0.5s;
    margin: 13px 10px 0;
    width: 27px;
    height: 13px;
    left: 0;
    background: url(../images/icon/i8.png) center no-repeat;
  }
  .charm01 .w1600 .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 13px 25px 0;
    color: #0a3c95;
    display: flex;
    align-items: center;
  }
  .charm01 .w1600 .swiper-pagination span {
    font-size: 20px;
    color: #0a3c95;
    font-family: "Arial";
  }
  .regional01.rwjc .cateringBox {
    background-color: #f5f9fe;
    padding-bottom: 2rem;
    margin-top: 0.8rem;
  }
  .regional01.rwjc .list.newsList {
    padding-top: 1.7rem;
  }
  .regional01.rwjc .list.newsList a {
    margin: 0 0 1.2rem 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .regional01.rwjc .list.newsList a .newsListInfo {
    height: 15rem;
  }
  .regional01.rwjc .list.newsList a .pic {
    height: 8.3rem;
  }
  .regional01.rwjc .list.newsList a .titleP {
    padding: 1rem;
  }
  .regional01.rwjc .list.newsList a .titleP p {
    font-size: 0.6rem;
    line-height: 0.9rem;
    max-height: 1.8rem;
    font-weight: bold;
  }
  .regional01.rwjc .list.newsList a .text {
    padding: 0rem 1rem 1rem 1rem;
  }
  .regional01.rwjc .list.newsList a .text em {
    font-size: 0.5rem;
    font-weight: bold;
  }
  .regional01.rwjc .list.newsList a .text p {
    height: auto;
    font-size: 0.56rem;
  }
}
/*===== p2-3新闻中心-人文机场结束 =====*/
/*===== p3-4航空出行-支线机场 =====*/
@keyframes twinkling {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes slideup {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.regional01 {
  background: url(../images/lytimages/page/regional_bac.png) center no-repeat;
}
.regional01 .title {
  padding: 50px 0;
}
.regional01 .title p {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  font-family: "Source Han Sans CN";
}
.regional01 .regionalCon {
  display: flex;
  justify-content: space-between;
}
.regional01 .regionalCon .mapBox {
  width: 64%;
  height: 100%;
  position: relative;
}
.regional01 .regionalCon .mapBox .map {
  width: 100%;
  height: 580px;
}
.regional01 .regionalCon .mapBox .map .mapPic {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.regional01 .regionalCon .mapBox .position1 {
  position: absolute;
  left: 21.53%;
  top: 4.6%;
}
.regional01 .regionalCon .mapBox .position2 {
  position: absolute;
  left: 43.28%;
  top: 13.2%;
}
.regional01 .regionalCon .mapBox .position3 {
  position: absolute;
  left: 20.06%;
  top: 24%;
}
.regional01 .regionalCon .mapBox .position4 {
  position: absolute;
  left: 4%;
  top: 54.3%;
}
.regional01 .regionalCon .mapBox .position5 {
  position: absolute;
  left: 43.5%;
  top: 78.36%;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox {
  width: 150px;
  position: relative;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox p {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .wire {
  width: 130px;
  display: flex;
  justify-content: center;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .wire i {
  width: 1px;
  height: 50px;
  background-color: #093b94;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .wrap1 {
  position: absolute;
  bottom: -17px;
  left: 0;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .wrap2 {
  position: absolute;
  top: -17px;
  left: 0;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox {
  position: relative;
  width: 34px;
  height: 34px;
  /* 扩散动画 */
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox .circle,
.regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox .circle1 {
  width: 6px;
  height: 6px;
  background: #093b94;
  border: 1px solid #093b94;
  border-radius: 999px;
  position: absolute;
  top: 15px;
  left: 13px;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox .circle1 {
  animation-name: circleChange1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox .circle1 {
  animation-delay: 0.2s;
}
@keyframes circleChange1 {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  50% {
    transform: scale(2);
    opacity: 0.25;
  }
  75% {
    transform: scale(2.5);
    opacity: 0.25;
  }
  100% {
    transform: scale(3);
    opacity: 0.15;
  }
}
.regional01 .regionalCon .mapBox .airportPos:hover,
.regional01 .regionalCon .mapBox .airportPos.active {
  cursor: pointer;
}
.regional01 .regionalCon .mapBox .airportPos:hover .airportBox p,
.regional01 .regionalCon .mapBox .airportPos.active .airportBox p {
  color: #c80e0e;
}
.regional01 .regionalCon .mapBox .airportPos:hover .airportBox .wire i,
.regional01 .regionalCon .mapBox .airportPos.active .airportBox .wire i {
  background-color: #c80e0e;
}
.regional01 .regionalCon .mapBox .airportPos:hover .airportBox .circle-wrap .circleBox .circle,
.regional01 .regionalCon .mapBox .airportPos.active .airportBox .circle-wrap .circleBox .circle,
.regional01 .regionalCon .mapBox .airportPos:hover .airportBox .circle-wrap .circleBox .circle1,
.regional01 .regionalCon .mapBox .airportPos.active .airportBox .circle-wrap .circleBox .circle1 {
  background: #c80e0e;
  border: 1px solid #c80e0e;
}
.regional01 .regionalCon .briefBox {
  width: 31.5%;
  border: 1px solid #093b94;
  border-radius: 20px 0 20px 0;
}
.regional01 .regionalCon .briefBox.slide-up {
  animation: slideup 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.regional01 .regionalCon .briefBox .briefImg {
  width: 100%;
  height: 45.6%;
  margin-bottom: 20px;
}
.regional01 .regionalCon .briefBox .briefImg img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-size: cover;
}
.regional01 .regionalCon .briefBox .briefCon {
  padding: 0 30px 0 30px;
}
.regional01 .regionalCon .briefBox .briefCon .briefTitle {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}
.regional01 .regionalCon .briefBox .briefCon .brieftext {
  line-height: 30px;
  white-space: normal;
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
  height: 150px;
}
.regional01 .regionalCon .briefBox .briefCon .link {
  width: 185px;
  background-color: #093b94;
  height: 45px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.regional01 .regionalCon .briefBox .briefCon .link img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.regional01 .regionalCon .briefBox .briefCon .link p {
  color: #fff;
  font-size: 16px;
  line-height: 45px;
}
@media (max-width: 1200px) {
  .regional01 .title {
    padding: 1rem 0;
  }
  .regional01 .title p {
    font-size: 0.8rem;
  }
  .regional01 .regionalCon {
    flex-wrap: wrap;
  }
  .regional01 .regionalCon .mapBox {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .regional01 .regionalCon .mapBox .map {
    width: 13.53rem;
    height: 8.57rem;
  }
  .regional01 .regionalCon .mapBox .map .mapPic {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .regional01 .regionalCon .mapBox .position1 {
    position: absolute;
    left: 1.6rem;
    top: -0.4rem;
  }
  .regional01 .regionalCon .mapBox .position2 {
    position: absolute;
    left: 5rem;
    top: 0.9rem;
  }
  .regional01 .regionalCon .mapBox .position3 {
    position: absolute;
    left: 1.8rem;
    top: 1.6rem;
  }
  .regional01 .regionalCon .mapBox .position4 {
    position: absolute;
    left: 0;
    top: 4rem;
  }
  .regional01 .regionalCon .mapBox .position5 {
    position: absolute;
    left: 5rem;
    top: 7rem;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox {
    width: 5rem;
    position: relative;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox p {
    color: #666666;
    font-size: 0.5rem;
    line-height: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .wire {
    width: 4rem;
    display: flex;
    justify-content: center;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .wire i {
    width: 1px;
    height: 0.9rem;
    background-color: #093b94;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .wrap1 {
    position: absolute;
    bottom: -0.7rem;
    left: 0;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .wrap2 {
    position: absolute;
    top: 0rem;
    left: 0;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap {
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    /* 扩散动画 */
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox .circle,
  .regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox .circle1 {
    width: 0.2rem;
    height: 0.2rem;
    top: -0.2rem;
    left: 0.15rem;
  }
  .regional01 .regionalCon .mapBox .airportPos .airportBox .circle-wrap .circleBox .circle1 {
    animation-name: circleChange1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .regional01 .regionalCon .briefBox {
    margin-top: 1rem;
    width: 100%;
    height: auto;
    border: 1px solid #093b94;
    border-radius: 20px 0 20px 0;
  }
  .regional01 .regionalCon .briefBox.slide-up {
    animation: slideup 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  .regional01 .regionalCon .briefBox .briefImg {
    width: 100%;
    height: 45.6%;
    margin-bottom: 1rem;
  }
  .regional01 .regionalCon .briefBox .briefImg img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-size: cover;
  }
  .regional01 .regionalCon .briefBox .briefCon {
    padding: 0 1rem 2rem 1rem;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefTitle {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefInfoCenter {
    line-height: 1rem;
    white-space: normal;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    min-height: 3rem;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefInfoCenterText {
    max-height: 90px;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefInfoCenterText::-webkit-scrollbar {
    width: 4px;
    height: 2px;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefInfoCenterText::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #0a3c95;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefInfoCenterText::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
    background: #f7f7f7;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefInfoCenterList {
    font-weight: bold;
  }
  .regional01 .regionalCon .briefBox .briefCon .briefInfoCenterList b {
    display: inline-block;
  }
  .regional01 .regionalCon .briefBox .briefCon .brieftext {
    line-height: 0.8rem;
    white-space: normal;
    font-size: 0.5rem;
    color: #666666;
    margin-bottom: 1rem;
    height: 2.4rem;
  }
  .regional01 .regionalCon .briefBox .briefCon .link {
    width: 5rem;
    background-color: #093b94;
    height: 1.3rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .regional01 .regionalCon .briefBox .briefCon .link img {
    width: 19px;
    height: 19px;
    margin-right: 10px;
  }
  .regional01 .regionalCon .briefBox .briefCon .link p {
    color: #fff;
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
}
/*===== p3-4航空出行-支线机场结束 =====*/
/*===== p5-3机场服务-商旅服务 =====*/
.contentPos.airportServices {
  padding: 50px 0 0 0;
}
.regional01.airportServices {
  background: url(../images/lytimages/page/regional_bac.png) top no-repeat;
}
.regional01.airportServices .servicesBox01 .servicesNav {
  margin-top: 50px;
  margin-bottom: 40px;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper-container .swiper-slide-thumb-active .wireBox em {
  width: 11px !important;
  height: 11px !important;
  background: url("../images/lytimages/page/cris.png") center no-repeat !important;
  background-size: 100% 100% !important;
  position: relative;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper-container .swiper-slide-thumb-active .wireBox em::before {
  content: "";
  background: url("../images/lytimages/page/indexCriBgs.png") center no-repeat;
  background-size: cover;
  position: absolute;
  width: 25px;
  height: 25px;
  left: -7px;
  top: -6px;
  animation-duration: 1.6s;
  opacity: 1;
  -webkit-animation-name: hvr-ripple-out-j;
  animation-name: hvr-ripple-out-j;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper-container .swiper-slide-thumb-active .wireBox em::after {
  content: "";
  width: 39px;
  height: 39px;
  background: url("../images/lytimages/page/indexCriBg.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: -13px;
  animation-duration: 1.6s;
  opacity: 1;
  -webkit-animation-name: hvr-ripple-out-s;
  animation-name: hvr-ripple-out-s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hvr-ripple-out-j {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-s {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper {
  justify-content: center;
  align-items: center;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide {
  width: calc(100% / 6);
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .slfw .slfwIcon {
  display: flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  height: 40px;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .slfw p {
  margin-top: 10px;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .wireBox {
  position: relative;
  margin: 20px auto 20px;
  height: 47px;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .wireBox i {
  margin-top: 20px;
  width: calc(50% - 30px);
  height: 1px;
  background: #093b94;
  opacity: 0.5;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .wireBox em {
  width: 11px;
  height: 11px;
  background: url("../images/lytimages/page/cri.png") center no-repeat;
  background-size: cover !important;
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin: 15px 0;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide.cur,
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide.cur .slfw p,
.regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide:hover .slfw p {
  color: #0a3c95;
  font-weight: bold;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper {
  width: 100%;
  display: flex;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide {
  margin: 0 1.57%;
  width: 78.12%;
  min-width: 1200px !important;
  margin: 0;
  height: 518px;
  overflow: hidden;
  display: flex;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox {
  width: 50%;
  padding: 7.06% 7.06% 0 7.06%;
  background: url(../images/lytimages/page/conBox_bac.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .titleBox {
  border-bottom: 1px solid #c0c7d3;
  margin-bottom: 24px;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .titleBox .title {
  padding: 0 0 24px;
  font-size: 20px;
  color: #333;
  border-bottom: #0a3c95 2px solid;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .titleBox .title2 {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: bold;
  color: #0a3c95;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .text p {
  color: #333;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-slide {
  min-width: auto !important;
  width: 100%;
  height: 100%;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-slide .picBox {
  width: 100%;
  height: 100%;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-slide::before {
  display: none;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-pagination {
  bottom: 20px;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-pagination-bullet {
  background: transparent;
  background: #666;
  opacity: 1;
  margin: 0 5px;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-pagination-bullet-active {
  background: #007aff;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .m_pic {
  display: none;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic {
  width: 50%;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic i {
  width: 100%;
  height: 100%;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  content: "";
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide.swiper-slide-active .pic i {
  opacity: 1;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide.swiper-slide-active p {
  transition: all 0.5s;
  opacity: 1;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide.swiper-slide-active:hover .pic i {
  transition: all 0.6s;
  transform: scale(1.08);
}
.regional01.airportServices .servicesBox01 .servicesCon .he_syp1quk {
  position: relative;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 78.12%;
  min-width: 1200px;
}
.regional01.airportServices .servicesBox01 .servicesCon .he_syp1quk .swiper-button-prev {
  position: initial;
  margin-left: -35px;
  pointer-events: auto;
}
.regional01.airportServices .servicesBox01 .servicesCon .he_syp1quk .swiper-button-next {
  position: initial;
  margin-right: -35px;
  pointer-events: auto;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-button-prev,
.regional01.airportServices .servicesBox01 .servicesCon .swiper-button-next {
  transition: all 0.5s;
  margin-top: -10px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(141, 26, 16, 0.07);
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-button-prev {
  left: 8.5%;
  background: #fff url(../images/icon/i7.png) center no-repeat;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-button-prev:hover {
  transition: all 0.5s;
  background-color: #0a3c95;
  background-image: url(../images/icon/i7s.png);
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-button-next {
  right: 8.5%;
  background: #fff url(../images/icon/i8.png) center no-repeat;
}
.regional01.airportServices .servicesBox01 .servicesCon .swiper-button-next:hover {
  transition: all 0.5s;
  background-color: #0a3c95;
  background-image: url(../images/icon/i8s.png);
}
.regional01.airportServices .servicesBox02 {
  margin-top: 130px;
  margin-bottom: 130px;
  background-color: #f2f2f2;
}
.regional01.airportServices .servicesBox02 .contactUs {
  height: 117px;
  line-height: 117px;
  padding-left: 7.06%;
  color: #0844bc;
  font-size: 36px;
  font-weight: bold;
}
.regional01.airportServices .servicesBox02 .contactBox {
  background: url(../images/lytimages/page/contactBox_bac.png) bottom right no-repeat;
  width: 100%;
  height: 309px;
  background-size: 100% 100%;
  border-radius: 30px 0 0 0;
  display: flex;
  align-items: center;
}
.regional01.airportServices .servicesBox02 .contactBox .contactLeft {
  margin-left: 7.06%;
  margin-right: 5%;
  display: flex;
  width: 42%;
  flex-wrap: wrap;
  height: 240px;
}
.regional01.airportServices .servicesBox02 .contactBox .contactLeft .contactCon {
  width: 50%;
  height: 120px;
}
.regional01.airportServices .servicesBox02 .contactBox .contactLeft .contactCon .title1 {
  color: #0844bc;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
}
.regional01.airportServices .servicesBox02 .contactBox .contactLeft .contactCon .title2 {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
}
.regional01.airportServices .servicesBox02 .contactBox .contactRight {
  width: 22%;
  height: 240px;
}
.regional01.airportServices .servicesBox02 .contactBox .contactRight p {
  color: #0844bc;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
}
.regional01.airportServices .servicesBox02 .contactBox .contactRight img {
  width: 143px;
  height: 143px;
  background-size: 100% 100%;
}
.regional01.airportServices .servicesBox03 {
  width: 100%;
  height: 477px;
  background: url(../images/lytimages/page/servicesBox03.png) no-repeat;
  background-size: 100% 100%;
}
.regional01.airportServices .servicesBox03 .servicesFlex {
  display: flex;
  justify-content: space-between;
}
.regional01.airportServices .servicesBox03 .servicesFlex .companyLeft {
  width: 46.7%;
  position: relative;
}
.regional01.airportServices .servicesBox03 .servicesFlex .companyLeft img {
  width: 100%;
  position: absolute;
  top: -70px;
  height: auto;
}
.regional01.airportServices .servicesBox03 .servicesFlex .companyRight {
  width: 50%;
}
.regional01.airportServices .servicesBox03 .servicesFlex .companyRight .companyTitle {
  margin-top: 60px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.regional01.airportServices .servicesBox03 .servicesFlex .companyText p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  white-space: normal;
  overflow: visible;
}
@media (max-width: 1200px) {
  .contentPos.airportServices {
    padding: 1.85rem 0 0 0;
  }
  .regional01.airportServices {
    background: #fff;
  }
  .regional01.airportServices .servicesBox01 .servicesNav {
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper-container .swiper-slide-thumb-active .wireBox em {
    width: 0.4rem !important;
    height: 0.4rem !important;
    background: url("../images/lytimages/page/cris.png") center no-repeat !important;
    background-size: 100% 100% !important;
    position: relative;
    margin: 1rem 0;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper-container .swiper-slide-thumb-active .wireBox em::before {
    content: "";
    background: url("../images/lytimages/page/indexCriBgs.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    left: -0.15rem;
    top: -0.15rem;
    animation-duration: 1.6s;
    opacity: 1;
    -webkit-animation-name: hvr-ripple-out-j;
    animation-name: hvr-ripple-out-j;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper-container .swiper-slide-thumb-active .wireBox em::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("../images/lytimages/page/indexCriBg.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.4rem;
    top: -0.4rem;
    animation-duration: 1.6s;
    opacity: 1;
    -webkit-animation-name: hvr-ripple-out-s;
    animation-name: hvr-ripple-out-s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper {
    justify-content: flex-start;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide {
    width: calc(100% / 3);
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .slfw .slfwIcon img {
    width: 1.1rem;
    height: 1rem;
    background-size: 100% 100%;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .slfw p {
    margin-top: 0.2rem;
    font-size: 0.56rem;
    line-height: 1.2rem;
    height: 1.2rem;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .wireBox {
    margin: 0.6rem auto 0.6rem;
    height: 1.3rem;
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .wireBox i {
    margin-top: 0.6rem;
    width: calc(50% - 25px);
  }
  .regional01.airportServices .servicesBox01 .servicesNav .swiper .swiper-wrapper .swiper-slide .wireBox em {
    width: 0.3rem;
    height: 0.3rem;
    background: url("../images/lytimages/page/cri.png") center no-repeat;
    background-size: 100% 100% !important;
    position: relative;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0.45rem 0;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper {
    width: 100%;
    display: flex;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide {
    margin: 0;
    width: 92% !important;
    min-width: auto !important;
    height: 19rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic {
    width: 100%;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-slide {
    width: 100% !important;
    height: 10rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-pagination {
    bottom: 0.6rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .pic .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.3rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .m_pic {
    display: block;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox {
    width: 100%;
    padding: 1rem 1.2rem 0 1.2rem;
    height: 9rem;
    background: url(../images/lytimages/mobile/page/m_conBox_bac.png) bottom right no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .titleBox {
    margin-bottom: 0.6rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .titleBox .title {
    padding: 0 0 0.48rem;
    font-size: 0.6rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .titleBox .title2 {
    margin-bottom: 0.28rem;
    font-size: 0.8rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .conBox .text p {
    color: #333;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .m_pic {
    width: 100%;
    height: 10rem;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide .m_pic i {
    width: 100%;
    height: 100%;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-wrapper .swiper-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    content: "";
  }
  .regional01.airportServices .servicesBox01 .servicesCon .he_syp1quk {
    min-width: auto;
    width: 100%;
  }
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-button-prev,
  .regional01.airportServices .servicesBox01 .servicesCon .swiper-button-next {
    display: none;
  }
  .regional01.airportServices .servicesBox02 {
    margin-top: 1.9rem;
    margin-bottom: 6.3rem;
  }
  .regional01.airportServices .servicesBox02 .contactUs {
    height: 2rem;
    line-height: 2rem;
    padding-left: 0.9rem;
    font-size: 0.8rem;
  }
  .regional01.airportServices .servicesBox02 .contactBox {
    background: url(../images/lytimages/mobile/page/m_contactBox_bac.png) bottom right no-repeat;
    width: 100%;
    height: 13.29rem;
    background-size: 100% 100%;
    border-radius: 2rem 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .regional01.airportServices .servicesBox02 .contactBox .contactLeft {
    margin-left: 0.9rem;
    margin-right: 0;
    margin-top: 0.9rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 7rem;
  }
  .regional01.airportServices .servicesBox02 .contactBox .contactLeft .contactCon {
    width: 50%;
    height: 2.8rem;
  }
  .regional01.airportServices .servicesBox02 .contactBox .contactLeft .contactCon .title1 {
    font-size: 0.6rem;
    line-height: 1.3rem;
    height: 1.3rem;
  }
  .regional01.airportServices .servicesBox02 .contactBox .contactLeft .contactCon .title2 {
    font-size: 0.6rem;
    line-height: 1.2rem;
    height: 1.2rem;
  }
  .regional01.airportServices .servicesBox02 .contactBox .contactRight {
    margin-left: 0.9rem;
    width: 100%;
    height: 4rem;
  }
  .regional01.airportServices .servicesBox02 .contactBox .contactRight p {
    font-size: 0.6rem;
    line-height: 1rem;
    height: 1rem;
  }
  .regional01.airportServices .servicesBox02 .contactBox .contactRight img {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 100% 100%;
  }
  .regional01.airportServices .servicesBox03 {
    width: 100%;
    height: 18.36rem;
    background: url(../images/lytimages/mobile/page/m_servicesBox03.png) no-repeat;
    background-size: 100% 100%;
  }
  .regional01.airportServices .servicesBox03 .servicesFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .regional01.airportServices .servicesBox03 .servicesFlex .companyLeft {
    width: 100%;
    position: relative;
    height: 6rem;
  }
  .regional01.airportServices .servicesBox03 .servicesFlex .companyLeft img {
    width: 100%;
    position: absolute;
    top: -4.3rem;
    height: 10.3rem;
  }
  .regional01.airportServices .servicesBox03 .servicesFlex .companyRight {
    width: 100%;
    height: 12.36rem;
  }
  .regional01.airportServices .servicesBox03 .servicesFlex .companyRight .companyTitle {
    margin-top: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
  }
  .regional01.airportServices .servicesBox03 .servicesFlex .companyText p {
    color: #fff;
    font-size: 0.5rem;
    line-height: 0.9rem;
    white-space: normal;
    overflow: visible;
  }
}
/*===== p5-3机场服务-商旅服务结束 =====*/
/*===== p5-5机场服务-航空文旅 =====*/
.regional01.hkwl {
  background: url(../images/lytimages/page/regional_bac.png) top no-repeat;
  padding-bottom: 250px;
}
.hkwl .hkwlTitle1 {
  margin-top: 80px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #333;
  font-family: "Source Han Sans CN";
}
.hkwl .hkwlTitle2 {
  font-size: 30px;
  text-align: center;
  color: #333;
  margin-top: 40px;
  font-family: "Source Han Sans CN";
  margin-bottom: 45px;
}
.hkwl .hkwlTitle2 img {
  margin: 0 auto;
  max-height: 56px;
}
.hkwl .hkwlBox01 {
  display: flex;
  align-items: center;
  height: 26.05vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 100px;
}
.hkwl .hkwlBox01 .hkwlVideo {
  height: 100%;
  width: 60%;
}
.hkwl .hkwlBox01 .hkwlVideo .videoBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
  border-radius: 5px 0 0 5px;
}
.hkwl .hkwlBox01 .hkwlRight {
  width: 40%;
  height: 26.05vw;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hkwl .hkwlBox01 .hkwlRight .hkwlCon {
  width: 80%;
  z-index: 1;
}
.hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlTitle {
  color: #0844bc;
  font-size: 26px;
  font-weight: bold;
  line-height: 56px;
}
.hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlText {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 40px;
}
.hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlMore {
  transition: all 0.5s;
  color: #0844bc;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlMore img {
  height: 13px;
  width: 27px;
  margin-left: 5px;
}
.hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlMore:hover {
  transition: all 0.5s;
  margin-left: 16px;
}
.hkwl .hkwlBox01 .hkwlRight::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 362px;
  height: 196px;
  content: "";
  display: block;
  clear: both;
  background: url(../images/lytimages/page/hkwCont_bac.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.hkwl .hkwlBox02 {
  background-color: #fff;
}
.hkwl .hkwlBox02 .activityTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.hkwl .hkwlBox02 .activityTitle .titleleft {
  font-size: 36px;
  color: #333;
  font-weight: 600;
}
.hkwl .hkwlBox02 .activityTitle .hkwlMore {
  background: url(../images/lytimages/page/hkwlMore_bac.png) no-repeat;
  color: #0844bc;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 57px;
  border-radius: 5px;
  position: relative;
}
.hkwl .hkwlBox02 .activityTitle .hkwlMore img {
  height: 13px;
  width: 27px;
  margin-left: 5px;
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide {
  margin: 0 1.57%;
  width: 50.1%;
  height: 518px;
  overflow: hidden;
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  content: "";
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide.swiper-slide-active .pic i {
  opacity: 1;
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide.swiper-slide-active p {
  transition: all 0.5s;
  opacity: 1;
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide.swiper-slide-active:hover .pic i {
  transition: all 0.6s;
  transform: scale(1.08);
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide .pic i {
  transition: all 0.6s;
  transform: scale(1);
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.hkwl .hkwlBox02 .swiper-wrapper .swiper-slide p {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 2%;
  bottom: 28px;
  width: 94%;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hkwl .hkwlBox02 .swiper-button-prev,
.hkwl .hkwlBox02 .swiper-button-next {
  transition: all 0.5s;
  margin-top: -10px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(141, 26, 16, 0.07);
}
.hkwl .hkwlBox02 .swiper-button-prev {
  left: 22.5%;
  background: #fff url(../images/icon/i7.png) center no-repeat;
}
.hkwl .hkwlBox02 .swiper-button-prev:hover {
  transition: all 0.5s;
  background-color: #0a3c95;
  background-image: url(../images/icon/i7s.png);
}
.hkwl .hkwlBox02 .swiper-button-next {
  right: 22.5%;
  background: #fff url(../images/icon/i8.png) center no-repeat;
}
.hkwl .hkwlBox02 .swiper-button-next:hover {
  transition: all 0.5s;
  background-color: #0a3c95;
  background-image: url(../images/icon/i8s.png);
}
.hkwl .hkwlBox03 {
  background-color: #fff;
  padding-top: 100px;
}
.hkwl .hkwlBox03 .wlkx {
  position: relative;
}
.hkwl .hkwlBox03 .wlkx .hkwlTitle {
  font-size: 36px;
  color: #333;
  font-weight: 600;
  position: absolute;
  top: 0;
}
.hkwl .hkwlBox03 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hkwl .hkwlBox03 .container ul li {
  width: 48%;
  margin-bottom: 70px;
}
.hkwl .hkwlBox03 .container ul li:nth-child(2n + 1) {
  transform: translateY(120px);
}
.hkwl .hkwlBox03 .container .listPul {
  height: 490px;
  box-shadow: 0 0 10px rgba(141, 26, 16, 0.07);
}
.hkwl .hkwlBox03 .container .listPul .newsImg {
  height: 360px;
  overflow: hidden;
}
.hkwl .hkwlBox03 .container .listPul .newsImg img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.hkwl .hkwlBox03 .container .listPul .newsGn {
  position: relative;
}
.hkwl .hkwlBox03 .container .listPul .newsGn::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  clear: both;
  width: 104px;
  height: 43px;
  background: url(../images/lytimages/page/gn_bac.png) no-repeat;
  background-size: 100% 100%;
}
.hkwl .hkwlBox03 .container .listPul .newsGj {
  position: relative;
}
.hkwl .hkwlBox03 .container .listPul .newsGj::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  clear: both;
  width: 104px;
  height: 43px;
  background: url(../images/lytimages/page/gj_bac.png) no-repeat;
  background-size: 100% 100%;
}
.hkwl .hkwlBox03 .container .listPul .newsContent {
  height: 130px;
  padding: 20px 35px;
}
.hkwl .hkwlBox03 .container .listPul .newsContent .newsTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hkwl .hkwlBox03 .container .listPul .newsContent .newsDate {
  color: #666666;
  font-size: 18px;
}
.hkwl .hkwlBox03 .container .listPul:hover .newsImg img {
  transform: scale(1.05);
}
.hkwl .hkwlBox03 .container .listPul:hover .newsTitle {
  color: #0844bc;
}
.hkwl .hkwlBox03 .moreClick {
  position: absolute;
  bottom: -70px;
  right: 20%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.hkwl .hkwlBox03 .moreClick .circleBox {
  position: relative;
  width: 100px;
  height: 100px;
  /* 扩散动画 */
}
.hkwl .hkwlBox03 .moreClick .circleBox .circle p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 70px;
}
.hkwl .hkwlBox03 .moreClick .circleBox .circle img {
  margin: auto;
}
.hkwl .hkwlBox03 .moreClick .circleBox .circle,
.hkwl .hkwlBox03 .moreClick .circleBox .circle1 {
  width: 100px;
  height: 100px;
  background: #093b94;
  border: 1px solid #093b94;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.hkwl .hkwlBox03 .moreClick .circleBox .circle1 {
  animation-name: circleChange2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hkwl .hkwlBox03 .moreClick .circleBox .circle1 {
  animation-delay: 0.2s;
}
@keyframes circleChange2 {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.25;
  }
}
@media screen and (max-width: 1200px) {
  .hkwl .hkwlTitle1 {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
  .hkwl .hkwlTitle2 {
    font-size: 0.6rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .hkwl .hkwlTitle2 img {
    max-height: 0.89rem;
  }
  .hkwl .hkwlBox01 {
    display: flex;
    align-items: center;
    height: 15.4rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 1.3rem;
    flex-wrap: wrap;
  }
  .hkwl .hkwlBox01 .hkwlVideo {
    height: 7.85rem !important;
    width: 100%;
    display: block;
    position: static;
  }
  .hkwl .hkwlBox01 .hkwlVideo video {
    width: 100%;
    height: 7.85rem;
    object-fit: cover;
    mix-blend-mode: darken;
    border-radius: 0 0 0 0;
  }
  .hkwl .hkwlBox01 .hkwlRight {
    position: static;
    width: 100%;
    height: 7.55rem;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hkwl .hkwlBox01 .hkwlRight .hkwlCon {
    width: 80%;
    z-index: 1;
  }
  .hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlTitle {
    color: #0844bc;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 1.2rem;
  }
  .hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlText {
    width: 100%;
    font-size: 0.5rem;
    line-height: 0.7rem;
    color: #666666;
    margin-bottom: 0.5rem;
  }
  .hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlMore {
    color: #0844bc;
    font-size: 0.4rem;
    display: flex;
    align-items: center;
  }
  .hkwl .hkwlBox01 .hkwlRight .hkwlCon .hkwlMore img {
    height: 0.4rem;
    width: 0.7rem;
    margin-left: 5px;
  }
  .hkwl .hkwlBox01 .hkwlRight::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6.13rem;
    height: 2.97rem;
    content: "";
    display: block;
    clear: both;
    background: url(../images/lytimages/mobile/page/m_hkwCont_bac.png) no-repeat;
    background-size: 100% 100%;
    z-index: 0;
  }
  .hkwl .hkwlBox02 {
    padding-top: 1rem;
  }
  .hkwl .hkwlBox02 .activityTitle {
    margin-bottom: 0.8rem;
  }
  .hkwl .hkwlBox02 .activityTitle .titleleft {
    font-size: 0.72rem;
  }
  .hkwl .hkwlBox02 .activityTitle .hkwlMore {
    background: url(../images/lytimages/mobile/page/m_hkwlMore_bac.png) top no-repeat;
    font-size: 0.25rem;
    width: 3.13rem;
    height: 0.95rem;
    background-size: 100% 100%;
    border-radius: 0;
  }
  .hkwl .hkwlBox02 .activityTitle .hkwlMore img {
    height: 0.4rem;
    width: 0.7rem;
    margin-left: 0.2rem;
  }
  .hkwl .hkwlBox02 .swiper-wrapper .swiper-slide {
    margin: 0 4%;
    width: 92%;
    height: 7.1rem;
  }
  .hkwl .hkwlBox02 .swiper-wrapper .swiper-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    content: "";
  }
  .hkwl .hkwlBox02 .swiper-wrapper .swiper-slide .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
  }
  .hkwl .hkwlBox02 .swiper-wrapper .swiper-slide p {
    position: absolute;
    left: 2%;
    bottom: 0.38rem;
    width: 94%;
    font-size: 0.36rem;
  }
  .hkwl .hkwlBox02 .swiper-button-prev,
  .hkwl .hkwlBox02 .swiper-button-next {
    transition: all 0.5s;
    margin-top: -10px;
    width: 1.02rem;
    height: 1.02rem;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(141, 26, 16, 0.07);
  }
  .hkwl .hkwlBox02 .swiper-button-prev {
    left: 2%;
    background: #fff url(../images/icon/i7.png) center no-repeat;
    background-size: 0.27rem 0.13rem;
  }
  .hkwl .hkwlBox02 .swiper-button-prev:hover {
    transition: all 0.5s;
    background-color: #0a3c95;
    background-image: url(../images/icon/i7s.png);
    background-size: 0.27rem 0.13rem;
  }
  .hkwl .hkwlBox02 .swiper-button-next {
    right: 2%;
    background: #fff url(../images/icon/i8.png) center no-repeat;
    background-size: 0.27rem 0.13rem;
  }
  .hkwl .hkwlBox02 .swiper-button-next:hover {
    transition: all 0.5s;
    background-color: #0a3c95;
    background-image: url(../images/icon/i8s.png);
    background-size: 0.27rem 0.13rem;
  }
  .hkwl .hkwlBox03 {
    background-color: #fff;
    padding-top: 1.7rem;
  }
  .hkwl .hkwlBox03 .wlkx {
    position: relative;
  }
  .hkwl .hkwlBox03 .wlkx .hkwlTitle {
    font-size: 0.72rem;
    color: #333;
    font-weight: 600;
    position: absolute;
    top: -1.7rem;
  }
  .hkwl .hkwlBox03 .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hkwl .hkwlBox03 .container ul li {
    width: 100%;
    box-shadow: 0 0 10px rgba(141, 26, 16, 0.07);
    margin-bottom: 1rem;
  }
  .hkwl .hkwlBox03 .container ul li:nth-child(2n + 1) {
    transform: translateY(0px);
  }
  .hkwl .hkwlBox03 .container .listPul {
    height: 10.2rem;
  }
  .hkwl .hkwlBox03 .container .listPul .newsImg {
    height: 7.7rem;
  }
  .hkwl .hkwlBox03 .container .listPul .newsImg img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .hkwl .hkwlBox03 .container .listPul .newsGn {
    position: relative;
  }
  .hkwl .hkwlBox03 .container .listPul .newsGn::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    clear: both;
    width: 2.05rem;
    height: 0.93rem;
    background: url(../images/lytimages/page/gn_bac.png) no-repeat;
    background-size: 100% 100%;
  }
  .hkwl .hkwlBox03 .container .listPul .newsGj {
    position: relative;
  }
  .hkwl .hkwlBox03 .container .listPul .newsGj::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    clear: both;
    width: 2.05rem;
    height: 0.93rem;
    background: url(../images/lytimages/page/gj_bac.png) no-repeat;
    background-size: 100% 100%;
  }
  .hkwl .hkwlBox03 .container .listPul .newsContent {
    height: 2.5rem;
    padding: 0.6rem 0.5rem;
  }
  .hkwl .hkwlBox03 .container .listPul .newsContent .newsTitle {
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.9rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
  }
  .hkwl .hkwlBox03 .container .listPul .newsContent .newsDate {
    color: #666666;
    font-size: 0.4rem;
  }
  .hkwl .hkwlBox03 .moreClick {
    position: static;
    bottom: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0rem;
    border-radius: 100%;
  }
  .hkwl .hkwlBox03 .moreClick .circleBox {
    position: relative;
    width: 3rem;
    height: 3rem;
    /* 扩散动画 */
  }
  .hkwl .hkwlBox03 .moreClick .circleBox .circle p {
    color: #fff;
    font-size: 0.56rem;
    text-align: center;
    line-height: 2rem;
  }
  .hkwl .hkwlBox03 .moreClick .circleBox .circle img {
    margin: auto;
    width: 0.58rem;
    height: 0.37rem;
    background-size: 100% 100%;
  }
  .hkwl .hkwlBox03 .moreClick .circleBox .circle,
  .hkwl .hkwlBox03 .moreClick .circleBox .circle1 {
    width: 3rem;
    height: 3rem;
    background: #093b94;
    border: 1px solid #093b94;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hkwl .hkwlBox03 .moreClick .circleBox .circle1 {
    animation-name: circleChange2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .hkwl .hkwlBox03 .moreClick .circleBox .circle1 {
    animation-delay: 0.2s;
  }
  @keyframes circleChange2 {
    0% {
      transform: scale(1);
      opacity: 0.25;
    }
    100% {
      transform: scale(1.3);
      opacity: 0.25;
    }
  }
}
/*===== p5-5机场服务-航空文旅结束 =====*/
/*===== p6-0信息公开-招标信息 =====*/
.invite .inviteList {
  margin: 50px 0;
}
.invite .inviteList .inviteLi {
  display: flex;
  align-items: center;
  height: 135px;
  border-bottom: 1px solid #f7f7f7;
}
.invite .inviteList .inviteLi a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.invite .inviteList .inviteLi .inviteLiBox {
  display: flex;
  align-items: center;
  flex: 1;
}
.invite .inviteList .inviteLi .inviteSeeDetail {
  margin-left: 20px;
  color: #333;
  font-size: 18px;
}
.invite .inviteList .inviteLi .dateBox {
  width: 73px;
  height: 72px;
  background-color: #f7f7f7;
  border-radius: 5px;
  color: #0a3c95;
  margin-right: 35px;
}
.invite .inviteList .inviteLi .dateBox .dateDay {
  margin-left: 5px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}
.invite .inviteList .inviteLi .dateBox .dateYear {
  margin-left: 5px;
  font-size: 16px;
  line-height: 30px;
}
.invite .inviteList .inviteLi .inviteTitle {
  width: calc(100% - 108px);
}
.invite .inviteList .inviteLi .inviteTitle p {
  font-size: 22px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.invite .inviteList .inviteLi .inviteDownload {
  width: 25px;
  height: 25px;
  background: url(../images/lytimages/icon/inviteDownload.png);
}
.invite .inviteList .inviteLi:hover {
  cursor: pointer;
  border-bottom: 1px solid #0a3c95;
}
.invite .inviteList .inviteLi:hover .dateBox {
  background-color: #0a3c95;
  color: #fff;
}
.invite .inviteList .inviteLi:hover .inviteTitle p {
  color: #0a3c95;
}
.invite .inviteList .inviteLi:hover .inviteSeeDetail {
  color: #0a3c95;
}
.invite .inviteList .inviteLi:hover .inviteDownload {
  background: url(../images/lytimages/icon/inviteDownload_h.png);
}
@media (max-width: 1200px) {
  .invite .inviteList {
    margin: 0.5rem 0 1rem 0;
  }
  .invite .inviteList .inviteLi {
    height: 3.8rem;
    border-bottom: 1px solid #f7f7f7;
  }
  .invite .inviteList .inviteLi .inviteSeeDetail {
    font-size: 0.52rem;
    margin-left: 0.5rem;
  }
  .invite .inviteList .inviteLi .dateBox {
    width: 1.74rem;
    height: 1.6rem;
    margin-right: 0.65rem;
  }
  .invite .inviteList .inviteLi .dateBox .dateDay {
    margin-left: 0.05rem;
    font-size: 0.56rem;
    line-height: 0.8rem;
  }
  .invite .inviteList .inviteLi .dateBox .dateYear {
    margin-left: 0.05rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .invite .inviteList .inviteLi .inviteTitle {
    width: calc(100% - 2.3rem);
  }
  .invite .inviteList .inviteLi .inviteTitle p {
    font-size: 0.56rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    max-height: 2rem;
    line-height: 1rem;
  }
  .invite .inviteList .inviteLi .inviteDownload {
    width: 0.82rem;
    height: 0.82rem;
    background: url(../images/lytimages/mobile/icon/m_inviteDownload.png);
    background-size: 100% 100%;
  }
  .invite .inviteList .inviteLi:hover .inviteDownload {
    width: 0.82rem;
    height: 0.82rem;
    background: url(../images/lytimages/mobile/icon/m_inviteDownload.png);
    background-size: 100% 100%;
  }
}
/*===== p6-0信息公开-招标信息结束 =====*/
#fj_files a {
  color: #0066cc;
}
/*===== p5-4机场服务-机场交通开始（补充） =====*/
.travelBy.noTop {
  margin-top: 0px !important;
}
.travelByICon.busIcon {
  width: 36px !important;
}
.travelByICon.railIcon {
  width: 39px !important;
}
.travelByList.destination {
  width: 100% !important;
}
.travelByList.destination .travelByBtnTitle::after {
  border: 0px !important;
}
.travelByBtn.destination::after {
  background: #fff !important;
}
.travelByBtnList.noTitle {
  padding-left: 0px !important;
}
.tripContTitle.xycx {
  display: flex;
  justify-content: space-between;
}
.tripContTitle.xycx .tripContTitleLeft,
.tripContTitle.xycx .tripContTitleRight {
  width: 49%;
}
.tripContTitle.xycx .tripContTitleRight .xycxCode {
  width: 109px;
}
.tripContTitle.xycx .tripContTitleRight .xycxCode img {
  width: 100%;
  display: block;
}
.scheduleBox {
  margin-top: 50px;
}
.scheduleBox .scheduleFormBox {
  width: 100%;
  height: 182px;
  background-color: #e7ecff;
  border-radius: 10px;
  margin: auto;
}
.scheduleBox .scheduleFormBox .formTitle {
  height: 75px;
  font-size: 22px;
  color: #0a3c95;
  justify-content: center;
  align-items: center;
  display: flex;
}
.scheduleBox .scheduleFormBox .formTitle .formP {
  line-height: 75px;
}
.scheduleBox .scheduleFormBox .formConBox {
  height: 80px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 0 20px;
}
.scheduleBox .scheduleFormBox .formConBox .formCon {
  width: calc(100% / 13);
  text-align: center;
  font-size: 18px;
  line-height: 80px;
}
.scheduleTips {
  height: 50px;
  line-height: 50px;
  color: #a6a6a6;
  font-size: 16px;
}
.scheduleTips.alone {
  margin-top: 30px;
}
.travelByBtn .warmTips {
  background-color: #f3f6fc;
  padding: 25px 37px;
  border-radius: 10px;
}
.travelByBtn .warmTips p {
  line-height: 40px;
  font-size: 20px;
  white-space: normal;
}
.travelByBtn .warmTips .tipsTitle {
  color: #0a3c95;
  display: inline-block;
}
.airportBus {
  margin-top: 50px;
}
.airportBus .busTitle {
  font-size: 24px;
  color: #0a3c95;
}
.airportBus .busCon {
  margin-top: 30px;
  font-size: 20px;
}
.sywdsBox {
  margin-top: 30px;
}
.sywdsBox .price {
  font-size: 20px;
}
.sywdsBox .sywdsTablebox {
  width: 100%;
  margin-top: 30px;
}
.sywdsBox .sywdsTablebox .tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dae7ff;
  height: 80px;
  border-radius: 10px 10px 0 0;
}
.sywdsBox .sywdsTablebox .tableHeader .headerTitle {
  width: calc(100% / 3);
}
.sywdsBox .sywdsTablebox .tableHeader .headerTitle p {
  font-size: 20px;
  color: #0a3c95;
  text-align: center;
}
.sywdsBox .sywdsTablebox .rowBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9fbff;
  height: 40px;
  border-bottom: 1px solid #dae7ff;
}
.sywdsBox .sywdsTablebox .rowBox .rowCon {
  width: calc(100% / 3);
}
.sywdsBox .sywdsTablebox .rowBox .rowCon p {
  font-size: 18px;
  text-align: center;
}
.sywdsBox .sywdsTablebox .rowBox:last-child {
  border-bottom: 0px;
}
.sywdsBox .sywdsTablebox .rowBox:first-child {
  border-radius: 10px 10px 0 0 !important;
}
.sywdsTripCont {
  margin-top: 50px;
}
.sywdsTripCont .sywdsTitle {
  font-size: 20px;
  line-height: 30px;
}
.travelByBtnTitle .titleSpan {
  color: #666;
  display: inline-block;
}
.sywdsTitle.sywds {
  margin-top: 30px;
  font-size: 20px;
  color: #666;
}
.travelByBtnCont.jcjtzj .jcjtImg {
  margin-top: 20px;
  width: 100%;
}
.travelByBtnCont.jcjtzj .jcjtImg img {
  width: 100%;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .travelByICon.busIcon {
    width: 0.6rem !important;
  }
  .travelByICon.railIcon {
    width: 0.65rem !important;
  }
  .tripContTitle.xycx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tripContTitle.xycx .tripContTitleLeft,
  .tripContTitle.xycx .tripContTitleRight {
    width: 100%;
  }
  .tripContTitle.xycx .tripContTitleRight {
    margin-top: 0.4rem;
  }
  .tripContTitle.xycx .tripContTitleRight .xycxCode {
    width: 2.6rem;
  }
  .scheduleBox {
    margin-top: 0.5rem;
  }
  .scheduleBox .scheduleFormBox {
    width: 100%;
    height: 4.8rem;
    background-color: #e7ecff;
    border-radius: 10px;
    margin: auto;
  }
  .scheduleBox .scheduleFormBox .formTitle {
    height: 1.8rem;
    font-size: 0.46rem;
    padding-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
  }
  .scheduleBox .scheduleFormBox .formTitle .formP {
    width: 100%;
    text-align: center;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .scheduleBox .scheduleFormBox .formConBox {
    height: 2.5rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.6rem;
  }
  .scheduleBox .scheduleFormBox .formConBox .formCon {
    width: calc(100% / 5);
    text-align: center;
    font-size: 0.44rem;
    line-height: 0.8rem;
  }
  .scheduleTips {
    height: auto;
    margin-top: 0.3rem;
    line-height: 0.9rem;
    color: #a6a6a6;
    font-size: 0.46rem;
  }
  .travelByBtn .warmTips {
    background-color: #f3f6fc;
    padding: 0.9rem 0.8rem;
    border-radius: 10px;
  }
  .travelByBtn .warmTips p {
    line-height: 1rem;
    font-size: 0.5rem;
    white-space: normal;
  }
  .sywdsBox {
    margin-top: 0.5rem;
  }
  .sywdsBox .price {
    font-size: 0.5rem;
  }
  .sywdsBox .sywdsTablebox {
    width: 100%;
    margin-top: 0.5rem;
  }
  .sywdsBox .sywdsTablebox .tableHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #dae7ff;
    height: 1.75rem;
    border-radius: 10px 10px 0 0;
  }
  .sywdsBox .sywdsTablebox .tableHeader .headerTitle {
    width: calc(100% / 3);
  }
  .sywdsBox .sywdsTablebox .tableHeader .headerTitle p {
    font-size: 0.48rem;
    color: #0a3c95;
    text-align: center;
  }
  .sywdsBox .sywdsTablebox .rowBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9fbff;
    height: 1rem;
    border-bottom: 1px solid #dae7ff;
  }
  .sywdsBox .sywdsTablebox .rowBox .rowCon {
    width: calc(100% / 3);
  }
  .sywdsBox .sywdsTablebox .rowBox .rowCon p {
    font-size: 0.46rem;
    text-align: center;
  }
  .sywdsBox .sywdsTablebox .rowBox:last-child {
    border-bottom: 0px;
  }
  .sywdsBox .sywdsTablebox .rowBox:first-child {
    border-radius: 10px 10px 0 0 !important;
  }
  .sywdsTripCont {
    margin-top: 0.5rem;
  }
  .sywdsTripCont .sywdsTitle {
    font-size: 0.48rem;
    line-height: 1rem;
  }
  .sywdsTitle.sywds {
    margin-top: 0.5rem;
    font-size: 0.48rem;
  }
  .travelByBtnCont.jcjtzj .jcjtImg {
    margin-top: 0.5rem;
  }
}
/*===== p5-4机场服务-机场交通结束（补充） =====*/
/*===== p5-2餐饮购物开始（补充） =====*/
.terminalTab1 {
  display: flex;
  margin-top: 20px !important;
}
.terminalTab1 .terminalTabList:first-child {
  padding: 10px 0px !important;
}
.terminalTab1 .terminalTabList {
  font-size: 26px;
}
.terminalTab1 .terminalTabList.active::before {
  display: none !important;
}
.terminalTab1 .terminalTabList.active::after {
  width: 0px !important;
}
.cateringTab.cateringTabMargin {
  margin-top: 20px !important;
}
@media screen and (max-width: 1200px) {
  .terminalTab1 {
    display: flex;
    margin-top: 0.5rem !important;
  }
  .terminalTab1 .terminalTabList {
    font-size: 0.7rem;
  }
  .terminalTab1 .terminalTabList.active::before {
    display: none !important;
  }
  .terminalTab1 .terminalTabList.active::after {
    width: 0px !important;
  }
  .terminalTab1 .terminalTabList:first-child {
    padding: 0.1rem 0.5rem !important;
  }
  .cateringTab.cateringTabMargin {
    margin-top: 0.5rem !important;
  }
}
