.main-park {
  color: #000;
}

.park-banner .img-box {
  padding-bottom: 26.04167%;
}

.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.park-block1 {
  padding: 70px 0 0;
  display: flex;
}

.park-block1 .park-swiper-box {
  box-sizing: border-box;
  padding: 0 36px;
  width: 50%;
}

.park-block1 .park-swiper-box .top-swiper {
  margin-bottom: 60px;
}

.park-block1 .park-swiper-box .top-swiper .img-box {
  padding-bottom: 69.38462%;
}

.park-block1 .park-swiper-box .bot-swiper {
  position: relative;
}

.park-block1 .park-swiper-box .bot-swiper .img-box {
  padding-bottom: 66.66667%;
}

.park-block1 .park-swiper-box .bot-swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid transparent;
}

.park-block1 .park-swiper-box .bot-swiper .swiper-slide-thumb-active {
  border-color: #000;
}

.park-block1 .park-swiper-box .swiper-button-next, .park-block1 .park-swiper-box .swiper-button-prev {
  background: none;
}

.park-block1 .park-swiper-box .swiper-button-next .iconfont, .park-block1 .park-swiper-box .swiper-button-prev .iconfont {
  font-size: 24px;
}

.park-block1 .park-swiper-box .swiper-button-next {
  right: 0;
  margin-right: -30px;
}

.park-block1 .park-swiper-box .swiper-button-prev {
  left: 0;
  margin-left: -30px;
}

.park-block1 .block1-text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5%;
  text-transform: capitalize;
}

.park-block1 .block1-text h3 {
  margin-bottom: 24px;
}

.park-block1 .block1-text .text-p {
  color: #666;
}

.park-block1 .block1-text .text-p p {
  margin-bottom: 12px;
}

.park-block1 .block1-text .text-p em {
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
}

.park-block1 .block1-text .park-more {
  padding-top: 24px;
}

.park-more a, .park-more .a-btn {
  display: inline-block;
  border: 1px solid black;
  padding: 12px 38px;
}

.park-more a:hover:hover, .park-more .a-btn:hover:hover {
  background-color: black;
  color: #FFF;
}

.park-more.dark a, .park-more.dark .a-btn {
  background-color: #000;
  color: #fff;
}

.park-more.white a, .park-more.white .a-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #999;
}

.park-title {
  text-transform: capitalize;
  margin: 100px 0 30px;
}

.park-title .sub-tt {
  margin: 20px 0 0;
  color: #686868;
  max-width: 80%;
}

.park-title.t-cen {
  text-align: center;
}

.park-title.t-cen .sub-tt {
  margin-left: auto;
  margin-right: auto;
}

.park-block2 .text {
  color: #666;
}

.park-block2 .park-more {
  margin: 16px 0 0;
}

.park-list {
  text-transform: capitalize;
}

.park-list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.park-list .imgshow img {
  width: 100%;
}

.park-list li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.park-list li {
  margin-bottom: 78px;
}

.park-list .p-item {
  display: block;
}

.park-list .p-item:hover {
  color: #000;
}

.park-list p {
  color: #686868;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.park-list h3 {
  margin: 20px 0 5px;
}

.park-list .park-more {
  margin: 16px 0 0;
}

.park-block4 {
  position: relative;
}

.park-block4.hasbg {
  background-color: #F6F6F6;
  padding: 1px 0;
}

.park-block4 .blockpage {
  position: relative;
  height: 30px;
  margin: 50px 0 55px;
  text-align: center;
}

.park-block4 .blockpage .swiper-pagination {
  width: 100%;
}

.park-block4 .blockpage .swiper-pagination-bullet {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
}

.park-block4 .blockpage .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.park-block4 .blockpage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #70D2EB;
}

.park-block4 .blockpage .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #70D2EB;
}

.park-block4 .block4-swiper {
  position: relative;
}

.park-block4 .block4-swiper .swiper-button-next, .park-block4 .block4-swiper .swiper-button-prev {
  background: none;
  top: 30%;
}

.park-block4 .block4-swiper .swiper-button-next .iconfont, .park-block4 .block4-swiper .swiper-button-prev .iconfont {
  font-size: 32px;
}

.park-block4 .block4-swiper .swiper-button-next {
  right: 0;
  margin-right: -36px;
}

.park-block4 .block4-swiper .swiper-button-prev {
  left: 0;
  margin-left: -36px;
}

.park-block4 .park-list .text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.park-block5 {
  background-color: #F6F6F6;
  padding: 1px 0 100px;
}

.block5-list {
  color: #666;
}

.block5-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.block5-list .imgshow img {
  width: 100%;
}

.block5-list li {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}

.block5-list .icon {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.block5-list h3 {
  color: #000;
  margin: 8px 0 4px;
}

.block5-list .b-item {
  text-align: center;
}

.block6-list .img-box {
  padding-bottom: 56.71642%;
}

.block6-list .b-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.block6-list .b-item .imgshow {
  width: 46%;
}

.block6-list .b-item .imgshow .img-box {
  padding-bottom: 56.71642%;
}

.block6-list .b-item .text {
  width: 54%;
  box-sizing: border-box;
  padding: 0 5%;
}

.block6-list .b-item .text-p {
  margin: 18px 0 24px;
}

.block6-list li {
  padding: 70px 0;
}

.block6-list li:nth-child(2) {
  background-color: #F6F6F6;
}

.block6-list li:nth-child(2) .b-item {
  flex-direction: row;
}

.park-block7 {
  background-color: #F6F6F6;
  padding: 1px 0 100px;
}

.block7-list {
  color: #666;
  padding: 0 8vw;
}

.block7-list .img-box {
  padding-bottom: 63.15789%;
}

.block7-list ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.block7-list .imgshow img {
  width: 100%;
}

.block7-list li {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

.block7-list .text {
  margin: 16px 0 0;
}

.block8-list {
  color: #666;
  padding: 0 8vw;
}

.block8-list .img-box {
  padding-bottom: 63.15789%;
}

.block8-list ul {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.block8-list .imgshow img {
  width: 100%;
}

.block8-list li {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

.block8-list .text h3 {
  color: #000;
  margin: 5px 0 8px;
}

.block9-list {
  padding: 0 0 65px;
}

.block9-list li {
  margin-bottom: 35px;
}

.block9-list .b-item {
  border: 1px solid #CCCCCC;
  padding: 15px 45px;
  display: flex;
  align-items: center;
}

.block9-list .b-item .imgshow {
  width: 34%;
}

.block9-list .b-item h3 {
  text-transform: capitalize;
}

.block9-list .b-item .text {
  width: 66%;
  box-sizing: border-box;
  padding: 0 45px;
}

.block9-list .b-item .text-p {
  margin: 20px 0 30px;
  color: #929292;
}

.block9-list .b-item .t-btns {
  display: flex;
}

.block9-list .b-item .t-btns > div {
  margin-right: 20px;
}

.park-block10 {
  position: relative;
}

.park-block10 .img-box {
  padding-bottom: 26.04167%;
}

.park-block10 .block10-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  display: flex;
  align-items: center;
}

.park-block10 .block10-content .text {
  text-align: center;
}

.park-block10 .block10-content h3 {
  text-transform: capitalize;
}

.park-block10 .block10-content .text-p {
  margin: 12px 0 24px;
}

.park-block10 .park-more {
  text-transform: uppercase;
}

.block11-tabbox {
  margin: 0 8vw;
  border-radius: 4px;
  border: 1px solid #DFDFDF;
  padding: 0 20px 5px;
}

.block11-tabbox .tab-item {
  margin: 0 0 50px;
}

.block11-tabbox .tab-item a {
  color: #333;
  position: relative;
  margin-right: 48px;
  padding: 16px 0;
  display: inline-block;
  text-transform: capitalize;
}

.block11-tabbox .tab-item a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #333333;
  opacity: 0;
}

.block11-tabbox .tab-item a.cur:after {
  opacity: 1;
}

.block11-imglist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.block11-imglist .imgshow img {
  width: 100%;
}

.block11-imglist li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.block11-imglist li {
  margin-bottom: 30px;
}

.block11-imglist li .imgshow {
  border-radius: 25px;
  overflow: hidden;
}

.block11-imglist li .imgshow {
  display: block;
}

.tableScroll {
  margin-bottom: 30px;
}

.tableScroll table {
  width: 100%;
}

.tableScroll td, .tableScroll th {
  padding: 0.7em 1em;
  border: 1px solid #ddd;
}

.tableScroll tr:nth-child(odd) td {
  background-color: #f1f1f1;
}

.park-block12 {
  background-color: #F6F6F6;
  margin: 100px 0;
}

.park-block12 .text {
  color: #333;
}

.park-block12 .text p {
  color: #686868;
  font-style: italic;
}

.park-block12 .block12-swiper {
  padding: 70px 8vw;
  position: relative;
}

.park-block12 .block12-swiper > .swiper-button-prev, .park-block12 .block12-swiper > .swiper-button-next {
  top: 30%;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
}

.park-block12 .block12-swiper > .swiper-button-prev .iconfont, .park-block12 .block12-swiper > .swiper-button-next .iconfont {
  font-weight: bold;
  color: #000;
  font-size: 44px;
}

.park-block12 .block12-swiper .swiper-pagination {
  position: initial;
  margin: 0 32px;
}

.park-block12 .swiper-slide {
  padding: 0 8vw;
  box-sizing: border-box;
  text-align: center;
}

.park-block12 .swiper-slide .text p {
  margin: 10px 0;
}

.park-block12 h3 {
  text-transform: capitalize;
}

.park-block12 .block12-page {
  margin: 36px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.park-block12 .block12-page .swiper-button-prev, .park-block12 .block12-page .swiper-button-next {
  position: initial;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
}

.park-block12 .block12-page .swiper-button-prev .iconfont, .park-block12 .block12-page .swiper-button-next .iconfont {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.park-block12 .block12-page .swiper-pagination {
  position: initial;
  margin: 0 32px;
}

.park-block12 .block12-page .swiper-pagination-bullet {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #efefef;
  color: #000;
  line-height: 34px;
  margin: 0 4px;
}

.park-block12 .block12-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #FFF;
  background-color: #70D2EB;
}

.park-block14 .related-siwper .p-item {
  border: none;
}

.park-block14 .related-siwper {
  position: relative;
  margin: 0 8vw;
}

.park-block14 .related-siwper .swiper-button-prev, .park-block14 .related-siwper .swiper-button-next {
  top: 30%;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
}

.park-block14 .related-siwper .swiper-button-prev .iconfont, .park-block14 .related-siwper .swiper-button-next .iconfont {
  color: #000;
  font-size: 38px;
}

.park-block14 .related-siwper .swiper-button-prev {
  left: 0;
  margin-left: -50px;
}

.park-block14 .related-siwper .swiper-button-next {
  right: 0;
  margin-right: -50px;
}

@media screen and (max-width: 1466px) {
  .m-width-1440 {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1366px) {
  .m-width-1440 {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .park-block10 .block10-content {
    position: relative;
    background-color: black;
    padding: 20px;
  }
  .park-block1 {
    display: block;
    padding: 32px 0 0;
  }
  .park-block1 .park-swiper-box {
    width: 100%;
  }
  .park-block1 .block1-text {
    padding-left: 0;
    width: 100%;
    margin: 20px 0 0;
  }
  .park-block1 .park-swiper-box .top-swiper {
    margin-bottom: 20px;
  }
  .f-34 {
    font-size: 24px;
  }
  .park-title {
    margin: 50px 0 24px;
  }
  .f-40 {
    font-size: 24px;
  }
  .park-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .park-more a, .park-more .a-btn {
    font-size: 12px;
    padding: 12px;
  }
  .park-block4 .block4-swiper {
    padding: 0 40px;
  }
  .park-block4 .block4-swiper .swiper-button-next {
    margin-right: 0;
  }
  .park-block4 .block4-swiper .swiper-button-prev {
    margin-left: 0;
  }
  .park-title .sub-tt {
    max-width: 100%;
  }
  .block5-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .park-block5 {
    padding: 1px 0 32px;
  }
  .block6-list .b-item {
    display: block;
  }
  .block6-list .b-item .imgshow, .block6-list .b-item .text {
    width: 100%;
  }
  .block6-list .b-item .text {
    padding: 0;
    margin: 20px 0 0;
  }
  .block7-list {
    padding: 0;
  }
  .park-block7 {
    padding: 1px 0 50px;
  }
  .block8-list {
    padding: 0;
  }
  .block8-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .block9-list .b-item {
    display: block;
    padding: 12px;
  }
  .block9-list .b-item .imgshow, .block9-list .b-item .text {
    width: 100%;
  }
  .block9-list .b-item .text {
    padding: 0;
    margin: 12px 0 0;
  }
  .block9-list {
    padding: 0 0 24px;
  }
  .tableScroll {
    overflow-x: auto;
  }
  .tableScroll table {
    min-width: 600px;
  }
  .tableScroll td, .tableScroll th {
    padding: 6px;
  }
  .block11-tabbox {
    margin: 0;
  }
  .block11-tabbox .tab-item a {
    margin-right: 6px;
  }
  .block11-tabbox .tab-item {
    margin-bottom: 12px;
  }
  .block11-tabbox {
    padding: 0 10px 5px;
  }
  .park-block12 {
    margin: 50px 0;
  }
}
