.about-container {
  min-height: 500px;
  padding: 60px 0 60px;
  background: url("../image/about-page.png") no-repeat;
  background-size: cover;
}

.about-container .box {
  position: relative;
  text-align: right;
  margin-bottom: 50px;
}

.about-container .box .text-box {
  display: inline-block;
  width: 960px;
  padding: 35px 15px 20px 210px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 31px 31px 31px 31px;
  border: 2px solid #F25A30;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: justify;
}

.about-container .box .text-box .text {
  height: 540px;
  padding-right: 15px;
  overflow: hidden;
  overflow-y: auto;
}

.about-container .box .text-box .text::-webkit-scrollbar {
  width: 5px;
}

.about-container .box .text-box .text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f37e5c;
}

.about-container .box .text-box .text::-webkit-scrollbar-track {
  background: transparent;
}

.about-container .box::before {
  position: absolute;
  left: -10px;
  top: -35px;
  content: '';
  width: 327px;
  height: 291px;
  background: #F25A30;
  border-radius: 2px;
  z-index: 100;
}

.about-container .box .right-img {
  position: absolute;
  left: 15px;
  top: -12px;
  width: 600px;
  height: 460px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.65);
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  z-index: 103;
}

.about-container .box .right-img img {
  width: 100%;
  height: 100%;
}

.about-container .img-swiper .swiper-slide {
  height: 220px;
}

.about-container .img-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.about-container .honor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-container .honor .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 297px;
  height: 216px;
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #F25A30;
  background: url("../image/honor-item.png") no-repeat center/100% 100%;
}

.about-container .exhibition {
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 120px;
  background: url("../image/exhibition-bg.png") no-repeat right top;
}

.about-container .exhibition .name {
  font-size: 32px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #F25A30;
  line-height: 37px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.about-container .exhibition .content {
  width: 700px;
  text-align: justify;
  text-indent: 2em;
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  letter-spacing: 2px;
}
