@font-face {
  font-family: OPlusSans;
  src: url('../font/OpenSans-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: OPlusSans;
  src: url('../font/OpenSans-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: OPlusSans;
  src: url('../font/OpenSans-Bold.ttf');
  font-weight: 600;
}

:root {
  --padding: clamp(120px, 12.5vw, 240px);
  --inner-padding: clamp(120px, 12.5vw, 240px);
  --footer-padding: clamp(100px, 10.42vw, 200px);
  --primary: #113F9E;
  --default: #181818;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: OPlusSans, Microsoft YaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--default);
  font-weight: 500;
}

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;
}

.no-link {
  text-decoration: none;
  display: block;

}

section:not(.banner-section) {
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto;
}

section {
  overflow: hidden;
}

.img-wrap img {
  transition: all .5s linear;
}

.img-wrap:hover img {
  transform: scale(1.1);
}

.mb-menu {
  display: none;
  width: 20px;
  height: 20px;
}


.mb-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
  transition: all .3s ease-in-out;
}

#menu {
  display: none;
}

.read-more {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.5;
}

.read-more:hover {
  text-decoration: underline;
}

.read-more:hover span {
  transform: translateX(4px);
}

.read-more .iconfont {
  transition: all .2s linear;
}

.read-more.read-more--small {
  font-size: 14px;
}

.read-more.read-more--small .iconfont {
  font-size: 14px;
}

.navigator {
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  padding: 0 clamp(60px, 6.25vw, 120px);
  transition: all .3s linear;
}

.navigator__inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigator.navigator--scroll {
  height: 90px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  overflow: hidden;
}

.navigator.navigator--scroll .nav-list__item a {
  color: var(--default);
}

.navigator.navigator--scroll .nav-list__item-language::after {
  background-color: var(--default);
}

.navigator.navigator--scroll .brand a {
  background-image: url(../image/logo_black.png);
}

.navigator::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  opacity: .4;
}

.navigator .brand {
  margin: 0;
}

.brand a {
  display: block;
  width: clamp(128px, 13.333vw, 256px);
  height: clamp(37px, 3.86vw, 74px);
  background-image: url(../image/logo_en.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.brand a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.navigator nav {
  height: 100%;
}

.nav-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 50px);
  list-style: none;
  height: 100%;
  margin: 0;
}

.nav-list .nav-list__item {
  position: relative;
  display: flex;
  align-items: center;
  
  height: 100%;
}

.nav-list .nav-list__item a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  z-index: 9;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.nav-list .nav-list__item.nav-list__item--active a::after {
  opacity: 1;
}

.nav-list .nav-list__item.nav-list__item--active a {
  
}

.nav-list .nav-list__item a {
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  text-decoration: none;
  transition: all .3s linear;
  white-space: nowrap;
}

.nav-list .nav-list__item a:hover {
  
}


.nav-list .nav-list__item:not(.nav-list__item-language) a:hover::after {
  opacity: 1;
}

.nav-list .nav-list__item-language {
  margin-left: 0;
  padding-left: 30px;
}

.nav-list .nav-list__item-language::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #fff;
  opacity: .5;
}

.nav-list__item-language a {
  display: flex;
  align-items: center;
}

.nav-list__item-language a .iconfont {
  margin-right: 8px;
  font-size: 24px;
}

.banner {
  position: relative;
  max-width: 2048px;

}

.banner .banner__item {
  position: relative;
}

.banner .banner__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner__item .banner__item-label {
  position: absolute;
  top: 45.50%;
  left: 9.50%;
  max-width: 990px;

  font-size: 56px;
  font-family: OPlusSans;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.8;
}

.banner.swiper .swiper-pagination {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  z-index: 888;
}

.banner.swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.banner.swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fefefe;
}

.banner.swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fefefe;
}

.banner .swiper-number {
  position: absolute;
  left: 9.50%;
  bottom: 5%;
  z-index: 888;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.banner .swiper-number .swiper-number__current {
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}

.banner .swiper-number .swiper-number__total,
.banner .swiper-number .swiper-number__div {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}

.banner .swiper-number .swiper-number__div {
  margin-left: 4px;
  margin-right: 4px;
}

.about {
  box-sizing: border-box;
  position: relative;
  display: flex;
  padding-left: var(--padding);
  padding-right: var(--padding);
  padding-top: 100px;
}

.about .about__left {
  flex: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-bottom: clamp(100px, 8.33vw, 160px);
  padding-right: clamp(40px, 4.17vw, 80px);
  display: flex;
  flex-direction: column;
}

.about_action {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__left h2 {
  margin: clamp(15px, 1.56vw, 30px) 0;
  font-size: clamp(34px, 2.19vw, 42px);
  font-family: OPlusSans;
  font-weight: 600;
  color: #113F9E;
}

.about__left p {
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #181818;
  line-height: 1.8;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.about .about__right {
  flex: 1;
  flex-shrink: 0;
  padding-bottom: clamp(100px, 8.33vw, 160px);
}

.about .about__right .img-wrap img {
  width: clamp(410px, 42.71vw, 820px);
}

.img-wrap {
  overflow: hidden;
}

.img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about__data {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: var(--padding);
  right: var(--padding);
  height: clamp(100px, 8.33vw, 160px);
  background-image: url(../image/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about__data .data-list {
  margin: 0;
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.data-list .data-list__item {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-data {
  font-size: clamp(24px, 1.875vw, 36px);
  font-family: OPlusSans;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.1;
}

.item-data span:last-child {
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 400;
}

.item-desc {
  font-size: clamp(12px, 0.833vw, 16px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.25;
}

.news {
  background-image: url(../image/news_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 var(--padding);
  padding-top: clamp(50px, 4.17vw, 100px);
}

.news__head h2 {
  margin: 0;
  font-size: clamp(32px, 2.5vw, 42px);
  font-family: OPlusSans;
  font-weight: 600;
  color: #113F9E;
  line-height: 1.4;
}



.news .news__body {
  box-sizing: border-box;
  display: flex;
  padding: 0 var(--padding);
  padding-top: clamp(30px, 2.5vw, 60px);
  padding-bottom: clamp(50px, 4.17vw, 100px);
}

.news__body .swiper-slide {}

.news__body .news__content--hot {
  width: clamp(295px, 30.73vw, 590px);
  flex-shrink: 0;
}

.news__body .news__content {}

.news__body .news__content .news__title:hover {
  color: var(--primary);
}

.news__content--hot .news__img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: clamp(295px, 30.73vw, 590px);
  height: clamp(190px, 19.8vw, 380px);
  border: 1px solid #ECECEC;
}

.news__img .news__date,
.hot .hot__date {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(62px, 6.51vw, 125px);
  height: clamp(59px, 6.2vw, 119px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(12px, 1.25vw, 24px);
  padding-left: clamp(12px, 1.25vw, 24px);
  background-image: url(../image/date_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}

.news__img .news__date .date-text,
.hot .hot__date .date-text {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  color: #FFFEFE;
}

.news__img .news__date .date-year,
.hot .hot__date .date-year {
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 400;
  color: #FFFEFE;
  line-height: 1.8;
}

.news__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news__img .img-wrap img {
  display: block;
  width: clamp(295px, 30.73vw, 590px);
  height: clamp(190px, 19.8vw, 380px);
  object-position: center top;
}

.news__content .news__title {
  display: block;
  text-decoration: none;
}

.news__content--hot .news__title {
  margin-top: 20px;
  font-size: clamp(14px, 1.15vw, 22px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__content--hot .news__desc {
  margin-top: 20px;
  font-size: 16px;
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news__body .news-list {
  box-sizing: border-box;
  width: 59%;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: clamp(45px, 4.69vw, 90px);
}

.news-list .news-list__item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(15px, 1.56vw, 30px) 0;
}

.news-list__item:first-child::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ECECEC;
}

.news-list__item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ECECEC;
}

.news-list .news__content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}

.news-list .news__content .news__title,
.news-list .news__content .news__date,
.hot .hot__date {
  box-sizing: border-box;
  flex-shrink: 0;
}

.news-list .news__content .news__title {
  flex: 1;
  width: 0;
  padding-right: clamp(50px, 5.21vw, 100px);
  font-size: clamp(14px, 1.15vw, 22px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1.5;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list .news__content .news__date,
.hot .hot__date {
  font-size: clamp(12px, 0.833vw, 16px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1;
}

.rd {
  box-sizing: border-box;
  position: relative;
}

.rd .rd__item {
  position: relative;
}

.rd__item .rd__img {
  width: 100%;
  height: 100%;
}

.rd__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rd__item .rd__text {
  position: absolute;
  top: 24%;
  left: var(--padding);
  display: flex;
  flex-direction: column;
}

.rd__text .title {
  font-size: clamp(32px, 2.4vw, 46px);
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.7;
  
}

.rd__text .subtitle {
  box-sizing: border-box;
  position: relative;
  width: 530px;
  padding: 30px 0;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  color: #FFFEFE;
  line-height: 1;
  text-shadow: 0 2px 4px #333945;
}

.rd__text .subtitle::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 530px;
  height: 2px;
  background-color: #DDDEE1;
}

.rd__text .subtitle::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 3px;
  background-color: #4FBAE8;
}

.rd__text .desc {
  width: 530px;
  margin-top: 30px;
  font-size: clamp(12px, 0.94vw, 16px);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.6;
  text-shadow: 0 2px 4px #333945;
}

.rd.swiper .swiper-slide-active .rd__img img {
  transform: scale(1.15);
  -webkit-animation: banScale 2s ease-out forwards;
  animation: banScale 2s ease-out forwards;
}

.rd .swiper-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(53px, 5.52vw, 106px);
  z-index: 9;
  background-image: url("../image/swiper_buttons_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.rd .swiper-buttons {
  display: flex;
  align-items: center;
  gap: clamp(75px, 7.81vw, 150px);
  height: 100%;
  padding: 0 var(--padding);
}

.rd.swiper .swiper-pagination {
  display: none;
}

.swiper-page .swiper-prev,
.swiper-page .swiper-next {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s linear;
}

.swiper-page .swiper-prev:hover,
.swiper-page .swiper-next:hover {
  background-color: rgba(0, 0, 0, .2);
}

.swiper-page .swiper-button--disabled {
  opacity: 0.4;
}

.swiper-page .swiper-prev .iconfont,
.swiper-page .swiper-next .iconfont {
  font-size: 24px;
  color: #fff;
}

.swiper-page .swiper-page-number {
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.swiper-page-number .swiper-page-number__current {
  font-size: clamp(28px, 2.03vw, 39px);
  font-weight: 500;
  color: #FFFFFF;
}

.swiper-page-number .swiper-page-number__div,
.swiper-page-number .swiper-page-number__total {
  font-size: clamp(16px, 1.04vw, 24px);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
}

.swiper-page-number .swiper-page-number__div {
  margin-left: 4px;
  margin-right: 4px;
}

.collaboration {
  padding: 0 var(--padding);
  padding-top: clamp(50px, 4.17vw, 100px);
  background-image: url(../image/collaboration_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.collaboration h2 {
  margin: 0;
  font-size: clamp(32px, 2.5vw, 42px);
  font-weight: 600;
  color: var(--primary);
}

.coll-section {}

.coll-section .coll-section__head {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.coll-section__head::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #DDDEE1;
}

.coll-section__head::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 3px;
  background-color: var(--primary);
}

.coll-section__head .coll-section__title {
  font-size: 24px;
  font-weight: 500;
  color: #181818;
}

.coll-section__body .coll-list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(44px, 4.58vw, 88px);
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 60px 0;
  width: 100%;
}

.coll-section__body .coll-list li {
  flex: 1;
  flex-shrink: 0;
}

.coll-list li a {
  box-sizing: border-box;
  display: block;
}

.coll-list li a img {
  display: block;
  width: clamp(103px, 10.73vw, 206px);
  height: auto;
  object-fit: cover;
}

.activity-swiper {
  position: relative;
  padding: 70px 0 !important;
}

.activity-swiper .swiper-button-prev,
.activity-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  border: 1px solid #DDDEE1;
  background-color: transparent;
  color: #DDDEE1;
}

.activity-swiper .swiper-button-prev:hover,
.activity-swiper .swiper-button-next:hover {
  border: 1px solid #4FBAE8;
  background-color: #4FBAE8;
  color: #fff;
}

.activity-swiper .swiper-button-prev:hover .iconfont,
.activity-swiper .swiper-button-next:hover .iconfont {
  transform: scale(1.1) translate(2px, 0);
}

.activity-swiper .swiper-button-prev .iconfont,
.activity-swiper .swiper-button-next .iconfont {
  font-size: 20px;
  transition: all .3s ease-in-out;
}

.activity-swiper .swiper-button-prev.coswiper-button--disabled,
.activity-swiper .swiper-button-next.coswiper-button--disabled {
  
}



.activity-swiper .swiper-button-prev {
  left: 0;
}

.activity-swiper .swiper-button-next {
  right: 0;
}

.hot {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 0 var(--padding);
}

.hot .hot__img {
  position: relative;
  flex: 1;
  width: 48%;
  flex-shrink: 0;
}

.hot__date {
  position: absolute;
  top: 0;
  right: 0;
}

.hot__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hot .right {
  width: 52%;
}

.hot .hot__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 0;
  padding-left: 100px;
}


.hot__content .hot__title {
  font-size: 22px;
  font-weight: 500;
  color: #181818;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
}

.hot__content .hot__title:hover {
  color: var(--primary);
}

.hot .hot__desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hot .hot__action {
  flex: 1;
  display: flex;
  align-items: flex-end;
}



.footer {
  background-color: #031D47;
  border-top: 2px solid #113F9E;
}

.footer-navigator {
  display: flex;
  align-items: flex-start;
  gap: clamp(25px, 2.6vw, 50px);
  margin: 0 var(--footer-padding);
  padding-top: clamp(25px, 2.6vw, 50px);
  padding-bottom: clamp(15px, 1.56vw, 30px);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer-navigator .brand {
  align-self: flex-start;
}

.footer-navigator nav {
  flex: 1;
}

.footer-nav {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
  opacity: .2;
}

.footer-nav .footer-nav__item a {
  display: block;
  margin-right: 45px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #F8F8F8;
  line-height: 1;
}

.contact {
  margin-right: auto;
  padding-top: clamp(5px, 0.52vw, 10px);
  padding-left: clamp(50px, 5.21vw, 100px);
  padding-bottom: clamp(25px, 2.6vw, 50px);
}

.contact .left {
  box-sizing: border-box;
  width: 32%;
  display: flex;
  align-items: center;
  padding-left: clamp(60px, 6.25vw, 120px);
}

.qr-container img {
  display: block;
  width: clamp(54px, 5.63vw, 108px);
  height: clamp(54px, 5.63vw, 108px);
  object-fit: cover;
}

.qr-container .text {
  margin-top: clamp(5px, 0.52vw, 10px);
  font-size: clamp(12px, 0.94vw, 16px);
  font-weight: 400;
  color: #F8F8F8;
  line-height: 1;
  opacity: 0.5;
  text-align: center;
}

.contact .contact__head {
  font-size: clamp(16px, 1.04vw, 24px);
  font-weight: 500;
  color: #F8F8F8;
  line-height: 1;
}

.contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(57px, 5.99vw, 115px);
  padding-top: clamp(15px, 1.56vw, 30px);
}

.contact__list .contact__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact__list .contact__item:last-child {
  margin-right: 0 !important;
}

.contact__item .top {
  display: flex;
  align-items: center;
}

.contact__item .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}


.contact__item .value {
  font-size: clamp(12px, 0.94vw, 16px);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.3;
}

.copyright {

  height: clamp(28px, 2.92vw, 56px);

}

.copyright p {
  max-width: 2048px;
  margin: 0 auto;
  padding: 0 var(--footer-padding);
  line-height: clamp(28px, 2.92vw, 56px);
  text-align: left;
  font-size: clamp(12px, 0.73vw, 14px);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
}

.no-swip-banner {
  position: relative;
  width: 100%;
  max-width: 2048px;
  margin: 0 auto;
}

.no-swip-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.no-swip-banner .no-swip-banner__title {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: var(--inner-padding);
  transform: translateY(-50%);
  font-size: 42px;
  font-family: OPlusSans;
  font-weight: bold;
  color: #FFFFFF;
}

.no-swip-banner .no-swip-banner__title::after {
  content: "\ea64";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: shake-ani 3s linear infinite;
}

.section-tab {
  display: flex;
  align-items: center;
  
  padding-left: var(--inner-padding);
  
}

.section-tab .section-title {
  width: clamp(325px, 33.854vw, 650px);
  padding-right: clamp(35px, 3.65vw, 70px);
}

.section-tab__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.73vw, 14px);
}

.section-tab__item {
  padding: clamp(8px, 0.83vw, 16px);
  font-size: clamp(14px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1;
  cursor: pointer;
  border-radius: 99px;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.section-tab__item:hover {
  color: #fff;
  background-color: var(--primary);
}

.section-tab__item.section-tab__item--active {
  color: #fff;
  background-color: var(--primary);
}

.section-tab__item.section-tab-item--active {
  color: #fff;
  background-color: var(--primary);
}


.section-tab__content {
  display: none;
}

.section-tab__content--active {
  display: block
}

.section-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(40px, 4.17vw, 80px) 0;
  font-size: clamp(32px, 2.5vw, 42px);
  font-family: OPlusSans;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.section-title--center {
  justify-content: center;
}

.section-title img {
  display: block;
  width: 42px;
  height: auto;
  object-fit: cover;
  margin-right: 6px;
}


.about-us-section {
  background-color: #F4F7FD;
}

.about-us {
  position: relative;
  box-sizing: border-box;
  display: flex;
  padding-left: var(--inner-padding);
  padding-bottom: clamp(100px, 10.42vw, 200px);
  background-image: url(../image/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-us .about-us__left,
.about-us .about-us__right {
  flex: 1;
  flex-shrink: 0;
}

.about-us .about-us__left {
  padding-right: clamp(35px, 3.65vw, 70px);
}

.about-us .about-us__left h4 {
  font-size: clamp(20px, 1.56vw, 30px);
  margin: clamp(10px, 0.83vw, 20px) 0;
  font-family: OPlusSans;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
}

.about-us .about-us__left p {
  margin: 0;
  padding-top: clamp(10px, 0.83vw, 20px);
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #181818;
  line-height: 1.6;
  text-align: justify;
}

.about-us .about-us__right {
  flex-shrink: 0;
  padding-right: var(--inner-padding);
}

.about-us .about__data {
  left: var(--inner-padding);
  right: var(--inner-padding);
}

.about-us img {
  display: block;
}

.organizational-box {
  padding: 0 clamp(150px, 15.63vw, 300px);
  padding-bottom: clamp(100px, 10.42vw, 200px);
  display: flex;
  justify-content: center;
}

.organizational-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: clamp(44px, 4.58vw, 88px);
}

.page-container .page {
  width: clamp(30px, 2.08vw, 40px);
  height: clamp(30px, 2.08vw, 40px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  transition: all .1s linear;
}

.page-container .page:hover,
.page-container .page.page--active {
  background: var(--primary);
  color: #fff;
}

.page-container .page.prev {
  margin-right: clamp(25px, 2.08vw, 40px);
}

.page-container .page.next {
  margin-left: clamp(25px, 2.08vw, 40px);
}

.news-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: clamp(14px, 1.15vw, 22px);
  row-gap: clamp(24px, 1.77vw, 34px);
  margin-left: var(--inner-padding);
  margin-right: var(--inner-padding);
}

.news-item {
  position: relative;
}

.news-item::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--primary);
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: all .1s linear;
}

.news-item:hover .news-item__title {
  color: var(--primary);
}

.news-item:hover::after {
  transform: scaleY(1);
}

.news-item__image {
  width: 100%;
  height: clamp(180px, 10.42vw, 200px);
}

.news-item__image>img {
  display: block;
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.news-item__content {
  height: clamp(80px, 8.65vw, 166px);
  background: #fff;
  padding: 0 clamp(15px, 1.15vw, 22px);
}

.news-item__date {
  padding-top: clamp(14px, 1.46vw, 28px);
  font-size: clamp(12px, 0.73vw, 14px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1;
}

.news-item__title {
  padding-top: clamp(14px, 1.46vw, 28px);
  font-size: clamp(14px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.focus-news.swiper {
  position: relative;
  padding-bottom: 120px;
}

.focus-news .swiper-pagination-bullets {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}

.focus-news .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary);
  opacity: .2;
}

.focus-news .swiper-pagination-bullet-active {
  opacity: 1;
}

.focus-news .hot {
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}

.focus-news .hot .right {
  background-color: #fff;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 135px;
}

.list .list__item {
  margin-bottom: 40px;
}

.list .list__item:last-child {
  margin-bottom: 0;
}

.cp {
  box-sizing: border-box;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}

.new-item {
  box-sizing: border-box;
  display: flex;
  height: 268px;
  text-decoration: none;
}

.new-item .left,
.new-item .right {
  flex-shrink: 0;
}

.new-item .left img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.new-item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
  background-color: #fff;
}

.new-item .new-item__title {
  margin: 0;
  font-size: 20px;
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1.6;
  transition: all .2s ease-in-out;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new-item:hover .new-item__title {
  color: var(--primary);
}

.new-item .new-item__desc {
  font-size: 16px;
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.new-item .new-item__date {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin: 0 0;
  font-size: 16px;
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.6;
}

.about-bg {
  background-color: #F5F6F7;
}

.article {
  padding: 0 var(--inner-padding);
}

.article img {
  max-width: 100%;
}

.article__head {
  padding-top: clamp(45px, 4.69vw, 90px);
  border-bottom: 1px solid #E4E7EF;
}

.article__title {
  font-size: clamp(24px, 1.56vw, 36px);
  margin: 0;
  font-family: OPlusSans;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 1.8;
}

.article__action {
  display: flex;
  align-items: center;
  gap: clamp(25px, 2.08vw, 50px);
}

.article__date {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.83vw, 20px);
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.6;
}

.article__date-text {
  display: flex;

}

.article__date-text > span {
  flex-shrink: 0;
}

.article__date-text .file-name {
  max-width: clamp(300px, 31.25vw, 600px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.download-button {
  display: flex;
  align-items: center;
  gap: 6px;
  height: clamp(19px, 1.97vw, 38px);
  padding: 0 clamp(5px, 0.52vw, 10px);
  border: 1px solid var(--primary);
  border-radius: 2px;

  font-size: clamp(12px, 0.83vw, 16px);
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #113F9E;
  line-height: 1;
  text-decoration: none;
}

.download-button:hover {
  background: var(--primary);
  color: #fff;
}

.article__content {
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.8;
  padding-bottom: clamp(50px, 5.21vw, 100px);
}

.article__content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(50px, 5.21vw, 100px) 0;
}

.article__section {
  margin-top: clamp(35px, 3.65vw, 70px);
  font-size: clamp(12px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #181818;
  line-height: 2;
}

.article__section-title {
  padding-bottom: clamp(10px, 0.83vw, 20px);
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: OPlusSans;
  font-weight: bold;
  color: #181818;
  line-height: 1.6;
}

.pdf-download {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: clamp(12px, 0.83vw, 16px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #1A1A1A;
  transition: all .15s linear;
}

.pdf-download::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #1A1A1A;
  transition: all .15s linear;
}

.pdf-download:hover {
  color: var(--primary);
}

.pdf-download:hover::after {
  height: 2px;
  background: var(--primary);
}

.pdf-download:hover .iconfont {}

.pdf-download .iconfont {
  transform: translateY(-5px);
  opacity: 0;
  transition: transform .1s linear;
}


.article__page {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article__page .page__prev,
.article__page .page__back,
.article__page .page__next {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-family: OPlusSans;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.article__page .page__prev .iconfont,
.article__page .page__back .iconfont,
.article__page .page__next .iconfont {
  font-size: 18px;
  margin: 0 10px;
}

.article__page .page__prev:hover,
.article__page .page__back:hover,
.article__page .page__next:hover {
  color: var(--primary);
}

.aboutus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aboutus-item {
  box-sizing: border-box;
  display: flex;
  margin-bottom: 70px;
}

.aboutus-item:last-child {
  margin-bottom: 0;
}

.aboutus-item .left img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.aboutus-item .left,
.aboutus-item .right {
  box-sizing: border-box;
  flex: 1;
  flex-shrink: 0;
  position: relative;
  width: 50%;
}

.aboutus-item .right {
  background-color: #fff;
}

.aboutus-item__title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-bottom: clamp(15px, 1.56vw, 30px);
  font-size: clamp(18px, 1.354vw, 26px);
  font-family: OPlusSans;
  font-weight: bold;
  color: #113F9E;
  line-height: 1.6;
}

.aboutus-item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.aboutus-item__index {
  font-size: 36px;
}

.aboutus-item__content {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
}

.aboutus-item__value {
  position: relative;
  padding-bottom: clamp(10px, 1.04vw, 20px);
  margin-left: clamp(15px, 1.56vw, 30px);
  font-size: clamp(12px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.6;
}

.aboutus-item__value:last-child {
  padding-bottom: 0;
}

.aboutus-item__value::before {
  content: " ";
  position: absolute;
  right: calc(100% + 26px);
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4FBAE8;
}

.aboutus-item__value::after {
  content: " ";
  position: absolute;
  right: calc(100% + 28px);
  top: 16px;
  width: 1px;
  height: 100%;
  background-color: #A7B6BC;
  opacity: .2;
}

.aboutus-item__inner {
  position: relative;
  box-shadow: 0px 5px 34px 1px rgba(0, 0, 0, 0.06);
  ;
}

.img-index {
  position: absolute;
  top: clamp(12px, 1.3vw, 25px);
  right: calc(var(--inner-padding) + clamp(22px, 2.34vw, 45px));
  z-index: 1;
}

.img-index>img {
  display: block;
  width: clamp(100px, 10.42vw, 200px);
}

.aboutus-item__value:last-child::after {
  display: none;
}

.aboutus-item__primary {
  color: #000;
  font-weight: 500;
}

.aboutus-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.aboutus-item:nth-child(2n) .img-wrap {
  padding-right: var(--inner-padding);
}

.aboutus-item:nth-child(2n) .aboutus-item__inner {
  padding-left: var(--inner-padding);
  padding-right: 65px;
}

.aboutus-item:nth-child(2n) .img-index {
  right: 65px;
}

.aboutus-item:nth-child(2n + 1) .img-wrap {
  padding-left: var(--inner-padding);
}

.aboutus-item:nth-child(2n + 1) .aboutus-item__inner {
  padding-left: clamp(23px, 2.4vw, 45px);
  padding-right: var(--inner-padding);
}

.provider-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: clamp(13px, 1.35vw, 26px);
  padding-bottom: clamp(70px, 7.29vw, 140px);
}

.provide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(155px, 16.15vw, 310px);
  padding: clamp(18px, 1.875vw, 36px) 0;
  background-color: #fff;
  box-shadow: 0px 5px 34px 1px rgba(0, 0, 0, 0.06);
}

.provide__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(70px, 7.29vw, 140px);
  height: clamp(70px, 7.29vw, 140px);
  border-radius: clamp(10px, 1.04vw, 20px);
  background-color: #F2F3F9;
}

.provide__value {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(12px, 1.041vw, 18px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1.6;
}

.provide__value p {
  margin: 0;
}

.idea-form {
  padding: 0 var(--inner-padding);
}

.idea-form__title {
  margin: 0;
  margin-bottom: clamp(35px, 3.65vw, 70px);
  font-size: 20px;
  font-family: OPlusSans;
  font-weight: 400;
  color: #181818;
  line-height: 1.8;
}

.idea-form__inner {
  display: flex;
  gap: clamp(35px, 3.65vw, 70px);
  padding-bottom: 140px;
  overflow: hidden;
}

.idea-form__inner .left,
.idea-form__inner .right {}

.idea-form__inner .left img {
  display: block;
  height: 560px;
  width: 100%;
  object-fit: cover;
}

.idea-form__inner .right {
  box-sizing: border-box;
  flex: 1;
  flex-shrink: 0;
  min-width: 45%;
}

.idea-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.idea-form__item {
  width: 100%;
  margin-bottom: 20px;
}

.idea-form__item--inline {
  display: flex;
  gap: 20px;
}

.idea-form__controller {
  box-sizing: border-box;
  outline-color: var(--primary);
  height: 60px;
  width: 100%;
  padding: 0 clamp(10px, 0.83vw, 20px);
  font-size: clamp(14px, 0.8333vw, 16px);
}

.idea-form__controller::placeholder {
  font-size: clamp(12px, 0.8333vw, 16px);
}

.idea-form__textarea {
  width: 100%;
  height: 220px;
  resize: none;
  padding: 20px;
}

.idea-form__actions {
  margin-top: 30px;
}

.submit-button {
  border: 0;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: OPlusSans;
  color: var(--primary);
  cursor: pointer;
}

.project-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 var(--inner-padding);
  padding-bottom: 140px;
}

.project {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
  padding: clamp(20px, 2.0833vw, 40px) 0;
  border-bottom: 1px solid #E2E2E2;
}

.project::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--primary);
  transform-origin: left bottom;
  transform: scaleX(0);
  transition: all .5s linear;
}

.project:hover::after {
  transform: scaleX(1);
}

.project span {
  flex-shrink: 0;
  font-size: 16px;
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.5;
}

.project a {
  text-decoration: none;
  font-size: 20px;
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.project a:hover {
  color: var(--primary);
}

.park-section {
  background: linear-gradient(0deg, #F3F7FF 0%, rgba(246, 249, 255, 0) 100%);
}

.park.swiper {
  box-sizing: border-box;
  padding: 0 var(--inner-padding);
  padding-bottom: 160px;
}


.park-texts {
  padding: 0 var(--inner-padding);
  padding-bottom: 30px;
}

.park__text {
  font-size: 20px;
  font-family: OPlusSans;
  font-weight: 400;
  color: #181818;
  line-height: 1.8;
}

.park.swiper .swiper-slide {
  box-sizing: border-box;
  
}

.park.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.park.swiper .swiper-actions {
  position: absolute;
  bottom: 60px;
  left: var(--inner-padding);
  right: var(--inner-padding);
  display: flex;
  align-items: center;
  gap: 22px;
  z-index: 99;
}

.park.swiper .swiper-scrollbar {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #E3E7ED;
}

.park.swiper .swiper-scrollbar-drag {
  height: 4px;
  border-radius: 2px;
  background-color: #4FBAE8;
}

.park.swiper .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 22px;
}

.park.swiper .swiper-buttons div {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #DDDEE1;
  color: #DDDEE1;
  background-color: transparent;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.park.swiper .swiper-buttons div:hover {
  border: 1px solid #4FBAE8;
  background-color: #4FBAE8;
  color: #fff;
}

.park.swiper .swiper-buttons .swiper-button-disabled {}

.card-list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 756px;
  margin-left: var(--inner-padding);
  margin-right: var(--inner-padding);
  margin-bottom: 140px;
  background-image: url(../image/sr_bg.jpg);
}

.card-list .card {
  flex: 1;
  flex-shrink: 0;
  position: relative;
}

.card-list .card::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  opacity: .5;
}

.card-list .card::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
}

.card-list .card:hover::after {
  opacity: .5;
}

.card-list .card:hover .flex-bottom {
  flex: 1;
}

.card-list .card:hover img {
  opacity: 1;
}

.card-list .card:hover .card__title {
  background: linear-gradient(270deg, #50B3FF 0%, #91F3F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-list .card:hover .card__text {
  display: block;
}

.card-list .card a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 60px;
  transition: all .3s linear;
}

.card .flex-top,
.card .flex-bottom {
  transition: all .3s linear;
}

.card-list .card .flex-top {
  flex: 1;
}

.card-list .card img {
  opacity: 0;
  display: block;
  margin-bottom: 40px;
  transition: all .3s linear;
}

.card-list .card__title {
  margin: 0;
  font-size: 24px;
  font-family: OPlusSans;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.6;
  transition: all .3s linear;
}

.card-list .card__text {
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  font-family: OPlusSans;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.team {
  display: flex;
  padding-bottom: 90px;
}

.team .left,
.team .right {
  flex: 1;
  flex-shrink: 0;
}

.team__intro {
  padding-left: var(--inner-padding);
  padding-right: clamp(35px, 3.65vw, 70px);
}

.team__intro-title {
  font-size: clamp(16px, 1.46vw, 28px);
  font-family: OPlusSans;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
}

.team__intro-desc {
  font-size: clamp(12px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #181818;
  line-height: 1.6;
  text-align: justify;
}

.micro-section {
  background: linear-gradient(0deg, #F3F7FF 0%, rgba(246, 249, 255, 0.65) 35%);
}

.micro {
  min-height: clamp(246px, 25.64vw, 493px);
  padding-bottom: clamp(45px, 4.69vw, 90px);
  background-image: url(../image/sr_detail_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.micro__title,
.opt__title {
  margin: 0;
  margin-left: var(--inner-padding);
  margin-right: var(--inner-padding);
  padding-top: clamp(50px, 5.21vw, 100px);
  padding-bottom: clamp(40px, 4.17vw, 80px);
  font-size: clamp(16px, 1.46vw, 28px);
  font-family: OPlusSans;
  font-weight: bold;
  line-height: 1.6;
}

.micro__title {
  color: #FFFFFF;
}

.opt__title {
  color: #000000;
}

.micro__list {
  list-style: none;
  margin: 0;
  padding: 0 var(--inner-padding);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.micro__item {
  flex-shrink: 0;
  background-color: #fff;
  transition: all .3s ease-in-out;
  width: clamp(230px, 24vw, 460px);
}

.micro__item:hover {
  transform: translateY(-20px);
}

.micro__item-img {
  display: block;
  width: clamp(230px, 24vw, 460px);
  height: clamp(160px, 16.67vw, 320px);
  object-fit: cover;
}

.micro__item-title {
  font-size: clamp(16px, 1.146vw, 22px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  padding: 0 clamp(15px, 1.56vw, 30px);
}

.micro__item-desc {
  padding: 0 clamp(15px, 1.56vw, 30px);
  padding-bottom: clamp(10px, 1.04vw, 20px);
  font-size: clamp(12px, 0.8333vw, 16px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.6;
}

.opt {
  padding-bottom: clamp(70px, 7.29vw, 140px);
}

.opt__list {
  list-style: none;
  margin: 0;
  padding: 0 var(--inner-padding);
}

.opt__item {
  display: flex;
}

.opt__item .left,
.opt__item .right {
  flex: 1;
  flex-shrink: 0;
}

.opt__item-title {
  position: relative;
  margin: 0;
  padding-bottom: clamp(15px, 1.56vw, 30px);
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
}

.opt__item-title::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(25px, 2.21vw, 50px);
  height: clamp(2px, 0.22vw, 5px);
  background-color: #4FBAE8;
}

.opt__item-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.opt__datas {
  list-style: none;
  margin: 0;
  padding: 0;
}

.opt__data {
  padding-bottom: clamp(5px, 0.52vw, 10px);
}

.opt__data:last-child {
  padding-bottom: 0;
}

.opt__data-name {
  font-size: clamp(12px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  margin: clamp(5px, 0.520vw, 10px) 0;
}

.opt__data-value {
  font-size: clamp(12px, 0.833vw, 16px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.6;
  text-align: justify;
  margin: clamp(7px, 0.729vw, 14px) 0;
}

.opt__item:nth-child(2n + 1) .opt__item-content {
  padding-left: 58px;
}

.opt__item:nth-child(2n + 1) .opt__item-foo {
  position: absolute;
  top: -100px;
  right: -50px;
}

.opt__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.opt__item:nth-child(2n) .opt__item-foo {
  position: absolute;
  left: -100px;
  bottom: 0;
}

.opt__item:nth-child(2n) .opt__item-content {
  padding-right: 70px;
}

.contact-us {
  display: flex;
  align-items: center;
  background-color: #F8F9FA;
}

.contact-us .left {
  width: 60%;
}

.contact-us .right {
  flex: 1;
  flex-shrink: 0;
}

.contact-us .left .map>img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: clamp(43px, 4.48vw, 86px);
  padding-right: var(--inner-padding);
  display: flex;
  flex-direction: column;
  gap: clamp(33px, 3.44vw, 66px);
}

.contact-item {
  display: flex;
  align-items: center;
}

.contact-item .contact-item__icon>img {
  display: block;
  width: clamp(30px, 3.18vw, 61px);
}

.contact-item .contact-item__content {
  padding-left: clamp(14px, 1.46vw, 28px);
}

.contact-item__content p {
  margin: 0;
}

.contact-item__content p:nth-child(1) {
  font-size: clamp(16px, 1.25vw, 24px);
  font-family: OPlusSans;
  font-weight: bold;
  color: #000000;
  line-height: 1.6;
}

.contact-item__content p:nth-child(2) {
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
}

.map {
  position: relative;
}

.map__location {
  position: absolute;
  top: 23.53%;
  left: 71.44%;
}

.map__location__icon {
  display: flex;
  flex-direction: column;
  gap: 5px
}

.map__location__content {
  position: absolute;
  white-space: nowrap;
  left: -114px;
  top: calc(100% + 5px);
  padding: 12px;
  font-size: 16px;
  font-family: OPlusSans;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  border-radius: 4px;
  background-color: #fff;
}

.map__location__content p {
  margin: 0;
}

.news-section {
  background: #fff;
}

.search-container {
  margin: 0 var(--inner-padding);
  padding: 0 clamp(70px, 7.3vw, 140px);
  padding-top: clamp(35px, 3.65vw, 70px);
  display: flex;
}

.search-bar {
  flex: 1;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.04vw, 20px);
  height: clamp(34px, 3.54vw, 68px);
  display: flex;
  padding: 0 clamp(13px, 1.354vw, 26px);
  border: 1px solid #E9E9E9;
  border-radius: 6px 0 0 6px;
  background: #fff;
}

.search-bar__icon {
  display: block;
  width: clamp(8px, 0.83vw, 16px);
  height: clamp(8px, 0.83vw, 16px);
}

.search-bar__input {
  flex: 1;
  height: inherit;
  border: 0;
  outline: none;
  background: transparent;
}

.search-button {
  height: inherit;
  padding: 0 clamp(20px, 2.08vw, 40px);
  border: 1px solid #113F9E;
  background: #113F9E;
  border-radius: 0 6px 6px 0;
  font-size: clamp(14px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #FFFFFF;
  
  text-transform: uppercase;
}

.newsroom-list {
  display: flex;
  flex-direction: column;
  gap: clamp(21px, 2.19vw, 42px);
  padding: 0 var(--inner-padding);
  list-style: none;
  margin: 0;
}

.news-list-item {
  display: flex;
  align-items: stretch;
  gap: clamp(28px, 2.92vw, 56px);
}

.news-list-item:hover .news-list-item__title {
  color: var(--primary)
}

.news-list-item:hover .news-list-item__content::after {
  transform: scaleX(1);
}

.news-list-item:hover .news-list-item__image>img {
  transform: scale(1.1);
}

.news-list-item__image {
  width: clamp(140px, 14.58vw, 280px);
  height: clamp(150px, 15.63vw, 300px);
  border: 1px solid #ECECEC;
  overflow: hidden;
}

.news-list-item__image>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s linear;
}

.news-list-item__content {
  position: relative;
  flex: 1;
  width: 0;
  padding-top: clamp(15px, 1.56vw, 30px);
  border-bottom: 1px solid #ECECEC;
}

.news-list-item__content::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--primary);
  transform-origin: left;
  transform: scaleX(0);
  transition: all .5s linear;
}

.news-list-item__title {
  font-size: clamp(14px, 1.15vw, 22px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list-item__date {
  font-size: clamp(12px, 0.833vw, 16px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1;
  margin: clamp(15px, 1.56vw, 30px) 0;
}

.news-list-item__desc {
  font-size: clamp(12px, 0.833vw, 16px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #6D6F75;
  line-height: 1.6;
}

.clear-link {
  text-decoration: none;
  color: inherit;
}

.rp-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rp-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-top: clamp(43px, 4.48vw, 86px);
  width: 100%;
}

.rp-item:nth-child(2n) {
  justify-content: flex-end;
}

.rp-item:nth-child(2n) .rp-item__content {
  left: 0;
  padding-right: clamp(140px, 14.58vw, 280px);
}

.rp-item:hover .rp-item__image>img {
  transform: scale(1.05);
}

.rp-item__image {
  position: relative;
  z-index: 1;
  width: clamp(579px, 60.26vw, 1158px);
  height: clamp(315px, 32.81vw, 630px);
  overflow: hidden;
}

.rp-item__image>img {
  display: block;
  width: clamp(579px, 60.26vw, 1158px);
  height: auto;
  object-fit: cover;
  transition: all .5s linear;
}

.rp-item__content {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: clamp(480px, 50vw, 960px);
  width: clamp(480px, 50vw, 960px);
  height: clamp(315px, 32.81vw, 630px);
  background: #F6F8FB;
  padding-left: clamp(140px, 14.58vw, 280px);
  padding-right: clamp(120px, 12.5vw, 240px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.rp-item__title {
  font-size: clamp(18px, 1.46vw, 28px);
  font-family: OPlusSans;
  font-weight: 500;
  color: #181818;
  line-height: 1.6;
}

.rp-item__desc {
  margin-top: clamp(20px, 2.08vw, 40px);
  font-size: clamp(12px, 0.94vw, 18px);
  font-family: OPlusSans;
  font-weight: 400;
  color: #181818;
  line-height: 1.6;
  text-align: justify;
}

.rp-item__action {
  margin-top: clamp(40px, 4.17vw, 80px);
}

.between {
  justify-content: space-between;
}

.safe-right {
  padding-right: var(--inner-padding)
}





@keyframes shake-ani {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes banScale {
  0% {
    transform: scale(1.15)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes banScale {
  0% {
    transform: scale(1.15)
  }

  100% {
    transform: scale(1)
  }
}