.banner_box > img {
  width: 100%;
}
.banner_1 {
  background-color: #ffffff;
}
.banner_1 > div .title .text {
  text-align: center;
}
.banner_1 > div .title .text .top {
  padding-top: 1.2rem;
}
.banner_1 > div .title .text .top > span {
  font-size: 0.48rem;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.banner_1 > div .title .text > p {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-family: "Microsoft YaHei";
  color: #999999;
  line-height: 1.2;
}
.banner_1 > div .details {
  padding-bottom: 1.2rem;
}
.banner_1 > div .details > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner_1 > div .details > ul > li {
  width: 47%;
  margin-right: 0.9rem;
  margin-top: 0.75rem;
}
.banner_1 > div .details > ul > li > a .img {
  width: 100%;
  border-radius: 20px;
  background-color: #000000;
  overflow: hidden;
}
.banner_1 > div .details > ul > li > a .img > img {
  transition: 0.3s;
}
.banner_1 > div .details > ul > li > a .Details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.banner_1 > div .details > ul > li > a .Details .text .subheading {
  font-size: 0.3rem;
  font-family: "Microsoft YaHei";
  color: #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0.4rem;
  margin-bottom: 0.25rem;
  display: block;
}
.banner_1 > div .details > ul > li > a .Details .text > p {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.875;
  text-align: left;
  /*width: 2.11rem;*/
  width: 5.5rem;
}
.banner_1 > div .details > ul > li > a .Details button {
  background-color: #c30d23;
  width: 1.54rem;
  height: 0.44rem;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.banner_1 > div .details > ul > li:nth-last-child(1n) {
  margin-right: 0;
}
.banner_1 > div .details > ul > li:hover > a .img > img {
  transform: scale(1.1);
}
@media screen and (max-width: 750px) {
  .w_1600 {
    width: 95%;
  }
  .banner_1 > div .details > ul > li > a .Details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .banner_1 > div .details > ul > li > a .Details .text > p {
    width: 100%;
  }
  .banner_1 > div .details > ul > li > a .Details > button {
    margin-top: 0.2rem;
  }
}
