#banner {
  position: relative;
  margin-top: 66px;
  overflow: hidden;
}
#banner div img {
  width: 100%;
}
#banner .mengban {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
  background-color: rgba(62, 72, 81, 0.3);
}
#banner .banner_text {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .banner_text h2 {
  transform: translate(0, -50%);
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  padding-bottom: 5px;
}
#banner .banner_text h2 span {
  font-weight: bold;
  font-size: 2rem;
  color: #fb433b;
}
#banner .banner_text text {
  color: #fff;
}

#content {
  margin: auto;
  margin-top: 120px;
}
#content .text_img {
  display: flex;
}
#content .img_text {
  display: flex;
}
#content .this_img {
  width: 50%;
  height: 700px;
}
#content .this_img .img_b {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
#content .this_img .img_b img {
  width: 100%;
}
#content .this_text {
  padding-top: 120px;
  width: 50%;
}
#content .this_text h3 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
}
#content .this_text p span {
  font-size: 23px;
  line-height: 45px;
}
#content .img_text .this_text {
  padding-left: 4vw;
}
#content .text_img .this_text {
  padding-right: 10vw;
}
#content .line_img {
  margin: 120px 0;
}
#content .line_img .img_b {
  width: 100%;
  overflow: hidden;
}
#content .line_img .img_b img {
  width: 100%;
}

#bottom {
  margin-top: 3rem;
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
  #content .text_img .this_text {
    padding-right: 6vw;
  }
  #content .this_text {
    padding-top: 60px;
  }
  #content .this_text p span {
    font-size: 21px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  #content .text_img .this_text {
    padding-right: 6vw;
  }
  #content .this_text {
    padding-top: 40px;
  }
  #content .this_text p span {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #content .text_img .this_text {
    padding-right: 2vw;
  }
  #content .this_img {
    height: 520px;
  }
  #content .this_img .img_b {
    height: 520px;
  }
  #content .this_text {
    padding-top: 24px;
  }
  #content .this_text h3 {
    margin-bottom: 24px;
  }
  #content .this_text p span {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #content .text_img .this_text {
    padding-right: 2vw;
  }
  #content .this_img {
    height: 400px;
  }
  #content .this_img .img_b {
    height: 420px;
  }
  #content .this_text {
    padding-top: 12px;
  }
  #content .this_text h3 {
    margin-bottom: 12px;
  }
  #content .this_text p span {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  #content {
    margin-top: 50px;
  }
  #content .margin_bottom_120px {
    margin-bottom: 50px;
  }
  #content .text_img .this_text {
    padding-right: 0vw;
    margin-bottom: 30px;
  }
  #content .img_text .this_text {
    padding: 0;
  }
  #content .img_text,
  #content .text_img {
    flex-wrap: wrap;
  }
  #content .this_img {
    height: auto;
    width: 100%;
  }
  #content .this_img .img_b {
    height: auto;
  }
  #content .this_text {
    width: 100%;
    padding: 0;
  }
  #content .this_text h3 {
    margin-bottom: 12px;
  }
  #content .this_text p span {
    font-size: 14px;
    line-height: 22px;
  }
}/*# sourceMappingURL=culture.css.map */