.container {
  width: 1140px;
}
.intro {
  padding-top: 60px;
  padding-bottom: 45px;
}
.intro .intro-content {
  margin-top: 30px;
}
.intro .intro-content p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 32px;
}
.intro .intro-content p:last-child {
  margin-bottom: 0;
}
.business {
  padding-top: 45px;
}
.business .business-type {
  margin-top: 65px;
  box-shadow: 0px 14px 14px 1px 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: 125px;
  padding-bottom: 28px;
  position: relative;
  cursor: pointer;
}
.business .business-type li::after {
  display: block;
  content: '';
  width: 0;
  height: 3px;
  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: 52px;
  height: 52px;
  margin-right: 5px;
}
.business .business-type li h3 {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 18px;
  line-height: 25px;
  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: 490px;
  padding-top: 70px;
}
.business .business-content ul {
  position: relative;
}
.business .business-content ul li {
  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% - 15px);
  max-width: 100%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
  margin-right: 20px;
  transition: all 0.3s;
}
.business .business-content ul li .items a {
  display: block;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 50px;
  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: 0px 8px 10px 1px 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;
}
.license {
  padding: 80px 0;
}
.license .license-content {
  margin-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
.license .license-content .swiper-slide {
  height: auto;
}
.license .license-content .swiper-slide .grid .lic-list-1,
.license .license-content .swiper-slide .grid .lic-list-2 {
  width: 100%;
  display: flex;
  align-items: center;
}
.license .license-content .swiper-slide .grid .lic-list-1 .items {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.license .license-content .swiper-slide .grid .lic-list-1 .items:last-child {
  margin-right: 0;
}
.license .license-content .swiper-slide .grid .lic-list-1 .items img {
  height: 176px;
  max-width: 247px;
}
.license .license-content .swiper-slide .grid .lic-list-2:last-child {
  margin-top: 20px;
}
.license .license-content .swiper-slide .grid .lic-list-2 .items {
  width: calc(20% - 17.6px);
  margin-right: 22px;
}
.license .license-content .swiper-slide .grid .lic-list-2 .items:last-child {
  margin-right: 0;
}
.license .license-content .swiper-slide .grid .lic-list-2 .items img {
  height: 262px;
  max-width: 196px;
}
.license .license-content .swiper-slide .grid .items {
  border: 1px solid #E5E5E5;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.license .license-content .swiper-slide .grid .items img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.license .license-content .swiper-slide .grid .items h6 {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 25px;
  color: #666;
  margin-top: 16px;
}
.license .license-content .swiper {
  overflow: hidden;
}
.license .license-content .swiper .swiper-wrapper {
  align-items: flex-start;
}
.license .license-content .swiper-pagination {
  bottom: 0;
}
.license .license-content .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 5px;
  background: #CFD0D1;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  margin: 0 5px;
}
.license .license-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1B75E9;
}
.team {
  padding-top: 50px;
  padding-bottom: 22px;
  background-image: url(../images/gsjs2/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;
  word-break: break-all;
}
.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 {
  right: 0;
  background-image: url(../images/gsjs2/arrow-right.png);
}
.team .team-content .swiper-button-prev {
  left: 0;
  background-image: url(../images/gsjs2/arrow-left.png);
}
.culture {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #F5F6FA;
}
.culture .content {
  margin-top: 50px;
}
.culture .content .img {
  width: 453px;
}
.culture .content .img img {
  width: 100%;
  display: block;
}
.culture .content .info {
  width: 662px;
  margin-left: auto;
}
.culture .content .info ul li {
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  padding: 30px 30px 27px 40px;
  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: 17px;
}
.culture .content .info ul li h5 .icon {
  width: 38px;
  height: 38px;
  margin-right: 20px;
  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-family: 'SourceHanSansCN-Bold';
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.culture .content .info ul li p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 16px;
  line-height: 28px;
  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;
}
.contact {
  padding-top: 57px;
  padding-bottom: 100px;
}
.contact .title h3 {
  font-family: 'SourceHanSansCN-Medium';
}
.contact .content {
  margin-top: 58px;
  flex-wrap: wrap;
}
.contact .content .add-items {
  width: calc(33.33% - 14px);
  margin-right: 21px;
  padding: 33px 0 49px 40px;
  border-radius: 10px;
}
.contact .content .add-items:nth-child(3n) {
  margin-right: 0;
}
.contact .content .add-items:nth-child(n + 4) {
  margin-top: 20px;
}
.contact .content .add-items .icon img {
  width: auto;
  height: 62px;
  display: block;
}
.contact .content .add-items h5 {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-top: 18px;
}
.contact .content .add-items h5::after {
  display: block;
  content: '';
  width: 36px;
  height: 2px;
  background-color: #1B75E9;
  margin-top: 15px;
}
.contact .content .add-items p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 21px;
}
.contact .content .add-items:hover {
  box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.09);
}
.contact .content .add-last {
  width: calc(33.33% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #96BFF5;
  margin-top: 20px;
  border-radius: 10px;
}
.contact .content .add-last h5 {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
