.banner {
  width: 100%;
  height: 210px;
  margin-top: 146px;
}

.banner .banner_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .banner_box img {
  width: 100%;
  height: 100%;
}

.banner .banner_box .banner_content {
  width: 492px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
}

.banner .banner_box .banner_content .title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 100% */
  text-transform: uppercase;
}

.banner .banner_box .banner_content .desc {
  margin-top: 16px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.filter_content {
  width: 100%;
  height: auto;
}

.filter_content .box {
  width: 100%;
  height: auto;
  padding: 0px 0 80px;
}

.filter_content .box .box_top {
  width: 100%;
  height: auto;
}

.filter_content .box .box_top .item {
  width: 100%;
  height: auto;
  padding: 40px 0 0px;
}

.filter_content .box .box_top .item .item_title {
  text-align: center;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.filter_content .box .box_top .item .item_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.filter_content .box .box_top .item .item_box a {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  width: 390px;
  height: auto;
}

.filter_content .box .box_top .item .item_box a:nth-of-type(3n) {
  margin-right: 0;
}

.filter_content .box .box_top .item .item_box a img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.filter_content .box .box_top .item .item_box a p {
  font-size: 15px;
  margin-top: 20px;
  color: #222;
}

.filter_content .box .box_content {
  width: 100%;
  height: auto;
}

.filter_content .box .box_content .item {
  width: 100%;
  height: auto;
  padding: 40px 0 0px;
}

.filter_content .box .box_content .item .item_title {
  text-align: center;
  color: #000;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.filter_content .box .box_content .item .item_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.filter_content .box .box_content .item .item_box a {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

.filter_content .box .box_content .item .item_box a img {
  width: 100%;
  height: auto;
}

.filter_content .box .box_content .item .item_box a p {
  font-size: 15px;
  margin-top: 20px;
  color: #222;
}

.filter_content .box .box_content .item .item_box2 a {
  width: 477px;
}

.filter_content .box .box_content .item .item_box2 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box3 a {
  width: 288px;
}

.filter_content .box .box_content .item .item_box3 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box4 a {
  width: 230px;
}

.filter_content .box .box_content .item .item_box4 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box5 a {
  width: 208px;
}

.filter_content .box .box_content .item .item_box5 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box6 a {
  width: 137px;
}

.filter_content .box .box_content .item .item_box6 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box7 a {
  width: 137px;
}

.filter_content .box .box_content .item .item_box7 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box8 a {
  width: 230px;
}

.filter_content .box .box_content .item .item_box8 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box8 a:nth-of-type(4n) {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box10 a {
  width: 137px;
}

.filter_content .box .box_content .item .item_box10 a:last-child {
  margin-right: 0;
}

.filter_content .box .box_content .item .item_box10 a:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .banner {
    width: 100%;
    height: auto;
    padding: 6.66667vw 4vw 4vw;
    margin-top: 11.73333vw;
    background: #000;
  }
  .banner .banner_box {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner .banner_box img {
    display: none;
    width: 100%;
    height: 100%;
  }
  .banner .banner_box .banner_content {
    width: 100%;
    height: auto;
    position: static;
    top: unset;
    right: unset;
    transform: translate(0%, 0%);
  }
  .banner .banner_box .banner_content .title {
    color: #FFF;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.93333vw;
    /* 100% */
    text-transform: uppercase;
  }
  .banner .banner_box .banner_content .desc {
    margin-top: 3.46667vw;
    color: #FFF;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.13333vw;
    /* 187.5% */
  }
  .filter_content {
    width: 100%;
    height: auto;
  }
  .filter_content .box {
    width: 100%;
    height: auto;
    padding: 0vw 0 10.66667vw;
  }
  .filter_content .box .box_top {
    width: 100%;
    height: auto;
  }
  .filter_content .box .box_top .item {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 0vw;
  }
  .filter_content .box .box_top .item .item_title {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-size: 3.73333vw;
    padding-bottom: 2.66667vw;
    border-bottom: 0.13333vw solid #e5e5e5;
  }
  .filter_content .box .box_top .item .item_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .filter_content .box .box_top .item .item_box a {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4vw;
    width: 44vw;
    height: auto;
  }
  .filter_content .box .box_top .item .item_box a:nth-of-type(3n) {
    margin-right: 4vw;
  }
  .filter_content .box .box_top .item .item_box a:nth-of-type(2n) {
    margin-right: 0vw;
  }
  .filter_content .box .box_top .item .item_box a img {
    width: 100%;
    height: 49.33333vw;
    object-fit: cover;
  }
  .filter_content .box .box_top .item .item_box a p {
    font-size: 3.46667vw;
    margin-top: 2.66667vw;
    color: #222;
  }
  .filter_content .box .box_content {
    width: 100%;
    height: auto;
  }
  .filter_content .box .box_content .item {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 0vw;
  }
  .filter_content .box .box_content .item .item_title {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-size: 4.53333vw;
    padding-bottom: 2.66667vw;
    border-bottom: 0.13333vw solid #e5e5e5;
  }
  .filter_content .box .box_content .item .item_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .filter_content .box .box_content .item .item_box a {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4vw;
  }
  .filter_content .box .box_content .item .item_box a img {
    width: 100%;
    height: auto;
  }
  .filter_content .box .box_content .item .item_box a p {
    font-size: 3.46667vw;
    margin-top: 2.66667vw;
    color: #222;
  }
  .filter_content .box .box_content .item .item_box2 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box2 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box3 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box3 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box3 a:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box4 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box4 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box4 a:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box5 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box5 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box5 a:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box6 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box6 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box6 a:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box7 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box7 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box7 a:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box8 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box8 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box8 a:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box10 a {
    width: 44vw;
  }
  .filter_content .box .box_content .item .item_box10 a:last-child {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box10 a:nth-of-type(6n) {
    margin-right: 0;
  }
  .filter_content .box .box_content .item .item_box10 a:nth-of-type(2n) {
    margin-right: 0;
  }
}
