.business-banner-bg {
  margin-top: 100px;
  height: 700px;
  background: url('../image/products/product_banner.jpg') no-repeat center center;
}

.about-text {
  font-size: 16px;
  font-family: 'REGULAR';
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-indent: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-second {
  height: 400px;
  margin: 20px 0;
  background: url('../image/aboutUs/bg1.jpg') no-repeat center;
}

.about-second h2 {
  font-size: 24px;
  font-family: "MEDIUM";
  font-weight: normal;
}

.about-line {
  width: 43px;
  height: 1px;
  background-color: #c3282a;
  display: block;
  margin: 14px auto;
}

.about-second-title {
  font-family: 'NORMAL';
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 14px;
}

.about-second-text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #333333;
}

.about-three {
  height: 472px;
  margin-top: 126px;
  background: url('../image/aboutUs/bg2.png') no-repeat center;
}

.about-three>h2 {
  position: relative;
  top: -20px;
}

.about-three>.line {
  margin-top: 10px !important;
}

.swiper-wrapper>a {
  text-decoration: none;
}

.about-four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.product-four-child {
  width: 360px;
  height: 460px;
  background-color: #ffffff;
  /* box-shadow: 0px 8px 10px 0px rgba(204, 204, 204, 0.5); */
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 22px;
  cursor: pointer;
  transition: all 0.2s;
}

.about-four-child {
  width: 290px;
  height: 309px;
  background-color: #ffffff;
  box-shadow: 0px 8px 10px 0px rgba(204, 204, 204, 0.5);
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 50px;
  cursor: pointer;
  transition: all 0.2s;
}

.about-four-child:hover {
  transform: translateY(-5px);
}

.product-core-img {
  text-align: center;
  height: 245px;
  /* padding: 28px 0; */

}

.about-four-text {
  background-color: #eaeaea;
  height: 64px;
  border-radius: 0px 0px 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-img {
  text-align: center;
  width: 360px;
  height: 396px;
  padding: 26px 0;
}

.product-four-text {
  background-color: #eaeaea;
  height: 64px;
  border-radius: 0px 0px 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-four-lf {
  font-family: 'MEDIUM';
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  height: 35px;
  line-height: 35px;
  border-right: 1px solid #000;
  padding-right: 10px;
}

.about-four-rg {
  display: inline-block;
  height: 38px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 9px;
}

.about-four-child:hover .about-four-text {
  color: #fff !important;
  background-color: #c3282a;
}

.about-four-child:hover .about-four-lf {
  color: #fff !important;
  border-color: #fff;
}

.about-four-child:hover .about-four-rg {
  color: #fff !important;
}

.three-container {
  height: 320px;
  display: flex;
  justify-content: left;
  padding-left: 100px;
}

.three-child {
  width: 200px;
}

.three-year {
  font-family: 'MEDIUM';
  font-size: 24px;
  line-height: 23px;
  color: #000000;
}

.three-lines {
  width: 38px;
  height: 1px;
  background-color: #191919;
  margin: 6px 0 8px 0;
}

.three-text {
  font-size: 16px;
  line-height: 23px;
  color: #333333;
  display: block;
}

.year-one {
  padding-top: 100px;
  padding-left: 20px;
}

.year-two {
  padding-top: 90px;
  padding-left: 30px;
}

.year-three {
  padding-top: 80px;
  padding-left: 30px;
}

.year-four {
  padding-top: 50px;
  padding-left: 30px;
}

.year-five {
  padding-top: 0px;
  padding-left: 30px;
}