body {
  margin: 0 auto;
  font-family: "PingFang SC-Regular";
}



.container {
  margin: 0 auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.page-banner {
  height: 500px;
  width: 100%;
}
.page-banner .wp {
  height: 100%;
  position: relative;
}
.page-banner .text {
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-banner .text h2 {
  font-size: 36px;
  line-height: 50px;
}
.page-banner .text p {
  font-size: 20px;
  line-height: 25px;
  
}
.page-banner .text a {
  display: block;
  vertical-align: top;
  margin-top: 46px;
  width: 201px;
  line-height: 34px;
  background: #74ff00;
  border-radius: 4px;
  text-align: center;
}

.subtitle {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  
  color: #222;
  
}

.subtitle p {
  font-size: 20px;
  line-height: 28px;
}

.text-content {
  margin-top: 21px;
}

.text-content p {
  font-size: 14px;
  line-height: 20px;
}

.p1 {
  display: flex;
  align-items: center;
}

.point {
  width: 10px;
  height: 10px;
  margin: 20px 10px;
  border-radius: 50%;
  background-color: #0571ff;
}
.circle {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.circle img {
  width: 98px;
  height: 65px;
}

.img-banner {
  background-color: #fff;
  
  
  padding: 80px 0 100px;
}
.img-banner .item-swiper {
  margin: 0 -15px;
  position: relative;
}
.img-banner .item-swiper .swiper-slide {
  padding: 0 15px;
}
.img-banner .item-swiper .item-box {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  
}
.img-banner .item-swiper .item-box .img {
  overflow: hidden;
}
.img-banner .item-swiper .item-box .img span {
  display: block;
  height: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.img-banner .item-swiper .item-box .img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.img-banner .item-swiper .item-box .text {
  padding: 20px 40px;
  background: #fff;
  text-align: center;
}
.img-banner .item-swiper .item-box .text h4 {
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
}
.img-banner .item-swiper .item-box .text p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #385064;
  height: 36px;
  overflow: hidden;
}
.img-banner .item-swiper .item-box .text .links {
  margin-top: 16px;
}
.img-banner .item-swiper .item-box .text .links span {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 14px;
}
.img-banner .item-swiper .item-box:hover {
  filter: grayscale(0%);
  transition: 0.4s;
}
.img-banner .item-swiper .item-box:hover .img img {
  transition: 0.4s;
  transform: scale(1.1);
}
.img-banner .item-swiper .swiper-button-prev,
.img-banner .item-swiper .swiper-button-next {
  width: 24px;
  height: 36px;
  margin-top: -18px;
  outline: none;
}
.img-banner .item-swiper .swiper-button-prev {
  background: url("../image/prev.png");
  background-size: 100% 100%;
  left: -40px;
}
.img-banner .item-swiper .swiper-button-next {
  background: url("../image/next.png");
  background-size: 100% 100%;
  right: -40px;
}
.img-banner .title .enTitle {
  font-size: 16px;
  font-weight: 550;
  color: #5f77df;
  text-align: center;
}
.img-banner .title .lineBox {
  display: flex;
  justify-content: center;
}
.img-banner .title .lineBox span {
  width: 80px;
  height: 8px;
  background-color: #1a5eed;
  
}
.img-banner .item-swiper .swiper-pagination3 {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.img-banner .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 20px;
  height: 8px;
  border-radius: 5px;
  margin: 0 3px;
}
.imgFlex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 41px;
}
.imgDiv {
  flex: 1 1 auto;
  max-width: 20%;
  text-align: center;
}
.imgDiv img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.img {
  height: 301px;
  max-width: 400px;
  width: 100%;
  display: block;
  background-size: cover;
}