body {
  background-color: #F7F7F9;
}

.commonTitle h3 {
  font-size: 42px;
}

.section1 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-top: 135px;
  padding-bottom: 105px;
}

.section1 .wrap .content {
  /* width: 800px; */
  margin-top: 20px;
}

.section1 .wrap .content p {
  color: #687081;
  font-size: 20px;
  /* text-indent: 2em; */
}

.section1 .wrap .list {
  margin-top: 80px;
  position: relative;
}

.section1 .wrap .list .item {
  border-radius: 10px;
  overflow: hidden;
}

.section1 .wrap .list .item img {
  transition: all 1s;
}

.section1 .wrap .list .item:hover img {
  transform: scale(1.1);
}

.section1 .wrap .list .item .text {
  left: 30px;
  bottom: 35px;
  position: absolute;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 20px;
  line-height: 2;
}

.section1 .wrap .page {
  margin-top: 45px;
}

.section1 .wrap .page .swiper-pagination {
  position: static;
}

.section1 .wrap .page .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background-color: #C8D7E5;
  opacity: 1;
}

.section1 .wrap .page .swiper-pagination .swiper-pagination-bullet::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  content: "";
  opacity: 0;
  transition: all 0.6s;
  background: linear-gradient(270deg, #5BB7C3 0%, #0D4082 100%);
}

.section1 .wrap .page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.section2 {
  background: linear-gradient(90deg, #E7EEF2 0%, #EBF0F1 100%);
}

.section2 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-top: 87px;
  padding-bottom: 114px;
}

.section2 .wrap .content {
  margin-top: 10px;
  /* width: 700px; */
  margin-bottom: 44px;
}

.section2 .wrap .content p {
  color: #687081;
  font-size: 20px;
  line-height: 2;
  /* text-indent: 2em; */
}

.section2 .wrap .list {
  position: relative;
}

.section2 .wrap .list .item {
  border-radius: 10px;
  overflow: hidden;
}

.section2 .wrap .list .item img {
  transition: all 1s;
}

.section2 .wrap .list .item:hover img {
  transform: scale(1.1);
}

.section2 .wrap .list .item .text {
  left: 30px;
  bottom: 35px;
  position: absolute;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 18px;
  line-height: 2;
}

.section2 .wrap .list .tab {
  width: 1590px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section2 .wrap .list .tab .prev,
.section2 .wrap .list .tab .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(37, 100, 150, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}

.section2 .wrap .list .tab .prev:hover::after,
.section2 .wrap .list .tab .next:hover::after {
  opacity: 1;
}

.section2 .wrap .list .tab .next:hover span,
.section2 .wrap .list .tab .prev:hover span {
  color: #fff;
}

.section2 .wrap .list .tab .prev::after,
.section2 .wrap .list .tab .next::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  content: "";
  opacity: 0;
  transition: all 0.6s;
  background: linear-gradient(-90deg, #5BB7C3 0%, #0D4082 100%);
}

.section2 .wrap .list .tab .prev span,
.section2 .wrap .list .tab .next span {
  color: #2B719D;
  transition: all 0.6s;
  position: absolute;
  z-index: 2;
}

.section2 .wrap .list .tab .prev {
  margin-right: 12px;
}

.section2 .wrap .list .tab .prev span {
  transform: rotate(90deg);
}

.section2 .wrap .list .tab .next span {
  transform: rotate(-90deg);
}

.section3 {
  background-color: #F7F7F9;
}

.section3 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 110px;
}

.section3 .wrap .content {
  margin-top: 10px;
  margin-bottom: 60px;
}

.section3 .wrap .content p {
  color: #111;
  font-size: 20px;
  line-height: 30px;
}

.section3 .wrap .list .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.section3 .wrap .list .item:not(:last-child) {
  margin-bottom: 60px;
}

.section3 .wrap .list .item .img {
  width: 100%;
}

.section3 .wrap .list .item .img img {
  width: 100%;
}

.section3 .wrap .list .item .text {
  width: 1020px;
  position: absolute;
  left: 55px;
  bottom: 83px;
  z-index: 2;
}

.section3 .wrap .list .item .text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #fff;
}

.section3 .wrap .list .item .text p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-indent: 2em;
}

html[lang="en"] .section3 .wrap .list .item .text p {
  text-indent: 0em;
}

.section4 {
  background-color: #F7F7F9;
}

.section4 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-bottom: 140px;
}

.section4 .wrap .commonTitle .logo {
  top: 8px;
  transform: none;
}

.section4 .wrap .list {
  margin-top: 40px;
}

.section4 .wrap .list .item {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}

.section4 .wrap .list .item:not(:last-child) {
  margin-bottom: 20px;
}

.section4 .wrap .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.section4 .wrap .list .item .img,
.section4 .wrap .list .item .text {
  width: 50%;
}

.section4 .wrap .list .item .text {
  padding: 0 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section4 .wrap .list .item .text h4 {
  color: #111;
  font-size: 28px;
  margin-bottom: 20px;
}

.section4 .wrap .list .item .text p {
  color: #687081;
  font-size: 20px;
  line-height: 36px;
  text-indent: 2em;
}

html[lang="en"] .section4 .wrap .list .item .text p {
  text-indent: 0em;
}

.section1 .wrap .content {
  width: 100%;
}

.section2 .wrap .content ul li,
.section3 .wrap .list .item .text ul li {
  /* color: #fff; */
  color: #687081;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  /* align-items: center; */
}

html[lang="en"] .section3 .wrap .list .item .text h4 {
  color: #687081;
}

.section2 .wrap .content ul li p,
.section3 .wrap .list .item .text ul li p {
  flex: 1;
}

.section2 .wrap .content ul li::before,
.section3 .wrap .list .item .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"] .section3 .wrap .list .item .text ul li {
  color: #687081;
}

html[lang="en"] .section3 .wrap .list .item .text ul li::before {
  filter: none;
}


html[lang="en"] .section3 .wrap .list .item {
  display: flex;
  flex-direction: column-reverse;
}

html[lang="en"] .section3 .wrap .list .item .text {
  /* bottom: 120px; */
  position: static;
  width: 100%;
  margin-bottom: 30px;
}

html[lang="en"] .section3 .wrap .list .item .text p {
  color: #687081;
}

@media screen and (max-width: 1919px) {
  html[lang="en"] .section3 .wrap .list .item .text {
    /* bottom: 6.25vw; */
  }

  .section2 .wrap .content ul li,
  .section3 .wrap .list .item .text ul li {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }

  .section2 .wrap .content ul li::before,
  .section3 .wrap .list .item .text ul li::before {
    width: 0.625vw;
    height: 0.2604166667vw;
    margin-right: 0.5208333333vw;
    margin-top: 0.625vw;
  }

  .commonTitle h3 {
    font-size: 2.1875vw;
  }

  .section1 .wrap {
    width: 75vw;
    padding-top: 7.03125vw;
    padding-bottom: 5.46875vw;
  }

  .section1 .wrap .content {
    /* width: 41.6666666667vw; */
    margin-top: 1.0416666667vw;
  }

  .section1 .wrap .content p {
    font-size: 1.0416666667vw;
  }

  .section1 .wrap .list {
    margin-top: 4.1666666667vw;
  }

  .section1 .wrap .list .item {
    border-radius: 0.5208333333vw;
  }

  .section1 .wrap .list .item .text {
    left: 1.5625vw;
    bottom: 1.8229166667vw;
    width: calc(100% - 3.125vw);
    font-size: 1.0416666667vw;
  }

  .section1 .wrap .page {
    margin-top: 2.34375vw;
  }

  .section1 .wrap .page .swiper-pagination .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    margin: 0px 0.4166666667vw;
  }

  .section2 .wrap {
    width: 75vw;
    padding-top: 4.53125vw;
    padding-bottom: 5.9375vw;
  }

  .section2 .wrap .content {
    margin-top: 0.5208333333vw;
    /* width: 36.4583333333vw; */
    margin-bottom: 2.2916666667vw;
  }

  .section2 .wrap .content p {
    font-size: 1.0416666667vw;
  }

  .section2 .wrap .list .item {
    border-radius: 0.5208333333vw;
  }

  .section2 .wrap .list .item .text {
    left: 1.5625vw;
    bottom: 1.8229166667vw;
    width: calc(100% - 3.125vw);
    font-size: 0.9375vw;
  }

  .section2 .wrap .list .tab {
    width: 82.8125vw;
  }

  .section2 .wrap .list .tab .prev,
  .section2 .wrap .list .tab .next {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  .section2 .wrap .list .tab .prev {
    margin-right: 0.625vw;
  }

  .section3 .wrap {
    width: 75vw;
    padding-top: 3.90625vw;
    padding-bottom: 5.7291666667vw;
  }

  .section3 .wrap .content {
    margin-top: 0.5208333333vw;
    margin-bottom: 3.125vw;
  }

  .section3 .wrap .content p {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }

  .section3 .wrap .list .item {
    border-radius: 0.5208333333vw;
  }

  .section3 .wrap .list .item:not(:last-child) {
    margin-bottom: 3.125vw;
  }

  .section3 .wrap .list .item .text {
    width: 53.125vw;
    left: 2.8645833333vw;
    bottom: 4.3229166667vw;
  }

  .section3 .wrap .list .item .text h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 1.5625vw;
  }

  .section3 .wrap .list .item .text p {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }

  .section4 .wrap {
    width: 75vw;
    padding-bottom: 7.2916666667vw;
  }

  .section4 .wrap .commonTitle .logo {
    top: 0.4166666667vw;
  }

  .section4 .wrap .list {
    margin-top: 2.0833333333vw;
  }

  .section4 .wrap .list .item {
    border-radius: 0.5208333333vw;
  }

  .section4 .wrap .list .item:not(:last-child) {
    margin-bottom: 1.0416666667vw;
  }

  .section4 .wrap .list .item .text {
    padding: 0px 6.0416666667vw;
  }

  .section4 .wrap .list .item .text h4 {
    font-size: 1.4583333333vw;
    margin-bottom: 1.0416666667vw;
  }

  .section4 .wrap .list .item .text p {
    font-size: 1.0416666666vw;
    line-height: 1.875vw;
  }

  .section2 .wrap .list .tab .prev span,
  .section2 .wrap .list .tab .next span {
    font-size: 0.833333vw;
  }
}

@media screen and (max-width: 1024px) {

  .section3 .wrap .list .item .text ul li {
    font-size: 14px;
    line-height: 2;
  }

  .section3 .wrap .list .item .text ul li::before {
    width: 10px;
    height: 5px;
    margin-right: 5px;
    margin-top: 12px;
  }

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

  .commonTitle h3 {
    font-size: 24px;
  }

  .section1 .wrap .content {
    width: 100%;
    margin-top: 20px;
  }

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

  .section1 .wrap .list {
    margin-top: 30px;
  }

  .section1 .wrap .list .item {
    border-radius: 10px
  }

  .section1 .wrap .list .item .text {
    font-size: 14px;
    bottom: 20px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .section1 .wrap .page {
    margin-top: 20px;
  }

  .section1 .wrap .page .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

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

  .section2 .wrap .content {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
  }

  .section2 .wrap .content p {
    font-size: 14px;
  }

  .section2 .wrap .list .tab {
    width: 120px;
    position: static;
    transform: none;
    margin: 30px auto 0;
  }

  .section2 .wrap .list .tab .prev,
  .section2 .wrap .list .tab .next {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: none;
  }

  .section2 .wrap .list .tab .prev {
    margin-right: 10px
  }

  .section2 .wrap .list .tab .prev span,
  .section2 .wrap .list .tab .next span {
    font-size: 14px;
    color: #0D4082;

  }

  .section2 .wrap .list .tab .prev:hover span,
  .section2 .wrap .list .tab .next:hover span {
    color: #fff;
  }

  .section2 .wrap .list .item {
    border-radius: 10px;
  }

  .section2 .wrap .list .item img {
    width: 100%;
  }

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

  .section3 .wrap .content {
    margin-top: 20px;
    margin-bottom: 30px;
  }

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

  .section3 .wrap .list .item .text h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section3 .wrap .list .item .text {
    width: 90%;
    left: 5%;
    bottom: 30px;
  }

  .section3 .wrap .list .item .text p {
    font-size: 14px;
    line-height: 2;
  }

  .section3 .wrap .list .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section3 .wrap .list .item {
    border-radius: 10px;
  }

  .section3 .wrap .list .item .img img {
    filter: brightness(.8);
  }

  .section4 .wrap {
    width: 90%;
    padding-bottom: 60px;
  }

  .section4 .wrap .list .item .text h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section4 .wrap .list .item .text p {
    font-size: 14px;
    line-height: 2;
  }

  .section4 .wrap .list .item .text {
    padding: 30px;
  }

  .section4 .wrap .list .item .img,
  .section4 .wrap .list .item {
    overflow: hidden;
    border-radius: 10px;
  }

  .section4 .wrap .list .item:nth-child(2n),
  .section4 .wrap .list .item {
    width: 100%;
    flex-direction: column;
  }

  .section4 .wrap .list .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .section4 .wrap .list {
    margin-top: 30px;
  }

  .section4 .wrap .list .item .text,
  .section4 .wrap .list .item .img {
    width: 100%;
  }

  .section4 .wrap .list .item .img img {
    width: 100%;
  }

  .section4 .wrap .commonTitle .logo {
    display: none;
  }

  section .wrap .content p {
    text-indent: 2em;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .list .item img {
    width: 100%;
  }

  .section1 .wrap .list .swiper {
    overflow: unset;
  }

  .section1 .wrap {
    padding: 50px 0;
  }

  .section2 .wrap {
    padding: 50px 0;
  }

  .section2 .wrap .list .tab {
    width: 100px;
  }

  .section3 .wrap .list .item {
    height: 300px;
  }

  html[lang='en'] .section3 .wrap .list .item {
    height: auto;
  }

  .section3 .wrap .list .item .img {
    height: 100%;
  }

  .section3 .wrap .list .item .img img {
    height: 100%;
  }

  .section4 .wrap .list .item .text {
    padding: 20px
  }

  .commonTitle h3 {
    font-size: 20px;
  }

  .section4 .wrap {
    padding-bottom: 50px;
  }
}