/*图片展示效果*/
.show_img {
  position: relative;
  height: 715px;
}
.show_img_box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.show_img_box ul {
  height: 100%;
  position: absolute;
}
.show_img_box ul ul {
  width: 1000px;
}
.show_img_box ul li {
  height: 100%;
  float: left;
  overflow: hidden;
  display: block;
}
.show_img_bm {
  width: 100%;
  height: 77px;
}
.show_small {
  width: 930px;
  height: 65px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 12px 0 0 0;
}
.show_small ul {
  height: 65px;
  position: absolute;
}
.show_small ul li {
  width: 186px;
  float: left;
  height: 50px;
  cursor: pointer;
  position: relative;
  background: #f3f7fc;
  color: #333;
  font-size: 14px;
  border-top: #ff9913 6px solid;
  text-align: center;
  line-height: 42px;
}

.show_small ul li.current {
  background: #ff9913 url("../images/b_s.jpg")/*tpa=http://www.lianheshoupiao.com/templates/default/images/b_s.jpg*/ no-repeat 5px center;
  color: #336699;
  line-height: 42px;
  border-top: #ff9913 6px solid;
  border-right: #fff 1px solid;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.show_img_num {
  width: 66px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 26px 0 0 0;
  float: right;
  text-align: center;
  color: #fff;
}
.show_img_num em {
  font-style: normal;
  font-size: 16px;
}
.show_img_num a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../images/yz.png")/*tpa=http://www.lianheshoupiao.com/templates/default/images/yz.png*/ no-repeat 0 0;
}
.show_img_num a.right {
  background: url("../images/yy.png")/*tpa=http://www.lianheshoupiao.com/templates/default/images/yy.png*/ no-repeat 0 0;
}
.show_text_main {
  padding: 30px 0 100px 0;
  font-family: "\5fae\8f6f\96c5\9ed1";
}
.w_690 {
  width: 690px;
}
.w_220 {
  width: 220px;
}
.show_textubb {
}
.show_textubb h4 {
  font-size: 18px;
  padding-bottom: 12px;
}
.show_textubb p {
  font-size: 14px;
  color: #888;
  line-height: 150%;
}
.showimg_nav {
  position: relative;
}
.showimg_nav h3 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #5fb272;
  overflow: hidden;
  position: relative;
}
.showimg_nav h3 span {
  position: absolute;
  left: 10px;
  top: 0px;
  line-height: 40px;
  width: 160px;
  overflow: hidden;
  display: block;
}
.showimg_nav h3 em {
  width: 40px;
  height: 40px;
  background: #409550 url("../images/em_1.png")/*tpa=http://www.lianheshoupiao.com/templates/default/images/em_1.png*/ no-repeat 50% 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
}
.showimg_nav ul {
  display: none;
  width: 100%;
  height: 360px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9;
  background-color: #5a5a5a;
}
.showimg_nav ul li {
  height: 35px;
  width: 220px;
  overflow: hidden;
  padding: 0 12px;
}
.showimg_nav ul li a {
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  width: 180px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.showimg_nav ul li:hover {
  background-color: #555;
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out; 
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
      transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
      transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
      transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
      transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
      transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s right;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
      transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  color: #01081b;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}

caption,
td,
th {
  font-size: 14px;
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: 16px;
  font-weight: normal;
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  border: none;
}

li,
ol,
ul {
  list-style: none;
}
li li,
ol li,
ul li {
  font-size: inherit;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: "Microsoft YaHei";
  font-size: inherit;
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/* body,
html {
  height: 100%;
} */

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

.animated {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

.delay1 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay2 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay3 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.delay4 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.delay5 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.delay06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

body {
  color: #333333;
}

.w {
  width: 1000px;
  margin: auto;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix .l {
  float: left;
}
.clearfix .r {
  float: right;
}

.btn-style-blue {
  display: block;
  width: 140px;
  line-height: 40px;
  background: #2194f0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 12px 0px #bfbfbf;
  box-shadow: 0px 3px 12px 0px #bfbfbf;
  margin: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border: 1px solid #2194f0;
}
.btn-style-blue.blue-2 {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 3px 2px 5px 0px #a5bacc;
  box-shadow: 3px 2px 5px 0px #a5bacc;
}
.btn-style-blue.blue-3 {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 3px 3px 14px 0px #a5bacc;
  box-shadow: 3px 3px 14px 0px #a5bacc;
}
.btn-style-blue:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  background: #3ca0f1;
  border-color: #3ca0f1;
}

.input-date {
  width: 231px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 22px;
  color: #666666;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: url("../images/index-input-date.png")/*tpa=http://www.lianheshoupiao.com/templates/default/images/index-input-date.png*/ right 7px center no-repeat;
}
.input-date::-webkit-clear-button {
  margin-right: 4px;
}
.input-date::-webkit-inner-spin-button {
  display: none;
}
.input-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 24px;
  height: 26px;
}

.index-main .wn_top {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  margin-top: 8px;
  line-height: 41px;
  background: url("../images/otp_x.png")/*tpa=http://www.lianheshoupiao.com/templates/default/images/otp_x.png*/ no-repeat bottom;
}

.index-main .wn_top1 {
  width: auto;
  height: auto;
  float: left;
  margin-right: 11px;
}

.index-main .wn_top h3 {
  font-size: 20px;
  color: #6ac5fc;
  float: left;
  margin-right: 5px;
}

.index-main .wn_top h4 {
  font-size: 12px;
  color: #b7b7b7;
  float: left;
  line-height: 49px;
}

.index-main .container {
  margin-top: 10px;
}
.index-main .container .empty {
  opacity: 0;
  -webkit-filter: opacity(0);
  filter: opacity(0);
}

.index-main .container__left {
  width: 735px;
}
.index-main .container__left .container__search {
  height: 50px;
  line-height: 50px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-left: 3px;
}
.index-main .container__left .container__search span {
  font-size: 18px;
}
.index-main .container__left .container__search select {
  background-color: #fff;
  width: 198px;
  color: #666666;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding-left: 23px;
  background: url("../images/gury-select.png")/*tpa=http://www.lianheshoupiao.com/templates/default/images/gury-select.png*/ right 10px center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* Chrome */
  -webkit-appearance: none;
  /* Firefox */
  -moz-appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: " ";
     text-overflow: " ";
  font-size: 16px;
  /* space */
}
.index-main .container__left .container__search select::-ms-expand {
  display: none;
}
.index-main .container__left .container__search .input-submit {
  width: 105px;
  height: 100%;
  background-color: #ff9c00;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  border: none;
  font-size: 16px;
}
.index-main .container__left .container__content {
  margin-top: 10px;
}
.index-main .container__left .content-title {
  line-height: 36px;
  color: #666666;
  font-size: 14px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.index-main .container__left .content-title span {
  text-align: center;
}
.index-main .container__left .content-title span.span-1 {
  width: 145px;
}
.index-main .container__left .content-title span.span-2 {
  width: 100px;
}
.index-main .container__left .content-title span.span-3 {
  width: 117px;
}
.index-main .container__left .content-title span.span-4 {
  width: 70px;
}
.index-main .container__left .content-title span.span-5 {
  width: 105px;
}
.index-main .container__left .content-main li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 90px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  color: #666666;
}
.index-main .container__left .content-main li:nth-of-type(odd) {
  background-color: #fff;
}
.index-main .container__left .content-main li:nth-of-type(even) {
  background-color: #f7f7f7;
}
.index-main .container__left .content-main li .lh-50 {
  line-height: 90px;
}
.index-main .container__left .content-main .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-main .container__left .content-main .time__t,
.index-main .container__left .content-main .time__f {
  width: 100%;
}
.index-main .container__left .content-main .time-1,
.index-main .container__left .content-main .time-3 {
  width: 100px;
}
.index-main .container__left .content-main .time-1 .time__t{
  margin-bottom: 6px;
}
.index-main .container__left .content-main .time-2 .time__f{
  margin-bottom: 20px;
}
.index-main .container__left .content-main .time-3 .time__t{
  margin-bottom: 6px;
}
.index-main .container__left .content-main .time-1 .time__t,
.index-main .container__left .content-main .time-3 .time__t {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.index-main .container__left .content-main .local {
  padding-left: 26px;
  font-size: 20px;
  width: 145px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.index-main .container__left .content-main .price {
  color: #ff9c00;
  font-size: 20px;
  font-weight: bold;
  width: 70px;
}
.index-main .container__left .content-main .time-2 {
  color: #999999;
  width: 117px;
}
.index-main .container__left .content-main .enter {
  width: 105px;
  height: 36px;
  line-height: 36px;
  background-color: #2aadf1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 16px;
  color: #fff;
}
.index-main .container__left .content-main .enter:hover {
  opacity: 0.8;
}

.index-main .container__right {
  width: 250px;
}
.index-main .container__right h2 {
  color: #666666;
  font-size: 18px;
  margin-bottom: 9px;
}
.index-main .container__right .p {
  line-height: 22px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #333333;
}

.booking textarea,
.booking input[type="text"] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.booking textarea:focus,
.booking input[type="text"]:focus {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border-color: #2677e2 !important;
}

.booking select {
  background: url("../images/gury-select.png")/*tpa=http://www.lianheshoupiao.com/templates/default/images/gury-select.png*/ right 10px center no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* Chrome */
  -webkit-appearance: none;
  /* Firefox */
  -moz-appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: " ";
     text-overflow: " ";
  /* space */
}
.booking select::-ms-expand {
  display: none;
}

.booking .title {
  line-height: 55px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 24px;
  color: #333333;
  text-align: center;
}

.booking .form {
  padding: 52px 24px 50px 48px;
}

.booking .inputBox {
  border: 1px solid #e5e4e4;
  padding: 18px;
  margin-bottom: 35px;
  background-color: #fff;
}
.booking .inputBox i {
  font-style: normal;
  margin-left: 7px;
  margin-right: 25px;
  color: red;
}
.booking .inputBox .w150 {
  width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.booking .inputBox .tit {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 21px;
}
.booking .inputBox select {
  color: #333333;
  width: 156px;
  height: 42px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 27px;
  border: 1px solid #e5e4e4;
}
.booking .inputBox input[type="text"] {
  padding-left: 15px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e4e4;
}

.booking .bdr-btm {
  width: 635px;
  margin-bottom: 22px;
  height: 1px;
  background: #dcdcdc;
}

.booking .select {
  color: #333333;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 46px;
  margin-bottom: 22px;
}
.booking .select span {
  color: #e01616;
}

.booking .inputBox-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.booking .inputBox-1 span {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
.booking .inputBox-1 span:nth-of-type(2) {
  margin-right: 42px;
}
.booking .inputBox-1 input[type="text"]:nth-of-type(2) {
  width: 323px;
}

.booking .inputBox-2 input[type="text"] {
  width: 270px;
}

.booking .inputBox-3 input[type="text"] {
  width: 270px;
}
.booking .inputBox-3 input[type="text"].input-1 {
  width: 453px;
}

.booking .inputBox-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.booking .inputBox-4 textarea {
  width: 721px;
  padding: 13px;
  font-size: 16px;
  height: 112px;
  border: 1px solid #e5e4e4;
}

input[type="submit"] {
  height: 70px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #2677e2;
  border: none;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="submit"]:hover {
  background: rgba(38, 119, 226, 0.8);
}

.booking_fir {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.booking_fir .container__left {
  width: 731px;
}
.booking_fir .container__left h2 {
  color: #333333;
  font-size: 20px;
  margin: 38px 0px 22px;
  padding-left: 44px;
}
.booking_fir .showInfo {
  height: 110px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px 2px #d7d7d7;
  box-shadow: 0px 0px 5px 2px #d7d7d7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.booking_fir .showInfo .section-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
     -moz-box-flex: 0;
          flex: 0 0 120px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  line-height: 110px;
  border-right: 1px solid #dcdcdc;
}
.booking_fir .showInfo .section-2 {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
  padding-left: 33px;
  padding-right: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.booking_fir .showInfo .section-2 .local {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.booking_fir .showInfo .section-2 .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
}
.booking_fir .showInfo .section-2 .time .items__t {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 6px;
}
.booking_fir .showInfo .section-2 .time .items-2 {
  margin: 0px 16px;
}
.booking_fir .showInfo .section-2 .time .items-2 .items__t {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
.booking_fir .showInfo .section-2 .time .items-2 .items__f{
  margin-bottom: 20px;
}
.booking_fir .container__right {
  width: 254px;
  overflow: hidden;
  margin-bottom: 25px;
}
.booking_fir .container__right.fixed {
  position: absolute;
  top: 0;
}
.booking_fir .container__right h2 {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 11px;
}
.booking_fir .container__right .swiper-container {
  height: 750px;
}
.booking_fir .container__right .swiper-slide {
  width: 100%;
  height: 186px;
  padding: 17px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  color: #333333;
  font-size: 16px;
  padding-bottom: 6px;
}
.booking_fir .container__right .swiper-slide .img {
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.booking_fir .container__right .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking_fir .car_booking .ul-1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 19px;
}
.booking_fir .car_booking .ul-2 {
  margin-bottom: 60px;
}
.booking_fir .car_booking .ul-2 li:nth-of-type(odd) {
  background-color: #fff;
}
.booking_fir .car_booking .ul-2 li:nth-of-type(even) {
  background-color: #f7f7f7;
}
.booking_fir .car_booking li {
  height: 70px;
  line-height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px transparent solid;
}
.booking_fir .car_booking li:hover {
  border: 1px solid #dadada;
  position: relative;
  z-index: 15;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: -3px 0 5px #ccc, 0px 0 0px yellow, 0 0px 0px blue,
    2px 0px 12px #ccc;
          box-shadow: -3px 0 5px #ccc, 0px 0 0px yellow, 0 0px 0px blue,
    2px 0px 12px #ccc;
}
.booking_fir .car_booking li:nth-of-type(even) {
  background-color: #fff;
}
.booking_fir .car_booking li:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.booking_fir .car_booking li .item-1,
.booking_fir .car_booking li .item-2,
.booking_fir .car_booking li .item-4 {
  font-size: 20px;
  color: #666666;
}
.booking_fir .car_booking li .item-2 {
  color: #ff9c00;
  font-weight: bold;
}
.booking_fir .car_booking li .item-3 {
  line-height: 18px;
  font-size: 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: left;
  height: 54px;
  width: 185px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.booking_fir .car_booking .car_booking-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  color: #666666;
  font-size: 14px;
  background-color: #f7f7f7;
  height: 36px;
  line-height: 36px;
}
.booking_fir .car_booking .car_booking-tit .item-5 {
  display: block;
  text-align: center;
  width: 85px;
  height: 100%;
  background-color: transparent;
  border: none;
}
.booking_fir .car_booking .item {
  text-align: center;
}
.booking_fir .car_booking .item-1 {
  width: 185px;
}
.booking_fir .car_booking .item-2 {
  width: 90px;
}
.booking_fir .car_booking .item-3 {
  width: 185px;
}
.booking_fir .car_booking .item-4 {
  width: 140px;
}
.booking_fir .car_booking .item-5 {
  width: 85px;

  height: 24px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
.booking_fir .car_booking .item-5 a {
  width: 55%;
  text-align: center;
  color: #ff9900;
}
.booking_fir .car_booking .item-5 input {
  text-align: center;
  border: none;
  width: 45%;
}

.booking_fir .price {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #2677e2;
  padding: 17px 12px;
  color: #fff;
  font-size: 16px;
}
.booking_fir .price i {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.booking_fir .price #cw_list,
.booking_fir .price h4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.booking_fir .price #cw_list > div {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.booking_fir .price #cw_list > div > div {
  width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.booking_fir .price #cw_list > div span {
  margin: 0px 4px;
}

.booking_fir .price #cw_list > div span:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.booking_fir .price #cw_list > div span:nth-of-type(2) {
  white-space: nowrap;
  overflow: hidden;
}
.booking_fir .price #cw_list > div span:last-of-type {
  text-align: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}

.booking_fir .price h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 18px;
}

.bg-orgn {
  background-color: #ff9c00 !important;
}
.bg-orgn:hover {
  background-color: rgba(255, 156, 0, 0.8) !important;
}

.booking_last {
  margin-top: 19px;
  color: #333333;
}
.booking_last > h2 {
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}
.booking_last .child-1 {
  padding: 24px 38px;
  background-color: #f7f7f7;
}
.booking_last .child-1 h3 {
  color: #e01616;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
.booking_last .child-1 .names,
.booking_last .child-1 .info {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #666666;
  font-size: 16px;
}
.booking_last .child-1 .names .p {
  color: #333333;
}
.booking_last .child-1 .p {
  /* width: 210px; */
  width: 33.333333333333%;
  line-height: 36px;
}
.booking_last .child-1 h4 {
  margin-top: 45px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.booking_last .h4,
.booking_last .h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.booking_last .h4 {
  margin-left: 44px;
}
.booking_last .h3 {
  margin-top: 30px;
  margin-bottom: 19px;
  padding-left: 38px;
}
.booking_last .child-2 {
  padding: 30px 44px 23px;
  background-color: #f7f7f7;
  overflow: hidden;
  margin-bottom: 50px;
}
.booking_last .child-2 table {
  width: 100%;
}
.booking_last .child-2 table td {
  width: 33.33333%;
  text-align: center;
}
.booking_last .child-2 thead {
  padding: 0px 106px;
  width: 100%;
  line-height: 48px;
  background-color: #fff;
  border-bottom: 4px solid #f7f7f7;
}
.booking_last .child-2 thead td {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.booking_last .child-2 tbody tr {
  line-height: 36px;
  background-color: #fff;
  border-bottom: 4px solid #f7f7f7;
  margin-bottom: 4px;
}
.booking_last .inRight {
  float: right;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.booking_last label {
  cursor: pointer;
}
.booking_last .child-3,
.booking_last .child-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.booking_last input[type="radio"] {
  display: none;
}
.booking_last .child-4 {
  height: 50px;
}
.booking_last .pay_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100%;
}
.booking_last .child-3 {
  background-color: #f7f7f7;
}
.booking_last .child-3 .item-1 {
  margin-right: 60px;
}
.booking_last .child-4 .item-1 {
  margin-right: 6px;
}
.booking_last .pay_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0px 15px;
  color: #333333;
  font-size: 18px;
  border: 1px solid transparent;
}
.booking_last .pay_item.item-2 {
  height: 100%;
}
.booking_last .pay_item.selected {
  border: 1px solid #3cb035;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
  background: #fff url("../images/pay-img-5.jpg")/*tpa=http://www.lianheshoupiao.com/templates/default/images/pay-img-5.jpg*/ right bottom no-repeat;
}
.booking_last .pay_item img {
  margin-right: 15px;
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #2677e2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 33px;
}
.process .item {
  margin: 0px 20px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #2677e2;
  font-size: 20px;
  text-align: center;
}
.process .item.selected {
  background-color: #2677e2;
  color: #fff;
}
iframe{
  width: 287px!important;
    height: 270px!important;
}