﻿@font-face {
  font-family: "HarmonyOS_Sans_SC_Thin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.ttf");
}
@font-face {
  font-family: "DINNextLTProLight";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DINNextLTProLight.ttf");
}
li{ list-style: none;}
p{
    margin-block-start: 0;
    margin-block-end: 0;
}
.about_view .intro {
  padding: 70px 0 110px;
  background: no-repeat center;
  background-size: cover;
}
.about_view .intro .tit {
  max-width: 960px;
}
.about_view .tit h3 {
  font-size: 46px;
  line-height: 1;
  color: #333333;
  font-weight: normal;
  font-family: HarmonyOS_Sans_SC_Thin;
  margin-block-start: 0;
  margin-block-end: 0;
}
.about_view .tit h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}
.about_view .tit i {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #5ea008;
  margin-top: 40px;
}
.about_view .intro .titp {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  margin-top: 50px;
}
.about_view .intro .item {
  margin-top: 65px;
  max-width: 768px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -60px;
}
.about_view .intro .item li {
  width: 50%;
  margin-bottom: 60px;
}
.about_view .intro .item li h3 {
  font-family: DINNextLTProLight;
}
.about_view .intro .item li h3 span {
  font-size: 70px;
  line-height: 1;
  color: #444444;
  font-weight: normal;
}
.about_view .intro .item li h3 sup {
  font-size: 30px;
  line-height: 1;
  color: #444444;
  position: relative;
  top: -25px;
}
.about_view .intro .item li h3 i {
  font-size: 20px;
  line-height: 1;
  color: #444444;
  font-style: normal;
  font-weight: normal;
}
.about_view .intro .item li p {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
}
.about_view .culture {
  padding: 70px 0;
  background-color: #f9f9f9;
  position: relative;
}
.about_view .culture .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
}
.about_view .culture .pic {
  width: 43.3%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.about_view .culture .pic .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.about_view .culture .pic .tit {
  position: absolute;
  top: 85px;
  right: 40px;
  text-align: right;
}
.about_view .culture .pic .tit h3 {
  color: #ffffff;
}
.about_view .culture .pic .tit h5 {
  color: #ffffff;
}
.about_view .culture .pic .tit i {
  display: inline-block;
  background-color: #ffffff;
  margin-top: 0;
}
.about_view .culture .txt {
  width: 45.5%;
}
.about_view .culture .txt h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #494949;
  margin-block-start: 0;
  margin-block-end: 0;
}
.about_view .culture .txt p {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  font-family: 微软雅黑;
  margin-top: 5px;
  margin-bottom: 30px;
}
.about_view .culture .txt p:last-of-type {
  margin-bottom: 0;
}
.about_view .founder {
  padding: 70px 0;
}
.about_view .founder .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  align-items: flex-start;
}
.about_view .founder .con .left {
  width: 100%;
  padding-left: 160px;
  background: url(../images/founder-ico001.png) no-repeat left 60px top;
}
.about_view .founder .con .left h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  font-family: 微软雅黑;
}
.about_view .founder .con .left h5 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}
.about_view .founder .con .right {
  width: 63.3%;
}
.about_view .founder .con .right p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  white-space: pre-wrap;
}
.about_view .founder .founder-swiper {
  margin-top: 70px;
}
.about_view .founder .founder-swiper .swiper-pagination {
  display: none;
}
.about_view .founder .founder-swiper .swiper-slide {
  width: 400px;
  cursor: pointer;
}
.about_view .founder .founder-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 66.7%;
  overflow: hidden;
}
.about_view .founder .founder-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.about_view .founder .founder-swiper .swiper-slide .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/founder-ico002.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
}
.about_view .founder .founder-swiper .swiper-slide .pic:hover::after {
  background-color: transparent;
}
.about_view .founder .founder-swiper .swiper-slide h3 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding: 40px 90px 40px 44px;
  background: url(../img/founder-ico003.png) no-repeat right 45px center;
  background-color: #f9f9f9;
}
.about_view .history {
  padding: 105px 0 70px;
  background: url(../img/history-bg001.jpg) no-repeat center;
  background-size: cover;
}
.about_view .history .button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #666666;
  background: url(../img/history-ico001.png) no-repeat center;
  position: absolute;
  bottom: 50px;
  left: 55%;
  transition-duration: .3s;
  z-index: 1;
  cursor: pointer;
}
.about_view .history .button-prev:hover{
  background-color: #408e7e;
  border-color: #408e7e;
  background-image: url(../img/history-ico0011.png);
}
.about_view .history .button-next:hover{
  background-color: #408e7e;
  border-color: #408e7e;
  background-image: url(../img/history-ico0011.png);
}

.about_view .history .button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #666666;
  background: url(../img/history-ico001.png) no-repeat center;
  position: absolute;
  transform: rotate(180deg);
  bottom: 50px;
  left: 59%;
  z-index: 1;
  cursor: pointer;
  transition-duration: .3s;
}
.about_view .history .history-swiper {
  margin-top: 65px;
}
.about_view .history .history-swiper .swiper-slide {
  padding: 50px 65px 50px 135px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.about_view .history .history-swiper .swiper-slide .txt {
  width: 50%;
}
.about_view .history .history-swiper .swiper-slide .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
}
.about_view .history .history-swiper .swiper-slide .txt h3 i {
  font-size: 56px;
  line-height: 1;
  color: #333333;
  font-family: DINNextLTProLight;
  font-weight: bold;
}
.about_view .history .history-swiper .swiper-slide .txt p {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  white-space: pre-wrap;
  margin-top: 35px;
}
.about_view .history .history-swiper .swiper-slide .pic {
  width: 37%;
  height: 325px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.about_view .history .history-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.about_view .history .history-swiper .swiper-slide .pic:hover img {
  transform: scale(1.1);
}
.about_view .history .tabs-swiper {
  margin: 0 135px;
  margin-top: 55px;
}
.about_view .history .tabs-swiper .swiper-slide {
  width: 145px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
}
.about_view .history .tabs-swiper .swiper-slide-active {
  background: url(../img/history-ico002.png) no-repeat left center;
}

.honor-page .tit {
  max-width: 960px;
}
.honor-page .tit h3 {
  font-size: 46px;
  line-height: 1;
  color: #333333;
  font-weight: normal;
  font-family: HarmonyOS_Sans_SC_Thin;
  margin-block-start: 0;
  margin-block-end: 0;
}
.honor-page .tit h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-top:0;
  font-weight: normal;
  letter-spacing: 1px;
}
.honor-page .tit i {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #5ea008;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
.about_view .intro {
    padding: 40px 0;
    background: none;
  }

  .about_view .intro .tit h3 {
    font-size: 22px;
  }

  .about_view .intro .tit h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .about_view .intro .tit i {
    width: 40px;
    margin-top: 20px;
  }

  .about_view .intro .tit p {
    font-size: 14px;
    line-height: 25px;
  }

    .honor-page .tit h3 {
    font-size: 22px;
  }

  .honor-page .tit h5 {
    font-size: 20px;
    margin-top: 0;
  }

  .honor-page .tit i {
    width: 40px;
    margin-top: 20px;
  }

  .honor-page .tit p {
    font-size: 14px;
    line-height: 25px;
  }


  .about_view .intro .item {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .about_view .intro .item li {
    width: 50%;
    margin-bottom: 20px;
  }

  .about_view .intro .item li h3 span {
    font-size: 26px;
  }

  .about_view .intro .item li h3 i {
    font-size: 10px;
  }

  .about_view .intro .item li h3 sup {
    font-size: 18px;
    top: -1px;
  }

  .about_view .intro .item li p {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    margin-top: 10px;
  }

  .about_view .founder {
    padding: 40px 0;
  }

  .about_view .culture .pic {
    width: 100%;
    height: 0;
    padding-bottom: 90%;
  }

  .about_view .culture .txt {
    width: 100%;
    padding: 30px 15px;
  }

  .about_view .culture .pic .tit {
    top: 40px;
    right: 15px;
  }

  .about_view .culture .pic .tit h3 {
    font-size: 22px;
  }

  .about_view .culture .pic .tit h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .about_view .culture .pic .tit i {
    width: 40px;
    margin-top: 20px;
  }

  .about_view .culture {
    padding: 40px 0 30px;
    background: none;
    background-color: #f9f9f9;
  }

  .about_view .culture .txt h3 {
    font-size: 14px;
  }

  .about_view .culture .txt p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .about_view .founder .con {
    margin-top: 40px;
  }

  .about_view .founder .con .left {
    width: 100%;
    padding-left: 65px;
    text-align: left;
    background-size: 48px;
    background-position: left 8px top;
  }

  .about_view .founder .con .left h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .about_view .founder .con .left h5 {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }

  .about_view .founder .con .right {
    width: 100%;
    margin-top: 40px;
  }

  .about_view .founder .founder-swiper {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .about_view .founder .founder-swiper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .about_view .founder .founder-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #408e7e;
  }

  .about_view .founder .founder-swiper .swiper-slide .pic::after {
    background-size: 30px;
  }

  .about_view .founder .founder-swiper .swiper-slide h3 {
    font-size: 14px;
    padding: 20px 70px 20px 20px;
    background-position: right 15px center;
    background-size: 30px;
  }

  .about_view .history {
    padding: 40px 0;
  }

  .about_view .history .history-swiper .swiper-slide {
    padding: 30px 15px;
  }

  .about_view .history .history-swiper .swiper-slide .txt {
    width: 100%;
  }

  .about_view .history .history-swiper .swiper-slide .pic {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin-top: 20px;
  }

  .about_view .history .history-swiper .swiper-slide .txt h3 {
    font-size: 14px;
  }

  .about_view .history .history-swiper .swiper-slide .txt h3 i {
    font-size: 22px;
  }

  .about_view .history .history-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 22px;
    height: 150px;
    margin-top: 10px;
  }

  .about_view .history .tabs-swiper {
    margin: 0;
    margin-top: 20px;
  }

  .about_view .history .tabs-swiper .swiper-slide {
    height: 35px;
    font-size: 14px;
  }

  .about_view .history .tabs-swiper .swiper-slide-active {
    background-size: 20px;
  }

  .about_view .history .button-prev {
    display: none;
  }

  .about_view .history .button-next {
    display: none;
  }

  .about_view .history .history-swiper {
    margin-top: 25px;
  }
}