@charset "UTF-8";
@keyframes _anDownUpOp {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes _anDownUpOp {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes _anDownUpOp01 {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes _anDownUpOp01 {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes _anLeftRightOp {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes _anLeftRightOp {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "Angsana New", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

a:hover {
  color: #4F3115;
}

input, textarea {
  font-family: "Angsana New";
  font-size: 14px;
}

.white, .header.inner, a.white, a.header.inner {
  color: #fff;
}

.fc, a.fc {
  color: #4F3115;
}

.whitebg, input.whitebg {
  background: #fff;
}

.eeebg, input.eeebg {
  background: #eee;
}

.main {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

button {
  background: none;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Angsana New";
}

.main-bg {
  background-color: #F8F9FB;
}

.footer {
  width: 100%;
  background: url(../images/footer-bg.png) center top;
  overflow: hidden;
  box-sizing: border-box;
  padding: 50px 3.3vw 100px 3.3vw;
}

.footer .fp-overflow {
  position: static !important;
}

.footer .navigation {
  float: left;
  margin-right: 2.5vw;
}

.footer .navigation dt a {
  font-size: 18px;
  color: #DEB972;
  line-height: 24px;
}

.footer .navigation dd {
  padding-top: 12px;
}

.footer .navigation dd a {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.5;
}

.footer .navigation dd a:hover {
  opacity: 1;
}

.footer .left {
  float: left;
  overflow: hidden;
}

.footer .right {
  color: #FFE4CA;
  float: right;
  width: 30%;
}

.footer .right .row {
  line-height: 24px;
  padding-left: 32px;
  float: right;
}

.footer .right .row.address {
  background: url(../images/icon/icon01.png) no-repeat left top;
}

.footer .right .row.tel {
  background: url(../images/icon/icon02.png) no-repeat left top;
  margin-top: 6px;
}

.footer .right .ewm-wrap {
  overflow: hidden;
  float: right;
  margin-top: 20px;
}

.footer .right .ewm-wrap .part {
  width: 110px;
  float: left;
  text-align: center;
  margin-left: 40px;
}

.footer .right .ewm-wrap .part .img {
  display: block;
  width: 110px;
  height: 110px;
}

.footer .right .ewm-wrap .part .text {
  color: #ffffff;
  opacity: 0.4;
  margin-top: 6px;
}

.footer .bottom {
  height: 50px;
  border-top: 1px solid #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  opacity: 0.2;
}

.paging {
  text-align: center;
  font-size: 0;
  padding: 30px 0 30px 0;
}

.paging a, .paging span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin: 0 3px;
  height: 33px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 33px;
  padding: 0 14px;
}

.paging a.btn, .paging span.btn {
  width: 73px;
}

.paging a.on, .paging a:hover {
  background-color: #4F3115;
  border-color: #4F3115;
  color: #fff;
}

.paging span {
  border: 0;
  padding: 0 3px;
}

.header {
  width: 100%;
  height: 5vw;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 3.125%;
  box-sizing: border-box;
  z-index: 10;
}

.header.white, .header.inner {
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header.op-white {
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.fixed {
  position: fixed !important;
}

.header .logo {
  height: 3.5vw;
  position: relative;
  top: 50%;
  margin-top: -2vw;
  float: left;
}

.header .logo img {
  height: 3.5vw;
}

.header .right-search {
  float: right;
  height: 32px;
  overflow: hidden;
  top: 50%;
  margin-top: -16px;
}

.header .right-search .btn {
  width: 32px;
  height: 32px;
  background: url(../images/icon/search.png) no-repeat center;
  cursor: pointer;
}

.header .right-search.hidden {
  padding: 0;
  width: 0;
  border: none;
}

.header .search-popup {
  float: right;
  width: 0;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.header .search-popup.show {
  width: 220px;
  padding-left: 10px;
}

.header .search-popup .text {
  display: block;
  width: 180px;
  height: 34px;
  line-height: 34px;
}

.header .search-popup .btn {
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon/search.png) no-repeat center center;
}

.header .navigation {
  float: right;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -10px;
}

.header .navigation li {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 2.5vw;
  padding-bottom: 16px;
  position: relative;
}

.header .navigation li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #4F3115;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s;
}

.header .navigation li a.level-1 {
  font-size: 16px;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s;
}

.header .navigation li .down-menu {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 40px;
  width: 180px;
  left: 0;
  padding: 10px 10px 5px 10px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  opacity: 0;
  visibility: hidden;
  *display: none;
  box-sizing: border-box;
}

.header .navigation li .down-menu a {
  display: block;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 14px;
  opacity: .8;
  text-align: center;
}

.header .navigation li .down-menu a:hover {
  opacity: 1;
}

.header .navigation li.on a.level-1 {
  font-weight: 700;
  color: #4F3115;
}

.header .navigation li.on::after, .header .navigation li:hover::after {
  width: 100%;
}

.header .navigation li:hover .down-menu {
  top: 36px;
  opacity: 1;
  visibility: inherit;
  *display: block;
}

.header .language {
  float: right;
  position: relative;
  top: 50%;
  margin-top: -10px;
  margin-left: 30px;
}

.header .language::before {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  left: -14px;
  top: 1px;
  background-color: #cccccc;
}

.header .language .hd {
  color: #666666;
  font-size: 18px;
  display: block;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.header .language .bd {
  width: 90px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: -60px;
  top: 35px;
  padding: 10px 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  opacity: 0;
  visibility: hidden;
}

.header .language .bd a {
  display: block;
  text-align: center;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  opacity: 0.8;
}

.header .language .bd a:hover {
  opacity: 1;
}

.header .language:hover .bd {
  top: 30px;
  opacity: 1;
  visibility: inherit;
}

.full-screen-banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.full-screen-banner .bd {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.full-screen-banner .bd .item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.full-screen-banner .cloud {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: 0;
  animation: cloudSclae 30s linear infinite alternate;
  background: url(../images/cloud.png) no-repeat center;
}

.full-screen-banner .fp-overflow {
  overflow: hidden !important;
  position: static !important;
}

.full-screen-banner .arrow {
  display: block;
  width: 56px;
  height: 95px;
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 30px;
  background: url(../images/icon/icon16.png);
  cursor: pointer;
  animation: downUp 2s linear infinite;
  -webkit-animation: downUp 2s linear infinite;
}

@keyframes cloudSclae {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(2, 2);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}

.index-part {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index-part .fp-overflow {
  position: static;
}

.index-part .bg {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.index-text-wrap {
  position: absolute;
  top: 20vh;
  overflow: hidden;
  left: 42vw;
}

.index-text-wrap .title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  width: 60px;
  padding: 60px 0;
  position: relative;
  float: right;
  margin-left: 4vw;
}

.index-text-wrap .title .arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.index-text-wrap .title .arrow.up {
  top: 0;
  background-image: url(../images/icon/style-arrow-up.png);
}

.index-text-wrap .title .arrow.down {
  bottom: 0;
  background-image: url(../images/icon/style-arrow-down.png);
}

.index-text-wrap .index-title {
  text-align: left;
}

.index-text-wrap .text {
  font-size: 16px;
  line-height: 30px;
  width: 38vw;
  margin-top: 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.index-text-wrap.cn {
  top: 8vw;
  left: auto;
  right: 25vw;
}

.index-text-wrap.cn .text {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 2px;
  line-height: 50px;
  height: 25vw;
  margin-top: 0;
  display: inline-block;
}

.index-text-wrap .more {
  color: #4F3115;
  font-size: 16px;
  margin-left: 5px;
  display: block;
  margin-top: 14px;
}

.index-text-wrap .more span {
  padding-left: 30px;
  background: url(../images/icon/icon03-on.png) no-repeat left center;
}

.index-video-wrap {
  position: static;
}

.index-video-wrap .title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  width: 60px;
  padding: 60px 0;
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.index-video-wrap .title .arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.index-video-wrap .title .arrow.up {
  top: 0;
  background-image: url(../images/icon/style-arrow-up.png);
}

.index-video-wrap .title .arrow.down {
  bottom: 0;
  background-image: url(../images/icon/style-arrow-down.png);
}

.index-video-wrap .index-title {
  position: absolute;
  left: 0;
  top: 15vw;
  width: 58vw;
}

.index-video-wrap .text {
  position: absolute;
  top: 6vw;
  width: 6.5vw;
  left: 50%;
  animation: downUp 2s linear infinite;
  -webkit-animation: downUp 2s linear infinite;
}

.index-video-wrap .text img {
  width: 100%;
}

.index-video-wrap .video-box {
  width: 34vw;
  height: 34vw;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  box-sizing: border-box;
  padding: 3vw;
}

.index-video-wrap .video-box .video {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.index-video-wrap .video-box .video:hover {
  animation: myrotate 15s linear infinite;
  -webkit-animation: myrotate 15s linear infinite;
}

.index-video-wrap .video-box .video .img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.index-video-wrap .video-box .video .play {
  display: block;
  width: 5vw;
  height: 5vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/icon/play.png) no-repeat;
  background-size: 100% 100%;
}

.play-video-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
}

.play-video-popup .closebg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.play-video-popup .box {
  width: 50vw;
  height: 30vw;
  background-color: #ffffff;
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -25vw;
  top: 50%;
  margin-top: -15vw;
  box-sizing: border-box;
  padding: 20px;
}

.play-video-popup .video {
  width: 100%;
  height: 100%;
}

.play-video-popup .closebtn {
  width: 2vw;
  height: 2vw;
  background: url(../images/icon/close.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -2vw;
  right: -2vw;
  z-index: 2;
  cursor: pointer;
}

.index-imgs-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 5vw;
  box-sizing: border-box;
  padding: 7vw 3.3vw 0 3.3vw;
}

.index-imgs-wrap .img-group {
  overflow: hidden;
  margin-top: 3vw;
}

.index-imgs-wrap .img-group .item {
  display: block;
  overflow: hidden;
  background-color: #000000;
}

.index-imgs-wrap .img-group .item .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.index-imgs-wrap .img-group .item .arrow {
  width: 8vw;
  height: 8vw;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  opacity: 0;
  *display: none;
}

.index-imgs-wrap .img-group .item .arrow.top {
  left: 0;
  top: 0;
  background: url(../images/icon/icon17.png);
  background-size: 100% 100%;
}

.index-imgs-wrap .img-group .item .arrow.bottom {
  right: 0;
  bottom: 0;
  background: url(../images/icon/icon18.png);
  background-size: 100% 100%;
}

.index-imgs-wrap .img-group .item .info {
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-51%, -51%, 0);
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  opacity: 0;
  *display: none;
}

.index-imgs-wrap .img-group .item .info .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.index-imgs-wrap .img-group .item .info .text {
  font-size: 16px;
  opacity: .8;
  letter-spacing: 0.3em;
  margin-top: 18px;
}

.index-imgs-wrap .img-group .item .info .more {
  display: inline-block;
  padding: 0 35px;
  margin-top: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.index-imgs-wrap .img-group .item .info .more .icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}

.index-imgs-wrap .img-group .item .info .more .icon.left {
  left: 0;
  background-position: left center;
  background-image: url(../images/icon/icon04-left.png);
}

.index-imgs-wrap .img-group .item .info .more .icon.right {
  right: 0;
  background-position: right center;
  background-image: url(../images/icon/icon04-right.png);
}

.index-imgs-wrap .img-group .item .info .more:hover {
  padding: 0 30px;
}

.index-imgs-wrap .img-group .item::after {
  content: '';
  display: block;
}

.index-imgs-wrap .img-group .item.large {
  width: 46vw;
  float: left;
  margin-right: 1.4vw;
}

.index-imgs-wrap .img-group .item.large::after {
  padding-top: 66.66%;
}

.index-imgs-wrap .img-group .item.small {
  width: 22vw;
}

.index-imgs-wrap .img-group .item.small::after {
  padding-top: 66.58%;
}

.index-imgs-wrap .img-group .item.small.mt {
  margin-top: 1.4vw;
}

.index-imgs-wrap .img-group .item.small .arrow {
  width: 5vw;
  height: 5vw;
}

.index-imgs-wrap .img-group .item.small .info .title {
  font-size: 26px;
}

.index-imgs-wrap .img-group .item.small .info .text {
  font-size: 15px;
}

.index-imgs-wrap .img-group .item.middle {
  float: right;
  width: 22vw;
}

.index-imgs-wrap .img-group .item.middle::after {
  padding-top: 139.4%;
}

.index-imgs-wrap .img-group .item.middle .arrow {
  width: 6vw;
  height: 6vw;
}

.index-imgs-wrap .img-group .item:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index-imgs-wrap .img-group .item:hover .arrow {
  opacity: 1;
  *display: block;
}

.index-imgs-wrap .img-group .item:hover .info {
  opacity: 1;
  top: 49%;
}

.index-title {
  text-align: center;
  font-size: 0;
}

.index-title span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  font-weight: 600;
  padding: 0 60px;
  color: #000000;
}

.index-title span .arrow {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.index-title span .arrow.left {
  left: 0;
  background-image: url(../images/icon/style-arrow-left.png);
}

.index-title span .arrow.right {
  right: 0;
  background-image: url(../images/icon/style-arrow-right.png);
}

.index-title.white span, .index-title.header.inner span {
  color: #ffffff;
}

.index-title.white .arrow.left, .index-title.header.inner .arrow.left {
  background-image: url(../images/icon/style-arrow-left-white.png);
}

.index-title.white .arrow.right, .index-title.header.inner .arrow.right {
  background-image: url(../images/icon/style-arrow-right-white.png);
}

.index-news {
  padding: 7vw 0 0 3.3vw;
  background-color: #EFE9E1;
}

.index-news-slide {
  padding: 4vw 0 6vw 0;
  overflow: hidden;
}

.index-news-slide .hd {
  text-align: center;
  font-size: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2vw;
}

.index-news-slide .hd li {
  display: inline-block;
  width: 50px;
  height: 25px;
  background: url(../images/icon/icon05.png);
  margin-right: 30px;
  cursor: pointer;
}

.index-news-slide .hd li.on {
  background: url(../images/icon/icon05-on.png);
}

.index-news-slide .bd .list {
  overflow: hidden;
}

.index-news-slide .bd .list a {
  display: block;
  width: 22vw;
  border: 1px solid #503114;
  float: left;
  margin-right: 1.5vw;
}

.index-news-slide .bd .list a .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-news-slide .bd .list a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.index-news-slide .bd .list a .img::after {
  content: '';
  padding-top: 60%;
  display: block;
}

.index-news-slide .bd .list a .info {
  padding: 16px;
}

.index-news-slide .bd .list a .info .title {
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 600;
  height: 4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news-slide .bd .list a .info .time {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  margin-top: 8px;
}

.index-news-slide .bd .list a .info .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 30px;
  margin-top: 14px;
}

.index-news-slide .bd .list a .info .more {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-left: 30px;
  background: url(../images/icon/icon03.png) no-repeat left center;
  margin-top: 16px;
}

.index-news-slide .bd .list a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.inner-banner {
  margin-top: 5vw;
  width: 100%;
  text-align: center;
}

.inner-banner img {
  display: block;
  width: 100%;
}

.inner-menu {
  height: 4vw;
  background-color: #ffffff;
  line-height: 4vw;
  text-align: center;
  font-size: 0;
}

.inner-menu .item {
  display: inline-block;
  font-size: 16px;
  color: #4F3115;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif !important;
  margin: 0 2.5vw;
}

.inner-menu .item.on {
  font-weight: bold;
  color: #4F3115;
}

.inner-menu .item.on::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4F3115;
  position: absolute;
  left: 0;
  bottom: 0;
}

.inner-wrap {
  background: url(../images/bg04.png) no-repeat center bottom #E7E7E7;
  padding: 60px 8vw 60px 8vw;
}

.inner-wrap .text-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  font-size: 18px;
  min-height: 500px;
}

.inner-wrap .text-box img {
  max-width: 100% !important;
}

.inner-wrap .text-box .focus {
  background-color: #4F3115;
  overflow: hidden;
  margin-bottom: 20px;
}

.inner-wrap .text-box .focus .img {
  width: 80%;
}

.inner-wrap .text-box .focus .img::after {
  content: "";
  display: block;
  padding-top: 43%;
}

.inner-wrap .text-box .focus .img img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.inner-wrap .text-box .focus .right {
  width: 20%;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 24px;
  box-sizing: border-box;
  transform: translate3d(0, -50%, 0);
}

.inner-wrap .text-box .focus .right .hd {
  color: #DBB867;
  font-size: 20px;
  line-height: 34px;
}

.inner-wrap .text-box .focus .right .bd {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
}

.recruit-list .item {
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 30px;
  width: 48%;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.recruit-list .item:nth-child(odd) {
  margin-right: 30px;
}

.recruit-list .item .left {
  width: 30vw;
}

.recruit-list .item .title {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}

.recruit-list .item .in-block {
  font-size: 0;
  margin-top: 8px;
}

.recruit-list .item .in-block .part {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #E7E7E7;
  color: #000000;
  margin-right: 8px;
  font-size: 14px;
}

.recruit-list .item .in-block .part.red {
  color: #C71010;
}

.recruit-list .item .btn {
  cursor: pointer;
  width: 106px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -24px;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s;
}

.recruit-list .item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.recruit-list .item:hover .btn {
  color: #ffffff;
  background-color: #4F3115;
  border-color: #4F3115;
}

.contact-us .map-box {
  height: 800px;
  overflow: hidden;
}

.contact-us .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0;
  padding: 1.5vw 0;
}

.contact-us .bottom .row {
  height: 3vw;
  display: inline-block;
  padding-left: 4vw;
  overflow: hidden;
}

.contact-us .bottom .row .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 3vw;
  height: 3vw;
}

.contact-us .bottom .row span {
  font-size: 1.25vw;
  line-height: 3vw;
}

.img-text-list {
  width: 104%;
}

.img-text-list .item {
  display: block;
  width: 26vw;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 30px 30px 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.img-text-list .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-text-list .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.img-text-list .item .img::after {
  content: '';
  padding-top: 60%;
  display: block;
}

.img-text-list .item .info {
  padding: 16px;
}

.img-text-list .item .info .title {
  font-size: 1.4vw;
  line-height: 2vw;
  font-weight: 600;
  height: 4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-text-list .item .info .time {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  margin-top: 8px;
}

.img-text-list .item .info .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 30px;
  margin-top: 14px;
}

.img-text-list .item .info .more {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-left: 35px;
  background: url(../images/icon/icon03.png) no-repeat left center;
  margin-top: 16px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.img-text-list .item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.img-text-list .item:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.img-text-list .item:hover .info .more {
  padding-left: 30px;
}

.img-text-row .item {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.img-text-row .item .img {
  overflow: hidden;
  width: 26vw;
}

.img-text-row .item .img::after {
  content: "";
  display: block;
  padding-top: 60%;
}

.img-text-row .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.img-text-row .item .right-info {
  position: absolute;
  left: 26vw;
  top: 0;
  box-sizing: border-box;
  width: calc(100% - 26vw);
  padding: 2vw 2vw 0 2vw;
}

.img-text-row .item .right-info .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  color: #000000;
}

.img-text-row .item .right-info .time {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
  margin-top: 14px;
}

.img-text-row .item .right-info .text {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.img-text-row .item .right-info .more {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-left: 30px;
  background: url(../images/icon/icon03.png) no-repeat left center;
  color: #575757;
  margin-top: 20px;
}

.img-text-row .item .icon {
  display: block;
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.img-text-row .item .icon.up {
  top: 0;
  background: url(../images/icon/icon08-up.png) no-repeat;
  background-size: 100% 100%;
}

.img-text-row .item .icon.down {
  bottom: 0;
  background: url(../images/icon/icon08-down.png) no-repeat;
  background-size: 100% 100%;
}

.img-text-row .item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.img-text-row .item:hover .title {
  color: #4F3115;
}

.img-text-row .item:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.img-text-row .item:hover .icon {
  opacity: 1;
}

.video-list .item {
  display: block;
  float: left;
  width: 49%;
  margin-bottom: 30px;
}

.video-list .item:nth-child(odd) {
  float: left !important;
}

.video-list .item:nth-child(even) {
  float: right !important;
}

.video-list .item .img {
  overflow: hidden;
  background-color: #000000;
}

.video-list .item .img::after {
  content: '';
  display: block;
  padding-top: 52%;
}

.video-list .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  opacity: 0.8;
}

.video-list .item .img .play {
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url(../images/icon/play.png) no-repeat;
  background-size: 100% 100%;
}

.video-list .item .title {
  font-size: 22px;
  text-align: center;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-list .item {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  height: 90px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.text-list .item::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #4F3115;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.text-list .item .title {
  font-size: 20px;
  line-height: 90px;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 70%;
}

.text-list .item .date {
  position: absolute;
  top: 0;
  right: 30px;
  color: #888888;
  font-size: 16px;
  line-height: 90px;
}

.text-list .item:hover {
  background-color: #ffffff;
  box-sizing: border-box;
}

.text-list .item:hover .title, .text-list .item:hover .date {
  color: #4F3115;
}

.text-list .item:hover::after {
  width: 100%;
}

.contents-wrap .title {
  color: #4F3115;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.contents-wrap .time {
  text-align: center;
  margin-top: 16px;
}

.contents-wrap .time span {
  padding: 0 25px;
  font-size: 16px;
  color: #666666;
}

.contents-wrap .contents {
  overflow: hidden;
  margin-top: 50px;
  font-size: 18px;
  line-height: 30px;
}

.contents-wrap .contents img {
  max-width: 100% !important;
}

.contents-wrap .contents .download {
  margin-top: 20px;
}

.contents-wrap .contents .download a:hover {
  color: #4F3115;
}

.contents-wrap .contents .audio {
  margin-top: 20px;
}

.contents-wrap .contents .img-group {
  width: 70%;
  border: 1px solid #e5e5e5;
  position: relative;
  margin: 20px auto 0;
}

.contents-wrap .contents .img-group img {
  width: 100%;
  height: 100%;
}

.contents-wrap .contents .img-group .btn {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: none;
}

.contents-wrap .contents .img-group .btn.prev {
  background-image: url(../images/arrow05-1-1.png);
  left: 10px;
}

.contents-wrap .contents .img-group .btn.next {
  background-image: url(../images/arrow05-1-2.png);
  right: 10px;
}

.contents-wrap .contents .img-group .btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.contents-wrap .contents .img-group:hover .btn {
  display: block;
}

.contents-wrap .contents .img-group .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 0;
  z-index: 3;
}

.contents-wrap .contents .img-group .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin: 0 3px;
}

.contents-wrap .contents .img-group .hd li.on {
  background-color: white;
}

.contents-wrap .contents .video {
  width: 70%;
  margin: 20px auto 0;
  display: block;
}

.contents-wrap .piece {
  overflow: hidden;
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contents-wrap .piece .tit {
  max-width: 48%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.store-list {
  width: 104%;
}

.store-list .item {
  display: block;
  width: 26vw;
  float: left;
  margin: 0 30px 30px 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  background-color: rgba(255, 255, 255, 0.5);
}

.store-list .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.store-list .item .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.store-list .item .img::after {
  content: '';
  padding-top: 60%;
  display: block;
}

.store-list .item .info {
  box-sizing: border-box;
  padding: 1.4vw 1vw;
}

.store-list .item .info .name {
  font-size: 20px;
  line-height: 30px;
}

.store-list .item .info .in-block {
  font-size: 0;
  margin-top: 8px;
}

.store-list .item .info .in-block .part {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #E7E7E7;
  color: #000000;
  margin-right: 8px;
  font-size: 14px;
}

.store-list .item .info .in-block .part.red {
  color: #C71010;
}

.store-list .item .info .bottom {
  overflow: hidden;
  margin-top: 1vw;
}

.store-list .item .info .bottom span {
  display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 32px;
  font-size: 16px;
  box-sizing: border-box;
}

.store-list .item .info .bottom .address {
  background: url(../images/icon/icon09.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.store-list .item .info .bottom .tel {
  background: url(../images/icon/icon10.png) no-repeat left center;
  margin-top: 8px;
}

.store-list .item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.inner-category {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}

.inner-category .item {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 36px;
  box-sizing: border-box;
  border: 1px solid #4F3115;
  color: #4F3115;
  font-size: 16px;
  margin-right: 20px;
}

.inner-category .item.on, .inner-category .item:hover {
  color: #ffffff;
  background-color: #4F3115;
}

.img-title-list {
  width: 104%;
}

.img-title-list .item {
  display: block;
  width: 26vw;
  float: left;
  margin: 0 30px 30px 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  background-color: rgba(255, 255, 255, 0.5);
}

.img-title-list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-title-list .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.img-title-list .img::after {
  content: '';
  padding-top: 60%;
  display: block;
}

.img-title-list .title {
  height: 3.6vw;
  line-height: 3.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.1vw;
  text-align: center;
}

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

.scenic-spot .bg {
  width: 100%;
  display: block;
}

.scenic-spot .locate-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.scenic-spot .locate {
  position: absolute;
}

.scenic-spot .locate .icon {
  width: 24px;
  height: 24px;
  background: url(../images/icon/icon11.png) no-repeat;
  display: block;
  cursor: pointer;
  animation: downUp 2s linear infinite;
  -webkit-animation: downUp 2s linear infinite;
}

.scenic-spot .locate:nth-child(1) {
  top: 31.56%;
  left: 48.4%;
}

.scenic-spot .locate:nth-child(1) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(2) {
  top: 36.41%;
  left: 49.06%;
}

.scenic-spot .locate:nth-child(2) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(3) {
  top: 40.73%;
  left: 49.33%;
}

.scenic-spot .locate:nth-child(3) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(4) {
  top: 44.48%;
  left: 47.6%;
}

.scenic-spot .locate:nth-child(4) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(5) {
  top: 47.91%;
  left: 49.66%;
}

.scenic-spot .locate:nth-child(5) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(6) {
  top: 47.91%;
  left: 35.2%;
}

.scenic-spot .locate:nth-child(6) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(7) {
  top: 51.35%;
  left: 53.06%;
}

.scenic-spot .locate:nth-child(7) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(8) {
  top: 54.27%;
  left: 56.87%;
}

.scenic-spot .locate:nth-child(8) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(9) {
  top: 53.02%;
  left: 47.33%;
}

.scenic-spot .locate:nth-child(9) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(10) {
  top: 56.46%;
  left: 41.87%;
}

.scenic-spot .locate:nth-child(10) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(11) {
  top: 58.65%;
  left: 39.2%;
}

.scenic-spot .locate:nth-child(11) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(12) {
  top: 59.38%;
  left: 49.47%;
}

.scenic-spot .locate:nth-child(12) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(13) {
  top: 58.65%;
  left: 53.07%;
}

.scenic-spot .locate:nth-child(13) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(14) {
  top: 61.46%;
  left: 42.67%;
}

.scenic-spot .locate:nth-child(14) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(15) {
  top: 61.04%;
  left: 46.8%;
}

.scenic-spot .locate:nth-child(15) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(16) {
  top: 60.63%;
  left: 55.73%;
}

.scenic-spot .locate:nth-child(16) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(17) {
  top: 63.65%;
  left: 44.53%;
}

.scenic-spot .locate:nth-child(17) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(18) {
  top: 64.27%;
  left: 52.27%;
}

.scenic-spot .locate:nth-child(18) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(19) {
  top: 66.35%;
  left: 55.73%;
}

.scenic-spot .locate:nth-child(19) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(20) {
  top: 67.6%;
  left: 59.67%;
}

.scenic-spot .locate:nth-child(20) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(21) {
  top: 65.1%;
  left: 68.87%;
}

.scenic-spot .locate:nth-child(21) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(22) {
  top: 65.1%;
  left: 32.93%;
}

.scenic-spot .locate:nth-child(22) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(23) {
  top: 67.08%;
  left: 42.4%;
}

.scenic-spot .locate:nth-child(23) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(24) {
  top: 67.6%;
  left: 49.67%;
}

.scenic-spot .locate:nth-child(24) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(25) {
  top: 70.42%;
  left: 47.67%;
}

.scenic-spot .locate:nth-child(25) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(26) {
  top: 73.23%;
  left: 52.8%;
}

.scenic-spot .locate:nth-child(26) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(27) {
  top: 75%;
  left: 48.87%;
}

.scenic-spot .locate:nth-child(27) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(28) {
  top: 60.83%;
  left: 5%;
}

.scenic-spot .locate:nth-child(28) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(29) {
  top: 56.56%;
  left: 8.87%;
}

.scenic-spot .locate:nth-child(29) .icon {
  animation-delay: 0s;
}

.scenic-spot .locate:nth-child(30) {
  top: 60.42%;
  left: 10.47%;
}

.scenic-spot .locate:nth-child(30) .icon {
  animation-delay: .5s;
}

.scenic-spot .locate:nth-child(31) {
  top: 55.52%;
  left: 14.92%;
}

.scenic-spot .locate:nth-child(31) .icon {
  animation-delay: 1s;
}

.scenic-spot .locate:nth-child(32) {
  top: 54.17%;
  left: 91.93%;
}

.scenic-spot .locate:nth-child(32) .icon {
  animation-delay: 1.5s;
}

.scenic-spot .locate:nth-child(33) {
  top: 58.13%;
  left: 89.07%;
}

.scenic-spot .locate .show {
  width: 40vw;
  background: #ffffff;
  position: absolute;
  left: 42px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  z-index: 3;
}

.scenic-spot .locate .show .triangle {
  display: block;
  width: 0;
  height: 0;
  border-right: 22px solid #ffffff;
  border-top: 0 solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  left: -22px;
  top: 0;
}

.scenic-spot .locate .show .contents {
  padding: 20px 30px;
}

.scenic-spot .locate .show .contents .hd {
  color: #4F3115;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.scenic-spot .locate .show .contents .bd {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin-top: 10px;
  max-height: 300px;
  overflow-y: auto;
}

.scenic-spot .locate .show .contents .bd img {
  width: 100% !important;
}

.scenic-spot .locate .show .contents .bd::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.scenic-spot .locate .show .contents .bd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.scenic-spot .locate .show .contents .bd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.scenic-spot .locate:hover .icon {
  animation: scaleDraw 1.5s linear infinite;
  -webkit-animation: scaleDraw 1.5s linear infinite;
}

.scenic-spot .locate:hover .show {
  opacity: 1;
  visibility: inherit;
}

.scenic-spot .locate:nth-child(20) .show, .scenic-spot .locate:nth-child(21) .show, .scenic-spot .locate:nth-child(32) .show, .scenic-spot .locate:nth-child(33) .show {
  left: -41vw;
}

.scenic-spot .locate:nth-child(20) .show .triangle, .scenic-spot .locate:nth-child(21) .show .triangle, .scenic-spot .locate:nth-child(32) .show .triangle, .scenic-spot .locate:nth-child(33) .show .triangle {
  border-left: 22px solid #ffffff;
  border-right: 0;
  border-top: 0 solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  right: -22px;
  left: auto;
  top: 0;
}

.help-list .item {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  margin-bottom: 30px;
  display: block;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.help-list .item .icon {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.help-list .item .question {
  padding-left: 65px;
  min-height: 50px;
}

.help-list .item .question .icon {
  background-color: #4F3115;
}

.help-list .item .question .text {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
  padding: 10px 0 0 0;
}

.help-list .item .answer {
  padding-left: 65px;
  min-height: 50px;
  margin-top: 20px;
}

.help-list .item .answer .icon {
  background-color: #DBB867;
}

.help-list .item .answer .text {
  padding: 10px 0 0 0;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.help-list .item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-wrap {
  width: 1110px;
  margin: 0 auto;
}

.form-wrap .front {
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding-left: 16px;
}

.form-wrap .part {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding-left: 122px;
}

.form-wrap .part .text {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

.form-wrap .part.small {
  float: left;
  width: 350px;
}

.form-wrap .part.small.middle {
  margin: 0 30px;
  padding-left: 96px;
}

.form-wrap .part.small.right {
  padding-left: 132px;
}

.form-wrap .part.ver-code {
  padding-left: 105px;
  width: 730px;
  float: left;
}

.form-wrap .part.ver-code.lit {
  width: 490px;
  margin-left: 30px;
}

.form-wrap .part.sug-type {
  padding-left: 152px;
}

.form-wrap .part.sug-type .choose {
  display: block;
  float: left;
  padding-left: 24px;
  font-size: 16px;
  line-height: 60px;
  margin-right: 24px;
  background: url(../images/icon/icon12.png) no-repeat left center;
  cursor: pointer;
}

.form-wrap .part.sug-type .choose.on {
  background: url(../images/icon/icon12-on.png) no-repeat left center;
}

.form-wrap .code-img {
  float: left;
  overflow: hidden;
  cursor: pointer;
  margin-left: 30px;
}

.form-wrap .code-img .img {
  display: block;
  width: 136px;
  height: 60px;
  float: left;
}

.form-wrap .code-img .text {
  float: left;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

.form-wrap .textarea-box {
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  height: 270px;
  margin-top: 30px;
  padding: 20px 20px 20px 126px;
}

.form-wrap .textarea-box textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: none;
  font-size: 16px;
}

.form-wrap .btn {
  display: block;
  height: 60px;
  border: 0;
  outline: none;
  line-height: 60px;
  text-align: center;
  background-color: #4F3115;
  color: #ffffff;
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  cursor: pointer;
}

.form-wrap .btn:hover {
  opacity: .8;
}

.scenic-info {
  width: 100%;
  position: relative;
  padding: 80px 8vw 80px 8vw;
  box-sizing: border-box;
  background: url(../images/bg07.png) no-repeat center 100px #E7E7E7;
}

.scenic-info .box {
  width: 50%;
}

.scenic-info .box .index-title {
  text-align: left;
}

.scenic-info .box .intro {
  font-size: 16px;
  line-height: 40px;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.scenic-info .box .more {
  padding-top: 30px;
}

.scenic-info .box .more a {
  color: #4F3115;
  line-height: 30px;
  padding-left: 30px;
  background: url(../images/icon/icon03-on.png) no-repeat left center;
}

.scenic-info .bottom {
  padding: 30px;
  border: 2px solid rgba(51, 51, 51, 0.8);
  overflow: hidden;
  margin-top: 8vw;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 1200px;
}

.scenic-info .bottom .part {
  float: left;
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.5);
  width: 31.5%;
}

.scenic-info .bottom .part.middle {
  margin: 0 30px;
}

.scenic-info .bottom .part::after {
  content: "";
  display: block;
  padding-top: 40%;
}

.scenic-info .bottom .part .con {
  width: 80%;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -32px;
  box-sizing: border-box;
  padding-left: 80px;
  display: block;
}

.scenic-info .bottom .part .con .icon {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.scenic-info .bottom .part .con .icon.icon01 {
  background: url(../images/icon/icon13.png);
}

.scenic-info .bottom .part .con .icon.icon02 {
  background: url(../images/icon/icon14.png);
}

.scenic-info .bottom .part .con .icon.icon03 {
  background: url(../images/icon/icon15.png);
}

.scenic-info .bottom .part .con .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.scenic-info .bottom .part .con .text {
  line-height: 24px;
  max-width: 70%;
  margin-top: 6px;
}

.scenic-info .bottom .part .con .more {
  position: absolute;
  right: 0;
  bottom: 3px;
  color: #4F3115;
  line-height: 30px;
  padding-left: 25px;
  background: url(../images/icon/icon03-on.png) no-repeat left center;
}

.scenic-info .bottom .part .con:hover .icon.icon01 {
  background: url(../images/icon/icon13-1.png);
}

.scenic-info .bottom .part .con:hover .icon.icon02 {
  background: url(../images/icon/icon14-1.png);
}

.scenic-info .bottom .part .con:hover .icon.icon03 {
  background: url(../images/icon/icon15-1.png);
}

.about-bottom {
  width: 100%;
  position: relative;
}

.about-bottom .bg {
  display: block;
  width: 100%;
}

.about-bottom .contents {
  width: 1050px;
  position: absolute;
  left: 50%;
  margin-left: -525px;
  top: 22%;
}

.about-bottom .contents .text {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

.about-bottom .contents .more {
  display: inline-block;
  padding: 0 35px;
  margin-top: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
}

.about-bottom .contents .more .icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}

.about-bottom .contents .more .icon.left {
  left: 0;
  background-position: left center;
  background-image: url(../images/icon/icon04-left.png);
}

.about-bottom .contents .more .icon.right {
  right: 0;
  background-position: right center;
  background-image: url(../images/icon/icon04-right.png);
}

.about-bottom .contents .more:hover {
  padding: 0 30px;
}
