@charset "UTF-8";
:root {
  --header-hegiht: 100px;
}

.indexDiv {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Source Han Sans CN";
  color: #333333;
}
.indexDiv .content {
  width: 100%;
  transition: margin-top 0.8s;
}
.indexDiv .btn-list {
  --default: rgba(102, 102, 102, 0.5);
  --default-active: #666;
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  user-select: none;
  z-index: 40;
  transition: all 0.8s;
}
@media (max-width: 1700px) and (min-width: 1100px) {
  .indexDiv .btn-list {
    top: 45%;
  }
}
.indexDiv .btn-list .btn-item {
  margin-bottom: 20px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  user-select: none;
  transition: all 0.4s ease;
}
.indexDiv .btn-list .btn-item p {
  width: 123px;
  height: 23px;
  line-height: 23px;
  font-size: 16px;
  color: transparent;
  margin-right: 20px;
  text-align: right;
  user-select: none;
  transition: all 0.4s ease;
  transform: translateX(-20px);
}
.indexDiv .btn-list .btn-item .icon {
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--default);
  transition: all 0.4s ease;
  user-select: none;
}
.indexDiv .btn-list .btn-item.active {
  transform: translateX(10px);
}
.indexDiv .btn-list .btn-item.active p {
  color: var(--default-active);
  transform: translateX(0);
  user-select: none;
}
.indexDiv .btn-list .btn-item.active .icon {
  background-color: var(--default-active);
}
.indexDiv .btn-list .btn-item.disabled p {
  opacity: 0.5;
}
.indexDiv .btn-list.white {
  --default-active: #fff;
  --default: rgba(255, 255, 255, 0.7);
}
.indexDiv .page {
  --more-color: #666;
  width: 100%;
  overflow: hidden;
}
.indexDiv .page-box {
  width: 100%;
}
.indexDiv .page-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.indexDiv .page-title {
  position: absolute;
  top: 34.0740740741vh;
  left: 12.5vw;
}
.indexDiv .page-title__main {
  font-size: 64px;
  font-weight: 700;
  font-family: "Source Han Sans CN-Bold", "Source Han Sans CN";
  color: #e5000e;
  line-height: 93px;
  letter-spacing: 12px;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  margin-bottom: 10px;
}
.indexDiv .page-title__sub {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}
.indexDiv .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexDiv .page-item__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 50px;
  font-weight: 600;
  color: #333333;
  line-height: 72px;
  padding-bottom: 24px;
  margin-bottom: 40px;
  transition: all 0.8s;
}
.indexDiv .page-item__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: rgb(229, 0, 14);
}
.indexDiv .page-item__title-sub {
  margin-left: 20px;
  font-size: 24px;
  color: #999999;
  line-height: 38px;
}
.indexDiv .page-item__more {
  font-size: 16px;
  color: var(--more-color);
  line-height: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transform-origin: left center;
  transition: all 0.2s;
}
.indexDiv .page-item__more-icon {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  animation: small-left-right 1s linear infinite;
}
.indexDiv .page-item__more:hover {
  transform: scale(1.2);
}
.indexDiv .page-item__more:hover .page-item__more-icon {
  animation-play-state: paused;
}
.indexDiv .page-item__more:active {
  opacity: 0.5;
}
.indexDiv .page.animated .page-item__title {
  transform: translate(0, 0);
  opacity: 1;
}
.indexDiv .page__btns {
  position: fixed;
  right: -400px;
  bottom: 10.5555555556vh;
  transition: all 0.8s;
  animation: go-right 1s ease-in-out forwards;
  z-index: 9999;
}
@media (max-width: 1700px) and (min-width: 1300px) {
  .indexDiv .page__btns {
    transform: scale(0.9);
  }
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .indexDiv .page__btns {
    transform: scale(0.8);
  }
}
.indexDiv .page__btns-item {
  position: relative;
}
.indexDiv .page__btns-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.indexDiv .page__btns-item-btn {
  width: 80px;
  height: 80px;
  background: #c5c5c5;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: default;
}
.indexDiv .page__btns-item-btn span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.indexDiv .page__btns-item-btn__icon {
  width: 29px;
  height: 29px;
  margin-bottom: 7px;
}
.indexDiv .page__btns-item-btn:not(.disabled) {
  cursor: pointer;
}
.indexDiv .page__btns-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(calc(-100% - 16px));
  transition: all 0.4s;
}
.indexDiv .page__btns-item-content p {
  white-space: nowrap;
  line-height: 23px;
  font-size: 16px;
  color: rgb(229, 0, 14);
  font-weight: 600;
}
.indexDiv .page__btns-item:hover .page__btns-item-btn {
  background: rgb(229, 0, 14);
}
.indexDiv .page__btns-item:hover .page__btns-item-content {
  width: 184px;
}

.header {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  position: fixed;
  width: 100%;
  height: var(--header-hegiht);
  background: rgba(255, 255, 255, 0.6);
  z-index: 999;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 220px;
  height: 100%;
}
@media (max-width: 1700px) and (min-width: 1300px) {
  .header-logo {
    transform: scale(0.8);
  }
}
.header-nav {
  height: 100%;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.header-nav-list {
  grid-column: 2/12;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .header-nav-list {
    grid-column: 1/13;
  }
}
.header-nav-list-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.header-nav-list-item:not(.no-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  background-color: rgb(229, 0, 14);
  transform: translateX(-50%) scale(0);
}
.header-nav-list-item > a {
  color: #333;
  transition: all 0.1s;
}
.header-nav-list-item-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: max-content;
  min-width: 100%;
  background-color: #fff;
  transform: translateX(-50%) translateY(100%) scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header-nav-list-item-child-item {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.header-nav-list-item-child-item > a {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}
.header-nav-list-item-child-item__child {
  position: absolute;
  width: max-content;
  min-width: 100%;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(100%) scale(0);
  transform-origin: left top;
  transition: transform 0.3s;
  opacity: 0;
}
.header-nav-list-item-child-item__child-item {
  height: 50px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.header-nav-list-item-child-item__child-item > a {
  font-size: 16px;
  color: #666666;
  line-height: 23px;
}
.header-nav-list-item-child-item__child-item:hover > a {
  color: rgb(229, 0, 14);
  font-weight: bold;
}
.header-nav-list-item-child-item:hover > a {
  color: rgb(229, 0, 14);
  font-weight: bold;
}
.header-nav-list-item-child-item:hover .header-nav-list-item-child-item__child {
  transform: translateX(100%) scale(1);
}
.header-nav-list-item:hover > a {
  color: rgb(229, 0, 14);
  font-weight: bold;
}
.header-nav-list-item:hover::after {
  transform: translateX(-50%) scale(1);
}
.header-nav-list-item:hover .header-nav-list-item-child {
  transform: translateX(-50%) translateY(100%) scaleY(1);
}
.header-nav-list-item:hover .header-nav-list-item-child-item__child {
  opacity: 1;
}
.header-lang {
  width: 10.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333;
  cursor: pointer;
  transition: all 0.2s;
}
.header-lang-item__img::before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background: url("../../img/icons/search.png") no-repeat center center/100% 100%;
  transition: all 0.2s;
}
.header-lang-item:not(:last-child) {
  margin-right: 16px;
}
.header-lang-item:hover {
  background-color: rgb(229, 0, 14);
  border-color: rgb(229, 0, 14);
  color: #fff;
}
.header-lang-item:hover.header-lang-item__img::before {
  background: url("../../img/icons/search-white.png") no-repeat center center/100% 100%;
}

.page-application {
  position: relative;
  background: url("../../img/bg/application.jpg") no-repeat center center/100% 100%;
  overflow: hidden;
}
.page-application__container {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25vw;
  row-gap: 2.962962963vh;
}
@media (max-width: 1700px) and (min-width: 1100px) {
  .page-application__container {
    column-gap: 12px;
    row-gap: 16px;
  }
}
.page-application__container-item {
  position: relative;
  width: 100%;
  height: 29.6296296296vh;
  overflow: hidden;
  transition: all 0.4s;
}
.page-application__container-item__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.page-application__container-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
  transform: translateY(50%);
}
.page-application__container-item__content-title {
  font-size: 28px;
  line-height: 41px;
  font-weight: 600;
  margin-bottom: 8px;
}
.page-application__container-item__content-sub {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
}
.page-application__container-item__content-more {
  position: absolute;
  top: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  transform-origin: left center;
  transition: all 0.2s;
}
.page-application__container-item__content-more__icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  animation: small-left-right 1s linear infinite;
}
.page-application__container-item__content-more:hover {
  transform: scale(1.2);
}
.page-application__container-item__content-more:hover .page-application__container-item__content-more__icon {
  animation-play-state: paused;
}
.page-application__container-item__content-more:active {
  opacity: 0.5;
}
.page-application__container-item:hover .page-application__container-item__bg {
  transform: scale(1.1);
}
.page-application__container-item:hover .page-application__container-item__content {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.55);
}
.page-about {
  background: url("../../img/bg/about.jpg") no-repeat center center/100% 100%;
}
.page-about__container {
  display: flex;
  overflow: hidden;
  margin-bottom: 5.5555555556vh;
}
.page-about__container-left {
  flex: 1;
  transition: all 0.8s;
}
.page-about__container-left__content {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 9.2592592593vh;
}
.page-about__container-left__content p {
  margin-bottom: 20px;
  text-indent: 2em;
}
.page-about__container-left__content p:last-of-type {
  margin-bottom: 0;
}
.page-about__container-right {
  height: 39.4444444444vh;
  aspect-ratio: 671/426;
  margin-left: 5.46875vw;
  transition: all 0.8s;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
.page-about__container-right-video {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  object-fit: fill;
}
.page-about__container-right-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
}
.page-about__container-right-popup-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 6px;
}
.page-about__container-right-popup.hide {
  display: none;
}
.page-about__footer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.page-about__footer-item {
  position: relative;
  width: 100%;
  text-align: center;
}
.page-about__footer-item__num {
  word-wrap: normal;
  white-space: nowrap;
  font-size: 54px;
  font-family: YouSheBiaoTiHei;
  line-height: 70px;
}
@media (max-width: 1700px) and (min-width: 1300px) {
  .page-about__footer-item__num {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-about__footer-item__num {
    line-height: 50px;
    font-size: 36px;
  }
}
.page-about__footer-item__num-more {
  position: absolute;
  font-size: 20px;
  font-family: "Source Han Sans CN";
  font-weight: 600;
  top: 10px;
  right: -20px;
  line-height: 29px;
}
.page-about__footer-item__text {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  margin-top: 12px;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-about__footer-item__text {
    line-height: 18px;
    font-size: 16px;
    margin-top: 5px;
  }
}
.page-about__footer-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 28px);
  background: rgba(209, 209, 209, 0.7);
  transform: translateY(-50%);
}
.page-about.animated .page-about__container-left, .page-about.animated .page-about__container-right, .page-about.animated .page-about__footer {
  transform: translate(0, 0);
  opacity: 1;
}

.page-continuity {
  display: flex;
  flex-direction: column;
}
.page-continuity__top {
  background: url("../../img/bg/continuity.jpg") no-repeat center center/100% 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: var(--header-hegiht);
}
.page-continuity__top-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25vw;
}
.page-continuity__top-list-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 342/250;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px 4px 4px 4px;
  transition: all 0.8s;
  opacity: 0;
  overflow: hidden;
  transform: scale(0);
}
.page-continuity__top-list-item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
@media (max-width: 1700px) and (min-width: 1300px) {
  .page-continuity__top-list-item-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__top-list-item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }
}
.page-continuity__top-list-item-title {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1700px) and (min-width: 1100px) {
  .page-continuity__top-list-item-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-continuity__top-list-item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background-color: #333;
}
.page-continuity__top-list-item-sub {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1700px) and (min-width: 1100px) {
  .page-continuity__top-list-item-sub {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }
}
.page-continuity__top-list-item-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to left bottom, rgb(194, 255, 180) 0%, rgb(17, 124, 182) 100%);
  transition: all 0.4s;
  transform-origin: right top;
  transform: scale(0);
  opacity: 0;
}
.page-continuity__top-list-item-popup-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px 40px;
  color: #ffffff;
  transition: all 0.4s;
  transform: translateY(400px);
  opacity: 0;
}
@media (max-width: 1700px) and (min-width: 1100px) {
  .page-continuity__top-list-item-popup-box {
    padding: 15px 20px;
  }
}
.page-continuity__top-list-item-popup-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-continuity__top-list-item-popup-header-icon {
  width: 46px;
  height: 46px;
  margin-right: 12px;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__top-list-item-popup-header-icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }
}
.page-continuity__top-list-item-popup-header-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__top-list-item-popup-header-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-continuity__top-list-item-popup-content {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 5;
  /* autoprefixer: ignore next */
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__top-list-item-popup-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.page-continuity__top-list-item:hover .page-continuity__top-list-item-popup {
  transform: scale(1);
  opacity: 1;
}
.page-continuity__top-list-item:hover .page-continuity__top-list-item-popup-box {
  transform: translateY(0);
  opacity: 1;
}
.animated .page-continuity__top-list-item {
  transform: scale(1);
  opacity: 1;
}
.animated .page-continuity__top-list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.animated .page-continuity__top-list-item:nth-child(2) {
  transition-delay: 0;
}
.animated .page-continuity__top-list-item:nth-child(3) {
  transition-delay: 0;
}
.animated .page-continuity__top-list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.page-continuity__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #363636;
  color: #ffffff;
}
.page-continuity__bottom-container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 3.7037037037vh;
}
@media (max-width: 1700px) and (min-width: 1100px) {
  .page-continuity__bottom-container {
    padding-top: 2.7777777778vh;
  }
}
.page-continuity__bottom-container-left {
  display: flex;
}
.page-continuity__bottom-container-left-list {
  min-width: 146px;
}
@media (max-width: 1700px) and (min-width: 1300px) {
  .page-continuity__bottom-container-left-list {
    min-width: 120px;
  }
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__bottom-container-left-list {
    min-width: 100px;
  }
}
.page-continuity__bottom-container-left-list-th {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 1.8518518519vh;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__bottom-container-left-list-th {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-continuity__bottom-container-left-list-item {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__bottom-container-left-list-item {
    font-size: 12px;
    line-height: 16px;
  }
}
.page-continuity__bottom-container-left-list-item a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}
.page-continuity__bottom-container-left-list-item a:hover {
  color: #ffffff;
}
.page-continuity__bottom-container-left-list-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.page-continuity__bottom-container-right {
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__bottom-container-right {
    font-size: 12px;
    line-height: 18px;
  }
}
.page-continuity__bottom-container-right-header {
  display: flex;
  align-items: center;
}
.page-continuity__bottom-container-right-header-img {
  width: 110px;
  height: 110px;
  margin-right: 11px;
}
@media (max-width: 1700px) and (min-width: 1100px) {
  .page-continuity__bottom-container-right-header-img {
    width: 80px;
    height: 80px;
  }
}
.page-continuity__bottom-container-right-header-info-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 20px;
}
.page-continuity__bottom-container-right-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-top: 14px;
  line-height: 16px;
}
.page-continuity__bottom-container-right-list-item-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__bottom-container-right-list-item-icon {
    width: 14px;
    height: 14px;
  }
}
.page-continuity__bottom-footer {
  width: 100%;
  height: 7.4074074074vh;
  display: flex;
  justify-content: center;
  background: #212121;
}
.page-continuity__bottom-footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  overflow: visible !important;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__bottom-footer-container {
    font-size: 14px;
  }
}
.page-continuity__bottom-footer-container-left span:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .page-continuity__bottom-footer-container-left span:not(:last-child) {
    margin-right: 15px;
  }
}
.page-continuity__bottom-footer-container-right {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}
.page-continuity__bottom-footer-container-right-label {
  margin-right: 12px;
}
.page-continuity__bottom-footer-container-right-select {
  position: relative;
}
.page-continuity__bottom-footer-container-right-select-item {
  width: 190px;
  height: 36px;
  background: #ffffff;
  border-radius: 2px;
  padding: 0 12px 0 20px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-sizing: border-box;
}
.page-continuity__bottom-footer-container-right-select-item-icon {
  width: 24px;
  height: 24px;
  transition: all 0.2s;
}
.page-continuity__bottom-footer-container-right-select-box {
  position: absolute;
  opacity: 0;
  bottom: 0;
  padding-bottom: 0;
  min-width: 100%;
  right: 0;
  transition: all 0.4s;
}
.page-continuity__bottom-footer-container-right-select-list {
  min-width: 100%;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}
.page-continuity__bottom-footer-container-right-select-list-item {
  min-width: 100%;
}
.page-continuity__bottom-footer-container-right-select-list-item a {
  padding: 0 12px;
  line-height: 40px;
  display: block;
  min-width: 100%;
  height: 100%;
  color: #666666;
  transition: all 0.2s;
}
.page-continuity__bottom-footer-container-right-select-list-item a:hover {
  color: #333;
  background-color: rgba(135, 206, 235, 0.3);
}
.page-continuity__bottom-footer-container-right-select:hover .page-continuity__bottom-footer-container-right-select-item-icon {
  transform: rotate(180deg);
}
.page-continuity__bottom-footer-container-right-select:hover .page-continuity__bottom-footer-container-right-select-box {
  bottom: 100%;
  opacity: 1;
  padding-bottom: 10px;
}

.page-news {
  background: url("../../img/bg/news.jpg") no-repeat center center/100% 100%;
}
.page-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-news__header .page-item__more {
  transform-origin: right center;
  margin-right: 10px;
}
.page-news__container {
  width: 100%;
  display: grid;
  grid-template-columns: calc(100% - 360px - 24px) 360px;
  column-gap: 24px;
}
.page-news__container-left {
  width: 100%;
  box-sizing: content-box;
  height: 56.4814814815vh;
  transform: translateX(-400px);
  padding-bottom: 4.4444444444vh;
}
.page-news__container-left .new-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-news__container-left-slide {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 2.2222222222vh;
}
.page-news__container-left-slide__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
.page-news__container-left-slide__item-img {
  height: 100%;
  aspect-ratio: 464/291;
  overflow: hidden;
}
.page-news__container-left-slide__item-img img {
  transition: all 0.2s;
}
.page-news__container-left-slide__item-content {
  padding-top: 4.3518518519vh;
  padding-right: 1.3020833333vw;
  padding-bottom: 3.7037037037vh;
  padding-left: 1.25vw;
  flex: 1;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}
.page-news__container-left-slide__item-content-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 29px;
  transition: all 0.4s;
}
.page-news__container-left-slide__item-content-text {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
}
.page-news__container-left-slide__item-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}
.page-news__container-left-slide__item-content-footer__more {
  transition: all 0.2s;
}
.page-news__container-left-slide__item:hover .page-news__container-left-slide__item-content-title {
  color: rgb(229, 0, 14);
}
.page-news__container-left-slide__item:hover .page-news__container-left-slide__item-content-footer__more {
  color: #333333;
}
.page-news__container-left-slide__item:hover .cover-img {
  transform: scale(1.1);
}
.page-news__container-right {
  width: 100%;
  height: 56.4814814815vh;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(400px);
  padding: 20px;
}
.page-news__container-right-header {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(232, 233, 236, 0.5);
  margin-bottom: 20px;
}
.page-news__container-right-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 29px;
  font-size: 20px;
  margin-bottom: 4px;
}
.page-news__container-right-header-title span {
  font-weight: 600;
}
.page-news__container-right-header-title-time {
  color: rgb(229, 0, 14);
  font-size: 14px;
  line-height: 20px;
}
.page-news__container-right-header-sub {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.page-news__container-right-content-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-news__container-right-content-header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}
.page-news__container-right-content-header-amplitude {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
  padding-right: 14px;
}
.page-news__container-right-content-header-amplitude-icon {
  width: 18px;
  height: 18px;
  margin: 0 2px 0 10px;
}
.page-news__container-right-content-header-amplitude-num {
  color: rgb(229, 0, 14);
  font-weight: 600;
}
.page-news__container-right-content-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-news__container-right-content-list-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  color: #666666;
}
.page-news__container-right-content-list-item-th {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
}
.page-news__container-right-content-list-item-num {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}
.page-news__container-right-content-list-item-text {
  font-size: 16px;
  line-height: 23px;
}
.page-news__container-left, .page-news__container-right {
  transition: all 0.8s;
  opacity: 0;
}
.animated .page-news__container-left, .animated .page-news__container-right {
  transform: translateX(0);
  opacity: 1;
}

.swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  position: relative;
}
.swiper-slide-bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiper-pagination {
  /* 默认透明度 */
  --swiper-pagination-bullet-inactive-opacity: 1;
  /* 选中背景色 */
  --swiper-pagination-color: rgba(229, 0, 14, 1);
}
.swiper-pagination.home-swiper-pagination {
  /* 间距 */
  --swiper-pagination-bullet-horizontal-gap: 8px;
  /* 默认宽度 */
  --swiper-pagination-bullet-width: 20px;
  /* 默认高度 */
  --swiper-pagination-bullet-height: 3px;
  /* 默认背景色 */
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.5);
  bottom: 30px;
}
.swiper-pagination.news-swiper-pagination {
  /* 默认宽度 */
  --swiper-pagination-bullet-width: 8px;
  /* 默认高度 */
  --swiper-pagination-bullet-height: 8px;
  /* 间距 */
  --swiper-pagination-bullet-horizontal-gap: 7px;
  /* 默认背景色 */
  --swiper-pagination-bullet-inactive-color: rgba(199, 199, 199, 0.2);
  bottom: 0;
}
.home-swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}

.page-product {
  background: url("../../img/bg/product.jpg") no-repeat center center/100% 100%;
  overflow: hidden;
  color: #fff;
}
.page-product__container {
  width: 100%;
  height: 60.3703703704vh;
  overflow: hidden;
  display: flex;
}
.page-product__container-item {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.page-product__container-item__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-product__container-item__content {
  --more-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 4.6296296296vh;
  padding-right: 2.6041666667vw;
  padding-bottom: 4.6296296296vh;
  padding-left: 2.6041666667vw;
  transition: all 0.4s;
}
.page-product__container-item__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}
.page-product__container-item__content-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 3.7037037037vh;
}
.page-product__container-item__content-list {
  margin-bottom: 3.7037037037vh;
}
.page-product__container-item__content-list-item {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  width: fit-content;
}
.page-product__container-item__content-list-item:not(:last-of-type) {
  margin-bottom: 1.2962962963vh;
}
.page-product__container-item__content-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(229, 0, 14);
  transition: width 0.4s;
}
.page-product__container-item__content-list-item a {
  color: #fff;
  transition: all 0.2s;
}
.page-product__container-item__content-list-item:hover a {
  color: rgb(229, 0, 14);
}
.page-product__container-item__content-list-item:hover::before {
  width: 100%;
}
.page-product__container-item__content .next-tick {
  position: relative;
  opacity: 0;
  transform: translateX(-400px);
  transition: all 0.4s;
}
.page-product__container-item:hover {
  flex: 1.5;
}
.page-product__container-item:hover .next-tick {
  opacity: 1;
  transform: translateX(0);
}
.animated .page-product__container {
  transform: scale(1);
  opacity: 1;
}

.announcement {
  background-color: #fff;
  padding: 20px;
}

.announcement .top {
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E9EC;
}

.announcement .top .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}

.announcement .top span {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-left: 10px;
  max-width: 60%;
}

.announcement .list a {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  margin-top: 16px;
}

.announcement .list .left {
  flex: 1;
}

.announcement .list a img {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}

.announcement .list a .name {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}

.announcement .list a .time {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.announcement .list a .left {
  margin-right: 85px;
}

.page-news__container-right-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-news__container-right-content-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-news__container-right-content-list-item-th {
  margin-bottom: -5px;
}

.en-latestNews .title {
  font-size: 48px;
  color: #333333;
  line-height: 70px;
  position: relative;
}

.en-latestNews .title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #E5000E;
  bottom: -22px;
  left: 0;
}

.en-latestNews .top .right {
  display: flex;
  align-items: center;
}

.en-latestNews .top .right span {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-right: 10px;
}

.en-latestNews .top .right img {
  width: 34px;
  height: 34px;
}

.en-latestNews {
  padding-top: 90px;
  margin-bottom: 66px;
}

.en-latestNews .top {
  background-color: transparent;
  margin-bottom: 66px;
}

.en-latestNews .red-jiantou {
  display: none;
}

.en-latestNews .right {
  cursor: pointer;
}

.en-latestNews .right:hover .white-jiantou {
  display: none;
}

.en-latestNews .right:hover .red-jiantou {
  display: block;
}

.en-latestNews .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.en-latestNews .news-list .item {
  padding: 32px 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 450ms;
  border-right: 1px solid #E8E9EC;
}

.en-latestNews .news-list .item .time img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.en-latestNews .news-list .item .time span {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #E5000E;
  line-height: 20px;
}

.en-latestNews .news-list .item p {
  font-size: 20px;
  color: #333333;
  line-height: 29px;
  margin-bottom: 30px;
}

.en-latestNews .news-list .item button {
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #E5000E;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #E5000E;
  line-height: 20px;
  text-align: center;
  padding: 8px 31px;
  margin-bottom: 30px;
  transition: 450ms;
}

.en-latestNews .news-list .item .newImg {
  width: 100%;
}

.en-latestNews .news-list .item .gray-line {
  background-color: #E8E9EC;
  height: 1px;
  width: 100%;
}

.en-latestNews .news-list .item .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.en-latestNews .news-list .item .img img {
  transition: 450ms;
}

.en-latestNews .news-list .item:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}

.en-latestNews .news-list .item:hover .img img {
  transform: scale(1.1);
}

.en-latestNews .news-list .item:hover button {
  color: #FFFFFF !important;
  background: #E5000E;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .page-about__container-left__content {
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 820px) {
  footer .contentUs .ewm .name {
    font-size: 14px;
  }
}

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