.indexA-rightint2 {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

@media screen and (max-width:1440px) {
  .indexA-rightint2 {
    padding: 50px 0;
  }
}

@media screen and (max-width:991px) {
  .indexA-rightint2 {
    padding: 30px 0;
  }
}


.indexA-rightint2::before {
  content: "Winpsheng";
  white-space: nowrap;
  color: rgb(243 244 246 / 53%);
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 182px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-family);
}
.indexA-rightint2 .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.indexA-rightint2 .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 100px;
}
.indexA-rightint2 .txt h3 {
  font-size: clamp(24px, 3.1vw, 48px);
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.indexA-rightint2 .txt h3 span {
  position: relative;
  z-index: 2;
}
.indexA-rightint2 .txt h3::after {
  content: "";
  width: 132px;
  height: 4px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -8px;
}
.indexA-rightint2 .txt h6 {
  color: #1DB186;
  font-size: 14px;
  font-family: var(--font-family);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.indexA-rightint2 .txt .t {
  font-size: 17px;
  color: #4b5563;
  font-weight: 300;
  line-height: 36px;
  margin: 50px 0 0;
}
.indexA-rightint2 .txt .t p {font-size: clamp(14px, 1.95vw, 20px);line-height: 1.8;color: #4b5563;}
.indexA-rightint2 .txt .more {
  width: 200px;
  height: 55px;
  line-height: 55px;
  display: block;
  margin: 35px auto 0 0;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  font-size: 17px;
  color: #fff;
  /* font-weight: 600; */
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
  box-shadow: 0px 0px 2px #3333332e;
}
.indexA-rightint2 .txt .more:hover {
  color: #fff;
   box-shadow: 2px 2px 2px #3333332e;
  background:#059669;
}

.indexA-rightint2 .pic {
  width: 44%;
  position: relative;
}
.indexA-rightint2 .pic > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 30px;
  box-shadow: 2px 2px 5px #3333335c;
}
.indexA-rightint2 .pic:hover > img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}


@media screen and (max-width: 1500px) {
  .indexA-rightint2 .txt {
    margin-right: 120px;
  }
  .indexA-rightint2 .txt .more {
    width: 160px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto 0 0;
    font-size: 15px;
  }
}

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

  .indexA-rightint2::before {
    font-size: 180px;
  }
  .indexA-rightint2 .txt {
    margin-right: 90px;
  }
  .indexA-rightint2 .txt .t {
    line-height: 34px;
    margin: 30px 0 0;
  }
}

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

  .indexA-rightint2::before {
    font-size: 160px;
  }
  .indexA-rightint2 .txt {
    margin-right: 70px;
  }

}


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

  .indexA-rightint2 .container {
    display: block;
  }
  .indexA-rightint2 .txt {
    text-align: center;
    margin-right: 0;
  }
  .indexA-rightint2 .txt h3 {
    display: inline-block;
  }
  .indexA-rightint2 .txt h3::after {
    width: 100%;
    right: 0;
    margin: 0 auto;
  }

  .indexA-rightint2 .pic {
    width: 80%;
    margin: 20px auto 0;
  }
}

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

  .indexA-rightint2::before {
    display: none;
  }

  .indexA-rightint2 .txt .t {
    font-size: 17px;
    line-height: 26px;
    margin: 20px 0 0;
  }
  .indexA-rightint2 .txt .more {
    width: 145px;
    height: 35px;
    line-height: 35px;
    margin: 20px auto 0;
    font-size: 14px;
  }
  .indexA-rightint2 .pic {
    width: 100%;
  }
}
