ul,
li {
  list-style: none;
}

.container {
  width: 1200px;
  margin: auto
}

.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.first {
  padding: 99px 0 125px 0;
}
.first .title {
  margin-bottom: 32px;
}
.first .box{
  font-size: 16px;
  line-height: 26px;
}
.second {
  padding-top: 63px;
  padding-bottom: 98px;
  background: #F6F6F6;
}
.second .title {
  margin-bottom: 76px;
}
.second .box {
  display: flex;
}
.second .left ul {
  display: flex;
  flex-wrap: wrap;
  width: 560px;
}
.second .left ul li {
  width: 128px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.second .left ul li:nth-of-type(4n) {
  margin-right: 0;
}
.second .box .right {
  width: 500px;
  margin-left: 140px;
  margin-top: 59px;
}
.second .right p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.second .right p:nth-of-type(2) {
  font-size: 16px;
  line-height: 26px;
}
.third {
  padding-top: 48px;
  padding-bottom: 48px;
}
.third .title {
  margin-bottom: 48px;
}
.third ul {
  display: flex;
  flex-wrap: wrap;
}
.third ul li {
  width: 592px;
  height: 176px;
  padding: 18px 23px 42px 18px;
  margin-right: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 8px;
}
.third ul li:nth-of-type(2n) {
  margin-right: 0;
}
.third ul li .top{
  display: flex;
  margin-bottom: 16px;
}
.third ul li .top img {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.third ul li .top p {
  font-size: 20px;
  font-weight: bold;
  color: #1A1D20;
}
.third ul li .content {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.fourth {
  padding-top: 48px;
  padding-bottom: 29px;
  background: #F6F6F6;
}
.fourth .title {
  margin-bottom: 57px;
}
.fourth .box {
  display: flex;
}
.fourth .box li {
  width: 563px;
  color: #666666;
  font-size: 16px;
  margin-bottom: 24px;
}
.fourth .box li .top {
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 6px;
}
.fourth .box li .content{
  line-height: 26px;
}
.fourth .right img{
  width: 260px;
  height: 383px;
  margin-left: 169px;
}
.fifth {
  margin-bottom: 120px;
}
.fifth .title {
  margin: 57px 0 48px 0;
}
.fifth img{
    width: 100%;
}