@font-face {
  font-family: 'ht';
  src: url(../font/ht.ttf); }
ul {
  padding-left: 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.m-auto {
  margin: auto; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.img-fluid {
  max-width: 100%; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.hidden {
  display: none; }

a:hover {
  color: #3aa158; }

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes indexWeatherLine {
  from {
    height: 5%;
    opacity: .5; }
  50% {
    height: 100%;
    opacity: .5; }
  to {
    height: 5%;
    opacity: 1; } }
@-moz-keyframes break {
  0% {
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0); }
  50% {
    -moz-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0); }
  100% {
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0); } }
@-webkit-keyframes break {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0); }
  50% {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0); } }
@keyframes break {
  0% {
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0); }
  50% {
    -moz-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    -ms-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0); }
  100% {
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0); } }
.language {
  display: flex;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99; }
  .language li {
    flex: 1;
    color: #333333;
    width: 70px;
    text-align: center;
    position: relative; }
    .language li a {
      color: #FFF;
	  font-size:12px; }
      .language li a:hover {
        color: #e9c74c; }
    .language li:after {
      content: '/';
      position: absolute;
      right: -5px;
      top: 0; }
    .language li:last-child:after {
      content: ''; }

.bannerBox {
  position: relative;
  max-height: 100vh; }
  .bannerBox .slideImgText {
    width: 35%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; }
  .bannerBox .indexWeather {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    color: white;
    width: 36px;
    z-index: 2; }
    .bannerBox .indexWeather .indexWeatherText {
      width: 100%;
      text-align: center;
      margin-bottom: 0; }
    .bannerBox .indexWeather .indexWeatherLineTop {
      width: 1px;
      height: 24px;
      margin: calc(39px - 1rem) 0px 27px 17.5px;
      position: relative; }
      .bannerBox .indexWeather .indexWeatherLineTop .indexWeatherLine {
        width: 1px;
        background: white;
        animation: indexWeatherLine ease-out 2s infinite;
        -webkit-animation: indexWeatherLine ease-out 2s infinite;
        position: absolute;
        bottom: 0; }
    .bannerBox .indexWeather .indexWeatherImg {
      width: 36px;
      height: 36px;
      background-image: url(../img/weather.png);
      background-size: cover; }
    .bannerBox .indexWeather .indexWeatherLineBottom {
      width: 1px;
      height: 24px;
      margin: 27px 0px 15px 17.5px;
      position: relative; }
      .bannerBox .indexWeather .indexWeatherLineBottom .indexWeatherLine {
        width: 1px;
        background: white;
        animation: indexWeatherLine ease-out 2s infinite;
        -webkit-animation: indexWeatherLine ease-out 2s infinite; }
    .bannerBox .indexWeather .indexWeatherTEMP {
      width: 100%;
      text-align: center; }
  .bannerBox .rightBtnBox {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 2; }
    .bannerBox .rightBtnBox .rightBtnList {
      width: 72px;
      height: 72px;
      line-height: 72px;
      text-align: center;
      background-color: rgba(58, 161, 88, 0.8);
      margin-bottom: 1px;
      position: relative; }
      .bannerBox .rightBtnBox .rightBtnList:hover .rightBtnListText {
        opacity: 1;
        transform: scale(1) translate(-50%, -50%); }
      .bannerBox .rightBtnBox .rightBtnList:hover .rightBtnListImg {
        opacity: 0;
        transform: scale(0) translate(-50%, -50%); }
    .bannerBox .rightBtnBox .rightBtnListText {
      color: #fff;
      transition: .3s;
      opacity: 0;
      transform: scale(0) translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%; }
    .bannerBox .rightBtnBox .rightBtnListImg {
      transition: .3s;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .bannerBox .swiper-pagination-bullet {
    width: 2px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: initial;
    opacity: 1;
    transition: .3s;
    margin: 0 15px !important; }
  .bannerBox .swiper-pagination-bullet-active {
    height: 64px;
    background-color: #3aa158; }

#homeBanner .swiper-slide {
  width: 100%;
  max-height: 100vh;
  position: relative; }
  #homeBanner .swiper-slide .slideImg {
    width: 100%;
    height: 100%; }
#homeBanner .swiper-slide-active .slideImg {
  /*visibility: visible !important;*/
  -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 6s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.navBar {
  position: absolute;
  top: 0;
  z-index: 66;
  width: 100%;
  padding-top: 30px; }
  .navBar .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 28px; }
  .navBar .navBarTab {
    width: 880px;
    display: flex;
    margin: auto;
    height: 48px;
    background-color: rgba(58, 161, 88, 0.8);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: auto; }
    .navBar .navBarTab .navBarTabList {
      flex: 1;
      text-align: center;
      line-height: 48px;
      position: relative; }
      .navBar .navBarTab .navBarTabList:after {
        content: '/';
        position: absolute;
        color: #fff;
        right: 0;
        top: 0; }
      .navBar .navBarTab .navBarTabList:last-child:after {
        content: ''; }
      .navBar .navBarTab .navBarTabList a {
        color: #FFF; }
      .navBar .navBarTab .navBarTabList:hover .navBarTabSecond {
        transform: translateY(0);
        opacity: 1;
        visibility: initial; }
  .navBar .navBarTabSecond {
    transform: translateY(100%);
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    transition-delay: 100ms; }
    .navBar .navBarTabSecond li {
      height: 30px;
      line-height: 30px;
	  background-color:rgba(0,0,0,0.7) ;}

.homeInfo {
  background: url(../img/infoBg.jpg) no-repeat right;
  position: relative; }
  .homeInfo .homeInfoBoxCol {
    position: relative;
    height: 770px; }
  .homeInfo .homeInfoBox {
    height: 370px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%); }
  .homeInfo .homeInfoText {
    writing-mode: tb-rl;
    line-height: 2em;
    margin-right: 40px;
    margin-top: 40px; }
  .homeInfo .homeInfoTitle {
    height: 100%;
    position: relative; }
  .homeInfo .homeInfoTitleMore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background: url(../img/rightArrow.png) center no-repeat;
    background-size: cover;
    transition: .3s; }
    .homeInfo .homeInfoTitleMore:hover {
      transform: rotate(180deg); }

.homeCulture {
  background: url(../img/homeCultureBg.jpg) center fixed;
  background-size: cover;
  text-align: center;
  position: relative;
  width: 100%;
  height: 355px; }
  .homeCulture .homeCultureImg {
    transform: translateY(-30px); }
.homeCulture .homeCultureBox{
  position: relative;
}
.homeCulture .homeCultureBtn{
  position: absolute;
  width: 844px;
  height: 100%;
  top: 0;
  left: 220px;
  padding-top: 80px;
}
.homeCulture .homeCultureBtn .title{
  font-size: 40px;
  color: #fff;
  font-weight: 100;
}
.homeCulture .homeCultureBtnBox{
  display: flex;
}
.homeCulture .homeCultureBtnBox .list{
  width: 112px;
  height: 112px;
  margin: auto;
  position: relative;
  padding-top: 2em; 
}
.homeCulture .homeCultureBtnBox .list:hover::after{
  opacity: 1;
  background: #f08300;
}
.homeCulture .homeCultureBtnBox .list .titleCn{
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
  line-height: 1em;
  font-weight: 200;
}
.homeCulture .homeCultureBtnBox .list .titleEn{
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 100;
}
.homeCulture .homeCultureBtnBox .list::after{
  content: '';
  transition: .5s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3aa158;
  border: 6px solid #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
}
.homeScenic {
  position: relative;
  padding: 100px 0 0; }
  .homeScenic #scenicBanner {
    top: 40%;
    padding: 28px;
    transform: translateY(-50%); }
  .homeScenic #scenicBanner::after{
    position: absolute;
    content: '';
    width: 124px;
    height: 239px;
    left: 0;
    top: 0;
    border-top: 20px solid #3aa158;
    border-left: 20px solid #3aa158;
  }
  .homeScenic #scenicBanner::before{
    position: absolute;
    content: '';
    width: 124px;
    height: 239px;
    right: 0;
    bottom: 0;
    border-bottom: 20px solid #ff7506;
    border-right: 20px solid #ff7506;
  }
    .homeScenic #scenicBanner .swiper-slide {
      text-align: center; }
  }
  .homeScenic .scenicBannerBox {
    position: relative;
    height: 700px; }
  .homeScenic .scenicTextBox {
    position: relative;
    height: 700px; }
  .homeScenic .scenicTextBg {
    margin-top: 140px;
    padding-left: 50px;
    position: relative; }
  .homeScenic .scenicTextTitleZh {
    font-size: 2.25rem;
    writing-mode: tb-rl;
    font-family: 'ht'; }
  .homeScenic .scenicTextTitleEn {
    font-size: 0.625rem;
    writing-mode: tb-rl; }
  .homeScenic .scenicTextTitle {
    position: absolute;
    right: 3.5rem;
    top: 0; }
  .homeScenic .scenicInfo {
    text-align: center;
    padding: 28px 22px;
    color: #666666;
    font-size: 1.125rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 40px; }
  .homeScenic .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px; }
  .homeScenic .swiper-pagination-bullet {
    margin: 0 8px;
    background: #999999;
    opacity: 1; }
  .homeScenic .swiper-pagination-bullet-active {
    background: #3aa158; }

.homeExperience {
  background-color: #3aa158;
  padding: 55px 0; }
  .homeExperience .experienceLeft .experienceLeftText {
    writing-mode: tb-rl;
    height: 280px;
    font-size: 1.125rem;
    color: #FFF;
    margin: 15px auto 0; }
  .homeExperience .experienceLeft .experienceLeftHref {
    text-align: center;
    display: block;
    margin-top: 80px; }
  .homeExperience .experienceRight {
    padding: 0;
    margin: 0 0 -25px 0; }
    .homeExperience .experienceRight .experienceRightList {
      position: relative;
      margin-bottom: 25px; }
      .homeExperience .experienceRight .experienceRightList:hover .listBoxBg {
        opacity: 1;
        visibility: visible; }
      .homeExperience .experienceRight .experienceRightList:hover .listBoxImg {
        transform: scale(1.1); }
    .homeExperience .experienceRight .listBox {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 15px;
      text-align: center;
      transform: translateY(-50%); }
    .homeExperience .experienceRight .listBoxZh {
      color: #fff;
      font-size: 2.25rem;
      display: inline-block;
      border: 1px solid #fff;
      padding: 24px;
      line-height: 1em; }
    .homeExperience .experienceRight .listBoxEn {
      color: #fff;
      font-size: 1.5rem;
      display: block;
      margin-top: 20px;
      line-height: 1em; }
    .homeExperience .experienceRight .listBoxBg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      margin: 0 15px;
      visibility: hidden;
      opacity: 0;
      transition: .4s;}
    .homeExperience .experienceRight .listBoxImg {
      min-height: 100%;
      min-width: 100%;
      max-width: 100%;
      max-height: 100%;
      transition: .4s; }
    .homeExperience .experienceRight .listBoxImgDiv {
      width: 100%;
      height: 100%;
      overflow: hidden; }

.homeNews {
  padding: 80px 0; }
  .homeNews .homeNewsRow {
    margin-left: -60px;
    margin-right: -60px; }
  .homeNews .homeNewsList {
    padding: 24px 60px;
    position: relative; }
    .homeNews .homeNewsList:after {
      position: absolute;
      content: '';
      height: 1px;
      left: 0;
      right: 0;
      margin: 0 60px;
      bottom: 0;
      background: #EEE; }
  .homeNews .moreBtn {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/moreBtn.png); }
  .homeNews .moreText {
    font-size: 1.25rem;
    color: #999; }
  .homeNews .homeNewsListTitle {
    color: #333;
    font-size: 1.625rem; }
  .homeNews .newsBox {
    padding: 0 60px; }
  .homeNews .newsBoxDate {
    font-size: 1.375rem;
    color: #333; }
  .homeNews .newsBoxInfo {
    font-size: 0.875rem;
    color: #333;
    text-indent: 2em; }
  .homeNews .newsBoxImgBox {
    width: 100%;
    height: 100%;
    background: #3aa158;
    border-radius: 50%;
    position: relative;
    transform: scale(0);
    opacity: 0;
    transition: .3s;
	background-size:100% auto;
}
  .homeNews .newsBoxImg {
    width: 90%;
    height: 90%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 2%;
    transform: translateY(-50%); }
  .homeNews .homeNewsRowList:hover .moreText {
    color: #3aa158; }
  .homeNews .homeNewsRowList:hover .moreBtn {
    background-position-x: -22px; }
  .homeNews .homeNewsRowList:hover .homeNewsList:after {
    background: #3aa158; }
  .homeNews .homeNewsRowList:hover .newsBoxImgBox {
    transform: scale(1);
    opacity: 1; }

.homeNewsBtn {
  display: block;
  font-size: 1.5rem;
  color: #666666;
  border: 1px solid #999999;
  margin: 60px auto 0;
  padding: 12px 90px;
  width: 230px;
  text-align: center;
  line-height: 1em;
  position: relative; }
  .homeNewsBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3aa158;
    -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; }
  .homeNewsBtn:hover {
    color: white; }
    .homeNewsBtn:hover:before {
      transform: scaleX(1);
      -webkit-transform: scaleX(1); }

.footer {
  background: #666666;
  padding-top: 25px; }
  .footer .footerBtn a {
    color: #c0c0c0; }
    .footer .footerBtn a:hover {
      color: #3aa158; }
  .footer .footerTitle {
    color: #fff; }
  .footer .copyright {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 0.875rem;
    color: #c0c0c0; }
    .footer .copyright a {
      color: #c0c0c0;
      margin: 0 10px; }
      .footer .copyright a:hover {
        color: #3aa158; }

.newsTop {
  overflow: hidden;
  position: relative; }

.newsTopBg {
  padding-top: 230px;
  padding-bottom: 180px;
  min-height: 350px;
  background: url(../img/newsTopBanner.jpg) no-repeat center;
  background-size: cover;
  -moz-animation: break ease-in-out 18s alternate;
  -webkit-animation: break ease-in-out 18s alternate;
  animation: break ease-in-out 18s alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.infoTopBg {
  padding-top: 230px;
  padding-bottom: 180px;
  min-height: 350px;
  
  background-size: cover;
  -moz-animation: break ease-in-out 18s alternate;
  -webkit-animation: break ease-in-out 18s alternate;
  animation: break ease-in-out 18s alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.cultureTopBg {
  padding-top: 230px;
  padding-bottom: 180px;
  min-height: 350px;
  background: url(../img/cultureTopBg.jpg) no-repeat center;
  background-size: cover;
  -moz-animation: break ease-in-out 18s alternate;
  -webkit-animation: break ease-in-out 18s alternate;
  animation: break ease-in-out 18s alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.playTopBg {
  padding-top: 230px;
  padding-bottom: 180px;
  min-height: 350px;
  background: url(../img/playBanner.jpg) no-repeat center;
  background-size: cover;
  -moz-animation: break ease-in-out 18s alternate;
  -webkit-animation: break ease-in-out 18s alternate;
  animation: break ease-in-out 18s alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.bookingBg {
  padding-top: 230px;
  padding-bottom: 120px;
  min-height: 350px;
  background: url(../img/bookingBg.jpg) no-repeat center;
  background-size: cover;
  -moz-animation: break ease-in-out 18s alternate;
  -webkit-animation: break ease-in-out 18s alternate;
  animation: break ease-in-out 18s alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.newsTopText {
  position: absolute;
  color: #fff;
  height: 260px;
  bottom: 35px;
  left: 9vw; }
  .newsTopText .newsTopTextTitle {
    writing-mode: tb-rl;
    font-size: 2rem;
    padding-left: 1em;
    position: relative; }
    .newsTopText .newsTopTextTitle:before {
      content: '';
      position: absolute;
      left: .5em;
      top: 1em;
      height: 2em;
      width: 1px;
      background: #fff; }
  .newsTopText .newsTopTextInfo {
    writing-mode: tb-rl;
    font-size: 1.25rem; }

.newsBar {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0; }
  .newsBar .newsBarList {
    width: 205px;
    display: inline-block;
    padding-top: 40px;
    margin-bottom: 0;
    padding-bottom: 25px;
    position: relative; }
    .newsBar .newsBarList:hover:before {
      content: '';
      position: absolute;
      width: 4em;
      height: 2px;
      bottom: -1px;
      background: #3aa158; }
  .newsBar .active {
    position: relative; }
    .newsBar .active:before {
      content: '';
      position: absolute;
      width: 4em;
      height: 2px;
      bottom: -1px;
      background: #3aa158; }

.newsListBox {
  padding-bottom: 50px; }
  .newsListBox .item:first-child {
    border-top: 1px solid #f2f2f2; }
  .newsListBox .item {
    border-bottom: 1px solid #f2f2f2;
    height: 165px;
    position: relative; }
    .newsListBox .item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../img/newsListBg.jpg);
      opacity: 0;
      transition: .5s; }
    .newsListBox .item:hover:before {
      opacity: 1; }
  .newsListBox .newsList {
    margin: 0 auto;
    padding-top: 40px; }
  .newsListBox .link {
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 120px;
    border-right: 1px solid #ddd;
    -webkit-transition: margin ease-in-out .3s;
    -moz-transition: margin ease-in-out .3s;
    -ms-transition: margin ease-in-out .3s;
    -o-transition: margin ease-in-out .3s;
    transition: margin ease-in-out .3s; }
  .newsListBox .title {
    color: #444;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    -webkit-transition: color ease-in-out .3s;
    -moz-transition: color ease-in-out .3s;
    -ms-transition: color ease-in-out .3s;
    -o-transition: color ease-in-out .3s;
    transition: color ease-in-out .3s; }
  .newsListBox .info {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-transition: color ease-in-out .3s;
    -moz-transition: color ease-in-out .3s;
    -ms-transition: color ease-in-out .3s;
    -o-transition: color ease-in-out .3s;
    transition: color ease-in-out .3s; }
  .newsListBox .itemMore {
    float: left;
    padding: 0 0 0 40%; }
  .newsListBox .day {
    font-size: 25px;
    color: #7d7d7d; }
  .newsListBox .year {
    color: #7d7d7d; }
  .newsListBox .arrow {
    float: right;
    color: #acacac;
    width: 14px;
    height: 22px;
    background: url(../img/rightArrowBtn.png);
    margin-top: 30px; }

.newsMain {
  padding: 50px 0; }
  .newsMain a:hover {
    color: initial; }
  .newsMain .newsTitle {
    text-align: center;
    color: #333;
    font-size: 2rem; }
  .newsMain .newsInfoBox {
    color: #666666;
    font-size: 1.25rem;
    padding: 65px 0;
    min-height: 200px; }
    .newsMain .newsInfoBox img {
      max-width: 100%; }
  .newsMain .newsMainArticle {
    margin: 0 auto 31px; }
  .newsMain .newsMainBox {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(4, 0, 0, 0.24);
    overflow: hidden;
    padding: 0 26px 42px;
    position: relative; }
    .newsMain .newsMainBox:hover time:before {
      transform: scaleX(1);
      -webkit-transform: scaleX(1); }
    .newsMain .newsMainBox:hover .newsMainBoxMore {
      color: #3aa158; }
      .newsMain .newsMainBox:hover .newsMainBoxMore:before {
        background: #3aa158; }
    .newsMain .newsMainBox:hover .newsMainBoxImg img {
      transform: scale(1.1); }
  .newsMain .newsMainBoxImg {
    margin: 0 -27px 22px;
    text-align: center;
    height: 225px;
    overflow: hidden; }
    .newsMain .newsMainBoxImg img {
      transition: .3s; }
  .newsMain time {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 0 0 0px -26px;
    word-spacing: 3px;
    position: absolute;
    top: 150px;
    background: #3aa158;
    padding-left: 35px;
    padding-right: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #666;
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .newsMain time:before {
      content: "";
      position: absolute;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: white;
      -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; }
  .newsMain h2 {
    font-size: 1.25rem;
    color: #333;
    margin: 0 0 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .newsMain img {
    max-width: none;
    width: 100%; }
  .newsMain .newsMainBoxMore {
    position: relative;
    color: #666;
    transition: .3s; }
    .newsMain .newsMainBoxMore:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: #666;
      bottom: -5px;
      transition: .3s; }
  .newsMain .returnBtn {
    color: #666;
    font-size: 1.25rem;
    line-height: 1em;
    padding: 15px 100px;
    border: 1px solid #999999;
    display: inline-block;
    position: relative;
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition: .2s;
    transition-delay: .3s; }
    .newsMain .returnBtn:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #3aa158;
      -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; }
    .newsMain .returnBtn:hover {
      color: white !important; }
      .newsMain .returnBtn:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }

.infoMainBox {
  display: block;
  padding: 0px 0; }
  .infoMainBox .infoTitle {
    font-size: 2rem;
    color: #333333; }
.infoTitle{ margin-top:20px;}
  .infoMainBox .infoLine {
    display: inline-block;
    height: 45px;
    width: 1px;
    background: #858585; }
  .infoMainBox .infoBox p {
    margin-bottom: 0;
    text-indent: 2em;
    color: #333; }

.videoMainBox {
  padding: 30px 0; }
  .videoMainBox .videoList {
    margin: 0 10px;
    position: relative; }
    .videoMainBox .videoList:before {
      content: '';
      position: absolute;
      width: 64px;
      height: 64px;
      background: url(../img/playBtn.png);
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      opacity: .6;
      transition: .3s;
      cursor: pointer; }
    .videoMainBox .videoList:hover:before {
      opacity: 1;
      transform: scale(1.1); }
  .videoMainBox .videoList:last-child {
    margin-top: 35px; }
  .videoMainBox .videoList:first-child {
    margin-top: 35px; }

.cultureBox {
  background: url(../img/cultureBg.jpg) center fixed;
  background-size: cover;
  text-align: center;
  position: relative;
  width: 100%;
  border: 1px solid transparent;
  padding: 96px 0; }
  .cultureBox .cultureTextBox {
    width: 100%;
    height: 322px;
    background: url(../img/cultureTextBg.jpg) center no-repeat;
    background-size: contain;
    color: #FFF;
    writing-mode: tb-rl;
    text-align: left;
    padding: 40px 120px 40px 0px; }
    .cultureBox .cultureTextBox:hover {
      color: #FFF; }

.featuresBox {
  padding: 0 0; }
  .featuresBox .infoTitle {
    font-size: 2rem;
    color: #333333; }
  .featuresBox .infoLine {
    display: inline-block;
    height: 45px;
    width: 1px;
    background: #858585; }
  .featuresBox .featuresList {
    text-align: center;
    background: url(../img/featuresListBg.jpg) no-repeat;
    padding: 45px 0;
    margin: 25px 0; }
    .featuresBox .featuresList:nth-child(odd) {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .featuresBox .featuresList:nth-child(even) {
      background-position-x: right; }
    .featuresBox .featuresList:hover .featuresImg:after {
      opacity: 0.7;
      overflow: visible; }
  .featuresBox .cultureList {
    text-align: center;
    padding: 45px 0;
    margin: 25px 0;
    position: relative; }
    .featuresBox .cultureList:nth-child(odd) {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
      .featuresBox .cultureList:nth-child(odd):before {
        content: '';
        position: absolute;
        width: 77%;
        height: 100%;
        background: #eee;
        top: 0;
        left: 0; }
    .featuresBox .cultureList:nth-child(even):before {
      content: '';
      position: absolute;
      width: 77%;
      height: 100%;
      background: #efe1b1;
      top: 0;
      right: 0; }
  .featuresBox .featuresInfo {
    color: #555;
    text-indent: 2em;
    min-height: 175px;
    text-align: left; }
  .featuresBox .featuresTitle {
    text-align: center;
    font-size: 1.625rem;
    color: #333; }
  .featuresBox .featuresImg {
    overflow: hidden;
    position: relative;
    padding: 0; }
    .featuresBox .featuresImg img {
      width: 100%;
      height: auto; }
    .featuresBox .featuresImg:after {
      bottom: 0;
      left: 0;
      right: 0;
      top: 50%;
      position: absolute;
      content: '';
      opacity: 0;
      pointer-events: none;
      background-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1818));
      background: -webkit-linear-gradient(top, transparent, #1e1818);
      background: -moz-linear-gradient(top, transparent, #1e1818);
      background: -ms-linear-gradient(top, transparent, #1e1818);
      background: -o-linear-gradient(top, transparent, #1e1818);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      overflow: hidden; }

.infoDetailsTitle {
  font-size: 2rem;
  color: #333;
  position: relative;
  margin-bottom: 1em; }
  .infoDetailsTitle:after {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 2px;
    background: #858585;
    bottom: -0.5em;
    left: 0; }

.infoDetailsBox {
  padding: 1rem 0 0 0; }
  .infoDetailsBox .title {
    margin-bottom: .3rem;
    font-size: 1.125rem;
    color: #333; }
  .infoDetailsBox .content {
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #333; }

#infoSwiperBox {
  margin-top: 3rem; }
  #infoSwiperBox .swiper-slide {
    height: 450px; }
    #infoSwiperBox .swiper-slide:before {
      content: '';
      position: absolute;
      width: 64px;
      height: 64px;
      background: url(../img/playBtn.png);
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      opacity: .6;
      transition: .3s;
      cursor: pointer; }
    #infoSwiperBox .swiper-slide:hover:before {
      opacity: 1;
      transform: scale(1.1); }
  #infoSwiperBox .swiper-button-prev {
    width: 16px;
    height: 29px;
    background-image: url(../img/gaikuangxiangqingBtn.png);
    background-size: cover;
    transform: rotate(180deg);
    right: 35px;
    left: initial;
    top: 32px; }
  #infoSwiperBox .swiper-button-next {
    width: 16px;
    height: 29px;
    background-image: url(../img/gaikuangxiangqingBtn.png);
    background-size: cover;
    right: 0;
    top: 32px; }

.playBox {
  width: 100%;
  background: url(../img/playBoxBg.jpg);
  padding: 110px 0 50px; }
  .playBox .row {
    margin: 0 -30px; }
  .playBox .playBoxList {
    margin-bottom: 60px;
    padding: 0 30px; }
    .playBox .playBoxList a:hover {
      color: initial; }
    .playBox .playBoxList .default {
      width: calc(100% - 60px);
      border-radius: 8px;
      background-color: #999999;
      box-shadow: 2px 3.464px 10px 0px rgba(85, 85, 85, 0.23);
      position: absolute;
      opacity: 1;
      -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
      transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
      backface-visibility: hidden;
      transform-origin: center center 0;
      padding: 40px 0; }
      .playBox .playBoxList .default .title {
        color: white; }
    .playBox .playBoxList .hover {
      border-radius: 8px;
      background-color: white;
      box-shadow: 2px 3.464px 10px 0px rgba(85, 85, 85, 0.23);
      -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
      transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
      backface-visibility: hidden;
      opacity: 0;
      transform: rotateY(-180deg);
      padding: 40px 0; }
      .playBox .playBoxList .hover .imgBg {
        background-position-x: -72px; }
      .playBox .playBoxList .hover .title {
        color: #3aa158; }
    .playBox .playBoxList:hover .default {
      opacity: 0;
      transform: rotateY(-180deg); }
    .playBox .playBoxList:hover .hover {
      opacity: 1;
      transform: rotateY(0deg); }
    .playBox .playBoxList .imgBg {
      width: 72px;
      height: 59px;
      margin: auto; }
    .playBox .playBoxList .title {
      text-align: center;
      font-size: 1.375rem;
      margin-bottom: 0;
      margin-top: 5px; }
    .playBox .playBoxList:nth-child(1) .imgBg {
      background-image: url(../img/playBtn1.png); }
    .playBox .playBoxList:nth-child(2) .imgBg {
      background-image: url(../img/playBtn2.png); }
    .playBox .playBoxList:nth-child(3) .imgBg {
      background-image: url(../img/playBtn3.png); }
    .playBox .playBoxList:nth-child(4) .imgBg {
      background-image: url(../img/playBtn4.png); }
    .playBox .playBoxList:nth-child(5) .imgBg {
      background-image: url(../img/playBtn5.png); }
    .playBox .playBoxList:nth-child(6) .imgBg {
      background-image: url(../img/playBtn6.png); }

.tracksBox {
  padding: 0 0; }
  .tracksBox .infoTitle {
    font-size: 2rem;
    color: #333333; }
  .tracksBox .infoLine {
    display: inline-block;
    height: 45px;
    width: 1px;
    background: #858585; }
  .tracksBox .tracksBoxList {
    margin-bottom: 30px; }
    .tracksBox .tracksBoxList .img {
      height: 346px;
      overflow: hidden; }
      .tracksBox .tracksBoxList .img img {
        transition: .3s; }
    .tracksBox .tracksBoxList .tracksTitle {
      text-align: center;
      font-size: 1.5rem;
      padding: 10px;
      margin-bottom: 0;
      transition: color .3s; }
    .tracksBox .tracksBoxList .tracksInfo {
      font-size: 0.875rem;
      padding: 0 10px 20px;
      border-bottom: 1px solid #bfbfbf; }
    .tracksBox .tracksBoxList .more {
      float: right;
      color: #666;
      font-size: 1.25rem;
      position: relative;
      padding-bottom: .5rem;
      transition: color .3s; }
      .tracksBox .tracksBoxList .more:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #666;
        bottom: 0;
        transition: background .3s; }
    .tracksBox .tracksBoxList .date {
      color: #666;
      display: inline-block;
      line-height: 1.25rem; }
    .tracksBox .tracksBoxList:hover .img img {
      transform: scale(1.1); }
    .tracksBox .tracksBoxList:hover .tracksTitle {
      color: #3aa158; }
    .tracksBox .tracksBoxList:hover .more {
      color: #3aa158; }
      .tracksBox .tracksBoxList:hover .more:before {
        background: #3aa158; }
  .tracksBox .weather {
    width: 100%;
    height: 123px;
    background: url(../img/weatherBg.jpg);
    background-size: cover;
    padding: 33px 80px;
    text-align: center; }
    .tracksBox .weather .dateTime {
      color: #333333;
      font-size: 1.625rem;
      float: left;
      line-height: 57px; }
    .tracksBox .weather .indexWeatherImg {
      width: 36px;
      height: 36px;
      display: inline-block;
      vertical-align: middle; }
    .tracksBox .weather .moreWeather {
      display: inline-block;
      float: right;
      border: 1px solid #333333;
      border-radius: 8px;
      width: 153px;
      height: 57px;
      line-height: 57px;
      text-align: center;
      color: #333333;
      font-size: 1.25rem; }
    .tracksBox .weather .weatherText {
      color: #333;
      font-size: 1.625rem;
      font-style: inherit;
      line-height: 36px;
      display: inline-block;
      vertical-align: middle; }
    .tracksBox .weather .weatherTextBox {
      display: inline-block;
      line-height: 57px; }
  .tracksBox .mapImg {
    width: 100%;
    height: 100%;
    margin-top: 1rem; }
  .tracksBox .carImg {
    width: 65px; }
  .tracksBox .foodList {
    height: 224px;
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    .tracksBox .foodList .imgBox {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .tracksBox .foodList .foodListImg {
      transition: all .3s; }
    .tracksBox .foodList .contentBox {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 15px;
      height: 100%;
      text-align: center;
      z-index: 2;
      background: rgba(0, 0, 0, 0.32);
      padding: 60px 30px;
      transition: .3s;
      opacity: 0;
      visibility: hidden; }
      .tracksBox .foodList .contentBox .title {
        font-size: 1.5rem;
        color: #fff; }
      .tracksBox .foodList .contentBox .info {
        font-size: 0.875rem;
        color: #fff; }
      .tracksBox .foodList .contentBox:before {
        position: absolute;
        content: '';
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        left: 20px;
        top: 20px;
        z-index: -1;
        border: 1px solid #3aa158; }
    .tracksBox .foodList:hover .foodListImg {
      transform: scale(1.1); }
    .tracksBox .foodList:hover .contentBox {
      visibility: visible;
      opacity: 1; }
  .tracksBox .yuleList {
    margin-bottom: 40px; }
    .tracksBox .yuleList .contentBox {
      padding-top: 15px; }
    .tracksBox .yuleList .img {
      height: 193px;
      overflow: hidden; }
      .tracksBox .yuleList .img img {
        transition: .3s; }
    .tracksBox .yuleList .title {
      color: #333;
      font-size: 1.5rem;
      transition: .3s; }
    .tracksBox .yuleList .address {
      color: #666;
      font-size: 1.125rem; }
    .tracksBox .yuleList .more {
      display: inline-block;
      border-bottom: 1px solid #666666;
      line-height: 2em;
      transition: .3s; }
    .tracksBox .yuleList:hover .img img {
      transform: scale(1.1); }
    .tracksBox .yuleList:hover .title {
      color: #3aa158; }
    .tracksBox .yuleList:hover .more {
      color: #3aa158;
      border-color: #3aa158; }

.bookingBox .restaurantList {
  margin: 45px 0; }
  .bookingBox .restaurantList .imgBox {
    padding-left: 0;
    padding-right: 0;
    height: 315px;
    overflow: hidden; }
  .bookingBox .restaurantList .contentBox {
    background: #eeeeee;
    padding: 40px 40px 0; }
    .bookingBox .restaurantList .contentBox .title {
      font-size: 1.5rem;
      color: #333;
      line-height: 1em; }
    .bookingBox .restaurantList .contentBox .info {
      font-size: 0.875rem;
      color: #333; }
    .bookingBox .restaurantList .contentBox .tel {
      font-size: 0.875rem;
      color: #333;
      margin-bottom: 0; }
    .bookingBox .restaurantList .contentBox .address {
      font-size: 0.875rem;
      color: #333; }
    .bookingBox .restaurantList .contentBox .more {
      color: #3aa158;
      font-size: 1.25rem;
      border: 1px solid #3aa158;
      padding: 14px 58px;
      line-height: 1em;
      display: inline-block;
      margin-top: 1em;
      margin-bottom: 0;
      position: relative;
      webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0); }
      .bookingBox .restaurantList .contentBox .more:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #3aa158;
        -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; }
      .bookingBox .restaurantList .contentBox .more:hover {
        color: white; }
        .bookingBox .restaurantList .contentBox .more:hover:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
.bookingBox .guideBox {
  padding: 50px 0; }
.bookingBox .guideList .item {
  background: #eeeeee;
  padding: 25px 30px;
  margin-bottom: 50px;
  position: relative; }
  .bookingBox .guideList .item .itemImg {
    width: 161px;
    height: 161px;
    margin: auto;
    border-radius: 50%; }
  .bookingBox .guideList .item .itemP {
    font-size: 1.125rem;
    color: #666;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1em; }
  .bookingBox .guideList .item .title {
    color: #333; }
  .bookingBox .guideList .item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #3aa158;
    border-bottom: 1px solid #3aa158;
    transform-origin: bottom right; }
  .bookingBox .guideList .item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    border-left: 1px solid #3aa158;
    border-top: 1px solid #3aa158;
    transform-origin: top left; }
  .bookingBox .guideList .item:hover:after, .bookingBox .guideList .item:hover:before {
    transform: scale(1); }
.bookingBox .foodInfoBox {
  padding: 70px 0 45px; }
  .bookingBox .foodInfoBox #foodInfoTopBox .swiper-button-prev {
    width: 16px;
    height: 29px;
    background-image: url(../img/gaikuangxiangqingBtn.png);
    background-size: cover;
    transform: rotate(180deg); }
  .bookingBox .foodInfoBox #foodInfoTopBox .swiper-button-next {
    width: 16px;
    height: 29px;
    background-image: url(../img/gaikuangxiangqingBtn.png);
    background-size: cover; }
  .bookingBox .foodInfoBox #foodInfoBottomBox {
    margin-top: 4px; }
    .bookingBox .foodInfoBox #foodInfoBottomBox .swiper-slide {
      cursor: pointer;
      opacity: .5; }
    .bookingBox .foodInfoBox #foodInfoBottomBox .swiper-slide-thumb-active {
      opacity: 1; }
  .bookingBox .foodInfoBox .foodInfoRight .foodInfoRightBox {
    background: #3aa158;
    padding: 10px; }
  .bookingBox .foodInfoBox .foodInfoRight .title {
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #c3a12e;
    line-height: 3em; }
  .bookingBox .foodInfoBox .foodInfoRight .name {
    color: #FFF;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0 1em; }
  .bookingBox .foodInfoBox .foodInfoRight .info {
    color: #FFF;
    font-size: 0.875rem;
    padding: 0 0.5em 0 0.5em; }
  .bookingBox .foodInfoBox .foodInfoRight .address {
    padding: 0 1em;
    color: #333;
    font-size: 0.875rem; }
  .bookingBox .foodInfoBox .bookingBtn {
    line-height: 80px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    background: #3aa158;
    display: inline-block;
    color: #333;
    font-size: 1.5rem;
    position: relative;
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0); }
    .bookingBox .foodInfoBox .bookingBtn:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffd42a;
      -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; }
    .bookingBox .foodInfoBox .bookingBtn:hover {
      color: white; }
      .bookingBox .foodInfoBox .bookingBtn:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }

.recommendBox {
  padding-bottom: 20px; }
  .recommendBox .container {
    padding: 0; }
  .recommendBox .columnTitle {
    font-size: 1.5rem;
    color: #333; }
  .recommendBox .imgBox {
    height: 167px;
    overflow: hidden; }
  .recommendBox .name {
    color: #333;
    font-size: 1.5rem;
    line-height: 1em; }
  .recommendBox .info {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 10px;
    line-height: 1em; }
  .recommendBox .tel {
    font-size: 0.875rem;
    line-height: 1em;
    color: #333; }
  .recommendBox .contentBox {
    padding: 15px; }
  .recommendBox .more {
    border: 2px solid #3aa158;
    display: inline-block;
    color: #3aa158;
    padding: 12px 60px;
    position: relative;
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0); }
    .recommendBox .more:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #3aa158;
      -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; }
    .recommendBox .more:hover {
      color: white; }
      .recommendBox .more:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }

.newsTopBar {
  text-align: center;
  background: #f9e7ab;
  padding: 10px 0;
  color: #666666;
  font-size: 1.25rem; }
  .newsTopBar .bdsharebuttonbox {
    vertical-align: middle;
    margin-bottom: 0; }
  .newsTopBar .peopleIcon {
    width: auto;
    vertical-align: middle; }
  .newsTopBar .num {
    vertical-align: middle; }
  .newsTopBar .bds_weixin {
    width: 17px;
    height: 18px;
    float: right;
    background: url(../img/share.png) !important;
    background-position: center;
    padding: 0;
    margin: 8px 20px 0;
    vertical-align: middle;
    display: inline-block;
    position: relative; }
    .newsTopBar .bds_weixin:before {
      content: '';
      position: absolute;
      height: 40px;
      width: 1px;
      background: #beb38f;
      top: -10px;
      right: 28px;  }

/*# sourceMappingURL=style.css.map */


.MainMessage,.MainMessage p,.MainMessage div,.MainMessage font{ font-size:16px; line-height:200%; font-family:"微软雅黑"; width: 100%;}
.MainMessage p{ margin-bottom:15px; }
.MainMessage strong { color:#3aa158; font-size:20px;}
.MainMessage img{ max-width:1000px;}

.MainMessage table{ border-left:#CCC 1px solid; border-top:#CCC 1px solid;}
.MainMessage table td{ border-right:#CCC 1px solid; border-bottom:#CCC 1px solid;padding:2px; line-height:25px; height:25px;}
.MainMessage table th{ border-right:#CCC 1px solid; border-bottom:#CCC 1px solid;font-size:16px;padding:2px; line-height:25px; height:25px; color:#090; text-align:center;}
.orderBy{ 
	width:75px;
	height:75px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	background-color: #197d36;
    border-radius: 65px;
	display: block;
	position:fixed;
	right: 20px;
	top: 520px;
	font-size: 13px;
	border: 5px #75A847 solid;
	z-index: 1000;
}
.orderBy:hover{ 
 color: #FFF;
	background-color:#D86724;
}
.mapA{ width:100px; height: 40px; line-height: 40px; font-size: 16px; text-align: center;display: block; color: #FFF !important; position: fixed; top:0px; right: 0px;background-color: rgba(0, 0, 0, 0.7);}
.mapA:hover{background-color: rgba(0, 113, 48, 0.8);}
.mapBox{width:100%;}
.mapBox img{ width:100%;height:auto;}