/* 关于我们banner start */
.about-banner {
  height: 1056px;
  background: url('http://late-care.tuolele.cn/20200918_about_banner.png?imageslim') no-repeat center top;
  background-size: 1920px ;
  position: relative;
}

.about-banner .about-banner-text {
  position: absolute;
  top: 150px;
  left: 120px;
}

.about-banner .about-banenr-list {
  position: absolute;
  bottom: 93px;
  width: 1117px;
  left: 50%;
  margin-left: -555px;
}

.about-banner .about-banenr-list img {
  width: 100%;
}
/* 关于我们banner end */

/* 关于我们介绍 start */
.about-details {
  height: 1020px;
  background: url('http://late-care.tuolele.cn/20200918_about_details_bg.png?imageslim') no-repeat center;
  background-size: 1920px ;
  position: relative;
}

.about-details .wq-module-title {
  padding-top: 130px;
  color: #ffffff;
  margin-bottom: 55px;
}

.about-details .about-details-content {
  width: 900px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.about-details .about-details-content p {
  font-size: 32px;
  margin-bottom: 20px;
}

.about-details .about-details-content .about-details-content-row {
  font-size: 24px;
  padding-bottom: 70px;
  position: relative;
}

.about-details .about-details-content .about-details-content-row:after {
  content: "";
  width: 74px;
	height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  bottom: 35px;
}

.about-details .about-details-content .about-details-content-paragraph {
  margin-bottom: 15px;
}

.about-details .about-details-list {
  margin-top: 100px;
}

.about-details .about-details-item {
  width: 290px;
	height: 220px;
	background-color: #ffffff;
	box-shadow: 0.7px 10px 38px 2px rgba(20, 59, 162, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
  padding-top: 130px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-right: 13px;
}

.about-details .about-details-item:nth-child(1) {
  background: url('../image/about_details_img1.png') no-repeat;
  background-size: 100%;
}

.about-details .about-details-item:nth-child(2) {
  background: url('../image/about_details_img2.png') no-repeat;
  background-size: 100%;
}

.about-details .about-details-item:nth-child(3) {
  background: url('../image/about_details_img3.png') no-repeat;
  background-size: 100%;
}

.about-details .about-details-item:nth-child(4) {
  background: url('../image/about_details_img4.png') no-repeat;
  background-size: 100%;
  margin-right: 0;
}
/* 关于我们介绍 end */

/* 发展历程 start */
.about-progress {
  height: 760px;
  /* background: #fff url('../image/about_progress_bg.png') no-repeat 224px center;
  background-size: 1321px; */
}

.about-progress .wq-module-title {
  padding-top: 90px;
  margin-bottom: 85px;
}

.about-progress .about-progress-img {
  position: relative;
}

.about-progress .about-progress-img img {
  width: 100%;
}
/* 发展历程 end */