.wrap1440 {
  width: 83.333%;
  margin: auto;
}
/* 行显示，多出省略 */
/*  */
.section {
  padding: 3.125% 0 4.16666667%;
  background: #fafafa;
}
.section:nth-child(2n) {
  background: #eff8fc;
}
.part1 .pub_select {
  float: left;
  width: 390px;
  font-size: 18px;
}
.part1 .pub_select dt {
  box-shadow: none;
  border: 1px solid #cacaca;
  height: 56px;
  line-height: 56px;
  background: none;
}
.part1 .select_box {
  position: relative;
  float: left;
  width: 442px;
  background: #fff;
  margin-left: 12px;
  margin-bottom: 4.86111111%;
}
.part1 .select_box input {
  font-size: 18px;
  box-sizing: border-box;
  width: calc(100% - 59px);
  height: 56px;
  padding-left: 30px;
}
.part1 .select_box .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  width: 59px;
  height: 56px;
  line-height: 56px;
  background: #294c9b;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.list_box .index_title {
  text-align: left;
}
.list_box ul {
  padding-top: 2.08333333%;
}
.list_box li {
  position: relative;
  float: left;
  width: 25%;
  box-shadow: none !important;
}
.list_box li::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  height: 4px;
  width: 88px;
  background: #265ba7;
  opacity: 0;
  transition: all 0.3s;
}
.list_box h3 {
  font-weight: bold;
  color: #005aab;
  margin-bottom: 15px;
}
.list_box .des {
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}
.list_box .img {
  text-align: center;
}
@media (max-width: 1024px) {
  .part1 .pub_select,
  .part1 .select_box {
    width: 49%;
  }
  .part1 .select_box {
    margin-left: 1%;
  }
}
@media screen and (max-width: 768px) {
  .list_box li {
    width: 50%;
  }
  .brand_data_swiper li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
    height: 3em;
    overflow: hidden;
  }
}
@media screen and (max-width: 590px) {
  .part1 .pub_select,
  .part1 .select_box {
    width: 100%;
    float: left;
  }
  .part1 .select_box {
    margin-left: 0;
    margin-top: 2%;
  }
}


@media screen and (max-width: 767px) {
.brand_data_swiper li a{padding-bottom: 60px;}
}

