.banner-box {
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 40px;
}
.banner-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: m;
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
}
.banner-box img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 0px 40px 60px;
}
#content .in-box {
  margin: 0 auto 32px;
  width: 1000px;
}
#content .in-box h3 {
  margin-bottom: 14px;
  font-family: m;
  font-weight: 700;
  font-size: 28px;
  color: #111111;
  border-left: 6px solid #FFC423;
  padding-left: 8px;
  box-sizing: border-box;
}
#content .in-box p {
  font-family: m;
  font-weight: normal;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 32px;
}
#content .in-box p:last-child {
  margin-bottom: 0;
}
#content .in-box img {
  width: 100%;
}
#content .in-box .tab .tr {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 6px 6px 6px 6px;
}
#content .in-box .tab .tr .td1 {
  width: 178px;
  margin-right: 40px;
  font-family: m;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  word-break: break-word;
}
#content .in-box .tab .tr .td2 {
  width: calc(100% - 218px);
  font-family: m;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
}
#content .in-box .tab .hui {
  background: #F4F4F4;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .banner-box {
    margin-bottom: 24px;
  }
  .banner-box h2 {
    font-size: 28px;
    white-space: nowrap;
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
  }
  #content .in-box {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .banner-box {
    margin-bottom: 24px;
  }
  .banner-box h2 {
    font-size: 28px;
    white-space: nowrap;
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
  }
  #content .in-box {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .banner-box {
    margin-bottom: 24px;
  }
  .banner-box h2 {
    font-size: 28px;
    white-space: nowrap;
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
  }
  #content .in-box {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .banner-box {
    margin-bottom: 24px;
  }
  .banner-box h2 {
    font-size: 28px;
    white-space: nowrap;
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
  }
  #content .in-box {
    width: 100%;
  }
  #content .in-box .tab .tr .td1 {
    width: 100px;
    margin-right: 14px;
  }
  #content .in-box .tab .tr .td2 {
    width: calc(100% - 114px);
    font-family: m;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
  }
  #content .in-box .tab .hui {
    background: #F4F4F4;
  }
}
