.w ul li a:hover {
  color: #4068f7;
  border-bottom: 2px solid #4068f7;
}

#body .main {
  padding-top: 120px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 120px;
}

#body .main .title {
  text-align: center;
}

#body .main .title>p:nth-child(1) {
  height: 60px;
  color: rgba(68, 68, 68, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 auto;
}

#body .main .title>p:nth-child(2) {
  height: 24px;
  color: rgba(68, 68, 68, 1);
  font-family: Source Han Sans CN;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 80px;
}

/* 案例列表部分开始 */
#body .main .caseList {
  width: 1200px;
  height: 1244px;
  margin: 0 auto;
}

#body .main .caseList ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

#body .main .caseList ul li {
  width: 285px;
  height: 287px;
  border: 1px solid rgba(232, 239, 254, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  padding-top: 10px;
  padding-left: 20px;
}

.marginTop {
  margin-top: 32px;
}

#body .main .caseList ul li>div:nth-child(1) {
  display: flex;
  height: 60px;
  line-height: 60px;
  margin-bottom: 9px;
}

#body .main .caseList ul li>div:nth-child(1)>img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

#body .main .caseList ul li>div:nth-child(1)>p {
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
}

#body .main .caseList ul li>div:nth-child(2) {
  margin-left: 6px;
  margin-bottom: 30px;
}

#body .main .caseList ul li>div:nth-child(2)>p:nth-child(1) {
  width: 96px;
  height: 24px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

#body .main .caseList ul li>div:nth-child(2)>p:nth-child(2) {
  width: 245px;
  height: 42px;
  color: rgba(68, 68, 68, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2%;
}

#body .main .caseList ul li>div:nth-child(3) {
  margin-left: 6px;
}

#body .main .caseList ul li>div:nth-child(3)>p:nth-child(1) {
  width: 96px;
  height: 24px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

#body .main .caseList ul li>div:nth-child(3)>p:nth-child(2) {
  width: 245px;
  height: 42px;
  color: rgba(68, 68, 68, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2%;
}

/* 案例列表部分结束 */