.w {
  width: 1137px;
}

.pc-top {
  display: block;
}

.mob-top {
  display: none;
}

.top-banner {
  margin-top: -72px;
}
.top-banner .image {
  width: 100%;
}

.about-zg {
  padding: 90px 0;
  box-sizing: border-box;
}
.about-zg .title {
  font-size: 52px;
  color: #3eaef4;
  margin-bottom: 70px;
  font-weight: bold;
}
.about-zg .desc p {
  color: #808080;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
  position: relative;
}
.about-zg .desc p::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #cbcbcb;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: -10px;
}

.corporate {
  background-color: #f9f9f9;
  padding: 70px 0 30px;
  box-sizing: border-box;
}
.corporate .title {
  font-size: 30px;
  color: #010101;
  margin-bottom: 73px;
}
.corporate .w {
  position: relative;
}
.corporate .swiper-button-prev {
  left: -60px;
  top: 47%;
  color: #3eaef4;
}
.corporate .swiper-button-next {
  right: -60px;
  top: 47%;
  color: #3eaef4;
}

.zg-video {
  position: relative;
  cursor: pointer;
}
.zg-video .video-bg {
  width: 100%;
}
.zg-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.zg-video .play i {
  font-size: 60px;
  color: #fff;
}
.zg-video .play .text {
  font-size: 24px;
  color: #ffffff;
  margin-top: 37px;
}
.zg-video .play .text p {
  line-height: 34px;
}

.culture {
  padding: 70px 0;
  box-sizing: border-box;
}
.culture .w {
  width: 1170px;
}
.culture .title {
  font-size: 30px;
  color: #010101;
  border-bottom: 2px solid rgba(226, 224, 224, 0.6);
  margin-bottom: 42px;
  padding-bottom: 55px;
}
.culture .culture-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.culture .culture-list .culture-item {
  width: 33.33333%;
  margin-bottom: 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
.culture .culture-list .culture-item .name {
  font-size: 20px;
  color: #010101;
  margin-bottom: 17px;
}
.culture .culture-list .culture-item .blue {
  color: #3eaef4;
}
.culture .culture-list .culture-item .info {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: justify;
}
.culture .culture-list .culture-item .grey {
  color: #999;
}

.honors {
  background-color: #f9f9f9;
  padding: 70px 0;
  box-sizing: border-box;
}
.honors .w {
  width: 1170px;
}
.honors .title {
  font-size: 30px;
  color: #010101;
  margin-bottom: 72px;
}
.honors .honors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.honors .honors-list .honors-item {
  width: 33.333333%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 64px;
}
.honors .honors-list .honors-item .icon {
  width: 20px;
  height: 24px;
  margin-right: 13px;
}
.honors .honors-list .honors-item .name {
  font-size: 16px;
  color: #010101;
}

.timeAxis {
  height: 355px;
  position: relative;
}
.timeAxis .line {
  background-color: #eae9e9;
  width: 1000000000000px;
  height: 2px;
  position: absolute;
  top: 29%;
  left: 0;
  transform: translateX(-50%);
}
.timeAxis .swiper-wrapper {
  position: relative;
}
.timeAxis .swiper-wrapper .time-box {
  position: relative;
}
.timeAxis .swiper-wrapper .time-box .time-info {
  position: absolute;
  top: 4px;
  width: 100%;
  height: 100px;
  left: 0;
}
.timeAxis .swiper-wrapper .time-box .time-info .icon {
  width: 8px;
  height: 79px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.timeAxis .swiper-wrapper .time-box .time-info .year {
  font-size: 20px;
  color: #010101;
  margin-bottom: 6px;
  position: absolute;
  top: -9px;
  left: 15px;
}
.timeAxis .swiper-wrapper .time-box .time-info .text {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  position: absolute;
  top: 12px;
  left: 15px;
  white-space: pre-line;
}
.timeAxis .swiper-wrapper .swiper-slide:nth-child(even) .time-info {
  position: absolute;
  top: 76px;
  width: 100%;
  height: 100px;
  left: 0;
}
.timeAxis .swiper-wrapper .swiper-slide:nth-child(even) .time-info .icon {
  width: 8px;
  height: 79px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.timeAxis .swiper-wrapper .swiper-slide:nth-child(even) .time-info .year {
  font-size: 20px;
  color: #010101;
  margin-bottom: 6px;
  position: absolute;
  top: 60px;
  left: 15px;
}
.timeAxis .swiper-wrapper .swiper-slide:nth-child(even) .time-info .text {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  position: absolute;
  top: 85px;
  left: 15px;
}
