/* #myVideo {
  width: 100%;
} */
.banner1 {
  width: 100%;
  height: 5rem;
  background: url('../images/index/swiper1.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.banner2 {
  width: 100%;
  height: 5rem;
  background: url('../images/index/swiper2.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.banner3 {
  width: 100%;
  height: 5rem;
  background: url('../images/index/swiper3.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide .content {
  padding-top: 1.8rem;
  padding-left: 0.4rem;
}
.swiper-slide .content .title {
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.84rem;
}
.swiper-slide .content .subtitle {
  font-size: 0.35rem;
  color: rgba(255, 255, 255, 0.5200);
  line-height: 0.49rem;
}
.my-bullet {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0rem 0.1rem;
  border-radius: 50%;
  border: 0.01rem solid #ffffff;
  cursor: pointer;
}
.my-bullet-active {
  background-color: #ffffff;
}
.item .item-title {
  margin-top: 0.43rem;
  margin-bottom: 0.22rem;
  font-size: 0.32rem;
  font-weight: 800;
  line-height: 0.45rem;
  text-align: center;
}
.solution-list {
  padding: 0rem 0.3rem;
  margin-bottom: 1.7rem;
}
.solution-item {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 0.3rem;
  box-shadow: 0px 3px 8px 3px rgb(195 195 195 / 27%);
}
.solution-item:last-of-type {
  margin-bottom: 0rem;
}
.solution-item .left-content {
  flex: 1;
  padding: 0rem 0.24rem 0rem 0.2rem;
}
.solution-item .img {
  flex-shrink: 0;
  width: 2.49rem;
}
.solution-title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.42rem;
  color: #000000;
  padding-top: 0.13rem;
  margin-bottom: 0.09rem;
}
.solution-content {
  font-size: 0.22rem;
  line-height: 0.30rem;
  color: #808080; 
  text-align: justify;
}
.product-list {
  display: flex;
  padding: 0rem 0.3rem;
  flex-wrap: wrap;
}
.product-item {
  width: 3.3rem;
  height: 3.43rem;
  margin-bottom: 0.3rem;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 3px rgb(195 195 195 / 27%);
}
.product-item:nth-child(2n+1) {
  margin-right: 0.3rem;
}
.product-item .img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.56rem auto 0.4rem;
}
.product-item h3 {
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #000000;
  margin-bottom: 0.09rem;
}
.product-item p {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #9D9D9D;
  text-align: justify;
  padding: 0rem 0.28rem;
}
.culture-list {
  display: flex;
  padding: 0rem 0.3rem;
  flex-wrap: wrap;
}
.culture-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 4.24rem;
  margin-bottom: 0.3rem;
}
.culture-item:nth-child(2n+1) {
  margin-right: 0.3rem;
}
.culture1 {
  background: url(../images/index/image7.png) no-repeat;
  background-size: cover;
}
.culture2 {
  background: url(../images/index/image8.png) no-repeat;
  background-size: cover;
}
.culture3 {
  background: url(../images/index/image9.png) no-repeat;
  background-size: cover;
}
.culture4 {
  background: url(../images/index/image10.png) no-repeat;
  background-size: cover;
}
.culture-item p {
  font-size: 0.34rem;
  color: #ffffff;
  line-height: 0.48rem;
  letter-spacing: 0.05rem;
}
.module {
  margin: 0.4rem 0.3rem;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 3px rgb(195 195 195 / 27%);
}
.module h2 {
  font-size: 0.32rem;
  color: #000000;
  font-weight: bold;
  line-height: 0.45rem;
  text-align: center;
  padding-top: 0.32rem;
}
.module-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0.05rem 0rem;
}
.customer-item {
  width: 1.15rem;
  /* height: 0.9rem; */
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-item img {
  width: 100%;
}
.block {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.4rem;
  background: url(../images/index/bg1.png) no-repeat;
  background-size: cover;
}
.block h2 {
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.33rem;
  text-align: center;
  padding-top: 0.34rem;
}
.block p {
  font-size: 0.18rem;
  color: #D4D4D4;
  line-height: 0.25rem;
  text-align: center;
  padding-top: 0.1rem;
}
.block .form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.block .form .input {
  width: 4.47rem;
  height: 0.5rem;
  font-size: 0.16rem;
  padding: 0.14rem 0.2rem;
  background-color: #FFFFFF;
  border-radius: 0.06rem;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  outline: none;
}
.block .form .btn {
  width: 1.2rem;
  height: 0.5rem;
  font-size: 0.2rem;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.5rem;
  margin-left: 0.1rem;
  border-radius: 0.06rem;
  background-color: #006AFF;
}