/* banner */

.banner {
  /* width: 100%; */
  /* height: 565px; */
  /* background: url('../images/banner.jpg') no-repeat center; */
  /* background-size: contain; */
}
.banner-img {
  width: 100%;
  height: 100%;
}

.company-culture {
  /* box-sizing: border-box; */
  /* position: relative; */
  width: 100%;
}

.company-culture .container {
  width: 100%;
  height: 100%;
  padding-top: 536px;
  padding-bottom: 121px;
  position: relative;
}

.container .introduction {
  position: absolute;
  width: 1200px;
  height: 651px;
  top: -120px;
  left: 50%;
  margin-left: -600px;
  background: url("../images/introduction3.png") no-repeat;
  background-size: cover;
}

.company-culture p {
  font-size: 33px;
  color: #4a4a4a;
  line-height: 33px;
  text-align: center;
  margin-bottom: 87px;
  margin-top: 70px;
}

.company-culture .card {
  width: 802px;
  height: 441px;
  margin: 0 auto;
  /* padding: 18px 26px 0 26px; */
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.company-culture .card li {
  width: 397px;
  height: 252px;
  /* margin-bottom: 34px; */
}

.company-culture .card li:first-child {
  background: url("../images/culture1.jpg") no-repeat;
  /* background-size: cover; */
}

.company-culture .card li:nth-child(2) {
  background: url("../images/culture2.jpg");
}

.company-culture .card li:nth-child(3) {
  background: url("../images/culture3.jpg");
}

.company-culture .card li:last-child {
  background: url("../images/culture4.jpg");
}

.course {
  width: 100%;
  height: 625px;
  box-sizing: border-box;
  padding-top: 63px;
  background-color: #f5f5f5;
}

.course .content {
  width: 1017px;
  height: 488px;
  margin: 0 auto;
  background: url("../images/course.png");
}

.honor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.honor .content {
  width: 1019px;
  height: 1058px;
  margin: 76px auto 35px;
  background: url("../images/honor.png") no-repeat center;
}

.rongyu {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.rongyu .content {
  height: 1058px;
  margin: 76px auto 35px;
  background: url("../images/rongyu.jpg") no-repeat center;
}

.customer {
  height: 820px;
  background: url("../images/customer.jpg") no-repeat center;
}
