.z-home-carousel .bg {
  height: 40rem;
  color: white;
}
.z-home-carousel .bg .main {
  height: 100%;
}
.z-home-carousel .bg .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 6rem 0 5rem;
}
.z-home-carousel .bg .inner .t0 .t0_0 {
  font-size: 2.5rem;
  font-weight: 500;
}
.z-home-carousel .bg .inner .t0 .t0_1 {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.z-home-carousel .bg .inner .t1 {
  max-width: 39.25rem;
  margin-top: 3.75rem;
}
.z-home-carousel .bg .inner .t1 .t1_0 {
  font-size: 1.25rem;
  font-weight: 400;
}
.z-home-carousel .bg .inner .t1 .t1_1 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.25rem;
  line-height: 1.5rem;
}
.z-home-carousel .bg .inner .btn-experience {
  font-size: 1.125rem;
  padding: 13px 36px;
  height: auto;
  line-height: normal;
}
.z-home-carousel .slick-slide > div {
  height: 100%;
}
.z-home-carousel .slick-dots li {
  width: 2.5rem !important;
}
.z-home-carousel .slick-dots li button {
  height: 0.5rem !important;
  border-radius: 0.25rem;
}
.z-home-carousel .slick-arrow.custom-slick-arrow {
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 1.5625rem;
  color: #fff;
  background-color: transparent;
  transition: ease all 0.3s;
  opacity: 0.3;
  z-index: 1;
}
.z-home-carousel .slick-arrow.custom-slick-arrow:before {
  display: none;
}
.z-home-carousel .slick-arrow.custom-slick-arrow:hover {
  color: #fff;
  opacity: 0.7;
  background: transparent;
}

.home-top2 .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-top2 .items .item {
  display: flex;
  align-items: center;
  height: 6.25rem;
}
.home-top2 .items .item .text {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  margin-left: 0.75rem;
}

.z-home-introduce {
  background-color: #f9fbff;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
.z-home-introduce .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z-home-introduce .tabs .tab {
  flex: 1;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.z-home-introduce .tabs .tab .animate__animated {
  margin-top: 1.625rem;
  height: 0.1875rem;
  background-color: #2183e9;
  display: none;
  animation-duration: 0.3s;
}
.z-home-introduce .tabs .tab .temp {
  margin-top: 1.4375rem;
  height: 0.1875rem;
  background-color: transparent;
  display: block;
}
.z-home-introduce .tabs .tab.active {
  color: #2183e9;
}
.z-home-introduce .tabs .tab.active .animate__animated {
  display: block;
}
.z-home-introduce .tabs .tab.active .temp {
  display: none;
}
.z-home-introduce .s0 {
  width: 3.625rem;
  height: 3.625rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  padding: 0.875rem;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid transparent;
}
.z-home-introduce .s0.active {
  border-color: #2183e9;
}
.z-home-introduce .s0 + .s0 {
  margin-left: 8px;
}

.z-home-core-advance .s0 {
  border: 0.125rem solid transparent;
  border-radius: 0.75rem;
  padding: 1.25rem;
  color: #000;
}
.z-home-core-advance .s0 + .s0 {
  margin-top: 2.875rem;
}
.z-home-core-advance .s0 .t0 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.z-home-core-advance .s0 .t1 {
  font-size: 0.875rem;
  margin-top: 0.875rem;
  columns: #252b3a;
  line-height: 1.375rem;
}
.z-home-core-advance .s0.active {
  border-color: #2183e9;
}
.z-home-core-advance .s0.active .t0,
.z-home-core-advance .s0.active .t1 {
  color: #2183e9;
}
.z-home-core-advance .data-info {
  align-items: center;
}
.z-home-core-advance .data-info .img1 {
  flex: 1;
}


.z-home-news .bg {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
.z-home-news .main {
  margin-top: 3.75rem;
  display: flex;
}
.z-home-news .main > div {
  flex: 1;
  overflow: hidden;
}
.z-home-news .main .p0 {
  background: #ffffff;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(116, 134, 163, 0.04), 0 0.25rem 1.875rem 0 rgba(116, 134, 163, 0.1);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
}
.z-home-news .main .p0 .t0 {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.z-home-news .main .p0 .t0 .t00 {
  margin-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.z-home-news .main .p0 .t0 .split {
  flex: 1;
}
.z-home-news .main .p0 .r-pic {
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.z-home-news .main .p0 .r-pic .t3 {
  text-align: center;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.z-home-news .main .p0 .item0 {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  cursor: pointer;
  padding: 0.375rem;
}
.z-home-news .main .p0 .item0:hover {
  background-color: #f3f3f3;
}
.z-home-news .main .p0 .item0 .t1 {
  color: #252b3a;
  flex: 1;
  margin-right: 2.625rem;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.z-home-news .main .p0 .item0 .d0 {
  color: #8a8f9a;
  font-size: 0.75rem;
}

