.about_2 .img img, .investors_2 .img img, .investors_1 .img img, .services_5 .img img, .services_4 .img img, .news_1 .son img, .section_3 .img img, #banner_3 .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.services_7 .bx .but a, .services_1 .box .txt .but a, .section_2 .txt .but a, .section_1 .txt .but a, #banner_1 .bx .but a {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 70px;
  line-height: 1;
  border: 1px solid var(--color);
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s ease;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
@font-face {
  font-family: "FK Grotesk";
  src: url("../font/FKGrotesk-Black.woff2") format("woff2"), url("../font/FKGrotesk-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "FK Grotesk";
  src: url("../font/FKGrotesk-Bold.woff2") format("woff2"), url("../font/FKGrotesk-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "FK Grotesk";
  src: url("../font/FKGrotesk-Light.woff2") format("woff2"), url("../font/FKGrotesk-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "FK Grotesk";
  src: url("../font/FKGrotesk-Medium.woff2") format("woff2"), url("../font/FKGrotesk-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "FK Grotesk";
  src: url("../font/FKGrotesk-Regular.woff2") format("woff2"), url("../font/FKGrotesk-Regular.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  src: url("../font/siq_1tbvHqREU.ttf") format("woff2");
}
:root {
  --color: #f80403;
  --color1: #020180;
  --nav_height: 90px;
}
@media (max-width: 768px) {
  :root {
    --nav_height: 60px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Raleway',sans-serif;
}
.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son .close {
  position: absolute;
  right: 42px;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
#fixed .son .close i {
  color: #de0309;
  font-weight: bold;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 64px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover, #page_2 a.on {
  color: var(--color);
}

#banner_1 .mySwiper_1 {
  position: relative;
}
#banner_1 .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
#banner_1 .pag_1 span {
  transition: all 0.3s ease;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
#banner_1 .pag_1 span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--color);
}
#banner_1 .img {
  font-size: 0;
  width: 100%;
  height: 100%;
}
#banner_1 .img img {
  width: 100%;
  height: 100%;
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
#banner_1 .bx {
  position: relative;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner_1 .bx h2 {
  font-size: 62px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 90px;
}
#banner_1 .bx h3 {
  font-weight: normal;
  line-height: 1;
  font-size: 30px;
  margin-bottom: 30px;
}
#banner_1 .bx .but {
  display: flex;
  gap: 15px;
}
#banner_1 .bx .but a {
  font-weight: bold;
}

#banner_2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 img {
  width: 100%;
  height: 350px;
}
#banner_2 .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9490196078);
  opacity: 0.64;
}
#banner_2 .bx {
  position: relative;
  z-index: 1;
  color: #fff;
}
#banner_2 .bx h2 {
  font-size: 49px;
  text-align: center;
  margin-bottom: 20px;
}
#banner_2 .bx p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#banner_2 .bx p a {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#banner_2 .bx p i {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.9490196078);
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner_3 {
  margin-top: var(--nav_height);
}
#banner_3 .txt {
  width: 50%;
}
#banner_3 .img {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}

#banner_4 {
  position: relative;
}
#banner_4 img {
  width: 100%;
  height: 100vh;
}
#banner_4 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#banner_4 .bx {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#banner_4 .bx h2 {
  font-size: 62px;
  line-height: 1.1;
  margin-bottom: 20px;
}
#banner_4 .bx p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
#banner_4 .bx .but {
  margin-top: 45px;
  display: flex;
}
#banner_4 .bx .but a {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  background-color: var(--color);
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#mbx_1 .l a:hover::after, #mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
  color: var(--color);
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 .r form {
  border-radius: 50px;
  border: 1px solid #ccc;
  margin: auto 0;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-size: 12px;
}
#mbx_2 .bx {
  padding-top: 25px;
  padding-bottom: 25px;
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header.active::after, header.on::after {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
header.active .header .right li > a, header.on .header .right li > a {
  color: #333;
}
header.active .header .right .btn_language a svg,
header.active .header .right .btn_language a span, header.on .header .right .btn_language a svg,
header.on .header .right .btn_language a span {
  color: #333;
  fill: #333;
}

.header {
  padding-left: 2.5rem;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .left {
  flex-shrink: 0;
}
.header .left a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .left a img {
  object-fit: contain;
  /* width: 100%; */
  max-width: 210px;
  max-height: 70px;
  flex-shrink: 0;
  display: block;
  /* filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(0deg) brightness(150%) contrast(150%); */
  transition: all 0.5s ease;
}
.header .left p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 14px;
  margin-left: 14px;
  border-left: 1px solid rgba(237, 237, 237, 0.45);
  transform: translateY(-2px);
}
.header .left p span {
  font-size: 10px;
  font-weight: normal;
}
.header .right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header .right ul {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header .right li {
  position: relative;
  height: 100%;
}
.header .right li:hover > a::after, .header .right li.on > a::after {
  width: 100%;
}
.header .right li:hover .ej_box {
  opacity: 1;
  visibility: visible;
}
.header .right li > a {
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
.header .right li > a::after {
  content: "";
  width: 0;
  height: 4px;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.header .right li .ej_box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: auto;
  white-space: nowrap;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.header .right li .ej_box a {
  display: block;
  text-align: center;
  padding: 15px 30px;
  background-color: #fff;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.header .right li .ej_box a:hover {
  background-color: #00209b;
  color: #fff;
}
.header .right li .ej_box a:last-child {
  margin-bottom: 0;
}
.header .right .form {
  /* margin-left: auto; */
  width: 250px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
}
.header .right .form input {
  padding: 0 20px;
  flex-grow: 1;
  border: 1px solid var(--color);
  border-radius: 40px 0 0 40px;
}
.header .right .form button {
  flex-shrink: 0;
  width: 54px;
  height: 100%;
  background-color: var(--color);
  padding: 8px 16px;
}
.header .right .form button i {
  color: #fff;
}
.header .right .sech {
  width: 49px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .right .sech:hover::after {
  width: 100%;
}
.header .right .sech::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.header .right .sech .iconfont {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.header .right .btn_language {
  display: flex;
  align-items: center;
  transition: 0.5s;
  justify-content: center;
  width: 105px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.header .right .btn_language:hover .language_sub {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.header .right .btn_language a {
  display: flex;
  align-items: center;
}
.header .right .btn_language a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: 0.5s;
}
.header .right .btn_language a svg:nth-child(3) {
  width: 9px;
  height: 9px;
}
.header .right .btn_language a span {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}
.header .right .btn_language .language_sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  border: 1px solid #eee;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform-origin: top;
  transform: scaleY(0);
}
.header .right .btn_language .language_sub a {
  display: block;
  text-align: left;
  justify-content: flex-start !important;
  padding: 15px 30px;
  text-transform: uppercase;
  padding-left: 23%;
  font-size: 15px;
  color: #666;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.header .right .btn_language .language_sub a:hover::after {
  height: 100%;
  top: 0;
  bottom: auto;
}
.header .right .btn_language .language_sub a::after {
  content: "";
  display: block;
  width: 3px;
  height: 0;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.header .right .btn_language .language_sub a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.footer .line {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../image/gfx.svg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer .line::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(72.7%, rgba(153, 214, 234, 0.5)), to(rgba(153, 214, 234, 0.56)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(153, 214, 234, 0.5) 72.7%, rgba(153, 214, 234, 0.56) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer .line .flex {
  gap: 20px;
  position: relative;
  z-index: 1;
}
.footer .line .flex + .flex {
  margin-top: 24px;
}
.footer .line .flex .son {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
}
.footer .line .flex .h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}
.footer .line .flex .con {
  padding-top: 6px;
  font-size: 18px;
  line-height: 1.5;
}
.footer .line .flex .a {
  line-height: 1.5;
  font-size: 18px;
  display: block;
}
.footer .top {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 60px;
}
.footer .top .bx {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer .top .bx {
    flex-direction: column;
  }
}
.footer .top .l {
  flex-grow: 1;
  width: 50%;
}
.footer .top .l ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .top .l ul li {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.footer .top .l ul li a {
  font-weight: bold;
  font-size: 20px;
  display: block;
  width: 100%;
}
.footer .top .r {
  max-width: 50%;
}
.footer .top .r .txt .tel {
  display: block;
  width: 100%;
  color: var(--color);
  font-size: 32px;
  font-family: impact;
  margin-bottom: 10px;
  font-weight: normal;
}
.footer .top .r .txt p {
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.footer .top .r .txt p i {
  flex-shrink: 0;
}
.footer .top .r .ewm {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer .top .r .ewm .img {
  width: 100px;
  height: 100px;
  font-size: 0;
}
.footer .top .r .ewm .img img {
  width: 100%;
  height: 100%;
}
.footer .top .r .ewm p {
  padding-left: 15px;
  text-align: center;
  font-size: 14px;
}
.footer .bottom {
  background-color: var(--color1);
  padding: 20px 0;
  width: 100%;
}
.footer .bottom .bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .bottom .l {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.footer .bottom .img_box {
  display: flex;
  gap: 20px;
}
.footer .bottom .img_box a {
  font-size: 0;
}
.footer .bottom .img_box img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer .bottom .r {
  display: flex;
  gap: 50px;
}
.footer .bottom .r a {
  color: #4e443c;
  display: inline-block;
}

.title_1 {
  text-align: center;
}
.title_1 h6 {
  margin-bottom: 12px;
  line-height: 1.75em;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5411764706);
}
.title_1 h2 {
  font-size: 28px;
  color: #424242;
  margin-bottom: 42px;
  font-weight: 400;
  text-align: center;
}
.title_1 h5 {
  font-size: 60px;
  color: #000000;
  font-family: "Cinzel", serif;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .title_1 h5 {
    font-size: 16px;
  }
}

.section_1 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../image/home.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .section_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_1 .bx {
  max-width: 1450px;
}
.section_1 .flex {
  justify-content: space-between;
  align-items: center;
}
.section_1 .img {
  width: 57%;
  font-size: 0;
}
.section_1 .img img {
  width: 100%;
}
.section_1 .txt {
  width: 32%;
}
.section_1 .txt .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
}
.section_1 .txt .con {
  font-size: 20px;
  line-height: 1.5;
}
.section_1 .txt .but {
  margin-top: 25px;
}
.section_2 {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section_2 {
    padding-bottom: 60px;
  }
}
.section_2 .bx {
  max-width: 1450px;
}
.section_2 .flex {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.section_2 .flex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccf0fb;
  -webkit-clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 173px);
  clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 173px);
}
.section_2 .txt {
  padding-left: 100px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  width: 30%;
}
.section_2 .txt .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
}
.section_2 .txt .con {
  font-size: 20px;
  line-height: 1.5;
}
.section_2 .txt .but {
  margin-top: 25px;
}
.section_2 .img {
  position: relative;
  z-index: 1;
  width: 57%;
  font-size: 0;
}
.section_2 .img .video_box {
  position: absolute;
  top: 194px;
  left: 0;
  line-height: 1.375;
  background-color: rgba(255, 248, 0, 0.8);
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
}
.section_2 .img .video_box::after {
  background-color: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
}
.section_2 .img img,
.section_2 .img video {
  width: 100%;
  height: 760px;
}

.section_3 {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section_3 {
    padding-bottom: 60px;
  }
}
.section_3 .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
}
.section_3 .flex {
  gap: 20px;
  padding-top: 55px;
}
.section_3 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.section_3 .son:hover .img img {
  transform: scale(1.05);
}
.section_3 .son:hover .txt h3 {
  color: var(--color);
}
.section_3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.section_3 .txt {
  padding-top: 28px;
}
.section_3 .txt .date {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  gap: 6px;
}
.section_3 .txt h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 21px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_3 .txt .more {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.375;
}

.news_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .news_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.news_1 .flex {
  gap: 60px 40px;
}
@media (max-width: 768px) {
  .news_1 .flex {
    gap: 30px;
  }
}
.news_1 .son {
  width: 100%;
}
@media (max-width: 768px) {
  .news_1 .son {
    width: 100%;
  }
}
.news_1 .son a {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .news_1 .son a {
    flex-direction: column;
  }
}
.news_1 .son a:hover::after {
  width: 100%;
}
.news_1 .son a:hover img {
  transform: scale(1.05);
}
.news_1 .son a:hover h3 {
  color: var(--color);
}
.news_1 .son a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(242, 242, 242);
  width: 0;
  transition: all 0.8s ease;
}
.news_1 .son .img {
  flex-shrink: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  width: 27%;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .news_1 .son .img {
    padding-bottom: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .news_1 .son img {
    position: relative;
  }
}
.news_1 .son .txt {
  padding: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .news_1 .son .txt {
    padding: 20px;
  }
}
.news_1 .son h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.8s ease;
  color: #333;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.news_1 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_1 .son .time {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_1 .son .date {
  color: #999;
}

.product_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .product_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.product_1 .tit {
  display: flex;
}
.product_1 .tit .h2 {
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-right: 82px;
}
.product_1 .tit .p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
.product_1 .table {
  padding-top: 100px;
}
.product_1 .table .sti {
  position: sticky;
  top: var(--nav_height);
  background: #ffffff;
  padding-top: 4px;
  border-bottom: 1px solid #d2d2de;
  z-index: 10;
}
.product_1 .table .th {
  display: flex;
  padding: 3px 10px;
}
.product_1 .table .th h3 {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.33333;
  padding: 5px 25px 5px 0;
}
.product_1 .table .th h3:nth-child(1) {
  width: 9.5652173913%;
}
.product_1 .table .th h3:nth-child(2) {
  width: 13.4782608696%;
}
.product_1 .table .th h3:nth-child(3) {
  width: 21.7391304348%;
}
.product_1 .table .th h3:nth-child(4) {
  flex-grow: 1;
  display: flex;
}
.product_1 .table .th h3:nth-child(4) span {
  width: 20%;
}
.product_1 .table .tr {
  position: relative;
  --color_bg: #0077cd;
}
.product_1 .table .tr .t {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -48px;
  width: 36px;
  /*height: calc(100% - 12px);*/
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--color_bg);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_1 .table .tr .t::after {
  content: "";
  position: absolute;
  width: 48px;
  bottom: -6px;
  left: 0;
  border-bottom: 1px solid #d2d2de;
}
.product_1 .table .tr .t::before {
  content: "";
  position: absolute;
  width: 48px;
  top: -6px;
  left: 0;
  border-bottom: 1px solid #d2d2de;
}
.product_1 .table .tr .td {
  padding: 40px 10px;
  position: relative;
}
.product_1 .table .tr .td::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d2d2de;
}
.product_1 .table .tr .td .info {
  width: 100%;
  display: flex;
  align-items: center;
}
.product_1 .table .tr .td .info h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.product_1 .table .tr .td .info h4:nth-child(1) {
  width: 9.5652173913%;
}
.product_1 .table .tr .td .info h4:nth-child(2) {
  width: 13.4782608696%;
}
.product_1 .table .tr .td .info h4:nth-child(3) {
  width: 21.7391304348%;
}
.product_1 .table .tr .td .info p {
  flex-grow: 1;
  position: relative;
  display: flex;
}
.product_1 .table .tr .td .info p i {
  width: 0%;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: skew(-29deg, 0deg) translateY(-50%);
  background: linear-gradient(90deg, #d2d2de 3.47%, var(--color_bg) 97.65%);
}
.product_1 .table .tr .td .info .icon {
  margin-left: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_1 .table .tr .td .info .icon i {
  color: #fff;
}
.product_1 .table .tr .td .box {
  display: none;
}
.product_1 .table .tr .td .box .txt {
  padding-top: 15px;
  display: flex;
}
.product_1 .table .tr .td .box .l {
  width: 45%;
  padding-right: 30px;
}
.product_1 .table .tr .td .box .l .img {
  font-size: 0;
  height: 51px;
  margin-bottom: 20px;
}
.product_1 .table .tr .td .box .l .img img {
  height: 100%;
}
.product_1 .table .tr .td .box .l .p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.product_1 .table .tr .td .box .r {
  width: 55%;
  padding-right: 80px;
}
.product_1 .table .tr .td .box .r .con {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.product_1 .con_box {
  margin-top: 55px;
}
.product_1 .con_box .con {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.product_1 .con_box .con p {
  margin-bottom: 10px;
}

.services_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.services_1 .flex {
  flex-wrap: nowrap;
  align-items: center;
}
.services_1 .flex .l {
  padding-left: 50px;
}
.services_1 .flex .l h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
.services_1 .flex .r {
  padding-left: 60px;
  display: flex;
}
.services_1 .flex .r .son {
  width: 25%;
  padding: 10px;
}
.services_1 .flex .r .img {
  display: flex;
}
.services_1 .flex .r img {
  margin: auto;
  margin-bottom: 26px;
  height: 134px;
}
.services_1 .flex .r p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
.services_1 .bx_142 {
  margin-top: 60px;
  max-width: 1420px;
  padding: 24px 134px;
  min-height: 334px;
  background: linear-gradient(175deg, #003bb5 20%, var(--color1) 90%);
  -webkit-clip-path: polygon(89px 0, 100% 0, 100% 100%, 0 100%, 0 154px);
  clip-path: polygon(89px 0, 100% 0, 100% 100%, 0 100%, 0 154px);
}
.services_1 .box {
  color: #fff;
  display: flex;
  gap: 52px;
}
.services_1 .box .img_box {
  flex-shrink: 0;
  width: 352px;
  position: relative;
}
.services_1 .box .img_box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 352px;
  height: 352px;
  border-radius: 50%;
  background-color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_1 .box .img_box .img img {
  max-width: 181px;
  max-height: 231px;
}
.services_1 .box .txt {
  margin-top: 45px;
  margin-bottom: 50px;
}
.services_1 .box .txt h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 10px;
}
.services_1 .box .txt p {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
.services_1 .box .txt .but {
  margin-top: 30px;
  display: flex;
}
.services_2 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_2 {
    padding-bottom: 60px;
  }
}
.services_2 h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
.services_2 .rel {
  position: relative;
}
.services_2 .mySwiper_2 {
  max-width: 940px;
  margin: 0 auto;
}
.services_2 .mySwiper_2 .swiper-slide {
  display: flex;
  align-items: center;
  gap: 30px;
}
.services_2 .mySwiper_2 .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.services_2 .mySwiper_2 .img {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  height: 400px;
  overflow: hidden;
  border-radius: 7px;
}
.services_2 .mySwiper_2 .img img {
  transition: all 0.8s ease;
  height: 100%;
  width: 100%;
}
.services_2 .mySwiper_2 .txt {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
.services_2 .mySwiper_2 .txt h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.services_2 .next_2,
.services_2 .prev_2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
}
.services_2 .next_2::after,
.services_2 .prev_2::after {
  color: #fff;
  font-size: 20px;
}

.services_3 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_3 {
    padding-bottom: 60px;
  }
}
.services_3 .box {
  padding: 93px 128px;
  background: linear-gradient(175deg, #003bb5 20%, var(--color1) 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 192px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 192px));
  color: #fff;
}
.services_3 .box h2 {
  font-size: 36px;
  margin-bottom: 18px;
  line-height: 1.11111;
  font-weight: 500;
}
.services_3 .box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  padding-bottom: 70px;
}
.services_3 .box .flex {
  gap: 40px;
}
.services_3 .box .son {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
.services_3 .box .son:hover .img img {
  transform: scale(1.05);
}
.services_3 .box .img {
  width: 100%;
  height: 150px;
  font-size: 0;
  overflow: hidden;
  border-radius: 8px;
}
.services_3 .box .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.services_3 .box h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  transition: all 0.8s ease;
  text-align: center;
}

.services_4 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_4 {
    padding-bottom: 60px;
  }
}
.services_4 .flex {
  align-items: center;
}
.services_4 .tit {
  padding-bottom: 35px;
  max-width: 900px;
  margin: 0 auto;
}
.services_4 .tit h2 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}
.services_4 .tit p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}
.services_4 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  width: 50%;
}
.services_4 .txt {
  width: 50%;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services_4 .txt .son {
  width: 100%;
  cursor: pointer;
  display: flex;
}
.services_4 .txt .son.on i {
  transform: rotate(45deg);
}
.services_4 .txt i {
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  flex-shrink: 0;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_4 .txt .box {
  padding-left: 16px;
}
.services_4 .txt .h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.services_4 .txt .con {
  font-size: 16px;
  line-height: 1.375;
  display: none;
}

.services_5 {
  position: relative;
}
.services_5 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.services_5 .abs {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.services_5 .bx .box {
  max-width: 338px;
  position: relative;
  text-align: right;
}
.services_5 .bx .box::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 737px;
  top: auto;
  left: auto;
  right: -50%;
  bottom: -50%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}
.services_5 .bx h2 {
  font-size: 36px;
  line-height: 1.11111;
  margin-bottom: 17px;
  font-weight: 500;
}
.services_5 .bx p {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  margin-bottom: 20px;
}

.services_6 {
  position: relative;
}
.services_6 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.services_6 .img img {
  width: 100%;
  height: 100%;
}
.services_6 .bx {
  position: relative;
  z-index: 1;
}
.services_6 .bx .box {
  max-width: 580px;
  padding-top: 164px;
  padding-bottom: 244px;
}
.services_6 .bx h2 {
  font-size: 36px;
  line-height: 1.11111;
  margin-bottom: 22px;
  font-weight: 500;
}
.services_6 .bx p {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
}

.services_7 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.services_7 .bx {
  max-width: 800px;
}
.services_7 .bx h2 {
  margin-bottom: 22px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}
.services_7 .bx p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.services_7 .bx .but {
  padding-top: 18px;
  text-align: center;
}
.services_8 {
  padding-top: 100px;
  padding-bottom: 100px; 
}
@media (max-width: 768px) {
  .services_8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.services_8 .flex {
  gap: 40px;
}
.services_8 .l {
  width: calc(40% - 20px);
}
.services_8 .l .txt {
  position: sticky;
  top: var(--nav_height);
  z-index: 10;
}
.services_8 .l .txt h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 10px;
}
.services_8 .l .txt .con {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.services_8 .r {
  width: calc(60% - 20px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services_8 .r .son {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(81, 130, 211, 0.5);
  padding-left: 94px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  position: relative;
}
.services_8 .r .son:hover .img {
  height: 100%;
  border-radius: 0 0 0 0;
}
.services_8 .r .son .img {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 0;
  width: 90px;
  overflow: hidden;
  height: 50%;
  border-radius: 0 0 50px 50px;
  transition: all 0.5s ease;
}
.services_8 .r .son .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: fit-content;
}
.services_8 .r .son .txt h3 {
  color: var(--color);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
.services_8 .r .son .txt p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
.services_9 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_9 {
    padding-bottom: 60px;
  }
}
.services_9 .flex {
  gap: 30px;
}
.services_9 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  display: flex;
  gap: 10px;
}
.services_9 .son span {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.services_9 .son p {
  font-size: 20px;
  line-height: 1.5;
}
.services_10 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services_10 {
    padding-bottom: 60px;
  }
}
.services_10 .flex {
  align-items: center;
  gap: 40px;
}
.services_10 .flex .l {
  width: calc(40% - 20px);
  padding-right: 100px;
}
.services_10 .flex .l .img {
  height: 100%;
  border-radius: 1000px;
  overflow: hidden;
  font-size: 0;
}
.services_10 .flex .l img {
  width: 100%;
  height: 100%;
  min-height: 550px;
}
.services_10 .flex .r {
  width: calc(60% - 20px);
}
.services_10 .flex .r .txt {
  padding-top: 25px;
  padding-bottom: 25px;
}
.services_10 .flex .r .h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
}
.services_10 .flex .r .con {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
}
.services_10 .flex .r .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.services_10 .flex .r .ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.services_10 .flex .r .ul img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.services_10 .flex .r .ul p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.hr_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .hr_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.hr_1 .son {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}
.hr_1 .son + .son {
  margin-top: 20px;
}
.hr_1 .son .t {
  padding: 30px;
  background: #f7f7f7;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hr_1 .son .t.on {
  background-color: var(--color);
  color: #fff;
}
.hr_1 .son .t.on i {
  display: none;
}
.hr_1 .son .t.on i + i {
  display: block;
}
.hr_1 .son .t h3 {
  font-weight: bold;
  font-size: 20px;
  flex-grow: 1;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.hr_1 .son .t .other {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.hr_1 .son .t i {
  margin-left: 10px;
  line-height: 1;
  transition: all 0.5s ease;
}
.hr_1 .son .t i + i {
  display: none;
}
.hr_1 .son .b {
  display: none;
  padding: 40px;
}
.hr_1 .son .b .con {
  line-height: 2;
  font-size: 18px;
}

.investors_1 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .investors_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.investors_1 .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}
.investors_1 .flex {
  gap: 20px;
  padding-top: 50px;
}
.investors_1 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.investors_1 .son:hover .img img {
  transform: scale(1.05);
}
.investors_1 .son:hover .txt h3 {
  color: var(--color);
}
.investors_1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.investors_1 .txt {
  padding-top: 28px;
}
.investors_1 .txt .date {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  gap: 6px;
}
.investors_1 .txt h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 21px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.investors_1 .txt .more {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.375;
}

.investors_2 {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .investors_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.investors_2 .h100 {
  height: 100px;
}
@media (max-width: 768px) {
  .investors_2 .h100 {
    height: 60px;
  }
}
.investors_2 .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}
.investors_2 .flex {
  gap: 20px;
  padding-top: 50px;
}
.investors_2 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.investors_2 .son:hover .img img {
  transform: scale(1.05);
}
.investors_2 .son:hover .txt h3 {
  color: var(--color);
}
.investors_2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.investors_2 .txt {
  padding-top: 28px;
}
.investors_2 .txt .date {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  gap: 6px;
}
.investors_2 .txt h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 21px;
  transition: all 0.8s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.investors_2 .txt .more {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.375;
}

.about_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .about_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about_1 .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
}
.about_1 .con {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
}

.about_2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .about_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about_2 .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
}
.about_2 .tab {
  margin-bottom: 70px;
  display: flex;
}
.about_2 .tab p {
  cursor: pointer;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  position: relative;
}
.about_2 .tab p.on::before {
  opacity: 1;
}
.about_2 .tab p::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.8s ease;
}
.about_2 .flex {
  gap: 60px;
  display: none;
}
.about_2 .flex.on {
  display: flex;
}
.about_2 .son {
  width: calc(100% / 4 - 60px * (4 - 1) / 4);
}
.about_2 .son:hover .img img {
  transform: scale(1.05);
}
.about_2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 7px;
}
.about_2 .txt {
  margin-top: 25px;
  text-align: center;
}
.about_2 .txt h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 5px;
}
.about_2 .txt span,
.about_2 .txt p {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}

.about_3 {
  padding-top: 100px;
  padding-bottom: 100px;
  /* .swiper_box .swiper-slide {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  .about_fzlc .swiper_box .swiper-slide-active {
    visibility: visible;
    opacity: 1;
    z-index: 2;
  } */
}
.about_3 .flex_box {
  display: flex;
  justify-content: space-between;
}
.about_3 .flex_box .l span {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}
.about_3 .flex_box .r {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about_3 .flex_box .r .prev,
.about_3 .flex_box .r .next {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_3 .flex_box .r .prev:hover,
.about_3 .flex_box .r .next:hover {
  background-color: #005da3;
  border-color: #005da3;
}
.about_3 .flex_box .r .prev i,
.about_3 .flex_box .r .next i {
  color: #bfbfbf;
}
.about_3 .bd {
  position: relative;
  height: 625px;
  display: flex;
  align-items: center;
}
.about_3 .bj {
  width: 100%;
}
.about_3 .swiper_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_3 .swiper-container {
  max-width: 1920px;
  width: 100%;
  padding: 0 140px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.about_3 .swiper_box .box {
  float: left;
  width: 13%;
  position: relative;
  height: 100%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.about_3 .swiper_box .swiper-slide-active .box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.about_3 .swiper_box .box:hover {
  z-index: 10;
}
.about_3 .swiper_box .box .txt:hover .con,
.about_3 .swiper_box .box .txt:hover .year {
  transform: translateY(-16px);
}
.about_3 .swiper_box .box .txt {
  position: absolute;
  padding-left: 24px;
  transition: all 0.3s ease;
}
.about_3 .swiper_box .box .txt::before {
  content: "";
  background: #fff;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 14px;
  border: 2px solid #005da3;
  border-radius: 50%;
  box-sizing: border-box;
}
.about_3 .swiper_box .box .txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 14px;
  background: #e2e2e2;
  left: 5px;
  border-radius: 50%;
}
.about_3 .swiper_box .box .txt .year {
  font-size: 28px;
  margin-bottom: 7px;
  color: #005da3;
  font-weight: bold;
  /* transform: translateY(50px);
  opacity: 0; */
  transition: 0.7s;
  margin-top: 5.25px;
}
.about_3 .swiper_box .box .txt .con {
  font-size: 16px;
  line-height: 1.5;
  color: #626262;
  width: 210px;
  transition: 0.7s;
  max-height: 170px;
  overflow: hidden;
  overflow-y: scroll;
}
.about_3 .swiper_box .box .txt .con::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
}
.about_3 .swiper_box .box .txt .con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #333;
}
.about_3 .swiper_box .box .txt .con::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.about_3 .swiper_box .box:nth-child(1) .txt {
  bottom: 48%;
  padding-bottom: 56px;
}
.about_3 .swiper_box .box:nth-child(2) .txt {
  top: 56.5%;
  padding-top: 70px;
}
.about_3 .swiper_box .box:nth-child(2) .txt::before {
  top: 91px;
}
.about_3 .swiper_box .box:nth-child(2) .txt::after {
  height: 84px;
}
.about_3 .swiper_box .box:nth-child(3) .txt {
  bottom: 44%;
  padding-bottom: 84px;
}
.about_3 .swiper_box .box:nth-child(4) .txt {
  top: 60%;
  padding-top: 70px;
}
.about_3 .swiper_box .box:nth-child(4) .txt::before {
  top: 91px;
}
.about_3 .swiper_box .box:nth-child(4) .txt::after {
  height: 84px;
}
.about_3 .swiper_box .box:nth-child(5) .txt {
  bottom: 35%;
  padding-bottom: 182px;
}
.about_3 .swiper_box .box:nth-child(6) .txt {
  top: 67%;
  padding-top: 70px;
}
.about_3 .swiper_box .box:nth-child(6) .txt::before {
  top: 91px;
}
.about_3 .swiper_box .box:nth-child(6) .txt::after {
  height: 84px;
}
.about_3 .swiper_box .box:nth-child(7) .txt {
  bottom: 40%;
  padding-bottom: 182px;
}

.search_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .search_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.search_1 .h2 {
  font-size: 36px;
  line-height: 1.11111;
  font-weight: 500;
  margin-bottom: 50px;
}
.search_1 form {
  display: flex;
}
.search_1 form .search_1_input {
  display: flex;
}
.search_1 form input {
  font-size: 16px;
  line-height: 1.375;
  min-width: 400px;
  padding: 11px 14px;
  border-radius: 7px;
  border: 1px solid #ccc;
  margin-right: 12px;
}
.search_1 form button {
  padding: 12px 20px;
  background-color: var(--color);
  color: #fff;
  border-radius: 7px;
  font-size: 18px;
}

.contact_1 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .contact_1 {
    padding-top: 60px;
  }
}
.contact_1 .flex {
  gap: 0px;
  box-shadow: 5px 8.66px 25px 0px rgba(29, 50, 149, 0.15);
}
.contact_1 .map {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact_1 .map {
    width: 100%;
    min-height: 300px;
  }
}
.contact_1 .map .lyNyContact_map {
  width: 100%;
  height: 100%;
}
.contact_1 .info {
  width: 50%;
  padding: 50px;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact_1 .info {
    width: 100%;
    padding: 30px;
  }
}
.contact_1 .info h3 {
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact_1 .info h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contact_1 .info .txt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact_1 .info ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_1 .info ul li {
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
}
.contact_1 .info ul i {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
}
.contact_1 .info ul p {
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
}

.contact_2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media (max-width: 768px) {
  .contact_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact_2 h2 {
  position: relative;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 70px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_2 h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.contact_2 form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact_2 form {
    gap: 20px;
  }
}
.contact_2 label {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact_2 label {
    width: 100%;
  }
}
.contact_2 label.textarea {
  width: 100%;
}
.contact_2 input,
.contact_2 textarea {
  font-family: initial;
  font-size: 18px;
  width: 100%;
  height: 52px;
  line-height: 2;
  padding: 0px 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
.contact_2 textarea {
  border-radius: 10px;
  height: 150px;
  padding: 20px 30px;
}
.contact_2 button {
  background-color: var(--color);
  color: #fff;
  border: none;
  border-radius: 100px;
  height: 50px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.info_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .info_1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.info_1 .tit {
  font-size: 36px;
  color: #3d3d3d;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 768px) {
  .info_1 .tit {
    font-size: 24px;
  }
}
.info_1 .tiem {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  display: flex;
  gap: 30px;
}
.info_1 .con {
  font-size: 18px;
}

@keyframes nots {
  0% {
    transform: translateX(100%);
    right: 0;
  }
  100% {
    transform: translateX(0);
    right: 100%;
  }
}
@keyframes img_ani {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes marquee_r {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee_l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

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