@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-weight: 400;
}

@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.woff2');
}

@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: 300;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1rem 0;
}

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: 90%;
  margin: auto;
}

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

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

.animate-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}

.animate-up.show {
  opacity: 1;
  transform: translateY(0);
}



html,
body {
  font-size: 62.5%;
  width: 100%;
  position: relative;
  --color: #0247ae;
  --color2: #000000;
  --height2: 60px;
}

header {
  width: 100%;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.38, 0, 0, 1);
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem 0;
}

header.active {
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

header .nav_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}

header .nav {
  display: flex;
  align-items: center;
}

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

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

header.active .logo {
  height: 5.2rem;
}

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


header nav {
  display: flex;
  align-items: center;
}

header ul {
  display: flex;
  align-items: center;
}

header ul li {
  margin: 0 4rem 0 0;
  position: relative;
  transition: all 0.5s ease;
}

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

header .nav li .char {
  font-weight: 400;
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 3rem 0px;
}

header.active .nav li .char,
header.on .nav li .char {
  color: var(--color2);
  text-shadow: rgba(0, 0, 0, 0.6) 0px 3rem 0px;
}

header.active .nav li h2 {
  height: var(--height2);
}

header ul .lis {
  background: #fff;
  border-radius: 5rem;
  height: 100%;
  transition: all 0.5s ease;
}

header ul .lis h2 {
  height: 4rem !important;
  padding: 0rem 3rem;
}

header ul .lis h2 .char {
  color: var(--color2);
  text-shadow: rgba(255, 255, 255, 0.6) 0px 3rem 0px;
}

header ul .lis:hover {
  background: var(--color);
}

header.active .nav .lis,
header.on .nav .lis {
  background: var(--color);
}

header.active .nav .lis h2 .char,
header.on .nav .lis h2 .char {
  color: #fff;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 3rem 0px;
}

header .others {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}

header .lls {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}

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

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

header.active .lls img,
header.on .lls img {
  filter: grayscale(1000);
}

header .lls:hover img {
  opacity: 0.8;
}


header .ser img {
  width: 2rem;
  margin: 0 0 0 1.8rem;
}

.search {
  position: fixed;
  left: 0;
  top: 100px;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;

}

header.active .search {
  top: var(--height2)
}

.search .ss {
  background: #fff;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.search .close img {
  height: 3rem;
  position: absolute;
  right: 1%;
  top: 1%;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s ease;
}

.search .close img:hover {
  opacity: 1;
}

.search h6 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  padding: 2rem 0 5rem;
}


.search .ins {
  display: flex;
  justify-content: space-between;
}

.search .sl {
  display: flex;
  width: 100%;
  align-items: center;
}

.search .sl img {
  width: 2rem;
  margin-right: 1rem;
  opacity: 0.3;
}

.search input {
  width: 100%;
  border: none;
  font-size: 1.6rem;
  line-height: 2;
}

.search input::placeholder {
  color: #ccc;
}

.search button {
  background: var(--color);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  cursor: pointer;
}

.search button img {
  width: 100%;
  filter: invert(1) brightness(1000);
}

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

.navBtn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px auto;
  border-radius: 5px;
}

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

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

.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: -60%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_menu {
  min-width: 170%;
  pointer-events: none;
  opacity: 0;
  padding: 0.8rem 0;
  transition: all 0.5s cubic-bezier(0.38, 0, 0, 1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10%);
  width: max-content;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
}

header ul li.on .s_menu {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0%);
}

.s_menu p {
  font-size: 1.35rem;
  box-sizing: border-box;
  padding: 0.4rem 1rem;
  margin: 0;
  opacity: 0;
  text-align: center;
  transform-origin: 0;
  transition: opacity 0.8s cubic-bezier(0.38, 0, 0, 1),
    transform 0.8s cubic-bezier(0.38, 0, 0, 1),
    color 0.3s cubic-bezier(0.38, 0, 0, 1);
  transform: translateY(-30%);
}

header ul li.on .s_menu p {
  opacity: 1;
  transform: translateY(0);
}

.s_menu p:hover {
  color: var(--color);
  background: #f9f9f9;
}

.banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;

}

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

.banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  z-index: 1;
}

.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.banner .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

.banner .txt h3 {
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.banner .txt h3 span {
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
  display: block;
}

.banner .swiper-pagination span {
  background: #fff;
  margin: 0 7px !important;
  width: 8px;
  height: 8px;
  border-radius: 2rem;
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}

.typewriter i {
  font-style: normal;
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
}

.banner .more {
  margin-top: 8rem;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  will-change: opacity, transform;
}

.banner .swiper-slide-active .more {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.6s ease-out 0.6s,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}

.btn .bl {
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s linear;
}

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


.btn .bl img {
  width: 3rem;
  filter: invert(1) brightness(1000);
  transition: all 0.5s ease;
}

.btn .lll img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn .bl i {
  color: #fff;
  font-size: 2.4rem;
  display: block;
  font-weight: 600;
  position: relative;
}

.btn .lll i {
  transform: rotate(180deg);
  margin-bottom: 2rem;

}

.btn .lll i::after {
  content: '';
  position: absolute;
  left: 0.2rem;
  bottom: 3.5rem;
  width: 2rem;
  height: 1px;
  background: #fff;
}

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

.btns {
  display: flex;
  margin-top: 5rem;
}

.btns .bl {
  background: rgba(255, 255, 255, 0.2);
  margin-right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.btns .bl i {
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.btns .bl.llr i {
  transform: rotate(180deg);
}

.btns .bl:hover {
  background: var(--color);
}

.title {
  margin-bottom: 4rem;
  position: relative;
}

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

.title h6 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  font-size: 9rem;
  color: var(--color);
  opacity: 0.12;
  font-weight: 400;
}

.title p {
  margin: 1rem auto 0;
  text-align: center;
}

.aos-text span {
  display: inline-block;
  opacity: 0;
  font-size: 3vw;
  font-weight: 500;
  transform: translateY(10px);
  animation: letterUp 0.5s ease forwards;
}

@keyframes letterUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title2 {
  margin-bottom: 4rem;
  position: relative;
}

.title2 h3 {
  font-size: 2.4vw;
  line-height: 1.3;
  font-weight: 500;
}

.titleCenter {
  text-align: center;
}

.more {
  width: max-content;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  margin: 3rem 0 0;
  transition: all 0.5s ease;
  position: relative;
  font-size: 1.3rem;
  border-radius: 5rem;
  padding: 0.8rem 1.2rem 0.8rem 1.6rem;
  display: flex;
  align-items: center;
  color: #fff;
  background: #fff;
  overflow: hidden;
}

.more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  transition: all 0.5s ease;
  z-index: 1;
  border-radius: 5rem;
}

.more:hover::before {
  width: 100%;
  color: #fff !important;
}

.more span {
  font-weight: 400;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}

.more:hover span {
  color: #fff;
}

.more b {
  margin-left: 3.5rem;
  background: var(--color);
  padding: 0.6rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.more img {
  width: 1.5rem;
  filter: invert(1) brightness(1000);
}

.more:hover b {
  background: #fff;
}

.more:hover b img {
  filter: none !important;
}

.more:hover .char,
.more2:hover .char {
  color: #fff;
  text-shadow: rgba(255, 255, 255, 1) 0px 3rem 0px;
}

.more2 {
  background: var(--color);
  border-radius: 5rem;
  padding: 1.2rem 2rem;
  font-size: 1.3rem;
  align-items: center;
  display: flex;
  justify-content: center;
}

.more2 span {
  color: #fff;
  font-weight: 400;
}

.more3 {
  border-radius: 5rem;
  padding: 0.8rem 1.8rem;
  font-size: 1.3rem;
  border: 1px solid var(--color);
  width: max-content;
  margin-top: 3rem;
  transition: all 0.5s ease;
}

.more3 span {
  font-weight: 400;
}

.more3:hover span {
  color: #fff;
  text-shadow: rgba(255, 255, 255, 1) 0px 3rem 0px;
}

.more3:hover {
  background: var(--color);
}


.more2 i {
  font-size: 1rem;
  margin-left: 1rem;
  color: #fff !important;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.more2:hover i {
  transform: translateX(3px);
}

.index_bars {
  padding: 10rem 0;
  position: relative;
  z-index: 2;
}

.index_solution {
  position: relative;
}

.index_solution .bg img {
  width: 100%;
}

.index_solution .bg video {
  width: 100%;
  height: calc(100vh - var(--height2));
  object-fit: cover;
}

.index_solution .title {
  position: absolute;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
  z-index: 6;
}


.index_solution .title a {
  display: block;
}

.index_solution .more {
  margin: 3rem auto 0;
}

.index_new {
  background: #fafafa;
  height: calc(100vh - var(--height2));
  margin-top: -3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.index_new ul {
  display: flex;
  margin-top: 5rem;
}

.index_new ul li {
  width: 20%;
  border-radius: 1.5rem;
  position: relative;
  flex: 1 1 20%;
  margin: 0 0.8rem;
  height: 58vh;
  overflow: hidden;
  transition: all 0.5s ease;
}

.index_new ul li .bbs {
  width: 100%;
  height: 100%;
  padding: 6rem 3rem 3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  border-radius: 1.5rem;
}

.index_new ul li .bbs::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: all 0.4s ease;
  background: linear-gradient(to top, #bfc3cc, #e6e7e9);
}

.index_new ul li .bbs::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}

.index_new ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}

.index_new ul li .tt {
  position: relative;
  z-index: 3;
  width: 35vw;
}

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

.index_new ul li .tt p {
  color: #fff;
  display: none;
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

.index_new ul li .bb img {
  height: 20vh;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 8%;
  display: none;
}

.index_new ul li.on {
  width: 49%;
  flex: 1 1 49%;

}

.index_new ul li.on .bbs {
  justify-content: center;
}

.index_new ul li.on h6 {
  color: #fff;
  font-size: 3rem;
}

.index_new ul li.on p {
  display: block;
}

.index_new ul li.on .bbs::before {
  opacity: 0;
}

.index_new ul li.on .bbs::after {
  opacity: 0.8;
}

.index_new ul li.on .bb img {
  opacity: 0;
  bottom: 0;
}

.index_pro {
  position: relative;
  z-index: 3;
  height: calc(100vh - var(--height2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #dbe9ff, #fff);
}

.index_pro .title {
  margin: 0;
}

.index_pro .contains {
  position: relative;
}

.index_pro .swiper-container {
  padding: 6vh 0;
  overflow: hidden;
  width: 90%;
  margin: auto;
}

.index_pro .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.index_pro .swiper-slide a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color2);
  opacity: 0.2;
  z-index: 3;
}

.index_pro .bg img {
  width: 100%;
  transition: all 0.5s ease;
}

.index_pro .swiper-slide:hover .bg img {
  transform: scale(1.08);
}

.index_pro .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem 2.2rem;
  box-sizing: border-box;
  z-index: 6;
}

.index_pro .txt img {
  width: 3rem;
  margin-bottom: 1rem;
}

.index_pro .txt h6 {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}

.index_pro .bottom {
  width: max-content;
  margin: 4rem auto 0;
}

.index_pro .swiper-button-black {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  transition: all 0.5s ease;
}

.index_pro .swiper-button-black::after {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .4);
  transition: all 0.5s ease;
}

.swiper-button-black:hover {
  background: var(--color);
}

.swiper-button-black:hover::after {
  color: #fff;
}

.swiper-pagination {
  position: static !important;
}

.swiper-pagination span {
  margin: 0 0.5rem;
  width: 6px;
  height: 6px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color) !important;
}


.index_about {
  background: #fafafa;
  position: relative;
  z-index: 3;
  height: calc(100vh - var(--height2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index_about .txt p {
  text-align: center;
  font-weight: 500;
  font-size: 1.7vw;
  line-height: 1.7;
}

.index_about ul {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.index_about ul li {
  overflow: hidden;
  position: relative;
  width: 23%;
  border-radius: 20rem;
  border: 2px solid #e8e8e8;
  box-sizing: border-box;
}

.index_about ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  transition: all 0.5s ease;
}

.index_about ul li:hover:before {
  opacity: 0;
}

.index_about ul li:hover {
  background: var(--color2);
}

.index_about .bg img {
  width: 100%;
  opacity: 0.8;
  transition: all 2s ease;
  transform: scale(1.1);
}

.index_about ul li:hover .bg img {
  transform: scale(1);
}

.index_about .tt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 30% 5%;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_about .tt h6 {
  font-size: 2rem;
  font-weight: 400;
  transition: all 0.5s ease;
}

.index_about .tt h5 {
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--color);
  transition: all 0.5s ease;
}

.index_about .tt h5 strong {
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--color);
  transition: all 0.5s ease;
}

.index_about ul li:hover .tt h6,
.index_about ul li:hover .tt h5,
.index_about ul li:hover .tt h5 strong {
  color: #fff;
}

.index_about .tt img {
  height: 7rem;
  margin: auto;
}

.index_about ul li:hover .tt img {
  filter: invert(1) brightness(1000);
}

.index_markets {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - var(--height2));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
}

.index_markets img {
  width: 100%;
}

.index_markets .map {
  position: relative;
}

.index_markets .map ul li {
  position: absolute;
}

.index_markets .map ul li span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--color);
  border-radius: 50%;
  position: relative;
}

.index_markets .map ul li p {
  position: absolute;
  left: calc(100% + 1.3rem);
  top: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  color: var(--color);
  transform: translateY(-50%);
  width: max-content;
}

.index_markets .map ul li span::before,
.index_markets .map ul li span::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  margin: -1.6rem 0 0 -1.6rem;
  border: 1px solid var(--color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  transform: scale(0.5);
  animation: ripple 4s ease-in-out infinite;
}

.index_markets .map ul li span::after {
  animation-delay: 1.4s;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

.index_markets .map ul .li1 {
  right: 23.9%;
  top: 32.0%;
  transform: none !important;
  opacity: 1 !important;
}

.index_markets .map ul .li1::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 100%;
  height: 100%;
  background: url(../images/shuidi.png) no-repeat center/78%;
  z-index: 4;
}

.index_markets .map ul .li1 span {
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 1px solid var(--color);
  position: relative;
  z-index: 3;
}

.index_markets .map ul .li1 p {
  font-weight: 500;
  font-size: 1.4rem;
}

.index_markets .map ul .li2 {
  left: 44.5%;
  top: 18.5%;
}

.index_markets .map ul .li3 {
  left: 48%;
  top: 20%;
}

.index_markets .map ul .li4 {
  left: 45.8%;
  top: 22.7%;
}

.index_markets .map ul .li5 {
  left: 48%;
  top: 24.5%;
}

.index_markets .map ul .li6 {
  left: 51.2%;
  top: 66.8%;
}

.index_markets .map ul .li7 {
  left: 63.5%;
  top: 20.2%;
}

.index_markets .map ul .li8 {
  left: 68%;
  top: 13.1%;
}

.index_markets .map ul .li9 {
  left: 79%;
  top: 66%;
}

.index_markets .map ul .li10 {
  left: 17.3%;
  top: 16%;
}

.index_markets .map ul .li11 {
  left: 18%;
  top: 26.7%;
}

.index_markets .map ul .li12 {
  left: 31.5%;
  top: 57.5%;
}


.index_markets .map ul .li13 {
  left: 44.2%;
  top: 26.5%;
}

.index_markets .map ul .li14 {
  left: 43.6%;
  top: 31.1%;
}

.index_markets .map ul .li15 {
  left: 71%;
  top: 41.8%;
}

.index_markets .map ul .li16 {
  left: 73.8%;
  top: 49.7%;
}

.index_markets .map ul .li2 p,
.index_markets .map ul .li4 p,
.index_markets .map ul .li13 p,
.index_markets .map ul .li14 p {
  left: initial;
  right: calc(100% + 1.2rem);
}

.index_markets svg {
  position: absolute;
  right: 0%;
  width: 100%;
  top: 12.1%;
}

.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 0.4831;
  stroke-miterlimit: 4.8307;
}

circle {
  fill: var(--color);
}

.index_honor {
  background: #fafafa;
}

.index_honor .swiperHonor {
  overflow: hidden;
  width: 90%;
  margin: auto;
}

.index_honor img {
  width: 100%;
}

.index_honor .bottom {
  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  margin-top: 4rem;

  box-sizing: border-box;
}

.index_honor .bottom .swiper-scrollbar {
  width: 100%;

  height: 2px;

  background: #ddd;

  opacity: 1 !important;
}

.index_honor .bottom .swiper-scrollbar-drag {
  background: var(--color);
}

.index_honor .contains {
  position: relative;
}

.index_honor .swiper-button-black {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

.index_honor .swiper-button-black::after {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .4);
}

.index_news {
  position: relative;
  z-index: 3;
  height: calc(100vh - var(--height2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}

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

.index_news ul li b {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  overflow: hidden;
}

.index_news ul li b img {
  width: 100%;
  transition: all 0.5s ease;
}

.index_news ul li:hover b img {
  transform: scale(1.06);
}

.index_news h6 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 2rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}

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

.index_news h5 {
  color: #999999;
  font-size: 1.2rem;
}

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

.index_news .bottom2 {
  width: max-content;
  margin: 6vh auto 0;
}

.more2b {
  background: none;
  padding: 0;
}

.more2b span {
  color: var(--color);
}

.more2b i {
  margin-left: 0.6rem;
  color: var(--color) !important;
}

.index_partner {
  background: #fafafa;
  position: relative;
  z-index: 3;
  height: calc(100vh - var(--height2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index_partner .swiperPartner {
  overflow: hidden;
  width: 96%;
  margin: auto;
}

.index_partner .swiper-wrapper {
  align-items: center;
}

.index_partner img {
  width: 60%;
  margin: 2rem auto;
}

.index_partner .contains {
  position: relative;
}

.index_partner .swiper-button-black {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  transition: all 0.5s ease;
}

.index_partner .swiper-button-black::after {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .4);
  transition: all 0.5s ease;
}
.index_partner .swiper-button-black:hover:after{
    color: #fff;
}
.index_partner .swiper-pagination {
  position: static;
  margin-top: 2rem;
}

.footer {
  background: #10171f;
  color: #fff;
  position: relative;
  z-index: 9;
}

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

.footer .bar .ll {
  margin-right: 3%;
}

.footer .logo2 {
  height: 8rem;
}

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

.footer .tr {
  display: flex;
  width: 28rem;
  overflow: hidden;
}

.footer .tr input {
  background: none;
  padding: 0.9rem 1rem;
  width: 100%;
  font-size: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem 0 0 0.5rem;
  color: #fff;
}

.footer .tr input::placeholder {
  color: rgba(255, 255, 255, 0.5)
}

.footer .tr button {
  cursor: pointer;
  width: 80% !important;
  background: var(--color);
  width: max-content;
  cursor: pointer;
  border-radius: 0 0.5rem 0.5rem 0;
  margin-left: -1px;
}

.footer .tr button .char {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}

.footer .tr button:hover .char {
  text-shadow: rgba(255, 255, 255, 0.6) 0px 3rem 0px;
}

.footer .bar .ll p {
  color: #fff;
  margin: 2rem 0;
  line-height: 1.6;
}

.footer .bar .ll p img {
  width: 2.8rem;
  margin-right: 1.3rem;
  filter: invert(1) brightness(1000);
}

.footer .bar .ll p a {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  font-family: BaiJamjuree-Bold;
}


.footer .links .bbs {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.footer .links b {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 1.2rem;
  border-radius: 50%;
  transition: all 0.5s ease;
  cursor: pointer;
}

.footer .links img:first-of-type {
  height: 2.6rem;
  transition: all 0.5s ease;
}

.footer .links b:hover {
  opacity: 0.7;
}

.footer .links .rs {
  transition: all 0.5s ease;
  position: absolute;
  height: 8rem;
  border-radius: 0.5rem;
  padding: 0.1rem;
  background: #fff;
  box-sizing: border-box;
  margin-top: 0;
}

.footer .links b:hover {
  overflow: inherit;
}

.footer .links b:hover .rs {
  margin-top: 0.8rem;
}

.footer h2 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 500;
  color: #fff;
}



.footer dl p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.2rem 0;
  line-height: 1.4;
  font-size: 1.3rem;
  transition: all 0.5s ease;
}

.footer dl p:hover {
  color: #fff;
}

.footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem 0;
}

.footer .copy .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .copy p {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.footer .copy p a {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer .copy p a img {
  width: 1.2rem;
  margin-top: -2px;
  margin-right: 5px;
}

.footer .copy p a:hover {
  color: rgba(255, 255, 255, 1);
}



.all_back {
  position: fixed;
  right: 1%;
  bottom: 3rem;
  z-index: 99999999;
  display: none;
}

.all_back .aa {
  background: #fff;
  border-radius: 50%;
  margin: 1rem 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .02);
  transition: all 0.4s ease;
  box-shadow: 0 3rem 5rem 0 rgba(23, 33, 30, 0.05);
}

.all_back img {
  width: 50%;
}

.all_back .aa:hover {
  background: var(--color);
  transform: scale(1.06);
}

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

.allBar0 {
  height: 50vh;
}

.bans {
  height: 50vh;
  position: relative;
  top: 0;
  width: 100%;
}

.bans .txt {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.bans .txt h3 {
  font-size: 4rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.bans .txt h6 {
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: BaiJamjuree-Bold;
}

.titleb {
  margin-bottom: 6rem;
}


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

.topNav ul {
  position: relative;
  z-index: 3;
  background: #f2f7fb;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}

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

.topNav.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  animation: pnavTop 0.3s;
}

@keyframes pnavTop {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.topNav li {
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 1rem 2.5rem;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.topNav li span {
  width: 0.7rem;
  height: 0.7rem;
  background: var(--color);
  border-radius: 50%;
  position: relative;
  margin-right: 0.8rem;
  opacity: 0;
  margin-top: -1px;
}

.topNav li span::before {
  content: '';
  width: 160%;
  height: 160%;
  border: 1px solid var(--color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.topNav li.active span {
  opacity: 1;
}

.topNav li.active,
.topNav li:hover {
  color: var(--color);
}

.topNav li.active {
  background: #fff;
}

.topNav h6 {
  font-weight: 500;
  font-size: 1.6rem;
}

.topNav h6 span {
  font-weight: 500;
}

.topNav select {
  border: 1px solid #eee;
  border-radius: 5rem;
  padding: 1rem 1.5rem;
  width: 20rem;
  font-weight: 400;
}

.topNav option {
  font-size: 1.4rem;
  padding: 1rem;
  font-weight: 400;
}

.allNavs {
  color: rgba(255, 255, 255, 0.6);
  align-items: center;
}

.allNavs p {
  color: rgba(255, 255, 255, 1);
  margin: 0 1rem;
  font-weight: 400;
  font-size: 1.4rem;
}

.allNavs a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
  font-weight: 400;
  font-size: 1.4rem;
}

.allNavs a:first-of-type {
  margin-left: 0;
}

.allNavs a:hover {
  color: #fff;
}

.bans_about {
  height: auto;
}

.bans_about .bg img {
  width: 100%;
}

.bans_about .txt {
  top: 21%;
}

.bans_about dl dd {
  position: absolute;
  cursor: pointer;
}

.bans_about dl dd span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.bans_about dl dd span i {
  position: relative;
  font-style: normal;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.bans_about dl dd:hover span i,
.bans_about dl dd.active span i {
  background: var(--color);
  color: #fff;
}

.bans_about dl dd p {
  position: absolute;
  left: -1rem;
  top: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  z-index: 1;
  background: #fff;
  border-radius: 5rem;
  padding: 1rem 2rem 1rem 3.5rem;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scaleX(0);
  transform-origin: 0 0;

}

.bans_about dl dd:hover p,
.bans_about dl dd.active p {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
  transform: translateY(-50%) scaleX(1);
}

.bans_about dl dd span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0.5;
  transform-origin: center;
  animation: scale3 5s linear infinite;
}

.bans_about dl dd span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0.5;
  transform-origin: center;
  animation: scale3 5s 2.5s linear infinite;
}

@keyframes scale3 {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.bans_about dl .dd1 {
  left: 41.2%;
  top: 33%;
}

.bans_about dl .dd2 {
  left: 33%;
  top: 45%;
}

.bans_about dl .dd3 {
  left: 52.2%;
  top: 43%;
}

.bans_about dl .dd4 {
  left: 42%;
  top: 59%;
}

.bans_about dl .dd5 {
  left: 26%;
  top: 70%;
}

.bans_about dl .dd6 {
  left: 12.6%;
  top: 78%;
}

.bans_about dl .dd7 {
  left: 61%;
  top: 65%;
}

body.lock {
  overflow: hidden;
  height: 100vh;
}

.aBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.aBox .mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.aBox .close {
  position: fixed;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  background: #fff;
  border-radius: 0.8rem;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease;
}

.aBox .close img {
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
}

.aBox .close:hover {
  transform: scale(1.02) translate(-50%, -50%);
}

.aBox .bbs {
  width: 50%;
  position: absolute;
  right: 1%;
  top: 2vh;
  border: 2px solid #fff;
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  opacity: 0;
  height: 98vh;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s;
}

.aBox.show .bbs {
  transform: translateX(0);
  opacity: 1;
}

.aBox .box {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overscroll-behavior: contain;
  user-select: none;
}

.aBox .bbs .swiper {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.aBox .bbs .swiper-slide img {
  width: 100%;
}

.aBox .bbs .swiper-button-white {
  background: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.aBox .bbs .swiper-button-white::after {
  font-size: 1.2rem;
  color: var(--color2);
  transition: all 0.5s ease;
}

.aBox .bbs .swiper-button-white:hover {
  background: var(--color);
}

.aBox .bbs .swiper-button-white:hover:after {
  color: #fff;
}

.aBox .bbs .title h3 {
  margin: 5rem 0 3rem;
  font-size: 3.6rem;
}

.aBox .bbs .tt {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 4rem;

}

.aBox .bbs .tt .tl {
  width: 45%;
  font-size: 2rem;
  font-weight: 400;
}

.aBox .bbs .tt .tr {
  width: 100%;
}

.aBox .bbs .tt .tr p {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}

.aBox .bbs .box::-webkit-scrollbar {
  width: 0px !important;
}

.aBox .bbs .box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .4);
}

.bans2 {
  height: 5rem !important;
  position: static;
}

.bans_pd {
  height: 8.4rem !important;
  position: static;
}

.solution .imgs {
  position: relative;
}

.solution .imgs img {
  width: 100%;
  border-radius: 2rem;
}

.solution .txt {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);

}

.solution .txt .tt {
  background: rgba(255, 255, 255, 0.9);
  padding: 3%;
  box-sizing: border-box;
  width: 44%;
  border-radius: 2rem;
  margin: 0;
}

.solution dl {
  padding-top: 7rem;
}

.solution dl dt {
  font-size: 2.8rem;
  font-weight: 500;
}

.solution dl .dds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;

}

.solution dl dd {
  margin-top: 3rem;
  border-radius: 14px;
  box-shadow: 0px 0px 18px 0px rgba(184, 184, 184, 0.27);

}

.solution dl b {
  display: block;
  overflow: hidden;
  border-radius: 14px;
}

.solution dl b img {
  width: 100%;
  transition: all 0.5s ease;
}

.solution dl dd:hover b img {
  transform: scale(1.08);
}

.solution dl dd .tt {
  padding: 3rem 2rem;
}

.solution dl dd h3 {
  font-size: 1.8rem;
  font-weight: 400;
  transition: all 0.5s ease;
  margin-top: 1rem;
}

.solution dl dd:hover h3 {
  color: var(--color);
}

.solution dl dd p {
  font-size: 1.4rem;
  line-height: 1.6;

}

.solution dl dd:hover .more3 {
  background: var(--color);
}

.solution dl dd:hover .more3 span {
  color: #fff;
  text-shadow: rgba(255, 255, 255, 1) 0px 3rem 0px;
}

.solution dl dd:hover .char {
  transform: translateY(-3rem);
}

.solutiond .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solutiond .contain .ll {
  width: 50%;
}

.solutiond .contain .ll img {
  width: 100%;
}

.solutiond .contain .rr {
  width: 46%;
}

.solutiond .contain .rr .title2 {
  margin-bottom: 1.5rem;
}

.solutiond2 {
  background: #fafafa;
}

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

.solutiond2 ul li {
  border-radius: 14px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 18px 0px rgba(184, 184, 184, 0.27);
  padding: 3rem;
  box-sizing: border-box;
}

.solutiond2 ul li img {
  width: 4.5rem;
  margin: auto;
}

.solutiond2 ul li p {
  text-align: center;
  margin: 2rem 0 0;
  line-height: 1.6;
}

.solutiond3 img {
  width: 100%;
}

.solutiond4 {
  background: #fafafa;
}

.solutiond4 img {
  width: 100%;
}

.solutiond5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 105%;
  margin-left: -2.5%;
}

.solutiond5 ul li {
  width: 12.5%;
  position: relative;
}

.solutiond5 ul li::before {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(../images/jt2.png) no-repeat center/60%;
  position: absolute;
  right: -1rem;
  top: 20%;

}

.solutiond5 ul li:last-of-type:before {
  display: none;
}

.solutiond5 ul li span {
  display: block;
  width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  margin: auto;
  border-radius: 50%;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom,
      #0247ae 0%,
      #ffffff 65%) border-box;
}



.solutiond5 ul li img {
  width: 75%;
  padding: 1rem;
  box-sizing: border-box;
  background: #eef3ff;
  margin: auto;
  border-radius: 50%;
}

.solutiond5 ul li p {
  text-align: center;
  line-height: 1.5;
  margin: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
}

.solutiond5b {
  background: #fafafa;
}

.solutiond5b ul {
  width: 100%;
  margin: 0;
}

.solutiond5b ul li {
  width: 31.3%;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  padding: 5%;
  cursor: pointer;
  box-sizing: border-box;
}

.solutiond5b ul li::before {
  display: none;
}

.solutiond5b ul li .tt {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  height: 100%;
  background: rgba(2, 71, 174, 0.94);
  padding: 6%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.5s ease;
}

.solutiond5b ul li:hover .tt {
  opacity: 1;
  bottom: 0;
}

.solutiond5b ul li .tt p {
  font-weight: 300;
  font-size: 1.24rem;
  color: #fff;
  margin: 0.7rem 0;
}

.solutiond6 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solutiond6 .swiper-slide .ll {
  width: 50%;
}

.solutiond6 .swiper-slide .ll img {
  width: 100%;
}

.solutiond6 .swiper-slide .rr {
  width: 46%;
}

.solutiond6 .swiper-slide h6 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.solutiond6 .swiper-slide p {
  font-size: 1.4rem;
}

.solutiond6 .swiper-slide p strong {
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
  margin: 2rem 0 -0.5rem;
}

.solutiond6 .swiper-pagination {
  position: static;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid Rgba(2, 71, 174, 0.1);
  margin-bottom: 5rem;
}

.solutiond6 .swiper-pagination span {
  width: auto !important;
  height: auto !important;
  background: none !important;
  opacity: 1;
  padding: 1.5rem 0;
  position: relative;
}

.solutiond6 .swiper-pagination span i {
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.5s ease;
}

.solutiond6 .swiper-pagination .swiper-pagination-bullet-active ::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--color);
  transition: all 0.5s ease;
}

.solutiond6 .swiper-pagination .swiper-pagination-bullet-active i,
.solutiond6 .swiper-pagination span:hover i {
  color: var(--color);
}

.solutiond7 {
  background: #fafafa;
}

.solutiond7 .swiper-slide {
  background: #fff;
  border-radius: 1.4rem;
  padding: 3rem 1rem;
  box-sizing: border-box;
}

.solutiond7 .swiper-slide b {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
}

.solutiond7 .swiper-slide img {
  width: 60%;
  margin: auto;
  transition: all 0.5s ease;
}

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

.solutiond7 .swiper-slide h5 {
  font-weight: 400;
  text-align: center;
  font-size: 1.8rem;
  margin: 2rem 0 0;
  transition: all 0.5s ease;
}

.solutiond7 .swiper-slide:hover h5 {
  color: var(--color);
}

.solutiond7 .swiper-button-black {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  background: #fff;
}

.solutiond7 .swiper-button-black::after {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .4);
}

.solutiond8 .swiper-slide {
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.solutiond8 .swiper-slide .ll {
  width: 40%;
  padding: 1rem 0;
}

.solutiond8 .ll h6 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.solutiond8 .ll p {
  font-size: 1.4rem;
  margin: 2rem 0;
  color: #666666;
}

.solutiond8 .swiper-slide .rr {
  width: 55%;
}

.solutiond8 .rr img {
  width: 100%;
}

.solutiond8 .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  z-index: 9;
}

.solutiond8 .swiper-scrollbar {
  width: 70%;
  height: 2px;
}

.solutiond8 .swiper-scrollbar-drag {
  background: var(--color);
}

.solutiond8 .btns {
  margin: 0;
}

.solutiond8 .btns .bl {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 0.7rem;
  cursor: pointer;
}

.solutiond8 .btns .bl i {
  color: #999;
}

.solutiond8 .btns .bl:hover i {
  color: #fff;
}

.solutiond8 .swiper-button-disabled {
  opacity: 0.5;
  cursor: none;
}

.solutiond7b .swiper-container {
  width: 90%;
  margin: auto;
}

.solutiond7b .swiper-button-black {
  top: 30%;
  margin: 0 1rem;
}

.solutiond7b .swiper-slide {
  background: none;
  padding: 0;
}

.solutiond7b .swiper-slide img {
  width: 100%;
}

.solutiond7b .swiper-slide h5 {
  margin: 2rem 0 1.2rem;
  text-align: left;
}

.solutiond7b .swiper-slide p {
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 0;
  color: #666;
}
.news .bar1 .box{
    height: auto;
    display: block;
    width: 100%;
}
.news .bar1 .box ul {
  padding: 3rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}

.news .bar1 .box ul li {
  margin-top: 2rem;
  width: 31.3%;
  margin-right: 3%;
}
  .news .bar1 .box  ul li:nth-of-type(3n){
      margin-right: 0;
  }
.newsd .ars {
  position: relative;
}

.newsd .bar0 {
  padding: 0 5%;
  box-sizing: border-box;
  position: relative;
}

.back {
  font-size: 1.4rem;
  align-items: center;
  transition: all 0.5s ease;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}

.back span {
  display: block;
  margin-right: 1rem;
  width: 1.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.5s ease;
}

.back span img {
  width: 100%;
  filter: grayscale(1);
  transform: rotate(180deg);
}

.newsd .back:hover {
  color: var(--color);
}

.newsd .back:hover span {
  background: var(--color);
  border-color: transparent;
}

.newsd .back:hover span img {
  filter: invert(1) brightness(1000);
}

.newsd .bar0 .title2 {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 3rem;
}

.newsd .bar0 h3 {
  margin: 0 0 1rem;
  font-weight: 400;
  font-size: 2.8rem;
}

.newsd .bar0 h6 {
  font-size: 1.3rem;
  font-family: BaiJamjuree-Bold;
  color: var(--color);
  text-align: center;
}

.newsd .tt {
  margin: 5% auto;
}

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

.newsd .tt p img {
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.newsd .bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 2rem;
}

.newsd .bottom p {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  margin: 1.5rem 0;
  line-height: 1.4;
}

.newsd .bottom p a {
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.5s linear;
}

.newsd .bottom p:hover a {
  color: var(--color);
}

.newsd .bottom p i {
  font-size: 1.4rem;
  color: #666666;
  margin: 0.1rem 0.5rem 0;
}

.newsd .bottom p:first-of-type i {
  transform: rotate(180deg);
  margin-top: 0;
}

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

.download ul a {
  display: block;
}

.download ul li {
  padding: 2.5rem;
  box-sizing: border-box;
  transition: all 0.5s ease;
  border: 1px solid #e6ebf3;
  border-radius: 1rem;
  cursor: pointer;
}

.download ul li h6 {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.5s ease;
}

.download ul li h5 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-top: 2rem;
  transition: all 0.5s ease;
}

.download ul li img {
  width: 2rem;
  margin-right: 1rem;
  filter: grayscale(1);
}

.download ul li:hover {
  border-color: var(--color);
  transform: translateY(-5px);
}

.download ul li:hover h6,
.download ul li:hover h5 {
  color: var(--color);
}

.download ul li:hover img {
  filter: none;
}

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

.video {
  padding-top: 2rem !important;
}

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

.video ul li {
  display: block;
  width: 31.3%;
  margin-right: 3%;
  margin-top: 3%;
  border-radius: 1rem;
  border: 1px solid #e6ebf3;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.video ul li:nth-of-type(3n) {
  margin-right: 0;
}

.video ul li a {
  display: block;

}

.video ul li b {
  position: relative;
  display: block;
  overflow: hidden;
}

.video ul li b img:first-of-type {
  width: 100%;
  transition: all 0.5s ease;
}

.video ul li:hover b img:first-of-type {
  transform: scale(1.06);
}

.video ul li b .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
}

.video ul li h6 {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.5s ease;
  padding: 2.5rem;
  line-height: 1.4;
}

.video ul li:hover {
  box-shadow: 0 8px 32px #cad4e5cc, 0 2px 6px #cad4e599;
}

.video ul li:hover h6,
.video ul li:hover h5 {
  color: var(--color);
}

.pro_l .contain {
  display: flex;
  justify-content: space-between;
}

.pro_l .left {
  width: 23rem;
}

.pro_l .contain .left .ls {
  width: 100%;
  position: sticky;
  top: 12rem;
  border-left: 1px solid #d8d8d8;
  padding-left: 2rem;
  box-sizing: border-box;
  font-size: 1.5rem;

}

.pro_l .contain .left dl {
  margin-bottom: 3.5rem;
  position: relative;
}


.pro_l .contain .left dl dt {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.pro_l .contain .left dl.active dt::before {
  content: '';
  position: absolute;
  left: -2.2rem;
  top: 0;
  border-radius: 2rem;
  width: 4px;
  height: 100%;
  background-color: var(--color);
  transition: all 0.5s ease;
}

.pro_l .contain .left dl dt a {
  font-weight: 500;
  font-size: 1.6rem;
  transition: all 0.5s ease;
  line-height: 1.3;
}

.pro_l .contain .left dl dt i {
  font-weight: 600;
  display: none;
}

.pro_l .contain .left dl>a {
  display: block;
}

.pro_l .contain .left dl dd {
  margin: 1.8rem 0;
  font-size: 1.2rem;
  transition: all 0.5s ease;
  color: #666;
}

.pro_l .contain .left dl.active dt a,
.pro_l .contain .left dl:hover dt a {
  color: var(--color);
}

.pro_l .contain .left dl.active dt a {
  font-weight: 500 !important;
}

.pro_l .contain .left dl dd.on {
  color: var(--color);
  font-weight: 400;
}

.pro_l .contain .left dl dd:hover {
  color: var(--color);
  transform: translateX(5px);
}

.pro_l .contain .left dl.active::before {
  height: 100%;
}

.pro_l .right {
  width: calc(100% - 32rem);
}

.pro_l .box ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.pro_l .box ul a {
  display: block;
}

.pro_l .box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 3% 5%;
  box-sizing: border-box;
  border-radius: 2rem;
  transition: all 0.5s ease;
}

.pro_l .box ul li .ll {
  width: 60%;
}

.pro_l .box ul li .imgs {
  display: block;
  max-width: 30%;
  box-sizing: border-box;
  position: relative;
}

.pro_l .box ul li .imgs img {
  max-width: 100%;
  transition: all 0.5s ease;
  border-radius: 1rem;
}

.pro_l .box ul li:hover .imgs img {
  transform: scale(1.1);
}

.pro_l .box ul li h5 {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color);
  transition: all 0.5s ease;
}

.pro_l .box ul li h3 {
  margin: 1.6rem 0 2rem;
  font-size: 2rem;
  font-weight: 400;
}

.pro_l .box ul li:hover {
  background: var(--color);
}

.pro_l .box ul li:hover h3,
.pro_l .box ul li:hover h5,
.pro_l .box ul li:hover p {
  color: #fff;
}

.pro_l .box ul li p {
  font-size: 1.4rem;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(10px);
}

.pro_l .box ul li:hover p {
  opacity: 1;
  transform: translateY(0);
}

.pro_l .box ul li .more {
  margin-top: 4rem;
  border: 1px solid var(--color);
}

.pro_l .box ul li:hover .more {
  border-color: #fff;
}

.pro_l .bottom {
  position: relative;
  width: 100%;
  margin: 6rem 0 0; 
  display: none;
}
.more4 {
  display: flex;
  align-items: center;
  width: max-content;
  margin: auto;
  background: #fff;
  border-radius: 1.85vw;
  padding: 1.4rem 2.5rem;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.5s ease;
}

.more4 span {
  font-weight: 400;
}

.more4 img {
  width: 1.8rem;
  margin-left: 0.8rem;
  transition: all 0.5s ease;
}

.more4:hover {
  color: var(--color);
}

.more4:hover img {
  transform: rotate(180deg);
}

.pro_l .pages {
  margin: 0;
  width: max-content;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pro_l .pages ul {
  margin: 0;
}

.pro_d .bar1 {
  position: relative;
  z-index: 3;
  background: #fafafa;
  height: 100vh;
  padding: 10vh 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pro_d .bar1 .box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro_d .bar1 .left {
  width: 50%;
  height: auto;
  position: relative;
}

.pro_d .bar1 .gallery-thumbs {
  box-sizing: border-box;
  position: relative;
  margin-top: 2rem;
}

.pro_d .bar1 .gallery-thumbs .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  height: auto !important;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  background: #f1f1f1;
}

.pro_d .bar1 .gallery-thumbs .swiper-slide img {
  width: 100%;
  padding: 20%;
  box-sizing: border-box;
  height: auto !important;
}

.pro_d .bar1 .gallery-thumbs .swiper-slide video {
  border-radius: 0.5rem;
}

.pro_d .bar1 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--color);
}

.pro_d .bar1 .gallery-top {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 62vh;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background: #f1f1f1;
}

.pro_d .bar1 .gallery-top .swiper-slide {
  height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_d .bar1 .left img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  box-sizing: border-box;
  margin: auto;
}

.pro_d .bar1 .left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_d .bar1 .btns {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
  z-index: 9;
}

.pro_d .bar1 .btns .bl {
  background: #fff;
}

.pro_d .bar1 .btns .bl i {
  color: var(--color);

}

.pro_d .bar1 .right {
  width: 45%;
  padding: 0% 0;
  box-sizing: border-box;
}

.pro_d .bar1 .right .title2 {
  margin-bottom: 2rem;
}

.pro_d .bar1 .right .title2 h3 {
  font-size: 3rem;
  line-height: 1.4;
}

.pro_d .bar1 .tt0 {
  display: flex;
  flex-wrap: wrap;
}

.pro_d .bar1 .tt0 span {
  border: 1px solid var(--color);
  color: var(--color);
  padding: 0.8rem 2rem;
  margin: 0 1rem 1rem 0;
  border-radius: 5rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.pro_d .bar1 .right p {
  font-size: 1.4rem;
}

.pro_d .bar1 .right p strong {
  font-weight: 400;
  font-size: 1.6rem;
}

.pro_d .bar2 ul li {
  position: relative;
  border: 1px solid #edf1f6;
  margin: 1.8rem 0;
  cursor: pointer;
}

.pro_d .bar2 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #edf1f6;
  height: 100%;
  transition: all 0.5s ease;
}

.pro_d .bar2 h6 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  padding: 2rem 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.pro_d .bar2 h6 span {
  margin-right: 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  transition: all 0.5s ease;
}

.pro_d .bar2 ul li.active::before {
  height: 2px;
}

.pro_d .bar2 ul li.active h6 {
  color: var(--color);
}

.pro_d .bar2 .txt2 {
  position: relative;
  z-index: 3;
  padding: 0 2rem 2rem;
  display: none;
}

.pro_d .bar2 table {
  width: 100%;
}

.pro_d .bar2 .li1 tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro_d .bar2 .li1 table tr {
  width: 50%;
  display: flex;
}

.pro_d .bar2 table td {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.8rem;
  box-sizing: border-box;
  color: #666;
}

.pro_d .bar2 .li1 table td {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.pro_d .bar2 table td:nth-of-type(1) {
  color: var(--color2);
  font-weight: 400;
  text-align: left;
  justify-content: flex-start;
}

.pro_d .bar2 .li1 table tr:nth-of-type(4n+1),
.pro_d .bar2 .li1 table tr:nth-of-type(4n+2) {
  background: #edf1f6;
  ;
}

.pro_d .bar2 .li2 p {
  padding-left: 1.8rem;
  position: relative;
}

.pro_d .bar2 .li2 p::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--color2);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 12px;
}

.pro_d .bar2 p strong {
  font-weight: 500;
  font-size: 1.8rem;
}

.pro_d .bar2 p img {
  width: 100%;
}

.pro_d .bar2 .li3 table tr:nth-of-type(2n+1) {
  background: #edf1f6;
  ;
}

.pro_d .bar2 .li3 table tr td {
  text-align: center;
}

.pro_d .bar2 .li3 table tr td:nth-of-type(1) {
  text-align: left;
}

.pro_d .bar2 .li3 table tr:nth-of-type(1) td {
  font-weight: 400;
  color: var(--color2);
}

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

.pro_d .bar2 dl dd b {
  display: block;
  background: #fafafa;
  border-radius: 1.4rem;
  padding: 10% 5%;
  box-sizing: border-box;
  overflow: hidden;
}

.pro_d .bar2 dl dd b img {
  width: 100%;
  transition: all 0.5s ease;
}

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

.pro_d .bar2 dl dd h5 {
  font-size: 1.6rem;
  margin: 2rem 0 0.6rem;
  font-weight: 500;
  transition: all 0.5s ease;
}

.pro_d .bar2 dl dd:hover h5 {
  color: var(--color);
}

.pro_d .bar2 dl dd p {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
}

.tk {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, .8);
  max-height: 100vh;
  overflow: hidden;
  display: none;
}
.tk .title2 h3 {
  text-align: center;
}
.tk .title2::after {
  display: none;
}
.tk .online {
  margin: 0 auto;
}
.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: fixed;
  right: 3rem;
  top: 3rem;
  width: 4rem;
  cursor: pointer;
}
.tk .close img {
  width: 100%;
  transition: all 0.3s linear;
  filter: invert(1) brightness(1000);
}
.tk .close img:hover {
  transform: rotate(90deg);
}
.tk .online p .inputs{
    border-radius: 0;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contact ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.contact ul li img {
  height: 2.5rem;
  background: rgba(2, 71, 174, 0.05);
  border-radius: 50%;
  margin: auto;
  padding: 1.2rem;
}

.contact ul li h6 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 2rem 0 1rem;
  text-align: center;
  transition: all 0.5s ease;
}

.contact ul li p {
  text-align: center;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}


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

.contact ul li:hover a {
  text-decoration: underline;
}

.message {
  background: #fafafa;
}

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

.online p {
  width: 49%;
  margin: 0.7rem 0;
}

.online p .inputs {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.2rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: block;
  line-height: 1.4;
  width: 100%;
}

.online ::placeholder {
  color: #999;
}

.online .pp1 {
  width: 100% !important;
}

.online textarea {
  min-height: 15rem;
  padding: 1.2rem 0;
}

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

.agree input[type="checkbox"] {
  accent-color: var(--color);
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  background: none !important;
  margin-top: -0.4rem;
}

.agree a {
  margin: 0 2px;
  font-size: 1.4rem;
}

.online .bottom {
  margin: auto;
}

.submit {
  width: 16rem;
  min-width: max-content;
  margin: 3rem auto 1rem;
  position: relative;
}

.submit button {
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  background: var(--color);
  width: 100%;
  margin: auto;
  height: 4rem;
  cursor: pointer;
  border-radius: 0.8rem;
  transition: all 0.5s ease;
}

.submit button:hover {
  transform: scale(1.06);
  opacity: 0.8;
}


.big_box {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999999999;
  display: none;
}

.big_imgss {
  position: absolute;
  width: 85%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.big_imgss.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.big_imgss dl {
  display: none;
}

.big_box .big_imgss dd {
  height: 84vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.big_box .big_imgss dd:not(:first-of-type) {
  display: none;
}

.big_box .big_imgss dd img {
   max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.big_box .righttop {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9;
  padding: 15px;
}

.big_box .righttop div {
  float: right;
}

.big_box .righttop img {
  margin: 0;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  filter: invert(1) brightness(1000);
}

.big_box .righttop img:hover {
  opacity: 0.6 !important;
}

.big_box .btn {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.big_box .btn i {
  color: #fff;
  display: block;
  font-size: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  z-index: 2;
}

.big_box .btn:hover i {
  color: #817d60;
}

.big_box .btn_l {
  left: 2%;
}

.big_box .btn_r {
  right: 2%;
}

.big_box .btn_r i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.big_box .nums {
  position: fixed;
  left: 50%;
  bottom: 3%;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}

.big_box .nums span {
  color: #fff;
}

.pages {
  width: 100%;
}

.pages ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 4rem;
  justify-content: center;
}

.pages ul li {
  font-size: 1.3rem;
  margin: 0 0.6rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  cursor: pointer;
}

.pages ul li.active {
  background: var(--color);
  font-weight: 400;
  color: #fff !important;
}
.pages ul li.active span{
    color: #fff !important;
}
.pages ul li:hover {
  color: var(--color);
  text-decoration: underline;
}

.word {
  display: block;
  overflow: hidden;
  color: inherit;
  line-height: 1;
}

.wave-text .char {
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 3rem 0px;
  transition: 0.5s;
}

.wave-text:hover .char {
  transform: translateY(-3rem);
}

.w2 {
  display: block;
  overflow: hidden;
  color: inherit;
  line-height: 1;
}

.s_wave .ws {
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 3rem 0px;
  transition: 0.5s;
}

.s_wave:hover .ws {
  transform: translateY(-3rem);
}

/* 定制3个页面 */
.ban_pro2 video {
  width: 100%;
}

.pro2_d .bar1 {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.pro2_d .bar1 .box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pro2_d .bar1 .left {
  width: 50%;
  position: relative;
}

.pro2_d .bar1 .left img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20% 3rem;
}

.pro2_d .bar1 .swiper-pagination span {
  background: var(--color);
  border-radius: 3rem;
  height: 5px;
}

.pro2_d .bar1 .swiper-pagination-bullet-active {
  width: 2.8rem;
}

.pro2_d .bar1 .right {
  width: 45%;
  padding: 0% 0;
  box-sizing: border-box;
}

.pro2_d .bar1 .right .title2 {
  margin-bottom: 2rem;
}

.pro2_d .bar1 .right .title2 h3 {
  font-size: 3rem;
  line-height: 1.4;
}


.pro2_d .bar1 .right p {
  font-size: 1.4rem;
}

.pro2_d .bar1 .right .tt2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.pro2_d .bar1 .right .tt2 p {
  color: var(--color);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 0;
  padding-bottom: 1rem;
  font-weight: 400;
}

.pro2_d .bar1 .right p strong {
  font-weight: 400;
  display: block;
  color: #999;
}

.pro2_d .bar2 {
  overflow: hidden;
}

.pro2_d .bar2 .box {
  position: relative;
  margin: 8rem auto 0;
}

.pro2_d .bar2 .bg {
  width: 30%;
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--color);
  border-radius: 50%;
  padding: 4rem;
}

.pro2_d .bar2 .bg img {
  width: 100%;
  border-radius: 50%;
}

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

.pro2_d .bar2 ul li {
  width: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 3rem 0;
  justify-content: space-between;
}

.pro2_d .bar2 ul li b {
  width: 4.5rem;
  display: block;
  background: #fff;
  border-radius: 50%;
}

.pro2_d .bar2 ul li b img {
  width: 100%;
}

.pro2_d .bar2 ul li p {
  font-size: 1.2rem;
  width: calc(100% - 7rem);
  box-sizing: border-box;
  padding-right: 20%;
}

.pro2_d .bar2 ul li p strong {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--color);
  line-height: 1.4;
  margin-bottom: 0.6rem;
}

.pro2_d .bar2 ul li:nth-of-type(1) {
  padding-right: 16%;
  flex-direction: row-reverse;
}

.pro2_d .bar2 ul li:nth-of-type(3) {
  padding-right: 15%;
  flex-direction: row-reverse;
}

.pro2_d .bar2 ul li:nth-of-type(2) {
  padding-left: 16%;
}

.pro2_d .bar2 ul li:nth-of-type(4) {
  padding-left: 15%;
}

.pro2_d .bar2 ul li:last-of-type {
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.pro2_d .bar2 ul li:nth-of-type(1) p,
.pro2_d .bar2 ul li:nth-of-type(3) p {
  text-align: right;
  padding: 0;
  padding-left: 20%;
}

.pro2_d .bar2 ul li:last-of-type p {
  text-align: center;
  padding: 0;
}

.pro2_d .bar3 p {
  position: relative;
  padding-left: 1.6rem;
}

.pro2_d .bar3 p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: var(--color2);
  border-radius: 50%;
}

.pro2_d .bar4 {
  background: #fafcff;
  overflow: hidden;
}
.pro2_d .bar4 .tables {
  overflow-x: auto;
}

.pro2_d .bar4 table {
  min-width: 100%;

}
.pro2_d .bar4 ul li:not(:first-of-type) {
  margin-top: 5rem;
}

.pro2_d .bar4 p strong {
  font-size: 2rem;
  display: block;
  font-weight: 400;
  margin: 5rem 0 2rem;
}

.pro2_d .bar4 p {
  margin: 2rem 0;
}

.pro2_d .bar4 p img {
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  box-sizing: border-box;
  padding: 5% 20%;
}

.pro2_d .bar4 table {
  width: 100%; 
}

.pro2_d .bar4 table td {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 1.8rem;
  box-sizing: border-box;
  color: #666;
  text-align: center;  
  background:  #f6f6f6;
}

.pro2_d .bar4 table tr:nth-of-type(2n+1) td {
  background: #edf1f6;
}

.pro2_d .bar4 table tr td:nth-of-type(1),
.pro2_d .bar4 table tr:nth-of-type(1) td {
  color: var(--color2);
  font-weight: 400;
}

.pro2_d .bar5 {
  background: #fff;
}

.pro2_d .bar5 p img {
  padding: 0;
}

.pro2_d .bar6 {
  background: #fafcff;
  overflow: hidden;
}

.pro2_d .bar6 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pro2_d .bar6 .box .ll {
  width: 45%;
}

.pro2_d .bar6 .box .rr {
  width: 50%;
}

.pro2_d .bar6 .box .rr img {
  width: 100%;
  border-radius: 1rem;
}

.pro2_d .bar7 {
  overflow: hidden;
}

.pro2_d .bar7 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pro2_d .bar7 .box .ll {
  width: 52%;
}

.pro2_d .bar7 .box .ll img {
  width: 100%;
  border-radius: 1rem;
}

.pro2_d .bar7 .box .rr {
  width: 38%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}

.pro2_d .bar7 .box .rr p {
  display: flex;
  align-items: center;
  margin: 0;
}

.pro2_d .bar7 .box .rr p img {
  width: 3rem;
  margin-right: 1rem;

}

.pro2_d .bar7 .box:nth-of-type(3) {
  flex-direction: row-reverse;
  padding: 7rem 0;
}

.pro2_d .bar7 .box:nth-of-type(3) .rr {
  display: block;
}

.pro2_d .bar7 .box:nth-of-type(4) .ll {
  width: 49%;
}

.pro2_d .bar7 .box:nth-of-type(4) .ll p {
  text-align: center;
}

.pro2_d .bar8 {
  background: #fafcff;
}

.pro2_d .bar9 .box {
  display: flex;
  justify-content: space-between;

}
.pro2_d .bar9 .tts{
    display: none;
}
.pro2_d .bar9 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pro2_d .bar9 .btns2 {
  display: flex;
  position: relative;
  margin-left: 3rem;
}

.pro2_d .bar9 .swiper-button-black {
  position: static !important;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  margin-left: 1.5rem;
  transition: all 0.5s ease;
}

.pro2_d .bar9 .swiper-button-black::after {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, .4);
  transition: all 0.5s ease;
}

.pro2_d .bar9 .swiper-button-black:hover:after {
  color: #fff !important;
}

.pro2_d .bar9 {
  overflow: hidden;
}


.pro2_d .bar9 .ll {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pro2_d .bar9 .ll h6 {
  font-size: 2rem;
  font-weight: 400;
}

.pro2_d .bar9 .ll p {
  margin-top: 2rem;
}

.pro2_d .bar9 .rr {
  width: 50%;
  background: #fafafa;
  border-radius: 1rem;
  overflow: hidden;
}

.pro2_d .bar9 .swiper-slide img {
  width: 100%;
  padding: 5% 25%;
  box-sizing: border-box;
  object-fit: cover;

}

.pro2_d .bar9 .swiper-slide .tt h4 {
  color: var(--color2);
  margin: 3rem 0 0rem;
  font-size: 2rem;
  transition: all 0.5s ease;
}

.pro2_d .bar9 .swiper-slide:hover .tt h4 {
  color: var(--color);
}

.pro2_d .bar9 .swiper-slide .tt p {
  color: var(--color2);
  font-size: 1.4rem;
  margin: 0;
  height: auto;
  opacity: 0.6 !important;
}


.pro2_d .bar9 .swiper-scrollbar {
  flex: 1;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 2px;
  opacity: 1 !important;
}

.pro2_d .bar9 .swiper-scrollbar-drag {
  background: var(--color) !important;
}

.pro2_d .bar10 {
  background: #fafcff;
}

.pro2_d .bar10 img {
  width: 100%;
}
.pro2_d .bar11 p{
    cursor: pointer;
}
.pro3_d .bar2b {
  background: #f7fbfe;
}

.pro2_d .bar2b .bg {
  width: 40%;
  padding: 0;
  top: 45%;
  border-style: solid;
  border-color: rgba(2, 71, 174, 0.5);
}

.pro3_d .bar2b .bg::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94%;
  height: 94%;
  opacity: 0.3;
  border: 1px dashed var(--color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pro3_d .bar2b .bg::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55%;
  height: 55%;
  opacity: 0.03;
  border: 1.5rem solid var(--color);
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.pro3_d .bar2b ul li {
  padding: 7rem 0;
  margin: 0;
  position: relative;
}

.pro3_d .bar2b ul li b {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  position: relative;
  z-index: 6;
  background: linear-gradient(to right, var(--color), #b6c8e6);
}

.pro3_d .bar2b ul li:nth-of-type(3) {
  padding-right: 16%;
}

.pro3_d .bar2b ul li:nth-of-type(4) {
  padding-left: 16%;
}

.pro3_d .bar2b ul li .imgs {
  display: grid;
  position: absolute;
  left: 18%;
  top: 14rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.pro3_d .bar2b ul li .imgs img {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}

.pro3_d .bar2b ul li .lines img {
  position: absolute;
}

.pro3_d .bar2b ul li:nth-of-type(1) .lines img {
  right: 35.5%;
  bottom: -0%;
  width: 20%;
}

.pro3_d .bar2b ul li:nth-of-type(3) .lines img {
  right: 15%;
  bottom: 20%;
  width: 24%;
}

.pro3_d .bar2b ul li:nth-of-type(2) .lines img {
  left: 26%;
  bottom: 10%;
  width: 20%;
}

.pro3_d .bar2b ul li:nth-of-type(4) .lines img {
  left: 27%;
  top: 25%;
  width: 17%;
}

.pro3_d .bar2c .bg {
  top: 45%;
}

.pro3_d .bar2c ul li {
  margin: 3rem 0;
}

.pro3_d .bar2c ul li b {
  background: none;
}

.pro3_d .bar2c ul li:nth-child(odd) {
  flex-direction: inherit;
  padding: 0;
  justify-content: flex-start;
}

.pro3_d .bar2c ul li:nth-of-type(odd) p {
  text-align: left;
  padding: 0 0 0 1.5rem !important;
  width: 50%;
}

.pro3_d .bar2c ul li:nth-child(even) {
  padding: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.pro3_d .bar2c ul li:nth-of-type(even) p {
  text-align: right;
  padding: 0 1.5rem 0 40% !important;
}

.pro3_d .bar2c ul li:nth-of-type(1) {
  padding-left: 5%;
}

.pro3_d .bar2c ul li:nth-of-type(5) {
  padding-left: 3%;
}

.pro3_d .bar2c ul li:nth-of-type(2) {
  padding-right: 5%;
}

.pro3_d .bar2c ul li:nth-of-type(6) {
  padding-right: 3%;
}

.pro3_d .bar7 p img {
  border-radius: 0;
}

.pro3_d .bar7 .txt2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
  margin-top: -5.2rem;
}

.pro3_d .bar7 .txt2 p {
  display: flex;
  align-items: center;
  margin: 0;
}

.pro3_d .bar7 .txt2 p img {
  width: 3rem;
  margin-right: 1rem;

}

.pro3_d .bar8 ul {
  display: flex;
  gap: 3rem;
  position: relative;
}

.pro3_d .bar8 ul:first-of-type::before {
  content: '';
  position: absolute;
  left: -1%;
  top: 48%;
  width: 45%;
  height: 115%;
  border: 1px dashed var(--color2);
  transform: translate(0%, -50%);
}

.pro3_d .bar8 ul li img {
  width: 100%;
}

.pro3_d .bar8 ul li {
  width: 15.2%;

}

.pro3_d .bar8 ul li:nth-of-type(2n) {
  width: 8%;
}

.pro3_d .bar8 ul li p {
  margin: 1rem 0 0rem;
  font-size: 1.3rem;
}

.pro3_d .bar8 .bbs li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 3rem 0 2rem;
}

.pro3_d .bar8 .bbs img {
  width: 3.5rem;
  margin: 0 2rem;
}

.pro3_d .bar10 {
  background: #fff;
}

.pro3_d .bar11 {
  background: #fafcff;
}

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

.pro4_d .barp_6 ul li {
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, .06);
}

.pro4_d .barp_6 ul li img {
  width: 4rem;
  padding-left: 2rem;
  border-left: 2px solid var(--color);
}

.pro4_d .barp_6 ul li p {
  padding-left: 2rem;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 1.5rem 0 0;
}

.pro4_d .bar4 {
  background: #fff;
}

.pro4_d .bar4 tr td:not(:first-of-type) {
  text-align: center;
}
.pro2_d .w_all{
    width: 1200px;
}
.table3-1 tr td.cg{
    color: var(--color2);
    font-weight: 400;
}

.table3-1 tr td{
    background: #f6f6f6 !important;
}
.table3-1 tr:nth-of-type(1) td,.table3-1 tr.bg td{
    background: #edf1f6 !important;
}
.table3-3 tr td{
    background: #f6f6f6 !important;
    color: #666 !important;
    font-weight: 300 !important;
}
.table3-3 tr td.bg{
    background: #edf1f6 !important;
    color: var(--color2) !important;
    font-weight: 400 !important;
}