@charset "UTF-8";
/*scss 公共*/
input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

.btn {
  padding: 10px 20px;
  background-color: #E73273;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  display: inline-block;
}

.btn:hover {
  color: #FFF;
  background-color: #A31B50;
}

.btn .icon {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  background: url("../png/right-arrow-2.png") no-repeat 50% 50%;
}
.about-info-grid p .wap-logo {
  width: 200px;
  display: block;
  float: none;
  padding-top: 20px;
}

/*header start*/
.nav-box {
  display: none;
}

.logo .wap-logo, .logo .fix-logo {
  display: none;
}

.banner-zw {
  height: 100px;
}

.header {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  font-size: 14px;
  width: 100%;
  transition: all 0.3s;
  background: url("../png/headerbg-2.png") repeat-x;
}

.header .logo img {
  height: 36px;
}

.header.header-ny {
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
}

.header.header-ny.type2 {
  position: fixed;
}

.header.header-ny.type2 .logo img {
  display: none;
}

.header.header-ny.type2 .logo img.wap-logo {
  display: inline-block;
}

.header.header-cfff {
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.header.header-ny {
  position: fixed;
  transition: all 0.3s;
}

.header.header-ny .header-top, .header.header-cfff .header-top {
  background: rgba(0, 0, 0, 0.1);
}

.header-ny .header-top .left-text .scoll-text a, .header.header-cfff .left-text .scoll-text a {
  color: #A31B50;
}

.header.header-ny .header-top a, .header.header-cfff .header-top a {
  color: #5a5757;
}

.header.header-ny .header-top .top-lx, .header.header-cfff .header-top .top-lx {
  color: #5a5757;
}

.header.header-ny .header-top .left-text, .header.header-cfff .header-top .left-text {
  color: #A31B50;
}

.header.header-ny .logo img, .header.header-cfff .logo img {
  display: none;
}

.header.header-ny .logo img.wap-logo, .header.header-cfff .logo img.wap-logo {
  display: inline-block;
}

.header.header-ny .pc-nav li > a,
.header.header-cfff .pc-nav li > a {
  color: #5A5757;
}

.header.header-ny .pc-nav li.cur > a,
.header.header-ny .pc-nav li:hover > a,
.header.header-cfff .pc-nav li.cur > a,
.header.header-cfff .pc-nav li:hover > a {
  color: #A31B50;
}

.header.header-ny .nav-right .iconfont, .header.header-cfff .nav-right .iconfont {
  color: #595757;
}

.header.header-ny .top-notice,
.header.header-ny .lan-box em,
.header.header-cfff .top-notice,
.header.header-ny .nav-right a,
.header.header-cfff .nav-right a,
.header.header-cfff .lan-box em {
  color: #5A5757;
}

.header.header-ny .lan-box .arrow,
.header.header-cfff .lan-box .arrow {
  background: url("../png/grey-arrow-2.png") no-repeat 50% 50%;
}

.header-top {
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}

.header-top a {
  color: rgba(255, 255, 255, 0.8);
}

.header-top a:hover {
  text-decoration: underline;
  color: #FFF;
}

.header-top .iconfont {
  margin-right: 8px;
  position: relative;
  /* top: 2px; */
  font-size: 18px;
}

.header-top .left-text {
  float: left;
  max-width: 60%;
  position: relative;
  padding-left: 28px;
}

.header-top .left-text .iconfont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-top .left-text .scoll-text {
  display: inline-block;
  height: 30px;
  float: left;
  line-height: 30px;
}

.header-top .left-text .scoll-text .swiper-container {
  height: 30px;
}

.header-top .left-text .scoll-text a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.6s;
  text-decoration: none;
}

.header-top .left-text .scoll-text a:hover {
  color: #A31B50;
}

.header-top .top-lx {
  float: right;
}

.header-box .nav-right {
  padding: 17px 0 0;
}

.header-box .logo {
  padding-top: 16px;
}

.header-box .logo {
  float: left;
}

.header-box .logo .iconfont {
  font-size: 166px;
  fill: currentColor;
}

.header-box .pc-nav {
  float: left;
  margin-left: 7%;
}

.search-text {
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  width: 950px;
  border-radius: 8px;
  padding: 50px 65px;
  float: right;
}

.hover-search {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 22;

}

.hover-search.cur {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

.hover-search .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}

.hover-search .close-btn .iconfont {
  font-size: 20px;
  color: #97979C;
}

.hover-search .close-btn .iconfont:hover {
  color: #A31B50;
}

.hover-search input {
  width: 100%;
  border: none;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 37px;
  line-height: 72px;
  height: 72px;
  box-sizing: border-box;
  padding: 0 35px;
  font-size: 20px;
}

.hover-search button {
  border: none;
  box-shadow: none;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
}

.hover-search button .iconfont {
  color: #A31B50;
  font-size: 26px;
}

.search-head-form {
  position: relative;
}

.top-notice {
  color: #FFF;
  float: right;
  margin-right: 35px;
  display: flex;
  line-height: 36px;
}

.top-notice .laba {
  display: inline-block;
  position: relative;
  margin-right: 12px;
}

.top-notice .laba:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E73273;
  opacity: 0;
  visibility: hidden;
}

.top-notice .laba.cur:after {
  opacity: 1;
  visibility: visible;
}

.nav-right {
  float: right;
  line-height: 36px;
}

.nav-right a {
  color: #FFF;
}

.nav-right .iconfont {
  font-size: 20px;
}

.nav-right .sear {
  float: right;
}

.nav-right .sear .iconfont {
  margin-left: 20px;
}

.nav-right .lan-box {
  float: right;
}

.lan-box {
  line-height: 36px;
  color: #FFF;
}

.lan-box dt {
  display: flex;
  align-items: center;
}

.lan-box:hover dd {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.lan-box:hover .arrow {
  transform: rotate(-180deg);
}

.lan-box em {
  color: #FFF;
  padding: 0 8px;
}

.lan-box dl {
  position: relative;
}

.lan-box dd {
  position: absolute;
  right: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transform-origin: top left;
  background: rgba(0, 0, 0, 0.8);
  min-width: 100%;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.lan-box dd a {
  display: block;
  color: #FFF !important;
}

.lan-box dd a:hover {
  text-decoration: underline;
}

.lan-box .lang {
  display: inline-block;
}

.lan-box .arrow {
  display: inline-block;
  width: 12px;
  background: url("../png/arrow-2.png") no-repeat 50% 50%;
  height: 12px;
  transition: all 0.3s;
}

.web-share a {
  float: left;
  cursor: pointer;
  position: relative;
  height: 25px;
  width: 35px;
}

.web-share a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.web-share a img.h-img {
  display: none;
}

.web-share a:hover img {
  display: none;
}

.web-share a:hover img.h-img {
  display: inline-block;
}

.pc-nav li {
  float: left;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.pc-nav li.cur > a,
.pc-nav li:hover > a {
  color: #A31B50;
}

.pc-nav li.cur > a:after,
.pc-nav li:hover > a:after {
  width: 95px;
}

.pc-nav li:nth-last-of-type(1) {
  padding-right: 0;
}

.pc-nav li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.pc-nav li > a {
  color: #fff;
  padding: 17px 30px;
  display: block;
  position: relative;
}

.pc-nav li > a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  transition: all 0.3s;
  border-radius: 2px;
  background: #A31C50;
  width: 0;
}

.pc-nav li .erji {
  position: absolute;
  min-width: 100%;
  left: 0;
  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.1);
  top: 95%;
  background-color: #fff;
  box-sizing: border-box;
  visibility: hidden;
  border-top: 1px solid #EEE;
  opacity: 0;
  padding: 20px 0;
}

.pc-nav li .erji .erji-menu {
  position: relative;
}

.pc-nav li .erji .tit {
  font-size: 30px;
  color: #A31B50;
  float: left;
  width: 31%;
  box-sizing: border-box;
  padding-right: 30px;
  text-align: right;
}

.pc-nav li .erji dl {
  border-left: 1px solid #CBC8C7;
  float: left;
  width: 69%;
  padding-left: 30px;
  text-align: left;
  box-sizing: border-box;
}

.pc-nav li .erji dd {
  display: block;
}

.pc-nav li .erji dd .iconfont {
  font-size: 12px;
  margin-right: 10px;
}

.pc-nav li .erji dd a {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  overflow: hidden;
}

.pc-nav li .erji dd a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  background-color: #F5F5F7;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}

.pc-nav li .erji dd:hover a {
  color: #A31B50;
}

.pc-nav li .erji dd:hover a:after {
  width: 100%;
}

.pc-nav li .erji dd:nth-last-of-type(1) {
  margin-bottom: 0;
}

.pc-nav li .erji dd a {
  line-height: 40px;
  display: inline-block;
  color: #2A2A4B;
  padding: 0 20px 0 25px;
  font-weight: 100;
}

.head-sear-grid {
  background: url("../png/h-sear-bg-2.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: -220px;
  z-index: 3;
  height: 323px;
  border-radius: 68px 8px 68px 0px;
  padding-right: 55px;
  background-size: 100% 100%;
}

.head-sear-grid .sear-block {
  padding: 40px 0px 0;
}

.head-sear-grid .sear-block .ser-tit {
  position: relative;
}

.head-sear-grid .sear-block .ser-tit .right-slot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}

.head-sear-grid .sear-block .weahter-grid span {
  display: inline-block;
  padding: 0 15px;
  line-height: 1;
  position: relative;
}

.head-sear-grid .sear-block .weahter-grid span:nth-last-of-type(1):after {
  display: none;
}

.head-sear-grid .sear-block .weahter-grid span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: #FFF;
}

.head-sear-grid .sear-block .weahter-grid img {
  width: 50px;
}

.head-sear-grid h2 {
  color: #FFF;
  font-size: 28px;
  font-weight: 100;
}

.head-sear-grid .sear-from {
  background: #FFF;
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding-bottom: 20px;
  margin-top: 25px;
}

.head-sear-grid .input-block {
  margin: 20px 30px 0 35px;
  position: relative;
  padding-right: 180px;
}


.head-sear-grid .input-block .list-search {
  position: absolute;
  left: 0;
  top: 105%;
  background: #FFF;
  max-width: 500px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.head-sear-grid .input-block .list-search.act {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.head-sear-grid .input-block .list-search .tit {
  padding: 20px 0 0;
}

.head-sear-grid .input-block .list-search .tit span {
  float: left;
  color: #ccc;
}

.head-sear-grid .input-block .list-search .tit span em {
  color: #000;
}

.head-sear-grid .input-block .list-search .iconfont {
  position: inherit;
  transform: translateY(0);
  font-size: 26px;
  float: right;
  cursor: pointer;
  color: #ccc;
}

.head-sear-grid .input-block .list-search .iconfont:hover {
  color: #A31B50;
}

.head-sear-grid .input-block .list-search .s-tab-content .s-tab-block {
  display: none;
}

.head-sear-grid .input-block .list-search .s-tab-content .s-tab-block:nth-child(1) {
  display: inline-block;
}

.head-sear-grid .input-block .list-search .s-tab-content .s-tab-block:nth-child(1) dl {
  padding-left: 0;
}

.head-sear-grid .input-block .list-search .s-tab-content dl {
  padding-left: 30px;
}

.head-sear-grid .input-block .list-search .s-tab-content dd {
  overflow: hidden;
}

.head-sear-grid .input-block .list-search .s-tab-content dd a {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1.3;
  box-sizing: border-box;
  font-size: 14px;
}

.head-sear-grid .input-block .list-search .s-tab-content dd a em {
  color: #A31B50;
}

.head-sear-grid .input-block .list-search .s-tab-content dd a:hover {
  background: #a31b50;
  color: #FFf;
}

.head-sear-grid .input-block .list-search .s-tab-content dd a:hover em {
  color: #FFF;
}

.head-sear-grid .input-block input {
  background: #EFEFF7;
  line-height: 60px;
  height: 60px;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 18px;
  width: 100%;
  float: left;
}

.head-sear-grid .input-block input::-webkit-input-placeholder {
  color: #979797;
}

.head-sear-grid .input-block input::-moz-placeholder {
  color: #979797;
}

.head-sear-grid .input-block input::-ms-input-placeholder {
  color: #979797;
}

.head-sear-grid .input-block button {
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  width: 160px;
  background: #A31B50;
  line-height: 60px;
  height: 60px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  transition: all 0.6s;
}

.head-sear-grid .input-block button:hover {
  background: #E73273;
}

.head-sear-grid .sear-tab-item {
  border-bottom: 1px solid #F1F1F1;
  padding: 0 35px 0px;
}

.head-sear-grid .sear-tab-item .iconfont {
  font-size: 30px;
  float: left;
  margin-right: 7px;
  font-weight: bold;
}

.head-sear-grid .sear-tab-item a {
  overflow: hidden;
  line-height: 1;
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: rgba(163, 27, 80, 0.3);
  margin-right: 45px;
  position: relative;
  padding: 15px 0 12px;
  cursor: pointer;
  transition: all 0.6s;
}

.head-sear-grid .sear-tab-item a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: #A31B50;
  width: 0%;
  transition: all 0.6s;
}

.head-sear-grid .sear-tab-item a.cur,
.head-sear-grid .sear-tab-item a:hover {
  color: #A31B50;
}

.head-sear-grid .sear-tab-item a.cur:after {
  width: 100%;
}

/*header end*/
.imgshow {
  overflow: hidden;
}

.imgshow img {
  width: 100%;
  transition: all 0.3s;
}

.index-airport-grid {
  margin-top: 220px;
  padding: 1px 0 87px;
}

.title {
  margin: 70px 0 65px;
  text-align: center;
}

.title .line {
  width: 1px;
  height: 30px;
  background-color: #A31B50;
  margin: 0 auto 15px;
}

.title h2 {
  font-size: 34px;
  color: #97979C;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}

.title h2 em {
  color: #A31B50;
}

.index-airport-grid .airport-list li {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.index-airport-grid .airport-list li:nth-child(3n) {
  margin-right: 0;
}

.airport-list li {
  background-color: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(12, 23, 45, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 20px;
}

.airport-list h3 {
  background-color: #A31B50;
  width: 170px;
  margin: 0 auto;
  line-height: 50px;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: -25px;
}

.airport-list dd {
  float: left;
  width: 50%;
  text-align: center;
  color: #97979B;
  font-size: 14px;
}

.airport-list dd a {
  color: #97979B;
}

.airport-list dd:hover a,
.airport-list dd:hover .iconfont {
  color: #A31B50;
}

.airport-list dd .iconfont {
  transition: all 0.6s;
  font-size: 30px;
  color: #97979C;
}

.airport-list dd h4 {
  line-height: 1.3;
  height: 36px;
  margin-top: 10px;
  overflow: hidden;
  font-weight: 400;
}

.index-enjoy-grid {
  background: #FFF;
  padding: 80px 0;
}

.index-enjoy-grid .wap-tit {
  display: none;
}

.index-enjoy-grid li .title {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  margin: 0;
}

.enjoy-list.swiper-container {
  border-radius: 8px;
}

.enjoy-list li {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  width: 38.5%;
  margin: 0 2% 2% 0;
}

.enjoy-list li.item-small {
  width: 19%;
  float: right;
  margin-right: 0;
}

.enjoy-list li.item-small .hover-text {
  box-sizing: border-box;
  padding: 0 15px;
}

.enjoy-list li .big-img {
  display: none;
}

.enjoy-list li h3 {
  font-size: 22px;
  color: #FFF;
}

.enjoy-list li > h3 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 68px;
  box-sizing: border-box;
  padding: 0 10px;
}

.enjoy-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transform: scale(0);
  transition: all 0.4s;
}

.enjoy-list li:before {
  content: '';
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  box-sizing: border-box;
  border: 1px solid #FFF;
  z-index: 4;
  transform: scale(0);
  transition: all 0.5s;
}

.enjoy-list li.small-text .hover-text {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}

.enjoy-list li.small-text .hover-text p {
  height: 42px;
  overflow: hidden;
}

.enjoy-list li.small-text:before {
  width: 40%;
  left: 4%;
}

.enjoy-list li.small-text:after {
  width: 50%;
}

.enjoy-list li.item:hover:before {
  transform: scale(1);
}

.enjoy-list li.item:hover:after {
  transform: scale(1);
}

.enjoy-list li.item:hover .hover-text {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.enjoy-list li.item:hover > h3 {
  opacity: 0;
}

.enjoy-list li .hover-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 45%;
  z-index: 5;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.enjoy-list li .hover-text.small-text {
  width: 50%;
}

.enjoy-list li .hover-text h3 {
    line-height: 28px;
  max-height: 56px;
  overflow: hidden;
}

.enjoy-list li .hover-text h3 a {
  color: #FFF;
}

.enjoy-list li .hover-text p {
  margin: 12px 0;
    max-height: 56px;
  overflow: hidden;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}

/*footer start*/
.footer {
  padding-top: 40px;
  background: #A31B50 url("../jpg/fbg.jpg") no-repeat 50% 50%;
}

.flogo {
  float: left;
  width: 35%;
}

.flogo .flogo-img {
  margin-bottom: 45px;
  display: block;
}

.flogo .flogo-img img {
  width: 200px;
}

.flogo p {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-left: 30px;
}

.flogo p .iconfont {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.flogo p .iconfont.iconyouxiang {
  font-size: 14px;
  top: 0;
}

.flogo p a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.6s;
}

.flogo p a:hover {
  color: #FFF;
}

.foot-nav {
  float: right;
  width: 60%;
}

.foot-nav li {
  float: right;
  margin-left: 10%;
}

.foot-nav li:nth-last-of-type(1) {
  margin-left: 0;
}

.foot-nav h3 {
  margin-bottom: 12px;
}

.foot-nav h3 a {
  color: #FFF;
  font-size: 22px;
}

.foot-nav dd {
  margin-bottom: 13px;
  font-size: 16px;
}

.foot-nav dd a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.6s;
}

.foot-nav dd a:hover {
  color: #FFF;
}

.footer-copy {
  margin-top: 50px;
  color: #FFF;
  font-size: 16px;
  color: #D1EEF6;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 15px 0;
}

.footer-copy p {
  font-size: 12px;
  float: left;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.footer-copy p:nth-child(2) {
  float: right;
}

.footer-copy a {
  line-height: 1;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 15px;
}

.footer-copy a:hover {
  color: #FFF;
}

.footer-copy a:nth-last-child(1) {
  border-right: none;
}

.footer-copy a:nth-child(1) {
  padding-left: 0;
}

/*footer end*/
.red {
  color: #FF0000;
}

.green {
  color: #37C265;
}

.warning {
  color: #E48F34;
}

.flight-tab-item, .tran-tab-item {
  background: #FFF;
  font-size: 20px;
}

.tran-tab-item {
  border-bottom: 1px solid #DADADB;
  background: #FFF;
  font-size: 20px;
}

.tran-tab-item ul {
  position: relative;
}

.tran-tab-item ul .right-slot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tran-tab-item ul .right-slot .shopmap {
  background: #feffff;
  box-shadow: 0px 2px 10px 0px rgba(163, 27, 80, 0.14);
  border-radius: 20px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 24px;
  color: #A31B50;
  transition: all 0.3s;
}

.tran-tab-item ul .right-slot .shopmap:hover {
  background-color: #A31B50;
  color: #FFF;
}

.tran-tab-item ul .right-slot .shopmap:hover .iconfont {
  color: #FFF;
}

.tran-tab-item ul .right-slot .shopmap .iconfont {
  color: #A31B50;
  float: left;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
  line-height: 40px;
}

.tran-tab-item li {
  float: left;
  padding: 25px 0px;
  position: relative;
  margin-right: 20px;
  margin-right: 50px;
}

.flight-tab-item li {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 25px;
  position: relative;
  margin-right: 20px;
}

.flight-tab-item li.cur span,
.flight-tab-item li.cur .iconfont, .flight-tab-item li:hover span,
.flight-tab-item li:hover .iconfont, .tran-tab-item li.cur span, .tran-tab-item li:hover span {
  color: #A31B50;
}

.flight-tab-item li.cur:after, .tran-tab-item li.cur:after {
  width: 100%;
}

.flight-tab-item li:after,
.tran-tab-item li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  border-radius: 2px;
  height: 4px;
  background: #A31B50;
  bottom: 0;
  transition: all 0.3s;
}

.flight-tab-item span,
.tran-tab-item span {
  display: inline-block;
  font-weight: 600;
}

.flight-tab-item span,
.flight-tab-item .iconfont,
.tran-tab-item span,
.tran-tab-item .iconfont {
  line-height: 1;
  color: #2A2A4B;
}

.flight-tab-item .iconfont {
  font-size: 30px;
  font-weight: bold;
  margin-right: 12px;
}

.filter-grid {
  margin: 40px auto 55px;
}

.filter-grid .filter-block {
  float: left;
  width: 20%;
  margin-right: 2.5%;
  transition: all 0.3s;
  box-sizing: border-box;
}

.filter-grid .filter-block .layui-form-select dl {
  top: 60px;
}

.filter-grid .filter-block.ser-title {
  width: 55%;
  margin-right: 0;
}

.filter-grid .filter-block.ser-title.w100 {
  width: 100%;
}

.filter-grid .filter-block.ser-title .layui-input-block {
  position: relative;
  padding-right: 200px;
}

.filter-grid .filter-block.ser-title .layui-btn {
  position: absolute;
  height: 100%;
  right: 0;
  border-radius: 6px;
  width: 180px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  font-size: 20px;
  font-weight: 600;
}

.filter-grid .filter-block.ser-title .layui-btn:hover {
  opacity: 1;
  background: #E73273;
}

.filter-block {
  transition: all 0.3s;
  position: relative;
}

.filter-block .layui-input-block {
  margin-left: 0;
}

.filter-block .layui-input {
  border-radius: 6px;
  border: none;
  color: #97979C;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding-left: 0;
  box-sizing: border-box;
  background: #FFF;
}

.filter-block .layui-input::-webkit-input-placeholder {
  /* WebKit browsers */
  line-height: 60px;
}

.filter-block .layui-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  line-height: 60px;
}

.filter-block .layui-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  line-height: 60px;
}

.filter-block .layui-input:hover {
  box-shadow: 0px 10px 10px 0px rgba(12, 23, 45, 0.1);
}

.filter-block input.layui-input {
  padding-left: 55px;
}

.filter-block .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 24px;
  color: #A31B50;
  z-index: 3;
}

.filter-block .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url("../png/grey-arrow2-2.png") no-repeat 50% 50%;
  width: 12px;
  height: 6px;
  z-index: 3;
}

.filter-block.ser-title .iconfont {
  font-size: 30px;
  font-weight: bold;
}

.filter-grid .hot-search {
  position: absolute;
  left: 0;
  top: 105%;
  background: #FFF;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.filter-grid .hot-search.act {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.filter-grid .hot-search .tit {
  padding: 20px 0;
}

.filter-grid .hot-search .tit span {
  float: left;
  color: #ccc;
}

.filter-grid .hot-search .closebtn {
  position: inherit;
  transform: translateY(0);
  font-size: 14px;
  float: right;
  cursor: pointer;
  color: #ccc;
}

.filter-grid .hot-search .closebtn:hover {
  color: #A31B50;
}

.filter-grid .hot-search .s-tab-item {
  border-bottom: 1px solid #ccc;
}

.filter-grid .hot-search .s-tab-item a {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.filter-grid .hot-search .s-tab-item a:hover, .filter-grid .hot-search .s-tab-item a.cur {
  color: #A31B50;
}

.filter-grid .hot-search .s-tab-content .s-tab-block {
  display: none;
}

.filter-grid .hot-search .s-tab-content .s-tab-block:nth-child(1) {
  display: block;
}

.filter-grid .hot-search .s-tab-content .s-tab-block:nth-child(1) dl {
  padding-left: 0;
}

.filter-grid .hot-search .s-tab-content dl {
  position: relative;
  padding-left: 30px;
}

.filter-grid .hot-search .s-tab-content dl dt {
  position: absolute;
  left: 0;
  top: 10px;
  color: #a31b50;
}

.filter-grid .hot-search .s-tab-content dd {
  padding: 10px 0;
  overflow: hidden;
  font-size: 0;
}

.filter-grid .hot-search .s-tab-content dd a {
  float: left;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1.3;
  width: 25%;
  box-sizing: border-box;
  font-size: 14px;
}

.filter-grid .hot-search .s-tab-content dd a:hover {
  background: #a31b50;
  color: #FFf;
}

.filter-grid .hot-search .s-tab-content dd a:nth-child(1) {
  clear: initial;
}

.filter-grid .hot-search .s-tab-content dd a:nth-child(4n-3) {
  clear: left;
}

.filter-grid .list-search {
  position: absolute;
  left: 0;
  top: 105%;
  background: #FFF;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.filter-grid .list-search.act {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.filter-grid .list-search .tit {
  padding: 20px 0 0;
}

.filter-grid .list-search .tit span {
  float: left;
  color: #ccc;
}

.filter-grid .list-search .tit span em {
  color: #000;
}

.filter-grid .list-search .iconfont {
  position: inherit;
  transform: translateY(0);
  font-size: 26px;
  float: right;
  cursor: pointer;
  color: #ccc;
}

.filter-grid .list-search .iconfont:hover {
  color: #A31B50;
}

.filter-grid .list-search .s-tab-content .s-tab-block {
  display: none;
}

.filter-grid .list-search .s-tab-content .s-tab-block:nth-child(1) {
  display: inline-block;
}

.filter-grid .list-search .s-tab-content .s-tab-block:nth-child(1) dl {
  padding-left: 0;
}

.filter-grid .list-search .s-tab-content dl {
  padding-left: 30px;
}

.filter-grid .list-search .s-tab-content dd {
  overflow: hidden;
}

.filter-grid .list-search .s-tab-content dd a {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1.3;
  box-sizing: border-box;
  font-size: 14px;
}

.filter-grid .list-search .s-tab-content dd a em {
  color: #A31B50;
}

.filter-grid .list-search .s-tab-content dd a:hover {
  background: #a31b50;
  color: #FFf;
}

.filter-grid .list-search .s-tab-content dd a:hover em {
  color: #FFF;
}

.content-flight-table {
  background: #FFF;
  padding: 40px 60px;
  border-radius: 6px;
  margin-bottom: 60px;
}

.content-flight-table .top-tab-item {
  position: relative;
  margin-bottom: 20px;
}

.content-flight-table .layui-input-inline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 245px;
}

.content-flight-table .layui-input-inline .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url("../png/grey-arrow2-2.png") no-repeat 50% 50%;
  width: 12px;
  height: 6px;
  z-index: 3;
}

.content-flight-table .layui-input-inline .layui-input {
  background: #F5F5F7;
  border: none;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #2A2A4B;
  font-weight: bold;
  padding-left: 40px;
  box-sizing: border-box;
}

.content-flight-table .layui-input-inline .layui-input::-webkit-input-placeholder {
  /* WebKit browsers */
  line-height: 46px;
}

.content-flight-table .layui-input-inline .layui-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  line-height: 46px;
}

.content-flight-table .layui-input-inline .layui-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  line-height: 46px;
}

.content-flight-table .tab-btn {
  background: #feffff;
  box-shadow: 0px 2px 10px 0px rgba(163, 27, 80, 0.14);
  border-radius: 23px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #97979C;
  font-weight: 600;
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.3s;
}

.content-flight-table .tab-btn:hover {
  color: #A31B50;
  box-shadow: 0px 2px 10px 0px rgba(163, 27, 80, 0.3);
}

.content-flight-table .tab-btn i {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 3px;
}

.content-flight-table .tab-prev {
  float: left;
}

.content-flight-table .tab-prev i {
  padding-right: 5px;
}

.content-flight-table .tab-next {
  float: right;
}

.content-flight-table .tab-next i {
  padding-left: 5px;
}

.content-flight-table .flight-table {
  font-size: 16px;
  color: #000000;
}

.content-flight-table .flight-table table {
  width: 100%;
}

.content-flight-table .flight-table td {
  line-height: 80px;
}

.content-flight-table .flight-table td,
.content-flight-table .flight-table th {
  padding: 0 10px;
  text-align: center;
}

.content-flight-table .flight-table th {
  border-bottom: 1px solid #E1E1E1;
  padding: 16px 10px;
  color: #A31B50;
  line-height: 1.3;
}

.content-flight-table .flight-table tbody tr:nth-child(2n) {
  background: #F5F5F7;
}

.content-flight-table .flight-table a.tel-url:hover {
  color: #A31B50;
}

.content-flight-table .flight-table .cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-flight-table .flight-table .cell.align-left {
  text-align: left;
}

.content-flight-table .flight-table .cell.gate:hover {
  cursor: pointer;
}

.content-flight-table .flight-table .cell.gate:hover .iconfont {
  color: #E63273;
}

.content-flight-table .flight-table .cell.gate:hover a {
  text-decoration: underline;
}

.content-flight-table .flight-table .cell .iconfont {
  color: #B4B4B3;
  margin-right: 8px;
  font-size: 16px;
}

.content-flight-table .flight-table .cell li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 48px;
}

.content-flight-table .flight-table .cell.scoll-list {
  height: 48px;
  overflow: hidden;
}

.count2 {
  top: 0px;
  -webkit-animation: scrollText2 4s infinite cubic-bezier(1, 0, 0.5, 0);
  animation: scrollText2 4s infinite cubic-bezier(1, 0, 0.5, 0);
}

.count3 {
  top: 0px;
  -webkit-animation: scrollText3 5s infinite cubic-bezier(1, 0, 0.5, 0);
  animation: scrollText3 5s infinite cubic-bezier(1, 0, 0.5, 0);
}

.count4 {
  top: 0px;
  -webkit-animation: scrollText4 7s infinite cubic-bezier(1, 0, 0.5, 0);
  animation: scrollText4 7s infinite cubic-bezier(1, 0, 0.5, 0);
}

.count5 {
  top: 0px;
  -webkit-animation: scrollText5 9s infinite cubic-bezier(1, 0, 0.5, 0);
  animation: scrollText5 9s infinite cubic-bezier(1, 0, 0.5, 0);
}

/*航班信息-航司LOGO 滚动 START*/
/*2张图滚动样式*/
@-webkit-keyframes scrollText2 {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-48px);
  }
  100% {
    -webkit-transform: translateY(-96px);
  }
}

@keyframes scrollText2 {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-48px);
  }
  100% {
    -webkit-transform: translateY(-96px);
  }
}

/*2张图滚动样式*/
@-webkit-keyframes scrollText3 {
  0% {
    -webkit-transform: translateY(0px);
  }
  33% {
    -webkit-transform: translateY(-48px);
  }
  66% {
    -webkit-transform: translateY(-96px);
  }
  100% {
    -webkit-transform: translateY(-144px);
  }
}

@keyframes scrollText3 {
  0% {
    -webkit-transform: translateY(0px);
  }
  33% {
    -webkit-transform: translateY(-48px);
  }
  66% {
    -webkit-transform: translateY(-96px);
  }
  100% {
    -webkit-transform: translateY(-144px);
  }
}

/*4张图滚动样式*/
@-webkit-keyframes scrollText4 {
  0% {
    -webkit-transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-48px);
  }
  50% {
    -webkit-transform: translateY(-96px);
  }
  75% {
    -webkit-transform: translateY(-144px);
  }
  100% {
    -webkit-transform: translateY(-192px);
  }
}

@keyframes scrollText4 {
  0% {
    -webkit-transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-48px);
  }
  50% {
    -webkit-transform: translateY(-96px);
  }
  75% {
    -webkit-transform: translateY(-144px);
  }
  100% {
    -webkit-transform: translateY(-192px);
  }
}

/*5张图滚动样式*/
@-webkit-keyframes scrollText5 {
  0% {
    -webkit-transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-48px);
  }
  40% {
    -webkit-transform: translateY(-96px);
  }
  60% {
    -webkit-transform: translateY(-144px);
  }
  80% {
    -webkit-transform: translateY(-192px);
  }
  100% {
    -webkit-transform: translateY(-240px);
  }
}

@keyframes scrollText5 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-48px);
  }
  40% {
    transform: translateY(-96px);
  }
  60% {
    transform: translateY(-144px);
  }
  80% {
    transform: translateY(-192px);
  }
  100% {
    transform: translateY(-240px);
  }
}

.content-flight-table .flight-table .cell.scoll-list > ul:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.content-flight-table .flight-table .logo-icon {
  width: 36px;
  float: left;
  text-align: center;
}

.content-flight-table .flight-table .logo-icon img {
  max-width: 100%;
  width: 20px;
}

.content-flight-table .flight-table .bold {
  font-weight: 600;
}

.content-flight-table .flight-table .website .iconfont {
  font-size: 28px;
  color: #97979B;
}

.content-flight-table .flight-table .website a {
  transition: all 0.3s;
}

.content-flight-table .flight-table .website a:hover .iconfont {
  color: #A31B50;
}

.table-show-more {
  text-align: center;
  margin-top: 20px;
}

.table-show-more a {
  color: #A31B50;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-show-more.cur .iconfont {
  transform: rotate(0deg);
}

.table-show-more .iconfont {
  color: #CBC8C7;
  font-weight: bold;
  font-size: 22px;
  margin-left: 15px;
  transition: all 0.5s;
  transform: rotate(180deg);
}

.layui-laydate-main .laydate-time-list > li {
  width: 50%;
}

.laydate-time-list > li:nth-last-of-type(1) {
  display: none;
}

.bgfff {
  background-color: #FFF;
}

.conetent-tran {
  padding: 80px 0 20px;
}

.tran-list li {
  float: left;
  width: 47%;
  overflow: hidden;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(12, 23, 45, 0.1);
  border-radius: 8px 8px 0px 0px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.tran-list li:nth-child(2n) {
  float: right;
}

.tran-list li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #A31B50;
  bottom: 0;
  transition: all 0.3s;
}

.tran-list li:hover:after {
  width: 100%;
}

.tran-list li:hover h3 a {
  color: #A31B50;
}

.tran-list li:hover .imgshow img {
  transform: scale(1.03);
}

.tran-list li.bor .imgshow {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}

.tran-list .imgshow {
  float: left;
  width: 38%;
  position: relative;
  z-index: 2;
}

.tran-list .text {
  float: left;
  width: 62%;
  box-sizing: border-box;
  padding-right: 15px;
}

.tran-list h3 {
  font-size: 22px;
  padding-left: 35px;
  padding-top: 50px;
}

.tran-list h3 a {
  color: #595757;
  font-weight: 600;
}

.conetent-tran-city {
  margin-top: 50px;
}

.conetent-tran-city h3 {
  color: #A31B50;
  font-size: 20px;
  font-weight: 600;
}

.conetent-tran-city h3 i {
  font-weight: normal;
}

.conetent-tran-city h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.conetent-tran-city h4 i {
  font-weight: normal;
}

.conetent-tran-city .text {
  max-width: 1100px;
  color: #808080;
  line-height: 1.5;
}

.conetent-tran-city .text .red {
  color: #A31B50;
}

.conetent-tran-city .text .red a {
  color: #A31B50;
}

.conetent-tran-city .text a {
  color: #808080;
}

.conetent-tran-city .text a:hover {
  text-decoration: underline;
}

.conetent-tran-city .text img {
  max-width: 100%;
}

.tran-table.stripes tr:nth-child(even) {
  background-color: #F5F5F7;
}

.tran-table small {
  position: relative;
  top: -5px;
  display: inline-block;
  transform: scale(0.8);
}

.tran-table .bgtit {
  background-color: #F5F5F7;
}

.tran-table.type1 table {
  border-bottom: 1px solid #DADADB;
}

.tran-table.type1 td, .tran-table.type1 th {
  border-right: 1px solid #DADADB;
}

.tran-table.type1 td:nth-last-of-type(1), .tran-table.type1 th:nth-last-of-type(1) {
  border: none;
}

.tran-table.type2 th, .tran-table.type2 td {
  border: 1px solid #DADADB;
}

.tran-table table {
  max-width: 1100px;
}

.tran-table table th {
  background-color: #A31B50;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

.tran-table table td {
  font-size: 14px;
  color: #808080;
}

.tran-table table th, .tran-table table td {
  padding: 12px 24px;
  text-align: center;
}

.tran-table table .align-left {
  text-align: left;
}

.tran-detail-tit {
  line-height: 46px;
  overflow: hidden;
  margin-bottom: 30px;
}

.tran-detail-tit .icon {
  float: left;
  margin-right: 30px;
}

.tran-detail-tit .icon .iconfont {
  color: #8F8FB8;
  font-size: 46px;
}

.tran-detail-tit h2 {
  font-size: 40px;
  color: #2A2A4B;
  font-weight: 600;
}

.conetent-tran-park .text {
  max-width: 1100px;
}

.conetent-tran-park .text img {
  max-width: 100%;
}

.conetent-tran-park h3 {
  font-size: 24px;
  color: #A31B50;
  font-weight: 600;
  margin-bottom: 10px;
}

.conetent-tran-park h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.conetent-tran-park p em {
  font-weight: 600;
}

.conetent-tran-park p.hei {
  color: #333;
}

.conetent-tran-park .tel-a {
  color: #A31B50;
  font-weight: 600;
}

.conetent-tran-park .tel-a:hover {
  text-decoration: underline;
}

.conetent-tran-guangdong .filter-grid {
  display: none;
}

.tran-gilter-grid {
  padding: 40px 0;
}

.tran-gilter-grid li {
  float: left;
  box-sizing: border-box;
  width: 13%;
  border: 1px solid #DADADB;
  border-radius: 5px;
  height: 42px;
  font-size: 16px;
  line-height: 1.3;
  margin-right: 1.5%;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.tran-gilter-grid li:nth-child(7n) {
  margin-right: 0;
}

.tran-gilter-grid li.cur, .tran-gilter-grid li:hover {
  background-color: #E73273;
  border-color: #E73273;
}

.tran-gilter-grid li.cur a, .tran-gilter-grid li:hover a {
  color: #FFF;
}

.tran-gilter-grid li a {
  display: block;
  color: #97979B;
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.travel-gd-grid .text {
  max-width: 1100px;
}

.travel-gd-grid .text h4 {
  color: #333;
  font-weight: 600;
}

.travel-gd-grid .text-p h3 {
  font-size: 20px;
  color: #A31B50;
  font-weight: 600;
}

.travel-gd-grid .text-p h4 {
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

.travel-gd-grid .text-p h4 i {
  font-weight: normal;
}

.travel-gd-grid .text-p p em {
  color: #333;
}

.travel-gd-grid .text-p img {
  max-width: 100%;
  margin-bottom: 10px;
}

.gd-detail-tit {
  font-size: 40px;
  color: #2A2A4B;
  margin-bottom: 20px;
}

.gd-detail-tit h2 {
  font-weight: 600;
}

.text-tab-grid {
  margin: 50px 0;
  border-bottom: 1px solid #DADADB;
}

.text-tab-grid a {
  color: #2A2A4B;
  font-weight: 600;
  padding: 20px 0;
  display: inline-block;
  margin-right: 35px;
  position: relative;
  font-size: 16px;
}

.text-tab-grid a:hover, .text-tab-grid a.cur {
  color: #E73273;
}

.text-tab-grid a:hover:after, .text-tab-grid a.cur:after {
  width: 100%;
}

.text-tab-grid a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #E73273;
  transition: all 0.3s;
}

/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  position: relative;
}

.banner.banner-map:after {
  content: '';
  position: absolute;
  left: 0;
  height: 30px;
  background: #F2F2F5;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.banner.banner-map:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 30px;
  width: 100%;
  height: 700px;
  z-index: 3;
  background: rgba(42, 42, 75, 0.2);
  transition: all 0.3s;
}

.banner.banner-map:hover:before {
  display: none;
}

.banner.banner-ny img {
  width: 100%;
}

.banner.banner-ny .ny-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 1;
  margin-top: 50px;
}

.banner.banner-ny .ny-banner-content .text.text-tran {
  text-align: center;
}

.banner.banner-ny .ny-banner-content .text.text-tran span {
  font-size: 38px;
  text-transform: uppercase;
  padding: 25px 50px;
  line-height: 1;
  font-weight: 600;
}

.banner.banner-ny.banner-about .ny-banner-content {
  margin-top: -20px;
}

.banner.banner-ny .ny-banner-content span {
  background: rgba(42, 42, 75, 0.84);
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
}

.banner.banner-ny .ny-banner-content span.text-tran {
  font-size: 38px;
  text-transform: uppercase;
}

.banner.banner-ny .ny-banner-content .nobg span {
  background: transparent;
}

.banner.banner-ny .ny-banner-content h1 {
  display: inline-block;
  background: rgba(163, 27, 80, 0.84);
  font-size: 30px;
  padding: 18px 24px;
  min-width: 200px;
  box-sizing: border-box;
}

.banner .crumbs-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

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

.banner .wap-box {
  display: none;
}

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

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border-radius: 50%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination {
  display: flex;
  align-items: center;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
  border: 4px solid #E73273;
  width: 6px;
  height: 6px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.banner .head-table {
  width: 535px;
  background: white;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px 20px 10px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.banner .head-table .tit {
  margin-bottom: 10px;
  position: relative;
}

.banner .head-table .tit h3 {
  font-size: 20px;
  color: #2A2A4B;
}

.banner .head-table .tit .right-slot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.banner .head-table .tit .right-slot a {
  color: #B3B3B3;
  text-transform: capitalize;
  padding-right: 12px;
  transition: all 0.6s;
  position: relative;
}

.banner .head-table .tit .right-slot a:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  bottom: 5px;
  border-color: transparent transparent transparent #B3B3B3;
}

.banner .head-table .tit .right-slot a:hover {
  color: #A31B50;
}

.banner .head-table .tit .right-slot a:hover:after {
  border-color: transparent transparent transparent #A31B50;
}

.swiper-slide .banner-content {
  position: absolute;
  transform: translateY(-200px);
  opacity: 0;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10;
  height: 100%;
}

.swiper-slide .banner-content .line {
  width: 60px;
  height: 1px;
  background: white;
  margin: 35px 0;
}

.swiper-slide .banner-content h2 {
  font-size: 65px;
  color: #FFF;
  line-height: 1.3;
}

.swiper-slide .banner-content .text {
  float: left;
}

.swiper-slide .banner-content .m-width-1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.head-tab-box .head-item {
  background: #EFEFF7;
  line-height: 36px;
}

.head-tab-box .head-item a {
  float: left;
  width: 50%;
  text-align: center;
  color: #97979B;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.head-tab-box .head-item a:nth-child(1) {
  border-radius: 4px 0 0 4px;
}

.head-tab-box .head-item a:nth-child(2) {
  border-radius: 0  4px 4px 0;
}

.head-tab-box .head-item a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 98%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #A31B50 transparent transparent transparent;
  transform: translateX(-50%);
  opacity: 0;
}

.head-tab-box .head-item a.cur {
  background: #A31B50;
  color: #FFF;
}

.head-tab-box .head-item a.cur:after {
  opacity: 1;
}

.head-tab-content {
  padding-top: 10px;
  position: relative;
}

.head-tab-content .scoll-list {
  height: 48px;
  overflow: hidden;
}

.head-tab-content .scoll-list li {
  height: 48px;
  line-height: 48px;
}

.head-tab-content table {
  line-height: 1;
  width: 100%;
  color: #2A2A4B;
  table-layout: fixed;
  font-size: 14px;
}

.head-tab-content th,
.head-tab-content td {
  padding: 0 5px;
  line-height: 48px;
}

.head-tab-content th {
  border-bottom: 1px solid #A31B50;
}

.head-tab-content td {
  border-bottom: 1px solid #EDEDED;
}

.head-tab-content tr:hover td {
  background: RGBA(237, 237, 237, 0.34);
}

.head-tab-content tr:nth-last-child(1) td {
  border-bottom: none;
}

.head-tab-content thead th {
  border-bottom: 1px solid #A31B50;
  color: #A31B50;
  font-weight: 600;
}

.head-tab-content .cell {
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.head-tab-content .cell .icon {
  margin-right: 3%;
}

.head-tab-content .cell .icon img {
  max-width: 100%;
  width: 20px;
}

.head-tab-content .cell em {
  font-weight: bold;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
  transition: all .6s;
}

/*轮播图end*/
.inner-banner {
  padding-top: 110px;
}

.inner-banner .ib-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner .ib-inner .ib-tit {
  text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
  display: inline-block;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #000000;
  font-weight: normal;
  position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../inner-banner-tit-l-2.html) no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
  content: '';
  width: 69px;
  height: 10px;
  background: url(../inner-banner-tit-r-2.html) no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -5px;
}

.crumbs-box {
  padding: 12px 0;
  text-transform: capitalize;
  font-weight: 500;
}

.crumbs-box a {
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a.home {
  background: url("../home-2.html") no-repeat 0 50%;
  padding-left: 28px;
}

.crumbs-box a:hover {
  color: #A31B50;
  cursor: pointer;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}

.crumbs-box span {
  color: #fff;
}

/*公共样式定义 start*/
.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.martop-90 {
  margin-top: 90px;
}

.marbot-90 {
  margin-bottom: 90px;
}

.paddtop-90 {
  padding-top: 90px;
}

.paddbot-90 {
  padding-bottom: 90px;
}

/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.right-fix {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 10;
}

.right-fix.stop {
  bottom: 285px;
  position: absolute;
}

.right-fix a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.right-fix .iconfont {
  font-size: 26px;
}

.right-fix a {
  margin-bottom: 20px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.right-fix a:hover {
  background-color: #E73273;
}

.right-fix a:hover .iconfont {
  color: #fff;
}

.right-fix a:nth-last-of-type(1) {
  margin-bottom: 0;
}

.right-fix a .iconfont {
  color: #97979C;
}

.guides-index-list {
  padding: 80px 0 110px;
}

.guides-index-list .icon {
  text-align: center;
  line-height: 80px;
  height: 80px;
}

.guides-index-list .icon .iconfont {
  font-size: 80px;
  color: #A31B50;
}

.guides-index-list h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 26px;
  color: #595757;
}

.guides-index-list li {
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(12, 23, 45, 0.1);
  border-radius: 8px;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  box-sizing: border-box;
  padding: 35px 45px;
}

.guides-index-list li:nth-child(3) .icon {
  text-align: center;
}

.guides-index-list li:nth-child(3) .icon .iconfont {
  font-size: 60px;
}

.guides-index-list li:nth-child(3n) {
  margin-right: 0;
}

.guides-index-list dd {
  border: 1px solid #DADADB;
  border-radius: 26px;
  transition: all 0.3s;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
}

.guides-index-list dd:nth-last-of-type(1) {
  margin-bottom: 0;
}

.guides-index-list dd:hover {
  border-color: #A31B50;
}

.guides-index-list dd:hover .iconfont {
  color: #A31B50;
}

.guides-index-list dd:hover a {
  color: #A31B50;
}

.guides-index-list dd a {
  color: #595757;
  font-size: 14px;
  display: block;
  padding: 15px 30px;
  transition: all 0.3s;
}

.guides-index-list dd .iconfont {
  transition: all 0.3s;
  font-size: 12px;
  color: #97979B;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.guide-special-ser {
  background-color: #F2F2F5;
  height: 220px;
}

.guide-special-ser .m-width-1400 {
  position: relative;
}

.guide-special-item a {
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-shadow: 0px 0px 30px 0px rgba(12, 23, 45, 0.1);
  border-radius: 8px;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.guide-special-item a:hover span {
  color: #A31B50;
}

.guide-special-item .icon {
  display: inline-block;
  width: 51px;
  height: 64px;
  background: url("../png/special-2.png") no-repeat 50% 50%;
}

.guide-special-item span {
  display: inline-block;
  line-height: 51px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 18px 0 30px;
  color: #595757;
}

.guide-special-item .iconfont {
  color: #A31B50;
}

.guides-process ul {
  font-size: 14px;
}

.guides-process ul li {
  float: left;
  font-weight: 600;
  width: 249px;
  background-image: url("../png/serlistlibg-2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.3s;
  margin-left: -15px;
  height: 60px;
  position: relative;
  box-sizing: border-box;
}

.guides-process ul li:nth-of-type(1) {
  margin-left: 0px;
  background-image: url("../png/serlistlibgone-2.png");
  width: 229px;
}

.guides-process ul li:nth-of-type(1):hover {
  background-image: url("../png/serlistlibgone-h-2.png");
}

.guides-process ul li:hover {
  background-image: url("../png/serlistlibg-h-2.png");
}

.guides-process ul li:hover a {
  color: #FFF;
}

.guides-process ul a {
  color: #2A2A4B;
  box-sizing: border-box;
  padding: 0 25px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
}

.guides-child-detail {
  padding: 60px 0;
}

.guides-child-detail .tit {
  font-size: 30px;
  margin-bottom: 50px;
  color: #2A2A4B;
}

.guides-child-detail .guides-process {
  margin-bottom: 50px;
}

.guides-domestic-list h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.guides-domestic-list h3 a {
  color: #333333;
}

.guides-domestic-list li {
  position: relative;
  padding-left: 190px;
  margin-bottom: 60px;
  min-height: 140px;
}

.guides-domestic-list .text-p {
  font-size: 16px;
  color: #808080;
}

.guides-domestic-list .text-p p {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

.guides-domestic-list .text-p p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A31B50;
}

.guides-domestic-list .imgshow {
  border: 2px solid #DADADB;
  border-radius: 10px;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  position: absolute;
  left: 0;
  top: 0;
}

.guides-domestic-list .imgshow img {
  max-width: 100%;
  width: auto;
}

.guides-Passengers {
  padding: 1px 0 100px;
  background-color: #F2F2F5;
}

.guides-Passengers h2 {
  color: #2A2A4B;
  font-size: 20px;
  margin: 70px 0 30px;
}

.guides-Passengers li {
  border: 1px solid #DADADB;
  float: left;
  background-color: #FFF;
  width: 25%;
  border-radius: 8px;
  margin-right: 5%;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.guides-Passengers li a {
  display: flex;
  color: #595757;
  height: 50px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 35px 0 80px;
  align-items: center;
}

.guides-Passengers li span {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  line-height: 1.2;
}

.guides-Passengers li:hover {
  border-color: #A31B50;
  background: #A31B50;
}

.guides-Passengers li:hover a {
  color: #FFF;
}

.guides-Passengers li:hover .icon {
  color: #FFF;
}

.guides-Passengers .icon {
  color: #A31B50;
  font-size: 30px;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.guides-Passengers .arrow {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.guides-baggage-detail {
  padding: 1px 0 100px;
}

.guides-baggage-detail .tit {
  font-size: 30px;
  color: #2A2A4B;
  margin-bottom: 30px;
}

.guides-baggage-detail .text h3 {
  color: #A31B50;
  font-size: 20px;
}

.guides-baggage-detail .text h4 {
  color: #333333;
  margin-bottom: 10px;
  font-size: 16px;
}

.guides-baggage-detail .text p {
  color: #808080;
  font-size: 16px;
}

.guides-baggage-detail .text p.red {
  color: #A31B50;
}

.toback {
  padding: 13PX 0 13PX;
}

.toback .iconfont {
  color: #A31B50;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}

.toback a {
  color: #97979C;
  font-size: 18px;
}

.toback a:hover {
  color: #A31B50;
}

.toback a:hover .iconfont {
  transform: translateX(-3px);
}

.guides-spe-top {
  padding-bottom: 50px;
  max-width: 1180px;
}

.guides-spe-top .imgshow {
  float: left;
  width: 33%;
}

.guides-spe-top .text {
  float: right;
  width: 62%;
}

.guides-spe-top h2 {
  font-size: 30px;
  color: #2A2A4B;
  margin: 12px 0;
}

.guides-spe-top .text-p {
  line-height: 1.875;
  color: #333;
}

.special-remarks {
  background-color: #F2F2F5;
  padding: 50px 0 100px;
  color: #808080;
  font-size: 16px;
}

.special-remarks .inner-20 {
  max-width: 1180px;
  box-sizing: border-box;
}

.special-remarks h4 {
  margin-bottom: 6px;
}

.special-remarks h3 {
  color: #A31B50;
  font-size: 20px;
  margin-bottom: 6px;
}

.shop-filter-wap {
  display: none;
}

.shop-filter {
  padding: 40px 0;
}

.shop-filter .filter-type1 dd {
  background: white;
  border: 1px solid #dadadb;
  border-radius: 6px;
  float: left;
  min-width: 100px;
  font-weight: 600;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
}

.shop-filter .filter-type1 dd.cur, .shop-filter .filter-type1 dd:hover {
  background-color: #A31B50;
  border-color: #A31B50;
}

.shop-filter .filter-type1 dd.cur a, .shop-filter .filter-type1 dd:hover a {
  color: #FFF;
}

.shop-filter .filter-type1 dd a {
  cursor: pointer;
  padding: 0 25px;
  color: #97979B;
  display: block;
  line-height: 50px;
  text-align: center;
}

.shop-filter .filter-type1 dd .iconfont {
  font-size: 24px;
  color: #A31B50;
}

.shop-filter .filter-type2 dd {
  background: white;
  border: 1px solid #dadadb;
  border-radius: 6px;
  float: left;
  min-width: 210px;
  font-weight: 600;
  font-size: 14px;
  box-sizing: border-box;
  max-width: 270px;
  margin: 0 10px 15px 0;
  transition: all 0.3s;
}

.shop-filter .filter-type2 dd.cur, .shop-filter .filter-type2 dd:hover {
  background-color: #A31B50;
  border-color: #A31B50;
}

.shop-filter .filter-type2 dd.cur a, .shop-filter .filter-type2 dd:hover a {
  color: #FFF;
}

.shop-filter .filter-type2 dd.cur .iconfont, .shop-filter .filter-type2 dd:hover .iconfont {
  color: #FFF;
}

.shop-filter .filter-type2 dd.all {
  min-width: 100px;
}

.shop-filter .filter-type2 dd.all a {
  padding: 0;
  justify-content: center;
}

.shop-filter .filter-type2 dd a {
  cursor: pointer;
  padding: 0 12px 0 24px;
  color: #97979B;
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 1.3;
  text-align: center;
}

.shop-filter .filter-type2 dd a span {
  display: inline-block;
  text-align: left;
}

.shop-filter .filter-type2 dd .iconfont {
  font-size: 26px;
  color: #A31B50;
  margin-right: 15px;
  font-weight: normal;
}

.shop-filter .filter-line {
  margin-top: 10px;
}

.shop-filter .filter-line label {
  font-size: 16px;
  color: #97979B;
  font-weight: 600;
  display: block;
  line-height: 40px;
}

.shop-filter .filter-line.filter-search {
  width: 100%;
  max-width: 430px;
  position: relative;
}

.shop-filter .filter-line.filter-search input {
  width: 100%;
  background: white;
  border: 1px solid #dadadb;
  transition: all 0.3s;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}

.shop-filter .filter-line.filter-search input:hover {
  box-shadow: 0px 10px 10px 0px rgba(12, 23, 45, 0.1);
}

.shop-filter .filter-line.filter-search button {
  position: absolute;
  right: 10px;
  height: 100%;
  border: none;
  width: 40px;
  line-height: 40px;
  top: 0;
  text-align: center;
  background-color: transparent;
}

.shop-filter .filter-line.filter-search button .iconfont {
  color: #A31B50;
  font-size: 20px;
}

.shop-mendian-list {
  max-width: 1160px;
}

.shop-mendian-list li {
  background: #fdfdfe;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  float: left;
  width: 31%;
  margin: 0 3.5% 40px 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
  position: relative;
}

.shop-mendian-list li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 2px;
  transition: all 0.3s;
  background-color: #E73273;
}

.shop-mendian-list li:nth-child(3n) {
  margin-right: 0;
}

.shop-mendian-list li:hover {
  box-shadow: 0px 5px 10px 0px rgba(231, 50, 115, 0.2);
  transform: translateY(-12px);
}

.shop-mendian-list li:hover .imgshow img {
  transform: scale(1.03);
}

.shop-mendian-list li:hover:after {
  width: 100%;
}

.shop-mendian-list .imgshow {
  border-radius: 4px 4px 0 0;
  height: 195px;
}
.shop-mendian-list .imgshow a{
	display: block;
	height: 100%;
}
.shop-mendian-list .imgshow a img{
	display: block;
	width: 100%;
	height: 100%;
}

.shop-mendian-list .text {
  padding: 20px;
}

.shop-mendian-list .text .iconfont {
  color: #A31B50;
  margin-right: 5px;
}

.shop-mendian-list .subtit {
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}

.shop-mendian-list .subtit.w2 span {
  width: 50%;
}

.shop-mendian-list .subtit span {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
}

.shop-mendian-list h3 {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-mendian-list h3 a {
  color: #2A2A4B;
  font-size: 18px;
  text-transform: uppercase;
}

.shop-mendian-list h3 .hover-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  padding: 10px;
  border-radius: 3px;
  z-index: 3;
  left: 10%;
  max-width: 100%;
  box-sizing: border-box;
  top: 85%;
  padding: 5px 10px;
  white-space: normal;
  transition: all 0.3s;
}

.shop-list-grid {
  background-color: #FFF;
  padding: 70px 0  110px;
}

.shopinguide-detail {
  padding: 50px 0;
}

.shopinguide-detail h3 {
  position: relative;
  padding-left: 47px;
  color: #A31B50;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.shopinguide-detail h3 em {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.shopinguide-detail h3 .iconfont {
  font-weight: normal;
  font-size: 30px;
  color: #A31B50;
}

.shopinguide-detail .text-p {
  padding-left: 47px;
  color: #808080;
  margin-bottom: 40px;
}

.shopinguide-detail .text-p p.paytype img {
  margin-right: 30px;
  margin-bottom: 10px;
}

.shopinguide-detail .text-p li {
  position: relative;
  padding-left: 15px;
}

.shopinguide-detail .text-p li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A31B50;
}

.shop-mendian-detail > .imgshow {
  border-radius: 8px;
}

.shop-mendian-detail h3 {
  font-size: 20px;
  color: #A31B50;
  margin-bottom: 8px;
}

.shop-mendian-detail .text p {
  color: #808080;
  font-size: 16px;
}

.shop-mendian-detail .text-right {
  float: right;
  width: 70%;
}

.shop-mendian-detail .text-right h2 {
  font-size: 36px;
  color: #2A2A4B;
  margin-bottom: 25px;
}

.shop-mendian-detail .text-right ul {
  margin-bottom: 40px;
}

.shop-mendian-detail .text-right li {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 30px;
}

.shop-mendian-detail .text-right li a {
  color: #333;
}

.shop-mendian-detail .text-right li a:hover {
  color: #A31B50;
}

.shop-mendian-detail .text-right li em {
  width: 30px;
  line-height: 30px;
  float: left;
}

.shop-mendian-detail .text-right li .iconfont {
  font-size: 20px;
  color: #A31B50;
}

.shop-mendian-detail .text-left {
  float: left;
  width: 25%;
}

.shop-mendian-detail .text-left .lef-img {
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 20px;
}

.shop-mendian-detail .text-left .lef-img img {
  max-width: 100%;
}

.shop-mendian-detail .shopmap {
  margin-top: 40px;
  background: #feffff;
  border: 1px solid #A31B50;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 24px;
  color: #A31B50;
  transition: all 0.3s;
}

.shop-mendian-detail .shopmap:hover {
  background-color: #A31B50;
  color: #FFF;
}

.shop-mendian-detail .shopmap:hover .iconfont {
  color: #FFF;
}

.shop-mendian-detail .shopmap .iconfont {
  color: #A31B50;
  float: left;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
  line-height: 40px;
}

.mendian-posi {
  position: relative;
  width: 100%;
}

.mendian-info {
  padding: 60px  90px;
  background: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto 80px;
  margin-top: -200px;
  z-index: 2;
}

.facilities-amenities-list {
  padding-top: 80px;
}

.facilities-amenities-list li {
  position: relative;
  padding-left: 95px;
  float: left;
  width: 31%;
  margin: 0 3.5% 80px 0;
  box-sizing: border-box;
}

.facilities-amenities-list li:nth-of-type(3n) {
  margin-right: 0;
}

.facilities-amenities-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.facilities-amenities-list li:hover .icon {
  background-color: #E73273;
}

.facilities-amenities-list li:hover .see-more {
  color: #E73273;
}

.facilities-amenities-list .icon {
  width: 70px;
  height: 70px;
  background-color: #A31B50;
  border-radius: 4px;
  text-align: center;
  line-height: 70px;
  transition: all 0.3s;
}

.facilities-amenities-list .icon .iconfont {
  font-size: 46px;
  color: #F5F5F7;
}

.facilities-amenities-list h3 {
  margin-bottom: 5px;
}

.facilities-amenities-list h3 a {
  font-size: 20px;
  color: #333;
}

.facilities-amenities-list p {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

.facilities-amenities-list p a {
  font-size: 14px;
  color: #808080;
}

.facilities-amenities-list .see-more {
  color: #A31B50;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 15px;
  display: inline-block;
}

.facilities-amenities-list .see-more .iconfont {
  font-weight: normal;
  display: inline-block;
  transform: rotate(-180deg);
  margin-left: 8px;
}

.faci-detail-top {
  padding-bottom: 50px;
  max-width: 1180px;
}

.faci-detail-top .imgshow {
  float: left;
  width: 33%;
}

.faci-detail-top .text {
  float: right;
  width: 62%;
}

.faci-detail-top h2 {
  font-size: 30px;
  color: #2A2A4B;
  margin: 12px 0;
}

.faci-detail-top .text-p {
  line-height: 1.875;
  color: #333;
}

.faci-detail-remarks {
  background-color: #F2F2F5;
  padding: 50px 0 100px;
  color: #808080;
  font-size: 16px;
}

.faci-detail-remarks .inner-20 {
  max-width: 1180px;
  box-sizing: border-box;
}

.faci-detail-remarks h4 {
  margin-bottom: 10px;
  color: #333;
}

.faci-detail-remarks h3 {
  color: #A31B50;
  font-size: 20px;
  margin-bottom: 12px;
}

.faci-detail-vip {
  padding: 50px 0 100px;
  color: #808080;
  font-size: 16px;
}

.faci-detail-vip .inner-20 {
  max-width: 1180px;
  box-sizing: border-box;
}

.faci-detail-vip h4 {
  margin-bottom: 10px;
  color: #333;
}

.faci-detail-vip h3 {
  color: #A31B50;
  font-size: 20px;
  margin-bottom: 12px;
}

.faci-Airtels-list {
  max-width: 1180px;
  padding: 80px 0;
}

.faci-Airtels-list li {
  float: left;
  width: 22.75%;
  margin: 0 3% 40px 0;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}

.faci-Airtels-list li:nth-child(4n) {
  margin-right: 0;
}

.faci-Airtels-list li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 2px;
  background: #E73273;
  transition: all 0.3s;
}

.faci-Airtels-list li:hover {
  transform: translateY(-10px);
}

.faci-Airtels-list li:hover:after {
  width: 100%;
}

.faci-Airtels-list .imgshow {
  border-bottom: 1px solid #E6E6E7;
  text-align: center;
  padding: 25px 0;
}

.faci-Airtels-list .imgshow img {
  max-width: 100%;
  width: auto;
}

.faci-Airtels-list h3 {
  padding: 20px;
}

.faci-Airtels-list h3 a {
  height: 100px;
  box-sizing: border-box;
  color: #2A2A4B;
  font-size: 18px;
  display: block;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.guides-domestic-remarks h4 {
  color: #A31B50;
  margin-bottom: 10px;
}

.guides-domestic-remarks p {
  color: #808080;
  font-size: 16px;
}

.content-faci-plan .plan-scoll-gird {
  padding: 50px 0;
}

#imgContainer {
  position: relative;
  height: 602px;
}

#imgContainer img {
  vertical-align: top;
}

#imgContainer .scoll-btn {
  position: absolute;
  bottom: 40px;
  right: 60px;
  background: white;
  box-shadow: 0px 0px 4px 0px gray;
  border-radius: 8px;
  padding: 0 4px;
}

#imgContainer .scoll-btn a {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 40px;
  color: #4C4C4C;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 24px;
}

#imgContainer .scoll-btn a:hover {
  color: #A31B50;
}

#imgContainer .scoll-btn a:nth-child(1) {
  border-bottom: 1px solid #EEEEEE;
}

.content-about {
  background: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  margin-bottom: 80px;
  margin-top: -150px;
  padding-top: 30px;
  z-index: 10;
}

.tab-item-about {
  text-align: center;
}

.tab-item-about a {
  font-size: 20px;
  color: #2A2A4B;
  font-weight: 600;
  padding: 20px 0;
  display: inline-block;
  position: relative;
  margin: 0 25px;
}

.tab-item-about a:hover {
  color: #E73273;
}

.tab-item-about a.cur {
  color: #E73273;
}

.tab-item-about a.cur:after {
  width: 100%;
}

.tab-item-about a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #E73273;
  bottom: 0;
  border-radius: 2px;
}

.about-info-grid {
  padding: 60px 100px 100px 100px;
}

.about-info-grid img {
  float: left;
  margin: 0 60px 30px 0;
}

.about-info-grid h3 {
  font-size: 36px;
  color: #2A2A4B;
  margin-bottom: 40px;
}

.about-info-grid p {
  font-size: 16px;
  color: #808080;
  line-height: 1.8;
}

.about-news-grid {
  padding: 10px 100px 80px 100px;
}

.about-news-grid .tab-tit {
  margin-bottom: 50px;
}

.about-news-grid .tab-tit a {
  color: #D9D9DB;
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-right: 60px;
  cursor: pointer;
}

.about-news-grid .tab-tit a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E73173;
  opacity: 0;
  visibility: hidden;
}

.about-news-grid .tab-tit a.cur:after {
  opacity: 1;
  visibility: visible;
}

.about-news-grid .tab-tit a.cur, .about-news-grid .tab-tit a:hover {
  color: #29294B;
}

.news-tit-tab {
  margin-bottom: 50px;
}

.news-tit-tab a {
  font-size: 36px;
  color: #DADADB;
  margin-right: 60px;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}

.news-tit-tab a.cur {
  color: #2A2A4B;
}

.news-tit-tab a.cur:after {
  opacity: 1;
}

.news-tit-tab a:hover {
  color: #2A2A4B;
}

.news-tit-tab a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #e73273;
  border-radius: 50%;
  opacity: 0;
}

.news-list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}

.news-list li:nth-last-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-list a {
  color: #000;
  font-size: 22px;
  display: block;
  line-height: 1.7;
  font-weight: normal;
}

.news-list a:hover {
  text-decoration: underline;
}

.news-list span {
  display: block;
  font-size: 14px;
  color: #8EA4E1;
  margin-bottom: 12px;
}

.news-detail-text {
  padding: 0px 10% 40px;
}

.news-detail-text h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
}

.news-detail-text .time {
  color: #8EA4E1;
  font-size: 14px;
  margin-bottom: 30px;
}

.news-detail-text .text-p {
  color: #808080;
  font-size: 16px;
}

.about-contact {
  padding: 40px 100px 70px;
}

.about-contact h2 {
  font-size: 40px;
  color: #2A2A4B;
  margin-bottom: 30px;
}

.about-contact li {
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}

.about-contact li .iconfont {
  position: absolute;
  font-size: 22px;
  color: #A31B50;
  left: 0;
  top: 3px;
  line-height: 1;
}

.about-contact li.add .iconfont {
  font-size: 26px;
  top: 0px;
}

.about-contact li.mail .iconfont {
  font-size: 20px;
  top: 5px;
}

.about-contact li label {
  color: #2A2A4B;
  padding-right: 5px;
}

.about-contact li p {
  margin-bottom: 30px;
}

.about-contact li a:hover {
  color: #E73273;
}

.about-contact li p, .about-contact li a {
  color: rgba(0, 0, 0, 0.7);
}

.layer_notice_alert {
  padding: 40px 60px;
  box-sizing: border-box;
  position: relative;
  display: none;
}

.layer_notice_alert .layer-not-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.layer_notice_alert .layer-not-close:hover {
  cursor: pointer;
}

.layer_notice_alert .layer-not-close:hover .iconfont {
  color: #E73273;
}

.layer_notice_alert .layer-not-close .iconfont {
  font-size: 20px;
  color: #97979C;
}

.layer_notice_alert .tit {
  margin-bottom: 50px;
}

.layer_notice_alert h3 {
  color: #2A2A4B;
  font-size: 20px;
}

.layer_notice_alert p {
  color: #97979B;
  font-size: 20px;
  line-height: 1.5;
}

.layer_notice_alert .layui-btn {
  height: 40px;
  padding: 0 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  margin-top: 50px;
}

.layer_notice_alert .layui-btn a {
  color: #FFF;
}

.layer_notice {
  padding: 40px 60px;
  box-sizing: border-box;
  position: relative;
  display: none;
}

.layer_notice .layer-not-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.layer_notice .layer-not-close:hover {
  cursor: pointer;
}

.layer_notice .layer-not-close:hover .iconfont {
  color: #E73273;
}

.layer_notice .layer-not-close .iconfont {
  font-size: 20px;
  color: #97979C;
}

.layer_notice .tit {
  margin-bottom: 50px;
}

.layer_notice h3 {
  color: #2A2A4B;
  font-size: 20px;
}

.layer_notice .layui-form {
  margin-top: 30px;
}

.layer_notice .layui-form-label {
  width: 100%;
  text-align: left;
  float: none;
  padding: 0;
  font-weight: normal;
  margin-bottom: 10px;
  color: #808080;
  font-size: 14px;
}

.layer_notice .layui-form-label .error {
  color: #E73273;
  position: relative;
  top: 5px;
  padding-left: 5px;
}

.layer_notice .layui-input-block {
  margin-left: 0;
  background: white;
}

.layer_notice .layui-input-block input {
  border: 1px solid #cbc8c7;
  border-radius: 6px;
}

.layer_notice .form-twoblock {
  position: relative;
  padding-right: 210px;
}

.layer_notice .form-twoblock .yousex {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.layer_notice .layui-btn {
  width: 120px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
}

.layer_notice .layui-btn.layui-btn-primary {
  background-color: #97979B;
  color: #FFF;
}

.layer_notice input.layui-input::-webkit-input-placeholder {
  color: #CBC8C7;
}

.layer_notice input.layui-input::-moz-placeholder {
  color: #CBC8C7;
}

.layer_notice input.layui-input:-ms-input-placeholder {
  color: #CBC8C7;
}

.layer_notice .layui-input, .layer_notice .layui-textarea {
  border-color: #CBC8C7;
  border-radius: 6px;
}

.layui-layer.notice-class {
  border-radius: 8px;
  width: 800px;
}

.zoom-control {
  position: absolute;
  bottom: 180px;
  right: 10%;
  z-index: 1;
  width: 40px;
  box-sizing: border-box;
  padding: 0 2px;
}

.zoom-control button {
  border: none;
  background: #FFF;
  width: 36px;
  height: 40px;
  border-bottom: 1px solid #eee;
}

.zoom-control button:nth-child(2) {
  border: none;
}

.zoom-control i {
  font-size: 28px;
}

.sitemap-posi {
  position: relative;
  margin: 0 auto 80px;
  margin-top: -120px;
}

.content-sitemap {
  background-color: #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0 100px;
  box-sizing: border-box;
  width: 100%;
  left: 0;
}

.sitemap-list {
  padding: 80px 0 0;
}

.sitemap-list h3 {
  background-color: #F2F2F5;
  font-size: 20px;
  border-left: 10px solid #A31B50;
  margin-bottom: 15px;
}

.sitemap-list h3 a {
  display: block;
  padding: 25px;
  color: #2A2A4B;
}

.sitemap-list li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 60px;
}

.sitemap-list li:nth-child(3n) {
  margin-right: 0;
}

.sitemap-list dd {
  line-height: 1.3;
  padding: 15px 0 15px 10px;
}

.sitemap-list dd .iconfont {
  color: #2A2A4B;
  font-size: 14px;
  margin-right: 10px;
}

.sitemap-list dd a {
  font-size: 16px;
  color: #2A2A4B;
  display: block;
}

.sitemap-list dd a:hover {
  color: #A31B50;
}

.sitemap-list dd a:hover .iconfont {
  color: #A31B50;
}

.error-grid {
  background-color: #FFF;
  padding: 100px 0;
  text-align: center;
}

.error-grid img {
  max-width: 100%;
  width: auto;
}

.layui-layer.layui-layer-building {
  border-radius: 8px;
  text-align: center;
}

.layui-layer.layui-layer-building .text {
  padding-top: 30px;
}

.layui-layer.layui-layer-building p {
  color: #97979C;
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
}

.layui-layer.layui-layer-building img {
  height: 150px;
}

.layui-layer.layui-layer-laoding {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  text-align: center;
  line-height: 140px;
}

.layui-layer.layui-layer-laoding img {
  vertical-align: middle;
  width: 130px;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
}

.page-box.center .page-inner {
  justify-content: center;
}

.page-box .page-inner a {
  display: inline-flex;
  font-size: 18px;
  color: #97979B;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
}

.page-box .page-inner a .iconfont {
  color: #A31B50;
}

.page-box .page-inner .current,
.page-box .page-inner a:hover {
  display: inline-flex;
  background-color: #E73273;
  margin: 0 5px;
  border-color: #E73273;
  color: #FFF !important;
}

.page-box .page-inner .current .iconfont,
.page-box .page-inner a:hover .iconfont {
  color: #FFF;
}

.page-box .page-inner .page-list {
  display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
  color: #295a83;
  transition: all 0.4s;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
  color: #295a83;
  transition: all 0.4s;
}

.page-box .page-inner .current.prev {
  font-weight: bold;
}

.page-box .page-inner .current.next {
  font-weight: bold;
}

.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}

/*分页 end*/
.wap-tips {
  display: none;
}

.main {
  max-width: 1920px;
  margin: 0 auto;
}

#page {
  overflow-x: hidden;
}

body {
  position: relative;
}
.conetent-tran-city .text .s-map{width: 80%;
  display: block;
  position: relative;}
.conetent-tran-city .text .s-map a{    width: 85%;
  height: 100%;
  display: block;}
.conetent-tran-city .text .s-map a img{width: 100%;}
.conetent-tran-city .text .s-map a p{
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.conetent-tran-city .text .s-map a span{
  width: 85%;
  height: 93%;
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0,0,0,0.3);
  border: 2px solid #a62255;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 27;
}
.conetent-tran-city .text .s-map a:hover span{
  opacity: 1;
}
/*公共样式定义 end*/
@media only screen and (max-width: 1500px) {
  .banner .zoom-control {
    right: 20px !important;
  }
  .inner-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .banner.banner-ny .ny-banner-content {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .right-fix {
    right: 20px;
  }
  .swiper-slide .banner-content .m-width-1400 {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .banner .head-table {
    margin-right: 20px;
  }
  .header-box {
    padding: 0px 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1466px) {
  .banner .head-table {
    margin-right: 0px;
    right: 20px !important;
    transform: translateY(0);
    top: 15%;
  }
  .swiper-slide .banner-content h2 {
    font-size: 55px;
  }
  .pc-nav li > a {
    padding: 17px 25px;
  }
}

@media only screen and (max-width: 1366px) {
  .content-flight-table .flight-table {
    overflow-x: auto;
  }
  .content-flight-table .flight-table table {
    min-width: 100%;
    width: auto;
  }
  .pc-nav li > a {
    font-size: 14px;
    padding: 17px;
  }
  .pc-nav li dd {
    font-size: 14px;
  }
  .header-box .pc-nav {
    margin-left: 5%;
  }
  .head-sear-grid {
    position: initial;
    padding: 0 40px !important;
    margin-top: 20px;
  }
  .swiper-slide .banner-content {
    margin-top: 50px;
  }
  .index-airport-grid {
    margin-top: 30px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .banner .swiper-pagination-custom,
  .banner .swiper-pagination-fraction {
    bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .head-sear-grid .input-block .list-search {
    margin-top: -80px;
  }

  .filter-grid .filter-block .layui-form-select dl {
    top: 46px;
  }
  .filter-grid .hot-search.act, .filter-grid .list-search.act {
    margin-top: -46px;
  }
  .filter-grid .hot-search .s-tab-content dd a {
    width: 50%;
  }
  .filter-grid .hot-search .s-tab-content dd a:nth-child(2n+1) {
    clear: left;
  }
  
  .header.index-header.header-ny .logo img.fix-logo, .header.index-header.header-cfff .logo img.fix-logo {
    display: none;
  }
  .head-tab-content th, .head-tab-content td {
    font-size: 12px;
  }
  .conetent-tran-guangdong .filter-grid {
    display: block;
  }
  .conetent-tran-guangdong .tran-gilter-grid {
    display: none;
  }
  .banner .head-table {
    position: initial;
    transform: translateY(0);
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }
  .head-tab-content thead th {
    width: auto;
  }
  .head-tab-content thead th:nth-last-of-type(1), .head-tab-content td:nth-last-of-type(1) {
    text-align: right;
  }
  .head-tab-content .cell .icon {
    display: none;
  }
  .header-top .left-text .scoll-text {
    width: 100%;
  }
  .header-top .left-text .scoll-text a, .header-top .left-text .scoll-text p {
    color: #A31B50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
  }
  .header-top {
    background-color: #F4F4F4;
    color: #A31B50;
  }
  .header-top .top-lx {
    display: none;
  }
  .header-top .left-text {
    max-width: 90%;
  }
  .title {
    margin: 30px 0;
  }
  .title .line {
    display: none;
  }
  .header-box .pc-nav,
  .nav-right .top-notice {
    display: none;
  }
  .hover-search {
    width: 90%;
    transform: translateX(0);
    left: 5%;
    box-sizing: border-box;
  }

  .hover-search .search-text {
    box-sizing: border-box;
    padding: 20px 30px 20px 10px;
    width: 100%;
  }

  .hover-search input {
    line-height: 46px;
    height: 46px;
    padding: 0 20px;
  }
  .hover-search button {
    width: 30px;
    right: 20px;
  }
  .hover-search .close-btn {
    padding: 5px;
    transform: scale(0.8);
  }
  .hover-search .close-btn .iconfont {
    font-size: 16px;
  }
  .header-box {
    text-align: center;
    position: relative;
    padding: 0;
  }
  .header-box .logo {
    width: auto;
    display: inline-block;
  }
  .banner .head-table .tit h3 {
    font-size: 14px;
  }
  .nav-right .iconfont, .header.header-ny .nav-right .iconfont, .header.header-cfff .nav-right .iconfont {
    color: #999;
    font-size: 24px;
  }
  .index-airport-grid {
    margin-top: 0;
  }
  .header {
    position: relative !important;
    box-sizing: border-box;
    background: #FFF;
  }
  .header-box .logo {
    padding-top: 10px;
  }
  .header-box .nav-right {
    padding: 10px 0;
  }
  #menuPc {
    display: none;
  }
  #page {
    background: #FFFFFF;
  }
  .logo .wap-logo {
    display: block;
    height: 28px;
  }
  .header .logo img {
    height: 28px;
  }
  .logo img, .logo .fix-logo {
    display: none;
  }
  .lan-box dd {
    padding: 0 10px;
  }
  .nav-right {
    margin: 0px 45px 0 0;
  }
  .nav-right, .lan-box {
    line-height: initial;
  }
  .nav-right .sear .iconfont {
    margin-left: 15px;
  }
  .lan-box em, .lan-box .arrow {
    display: none;
  }
  .wap-top-lx {
    padding: 25px 20px;
    color: #5A5757;
  }
  .wap-top-lx .iconfont {
    color: #97979C;
    margin-right: 8px;
  }
  .wap-top-lx a {
    color: #5A5757;
  }
  .wap-top-lx a:hover {
    color: #A31B50;
  }
  html.mm-opening {
    overflow: hidden;
  }
  .mm-opening .nav-box {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .nav-box {
    display: block;
    position: absolute;
    top: 115%;
    width: 100%;
    z-index: 19;
    background-color: #F0F0F0;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.3);
    left: 0;
    text-align: left;
    box-sizing: border-box;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
  }
  .nav-box li {
    color: #5A5757;
    box-shadow: 0px 1px 0px 0px #d6d6d6;
    font-weight: 600;
  }
  .nav-box li.cur2 > span {
    background-color: #A31C50;
  }
  .nav-box li.cur2 > span a {
    color: #FFF;
  }
  .nav-box li.cur2 > span .iconfont {
    color: #FFF;
    transform: translateY(-50%) rotate(-180deg);
  }
  .nav-box li a {
    color: #5A5757;
  }
  .nav-box li span {
    display: block;
    position: relative;
    transition: all 0.3s;
  }
  .nav-box li span a {
    padding: 15px 20px;
    display: block;
  }
  .nav-box li span em {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 50%;
  }
  .nav-box li span .iconfont {
    font-size: 12px;
    color: #97979C;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
  }
  .nav-box li ul {
    display: none;
    background-color: #FFF;
    padding-left: 35px;
  }
  .nav-box li ul a {
    font-weight: 400;
  }
  .nav-box li ul li {
    box-shadow: none;
    border-bottom: 1px solid #97979C;
  }
  .nav-box li ul li:nth-last-of-type(1) {
    border-bottom: none;
  }
  .btn-nav {
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    padding: 12px 0;
    transform: translateY(-50%);
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #A31B50;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
    border-radius: 5px;
  }
  .icon-bar:nth-child(1) {
    margin-top: 0;
  }
  .icon-bar:nth-last-child(1) {
    margin-bottom: 0;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  div {
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    /* 防止ios 出现点击div 出现选中效果*/
  }
  .banner-content {
    position: initial;
    overflow: hidden;
  }
  .banner .wap-box {
    display: block;
  }
  .head-sear-grid {
    padding: 0 20px 20px !important;
    background: #A31B50;
    border-radius: 0;
    margin-top: 0;
    height: auto;
    padding-bottom: 30px;
  }
  .head-sear-grid h2 {
    font-size: 20px;
  }
  .head-sear-grid .sear-block .ser-tit .right-slot {
    position: initial;
    margin-top: 10px;
    transform: translateY(0);
  }
  .head-sear-grid .sear-tab-item a {
    margin-right: 0;
  }
  .right-slot .weahter-box {
    margin: 10px 0;
  }
  .head-sear-grid .sear-block .weahter-grid span:nth-child(2):after {
    display: none;
  }
  .head-sear-grid .sear-block .ser-tit {
    text-align: center;
  }
  .head-sear-grid .sear-from {
    margin-top: 0;
  }
  .head-sear-grid .sear-tab-item a {
    width: auto;
  }
  .head-sear-grid .sear-tab-item a:nth-child(2) {
    float: right;
    margin-right: 0;
  }
  .head-sear-grid .input-block button,
  .head-sear-grid .input-block input {
    width: 100%;
  }
  .head-sear-grid .input-block button {
    position: initial;
  }
  .head-sear-grid .input-block {
    padding-right: 0;
  }
  .head-sear-grid .input-block input {
    margin-bottom: 20px;
  }
  .index-airport-grid .airport-list li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .index-airport-grid {
    padding-bottom: 0;
  }
  .index-enjoy-grid {
    padding: 30px 0;
  }
  .title h2 {
    font-size: 28px;
  }
  .index-enjoy-grid .wap-tit {
    display: block;
    margin: 0px 0 30px;
  }
  .flogo,
  .foot-nav,
  .foot-nav li {
    width: 100%;
  }
  .flogo .flogo-img {
    margin-bottom: 25px;
  }
  .foot-nav li {
    margin-bottom: 20px;
  }
  .flogo {
    text-align: center;
    margin-bottom: 20px;
  }
  .flogo p {
    text-align: left;
    line-height: 2.2;
  }
  .footer-copy {
    margin-top: 20px;
    text-align: center;
  }
  .footer-copy p {
    float: none;
  }
  .footer-copy p:nth-child(2) {
    float: none;
  }
  .foot-nav {
    text-align: center;
  }
  .head-sear-grid .input-block input {
    font-size: 14px;
  }
  .index-enjoy-grid .enjoy-list li {
    width: 49%;
    float: left;
    margin-right: 0;
  }
  .index-enjoy-grid .enjoy-list li:nth-child(2) {
    display: none;
  }
  .index-enjoy-grid .enjoy-list li:nth-child(odd) {
    float: right;
  }
  .index-enjoy-grid .enjoy-list li:nth-child(1) {
    float: left;
  }
  .index-enjoy-grid .enjoy-list li .big-img {
    display: block;
  }
  .index-enjoy-grid .enjoy-list li .sm-img {
    display: none;
  }
  .enjoy-list li > h3 {
    font-size: 16px;
    line-height: 1;
    padding: 10px;
  }
  .enjoy-list li.item:hover .hover-text {
    display: none;
  }
  .enjoy-list li.item:hover > h3 {
    opacity: 1;
  }
  .enjoy-list li.item:after,
  .enjoy-list li.item:before {
    display: none;
  }
  .banner.banner-ny .ny-banner-content {
    position: initial;
    transform: translateY(0);
    margin-top: 20px;
  }
  .flight-tab-item {
    padding: 15px 0;
  }
  .flight-tab-item span {
    display: block;
  }
  .flight-tab-item li {
    font-size: 14px;
    width: 33.33%;
    padding: 10px;
    text-align: center;
    margin-right: 0;
    box-sizing: border-box;
  }
  .filter-grid .filter-block,
  .filter-grid .filter-block.ser-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-block input.layui-input {
    border: #eee 1px solid;
    line-height: 46px !important;
    height: 46px;
    font-size: 14px;
  }
  .filter-block.ser-title input.layui-input {
    padding: 10px 0 10px 55px !important;
    line-height: 1 !important;
    height: auto !important;
  }
  .filter-block.ser-title input.layui-input::-webkit-input-placeholder {
    line-height: 1.3;
  }
  .filter-block.ser-title input.layui-input::-webkit-input-placeholder {
    line-height: 1.3;
  }
  .filter-block.ser-title input.layui-input::-moz-placeholder {
    line-height: 1.3;
  }
  .filter-block.ser-title input.layui-input::-ms-input-placeholder {
    line-height: 1.3;
  }
  .filter-block input.layui-input::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 46px;
  }
  .filter-block input.layui-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 46px;
  }
  .filter-block input.layui-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 46px;
  }
  .content-flight-table .layui-input-inline .layui-input::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 46px;
  }
  .content-flight-table .layui-input-inline .layui-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 46px;
  }
  .content-flight-table .layui-input-inline .layui-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 46px;
  }
  .filter-block.ser-title .iconfont {
    transform: translateY(0);
    top: -5px;
  }
  .filter-grid .filter-block.ser-title .layui-input-block {
    padding-right: 0;
  }
  .filter-grid .filter-block.ser-title .layui-btn {
    position: initial;
    width: 100%;
    margin-top: 20px;
    height: 46px;
    line-height: 46px !important;
  }
  .layui-laydate-range {
    width: 100% !important;
  }
  .layui-laydate-range .layui-laydate-main {
    width: 100%;
  }
  .content-flight-table {
    padding: 20px 0;
  }
  .content-flight-table .flight-table table {
    min-width: 100%;
    width: auto;
  }
  .content-flight-table .flight-table {
    overflow-x: auto;
    position: relative;
  }
  .filter-grid {
    margin: 20px 0;
  }
  .content-flight-table .layui-input-inline {
    position: initial;
    transform: translateX(0);
    margin: 0 auto 20px;
    display: block;
  }
  .banner.banner-ny .ny-banner-content h1 {
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    padding: 12px;
  }
  .swiper-slide .banner-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .swiper-slide .banner-content .line {
    display: none;
  }
  .swiper-slide .banner-content {
    margin-top: 0;
  }
  .wap-tips {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
  }
  .wap-tips .tips-con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 8px;
  }
  .wap-tips .iconfont {
    font-size: 30px;
  }
  .banner-zw {
    display: none;
  }
  .banner.banner-ny .ny-banner-content .text.text-tran span {
    font-size: 26px;
    padding: 20px 0;
    width: 100%;
  }
  .tran-list .imgshow, .tran-list .text {
    width: 100%;
  }
  .tran-list h3 {
    padding: 0px;
    font-size: 14px;
    line-height: 1.3;
    height: 54px;
    overflow: hidden;
  }
  .tran-list li {
    margin-bottom: 20px;
    width: 49%;
  }
  .tran-list li.bor .imgshow {
    border: none;
  }
  .tran-list .text {
    padding: 10px;
    box-sizing: border-box;
  }
  .conetent-tran {
    padding: 30px 0 20px;
  }
  .tran-detail-tit h2 {
    font-size: 26px;
  }
  .conetent-tran-city {
    margin-top: 30px;
  }
  .tran-table {
    overflow-x: auto;
  }
  .tran-table table th {
    font-size: 14px;
  }
  .paddbot-90 {
    padding-bottom: 30px;
  }
  .tran-tab-item {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .tran-tab-item li {
    margin: 8px 0;
    text-align: center;
    width: 50%;
    margin-right: 0px;
    padding: 0px 15px 5px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .tran-tab-item li span {
    min-height: 38px;
    line-height: 1.4;
  }
  .tran-tab-item li:after {
    height: 2px;
  }
  .tran-table table th {
    white-space: nowrap;
  }
  .tran-table table th, .tran-table table td {
    padding: 12px 10px;
  }
  .tran-gilter-grid li {
    width: 48%;
  }
  .tran-gilter-grid li:nth-child(2n) {
    float: right;
  }
  .text-tab-grid {
    text-align: center;
    padding-bottom: 20px;
    margin: 20px 0;
  }
  .text-tab-grid a {
    padding: 10px;
    margin-right: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .gd-detail-tit {
    font-size: 26px;
  }
  .tran-detail-tit {
    line-height: 30px;
  }
  .tran-detail-tit .icon {
    margin-right: 15px;
  }
  .tran-detail-tit .icon img {
    height: 30px;
  }
  .tran-detail-tit .icon .iconfont {
    font-size: 30px;
  }
  .right-fix a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .right-fix .iconfont {
    font-size: 20px;
  }
  .right-fix a:hover {
    background-color: #FFF;
  }
  .right-fix a:hover .iconfont {
    color: #97979C;
  }
  .right-fix a:active {
    background-color: #E73273;
  }
  .right-fix a:active .iconfont {
    color: #fff;
  }
  .foot-nav dd {
    margin-bottom: 0;
    margin-bottom: 10px;
  }
  .guides-child-detail .guides-process {
    display: none;
  }
  .guides-index-list {
    padding: 30px 0;
  }
  .guides-index-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
  .guide-special-item {
    padding: 20px;
  }
  .guide-special-item a {
    position: initial;
    transform: translateY(0);
  }
  .guide-special-item span {
    line-height: 1.4;
  }
  .guides-process ul {
    text-align: center;
  }
  .guides-process ul li {
    margin-left: 0;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
  .guides-process ul li:nth-of-type(1) {
    background-image: url("../png/serlistlibg-2.png");
    width: 249px;
  }
  .guides-domestic-list li {
    padding-left: 0;
  }
  .guides-domestic-list .imgshow {
    position: initial;
    margin: 0 auto 8px;
  }
  .guides-domestic-list h3 {
    text-align: center;
  }
  .guides-Passengers li {
    width: 100%;
  }
  .guides-Passengers h2 {
    margin-top: 30px;
  }
  .guides-Passengers {
    padding-bottom: 30px;
  }
  .guides-spe-top .imgshow, .guides-spe-top .text {
    width: 100%;
  }
  .guides-spe-top h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  .special-remarks {
    padding: 30px 0;
  }
  .facilities-amenities-list {
    padding-top: 30px;
  }
  .facilities-amenities-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .facilities-amenities-list h3 {
    line-height: 1;
    margin-bottom: 15px;
  }
  .facilities-amenities-list .see-more {
    margin-top: 5px;
  }
  .faci-detail-top .imgshow, .faci-detail-top .text {
    width: 100%;
  }

  .faci-detail-top h2 {
    font-size: 26px;
  }
  .faci-detail-remarks {
    padding: 30px 0;
  }
  .faci-Airtels-list li {
    width: 100%;
  }
  .faci-Airtels-list {
    padding: 30px 0;
  }
  .content-faci-plan .plan-scoll-gird {
    padding: 30px 0;
  }
  .shop-mendian-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .shop-mendian-list .imgshow{
  	height: auto;
  }
  .shop-list-grid {
    padding: 20px 0 30px;
  }
  .page-box {
    padding-top: 30px;
  }
  .tran-tab-item ul .right-slot {
    position: initial;
    transform: translateY(0);
    text-align: right;
    clear: both;
  }
  .mendian-info {
    top: 0;
  }
  .zoomableContainer {
    height: 50vh;
  }
  .mendian-info {
    padding: 20px;
    margin: 20px 0;
  }
  .shop-mendian-detail .text-left, .shop-mendian-detail .text-right {
    width: 100%;
  }
  .shop-mendian-detail .text-right h2 {
    font-size: 28px;
    margin-top: 20px;
  }
  .shop-filter-wap {
    display: block;
  }
  .shop-filter-pc {
    display: none;
  }
  .shop-mendian-list .subtit span, .shop-mendian-list .subtit.w2 span {
    width: 100%;
    margin-top: 10px;
  }
  .index-header .header-box .inner-20 .logo {
    margin-left: 0;
  }
  .faci-detail-vip {
    padding: 30px 0;
  }
  #imgContainer .scoll-btn {
    right: 10px;
    bottom: 10px;
  }
  .conetent-shoping .shop-filter {
    padding: 0;
    margin-bottom: 20px;
  }
  .about-info-grid {
    padding: 15px;
  }
  .about-info-grid img {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .about-info-grid h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .content-about {
    top: 0;
    margin: 30px 0;
    padding-top: 0;
  }
  .banner.banner-ny.banner-about .ny-banner-content {
    margin-top: 20px;
  }
  .tab-item-about a {
    font-size: 18px;
  }
  .about-news-grid {
    padding: 15px;
  }
  .about-news-grid .tab-tit a {
    font-size: 18px;
  }
  .about-news-grid .tab-tit {
    margin-bottom: 20px;
    text-align: center;
  }
  .about-news-grid .tab-tit a {
    margin: 0 20px;
  }
  .news-list a {
    font-size: 18px;
  }
  .news-detail-text {
    padding: 0 10px 10px;
  }
  .banner.banner-map:before {
    display: none;
  }
  .about-contact {
    padding: 15px;
  }
  .zoom-control {
    bottom: 40px;
  }
  .layui-layer.notice-class {
    width: 90% !important;
  }
  .layer_notice, .layer_notice_alert {
    padding: 20px;
  }
  .layer_notice .form-twoblock {
    padding-right: 0;
  }
  .layer_notice .form-twoblock .yousex {
    width: 100%;
    position: initial;
  }
  .layer_notice .layui-btn {
    width: 47%;
    float: left;
  }
  .layer_notice .layui-btn:nth-child(2) {
    float: right;
  }
  .layer_notice .tit {
    margin-bottom: 25px;
  }
  .mendian-posi {
    height: auto !important;
  }
  .mendian-info {
    position: initial;
    transform: translateY(0);
  }
  .sitemap-list li {
    height: auto !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sitemap-posi {
    height: auto !important;
    margin-bottom: 30px;
  }
  .content-sitemap {
    padding: 0 20px;
    position: initial;
  }
  .banner.banner-ny .ny-banner-content .nobg span {
    color: #333;
  }
  .sitemap-list {
    padding: 20px 0;
  }
  .guides-baggage-detail .text img {
    max-width: 100%;
  }
  .about-contact h2 {
    font-size: 28px;
  }
  .content-flight-table .flight-table .cell {
    width: 130px;
  }
}
.ddhb-table .gate-td{display:none;}
.map-main{max-width: 100%}
.zcz-width-1400{
  margin-top: 30px;
  background: none;
  margin-bottom: 50px;
}
.zcz-width-1400 iframe{
  width: 100%;
  height: 1050px;
  display: block;
  margin: 0 auto;
}

.margin-center{margin: 0 auto}
.content-satellite-hall{background-color:#f2f2f5;padding-top:50px;margin-top:0}
.content-satellite-hall .text{max-width:1400px}
.content-satellite-hall .text .s-map{width:100%}
.content-satellite-hall .text .s-map a{width:100%}