.banner {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner .swiper .swiper-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.banner .swiper .swiper-slide.swiper-slide-active .common_bg {
  transform: scale(1);
}
.banner .swiper .swiper-slide.swiper-slide-active .content .p1, .banner .swiper .swiper-slide.swiper-slide-active .content .p2, .banner .swiper .swiper-slide.swiper-slide-active .content .more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}
.banner .swiper .swiper-slide.swiper-slide-active .content .p2 {
  transition-delay: .4s;
}
.banner .swiper .swiper-slide.swiper-slide-active .content .more {
  transition-delay: .5s;
}
.banner .swiper .swiper-slide .common_bg {
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
  transform: scale(1.1);
  object-fit: cover;
}
.banner .swiper .swiper-slide .content {
  padding: 0 160px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.banner .swiper .swiper-slide .content.center {
  text-align: center;
  top: -150px;
}
.banner .swiper .swiper-slide .content.center .more {
  margin: auto;
}
.banner .swiper .swiper-slide .content .p1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 37px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s,transform .6s .3s;
}
.banner .swiper .swiper-slide .content .p2 {
  margin: 0 0 66px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s,transform .6s .4s;
}
.banner .swiper .swiper-slide .content .more {
  height: 46px;
  width: fit-content;
  padding: 0 17px;
  border-radius: 6px;
  background: #2EA148;
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s,transform .6s .5s;
}
.banner .swiper .swiper-slide .content .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner .swiper .swiper-slide .content .more .iconfont {
  color: #fff;
  font-size: 12px;
}
.banner .position {
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 13px;
}
.banner .position .flex {
  display: flex;
  gap: 20px;
}
@keyframes scaleXA {
  100% {
    transform: scaleX(1);
  }
}
.banner .position .flex .list {
  width: 240px;
  cursor: pointer;
}
.banner .position .flex .list.on p {
  color: #fff;
}
.banner .position .flex .list.on .line div {
  animation: scaleXA 5s linear forwards;
}
.banner .position .flex .list p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
  margin: 0 0 14px;
  text-align: center;
}
.banner .position .flex .list .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.banner .position .flex .list .line div {
  width: 100%;
  height: 100%;
  background: var(--color);
  transform: scaleX(0);
  transform-origin: left;
}

.index1 {
  padding: 138px 0;
}
.index1 .wrap {
  max-width: 90%;
  margin: auto;
}
.index1 .wrap .title {
  width: 880px;
  margin: auto;
  text-align: center;
}
.index1 .wrap .title .p1 {
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.index1 .wrap .title .p1 span {
  color: var(--color);
}
.index1 .wrap .title .p2 {
  color: #969696;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 15px 0 0 0;
}
.index1 .wrap .content {
  margin: 200px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 53px;
}
.index1 .wrap .content .flex {
  position: relative;
}
.index1 .wrap .content .flex:nth-child(1) {
  margin: 60px 0 0;
}
.index1 .wrap .content .flex:nth-child(2) .position {
  left: unset;
  right: -273px;
  top: 257px;
}
.index1 .wrap .content .flex .img {
  width: 440px;
  height: 560px;
  border-radius: 20px;
  overflow: hidden;
  cursor: none;
  display: block;
}
.index1 .wrap .content .flex .img:hover .hover {
  transform: scale(1.05);
}
.index1 .wrap .content .flex .img .hover {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.index1 .wrap .content .flex .img img {
  width: 100%;
  height: 100%;
}
.index1 .wrap .content .flex .position {
  position: absolute;
  top: 166px;
  left: -283px;
  z-index: 2;
  width: 340px;
  height: 142px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.index1 .wrap .content .flex .position .dis {
  display: flex;
}
.index1 .wrap .content .flex .position .dis span {
  color: #111;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.index1 .wrap .content .flex .position .dis .dw {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  /* 24px */
  margin: 0 0 0 15px;
}
.index1 .wrap .content .flex .position .text {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.index1 .wrap .content .flex .position .text .icon {
  width: 23px;
  height: 23px;
}
.index1 .wrap .content .flex .position .text .icon img {
  object-fit: contain;
  display: block;
}
.index1 .wrap .content .flex .position .text p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 12px 0 0 0;
}

.cursor .more_about {
  width: 130px;
  height: 130px;
  background: rgba(46, 161, 72, 0.8);
  backdrop-filter: blur(16px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(0);
  opacity: 0;
  transition: .3s ease;
}
.cursor .more_about.on {
  opacity: 1;
  transform: scale(1);
}
.cursor .more_about .rote {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 116px;
  height: 116px;
  animation: roteAnimate 12s linear infinite;
}
.cursor .more_about .joke svg {
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
}
.cursor .more_about .joke p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.index2 {
  background: #FAFAFA;
  padding: 65px 0;
}
.index2 .wrap {
  width: 1400px;
  margin: auto;
}
.index2 .wrap .title h2 {
  text-align: center;
  color: #2EA148;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.index2 .wrap .title .cut {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin: 37px 0 0;
}
.index2 .wrap .title .cut .list {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index2 .wrap .title .cut .list.on .ic {
  filter: unset;
}
.index2 .wrap .title .cut .list.on p {
  color: var(--color);
}
.index2 .wrap .title .cut .list .ic {
  margin: 0 16px 0 0;
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  filter: brightness(1.4) grayscale(1);
}
.index2 .wrap .title .cut .list .ic img {
  object-fit: contain;
}
.index2 .wrap .title .cut .list p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.index2 .wrap .content {
  margin: 64px 0 0 0;
  position: relative;
}
.index2 .wrap .content .matter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px 0 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s,transform .6s .3s;
}
.index2 .wrap .content .matter.on {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s,transform 1.2s 1.2s;
  transition-delay: .3s;
}
.index2 .wrap .content .matter.on .display .display_list.on {
  pointer-events: auto;
}
.index2 .wrap .content .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index2 .wrap .content .matter .display {
  position: relative;
}
.index2 .wrap .content .matter .display .display_list {
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: none;
}
.index2 .wrap .content .matter .display .display_list.on .left, .index2 .wrap .content .matter .display .display_list.on .images {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.2s,transform 1.2s 1.2s;
  transition-delay: .3s;
}
.index2 .wrap .content .matter .display .display_list:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index2 .wrap .content .matter .display .display_list .left {
  width: 246px;
  margin: 0 70px 0 0;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity .3s,transform .6s .3s;
}
.index2 .wrap .content .matter .display .display_list .left .p1 {
  color: #2EA148;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 47px;
}
.index2 .wrap .content .matter .display .display_list .left .p2 {
  color: #888;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 58px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index2 .wrap .content .matter .display .display_list .images {
  width: 769px;
  height: 490px;
  border-radius: 262px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity .3s,transform .6s .3s;
}
.index2 .wrap .content .matter .display .display_list .images:hover img {
  transform: scale(1.025);
}
.index2 .wrap .content .matter .display .display_list .images img {
  object-fit: contain;
  transition: .6s ease;
  max-width: 80%;
  max-height: 80%;
}
.index2 .wrap .content .matter .display_cut {
  position: relative;
  z-index: 1;
}
.index2 .wrap .content .matter .display_cut .line {
  position: absolute;
  max-width: unset;
  max-height: unset;
  width: 148px;
  top: -69px;
  left: -115px;
  z-index: -1;
  pointer-events: none;
}
.index2 .wrap .content .matter .display_cut .subhead {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  cursor: pointer;
  transition: .6s ease;
  z-index: 5;
}
.index2 .wrap .content .matter .display_cut .subhead.on {
  color: var(--color);
}
.index2 .wrap .content .matter .display_cut .subhead.on:after {
  opacity: 1;
}
.index2 .wrap .content .matter .display_cut .subhead:nth-child(2) {
  left: 38px;
}
.index2 .wrap .content .matter .display_cut .subhead:nth-child(3) {
  left: 65px;
}
.index2 .wrap .content .matter .display_cut .subhead:nth-child(3):after {
  left: -40px;
}
.index2 .wrap .content .matter .display_cut .subhead:nth-child(4) {
  left: 65px;
}
.index2 .wrap .content .matter .display_cut .subhead:nth-child(4):after {
  left: -40px;
}
.index2 .wrap .content .matter .display_cut .subhead:nth-child(5) {
  left: 38px;
}
.index2 .wrap .content .matter .display_cut .subhead:not(:last-child) {
  margin: 0 0 50px;
}
.index2 .wrap .content .matter .display_cut .subhead:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -33px;
  width: 12px;
  height: 12px;
  background: var(--color);
  border-radius: 50%;
  opacity: 0;
  transition: .6s ease;
}
.index2 .wrap .cooperation {
  overflow: hidden;
  margin: 105px 0 0 0;
  position: relative;
  z-index: 1;
}
.index2 .wrap .cooperation:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #FAFAFA, transparent);
}
.index2 .wrap .cooperation:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(-90deg, #FAFAFA, transparent);
  z-index: 3;
}
.index2 .wrap .cooperation .go {
  width: max-content;
  display: flex;
  animation: goA 30s linear infinite;
}
.index2 .wrap .cooperation .go .flex {
  display: flex;
  align-items: center;
}
.index2 .wrap .cooperation .go .flex .img {
  margin: 0 140px 0 0;
}

.index3 {
  padding: 118px 0 58px;
}
.index3 .wrap {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.index3 .wrap .left {
  width: 790px;
  height: 526px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 77px 82px;
}
.index3 .wrap .left:hover .common_bg {
  transform: scale(1.05);
}
.index3 .wrap .left .common_bg {
  transition: 1s;
}
.index3 .wrap .left h2 {
  color: #111;
  font-size: 42px;
  font-style: normal;
  line-height: normal;
}
.index3 .wrap .left form {
  width: 490px;
  position: relative;
  margin: 17px 0 0 0;
}
.index3 .wrap .left form input {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  padding: 0 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent;
  transition: .6s ease;
}
.index3 .wrap .left form input:focus {
  border: 1px solid var(--color);
}
.index3 .wrap .left form input::placeholder {
  color: #969696;
}
.index3 .wrap .left form button {
  background: transparent;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--color);
  font-size: 26px;
}
.index3 .wrap .left .label {
  display: flex;
  gap: 10px;
  margin: 45px 0 0 0;
  height: 214px;
  overflow: hidden;
  overflow-y: auto;
  flex-wrap: wrap;
}
.index3 .wrap .left .label::-webkit-scrollbar{
  width: 0;
}
.index3 .wrap .left .label .list {
  width: fit-content;
  height: 46px;
  padding: 0 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .6s ease;
}
.index3 .wrap .left .label .list:hover {
  background: var(--color);
  color: #fff;
}
.index3 .wrap .right {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index3 .wrap .right .item {
  width: 100%;
  height: 258px;
  border-radius: 14px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}
.index3 .wrap .right .item:hover {
  background: var(--color);
}
.index3 .wrap .right .item:hover .icon img:first-child {
  opacity: 0;
}
.index3 .wrap .right .item:hover .icon img:nth-child(2) {
  opacity: 1;
}
.index3 .wrap .right .item:hover p {
  color: #fff;
}
.index3 .wrap .right .item .icon {
  width: 68px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
.index3 .wrap .right .item .icon img {
  object-fit: contain;
  transition: .6s ease;
}
.index3 .wrap .right .item .icon img:nth-child(2) {
  position: absolute;
  filter: brightness(0) invert(1);
  opacity: 0;
}
.index3 .wrap .right .item p {
  color: #2EA148;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 5px 0 0 0;
  transition: .6s ease;
}

.index4 {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.index4 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
}
.index4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.index4 .bg .bg_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.index4 .bg .bg_list.on {
  opacity: 1;
  pointer-events: auto;
}
.index4 .bg .bg_list.on .position .point .show {
  pointer-events: auto;
}
.index4 .bg .bg_list .position .point.z_index {
  z-index: 6;
}
.index4 .bg .bg_list .position .point.point1 {
  top: 41.25vh;
  right: 39.6354166667vw;
}
.index4 .bg .bg_list .position .point.point2 {
  top: 52.3958333333vh;
  right: 41.4583333333vw;
}
.index4 .bg .bg_list .position .point.point3 {
  top: 34.8958333333vh;
  right: 27.2916666667vw;
}
.index4 .bg .bg_list .position .point.point4 {
  top: 48.5416666667vh;
  right: 29.375vw;
}
.index4 .bg .bg_list .bigImg {
  width: 100%;
  height: 100%;
}
.index4 .bg .bg_list .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.index4 .bg .bg_list .position .point {
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}
.index4 .bg .bg_list .position .point:hover{
  z-index: 9;
}
.index4 .bg .bg_list .position .point:hover .hide {
  pointer-events: auto;
}
.index4 .bg .bg_list .position .point:hover .hide .joke {
  opacity: 1;
  transform: translateX(0);
}
.index4 .bg .bg_list .position .point .show {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index4 .bg .bg_list .position .point .show .white {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index4 .bg .bg_list .position .point .show .white img {
  width: 8px;
  height: 8px;
}
.index4 .bg .bg_list .position .point .hide {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.index4 .bg .bg_list .position .point .hide .joke {
  position: relative;
  left: 57px;
  width: 216px;
  height: 218px;
  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
  padding: 30px 27px;
  transform: translateX(10px);
  opacity: 0;
  transition: 1s;
}
.index4 .bg .bg_list .position .point .hide .joke .imgSwiper {
  width: 100%;
  height: 87px;
}
.index4 .bg .bg_list .position .point .hide .joke .imgSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index4 .bg .bg_list .position .point .hide .joke .imgSwiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.index4 .bg .bg_list .position .point .hide .joke .imgSwiper .swiper-slide img {
  object-fit: contain;
  transition: .6s ease;
}
.index4 .bg .bg_list .position .point .hide .joke .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 10px auto 0;
}
.index4 .bg .bg_list .position .point .hide .joke .swiper-pagination span {
  width: 5px;
  border-radius: 10px;
  height: 5px;
  margin: 0 8px 0 0 !important;
}
.index4 .bg .bg_list .position .point .hide .joke .swiper-pagination span:last-child {
  margin: 0 !important;
}
.index4 .bg .bg_list .position .point .hide .joke .swiper-pagination span.swiper-pagination-bullet-active {
  width: 27px;
}
.index4 .bg .bg_list .position .point .hide .joke .text {
  margin: 22px 0 0 0;
}
.index4 .bg .bg_list .position .point .hide .joke .text .list {
  display: none;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.index4 .bg .bg_list .position .point .hide .joke .text .list.on {
  display: block;
}
.index4 .wrap {
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 5.9375vw;
  transform: translate(-50%, 0);
  pointer-events: none;
}
.index4 .wrap .title {
  color: #111;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  pointer-events: auto;
}
.index4 .wrap .content {
  display: flex;
  margin: 130px 0 0 0;
  width: fit-content;
  pointer-events: auto;
}
.index4 .wrap .content .side_edge .item {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
  position: relative;
  background: #fff;
  z-index: 1;
}
.index4 .wrap .content .side_edge .item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background-image: linear-gradient(to top, #ccc 0%, #ccc 50%, transparent 50%);
  background-size: 1px 15px;
  background-repeat: repeat-y;
  z-index: -1;
}
.index4 .wrap .content .side_edge .item.on {
  background: var(--color);
}
.index4 .wrap .content .side_edge .item.on img {
  filter: unset;
}
.index4 .wrap .content .side_edge .item:not(:last-child) {
  margin: 0 0 56px;
}
.index4 .wrap .content .side_edge .item img {
  object-fit: contain;
  filter: brightness(0.7) grayscale(1);
  transition: .6s ease;
}
.index4 .wrap .content .message {
  margin: 103px 0 0 110px;
  width: 446px;
  position: relative;
}
.index4 .wrap .content .message .messageSwiper {
  overflow: unset;
}
.index4 .wrap .content .message .messageSwiper .swiper-slide.swiper-slide-active .list {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s,transform 1.2s 1.2s;
  transition-delay: .3s;
}
.index4 .wrap .content .message .list {
  width: 100%;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s,transform .6s .3s;
}
.index4 .wrap .content .message .list:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index4 .wrap .content .message .list .p1 {
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 22px;
}
.index4 .wrap .content .message .list .p2 {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 50px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index5 {
  padding: 100px 0 180px;
}
.index5 .wrap .title {
  text-align: center;
  color: #111;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 58px;
}
.index5 .wrap .content .newsSwiper {
  width: 2420px;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: unset;
  height: 595px;
}
.index5 .wrap .content .newsSwiper .swiper-slide.move .item {
  transform: translateY(98px);
}
.index5 .wrap .content .newsSwiper .swiper-slide.swiper-slide-active .item {
  background: #FFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.14);
}
.index5 .wrap .content .newsSwiper .swiper-slide.swiper-slide-active .item .text .pick {
  color: var(--color);
}
.index5 .wrap .content .newsSwiper .swiper-slide:hover .item .img img {
  transform: scale(1.05);
}
.index5 .wrap .content .newsSwiper .swiper-slide:hover .item .text .pick {
  color: var(--color);
}
.index5 .wrap .content .newsSwiper .swiper-slide .item {
  width: 100%;
  border-radius: 26px;
  padding: 12px;
  display: block;
  transition: 1s ease;
}
.index5 .wrap .content .newsSwiper .swiper-slide .item .img {
  width: 100%;
  height: 280px;
  border-radius: 16px 16px 6px 6px;
  overflow: hidden;
}
.index5 .wrap .content .newsSwiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.index5 .wrap .content .newsSwiper .swiper-slide .item .text {
  padding: 30px 8px 70px 20px;
}
.index5 .wrap .content .newsSwiper .swiper-slide .item .text .time {
  color: #DDD;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 18px;
}
.index5 .wrap .content .newsSwiper .swiper-slide .item .text .pick {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  transition: .6s ease;
}
.index5 .wrap .content .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0 0;
}
.index5 .wrap .content .button .circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  transition: .6s ease;
  cursor: pointer;
}
.index5 .wrap .content .button .circle:hover {
  border: 1px solid var(--color);
}
.index5 .wrap .content .button .circle:hover .iconfont {
  color: var(--color);
}
.index5 .wrap .content .button .circle:first-child {
  transform: rotate(180deg);
}
.index5 .wrap .content .button .circle .iconfont {
  font-size: 18px;
  color: #D9D9D9;
  transition: .6s ease;
}
.index5 .wrap .content .button .swiper-pagination {
  margin: 0 165px;
  position: static;
  width: fit-content;
}
.index5 .wrap .content .button .swiper-pagination span {
  width: 14px;
  height: 14px;
  background: #DDD;
  border-radius: 50%;
  position: relative;
  transition: .6s ease;
  opacity: 1 !important;
  margin: 0 30px 0 0 !important;
}
.index5 .wrap .content .button .swiper-pagination span:last-child {
  margin: 0 !important;
}
.index5 .wrap .content .button .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color);
}

@media screen and (max-width: 1920px) {
  .index4 .wrap .content {
    margin: 54px 0 0 0;
  }
}


@media screen and (max-width: 1919px) {
  .banner .swiper .swiper-slide .content{
    padding: 0px 8.3333333333vw;
  }
  .banner .swiper .swiper-slide .content.center{
    top: -7.8125vw;
  }
  .banner .swiper .swiper-slide .content .p1{
    font-size: 2.5vw;
    margin: 0px 0px 1.9270833333vw;
    transform: translateY(1.0416666667vw);
  }
  .banner .swiper .swiper-slide .content .p2{
    margin: 0px 0px 3.4375vw;
    font-size: 0.8333333333vw;
    transform: translateY(1.0416666667vw);
  }
  .banner .swiper .swiper-slide .content .more{
    height: 2.3958333333vw;
    padding: 0px 0.8854166667vw;
    border-radius: 0.3125vw;
    gap: 0.3645833333vw;
    transform: translateY(1.0416666667vw);
  }
  .banner .swiper .swiper-slide .content .more p{
    font-size: 0.8333333333vw;
  }
  .banner .swiper .swiper-slide .content .more .iconfont{
    font-size: 0.625vw;
  }
  .banner .position{
    bottom: 2.4479166667vw;
    gap: 0.6770833333vw;
  }
  .banner .position .flex{
    gap: 1.0416666667vw;
  }
  .banner .position .flex .list{
    width: 12.5vw;
  }
  .banner .position .flex .list p{
    font-size: 0.8333333333vw;
    margin: 0px 0px 0.7291666667vw;
  }
  .banner .position .flex .list .line{
    height: 0.1041666667vw;
  }
  .index1{
    padding: 7.1875vw 0px;
  }
  .index1 .wrap .title{
    width: 45.8333333333vw;
  }
  .index1 .wrap .title .p1{
    font-size: 2.3958333333vw;
  }
  .index1 .wrap .title .p2{
    font-size: 0.8333333333vw;
    margin: 0.78125vw 0px 0px;
  }
  .index1 .wrap .content{
    margin: 10.4166666667vw 0px 0px;
    gap: 2.7604166667vw;
  }
  .index1 .wrap .content .flex:nth-child(1){
    margin: 3.125vw 0px 0px;
  }
  .index1 .wrap .content .flex:nth-child(2) .position{
    right: -14.21875vw;
    top: 13.3854166667vw;
  }
  .index1 .wrap .content .flex .img{
    width: 22.9166666667vw;
    height: 29.1666666667vw;
    border-radius: 1.0416666667vw;
  }
  .index1 .wrap .content .flex .position{
    top: 8.6458333333vw;
    left: -14.7395833333vw;
    width: 17.7083333333vw;
    height: 7.3958333333vw;
    border-radius: 0.7291666667vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.25vw 0px;
    backdrop-filter: blur(0.8333333333vw);
    padding: 0px 1.5625vw;
  }
  .index1 .wrap .content .flex .position .dis span{
    font-size: 3.3333333333vw;
  }
  .index1 .wrap .content .flex .position .dis .dw{
    font-size: 1.25vw;
    margin: 0px 0px 0px 0.78125vw;
  }
  .index1 .wrap .content .flex .position .text .icon{
    width: 1.1979166667vw;
    height: 1.1979166667vw;
  }
  .index1 .wrap .content .flex .position .text p{
    font-size: 0.7291666667vw;
    margin: 0.625vw 0px 0px;
  }
  .cursor .more_about{
    width: 6.7708333333vw;
    height: 6.7708333333vw;
    backdrop-filter: blur(0.8333333333vw);
  }
  .cursor .more_about .rote{
    width: 6.0416666667vw;
    height: 6.0416666667vw;
  }
  .cursor .more_about .joke svg{
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .cursor .more_about .joke p{
    font-size: 0.8333333333vw;
    margin: 0.5208333333vw 0px 0px;
  }
  .index2{
    padding: 3.3854166667vw 0px;
  }
  .index2 .wrap{
    width: 72.9166666667vw;
  }
  .index2 .wrap .title h2{
    font-size: 2.1875vw;
  }
  .index2 .wrap .title .cut{
    gap: 4.1666666667vw;
    margin: 1.9270833333vw 0px 0px;
  }
  .index2 .wrap .title .cut .list .ic{
    margin: 0px 0.8333333333vw 0px 0px;
    width: 2.34375vw;
    height: 2.5vw;
  }
  .index2 .wrap .title .cut .list p{
    font-size: 0.9375vw;
  }
  .index2 .wrap .content{
    margin: 3.3333333333vw 0px 0px;
  }
  .index2 .wrap .content .matter{
    padding: 0px 5.2083333333vw 0px 0px;
    transform: translateY(1.0416666667vw);
  }
  .index2 .wrap .content .matter .display .display_list .left{
    width: 12.8125vw;
    margin: 0px 3.6458333333vw 0px 0px;
    transform: translateX(-1.5625vw);
  }
  .index2 .wrap .content .matter .display .display_list .left .p1{
    font-size: 2.1875vw;
    margin: 0px 0px 2.4479166667vw;
  }
  .index2 .wrap .content .matter .display .display_list .left .p2{
    font-size: 0.8333333333vw;
    margin: 0px 0px 3.0208333333vw;
  }
  .index2 .wrap .content .matter .display .display_list .images{
    width: 40.0520833333vw;
    height: 25.5208333333vw;
    border-radius: 13.6458333333vw;
    transform: translateX(1.5625vw);
  }
  .index2 .wrap .content .matter .display_cut .line{
    width: 7.7083333333vw;
    top: -3.59375vw;
    left: -5.9895833333vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead{
    font-size: 0.8333333333vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead:nth-child(2){
    left: 1.9791666667vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead:nth-child(3){
    left: 3.3854166667vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead:nth-child(3)::after{
    left: -2.0833333333vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead:nth-child(4){
    left: 3.3854166667vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead:nth-child(4)::after{
    left: -2.0833333333vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead:nth-child(5){
    left: 1.9791666667vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead:not(:last-child){
    margin: 0px 0px 2.6041666667vw;
  }
  .index2 .wrap .content .matter .display_cut .subhead::after{
    left: -1.71875vw;
    width: 0.625vw;
    height: 0.625vw;
  }
  .index2 .wrap .cooperation{
    margin: 5.46875vw 0px 0px;
  }
  .index2 .wrap .cooperation::after{
    width: 5.2083333333vw;
  }
  .index2 .wrap .cooperation::before{
    width: 5.2083333333vw;
  }
  .index2 .wrap .cooperation .go .flex .img{
    margin: 0px 7.2916666667vw 0px 0px;
  }
  .index3{
    padding: 6.1458333333vw 0px 3.0208333333vw;
  }
  .index3 .wrap{
    width: 72.9166666667vw;
  }
  .index3 .wrap .left{
    width: 41.1458333333vw;
    height: 27.3958333333vw;
    border-radius: 0.7291666667vw;
    padding: 4.0104166667vw 4.2708333333vw;
  }
  .index3 .wrap .left h2{
    font-size: 2.1875vw;
  }
  .index3 .wrap .left form{
    width: 25.5208333333vw;
    margin: 0.8854166667vw 0px 0px;
  }
  .index3 .wrap .left form input{
    height: 3.6458333333vw;
    border-radius: 0.2604166667vw;
    backdrop-filter: blur(0.78125vw);
    padding: 0px 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
  .index3 .wrap .left form button{
    right: 1.875vw;
    font-size: 1.3541666667vw;
  }
  .index3 .wrap .left .label{
    gap: 0.5208333333vw;
    height: 11.145833333333334vw;
    margin: 2.34375vw 0px 0px;
  }
  .index3 .wrap .left .label .list{
    height: 2.3958333333vw;
    padding: 0px 0.8333333333vw;
    border-radius: 0.2083333333vw;
    backdrop-filter: blur(0.8333333333vw);
    font-size: 0.8333333333vw;
  }
  .index3 .wrap .right{
    width: 31.25vw;
  }
  .index3 .wrap .right .item{
    height: 13.4375vw;
    border-radius: 0.7291666667vw;
  }
  .index3 .wrap .right .item .icon{
    width: 3.5416666667vw;
    height: 2.8125vw;
  }
  .index3 .wrap .right .item p{
    font-size: 1.6666666667vw;
    margin: 0.2604166667vw 0px 0px;
  }
  .index4 .bg .bg_list .position .point .show{
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .index4 .bg .bg_list .position .point .show .white{
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .index4 .bg .bg_list .position .point .show .white img{
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .index4 .bg .bg_list .position .point .hide .joke{
    left: 2.96875vw;
    width: 11.25vw;
    height: 11.3541666667vw;
    border-radius: 0.8333333333vw;
    padding: 1.5625vw 1.40625vw;
    transform: translateX(0.5208333333vw);
  }
  .index4 .bg .bg_list .position .point .hide .joke .imgSwiper{
    height: 4.53125vw;
  }
  .index4 .bg .bg_list .position .point .hide .joke .swiper-pagination{
    margin: 0.5208333333vw auto 0px;
  }
  .index4 .bg .bg_list .position .point .hide .joke .swiper-pagination span{
    width: 0.2604166667vw;
    border-radius: 0.5208333333vw;
    height: 0.2604166667vw;
    margin: 0px 0.4166666667vw 0px 0px !important;
  }
  .index4 .bg .bg_list .position .point .hide .joke .swiper-pagination span.swiper-pagination-bullet-active{
    width: 1.40625vw;
  }
  .index4 .bg .bg_list .position .point .hide .joke .text{
    margin: 1.1458333333vw 0px 0px;
  }
  .index4 .bg .bg_list .position .point .hide .joke .text .list{
    font-size: 0.8333333333vw;
  }
  .index4 .wrap{
    width: 72.9166666667vw;
  }
  .index4 .wrap .title{
    font-size: 2.3958333333vw;
  }
  .index4 .wrap .content{
    margin: 6.7708333333vw 0px 0px;
  }
  .index4 .wrap .content .side_edge .item{
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .index4 .wrap .content .side_edge .item:not(:last-child)::after{
    height: 3.6458333333vw;
    background-size: 1px 0.78125vw;
  }
  .index4 .wrap .content .side_edge .item:not(:last-child){
    margin: 0px 0px 2.9166666667vw;
  }
  .index4 .wrap .content .message{
    margin: 5.3645833333vw 0px 0px 5.7291666667vw;
    width: 23.2291666667vw;
  }
  .index4 .wrap .content .message .list{
    transform: translateY(1.0416666667vw);
  }
  .index4 .wrap .content .message .list .p1{
    font-size: 1.6666666667vw;
    margin: 0px 0px 1.1458333333vw;
  }
  .index4 .wrap .content .message .list .p2{
    font-size: 0.8333333333vw;
    margin: 0px 0px 2.6041666667vw;
  }
  .index5{
    padding: 5.2083333333vw 0px 9.375vw;
  }
  .index5 .wrap .title{
    font-size: 2.3958333333vw;
    margin: 0px 0px 3.0208333333vw;
  }
  .index5 .wrap .content .newsSwiper{
    width: 126.0416666667vw;
    height: 30.9895833333vw;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide.move .item{
    transform: translateY(5.1041666667vw);
  }
  .index5 .wrap .content .newsSwiper .swiper-slide.swiper-slide-active .item{
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 1.6666666667vw 0px;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item{
    border-radius: 1.3541666667vw;
    padding: 0.625vw;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .img{
    height: 14.5833333333vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0.3125vw 0.3125vw;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .text{
    padding: 1.5625vw 0.4166666667vw 3.6458333333vw 1.0416666667vw;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .text .time{
    font-size: 0.7291666667vw;
    margin: 0px 0px 0.9375vw;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .text .pick{
    font-size: 0.9375vw;
  }
  .index5 .wrap .content .button{
    margin: 3.125vw 0px 0px;
  }
  .index5 .wrap .content .button .circle{
    width: 3.4375vw;
    height: 3.4375vw;
  }
  .index5 .wrap .content .button .circle .iconfont{
    font-size: 0.9375vw;
  }
  .index5 .wrap .content .button .swiper-pagination{
    margin: 0px 8.59375vw;
  }
  .index5 .wrap .content .button .swiper-pagination span{
    width: 0.7291666667vw;
    height: 0.7291666667vw;
    margin: 0px 1.5625vw 0px 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .banner .swiper .swiper-slide .content{
    padding: 0 5%;
  }
  .banner .swiper .swiper-slide .content .p1{
    font-size: 18px;
    margin: 0 0 25px;
  }
  .banner .swiper .swiper-slide .content .p2{
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .banner .swiper .swiper-slide .content .more{
    height: 38px;
    padding: 0 15px;
    gap: 7px;
    border-radius: 7px;
  }
  .banner .swiper .swiper-slide .content .more p{
    font-size: 13px;
  }
  .banner .swiper .swiper-slide .content .more .iconfont{
    font-size: 12px;
  }
  .banner .swiper .swiper-slide .content.center{
    top: 0;
  }
  .banner .swiper .swiper-slide{
    align-items: unset;
    padding: 125px 0 0 0;
  }
  .banner .position{
    bottom: 25px;
    gap: 10px;
    width: 90%;
  }
  .banner .position .flex{
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .banner .position .flex .list{
    /*width: 110px;*/
    width: 100%;
  }
  .banner .position .flex .list p{
    font-size: 14px;
    margin: 0 0 10px;
  }
  .index1{
    padding: 50px 0;
  }
  .index1 .wrap .title{
    width: 100%;
  }
  .index1 .wrap .title .p1{
    font-size: 18px;
  }
  .index1 .wrap .title .p2{
    font-size: 12px;
    line-height: 22px;
    margin: 15px 0 0 0;
  }
  .index1 .wrap .content .flex .img {
    width: 42vw;
    height: 174px;
    border-radius: 10px;
  }
  .index1 .wrap .content{
    margin: 25px 0 0 0;
    gap: 15px;
  }
  .index1 .wrap .content .flex:nth-child(1){
    margin: 0;
  }
  .index1 .wrap .content .flex .position{
    position: relative;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    width: 42vw;
    height: auto;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 15px 0 0 0;
    flex-direction: column;
    align-items: unset;
  }
  .index1 .wrap .content .flex .position .text{
    text-align: left;
    align-items: start;
    margin: 7px 0 0 0;
  }
  .index1 .wrap .content .flex .position .dis span{
    font-size: 26px;
  }
  .index1 .wrap .content .flex .position .text .icon{
    width: 14px;
    height: 14px;
  }
  .index1 .wrap .content .flex .position .text p{
    font-size: 12px;
    margin: 6px 0 0 0;
  }
  .index2{
    padding: 30px 0;
  }
  .index2 .wrap{
    width: 90%;
  }
  .index2 .wrap .title h2{
    font-size: 20px;
  }
  .index2 .wrap .title .cut{
    margin: 25px 0 0 0;
    gap: 15px;
  }
  .index2 .wrap .title .cut .list{
  }
  .index2 .wrap .title .cut .list .ic{
    width: 22px;
    height: 22px;
    margin: 0 7px 0 0;
  }
  .index2 .wrap .title .cut .list p{
    font-size: 13px;
  }
  .index2 .wrap .content{
    margin: 25px 0 0 0;
  }
  .index2 .wrap .content .matter{
    padding: 0;
    flex-direction: column-reverse;
    align-items: unset;
    gap: 20px;
  }
  .index2 .wrap .content .matter .display .display_list .left{
    width: 100%;
    margin: 25px 0 0 0;
    text-align: center;
  }
  .index2 .wrap .content .matter .display .display_list .left .p1{
    font-size: 18px;
  }
  .index2 .wrap .content .matter .display .display_list .left .p2{
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 15px;
    text-align: center;
  }
  .index2 .wrap .content .matter .display .display_list{
    flex-direction: column-reverse;
    align-items: unset;
  }
  .index2 .wrap .content .matter .display .display_list .images {
    width: 100%;
    height: 145px;
    border-radius: 250px;
  }

  .index2 .wrap .content .matter .display .display_list .left .common_more{
    margin: auto;
  }
  .index2 .wrap .content .matter .display_cut .subhead{
    left: 0!important;
    font-size: 12px;
    padding: 0 0 0 13px;
  }

  .index2 .wrap .content .matter .display_cut{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 15px;
  }
  .index2 .wrap .content .matter .display_cut .subhead::after{
    width: 6px;
    height: 6px;
    left: 0!important;
  }
  .index2 .wrap .cooperation{
    margin: 35px 0 0 0;
  }
  .index2 .wrap .cooperation .go .flex .img{
    margin: 0 40px 0 0;
    height: 24px;
  }

  .index3{
    padding: 40px 0 0 0;
  }
  .index3 .wrap{
    width: 90%;
    flex-direction: column;
  }

  .index3 .wrap .left{
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .index3 .wrap .left h2{
    font-size: 20px;
  }
  .index3 .wrap .left form{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .index3 .wrap .left form input{
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 13px;
  }
  .index3 .wrap .left form button{
    right: 10px;
    font-size: 14px;
  }
  .index3 .wrap .left .label{
    margin: 15px 0 0 0;
    height: auto;
    gap: 5px;
  }
  .index3 .wrap .left .label .list{
    height: 35px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
  }
  .index3 .wrap .right{
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 10px;
    display: flex;
    flex-direction: unset;
    gap: 10px;
  }
  .index3 .wrap .right .item{
    height: auto;
    border-radius: 10px;
    padding: 40px 5%;
  }
  .index3 .wrap .right .item .icon{
    width: 30px;
    height: 30px;
  }

  .index3 .wrap .right .item p{
    font-size: 16px;
    margin: 10px 0 0 0;
  }
  .index4{
    height: auto;
    padding: 50px 0;
  }
  .index4 .wrap .title{
    font-size: 20px;
  }
  .index4 .bg{
    display: none;
  }
  .index4 .wrap .content{
    display: none;
  }
  .index4 .wrap .content.sj_content{
    display: block!important;
    width: 100%;
    margin: 25px 0 0 0;
  }
  .index4 .wrap{
    width: 90%;
  }
  .index4 .wrap .content.sj_content .sjSwiper1{
    width: 95vw;
    overflow: unset;
    padding: 0 25px 0 0;
  }
  .index4 .wrap .content.sj_content .list .p1{
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
  }
  .index4 .wrap .content.sj_content .list .p2{
    color: #888;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .index4 .wrap .content.sj_content .list .images{
    width: 100%;
    border: 1px solid rgba(0,0,0,.05);
    margin: 0 0 20px;
  }

  .index4 .wrap .content.sj_content .list .icon{
    width: 30px;
    height: 30px;
    margin: 0 0 15px;
  }
  .index4 .wrap .content.sj_content .list .icon img{
    object-fit: cover;
    filter: brightness(0.7) grayscale(1);
  }
  .index4 .fix{
    height: auto;
  }
  .index4 .wrap{
    width: 90%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }

  .index5{
    padding: 30px 0;
  }
  .index5 .wrap .title{
    font-size: 20px;
    margin: 0 0 25px;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item{
    transform: none!important;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item{
    padding: 10px;
    border-radius: 10px;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .img{
    height: 200px;
    /*max-height: 400px;*/
    border-radius: 8px;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .text{
    padding: 15px 0;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .text .time{
    font-size: 12px;
    margin: 0 0 8px;
  }
  .index5 .wrap .content .newsSwiper .swiper-slide .item .text .pick{
    font-size: 14px;
  }
  .index5 .wrap .content .newsSwiper{
    height: auto;
  }
  .index5 .wrap .content .button .swiper-pagination span{
    width: 7px;
    height: 7px;
    margin: 0 10px 0 0!important;
  }
  .index5 .wrap .content .button .swiper-pagination span:last-child{
    margin: 0!important;
  }
  .index5 .wrap .content .button .circle{
    width: 40px;
    height: 40px;
  }
  .index5 .wrap .content .button .circle .iconfont{
    font-size: 13px;
  }
  .index5 .wrap .content .button{
    margin: 25px 0 0 0;
  }
  section{
    overflow: hidden!important;
  }
  .index2 .wrap .content .matter .display .display_list{
    width: 100%;
  }
  body{
    overflow-x: hidden;
  }
  .banner .swiper .swiper-slide .common_bg{
    display: none;
  }
  .banner .swiper .swiper-slide .sj_common_bg{
    display: block!important;
  }
}
