body {
  /* Firefox 64+ */
}

.swiper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.swiper .swiper-v {
  background: #eee;
}
.swiper #rootPagination {
  display: flex;
  right: 34px !important;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  z-index: 1;
}
.swiper #rootPagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 10px 0 !important;
  font-size: 14px;
  font-family: Poppins, Poppins;
  font-style: normal;
  line-height: 24px;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  opacity: 0.6;
}
.swiper #rootPagination .swiper-pagination-bullet-active {
  width: auto;
  height: 24px;
  color: rgb(255, 255, 255);
  background: transparent;
  opacity: 1;
}

#home1 .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home1 .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0) 100%);
}
#home1 .swiper-slide .content {
  position: absolute;
  top: 56%;
  left: 30px;
  color: #fff;
}
#home1 .swiper-slide .content .title {
  position: relative;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}
#home1 .swiper-slide .content .title span {
  position: relative;
  display: inline-block;
}
#home1 .swiper-slide .content .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -5px;
  left: -5px;
  background-color: #e60819;
}
#home1 .swiper-slide .content .detail {
  font-size: 20px;
  font-weight: lighter;
}
#home1 #home1Pagination {
  display: flex;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  height: 3px;
  width: 50vw;
}
#home1 #home1Pagination .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  background: #ffffff;
  opacity: 0.4;
  border-radius: unset;
}
#home1 #home1Pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#home2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding-top: 50px;
}
#home2 .content {
  padding: 35px;
  flex: 1 1 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: 20% 10%;
  background-size: 65%;
}
#home2 .content .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #e60819;
}
#home2 .content .desc {
  font-size: 16px;
  color: #888;
}
#home2 .content .timeline {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
#home2 .content .line {
  position: absolute;
  color: #333;
  transition: color 0.3s;
  cursor: pointer;
}
#home2 .content .line::after {
  content: "";
  position: absolute;
  left: 26px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #d8d8d8;
  transition: background-color 0.3s;
}
#home2 .content .line:nth-child(even) {
  top: 33px;
}
#home2 .content .line:nth-child(even)::after {
  top: -33px;
}
#home2 .content .line:nth-child(odd) {
  bottom: 0;
}
#home2 .content .line .nums {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
#home2 .content .line .nums span {
  font-size: 16;
}
#home2 .content .line .detail {
  margin-bottom: 20px;
  width: 100px;
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  color: #333;
}
#home2 .content .more {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #d8d8d8;
}
#home2 .content .more .more-icon {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background-image: url("/image/emc/more.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#home2 .content .more:hover {
  color: #fff;
  border-color: #e60819;
}
#home2 .content .more:hover::before {
  width: 100%;
}
#home2 .content .more:hover .more-icon {
  background-position: bottom;
}
#home2 .bottom {
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
#home2 .bottom .logo {
  display: block;
  width: 22%;
}

#home3 {
  padding-top: 48px;
  color: #fff;
  background: linear-gradient(90deg, #0e1014 0%, #414859 100%);
}
#home3 .swiper-slide {
  width: 100%;
}
#home3 .swiper-slide .content {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home3 .swiper-slide .content .detail {
  margin: 0;
  padding: 16px;
  font-style: 16px;
  font-weight: bold;
  line-height: 1.5;
  white-space: pre-line;
}
#home3 .pagination {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#home3 .pagination .item {
  position: relative;
  padding: 16px 30px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  opacity: 0.5 !important;
}
#home3 .pagination .item::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 24px;
  background: #e60819;
}
#home3 .pagination .item.active {
  opacity: 1 !important;
}
#home3 .pagination .item.active::before {
  display: block;
}

#home4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #0e1014;
}
#home4 .col {
  display: flex;
  padding: 4px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
}
#home4 .col .box {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 62px;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
#home4 .col .box .title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
#home4 .col .box .detail {
  display: none;
  font-size: 16px;
}

#home5 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home5 .top {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  color: #fff;
}
#home5 .top .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
#home5 .top .detail {
  font-size: 14px;
  line-height: 2;
}
#home5 .bottom {
  width: 100%;
  aspect-ratio: 4/3;
}
#home5 .bottom .content {
  width: 100vw;
  aspect-ratio: 16/10;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#home5 .bottom .content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(50, 52, 55, 0) 0%, #323437 100%);
  transition: opacity 0.3s;
}
#home5 .bottom .content .topleft {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  background-color: rgba(89, 0, 0, 0.7);
  border-radius: 0 0 16px 0;
}
#home5 .bottom .content .topleft .icon {
  display: inline-block;
  margin-right: 8px;
  height: 16px;
}
#home5 .bottom .content .info {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto 24px;
  color: #fff;
  transition: opacity 0.3s;
}
#home5 .bottom .content .info .title {
  margin: 0;
  padding: 8px 0;
  font-size: 20px;
  border-bottom: 1px solid #d8d8d8;
}
#home5 .bottom .content .info .desc {
  margin: 0;
  padding: 7px 0;
  font-size: 16px;
}
#home5 .bottom .swiper-pagination,
#home5 .bottom .swiper-scrollbar {
  position: absolute;
  height: 3px;
  width: 80vw;
  left: 10%;
  right: 10%;
  bottom: 12px;
  margin: auto;
  border-radius: 1px;
  overflow: hidden;
}
#home5 .bottom .swiper-pagination .swiper-pagination-progressbar-fill,
#home5 .bottom .swiper-pagination .swiper-scrollbar-drag,
#home5 .bottom .swiper-scrollbar .swiper-pagination-progressbar-fill,
#home5 .bottom .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #e60819;
}

#home6 {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f2f2f2 0%, #e0e6ec 100%);
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: 160%;
}
#home6 .top {
  position: absolute;
  top: 100px;
  left: 35px;
  margin-bottom: 35px;
}
#home6 .top p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
#home6 .top .num {
  font-size: 32px;
  font-weight: bold;
  color: #e60819;
}
#home6 .top .desc {
  color: #888;
}
#home6 .bottom {
  position: absolute;
  top: 70%;
  left: 35px;
  right: 46px;
}
#home6 .bottom .title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
#home6 .bottom .desc {
  font-size: 14px;
  line-height: 2;
  color: #888;
}

#home7 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2f2f2;
}
#home7 .head {
  flex: 1 0 30%;
  width: 100%;
  height: 30%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home7 .head .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
#home7 .head .content span {
  display: inline-block;
  margin: 0 5px;
}
#home7 .head .content .big {
  font-size: 32px;
  font-weight: bolder;
  color: #e60819;
}
#home7 .body {
  flex: 0 0 70%;
  padding: 15px;
  position: relative;
  overflow: auto;
}
#home7 .body .wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 50%;
  grid-template-rows: 25% 25% 25% 25%;
  position: relative;
  top: 0;
  bottom: 0;
  max-height: 100%;
}
#home7 .body .wrapper .item {
  display: block;
  margin: 6px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
#home7 .body .wrapper .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

#home8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
#home8 .head {
  width: 100%;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  padding-left: 51px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home8 .body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
}
#home8 .body .col {
  flex: 1;
  display: flex;
  align-items: stretch;
}
#home8 .body .item {
  margin: 8px 0;
  display: flex;
  text-decoration: none;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
#home8 .body .item .thumb {
  width: 45%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home8 .body .item .content {
  width: 55%;
  padding: 14px;
}
#home8 .body .item .content .title {
  display: -webkit-box;
  white-space: pre-line;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  overflow: hidden;
}
#home8 .body .item .content .detail {
  display: -webkit-box;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home8 .body .more {
  margin: 8px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home8 .body .more img {
  width: 44px;
  height: 44px;
  margin-right: 8px;
}

#home9 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#home9 .end {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
}
#home9 .end a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
#home9 .end .content {
  margin-top: 50px;
  margin-bottom: 0;
}
#home9 #footer {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
#home9 #footer .down {
  flex: 0 0 auto;
}

#home-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#home-bottom .head {
  width: 100%;
  aspect-ratio: 16/10;
  padding: 30% 40px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home-bottom .head .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}
#home-bottom .head .desc {
  font-size: 14px;
  line-height: 1.5;
}
#home-bottom .content {
  padding: 20px 30px;
  font-size: 14px;
}
#home-bottom .content p {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 16px;
}
#home-bottom .content i {
  color: #D8D8D8;
}
#home-bottom .content span,
#home-bottom .content a {
  margin-left: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
#home-bottom .content .label {
  flex: 0 0 auto;
  margin-left: 5px;
  font-weight: normal;
}
