.investmentPromotion .investmentPromotion-img {
  width: auto;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.investmentPromotion .investmentPromotion-img:hover {
  transform: scale(1.3);
}
.investmentPromotion .investmentPromotion-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 160px 50px 80px;
}
.investmentPromotion .investmentPromotion-header .investmentPromotion-img-icon {
  margin-bottom: 50px;
}
.investmentPromotion .investmentPromotion-header .investmentPromotion-header-content {
  margin-left: 22px;
}
.investmentPromotion .investmentPromotion-header .investmentPromotion-header-content .investmentPromotion-header-enTitle {
  font-size: 28px;
  margin-bottom: 20px;
  color: #ff0000;
}
.investmentPromotion .investmentPromotion-header .investmentPromotion-header-content .investmentPromotion-header-title {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.investmentPromotion .investmentPromotion-header .investmentPromotion-header-content .investmentPromotion-header-redline {
  height: 90px;
  width: 2px;
  background-color: #ff0000;
}
.investmentPromotion #investmentPromotion-list {
  margin: 0 160px 30px 160px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.investmentPromotion #investmentPromotion-list .investmentPromotion-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/static/images/home/investmentPromotion_iconBg.png") no-repeat center center;
  background-size: 100% 100%;
  height: 155px;
  width: 315px;
  padding: 10px 0 20px 0;
}
.investmentPromotion #investmentPromotion-list .investmentPromotion-item .investmentPromotion-item-border {
  margin: 0 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.investmentPromotion .investmentPromotion-info {
  background: url("/static/images/home/investmentPromotion_bg.png") no-repeat center center;
  background-size: cover;
  height: 570px;
  margin-top: -220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
}
.investmentPromotion .investmentPromotion-info .investmentPromotion-info-enTitle {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.investmentPromotion .investmentPromotion-info .investmentPromotion-info-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}
.investmentPromotion .investmentPromotion-info .investmentPromotion-info-subTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 16px;
}
.investmentPromotion .investmentPromotion-info .btn-box {
  display: inline-block;
  padding: 8px 32px;
  margin-top: 36px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 24px;
  background-color: var(--contact-red);
  border: 2px solid var(--contact-red);
}
.investmentPromotion .investmentPromotion-info .btn-box:hover {
  border: none;
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.investmentPromotion .investmentPromotion-info .btn-box:hover .btn {
  color: #d60000 !important;
}
.investmentPromotion .investmentPromotion-info .btn-box:hover .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
}
.investmentPromotion .investmentPromotion-info .btn-box:active {
  color: #d60000 !important;
  background: #fff !important;
  border: 2px solid #d60000;
  box-sizing: border-box;
}
.investmentPromotion .investmentPromotion-info .btn-box:active .btn {
  color: #d60000 !important;
}
.investmentPromotion .investmentPromotion-info .btn-box:active .btn .icon-arrow-right {
  background: url(/static/images/productShare/arrow-right-red.png) center center no-repeat;
}
.investmentPromotion .investmentPromotion-info .btn-box .btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  color: #ffffff;
  font-size: 20px;
}
.investmentPromotion .investmentPromotion-info .btn-box .icon-font {
  width: 43px;
  height: 23px;
  margin-left: 12px;
}
.teaOrigin {
  display: flex;
  flex-direction: row;
  margin: 80px 0;
}
.teaOrigin .teaOrigin-imgList {
  display: flex;
}
.teaOrigin .teaOrigin-imgList .teaOrigin-img {
  width: auto;
  height: 50px;
  object-fit: cover;
}
.teaOrigin .teaOrigin-imgList .teaOrigin-redLine {
  height: 800px;
  width: 6px;
  background-color: #ff0000;
}
.teaOrigin .teaOrigin-contain {
  flex: 1;
  width: 1px;
  background: linear-gradient(to right, #EAEAEA 0%, #EAEAEA 50%, #ffffff 50.1%, #ffffff 100%);
  padding-left: 160px;
}
.teaOrigin .teaOrigin-contain .teaOrigin-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 62px;
}
.teaOrigin .teaOrigin-contain .teaOrigin-header .teaOrigin-header-enTitle {
  font-size: 28px;
  color: #ff0000;
  margin: 10px 0;
}
.teaOrigin .teaOrigin-contain .teaOrigin-header .teaOrigin-header-title {
  color: #1a1a1a;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.teaOrigin .teaOrigin-contain .teaOrigin-header .teaOrigin-header-redline {
  height: 90px;
  width: 2px;
  background-color: #ff0000;
}
.teaOrigin .teaOrigin-contain .teaOrigin-title {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 110px;
  margin-bottom: 20px;
}
.teaOrigin .teaOrigin-contain .teaOrigin-title .teaOrigin-title-red {
  color: #ff0000;
}
.teaOrigin .teaOrigin-contain .teaOrigin-content {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 40px;
}
