﻿html,
body {
  width: 100%;
  background: url(../images/indexImg/bottomShelfBg.png) repeat;
  font-size: calc(10/1920*100vw);
}

.cultural {
  margin-top: 9rem;
}

.cultural .cul-bg {
  width: 140rem;
  height: auto;
  margin: 0 auto 10rem;
}

.cultural .cul-bg .Highlights {
  margin-bottom: 7.5rem;
}

.cultural .cul-bg .Highlights h4 {
  font-size: 4.8rem;
  color: #091b14;
  text-align: center;
  font-weight: bold;
}

/* 本例子css */
.cul-banner {
  position: relative;
}

.cul-banner .swiper-pagination {
  width: 100%;
  height: 1.6rem;
  margin-top: 2.4rem;
  overflow: hidden;
  text-align: center;
  position: static;
}

.cul-banner .hd ul li {
  display: inline-block;
  margin-right: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(190, 198, 192, .4);
  border-radius: 1.6rem;
  cursor: pointer;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin-right: 2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(190, 198, 192, .4);
  border-radius: 1.6rem;
  cursor: pointer;
  outline: none;
}

.cul-banner .hd ul li.on {
  background: #53B77F;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #53B77F;
}

.swiper-pagination-bullet-active {
  background: #53B77F;
}

.cul-bg .wooden {
  margin-top: 3.2rem;
  margin-bottom: 10rem;
  position: relative;
}

.cul-bg .wooden .bd {
  width: 100%;
  height: 49.3rem;
  overflow: hidden;
}

.cul-banner .thematic {
  border-radius: 1.6rem;
  height: 53rem;
  overflow: hidden;
}

.cul-banner .thematic ul li {
  width: 140rem;
  height: 53rem;
  position: relative;
}

.cul-banner .thematic ul li img {
  width: 100%;
  height: 53rem;
  border-radius: 1.6rem;
  object-fit: cover;
}

.cul-banner .thematic ul li .content {
  display: none;
}

.cul-banner .thematic ul li .layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}

.cul-banner .thematic .swiper-button {
  display: none;
}

.cul-bg .wooden .swiper-button span {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 38%;
  transform: translate(0%, -50%);
  z-index: 9;
  border-radius: 4.8rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

.cul-bg .wooden span.swiper-button-prev {
  left: -7rem;
  background: #fff;
}

.cul-bg .wooden span.swiper-button-prev i {
  width: 2rem;
  height: 2rem;
  background: url(../images/indexImg/cultureArrLeft.png) no-repeat;
  background-size: 100% 100%;
}

.cul-bg .wooden span.swiper-button-prev:hover {
  background: #53B77F;
}

.cul-bg .wooden span.swiper-button-prev:hover i {
  background: url(../images/indexImg/cultureArrLeftHover.png) no-repeat;
  background-size: 100% 100%;
}

.cul-bg .wooden span.swiper-button-next {
  right: -7.5rem;
  background: #fff;
}

.cul-bg .wooden span.swiper-button-next i {
  width: 2rem;
  height: 2rem;
  background: url(../images/indexImg/cultureArrRight.png) no-repeat;
  background-size: 100% 100%;
}

.cul-bg .wooden span.swiper-button-next:hover {
  background: #53B77F;
}

.cul-bg .wooden span.swiper-button-next:hover i {
  background: url(../images/indexImg/cultureArrRightHover.png) no-repeat;
  background-size: 100% 100%;
}

.cul-bg .wooden .swiper-button span::after {
  display: none;
}

.cul-bg .wooden .wooden-swiper {
  height: auto;
  overflow: hidden;
}

.cul-bg .wooden ul {
  width: 100%;
  height: auto;
}

.cul-bg .wooden ul li {
  width: 68.5rem;
  height: 49.3rem;
  float: left;
  background: #fff;
  overflow: hidden;
  border-radius: 1.6rem;
  margin-right: 3rem;
}

.cul-bg .wooden ul li .cover {
  width: 100%;
  height: 38.5rem;
  position: relative;
}

.cul-bg .wooden ul li .cover img {
  width: 100%;
  height: 38.5rem;
  object-fit: cover;
}

.cul-bg .wooden ul li .cover video {
  width: 100%;
  height: 38.5rem;
}

.cul-bg .wooden ul li .layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.cul-bg .wooden ul li .content {
  width: 100%;
  height: 10.8rem;
  box-sizing: border-box;
  padding-left: 2.4rem;
  padding-right: 3.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cul-bg .wooden .textAlienCenter {
  margin: 6rem 0rem 10rem;
}

a.more {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
}

.more img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.more:hover img {
  margin-left: 1rem;
}

.cul-bg .wooden ul li .content .des h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 200%;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cul-bg .wooden ul li .content .des p {
  width: 55rem;
  height: 2rem;
  font-size: 1.4rem;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cul-bg .wooden ul li .content .more {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/indexImg/arrowhead.png) no-repeat;
  background-size: 100% 100%;
}

.cultural .wood {
  width: 184rem;
  height: 75.6rem;
  background: rgba(83, 183, 127, .3);
  border-radius: 0 10rem 0 0;
  margin-top: -55.5rem;
}

.cultural .High-bg {
  width: 185rem;
  height: auto;
  overflow: hidden;
  background: #fff url(../images/culturalImg/HighBg.png) no-repeat right top;
  box-sizing: border-box;
  border-radius: 10rem 0 0 0;
  margin-left: 7rem;
  margin-top: -30rem;
}

.cultural .High-bg .Highlights {
  width: 140rem;
  height: auto;
  overflow: hidden;
  margin: 13rem auto 0;
}

.cultural .High-bg .Highlights h4 {
  font-size: 4.8rem;
  color: #091b14;
  text-align: center;
  font-weight: bold;
}

.High-text {
  margin-top: 7rem;
}

.High-text .hd {
  width: 74rem;
  height: 6.2rem;
  line-height: 6.2rem;
  margin: 0 auto;
}

.High-text .hd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.High-text .hd ul li {
  width: 32rem;
  height: 6.2rem;
  background: #F7F7F9;
  text-align: center;
  font-size: 2.4rem;
  color: #B9C1BB;
  border-radius: 3.1rem;
  cursor: pointer;
  float: left;
  margin-right: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.High-text .hd ul li i {
  width: 0.8rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: url(../images/indexImg/shelfHdBg.png) no-repeat;
  background-size: 100% 100%;
}

.High-text .hd ul li:nth-child(2n) {
  margin-right: 0;
}

.High-text .hd ul li.on {
  color: #fff;
  background: #53B77F;
}

.High-text .hd ul li.on i {
  background: url(../images/indexImg/shelfHdOnBg.png) no-repeat;
  background-size: 100% 100%;
}

.High-text .bd {
  margin-top: 8rem;
}

.High-text .bd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  column-count: 3;
  column-gap: .3rem;
}

.High-text .bd li {
  width: 44.6rem;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 1.6rem;
  break-inside: avoid;
  position: relative;
}

.High-text .bd li .high-layer {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
  position: absolute;
  top: 0;
  left: 0;
}

.High-text .bd li img {
  max-width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}

.High-text .bd li:hover img {
  transform: scale(1.1);
}

.High-text .bd li span {
  width: 10rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 2.4rem 0 2.4rem 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  background: #20B059;
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
}

.High-text .bd li span i {
  width: 0.8rem;
  height: 0.8rem;
  background: #FECF57;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

.high-img a.more {
  width: 18.4rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 2.4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #53B77F;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  transition: all 0.5s;
}

.high-img a.more:hover {
  padding-left: 1rem;
}

.high-img a.more i {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-left: 0.6rem;
  vertical-align: middle;
  background: url(../images/indexImg/cultureArrRightHover.png) no-repeat;
}

/*文化视窗列表*/
.culture {
  width: 140rem;
  height: auto;
  margin: 12rem auto;
}

.culture .hd {
  width: 140rem;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.culture .hd ul {
  width: 72.4rem;
  height: 11rem;
  line-height: 11rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.culture .hd ul li {
  width: 35rem;
  height: 11rem;
  background: #fff;
  text-align: center;
  font-size: 4.2rem;
  color: #B9C1BB;
  border-radius: 5.5rem;
  cursor: pointer;
  float: left;
  margin-right: 2.4rem;
}

.culture .hd ul li i {
  width: 1.8rem;
  height: 2.4rem;
  background: url(../images/indexImg/cultureHdBg.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 1rem;
}

.culture .hd ul li:nth-child(2n) {
  margin-right: 0;
}

.culture .hd ul li a {
  color: #B9C1BB;
  display: flex;
  justify-content: center;
  align-items: center;
}

.culture .hd ul li.on {
  color: #fff;
  background: #53B77F;
}

.culture .hd ul li.on a {
  color: #fff;
}

.culture .hd ul li.on i {
  background: url(../images/indexImg/cultureHdOnBg.png) no-repeat;
  background-size: 100% 100%;
}

.culture .whzglmlbt {
  margin-top: 10rem;
}

.culture .whzglmlbt>ul li {
  width: 140rem;
  height: 53rem;
  overflow: hidden;
  border-radius: 1.6rem;
  margin-bottom: 3rem;
  position: relative;
}

.culture .whzglmlbt>ul li img {
  width: 140rem;
  height: 53rem;
  border-radius: 1.6rem;
  object-fit: cover;
}

.culture .whzglmlbt>ul li .img-layer {
  width: 140rem;
  height: 53rem;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  left: 0;
}

.culture .wgzgggw {
  margin-top: 9rem;
}

.culture .wgzgggw>ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.culture .wgzgggw>ul li {
  width: 68.5rem;
  height: 49.3rem;
  float: left;
  background: #fff;
  overflow: hidden;
  border-radius: 1.6rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  float: left;
}

.culture .wgzgggw>ul li:nth-child(2n) {
  margin-right: 0;
}

.culture .wgzgggw>ul li .cover {
  width: 100%;
  height: 38.5rem;
  position: relative;
}

.culture .wgzgggw>ul li .cover img {
  width: 100%;
  height: 38.5rem;
  object-fit: cover;
}

.culture .wgzgggw>ul li .cover video {
  width: 100%;
  height: 38.5rem;
}

.culture .wgzgggw>ul li .layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.culture .wgzgggw>ul li .content {
  width: 100%;
  height: 10.8rem;
  box-sizing: border-box;
  padding-left: 2.4rem;
  padding-right: 3.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture .wgzgggw>ul li .content .des h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 200%;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.culture .wgzgggw>ul li .content .des p {
  width: 55rem;
  height: 2rem;
  font-size: 1.4rem;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.culture .wgzgggw .news-container>ul{
  width:100%;
  height:auto;
  overflow:hidden;
}
.culture .wgzgggw .news-container>ul li{
  width:68.5rem;
  height:49.3rem;
  float:left;
  background:#fff;
  overflow:hidden;
  border-radius:1.6rem;
  margin-right:3rem;
  margin-bottom:3rem;
  float:left;
}
.culture .wgzgggw .news-container>ul li:nth-child(2n){
  margin-right:0;
}
.culture .wgzgggw .news-container>ul li .images{
  width:100%;
  height:38.5rem;
  position:relative;
}
.culture .wgzgggw .news-container>ul li .images img{
  width:100%;
  height:38.5rem;
  object-fit: cover;
}
.culture .wgzgggw .news-container>ul li .images video{
  width:100%;
  height:38.5rem;
}
.culture .wgzgggw .news-container>ul li .layer{
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.1);
  position:absolute;
  left:0;
  top:0;
}
.culture .wgzgggw .news-container>ul li .content{
  width:100%;
  height:10.8rem;
  box-sizing: border-box;
  padding-left:2.4rem;
  padding-right:3.6rem;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.culture .wgzgggw .news-container>ul li .content .text .date,.culture .wgzgggw .news-container>ul li .content .text .time{
  display:none;
}
.culture .wgzgggw .news-container>ul li .content .text .title{
  font-size:1.8rem;
  font-weight:bold;
  line-height:200%;
  color:#121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.culture .wgzgggw .news-container>ul li .content .text .info{
  width:55rem;
  height:2rem;
  font-size:1.4rem;
  color:#777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.culture .wgzgggw .news-container>ul li .content .arrow{
  width:2.4rem;
  height:2.4rem;
  display:block;
  background:url(../images/mImages/arrowhead.png) no-repeat;
  background-size:100% 100%;
}
.culture .wgzgggw .news-container>ul{
  width:100%;
  height:auto;
  overflow:hidden;
}
.culture .wgzgggw .news-container>ul li{
  width:68.5rem;
  height:49.3rem;
  float:left;
  background:#fff;
  overflow:hidden;
  border-radius:1.6rem;
  margin-right:3rem;
  margin-bottom:3rem;
  float:left;
}
.culture .wgzgggw .news-container>ul li:nth-child(2n){
  margin-right:0;
}
.culture .wgzgggw .news-container>ul li .images{
  width:100%;
  height:38.5rem;
  position:relative;
}
.culture .wgzgggw .news-container>ul li .images img{
  width:100%;
  height:38.5rem;
  object-fit: cover;
}
.culture .wgzgggw .news-container>ul li .images video{
  width:100%;
  height:38.5rem;
}
.culture .wgzgggw .news-container>ul li .layer{
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.1);
  position:absolute;
  left:0;
  top:0;
}
.culture .wgzgggw .news-container>ul li .content{
  width:100%;
  height:10.8rem;
  box-sizing: border-box;
  padding-left:2.4rem;
  padding-right:3.6rem;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.culture .wgzgggw .news-container>ul li .content .text .date,.culture .wgzgggw .news-container>ul li .content .text .time{
  display:none;
}
.culture .wgzgggw .news-container>ul li .content .text .title{
  font-size:1.8rem;
  font-weight:bold;
  line-height:200%;
  color:#121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.culture .wgzgggw .news-container>ul li .content .text .info{
  width:55rem;
  height:2rem;
  font-size:1.4rem;
  color:#777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.culture .wgzgggw .news-container>ul li .content .arrow{
  width:2.4rem;
  height:2.4rem;
  display:block;
  background:url(../images/mImages/arrowhead.png) no-repeat;
  background-size:100% 100%;
}


.paging {
  margin: 3rem auto 12rem;
}

.paging ul li:first-child {
  background: #fff url(../images/pagingLeftArrow.png) no-repeat center center;
}

.paging ul li:last-child {
  background: #fff url(../images/pagingRightArrow.png) no-repeat center center;
}

body[data-lang="EN"] .culture .hd ul {
  width: 123rem;
}

body[data-lang="EN"] .culture .hd ul li {
  width: 60rem;
  background: #fff url(../images/indexImg/cultureHdBg.png) no-repeat 3rem center;
}

body[data-lang="EN"] .culture .hd ul li.on {
  background: #53B77F url(../images/indexImg/cultureHdOnBg.png) no-repeat 3rem center;
}

@media (max-width:768px) {

  html,
  body {
    font-size: calc(10/750*100vw);
  }

  .cultural {
    margin-top: 9.6rem;
  }

  .cultural .cul-bg {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .cultural .cul-bg .Highlights {
    margin-bottom: 4.8rem;
  }

  .cul-banner .hd {
    height: 2.6rem;
  }

  .cul-banner .bd {
    height: 26rem;
  }

  .cul-banner .bd ul li {
    width: 100%;
    height: 26rem;
  }

  .cul-banner .bd ul li img {
    height: 26rem;
  }

  .cul-banner .thematic {    
    height: 26rem;
  }
  
  .cul-banner .thematic ul li {
    height: 26rem;
  }
  
  .cul-banner .thematic ul li img {
    height: 26rem;
  }

  .cul-bg .wooden .wooden-swiper {
    height: auto;
    overflow: hidden;
  }

  .cul-bg .wooden ul li {
    height: auto;
  }

  .cul-bg .wooden ul li .content {
    display: block;
    height: 21.6rem;
    padding: 2.8rem 3.6rem;
    box-sizing: border-box;
  }

  .cul-bg .wooden ul li .content .des h4 {
    width: 100%;
    font-size: 3.2rem;
  }

  .cul-bg .wooden ul li .content .des p {
    width: 100%;
    height: auto;
    font-size: 2.8rem;
  }

  .cul-bg .wooden ul li .content .more {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    background: url(../images/mImages/arrowhead.png) no-repeat;
    background-size: 100% 100%;
  }

  .cul-bg .wooden .computer {
    display: none;
  }

  .mobile {
    display: block;
  }

  .cul-bg .wooden .swiper-button {
    width: 100%;
    height: 4.8rem;
    text-align: center;
    margin-top: 3.2rem;
  }

  .cul-bg .wooden .swiper-button>span {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    display: inline-block;
    border-radius: 6rem;
    cursor: pointer;
    position: static;
    transform: translate(0%, 0%);
  }

  .cul-bg .wooden .swiper-button span:hover {
    background: #53B77F;
  }

  .cul-bg .wooden .swiper-button span i {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
  }

  .cul-bg .wooden .swiper-button span {
    background: #fff;
  }

  .cul-bg .wooden .swiper-button span:hover {
    background: #53B77F;
  }

  .cul-bg .wooden .swiper-button span.swiper-button-next i {
    background: url(../images/indexImg/cultureArrRight.png) no-repeat;
    background-size: 100% 100%;
  }

  .cul-bg .wooden .swiper-button span.swiper-button-next:hover i {
    background: url(../images/indexImg/cultureArrRightHover.png) no-repeat;
    background-size: 100% 100%;
  }

  .cul-bg .wooden .swiper-button span.swiper-button-prev i {
    background: url(../images/indexImg/cultureArrLeft.png) no-repeat;
    background-size: 100% 100%;
  }

  .cul-bg .wooden .swiper-button span.swiper-button-prev:hover i {
    background: url(../images/indexImg/cultureArrLeftHover.png) no-repeat;
    background-size: 100% 100%;
  }

  .cul-bg .wooden .textAlienCenter {
    margin: 3.2rem 0 9.6rem;
  }

  .textAlienCenter .specialBtn {
    width: 36.8rem;
    height: 9.6rem;
    line-height: 9.6rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 3.2rem;
    background: #53B77F;
    border-radius: 4.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1.2rem;
    margin: 6.4rem auto 0;
  }

  .textAlienCenter .specialBtn i {
    width: 5rem;
    height: 4.8rem;
    display: inline-block;
    background: url(../images/mImages/arrows.png) no-repeat;
    background-size: 100% 100%;
  }

  .cultural .wood {
    width: 100%;
    height: 65.6rem;
  }

  .cultural .High-bg {
    width: 100%;
    margin-left: 0;
    margin-top: -10rem;
  }

  .cultural .High-bg .Highlights {
    width: 100%;
    margin: 9.6rem auto;
  }

  .cultural .High-bg .Highlights h4 {
    font-size: 5.2rem;
  }

  .High-text {
    margin-top: 4.8rem;
  }

  .High-text .hd {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .High-text .hd ul li {
    width: 31rem;
    height: 8rem;
    font-size: 3.2rem;
    border-radius: 4rem;
    background: #F7F7F9;
  }

  .High-text .hd ul li i {
    width: 1.2rem;
    height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem;
    background: url(../images/indexImg/shelfHdBg.png) no-repeat;
    background-size: 100% 100%;
  }

  .High-text .hd ul li.on {
    background: #53B77F;
  }

  .High-text .hd ul li.on i {
    background: url(../images/indexImg/shelfHdOnBg.png) no-repeat;
    background-size: 100% 100%;
  }

  .High-text .bd {
    margin-top: 10rem;
  }
.masonry {
    width: 68.4rem;
}
  .columnImgWrap .columnImg {
    /* width: 68.4rem;
    column-count: 2; */
  }

  .columnImgWrap .columnImg .item {
    margin-bottom: 2rem;
    border-radius: 2.4rem;
  }

  .columnImgWrap .textAlienCenter {
    margin-top: 6.4rem;
    margin-bottom: 0;
  }

  body[data-lang="EN"] .High-text .hd ul li {
    background: #F7F7F9;
  }

  body[data-lang="EN"] .High-text .hd ul li.on {
    background: #53B77F;
  }

  .culture {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
    margin: 9.6rem auto;
  }

  .culture .hd {
    width: 100%;
  }

  .culture .hd ul {
    width: 100%;
    height: 8rem;
    line-height: 8rem;
  }

  body[data-lang="EN"] .culture .hd ul {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    white-space: nowrap;
    border-radius: 0;
    padding: 0 3.2rem;
  }

  body[data-lang="EN"] .culture .hd ul::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
  }

  body[data-lang="EN"] .culture .hd ul::-webkit-scrollbar-corner {
    background: #53B77F;
  }

  body[data-lang="EN"] .culture .hd ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.1rem;
  }

  .culture .hd ul li {
    width: 28rem;
    height: 8rem;
    display: inline-block;
    float: none;
    background: #fff;
  }

  body[data-lang="EN"] .culture .hd ul li {
    width: auto;
    padding: 0 6.4rem;
    box-sizing: border-box;
    background: #fff;
  }

  .culture .hd ul li i {
    width: 1.8rem;
    height: 2.4rem;
    background: url(../images/indexImg/cultureHdBg.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 1.2rem;
  }

  .culture .hd ul li.on {
    background: #53B77F;
  }

  .culture .hd ul li.on i {
    background: url(../images/indexImg/cultureHdOnBg.png) no-repeat;
    background-size: 100% 100%;
  }

  body[data-lang="EN"] .culture .hd ul li.on {
    background: #53B77F;
  }

  .culture .wgzgggw .news-container>ul li {
    height: auto;
  }

  .culture .wgzgggw .news-container>ul li .content {
    display: block;
    height: auto;
    padding: 2.8rem 3.6rem;
    box-sizing: border-box;
  }

  .culture .wgzgggw .news-container>ul li .content .text {
    float: none;
  }

  .culture .wgzgggw .news-container>ul li .content .text .title {
    width: 100%;
    font-size: 3.2rem;
  }

  .culture .wgzgggw .news-container>ul li .content .text .info {
    width: 100%;
    height: auto;
    font-size: 2.8rem;
    line-height: 200%;
  }

  .culture .wgzgggw .news-container>ul li .content .arrow {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    background: url(../images/mImages/arrowhead.png) no-repeat;
    background-size: 100% 100%;
  }

  .culture .whzglmlbt>ul li {
    width: 100%;
    height: 26rem;
  }

  .culture .whzglmlbt>ul li img {
    width: 100%;
    height: 26rem;
  }
  .culture .whzglmlbt>ul li .img-layer{
    width:100%;
    height:26rem;
  }
}

@media (min-width:1920px) {
  .cultural .wood {
    width: calc(100% - 7rem);
  }

  .cultural .High-bg {
    width: calc(100% - 7rem);
  }
}