.about-banner {
  background: url("../assets/img/about_banner.png") no-repeat;
  background-size: cover;
  width: 100vw;
  height: 900px;
}
.about-title {
  margin-top: 100px;
}
.about-title p {
  color: #d39717;
  /* font-weight: bold; */
  font-size: 30px;
  text-align: center;
}
.about-title .fu-title {
  color: #c39e4e;
  font-size: 20px;
  text-align: center;
}
.about-title .about-img {
  text-align: center;
}
.about-title .about-img img {
  width: 70vw;
  height: 600px;
}
.about-title span {
  color: white;
  display: block;
  width: 70vw;
  margin: 0 auto;
  text-indent: 2em;
  padding: 20px 0;
  font-size: 19px;
}
.anli {
  width: 70vw;
  height: auto;
  margin: 0 auto;
  margin-top: 150px;
}
.anli p {
  color: #d39717;
  /* font-weight: bold; */
  font-size: 30px;
  text-align: center;
}
.anli .gsm_anli {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 50px;
}
.anli .gsm_anli .anli-title {
  color: #d39717;
  /* font-weight: bold; */
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.anli .gsm_anli .anli-content {
  display: flex;
  flex-wrap: wrap;
}
.anli .gsm_anli .anli-content img {
  width: 25%;
  outline: 3px solid #000000;
  outline-offset: -3px;
}
.anli .qmm_anli {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 50px;
}
.anli .qmm_anli .anli-title {
  color: #d39717;
  /* font-weight: bold; */
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.anli .qmm_anli .anli-content {
  display: flex;
  flex-wrap: wrap;
}
.anli .qmm_anli .anli-content img {
  width: 20%;
  outline: 3px solid #000000;
  outline-offset: -3px;
}
.about-news {
  margin-top: 100px;
}
.about-news p {
  color: #d39717;
  /* font-weight: bold; */
  font-size: 30px;
  text-align: center;
}
.about-news .about-news-content {
  width: 70vw;
  height: auto;
  margin: 0 auto;
  color: white;
}
.about-news .about-news-content .news-item {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
}
.about-news .about-news-content .news-item img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.about-news .about-news-content .news-item .news-date {
  position: absolute;
  top: 70px;
  left: 0;
}
.about-news .about-news-content .news-item .news-title {
  position: absolute;
  top: 0;
  left: 130px;
  color: white;
  font-size: 25px;
}
.about-news .about-news-content .news-item .news-ins {
  position: absolute;
  top: 100px;
  left: 130px;
  font-size: 17px;
}
.about-news .about-news-content .news-item .news-more {
  position: absolute;
  top: 170px;
  left: 130px;
  font-size: 16px;
  display: block;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 47px;
  color: #000;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  margin-top: 20px;
}
.about-news .about-news-content .news-item .news-more:hover {
  border: 1px solid #c79863;
  color: #c79863;
  background: transparent;
}
.about-news .about-news-content .news-item .t-hr {
  position: absolute;
  top: 50px;
  left: 130px;
  width: 100px;
}
.about-news .about-news-content .news-item .bottom-hr {
  position: absolute;
  top: 250px;
  left: 130px;
  width: 62vw;
  background-color: #565656;
  border: none;
  height: 1px;
}
@media screen and (max-width: 960px) {
  .about-banner {
    background: url("../assets/img/about_banner.png") no-repeat;
    background-size: cover;
    width: 100vw;
    height: 900px;
  }
  .about-title {
    margin-top: 100px;
  }
  .about-title p {
    color: #d39717;
    /* font-weight: bold; */
    font-size: 30px;
    text-align: center;
  }
  .about-title .fu-title {
    color: #c39e4e;
    font-size: 15px;
    text-align: center;
  }
  .about-title .about-img {
    text-align: center;
  }
  .about-title .about-img img {
    width: 90vw;
    height: 300px;
  }
  .about-title span {
    color: white;
    display: block;
    width: 90vw;
    margin: 0 auto;
    text-indent: 2em;
    padding: 20px 0;
    font-size: 15px;
  }
  .anli {
    width: 90vw;
    height: auto;
    margin: 0 auto;
    margin-top: 150px;
  }
  .anli p {
    color: #d39717;
    /* font-weight: bold; */
    font-size: 30px;
    text-align: center;
  }
  .anli .gsm_anli {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
  }
  .anli .gsm_anli .anli-title {
    color: #d39717;
    /* font-weight: bold; */
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
  }
  .anli .gsm_anli .anli-content {
    display: flex;
    flex-wrap: wrap;
  }
  .anli .gsm_anli .anli-content img {
    width: 50%;
    outline: 3px solid #000000;
    outline-offset: -3px;
  }
  .anli .qmm_anli {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
  }
  .anli .qmm_anli .anli-title {
    color: #d39717;
    /* font-weight: bold; */
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
  }
  .anli .qmm_anli .anli-content {
    display: flex;
    flex-wrap: wrap;
  }
  .anli .qmm_anli .anli-content img {
    width: 50%;
    outline: 3px solid #000000;
    outline-offset: -3px;
  }
  .about-news {
    margin-top: 100px;
  }
  .about-news p {
    color: #d39717;
    /* font-weight: bold; */
    font-size: 30px;
    text-align: center;
  }
  .about-news .about-news-content {
    width: 90vw;
    height: auto;
    margin: 0 auto;
    color: white;
  }
  .about-news .about-news-content .news-item {
    width: 100%;
    height: 130px;
    margin-bottom: 20px;
    position: relative;
  }
  .about-news .about-news-content .news-item img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-news .about-news-content .news-item .news-date {
    position: absolute;
    top: 70px;
    left: 0;
  }
  .about-news .about-news-content .news-item .news-title {
    position: absolute;
    top: 0;
    left: 130px;
    color: white;
    font-size: 25px;
  }
  .about-news .about-news-content .news-item .news-ins {
    display: none;
  }
  .about-news .about-news-content .news-item .news-more {
    display: none;
  }
  .about-news .about-news-content .news-item .news-more:hover {
    border: 1px solid #c79863;
    color: #c79863;
    background: transparent;
  }
  .about-news .about-news-content .news-item .t-hr {
    display: none;
  }
  .about-news .about-news-content .news-item .bottom-hr {
    position: absolute;
    top: 100px;
    left: 0;
    width: 90vw;
    background-color: #565656;
    border: none;
    height: 1px;
  }
}
