.content .first {
  background-color: #fff;
  padding-bottom: 100px;
}
.content .first .who {
  width: 100%;
  box-shadow: 0px 5px 5px 0px rgba(219, 219, 219, 0.75);
  margin-top: 30px;
  padding: 75px 135px;
}
.content .first .who h1 {
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.content .first .who p {
  font-size: 18px;
  color: #000000;
  font-family: MicrosoftYaHei;
}
.content .first .who p span {
  color: #1f5498;
}
.content .first .intr .intr-con {
  padding: 0 10px 10px 10px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
}
.content .first .intr .intr-con p {
  margin: 0;
}
.content .second .slogan {
  height: 100%;
  box-shadow: 0px 5px 5px 0px rgba(240, 239, 239, 0.72);
}
.content .second .slogan img {
  width: 100%;
  height: 100%;
}
.content .forth .honor img {
  width: 100%;
  padding: 0 10px 10px 0;
}
.content .VivaTimeline {
  position: relative;
}
.content .VivaTimeline::before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #064089;
  left: 50%;
  margin-left: -1px;
}
.content .VivaTimeline .toppoint {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 2px #0b293a;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
}
.content .VivaTimeline .bottompoint {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 2px #0b293a;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
}
.content .VivaTimeline dl {
  position: relative;
}
.content .VivaTimeline dl:nth-child(even) dd {
  flex-direction: row-reverse;
}
.content .VivaTimeline dl:nth-child(odd) .time-con {
  padding-left: 40px;
  text-align: left;
}
.content .VivaTimeline dl:nth-child(even) .time-con {
  padding-right: 40px;
  text-align: right;
}
.content .VivaTimeline dl dt {
  width: 102px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #064089;
  border-radius: 6px;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content .VivaTimeline .time-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.content .VivaTimeline .time-item:nth-of-type(2) {
  flex-flow: row-reverse;
}
.content .VivaTimeline .time-item img {
  display: block;
  width: 386px;
  height: 244px;
}
.content .VivaTimeline .time-item .time-con {
  width: 45%;
}
.content .VivaTimeline .time-item .time-con h4 {
  font-size: 24px;
  color: #064089;
}
.content .VivaTimeline .time-item .time-con p {
  font-size: 18px;
  letter-spacing: -1px;
  color: #333333;
}
.content .common-title {
  text-align: center;
  padding: 88px 0 64px 0;
}
.content .common-title .title {
  font-family: MicrosoftYaHei;
  font-size: 48px;
  letter-spacing: 1px;
  color: #495666;
}
.content .common-title .english {
  font-family: zcool-gdh;
  font-size: 24px;
  color: #a8adb4;
}
@media (max-width: 768px) {
  .content .first {
    padding-bottom: 50px;
  }
  .content .first .first-top .who {
    box-shadow: none;
    margin-top: 0px;
    padding: 0px;
  }
  .content .first .first-top .who h1 {
    font-size: 20px;
    color: #333333;
  }
  .content .first .first-top p {
    margin: 0;
    font-size: 16px;
    color: #494949;
    opacity: 0.81;
  }
  .content .first .first-top p span {
    color: #1f5498;
  }
  .content .intr .intr-left {
    text-align: center;
  }
  .content .intr .intr-left img {
    width: 100%;
    display: inline;
  }
  .content .intr .intr-con {
    padding: 20px 0 0 0 !important;
    overflow: hidden;
  }
  .content .intr .intr-con p {
    font-size: 16px;
    letter-spacing: 3px;
    color: #000000;
    opacity: 0.81;
  }
  .content .second .slogan {
    height: 100%;
    padding-bottom: 0px;
  }
  .content .second .slogan img {
    width: 100%;
    height: 100%;
  }
  .content .VivaTimeline {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .content .VivaTimeline .toppoint {
    width: 17px;
    height: 17px;
  }
  .content .VivaTimeline .bottompoint {
    width: 17px;
    height: 17px;
  }
  .content .VivaTimeline dl dt {
    width: 63px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .content .VivaTimeline .time-item {
    padding: 0;
  }
  .content .VivaTimeline .time-item img {
    width: 150px;
    height: 100px;
    margin: 0 auto;
  }
  .content .VivaTimeline .time-item .time-con {
    width: 50%;
  }
  .content .VivaTimeline .time-item .time-con h4 {
    font-size: 14px;
  }
  .content .VivaTimeline .time-item .time-con p {
    font-size: 12px;
  }
  .content .product-top {
    padding: 45px 0 55px 0;
    text-align: center;
    position: relative;
  }
  .content .product-top p {
    font-size: 26px;
    color: #0075be;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .content .product-top .import {
    font-size: 20px;
    color: #195fbc;
    position: relative;
  }
  .content .product-top .import .left-line {
    width: 2px;
    height: 68px;
    background-color: #064089;
    display: inline-block;
    margin-right: 5px;
  }
  .content .product-top .bottom-square {
    width: 30px;
    height: 27px;
    background-color: #064089;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
