.banner  {
  position: relative;
}
.banner img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  display: block;
}
.banner .swiper-pagination {
  z-index: 1;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0,0,0, 0.4);
  opacity: 1;
  margin: 0 6px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0,0,0, 0.6);
}

.modulTitle {
  width: 100%;
}
.modulTitle .en {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
  position: relative;
}
.modulTitle .en .bold {
  font-size: 25px;
  font-weight: 650;
  text-transform: uppercase;
}
.modulTitle .cn {
  font-weight: 650;
  font-size: 20px;
}
.modulTitle .cn::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #029FE7;
  margin: 8px 0;
}

.homeProduct {
  padding: 25px 15px;
  margin: 0 auto;
}
.homeProduct .flexRow {
  display: flex;
  /* align-items:; */
  justify-content: space-between;
}
.homeProduct .section {
  flex-wrap: wrap;
}
.homeProduct .item {
  width: 48%;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
  position: relative;
}
.homeProduct .item .thumb {
  width: 100%;
  height: 36.5vw;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
  overflow: hidden;
}
.homeProduct .item .thumb::before {
  display: block;
  content: "";
  background: #DEF1FA;
  width: 102px;
  height: 102px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.homeProduct .item .thumb img {
  display: block;
  object-fit: contain;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.homeProduct .titleBox {
  padding: 10px;
  border-top: #27ACEA 2px solid;
}
.homeProduct .titleBox .title {
  font-weight: 500;
  font-size: 14px;
}
.homeProduct .titleBox .infos {
  font-weight: 300;
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}
.homeProduct .more {
  display: block;
  width: 120px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px #8DD1F2 solid;
  font-weight: 400;
  font-size: 12px;
  color: #27ACEA;
  margin: 20px auto 0;
}

.homgIndustry {
  padding: 30px 0 15px;
  background: #FFFFFF;
  background-size: cover;
}
.homgIndustry .more {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  border: 1px #81C7E8 solid;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #27ACEA;
}
.homgIndustry .item {
  display: block;
  margin-top: 15px;
  background: #FFFFFF;
}
.homgIndustry .item .thumb {
  height: 76vw;
  position: relative;
}
.homgIndustry .item .content {
  padding: 20px;
  border: 1px #EEEEEE solid;
}
.homgIndustry .title {
  font-weight: 600;
  font-size: 20px;
}
.homgIndustry .infos {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  height: 52px;
  margin-top: 5px;
}

.homeAbout {
  min-height: 117vw;
  background: url(../images/bg003.jpg) no-repeat top;
  background-size: cover;
  position: relative;
}
.homeAbout::after {
  display: block;
  content: "";
  width: 100%;
  height: 32vw;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.homeAbout .content {
  min-height: 85vw;
  background: rgba(39, 172, 234, 0.8);
  padding: 40px 25px;
}
.homeAbout .content .title {
  font-weight: 650;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.homeAbout .content .text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 28px;
  margin-top: 15px;
}
.homeAbout .en {
  height: 32vw;
  width: 100%;
  background: rgba(39, 172, 234, 0.8);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  z-index: 9;
}
.homeAbout .en a {
  display: block;
  color: #FFFFFF;
  text-align: center;
}
.homeAbout .en::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  margin-top: 15px;
}
.homeStrategic {
  padding: 30px 15px 50px;
  background: #FFFFFF;
}


.coopWrap {
  height: 73.33vw;
  position: relative;
  padding: 0 10px;
}
.coopWrap::before {
  display: block;
  content: "";
  width: 49.33vw;
  height: 49.33vw;
  border: 1px #D8EBF6 solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-70%, 0);
}
.coopWrap .totals::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-70%, 0);
  z-index: -1;
  width: 32.5vw;
  height: 32.5vw;
  background: #4DB8EA;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
.coopWrap .totals::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-70%, 0);
  z-index: -1;
  width: 27.73vw;
  height: 27.73vw;
  border: 1px #FFFFFF solid;
  z-index: 1;
}
.coopWrap .totals {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.coopWrap .totals .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coopWrap .totals .num {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.coopWrap .totals .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.coopWrap .totals .content::before,
.coopWrap .totals .content::after {
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-70%, 0);
  width: 14px;
  height: 1px;
  background: #94D4F2;
  position: unset;
  transform: rotate(0);
  z-index: 1;
  margin: 0 10px;
}
.coopWrap .totals:hover {
  opacity: 0.8;
}
.coopWrap .list.list1 {
  margin-top: 7.5vw;
  margin-left: 2.67vw;
}
.coopWrap .list.list2 {
  margin-top: 7.5vw;
  margin-right: 2.67vw;
}
.coopWrap .list .item {
  width: 15.7vw;
  height: 15.7vw;
  display: flex;
  position: relative;
  margin: 9vw;
  transform: rotate(45deg);
  background: #FFFFFF;
  box-shadow: 0px 0px 6.4vw rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.coopWrap .list .item img {
  display: block;
  margin: auto;
  width: 13.6vw;
  height: 6.13vw;
  object-fit: contain;
  position: relative;
  z-index: 9;
  transform: rotate(-45deg);
}
.coopWrap .list1 .item:nth-child(2) {
  margin-top: -12.27vw;
  margin-left: -3.47vw;
}
.coopWrap .list .item:nth-child(3) {
  margin-top: -12.53vw;
}
.coopWrap .list2 .item:nth-child(2) {
  margin-top: -12.27vw;
  margin-left: 22.13vw;
  margin-right: -22.13vw;;
}