@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.woff2");
  font-weight: 200;
}

@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.woff2");
  font-weight: 300;
}

@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC.woff2");
}

@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.woff2");
  font-weight: 500;
}

@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.woff2");
  font-weight: 600;
}

@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.woff2");
  font-weight: 700;
}

@font-face {
  font-family: BaiJamjuree-Bold;
  src: url("../fonts/BaiJamjuree-Bold.ttf");
}

@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src:
    url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  color: var(--color2);
  font-family: "HarmonyOSSansSC";
  font-weight: 400;
  font-size: 1.6rem;
  scrollbar-width: thin;
  scrollbar-color: var(--color) transparent;
}

p {
  line-height: 1.8;
  margin: 1rem 0;
  font-weight: 300;
  font-size: 1.4rem;
}

img {
  display: block;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color);
}

::selection {
  background: var(--color);
  color: #fff;
}

.w_all {
  width: 86%;
  margin: auto;
}

.w_all2 {
  width: 80%;
  margin: auto;
}

.w_all3 {
  width: 52vw;
  margin: auto;
}

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

html,
body {
  font-size: 70.5%;
  width: 100%;
  position: relative;
  --color: #0b4694;
  --color2: #1a1a1a;
  --color3: #78d6fa;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 999;
  height: 70px;
  backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  will-change: transform;
}

header.hide {
  transform: translateY(-100%);
}

header.active,
header.header2 {
  background: #fff;
  backdrop-filter: initial;
}

header .nav_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .logo {
  transition: all 0.5s ease;
  z-index: 9999;
  position: relative;
  height: 2.6rem;
}

header .logo img {
  display: block;
  height: 100%;
  filter: invert(1) brightness(1000);
}

header.active .logo img,
header.header2 .logo img {
  filter: none;
}

header .h_rr {
  display: flex;
  height: 100%;
}

header nav {
  display: flex;
  height: 100%;
}

header ul {
  display: flex;
  height: 100%;
  gap: 2.5vw;
}

header ul li {
  height: 100%;
}

header ul li.ls .icons {
  display: none;
}

header .nav li h2 {
  height: 100%;
  font-size: 1.3rem;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

header.active .nav li h2,
header.header2 .nav li h2 {
  color: var(--color2);
}

header .nav li .la {
  position: relative;
}

header .nav li:hover h2 {
  color: var(--color);
}

header .nav li:nth-of-type(2):hover h2 {
  color: var(--color) !important;
}

header .others {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 2.4vw;
}

header .lls {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  z-index: 9999;
  color: #fff;
  position: relative;
  height: 100%;
  cursor: pointer;
  font-weight: 500;
}

header.active .lls,
header.header2 .lls {
  color: var(--color2);
}

header .lls img {
  width: 1.4rem;
  margin-left: 3px;
  filter: invert(1) brightness(1000);
}

header.active .lls img,
header.header2 .lls img {
  filter: none;
}

header .lls .lans {
  position: absolute;
  left: 50%;
  min-width: 100%;
  width: max-content;
  top: 100%;
  background: #fff;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
  transform: scaleY(0) translateX(-50%);
  transform-origin: 0 0;
  box-shadow: 0 4px 20px #0000001a;
  overflow: hidden;
}

header .lls:hover .lans {
  transform: scaleY(1) translateX(-50%);
  transition: all 0.3s ease;
}

header .lls .lans p {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;

  padding: 0.4rem 2rem;
  transition: all 0.5s ease;
}

header .lls .lans p:hover {
  background: var(--color);
  color: #fff;
}

header .lls2 {
  margin-left: 3rem;
  background: var(--color);
  color: #fff;
  font-size: 1.4rem;
  line-height: 76px;
  width: 80px;
  justify-content: center;
  transition: all 0.5s ease;
}

header .lls2:hover {
  background: var(--color3);
}

.navBtn {
  z-index: 99999;
  cursor: pointer;
  display: none;
  margin-left: 3rem;
}

.navBtn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 3px auto;
}

header.active .navBtn span,
.header2 .navBtn span {
  background: var(--color2);
}

.nav_btn_active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav_btn_active span {
  background: #333 !important;
}

.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_btn_active span:nth-of-type(2) {
  opacity: 0;
}

.nav_btn_active span:nth-of-type(3) {
  margin-top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_menu {
  width: 100%;
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 4px 20px #0000001a;
  opacity: 0;
  pointer-events: none;
  transform: scaleY(0);
  transition: all 0.35s ease;
  transform-origin: top;
  height: 45vh;
  z-index: 99;
}

header ul li.ls.open .s_menu {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1);
}

header.active .s_menu {
  top: 100%;
}

.s_menu .ss {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  height: 100%;
}

.s_menu .sl {
  padding: 5rem 4% 3% 7%;
  background: var(--color);
  width: 30%;
  box-sizing: border-box;
  overflow: auto;
}

.s_menu .sl h6 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}

.s_menu .sl h6 i {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  transition: all 0.4s ease;
  display: block;
  transform: rotate(90deg);
}

.s_menu .sl .tt.active h6 i {
  transform: rotate(-90deg);
}

.s_menu .sl .tt:not(:first-of-type) {
  margin-top: 2rem;
}

.s_menu .sl .pps {
  display: none;
}

.s_menu .sl .tt p {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.36rem;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.4s ease;
  cursor: pointer;
  color: #fff;
  line-height: 1.4;
}

.s_menu .sl .tt p.active,
.s_menu .sl .tt p:hover {
  color: var(--color3);
}

.s_menu .sr {
  width: 100%;
  flex: 1;
  flex-shrink: 1;
  padding-top: 3rem;
  position: relative;
  overflow: auto;
}

.s_menu .sr .sss {
  width: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
}

.s_menu .sr .sss.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
  transition: all 0.5s ease;
}

.s_menu .sr dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.s_menu .sr dl dd {
  font-size: 1.4rem;
  background: #fff;
  margin: 0;
  padding: 1.1rem 1rem;
  text-align: center;

  border-radius: 0.6rem;
  text-align: center;
  color: var(--color2);
  transition: all 0.5s ease;
}

.s_menu .sr dl dd:hover {
  color: var(--color);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px #0000001f;
}

.s_menu2 .sl h6 {
  color: var(--color3);
}

.s_menu2 .sl h4 p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
}

.s_menu2 .sss2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 6rem;
  padding-top: 2.5rem;
}

.s_menu2 .sr h5 {
  color: var(--color);

  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  transition: all 0.5s ease;
}

.s_menu2 .sr p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.s_menu2 .sx:hover h5 {
  color: var(--color3);
}

/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 86vh;
  overflow: hidden;
}

.banner .swiper-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}

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

.banner .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #000000;
  opacity: 0.4;
}

.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner .txt {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 9;
  padding-right: 40%;
  box-sizing: border-box;
}

.banner .txt h3 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.banner .txt p {
  color: #fff;
  margin: 2rem 0;
}

.banner .txt h3,
.banner .txt p,
.banner .txt>a {
  display: block;
  transform: translateY(30px);
  opacity: 0;
}

.banner .swiper-slide-active .txt h3 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0.3s;
}

.banner .swiper-slide-active .txt p {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0.45s;
}

.banner .swiper-slide-active .txt>a {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease 0.6s;
}

.banner .swiper-pagination {
  bottom: 3rem !important;
  z-index: 9;
}

.banner .swiper-pagination span {
  background: none;
  width: auto !important;
  height: auto !important;
  margin: 0 2rem !important;
  transition: all 0.3s linear;
  opacity: 0.6;
  font-size: 1.2rem;
  color: #fff;

  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-bottom: 1rem;
  position: relative;
}

.banner .swiper-pagination span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 0.5s ease 0.3s;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.banner .more {
  text-transform: uppercase;
}

.btn .bl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0px;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn .bl.bl.swiper-button-disabled {
  opacity: 0.4;
}

.btn .lll {
  left: 0%;
}

.btn .llr {
  right: 0%;
}

.btn .bl i {
  display: block;
  font-size: 1.6rem;
  line-height: 36px;
  opacity: 0.6;
  font-weight: 600;
  transition: all 0.5s ease;
}

.btn .llr i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn .bl:hover i {
  opacity: 1;
  columns: var(--color);
}

.title {
  margin-bottom: 4rem;
}

.title h3 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
}

.title h6 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--color3);
  text-transform: uppercase;
}

.title p {
  margin: 1rem auto 0;
}

.titleCenter {
  text-align: center;
}

.more {
  width: max-content;
  cursor: pointer;
  margin: 4rem 0 0;
  min-width: 6vw;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  background: var(--color);
  padding: 1.3rem 2.5rem;
  color: #fff;
  border-radius: 0 2rem 0 2rem;
  transition: all 0.5s ease;
}

.more:hover {
  background: var(--color3) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.index_bars {
  padding: 7rem 0;
  position: relative;
}

.index_pro {
  background: var(--color2);
}

.index_pro .title h3 {
  color: #fff;
}

.index_pro ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.index_pro ul li {
  border-radius: 2rem;
  background: var(--color2);
  overflow: hidden;
  transition: all 0.5s ease;
  overflow: hidden;
}

.index_pro ul li img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  opacity: 0.8;
  transition: all 0.5s ease;
}

.index_pro ul li:hover img {
  transform: scale(1.08);
}

.index_pro ul li .tt {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 4rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.index_pro ul li .tt h6 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.index_pro ul li .tt p {
  color: #fff;
}

.index_pro ul li .more {
  margin-right: 1rem;
  margin-top: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.index_sol .contain {
  justify-content: space-between;
  border-radius: 3rem;
  overflow: hidden;
  height: 60vh;
}

.index_sol .contain dl {
  width: 36%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.index_sol .contain dl a {
  height: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  padding: 0 5%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.index_sol .contain dl a dd {
  line-height: 1.4;
}

.index_sol .contain dl a.active {
  background: var(--color);
}

.index_sol .contain dl a.active dd {
  color: #fff;
}

.index_sol .contain dl a.active dd p {
  color: #fff;
  opacity: 0.7;
}

.index_sol .contain dl a dd p {
  line-height: 1.6;
  font-size: 1.3rem;
  display: none;
}

.index_sol .contain ul {
  width: 60%;
  height: 100%;
  position: relative;
}

.index_sol .contain ul li {
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  width: 100%;
}

.index_sol .contain ul li.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.index_sol .contain ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem;
  margin: 0;
  color: #fff;
  box-sizing: border-box;
}

.index_sol .contain ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: all 0.8s ease;
}

.index_sol .contain ul li:hover img {
  transform: scale(1.08);
}

.index_about {
  padding-bottom: 0 !important;
}

.index_about .contain {
  padding: 60vh 0 6rem;
}

.index_about ul {
  position: relative;
  z-index: 13;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
}

.index_about ul a {
  width: 40%;
  box-sizing: border-box;
  position: relative;
}

.index_about ul a:first-of-type {
  padding-right: 5rem;
  margin-right: 5rem;
}

.index_about ul a:first-of-type::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: var(--color2);
  opacity: 0.2;
}

.index_about ul li {
  padding: 1.8rem 0;
  box-sizing: border-box;
}

.index_about ul li h6 {
  margin-bottom: 0.6rem;
  transition: all 0.5s ease;
}

.index_about ul li p {
  margin: 0;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.index_about ul li:hover h6 {
  color: var(--color);
}

.index_news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_news .more {
  margin: 0;
}

.index_news .swiper-slide a {
  cursor: pointer;
  display: block;
  position: relative;
}

.swiper-button {
  transform: scale(0.6) translateY(2rem);
}

.swiper-button::after {
  color: var(--color2);
  transition: all 0.5s ease;
}

.swiper-button:hover:after {
  color: var(--color3);
}

.swiper-button.swiper-button-prev {
  margin-left: 2%;
}

.swiper-button.swiper-button-next {
  margin-right: 2%;
}

.index_news .swiper-container {
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}

.index_news .aa {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 24vw;
}

.index_news .aa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.index_news .swiper-slide:hover .aa img {
  transform: scale(1.08);
}

.index_news .bb {
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
}

.index_news h5 {
  font-size: 1.2rem;
  line-height: 1;
  margin: 2rem 0 1rem;
}

.index_news h6 {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  transition: all 0.5s ease;
}

.index_news .swiper-slide:hover h6 {
  color: var(--color);
}

.footer {
  background: var(--color);
  overflow: hidden;
}

.footer .bar {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer .bar .ll {
  width: 30%;
  margin-right: 5%;
}

.footer .bar .logo2 {
  height: 3rem;
  margin-bottom: 3rem;
}

.footer .bar .logo2 img {
  height: 100%;
  filter: invert(1) brightness(1000);
}

.footer .bar .ll h6 {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color3);
}

.footer .bar .rr {
  width: 90%;
  margin-right: -19%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.footer dl h2 {
  font-size: 1.4rem;
  position: relative;
  font-weight: 500;
  width: max-content;
  color: #fff;
}

.footer dl:last-of-type h2 {
  margin-bottom: 2rem;
}

.footer dl p {
  color: #fff;
  margin: 1.5rem 0;
  line-height: 1.4;
  font-size: 1.3rem;
  transition: all 0.5s ease;
}

.footer dl p:hover {
  opacity: 1;
  color: var(--color3);
  text-decoration: underline;
}

.footer dl:nth-of-type(3n) {
  width: max-content;
}

.follow {
  display: flex;
  align-items: center;
}

.follow p {
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 1rem 0 0;
  box-sizing: border-box;
  width: 3rem;
  transition: all 0.5s ease;
}

.follow p img {
  width: 100%;
  filter: invert(1) brightness(2);
}

.follow p:hover {
  background: var(--color3);
}

.footer .copy {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.footer .copy .ll {
  display: flex;
  align-items: center;
  font-size: 1.2rem;

  cursor: pointer;
  transition: all 0.5s ease;
}

.footer .copy p {
  font-size: 1.2rem;
  margin: 0;
  position: relative;
  color: #fff;
  margin: 0 2rem 0 0;
  line-height: 1.4;
  transition: all 0.5s ease;
}

.footer .copy .ll p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--color);
  transition: all 0.5s ease;
}

.footer .copy .ll a:hover p:after {
  width: 100%;
  right: inherit;
  left: 0;
}

.footer .copy .ss a p {
  text-decoration: underline;
}

.footer .copy .ll a:hover p {
  opacity: 1;
}

.footer .copy .rr p {
  margin: 0 0 0 3rem;
}

.fixedgt {
  position: fixed;
  bottom: 8%;
  right: 0.5%;
  width: 5rem;
  z-index: 666;
  display: none;
}

.all_back {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -1px 3px 16px 0px rgba(148, 180, 255, 0.16);
  cursor: pointer;
  transition: all 0.5s ease;
}

.all_back img {
  width: 45%;
}

.all_back:hover {
  background: var(--color3);
}

.all_back:hover img {
  filter: invert(1) brightness(1000);
}

.bans {
  background: var(--color);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.bans b {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.bans b:hover {
  transform: scale(1.04);
}

.bans b img {
  width: 100%;
}

.bans .txt {
  position: relative;
  z-index: 6;
}

.bans .txt h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.bans .txt p {
  color: #fff;
}

.title2 {
  margin-bottom: 4rem;
}

.title2 h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.pro .bar1 .title {
  margin-bottom: 0;
}

.pro .bar1 .tt {
  margin-top: 3rem;
}

.pro .bar2 {
  padding-top: 0 !important;
}

.pro .bar2 dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
}

.pro .bar2 dl a {
  display: block;
}

.pro .bar2 dl dd {
  position: relative;
  cursor: pointer;
  height: 100%;
  background: #fafafa;
  padding: 4rem 1% 8rem;
  box-sizing: border-box;
  border-radius: 2rem;
  display: none;
}

.pro.prolist .bar2 dl dd {
  display: block;
}

.pro .bar2 dl dd b {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 24vh;
}

.pro .bar2 dl dd img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.pro .bar2 dl dd:hover img {
  transform: scale(1.08);
}

.pro .bar2 dl dd h6 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 3rem 0;
  transition: all 0.6s ease;
}

.pro .bar2 dl dd:hover h6 {
  color: var(--color);
}

.pro .bar2 .more {
  margin: 2rem auto 0;
  display: none;
}

.prod .pbar1 {
  justify-content: space-between;
  overflow: hidden;
}

.prod .pbar1 .ll {
  width: 48%;
  background: #fafafa;
  border-radius: 2rem;
  overflow: hidden;
}

.prod .pbar1 .ll img {
  width: 100%;
}

.prod .pbar1 .rr {
  width: 48%;
}

.prod .pbar1 h6 {
  margin: 2rem 0 1.5rem;
}

.prod .pbar1 .title {
  margin-bottom: 1.5rem;
}

.prod .pbar1 .title h3 {
  line-height: 1.1;
}

.prod .pbar1 p {
  margin: 0.7rem 0;
}

.prod p:has(> br:only-child) {
  height: 1rem;
}

.prod p:has(span > br:only-child) {
  height: 1rem;
}

.prod .pbar1 p span {
  text-wrap-mode: wrap !important;
  font-weight: 300;
}

.prod .pbar1 .bottom {
  margin-top: 3rem;
}

.prod .pbar1 .more {
  margin: 0 3rem 0 0;
}

.prod .pbar1 .morea {
  border: 1px solid var(--color);
  background: none;
  color: var(--color);
}

.prod .index_bars2 {
  margin: 7rem auto;
}

.prod .pbar2 {
  overflow: hidden;
}

.prod .pbar2 .contain {
  align-items: center;
  justify-content: space-between;
}

.prod .pbar2 .ll {
  width: 40%;
  background: #fafafa;
  border-radius: 2rem;
  overflow: hidden;
}

.prod .pbar2 .ll img {
  width: 100%;
  transition: all 0.5s ease;
}

.prod .pbar2 .ll:hover img {
  transform: scale(1.08);
}

.prod .pbar2 .rr {
  width: 56%;
}

.prod .pbar2 h6 {
  margin: 2rem 0 1.5rem;
}

.prod .pbar2 p {
  padding-left: 0;
  position: relative;
  margin: 0.3rem 0;
}

.prod .pbar2 p span {
  text-wrap-mode: wrap !important;
  font-weight: 300;
}

.prod .pbar2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color2);
  display: none;
}

.prod .pbar2 p strong {
  font-weight: 400;
}

.prod .pbar2 p strong span {
  font-weight: 400;
}

.prod .pbar2 .rr ul,
.prod .pbar2 .rr ul li {
  font-style: initial;
  list-style: initial;
  padding: revert;
}

.prod .pbar3 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.prod .pbar3 ul li {
  border-radius: 0.5rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod .pbar3 ul li img {
  height: 10rem;
}

.prod .pbar4 .title {
  margin-bottom: 2rem;
}

.prod .pbar4 p {
  margin: 0.3rem 0;
}

.prod .pbar4 p span {
  text-wrap-mode: wrap !important;
  font-weight: 300;
}

.prod .pbar4 p img {
  max-width: 100%;
  border-radius: 2rem;
}

.prod .pbar4 p strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color2);
  opacity: 0.3;
  display: none;
}

.prod .pbar4 p strong {
  padding-left: 0;
  position: relative;
}

.prod .pbar4 ul,
.prod .pbar4 ul li {
  font-style: initial;
  list-style: initial;
  padding: revert;
}

.bans2 {
  padding: 8vh 0 !important;
  position: relative;
}

.innovating dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.innovating dl a {
  display: block;
}

.innovating dl dd {
  height: 100%;
  box-sizing: border-box;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: none;
}

.innovating dl dd b {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 16rem;
}

.innovating dl dd b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.innovating dl dd:hover b img {
  transform: scale(1.06);
}

.innovating dl dd .txt {
  padding: 4rem 8%;
  box-sizing: border-box;
}

.innovating dl dd h6 {
  line-height: 1.4;
  transition: all 0.5s ease;
}

.more2 {
  font-size: 1.2rem;
  text-decoration: underline;
  margin-top: 2rem;
  transition: all 0.5s ease;
}

.innovating dl dd:hover h6 {
  color: var(--color);
}

.innovating dl dd:hover .more2 {
  text-decoration: none;
}

.innovating .more {
  margin: 4rem auto 0;
}

.news dl {
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
}

.news dl dd {
  height: 100%;
  position: relative;
}

.news dl dd .txt {
  padding: 3rem 2rem 4rem;
}

.news dl dd h5 {
  margin: 1.1rem 0;
  font-size: 1.1rem;
}

.news dl dd p {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news dl dd .more2 {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.ban_newsd {
  padding: 6vh 0 !important;
  text-align: center;
  background: rgba(11, 70, 148, 0.2);
}

.ban_newsd h6 {
  text-align: center;
  color: var(--color);
  font-weight: 600;
}

.ban_newsd .txt h3 {
  margin: 2rem 0;
  color: var(--color);
}

.ban_newsd h5 {
  display: flex;
  font-size: 1.2rem;
  color: var(--color);
  align-items: center;
  justify-content: center;
}

.ban_newsd h5 img {
  width: 1.5rem;
  margin-right: 0.5rem;
}

.newsd .tt p {
  margin: 1.5rem 0;
}

.newsd .tt p strong {
  color: var(--color);
  font-size: 1.6rem;
}

.newsd .tt p img {
  max-width: 100%;
  margin: 3rem auto;
  border-radius: 2rem;
}

.newsd2 {
  background: #fafafa;
}

.newsd2 dl dd {
  display: block;
}

.ban_innovatingd {
  margin-top: 70px;
  padding: 12vh 0 !important;
  background: #fff !important;
  overflow: hidden;
  position: relative;
}

.ban_innovatingd .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.4;
  transition: all 1s ease;
}

.ban_innovatingd .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ban_about {
  overflow: hidden;
}

.ban_about .txt {
  justify-content: space-between;
  align-items: stretch;
}

.ban_about .ll {
  width: 52%;
  padding: 1% 0;
}

.ban_about .title {
  margin-bottom: 0;
}

.ban_about .title h3 {
  line-height: 1.2;
}

.ban_about .ll p {
  font-size: 1.3rem;
  margin: 0.6rem 0 0;
}

.ban_about .rr {
  width: 46%;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
}

.ban_about .rr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.5s ease;
}

.ban_about .rr:hover img {
  transform: scale(1.08);
}

.ban_about .more {
  margin: 2rem 0 0;
  background: var(--color3);
}

.about {
  background: #fafafa;
}

.about ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.about ul li {
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background: #fff;
}

.about ul li b {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  height: 50vh;
}

.about ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.about ul li:hover img {
  transform: scale(1.08);
}

.about ul li h6 {
  padding: 2rem 1rem;
  transition: all 0.5s ease;
  font-weight: 500;
}

.about ul li:hover h6 {
  color: var(--color);
}

.about2 .bar {
  justify-content: space-between;
  align-items: center;
}

.about2 .bar .ll {
  width: 42%;
}

.about2 .bar .ll .title {
  margin: 0 0 2rem;
}

.about2 .bar .rr {
  width: 52%;
  border-radius: 2rem;
  overflow: hidden;
}

.about2 .bar .rr img {
  width: 100%;
  transition: all 0.5s ease;
}

.about2 .bar .rr:hover img {
  transform: scale(1.08);
}

.about3 {
  background: var(--color);
}

.about3 .title h3 {
  color: #fff;
}

.about3 .title p {
  color: #fff;
  font-size: 1.6rem;
}

.about3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about3 ul li {
  width: 19%;
  padding: 3.5rem 2rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 2rem;
  background-image: linear-gradient(180deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 85%);
}

.about3 ul li p {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.3;
  transition: all 0.5s ease;
  cursor: default;
}

.about3 ul li:hover p {
  transform: scale(1.08);
}

.about4 .bar .ll {
  width: 28%;
}

.about4 .bar .rr {
  width: 68%;
}

.about5 {
  background: var(--color);
}

.about5 .title {
  margin: 0 auto;
}

.about5 .title h3 {
  color: #fff;
}

.about5 .title p {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.about6 {
  overflow: hidden;
}

.about6 .bar {
  align-items: stretch;
}

.about6 .bar .ll p {
  margin: 0.5rem 0;
  font-size: 1.3rem;
}

.about6 .bar .ll p strong {
  display: block;
  margin: 1rem 0 -4px;
}

.about6 .bar .rr {
  position: relative;
}

.about6 .bar .rr img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.5s ease;
}

.about6 .bar .rr:hover img {
  transform: scale(1.08);
}

.about2,
.about4,
.team2,
.team {
  overflow: hidden;
}

.team .bar1 {
  background: #fafafa;
}

.team .bar1 dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 0 0;
}

.team .bar1 dd:first-of-type {
  padding-top: 0;
}

.team .bar1 dd b {
  display: block;
  width: 25%;
  border-radius: 2rem;
  overflow: hidden;
}

.team .bar1 dd b img {
  width: 100%;
  transition: all 0.8s ease;
}

.team .bar1 dd:hover b img {
  transform: scale(1.08);
}

.team .bar1 dd .rr {
  width: 70%;
}

.team .bar1 dd h6 {
  font-size: 2.6rem;
  font-weight: 500;
  transition: all 0.5s ease;
}

.team .bar1 dd h5 {
  font-size: 1.7rem;
  margin: 1.2rem 0 2rem;
}

.team .bar1 dd:hover h6 {
  color: var(--color);
}

.team2 {
  background: var(--color3);
}

.team2 .contain {
  justify-content: space-between;
  align-items: center;
}

.team2 .title {
  margin: 0;
  width: 35%;
}

.team2 .title h3 {
  color: #fff;
}

.team2 .title p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.6;
}

.team2 .more {
  margin: 0;
}

.team2 .more:hover {
  background: var(--color2) !important;
}

.regulatory .bar1 {
  background: #fafafa;
}

.regulatory .bar1 dl {
  background: #fff;
  border-radius: 1rem;
  padding: 1% 3%;
  box-sizing: border-box;
}

.regulatory .bar1 dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2.5rem 0;
}

.regulatory .bar1 dd:last-of-type {
  border: none;
}

.regulatory .bar1 dd h6 {
  transition: all 0.5s ease;
}

.regulatory .bar1 dd:hover h6 {
  color: var(--color);
}

.regulatory .bar1 dd .rr {
  display: flex;
  align-items: center;
}

.regulatory .bar1 dd p {
  display: flex;
  cursor: pointer;
  align-items: center;
  margin: 0 0 0 4rem;
  font-size: 1.3rem;
  transition: all 0.5s ease;
}

.regulatory .bar1 dd p:hover {
  color: var(--color3);
}

.regulatory .bar1 dd p img {
  width: 2.2rem;
  margin-right: 4px;
}

.bans_contact {
  padding: 0 !important;
}

.contact {
  overflow: hidden;
}

.contact .bar1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact .c_nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.contact .c_nav p {
  margin: 1rem 1rem 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  font-weight: 400;
  color: var(--color2);
  padding: 0.8rem 2rem;
  transition: all 0.5s ease;
  cursor: pointer;
}

.contact .c_nav p.active {
  background: var(--color3);
  color: #fff;
  border-color: transparent;
}

.contact .c_nav p:hover {
  background: var(--color);
  color: #fff;
  border-color: transparent;
}

.contact .bar1 .message {
  width: 48%;
  box-sizing: border-box;
}

.contact .bar1 .message .online {
  display: none;
}

.message .online .pp {
  margin: 0 0 1.5rem;
}

.message .online .pp input {
  font-size: 1.4rem;
  background: none;
  width: 100%;
  display: block;
  line-height: 1.4;
  background: #fafafa;
  border-radius: 1rem;
  padding: 1.5rem;
  box-sizing: border-box;
  box-shadow: none;
}

.message ::placeholder {
  color: #666;
}

.message .online textarea {
  line-height: 1.4;
  background: #fafafa;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
  height: 10rem;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.message .online input::placeholder {
  color: #999;
  font-weight: 300;
}

.message .online textarea::placeholder {
  color: #999;
  font-weight: 300;
}

.agree {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.agree input {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #999;
  border-radius: 0.3rem;
  position: relative;
  flex-shrink: 0;
  transition: 0.3s;
  margin-top: 0.1rem;
  margin-right: 5px;
  accent-color: var(--color3);
}

.agree label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #333;
}

.agree .check {
  display: none;
}

.agree .check::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 0.15rem;
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(0);
  transition: 0.25s;
}

.agree input:checked+label .check {
  background: var(--color3);
  border-color: var(--color3);
}

.agree input:checked+label .check::after {
  transform: rotate(45deg) scale(1);
}

.message .online .agree a {
  margin: 0;
  font-size: 1.4rem;
  text-decoration: underline;
  transition: all 0.5s ease;
}

.message .online .agree a:hover {
  text-decoration: underline;
  color: var(--color3);
}

.submit {
  margin: 2rem 0 0;
  position: relative;
  opacity: 0.3;
  pointer-events: none;
  transition: 0.3s;
  cursor: pointer;
  min-width: 4.5vw;
  height: 1.5rem;
}

.submit.active {
  opacity: 1;
  pointer-events: auto;
}

.submit button {
  width: 100%;
  height: 100%;
  background: none !important;
  border: none !important;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}

.submit:hover {
  background: var(--color3);
}

.contact .bar1 .rr {
  width: 46%;
  border-radius: 2rem;
  overflow: hidden;
}

.contact .bar1 .rr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.contact .bar1 .rr:hover img {
  transform: scale(1.08);
}

.contact2 {
  padding-top: 0 !important;
  background: #fafafa;
}

.contact2 .bg img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.contact2 .txt {
  position: relative;
  z-index: 3;
  background: #fff;
  margin-top: -18vh;
  padding: 5rem;
  box-sizing: border-box;
  border-radius: 2rem;
  opacity: 1 !important;
  box-shadow: rgba(25, 25, 25, 0.06) 0px 1.0416666667vw 2.0833333333vw 0px;
}

.contact2 dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact2 dl dt {
  font-size: 2rem;
  transition: all 0.5s ease;
}

.contact2 dl:hover dt {
  color: var(--color);
}

.contact2 dl dd {
  width: 48%;
}

.contact2 dl dd p {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  margin: 0.6rem 0;
}

.contact2 dl dd i {
  font-size: 2rem;
  margin-right: 10px;
}

.contact2 dl dd p:nth-of-type(2) i {
  font-size: 1.8rem;
}

.contact2 dl dd p a {
  font-size: 1.4rem;
}

.policy .bar0 .tt p {
  margin: 1.5rem 0;
  line-height: 2;
}

.policy .bar0 .tt p strong {
  display: block;
  font-weight: 500;
  margin-bottom: -1rem;
}

.tk {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  max-height: 100vh;
  overflow: hidden;
  display: none;
}

.tk .title2 h3 {
  text-align: center;
}

.tk .title2::after {
  display: none;
}

.tk .online form {
  width: 100%;
}

.tk .message {
  width: 60%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 5%;
  box-sizing: border-box;
  border-radius: 2rem;
}

.tk .close {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
  width: 3.2rem;
  cursor: pointer;
}

.tk .close img {
  width: 100%;
  filter: grayscale(1) brightness(0.5);
  transition: all 0.3s linear;
}

.tk .close img:hover {
  transform: rotate(90deg);
}

.tk .pps {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 100%;
}

.tk .online p {
  margin: 0;
}

.tk .online p .inputs {
  border-radius: 0;
  width: 100%;
  font-size: 1.4rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tk .online .more {
  opacity: 1;
  margin: 4rem auto 0;
  pointer-events: auto;
}