/* row1 */

.r1 {
  padding: 0.8rem 0 1.18rem;
  background-color: rgb(251, 251, 251);
}

.r1 .mod-bd {
  font-size: var(--font18);
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}

.about-box .pic,
.about-box .pic img {
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}

.about-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.64rem;
}

.about-box .about-box-right {
  box-sizing: border-box;
  width: 48%;
}

.about-box .about-box-left {
  box-sizing: border-box;
  width: 52%;
  padding-right: 10%;
}

@media only screen and (max-width: 767px) {
  .about-box {
    padding: 0;
  }

  .about-box .about-box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .about-box .about-box-right {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .r1 {
    padding: 24px 0;
  }

  .r1 .mod-bd {
    font-size: 14px;
    margin: 12px 0 24px;
  }
}

.r3 {
  background-image: url("../images/about/bg3.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
}

.honor-area {
  --swiper-navigation-color: #666;
  --swiper-navigation-size: 0.2rem;

  --swiper-pagination-bullet-size: 0.18rem;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.05rem;

  position: relative;
  padding: 0 0.8rem 0.64rem;
}

.honor-area .swiper-pagination-bullet {
  box-sizing: border-box;
  border: 1px solid rgba(196, 196, 196, 1);
}

.honor-area .swiper-pagination-bullet-active {
  border-color: var(--swiper-theme-color);
}

.honor-area .swiper-button-next,
.honor-area .swiper-button-prev {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.52rem;
  transform: translateY(-50%);
  border: 0.02rem solid rgba(212, 212, 212, 1);
  border-radius: 50%;
  background-color: transparent;
}

.honor-area .swiper-button-next:hover,
.honor-area .swiper-button-prev:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.honor-list-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.honor-list-item .meta {
  box-sizing: border-box;
  border: 1px solid rgba(215, 215, 215, 1);
  padding: 0.1rem;
  border-radius: 0.16rem;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 1);
}

.honor-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.honor-list-item .title {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  text-align: center;
  margin-top: 0.16rem;
  min-height: 0.54rem;
}

@media only screen and (max-width: 767px) {
}

.r4 .flex-box {
  border-radius: 4px;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  line-height: 2;
}

.r4 .flex-box-left {
  width: 50%;
  padding: 0.48rem 0.92rem 0.48rem 0.72rem;
}

.r4 .flex-box-right {
  width: 50%;
}

.r4 .flex-box-right .pic,
.r4 .flex-box-right .pic img {
  border-radius: 0 4px 4px 0;
}

/* r5 */

@media only screen and (min-width: 768px) {
  .culture-list {
    --gap: 0.16rem;
    --item-margin-bottom: 0;
  }
}

.culture-list-item {
  height: 100%;
  position: relative;
}

.culture-list-item .pic,
.culture-list-item .pic img,
.culture-list-item .meta {
  border-radius: 0.08rem;
}

.culture-list-item .meta {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0.28rem 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.culture-list-item .title {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font36);
  margin-bottom: 0.12rem;
}

.culture-list-item .desc {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  text-align: justify;
  line-height: 1.5;
  min-height: 1.35rem;
}

.culture-list-item .icon {
  transition: all 0.5s;
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.12rem;
}

.culture-list-item .icon svg,
.culture-list-item .icon img {
  width: 100%;
  height: 100%;
}

.culture-list-item:hover .meta {
  background-color: rgba(0, 0, 0, 0.5);
}

.culture-list-item:hover .icon {
  transform: rotateY(360deg);
}

@media screen and (max-width: 767px) {
  .honor-list-item .meta {
    justify-content: center;
  }

  .honor-list-item .title {
    margin-bottom: 4px;
  }

  .honor-list-item .icon {
    margin-bottom: 8px;
  }
}

.history-row {
  box-sizing: border-box;
  background-image: url("../images/line/bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 1.2rem;
}

.history-row .wrapper {
  max-width: 1735px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.history-row .mod-bd {
}

.history-list {
  margin-top: 10vh;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background-image: url("../images/line/line.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  height: 5.2rem;
}

.history-list > li {
  box-sizing: border-box;
  position: absolute;
}

.history-list > li:nth-child(1) {
  width: 3.8rem;
  top: -0.08rem;
  left: 15%;
}

.history-list > li:nth-child(2) {
  width: 3.6rem;
  top: -0.28rem;
  left: 42.5%;
}

.history-list > li:nth-child(3) {
  width: 3.6rem;
  top: -0.68rem;
  left: 71.5%;
}
/*
.history-list > li:nth-child(1) .history-list-item::after {
  width: 2.15rem;
  background-image: url("../images/line/line1.png");
}

.history-list > li:nth-child(2) .history-list-item::after {
  width: 3.08rem;
  background-image: url("../images/line/line2.png");
}

.history-list > li:nth-child(3) .history-list-item::after {
  width: 8.42rem;
  background-image: url("../images/line/line3.png");
  right: 0;
} */

.history-list-item {
  box-sizing: border-box;
  position: relative;
}

/* .history-list-item::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  height: 2.43rem;
} */

.history-list-item .meta {
  padding-top: 0.8rem;
}

.history-list-item .title {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font36);
}

.history-list-item .desc {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  line-height: 2;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1024px) {
  .history-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }

  .history-list > li {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .history-list-item::after {
    display: none;
  }

  .history-list-item .meta {
    padding: 0;
  }

  .history-list-item .title {
  }

  .history-list-item .desc {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .r4 {
    padding-bottom: 0;
  }

  .r4 .flex-box-left {
    padding: 20px !important;
    margin-bottom: 0 !important;
  }

  .culture-list-item .meta {
    justify-content: center;
  }

  .culture-list-item .title {
    margin: 16px 0 24px;
  }

  .history-list {
    height: auto;
    margin-top: 20px;
  }

  .history-row {
    padding-top: 24px;
  }
}
