@font-face {
  font-family: kt;
  src: url(../font/kt.ttf); }
@keyframes downArrow {
  from {
    transform: translateY(0); }
  50% {
    transform: translateY(4px); }
  to {
    transform: translateY(0); } }
@-webkit-keyframes downArrow {
  from {
    transform: translateY(0); }
  50% {
    transform: translateY(4px); }
  to {
    transform: translateY(0); } }
@keyframes rightArrow {
  from {
    transform: translateX(0); }
  50% {
    transform: translateX(6px); }
  to {
    transform: translateX(0); } }
@-webkit-keyframes rightArrow {
  from {
    transform: translateX(0); }
  50% {
    transform: translateX(6px); }
  to {
    transform: translateX(0); } }
@keyframes indexWeatherLine {
  from {
    height: 5%;
    opacity: .5; }
  50% {
    height: 100%;
    opacity: .5; }
  to {
    height: 5%;
    opacity: 1; } }
@-webkit-keyframes indexWeatherLine {
  from {
    height: 5%;
    opacity: .5; }
  50% {
    height: 100%;
    opacity: .5; }
  to {
    height: 5%;
    opacity: 1; } }
@keyframes star {
  from {
    opacity: 1; }
  50% {
    opacity: .5; }
  to {
    opacity: 1; } }
@-webkit-keyframes star {
  from {
    opacity: 1; }
  50% {
    opacity: .5; }
  to {
    opacity: 1; } }
@keyframes loader-36-1 {
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); } }
@-webkit-keyframes loader-36-1 {
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); } }
@-webkit-keyframes loader-36-2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    box-shadow: 9px 0 0 #444444; }
  75% {
    box-shadow: 9px 0 0 #444444, 18px 0 0 #444444; } }
@keyframes loader-36-2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    box-shadow: 9px 0 0 #444444; }
  75% {
    box-shadow: 9px 0 0 #444444, 18px 0 0 #444444; } }
html, p, span, div, a {
  font-family: "kt"; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.img-fluid {
  max-width: 100%; }

.text-center {
  text-align: center; }

.home .homeNav {
  position: absolute; }

.homeNav {
  z-index: 2;
  height: 320px;
  padding-top: 20px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }
  .homeNav .navBtnBox {
    padding-left: 0;
    min-width: 860px;
    width: 44%;
    display: flex;
    margin: auto; }
  .homeNav .navBtn {
    margin-top: 50px;
    width: 86px;
    padding-bottom: 10%;
    height: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
    flex: 1; }
    .homeNav .navBtn a {
      display: block;
      width: 100%;
      height: 100%; }
    .homeNav .navBtn:hover {
      background-size: cover;
      height: 266px;
      cursor: pointer; }
  .homeNav .navBtn1 {
    background-image: url(../images/menuTab1.png); }
    .homeNav .navBtn1:hover {
      background-image: url(../images/menuTab11.png); }
  .homeNav .navBtn2 {
    background-image: url(../images/menuTab2.png); }
    .homeNav .navBtn2:hover {
      background-image: url(../images/menuTab21.png); }
  .homeNav .navBtn3 {
    background-image: url(../images/menuTab3.png); }
    .homeNav .navBtn3:hover {
      background-image: url(../images/menuTab31.png); }
  .homeNav .navBtn4 {
    background-image: url(../images/menuTab4.png); }
    .homeNav .navBtn4:hover {
      background-image: url(../images/menuTab41.png); }
  .homeNav .navBtn1Hover {
    background-image: url(../images/menuTab1Hover.png); }
  .homeNav .navBtn2Hover {
    background-image: url(../images/menuTab2Hover.png); }
  .homeNav .navBtn3Hover {
    background-image: url(../images/menuTab3Hover.png); }
  .homeNav .navBtn4Hover {
    background-image: url(../images/menuTab4Hover.png); }
  .homeNav .logo {
    flex: 1;
    padding-left: 70px;
    text-align: center; }

.language {
  right: 40px;
  top: 70px;
  color: #fff;
  width: 164px;
  display: flex;
  position: absolute; }
  .language .languageBtn {
    flex: 1;
    text-align: center;
    font-weight: 100; }
  .language a {
    color: #fff;
    transition: .2s; }
    .language a:hover {
      color: #dc371b; }

.homeBanner {
  width: 100%;
  height: 100vh;
  position: relative; }
  .homeBanner #homeBanner {
    width: 100%;
    height: 100%; }
    .homeBanner #homeBanner .swiper-slide {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      .homeBanner #homeBanner .swiper-slide video {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .homeBanner #homeBannerBtn {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3; }
    .homeBanner #homeBannerBtn .swiper-slide {
      height: 152px;
      background-size: cover;
      background-position: center;
      cursor: pointer;
      text-align: center; }
  .homeBanner .swiperMasking {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    cursor: pointer; }
    .homeBanner .swiperMasking img {
      animation: star 1s linear 0s infinite normal none running;
      -webkit-animation: star 1s linear 0s infinite normal none running; }
  .homeBanner .swiperMaskingText {
    color: #fff;
    margin: 10px auto 0; }
    .homeBanner .swiperMaskingText span {
      position: relative; }
      .homeBanner .swiperMaskingText span:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 7px;
        height: 7px;
        background: url(../images/threeJuhao.png) center no-repeat;
        background-size: cover;
        z-index: -1; }
  .homeBanner .swiperMaskingTextEn {
    color: #ccc;
    font-size: .8rem; }
  .homeBanner .indexBottomSilde {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 120px;
    z-index: 2; }
  .homeBanner .indexArrows {
    width: 25px;
    height: 40px;
    position: absolute;
    bottom: 260px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 15px; }
  .homeBanner .indexArrowsI {
    border-radius: 3px;
    width: 4px;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    left: calc(50% - 2px);
    top: 6px;
    animation: downArrow ease-out 2s infinite;
    -webkit-animation: downArrow ease-out 2s infinite; }
  .homeBanner .indexRightBtn {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 84px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2); }
    .homeBanner .indexRightBtn .indexRightBtnList {
      position: relative;
      width: 84px;
      height: 84px;
      background: url(../images/indexRightBtnList.png) no-repeat center;
      background-size: contain;
      border-bottom: 1px solid #3f475d;
      transition: .2s; }
      .homeBanner .indexRightBtn .indexRightBtnList a {
        width: 100%;
        height: 100%;
        display: block; }
      .homeBanner .indexRightBtn .indexRightBtnList:hover {
        background-image: url(../images/indexRightBtnListH.png); }
        .homeBanner .indexRightBtn .indexRightBtnList:hover .indexRightBtnListIcon {
          display: none; }
        .homeBanner .indexRightBtn .indexRightBtnList:hover .indexRightBtnListText {
          display: inherit; }
      .homeBanner .indexRightBtn .indexRightBtnList:nth-child(1) .indexRightBtnListIcon {
        background-image: url(../images/indexRightBtnList1.png); }
      .homeBanner .indexRightBtn .indexRightBtnList:nth-child(2) .indexRightBtnListIcon {
        background-image: url(../images/indexRightBtnList3.png); }
      .homeBanner .indexRightBtn .indexRightBtnList:nth-child(3) .indexRightBtnListIcon {
        background-image: url(../images/indexRightBtnList2.png); }
      .homeBanner .indexRightBtn .indexRightBtnList:nth-child(3) {
        border: none; }
    .homeBanner .indexRightBtn .indexRightBtnListIcon {
      position: absolute;
      width: 59px;
      height: 40px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      background-image: url(../images/indexRightBtnList1.png);
      background-size: cover; }
    .homeBanner .indexRightBtn .indexRightBtnListText {
      color: #fff;
      font-size: 1rem;
      text-align: center;
      padding: 20px 25px;
      display: none; }
  .homeBanner .indexWeather {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    color: white;
    width: 36px;
    z-index: 2; }
    .homeBanner .indexWeather .indexWeatherText {
      width: 100%;
      text-align: center;
      margin-bottom: 0; }
    .homeBanner .indexWeather .indexWeatherLineTop {
      width: 1px;
      height: 24px;
      margin: calc(39px - 1rem) 0px 27px 17.5px;
      position: relative; }
      .homeBanner .indexWeather .indexWeatherLineTop .indexWeatherLine {
        width: 1px;
        background: white;
        animation: indexWeatherLine ease-out 2s infinite;
        -webkit-animation: indexWeatherLine ease-out 2s infinite;
        position: absolute;
        bottom: 0; }
    .homeBanner .indexWeather .indexWeatherImg {
      width: 36px;
      height: 36px;
      background-image: url(../images/weather.png);
      background-size: cover; }
    .homeBanner .indexWeather .indexWeatherLineBottom {
      width: 1px;
      height: 24px;
      margin: 27px 0px 15px 17.5px;
      position: relative; }
      .homeBanner .indexWeather .indexWeatherLineBottom .indexWeatherLine {
        width: 1px;
        background: white;
        animation: indexWeatherLine ease-out 2s infinite;
        -webkit-animation: indexWeatherLine ease-out 2s infinite; }
    .homeBanner .indexWeather .indexWeatherTEMP {
      width: 100%;
      text-align: center; }

.indexSceneryBox {
  padding-top: 160px;
  padding-bottom: 50px; }

.indexScenery {
  width: 100%;
  background: url(../images/section2Bg.png) center;
  position: relative;
  background-size: cover; }
  .indexScenery .sceneryTextBox {
    height: 405px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    margin-top: 65px;
    margin-left: 75px; }
    .indexScenery .sceneryTextBox .sceneryTextTitle {
      background: url(../images/sceneryTitleBg.png) no-repeat right bottom;
      display: inline-block;
      padding: 0 0 10px  0; }
    .indexScenery .sceneryTextBox .sceneryTextTitleEn {
      margin: 0;
      font-size: 1.125rem;
      color: #333333;
      display: block; }
    .indexScenery .sceneryTextBox .sceneryTextTitleCn {
      margin: 0;
      font-size: 1.5rem;
      display: block;
      letter-spacing: 3px; }
    .indexScenery .sceneryTextBox .sceneryTextContent {
      margin-top: 20px;
      font-size: 1rem;
      position: relative;
      padding-right: 35px; }
      .indexScenery .sceneryTextBox .sceneryTextContent:before {
        position: absolute;
        content: '';
        height: 150px;
        width: 1px;
        background-color: #716f6c;
        right: 20px; }
  .indexScenery .scenerySlide {
    height: 390px;
    background: url(../images/scenerySlideBg.png) center no-repeat;
    margin-top: 40px;
    position: relative;
    background-size: cover; }
    .indexScenery .scenerySlide .swiper-button-prev {
      width: 54px;
      height: 54px;
      background-image: url(../images/sceneryLeft.png);
      background-size: cover;
      left: 35px;
      cursor: pointer; }
      .indexScenery .scenerySlide .swiper-button-prev:focus {
        outline: 0; }
      .indexScenery .scenerySlide .swiper-button-prev:hover {
        opacity: 0.6; }
    .indexScenery .scenerySlide .swiper-button-next {
      width: 54px;
      height: 54px;
      background-image: url(../images/sceneryRight.png);
      background-size: cover;
      right: 35px;
      cursor: pointer; }
      .indexScenery .scenerySlide .swiper-button-next:focus {
        outline: 0; }
      .indexScenery .scenerySlide .swiper-button-next:hover {
        opacity: 0.6; }
    .indexScenery .scenerySlide .swiper-pagination {
      left: 50%;
      bottom: -50px;
      transform: translateX(-50%); }
      .indexScenery .scenerySlide .swiper-pagination:before {
        width: 46px;
        content: '';
        height: 1px;
        background-color: white;
        position: absolute;
        top: 12px;
        left: -50px; }
      .indexScenery .scenerySlide .swiper-pagination:after {
        width: 46px;
        content: '';
        height: 1px;
        background-color: white;
        position: absolute;
        top: 12px;
        right: -50px; }
    .indexScenery .scenerySlide .swiper-pagination-bullet {
      width: 25px;
      height: 22px;
      background-color: transparent;
      color: #444444;
      opacity: 1;
      border-radius: 0;
      margin: 0 10px; }
      .indexScenery .scenerySlide .swiper-pagination-bullet:focus {
        outline: 0; }
    .indexScenery .scenerySlide .swiper-pagination-bullet-active {
      background-image: url(../images/scenerySlideNumBg.png);
      color: white; }
    .indexScenery .scenerySlide .scenerySlideEn, .indexScenery .scenerySlide .scenerySlideCn, .indexScenery .scenerySlide .scenerySlideContent {
      display: none; }
  .indexScenery #scenerySlide {
    width: 76.5%;
    height: 366px;
    margin-top: 11px; }
    .indexScenery #scenerySlide .swiper-slide {
      width: 100%;
      height: 100%;
      background-size: cover; }
  .indexScenery .sceneryLight {
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: -85px;
    animation: star 1s linear 0s infinite normal none running;
    -webkit-animation: star 1s linear 0s infinite normal none running; }

.showpoint {
  width: 100%;
  background-image: url(../images/showpointBg.png);
  position: relative;
  background-position: center;
  padding-bottom: 100px; }
  .showpoint a:hover {
    color: #dc371b; }
  .showpoint .zhuye {
    position: absolute;
    left: 70px;
    top: -115px; }
  .showpoint .showpointTitle {
    padding-top: 40px;
    padding-bottom: 24px;
    text-align: center; }
  .showpoint .showpointListLeft {
    width: 100%;
    padding-right: 0;
    height: 615px; }
    .showpoint .showpointListLeft .showpointListBox {
      background-size: cover;
      height: 100%; }
  .showpoint .showpointListright .showpointList {
    height: 100%; }
    .showpoint .showpointListright .showpointList:nth-child(1), .showpoint .showpointListright .showpointList:nth-child(2) {
      height: 332px; }
    .showpoint .showpointListright .showpointList:nth-child(3) {
      height: 259px;
      margin-top: 24px; }
    .showpoint .showpointListright .showpointList .showpointListBox {
      background-size: cover;
      height: 100%; }
    .showpoint .showpointListright .showpointList .showpointListBox {
      height: 100%; }
  .showpoint .listBorder {
    border: 1px solid white;
    padding: 5px;
    height: 100%;
    transition: .3s; }
    .showpoint .listBorder:hover {
      padding: 0; }
      .showpoint .listBorder:hover .showpointListMasking {
        opacity: 1; }
  .showpoint .showpointListMasking {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .5s; }
  .showpoint .showpointListMaskingBox {
    width: 119px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    margin: auto;
    position: relative;
    text-align: center; }
  .showpoint .showMaskingTop {
    margin-top: 10px; }
  .showpoint .showMaskingBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .showpoint .showMaskingText {
    writing-mode: tb-rl;
    margin: 10px auto;
    background: url(../images/textYuanBg.png) no-repeat right bottom;
    padding-bottom: 5px;
    font-size: 22px;
    letter-spacing: 2px; }
  .showpoint .showMaskingLine {
    width: 1px;
    height: 25px;
    background-color: black;
    margin: 10px auto; }
  .showpoint .listText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto; }

.playBox {
  width: 100%;
  height: 575px;
  background: url(../images/playBg.png) center;
  position: relative;
  z-index: 2; }
  .playBox .playBoxPosition {
    position: relative; }
  .playBox .playTitle {
    text-align: center;
    padding-top: 20px; }
  .playBox .playListBox {
    position: relative;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto; }
  .playBox .playText {
    margin-top: 56px;
    position: relative;
    display: inline-block; }
  .playBox .playText:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    left: 0;
    bottom: -10px;
    opacity: 0;
    transition: .3s; }
  .playBox .playListBoxItem {
    height: 100%;
    background-repeat: no-repeat;
    transition: .3s;
    text-align: center;
    height: 520px; }
    .playBox .playListBoxItem:nth-child(1) .playListBoxItemBg {
      width: 100%;
      height: 100%;
      background: url(../images/playShangBg.png) center no-repeat; }
    .playBox .playListBoxItem:nth-child(2) .playListBoxItemBg {
      width: 100%;
      height: 100%;
      background: url(../images/playShiBg.png) center no-repeat; }
    .playBox .playListBoxItem:nth-child(3) .playListBoxItemBg {
      width: 100%;
      height: 100%;
      background: url(../images/playZhuBg.png) center no-repeat; }
    .playBox .playListBoxItem:nth-child(4) .playListBoxItemBg {
      width: 100%;
      height: 100%;
      background: url(../images/playXingBg.png) center no-repeat; }
    .playBox .playListBoxItem:nth-child(5) .playListBoxItemBg {
      width: 100%;
      height: 100%;
      background: url(../images/playYouBg.png) center no-repeat; }
    .playBox .playListBoxItem:nth-child(6) .playListBoxItemBg {
      width: 100%;
      height: 100%;
      background: url(../images/playJiBg.png) center no-repeat; }
    .playBox .playListBoxItem:hover .playText:after {
      opacity: 1; }
    .playBox .playListBoxItem .playListBoxItemBg {
      transition: .3s; }
    .playBox .playListBoxItem .playListBoxItemBg:hover {
      transform: translateY(-3%);
      box-shadow: 5px 5px 10px #666; }

.newsBox {
  width: 100%;
  background: url(../images/newsBg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 210px;
  padding-bottom: 40px; }
  .newsBox .newsListBox {
    margin-top: 47px; }
  .newsBox .newsList {
    transition: .2s;
    margin-top: 10px; }
    .newsBox .newsList:nth-child(odd) .newsListText {
      background: url(../images/newsTextRightBg.png) right bottom no-repeat;
      padding: 20px 20px 20px 50px; }
    .newsBox .newsList:nth-child(even) .newsListText {
      background: url(../images/newsTextLeftBg.png) left bottom no-repeat;
      padding: 20px 50px 20px 20px; }
    .newsBox .newsList:hover {
      transform: translateY(-5px);
      box-shadow: 2px 2px 20px #666; }
  .newsBox .newsListImg {
    background-size: cover; }
  .newsBox .newsListTextTitle {
    font-size: 1.5rem;
    color: #333; }
  .newsBox .newsListTextContent {
    font-size: 0.875rem;
    color: #333; }
  .newsBox .newsListBoxMore {
    width: 40px;
    height: 40px;
    margin: 40px auto 0; }
  .newsBox .loader-36 {
    position: relative;
    height: 100%; }
    .newsBox .loader-36:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border: 2px solid #444444;
      border-radius: 50%; }
    .newsBox .loader-36:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 6px;
      height: 6px;
      background-color: #444444;
      border-radius: 50%;
      -webkit-transform: translate(-9px);
      transform: translate(-9px);
      box-shadow: 9px 0 0 #444444, 18px 0 0 #444444; }
    .newsBox .loader-36:hover:before {
      -webkit-animation: loader-36-1 1.15s infinite -0.3s;
      animation: loader-36-1 1.15s infinite -0.3s; }
    .newsBox .loader-36:hover:after {
      -webkit-animation: loader-36-2 4.6s infinite steps(1);
      animation: loader-36-2 4.6s infinite steps(1);
      box-shadow: none; }
  .newsBox .newsLight {
    position: absolute;
    right: 8%;
    top: 125px;
    animation: star 1s linear 0s infinite normal none running;
    -webkit-animation: star 1s linear 0s infinite normal none running; }
  .newsBox .newsMoreInfo {
    display: block;
    width: 162px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 1.25rem;
    padding: .2em .8em; }
  .newsBox .newsList:nth-child(odd) .newsMoreInfo {
    text-align: left;
    background: url(../images/huodongListMoreLeft.png) center; }
  .newsBox .newsList:nth-child(even) .newsMoreInfo {
    text-align: right;
    background: url(../images/huodongListMoreRight.png) center; }

.indexFooter {
  width: 100%;
  height: 110px;
  background-image: url(../images/indexFooter.png); }
  .indexFooter .indexFooterBtn {
    display: flex;
    margin: auto;
    padding-top: 35px;
    text-align: center; }
  .indexFooter .indexFooterList {
    cursor: pointer;
    flex: 1;
    color: #e3e3e3; }
  .indexFooter .footerCopyright {
    color: #c5c5c5;
    font-size: 0.875rem;
    text-align: center;
    margin-top: 10px; }
  .indexFooter .indexFooterBox {
    margin: auto;
    position: relative; }
  .indexFooter .footerLogo {
    position: absolute;
    transform: translateX(-100%) translateY(25%); }

.fiexdNav {
  width: 96px;
  background-image: url(../images/leftNavBg.png);
  position: fixed;
  left: 12.5%;
  z-index: 9;
  /*display: none;*/
  border-radius: 0 0 55px 55px;
  background-size: cover;
  padding-bottom: 40px; }
  .fiexdNav .fiexdNavLogo {
    width: 50px;
    display: block;
    margin: 10px auto;
    position: relative; }
    .fiexdNav .fiexdNavLogo:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #d1d1cf;
      bottom: -10px; }
  .fiexdNav .fiexdNavList {
    width: 100%;
    height: 143px;
    position: relative;
    cursor: pointer;
    text-align: center; }
    .fiexdNav .fiexdNavList:hover {
      background-image: url(../images/leftNavHoverBg.png); }
      .fiexdNav .fiexdNavList:hover .fiexdNavListSpan {
        opacity: 1; }
        .fiexdNav .fiexdNavList:hover .fiexdNavListSpan:after {
          content: '';
          position: absolute;
          bottom: -20px;
          width: 100%;
          height: 2px;
          background-color: #dc341a;
          left: 0;
          right: 0;
          margin: auto; }
    .fiexdNav .fiexdNavList:after {
      content: '';
      position: absolute;
      width: 65%;
      height: 1px;
      background-color: #d1d1d0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .fiexdNav .fiexdNavList:last-child:after {
      display: none; }
  .fiexdNav .fiexdNavListActive {
    background-image: url(../images/leftNavHoverBg.png); }
    .fiexdNav .fiexdNavListActive .fiexdNavListSpan {
      opacity: 1; }
      .fiexdNav .fiexdNavListActive .fiexdNavListSpan::after {
        content: '';
        position: absolute;
        bottom: -20px;
        width: 100%;
        height: 2px;
        background-color: #dc341a;
        left: 0;
        right: 0;
        margin: auto; }
  .fiexdNav .fiexdNavListSpan {
    line-height: 143px;
    opacity: .5;
    transition: .2s;
    position: relative; }

.navMobile {
  display: none;
  font-size: 1.25rem; }

.chuanMain {
  position: relative;
  background-image: url(../images/chuanBg.png);
  background-position: top center; }

.huadengWenhuaText {
  padding-right: 10rem;
  text-indent: 2em;
  color: #666666; }

.huadengWenhuaTitle {
  font-size: 1.5rem;
  color: #333333; }
  .huadengWenhuaTitle span {
    margin-right: 2em;
    text-space: .2rem;
    letter-spacing: .2rem; }

.chuanBox {
  margin-bottom: 7rem; }

.huadengwenhuaListBox {
  margin-top: 2rem; }
  .huadengwenhuaListBox .huadengwenhuaList {
    position: relative;
    padding: 5px;
    background-color: white;
    box-sizing: border-box; }
  .huadengwenhuaListBox .huadengwenhuaList:nth-child(1) {
    transform: rotate(9deg) translateY(3rem) translateX(2rem);
    z-index: 2; }
  .huadengwenhuaListBox .huadengwenhuaList:nth-child(2) {
    transform: rotate(-12deg);
    z-index: 1; }
  .huadengwenhuaListBox .huadengwenhuaList:nth-child(3) {
    transform: rotate(6deg) translateX(-2rem) translateY(2rem);
    z-index: 2; }

.fojiaowenhua {
  margin-top: 10rem; }

.fojiaowenhuaTitle {
  z-index: 2; }

.fojiaowenhuaContent {
  padding: 3rem 0;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2rem); }

.fojiaowenhuaContentTitle {
  font-size: 1.5151515152rem;
  color: #333333;
  text-align: right; }

.fojiaowenhuaContentText {
  text-indent: 2em;
  color: #555555; }

.fojiaowenhuaContentMore {
  text-align: right;
  background: url(../images/huodongListMoreRight.png) center;
  display: block;
  width: 162px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 1.25rem;
  padding: .2em .8em;
  opacity: .8; }
  .fojiaowenhuaContentMore:hover {
    opacity: 1;
    color: white; }

.lishiwenhuaBox {
  margin-top: 6rem; }
  .lishiwenhuaBox .swiper-lishiwenhua-pagination {
    margin-top: 10%;
    position: relative; }
    .lishiwenhuaBox .swiper-lishiwenhua-pagination:after {
      content: '';
      width: 8px;
      height: 8px;
      border: 1px solid #555555;
      position: absolute;
      left: 0;
      top: -19px;
      border-radius: 50%; }
    .lishiwenhuaBox .swiper-lishiwenhua-pagination:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #555555;
      left: 8px;
      top: -15px; }
    .lishiwenhuaBox .swiper-lishiwenhua-pagination .swiper-pagination-bullet:focus {
      outline: 0; }
    .lishiwenhuaBox .swiper-lishiwenhua-pagination .swiper-pagination-bullet {
      position: relative;
      width: 1em;
      height: auto;
      background-color: initial;
      opacity: 1;
      color: #555555;
      margin: 0 1.5rem;
      display: inline-flex; }
    .lishiwenhuaBox .swiper-lishiwenhua-pagination .swiper-pagination-bullet:after {
      content: '';
      height: 20px;
      width: 1px;
      background-color: #555555;
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 50%;
      transition: .1s; }
    .lishiwenhuaBox .swiper-lishiwenhua-pagination .swiper-pagination-bullet-active:after {
      content: '';
      height: 10px;
      width: 10px;
      background-color: #db331a;
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 50%;
      transform: rotate(90deg); }
    .lishiwenhuaBox .swiper-lishiwenhua-pagination .swiper-pagination-bullet-active {
      color: #db331a !important; }

#lishiwenhuaSwiper {
  margin-top: 3rem; }
  #lishiwenhuaSwiper .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    position: relative; }
  #lishiwenhuaSwiper .lishiwenhuaContent {
    background-color: rgba(85, 85, 85, 0.2);
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    padding: 3%;
    color: #fff; }
  #lishiwenhuaSwiper .lishiwenhuaTitle {
    font-size: 1.8rem; }

.lishiwenhuaMore {
  position: relative;
  display: block;
  width: 88px;
  margin: 2rem auto;
  border: none;
  border-bottom: 1px solid #555555;
  transition: .3s;
  background-color: initial; }
  .lishiwenhuaMore a {
    color: #666666;
    transition: .3s; }
  .lishiwenhuaMore:after {
    content: '';
    height: 1px;
    position: absolute;
    width: 2px;
    background-color: #555555;
    left: -4px;
    bottom: -1px; }
  .lishiwenhuaMore:before {
    content: '';
    height: 1px;
    position: absolute;
    width: 2px;
    background-color: #555555;
    right: -4px;
    bottom: -1px; }
  .lishiwenhuaMore:hover a {
    color: #db331a; }
  .lishiwenhuaMore:hover:after, .lishiwenhuaMore:hover:before {
    background-color: #db331a; }
  .lishiwenhuaMore:hover {
    border-bottom: 1px solid #db331a; }

.lishiwenhuaYears {
  display: none; }

.newsBanner {
  max-width: 1920px;
  width: 100%;
  height: 762px;
  margin: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: .4s; }
  .newsBanner .swiper-pagination-bullet:focus {
    outline: 0; }
  .newsBanner .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: white;
    opacity: 1; }
  .newsBanner .swiper-pagination-bullet-active {
    background: #db331a; }
  .newsBanner .swiper-pagination {
    z-index: 3;
    right: 176px;
    left: inherit;
    bottom: 40px; }
  .newsBanner .swiper-pagination-bullet:focus {
    outline: 0; }

#newsBannerBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  #newsBannerBox .swiper-slide {
    background-position: center; }

.newsBannerInfo {
  width: 60px;
  height: 143px;
  position: absolute;
  right: 40%;
  background: url(../images/newsBannerInfo.png) no-repeat;
  top: 350px;
  z-index: 5;
  transition: .5s; }
  .newsBannerInfo:hover {
    background-image: url(../images/newsBannerInfoH.png); }

.newsTabBtn {
  position: absolute;
  width: 1100px;
  left: 0;
  right: 0;
  margin: auto; }

.newsTabBtnLeft {
  width: 578px;
  height: 103px;
  background-image: url(../images/btnActivity.png);
  position: absolute;
  left: 0;
  z-index: 1;
  top: -40px;
  background-size: cover;
  cursor: pointer;
  transition: .2s; }

.newsTabBtnRight {
  width: 578px;
  height: 103px;
  background-image: url(../images/btnNews.png);
  position: absolute;
  right: 0;
  z-index: 1;
  top: -40px;
  background-size: cover;
  cursor: pointer;
  transition: .2s; }

.newsTabBtnLeftActive {
  top: -93px;
  z-index: 2;
  width: 590px;
  height: 115px;
  background-image: url(../images/btnActivityHover.png); }

.newsTabBtnRightActive {
  top: -93px;
  z-index: 2;
  width: 590px;
  height: 115px;
  background-image: url(../images/btnNewsHover.png); }

.huodongTop {
  height: 450px;
  background: url(../images/newNewsTopBg.png) center no-repeat;
  background-size: cover;
  margin: 50px 0 0; }

.huodongTop .twoMore {
  color: #fff;
  margin-top: 1.5em; }

.huodongTopTitle {
  font-size: 1.5rem;
  padding: 0 45px;
  color: #fff;
  text-align: center;
  margin-top: 2em; }

.huodongTopTime {
  color: #e1e1e1;
  font-size: 1.25rem;
  text-align: center;
  position: relative; }
  .huodongTopTime:after {
    content: '';
    width: 180px;
    height: 1px;
    right: 0;
    top: 50%;
    position: absolute;
    transform: rotate(180deg);
    background-image: url(../images/newNewsTopContentTime.png); }
  .huodongTopTime:before {
    content: '';
    width: 180px;
    height: 1px;
    left: 0;
    top: 50%;
    position: absolute;
    background-image: url(../images/newNewsTopContentTime.png); }

.huodongTopInfo {
  color: #e1e1e1;
  font-size: 1rem; }

.huodongTopImgBox {
  width: 100%;
  height: 420px;
  border: solid 1px #7e8ba0;
  margin-top: 15px;
  padding: 10px; }

.huodongTopImg {
  height: 100%;
  background-size: cover;
  background-position: center; }

.newNewsTitle {
  padding-top: 110px; }

.newNewsTopMoreBtn {
  width: 175px;
  height: 54px;
  padding: 2px 5px;
  display: block;
  border: 1px solid #8e98a9;
  margin: auto;
  transition: .3s; }
  .newNewsTopMoreBtn:hover {
    box-shadow: 2px 2px 10px #ccc; }

.newNewsTopMoreBtnBg {
  width: 100%;
  height: 100%;
  background: url(../images/newsMoreBtnBg.png) center no-repeat;
  background-size: cover;
  color: #283d60;
  line-height: 48px;
  position: relative; }

.newNewsTopMoreBtnText {
  background: url(../images/textYuanBg.png) no-repeat; }

@keyframes newNewsTopMoreBtnArrow {
  from {
    transform: translateX(0%); }
  50% {
    transform: translateX(50%); }
  to {
    transform: translateX(0%); } }
@-webkit-keyframes newNewsTopMoreBtnArrow {
  from {
    transform: translateX(0%); }
  50% {
    transform: translateX(50%); }
  to {
    transform: translateX(0%); } }
.newNewsTopMoreBtnArrow {
  width: 13px;
  animation: newNewsTopMoreBtnArrow running 1s infinite;
  -webkit-animation: newNewsTopMoreBtnArrow running 1s infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  margin: auto; }

.huodongContent {
  padding-top: 65px;
  padding-bottom: 30px; }

.huodongList {
  height: 232px;
  padding: 14px;
  border: solid 1px #e4e4e4;
  transition: .3s;
  margin-bottom: 18px; }
  .huodongList:hover {
    box-shadow: 2px 3.5px 8px 0 rgba(102, 102, 102, 0.64);
    transform: translateY(-1em); }
    .huodongList:hover .huodongListImg img {
      transform: scale(1.1); }
    .huodongList:hover .huodongListMapText:after {
      opacity: 1; }

.huodongList:nth-child(odd) .huodongListTime:after {
  left: 0; }
.huodongList:nth-child(odd) .huodongListText {
  text-align: left; }
.huodongList:nth-child(odd) .huodongListMore {
  float: left;
  background: url(../images/huodongListMoreLeft.png) center; }
.huodongList:nth-child(odd) .huodongListBtn {
  transform: rotate(0deg); }

.huodongList:nth-child(even) .huodongListTime:after {
  right: 0; }
.huodongList:nth-child(even) .huodongListText {
  text-align: right; }
.huodongList:nth-child(even) .huodongListMore {
  float: right;
  background: url(../images/huodongListMoreRight.png) center; }
.huodongList:nth-child(even) .huodongListBtn {
  transform: rotate(180deg); }

.huodongListImg {
  height: 100%;
  padding: 0;
  overflow: hidden; }
  .huodongListImg img {
    min-width: 100%;
    min-height: 100%;
    transition: .3s; }

.huodongListTime {
  height: 100%;
  position: relative; }
  .huodongListTime:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e4e4e4;
    top: 0; }

.huodongListText {
  height: 100%;
  padding: 20px; }

.huodongListMore {
  display: block;
  width: 162px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 1.25rem;
  padding: .2em .8em; }
  .huodongListMore:hover {
    color: #e1e1e1; }

.huodongListTitle {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1em; }

.huodongListInfo {
  font-size: 1.25rem;
  color: #666; }

.huodongListMonth {
  font-size: 2.25rem;
  color: #999;
  line-height: 1em; }

.huodongListYear {
  font-size: 1.125rem;
  color: #999; }

.huodongListTimeBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%); }

.wanBanner {
  max-width: 1920px;
  width: 100%;
  height: 762px;
  margin: auto;
  background: url(../images/wanBanner.png) center;
  background-size: cover;
  position: relative;
  transition: .4s; }

.tesemeishiTitle {
  padding-top: 115px;
  padding-bottom: 24px;
  text-align: center; }

.foodBox {
  padding-bottom: 50px; }

.foodListImg {
  height: 268px;
  overflow: hidden; }
  .foodListImg img {
    min-width: 100%;
    min-height: 100%;
    transition: .3s; }

.tesemeishiBox {
  width: 100%;
  background: url(../images/foodBg.png) top center no-repeat;
  position: relative; }

.foodList {
  padding: 0 7px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px; }
  .foodList .foodBottomBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 7px;
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(100%);
    transition: .3s; }
    .foodList .foodBottomBox p {
      margin: 0;
      font-size: 1.25rem;
      color: #fff;
      text-align: center;
      padding: 10px 0;
      background: url(../images/foodListBg.png) no-repeat center; }
  .foodList:hover .foodListImg img {
    transform: scale(1.1); }
  .foodList:hover .foodBottomBox {
    transform: translateY(0); }

.youwangonglue {
  background: url(../images/youwanBg.png);
  padding-bottom: 60px; }
  .youwangonglue .youwangonglueTitle {
    text-align: center;
    padding: 30px 0; }
  .youwangonglue .youwanTuijianLeft {
    height: 454px;
    padding: 10px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
    .youwangonglue .youwanTuijianLeft .leftBorder {
      width: 100%;
      height: 100%;
      border: 1px solid white;
      position: relative; }
  .youwangonglue .quanjingIcon {
    position: absolute;
    top: 9px;
    right: 17px;
    width: 72px;
    height: 72px;
    background: url(../images/quanjingIcon.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    transition: .3s; }
    .youwangonglue .quanjingIcon:hover {
      background: url(../images/quanjingIconH.png) center no-repeat;
      transform: translateY(-2px);
      box-shadow: 1px 1px 10px #ccc; }
  .youwangonglue .tuijianText {
    padding: 47px 60px; }
  .youwangonglue .tuijianMore {
    display: block;
    width: 162px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 1.25rem;
    padding: .2em .8em;
    background: url(../images/huodongListMoreLeft.png) center;
    margin: auto; }
    .youwangonglue .tuijianMore:hover {
      color: #e1e1e1; }
  .youwangonglue .tuijianTextTitle {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    line-height: 1em;
    margin-bottom: 38px; }
    .youwangonglue .tuijianTextTitle:after {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      background: url(../images/textYuanBg.png) center no-repeat;
      background-size: cover;
      bottom: 0;
      left: 55%; }
    .youwangonglue .tuijianTextTitle:before {
      position: absolute;
      content: '';
      width: 2.5em;
      height: 1px;
      background: #fff;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -1em; }
  .youwangonglue .tuijianTextInfo {
    text-align: center;
    color: #fff;
    font-size: 1rem; }
  .youwangonglue .tuijianListBox {
    height: 110px;
    display: flex;
    position: absolute;
    bottom: 0; }
  .youwangonglue .tuijianList {
    flex: 1;
    height: 110px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    .youwangonglue .tuijianList .gonglueListMasking {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: .3s; }
    .youwangonglue .tuijianList .gonglueListTitle {
      color: #fff;
      font-size: 1.25rem;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .youwangonglue .tuijianList .gonglueListInfo, .youwangonglue .tuijianList gonglueListUrl, .youwangonglue .tuijianList gonglueListHref {
      display: none; }
    .youwangonglue .tuijianList img {
      width: 100%;
      height: 100%; }
    .youwangonglue .tuijianList:hover .gonglueListMasking {
      opacity: 1; }
    .youwangonglue .tuijianList:last-child {
      margin-right: 0;
      background-color: rgba(17, 31, 55, 0.5);
      position: relative; }
      .youwangonglue .tuijianList:last-child:hover:after {
        background-color: white;
        box-shadow: 20px 0 0 white, 40px 0 0 white; }
      .youwangonglue .tuijianList:last-child:after {
        content: '';
        position: absolute;
        top: 0;
        left: -20%;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        -webkit-transform: translate(-9px);
        transform: translate(-9px);
        box-shadow: 20px 0 0 rgba(255, 255, 255, 0.5), 40px 0 0 rgba(255, 255, 255, 0.5);
        transition: .3s; }
      .youwangonglue .tuijianList:last-child a {
        display: block;
        width: 100%;
        height: 100%; }

.zhoubianlvyou {
  position: relative;
  padding: 2.2vw 0;
  background: url(../images/wanBg.png) no-repeat center;
  background-size: cover; }
  .zhoubianlvyou p {
    margin: 0; }

.zhoubianlvyouTitle {
  text-align: center;
  margin: 2vw 0 1vw; }

.zhoubianSlideBox {
  position: relative; }
  .zhoubianSlideBox .swiper-button-prev {
    width: 30px;
    height: 57px;
    background-image: url(../images/iconSwiper.png);
    background-size: cover;
    background-position: 0; }
    .zhoubianSlideBox .swiper-button-prev:hover {
      background-position: -30px; }
    .zhoubianSlideBox .swiper-button-prev:focus {
      outline: 0; }
  .zhoubianSlideBox .swiper-button-next {
    width: 30px;
    height: 57px;
    background-image: url(../images/iconSwiper.png);
    background-size: cover;
    background-position: -60px; }
    .zhoubianSlideBox .swiper-button-next:hover {
      background-position: -90px; }
    .zhoubianSlideBox .swiper-button-next:focus {
      outline: 0; }

#zhoubianSlide {
  width: 870px;
  padding: 10px 0; }
  #zhoubianSlide .swiper-slide {
    width: 360px;
    height: 415px;
    text-align: center;
    padding: .5%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 3px 3px 10px #ccc; }
  #zhoubianSlide .swiper-slide-active .zhoubianSlideImg a {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/zhoubianLvyouMore.png) center no-repeat;
    background-size: cover; }

.zhoubianSlideImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }

.zhoubianContent {
  height: 100px;
  position: relative;
  background: url(../images/zhoubianContentBg.png) center no-repeat;
  background-size: contain;
  margin-top: 70px;
  padding: 0 100px; }

.zhoubianContentTitle {
  font-size: 1.5rem;
  color: #273c60;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); }

.zhoubianContentInfo {
  margin-top: 2em !important;
  text-align: center;
  color: #273c60;
  font-size: 1.125rem; }

.zhoubianSlideTitle, .zhoubianSlideInfo {
  display: none; }

.jiaotongTitle {
  text-align: center;
  padding: 90px 0 30px; }

.jiaotongList {
  padding: 0;
  height: 210px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .jiaotongList .jiaotongListBg {
    height: 100%;
    transition: .3s;
    min-width: 100%; }
  .jiaotongList:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s; }
  .jiaotongList:hover .jiaotongListBg {
    transform: scale(1.1); }
  .jiaotongList:hover:before {
    opacity: 0; }
  .jiaotongList .jiaotongListInfo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .jiaotongList .jiaotongListName {
    text-align: center;
    margin: 0;
    font-size: 1.25rem;
    color: #fff; }
    .jiaotongList .jiaotongListName:hover {
      color: #fff; }

.youjiTitle {
  text-align: center;
  padding: 130px 0 40px; }

.youji {
  padding-bottom: 40px; }
  .youji p {
    margin: 0; }
  .youji .youjiListContent {
    padding-left: 0; }
  .youji .youjiListTitle {
    color: #333;
    font-size: 1.5rem;
    padding-top: 10px; }
  .youji .youjiListTime {
    color: #666;
    font-size: 1rem;
    text-align: center; }
  .youji .youjiListInfo {
    color: #666;
    font-size: 0.875rem;
    margin-top: 5px; }
  .youji .youjiListBox {
    margin: 0 0 55px;
    padding-left: 0; }
  .youji .youjiList {
    margin: 0;
    transition: .3s; }
    .youji .youjiList:hover {
      box-shadow: 1px 1.732px 4px 0px rgba(57, 54, 43, 0.4);
      transform: translateY(-2px); }
      .youji .youjiList:hover .youjiListImg img {
        transform: scale(1.1); }
  .youji .youjiListImg {
    padding-left: 0;
    overflow: hidden; }
    .youji .youjiListImg img {
      width: 100%;
      height: 100%;
      transition: .2s; }

.dingBanner {
  max-width: 1920px;
  width: 100%;
  height: 762px;
  margin: auto;
  background: url(../images/dingBanner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  transition: .4s; }

.canyinList {
  padding: 0 7px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px; }
  .canyinList .canyinListImg {
    height: 250px;
    overflow: hidden; }
    .canyinList .canyinListImg img {
      min-width: 100%;
      min-height: 100%;
      transition: .3s; }
  .canyinList .foodBottomBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 7px;
    background: rgba(0, 0, 0, 0.6);
    transition: .3s; }
    .canyinList .foodBottomBox p {
      margin: 0;
      font-size: 1.25rem;
      color: #fff;
      text-align: center;
      padding: 10px 0; }
  .canyinList .canyinBorder {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 7px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    transform: scale(0);
    opacity: 0;
    transition: .5s; }
  .canyinList .canyinBorderBox {
    width: 100%;
    height: 100%;
    border: 1px solid #999999; }
  .canyinList .canyinBorderInfoMore {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .canyinList .canyinInfoTitle {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    padding-top: 1em; }
  .canyinList .canyinInfoContent {
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 1em; }
  .canyinList .canyinBooking {
    display: block;
    margin: auto;
    color: #fff;
    font-size: 1rem;
    width: 4.5em;
    height: 2em;
    background: url(../images/canyinBooking.png) bottom no-repeat; }
    .canyinList .canyinBooking:hover {
      color: #dc371b; }
  .canyinList:hover .canyinListImg img {
    transform: scale(1.1); }
  .canyinList:hover .foodBottomBox {
    transform: translateY(100%);
    opacity: 0; }
  .canyinList:hover .canyinBorder {
    transform: scale(1);
    opacity: 1; }

.jiudianBox {
  position: relative;
  margin-top: 50px; }
  .jiudianBox .jiudianList {
    height: 545px;
    overflow: hidden;
    padding: 0 3px; }
    .jiudianBox .jiudianList .jiudianListBg {
      min-width: 100%;
      min-height: 100%; }
    .jiudianBox .jiudianList:hover .jiudianListContent {
      transform: translateX(0);
      opacity: 1; }
  .jiudianBox .jiudianListContent {
    position: absolute;
    width: 126px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 18px 0;
    transform: translateX(-100%);
    opacity: 0;
    transition: .4s; }
  .jiudianBox .jiudianListBox {
    position: absolute;
    width: 126px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    overflow: hidden; }
  .jiudianBox .jiudianListTitle {
    writing-mode: lr;
    margin: 0 auto 5px;
    background: url(../images/textYuanBg.png) no-repeat right bottom;
    padding-bottom: 5px;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1em;
    padding-top: 50%; }
  .jiudianBox .jiudianListInfo {
    color: #666;
    font-size: 0.875rem;
    padding: 0 10px; }
  .jiudianBox .jiudianBooking {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    transition: .3s;
    color: #333; }
    .jiudianBox .jiudianBooking:after {
      position: absolute;
      content: '';
      width: 90%;
      height: 1px;
      left: 0;
      right: 0;
      margin: auto;
      background: #333;
      bottom: -0.2em;
      transition: .3s; }
    .jiudianBox .jiudianBooking:hover {
      color: #dc371b; }
      .jiudianBox .jiudianBooking:hover:after {
        background: #dc341b; }

.jiudianminsuBox {
  width: 100%;
  background: url(../images/playBg.png) top no-repeat;
  position: relative;
  z-index: 2; }

.jiudianTitle {
  padding-top: 15px; }

.goodsTitle {
  padding-top: 50px;
  padding-bottom: 24px;
  text-align: center; }

.daofuyuding {
  padding-bottom: 80px; }

.daofuTitle {
  text-align: center;
  margin-bottom: 30px; }

.daofuBox {
  margin-left: -38px;
  margin-right: -38px; }

.daofuList {
  height: 480px;
  padding: 0 38px;
  overflow: hidden; }
  .daofuList .daofuListBorder {
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 6px 0px rgba(102, 102, 102, 0.5);
    border: 1px solid rgba(102, 102, 102, 0.2);
    padding: 10px;
    text-align: center; }
    .daofuList .daofuListBorder p {
      margin: 0; }
    .daofuList .daofuListBorder:hover .daofuListBorderBox {
      border: 2px solid rgba(51, 51, 51, 0.4); }
    .daofuList .daofuListBorder:hover .daofuBuyBtn {
      transform: translateY(0) translateX(-50%);
      opacity: 1; }
    .daofuList .daofuListBorder:hover .daofuHide {
      opacity: 0; }
  .daofuList .daofuIcon {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: auto; }
  .daofuList .daofuHide {
    transition: .3s; }
  .daofuList .daofuName {
    color: #333;
    font-size: 1.5rem;
    padding-top: 0.5em; }
  .daofuList .daofuInfo {
    color: #666;
    line-height: 1.2em; }
  .daofuList .daofuNameEn {
    color: #333;
    font-size: 0.875rem; }
  .daofuList .daofuListBorderBox {
    border: 2px solid rgba(51, 51, 51, 0);
    height: 100%;
    width: 100%;
    padding: 35px 30px;
    position: relative;
    transition: .3s; }
  .daofuList .daofuBtn {
    display: block;
    width: 7em;
    border: 1px solid rgba(85, 85, 85, 0.5);
    line-height: 2em;
    margin: 10px auto 0 !important; }
  .daofuList .daofuBuyBtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateY(100%) translateX(-50%);
    transition: .3s; }

.newsDetailsBanner {
  height: 430px;
  background: url(../images/newsDetailsBanner.png) center no-repeat;
  background-size: cover; }

.huodongDetailsBox {
  background: url(../images/detailsBg.png) top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 110px 0 50px; }

.detailsTop {
  height: 160px;
  background: url(../images/detailsTop.png) center no-repeat;
  background-size: cover;
  padding: 55px 74px 0; }

.detailsTitle {
  color: #666;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em; }

.detailsShare {
  text-align: right;
  font-size: 1.25rem;
  color: #666; }
  .detailsShare .icon-weixin {
    float: right;
    height: 19px;
    width: 19px;
    background-image: url(../images/shareIcon.png) !important;
    background-position: center !important;
    background-size: cover;
    background-color: initial !important; }

.detailsContent {
  border-radius: 12px;
  background-color: #ffffff;
  border: solid 1px rgba(102, 102, 102, 0.56);
  padding: 60px 90px;
  color: #666;
  font-size: 1.25rem;
  margin: 22px auto 40px;
  min-width: 100%; }
  .detailsContent img {
    max-width: 100% !important; }

.detailsRecommend {
  padding: 20px 90px;
  border: solid 1px rgba(102, 102, 102, 0.56);
  border-radius: 12px;
  position: relative; }
  .detailsRecommend .detailsRecommendTitle {
    position: absolute;
    left: 20px;
    writing-mode: tb-rl;
    height: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #666666;
    top: 0; }
  .detailsRecommend .detailsRecommendList {
    border-right: #eeeeee 1px solid; }
    .detailsRecommend .detailsRecommendList:last-child {
      border-right: none; }
    .detailsRecommend .detailsRecommendList:hover a {
      color: #dc371b; }
    .detailsRecommend .detailsRecommendList:hover .imgBox:after {
      opacity: 1; }
    .detailsRecommend .detailsRecommendList:hover .imgBox:before {
      opacity: 1; }
    .detailsRecommend .detailsRecommendList a {
      transition: .3s; }
    .detailsRecommend .detailsRecommendList .imgBox {
      overflow: hidden;
      height: 130px;
      text-align: center;
      border-radius: 12px;
      position: relative; }
      .detailsRecommend .detailsRecommendList .imgBox:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        left: 0;
        top: 0;
        opacity: 0;
        transition: .3s; }
      .detailsRecommend .detailsRecommendList .imgBox:before {
        position: absolute;
        content: '';
        width: 35px;
        height: 34px;
        background: url(../images/recommendMore.png) center no-repeat;
        background-size: cover;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        transition: .3s; }
      .detailsRecommend .detailsRecommendList .imgBox img {
        width: 100%;
        height: 100%; }
    .detailsRecommend .detailsRecommendList .recommendTitle {
      padding: 0 2em;
      text-align: center;
      margin: 0; }

.gonglueliebiaoBanner {
  height: 430px;
  background: url(../images/gonglueliebiaoBanner.png) center no-repeat;
  background-size: cover; }

.dingInfoBanner {
  height: 430px;
  background: url(../images/dingBanner.png) center no-repeat;
  background-size: cover; }

.huodongDetailsBox .youjiTitle {
  padding: 40px 0 40px; }

.youwangonglueBox {
  position: relative; }

.planeTitle {
  padding: 60px 0;
  position: relative;
  text-align: center; }
  .planeTitle:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #e1e1e1;
    left: 0;
    right: 0;
    margin: auto;
    top: 110px;
    z-index: -1; }

.wanTab {
  text-align: center; }

.planeBox {
  height: 340px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

.planeList {
  height: 339px;
  width: 435px;
  float: left;
  position: absolute;
  cursor: pointer; }
  .planeList:nth-child(1) {
    left: 0; }
  .planeList:nth-child(2) {
    left: 166px; }
  .planeList:nth-child(3) {
    left: 332px; }
  .planeList:nth-child(4) {
    left: 498px; }
  .planeList:nth-child(5) {
    left: 664px; }
  .planeList .planeListImgBox {
    width: 166px;
    height: 339px;
    overflow: hidden; }
    .planeList .planeListImgBox img {
      min-width: 100%;
      min-width: 100%; }
  .planeList .planeListContent {
    width: 269px;
    height: 339px;
    background: url(../images/planeListBg.png) center no-repeat;
    background-size: cover; }
  .planeList .planeListContent {
    padding: 72px 46px; }
    .planeList .planeListContent .planeListContentInfo {
      font-size: 0.875rem;
      color: #fff; }
    .planeList .planeListContent .planeListContentTitle {
      font-size: 1.25rem;
      color: #fff;
      position: relative; }
      .planeList .planeListContent .planeListContentTitle:after {
        position: absolute;
        content: '';
        width: 11px;
        height: 17px;
        background: url(../images/iconGeography.png);
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        animation: downArrow ease-out 2s infinite;
        -webkit-animation: downArrow ease-out 2s infinite; }
    .planeList .planeListContent .planeListContentMore {
      background-image: -moz-linear-gradient(72deg, #db261d 0%, #e05118 100%);
      background-image: -webkit-linear-gradient(72deg, #db261d 0%, #e05118 100%);
      background-image: -ms-linear-gradient(72deg, #db261d 0%, #e05118 100%);
      width: 110px;
      height: 31px;
      color: #fff;
      display: block;
      line-height: 31px;
      padding-left: 10px; }

.trainListImg {
  height: 200px;
  width: 100%;
  overflow: hidden; }
  .trainListImg img {
    transition: .3s; }

.trainListBox {
  padding: 0 119px 70px; }
  .trainListBox .trainList {
    padding: 0 0 10px;
    border: 1px solid #e1e1e1; }
    .trainListBox .trainList:last-child {
      border-left: 0; }
    .trainListBox .trainList:hover .trainListImg img {
      transform: scale(1.1); }
    .trainListBox .trainList:hover .trainListInfo:after {
      animation: rightArrow ease-out 1.5s infinite;
      -webkit-animation: rightArrow ease-out 1.5s infinite; }
  .trainListBox .trainListTitle {
    text-align: center;
    font-size: 1.25rem;
    color: #333;
    line-height: 2em;
    margin-bottom: 0; }
  .trainListBox .trainListInfo {
    text-align: center;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0;
    padding: 0 90px;
    position: relative; }
    .trainListBox .trainListInfo:after {
      position: absolute;
      content: '';
      width: 10px;
      height: 19px;
      background: url(../images/trainMoreBtn.png);
      top: 0;
      bottom: 0;
      margin: auto;
      right: 24px; }

.meishiTitle {
  padding-top: 80px;
  padding-bottom: 24px;
  text-align: center; }

.foodInfoList {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .foodInfoList:hover .foodInfoListBorder {
    transform: scale(1);
    opacity: 1; }
  .foodInfoList:hover .foodInfoListImg img {
    transform: scale(1.1); }
  .foodInfoList .foodInfoListImg {
    height: 399px;
    width: 100%;
    overflow: hidden; }
    .foodInfoList .foodInfoListImg img {
      min-height: 100%;
      min-width: 100%;
      transition: .3s; }
  .foodInfoList .foodInfoListTitle {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 20px;
    background-color: rgba(220, 52, 26, 0.8);
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 1.375rem; }
  .foodInfoList .foodInfoListBorder {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 20px;
    padding: 10px;
    transform: scale(0);
    opacity: 0;
    transition: .3s; }
  .foodInfoList .foodInfoListBox {
    width: 100%;
    height: 100%;
    border: 1px solid #999999; }
  .foodInfoList .foodInfoListBoxMore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }

.meishiDetailsBox {
  background: url(../images/detailsBg.png) top no-repeat;
  padding: 0 0 50px; }
  .meishiDetailsBox .detailsContent {
    border: none;
    padding: 0px 70px; }
  .meishiDetailsBox .meishiTop {
    padding: 110px 70px 0; }
  .meishiDetailsBox .meishiBorder {
    border: solid 1px rgba(102, 102, 102, 0.5);
    border-top: 0;
    border-radius: 12px;
    margin-bottom: 27px; }

.quanjingBanner {
  height: 430px;
  background: url(../images/quanjingBanner.png) center no-repeat;
  background-size: cover; }

.zaixianquanjingTitle {
  text-align: center;
  padding-bottom: 20px; }

.minsuwenhuaBanner {
  height: 430px;
  background: url(../images/minsuwenhuaBanner.png) center no-repeat;
  background-size: cover; }

.huodongListBtn {
  position: absolute;
  display: block;
  width: 22px;
  height: 40px;
  background: url(../images/huodongListBtn.png);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.minsuwenhuaTitle {
  text-align: center;
  padding: 20px 0 40px; }

.canyinListBox {
  border: 1px solid #e1e1e1;
  transition: .3s;
  margin-bottom: 2em; }
  .canyinListBox:hover {
    box-shadow: 2px 3.5px 8px 0 rgba(102, 102, 102, 0.64);
    transform: translateY(-1em); }
    .canyinListBox:hover .hotelMore {
      border: 1px solid #da251d;
      color: #da251d; }
      .canyinListBox:hover .hotelMore:after {
        display: none; }
    .canyinListBox:hover .canyinListBoxImg .canyinListBoxBg {
      transform: scale(1.1); }
    .canyinListBox:hover .canyinListBoxImgBg {
      transform: translateY(0);
      opacity: 1; }

.canyinListBoxImg {
  position: relative;
  width: 100%;
  height: 296px;
  overflow: hidden;
  padding: 0; }
  .canyinListBoxImg .canyinListBoxBg {
    min-width: 100%;
    min-height: 100%;
    transition: .3s; }

.canyinListBoxImgBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-100%);
  opacity: 0;
  transition: .3s; }

.canyinListBoxImgBtn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.canyinListBoxInfo {
  font-size: 0.875rem;
  color: #666;
  margin-top: 30px; }

.canyinListBoxContent {
  padding: 57px 72px; }

.jiudianListBoxContent {
  padding: 40px 72px; }

.canyinListBoxTitle {
  font-size: 1.5rem;
  color: #333;
  line-height: 1em;
  position: relative; }
  .canyinListBoxTitle:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    background: url(../images/threeJuhao.png);
    bottom: 0;
    left: 1.5em; }
  .canyinListBoxTitle:after {
    position: absolute;
    content: '';
    width: 2em;
    height: 1px;
    background: #e1e1e1;
    bottom: -0.5em;
    left: 0; }

.canyinListBoxTitleIcon {
  position: relative;
  font-size: 1.125rem;
  color: #db331a; }
  .canyinListBoxTitleIcon:after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: '';
    background: url(../images/canguanBtnPeople.png) center no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1.2em; }

.hotelMore {
  line-height: 36px;
  height: 36px;
  width: 125px;
  display: block;
  position: relative;
  text-align: center;
  color: #333;
  transition: .3s; }
  .hotelMore:after {
    content: '';
    position: absolute;
    width: 2em;
    height: 1px;
    background: #da251d;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }

.indexCenterText {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .indexCenterText .indexCenterTitle {
    font-size: 4rem;
    color: #fff;
    line-height: 1em;
    text-align: center; }
  .indexCenterText .indexCenterInfo {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1em;
    text-align: center; }
  .indexCenterText .indexCenterMore {
    display: block;
    width: 163px;
    height: 42px;
    margin: auto;
    border: 1px solid #fff;
    text-align: center;
    line-height: 42px;
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    display: none; }
    .indexCenterText .indexCenterMore:hover:before {
      transform: scaleX(1);
      -webkit-transform: scaleX(1); }
    .indexCenterText .indexCenterMore:before {
      content: "";
      position: absolute;
      border-radius: .15rem;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #da251d;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      transition: transform .5s ease-out;
      -webkit-transition: transform .5s ease-out; }

.page {
  text-align: center;
  padding: 20px 0; }
  .page .page-item {
    display: inline-block;
    width: 25px;
    height: 25px; }
    .page .page-item:hover span {
      color: #da251d; }
  .page .disabled:hover span {
    color: #000; }
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
/*# sourceMappingURL=style.css.map */
