.nav {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}
.nav .navList {
  height: 90px;
  border: 6px dashed transparent;
  border-radius: 8px;
  text-align: center;
  transition: all .24s;
  transition-delay: no;
}
.nav .navList:hover {
  border-color: #c6c6c6;
  border: 6px dashed #e3e3e3;
}
.search {
  width: 100%;
  height: 290px;
}
.search > .searchBanner {
  box-sizing: border-box;
  height: 100%;
  padding: 0 1%;
  -ms-filter: blur(1.6px);
  -webkit-filter: blur(1.6px);
  -moz-filter: blur(1.6px);
  -o-filter: blur(1.6px);
  filter: blur(1.6px);
  background: url(../img/zp_1200.jpg) top center no-repeat;
}
.searchCore {
  position: absolute;
  top: 120px;
  right: 50%;
  margin-right: -260px;
  width: 520px;
  height: 40px;
  z-index: 666;
  color: #fff;
}
.searchCore #searchInput {
  float: left;
  width: 430px;
  line-height: 40px;
  padding: 0 8px;
  outline: none;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
}
.searchCore #searchBtn {
  width: 74px;
  line-height: 40px;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #1377ff;
  transition: background-color 0.2s;
}
.searchCore #searchBtn:hover {
  background-color: #136ae0;
}
.list {
  height: 300px;
  padding: 10px 20px;
}
.list .listTitle {
  padding: 0 8px;
  border-left: 5px solid #1467d8;
  margin: 16px 0;
}
.list .item {
  float: left;
  width: 21%;
  padding: 10px 0;
  text-align: center;
  margin: 16px 2%;
  color: #fff;
  border-radius: 8px;
}
.list .item > .iconfont {
  font-size: 56px;
  font-weight: lighter;
}
.list .item > p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: lighter;
}
.list .item:nth-of-type(1) {
  background: #19ad8c;
  box-shadow: 0 2px 10px -2px #19ad8c;
}
.list .item:nth-of-type(2) {
  background: #ee395a;
  box-shadow: 0 2px 10px -2px #ee395a;
}
.list .item:nth-of-type(3) {
  background: #10cce4;
  box-shadow: 0 2px 10px -2px #10cce4;
}
.list .item:nth-of-type(4) {
  background: #f2854c;
  box-shadow: 0 2px 10px -2px #f2854c;
}
.list .item:nth-of-type(5) {
  background: #99CCCC;
  box-shadow: 0 2px 10px -2px #99CCCC;
}
.list .item:nth-of-type(6) {
  background: #9c27b0;
  box-shadow: 0 2px 10px -2px #9c27b0;
}
.list .item:nth-of-type(7) {
  background: #64b532;
  box-shadow: 0 2px 10px -2px #64b532;
}
.list .item:nth-of-type(8) {
  background: #6770f1;
  box-shadow: 0 2px 10px -2px #6770f1;
}
