.container-header {
  position: relative;
  width: 100%;
  height: 650px;
  background: linear-gradient(0deg, rgba(0, 29, 62, 0.4) 0%, rgba(0, 29, 62, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 32.31%, rgba(0, 0, 0, 0.24) 100%), radial-gradient(124.78% 57.75% at 23.07% 48.08%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%), url("../../images/banner.jpg") lightgray 0 0 / 100% 100% no-repeat;
}
.container-header .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-header .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 29, 62, 0.4) 0%, rgba(0, 29, 62, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 32.31%, rgba(0, 0, 0, 0.24) 100%), radial-gradient(124.78% 57.75% at 23.07% 48.08%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.container-header .header-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.container-header .header-bar .logo {
  height: 50px;
}
.container-header .header-bar .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container-header .header-bar .menu-bar {
  display: flex;
  align-items: center;
}
.container-header .header-bar .menu-bar .menu {
  display: flex;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.container-header .header-bar .menu-bar .menu > li {
  flex-shrink: 0;
  padding: 0 20px;
  border-right: 2px solid #fff;
  line-height: 12px;
}
.container-header .header-bar .menu-bar .menu > li:last-child {
  border-right: none;
}
.container-header .header-bar .menu-bar .menu > li:hover {
  color: var(--theme-color);
}
.container-header .header-bar .menu-bar .dropdown-wrapper {
  margin-left: 30px;
}
.container-header .header-bar .menu-bar .dropdown-wrapper .lang {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.container-header .header-bar .menu-bar .dropdown-wrapper .lang > img {
  width: 20px;
  height: 20px;
}
.container-header .header-bar .menu-bar .dropdown-wrapper .dropdown-menu {
  top: 140%;
  width: 120px;
  background-color: #fff;
}
.container-header .header-bar .menu-bar .dropdown-wrapper .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.container-header .header-bar .menu-bar .dropdown-wrapper .dropdown-menu > li {
  padding: 10px 0;
  text-align: center;
}
.container-header .header-bar .menu-bar .dropdown-wrapper .dropdown-menu > li:hover {
  background-color: #f6f6f6;
}
.container-header .content-bar {
  position: absolute;
  left: 50%;
  top: 155px;
  width: 1200px;
  transform: translateX(-50%);
  z-index: 2;
}
.container-header .content-bar .title {
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  line-height: 60px;
}
.container-header .content-bar .sub-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
.container-header .content-bar .inside {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.container-header .content-bar .info {
  margin-top: 7px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.container-header .content-bar .info > img {
  position: relative;
  top: 4px;
  width: 24px;
  height: 24px;
}
.container-header .content-bar .info .time {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.container-header .content-bar .btns {
  margin-top: 24px;
}
.container-header .content-bar .btns .btn {
  padding: 0 20px;
  height: 40px;
  font-size: 24px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.container-header .content-bar .btns .btn:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}
.container-header .content-bar .btns .btn > span {
  gap: 10px;
}
.container-header .content-bar .register-btn {
  margin-top: 32px;
  margin-left: 16px;
  padding: 0 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container-header .content-bar .register-btn.primary {
  margin-left: 0;
}
.container-item1 {
  width: 100%;
  background-color: var(--theme-color);
  padding: 52px 0;
  box-sizing: border-box;
}
.container-item1 > ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-item1 > ul > li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.container-item1 > ul > li .icon-box {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  padding: 22px;
}
.container-item1 > ul > li .icon-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-item1 > ul > li .content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.container-item1 > ul > li .content > span {
  font-size: 40px;
  font-weight: 700;
}
.container-item2 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 70px;
  text-align: center;
}
.container-item3 {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.container-item3 .container-bar {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 44px;
  justify-content: space-between;
  align-items: center;
}
.container-item3 .container-bar > img {
  width: 525px;
  object-fit: contain;
}
.container-item3 .container-bar .content > h1 {
  margin-bottom: 30px;
}
.container-item3 .container-bar .content > p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.container-item4 {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}
.container-item4 .container-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.container-item4 .container-grid > li {
  height: 240px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.container-item4 .container-grid > li:hover > img {
  transform: scale(1.1);
}
.container-item4 .container-grid > li:hover > div {
  white-space: normal;
  max-height: 50%;
}
.container-item4 .container-grid > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.container-item4 .container-grid > li > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 38px;
  background-color: var(--theme-color);
  opacity: 0.9;
  padding: 10px 4px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.container-item5 {
  padding: 80px 0;
  background-color: #fff;
}
.container-item5 .container-bar {
  width: 1200px;
  margin: 0 auto;
}
.container-item5 .container-bar .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid #e6e6e6;
}
.container-item5 .container-bar .title::after {
  position: absolute;
  content: "";
  left: 105px;
  bottom: -12px;
  border-top: 12px solid #e6e6e6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
}
.container-item5 .container-bar .title .btn {
  padding: 0 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container-item5 .container-bar .content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.container-item5 .container-bar .content .why-visit .visit-item {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  padding: 24px 34px;
  box-sizing: border-box;
  width: 590px;
  background: #f5f5f5;
}
.container-item5 .container-bar .content .why-visit .visit-item:nth-child(2) {
  margin-top: 36px;
}
.container-item5 .container-bar .content .why-visit .visit-item .visit-num {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
}
.container-item5 .container-bar .content .why-visit .visit-item .visit-content {
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container-item5 .container-bar .content > img {
  width: 530px;
  object-fit: cover;
}
.container-item6 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.container-item6 .mySwiper {
  margin-top: 57px;
  position: relative;
  overflow: hidden;
}
.container-item6 .mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.container-item6 .mySwiper .swiper-slide .say-item {
  width: 530px;
  position: relative;
  padding: 36px 60px 44px;
  box-sizing: border-box;
  background-color: #fff;
}
.container-item6 .mySwiper .swiper-slide .say-item .quote {
  position: absolute;
  left: 15px;
  top: 7px;
  color: var(--theme-color);
  text-align: center;
  font-size: 96px;
  font-weight: 400;
}
.container-item6 .mySwiper .swiper-slide .say-item > p {
  color: #666;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container-item6 .mySwiper .swiper-slide .say-item .infos {
  margin-top: 26px;
}
.container-item6 .mySwiper .swiper-slide .say-item .infos > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.container-item6 .mySwiper .swiper-slide .say-item .infos > div {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.container-item6 .mySwiper .swiper-slide .say-item .infos > div:nth-child(2) {
  margin: 16px 0 8px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.container-item6 .mySwiper .swiper-pagination {
  position: initial;
  margin-top: 30px;
}
.container-item6 .mySwiper .swiper-pagination > span {
  width: 20px;
  height: 6px;
  border-radius: 0;
}
.container-item6 .mySwiper .swiper-button-prev .arrow,
.container-item6 .mySwiper .swiper-button-next .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container-item6 .mySwiper .swiper-button-prev::after,
.container-item6 .mySwiper .swiper-button-next::after {
  display: none;
}
.container-item6 .mySwiper .swiper-button-prev {
  left: 0;
}
.container-item6 .mySwiper .swiper-button-next {
  right: 0;
}
.container-item6 .mySwiper .swiper-button-next .arrow {
  transform: rotateY(180deg);
}
.container-item7 {
  padding-top: 80px;
  background-color: #fff;
  text-align: center;
}
.container-item7 .gallery-container {
  margin-top: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 240px;
  /* 向右无限滚动动画 */
}
.container-item7 .gallery-container:last-child {
  margin-top: 10px;
}
.container-item7 .gallery-container:last-child > ul {
  transform: translateX(-100px);
  animation: scrollRight1 55s linear infinite;
}
.container-item7 .gallery-container > ul {
  display: flex;
  gap: 10px;
  width: fit-content;
  animation: scrollRight 50s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.container-item7 .gallery-container > ul:hover {
  animation-play-state: paused;
}
.container-item7 .gallery-container > ul > li {
  width: 280px;
  height: 100%;
  overflow: hidden;
}
.container-item7 .gallery-container > ul > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.container-item7 .gallery-container > ul > li > img:hover {
  transform: scale(1.1);
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight1 {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(calc(-50% - 100px));
  }
}
.container-item9 {
  padding: 80px 0;
  background-color: #fff;
}
.container-item9 .container-bar {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 160px;
}
.container-item9 .container-bar:last-child {
  margin-top: 30px;
  justify-content: center;
}
.container-item9 .container-bar > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-item9 .container-bar > li .title {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
}
.container-item9 .container-bar > li .logo {
  margin-top: 20px;
  height: 120px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
}
.container-item9 .container-bar > li .logo.single {
  padding: 16px 0;
}
.container-item9 .container-bar > li .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
