.index1 {
  padding: 138px 0 56px;
  position: relative;
  z-index: 1;
}
.index1 .bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index1 .top .title {
  text-align: center;
}
.index1 .top .title .p1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px;
}
.index1 .top .title .p2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index1 .top .index_search {
  margin: 37px 0 0;
  position: relative;
}
.index1 .top .index_search input {
  height: 50px;
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  padding: 0 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent;
}
.index1 .top .index_search input::placeholder {
  color: #999;
}
.index1 .top .index_search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: fit-content;
  padding: 0 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  background: #C8A96A;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index1 .top .popular {
  margin: 10px 0 0 16px;
  display: flex;
  gap: 10px;
}
.index1 .top .popular .pick {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.index1 .top .popular .list {
  display: flex;
  gap: 24px;
}
.index1 .top .popular .list a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index1 .content1 {
  margin: 46px 0 0 0;
  display: flex;
  justify-content: space-between;
  height: 351px;
}
.index1 .content1 .images {
  width: 550px;
  height: 100%;
  position: relative;
}
.index1 .content1 .images .imagesSwiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
.index1 .content1 .images .imagesSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index1 .content1 .images .imagesSwiper .swiper-pagination {
  bottom: 15px;
  height: fit-content;
  display: flex;
  margin: auto;
  width: fit-content;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.index1 .content1 .images .imagesSwiper .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: transparent;
  opacity: 0.5 !important;
  transition: .3s ease;
}
.index1 .content1 .images .imagesSwiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
}
.index1 .content1 .who {
  width: 630px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
.index1 .content1 .who .cut {
  display: flex;
  justify-content: space-between;
  height: 81px;
  position: relative;
  z-index: 1;
}
.index1 .content1 .who .cut .after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background: #F9FAFA;
  z-index: 1;
}
.index1 .content1 .who .cut .list {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.index1 .content1 .who .cut .list.on .p1 {
  font-weight: bold;
}
.index1 .content1 .who .cut .list .p1 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index1 .content1 .who .cut .list .p2 {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 2px 0 0;
}
.index1 .content1 .who .cut .hover {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
  height: 91px;
  border-radius: 10px 10px 0 0;
  background: #fff;
  width: 50%;
}
.index1 .content1 .who .who_con {
  height: 260px;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.index1 .content1 .who .who_con .matter {
  width: 100%;
  height: 100%;
  display: none;
  grid-template-columns: repeat(3, 1fr);
}
.index1 .content1 .who .who_con .matter.on {
  display: grid;
}
.index1 .content1 .who .who_con .matter .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index1 .content1 .who .who_con .matter .item:hover .icon {
  transform: translateY(-5px);
}
.index1 .content1 .who .who_con .matter .item:hover .pick .p1 {
  color: var(--color);
}
.index1 .content1 .who .who_con .matter .item:hover .pick .label {
  background: var(--color);
  color: #fff;
}
.index1 .content1 .who .who_con .matter .item:not(:last-child) {
  border-right: 1px solid #F2F2F2;
}
.index1 .content1 .who .who_con .matter .item .icon {
  width: 63px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: .4s ease;
}
.index1 .content1 .who .who_con .matter .item .pick {
  text-align: center;
  margin: 20px 0 0;
}
.index1 .content1 .who .who_con .matter .item .pick .p1 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 7px;
  transition: .4s ease;
}
.index1 .content1 .who .who_con .matter .item .pick .p2 {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index1 .content1 .who .who_con .matter .item .pick .label {
  margin: 25px 0 0 0;
  min-width: 141px;
  height: 40px;
  border-radius: 20px;
  background: #F5F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .4s ease;
}
.index1 .content1 .who .who_con .matter .item .pick .label.f12 {
  font-size: 12px;
}
.index1 .content2 {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  background: #EEEFF3;
  display: flex;
  align-items: center;
  padding: 0 0 0 63px;
  margin: 40px 0 0 0;
  overflow: hidden;
  justify-content: space-between;
}
.index1 .content2 .img {
  width: 519px;
  height: 100%;
}
.index1 .content2 .img img {
  width: 100%;
  height: 100%;
}
.index1 .content2 .l .p1 {
  color: #173333;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.index1 .content2 .l .p2 {
  color: #173333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 15px 0 43px;
}
.index1 .content2 .l .figure {
  display: flex;
  gap: 60px;
}
.index1 .content2 .l .figure .item .dis {
  display: flex;
  align-items: flex-end;
}
.index1 .content2 .l .figure .item .dis span {
  color: #00706B;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.index1 .content2 .l .figure .item .dis .dw {
  color: #00706B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 4px;
}
.index1 .content2 .l .figure .item p {
  color: #173333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0 0;
}
.index1 .content3 {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 60px;
  margin: 24px 0 0 0;
  overflow: hidden;
  justify-content: space-between;
}
.index1 .content3 .company {
  width: 560px;
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
}
.index1 .content3 .company img {
  width: 100%;
  height: 100%;
}
.index1 .content3 .l {
  position: relative;
  top: 10px;
}
.index1 .content3 .l .l_h {
  height: 237px;
}
.index1 .content3 .l .l_list {
  display: none;
}
.index1 .content3 .l .l_list.on {
  display: block;
}
.index1 .content3 .l .l_list .p1 {
  color: #173333;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.index1 .content3 .l .l_list .p2 {
  color: #173333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 15px 0 43px;
}
.index1 .content3 .l .l_list .figure {
  display: flex;
  gap: 60px;
}
.index1 .content3 .l .l_list .figure .item .dis {
  display: flex;
  align-items: flex-end;
}
.index1 .content3 .l .l_list .figure .item .dis span {
  color: #00706B;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.index1 .content3 .l .l_list .figure .item .dis .dw {
  color: #00706B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 4px;
}
.index1 .content3 .l .l_list .figure .item p {
  color: #173333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0 0;
}
.index1 .content3 .l .swiper-pagination {
  width: fit-content;
  position: static;
  margin: 47px 0 0 0;
  display: flex;
}
.index1 .content3 .l .swiper-pagination span {
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background: #E4E7E7;
  opacity: 1 !important;
  margin: 0 10px 0 0 !important;
  transition: .4s ease;
}
.index1 .content3 .l .swiper-pagination span.swiper-pagination-bullet-active {
  width: 50px;
  background: var(--color);
}
.index1 .content3 .l .swiper-pagination span:last-child {
  margin: 0 !important;
}

.index2 {
  padding: 48px 0;
  background: #fff;
}
.index2 .w1200 {
  display: flex;
  justify-content: space-between;
}
.index2 .w1200 .item {
  position: relative;
  --fill: linear-gradient(180deg, #E9F3FF 0%, #FFF 100%);
  --fill2: #487BFE;
  cursor: pointer;
}
.index2 .w1200 .item:hover .text .p1 {
  color: var(--fill2);
}
.index2 .w1200 .item:nth-child(2) {
  --fill: linear-gradient(180deg, rgba(90, 202, 180, 0.10) 0%, rgba(90, 202, 180, 0.00) 100%);
  --fill2: #3EB9A4;
}
.index2 .w1200 .item:nth-child(3) {
  --fill: linear-gradient(180deg, #FFF6EB 0%, #FFF 100%);
  --fill2: #FEA228;
}
.index2 .w1200 .item:nth-child(4) {
  --fill: linear-gradient(180deg, #F2FFEB 0%, #FFF 100%);
  --fill2: #248349;
}
.index2 .w1200 .item:nth-child(5) {
  --fill: linear-gradient(180deg, #EBF2FF 0%, #FFF 100%);
  --fill2: #1F61DF;
}
.index2 .w1200 .item:nth-child(6) {
  --fill: linear-gradient(180deg, #FFF3EB 0%, #FFF 100%);
  --fill2: #FC7421;
}
.index2 .w1200 .item:after {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 20px;
  background: linear-gradient(180deg, rgba(254, 162, 40, 0) 25.13%, var(--fill2) 118.75%);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  opacity: 0;
  transition: .6s ease;
}
.index2 .w1200 .item.on:after {
  opacity: 1;
}
.index2 .w1200 .item .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: var(--fill);
}
.index2 .w1200 .item .icon img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.index2 .w1200 .item .text {
  text-align: center;
  margin: 8px 0 0;
}
.index2 .w1200 .item .text .p1 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 6px;
  transition: .4s ease;
}
.index2 .w1200 .item .text .p2 {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.common_headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.common_headline .l .p1 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 3px;
}
.common_headline .l .p2 {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common_headline .more {
  display: flex;
  align-items: center;
  gap: 4px;
}
.common_headline .more:hover p, .common_headline .more:hover .iconfont {
  color: var(--color);
}
.common_headline .more p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.common_headline .more .iconfont {
  font-size: 14px;
  color: #333;
  transition: .6s ease;
}

.index3 {
  padding: 44px 0 110px;
}
.index3 .w1200 .matter {
  display: none;
}
.index3 .w1200 .matter.on {
  display: block;
}
.index3 .w1200 .matter .common_headline {
  margin: 0 0 24px;
}
.index3 .w1200 .matter .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 21px;
}
.index3 .w1200 .matter .grid.hall .item .img img {
  width: 100%;
  height: 100%;
}
.index3 .w1200 .matter .grid .item {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}
.index3 .w1200 .matter .grid .item:hover .img img {
  transform: scale(1.05);
}
.index3 .w1200 .matter .grid .item:hover .text .p1 {
  color: var(--color);
}
.index3 .w1200 .matter .grid .item .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index3 .w1200 .matter .grid .item .img img {
  transition: .4s ease;
  object-fit: contain;
}
.index3 .w1200 .matter .grid .item .text {
  padding: 7px 18px 24px 18px;
  border-bottom: 1px solid #F4F5F5;
}
.index3 .w1200 .matter .grid .item .text .p1 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  transition: .4s ease;
}
.index3 .w1200 .matter .grid .item .text .type {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  margin: 6px 0 17px;
  flex-wrap: wrap;
}
.index3 .w1200 .matter .grid .item .text .type p {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 201px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index3 .w1200 .matter .grid .item .text .information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index3 .w1200 .matter .grid .item .text .information .money {
  color: #FF3737;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: flex;
  align-items: center;
}
.index3 .w1200 .matter .grid .item .text .information .money span {
  font-size: 12px;
}
.index3 .w1200 .matter .grid .item .text .information .money .original_price {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin: 0 0 0 10px;
}
.index3 .w1200 .matter .grid .item .text .information .label {
  border-radius: 4px;
  background: #C8A96A;
  height: 24px;
  padding: 0 9px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index3 .w1200 .matter .grid .item .pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 14px 18px;
}
.index3 .w1200 .matter .grid .item .pick .address {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 125px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index3 .w1200 .matter .grid .item .pick .location {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index4 {
  background: #fff;
  padding: 78px 0 80px;
}
.index4 .content {
  margin: 32px 0 0 0;
}
.index4 .content .item {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background: #F4F5F5;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 20px;
}
.index4 .content .item:hover .img img {
  transform: scale(1.05);
}
.index4 .content .item:hover .text .p1 {
  color: var(--color);
}
.index4 .content .item:not(:last-child) {
  margin: 0 0 20px;
}
.index4 .content .item .img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index4 .content .item .img img {
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
  transition: .4s ease;
}
.index4 .content .item .text {
  width: 592px;
}
.index4 .content .item .text .p1 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .4s ease;
}
.index4 .content .item .text .p2 {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
}

.index5 {
  padding: 90px 0 100px;
}
.index5 .content {
  margin: 2px 0 0 0;
  padding: 30px;
}
.index5 .content .newsSwiper {
  width: calc(100% + 60px);
  overflow: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.index5 .content .newsSwiper .swiper-slide .item {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  display: block;
  transition: .6s ease;
}
.index5 .content .newsSwiper .swiper-slide .item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.index5 .content .newsSwiper .swiper-slide .item:hover .img img {
  transform: scale(1.05);
}
.index5 .content .newsSwiper .swiper-slide .item:hover .text .up .p1 {
  color: var(--color);
}
.index5 .content .newsSwiper .swiper-slide .item .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.index5 .content .newsSwiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}
.index5 .content .newsSwiper .swiper-slide .item .text {
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.index5 .content .newsSwiper .swiper-slide .item .text .up .p1 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: .6s ease;
}
.index5 .content .newsSwiper .swiper-slide .item .text .up .p2 {
  margin: 20px 0 0 0;
  color: #5D6970;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index5 .content .newsSwiper .swiper-slide .item .text .time {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index6 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 125px 0 110px;
}
.index6 .content {
  border-radius: 24px;
  background: #00706B;
  padding: 60px 90px 70px 78px;
  display: flex;
  justify-content: space-between;
}
.index6 .content .membership_card {
  margin: 54px 0 0;
  position: relative;
  width: 432px;
  height: 275px;
  border-radius: 20px;
  background: #3D7E87;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.index6 .content .membership_card .black_card {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 337px;
  z-index: 2;
}
.index6 .content .membership_card .black_card img {
  width: 100%;
}
.index6 .content .membership_card .text {
  position: relative;
  z-index: 3;
}
.index6 .content .membership_card .text svg {
  width: 100%;
  height: auto;
  display: block;
}
.index6 .content .membership_card .text .pick {
  position: absolute;
  bottom: 33px;
  width: 100%;
  padding: 0 5%;
  z-index: 2;
  text-align: center;
}
.index6 .content .membership_card .text .pick .p1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -1.2px;
}
.index6 .content .membership_card .text .pick .p2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 3px 0 0;
}
.index6 .content .message {
  width: 396px;
}
.index6 .content .message .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 133.333%;
}
.index6 .content .message .flex {
  margin: 28px 0;
}
.index6 .content .message .flex .list {
  display: flex;
  align-items: center;
  gap: 9px;
}
.index6 .content .message .flex .list:not(:last-child) {
  margin: 0 0 17px;
}
.index6 .content .message .flex .list svg {
  width: 16px;
  height: 16px;
}
.index6 .content .message .flex .list p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.index6 .content .message .more {
  height: 44px;
  border-radius: 30px;
  background: #C8A96A;
  width: fit-content;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: .6s ease;
}
