.classification .head {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.classification .head .box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 48px;
}
.classification .head .box-content .content {
  width: 1200px;
  margin: 0 auto;
}
.classification .head .box-content .content .left .view {
  color: #ffffff;
  font-size: 20px;
}
.classification .head .box-content .content .left .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.classification .head .box-content .content .left .text-title {
  font-size: 43px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-top: 34px;
  margin-bottom: 20px;
}
.classification .head .box-content .content .left .desc {
  width: 675px;
  height: 259px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  text-indent: 2em;
  overflow: auto;
}
.classification .head .box-content .content .right {
  margin-left: auto;
}
.classification .head .banner-foot {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -2px;
  left: 0;
  user-select: none;
}
.classification .body .title {
  font-size: 32px;
  color: #51586d;
}
.classification .body .title > span {
  margin: 0 57px;
}
.classification .body .main {
  width: 1200px;
  flex-wrap: wrap;
  margin-top: 60px;
}
.classification .body .main a {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.classification .body .main a:nth-child(5n) {
  margin-right: 0;
}
.classification .body .main .item {
  width: 224px;
  height: 220px;
  background: #fdfdfe;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  flex-direction: column;
  padding: 0 10px;
  transition: 0.5s;
}
.classification .body .main .item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 82, 217, 0.2);
}
.classification .body .main .item .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 18px 0;
}
.classification .body .main .item .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  width: 100%;
}
.classification .body .main .item > img {
  width: 87px;
  height: 85px;
  border-radius: 6px;
}
.serch {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}
.serch .search {
  width: 1024px;
  height: 62px;
  background: #f7f7f7;
  border-radius: 31px;
}
.serch .search .el-input__inner {
  border: 0;
  background-color: transparent;
  margin-left: 20px;
}
.serch .search .btn {
  width: 130px;
  height: 54px;
  background: #ff9e00;
  border-radius: 27px;
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.serch .search .btn > img {
  margin-right: 9px;
}
.serch .qyk {
  width: 160px;
  height: 58px;
  background: #0055ff;
  border-radius: 29px;
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}
.serch .qyk > img {
  width: 16px;
  margin-left: 8px;
}
