/* 荣耀介绍 */
.honor_introduce .title_box {
  display: flex;
  justify-content: center;
  margin: 0 0 80px 0;
}

.honor_introduce .title_box img {
  display: block;
  width: 20%;
}

.swiper-containerhonor {
  overflow: hidden;
}

.bannerhonor {
  position: relative;
}

/* show_content */
.show_titile img {
  display: block;
  width: 20%;
}

.show_content .l {
  width: 20%;
  margin: 80px 0 0 0;
}

.show_content .r {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 65px 0 0 0;
  width: 60%;
}

.show_content {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0;
}

.content_pbox {
  padding: 20px;
  width: 100%;
  background-color: #F9A51B;
  box-sizing: border-box;
  box-shadow: 25px 30px 30px rgb(88, 88, 88);
}

.content_pbox img {
  display: block;
  width: 100%;
}

.show_box {
  margin: 30px 0;
  padding: 145px;
  background-image: url(../image/about_us/tybg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.show_content .l ul li {
  margin: 0 0 30px 0;
}

.show_content .l ul li:last-child {
  margin: 0 !important;
}

.show_content .l ul {
  max-height: 465px;
  /* background-color: rgba(249, 165, 27, 0.6); */
  overflow: scroll;
  overflow-x: hidden;
}

.show_content .l ul::-webkit-scrollbar {
  /*滚动条基本样式，高度*/
  width: 4px;
  height: 4px;
}

.show_content .l ul:-webkit-scrollbar-thumb {
  /*滚动条上层颜色*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  /* background: rgba(249, 165, 27, 0.2); */
}

.show_content .l ul::-webkit-scrollbar-track {
  /*滚动条底层颜色*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  /* background: rgba(0, 0, 0, 0.1); */
  background: rgba(249, 165, 27, 0.2);
}

.show_content .l ul li {
  display: flex;
  align-items: center;
}

.show_content .l ul li::before {
  content: "";
  display: inline-block;
  margin: 0 20px 0 0;
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 50%;
}

.show_content .l ul li:hover::before {
  width: 40px;
  height: 12px;
  background: #F9A51B;
  border-radius: 6px;
  transition: 0.6s;
}

.show_content .l ul li:hover {
  color: #F9A51B;
  transition: 0.6s;
}

.content_pbox {
  display: none;
}

@media screen and (max-width: 1680px) {
  .show_content .l {
    width: 25%;
    margin: 80px 0 0 0;
  }


}

@media screen and (max-width: 1600px) {
  .show_box {
    margin: 0;
  }
}

@media screen and (max-width: 1440px) {
  .show_content .l ul li {
    font-size: 24px;
  }
}

@media screen and (max-width: 1366px) {
  .show_content {
    margin: 40px 0 0 0;
  }

  .show_content .l ul li {
    font-size: 22px;
  }

  .honor_introduce .title_box {
    margin: 0 0 55px 0;
  }

  .honor_introduce span {
    font-size: 16px;
  }

  .show_box {
    padding: 130px;
  }
}

@media screen and (max-width: 1280px) {
  .show_content .l {
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .show_content {
    margin: 0;
  }

  .show_content .l ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  .honor_introduce .title_box {
    margin: 0 0 25px 0;
  }

  .five_unit {
    padding: 30px 0 30px 0;
  }

  .show_content .l ul li:hover::before {
    width: 20px;
  }

  .show_content .l ul li {
    margin: 0 0 15px 0;
  }

  .show_content .r {
    margin: 30px 0 0 0;
  }

  .show_content .l {
    margin: 40px 0 0 0;
  }

    .show_content .l {
      width: 35%;
    }
}

@media screen and (max-width: 640px) {
  .honor_introduce .title_box img {
    width: 30%;
  }

  .show_content {
    flex-wrap: wrap;
  }

  .show_content .l,
  .show_content .r {
    width: 100%;
  }

  .show_titile img {
    width: 25%;
  }

  .show_content .l ul {
    max-height: 300px;
  }

    .show_box {
      padding: 60px;
    }
}

@media screen and (max-width: 375px) {}