ul,
li {
  list-style: none;
}

.container {
  width: 1200px;
  margin: auto
}
.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.first {
  background: #FAFAFA;
  padding: 124px 0;
}
.first .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first .left img {
  width: 271px;
  height: 254px;
  margin-left: 126px;
}
.first .right {
  width: 679px;
}
.first .right .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.first .right .content {
  font-size: 16px;
  line-height: 26px;
}
.second {
  padding: 108px 0 113px 0;
}
.second .box ul {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.second .box ul li {
  width: 300px;
  text-align: center;
}
.second .box ul li img {
  width: 76px;
  height: 76px;
}
.second .box ul li .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin: 16px 0;
}
.second .box ul li .content {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

.third {
  padding: 80px 0;
  background-color: #FAFAFA;
}
.third .title + p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 16px 0 56px;
  text-align: center;
  color: #000;
}
.third .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.third .box ul li {
  width: 591px;
  height: 315px;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.third .box ul li img {
  width: 107px;
  height: 107px;
}
.third .box ul li .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 16px;
}
.fourth {
  padding: 95px 0 116px 0;
}
.fourth .title + p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 16px 0 84px;
  text-align: center;
  color: #000;
}
.fourth .box {
  display: flex;
}
.fourth .box .left {
  margin-left: 121px;
  margin-right: 41px;
}
.fourth .box .left>p, .fourth .box .right>p {
  margin-top: 52px;
  margin-bottom: 217px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
}
.fourth .box .left>p:last-child, .fourth .box .right>p:last-child {
  margin-bottom: 0px;
} 
.fourth .box .center {
  width: 479px;
  height: 363px;
}
.fourth .box .right {
  margin-left: 100px;
}
.fourth .box+p{
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin-top: 58px;
}
.five {
  background: url('/template/default/pc/skin/images/distributed/bg.png') no-repeat;
  background-size: cover;
  height: 599px;
  display: flex;
  align-items: center;
  color: #fff;
}
.five p{
  width: 800px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.five p {
  margin-bottom: 30px;
}