.home-page .banner {
  width: 100%;
  height: 720px;
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/index-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 300px;
}
.home-page .banner .banner-center {
  padding-left: 252px;
  color: #ffffff;
  margin: 0 auto;
}
.home-page .banner .banner-center .banner-center-title {
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 14px;
}
.home-page .banner .banner-center .banner-center-introduction {
  max-width: 888px;
  font-size: 24px;
  font-weight: 400;
}
.home-page .banner .banner-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 127px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.15);
  border-radius: 8px;
  backdrop-filter: blur(11px);
}
.home-page .banner .banner-bottom .banner-bottom-text {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.home-page .banner .banner-bottom .banner-bottom-text .consulation,
.home-page .banner .banner-bottom .banner-bottom-text .monitor,
.home-page .banner .banner-bottom .banner-bottom-text .manage,
.home-page .banner .banner-bottom .banner-bottom-text .risk {
  display: flex;
  align-items: center;
}
.home-page .banner .banner-bottom .banner-bottom-text .consulation,
.home-page .banner .banner-bottom .banner-bottom-text .monitor,
.home-page .banner .banner-bottom .banner-bottom-text .manage {
  margin-right: 40px;
}
.home-page .banner .banner-bottom .banner-bottom-text .consulation img,
.home-page .banner .banner-bottom .banner-bottom-text .monitor img,
.home-page .banner .banner-bottom .banner-bottom-text .manage img,
.home-page .banner .banner-bottom .banner-bottom-text .risk img {
  width: 70px;
  height: 70px;
  margin-right: 14px;
}

.home-page .provision-service {
  width: 100%;
  height: 583px;
  padding: 80px 0 55px;
  background: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/index-service-bg.png") no-repeat;
  background-size: 100% 100%;
}
.home-page .provision-service .title {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 51px;
}
.home-page .provision-service .service-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .provision-service .service-list .service-item {
  width: 414px;
  height: 365px;
  padding: 137px 20px 90px;
}
.home-page .provision-service .service-list .service-item .item-title {
  width: 381px;
  height: 66px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.home-page .provision-service .service-list .service-item .item-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.home-page .provision-service .service-list .service-item:nth-child(1) {
  background: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/index-service1.png") no-repeat;
  background-size: 100% 100%;
}
.home-page .provision-service .service-list .service-item:nth-child(2) {
  background: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/index-service2.png") no-repeat;
  background-size: 100% 100%;
}
.home-page .provision-service .service-list .service-item:nth-child(3) {
  background: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/index-service3.png") no-repeat;
  background-size: 100% 100%;
}
.home-page .business-products {
  background-color: #d6393e;
  padding: 80px 0 107px;
}

.home-page .business-products .title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 88px;
}
.home-page .business-products .products-item {
  margin: 0 auto;
  max-width: 1444px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .business-products .line {
  width: 1444px;
  margin: 16px auto 24px;
  height: 1px;
  opacity: 0.5;
  border-bottom: 1px solid #ffffff;
}
.home-page .business-products .products-item .products-details {
  width: 290px;
  margin: 0 auto;
  /* display: flex;
  align-items: center;
  flex-direction: column; */
}
.home-page .business-products .products-item .products-details .details-title {
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
}
.home-page .business-products .products-item .products-details .sep-line {
  width: 80px;
  height: 2px;
  margin-bottom: 10px;
  background: #ffffff;
}
.home-page .business-products .products-item .products-details .details-desc {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.home-page .business-products .products-item .products-details .products-img {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.home-page .news {
  width: 100%;
  height: 712px;
  padding-top: 80px;
  background: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/index-news-bottom-bg.png")
    no-repeat;
  background-position: bottom;
}
.home-page .news .news-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 54px;
}
.home-page .news .news-item {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.home-page .news .news-item .news-banner {
  display: block;
  width: 590px;
  height: 300px;
}
.home-page .news .news-item .news-info {
  width: 590px;
  height: 140px;
  background: linear-gradient(158deg, #f7f7f7 0%, #fafbfc 100%);
  box-shadow: 0px 2px 6px 0px #e9e9e9;
  border-radius: 4px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.home-page .news .news-item .news-info .news-info-date {
  width: 124px;
  min-width: 124px;
  text-align: center;
}
.home-page .news .news-item .news-info .news-info-date .news-info-date-day {
  color: #333333;
  font-size: 36px;
}
.home-page .news .news-item .news-info .news-info-date .news-info-date-year {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.home-page .news .news-item .news-info .news-info-title {
  width: 426px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.home-page .news .news-item .news-info .news-info-content {
  width: 426px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.company-history {
  width: 100%;
  height: 800px;
  padding-top: 80px;
  background: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/company-history-bg.png") no-repeat;
  background-size: 100% 100%;
}
.company-history .container {
  width: 100%;
  height: 580px;
  overflow: hidden;
  overflow-x: auto;
}
.company-history .container::-webkit-scrollbar {
  display: none;
}
.company-history-title {
  margin-bottom: 46px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
}
.history-main-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.history-main {
  width: 2442px;
  position: absolute;
}

.history-main-box {
  width: 384px;
  float: left;
  margin-right: 24px;
}

.history-title {
  font-family: "YouSheBiaoTiHei";
  font-size: 24px;
  color: #333333;
  padding-bottom: 16px;
  border-bottom: 2px solid #d6393e;
  margin-bottom: 18px;
  color: #2a2e2e;
}

.history-main-box .li {
  margin-bottom: 16px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.history-main-box .li .left {
  float: left;
  padding: 0 16px;
  text-align: right;
}

.history-main-box .li .right {
  width: 320px;
  float: left;
}
.history-main-box .li .right p {
  margin-bottom: 0;
}
.both {
  clear: both;
}
