:root {
  --head: 5.104vw;
  --color: #fdfd15;
  --theme: #4FA49B;
  --dark: #003758;
}

.C-wrap {
  width: 83.333vw;
  margin: 0 auto;
}

.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: var(--head);
  padding: 0 2.083vw 0 3.125vw;
  background: rgba(0, 0, 0, 0.05);
  transition: all ease 0.6s;
}

.head1 .logo {
  width: 14.843vw;
  height: 1.979vw;
  display: block;
}

.head1 .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.head1 .menu {
  gap: 3.125vw;
  margin-left: 7.291vw;
}

.head1 .menu .link a {
  color: #FFF;
  line-height: 1.4;
  transition: color .3s ease;
  position: relative;
  display: block;
  padding: 0.416vw 0;
}

.head1 .menu .link a:hover,
.head1 .menu .link.on a {
  color: var(--theme);
}

.head1 .right {
  gap: 0.833vw;
  margin-left: auto;
}

.head1 .language {
  position: relative;
  color: #fff;
  cursor: pointer;
}

.head1 .language .lang-current {
  gap: 0.416vw;
  padding: 0.625vw 1.302vw;
  border-radius: 52.031vw;
  background: rgba(255, 255, 255, 0.17);
  transition: background 0.3s;
}

.head1 .language:hover .lang-current {
  background: rgba(255, 255, 255, 0.28);
}

.head1 .language .icon-lang {
  width: 0.833vw;
  height: 0.833vw;
}

.head1 .language .icon-arrow {
  width: 0.52vw;
  height: 0.312vw;
  transition: transform 0.3s;
}

.head1 .language:hover .icon-arrow {
  transform: rotate(180deg);
}

.head1 .language .lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 7.291vw;
  margin-top: 0.52vw;
  padding: 0.416vw;
  border-radius: 0.833vw;
  background: #fff;
  box-shadow: 0 0.625vw 1.666vw rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.416vw);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 99;
}

.head1 .language .lang-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.52vw;
  height: 0.52vw;
}

.head1 .language:hover .lang-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.head1 .language .lang-list li a {
  display: block;
  padding: 0.52vw 0.937vw;
  border-radius: 0.52vw;
  color: #333;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}

.head1 .language .lang-list li {
  list-style-type: none;
}

.head1 .language .lang-list li:nth-last-child(n+2) {
  margin-bottom: 0.208vw;
}

.head1 .language .lang-list li a:hover {
  background: #f5f6f8;
  color: var(--theme);
}

.head1 .language .lang-list li.active a {
  color: var(--theme);
  background: #eef6f5;
}

.isback .head1 {
  transform: translateY(-100%);
}

body.scroll .head1 {
  box-shadow: 0 0.208vw 1.041vw rgba(0, 0, 0, 0.06);
}

footer {
  display: block;
  color: #666;
  padding: 7.291vw 0 2.604vw;
}

footer .foot1 {
  padding-bottom: 9.27vw;
  border-bottom: 0.052vw solid #EBEBEB;
}

footer .foot-logo {
  display: block;
  width: 19.062vw;
  height: 2.5vw;
  margin-bottom: 3.125vw;
}

footer .foot-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .foot-mid {
  padding-bottom: 1.562vw;
  margin-bottom: 2.187vw;
  border-bottom: 0.052vw solid #EBEBEB;
}

footer .foot-nav {
  gap: 2.916vw;
  
}

footer .foot-nav a {
  color: #666;
  transition: opacity .3s ease;
}

footer .foot-nav a:hover {
  opacity: 0.7;
}

footer .share-list {
  gap: 1.25vw;
}

footer .share-list .share {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: rgba(199, 199, 199, 0.30);
  transition: background .3s ease;
}

footer .share-list .share:hover {
  background: var(--theme);
}

footer .share-list .share img {
  width: 1.145vw;
  height: 1.145vw;
  transition: all ease .3s;
}

footer .share-list .share:hover img {
  filter: brightness(0) invert(1);
}

footer .foot-info {
  gap: 4.166vw;
  flex-wrap: wrap;
}

footer .foot-info .info-item {
  min-width: 11.458vw;
  max-width: 18.02vw;
}

footer .foot-info .label {
  color: #666;
  margin-bottom: 0.625vw;
}

footer .foot-info .value {
  color: #666;
  line-height: 1.5;
}

footer .foot2 {
  padding-top: 1.25vw;
  color: #666;
}

footer .foot2 .copy {
  gap: 2.083vw;
}

footer .foot2 .legal {
  gap: 0.625vw;
}

footer .foot2 .legal a {
  color: #666;
  transition: color .3s ease;
}

footer .foot2 .legal a:hover {
  color: var(--theme);
}

footer .goTop {
  gap: 0.625vw;
  color: #666;
  cursor: pointer;
}

footer .goTop img {
  width: 0.729vw;
  height: 0.416vw;
}

.home-title {
  font-family: var(--family-en);
  color: var(--dark);
  line-height: 1.2;
  
  letter-spacing: 0.05vw;
}

.home-title.white {
  color: #fff;
}

.C-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5vw;
  padding: 0 1.666vw;
  border-radius: 52.031vw;
  font-family: var(--family-en);
  letter-spacing: 0.066vw;
  
  line-height: 1.5;
  transition: all .3s ease;
  cursor: pointer;
  border: 0.052vw solid transparent;
  white-space: nowrap;
}

.C-btn1.theme1 {
  background: var(--theme);
  color: #fff;
  border-color: var(--theme);
}

.C-btn1.theme1:hover {
  background: #3f8d85;
  border-color: #3f8d85;
}

.C-btn1.theme2 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.C-btn1.theme2:hover {
  background: #fff;
  color: var(--dark);
}

.home1 {
  position: relative;
  height: 50vw;
  background: #000;
  overflow: hidden;
}

.home1 .swiper {
  width: 100%;
  height: 100%;
}

.home1 .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.home1 .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home1 .intr {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 92.083vw;
  text-align: center;
  color: #fff;
}

.home1 .intr .home-title {
  color: #fff;
  text-align: center;
  text-shadow: 0.156vw 0.208vw 0.427vw rgba(0, 0, 0, 0.15);
}

.home1 .btn-group {
  margin-top: 1.979vw;
  gap: 0.833vw;
}

.home2 {
  position: relative;
  padding: 6.25vw 0 9.895vw;
}

.home2 .home-title {
  padding-left: 8.333vw;
  margin-bottom: 1.25vw;
}

.home2 .wrap {
  position: relative;
  height: 46.875vw;
}

.home2 .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 54.791vw;
  height: 46.875vw;
  border-radius: 0 0.833vw 0.833vw 0;
  overflow: hidden;
  opacity: 0.85;
}

.home2 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home2 .list {
  position: absolute;
  left: 57.291vw;
  top: 7.708vw;
  width: 33.125vw;
  gap: 3.333vw;
}

.home2 .list .item .num {
  color: var(--theme);
  line-height: 1.1;
  letter-spacing: -0.104vw;
}

.home2 .list .item .desc {
  margin-top: 0.416vw;
  color: #666;
  line-height: 1.5;
}

.home3 {
  position: relative;
  color: #fff;
}

.home3 .bg-list {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

.home3 .bg-list .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease;
}

.home3 .bg-list .bg.on {
  opacity: 1;
}

.home3 .bg-list .bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.home3 .bg-list .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home3 .C-wrap {
  position: relative;
  z-index: 2;
  margin-top: -100vh;
  padding: 4.166vw 0 6.25vw;
}

.home3 .home-title {
  width: 100%;
}

.home3 .info-list {
  margin-top: 5.208vw;
  margin-left: 37.239vw;
  width: 46.093vw;
  gap: 3.125vw;
}

.home3 .info-list .item {
  width: 100%;
  min-height: 21.875vw;
  padding: 1.25vw 2.083vw 2.395vw;
  border-radius: 0.625vw;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.875vw);
  -webkit-backdrop-filter: blur(1.875vw);
  box-shadow: 0.208vw 0.208vw 3.802vw 0 rgba(204, 204, 204, 0.25);
  gap: 0.52vw;
  transition: all .6s ease;
}

.home3 .info-list .num {
  line-height: 1.1;
  color: #fff;
  transition: all ease .6s;
}

.home3 .info-list .item.on .num {
  transform: scale(1.05);
}

.home3 .info-list .text {
  gap: 1.041vw;
  text-align: right;
  align-items: flex-end;
}

.home3 .info-list .text .title {
  line-height: 1.5;
  
}

.home3 .info-list .text .desc {
  width: 23.958vw;
  line-height: 1.5;
  letter-spacing: 0.075vw;
  color: #fff;
}

.home4 {
  position: relative;
  padding: 6.25vw 0;
  overflow: hidden;
}

.home4 .home-title {
  text-align: center;
  margin-bottom: 2.916vw;
}

.home4 .tabs {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #f5f5f5;
  padding: 0.52vw 0.625vw;
  border-radius: 52.031vw;
  gap: 0.833vw;
  margin: 0 auto;
}

.home4 .tabs-wrap {
  text-align: center;
  margin-bottom: 3.125vw;
}

.home4 .tabs .tab-indicator {
  position: absolute;
  top: 0.52vw;
  left: 0.625vw;
  height: 2.812vw;
  background: #fff;
  border-radius: 52.031vw;
  transition: all .5s cubic-bezier(.4, .0, .2, 1);
  z-index: 0;
}

.home4 .tabs .tab {
  position: relative;
  z-index: 1;
  padding: 0.625vw 2.083vw;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  transition: color .3s ease;
  
}

.home4 .tabs .tab.on {
  color: var(--theme);
}

.home4 .swiper-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home4 .home4-swiper {
  overflow: visible;
}

.home4 .swiper-slide {
  width: 25vw;
  height: 31.25vw;
  background: #f5f5f5;
  border: 0.104vw solid #f5f5f5;
  border-radius: 0.833vw;
  padding: 3.125vw 1.354vw 4.166vw;
  transition: all ease .5s;
}

.home4 .swiper-slide:hover {
  background: #fff;
}

.home4 .swiper-slide .inner {
  width: 100%;
  align-items: center;
  gap: 2.291vw;
}

.home4 .swiper-slide .name {
  color: var(--dark);
  text-align: center;
  line-height: 1.2;
  
}

.home4 .swiper-slide .pic {
  width: 100%;
  height: 16.666vw;
}

.home4 .swiper-slide .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.home4 .swiper-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity .3s ease;
}

.home5 {
  position: relative;
  padding: 4.166vw 0;
}

.home5 .head-row {
  align-items: flex-end;
  margin-bottom: 2.083vw;
}

.home5 .tab-group {
  width: 15.625vw;
}

.home5 .tab-group .tabs {
  position: relative;
}

.home5 .tab-group .tab {
  color: #999;
  cursor: pointer;
  padding: 0 0.312vw 0.729vw;
  transition: color .3s ease;
  position: relative;
  white-space: nowrap;
}

.home5 .tab-group .tab.on {
  color: var(--theme);
}

.home5 .tab-group .line {
  position: relative;
  width: 100%;
  height: 0.052vw;
  background: #e0e0e0;
}

.home5 .tab-group .line .indicator {
  position: absolute;
  left: 0;
  top: -0.052vw;
  width: 4.166vw;
  height: 0.104vw;
  background: var(--theme);
  transition: left .5s cubic-bezier(.4, .0, .2, 1), width .5s cubic-bezier(.4, .0, .2, 1);
}

.home5 .tab-content {
  position: relative;
}

.home5 .tab-content-ev {
  display: none;
  gap: 3.125vw;
}

.home5 .tab-content-ev.on {
  display: flex;
  animation: fadeUp .6s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(1.041vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home5 .tab-content-ev .zuo {
  width: 40.104vw;
  height: 40.625vw;
  border-radius: 0.833vw;
  overflow: hidden;
  flex-shrink: 0;
}

.home5 .tab-content-ev .zuo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home5 .tab-content-ev .you {
  flex: 1;
}

.home5 .tab-content-ev .you .pic {
  width: 100%;
  height: 16.666vw;
  border-radius: 0.833vw;
  overflow: hidden;
  margin-bottom: 1.666vw;
}

.home5 .tab-content-ev .you .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home5 .tab-content-ev .tag {
  gap: 0.416vw;
  color: var(--theme);
  letter-spacing: 0.058vw;
  margin-bottom: 0.625vw;
  
}

.home5 .tab-content-ev .tag .dot {
  width: 0.416vw;
  height: 0.416vw;
  border-radius: 50%;
  background: var(--theme);
}

.home5 .tab-content-ev .title {
  color: var(--dark);
  line-height: 1.4;
  
  margin-bottom: 0.729vw;
}

.home5 .tab-content-ev .sub {
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.875vw;
}

.home5 .tab-content-ev .desc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25vw 2.083vw;
}

.home5 .tab-content-ev .desc-item .label {
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.625vw;
}

.home5 .tab-content-ev .desc-item .value {
  color: #333;
  line-height: 1.5;
}

.home6 {
  position: relative;
  padding: 4.166vw 0;
  height: 49.583vw;
  overflow: hidden;
}

.home6 .home6-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.home6 .home6-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home6 .C-wrap {
  position: relative;
  z-index: 2;
  align-items: flex-start;
}

.home6 .zuo {
  width: 30.208vw;
  padding-top: 8.958vw;
}

.home6 .zuo .home-title {
  margin-bottom: 2.083vw;
}

.home6 .zuo .desc {
  color: #666;
  line-height: 1.5;
  margin-bottom: 4.166vw;
}

.home6 .you {
  gap: 2.083vw;
  width: 41.666vw;
  margin: 4.166vw 3.125vw 0 0;
}

.home6 .you .item {
  position: relative;
  width: 18.802vw;
  height: 23.541vw;
  transition: transform .5s ease;
}

.home6 .you .item:hover {
  transform: translateY(-0.416vw);
}

.home6 .you .item:nth-child(2) {
  margin-top: 9.375vw;
}

.home6 .you .item .pic {
  width: 100%;
  height: 100%;
  border-radius: 0.833vw;
  overflow: hidden;
}

.home6 .you .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home6 .you .item .label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25vw;
  color: #fff;
}

.home6 .you .item:nth-child(2) .label {
  bottom: auto;
  top: 0;
}

.home6 .you .item .tag {
  position: absolute;
  left: 1.25vw;
  top: 1.25vw;
  gap: 0.625vw;
  padding: 0.937vw 1.041vw;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.625vw;
  color: var(--theme);
  width: max-content;
  max-width: 120%;
}

.home6 .you .item .tag img {
  width: 1.875vw;
}

.home6 .you .item .tag span {
  flex: 1;
  min-width: 0;
}

.home6 .you .item:nth-child(1) .tag {
  left: -5.729vw;
  top: 6.093vw;
}

.home6 .you .item:nth-child(2) .tag {
  left: 7.5vw;
  top: auto;
  bottom: -0.833vw;
}

.home7 {
  position: relative;
  padding: 9.375vw 0 5.208vw;
  overflow: hidden;
}

.home7 .home-title {
  text-align: center;
  margin-bottom: 2.604vw;
}

.home7 .logo-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.52vw 0;
}

.home7 .logo-scroll::before,
.home7 .logo-scroll::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 8.333vw;
  z-index: 10;
  pointer-events: none;
}

.home7 .logo-scroll::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.home7 .logo-scroll::after {
  right: 0;
  background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.home7 .loopLogos-warpper {
  width: max-content;
  position: relative;
  z-index: 1;
}

.home7 .loopLogos-warpper:hover {
  z-index: 2;
}

.home7 .warpper2 {
  margin-top: -0.052vw;
}

.home7 .logo-list {
  display: grid;
  grid-template-columns: repeat(6, 14.583vw);
  grid-auto-flow: column;
  flex-shrink: 0;
}

.home7 .logo-list .item {
  position: relative;
  width: 14.583vw;
  height: 14.583vw;
  border: 0.052vw solid #F4F4F4;
  margin-left: -0.052vw;
  z-index: 1;
  transition: all ease .3s;
}

.home7 .logo-list .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(167deg, #FFF 11.36%, #E2FFED 95.29%);
  opacity: 0;
  transition: all ease .6s;
}

.home7 .logo-list .item:hover:before {
  opacity: 1;
}

.home7 .logo-list .item:hover {
  border: 0.052vw solid transparent;
  z-index: 2;
}

.home7 .logo-list .item img {
  max-width: 60%;
  max-height: 4.687vw;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  transition: all .3s ease;
}

.home7 .logo-list .item:hover img {
  filter: grayscale(0);
}

.home7 .item .jia::before,
.home7 .item .jia::after {
  content: '';
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  position: absolute;
  z-index: 20;
  background: url('/img/home/jh.svg') no-repeat center/contain;
}

.home7 .item .jia:nth-child(1)::before {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  margin-left: -0.104vw;
}

.home7 .item .jia:nth-child(1)::after {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.home7 .item .jia:nth-child(2):before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  margin-left: -0.104vw;
}

.home7 .item .jia:nth-child(2)::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.home7 .warpper1 .item .jia:nth-child(2):before {
  opacity: 0;
  margin-bottom: -0.052vw;
}

.home7 .warpper1 .item .jia:nth-child(2)::after {
  opacity: 0;
  margin-bottom: -0.052vw;
}

.home7 .logo-list .item:hover .jia::before,
.home7 .logo-list .item:hover .jia::after {
  background: #fff url('/img/home/jh2.svg') no-repeat center/contain;
  opacity: 1;
}

.home8 {
  position: relative;
  padding: 0 0 6.25vw;
  overflow: hidden;
}

.home8 .home-title {
  text-align: center;
  margin-bottom: 3.125vw;
}

.home8 .home8-swiper {
  overflow: visible;
  height: 38.333vw;
}

.home8 .home8-swiper .swiper-slide {
  width: 69.739vw;
  height: 32.031vw;
  margin-top: auto;
  border-radius: 2.604vw;
  box-shadow: 0.625vw 0.937vw 2.973vw 0 rgba(0, 71, 43, 0.25);
  overflow: hidden;
  position: relative;
  transition: height .8s ease;
}

.home8 .home8-swiper .swiper-slide-active {
  height: 100%;
}

.home8 .home8-swiper .swiper-slide .bg {
  position: absolute;
  inset: 0;
}

.home8 .home8-swiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home8 .home8-swiper .swiper-slide .bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
}

.home8 .home8-swiper .swiper-slide .intr {
  position: absolute;
  left: 4.166vw;
  right: 4.166vw;
  bottom: 4.687vw;
  color: #fff;
  z-index: 2;
}

.home8 .home8-swiper .swiper-slide .date {
  margin-bottom: 0.937vw;
  line-height: 1.2;
}

.home8 .home8-swiper .swiper-slide .row {
  align-items: flex-end;
  gap: 2.083vw;
}

.home8 .home8-swiper .swiper-slide .title {
  flex: 1;
  line-height: 1.3;
  
}

.home9 {
  position: relative;
  height: 47.864vw;
  overflow: hidden;
}

.home9 .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home9 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home9 .intr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 52.083vw;
  color: #fff;
}

.home9 .home-title {
  color: #fff;
  text-align: center;
  margin-bottom: 2.083vw;
  letter-spacing: 0.05vw;
}