@charset "UTF-8";
body {
  font-family: 'pingFangSC-Regular', '微软雅黑'; }

.layui-nav.wowui-bg-white {
  background-color: transparent; }

.wowui-layout-left {
  float: left; }

.wowui-layout-right {
  float: right; }
.bg-white {
  background: #fff
}

.header {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.header .logo img {
  max-width: 153px;
  max-height: 50px; }

.header.fixed {
  position: fixed;
  top: 0;
  z-index: 99999; }

.header .btnbar {
  position: relative;
  float: right;
  padding-top: 14px; }

.header .btnbar button {
  float: left; }

.header .btnbar button ~ button {
  margin-left: 10px; }

.header .login-btn {
  display: inline-block;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: none;
  border: none;
  background-color: #177fff;
  border-radius: 2px;
  font-size: 12px;
  color: #fff; }

.header .login-btn a {
  font-size: 12px;
  color: #fff; }

.header .login-btn:hover {
  background-color: #4599ff; }

.header .navbar-toggle {
  height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px; }

.header .navbar-toggle:before,
.header .navbar-toggle:after {
  display: block;
  content: '';
  width: 20px;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.header .navbar-toggle:after {
  border-top: none;
  top: 8px; }

.header .layui-nav .layui-nav-item a {
  opacity: 0.6; }

.header .layui-nav .layui-nav-item a:hover {
  opacity: 1; }

.header .layui-nav .layui-nav-item.active a {
  opacity: 1; }

.header .black {
  display: none; }

.header.white {
  background-color: #fff; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header.white .white {
  display: none; }

.header.white .black {
  display: inline-block; }

.header.white .layui-nav .layui-nav-item a {
  color: #222; }
.header  .layui-container {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }

  .header .btnbar {
    padding-top: 0; }

  .header .logo img {
    width: 100px; } }
@media screen and (min-width: 768px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }

  .header .btnbar {
    padding-top: 14px; } }
@media screen and (min-width: 992px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }

  .header .navbar-toggle {
    display: none; } }
@media screen and (min-width: 1200px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }

  .header .wowui-main {
    padding-right: 60px;
    padding-left: 60px; } }
.wowui-main {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative; }

.wowui-main .layui-nav {
  float: right; }

.slogen h3 {
  font-size: 36px; }

.slogen p {
  font-size: 22px;
  opacity: 0.7;
  padding-top: 10px; }

.footer {
  background-color: #050b22;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff; }
  .footer a {
    color: #fff; }

.footer .wowui-main {
  width: 960px;
  margin: 0 auto; }

.footer .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.footer .phone .icon {
  padding-right: 20px;
  opacity: 0.8; }

.footer .number {
  padding-top: 5px;
  font-size: 26px;
  font-family: 'Microsoft Yahei';
  font-weight: lighter; }

.footer .list {
  text-align: right; }

.footer .list .link {
  padding-bottom: 10px; }

.footer .list .link a {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px; }

.footer .list .link a:last-child {
  padding-right: 0; }

.footer .list .link a ~ a {
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

.footer .list .copyright {
  opacity: 0.5; }

@media screen and (max-width: 768px) {
  .footer .wowui-main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .footer .phone {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 30px; }

  .footer .list {
    text-align: center; } }
.slogen h3 {
  font-size: 26px; }

.slogen p {
  font-size: 14px; }

@media screen and (min-width: 768px) {
  .footer .wowui-main {
    width: 100%; } }
@media screen and (min-width: 1200px) {
  .footer .wowui-main {
    width: 960px; }

  .slogen h3 {
    font-size: 50px; } }
.first > .slogen {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  z-index: 100; }

video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.second {
  color: #fff;
  background-image: url("../images/section-second.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.second .wowui-main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 60px;
  padding-right: 60px; }

.second .slogen {
  padding-top: 50%; }

.second .slogen .summary {
  font-size: 16px; }

.second .article {
  padding-top: 5%;
  padding-left: 5%; }

.second .flight-data .flight--chart svg {
  width: 90%; }

.second .flight-data .flight--chart svg .st1 {
  -webkit-animation: living 2s linear infinite;
  animation: living 2s linear infinite; }

.second .flight-data .flight--info .flight--time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 30px; }

.second .flight-data .flight--info .flight--time div ~ div {
  padding-left: 30px; }

.second .flight-data .flight--info .flight--dur {
  text-align: right;
  padding-right: 30px; }

.second .flight-data .flight--info .flight--dur div ~ div {
  padding-top: 20px; }

.second .time-detail {
  padding-top: 20px; }

.second .time-detail .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.second .time-detail .item h6 {
  font-weight: bold;
  padding-bottom: 10px;
  white-space: nowrap; }

.second .time-detail .item p {
  line-height: 2;
  white-space: nowrap;
  opacity: 0.8; }

.second .time-detail .item .icon {
  padding-right: 30px; }

@media screen and (max-width: 768px) {
  .second .wowui-main {
    padding-left: 20px;
    padding-right: 20px; }

  .second .article {
    padding-left: 0; }

  .second .slogen {
    padding-top: 20%;
    text-align: center; }

  .second .slogen .summary {
    font-size: 12px;
    text-align: left; }

  .second .time-detail {
    padding-top: 0; }

  .second .time-detail .group ~ .group {
    padding-top: 15px; }

  .second .time-detail .item h6 {
    padding-bottom: 5px; }

  .second .time-detail .item p {
    font-size: 12px;
    line-height: 1.6; }

  .second .time-detail .item .icon {
    padding-right: 10px; }

  .second .time-detail .item .icon img {
    width: 30px; } }
@media screen and (min-width: 768px) {
  .second .flight--info img {
    width: 100%; }

  .second .time-detail {
    padding-top: 0; }

  .second .time-detail .group ~ .group {
    padding-top: 15px; }

  .second .time-detail .item h6 {
    padding-bottom: 5px; }

  .second .time-detail .item p {
    font-size: 12px;
    line-height: 1.6; }

  .second .time-detail .item .icon {
    padding-right: 10px; }

  .second .time-detail .item .icon img {
    width: 30px; } }
@media screen and (min-width: 1200px) {
  .second .flight--info img {
    width: auto; }

  .second .time-detail {
    padding-top: 20px; }

  .second .time-detail .item h6 {
    padding-bottom: 10px; }

  .second .time-detail .item p {
    font-size: 14px;
    line-height: 2; }

  .second .time-detail .item .icon {
    padding-right: 30px; } }
.third {
  color: #fff;
  padding-top: 85px;
  background-image: url("../images/section-third.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.third .wowui-main {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.third .slogen {
  text-align: center;
  padding-bottom: 120px; }

.third .box {
  text-align: center;
  background-color: rgba(1, 6, 41, 0.7);
  height: 360px;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.third .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: rgba(1, 6, 41, 0.8); }

.third .box .icon img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.third .box .sub-tit {
  padding-top: 15px;
  font-size: 24px; }

.third .box .sub-tit span {
  font-size: 18px;
  opacity: 0.5; }

.third .box .sub-desc {
  padding-top: 34px;
  font-size: 16px;
  line-height: 1.6; }

@media screen and (max-width: 768px) {
  .third .slogen {
    padding-bottom: 30px; }

  .third .wowui-main {
    width: 100%; }

  .third .box {
    height: 200px; }

  .third .box .icon img {
    height: 30px; }

  .third .box .sub-tit {
    padding-top: 10px;
    font-size: 18px; }

  .third .box .sub-tit span {
    font-size: 12px; }

  .third .box .sub-desc {
    font-size: 14px;
    padding-top: 18px; } }
@media screen and (min-width: 768px) {
  .third .slogen {
    padding-bottom: 50px; }

  .third .wowui-main {
    width: 100%; } }
@media screen and (max-width: 992px) {
  .third .slogen {
    padding-bottom: 20px; }

  .third .wowui-main {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }

  .third .box {
    height: 200px; }

  .third .box .icon img {
    height: 30px; }

  .third .box .sub-tit {
    padding-top: 5px;
    font-size: 16px; }

  .third .box .sub-tit span {
    font-size: 12px; }

  .third .box .sub-desc {
    font-size: 14px;
    padding-top: 18px; } }
@media screen and (min-width: 1200px) {
  .third .wowui-main {
    width: 1200px;
    padding-right: 0;
    padding-bottom: 0; } }
.fourth .container {
  padding-top: 150px;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
  background-color: #fff !important; }

.fourth .wowui-main {
  width: 960px;
  margin: 0 auto; }

.fourth .slogen {
  padding-bottom: 10%; }

.fourth .box {
  position: relative;
  height: 356px;
  overflow: hidden;
  border-radius: 2px; }

.fourth .box .sub-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff; }

.fourth .box .sub-tit p {
  font-size: 26px;
  padding-bottom: 10px;
  white-space: nowrap; }

.fourth .box .sub-tit span {
  font-size: 20px;
  opacity: 0.5; }

.fourth .box .box-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fourth .box .box-img img {
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.fourth .box .box-img:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

.fourth .solution {
  padding-bottom: 100px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .fourth .container {
    padding-top: 110px; }

  .fourth .wowui-main {
    width: 100%;
    margin: 0 auto; }

  .fourth .box {
    height: 200px; }

  .fourth .box .box-img img {
    width: auto;
    height: 100%; }

  .fourth .box .sub-tit p {
    font-size: 16px; }

  .fourth .box .sub-tit span {
    font-size: 14px; } }
/* 超小屏幕(手机) */
/* 小型屏幕(平板) */
/* 中型屏幕(桌面) */
/* 大型屏幕(桌面) */
.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative; }

.banner .wowui-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1200px;
  margin: 0 auto; }

.banner h3 {
  padding-bottom: 20px; }

.banner p {
  font-size: 20px;
  text-align: left;
  line-height: 1.6; }

.banner p ~ p {
  padding-top: 20px; }

@media screen and (max-width: 768px) {
  .banner .wowui-main {
    width: 100%; }

  .banner p {
    font-size: 14px;
    text-align: left;
    line-height: 1.6; }

  .banner p ~ p {
    padding-top: 10px; } }
@media screen and (min-width: 768px) {
  .banner .wowui-main {
    width: 100%; } }
@media screen and (min-width: 1200px) {
  .banner .wowui-main {
    width: 1200px; } }
.about-page .header {
  position: absolute;
  z-index: 1; }

.about-page .banner {
  height: 560px; 
  position: relative;
}
.about-page .banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #050b22;
  opacity: 0.5;
} 

  .about-page .banner .slogen{
    position: relative;
    text-indent: 2em;
    color: #fff;
  }

.about-page #map {
  height: 400px; }

.cooperation-page .header {
  position: absolute;
  z-index: 1; }

.cooperation-page .banner {
  height: 320px; }

.cooperation-page .way {
  margin-top: -55px;
  padding-bottom: 100px; }

.cooperation-page .way .wowui-main {
  width: 1000px;
  margin: 0 auto; }

.cooperation-page .way .box {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
  box-sizing: border-box;
  height: 400px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.cooperation-page .way .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2); }

.cooperation-page .way .box .icon {
  text-align: center; 
}
.cooperation-page .way .box .icon img {
  height: 62px;
}
.cooperation-page .way .box h5 {
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.cooperation-page .way .box dt {
  font-weight: bold;
  padding-top: 20px; }

.cooperation-page .way .box dd {
  padding-top: 10px; }

@media screen and (max-width: 768px) {
  .cooperation-page .way {
    margin-top: -105px; }

  .cooperation-page .way .wowui-main {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .cooperation-page .way .wowui-main {
    width: 100%; } }
@media screen and (min-width: 992px) {
  .cooperation-page .way .wowui-main {
    width: 100%; } }
@media screen and (min-width: 1200px) {
  .cooperation-page .way .wowui-main {
    width: 1000px; } }
.container {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #f5f5f5;
  position: relative; }

.login-page .container {
  padding-bottom: 50px;
  padding-top: 50px; }

.login-page .banner-container {
  height: 100%;
  /* background-image: url("../images/login-banner.jpg"); */
  background-size: cover;
  background-clip: border-box; }
  .login-page .banner-container .ads{
    height: 100%;
  }
  .login-page .banner-container .ads a {
    display: block;
    height: 100%;
  }
  .login-page .banner-container .ads img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
.login-page .content {
  width: 900px;
  margin: 0 auto;
  height: 620px;
  background: #fff;
  /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);  */
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06); 
  border-radius: 5px;
  overflow: hidden;
}

.login-page .wowui-login {
  padding: 40px 45px; }

.login-page .wowui-login h2 {
  text-align: center;
  font-size: 32px;
  /* font-weight: 600; */
  /* font-weight: lighter; */
  padding-bottom: 30px; }

@media screen and (max-width: 768px) {
  .login-page .wowui-login h2 {
    font-size: 26px; }

  .login-page .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }

  .login-page .content {
    width: 100%;
    margin: 0 auto;
    height: auto; } }
@media screen and (min-width: 768px) {
  .login-page .wowui-login h2 {
    font-size: 26px; }

  .login-page .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }

  .login-page .content {
    width: 100%; } }
@media screen and (min-width: 992px) {
  .login-page .wowui-login h2 {
    font-size: 32px; }

  .login-page .container {
    padding-top: 50px;
    padding-bottom: 50px; }

  .login-page .content {
    width: 900px; } }
@-webkit-keyframes living {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes living {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
/* 主导航栏 */
.wow-primary-nav {
  display: table;
  float: right; }
  .wow-primary-nav .wow-primary-nav-item {
    display: table-cell;
    padding: 0 20px;
    border-left: 1px solid #ddd;
    vertical-align: middle; }
    .wow-primary-nav .wow-primary-nav-item:first-child {
      border-left: none; }
    .wow-primary-nav .wow-primary-nav-item.no-border {
      border-left: none; }
    .wow-primary-nav .wow-primary-nav-item .wow-nav-header label {
      color: #999999; }
    .wow-primary-nav .wow-primary-nav-item .wow-nav-header .wow-nav-toolbar {
      display: inline; }
      .wow-primary-nav .wow-primary-nav-item .wow-nav-header .wow-nav-toolbar a {
        padding: 0 0 0 5px;
        color: #30A4FF; }
      .wow-primary-nav .wow-primary-nav-item .wow-nav-header .wow-nav-toolbar a + a {
        border-left: 1px solid #ddd; }
    .wow-primary-nav .wow-primary-nav-item .wow-nav-value {
      margin-top: 5px; }
      .wow-primary-nav .wow-primary-nav-item .wow-nav-value.agent-name {
        font-size: 16px; }
      .wow-primary-nav .wow-primary-nav-item .wow-nav-value .price {
        color: #212121;
        font-weight: normal; }
        .wow-primary-nav .wow-primary-nav-item .wow-nav-value .price.price-gray {
          color: #909399; }
      .wow-primary-nav .wow-primary-nav-item .wow-nav-value .price-mark {
        font-weight: normal;
        color: #212121; }
    .wow-primary-nav .wow-primary-nav-item .layui-icon-cart {
      color: #F72A1A; }
    .wow-primary-nav .wow-primary-nav-item .layui-icon-list {
      color: #1C95F9; }
    .wow-primary-nav .wow-primary-nav-item .cart-num {
      color: #212121; }
    .wow-primary-nav .wow-primary-nav-item .operate {
      display: block;
      color: #999999; }
      .wow-primary-nav .wow-primary-nav-item .operate:hover {
        color: #212121; }
    .wow-primary-nav .wow-primary-nav-item .operate + .operate {
      margin-top: 8px; }
    .wow-primary-nav .wow-primary-nav-item .wow-user-info {
      overflow: hidden;
      cursor: pointer; }
      .wow-primary-nav .wow-primary-nav-item .wow-user-info .avatar {
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        border: 1px solid #ddd; }
      .wow-primary-nav .wow-primary-nav-item .wow-user-info .info {
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px; }
        .wow-primary-nav .wow-primary-nav-item .wow-user-info .info .name {
          font-size: 18px;
          margin-bottom: 8px; }
        .wow-primary-nav .wow-primary-nav-item .wow-user-info .info .phone {
          color: #999999; }
    .wow-primary-nav .wow-primary-nav-item .logout-btn {
      display: block;
      text-align: center; }
      .wow-primary-nav .wow-primary-nav-item .logout-btn i {
        font-size: 24px;
        display: inline-block;
        transform: rotate(0deg); }
      .wow-primary-nav .wow-primary-nav-item .logout-btn:hover i {
        animation: shake 0.1s linear;
        transform: rotate(90deg); }

.wow-quick-menu {
  position: fixed;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%); }
  .wow-quick-menu .wow-quick-menu-item {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #ddd;
    width: 60px;
    text-align: center;
    color: #999999;
    margin-bottom: 4px;
    padding: 5px 0; }
    .wow-quick-menu .wow-quick-menu-item:last-child {
      margin-bottom: 0; }
    .wow-quick-menu .wow-quick-menu-item:hover {
      background-color: #ffffff;
      color: #212121; }
    .wow-quick-menu .wow-quick-menu-item + * {
      width: 100%;
      height: 100%; }
    .wow-quick-menu .wow-quick-menu-item a {
      color: #999999; }
      .wow-quick-menu .wow-quick-menu-item a:hover {
        color: #212121; }
    .wow-quick-menu .wow-quick-menu-item p {
      font-size: 10px; }
    .wow-quick-menu .wow-quick-menu-item i {
      font-size: 26px;
      line-height: 32px; }
      .wow-quick-menu .wow-quick-menu-item i.top {
        font-size: 30px;
        line-height: 40px; }
    .wow-quick-menu .wow-quick-menu-item .top {
      cursor: pointer; }



.layui-elem-quote.blue {
  background: #1E9FFF;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 20px;
}
     
.ads-layout .ad-item{
  position: fixed;
  top: 91px;
  width: 180px;
  transition: top 0.2s ease;
}
.ads-layout .ad-item:first-child {
  left: 10px;
}
.ads-layout .ad-item:last-child {
  right: 10px
}

@media screen and (max-width: 1500px) {
  .ads-layout {
    display: none;
  } 
}

@keyframes shake {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(90deg); } }
