.main-bar {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.main-bar ul {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.main-bar ul li {
  text-align: center;
}
.main-bar ul li img {
  width: 80%;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
  -o-transition: 0.8s all;
}
.main-bar ul li p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #313131;
  margin-top: 15px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-bar ul li:hover p {
  color: #009944;
}
.main-bar ul li:hover img {
  transform: rotate(360deg);
}
.main-bar .icon-jt {
  display: block;
  margin: 0 auto;
}
.main-banner {
  width: 100%;
  height: 700px;
  padding-top: 50px;
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-banner .title-img {
  width: 100%;
}
.main-banner .title-img img {
  display: block;
  margin: 0 auto;
}
.main-banner .title-img p {
  width: 45%;
  margin: 30px auto;
  text-align: center;
  color: #707070;
}
.main-banner .my-swiper {
  position: relative;
}
.main-banner .my-swiper .swiper-container-2 {
  width: 90%;
  max-width: 1440px;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper {
  width: 100%;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide:nth-child(2n) {
  flex-direction: column-reverse;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide:nth-child(3n+1) .my-swiper-text {
  background-color: #0482f1;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide:nth-child(3n+2) .my-swiper-text {
  background-color: #12b35d;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide:nth-child(3n+3) .my-swiper-text {
  background-color: #ffa000;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide:hover .my-swiper-img img {
  transform: scale(1.1);
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide .my-swiper-img {
  width: 100%;
  overflow: hidden;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide .my-swiper-img img {
  width: 100%;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide .my-swiper-text {
  width: 100%;
  height: 220px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide .my-swiper-text h2 {
  color: white;
  font-weight: bold;
}
.main-banner .my-swiper .swiper-container-2 .swiper-wrapper .swiper-slide .my-swiper-text p {
  color: white;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-banner .my-swiper .swiper-pagination {
  width: 100%;
}
.main-banner .my-swiper .swiper-pagination span {
  margin: 0 5px;
}
.introduce {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 50px;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.introduce .title-img {
  width: 100%;
}
.introduce .title-img img {
  display: block;
  margin: 0 auto;
}
.introduce .introduce-content {
  width: 90%;
  max-width: 1440px;
  margin: 20px auto 0;
  position: relative;
}
.introduce .introduce-content .introduce-img {
  width: 45%;
}
.introduce .introduce-content .introduce-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduce .introduce-content .introduce-text {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.8);
}
.introduce .introduce-content .introduce-text .tag-switch iframe {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.introduce .introduce-content .introduce-text p {
  width: 85%;
  margin: 50px auto 0;
  line-height: 22px;
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.introduce .introduce-content .introduce-text a {
  display: block;
  width: 85%;
  margin: 20px auto;
  color: #009944;
}
.introduce .introduce-content .introduce-text .icon-img {
  width: 85%;
  margin: 50px auto;
  text-align: center;
  flex-wrap: wrap;
}
.introduce .introduce-content .introduce-text .icon-img .badge {
  width: 33%;
}
.introduce .introduce-content .introduce-text .icon-img .badge img {
  display: block;
  margin: 5px auto;
}
.introduce .introduce-content .introduce-tag {
  height: 100%;
  position: absolute;
  right: -18px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.introduce .introduce-content .introduce-tag div {
  width: 36px;
  height: 22%;
  cursor: pointer;
}
.introduce .introduce-content .introduce-tag .tag {
  padding: 0 5px;
  height: 100%;
  line-height: 16px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: white;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  /* display: block; */
  /* writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  *writing-mode: tb-rl; */
  /* text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  /* white-space:nowrap; */
}
.introduce .introduce-content .introduce-tag div:nth-child(1) {
  background-color: #cc52ba;
}
.introduce .introduce-content .introduce-tag div:nth-child(1):hover {
  background-color: #b64aa6;
}
.introduce .introduce-content .introduce-tag div:nth-child(2) {
  background-color: #12b35d;
}
.introduce .introduce-content .introduce-tag div:nth-child(2):hover {
  background-color: #119c52;
}
.introduce .introduce-content .introduce-tag div:nth-child(3) {
  background-color: #ffa000;
}
.introduce .introduce-content .introduce-tag div:nth-child(3):hover {
  background-color: #e49103;
}
.introduce .introduce-content .introduce-tag div:nth-child(4) {
  background-color: #f34a48;
}
.introduce .introduce-content .introduce-tag div:nth-child(4):hover {
  background-color: #e04542;
}
.vientiane {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.vientiane .title-img {
  width: 100%;
}
.vientiane .title-img img {
  display: block;
  margin: 0 auto;
}
.vientiane .my-swiper {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.vientiane .my-swiper .swiper-container-3 {
  width: 90%;
  max-width: 1440px;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 50px;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide .clear {
  position: absolute;
  top: 0;
  width: 94%;
  height: 20px;
  margin: 0 auto;
  background-color: #b33238;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide .mc {
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  z-index: 99;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide .my-swiper-img {
  width: 100%;
  position: relative;
  top: 15px;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide .my-swiper-text {
  width: 100%;
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide .my-swiper-text img {
  width: 100%;
  height: auto;
}
.vientiane .my-swiper .swiper-container-3 .swiper-wrapper .swiper-slide .my-swiper-text p {
  width: 80%;
  font-size: 13px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.vientiane a {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  color: white;
}
.history {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: url(../img/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.history .title-img {
  width: 100%;
}
.history .title-img img {
  display: block;
  margin: 0 auto 30px;
}
.history p {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  color: #707070;
}
.history .history-img {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.history .history-img img {
  width: 100%;
}
.history a {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  color: #434343;
}
.dynamic {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url(../img/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dynamic>a {
  width: 100%;
  display: block;
  text-align: center;
  margin: 50px 0 30px;
  color: #434343;
}
.dynamic .title-img {
  width: 100%;
}
.dynamic .title-img img {
  display: block;
  margin: 0 auto;
}
.dynamic .dynamic-active {
  width: 40%;
  margin: 30px auto;
  justify-content: space-evenly;
}
.dynamic .dynamic-active .active {
  width: 157px;
  height: 46px;
  line-height: 46px;
  background-image: url(../img/gg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.dynamic .dynamic-active .active:hover {
  background-image: url(../img/gg-hover.png);
}
.dynamic .dynamic-active .activeClick {
  background-image: url(../img/gg-hover.png);
}
.dynamic .dynamic-list {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.dynamic .dynamic-list ul {
  justify-content: flex-start;
}
.dynamic .dynamic-list ul li {
  position: relative;
  width: 23%;
  border: 1px solid #edc58a;
  background-color: white;
  padding: 40px 30px;
  margin-right: 25px;
}
.dynamic .dynamic-list ul li:last-child {
  margin-right: 0;
}
.dynamic .dynamic-list ul li img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
}
.dynamic .dynamic-list ul li h2 {
  line-height: 30px;
  color: #333333;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic .dynamic-list ul li p {
  font-size: 12px;
  line-height: 22px;
  color: #a0a0a0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic .dynamic-list ul li span {
  font-size: 12px;
  line-height: 43px;
  color: #a0a0a0;
}
.dynamic .dynamic-list ul li a {
  width: 118px;
  height: 36px;
  line-height: 36px;
  color: white;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translate(-50%) scale(0);
  background-image: linear-gradient(-35deg, #0cb650, #0aa451, #079151);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  opacity: 0;
}
.dynamic .dynamic-list ul li:hover a {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
.dynamic .dynamic-list ul li:hover h2 {
  color: #009944;
}
.introduce-title {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto 0;
  flex-wrap: wrap;
}
.introduce-title .title span {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #1b1b1b;
}
.introduce-title .title p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #959595;
}
.introduce-title ul {
  width: 50%;
  justify-content: flex-end;
}
.introduce-title ul li {
  width: 24%;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.introduce-title .long li {
  width: 15%;
}
.introduce-title ul li:hover {
  background-color: #005752;
}
.introduce-title ul li:hover a {
  color: #ffffff;
}
.introduce-title ul li a {
  width: 100%;
  height: 100%;
  color: #313131;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.introduce-title ul .on {
  background-color: #005752;
  color: #ffffff;
}
.introduce-title ul .on a {
  color: #ffffff;
}
.introduce-title .long {
  width: 70%;
}
.scenery-introduce {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  border-top: 3px solid #f7c07a;
  background-color: #ffffff;
  padding: 70px;
  position: relative;
  z-index: 9;
}
.scenery-introduce .content {
  width: 100%;
  margin-bottom: 40px;
}
.scenery-introduce .content .content-title .text {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  top: 13px;
  left: 10px;
}
.scenery-introduce .content .content-title .text h2 {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.scenery-introduce .content .content-title .text span {
  color: #000;
  opacity: 0.6;
}
.scenery-introduce .content .content-text {
  margin-top: 20px;
}
.scenery-introduce .content .content-text p {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
}
.scenery-introduce .content .content-text img {
  margin-bottom: 30px;
}
.scenery-introduce .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  opacity: 0.4;
}
.bg {
  position: relative;
  margin-top: -140px;
  z-index: -1;
}
.main-content {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 50px;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
.main-content .title {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d3dfe6;
  text-align: center;
}
.main-content .title h2 {
  font-size: 26px;
  font-weight: bold;
}
.main-content .content {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d3dfe6;
}
.main-content .content p {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
}
.main-content .content img {
  width: 100%;
}
.main-content .share {
  text-align: right;
}
.main-content .share .back {
  color: #a0a0a0;
  margin-right: 7px;
}
.main-content .share span {
  color: #a0a0a0;
  margin-right: 7px;
  font-size: 14px;
}
.main-content .nav-title {
  width: 100%;
  border-bottom: 2px #dcdcdc solid;
}
.main-content .nav-title ul {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.main-content .nav-title ul li {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 6px;
  overflow: hidden;
}
.main-content .nav-title ul li a {
  display: block;
  color: #313131;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-content .nav-title ul li:hover a {
  color: #009944;
}
.main-content .nav-title ul .on a {
  color: #009944;
}
.main-content .nav-title .line {
  width: calc(100% / 7);
  height: 2px;
  background-color: #009944;
  position: absolute;
  left: 0;
  top: 40px;
}
.main-content .main-list {
  width: 100%;
}
.main-content .main-list ul {
  flex-wrap: wrap;
}
.main-content .main-list ul li {
  width: 32%;
  margin-top: 30px;
}
.main-content .main-list ul li figure {
  width: 100%;
  overflow: hidden;
}
.main-content .main-list ul li figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.main-content .main-list ul li:hover figure img {
  transform: scale(1.1);
}
.main-content .main-list ul li h3 {
  margin-top: 10px;
  text-align: center;
  color: #313131;
}
.main-content .photography-list {
  width: 100%;
}
.main-content .photography-list ul {
  width: 100%;
  flex-wrap: wrap;
}
.main-content .photography-list ul li {
  width: 32%;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  position: relative;
}
.main-content .photography-list ul li figure {
  width: 100%;
  overflow: hidden;
}
.main-content .photography-list ul li figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.main-content .photography-list ul li:hover {
  border-bottom: 1px solid #009944;
}
.main-content .photography-list ul li:hover img {
  transform: scale(1.1);
}
.main-content .photography-list ul li:hover i {
  color: #009944;
}
.main-content .photography-list ul li h3 {
  color: #313131;
  margin-top: 15px;
}
.main-content .photography-list ul li span {
  color: #707070;
}
.main-content .photography-list ul li i {
  right: 20px;
  bottom: 30px;
  position: absolute;
  color: #313131;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.main-content .history-list {
  width: 100%;
}
.main-content .history-list ul {
  width: 100%;
  flex-wrap: wrap;
}
.main-content .history-list ul li {
  width: 32%;
  margin-bottom: 30px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  position: relative;
}
.main-content .history-list ul li figure {
  width: 100%;
  overflow: hidden;
}
.main-content .history-list ul li figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.main-content .history-list ul li:hover img {
  transform: scale(1.1);
}
.main-content .history-list ul li:hover i {
  transform: translate(-50%, -50%) scale(1.1);
}
.main-content .history-list ul li i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 36px;
  color: #ffffff;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.story-list {
  width: 100%;
}
.story-list ul {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
}
.story-list ul li {
  width: 100%;
  background-color: #ffffff;
  padding: 35px 40px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.story-list ul li a h2 {
  font-weight: bold;
  color: #313131;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.story-list ul li a p {
  width: 85%;
  color: #959595;
  font-size: 13px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.story-list ul li a span {
  position: absolute;
  color: #959595;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.story-list ul li a img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  opacity: 0;
}
.story-list ul li:hover {
  box-shadow: 0px 0px 20px #ccc;
}
.story-list ul li:hover a {
  display: block;
}
.story-list ul li:hover a h2 {
  color: #009944;
}
.story-list ul li:hover a span {
  color: #009944;
}
.story-list ul li:hover a img {
  opacity: 1;
}
section {
  width: 100%;
}
section .scenery-list {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
}
section .scenery-list ul {
  width: 100%;
}
section .scenery-list ul li {
  padding: 15px;
  padding-right: 0;
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .scenery-list ul li a figure {
  width: 30%;
  overflow: hidden;
}
section .scenery-list ul li a figure img {
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  width: 100%;
}
section .scenery-list ul li a div {
  width: 50%;
}
section .scenery-list ul li a div h2 {
  font-weight: bold;
  color: #313131;
  margin-top: 10%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .scenery-list ul li a div p {
  height: 88px;
  color: #959595;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
section .scenery-list ul li a span {
  width: 15%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #959595;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .scenery-list ul li a span img {
  opacity: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .scenery-list ul li:hover {
  box-shadow: 0px 0px 20px #ccc;
}
section .scenery-list ul li:hover a figure img {
  transform: scale(1.1);
}
section .scenery-list ul li:hover a div h2 {
  color: #009944;
}
section .scenery-list ul li:hover a span {
  color: #009944;
}
section .scenery-list ul li:hover a span img {
  opacity: 1;
}
section #luomingcong {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  background-color: #ffffff;
  padding: 40px;
}
section #luomingcong .swiper-right {
  width: 48%;
}
section #luomingcong .swiper-right h2 {
  margin: 10px 0;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #313131;
}
section #luomingcong .swiper-right img {
  margin: 10px 0 20px;
}
section #luomingcong .swiper-right p {
  margin-top: 15px;
}
section .line {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
section .line li {
  width: 20%;
  height: 10px;
}
section .line li:nth-child(1) {
  background-color: #fa6567;
}
section .line li:nth-child(2) {
  background-color: #f7774a;
}
section .line li:nth-child(3) {
  background-color: #fcc954;
}
section .line li:nth-child(4) {
  background-color: #92cf68;
}
section .line li:nth-child(5) {
  background-color: #58b5e1;
}
section .mingcong {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 30px;
  background-color: #ffffff;
  padding: 40px;
}
section .mingcong h2 {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
section .mingcong h2 span {
  font-weight: bold;
  color: #009944;
  border-bottom: 3px #009944 solid;
  padding: 10px;
}
section .mingcong p {
  line-height: 28px;
  width: 96%;
  margin: 0 auto;
}
section .mingcong .map-img {
  width: 100%;
  justify-content: space-evenly;
}
section .mingcong .map-img li {
  width: 46%;
  position: relative;
}
section .mingcong .map-img li figure {
  width: 100%;
}
section .mingcong .map-img li figure img {
  width: 100%;
}
section .mingcong .map-img li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  font-size: 36px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 99;
}
section .mingcong .map-img li:hover i {
  transform: translate(-50%, -50%) scale(1);
}
section .mingcong .traffic-img {
  width: 100%;
}
section .mingcong .traffic-img img {
  width: 20%;
  margin-left: 20px;
}
section .mingcong .traffic-img .traffic-text {
  width: 75%;
}
section .mingcong .attractions-list {
  width: 100%;
  justify-content: space-between;
}
section .mingcong .attractions-list li {
  width: 18%;
}
section .mingcong .attractions-list li figure {
  width: 100%;
  overflow: hidden;
}
section .mingcong .attractions-list li figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .mingcong .attractions-list li h3 {
  text-align: center;
  margin-top: 5px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .mingcong .attractions-list li img {
  display: block;
  margin: 0 auto;
}
section .mingcong .attractions-list li:hover figure img {
  transform: scale(1.1);
}
section .mingcong .attractions-list li:hover h3 {
  color: #009944;
}
section .LeisureEntertainment {
  width: 100%;
  margin-top: 30px;
}
section .LeisureEntertainment ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
section .LeisureEntertainment ul li {
  width: 32%;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
section .LeisureEntertainment ul li figure {
  width: 100%;
  overflow: hidden;
}
section .LeisureEntertainment ul li figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .LeisureEntertainment ul li h2 {
  margin: 5px 0;
}
section .LeisureEntertainment ul li:hover figure img {
  transform: scale(1.1);
}
section .LocalSpecialty,
section .StarHotel {
  width: 100%;
  margin-top: 30px;
}
section .LocalSpecialty ul,
section .StarHotel ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
section .LocalSpecialty ul li,
section .StarHotel ul li {
  width: 100%;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
}
section .LocalSpecialty ul li figure,
section .StarHotel ul li figure {
  width: 48%;
  overflow: hidden;
}
section .LocalSpecialty ul li figure img,
section .StarHotel ul li figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .LocalSpecialty ul li div,
section .StarHotel ul li div {
  width: 48%;
}
section .LocalSpecialty ul li div h2,
section .StarHotel ul li div h2 {
  margin: 20px 0;
  font-size: 26px;
  font-weight: bold;
}
section .LocalSpecialty ul li div img,
section .StarHotel ul li div img {
  margin-bottom: 20px;
}
section .LocalSpecialty ul li div p,
section .StarHotel ul li div p {
  color: #707070;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
section .LocalSpecialty ul li a,
section .StarHotel ul li a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: -20px;
  bottom: 30px;
  background-color: #009944;
  color: #ffffff;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  opacity: 0.4;
}
section .LocalSpecialty ul li:hover figure img,
section .StarHotel ul li:hover figure img {
  transform: scale(1.1);
}
section .LocalSpecialty ul li:hover a,
section .StarHotel ul li:hover a {
  opacity: 1;
}
section .TourismServices {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 35px;
  background-color: #ffffff;
  position: relative;
}
section .TourismServices figure {
  width: 100%;
  overflow: hidden;
}
section .TourismServices figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .TourismServices p {
  width: 70%;
  margin-left: 30%;
  margin-top: 30px;
  color: #707070;
  line-height: 26px;
}
section .TourismServices .TourismServicesAddress {
  padding: 20px 60px 20px 20px;
  position: absolute;
  left: 60px;
  bottom: 40px;
  background-color: #009944;
  color: white;
}
section .TourismServices .TourismServicesAddress h2 {
  font-size: 30px;
}
section .TourismServices .TourismServicesAddress span {
  display: block;
  opacity: 0.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section .TourismServices .TourismServicesAddress p {
  color: white;
  width: 100%;
  margin: 0;
  font-size: 14px;
}
section .TourismServicesImg {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 100px 200px;
  background-color: #ffffff;
}
section .TourismServicesImg figure {
  width: 100%;
  overflow: hidden;
}
section .TourismServicesImg figure img {
  width: 100%;
}
section .TravelTips {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 40px;
  background-color: #ffffff;
}
section .TravelTips ul {
  width: 100%;
}
section .TravelTips ul li {
  position: relative;
  margin-bottom: 30px;
}
section .TravelTips ul li h2 {
  width: 100%;
  border-bottom: 1px solid #d3dfe6;
}
section .TravelTips ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  color: #ccc;
  cursor: pointer;
}
section .TravelTips ul li div {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #f7f7f7;
  display: none;
}
section .TravelTips ul li div p {
  line-height: 30px;
}
section .ScenicAreaDynamic {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 40px;
  background-color: #ffffff;
}
section .ScenicAreaDynamic ul {
  width: 100%;
}
section .ScenicAreaDynamic ul li {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px #d3dfe6 solid;
  margin-bottom: 30px;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .ScenicAreaDynamic ul li:last-child {
  border-bottom: none;
}
section .ScenicAreaDynamic ul li:hover figure img {
  transform: scale(1.1);
}
section .ScenicAreaDynamic ul li figure {
  width: 30%;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .ScenicAreaDynamic ul li figure img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .ScenicAreaDynamic ul li div {
  width: 65%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .ScenicAreaDynamic ul li div h2 {
  font-size: 18px;
  margin: 10px 0;
  color: #333333;
}
section .ScenicAreaDynamic ul li div p {
  font-size: 14px;
  line-height: 22px;
  color: #a0a0a0;
}
section .ScenicAreaDynamic ul li div span {
  font-size: 14px;
  line-height: 43px;
  color: #a0a0a0;
}
section .ScenicAreaDynamic ul li div a {
  width: 112px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #009944;
  border: 1px solid #009944;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .ScenicAreaDynamic ul li div a:hover {
  color: #ffffff;
  background-color: #009944;
}
section .ScenicAreaDynamicDetails {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 40px 30px;
  background-color: #ffffff;
}
section .ScenicAreaDynamicDetails .title {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px #d3dfe6 solid;
  margin-bottom: 20px;
}
section .ScenicAreaDynamicDetails .title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #313131;
  margin-bottom: 10px;
}
section .ScenicAreaDynamicDetails .title span {
  font-size: 14px;
  line-height: 22px;
  color: #a0a0a0;
  margin-right: 10px;
}
section .ScenicAreaDynamicDetails .content {
  width: 96%;
  margin: 0 auto;
}
section .ScenicAreaDynamicDetails .content p {
  margin-bottom: 20px;
  line-height: 24px;
  color: #707070;
}
section .ScenicAreaDynamicDetails .content img {
  display: block;
  margin: 0 auto 20px;
}
section .contactUS {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  background-color: #ffffff;
  padding: 40px;
}
section .contactUS #map {
  position: relative;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .contactUS #map .addressicon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .contactUS #container {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin: 0;
  font-family: "微软雅黑";
}
section .contactUS .contactUS-icon {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: -40px auto 0;
  justify-content: space-evenly;
  border-bottom: 1px solid #d3dfe6;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
section .contactUS .contactUS-icon li {
  width: 31%;
  text-align: center;
}
section .contactUS .contactUS-icon li figure {
  width: 100%;
  overflow: hidden;
}
section .contactUS .contactUS-icon li h3 {
  margin: 10px 0;
  font-weight: bold;
}
section .contactUS .contactUS-icon li p {
  word-wrap: break-word;
}
section .contactUS p {
  width: 90%;
  margin: 0 auto;
  line-height: 26px;
  color: #434343;
}
section .contactUS .hotline {
  width: 90%;
  margin: 30px auto;
}
section .contactUS .hotline .title {
  margin: 30px 0 15px;
}
section .contactUS .hotline .title span {
  font-weight: bold;
  margin-left: 5px;
}
section .contactUS .hotline ul {
  width: 100%;
  flex-wrap: wrap;
}
section .contactUS .hotline ul li {
  width: 50%;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  border: 1px solid #009944;
  padding: 20px;
}
section .contactUS .hotline ul li:nth-child(2n) {
  border-left: none;
  border-bottom: none;
}
section .contactUS .hotline ul li:nth-child(2n+1) {
  border-bottom: none;
}
section .contactUS .hotline ul li:last-child,
section .contactUS .hotline ul li:nth-child(11) {
  border-bottom: 1px solid #009944;
}
section .MessageFeedback {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 70px;
  background-color: #ffffff;
}
section .MessageFeedback .messageTitle {
  width: 100%;
}
section .MessageFeedback .messageTitle h2 {
  font-size: 20px;
  font-weight: bold;
}
section .MessageFeedback .messageTitle p {
  font-size: 14px;
  margin-bottom: 30px;
}
section .MessageFeedback .message-input {
  width: 48%;
}
section .MessageFeedback .message-input input {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  outline: none;
  border: 1px solid #e5e5e5;
  transition: all 0.4s;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .MessageFeedback .message-input input:last-child {
  margin-bottom: 0;
}
section .MessageFeedback .message-input input:hover {
  border: 1px solid #009944;
}
section .MessageFeedback .message-textarea {
  width: 48%;
}
section .MessageFeedback .message-textarea textarea {
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 18px;
  outline: none;
  border: 1px solid #e5e5e5;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  resize: none;
}
section .MessageFeedback .message-textarea textarea:hover {
  border: 1px solid #009944;
}
section .MessageFeedback button {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  outline: none;
  border: none;
  background-color: #009944;
  color: #ffffff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
}
section .MessageFeedback button:hover {
  background-color: #168553;
}
