.home {
  padding-bottom: 50px;
}
.home .swiper-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home .bannerbox-cont {
  position: relative;
  z-index: 3;
  height: 0;
}
.home .bannerbox-cont .bannerbox {
  width: 100%;
  height: 90px;
  background-color: rgba(249, 251, 252, 0.7);
  backdrop-filter: blur(5px);
  transform: translateY(-100%);
}
.home .bannerbox-cont .bannerbox .cont {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}
.home .bannerbox-cont .bannerbox .cont .cont-text {
  font-size: 24px;
  color: #333333;
}
.home .bannerbox-cont .bannerbox .cont .cont-button {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #00bf80;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.home .bannerbox-cont .bannerbox .cont .cont-button:hover {
  background-color: #00b87a;
}
.home section {
  margin-top: 70px;
}
.home section .title {
  font-size: 28px;
  color: #434343;
  text-align: center;
  font-weight: 500;
}
.home section .sub-title {
  font-size: 14px;
  color: #434343;
  text-align: center;
  margin-top: 12px;
  line-height: 24px;
}
.home section .product-cont {
  margin-top: 30px;
}
.home section .product-cont .el-tabs__nav-scroll {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.home section .product-cont .el-tabs__nav-scroll .el-tabs__active-bar {
  background-color: #00bf80;
}
.home section .product-cont .el-tabs__nav-scroll .el-tabs__item {
  height: auto;
  line-height: 1;
}
.home section .product-cont .el-tabs__nav-scroll .el-tabs__item:hover {
  color: #00bf80;
}
.home section .product-cont .el-tabs__nav-scroll .el-tabs__item.is-active {
  color: #00bf80;
}
.home section .product-cont .el-tabs__nav-scroll .el-tabs__nav {
  padding: 0 0 15px 0;
}
.home section .product-cont .tag-optios-label {
  margin: 0 50px;
  text-align: center;
}
.home section .product-cont .tag-optios-label .tag-optios {
  margin-bottom: 15px;
}
.home section .product-cont .tag-optios-label .tag-optios .label-name {
  margin-top: 15px;
}
.home section .product-cont .product-content {
  width: 100%;
  height: 354px;
  margin-top: 45px;
  display: flex;
}
.home section .product-cont .product-content .product-content-left {
  width: 570px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home section .product-cont .product-content .product-content-right {
  flex: 1;
  padding: 30px 0 0 42px;
  box-sizing: border-box;
}
.home section .product-cont .product-content .product-content-right .product-content-title {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}
.home section .product-cont .product-content .product-content-right .product-content-describe {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-bottom: 20px;
}
.home section .product-cont .product-content .product-content-right .product-content-labelList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.home section .product-cont .product-content .product-content-right .product-content-labelList .labelList-item {
  font-size: 12px;
  color: #00bf80;
  border: 1px solid #00bf80;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 8px;
  padding: 6px 8px 5px;
  line-height: 1;
  box-sizing: border-box;
}
.home section .product-cont .product-content .product-content-right .product-content-labelList .labelList-item:last-child {
  margin-right: 0;
}
.home section .product-cont .product-content .product-content-right .product-content-button {
  width: 140px;
  height: 40px;
  display: inline-block;
  background-color: #00bf80;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.home section .product-cont .product-content .product-content-right .product-content-button:hover {
  background-color: #00b87a;
}
.home section.solution-wrap {
  width: 100%;
  height: 631px;
  padding-top: 70px;
  background-image: url("/solution-background.png");
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.home section.solution-wrap .title {
  color: #fff;
}
.home section.solution-wrap .sub-title {
  color: #fff;
}
.home section.solution-wrap .solution-cont {
  width: 100%;
  height: 385px;
  background-color: #141d2e;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.home section.solution-wrap .solution-cont .solution-tag {
  width: 240px;
  height: 100%;
  background-color: #101826;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  box-sizing: border-box;
}
.home section.solution-wrap .solution-cont .solution-tag .solution-tag-item {
  width: 100%;
  height: 52px;
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
  padding: 18px 0 18px 33px;
  box-sizing: border-box;
  cursor: pointer;
}
.home section.solution-wrap .solution-cont .solution-tag .solution-tag-item.change {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
}
.home section.solution-wrap .solution-cont .solution-tag .solution-tag-item.change::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #00bf80;
}
.home section.solution-wrap .solution-cont .solution-content {
  flex: 1;
  height: 385px;
  padding: 50px 0 30px 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce {
  width: 600px;
  height: 100%;
  margin-right: 60px;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top {
  width: 100%;
  height: 234px;
  border-bottom: 1px solid rgba(199, 199, 204, 0.3);
  box-sizing: border-box;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-describe {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 40px;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-label-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-label-list .label-list-item {
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-label-list .label-list-item .label-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  opacity: 0.4;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-label-list .label-list-item .label-text {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-label-list .label-list-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-label-list .label-list-item:hover .label-icon {
  opacity: 1;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-top .introduce-label-list .label-list-item:hover .label-text {
  opacity: 1;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-bottom {
  padding-top: 30px;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-bottom .lookOver-button {
  width: 104px;
  height: 40px;
  display: inline-block;
  background-color: #00bf80;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.home section.solution-wrap .solution-cont .solution-content .sol-introduce .introduce-bottom .lookOver-button:hover {
  background-color: #00b87a;
}
.home section.solution-wrap .solution-cont .solution-content .success-cases {
  flex: 1;
  height: 100%;
  padding: 12px 30px 0;
  box-sizing: border-box;
  position: relative;
}
.home section.solution-wrap .solution-cont .solution-content .success-cases::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, #abaeb4, transparent);
}
.home section.solution-wrap .solution-cont .solution-content .success-cases .cases-tit {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.home section.solution-wrap .solution-cont .solution-content .success-cases .cases-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.home section.solution-wrap .solution-cont .solution-content .success-cases .cases-list .cases-item {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home section.solution-wrap .solution-cont .solution-content .success-cases .cases-list .cases-item .cases-img {
  width: 130px;
  height: auto;
  display: block;
  filter: grayscale(100%) brightness(999%);
  opacity: 0.4;
}
.home section.solution-wrap .solution-cont .solution-content .success-cases .cases-list .cases-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.home section.solution-wrap .solution-cont .solution-content .success-cases .cases-list .cases-item:hover .cases-img {
  opacity: 1;
}
.home section .customerCase-cont {
  margin-top: 45px;
}
.home section .customerCase-cont .data-list {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home section .customerCase-cont .data-list .data-item {
  width: 297px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.home section .customerCase-cont .data-list .data-item .data-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.home section .customerCase-cont .data-list .data-item .data-wrap .data-value {
  font-size: 48px;
  line-height: 0.8;
  color: #00bf80;
  font-weight: 500;
}
.home section .customerCase-cont .data-list .data-item .data-wrap .company {
  font-size: 14px;
  color: #00bf80;
  margin-left: 10px;
}
.home section .customerCase-cont .data-list .data-item .data-tit {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
  text-align: center;
}
.home section .customerCase-cont .data-list .data-item .data-txt {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.home section .customerCase-cont .case-wrap {
  width: 100%;
  margin-top: 94px;
  display: flex;
  justify-content: flex-end;
}
.home section .customerCase-cont .case-wrap .case-list-wrap {
  width: 820px;
  height: 364px;
  padding: 40px 70px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f7f5 100%);
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1);
  border-radius: 4px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-img {
  width: 412px;
  height: 412px;
  background-color: #000;
  position: absolute;
  left: -380px;
  top: -24px;
  border-radius: 4px;
  overflow: hidden;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .caseList {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #e9e9f3;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 10px 5px;
  box-sizing: border-box;
  overflow: auto;

}
.home section .customerCase-cont .case-wrap .case-list-wrap > .caseList::-webkit-scrollbar {
  width: 0px !important;
  height: 5px !important;
}
.home section .customerCase-cont .case-wrap .case-list-wrap > .caseList::-webkit-scrollbar-thumb {
  border-radius: 0px !important;
  background: #acacac !important;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .caseList .case-item {
  width: 112px;
  height: 100%;
  margin: 0 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .caseList .case-item .case-logo {
  width: 92px;
  height: auto;
  display: block;
  filter: brightness(0);
  opacity: 50%;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .caseList .case-item.selectCase .case-logo {
  filter: none;
  opacity: 100%;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .caseList .case-item.selectCase::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background-color: #00bf80;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content {
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-introduce-list {
  width: 100%;
  margin-top: 38px;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-introduce-list .introduce-item {
  font-family: OPPOSans-R;
  font-size: 15px;
  color: #333333;
  line-height: 28px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap {
  display: flex;
  flex-direction: column;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-title {
  font-family: OPPOSans-R;
  font-size: 12px;
  color: #666666;
  margin-bottom: 14px;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-list {
  display: flex;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-list .product-item {
  width: 140px;
  height: 28px;
  margin-right: 10px;
  padding: 0 12px;
  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: 14px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-list .product-item .product-name {
  font-family: OPPOSans-M;
  font-size: 14px;
  color: #333333;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-list .product-item:hover {
  padding: 0 13px;
  background-color: #e0f7f0;
  background-image: none;
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1);
  border: 1px solid #00bf80;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-list .product-item:hover .product-name {
  color: #00bf80;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-list .product-item:hover .right-icon {
  animation: activity 0.9s linear infinite;
}
@keyframes activity {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(5px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.home section .customerCase-cont .case-wrap .case-list-wrap .case-content .case-product-wrap .case-product-list .product-item:hover .right-icon path {
  fill: #00bf80;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .button-wrap {
  width: 120px;
  height: 48px;
  position: absolute;
  right: 40px;
  bottom: -24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .button-wrap .button {
  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 #fff;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .button-wrap .button.canActivity {
  cursor: pointer;
}
.home section .customerCase-cont .case-wrap .case-list-wrap .button-wrap .button.canActivity:hover {
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.15);
}
.home section .customerCase-cont .case-wrap .case-list-wrap .button-wrap .button.canActivity:hover path {
  fill: #00bf80;
}
.home section .customerCase-cont .customer-partner {
  width: 100%;
  height: 192px;
  margin-top: 64px;
}
.home section .customerCase-cont .customer-partner .customer-partner-wrap {
  width: 100%;
  height: 96px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: scroll;
}
.home section .customerCase-cont .customer-partner .customer-partner-wrap::-webkit-scrollbar {
  width: 0px !important;
  height: 0px;
}
.home section .customerCase-cont .customer-partner .customer-partner-wrap::-webkit-scrollbar-thumb {
  border-radius: 0px !important;
  background: #acacac !important;
}
.home section .customerCase-cont .customer-partner .customer-partner-wrap.right .customer-partner-item {
  margin-right: 0;
  margin-left: 40px;
  animation-direction: reverse;
}
.home section .customerCase-cont .customer-partner .customer-partner-wrap .customer-partner-item {
  flex-shrink: 0;
  margin-right: 40px;
  animation: scrollbarpartner infinite;
  box-sizing: border-box;
  animation-timing-function: linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scrollbarpartner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--parnertwrapscrollhiddenWidth) * -1));
  }
}
.home section .news-cont {
  width: 100%;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home section .news-cont .hotspot-wrap {
  width: 780px;
  height: 440px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1), -6px -6px 20px 0px #ffffff;
  background-color: #fff;
  border-radius: 4px;
}
.home section .news-cont .hotspot-wrap .first-hotspot {
  width: 100%;
  height: 358px;
  padding: 50px 40px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.home section .news-cont .hotspot-wrap .first-hotspot .first-news-title {
  font-family: OPPOSans-M;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
}
.home section .news-cont .hotspot-wrap .first-hotspot .first-news-subtitle {
  font-family: OPPOSans-M;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 26px;
}
.home section .news-cont .hotspot-wrap .first-hotspot .first-news-describe {
  width: 480px;
  font-family: OPPOSans-R;
  font-size: 14px;
  line-height: 25px;
  color: #f9fbfc;
}
.home section .news-cont .hotspot-wrap .hotspot-list {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.home section .news-cont .hotspot-wrap .hotspot-list .news-item {
  position: relative;
  width: 33.33%;
  height: 100%;
  padding: 15px 40px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.home section .news-cont .hotspot-wrap .hotspot-list .news-item a{
  color: inherit;
}
.home section .news-cont .hotspot-wrap .hotspot-list .news-item:first-child::before {
  content: "";
  display: none;
}
.home section .news-cont .hotspot-wrap .hotspot-list .news-item::before {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  background-color: #e5e7eb;
}
.home section .news-cont .hotspot-wrap .hotspot-list .news-item .news-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: OPPSans-R;
  font-size: 15px;
  color: #333;
  line-height: 22px;
}
.home section .news-cont .news-wrap {
  flex: 1;
  height: 100%;
}
.home section .news-cont .news-wrap .modular-wrap {
  width: 100%;
  height: 210px;
  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: 35px 20px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.home section .news-cont .news-wrap .modular-wrap:last-child {
  margin-bottom: 0;
}
.home section .news-cont .news-wrap .modular-wrap .modular-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home section .news-cont .news-wrap .modular-wrap .modular-top h3 {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 20px;
  padding-left: 26px;
  background: no-repeat 0;
  background-size: 20px 20px;
}
.home section .news-cont .news-wrap .modular-wrap .modular-top .more {
  font-family: OPPOSans-R;
  font-size: 12px;
  color: #666666;
  padding-right: 13px;
  position: relative;
  cursor: pointer;
}
.home section .news-cont .news-wrap .modular-wrap .modular-top .more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 6px;
  height: 9px;
  background: url("/icon/right-arrow.png") no-repeat 0 0;
  background-size: 15px 9px;
}
.home section .news-cont .news-wrap .modular-wrap .modular-top .more:hover {
  color: #00bf80;
}
.home section .news-cont .news-wrap .modular-wrap .modular-top .more:hover::after {
  background-position: -10px 0;
}
.home section .news-cont .news-wrap .modular-wrap .news-list {
  width: 100%;
}
.home section .news-cont .news-wrap .modular-wrap .news-list .news-item {
  width: 100%;
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
  padding-left: 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  cursor: pointer;
}
.home section .news-cont .news-wrap .modular-wrap .news-list .news-item a {
  color: inherit;
}
.home section .news-cont .news-wrap .modular-wrap .news-list .news-item::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00bf80;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.home section .news-cont .news-wrap .modular-wrap .news-list .news-item:hover {
  color: #00bf80;
}
.home section .contact-cont {
  margin: 0 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home section .contact-cont .contact-item {
  width: 282px;
}
.home section .contact-cont .contact-item h3 {
  font-family: OPPOSans-R;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: 24px;
  padding-left: 43px;
  background: no-repeat 0;
  background-size: 24px auto;
  margin-bottom: 15px;
}
.home section .contact-cont .contact-item .contentList {
  width: 100%;
  padding-left: 44px;
  box-sizing: border-box;
}
.home section .contact-cont .contact-item .contentList .content-item {
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  white-space: pre-line;
}
