.intro {
  padding-bottom: 139px;
  background-image: url(../images/intro-bg.png);
  background-position: center;
  background-position: no-repeat;
  background-size: cover;
}
.intro .title {
  margin-bottom: 30px;
}
.intro .info {
  position: relative;
}
.intro .info::before {
  display: block;
  content: '';
  width: 26px;
  height: 23px;
  background-image: url(../images/icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -2px;
  left: 23px;
  z-index: 0;
}
.intro .info p {
  text-indent: 32px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.intro .info p:last-child {
  margin-bottom: 0;
}
.business .business-type ul.content {
  justify-content: space-around;
}
.business .business-type ul.content li {
  position: relative;
  cursor: pointer;
}
.business .business-type ul.content li h5 {
  font-size: 18px;
  line-height: 25px;
  color: #5F5F5F;
  padding-bottom: 30px;
  transition: all 0.3s;
}
.business .business-type ul.content li::after {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  background-color: #0070FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.business .business-type ul.content li.active h5 {
  font-family: 'PINGFANG-BOLD';
  color: #0070FF;
}
.business .business-type ul.content li.active::after {
  width: 80%;
}
.business .business-content {
  position: relative;
  height: 499px;
  background-color: #F5F5F5;
}
.business .business-content .items {
  width: 100%;
  padding-top: 69px;
  padding-bottom: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.business .business-content .items.active {
  z-index: 1;
  opacity: 1;
}
.business .business-content .items:first-child ul.content li {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.business .business-content .items:first-child ul.content li:nth-child(3n) {
  margin-right: 20px;
}
.business .business-content .items:first-child ul.content li:nth-child(n + 4) {
  margin-top: 0;
}
.business .business-content .items:first-child ul.content li:nth-child(4n) {
  margin-right: 0;
}
.business .business-content .items:first-child ul.content li:nth-child(n + 5) {
  margin-top: 30px;
}
.business .business-content .items:first-child ul.content li .grid {
  padding: 47px 18px 47px 24px;
}
.business .business-content .items:first-child ul.content li .info {
  width: calc(100% - 54px);
}
.business .business-content .items:first-child ul.content li .icon {
  width: 54px;
}
.business .business-content .items:last-child ul.content li .grid {
  padding: 48px 40px;
}
.business .business-content .items:last-child ul.content li .info {
  width: calc(100% - 54px);
}
.business .business-content .items:last-child ul.content li .icon {
  width: 54px;
}
.business .business-content .items ul.content {
  flex-wrap: wrap;
}
.business .business-content .items ul.content li {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
.business .business-content .items ul.content li:nth-child(3n) {
  margin-right: 0;
}
.business .business-content .items ul.content li:nth-child(n + 4) {
  margin-top: 30px;
}
.business .business-content .items ul.content li:hover {
  box-shadow: 0px 3px 13px 1px rgba(77, 77, 77, 0.08);
}
.business .business-content .items ul.content li .grid {
  padding: 47px 40px;
  display: flex;
  align-items: center;
}
.business .business-content .items ul.content li .info {
  width: calc(100% - 65px);
}
.business .business-content .items ul.content li .info h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.business .business-content .items ul.content li .icon {
  width: 65px;
}
.business .business-content .items ul.content li .icon img {
  width: 100%;
  display: block;
}
.company {
  padding-top: 90px;
  padding-bottom: 110px;
}
.honour {
  position: relative;
}
.honour img {
  width: 100%;
  display: block;
}
.honour .info {
  position: absolute;
  top: 50%;
  right: 191px;
  transform: translateY(-50%);
}
.honour .info h3 {
  padding-left: 37px;
  font-family: 'PINGFANG-BOLD';
  font-size: 34px;
  line-height: 50px;
  color: #333;
  position: relative;
}
.honour .info h3::before {
  display: block;
  content: '';
  width: 29px;
  height: 25px;
  background-image: url(../images/icon1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 12.5px;
  left: 0;
}
.team {
  padding-top: 50px;
  padding-bottom: 22px;
  background-image: url(../images/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team .title h3 {
  color: #fff;
}
.team .team-content {
  padding: 0 29px;
  margin-top: 50px;
  width: 100%;
  text-align: center;
  position: relative;
}
.team .team-content .swiper-slide {
  padding: 0 10px;
}
.team .team-content .swiper-slide .img-box {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team .team-content .swiper-slide .img-box img {
  width: 100%;
  display: block;
}
.team .team-content .swiper-slide .info-box {
  width: calc(100% - 38px);
  margin: 0 auto;
  background-color: #fff;
  color: #333;
  padding: 17px 12px 14px 27px;
  min-height: 154px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 0 9px 0 rgba(41, 72, 106, 0.35);
  transform: translateY(-48px);
  font-family: '微软雅黑';
}
.team .team-content .swiper-slide .info-box h3 {
  font-size: 14px;
  margin-bottom: 9px;
}
.team .team-content .swiper-slide .info-box h3 span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 27px;
}
.team .team-content .swiper-slide .info-box h6 {
  font-size: 14px;
  margin-bottom: 4px;
}
.team .team-content .swiper-slide .info-box p {
  font-size: 14px;
  line-height: 24px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  max-height: 96px;
  letter-spacing: 0.5px;
  color: #666;
}
.team .team-content .swiper-slide .info-box p span {
  font-size: 14px;
  line-height: 24px;
}
.team .team-content .swiper {
  overflow: hidden;
}
.team .team-content .swiper-slide {
  flex-direction: column;
}
.team .team-content .swiper-button-next,
.team .team-content .swiper-button-prev {
  width: 24px;
  height: 38px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background-position: center;
  background-size: 100% 100%;
  top: 103px;
  margin-top: 0;
}
.team .team-content .swiper-button-next::after,
.team .team-content .swiper-button-prev::after {
  display: none !important;
}
.team .team-content .swiper-button-next {
  right: 0;
  background-image: url(../images/arrow-right.png);
}
.team .team-content .swiper-button-prev {
  left: 0;
  background-image: url(../images/arrow-left.png);
}
