.section1 {
  margin-top: 250px;
}

.section1 .wrap {
  width: 1600px;
  margin: 0 auto;
}

.section1 .wrap .title {
  font-family: Gilroy-ExtraBold;
  font-weight: 400;
  font-size: 48px;
  color: #1A1A1A;
}

.section1 .wrap .about_content {
  display: flex;
  justify-content: space-between;
}

.section1 .wrap .about_content .left {
  width: 790px;
  display: flex;
  flex-direction: column;
}

.section1 .wrap .name {
  font-size: 32px;
  color: #1A1A1A;
  font-weight: bold;
}

.section1 .wrap .about_content .left p {
  display: block;
  padding-top: 90px;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 400;
}

.section1 .wrap .about_content .left .img {
  overflow: hidden;
  padding-top: 50px;
}

.section1 .wrap .about_content .left .img img {
  width: 100%;
}

.section1 .wrap .about_content .right {
  width: 650px;
  display: flex;
  flex-direction: column;
}

.section1 .wrap .about_content .right .img {
  overflow: hidden;
}

.section1 .wrap .about_content .right .img img {
  width: 100%;
}

.section1 .wrap .about_content .right p {
  width: 100%;
  display: block;
  padding-top: 140px;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 400;
}

.section2 {
  padding-top: 150px;
}

.section2 .wrap {
  width: 1600px;
  margin: 0 auto;
}

.section2 .wrap .title {
  font-family: Gilroy-ExtraBold;
  font-weight: 400;
  font-size: 48px;
  color: #1A1A1A;
}

.section2 .wrap .content {
  padding-top: 50px;
}

.section2 .wrap .content .item {
  display: flex;
  justify-content: space-between;
  text-align: left;
  height: 140px;
  align-items: center;
}

.section2 .wrap .content .item p {
  width: 700px;
  font-size: 16px;
  color: #555;
}

.section2 .wrap .content .item .culture_name {
  width: 300px;
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #1A1A1A;
}

.section2 .wrap .content .item:not(:last-child) {
  border-bottom: 1px solid #E2E4E8;
}

.section3 {
  padding-top: 100px;
}

.section3 .title {
  width: 1600px;
  margin: 0 auto;
  font-family: Gilroy-ExtraBold;
  font-weight: 400;
  font-size: 48px;
  color: #1A1A1A;
}

.section3 .honor {
  display: flex;
  width: max-content;
  animation: honorScroll 30s linear infinite;
  margin: 50px 0 150px;
}

.section3 .honor .honor_box {
  display: flex;
}

.section3 .honor .honor_box .item {
  width: fit-content;
  height: 350px;
  background: #F6F9FF;
  border-radius: 14px;
  padding: 9px 12px;
  margin: 0 30px 0 0;
  text-align: center;
}

.section3 .honor .honor_box .item .img {
  width: 100%;
  border-radius: 10px;
}

.section3 .honor .honor_box .item .text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin: 30px 0 0 0;
}

.section3 .honor:hover {
  animation-play-state: paused;
}

@keyframes honorScroll {
  100% {
    transform: translateX(-50%);
  }
}

.header .wrap .left .list .item .level .second {
  background-color: #fff;
}

.header .wrap .left .list .item .level .second a {
  color: #333;
}

@media screen and (max-width: 1024px) {
  .section1 {
    margin-top: 120px;
  }

  .section1 .wrap .title {
    font-size: 30px;
  }

  .section1 .wrap .about_content {
    flex-direction: column;
    width: 100%;
  }

  .section1 .wrap .name {
    font-size: 16px;
  }

  .section1 .wrap .about_content .left {
    width: 100%;
    flex-direction: column-reverse;
  }

  .section1 .wrap .about_content .left p {
    padding-top: 30px;
    font-size: 14px;
  }

  .section1 .wrap .about_content .right {
    width: 100%;
    flex-direction: column-reverse;
  }

  .section1 .wrap .about_content .right p {
    padding-top: 20px;
    font-size: 14px;
  }

  .section1 .wrap .about_content .right .img {
    padding-top: 30px;
  }

  .section2 {
    padding-top: 50px;
  }

  .section2 .wrap .title {
    font-size: 30px;
  }

  .section2 .wrap .content {
    padding-top: 30px;
  }

  .section2 .wrap .content .item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 30px;
  }

  .section2 .wrap .content .item .culture_img {
    width: 42px;
  }

  .section2 .wrap .content .item .culture_name {
    font-size: 16px;
    padding: 24px 0 10px;
  }
  .section2 .wrap .content .item p{
    width: auto;
    font-size: 14px;
    padding-bottom: 30px;
  }
  .section3 .title{
    font-size: 30px;
    width: 90%;
  }
  .section3{
    padding-top: 50px;
    overflow: hidden;
  }
  .section3 .honor .honor_box .item{
    display: flex;
flex-direction: column;
align-items: center;
    height: auto;
  }
  .section3 .honor .honor_box .item .img{
    height: 130px;
  }
  .section3 .honor .honor_box .item .text{
    text-align: center;
    font-size: 14px;
    width: 200px;
    padding-bottom: 20px;
  }
  .section3 .honor{
        margin: 50px 0 50px;
  }
}