.banner  {
  position: relative;
}
.banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.banner .swiper-pagination {
  z-index: 1;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  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: 40px;
  position: relative;
}
.modulTitle .en .bold {
  font-size: 40px;
  font-weight: 650;
  text-transform: uppercase;
}
.modulTitle .cn {
  font-weight: 650;
  font-size: 24px;
}
.modulTitle .cn::before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background: #029FE7;
  margin: 10px 0 5px;
}

.homeProduct {
  padding: 70px 0;
  width: 1200px;
  margin: 0 auto;
}
.homeProduct .flexRow {
  display: flex;
  /* align-items:; */
  justify-content: space-between;
}
.homeProduct .section {
  width: 625px;
  flex-wrap: wrap;
}
.homeProduct .item {
  width: 300px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 30px;
  position: relative;
}
.homeProduct .item .thumb {
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.homeProduct .item .thumb::before {
  display: block;
  content: "";
  background: #DEF1FA;
  width: 186px;
  height: 186px;
  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: 20px 25px;
  border-top: #27ACEA 2px solid;
}
.homeProduct .titleBox .title {
  font-weight: 500;
  font-size: 17px;
}
.homeProduct .titleBox .infos {
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  margin-top: 7px;
}
.homeProduct .item:hover img {
  transform: scale(1.1);
}
.homeProduct .item:not(.productAd):hover .titleBox {
  background: #27ACEA;
  color: #FFFFFF;
}
.homeProduct .item:not(.productAd):hover .infos {
  color: #FFFFFF;
}
.homeProduct .productAd {
  margin-top: 0;
  width: 552px;
}
.homeProduct .productAd .titleBox {
  border: none;
  padding: 30px;
  background: #FFFFFF;
}
.homeProduct .productAd .thumb {
  height: 300px;
  padding: 0 30px;
  margin-top: -40px;
}
.homeProduct .productAd .thumb::before {
  width: 248px;
  height: 248px;
}
.homeProduct .more {
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 1150px;
  height: 90px;
  background: url(../images/bg001.png) repeat-x #029FE7;
  border-top-left-radius: 10px;
  display: flex;
  box-sizing: border-box;
  padding: 0 30px;
  align-items: center;
  background-size: 100%;
}
.homeProduct .more a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
.homeProduct .more a::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #9BD8F4;
  margin-top: 15px;
}

.homgIndustry {
  padding: 50px 0 70px;
  background: url(../images/bg002.jpg) no-repeat top;
  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 .more:hover {
  background: #27ACEA;
  color: #FFFFFF;
  border-color: #27ACEA;
}
.homgIndustry .item {
  display: block;
  width: 380px;
  margin-top: 50px;
  background: #FFFFFF;
}
.homgIndustry .item .thumb {
  height: 285px;
  position: relative;
}
.homgIndustry .item .mask {
  width: 100%;
  height: 100%;
  background: rgba(39, 172, 234, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  opacity: 0;
  transition: all 0.5s;
}
.homgIndustry .item .mask img {
  display: block;
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin-bottom: 20px;
}
.homgIndustry .item .mask::before {
  font-size: 65px;
  margin-bottom: 20px;
}
.homgIndustry .item:hover .mask {
  opacity: 1;
}
.homgIndustry .item .content {
  padding: 20px;
}
.homgIndustry .title {
  font-weight: 600;
  font-size: 20px;
}
.homgIndustry .item:hover .title {
  color: #27ACEA;
}
.homgIndustry .infos {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  height: 52px;
  margin-top: 5px;
}

.homeAbout {
  height: 530px;
  background: url(../images/bg003.jpg) no-repeat top;
  background-size: cover;
  position: relative;
}
.homeAbout .tablist {
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.homeAbout .wrap {
  overflow: unset;
  height: 100%;
}
.homeAbout .content {
  width: 450px;
  height: 410px;
  background: rgba(39, 172, 234, 0.8);
  padding: 25px 20px;
}
.homeAbout .content .title {
  font-weight: 650;
  font-size: 24px;
  color: #FFFFFF;
}
.homeAbout .content .text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 15px;
  
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.homeAbout .item {
  flex: 1 1 285px;
  height: 100%;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  padding: 0 25px;
}
.homeAbout .item .title {
  height: 28px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.homeAbout .item .en {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 13px;
  margin-top: 10px;
}
.homeAbout .item .en::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #BDB8B1;
  margin-top: 15px;
}
.homeAbout .item.active {
  background: rgba(39, 172, 234, 0.8);
  flex: 1 0 450px;
  width: 450px;
  height: 120px;
  text-align: left;
  align-items: flex-start;
  padding: 0 35px;
}
.homeAbout .item:not(.active):hover {
  background: rgba(39, 172, 234, 0.6);
}
.homeStrategic {
  padding-top: 50px;
}
.coopWrap {
  height: 560px;
  margin-top: -38px;
  position: relative;
}
.coopWrap::before {
  display: block;
  content: "";
  width: 395px;
  height: 395px;
  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: 260px;
  height: 260px;
  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: 220px;
  height: 220px;
  border: 1px #FFFFFF solid;
  z-index: 1;
}
.coopWrap .totals {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.coopWrap .totals .num {
  font-size: 60px;
  font-weight: 500;
  color: #FFFFFF;
}
.coopWrap .totals .unit {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.coopWrap .totals .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
}
.coopWrap .totals .more::before,
.coopWrap .totals .more::after {
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-70%, 0);
  width: 30px;
  height: 1px;
  background: #94D4F2;
  position: unset;
  transform: rotate(0);
  z-index: 1;
  margin: 0 10px;
}
.coopWrap .totals:hover {
  opacity: 0.8;
}
.coopWrap .list {
  display: flex;
  width: 386px;
  flex-wrap: wrap;
}
.coopWrap .list.list1 {
  margin-top: 83px;
  margin-left: 120px;
}
.coopWrap .list.list2 {
  margin-top: 83px;
  margin-right: 115px;
}
.coopWrap .list .item {
  width: 123px;
  height: 123px;
  display: flex;
  position: relative;
  margin: 35px;
  transform: rotate(45deg);
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.coopWrap .list .item img {
  display: block;
  margin: auto;
  width: 95px;
  height: 50px;
  object-fit: contain;
  position: relative;
  z-index: 9;
  transform: rotate(-45deg);
}
.coopWrap .list1 .item:nth-child(3) {
  margin-top: -57px;
  margin-left: -62px;
}
.coopWrap .list1 .item:nth-child(4) {
  margin-top: -57px;
  margin-left: 34px;
}
.coopWrap .list .item:nth-child(5) {
  margin-top: -57px;
}
.coopWrap .list .item:nth-child(6) {
  margin-top: -57px;
  margin-left: 34px;
}
.coopWrap .list2 .item:nth-child(3) {
  margin-top: -57px;
  margin-left: 130px;
  margin-right: -130px;
}
.coopWrap .list2 .item:nth-child(4) {
  margin-top: -57px;
  margin-left: 203px;
  margin-right: -130px;
}