body {
  font-family: -apple-system,'PingFang SC',BlinkMacSystemFont,'Microsoft YaHei',
  'Helvetica Neue','Source Han Sans SC','WenQuanYi Micro Hei',sans-serif;;
  font-size: 16px;
  background: #fff;
  color: #fff;
  padding-right: 0px !important;
  color: rgba(255, 255, 255, 1);
}

section {
  display: block;
}

.container {
  width: 62.5%;
  margin: 0 auto;
}

.layui-layer-content {
  color: #333;
}

/* 解决页面闪烁 */
[v-cloak] {
  display: none;
}

/* ----------------------------首页弹窗样式---------------------------- */
.index__dialog .el-dialog__header {
  background: rgba(33, 91, 181, 1);
  display: none;
}
.index__dialog .el-dialog__title {
  color: rgba(255, 255, 255, 1);
}
.index__dialog .el-dialog__body {
  padding: 0;
}

.index__dialog .el-dialog, .el-pager li {
  background: none;
}

.dialog-container {
  position: relative;
}

.goArticle:hover,
.container__close,
.container__btn {
  cursor: pointer;
}
.container__close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
}
.container__btn {
  width:144px;
  height:36px;
  background:rgba(33,91,181,1);
  border-radius:18px;
  font-size:18px;
  font-weight:400;
  color:rgba(255,255,255,1);
  position: absolute;
  top: 70%;
  left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ---------------------------- 第一部分 ------------------------- */

section.header {
  position: relative;
}

.header .fp-tableCell {
  position: relative;
}

.bannerbb {
  width: 100%;
  /*width: 1580px;*/
  height: 100%;
}

.header .banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.header .banner li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s all;
}

.header .banner li img {
  width: 100%;
  /*height: 100%;*/
  animation-name: myMove;
  animation-duration: 16s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: none;
  -webkit-animation-name: myMove;
  -webkit-animation-duration: 16s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: none;
}

@keyframes myMove {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.header .banner .newop {
  opacity: 1;
  z-index: 1;
}

.header .banner .oldop {
  opacity: 0;
  z-index: 0;
}

.header .headerCon {
  width: 62.5%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 56vh;
}

.header .tagline {
  font-size: 30px;
  text-align: center;
}

/* 航班搜索模块 */
.header .flightSearch {
  width: 46vw;
  margin: 0 auto;
  margin-top: 90px;
  position: relative;
}

.flightSearch .start {
  padding-left: 40px;
  position: absolute;
  bottom: 51px;
}

.flightSearch .start .tab {
  display: inline-block;
  margin-right: 20px;
}

.flightSearch .start span {
  padding: 5px;
  color: #ddd;
  cursor: pointer;
}

.flightSearch .start img {
  width: 24px;
  margin: 0 auto;
  margin-top: 14px;
  display: none;
}

.flightSearch .inputArea {
  position: relative;
}

.flightSearch .inputArea .inputText {
  background: #fff;
  padding: 12px 0;
  border-radius: 5px;
  height: 57px;
}

.flightSearch .inputArea input {
  width: 42%;
  border: none;
  outline: none;
  padding: 6px 24px;
  font-size: 15px;
  color: #9e9e9e;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #ccc;
}

/*.flightSearch .inputArea input:first-child{*/
/*  border-right: 1px solid #ccc;*/
/*}*/
.flightSearch .inputArea button {
  width: 16%;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #215bb5;
  padding: 17.3px 0;
  border-radius: 0 4px 4px 0;
  height: 57px;
}

.flightSearch .inputArea button img {
  width: 9px;
}

.flightSearch .start .tab.cur span {
  font-size: 20px;
  color: #fff;
}

.flightSearch .start .tab.cur img {
  display: block;
}

/* 快讯模块 */
.header .flash {
  width: 4.6rem;
  margin-top: 7vh;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  height: 100px;
}

.header .flash .tagInfo {
  /*width: 10%;*/
  padding: 0 16px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #215bb5;
  border-radius: 5px;
}

.header .flash .flashCon {
  margin-left: 10px;
  max-width: 85%;
}

.header .flash .flashCon .swiper-slide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .flash .flashCon span {
  line-height: 26px;
}

/*消息弹窗*/
.mess {
  background: #fff;
  /*避免后台无数据返回时渲染出白色背景*/
  width: 380px;
  position: absolute;
  top: 90px;
  right: 0;
  padding: 10px 20px 16px 20px;
  border-radius: 6px;
}

.mess-title {
  background: #fff;
  color: #000;
  font-size: 17px;
  display: inline-block;
}

.mess-close {
  border: none;
  outline: none;
  background: #fff;
  color: #000;
  font-size: 16px;
  float: right;
  height: 39px;
  line-height: 39px;
}

.mess-body p {
  background: #fff;
  color: #666;
  font-size: 13px;
  margin: 0;
}

.mess-body span {
  background: #fff;
  color: #999;
  font-size: 12px;
}

/* 左导航 */
.noShow {
  display: none;
}

.leftNav {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -10vw;
  z-index: 20000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.leftNav ul {
  margin-bottom: 0;
  background: #215bb5;
  padding: 1vw 0;
}

.leftNav ul li {
  font-size: 14px;
  padding: 0 1.2vw;
  margin: 0.6vw 0;
  position: relative;
}

.leftNav ul li:hover {
  background: #1e4788;
}

.leftNav ul li.active {
  /*border-right: 2px solid #fff;*/
}

.leftNav ul li a {
  display: block;
  padding: 0.5vw 0;
}

.leftNav ul li a img {
  width: 24px;
  height: 22px;
}

.leftNav ul li .left-font {
  background: #1e4788;
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
  padding: 0.6vw 1.6vw 0.6vw 0.6vw;
  border-radius: 0 3px 3px 0;
  display: none;
}

.leftNav ul li:hover .left-font {
  display: block;
}

.leftNav .back-top {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0.6vw 0.5vw;
}

.leftNav .back-top img {
  width: 20px;
}

.leftNav .popover {
  color: #fff;
  min-width: 90px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6);
  border: none;
}

.leftNav .popover.right {
  margin-left: 36px;
}

.leftNav .popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.4);
}

.leftNav .popover.right > .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.4);
}

/* ------------------------------ 第二部分 ----------------------------- */

section.traffic .blue2 {
  background: url(../img/web/blue.jpg);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
  height: 100%;
}

section .wrapper > div {
  display: inline-block;
}

section.traffic {
  margin-top: 8vw;
}

section.traffic span {
  color: #373d44;
  font-size: 28px;
  margin-top: 80px;
  padding: 12px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.section.traffic span.cur {
  color: #fff;
  background: #215bb5;
}

.traffic .wrapperBox.none {
  display: none;
}

.traffic .wrapper {
  margin-top: 30px;
  margin-bottom: 85px;
}

.traffic .paginations {
  text-align: right;
  width: 97%;
  height: 26px;
}

.traffic .pagination {
  margin: 0;
}

.airportCircum {
  position: relative;
}

.airportCircum .tail {
  position: absolute;
  bottom: 0;
  left: 0;
  /* height: 90px; */
  width: 100%;
  padding: 0 15px;
}

.airportCircum .tail .info,
.airportCircum .tail a {
  display: inline-block;
}

.airportCircum .tail .info {
  width: 73.2%;
  /* max-width: 111px; */
  padding-left: 18px;
  /* padding-top: 20px; */
}

.airportCircum .tail a {
  width: 26.8%;
  height: 4vw;
  position: absolute;
  bottom: 0;
  right: 15px;
  display: none;
}

.airportCircum .tail a img {
  height: 100%;
}

.airportCircum .tail .info .title {
  font-size: 20px;
}

.airportCircum .tail .info .text {
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
}

/* ------------------------------ 第三部分 ------------------------------ */

section.business .blue {
  background: url(../img/web/blue.jpg);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  height: 100%;
}

.business .text {
  margin-top: 8%;
}

.business .text h2 {
  font-size: 32px;
  margin-bottom: 13px;
}

.business .text .subtitle {
  color: #ddd;
}

.business .text .subtitle .subtext {
  /* border-bottom: 1px solid #ddd; */
  /* max-width: 374px; */
  display: inline-block;
}

.business .text .subtitle .subtext a {
  display: inline-block;
  /* margin-right: 32px; */
  /* padding-bottom: 10px; */
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  background-color: none;
  border-radius: 4px;
  padding: 10px 22px;
}

.business .text .subtitle .subtext a.cur {
  /* border-bottom: 1px solid #fff; */
  /* color: #fff; */
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #215bb5;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 22px;
}

.business .text .subtitle .paginations {
  float: right;
  height: 65px;
}

.business .text .subtitle .paginations a {
  /* display: inline-block;
  margin-left: 14px; */
}

.business .businessInner {
  width: 62.5%;
}

.business .businessInner.none {
  display: none;
}

.business .wrapper .textWrapper {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(33, 91, 181, 0.2);
  padding: 10px 15px;
  height: 115px;
}

.business .wrapper {
  /*width: 62.5%;*/
  margin: 40px 0 !important;
  /* margin: 1px 0 140px !important; */
}

.business .wrapper .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  /* margin-top: 15px; */
}

.business .wrapper .text {
  color: #b3bfcf;
  font-size: 14px;
  margin-top: 10px;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* 显示的行数 */
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
  min-width: 40px;
}

.business .wrapper .textWrapper a {
  color: #215bb5;
  font-size: 14px;
  /* display: block; */
  display: none;
}

.business .wrapper .textWrapper a img {
  width: 14px;
  display: inline-block;
  margin-left: 8px;
}

.swiper-container {
  /*width: 62.5%;*/
  /* overflow-x: hidden;
  overflow-y: visible; */
}

.pagination.none {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  display: inline-block;
  margin-left: 14px;
  height: 27px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.textWrapper .popover {
  color: #aaa;
}

/* -------------------------------- 第四部分 ------------------------------ */

.section.footer .fp-tableCell {
  display: block !important;
}

.mob_flightSearch {
  display: none;
}

.mob_business {
  display: none;
}

.m_flash {
  display: none;
}

/*  ----------------------------- 媒体查询样式 ---------------------- */

@media (min-width: 992px) and (max-width: 1023px) {
  .mess {
    top: 83px;
  }

  .bannerbb {
    width: 100%;
  }
}

@media (min-width: 814px) and (max-width: 991px) {
  .container {
    width: 88%;
  }

  .header .headerCon {
    top: 60vh;
  }

  .header .tagline {
    font-size: 24px;
  }

  .header .flightSearch {
    width: 50vw;
  }

  .bannerbb {
    width: 100%;
  }
  .mess {
    top: 53px;
    padding: 4px 16px 10px 16px;
  }

  .mess-title {
    font-size: 16px;
  }

  .traffic .airportCircum .tail .info {
    padding-left: 12px;
  }

  .traffic .airportCircum .tail .info .title {
    font-size: 18px;
  }

  .traffic .airportCircum .tail .info .text {
    font-size: 12px;
  }

  .traffic .airportCircum .tail a {
    height: 65px;
  }

  .business .businessInner {
    width: 88%;
  }

  .header .flash {
    display: none;
  }

  .header .flashWrapper::after {
    display: none;
  }
}

@media (max-width: 813px) {
  .container {
    width: 100%;
  }

  .header .headerCon {
    top: 30vw;
  }

  .header .tagline {
    font-size: 16px;
  }

  .bannerbb {
    width: 100%;
  }

  /* 移动端航班搜索 */
  section.header .flightSearch {
    display: none;
  }

  .mob_flightSearch {
    display: block;
    width: 9rem;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
  }

  .mob_flightSearch .mob_start .tab {
    display: inline-block;
  }

  .mob_flightSearch .mob_start span {
    padding: 5px;
    color: #ddd;
  }

  .mob_flightSearch .mob_start .tab.cur span {
    font-size: 20px;
    color: #fff;
  }

  .mob_flightSearch .mob_start img {
    width: 20px;
    margin: 0 auto;
    display: none;
  }

  .mob_flightSearch .mob_start .tab.cur img {
    display: block;
  }

  .mob_flightSearch .mob_inputArea {
    margin-top: -4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }

  .mob_flightSearch .mob_inputArea .inputText {
    background: #fff;
    padding: 8px 0;
  }

  .mob_flightSearch .mob_inputArea input {
    width: 41.5%;
    border: none;
    outline: none;
    padding: 6px 8px;
    font-size: 15px;
    color: #9e9e9e;
  }

  .mob_flightSearch .mob_inputArea input:first-child {
    border-right: 1px solid #ccc;
  }

  .mob_flightSearch .mob_inputArea button {
    width: 17%;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #215bb5;
    padding: 13px 0;
    height: 49.1px;
  }

  .mob_flightSearch .mob_inputArea button img {
    width: 9px;
  }

  /* 移动端快讯模块 */
  .header .flash {
    display: none;
  }

  .m_flash {
    display: block;
    width: 100%;
    text-align: center;
    color: #373d44;
    font-size: 12px;
    position: absolute;
    top: 16%;
    background: rgba(255, 255, 255, 0.4);
    padding: 6px 0;
    height: 27px;
  }

  .m_flash .m_tagInfo {
    color: #d50256;
  }

  .m_flash .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 移动端消息弹窗 */
  .mess {
    width: 100%;
    top: 0;
    left: 0;
    padding: 2px 20px 6px 20px;
    border-radius: 8px;
    z-index: 10000;
  }

  /* 移动端 traffic 模块 */
  section.traffic .blue2 {
    background: none;
  }

  section.traffic span {
    margin-top: 16px;
    font-size: 20px;
  }

  .traffic .wrapper {
    margin-bottom: 10px;
  }

  .traffic .airportCircum {
    margin-bottom: 12px;
  }

  .traffic .col-sm-4  {
    width: 100%;
  }
  .traffic .airportCircum .tail a {
    display: none;
  }

  /* 移动端 business 模块 */
  section.business .blue {
    display: none;
  }

  section.business {
    background: #215bb5;
  }

  .mob_business {
    display: block;
  }

  .mob_business h2 {
    font-size: 22px;
  }

  .mob_business .mob_textWrapper {
    vertical-align: middle;
    margin: 20px 0 15px 0;
  }

  .mob_business .mob_textWrapper i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 17px;
    float: right;
  }

  .mob_business .mob_content.none {
    display: none;
  }

  .mob_business .mob_content .items {
    margin-bottom: 12px;
    background-color: #fff;
  }

  .mob_business .mob_content .items a {
    display: inline-block;
    width: 50%;
  }

  .mob_business .mob_content .items .infoWrapper {
    display: inline-block;
    width: 50%;
    padding: 12px;
  }

  .mob_business .mob_content .items .infoWrapper .title {
    color: #373d44;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }

  .mob_business .mob_content .items .infoWrapper .text {
    color: #94a5bc;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

