body {
  display: block;
}

.body-contianer .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0;
  height: auto;
}

.body-contianer .biger_title {
  font-size: 4.4rem;
  color: #098e9f;
}

.body-contianer .biger_text {
  font-weight: bold;
  font-size: 9.4rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.community-introduction {
  width: 100%;
  /*height: 65vh;*/
  position: relative;
  overflow: hidden;
}

.community-introduction .left {
  width: 65%;
  padding: 4.5% 5% 5% 6.5%;
  position: relative;
}

.community-introduction .left h4 {
  font-size: 6rem;
  color: #098e9f;
  margin-bottom: 2rem;
}

.community-introduction .left .intro_text {
  font-size: 1.6rem;
  color: #333333;
  line-height: 2.8rem;
  margin-bottom: 5.6rem;
  width: 80%;
}

.community-introduction .left .intro_label {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 33%);
}

.community-introduction .left .intro_label > li {
  font-size: 1.6rem;
  color: #333333;
  margin-bottom: 1.2rem;
}

.community-introduction .right_img {
  width: 100%;
  height: 100%;
  background: url(../images/community/intro_bg.jpg) no-repeat right;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.community-introduction .right_img .icon {
  width: 50%;
  height: 100%;
  background: url(../images/community/intro_icon.jpg) no-repeat bottom #ffffff;
  background-size: 100% auto;
  position: absolute;
  right: 40%;
  bottom: 0;
  z-index: -1;
}

.moment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /*height: 90vh;*/
  padding: 5% 0 4% 0;
  background: #f7f7f7;
}

.moment .biger_title {
  font-size: 4.4rem;
  color: #000;
}

.moment .moment_box {
  width: 90%;
  height: 75%;
  margin-top: 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project_detail_list .moment_box {
  margin: 0;
}
.project_detail_list .moment_box .project_p {
  text-align: center;
  margin: 1.6rem 0 3.5rem;
  font-size: 1.8rem;
}

.moment .moment_box .moment_item {
  width: calc(25% - 1.4rem);
  margin: 0 0 1.8rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.moment .moment_box .moment_item .img {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.moment .moment_box .moment_item .img img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}

.moment .moment_box .moment_item .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.moment .moment_box .moment_item .content {
  width: 100%;
  /*height: 35%;*/
  background: #ffffff;
  padding: 3% 4%;
}

.moment .moment_box .moment_item .content .title {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.moment .moment_box .moment_item .content .text {
  font-size: 1.3rem;
  color: #666666;
  line-height: 2.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.moment .button {
  width: 20rem;
  height: 5rem;
  background: #098e9f;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.thank {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5% 0 6% 0;
  background: url(../images/community/thank_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.thank .swiper-thank {
  width: 80%;
  margin-top: 6%;
  height: 50vh;
  min-height: 450px;
  /* max-height: 600px; */
}

/* .thank .swiper-thank .swiper-wrapper {
  height: auto;
} */

.thank .swiper-thank .swiper-slide {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  overflow: hidden;
}

.thank .swiper-thank .swiper-slide .img {
  width: 20%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.thank .swiper-thank .swiper-slide .img img {
  width: 100%;
  height: auto;
  /* padding: 20% 0; */
  /* transition: all 0.6s; */
}
/* .thank .swiper-thank .swiper-slide .img:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
} */

.thank .swiper-thank .swiper-slide .swiper-content {
  width: 70%;
  height: auto;
  padding: 3% 2% 3% 0;
  margin-left: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #ffffff;
}

.thank .swiper-thank .swiper-slide .swiper-content img {
  width: 150px;
  display: none;
}

.thank .swiper-thank .swiper-slide .swiper-content .title {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
  /* overflow-x: hidden; */
  /* overflow-y: visible; */
}

.thank .swiper-thank .swiper-slide .swiper-content .title h6 {
  font-size: 2.2rem;
  color: #098e9f;
  white-space: nowrap;
}

.thank .swiper-thank .swiper-slide .swiper-content .title .line {
  width: 100%;
  height: 3rem;
  margin-left: 3rem;
  background: url(../images/space/xuxian_bg.png);
}
.thank .swiper-thank .swiper-slide .swiper-content p span {
  font-size: 1.6rem !important;
  color: #000000;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.thank .swiper-thank .swiper-slide .swiper-content p br {
  display: none;
}

.thank .swiper-thank .swiper-slide .swiper-content .s_color {
  color: #098e9f;
  font-weight: bold;
}

.thank .swiper-thank .swiper-slide .swiper-content .s_margin {
  margin: 2rem 0 1rem 0;
}

.thank .swiper-thank .swiper-slide .swiper-content .s_blod {
  font-weight: bold;
}

.thank .swiper-thank .swiper-slide .swiper-content .end_text {
  font-size: 1.6rem;
  color: #098e9f;
}

.swiper-bottom {
  width: 80%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.swiper-bottom .swiper-count {
  font-size: 1.8rem;
  color: #098e9f;
  line-height: 2.8rem;
  margin: 0 8%;
}

.swiper-bottom .swiper-button-prev {
  width: 6rem;
  height: 6rem;
  position: static;
  margin-top: 0;
  background-image: url(../images/index/banner_left.png);
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-bottom .swiper-button-next {
  width: 6rem;
  height: 6rem;
  position: static;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../images/index/banner_right.png);
}

.brand {
  width: 100%;
  padding: 4% 0 5% 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.brand .brand_box {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8%;
}

.brand .brand_box .brand_box_item {
  width: 12.5%;
  height: 100%;
  overflow: hidden;
}

.brand .brand_box img {
  width: 100%;
  height: auto;
  max-width: 24rem;
  max-height: 14rem;
  transition: all 0.6s;
}
.brand .brand_box .brand_box_item:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cooperate {
  width: 100%;
  /* height: 60vh; */
  background: url(../images/community/cooperate_bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.cooperate .box {
  width: 66rem;
  background: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3%;
  margin: 4% 0 4% 6%;
}

.cooperate .box::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 30%;
  height: 26%;
  background: transparent;
  border-top: 2rem solid #098e9f;
  border-right: 2rem solid #098e9f;
}

.cooperate .header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0;
  height: auto;
}

.cooperate .biger_title {
  font-size: 4.4rem;
  color: #000;
  position: absolute;
}

.cooperate .biger_text {
  font-weight: bold;
  font-size: 7.8rem;
  color: rgba(0, 0, 0, 0.05);
  position: static;
}

.cooperate .content {
  width: 100%;
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.8rem;
  margin: 1rem 0;
}

.cooperate .buttons {
  width: 100%;
  height: 8rem;
  background: #ffffff;
  border: 2px solid #098e9f;
  font-size: 1.6rem;
  color: #098e9f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperate .buttons > img {
  margin-right: 1.6rem;
}
