.home {
  height: 500px;
  overflow: hidden;
}
.home .video-box {
  width: 100%;
}
.home .video-box video {
  width: 100%;
  object-fit: cover;
}
.home .card1 {
  min-height: 700px;
  display: flex;
  flex-direction: column;
}
.home .card1 .el-row:first-child {
  flex: 1;
  background-image: url("../img/card1-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 70% center;
  box-sizing: border-box;
  padding: 0 90px;
  align-items: center;
  margin-top: 100px;
  margin-left: 40px;
}
.home .card1 .el-row:first-child .title {
  font-size: 48px;
  font-weight: 800;
  color: #333333;
}
.home .card1 .el-row:first-child .describe {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin: 40px 0;
  line-height: 22px;
}
.home .card1 .el-row:first-child .btn-box {
  margin-bottom: 20px;
}
.home .card1 .el-row:first-child .btn-box .el-button {
  color: #fff;
}
.home .card1 .el-row:first-child .btn-box .el-button .el-icon {
  font-size: 16px;
  margin-left: 6px;
  transform: rotateY(180deg) rotateZ(90deg) rotateX(362deg);
}
.home .card1 .el-row:last-child {
  height: 190px;
  background: linear-gradient(360deg, #78A9F2 0%, rgba(255, 255, 255, 0) 100%);
}
.home .card1 .el-row:last-child .el-col {
  flex-direction: column;
}
.home .card1 .el-row:last-child .el-col .title {
  font-size: 54px;
  font-weight: bold;
  color: #0070D7;
}
.home .card1 .el-row:last-child .el-col .title .suffix {
  font-size: 16px;
}
.home .card1 .el-row:last-child .el-col .describe {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.home .card2 {
  min-height: 800px;
  background-image: url("../img/card2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 56px 120px;
  flex-direction: column;
}
.home .card2 .title {
  font-size: 36px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  padding: 40px 0;
}
.home .card2 .el-row {
  flex: 1;
}
.home .card2 .el-row.information-item {
  margin-top: 30px;
}
.home .card2 .el-row .el-col {
  box-sizing: border-box;
}
.home .card2 .el-row .el-col.time-line {
  padding-left: 80px;
}
.home .card2 .el-row .el-col .el-card {
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
}
.home .card2 .el-row .el-col .el-card .el-card__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.home .card2 .el-row .el-col .el-card .el-card__body > div {
  flex: 1;
  padding-right: 35px;
}
.home .card2 .el-row .el-col .el-card img {
  width: 100%;
  min-width: 448px;
  max-width: 100%;
  height: 400px;
}
.home .card2 .el-row .el-col .el-card .time {
  position: absolute;
  top: 362px;
  left: 13px;
  z-index: 10;
  font-size: 20px;
  color: #FFFFFF;
}
.home .card2 .el-row .el-col .el-card .card-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-top: 32px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home .card2 .el-row .el-col .el-card .describe {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home .card2 .el-row .el-col .el-card .btn-box {
  margin-top: 25px;
}
.home .card2 .el-row .el-col .el-card .btn-box .el-button {
  color: #fff;
}
.home .card2 .el-row .el-col .el-card .btn-box .el-button .el-icon {
  font-size: 16px;
  margin-left: 6px;
  transform: rotateY(180deg) rotateZ(90deg) rotateX(362deg);
}
.home .card2 .el-row .time-line .time-line-item {
  margin-bottom: 30px;
}
.home .card2 .el-row .time-line .el-divider {
  width: 2px;
  height: 88px;
  margin: 0 17px;
}
.home .card2 .el-row .time-line .date-box {
  font-weight: bold;
  color: #0C3573;
  text-align: right;
}
.home .card2 .el-row .time-line .date-box p {
  padding: 7px 0;
}
.home .card2 .el-row .time-line .date-box p.date {
  font-size: 36px;
}
.home .card2 .el-row .time-line .date-box p.year {
  font-size: 20px;
}
.home .card2 .el-row .time-line .describe-box p {
  padding: 5px 0;
}
.home .card2 .el-row .time-line .describe-box .describe-title {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  cursor: pointer;
}
.home .card2 .el-row .time-line .describe-box .describe-title:hover {
  color: #3390FD;
}
.home .card2 .el-row .time-line .describe-box .describe-content {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  max-width: 100%;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.home .card2 .el-row .time-line .describe-box .describe-content:hover {
  color: #3390FD;
}
.home .card3 {
  min-height: 580px;
  background-image: url("../img/home-satellite.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.home .card4 {
  min-height: 730px;
  background-image: url("../img/card5-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 68px;
}
.home .card4 .title {
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 60px;
}

/*# sourceMappingURL=home.css.map */
