:root {
  --primary: #3169FC;
  --default: #333333;
  --max-width: 1560px;
  --page-max-width: 1440px;
}

html {
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--default);
  font-weight: 500;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 15px;
}

.page-container {
  max-width: var(--page-max-width);
  margin: 0 auto;
  padding: 0 30px;
}

.flex-box {
  display: flex;
}

.row {
  display: flex;
}

.between {
  justify-content: space-between;
}


.evenly {
  justify-content: space-evenly;
}

.gap-10 {
  gap: 10px;
}

.gap-5 {
  gap: 5px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

.flex-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.width-fix {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.height-fix {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-title.section-title--no-line::after {
  display: none;
}


.link {
  text-decoration: none;
  color: var(--default);
}


.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  
  -webkit-box-orient: vertical;
}

.section-title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.section-title .en {
  font-size: clamp(40px, 2.4vw, 46px);
  color: #DBE3F0;
  opacity: 0.6;
  line-height: 1;
  font-weight: bold;
  user-select: none;
  text-transform: uppercase;
}

.section-title .ch {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(28px, 1.67vw, 32px);
  color: #2E3748;
  font-weight: bold;
}

.section-title::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(36px, 2.5vw, 48px);
  height: clamp(2px, 0.26vw, 5px);
  background-color: #3F73FF;
  border-radius: 99px;
}


.banner-container {
  position: relative;
}

.brand-container {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1590px;
  padding: 0 15px;
  z-index: 99;
}

.brand-container .brand-wrap {
  margin: 0;
}

.banner .banner-slide {
  position: relative;
}

.banner-slide .img img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 900px;
  object-fit: cover;
}

.page1.page {
  background-image: url("../image/video_poster.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page1 .content {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.page1 .content .title {
  margin: 0;
  margin-bottom: 25px;
  font-size: clamp(40px, 3.125vw, 60px);
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  
  letter-spacing: 0.2em;
  text-shadow: 3px 4px 10px rgba(0, 77, 178, 0.64);
}

.page1 .content .banner-s-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.page1 .banner-s-list .banner-s-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page1 .banner-s-item .icon {
  width: clamp(18px, 1.2vw, 23px);
  height: clamp(18px, 1.2vw, 23px);
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 77, 178, 0.64);
}

.page1 .banner-s-item .icon>img {
  display: block;
  width: inherit;
  height: inherit;
}

.page1 .banner-s-item .text {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-shadow: 1px 2px 4px rgba(0, 77, 178, 0.64);
}

.nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.nav-list .nav-item {
  position: relative;
  flex: 1;
  flex-shrink: 0;
  max-width: 235px;
  height: 100px;
  background-color: #fdffff;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  transition: all .15s linear;
  overflow: hidden;
}

.nav-list .nav-item .link::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle closest-side, rgba(0, 255, 248, .37647), transparent);
  transform: translate(-50%, -50%);
  transition: all .3s ease, left 0s, top 0s;
  z-index: 98;
  pointer-events: none;
}

.nav-list .nav-item:nth-child(1) {
  background-image: url("../image/nav_01_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.nav-list .nav-item:nth-child(2) {
  background-image: url("../image/nav_02_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.nav-list .nav-item:nth-child(3) {
  background-image: url("../image/nav_03_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.nav-list .nav-item:nth-child(4) {
  background-image: url("../image/nav_03_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.nav-list .nav-item:nth-child(5) {
  background-image: url("../image/nav_05_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.nav-list .nav-item:nth-child(6) {
  background-image: url("../image/nav_06_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.nav-list .nav-item .link {
  display: block;
  height: 100%;
}

.nav-item .t {
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  gap: 18px;
}

.nav-item .t .left {
  gap: 14px;
}

.nav-item .nav-item__title {
  font-size: 20px;
  color: #2C384B;
  font-weight: 500;
}

.nav-item .nav-item__icon .active-icon {
  display: none;
}

.nav-item .nav-item__arrow-svg {
  fill: #2C374B;
  stroke: #2C374B;
  stroke-width: 1px;
  fill-rule: evenodd;
}

.nav-item .b {
  height: 42px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .2);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  opacity: 0.5;
}

.nav-list .nav-item:hover {
  height: 142px;
  background: #0286FE;
  border-color: none;
  box-shadow: 0px 0px 27px 0px rgba(131, 177, 212, 0.55);
}

.nav-list .nav-item:hover .link::before {
  opacity: 1;
}

.nav-item:hover .nav-item__title,
.nav-item:hover .b {
  color: #fff;
}

.nav-item:hover .nav-item__icon .default-icon {
  display: none;
}

.nav-item:hover .nav-item__icon .active-icon {
  display: block;
}

.nav-item:hover .nav-item__arrow-svg {
  fill: #fff;
  stroke: #fff;
}


.service-container {
  position: relative;
  padding-top: 112px;
  padding-bottom: 122px;
  background-color: #F6FAFF;
  overflow: hidden;
}

.service-container {
  background-image: url("../image/service_bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 432px auto;
}

.service-content {
  margin-top: 100px;
  gap: 80px;
}

.service-content>.left,
.service-content>.right {
  flex: 1;
  flex-shrink: 0;
}

.service-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  margin-top: clamp(30px, 6.52vh, 60px);
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  width: clamp(100px, 7.7vw, 148px);
  padding-bottom: 35px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.service-item .img>img {
  display: block;
}

.service-item .text {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 400;
  color: #0C1424;
  line-height: 1;
}

.service-item:hover,
.service-item--active {
  border-bottom: 2px solid #3F73FF;
}

.service-item:hover .text,
.service-item--active .text {
  color: #3F73FF;
}

.service-detail {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.service-detail .detail-img {
  overflow: hidden;
}

.service-detail .detail-img img {
  transition: all .15s linear;
}

.service-detail .detail-img:hover img {
  transform: scale(1.1);
}

.service-ani-leave-to {
  opacity: 0;
  transform: translateX(100%);
}

.service-ani-leave-active {
  transition: all .2s linear;
}

.service-ani-enter-active {
  transition: all .1s linear;
}

.service-ani-enter-from {
  opacity: 0;
  
}

.service-ani-enter-to {
  opacity: 1;
  
}

.service-ani-enter-from .detail-content {
  transform: translate(20px, -20px) scale(.95);
  opacity: 1;
  box-shadow: none !important;
}

.service-ani-enter-to .detail-content {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

.service-ani-enter-from .detail-index {
  opacity: 0;
  transform: translateY(10px);
}

.service-ani-enter-active .detail-index {
  transition: all .2s linear;
}

.service-ani-enter-to .detail-index {
  transform: translateY(0);
}

.service-ani-enter-from .detail-img {
  opacity: 0;
  transform: scale(.95);
}

.service-ani-enter-active .detail-img {
  transition: all .15s linear;
}

.service-ani-enter-to .detail-img {
  opacity: 1;
  transform: scale(1);
}

.service-detail .detail-content {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -34px;
  width: 340px;
  min-height: 400px;
  max-height: 100%;
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(131, 177, 212, 0.3);
  transition: all .2s linear;
}

.detail-content .icon {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background-color: #F2F3FC;
}



.detail-content .title {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}

.detail-content .title>span {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.6;
  z-index: 1;
}

.detail-content .title::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background-color: #FFB129;
}

.detail-content .detail-text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
}

.service-content .detail-index {
  position: absolute;
  right: 20px;
  bottom: -20px;
  font-size: 120px;
  font-weight: bold;
  color: #AEC4FE;
  line-height: 0.8;
  opacity: 0.8;
}


.professional-container {
  position: relative;
  padding-top: 112px;
  padding-bottom: 44px;
  background-color: #fff;
}

.professional-container {
  background-image: url("../image/professional_bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 611px auto;
}

.professional-content {
  margin-top: 50px;
}

.professional-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.professional-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 25px;
  cursor: pointer;
}

.professional-item:hover::after,
.professional-item--active::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #3169FC;
}

.professional-item .icon {
  transition: all .15s linear;
}

.professional-item:hover .icon,
.professional-item--active .icon {
  transform: translateY(-10px) scale(1.1);
}

.professional-item:hover .icon .icon--default,
.professional-item--active .icon .icon--default {
  display: none;
}

.professional-item:hover .icon .icon--active,
.professional-item--active .icon .icon--active {
  display: block !important;
}

.professional-item:hover .title,
.professional-item--active .title {
  color: #3169FC !important;
  font-weight: 500 !important;
}

.professional-item .icon {
  display: flex;
}

.professional-item .icon>img {}

.professional-item .icon .icon--active {
  display: none;
}

.professional-item .title {
  font-size: 20px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1;
  text-align: center;
}

.professional {
  position: relative;
  justify-content: flex-end;
  margin-top: 50px;
  overflow: hidden;
}


.professional .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transform: translateY(-20px);
  max-width: 640px;
  padding-left: 110px;
  z-index: 99;
}

.professional .content::before {
  content: " ";
  position: absolute;
  top: 24px;
  left: 0;
  width: 74px;
  height: 61px;
  background-image: url("../image/quotes_left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 74px auto;
}

.professional .content::after {
  content: " ";
  position: absolute;
  bottom: 20px;
  right: -48px;
  width: 89px;
  height: 65px;
  background-image: url("../image/quotes_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 89px auto;
}

.professional .content .title {
  position: relative;
  display: inline-block;
}

.professional .content .title::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 14px;
  background-color: #FFB129;
}

.professional .content .title>span {
  position: relative;
  font-size: 34px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.6;
  z-index: 1;
}

.professional .content .text {
  margin-top: 55px;
  font-size: 18px;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
}

.professional .content .text>p {
  margin: 0;
}

.professional .img>img {
  display: block;
  height: 100%;
  width: auto;
}

.professional .img>video {
  display: block;
  width: 100%;
  max-width: 915px;
  height: auto;
  object-fit: cover;
}




.creative-container {
  position: relative;
  padding-top: 112px;
  padding-bottom: 80px;
}

.creative-container {
  background-image: url("../image/creative_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.creative-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: clamp(30px, 3.125vw, 60px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 32vh);
  gap: clamp(15px, 1.56vw, 30px);
}

.creative-grid .creative-item:nth-child(1) {
  
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.creative-grid .creative-item:nth-child(1) .content {
  padding: 0;
  width: 100%;
  height: 100%;
}

.creative-grid .creative-item:nth-child(1) .content .action {
  position: absolute;
  top: 50.39%;
  left: 8.49%;
  padding: 0;
}

.creative-grid .creative-item:nth-child(1) .action .button-link {
  width: 125px;
  height: 38px;
  font-size: 20px;
}

.creative-grid .creative-item:nth-child(2) {
  
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.creative-grid .creative-item:nth-child(3) {
  
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.creative-grid .creative-item:nth-child(4) {
  
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}

.creative-item {
  position: relative;
  border-radius: 30px;
  
  background: #eee;
}

.creative-item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.creative-item .img>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  user-select: none;
}

.creative-item .content {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}

.creative-item .content .title {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.6;
}

.creative-item .content .text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
}

.creative-item .action {
  padding: 50px 0;
}

.creative-item .action .button-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 32px;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
}

.button-link.button-link--blue1 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .7) 80%, rgba(255, 255, 255, .1) 100%);
  color: #2061D3;
}

.button-link.button-link--blue2 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .7) 80%, rgba(255, 255, 255, .1) 100%);
  color: #30B3F3;
}

.button-link.button-link--blue3 {
  background: rgba(26, 163, 255, 1);
  color: #fff;
}

.button-link.button-link--blue3:hover {
  background: rgba(255, 177, 41, 1);
  color: #fff;
}


.co-container {
  position: relative;
  padding-top: 112px;
  padding-bottom: 58px;
}

.co-container {
  background-image: url("../image/co_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.coswiper-container {
  position: relative;
  padding-top: 90px;
}

.hot-swiper {
  gap: 50px;
  padding: clamp(20px, 1.56vw, 30px);
  border-radius: 28px;
  border: 2px solid #fff;
  
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}

.hot-swiper .img {
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.hot-swiper .img:hover img {
  transform: scale(1.1);
}

.hot-swiper .img>img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all .15s linear;
}

.hot-swiper .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
  height: 100%;
}

.hot-swiper .content .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hot-swiper .content .title {
  font-size: 28px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.6;
}

.hot-swiper .content .tag {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  height: 38px;
  padding: 15px;
  border-radius: 99px;
  border: 1px solid #FFB129;

  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #FFB129;
  line-height: 1;
}

.hot-swiper .content .text {
  font-size: 18px;
  font-weight: 400;
  color: #2E3748;
  line-height: 1.8;
}

.hot-swiper .keyword-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(30px, 5.21vw, 100px);
}

.hot-swiper .keyword-list .keyword .keyword__value {
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: bold;
  color: #2061D3;
  line-height: 1.5;
}

.hot-swiper .keyword-list .keyword .keyword__text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #6F81A4;
  line-height: 1.5;
}

.swiper-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--max-width) + 176px);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  z-index: 99;
}

.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  border: 1px solid #2061D3;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(56, 125, 227, 0.08);
  cursor: pointer;
  transition: all .15s linear;
}

.swiper-buttons .swiper-button-prev {
  left: 0;
}

.swiper-buttons .swiper-button-next {
  right: 0;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  fill: #2061D3;
}

.swiper-button-next .icon {
  transform: rotate(180deg);
}

.swiper-buttons .swiper-button-disabled {
  border-color: #fff;
  background-color: #fff;
  cursor: not-allowed;
}

.swiper-button-disabled .icon {
  fill: #E2EDFF;
}

.scroller {
  height: 410px;
  overflow: hidden;
}

.scroller .scroll-content {
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}

.scroll-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;

}

.scroller.swiper .swiper-slide-active .scroll-item {
  transform: translateY(0);
}

.scroll-item {
  flex-shrink: 0;
  position: relative;
  height: 312px;
  border-radius: 24px;
  overflow: hidden;
  transform: translateY(40px);
  transition: all 1s linear;
  cursor: pointer;
}

.scroll-item .img {
  width: 100%;
  height: 100%;
}

.scroll-item .img:hover img {
  transform: scale(1.1);
}

.scroll-item .img>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .15s linear;

}

.scroll-item .info {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 156px;
  padding: 26px 24px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
}

.scroll-item .info .head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 18px;
}

.scroll-item .info .title {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}

.scroll-item .info .tag {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  padding: 0 6px;
  border-radius: 99px;
  background-color: #FFB129;

  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1;
}

.scroll-item .info .content {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.scroll-item .info .content .text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}

.scroll-item .info .keyword-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}

.scroll-item .info .keyword__value {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}

.scroll-item .info .keyword__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.8;
}


.footer {
  padding-top: 46px;
}

.footer {
  background-image: url("../image/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .flex-box {
  padding-bottom: 50px;
}

.footer .logo-footer {
  display: block;
  margin-bottom: 70px;
}

.footer .logo-footer>img {
  display: block;
  width: clamp(380px, 22.6vw, 433px);
  height: auto;
  object-fit: cover;
}

.footer .tel,
.footer .address {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}

.footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(50px, 5.21vw, 100px);
}

.footer-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-nav .nav-title {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
}

.footer-nav .nav-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 36px;
}

.footer-nav .nav-item ul .link {

  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.8;
}

.footer .copyright {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  opacity: 0.6;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer .copyright a {
  text-decoration: none !important;
  color: #fff !important;
}

.header {
  box-sizing: content-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: background .15s linear;
}

.header .header-container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 200px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 50px;
}

.header .brand {
  transition: margin .15s linear;
}



.header.header--scroll .brand {
  margin: 15px 0;
}

.header .logo-container {
  flex-shrink: 0;
}

.header .logo-container .brand img {
  display: block;
  width: clamp(300px, 18.7vw, 359px);
  height: auto;
  object-fit: cover;
}

.header nav {
  flex: 1;
  flex-shrink: 0;
}

.header .head-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.header .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .nav-item>.link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #121212;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all .15s linear;
}

.header .nav-item.nav-item--active .link,
.header .nav-item:hover .link {
  color: var(--primary);
  border-color: var(--primary);
}

.page-banner {
  position: relative;
  height: clamp(450px, 26.04vw, 500px);
  overflow: hidden;
}

.page-banner .banner-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-banner .banner-img>img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;

}

.page-banner .banner-img .banner-animation {
  position: absolute;
  top: 50%;
  right: 16%;
  transform: translateY(-50%);
  animation: circle 5s infinite linear;
  transition: all .15s linear;
}

.page-banner .banner-img .banner-animation>img {
  display: block;
  width: clamp(350px, 23.7vw, 455px);
  height: auto;
  object-fit: cover;
}

@keyframes circle {
  0% {
    transform: translateY(-50%) rotate(0deg) translateX(10px) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg) translateX(10px) rotate(-360deg);
  }
}

@keyframes circle2 {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}

@keyframes move-ani {
  0% {
    transform: translate(0, -50%);
  }

  25% {
    transform: translate(10px, -50%);
  }

  50% {
    transform: translate(0px, calc(-50% + 10px));
  }

  75% {
    transform: translate(10px, -50%);
  }

  100% {
    transform: translate(0, -50%);
  }
}


.page-banner .page-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
  z-index: 9;
}

.page-banner .page-title .title {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: bold;
  color: #121212;
  line-height: 1.8;
}

.page-banner .page-title .desc {
  font-size: clamp(14px, 1.46vw, 28px);
  font-weight: 400;
  color: #181819;
  line-height: 1.8;
}

.page-banner .user-info {
  margin-top: 40px;
  gap: 20px;
}

.page-banner .login-button {
  display: inline-block;
  height: 46px;
  padding: 0 28px;

  font-size: 16px;
  font-weight: 400;
  color: #F7F9FF;
  line-height: 46px;

  border-radius: 99px;
  background: linear-gradient(90deg, #4E8EFF, #175CFE);
}

.page-banner .page-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 998;
}

.page-banner .page-nav-list {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: clamp(54px, 3.65vw, 70px);
  border-radius: 20px 20px 0 0;
  background-color: rgba(255, 255, 255, .8);
}

.page-banner .page-nav-list::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: clamp(54px, 3.65vw, 70px);
  border-top-right-radius: 20px;
  background-image: url("../image/nav_05_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
  pointer-events: none;

}

.page-banner .page-nav-item .link {
  position: relative;
  display: block;
  padding: clamp(16px, 1.3vw, 25px) clamp(60px, 4.3vw, 85px);
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  color: #121212;
  line-height: 1;

  transition: padding .15s linear, background .15s linear;
}

.page-banner .page-nav-item .link::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #EBF3FB;
}

.page-banner .page-nav-item:first-child .link {
  border-top-left-radius: 20px;
}

.page-banner .page-nav-item:last-child .link {
  border-top-right-radius: 20px;
}

.page-banner .page-nav-item:last-child .link::after {
  display: none;
}

.page-banner .page-nav-item--active,
.page-banner .page-nav-item:hover {}

.page-banner .page-nav-item--active .link,
.page-banner .page-nav-item:hover .link {
  padding-top: clamp(20px, 1.3vw, 25px);
  padding-bottom: clamp(20px, 1.46vw, 28px);
  border-radius: clamp(10px, 1.04vw, 20px) clamp(10px, 1.04vw, 20px) 0 0;
  background: linear-gradient(90deg, #0e67ff, #0d85ff);
  
  color: #FFFFFF;
  z-index: 99
}


.page-banner .page-nav-item--active .link::after,
.page-banner .page-nav-item:hover .link::after {
  display: none;
}

.page-container .section-title::after {
  display: none;
}

.about-container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 190px;

  box-shadow: 0px -2px 27px 0px rgba(140, 174, 255, 0.8);
}

.about-container {
  position: relative;
  background-image: url("../image/about_bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-container .flex-box {
  gap: clamp(75px, 7.81vw, 150px);
}

.about-container .flex-box .left,
.about-container .flex-box .right {
  flex-shrink: 0;
}

.about-container .flex-box .left {
  padding-left: clamp(65px, 6.77vw, 130px);

}

.about-container .flex-box .right {
  flex: 1;
}

.about-container .title {
  font-size: clamp(38px, 2.4vw, 46px);
  font-weight: bold;
  color: #080809;
  line-height: 1;
}

.about-container .content {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}

.about-container .about-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 128px;
  margin-top: 80px;
  padding: 0 40px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: linear-gradient(0deg, #F7F9FF, #FFFFFF);
  box-shadow: 0px 4px 14px 0px rgba(25, 95, 254, 0.1);
}

.about-container .about-item {
  display: flex;
  align-items: center;
  gap: 28px;
}

.about-container .about-item .value {
  font-size: 24px;
  font-weight: bold;
  color: #2C384B;
}

.about-container .about-item .text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #697998;
}

.blank-container {
  padding-bottom: 120px;
  box-shadow: 0px -2px 27px 0px rgba(140, 174, 255, 0.8);
}

.blank-container .section-title {
  padding-top: clamp(50px, 5.21vw, 100px);
  margin-bottom: clamp(45px, 4.69vw, 90px);
}

.layout {
  display: flex;
  gap: clamp(36px, 3.75vw, 72px);
}

.layout .side {
  flex-shrink: 0;
}

.layout .body {
  flex: 1;
  flex-shrink: 0;
}

.layout .side-nav {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(131, 177, 212, 0.2);
}

.layout .side-item .link {
  position: relative;
  display: block;
  padding: clamp(20px, 1.3vw, 25px) clamp(25px, 1.56vw, 30px);
}

.layout .side-item--active .link,
.layout .side-item:hover .link {
  color: var(--primary);
}

.layout .side-item--active .link::after,
.layout .side-item:hover .link::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 9px;
  background-color: var(--primary);
}

.layout .article {
  padding: clamp(30px, 2.5vw, 60px);
  border-radius: clamp(10px, 0.83vw, 20px);
  background-color: #F7F9FF;
}

.layout .article .title {
  padding-bottom: clamp(30px, 2.5vw, 60px);
  border-bottom: 1px solid rgba(185, 201, 225, 0.3);
  font-size: clamp(28px, 1.88vw, 36px);
  font-weight: 500;
  color: #2E3748;
  line-height: 1.8;
}

.layout .article .content {
  padding-top: 30px;
  font-size: 16px;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}


.about-content {
  
}

.layout .member {
  padding: clamp(50px, 4.17vw, 100px);
  padding-left: clamp(30px, 2.5vw, 60px);
}

.layout .member .title {
  font-size: clamp(28px, 1.77vw, 34px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.layout .member .member-cont {
  display: flex;
  gap: clamp(60px, 5.21vw, 120px);
}


.layout .member .text {
  margin-top: clamp(30px, 2.71vw, 52px);
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}

.layout .member .divider {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #DBEAFF 0%, transparent 100%);
}

.layout .member .button-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 0 20px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4E8EFF, #175CFE);
  box-shadow: 0px 2px 6px 0px rgba(25, 95, 254, .2);

  font-size: 14px;
  font-weight: 400;
  color: #F7F9FF;
  line-height: 1;

  transition: all .15s linear;
}

.layout .member .button-link:hover {
  box-shadow: 0px 2px 12px 0px rgba(25, 95, 254, .5);
  
}

.about-img-container img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 72px 30px;
  padding-top: clamp(15px, 1.56vw, 30px);
}

.grid-list .card>a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding-left: 33px;
  padding-right: 18px;
  height: 148px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 6px 0px rgba(25, 95, 254, .1);
  background: linear-gradient(0deg, #F7F9FF, #FFFFFF);
  text-decoration: none;
}

.grid-list .card .value {
  font-size: 20px;
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.grid-list .card .text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #2E3748;
  line-height: 1.5;
}


.leader-list {
  position: relative;
  padding: clamp(45px, 4.69vw, 90px) clamp(30px, 2.5vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: linear-gradient(-45deg, #FFFFFF, #E5EFF9);
  overflow: hidden;
}

.leader-list::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1070px;
  background-image: url("../image/form_bg_01.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  pointer-events: none;
}

.leader-list .leader-item>a {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 2.5vw, 48px);
  text-decoration: none;
}

.leader-list .leader-item>a:hover .name {
  color: var(--primary);
}

.leader-list .leader-item {}

.leader-list .leader-item .logo {
  flex-shrink: 0;
  background-color: #fff;
}

.leader-list .leader-item .name {
  font-size: clamp(20px, 1.35vw, 26px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.6;
  transition: all .15s linear;
}

.leader-list .leader-item .desc {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}


.development-container {
  padding-top: 100px;
  
}

.development-container {
  background-image: url("../image/development_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline-container {
  position: relative;
  
  padding: 0 15px;
  padding-bottom: 180px;
  
  padding-top: clamp(65px, 5.21vw, 130px);
  overflow: hidden;
}

.timeline-container::before {
  content: " ";
  position: absolute;
  bottom: 220px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(213, 218, 224, .6) 0%, rgba(213, 218, 224, 1) 20%, rgba(213, 218, 224, 1) 80%, rgba(213, 218, 224, .6) 100%);
  z-index: 1;
}

.timeline {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 50px;
  margin-top: 30px;
  padding: 0 25px;
  margin-left: 340px;
  transition: all .15s linear;
  z-index: 9;
}

.timeline-container::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 100%);
  z-index: 999;
  user-select: none;
  pointer-events: none;
}


.timeline-item {
  position: relative;
}

.timeline-item.timeline-item--open {
  flex: 1;
  flex-shrink: 0;
}

.timeline-item.timeline-item--open .content {
  box-sizing: content-box;
  width: 60vw;
}

.timeline-item.timeline-item--open .content .left {
  display: block;
}

.timeline-item.timeline-item--open .year .value,
.timeline-item.timeline-item--open .year .text {
  color: var(--primary)
}

.timeline-item .year {
  position: absolute;
  top: 100%;
  left: 34px;
  cursor: pointer;
}

.timeline-item.timeline-item--open .point {
  background-color: var(--primary);
  z-index: 999;
}

.timeline-item.timeline-item--open .point::after {
  border-color: var(--primary);
}

.timeline-item.timeline-item--open .point::before {
  background-color: var(--primary);
}

.timeline-item .year .value {
  font-size: 26px;
  font-weight: 600;
  color: #0C1424;
  line-height: 1.3;
}

.timeline-item .year .text {
  font-size: 20px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1.8;
  text-align: center;
}

.timeline-item .content {
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 20px;
  width: 268px;
  border: 2px solid #fff;
  border-radius: 20px;
  background: linear-gradient(0deg, #F7F9FF, #FFFFFF);
  box-shadow: 0px 2px 14px 0px rgba(25, 95, 254, 0.27);
  overflow: hidden;
  
}

.timeline-item .content .left {
  display: none;
  flex-shrink: 0;
}

.timeline-item .content .right {
  flex: 1;
  flex-shrink: 0;
  padding: 40px 22px;
}

.timeline-item .content .left img {
  width: 30vw;
}


.timeline-item .content .title {
  font-size: 28px;
  font-weight: bold;
  color: #0C1424;
  line-height: 1.5;
}

.timeline-item .content .text {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  text-align: justify;
}

.timeline-item .point {
  position: absolute;
  bottom: 36px;
  left: 62px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DFE4EA;
}

.timeline-item .point::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  background-color: #DFE4EA;
}

.timeline-item .point::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #DFE4EA;
}

.timeline .timeline-item:nth-child(2n + 1) {
  padding-bottom: 150px;
}

.timeline .timeline-item:nth-child(2n + 1) .point::before {
  height: 106px;
}

.timeline .timeline-item:nth-child(2n) {
  padding-bottom: 90px;
}

.timeline .timeline-item:nth-child(2n) .point::before {
  height: 46px;
}


.pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 100px 20px;
}

.pager .pager-button {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 99px;

  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #999999;

  transition: all .15s linear;
}

.pager .pager-button--active,
.pager .pager-button:hover {
  background-color: #FFB129;
  color: #fff;
}

.pager .pager-prev:hover .icon,
.pager .pager-next:hover .icon {
  stroke: #fff;
  fill: #fff;
}

.pager .pager-prev {
  margin-right: 20px;
}

.pager .pager-next {
  margin-left: 20px;
}

.pager-prev .icon,
.pager-next .icon {
  fill: #BBBBBB;
  stroke: #BBBBBB;
  transition: all .15s linear;
}

.pager-detail {
  padding: 100px 0;
  gap: 20px;
}

.pager-detail .pager-detail-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1;
  transition: all .15s linear;
}

.pager-detail .pager-detail-button .icon {
  fill: #1A1A1A;
  transition: all .15s linear;
}

.pager-detail .pager-detail-button:hover {
  color: #3169FC;
}

.pager-detail .pager-detail-button:hover .icon {
  fill: #3169FC;
}

.event-list {
  padding-top: 80px;
}

.event-item {
  border-radius: 20px;
  overflow: hidden;
}

.event-item .img>img {
  width: 100%;
  height: 100%;
}

.event-item .content {
  padding: 20px;
  background-color: #fff;
}

.event-item .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #0C1424;
  line-height: 1.5;
  
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;

}

.event-item .desc {

  font-size: 14px;
  font-weight: 400;
  color: #2E3748;
  line-height: 1.7;
}

.event-item .date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  background-color: #F6F8FA;
  border-radius: 4px;

  font-size: 12px;
  font-weight: 400;
  color: #71747C;
  line-height: 1;
}

.event-item .date .icon {
  width: 10px;
  height: 10px;
}


.statute-container {
  padding-top: 20px;
}

.statute-list {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.home-swiper.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.page {
  height: 100%;
}

.page1 {
  position: relative;
}

.page1 .logo-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--max-width);
  padding: 0 15px;
  z-index: 1;
}

.page1 .img {
  height: 100%;
}

.page1 .img>video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page2 {
  background-image: url("../image/page2_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.page2 .container {
  height: 100%;
}

.page2 .container>.flex-box {
  width: 100%;
  gap: 18px;
  align-items: stretch;
}

.page2 .container>.flex-box .left {
  width: clamp(800px, 52vw, 1000px);
  height: clamp(456px, 29.7vw, 570px);
  border-radius: 10px;
  overflow: hidden;
}

.page2 .container>.flex-box .left .swiper {
  height: 100%;
}

.page2 .container>.flex-box .right {
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.page2-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.page2-slide .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: clamp(23px, 2.4vw, 46px);
  right: clamp(23px, 2.4vw, 46px);
  padding: clamp(10px, 1.04vw, 20px);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  z-index: 1;
}

.page2-slide .date .day {
  font-size: clamp(34px, 1.98vw, 38px);
  font-family: DIN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2;
}

.page2-slide .date .year {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}

.page2-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page2-slide .img>img {
  display: block;
  width: inherit;
  height: 100%;
  object-fit: cover;
  transition: all .25s linear;
}

.page2-slide .img>img:hover {
  transform: scale(1.1);
}

.page2-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: clamp(56px, 5.83vw, 112px);
  padding-left: clamp(20px, 2.81vw, 54px);
  padding-right: 120px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  background-color: rgba(0, 115, 201, .95);
  
}

.page2-slide .text .title {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  color: #FFFFFF;
  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page2-swiper .swiper-pagination {
  position: absolute;
  bottom: clamp(25px, 2.6vw, 50px);
  right: clamp(20px, 2.1vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.625vw, 12px);
  z-index: 9;
}

.page2-swiper .swiper-pagination-bullet {
  flex-shrink: 0;
  display: block;
  width: clamp(4px, 0.42vw, 8px);
  height: clamp(4px, 0.42vw, 8px);
  border-radius: 99px;
  background-color: #FFFFFF;
  opacity: .6;
  transition: all .15s linear;
  cursor: pointer;
}

.page2-swiper .swiper-pagination-bullet-active {
  width: clamp(6px, 0.625vw, 12px);
  height: clamp(6px, 0.625vw, 12px);
  border: 2px solid #FFB129;
  background-color: transparent;
}

.page2 .feed-list {
  
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  height: 100%;
  border-radius: 10px;

  overflow: hidden;
}

.feed-list .feed-item {
  flex: 1;
  background-color: #fff;
}

.feed-item .link {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
  padding-top: clamp(15px, 1.875vw, 36px);
  padding-bottom: clamp(15px, 1.875vw, 36px);
  border-bottom: 1px solid #E9EEF7;
  transition: all .15s ease-in-out;
}

.feed-item--active .link,
.feed-item .link:hover {
  background: linear-gradient(-58deg, #426CE4, #0D85FF, #09ABFC);
}

.feed-item--active .link .date,
.feed-item--active .link .title,
.feed-item--active .link .readmore,
.feed-item .link:hover .date,
.feed-item .link:hover .title,
.feed-item .link:hover .readmore {
  color: #fff;
}

.feed-list .feed-item:last-child .link {
  border-bottom: none;
}

.feed-item .date {
  font-size: 14px;
  font-weight: 400;
  color: #697998;
  line-height: 1.8;
}

.feed-item .title {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.feed-item .readmore {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #697998;
  line-height: 1.5;
}

.swiper-nav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}

.swiper-nav-list {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: linear-gradient(-23deg, #426CE4, #0076FF, #00A5FF);
  box-shadow: 3px 3px 16px 2px rgba(0, 144, 255, 0.73);
  overflow: hidden;
}

.swiper-nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 7px;
  border-bottom: 1px solid rgba(7, 108, 211, .8);
  cursor: pointer;
}

.swiper-nav-item::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .1);
  opacity: 0;
  transition: all .15s linear;
}

.swiper-nav-item:hover::before {
  opacity: 1;
}

.swiper-nav-item .img {
  position: relative;
  z-index: 1;
}

.swiper-nav-item .text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  z-index: 1
}

.page3 {
  background-image: url("../image/page3_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.page3 .section-title {
  margin: 0;
}

.page3 .container {
  display: flex;
  flex-direction: column;

  height: 100%;
  padding-top: clamp(110px, 6.25vw, 120px);
  padding-bottom: 10px;
}

.swiper-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-swiper {
  max-width: 1296px;
  margin: 0 auto;
  
}

.service-swiper .flex-box .left {
  flex-shrink: 0;
  width: 45%;
  min-height: 100%;
}

.service-swiper .flex-box .right {
  flex: 1;
}

.service-swiper .img {
  position: relative;
  padding-right: clamp(40px, 4.17vw, 80px);
}

.service-swiper .swiper-slide:nth-child(3) .img .img-right {
  bottom: -90px;
}

.service-swiper .swiper-slide:nth-child(5) .img .img-right {
  bottom: -70px;
}

.service-swiper .img .img-right {
  position: absolute;
  bottom: -55px;
  right: 0;
}

.service-swiper .img .img-left {
  position: absolute;
  top: 10px;
  left: -56px;
  animation: circle2 5s infinite linear;
}

.service-swiper .img>img {
  display: block;
  height: 100%;
  width: auto;
  max-height: 50vh;
}

.service-swiper .flex-box {
  align-items: stretch;
  gap: clamp(30px, 2.6vw, 50px);
}

.service-swiper .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-swiper .title {
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.service-swiper .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(16px, 1.56vw, 30px);
}

.service-swiper .tag {
  height: clamp(26px, 1.67vw, 32px);
  padding: 0 12px;
  border-radius: 99px;
  border: 1px solid #FFB129;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  color: #FFB129;
  line-height: clamp(26px, 1.67vw, 32px);
}

.service-swiper .desc {
  margin-top: clamp(15px, 1.56vw, 30px);
  font-size: clamp(16px, 0.83vw, 16px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  max-width: clamp(400px, 24.9vw, 478px);
  text-align: justify;
}

.service-swiper .action {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-top: clamp(15px, 1.56vw, 30px);
  padding-bottom: clamp(20px, 2.6vw, 50px);
}

.service-swiper .readmore {
  height: clamp(38px, 2.4vw, 46px);
  padding: 0 38px;
  border-radius: 4px;
  background: linear-gradient(-58deg, #426CE4, #006FFF, #00A6FF);
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: clamp(38px, 2.4vw, 46px);
  transition: all .15s linear;
}

.service-swiper .readmore:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.page4 {
  background-image: url("../image/page4_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.page4 .container {
  height: 100%;
  padding-top: clamp(110px, 6.25vw, 120px);
}

.page4 .swiper {
  margin-top: clamp(55px, 10.19vh, 110px);
  padding-bottom: clamp(40px, 7.4vh, 80px);
}


.page4-swiper .row {
  align-items: center;
  width: 100%;
  gap: clamp(15px, 1.56vw, 30px);
}

.page4-item {
  position: relative;
  height: clamp(400px, 24.48vw, 470px);
  border-radius: 10px;
  overflow: hidden;
  transition: all .15s linear;
  cursor: pointer;
}

.page4-item.active {
  flex-shrink: 0;
  width: clamp(400px, 39.1vw, 750px);
}

.page4-item .img {
  width: 100%;
  height: 100%;
}

.page4-item .img>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.page4-item .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 78px;
  background-color: rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
  transition: all .15s linear;
}


.page4-item.active .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(30px, 2.6vw, 50px);
}

.page4-item.active .title-text {
  padding: 0 !important;

}

.page4-item.active .bottom {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 78px;
  padding: 15px 0;
}

.page4-item.active .desc {
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page4-item.active .bottom .readmore {
  display: block;
}

.page4-item .bottom .title {
  width: 100%;
  gap: 15px;
}

.page4-item .bottom .title-text {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 15px;
  transition: all .15s linear;
}

.page4-item.active .bottom .title-text {
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.page4-item:not(.active) .bottom .title-text {
  line-height: 78px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page4-item .bottom .readmore {
  flex-shrink: 0;
  display: none;
  height: 32px;
  padding: 0 18px;
  border-radius: 99px;
  background-color: #FFB129;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  transition: all .15s linear;
}

.page4-item .bottom .readmore:hover {
  box-shadow: 0 0 12px rbga(0, 0, 0, .1);
}

.page4-item .bottom .desc {
  display: none !important;
  padding: 0 clamp(30px, 2.6vw, 50px);
  margin-bottom: 30px;
  height: 48px;
  overflow: hidden;
  display: none;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;

}

.page4 .swiper-pagination,
.page6 .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 99;
}

.page4 .swiper-pagination-bullet,
.page6 .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #2061D3;
  transition: all .15s ease-in-out;
}

.page4 .swiper-pagination-bullet-active,
.page6 .swiper-pagination-bullet-active {
  width: 82px;
}

.page5 {
  background-image: url(../image/creative_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page5 .container {
  height: 100%;
  padding-top: clamp(110px, 6.25vw, 120px);
}

.page6 {
  background-image: url(../image/co_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page6 .container {
  height: 100%;
  padding-top: clamp(110px, 6.25vw, 120px);
}

.process {
  
}

.examine {
  margin-top: clamp(60px, 6.25vw, 120px);
}

.examine-item {
  border-radius: 10px;
  box-shadow: 2px 1px 57px 8px rgba(149, 184, 227, 0.28);
  overflow: hidden;
}

.examine-item .head {
  position: relative;
  display: flex;
  align-items: center;
  height: clamp(60px, 6.25vw, 120px);
  padding: 0 clamp(19px, 1.98vw, 38px);
  background-color: #0286FE;
  overflow: hidden;
}

.examine-item .head__bg {
  position: absolute;
  top: clamp(8px, .83vw, 16px);
  right: clamp(12.5px, 1.3vw, 25px);
}

.examine-item .title {
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 500;
  color: #FEFEFE;
  line-height: 1;
}

.examine-item .content {
  padding: clamp(20px, 2.08vw, 40px) clamp(19px, 1.98vw, 38px);

  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
  background-color: #fff;
  text-align: justify;
}

.exit {
  padding-top: clamp(60px, 6.25vw, 120px);
}

.exit-list {
  display: flex;
  align-items: flex-start;
  gap: clamp(23px, 2.4vw, 46px);
  margin-top: clamp(44px, 4.58vw, 88px);
}

.exit-item {
  display: flex;
  gap: clamp(13px, 1.35vw, 26px);
  padding-top: clamp(22px, 2.34vw, 45px);
  padding-left: clamp(17px, 1.82vw, 35px);
  padding-right: clamp(17px, 1.82vw, 35px);
  padding-bottom: clamp(29px, 3.02vw, 58px);
  border: 2px solid #FFFFFF;
  border-radius: 10px;

  background: linear-gradient(0deg, #F0F5FE, #FEFEFF);
  box-shadow: 2px 1px 57px 8px rgba(149, 184, 227, 0.28);
}

.exit-item .icon {
  flex-shrink: 0;
}

.exit-item .title {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  color: #0C1424;
  line-height: 1.5;
}

.exit-item .text {
  margin-top: clamp(16px, 1.67vw, 32px);
  font-size: clamp(14px, 0.83vw, 16px);
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #2E3748;
  line-height: 2;
}