.container {
  width: 70rem;
}
.banner .info {
  bottom: 9.125rem;
}
.banner .info h1 {
  font-size: 3.75rem;
  line-height: 1.2;
  text-align: center;
}
.intro {
  padding-top: 6.375rem;
  padding-bottom: 2.8125rem;
}
.intro .intro-content {
  margin-top: 1.875rem;
}
.intro .intro-content p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-bottom: 2rem;
}
.intro .intro-content p:last-child {
  margin-bottom: 0;
}
.business {
  padding-top: 2.8125rem;
}
.business .business-type {
  margin-top: 4.0625rem;
  box-shadow: 0rem 0.875rem 0.875rem 0.0625rem rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
}
.business .business-type ul,
.business .business-type li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.business .business-type li {
  margin-right: 7.8125rem;
  padding-bottom: 1.75rem;
  position: relative;
  cursor: pointer;
}
.business .business-type li::after {
  display: block;
  content: '';
  width: 0;
  height: 0.1875rem;
  background-color: #1B75E9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.business .business-type li:last-child {
  margin-right: 0;
}
.business .business-type li img {
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 0.3125rem;
}
.business .business-type li h3 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #333;
  transition: all 0.3s;
}
.business .business-type li.active::after {
  width: 100%;
}
.business .business-type li.active h3 {
  color: #1B75E9;
}
.business .business-content {
  background-color: #F5F6FA;
  min-height: 16.875rem;
  padding-top: 4.375rem;
}
.business .business-content ul {
  position: relative;
}
.business .business-content ul li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.3s;
}
.business .business-content ul li .items {
  width: auto;
  min-width: calc(25% - 0.9375rem);
  max-width: 100%;
  background-color: #fff;
  text-align: center;
  border: 0.0625rem solid #E5E5E5;
  margin-bottom: 1.875rem;
  margin-right: 1.25rem;
  transition: all 0.3s;
}
.business .business-content ul li .items a {
  display: block;
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #666;
}
.business .business-content ul li .items:nth-child(4n),
.business .business-content ul li .items:last-child {
  margin-right: 0;
}
.business .business-content ul li .items:hover {
  background: #1B75E9;
  box-shadow: 0rem 0.5rem 0.625rem 0.0625rem rgba(27, 117, 233, 0.11);
}
.business .business-content ul li .items:hover a {
  color: #fff;
}
.business .business-content ul li.active {
  opacity: 1;
  z-index: 1;
}
.team {
  padding-top: 3.125rem;
  padding-bottom: 1.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/portfolio/bg-1.png);
}
.team .title h3 {
  color: #fff;
}
.team .team-content {
  padding: 0 1.8125rem;
  margin-top: 3.125rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.team .team-content .swiper-slide {
  padding: 0 0.625rem;
}
.team .team-content .swiper-slide .img-box {
  width: 100%;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.team .team-content .swiper-slide .img-box img {
  width: 100%;
  display: block;
  height: 14.25rem;
  object-fit: cover;
}
.team .team-content .swiper-slide .info-box {
  width: calc(100% - 2.375rem);
  margin: 0 auto;
  background-color: #fff;
  color: #333;
  padding: 1.0625rem 0.75rem 0.875rem 1.6875rem;
  min-height: 9.625rem;
  border-radius: 0.625rem;
  text-align: left;
  box-shadow: 0 0 0.5625rem 0 rgba(41, 72, 106, 0.35);
  transform: translateY(-3rem);
  font-family: '微软雅黑';
}
.team .team-content .swiper-slide .info-box h3 {
  font-size: 0.875rem;
  margin-bottom: 0.5625rem;
}
.team .team-content .swiper-slide .info-box h3 span {
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 1.6875rem;
}
.team .team-content .swiper-slide .info-box h6 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.team .team-content .swiper-slide .info-box p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  max-height: 6rem;
  letter-spacing: 0.0313rem;
  color: #666;
}
.team .team-content .swiper-slide .info-box p span {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.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: 1.5rem;
  height: 2.375rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  background-position: center;
  background-size: 100% 100%;
  top: 6.4375rem;
  margin-top: 0;
}
.team .team-content .swiper-button-next {
  right: 0;
  background-image: url(../images/portfolio/arrow-right.png);
}
.team .team-content .swiper-button-prev {
  left: 0;
  background-image: url(../images/portfolio/arrow-left.png);
}
.culture {
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
  background-color: #F5F6FA;
}
.culture .content {
  margin-top: 3.125rem;
}
.culture .content .img {
  width: 28.3125rem;
}
.culture .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.culture .content .info {
  width: 41.375rem;
  margin-left: auto;
}
.culture .content .info ul li {
  background: #FFFFFF;
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.875rem 1.6875rem 2.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.culture .content .info ul li:last-child {
  margin-bottom: 0;
}
.culture .content .info ul li h5 {
  display: flex;
  align-items: center;
  margin-bottom: 1.0625rem;
}
.culture .content .info ul li h5 .icon {
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 1.25rem;
  position: relative;
}
.culture .content .info ul li h5 .icon img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.culture .content .info ul li h5 .icon img.unactive {
  opacity: 1;
  z-index: 1;
}
.culture .content .info ul li h5 .icon img.active {
  opacity: 0;
}
.culture .content .info ul li h5 span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #333;
}
.culture .content .info ul li p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #666666;
}
.culture .content .info ul li:hover {
  background-color: #1B75E9;
}
.culture .content .info ul li:hover h5 .icon img.unactive {
  opacity: 0;
  z-index: 0;
}
.culture .content .info ul li:hover h5 .icon img.active {
  opacity: 1;
  z-index: 1;
}
.culture .content .info ul li:hover h5 span {
  color: #fff;
}
.culture .content .info ul li:hover p {
  color: #fff;
}
