@charset "UTF-8";
.screenVideo {
  min-width: 1344px;
  width: 100%;
  background-color: #000;
  height: 100vh;
  position: relative;
  /* 逐个启动动画 */
}

.screenVideo .swiper {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #ffffff;
  box-sizing: border-box;
}

.screenVideo .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.screenVideo .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.screenVideo .swiper .swiper-scrollbar-horizontal {
  width: 60% !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translate(-50%, 0) !important;
}

.screenVideo .swiper .swiper-button-prev:after,
.screenVideo .swiper .swiper-rtl .swiper-button-next:after {
  content: "";
}

.screenVideo .swiper .swiper-button-next:after,
.screenVideo .swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.screenVideo .swiper .swiper-pagination-horizontal {
  bottom: 12% !important;
}

.screenVideo .swiper .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin: 0 10px !important;
}

.screenVideo .swiper .swiper-slide-img {
  width: 100%;
  height: 100vh;
}

.screenVideo .video-title {
  position: absolute;
  font-size: 60px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 300;
  color: #ffffff;
  top: 65%;
  left: 0;
  animation: moveText 0.4s linear forwards;
  z-index: 100;
  opacity: 0;
}

.screenVideo .video-content {
  position: absolute;
  top: 75%;
  left: 0;
  font-size: 36px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  animation: moveContent 0.5s linear forwards;
  animation-delay: 2s;
  z-index: 100;
  opacity: 0;
}

.screenVideo .video-control {
  position: absolute;
  bottom: 8%;
  right: 6%;
  width: 76px;
  height: 76px;
  cursor: pointer;
  transition: 0.3s all;
}

.screenVideo .video-control:hover {
  transform: scale(1.04);
}

.screenVideo .video-more {
  position: absolute;
  width: 200px;
  height: 74px;
  left: 0;
  bottom: 8%;
  border: 1px solid rgba(255, 255, 255, 0.52);
  z-index: 100;
  font-size: 36px;
  color: #ffffff;
  border-radius: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  animation: moveMore 0.3s linear forwards;
  animation-delay: 2.5s;
  z-index: 100;
  opacity: 0;
}

.screenVideo .video-more .video-more-name {
  font-size: 36px;
  margin-right: 20px;
}

.screenVideo .video-more .view-more-btn-arrow {
  width: 32px;
}

.screenVideo .video-more:hover {
  transform: scale(1.03);
  border: 2px solid #ffffff;
}

@keyframes moveText {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(122px);
    /* 移动到目标位置 */
    opacity: 1;
  }
}

@keyframes moveContent {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(122px);
    /* 移动到目标位置 */
    opacity: 1;
  }
}

@keyframes moveMore {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(122px);
    /* 移动到目标位置 */
    opacity: 1;
  }
}

.screenVideo .video-title:nth-of-type(1) {
  animation-delay: 0s;
  left: 0;
}

.screenVideo .video-title:nth-of-type(2) {
  animation-delay: 0.4s;
  /* 第一个动画时长 + 延迟 */
  left: 200px;
}

.screenVideo .video-title:nth-of-type(3) {
  animation-delay: 0.8s;
  /* 前两个动画时长之和 + 延迟 */
  left: 400px;
}

.screenVideo .video-title:nth-of-type(4) {
  animation-delay: 1.2s;
  /* 前三个动画时长之和 + 延迟 */
  left: 600px;
}

.screenVideo .video-body-img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

#htContainer {
  width: 100%;
  min-width: 1344px;
  background-color: #f8f8f8;
}

#htContainer .htContainer-box {
  width: 100%;
  background-image: url("/assets/img/common-content-bg.png");
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: repeat-y;
  position: relative;
  padding-bottom: 50px;
}

#htContainer .htContainer-box .news-box {
  width: 100%;
  height: 118px;
  background-image: url("/index/img/quick-search-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#htContainer .htContainer-box .news-box .news-box-center {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}

#htContainer .htContainer-box .news-box .news-box-center .news-box-center-title {
  margin-right: 58px;
}

#htContainer .htContainer-box .news-box .news-box-center .news-box-center-tips {
  position: absolute;
  left: 125px;
  top: 26px;
}

#htContainer .htContainer-box .news-box .news-box-center #banner-container {
  flex: 1;
  display: flex;
  font-size: 20px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
}

#htContainer .htContainer-box .news-box .news-box-center ul {
  margin-bottom: 0;
}

#htContainer .htContainer-box .news-box .news-box-center #banner-container li {
  display: inline-block;
  margin-right: 130px;
}

#htContainer .htContainer-box .news-box .news-box-center a {
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}

#htContainer .htContainer-box .news-box .news-box-center a:hover {
  color: rgba(255, 255, 255, 0.52);
}

#htContainer .htContainer-box .news-box .news-box-center .banner-container-more {
  color: #ffffff;
  margin-left: 30px;
  font-size: 20px;
  border-radius: 60px;
  border: 1px solid #ffffff;
  width: 83px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#htContainer .htContainer-box .news-box .news-box-center .banner-container-more:hover {
  border: 2px solid #ffffff;
}

#htContainer .htContainer-box .news-dynamics {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-header {
  height: 133px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-header .news-dynamics-header-title {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-tab {
  display: flex;
  margin-bottom: 38px;
  box-sizing: border-box;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-tab .news-dynamics-tab-item {
  margin-right: 62px;
  cursor: pointer;
  height: 50px;
  transform: all 0.3s;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-tab .news-dynamics-tab-item:last-child {
  margin-right: 0;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-tab .news-dynamics-tab-item .news-dynamics-tab-item-title {
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 20px;
  transition: all 0.3s;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-tab .news-dynamics-tab-item .underline {
  width: 35px;
  height: 4px;
  background-color: #204780;
  text-align: center;
  margin: 0 auto;
  display: none;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-tab .active .news-dynamics-tab-item-title {
  font-size: 24px;
  color: #204780;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-tab .active .underline {
  display: block;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 28px;
  box-sizing: border-box;
  transition: all 1s;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item {
  cursor: pointer;
  width: 483px;
  height: 584px;
  box-sizing: border-box;
  padding: 35px 42px 51px 42px;
  box-shadow: 0px 0px 39px -3px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item:hover {
  transform: translateY(-10px) scale(1.03);
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item .news-dynamics-card-item-time {
  width: 135px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #204780;
  border: 1px solid #204780;
  box-sizing: border-box;
  margin-bottom: 25px;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item .news-dynamics-card-item-img {
  height: 217px;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item .news-dynamics-card-item-title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item .news-dynamics-card-item-content {
  margin-top: 4px;
  color: #acacac;
  font-size: 16px;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item .news-dynamics-card-item-empty {
  flex: 1;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item .news-dynamics-card-item-details {
  display: flex;
  align-items: center;
  color: #204780;
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
  justify-content: flex-end;
  transition: all 0.3s;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-card-item .news-dynamics-card-item-details .news-details-arrow {
  margin-left: 8px;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-active {
  background-color: #204780;
  color: #ffffff;
  transform: scale(1.03);
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-active .news-dynamics-card-item-time {
  color: #ffffff;
  border: 1px solid #ffffff;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-active .news-dynamics-card-item-title {
  color: #ffffff;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-active .news-dynamics-card-item-content {
  color: #ffffff;
}

#htContainer .htContainer-box .news-dynamics .news-dynamics-card .news-dynamics-active .news-dynamics-card-item-details {
  color: #ffffff;
}

#htContainer .htContainer-box .product-serve {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#htContainer .htContainer-box .product-serve .product-serve-header {
  height: 133px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#htContainer .htContainer-box .product-serve .product-serve-header .product-serve-header-title {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
}

#htContainer .htContainer-box .product-serve .product-serve-typeName {
  width: 723px;
  height: 68px;
  background: linear-gradient(90deg, rgba(4, 124, 211, 0.17) 0%, rgba(161, 215, 254, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

#htContainer .htContainer-box .product-serve .product-serve-typeName .product-serve-typeName-name {
  margin-left: 50px;
  margin-right: 27px;
}

#htContainer .htContainer-box .product-serve .product-serve-tab {
  display: flex;
  margin-bottom: 38px;
  box-sizing: border-box;
}

#htContainer .htContainer-box .product-serve .product-serve-tab .product-serve-tab-item {
  margin-right: 62px;
  cursor: pointer;
  height: 50px;
  transform: all 0.3s;
}

#htContainer .htContainer-box .product-serve .product-serve-tab .product-serve-tab-item:last-child {
  margin-right: 0;
}

#htContainer .htContainer-box .product-serve .product-serve-tab .product-serve-tab-item .product-serve-tab-item-title {
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 20px;
  transition: all 0.3s;
}

#htContainer .htContainer-box .product-serve .product-serve-tab .product-serve-tab-item .underline {
  width: 35px;
  height: 4px;
  background-color: #204780;
  text-align: center;
  margin: 0 auto;
  display: none;
}

#htContainer .htContainer-box .product-serve .product-serve-tab .active .product-serve-tab-item-title {
  font-size: 24px;
  color: #204780;
}

#htContainer .htContainer-box .product-serve .product-serve-tab .active .underline {
  display: block;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-tab {
  display: flex;
  margin-bottom: 38px;
  box-sizing: border-box;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-tab .product-serve-seaMap-tab-item {
  margin-right: 62px;
  cursor: pointer;
  height: 50px;
  transition: all 0.3s;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-tab .product-serve-seaMap-tab-item:last-child {
  margin-right: 0;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-tab .product-serve-seaMap-tab-item .product-serve-seaMap-tab-item-title {
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 20px;
  transition: all 0.3s;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-tab .product-serve-seaMap-tab-item .underline {
  width: 35px;
  height: 4px;
  background-color: #204780;
  text-align: center;
  margin: 0 auto;
  display: none;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-tab .active .product-serve-seaMap-tab-item-title {
  font-size: 24px;
  color: #204780;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-tab .active .underline {
  display: block;
}

#htContainer .htContainer-box .product-serve .product-serve-content-header {
  display: flex;
  width: 100%;
  height: 60px;
  background: #eff2f6;
  border-radius: 4px;
  position: relative;
}

#htContainer .htContainer-box .product-serve .product-serve-content-header .product-serve-content-header-item {
  flex: 1;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  cursor: pointer;
}

#htContainer .htContainer-box .product-serve .product-serve-content-header .product-serve-content-header-active {
  position: absolute;
  width: 20%;
  height: 60px;
  cursor: pointer;
}

#htContainer .htContainer-box .product-serve .product-serve-content-header .product-serve-content-header-active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #204780;
}

#htContainer .htContainer-box .product-serve .product-serve-content-header .active {
  color: #ffffff;
  background-image: linear-gradient(180deg, #204780 0%, #204780 100%);
}

#htContainer .htContainer-box .product-serve .product-serve-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 58px;
  transition: all 1s;
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item {
  width: 360px;
  height: 426px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
  padding: 20px 30px;
  transition: all 0.3s;
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item:hover {
  transform: translateY(-10px) scale(1.03);
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-bg {
  height: 237px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-img {
  height: 237px;
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-bg2 {
  background-image: url("/index/img/product-serve-card-map-bg2.png");
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-bg3 {
  background-image: url("/index/img/product-serve-card-map-bg3.png");
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-bg4 {
  background-image: url("/index/img/product-serve-card-map-bg4.png");
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-bg5 {
  background-image: url("/index/img/product-serve-card-map-bg5.png");
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-title {
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-details {
  color: #204780;
  display: flex;
  align-items: center;
}

#htContainer .htContainer-box .product-serve .product-serve-content .product-serve-content-card .product-serve-content-card-item .product-serve-content-card-item-details img {
  margin-left: 10px;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-header {
  display: flex;
  width: 100%;
  height: 60px;
  background: #eff2f6;
  border-radius: 4px;
  position: relative;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-header .product-serve-seaMap-content-header-item {
  flex: 1;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  cursor: pointer;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-header .product-serve-seaMap-content-header-active {
  position: absolute;
  width: 20%;
  height: 60px;
  cursor: pointer;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-header .product-serve-seaMap-content-header-active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #204780;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-header .active {
  color: #ffffff;
  background-image: linear-gradient(180deg, #204780 0%, #204780 100%);
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-bottom: 58px;
  transition: all 1s;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card .product-serve-seaMap-content-card-item {
  width: 360px;
  height: 426px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
  padding-bottom: 20px;
  transition: all 0.3s;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card .product-serve-seaMap-content-card-item:hover {
  transform: translateY(-10px) scale(1.03);
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card .product-serve-seaMap-content-card-item .product-serve-seaMap-content-card-item-bg {
  height: 237px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card .product-serve-seaMap-content-card-item .product-serve-seaMap-content-card-item-img {
  height: 237px;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card .product-serve-seaMap-content-card-item .product-serve-seaMap-content-card-item-title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card .product-serve-seaMap-content-card-item .product-serve-seaMap-content-card-item-details {
  color: #204780;
  display: flex;
  align-items: center;
}

#htContainer .htContainer-box .product-serve .product-serve-seaMap-content .product-serve-seaMap-content-card .product-serve-seaMap-content-card-item .product-serve-seaMap-content-card-item-details img {
  margin-left: 10px;
}

#htContainer .htContainer-box .eNavigation-product {
  width: 1500px;
  margin: 0 auto;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-title {
  width: 100%;
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  height: 66px;
  line-height: 66px;
  margin: 0 auto 44px auto;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card {
  width: 100%;
  height: 885px;
  position: relative;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 843px;
  height: 606px;
  background-image: url("/index/img/eNavigation-product-bg01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 102px 0 76px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one:hover {
  transform: scale(1.03);
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one .eNavigation-product-card-one-img {
  width: 192px;
  height: 255px;
  margin-right: 53px;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one .video-control {
  position: absolute;
  bottom: 12%;
  left: 10%;
  width: 58px;
  height: 58px;
  cursor: pointer;
  transition: 0.3s all;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one .video-control:hover {
  transform: scale(1.1);
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one .eNavigation-product-card-one-box {
  flex: 1;
  box-sizing: border-box;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one .eNavigation-product-card-one-box .eNavigation-product-card-one-box-title {
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-one .eNavigation-product-card-one-box .eNavigation-product-card-one-box-content {
  font-size: 16px;
  color: #ffffff;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-two {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 843px;
  height: 606px;
  background-image: url("/index/img/eNavigation-product-bg02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 140px;
  box-sizing: border-box;
  z-index: 2;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-two:hover {
  transform: scale(1.03);
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-two .eNavigation-product-card-two-img {
  width: 259px;
  height: 150px;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-two .eNavigation-product-card-two-title {
  font-size: 34px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 37px;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .eNavigation-product-card-two .eNavigation-product-card-two-content {
  font-size: 16px;
  color: #ffffff;
}

#htContainer .htContainer-box .eNavigation-product .eNavigation-product-card .avtive-z-index {
  z-index: 100;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpTitle {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-before {
  animation-name: none;
  visibility: hidden;
  animation-duration: 1s;
}

.animate-after-title {
  animation-name: fadeUp;
  visibility: visible;
}

.animate-after-content {
  animation-name: fadeUp;
  visibility: visible;
  animation-delay: 0.5s;
}

.animate-after-title02 {
  animation-name: fadeUpTitle;
  visibility: visible;
}

.animate-after-content02 {
  animation-name: fadeUpTitle;
  visibility: visible;
  animation-delay: 0.5s;
}

.noanimate {
  visibility: visible;
}

#videoEhhBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  /* 半透明背景 */
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

#videoEhhBox video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#videoEhhBox .video-img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s;
}

#videoEhhBox .video-img:hover {
  transform: scale(1.1);
}

.hiddens {
  display: none;
  opacity: 0;
  pointer-events: none;
  /* 隐藏时不可点击 */
}

#videoEhh {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  /* 相对于遮罩层定位 */
  z-index: 1000;
  /* 确保弹窗在遮罩层之上 */
}

@media (max-width: 1500px) {
  #htContainer .news-box-center {
    width: 1300px !important;
  }
  #htContainer .news-dynamics {
    width: 1300px !important;
  }
  #htContainer .news-dynamics .news-dynamics-card-item {
    width: 417px !important;
  }
  #htContainer .product-serve {
    width: 1300px !important;
  }
  #htContainer .product-serve .product-serve-content-card-item {
    width: 310px !important;
  }
  #htContainer .product-serve .product-serve-seaMap-content-card-item {
    width: 310px !important;
  }
  #htContainer .eNavigation-product {
    width: 1300px !important;
  }
  #htContainer .eNavigation-product .eNavigation-product-card-one {
    width: 743px !important;
    height: 534px !important;
  }
  #htContainer .eNavigation-product .eNavigation-product-card-two {
    width: 743px !important;
    height: 534px !important;
  }
  .video-img {
    width: 20px !important;
    height: 20px !important;
  }
}
