.boxSizing *, .banner *, .subnav *, .ticket-discounts *, .ticket-recommend *, .boxSizing, .banner, .subnav, .ticket-discounts, .ticket-recommend,
.boxSizing *:before,
.banner *:before,
.subnav *:before,
.ticket-discounts *:before,
.ticket-recommend *:before,
.boxSizing *:after,
.banner *:after,
.subnav *:after,
.ticket-discounts *:after,
.ticket-recommend *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.position, :root .banner .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.imgposition, .ticket-discounts .img, .recommend-right .swiper-slide .img {
  position: relative;
  background-color: #e7e7e7;
  overflow: hidden; }
  .imgposition img, .ticket-discounts .img img, .recommend-right .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.ellipse, .ticket-discounts .title, .recommend-con .left a, .recommend-right .swiper-slide .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.transition3 {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.transition5, .ticket-discounts li, .ticket-discounts .img img, .recommend-right .swiper-slide li, .recommend-right .swiper-slide .img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.fl100 {
  float: left;
  width: 100%;
  min-width: 1200px; }

.banner {
  position: relative;
  min-width: 1200px; }
  .banner .swiper-container {
    height: 380px; }
  .banner .swiper-slide {
    position: relative;
    background-color: #e7e7e7;
    overflow: hidden; }
    .banner .swiper-slide img {
      position: absolute \9;
      top: 0 \9;
      left: 0 \9;
      right: 0 \9;
      bottom: 0 \9;
      margin: auto \9; }
  .banner .banner-pagination {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    z-index: 11;
    text-align: center;
    font-size: 0; }
    .banner .banner-pagination .swiper-active-switch {
      filter: alpha(opacity=100);
      opacity: 1; }
  .banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: .4;
    filter: alpha(opacity=40);
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer; }
  .banner .banner-prev, .banner .banner-next {
    position: absolute;
    display: block;
    top: 50%;
    left: 60px;
    z-index: 111;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    border: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7,M12=-0.7,M21=0.7,M22=0.7,SizingMethod="auto expand");
    cursor: pointer;
    opacity: .5; }
    .banner .banner-prev:hover, .banner .banner-next:hover {
      opacity: 1; }
  .banner .banner-prev {
    border-top: none;
    border-right: none; }
  .banner .banner-next {
    left: auto;
    right: 60px;
    border-bottom: none;
    border-left: none; }

:root .banner .swiper-slide img {
  bottom: auto;
  right: auto; }

.banner-keyword {
  position: absolute;
  left: 50%;
  top: 39px;
  z-index: 1111;
  width: 290px;
  margin-left: -600px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80d2538,endColorstr=#C80d2538);
  background-color: rgba(13, 37, 56, 0.8); }
  .banner-keyword .item {
    height: 101px;
    padding: 13px 0 0 17px;
    border-bottom: 1px solid #73899a;
    overflow: hidden; }
  .banner-keyword .item3 {
    height: 100px;
    border: none; }
  .banner-keyword .title {
    margin-bottom: 9px;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
  .banner-keyword a {
    color: #becbd5;
    font-size: 14px; }
    .banner-keyword a:hover {
      color: #fff; }
  .banner-keyword ul {
    overflow: hidden;
   height:50px;}
  .banner-keyword li {
    float: left;
    margin: 0 2em 7px 0; }

.subnav {
  padding: 17px 0 21px;
  font-size: 0; }
  .subnav a, .subnav span {
    font-size: 12px; }
  .subnav a {
    color: #5d5d5d; }
    .subnav a:hover {
      color: #2dbb55; }
  .subnav .symbol {
    margin: 0 10px; }
  .subnav .present {
    color: #909090; }

.ticket-discounts {
  margin-bottom: 35px; }
  .ticket-discounts .wm-1200 {
    height: 250px;
    padding: 27px 0 0 253px;
    background: url("../images/index-tj-bg.jpg") no-repeat;
    background-size: contain;
    border-radius: 20px;
    overflow: hidden; }
  .ticket-discounts li {
    float: left;
    width: 220px;
    margin-right: 15px;
    background-color: #fff; }
    .ticket-discounts li:hover {
      -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); }
      .ticket-discounts li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .ticket-discounts .li-con {
    padding: 0 10px 9px 7px; }
  .ticket-discounts .img {
    height: 117px; }
  .ticket-discounts .title {
    margin: 10px 0;
    font-size: 16px; }
  .ticket-discounts .price {
    height: 30px;
    line-height: 30px;
    overflow: hidden; }
  .ticket-discounts .now, .ticket-discounts .before {
    float: left;
    font-size: 12px; }
  .ticket-discounts .now {
    margin-right: 5px;
    line-height: 25px;
    color: #ff6600; }
    .ticket-discounts .now span {
      font-size: 18px;
      font-weight: bold; }
  .ticket-discounts .before {
    color: #999;
    text-decoration: line-through; }
  .ticket-discounts .rush {
    float: right;
    width: 60px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #ff4f42;
    border-radius: 5px; }
    .ticket-discounts .rush:hover {
      opacity: .9; }

.ticket-recommend {
  padding-bottom: 42px; }
  .ticket-recommend .recommend-title {
    padding: 15px 0 16px; }
    .ticket-recommend .recommend-title .h2 {
      float: left;
      font-size: 28px;
      font-weight: bold; }
    .ticket-recommend .recommend-title .more {
      float: right;
      margin-top: 10px;
      font-size: 12px;
      color: #999; }
      .ticket-recommend .recommend-title .more:hover {
        color: #2dbb55; }

.recommend-con {
  height: 400px; }
  .recommend-con .left, .recommend-con .recommend-right {
    float: left;
    height: 100%; }
  .recommend-con .left {
    position: relative;
    width: 224px;
    padding: 12px 0 22px;
    margin-right: 20px;
    overflow: hidden; }
    .recommend-con .left .img {
      z-index: -1;
      background-color: #e7e7e7;
      overflow: hidden; }
      .recommend-con .left .img, .recommend-con .left .img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .recommend-con .left .img img {
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
    .recommend-con .left a {
      display: block;
      width: 120px;
      height: 34px;
      padding: 0 15px;
      margin: 10px auto 0;
      line-height: 34px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff,endColorstr=#B2ffffff);
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 17px;
      font-size: 14px;
      text-align: center; }
      .recommend-con .left a:active {
        background-color: rgba(255, 255, 255, 0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff); }

.recommend-right {
  position: relative;
  width: 956px; }
  .recommend-right .recommend-swiper {
    height: 400px; }
  .recommend-right .swiper-slide li {
    float: left;
    width: 224px;
    height: 190px;
    margin: 0 20px 20px 0;
    overflow: hidden; }
    .recommend-right .swiper-slide li:nth-child(4n) {
      margin-right: 0; }
    .recommend-right .swiper-slide li:nth-child(n+5) {
      margin-bottom: 0; }
    .recommend-right .swiper-slide li:hover {
      -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); }
      .recommend-right .swiper-slide li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .recommend-right .swiper-slide .mr0 {
    margin-right: 0; }
  .recommend-right .swiper-slide .mb0 {
    margin-bottom: 0; }
  .recommend-right .swiper-slide .img {
    height: 120px; }
  .recommend-right .swiper-slide .li-con {
    height: 70px;
    padding: 11px 10px 0;
    border: 1px solid #f1f1f1;
    border-top: none; }
  .recommend-right .swiper-slide .title {
    margin-bottom: 3px;
    font-size: 16px; }
  .recommend-right .swiper-slide .info {
    height: 30px;
    line-height: 30px; }
  .recommend-right .swiper-slide .satisficing {
    float: left;
    font-size: 14px;
    color: #999; }
  .recommend-right .swiper-slide .price {
    float: right;
    font-size: 12px;
    color: #ff6600; }
    .recommend-right .swiper-slide .price .b {
      font-size: 16px; }
    .recommend-right .swiper-slide .price .n {
      font-size: 20px; }

.recommend-pagination {
  position: absolute;
  top: -43px;
  font-size: 0; }
  .recommend-pagination .swiper-pagination-switch {
    position: relative;
    margin-right: 28px;
    font-size: 14px;
    color: #666;
    cursor: pointer; }
    .recommend-pagination .swiper-pagination-switch:after {
      content: '';
      position: absolute;
      left: -1px;
      right: 0;
      bottom: -2px;
      height: 2px;
      background-color: #fff; }
  .recommend-pagination .swiper-active-switch {
    color: #2dbb55; }
    .recommend-pagination .swiper-active-switch:after {
      background-color: #2dbb55; }

/*# sourceMappingURL=index.css.map */
