section {
  overflow: hidden;
}

section .wrap .top {
  width: 1440px;
  margin: 0 auto;
}

section .wrap .top .commonTitle {
  margin-bottom: 30px;
}

section .wrap .top .main .content {
  margin-bottom: 36px;
}

section .wrap .top .main .content h4 {
  color: #111;
  font-size: 32px;
  margin-bottom: 15px;
}

section .wrap .top .main .content p {
  color: #686F81;
  font-size: 20px;
  text-indent: 2em;
}

html[lang="en"] section .wrap .top .main .content p {
  text-indent: 0em;
}

section .wrap .top .main .list {
  display: flex;
  grid-gap: 40px;
}

section .wrap .top .main .list .item {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

section .wrap .top .main .list .item .img img {
  transition: all 1s;
}

section .wrap .top .main .list .item:hover .img img {
  transform: scale(1.1);
}

section .wrap .top .main .list .item .text {
  position: absolute;
  left: 45px;
  bottom: 70px;
  width: calc(100% - 90px);
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

section .wrap .bottom {
  background: linear-gradient(90deg, #E7EEF2 0%, #EBF0F1 100%);
  position: relative;
}

section .wrap .bottom .title {
  width: 1440px;
  margin: 0 auto 20px;
}

section .wrap .bottom .title h3 {
  color: #111;
  font-size: 36px;
  margin-bottom: 10px;
}

section .wrap .bottom .title p {
  color: #111;
  font-size: 20px;
}

section .wrap .bottom .content {
  width: 1440px;
  margin: 0 auto 100px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

section .wrap .bottom .content .text {
  width: 920px;
}

section .wrap .bottom .content .text p {
  color: #686F81;
  font-size: 20px;
  line-height: 30px;
}

section .wrap .bottom .content .text p span {
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

section .wrap .bottom .content .tab {
  display: flex;
}

section .wrap .bottom .content .tab .prev,
section .wrap .bottom .content .tab .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
}

section .wrap .bottom .content .tab .prev:hover span,
section .wrap .bottom .content .tab .next:hover span {
  color: #fff;
}

section .wrap .bottom .content .tab .prev::before,
section .wrap .bottom .content .tab .next::before,
section .wrap .bottom .content .tab .prev::after,
section .wrap .bottom .content .tab .next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
}

section .wrap .bottom .content .tab .prev:hover::before,
section .wrap .bottom .content .tab .next:hover::before {
  opacity: 0;
}

section .wrap .bottom .content .tab .prev:hover::after,
section .wrap .bottom .content .tab .next:hover::after {
  opacity: 1;
}

section .wrap .bottom .content .tab .prev::before,
section .wrap .bottom .content .tab .next::before {
  border: 1px solid rgba(37, 100, 150, 0.2);
}

section .wrap .bottom .content .tab .prev::after,
section .wrap .bottom .content .tab .next::after {
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
}

section .wrap .bottom .content .tab .prev span,
section .wrap .bottom .content .tab .next span {
  color: #2B719D;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}

section .wrap .bottom .content .tab .prev {
  margin-right: 12px;
}

section .wrap .bottom .content .tab .prev span {
  transform: rotate(90deg);
}

section .wrap .bottom .content .tab .next span {
  transform: rotate(-90deg);
}

section .wrap .bottom .list {
  padding-left: calc(50vw - 720px);
}

section .wrap .bottom .list .swiper {
  width: 1840px;
  margin: 0;
}

section .wrap .bottom .list .swiper .img {
  border-radius: 10px;
  overflow: hidden;
}

section .wrap .bottom .list .swiper .img img {
  transition: all 1s;
}

section .wrap .bottom .list .swiper .img:hover img {
  transform: scale(1.1);
}

section .wrap .bottom .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

section .wrap .bottom .bg img {
  width: 100%;
  height: 100%;
}

.section1 .wrap .top {
  padding-top: 128px;
  padding-bottom: 105px;
}

.section1 .wrap .bottom {
  padding-top: 130px;
  padding-bottom: 176px;
}

.section2 .wrap .top {
  padding-top: 80px;
  padding-bottom: 120px;
}

.section2 .wrap .bottom {
  padding-top: 130px;
  padding-bottom: 176px;
}

.section2 .wrap .bottom .content .tab .prev::before,
.section2 .wrap .bottom .content .tab .next::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.section2 .wrap .bottom .content .tab .prev span,
.section2 .wrap .bottom .content .tab .next span {
  color: #fff;
}

.section3 .wrap .top {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section3 .wrap .bottom {
  padding-top: 120px;
  padding-bottom: 134px;
}

.section3 .wrap .bottom .title {
  margin-bottom: 50px;
}

.section3 .wrap .bottom .content {
  margin-bottom: 65px;
}

.section3 .wrap .bottom .content .text {
  width: 1150px;
}

.section3 .wrap .bottom .content .text p {
  font-size: 20px;
}

.section2 .wrap .bottom .content .text p,
.section2 .wrap .top .main .content p {
  text-indent: 2em;
}

html[lang="en"] .section2 .wrap .bottom .content .text p,
html[lang="en"] .section2 .wrap .top .main .content p {
  text-indent: 0em;
}


section .wrap .content .text .trem {
  width: 940px;
  margin-bottom: 20px;
}

section .wrap .content .text .trem h4 {
  color: #686F81;
  font-size: 20px;
  margin-bottom: 10px;
}

section .wrap .content .text .trem .txt {
  display: flex;
}

.section3 .wrap .bottom .content .text p {
  flex: 1;
}

section .wrap .content .text .trem .txt .icon {
  width: 12px;
  margin-top: 8px;
  margin-right: 10px;
}

/* section .wrap .content ul {
  width: 940px;
}

section .wrap .content ul li{
  margin-bottom: 30px;
}
section .wrap .content ul li .icon {
  width: 12px;
  line-height: 1;
  height: fit-content;
  margin-top: 8px;
  margin-right: 10px;
}

section .wrap .content ul li p {
  color: #686F81;
  font-size: 20px;
  line-height: 2;
  flex: 1;
}
section .wrap .content ul li .flex{
  display: flex;
}
section .wrap .content ul li .txt{
  display: flex;
  flex: 1;
  flex-direction: column;
}
section .wrap .content ul li .tit{
  font-size: 20px;
  margin-bottom: 10px;
  color: #686F81;
} */
section .wrap .top .main .content ul li,
section .wrap .bottom .content .text ul li {
  color: #686F81;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  /* align-items: center; */
}

section .wrap .top .main .content ul li p,
section .wrap .bottom .content .text ul li p {
  flex: 1;
}

section .wrap .top .main .content ul li::before,
section .wrap .bottom .content .text ul li::before {
  width: 12px;
  height: 5px;
  display: block;
  content: "";
  background-image: url(/static/images/fh.svg);
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-right: 10px;
}

html[lang="en"] section .wrap .bottom .content .text{
  width: 1080px;
}
@media screen and (max-width: 1919px) {
  html[lang="en"] section .wrap .bottom .content .text{
    width: 56.25vw;
  }
  section .wrap .top .main .content ul li,
  section .wrap .bottom .content .text ul li {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }

  section .wrap .top .main .content ul li::before,
  section .wrap .bottom .content .text ul li::before {
    width: 0.625vw;
    height: 0.2604166667vw;
    margin-right: 0.5208333333vw;
    margin-top: 0.625vw;
  }

  section .wrap .top {
    width: 75vw;
  }

  section .wrap .top .commonTitle {
    margin-bottom: 1.5625vw;
  }

  section .wrap .top .main .content {
    margin-bottom: 1.875vw;
  }

  section .wrap .top .main .content h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 0.78125vw;
  }

  section .wrap .top .main .content p {
    font-size: 1.0416666667vw;
  }

  section .wrap .top .main .list {
    gap: 2.0833333333vw;
  }

  section .wrap .top .main .list .item {
    border-radius: 0.5208333333vw;
  }

  section .wrap .top .main .list .item .text {
    left: 2.34375vw;
    bottom: 3.6458333333vw;
    width: calc(100% - 4.6875vw);
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }

  section .wrap .bottom .title {
    width: 75vw;
    margin: 0px auto 1.0416666667vw;
  }

  section .wrap .bottom .title h3 {
    font-size: 1.875vw;
    margin-bottom: 0.5208333333vw;
  }

  section .wrap .bottom .title p {
    font-size: 1.0416666667vw;
  }

  section .wrap .bottom .content {
    width: 75vw;
    margin: 0px auto 5.2083333333vw;
  }

  section .wrap .bottom .content .text {
    width: 47.9166666667vw;
  }

  section .wrap .bottom .content .text p {
    font-size: 1.04166666vw;
    line-height: 1.875vw;
  }

  section .wrap .bottom .content .text p span {
    font-size: 0.8333333333vw;
  }

  section .wrap .bottom .content .tab .prev,
  section .wrap .bottom .content .tab .next {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  section .wrap .bottom .content .tab .prev {
    margin-right: 0.625vw;
  }

  section .wrap .bottom .list {
    padding-left: calc(-37.5vw + 50vw);
  }

  section .wrap .bottom .list .swiper {
    width: 95.8333333333vw;
  }

  section .wrap .bottom .list .swiper .img {
    border-radius: 0.5208333333vw;
  }

  .section1 .wrap .top {
    padding-top: 6.6666666667vw;
    padding-bottom: 5.46875vw;
  }

  .section1 .wrap .bottom {
    padding-top: 6.7708333333vw;
    padding-bottom: 9.1666666667vw;
  }

  .section2 .wrap .top {
    padding-top: 4.1666666667vw;
    padding-bottom: 6.25vw;
  }

  .section2 .wrap .bottom {
    padding-top: 6.7708333333vw;
    padding-bottom: 9.1666666667vw;
  }

  .section3 .wrap .top {
    padding-top: 5.2083333333vw;
    padding-bottom: 7.2916666667vw;
  }

  .section3 .wrap .bottom {
    padding-top: 6.25vw;
    padding-bottom: 6.9791666667vw;
  }

  .section3 .wrap .bottom .title {
    margin-bottom: 2.6041666667vw;
  }

  .section3 .wrap .bottom .content {
    margin-bottom: 3.3854166667vw;
  }

  .section3 .wrap .bottom .content .text {
    width: 59.8958333333vw;
  }

  .section3 .wrap .bottom .content .text p {
    font-size: 1.041666666vw;
  }

  section .wrap .bottom .content .tab .next span,
  section .wrap .bottom .content .tab .prev span {
    font-size: 0.833333vw;
  }

  section .wrap .content .text .trem {
    width: 48.9583333333vw;
    margin-bottom: 1.0416666667vw;
  }

  section .wrap .content .text .trem h4 {
    font-size: 1.0416666667vw;
    margin-bottom: 0.5208333333vw;
  }

  section .wrap .content .text .trem .txt .icon {
    width: 0.625vw;
    margin-top: 0.4166666667vw;
    margin-right: 0.5208333333vw;
  }

}

@media screen and (max-width: 1024px) {
  html[lang="en"] section .wrap .bottom .content .text{
    width: 100%;
  }
  section .wrap .top .main .content ul li,
  section .wrap .bottom .content .text ul li {
    font-size: 14px;
    line-height: 2;
  }

  section .wrap .top .main .content ul li::before,
  section .wrap .bottom .content .text ul li::before {
    width: 10px;
    height: 5px;
    margin-right: 5px;
    margin-top: 12px;
  }

  section .wrap .top {
    width: 90%;
    padding: 60px 0;
  }

  section .wrap .top .commonTitle {
    margin-bottom: 20px;
  }

  section .wrap .top .main .content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  section .wrap .top .main .content {
    margin-bottom: 20px;
  }

  section .wrap .top .main .content p {
    font-size: 14px;
    line-height: 2;
  }

  section .wrap .top .main .list {
    gap: 20px;
  }

  section .wrap .bottom .title {
    width: 90%;
    margin-bottom: 20px;
  }

  section .wrap .bottom .content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    align-items: start;
    flex-direction: column
  }

  section .wrap .bottom .content .text {
    width: 100%;
  }

  section .wrap .bottom .content .text p {
    font-size: 14px;
    line-height: 2;
  }

  section .wrap .bottom .list {
    padding: 0 5vw;
  }

  section .wrap .bottom .list .swiper {
    width: 100%;
  }

  section .wrap .bottom .list .swiper .img {
    border-radius: 10px
  }

  section .wrap .bottom .list .swiper .img img {
    width: 100%;
  }

  section .wrap .bottom .list .swiper {
    overflow: unset;
  }

  section .wrap .bottom .list .swiper .img:hover img {
    transform: none;
  }

  section .wrap .bottom .title h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  section .wrap .bottom .title p {
    font-size: 16px;
  }

  .section3 .wrap .bottom .title {
    margin-bottom: 20px;
  }

  .section3 .wrap .bottom .content .text {
    width: 100%;
    margin-bottom: 30px;
  }

  .section3 .wrap .bottom .content .text p {
    font-size: 14px;
  }

  .section3 .wrap .bottom {
    padding: 60px 0;
  }

  section .wrap .bottom .content .tab .prev {
    margin-right: 10px;
  }

  section .wrap .bottom .content .tab .prev,
  section .wrap .bottom .content .tab .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  section .wrap .bottom .content .tab .next span,
  section .wrap .bottom .content .tab .prev span {
    font-size: 14px;
  }

  section .wrap .top .main .list .item {
    border-radius: 10px;
  }

  /* 
  section .wrap .content ul li p {
    font-size: 14px;
  }

  section .wrap .content ul {
    width: 100%;
  }

  section .wrap .content ul li {
    margin-bottom: 30px;
  }

  section .wrap .content ul li .icon {
    width: 10px;
    margin-top: 8px;
    margin-right: 10px;
  }

  section .wrap .content ul li .tit {
    font-size: 16px;
    margin-bottom: 10px;
  } */
  section .wrap .content .text .trem {
    width: 100%;
  }

  section .wrap .content .text .trem h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  section .wrap .content .text .trem .txt .icon {
    width: 10px;
    margin-top: 5px;
    margin-right: 5px;
  }

  section .wrap .content .text .trem {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  section .wrap .top .main .list {
    gap: 10px;
  }

  /* section .wrap .top .main .content h4 {
    font-size: 18px;
  } */
}