.solutionContent {
  background: url("../images/solutionHome/banner.png") no-repeat;
  width: 100%;
  height: 1040px;
  background-size: cover;
  background-position: center;
}
.solutionTitle {
  font-size: 32px;
  padding: 60px 0 35px;
  text-align: center;
  width: 100%;
  color: #2F2F34;
}
.solutionClassify {
  width: 920px;
  margin: 0 auto;
}
.classify {
  display: flex;
  margin-bottom: 20px;
}
.classify .classifySun:nth-last-of-type(1){
  margin-right: 0;
}
.classifySun {
  background: rgba(255,255,255,0.9);
  padding: 18px 20px;
  border: 1px solid #f1f1f1;
  margin-right: 20px;
  box-sizing: border-box;
}
.classifyW450 {
  width: 450px;
}
.classifyW215 {
  width: 215px;
}
.classifyW215  .classifyList li {
  width: 175px;
  padding-right: 0;
}
.classifyW215  .classifyList li:nth-of-type(2n-1) {
  width: 175px;
  padding-right: 0;
}
.classifyOne .classifySun {
  height: 266px;
}
.classifytwo .classifySun {
  height: 239px
}
.classifythree .classifySun {
  height: 260px
}
.fontTitle18 {
  font-size: 18px;
  font-weight: bold;
  color: #218AE4;
  padding-bottom: 14px;
}
.classifyList {
  display: flex;
  flex-wrap: wrap;
}
.classifythree  .classifyList div:nth-last-of-type(1) li:nth-of-type(2n-1) {
  padding-right: 0;
}
.classifyList li {
  width: 180px;
  flex-shrink: 0;
  padding-bottom: 10px;
  font-size: 12px;
  color: #2F2F34;
}
.classifyList li a {
  width: 100%;
  display: block;
}
.classifyList li a:hover {
  color: #218AE4;
}
.classifyList li:nth-of-type(2n-1){
  padding-right: 30px;
}
