#container {
  background: #f2f4f7;
}
/* 主体 */
/* banner============================================================================================== */
#container .banner {
  width: 100%;
  padding-top: 80px;
  height: 411px;
  background-size: cover;
}
#container .banner .container {
  height: 100%;
}
#container .banner .container h2 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

#container .banner .container .tips {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

/* modal1============================================================================================== */
#container .modal1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#container .modal1 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
#container .modal1 .tips {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  margin-bottom: 36px;
}
#container .modal1 .modal1-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0064fd;
  margin-bottom: 5px;
}
#container .modal1 .modal1-content p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #666666;
}
#container .modal1 .modal1-content img {
  width: 100%;
  margin-top: 40px;
}

/* 客户案例============================================================================================== */
#container .customer-case {
  padding-bottom: 100px;
}
#container .customer-case h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
#container .customer-case .customer-case-content .customer-case-items {
  padding: 20px;
  background: #ffffff;
  margin-bottom: 24px;
  box-shadow: 0px 11px 5px 0px rgba(211, 218, 228, 0.26);
  width: 262px;
  border-radius: 4px;
}
#container .customer-case .customer-case-content .customer-case-items img {
  margin-bottom: 25px;
  width: 100%;
}
#container .customer-case .customer-case-content .customer-case-items p {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #cbcbcb;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
#container .customer-case .customer-case-content .customer-case-items:hover {
  box-shadow: 0px 11px 5px 0px rgba(211, 218, 228, 0.26);
}
