.section-one {
  height: 720px;
  background-color: #EFEFF5;
}
.section-one .swiper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
.section-one .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-one .swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-news {
  width: 100%;
  background-color: white;
}
.section-news .content {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.section-news .content .title {
  margin: 75px auto 36px;
  color: #6E6E6E;
  font-size: 24px;
}
.section-news .scroll-content {
  width: 100%;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 12.5%, #000000 87.5%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 12.5%, #000000 87.5%, rgba(0, 0, 0, 0) 100%);
}
.section-news .scroll:hover {
  animation-play-state: paused;
}
.section-news .scroll {
  display: flex;
  flex-direction: row;
  justify-content: start;
  animation: newsani 20s infinite linear;
}
.section-news .scroll .scroll-item {
  margin: 0px 90px;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.section-news .scroll .scroll-item .name {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #6E6E6E;
}
.section-news .scroll .scroll-item .img {
  flex-shrink: 0;
  width: 40px;
  height: 20px;
}
.section-news .scroll .scroll-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes newsani {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.section-two {
  background-color: white;
  width: 100%;
  height: 920px;
}
.section-two .content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-two .content .title {
  margin: 105px 0 85px;
  color: #333333;
  font-size: 40px;
}
.section-two .content .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 45px;
}
.section-two .content .item .item-one {
  width: 350px;
  height: 555px;
  background-color: #EFEFF5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.section-two .content .item .item-one img {
  margin-top: 51px;
  width: 249px;
  height: 402px;
  object-fit: contain;
}
.section-two .content .item .item-one .description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-two .content .item .item-one .description .des-title {
  font-size: 24px;
  color: #222222;
  margin-bottom: 6px;
  font-weight: 700px;
}
.section-two .content .item .item-two {
  width: 396px;
  height: 555px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section-two .content .item .item-two .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EFEFF5;
  border-radius: 10px;
  gap: 17px;
  padding: 30px 80px 30px;
  height: 340px;
}
.section-two .content .item .item-two .description .des-title {
  font-size: 26px;
  color: #222222;
}
.section-two .content .item .item-two .description .des {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.section-two .content .item .item-two .img {
  margin-top: 35px;
  width: 310px;
  height: 153px;
}
.section-two .content .item .item-three {
  width: 350px;
  height: 555px;
  background-color: #EFEFF5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.section-two .content .item .item-three .img-1 {
  margin-top: 51px;
}
.section-two .content .item .item-three img {
  width: 294px;
  height: 187px;
  object-fit: contain;
}
.section-two .content .item .item-three .description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-two .content .item .item-three .description .des-title {
  font-size: 24px;
  color: #222222;
  font-weight: 700px;
}
.section-three {
  background-color: #EFEFF5;
}
.section-three .content {
  padding-bottom: 130px;
  background-color: #EFEFF5;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.section-three .content .title {
  margin: 107px 0 111px;
  color: #333333;
  font-size: 40px;
}
.section-three .content .item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 35px;
}
.section-three .content .item .item-one {
  width: 374px;
  height: 379px;
}
.section-three .content .item .item-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-three .content .item .des-content {
  position: absolute;
  left: 30px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-three .content .item .des-content .name {
  color: #333333;
  font-size: 24px;
  border-radius: 5px;
  padding: 0 7px;
  background-color: rgba(211, 228, 241, 0.6);
}
.section-three .content .item .des-content .des span {
  color: #666666;
  font-size: 20px;
  border: 1.5px solid #666666;
  border-radius: 6px;
  padding: 5px 20px;
}
.section-three .content .actionmore {
  margin-top: 56px;
  background-color: #3166EC;
  border-radius: 10px;
  width: 233px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-three .content .actionmore span {
  font-size: 20px;
  color: white;
}
.section-three .content .actionmore .icon {
  font-size: 20px;
  color: white;
}
