.abouts-main {
  min-height: 100vh;
  overflow: hidden;
}
.abouts-main .airline-home {
  padding-top: 18vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.abouts-main .airline-home h2 {
  margin: 0;
  padding: 0 20px;
  font-weight: 400;
}
.abouts-main .airline-home .airline-home-title {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: #023461;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.05);
  transition-delay: 0.1s;
}
.abouts-main .airline-home .airline-home-titleSub {
  text-align: center;
  font-size: 20px;
  color: #8294a5;
  font-weight: 400;
  transition-delay: 0.3s;
}
.abouts-main .airline-home.is-inview .abouts-Map-section .map-tips {
  opacity: 1;
}
.abouts-main .abouts-Map-section {
  position: relative;
  margin-top: 10vh;
}
.abouts-main .abouts-Map-section .abouts-Map {
  width: 100%;
  max-width: 1200px;
  display: block;
}
.abouts-main .abouts-Map-section .map-tips {
  opacity: 0;
  transition: opacity 1.6s;
  transition-delay: 0.5s;
  position: absolute;
  min-height: 24%;
  width: 15%;
  color: #023461;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.abouts-main .abouts-Map-section .map-tips p {
  line-height: 1.2;
}
.abouts-main .abouts-Map-section .map-tips strong {
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
.abouts-main .abouts-Map-section .map-tips .map-tip-border {
  flex: 1;
  padding-left: 8px;
  padding-top: 5px;
  margin-bottom: 5px;
  border: 1px dashed #023461;
}
.abouts-main .abouts-Map-section .map-tips1 {
  left: 20.4%;
  bottom: 56%;
  transition-delay: 0.9s;
  min-height: 38%;
}
.abouts-main .abouts-Map-section .map-tips1 .map-tip-title {
  text-align: right;
  padding-right: 8px;
}
.abouts-main .abouts-Map-section .map-tips1 .map-tip-border {
  text-align: right;
  padding-right: 8px;
  border-left: none;
  border-bottom: none;
}
.abouts-main .abouts-Map-section .map-tips2 {
  left: 9.8%;
  top: 37%;
  transition-delay: 0.5s;
}
.abouts-main .abouts-Map-section .map-tips2 .map-tip-title {
  padding-left: 8px;
}
.abouts-main .abouts-Map-section .map-tips2 .map-tip-border {
  display: flex;
  align-items: flex-end;
  border-top: none;
  border-right: none;
}
.abouts-main .abouts-Map-section .map-tips3 {
  left: 37%;
  top: 49%;
  transition-delay: 0.7s;
}
.abouts-main .abouts-Map-section .map-tips3 .map-tip-title {
  padding-left: 8px;
}
.abouts-main .abouts-Map-section .map-tips3 .map-tip-border {
  display: flex;
  align-items: flex-end;
  border-top: none;
  border-right: none;
}
.abouts-main .abouts-Map-section .map-tips3 .map-tip-border svg {
  width: 50px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.abouts-main .abouts-Map-section .map-tips4 {
  left: 61.4%;
  bottom: 49%;
  transition-delay: 0.9s;
  min-height: 38%;
}
.abouts-main .abouts-Map-section .map-tips4 .map-tip-title {
  text-align: right;
  padding-right: 8px;
}
.abouts-main .abouts-Map-section .map-tips4 .map-tip-border {
  text-align: right;
  padding-right: 8px;
  border-left: none;
  border-bottom: none;
}
.abouts-main .abouts-Map-section .map-number {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abouts-main .abouts-Map-section .map-number .map-number-item {
  margin-right: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.abouts-main .abouts-Map-section .map-number .map-number-item:last-child {
  margin-right: 0;
}
.abouts-main .abouts-Map-section .map-number .map-number-item .seat {
  height: 1px;
  overflow: hidden;
}
.abouts-main .abouts-Map-section .map-number strong {
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
  color: #0d335b;
}
.abouts-main .learn-more {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #023461;
  padding-left: 10%;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 10%;
  transition-delay: 0.3s;
}
.abouts-main .learn-more svg {
  width: 20px;
  margin-left: 12px;
}
.abouts-main .abouts-section-bg1 {
  background-color: #ecf5fe;
  margin-top: 150px;
  padding-bottom: 140px;
}
.abouts-main .abouts-main-w {
  margin: 0 auto;
  max-width: 1200px;
}
.abouts-main .abouts-main-w .abouts-section {
  padding-top: 140px;
}
.abouts-main .abouts-main-w .abouts-section.inPlace .air-box {
  transform: none;
}
.abouts-main .abouts-main-w .abouts-section .air-box {
  display: flex;
  justify-content: space-between;
  transform: translateX(200px);
  transition: transform 1.6s;
}
.abouts-main .abouts-main-w .abouts-section .air-box.air-box-2 {
  transition-delay: 0.1s;
}
.abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips {
  display: inline-block;
  position: relative;
}
.abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips a {
  display: inline-flex;
  transition: transform 0.4s;
  background-color: #023461;
  padding: 3px 15px;
  color: #fff;
  font-size: 18px;
  align-items: center;
  border-radius: 4px;
  color: #fff;
}
.abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips a:hover {
  transform: translateX(14px);
}
.abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips svg {
  width: 16px;
  fill: #fff;
  margin-left: 10px;
}
.abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips span {
  position: absolute;
  width: 150%;
  height: 1px;
  left: 0;
  bottom: -15px;
  border-bottom: 1px solid #023461;
}
.abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips span:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  right: 0;
  top: 1px;
  border-right: 1px solid #023461;
  transform: rotateZ(-60deg);
  transform-origin: 0 0;
}
.abouts-main .abouts-main-w .abouts-section .air-box .air-box-img {
  display: block;
  width: 475px;
  max-width: 100%;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 86px;
  text-align: center;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item {
  width: 25%;
  padding: 40px 0;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(1) {
  transition-delay: 0.5s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(2) {
  transition-delay: 0.7s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(3) {
  transition-delay: 0.9s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(4) {
  transition-delay: 1.1s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(5) {
  transition-delay: 1.3s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(6) {
  transition-delay: 1.5s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(7) {
  transition-delay: 1.7s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item:nth-child(8) {
  transition-delay: 1.9s;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box {
  margin: 0 auto;
  display: block;
  max-width: 170px;
  transition: transform 0.6s;
  position: relative;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box img {
  width: 100%;
  z-index: 2;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .tooltip {
  width: 20px;
  height: 172px;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: -40px;
  padding: 0 50px;
  font-size: 14px;
  background-color: #8399b0;
  color: #fff;
  border-radius: 172px;
  padding-left: 210px;
  z-index: -1;
  margin: 0 40px;
  opacity: 0;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .tooltip .tooltip-p {
  min-width: 330px;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .spe {
  margin-top: -5px;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .tooltip-l {
  left: auto;
  right: -40px;
  padding: 0 50px;
  padding-right: 210px;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .img-box {
  z-index: 3;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .img_ {
  position: relative;
  z-index: 4;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .tooltip-r {
  animation-name: expand;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .tooltip-l {
  animation-name: expand1;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item p {
  margin-top: 20px;
  padding: 0px 20px;
  background: #023461;
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.abouts-main .abouts-main-w .abouts-section .p1-auxiliary {
  font-size: 20px;
  color: #023461;
  transition-delay: 0.4s;
}
.abouts-main .abouts-main-w .abouts-section .p1 {
  flex: 1;
  margin-top: 30px;
  font-size: 32px;
  color: #023461;
  font-weight: 700;
  text-align: center;
  transition-delay: 0.3s;
}
.abouts-main .abouts-main-w .abouts-section .p2 {
  flex: 3;
  margin-top: 30px;
  font-size: 20px;
  color: #262626;
  text-align: justify;
  transition-delay: 0.4s;
}
.abouts-main .abouts-main-w .abouts-section .time-axis {
  display: flex;
  align-items: center;
  margin-top: 110px;
}
.abouts-main .abouts-main-w .abouts-section .time-axis:hover .rangeslider__handle::after {
  display: none;
}
.abouts-main .abouts-main-w .abouts-section .time-axis .both {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.abouts-main .abouts-main-w .abouts-section .time-axis .both svg {
  fill: #023461;
  display: block;
  width: 38px;
}
.abouts-main .abouts-main-w .abouts-section .time-axis .line-box {
  flex: 1;
  margin: 0 30px;
  position: relative;
  position: relative;
}
.abouts-main .abouts-main-w .abouts-section .scroll-box {
  padding: 60px 0 40px;
  width: 100%;
}
.abouts-main .abouts-main-w .abouts-section .scroll-box ul {
  display: inline-flex;
}
.abouts-main .abouts-main-w .abouts-section .scroll-box ul li {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
  padding: 20px 40px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-right: 40px;
  width: 400px;
  height: 240px;
}
.abouts-main .abouts-main-w .abouts-section .scroll-box ul li h3 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 500;
}
.abouts-main .abouts-main-w .abouts-section .scroll-box ul li p {
  font-size: 18px;
  margin-top: 20px;
  color: #6e6e73;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item {
  width: 150px;
  height: 150px;
  display: flex;
  margin-top: 15px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  position: relative;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:nth-child(1) {
  transition-delay: 0.5s;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:nth-child(2) {
  transition-delay: 0.7s;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:nth-child(3) {
  transition-delay: 0.9s;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:nth-child(4) {
  transition-delay: 1.1s;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:nth-child(5) {
  transition-delay: 1.3s;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:nth-child(6) {
  transition-delay: 1.5s;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item span {
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item .friends-1 {
  width: 122px;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item .friends-2 {
  width: 151px;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item .friends-3 {
  width: 88px;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item .friends-4 {
  width: 106px;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item .friends-5 {
  width: 84px;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item .friends-6 {
  width: 100px;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item .st0 {
  fill: #909aaa;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:hover {
  background-color: #023461;
  color: #023461;
}
.abouts-main .abouts-main-w .abouts-section .friends-ul .friends-item:hover .st0 {
  fill: #fff;
}
.en-box .abouts-main .abouts-main-w .abouts-section .section-info {
  flex-direction: column;
}
.en-box .abouts-main .abouts-main-w .abouts-section .scroll-box ul li {
  width: 450px;
}
.en-box .abouts-main .abouts-main-w .abouts-section .section-info .candy-ul .candy-item .tooltip .tooltip-p {
  min-width: 330px;
}
@media only screen and (max-width: 1200px) {
  .abouts-main .abouts-main-w {
    padding: 30px;
  }
  .abouts-main .abouts-main-w .abouts-section .section-info1 {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .abouts-main .airline-home .airline-home-title {
    font-size: 0.58rem;
  }
  .abouts-main .airline-home .airline-home-titleSub {
    font-size: 0.24rem;
  }
  .abouts-main .abouts-Map-section {
    margin: 10vh 0.2rem 0;
  }
  .abouts-main .abouts-Map-section .map-tip-cont {
    display: none;
  }
  .abouts-main .abouts-Map-section .map-tips strong {
    font-size: 0.26rem;
  }
  .abouts-main .abouts-Map-section .map-tips1 strong {
    font-size: 0.26rem;
  }
  .abouts-main .abouts-Map-section .map-number strong {
    font-size: 0.48rem;
  }
  .abouts-main .abouts-Map-section .map-number .map-number-item {
    margin-right: 0.7rem;
    font-size: 0.24rem;
  }
  .abouts-main .abouts-main-w .abouts-section .air-box {
    margin-top: 0.3rem;
  }
  .abouts-main .abouts-main-w .abouts-section .air-box .pos-r {
    max-width: 80%;
  }
  .abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips span {
    width: 120%;
  }
  .abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips a {
    font-size: 12px;
  }
  .abouts-main .abouts-main-w .abouts-section .air-box .air-box-tips a svg {
    width: 0.2rem;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item {
    width: 33%;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .tooltip {
    width: 0px;
    padding: 0 86px;
    top: 0;
    left: -40px;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .tooltip .tooltip-p {
    min-width: 140px;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .img-box {
    z-index: 3;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .img_ {
    z-index: 4;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .tooltip {
    animation-name: expand2;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  .en-box .abouts-main .abouts-main-w .abouts-section .section-info .candy-ul .candy-item .tooltip .tooltip-p {
    min-width: 140px;
    margin-top: 110px;
  }
}
@media only screen and (max-width: 576px) {
  .abouts-main .abouts-head h2 {
    font-size: 0.6rem;
  }
  .abouts-main .abouts-main-w .abouts-section {
    padding-top: 0;
  }
  .abouts-main .abouts-main-w .abouts-section .scroll-box ul li {
    width: 5rem;
    height: 3rem;
    padding: 0.2rem 0.4rem;
  }
  .abouts-main .abouts-main-w .abouts-section .scroll-box ul li h3 {
    font-size: 0.32rem;
    margin: 0.1rem 0;
  }
  .abouts-main .abouts-main-w .abouts-section .scroll-box ul li p {
    font-size: 0.24rem;
    margin-top: 0.15rem;
  }
  .abouts-main .abouts-main-w .abouts-section .section-info {
    padding: 0;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item {
    width: 50%;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box {
    max-width: 130px;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box img {
    width: 100%;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .tooltip {
    width: 0px;
    padding: 0 65px;
    top: 0;
    left: -40px;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box .tooltip .tooltip-p {
    min-width: 110px;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .img-box {
    z-index: 3;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .img_ {
    z-index: 4;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item .img-box:hover .tooltip {
    animation-name: expand3;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  .abouts-main .abouts-main-w .abouts-section .candy-ul .candy-item p {
    font-size: 0.24rem;
    padding: 1px 0.24rem;
  }
  .en-box .abouts-main .abouts-main-w .abouts-section .section-info .candy-ul .candy-item .img-box .tooltip .tooltip-p {
    min-width: 110px;
    margin-top: 110px;
  }
}
@-moz-keyframes expand {
  from {
    width: 0px;
    padding-left: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-webkit-keyframes expand {
  from {
    width: 0px;
    padding-left: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-o-keyframes expand {
  from {
    width: 0px;
    padding-left: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@keyframes expand {
  from {
    width: 0px;
    padding-left: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-moz-keyframes expand1 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-webkit-keyframes expand1 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-o-keyframes expand1 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@keyframes expand1 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-moz-keyframes expand2 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-webkit-keyframes expand2 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-o-keyframes expand2 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@keyframes expand2 {
  from {
    width: 0px;
    padding-right: 80px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 580px;
    opacity: 1;
    z-index: 3;
  }
}
@-moz-keyframes expand3 {
  from {
    width: 0px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 680px;
    opacity: 1;
    z-index: 3;
  }
}
@-webkit-keyframes expand3 {
  from {
    width: 0px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 680px;
    opacity: 1;
    z-index: 3;
  }
}
@-o-keyframes expand3 {
  from {
    width: 0px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 680px;
    opacity: 1;
    z-index: 3;
  }
}
@keyframes expand3 {
  from {
    width: 0px;
    opacity: 0;
    z-index: 3;
  }
  to {
    width: 0px;
    height: 680px;
    opacity: 1;
    z-index: 3;
  }
}
