@keyframes goAnimate {
  100% {
    transform: translateX(-50%)
  }
}

@keyframes yAnimate {
  0% {
    transform: translateY(60px);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.common_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.item_hover {
  overflow: hidden
}

.item_hover:hover img {
  transform: scale(1.05)
}

.item_hover img {
  width: 100%;
  height: 100%;
  transition: .6s ease
}

.home .section1 {
  padding: 6.25vw 10.41667vw
}

.home .section1 .title {
  text-align: center;
  margin: 0 0 3.125vw
}

.home .section1 .title .p1 {
  color: #000;
  font-weight: bold;
  margin: 0 0 2.08333vw
}

.home .section1 .title .p2 {
  color: #323232
}

.home .section1 .content {
  width: 88.54167vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.home .section1 .content .button {
  position: absolute;
  width: 38.4375vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home .section1 .content .button svg {
  width: 3.02083vw;
  height: fit-content;
  cursor: pointer;
  pointer-events: auto
}

.home .section1 .content .swiper1 {
  width: 100%
}

.home .section1 .content .swiper1 .swiper-slide.swiper-slide-active .item .position {
  transform: translateY(0)
}

.home .section1 .content .swiper1 .swiper-slide.swiper-slide-active .item .position .icon {
  transform: scale(1.2);
  transform-origin: left
}

.home .section1 .content .swiper1 .swiper-slide.swiper-slide-active .item .position .icon img:first-child {
  opacity: 0
}

.home .section1 .content .swiper1 .swiper-slide.swiper-slide-active .item .position .icon img:nth-child(2) {
  opacity: 1
}

.home .section1 .content .swiper1 .swiper-slide .item {
  width: 100%;
  height: 32.1875vw;
  overflow: hidden;
  position: relative;
  transform-origin: bottom;
  z-index: 1
}

.home .section1 .content .swiper1 .swiper-slide .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2
}

.home .section1 .content .swiper1 .swiper-slide .item .img {
  width: 100%;
  height: 100%;
  transition: .6s ease
}

.home .section1 .content .swiper1 .swiper-slide .item .position {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.91667vw;
  padding: 0 2.76042vw;
  z-index: 5;
  transform: translateY(50px);
  transition: 1s
}

.home .section1 .content .swiper1 .swiper-slide .item .position .icon {
  margin: 0 0 .83333vw;
  transition: .6s ease;
  position: relative
}

.home .section1 .content .swiper1 .swiper-slide .item .position .icon img {
  transition: .6s ease
}

.home .section1 .content .swiper1 .swiper-slide .item .position .icon img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.home .section1 .content .swiper1 .swiper-slide .item .position .p1 {
  color: #fff;
  margin: 0 0 .41667vw;
}

.home .section1 .content .swiper1 .swiper-slide .item .position .p2 {
  line-height: 1.40625vw;
  color: #fff
}

.home .section2 {
  background: #0072BE;
  padding: 4.375vw 0 8.85417vw 0
}

.home .section2 .fix .wrap .x {
  margin: 0 10.57292vw
}

.home .section2 .fix .wrap .top {
  display: flex;
  gap: 1.51042vw;
  margin: 0 5.46875vw 0 15.41667vw
}

.home .section2 .fix .wrap .top .item {
  opacity: 0.25;
  transition: .6s ease;
  cursor: pointer
}

.home .section2 .fix .wrap .top .item:nth-child(1) {
  width: 25.05208vw
}

.home .section2 .fix .wrap .top .item:nth-child(3) {
  width: 19.01042vw
}

.home .section2 .fix .wrap .top .item.on {
  opacity: 1
}

.home .section2 .fix .wrap .top .item .p1 {
  color: #fff;
  margin: 0 0 1.25vw
}

.home .section2 .fix .wrap .top .item img {
  width: 25.52083vw;
  object-fit: contain
}

.home .section2 .fix .wrap .content {
  display: flex;
  margin: 6.25vw 0 0 0;
  gap: 1.25vw 3.90625vw
}

.home .section2 .fix .wrap .content .flex {
  display: flex;
  gap: 3.48958vw;
  opacity: .1;
  transition: .6s ease
}

.home .section2 .fix .wrap .content .flex.on2 {
  opacity: .4
}

.home .section2 .fix .wrap .content .flex.on {
  opacity: 1
}

.home .section2 .fix .wrap .content .flex .item {
  width: 9.89583vw
}

.home .section2 .fix .wrap .content .flex .item .icon {
  width: 6.25vw;
  height: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.home .section2 .fix .wrap .content .flex .item .dis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9375vw;
  width: max-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 2.60417vw 0 0 0
}

.home .section2 .fix .wrap .content .flex .item .dis .num {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .83333vw;
  color: #fff
}

.home .section2 .fix .wrap .content .flex .item .dis p {
  color: #fff;
  flex: 1
}

.home .section2 .fix .wrap .content .flex:last-child .item:last-child {
  margin-right: 0
}

.home .section3 {
  padding: 6.25vw 10.41667vw;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home .section3 .l {
  width: 28.22917vw
}

.home .section3 .l .title {
  color: #000;
  font-weight: bold;
  margin: 0 0 2.08333vw
}

.home .section3 .l .text {
  color: #3F3F3F;
  line-height: 1.40625vw;
  margin: 0 0 2.5vw
}

.home .section3 .l .more {
  width: fit-content;
  display: flex;
  gap: 1.25vw;
  align-items: center
}

.home .section3 .l .more:hover svg {
  transform: translateX(10px)
}

.home .section3 .l .more svg {
  width: 1.35417vw;
  transition: 600ms
}

.home .section3 .l .more p {
  color: #000
}

.home .section3 .img {
  width: 43.85417vw;
  height: 25.20833vw;
  overflow: hidden
}

.home .section4 {
  padding: 7.8125vw 0;
  background: #CBE7F5
}

.home .section4 .title {
  text-align: center;
  color: #000;
  margin: 0 0 2.08333vw
}

.home .section4 .more {
  width: fit-content;
  display: flex;
  gap: 1.25vw;
  align-items: center;
  margin: auto
}

.home .section4 .more:hover svg {
  transform: translateX(10px)
}

.home .section4 .more svg {
  width: 1.35417vw;
  transition: 600ms
}

.home .section4 .more p {
  color: #000
}

@media screen and (max-width: 768px) {
  .home {
    padding-top: 60px
  }

  .home .section1 {
    padding: 50px 5%
  }

  .home .section1 .title .p1 {
    margin: 0 0 10px
  }

  .home .section1 .content {
    margin: 40px 0 0 0
  }

  .home .section1 .content .swiper1 .swiper-slide.swiper-slide-active .item .position .icon {
    transform: scale(1)
  }

  .home .section1 .content .swiper1 .swiper-slide .item {
    height: 350px
  }

  .home .section1 .content .swiper1 .swiper-slide .item .position {
    transform: none;
    padding: 0 5%;
    bottom: 15px
  }

  .home .section1 .content .swiper1 .swiper-slide .item .position .icon {
    margin: 0 0 15px
  }

  .home .section1 .content .swiper1 .swiper-slide .item .position .p1 {
    margin: 0 0 15px
  }

  .home .section1 .content .swiper1 .swiper-slide .item .position .p2 {
    line-height: 1.7
  }

  .home .section1 .content .button {
    width: fit-content;
    margin: 30px auto 0;
    position: static;
    transform: none;
    gap: 30px
  }

  .home .section1 .content .button svg {
    width: 30px
  }

  .home .section3 {
    padding: 50px 5%;
    flex-direction: column
  }

  .home .section3 .l {
    width: 100%
  }

  .home .section3 .l .title {
    margin: 0 0 15px
  }

  .home .section3 .l .text {
    line-height: 1.7;
    margin: 0 0 20px
  }

  .home .section3 .l .more {
    gap: 10px
  }

  .home .section3 .l .more svg {
    width: 20px
  }

  .home .section3 .img {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0
  }

  .home .section4 {
    padding: 50px 5%
  }

  .home .section4 .title {
    margin: 0 0 20px
  }

  .home .section4 .more {
    gap: 10px
  }

  .home .section4 .more svg {
    width: 20px
  }

  .home .section2 {
    display: none
  }

  .home .sj_section2 {
    display: block !important;
    height: auto !important;
    padding: 50px 5%
  }

  .home .sj_section2 .matter {
    opacity: 0.1;
    transition: all ease .3s;
  }

  .home .sj_section2 .matter.on {
    opacity: 1;
  }

  .home .sj_section2 .matter:not(:last-child) {
    margin: 0 0 50px
  }

  .home .sj_section2 .matter .headline {
    margin: 0 0 22px
  }

  .home .sj_section2 .matter .headline .p1 {
    color: #fff;
    font-size: 22px
  }

  .home .sj_section2 .matter .flex {
    display: flex
  }

  .home .sj_section2 .matter .flex .item {
    width: 50%
  }

  .home .sj_section2 .matter .flex .item .icon {
    width: 60%;
    margin: 0 auto 20px
  }

  .home .sj_section2 .matter .flex .item .dis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
  }

  .home .sj_section2 .matter .flex .item .dis .num {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff
  }

  .home .sj_section2 .matter .flex .item .dis p {
    font-size: 13px;
    color: #fff
  }
}