.banner {
  height: 100vh;
  position: relative;
}
.banner .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
}
.banner .button {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.banner .button .iconfont {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  pointer-events: auto;
}
.banner .button .iconfont:first-child {
  transform: rotate(180deg);
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  opacity: 0 !important;
  transition: 1s;
}
.banner .swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .content {
  position: absolute;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 90%;
  text-align: center;
  transition: 1s;
}
.banner .content.out {
  opacity: 0;
  pointer-events: none;
}
.banner .content .h1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 35px;
  color: #FFFFFF;
  margin: 0 0 51px;
}
.banner .content .img {
  width: 181px;
  height: 157px;
  margin: 0 auto 86px;
}
.banner .content .other {
  display: flex;
  justify-content: center;
}
.banner .content .other .fist {
  position: relative;
}
.banner .content .other .fist:hover .hide {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.banner .content .other .fist .hide {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  top: 100%;
  margin: 0 0 0 -10px;
  width: 150px;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
  overflow: hidden;
}
.banner .content .other .fist .hide .jump {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
}
.banner .content .other .common_more {
  position: relative;
}
.banner .content .other .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}

.index1 {
  position: relative;
}
.index1 .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
}
.index1 .matter {
  position: relative;
  z-index: 12;
  height: 100vh;
  width: 100%;
}
.index1 .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index1 .matter .img {
  width: 100%;
  height: 100%;
}
.index1 .matter .position {
  position: absolute;
  top: 190px;
  left: 61px;
  z-index: 2;
}
.index1 .matter .position .h1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: #FFFFFF;
  margin: 0 0 12px;
}
.index1 .matter .position .h5 {
  font-weight: 200;
  font-size: 30px;
  color: #FFFFFF;
}
.index1 .matter .position .pick {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 48px 0 34px 7px;
}
.index1 .matter .position .dis {
  display: flex;
}
.index1 .matter .position .dis .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}

.index2 {
  padding: 100px 0;
}
.index2 .wrap {
  width: 1800px;
  margin: auto;
}
.index2 .wrap .title {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 42px;
  color: #1A1A1A;
  margin: 0 0 65px;
  text-align: center;
}
.index2 .wrap .cut {
  display: flex;
  justify-content: center;
}
.index2 .wrap .cut .list {
  cursor: pointer;
}
.index2 .wrap .cut .list:not(:last-child) {
  margin: 0 89px 0 0;
}
.index2 .wrap .cut .list p {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: rgba(26, 26, 26, 0.4);
  transition: 0.6s ease;
  text-align: center;
}
.index2 .wrap .cut .list img {
  margin: 10px 0 0 0;
  clip-path: inset(0 100% 0 0);
  transition: 0.75s;
  transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
}
.index2 .wrap .cut .list.on p {
  color: #1A1A1A;
}
.index2 .wrap .cut .list.on img {
  clip-path: inset(0 0 0 0);
}
.index2 .wrap .content {
  margin: 76px 0 0 0;
  position: relative;
  z-index: 1;
}
.index2 .wrap .content .bg {
  position: absolute;
  width: 1602px;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
  z-index: -1;
}
.index2 .wrap .content .matter {
  width: 100%;
  position: relative;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.index2 .wrap .content .matter.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.index2 .wrap .content .matter.on .proSwiper .swiper-slide-active {
  pointer-events: auto;
}
.index2 .wrap .content .matter.on .button .iconfont {
  pointer-events: auto;
}
.index2 .wrap .content .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.index2 .wrap .content .matter .button {
  width: 100%;
  position: absolute;
  top: 144px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.index2 .wrap .content .matter .button .iconfont {
  color: #111;
  font-size: 30px;
  cursor: pointer;
}
.index2 .wrap .content .matter .button .iconfont:first-child {
  transform: rotate(180deg);
}
.index2 .wrap .content .matter .proSwiper {
  width: 936px;
  margin: auto;
  padding: 0 0 10px;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide {
  pointer-events: none;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide .img {
  width: 100%;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide .pick {
  margin: 30px 0 0 0;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
  display: none;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide .oth {
  margin: 107px 0 0 0;
  display: flex;
  justify-content: center;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s 0.3s;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide .oth .common_more:not(:last-child) {
  margin: 0 20px 0 0;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .img, .index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick, .index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick {
  transition-delay: 0.3s;
}
.index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
  transition-delay: 0.4s;
}

.index3 {
  display: flex;
  gap: 0 10px;
}
.index3 .item {
  width: 100%;
  position: relative;
}
.index3 .item .img {
  width: 100%;
}
.index3 .item .img img {
  width: 100%;
}
.index3 .item .position {
  position: absolute;
  width: 100%;
  left: 0;
  top: 116px;
  padding: 0 5%;
  text-align: center;
  z-index: 2;
}
.index3 .item .position .h1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.index3 .item .position h5 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.index3 .item .position .joke_more {
  margin: 33px 0 0 0;
}
.index3 .item .position .joke_more .common_more {
  margin: auto;
}

.index4 {
  margin: 10px 0 0 0;
  position: relative;
}
.index4 .position {
  position: absolute;
  left: 61px;
  top: 144px;
  z-index: 5;
}
.index4 .position .title p {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 54px;
}
.index4 .position .more {
  margin: 37px 0 0 0;
  display: flex;
  align-items: center;
  width: fit-content;
}
.index4 .position .more:hover .iconfont {
  transform: translateX(10px);
}
.index4 .position .more p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 13px 0 0;
}
.index4 .position .more .iconfont {
  color: #fff;
  font-size: 16px;
  transition: 0.6s ease;
}
.index4 .text {
  position: absolute;
  left: 59px;
  bottom: 67px;
  z-index: 1;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 15px;
}
.index4 .img {
  width: 100%;
}
.index4 .img img {
  width: 100%;
}

.each_animate div {
  font-family: "jiangchengyuanti400W", sans-serif;
}

.each_animate.show div {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1919px) {
  .banner {
    height: 100vh;
    position: relative;
  }
  .banner .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
  }
  .banner .button {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 2.3958333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
  }
  .banner .button .iconfont {
    color: #fff;
    font-size: 1.5625vw;
    cursor: pointer;
    pointer-events: auto;
  }
  .banner .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .banner .swiper {
    width: 100%;
    height: 100%;
  }
  .banner .swiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
  }
  .banner .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }
  .banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .banner .content {
    position: absolute;
    top: 6.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 90%;
    text-align: center;
    transition: 1s;
  }
  .banner .content.out {
    opacity: 0;
    pointer-events: none;
  }
  .banner .content .h1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.8229166667vw;
    color: #FFFFFF;
    margin: 0 0 2.65625vw;
  }
  .banner .content .img {
    width: 9.4270833333vw;
    height: 8.1770833333vw;
    margin: 0 auto 4.4791666667vw;
  }
  .banner .content .other {
    display: flex;
    justify-content: center;
  }
  .banner .content .other .fist {
    position: relative;
  }
  .banner .content .other .fist .hide {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0.5208333333vw);
    top: 100%;
    margin: 0 0 0 -0.5208333333vw;
    width: 7.8125vw;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    overflow: hidden;
  }
  .banner .content .other .fist .hide .jump {
    margin: 1.0416666667vw 0 0 0;
    background: #fff;
    border-radius: 0.3125vw;
    box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  }
  .banner .content .other .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .index1 {
    position: relative;
  }
  .index1 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
  }
  .index1 .matter {
    position: relative;
    z-index: 12;
    height: 100vh;
    width: 100%;
  }
  .index1 .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .index1 .matter .img {
    width: 100%;
    height: 100%;
  }
  .index1 .matter .position {
    position: absolute;
    top: 9.8958333333vw;
    left: 3.1770833333vw;
    z-index: 2;
  }
  .index1 .matter .position .h1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.6041666667vw;
    color: #FFFFFF;
    margin: 0 0 0.625vw;
  }
  .index1 .matter .position .h5 {
    font-weight: 200;
    font-size: 1.5625vw;
    color: #FFFFFF;
  }
  .index1 .matter .position .pick {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    margin: 2.5vw 0 1.7708333333vw 0.3645833333vw;
  }
  .index1 .matter .position .dis {
    display: flex;
  }
  .index1 .matter .position .dis .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .index2 {
    padding: 5.2083333333vw 0;
  }
  .index2 .wrap {
    width: 93.75vw;
    margin: auto;
  }
  .index2 .wrap .title {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.1875vw;
    color: #1A1A1A;
    margin: 0 0 3.3854166667vw;
    text-align: center;
  }
  .index2 .wrap .cut {
    display: flex;
    justify-content: center;
  }
  .index2 .wrap .cut .list {
    cursor: pointer;
  }
  .index2 .wrap .cut .list:not(:last-child) {
    margin: 0 4.6354166667vw 0 0;
  }
  .index2 .wrap .cut .list p {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.1458333333vw;
    color: rgba(26, 26, 26, 0.4);
    transition: 0.6s ease;
    text-align: center;
  }
  .index2 .wrap .cut .list img {
    margin: 0.5208333333vw 0 0 0;
    clip-path: inset(0 100% 0 0);
    transition: 0.75s;
    transition-timing-function: cubic-bezier(0.74, 0, 0.175, 1);
  }
  .index2 .wrap .cut .list.on p {
    color: #1A1A1A;
  }
  .index2 .wrap .cut .list.on img {
    clip-path: inset(0 0 0 0);
  }
  .index2 .wrap .content {
    margin: 3.9583333333vw 0 0 0;
    position: relative;
    z-index: 1;
  }
  .index2 .wrap .content .bg {
    position: absolute;
    width: 83.4375vw;
    left: 50%;
    transform: translateX(-50%);
    top: 1.9791666667vw;
    z-index: -1;
  }
  .index2 .wrap .content .matter {
    width: 100%;
    position: relative;
    pointer-events: none;
    opacity: 0;
    transform: translateY(0.5208333333vw);
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .index2 .wrap .content .matter.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  .index2 .wrap .content .matter.on .proSwiper .swiper-slide-active {
    pointer-events: auto;
  }
  .index2 .wrap .content .matter.on .button .iconfont {
    pointer-events: auto;
  }
  .index2 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .index2 .wrap .content .matter .button {
    width: 100%;
    position: absolute;
    top: 7.5vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
  }
  .index2 .wrap .content .matter .button .iconfont {
    color: #111;
    font-size: 1.5625vw;
    cursor: pointer;
  }
  .index2 .wrap .content .matter .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .index2 .wrap .content .matter .proSwiper {
    width: 48.75vw;
    margin: auto;
    padding: 0 0 0.5208333333vw;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide {
    pointer-events: none;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide .img {
    width: 100%;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide .pick {
    margin: 1.5625vw 0 0 0;
    font-weight: 400;
    font-size: 1.0416666667vw;
    color: #000000;
    text-align: center;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide .oth {
    margin: 5.5729166667vw 0 0 0;
    display: flex;
    justify-content: center;
    transform: translateY(0.5208333333vw);
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s 0.3s;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide .oth .common_more:not(:last-child) {
    margin: 0 1.0416666667vw 0 0;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .img, .index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick, .index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .pick {
    transition-delay: 0.3s;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide.swiper-slide-active .oth {
    transition-delay: 0.4s;
  }
  .index3 {
    display: flex;
    gap: 0 0.5208333333vw;
  }
  .index3 .item {
    width: 100%;
    position: relative;
  }
  .index3 .item .img {
    width: 100%;
  }
  .index3 .item .img img {
    width: 100%;
  }
  .index3 .item .position {
    position: absolute;
    width: 100%;
    left: 0;
    top: 6.0416666667vw;
    padding: 0 5%;
    text-align: center;
    z-index: 2;
  }
  .index3 .item .position .h1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.3541666667vw;
    color: #FFFFFF;
    margin: 0 0 0.8333333333vw;
  }
  .index3 .item .position h5 {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
  }
  .index3 .item .position .joke_more {
    margin: 1.71875vw 0 0 0;
  }
  .index3 .item .position .joke_more .common_more {
    margin: auto;
  }
  .index4 {
    margin: 0.5208333333vw 0 0 0;
    position: relative;
  }
  .index4 .position {
    position: absolute;
    left: 3.1770833333vw;
    top: 7.5vw;
    z-index: 5;
  }
  .index4 .position .title p {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 2.5vw;
    color: #FFFFFF;
    line-height: 2.8125vw;
  }
  .index4 .position .more {
    margin: 1.9270833333vw 0 0 0;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .index4 .position .more:hover .iconfont {
    transform: translateX(0.5208333333vw);
  }
  .index4 .position .more p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    margin: 0 0.6770833333vw 0 0;
  }
  .index4 .position .more .iconfont {
    color: #fff;
    font-size: 0.8333333333vw;
    transition: 0.6s ease;
  }
  .index4 .text {
    position: absolute;
    left: 3.0729166667vw;
    bottom: 3.4895833333vw;
    z-index: 1;
    font-weight: 400;
    font-size: 0.625vw;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.78125vw;
  }
  .index4 .img {
    width: 100%;
  }
  .index4 .img img {
    width: 100%;
  }
  .each_animate div {
    font-family: "jiangchengyuanti400W", sans-serif;
  }
  .each_animate.show div {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner .swiper .swiper-slide img {
    display: none;
  }
  .banner .swiper .swiper-slide img.sj_img {
    display: block !important;
  }
  .banner {
    height: 100vh !important;
  }
  .banner .content.out {
    opacity: 1;
    pointer-events: auto;
  }
  .banner .content .other .common_more:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .banner .content {
    top: 120px;
  }
  .banner .content .h1 {
    font-size: 28px;
    margin: 0 0 25px;
  }
  .banner .button .iconfont {
    font-size: 25px;
  }
  .banner .content .img {
    width: 70px;
    height: auto;
    margin: 0 auto 25px;
  }
  .banner .content .img img {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .index1 .matter .position {
    top: 100px;
    left: 5%;
  }
  .index1 .matter .position .h1 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .index1 .matter .position .h5 {
    font-size: 16px;
  }
  .index1 .matter .position .pick {
    font-size: 13px;
    margin: 25px 0 15px 0;
  }
  .index1 .matter .position .dis .common_more:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .index2 {
    padding: 100px 0;
  }
  .index2 .wrap .title {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .index2 .wrap .cut .list p {
    font-size: 14px;
  }
  .index2 .wrap .cut .list img {
    width: 40px;
  }
  .index2 .wrap .cut .list:not(:last-child) {
    margin: 0 25px 0 0;
  }
  .index2 .wrap .content {
    margin: 25px 0 0 0;
  }
  .index2 .wrap .content .matter .button .iconfont {
    font-size: 30px;
  }
  .index2 .wrap .content .matter .proSwiper {
    width: 70%;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide .pick {
    font-size: 16px;
    margin: 25px 0 0 0;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide .oth .common_more:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .index2 .wrap .content .matter .proSwiper .swiper-slide .oth {
    margin: 50px 0 0 0;
  }
  .index3 {
    gap: 5px 0;
    flex-direction: column;
  }
  .index3 .item .position {
    top: 40px;
  }
  .index3 .item .position .h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .index3 .item .position h5 {
    font-size: 12px;
  }
  .index3 .item .position .joke_more {
    margin: 12px 0 0 0;
  }
  .index4 {
    margin: 5px 0 0 0;
  }
  .index4 .position {
    left: 5%;
    top: 20px;
  }
  .index4 .position .title p {
    font-size: 22px;
    line-height: 32px;
  }
  .index4 .position .more p {
    font-size: 13px;
    margin: 0 10px 0 0;
  }
  .index4 .position .more .iconfont {
    font-size: 13px;
  }
  .index4 .position .more {
    margin: 10px 0 0 0;
  }
  .index4 .text {
    left: 5%;
    bottom: 5%;
    font-size: 10px;
    line-height: 15px;
  }
  .index3 .item .img {
    position: relative;
  }
  .index3 .item .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  .index4 .img img {
    height: 350px;
  }
  .banner .content .other .fist .hide {
    transform: translate(-50%, 10px);
    margin: 0 0 0 -7px;
    width: 100px;
  }
  .banner .content .other .fist .hide .jump {
    border-radius: 6px;
  }
  .banner .content .other .fist {
    padding: 0 0 10px;
  }
  .index1 .matter .img {
    display: none;
  }
  .index1 .matter .img.sj_img {
    display: block !important;
  }
  .index1,.index1 .fix{
      height: auto!important;
  }
  .index1 .matter{
      height: auto!important;
      position: relative!important;
      clip-path: none!important;
  }
}

/*# sourceMappingURL=index.css.map */
