.aboutUsView .page-banner {
  height: 380px;
  display: flex;
  align-items: center;
}
.aboutUsView .page-banner .banner-cont {
  position: relative;
  padding-top: 90px;
  height: 100%;
  box-sizing: border-box;
}
.aboutUsView .page-banner .banner-cont .title {
  font-family: OPPOSans-M;
  font-size: 45px;
  font-weight: 500;
  color: #333333;
}
.aboutUsView .page-banner .banner-cont .describe {
  width: 460px;
  font-family: OPPOSans-R;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-top: 28px;
}
.aboutUsView .page-section {
  width: 100%;
  margin-top: 70px;
  background-color: #fff;
}
.aboutUsView .page-section .section-title {
  font-family: OPPOSans-M;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 45px;
}
.aboutUsView .page-section .introduction-cont {
  height: fit-content;
  min-height: 536px;
  background-image: linear-gradient(0deg, #fff 0%, #f2f7f5 100%);
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1), -6px -6px 20px 0px #ffffff;
  border-radius: 4px;
  border: 2px solid #ffffff;
  padding-top: 40px;
  box-sizing: border-box;
}
.aboutUsView .page-section .introduction-cont .data-list {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.aboutUsView .page-section .introduction-cont .data-list .data-item {
  width: 297px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.aboutUsView .page-section .introduction-cont .data-list .data-item .data-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.aboutUsView .page-section .introduction-cont .data-list .data-item .data-wrap .data-value {
  font-size: 48px;
  line-height: 0.8;
  color: #00bf80;
  font-weight: 500;
}
.aboutUsView .page-section .introduction-cont .data-list .data-item .data-wrap .company {
  font-size: 14px;
  color: #00bf80;
  margin-left: 10px;
}
.aboutUsView .page-section .introduction-cont .data-list .data-item .data-tit {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
  text-align: center;
}
.aboutUsView .page-section .introduction-cont .data-list .data-item .data-txt {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.aboutUsView .page-section .introduction-cont .introduce-title {
  text-align: center;
  font-family: OPPOSans-M;
  font-size: 28px;
  color: #333333;
  margin-bottom: 40px;
}
.aboutUsView .page-section .introduction-cont .introduce-content {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}
.aboutUsView .page-section .values-cont {
  margin-bottom: 70px;
}
.aboutUsView .page-section .values-cont .values-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.aboutUsView .page-section .values-cont .values-list .values-item {
  width: 386px;
  height: 220px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f7f5 100%);
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1), -6px -6px 20px 0px #ffffff;
  border-radius: 4px;
  border: 2px solid #ffffff;
  padding: 32px 32px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.aboutUsView .page-section .values-cont .values-list .values-item .values-item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.aboutUsView .page-section .values-cont .values-list .values-item .values-item-icon .icon {
  width: 50px;
  height: auto;
  display: block;
}
.aboutUsView .page-section .values-cont .values-list .values-item .values-item-text {
  flex: 1 0;
  align-self: stretch;
  padding-top: 3px;
  box-sizing: border-box;
}
.aboutUsView .page-section .values-cont .values-list .values-item .values-item-text .item-title {
  font-family: OPPOSans-M;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
.aboutUsView .page-section .values-cont .values-list .values-item .values-item-text .item-describe {
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.aboutUsView .page-section .values-cont .values-list .values-item:hover {
  box-shadow: inset 6px 6px 20px 0px rgba(55, 171, 132, 0.1), inset -6px -6px 20px 0px #ffffff;
  border: none;
  padding: 34px 34px 2px;
}
.aboutUsView .page-section.history-wrap {
  width: 100%;
  height: 690px;
  background-color: #f7faf9;
  padding-top: 70px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.aboutUsView .page-section.history-wrap .section-title {
  margin-bottom: 30px;
}
.aboutUsView .page-section.history-wrap .history-list-cont {
  position: relative;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper-button-prev::after,
.aboutUsView .page-section.history-wrap .history-list-cont .swiper-button-next::after {
  display: none;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .swiper-wrapper {
  position: relative;
  width: fit-content;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .swiper-wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url('/aboutUs/dashed.png');
  background-size: auto 100%;
  background-position: 0 50%;
  transform: translateY(-1px);
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item {
  height: 498px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item::before {
  position: absolute;
  top: 50%;
  left: 23px;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/aboutUs/drop.png');
  background-size: auto 100%;
  background-position: center;
  border-radius: 50%;
  transform: translateY(-12px);
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item::after {
  position: absolute;
  top: 50%;
  right: 23px;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/aboutUs/drop.png');
  background-size: auto 100%;
  background-position: center;
  border-radius: 50%;
  transform: translateY(-12px);
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont {
  width: 230px;
  height: 227px;
  position: relative;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e5e7eb;
  position: absolute;
  left: 20px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont:hover.top .back-box {
  background-image: url('/aboutUs/top-back-active.png');
  filter: drop-shadow(6px 6px 10px rgba(55, 171, 132, 0.2));
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont:hover.below .back-box {
  background-image: url('/aboutUs/below-back-active.png');
  filter: drop-shadow(6px 6px 10px rgba(55, 171, 132, 0.2));
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont .back-box {
  width: 100%;
  height: 100%;
  filter: drop-shadow(6px 6px 10px rgba(55, 171, 132, 0.1));
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont .history-cont-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont .history-cont-text .history-time {
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont .history-cont-text .history-title {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 2px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont .history-cont-text .history-describe {
  font-size: 14px;
  color: #666666;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont .history-cont-text .history-describe p {
  line-height: 25px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont .history-cont-text .history-describe li {
  line-height: 25px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont.top .back-box {
  background-image: url('/aboutUs/top-back.png');
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont.top .history-cont-text {
  padding: 29px 20px 0;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont.top::after {
  bottom: 32px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont.below .back-box {
  background-image: url('/aboutUs/below-back.png');
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont.below .history-cont-text {
  padding: 40px 20px 0;
}
.aboutUsView .page-section.history-wrap .history-list-cont .swiper .history-item .history-cont.below::after {
  bottom: 20px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .image_box {
  width: 48px;
  height: 48px;
  background-image: linear-gradient(0deg, #fff 0%, #f2f7f5 100%);
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1);
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 4;
}
.aboutUsView .page-section.history-wrap .history-list-cont .image_box.swiper-button-prev {
  left: -72px;
}
.aboutUsView .page-section.history-wrap .history-list-cont .image_box.swiper-button-next {
  right: -72px;
}
.aboutUsView .page-section .contact-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.aboutUsView .page-section .contact-cont .address-cont {
  width: 590px;
  position: relative;
}
.aboutUsView .page-section .contact-cont .address-cont .map {
  width: 100%;
  height: auto;
  display: block;
}
.aboutUsView .page-section .contact-cont .address-cont .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 163px;
  background-color: rgba(242, 250, 247, 0.7);
  border-radius: 0px 0px 4px 4px;
  padding: 30px 39px;
  box-sizing: border-box;
}
.aboutUsView .page-section .contact-cont .address-cont .text-wrap .tit {
  font-family: OPPOSans-M;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 14px;
}
.aboutUsView .page-section .contact-cont .address-cont .text-wrap .txt {
  font-family: OPPOSans-R;
  font-size: 16px;
  color: #666666;
}
.aboutUsView .page-section .contact-cont .information-cont {
  width: 560px;
}
.aboutUsView .page-section .contact-cont .information-cont .corporate-name {
  font-family: OPPOSans-B;
  font-size: 20px;
  line-height: 25px;
  color: #00bf80;
  margin-bottom: 14px;
  font-weight: 500;
}
.aboutUsView .page-section .contact-cont .information-cont .text-eh {
  font-family: OPPOSans-M;
  font-size: 22px;
  color: rgba(0, 191, 128, 0.5);
  margin-bottom: 38px;
}
.aboutUsView .page-section .contact-cont .information-cont .heat-ray-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.aboutUsView .page-section .contact-cont .information-cont .heat-ray-wrap .img {
  width: 40px;
  height: auto;
  display: block;
  margin-right: 9px;
}
.aboutUsView .page-section .contact-cont .information-cont .heat-ray-wrap .heat-ray-text {
  font-family: OPPOSans-M;
  font-size: 16px;
  color: #333333;
}
.aboutUsView .page-section .contact-cont .information-cont .heat-ray-wrap .heat-ray {
  font-family: OPPOSans-B;
  font-size: 26px;
  color: #00bf80;
}
.aboutUsView .page-section .contact-cont .information-cont .line {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 191, 128, 0.15);
}
.aboutUsView .page-section .contact-cont .information-cont .information-wrap {
  width: 100%;
  margin-top: 25px;
}
.aboutUsView .page-section .contact-cont .information-cont .information-wrap .information-text {
  font-family: OPPOSans-M;
  font-size: 16px;
  color: #333333;
  margin-bottom: 19px;
}
.aboutUsView .page-section .contact-cont .information-cont .information-wrap .email {
  font-family: OPPOSans-R;
  font-size: 16px;
  color: #666666;
  margin-bottom: 12px;
}
.aboutUsView .page-section .contact-cont .information-cont .information-wrap .wechat {
  font-family: OPPOSans-R;
  font-size: 16px;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.aboutUsView .page-section .contact-cont .information-cont .information-wrap .wechat .wechat-img {
  width: 90px;
  height: auto;
  display: block;
}
.aboutUsView .bottom-banner {
  width: 100%;
  height: 260px;
  background-image: url('/product/bottom-banner.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 0;
  padding: 55px 0 0;
  box-sizing: border-box;
}
.aboutUsView .bottom-banner .bottom-banner-cont {
  width: 1200px;
  margin: 0 auto;
}
.aboutUsView .bottom-banner .bottom-banner-cont h3 {
  font-family: OPPOSans-M;
  font-size: 34px;
  color: #434343;
  font-weight: 500;
  margin-bottom: 23px;
}
.aboutUsView .bottom-banner .bottom-banner-cont p {
  font-family: OPPOSans-R;
  font-size: 18px;
  color: #434343;
  font-weight: 400;
  margin-bottom: 39px;
}
.aboutUsView .bottom-banner .bottom-banner-cont a {
  width: 140px;
  height: 40px;
  background-color: #00bf80;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}
.aboutUsView .bottom-banner .bottom-banner-cont div {
  width: 140px;
  height: 40px;
  background-color: #00bf80;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
.aboutUsView .bottom-banner .bottom-banner-cont a:hover {
  background-color: #00b87a;
}
.aboutUsView .bottom-banner .bottom-banner-cont div:hover {
  background-color: #00b87a;
}
@media (max-width: 1300px) {
  .aboutUsView .bottom-banner .bottom-banner-cont {
    width: 1100px;
  }
}
