@import url("swiper-bundle.min.css");
.text_color {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.before_public {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
}
.border_color {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  transition: 0.3s;
}
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 92;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 9px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  z-index: 1;
  transition: 0.3s;
  position: relative;
}
.rightMenu > *::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.rightMenu > *:hover {
  background: transparent;
}
.rightMenu > *:hover::before {
  opacity: 1;
}
@media screen and (min-width: 993px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  right: 2.5%;
  top: 16px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
header .content {
  width: calc(100% - 80px) !important;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
header .center {
  display: flex;
  align-items: center;
  gap: 51px;
}
header .logoBox {
  width: 140px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
}
header .logoBox img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
header .menuOne.active > a::after,
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.active > a span::before {
  opacity: 1;
}
header .menuOne.menuactive > a::after,
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne.menuactive > a span::before {
  opacity: 1;
}
header .menuOne {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  position: relative;
}
header .menuOne span {
  transition: 0s;
  position: relative;
}
header .menuOne span::before {
  position: absolute;
  content: attr(title);
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transition: 0.3s;
  opacity: 0;
  left: 0;
  top: 0px;
  visibility: hidden;
}
header .menuOne > a {
  color: #fff;
  position: relative;
  padding: 20px 0px 32px;
}
header .menuOne > a::before,
header .menuOne > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
  left: 0;
  bottom: 20px;
}
header .menuOne > a::before {
  background: #fff;
}
header .menuOne > a::after {
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  opacity: 0;
}
@media screen and (min-width: 993px) {
  header .menuOne > a:hover::after,
  header .menuOne > a:hover::before {
    width: 100%;
  }
  header .menuOne > a:hover span::before {
    opacity: 1;
  }
}
header .menuOne .active > a {
  color: transparent;
}
header .menuOne .active > a span::before {
  visibility: initial;
  opacity: 1;
}
header .menuOne .menuactive > a {
  color: transparent;
}
header .menuOne .menuactive > a span::before {
  visibility: initial;
  opacity: 1;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 15px;
  transform: translateY(-21px);
}
header .ul div {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 21px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 8px;
}
header .ul li a {
  display: block;
  padding: 3px 26px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 993px) {
  header .ul li a:hover {
    color: transparent;
  }
  header .ul li a:hover span::before {
    visibility: initial;
    opacity: 1;
  }
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 5px !important;
}
header .logo {
  width: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .logo img:nth-of-type(2) {
  width: auto;
  position: absolute;
  max-width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
}
header .text {
  color: #fff;
}
header .text a {
  color: #fff;
  position: relative;
}
header .text a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 993px) {
  header .text a:hover {
    color: transparent;
  }
  header .text a:hover::before {
    opacity: 1;
  }
}
header .text span {
  transition: 0s;
}
header figure {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .contact_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 23px;
}
header .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
header .icBox a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .icBox a:hover {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 20px;
}
header .sousuo .search:hover {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 27px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 6px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  }
}
header .lang .lang_box .lang2 {
  width: 24px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box .lang1 {
  width: 10px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box span {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: 0.3s;
  margin-right: 3px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #023c86;
}
header .lang > ul li {
  padding: 6px 0px;
  border-bottom: 1px dashed #023c86;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .search_lang {
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-bottom: 12px;
}
header .header_boxr {
  display: flex;
  align-items: center;
}
.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 0px 3px;
}
.header_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header {
  background: #fff;
}
.header::before {
  opacity: 0;
}
.header .logo img:nth-of-type(1) {
  opacity: 0;
}
.header .logo img:nth-of-type(2) {
  opacity: 1;
}
.header .text {
  color: #000;
}
.header .text a {
  color: #000;
}
.header .header_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .logoBox img:nth-of-type(1) {
  opacity: 0;
}
.header .logoBox img:nth-of-type(2) {
  opacity: 1;
}
.header .icBox a {
  color: #000;
}
.header .menuOne {
  color: #000;
}
.header .menuOne span::before {
  visibility: initial;
}
.header .menuOne > a {
  color: #000;
}
.header .menuOne > a::after {
  opacity: 1;
}
.header .menuOne > a::before {
  opacity: 0;
}
.header .sousuo .search {
  color: #000;
}
.header .lang {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.header .lang .lang_box .lang2 {
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.header .lang .lang_box .lang1 {
  background: #000;
}
.header .lang .lang_box span {
  color: #000;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide img {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index_banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiper_button .controls {
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  top: 50%;
}
.index_banner .swiper_button .controls::before {
  display: none;
}
.index_banner .swiper_button .controls::after {
  opacity: 1 !important;
  border: 1px solid #8a8a87;
}
@media screen and (min-width: 993px) {
  .index_banner .swiper_button .controls:hover::after {
    border: 1px solid #fff;
  }
  .index_banner .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
}
.index_banner .swiper_button .controls.prev {
  left: 30px;
}
.index_banner .swiper_button .controls.next {
  right: 30px;
}
.index_banner .swiper_button .mask_box {
  background: #8a8a87;
}
.index_banner .swiper_button .mask_box::before {
  display: none;
}
.big_title_before {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.big_title_before span {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.big_title {
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  text-transform: uppercase;
  color: #000;
}
.big_title a {
  color: #000;
  position: relative;
}
.big_title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    color: transparent;
  }
  .big_title a:hover::before {
    opacity: 1;
  }
}
.index1 {
  background: url("../images/index1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0px 100px;
}
.index1 .big_title {
  margin-top: 6px;
}
.index1 .describe {
  font-family: Poppins-Regular;
  color: #333;
  margin-top: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.index1 .buttonBox {
  margin-top: 65px;
}
.index1_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
}
.index1_l {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.index1_l .container {
  width: calc(100% - 90px);
  max-width: 797px;
  padding-right: 9.177%;
}
.index1_r {
  width: 44.948%;
  position: relative;
  border-radius: 16px 0px 0px 16px;
  overflow: hidden;
  margin-top: 1px;
}
.index1_r .hide_box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.index1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.57066667%;
}
.index1_list li {
  border: 1px solid #c9d1d8;
  border-radius: 16px;
  width: 21.572%;
  padding: 27px 15px 19px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index1_list .number_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.index1_list .big_num {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.index1_list .big_num_after {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.index1_list .text {
  color: #333;
  font-size: 14px;
  margin-top: 2px;
}
.index2 {
  padding: 99px 0px 95px;
}
.index2 .big_title_before {
  font-family: Poppins-Regular;
}
.index2 .big_title_before,
.index2 .big_title {
  text-align: center;
}
.index2 .big_title {
  margin-top: 1px;
}
.index2 .text {
  font-family: Poppins-Medium;
  color: #333;
  text-align: center;
  margin-top: 22px;
}
.index2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 1.52266667%;
  margin-top: 51px;
}
.index2_list li {
  width: 23.858%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 15.5px 25px;
  display: flex;
  flex-direction: column;
}
.index2_list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 19px;
}
.index2_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.index2_list .title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  min-height: 60px;
  color: #000;
}
.index2_list .title a {
  color: #000;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index2_list .title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .index2_list .title a:hover {
    color: transparent;
  }
  .index2_list .title a:hover::before {
    opacity: 1;
  }
}
.index2_list .index2_button {
  justify-content: center;
  margin-top: 22px;
}
.index2_list .index2_button a {
  font-family: Poppins-Regular;
}
.index3 {
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 105px 0px 102px;
  overflow: hidden;
}
.index3 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index3 .buttonBox {
  margin-top: 37px;
}
.index3 .buttonBox a {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 7px 4px;
}
.index3 .buttonBox a::before {
  display: none;
}
.index3 .buttonBox span::before {
  display: none;
}
.index3 .buttonBox .button_logo img:nth-of-type(1) {
  opacity: 0;
}
.index3 .buttonBox .button_logo img:nth-of-type(2) {
  opacity: 1;
}
.index3_l {
  width: 38.715%;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}
.index3_l::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 1px);
  aspect-ratio: 543/599;
  background: url("../images/index3_ib.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  transform: translate(-25.415%, -17.029%);
}
.index3_l::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 62.916%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  overflow: hidden;
  transform: translate(15.25%, 12.904%);
}
.index3_l .imgBox {
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}
.index3_r {
  width: 52.286%;
}
.index3_r .big_title_before {
  font-family: Poppins-Regular;
}
.index3_r .big_title_before span {
  color: #fff;
  background-image: none;
  -webkit-text-fill-color: initial;
}
.index3_r .big_title {
  color: #fff;
  margin-top: 1px;
}
.index3_r .big_title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index3_r .big_title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.index3_r .describe {
  font-family: Poppins-Regular;
  line-height: 30px;
  color: #fff;
  margin-top: 18px;
}
.index3_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 11.203%;
  margin-top: 43px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 44px;
  text-align: center;
}
.index3_list .logo {
  width: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
}
.index3_list .text {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0px 100px;
  overflow: hidden;
}
.index4 .big_title_before {
  font-family: Poppins-Regular;
  text-align: center;
}
.index4 .big_title {
  text-align: center;
}
.index4 .text {
  color: #333;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 30px;
  margin-top: 21px;
}
.index4 .sw_box {
  width: 100%;
  max-width: 1875px;
  margin: 39px auto 0px;
}
.index4 .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.index4 .swiper {
  overflow: initial;
}
.index4 .swiperindex4-pagination {
  position: relative;
  height: 2px;
  background: #d9d9d9;
  border-radius: 12px;
}
.index4 .swiperindex4-pagination .swiper-pagination-progressbar-fill {
  height: 4px;
  top: -1px;
  border-radius: 12px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.index4 .swiper_button {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  margin-top: 42px;
}
.index4_controls {
  padding-top: 40px;
}
.index5 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0px 101px;
}
.index5 .top_l {
  max-width: 1044px;
}
.index5 .top_r {
  padding-top: 71px;
}
.index5 .text {
  color: #333;
  margin-top: 14px;
}
.index5_list {
  display: flex;
  gap: 29px;
  margin-top: 46px;
}
.index5_list li {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.index5_list li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 190px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.index5_list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .index5_list li:hover {
    flex: 3.42;
  }
  .index5_list li:hover::before {
    opacity: 0;
  }
  .index5_list li:hover::after {
    opacity: 1;
  }
}
.index5_list .index5_img {
  width: 699px;
  max-width: none;
}
.index5_list .hide_box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0px 8px 19px;
  transition: 0.5s ease-in-out;
}
.index5_list .name {
  color: #fff;
  font-family: Poppins-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.index5_list .title {
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.index5_list .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index5_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.index5_list .describe {
  line-height: 30px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index5_list .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 37px;
}
.index5_list .links a {
  display: block;
}
@media screen and (min-width: 993px) {
  .index5_list .links a:hover .mask_box {
    background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  }
}
.index5_list .links .mask_box {
  width: 39px;
  aspect-ratio: 1/1;
  background: #fff;
  mask-image: url("../images/index5_la.png");
  -webkit-mask-image: url("../images/index5_la.png");
  transition: 0.3s;
}
.index5_list .box {
  margin-top: 18px;
  display: none;
}
.index5_list li.active .title {
  font-size: 20px;
  font-weight: bold;
}
.index5_list li.active .hide_box {
  padding: 0px 25px 49px;
}
.index6 {
  padding: 104px 0px 100px;
}
.index6 .big_title_before,
.index6 .big_title {
  text-align: center;
}
.index6 .big_title {
  margin-top: 3px;
}
.index6 .text {
  width: 100%;
  max-width: 1200px;
  color: #333;
  text-align: center;
  margin: 16px auto 0px;
}
.index6_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  gap: 30px;
}
.index6_container .buttonBox {
  margin-top: 77px;
}
.index6_l {
  flex: 1;
  max-width: 438px;
  margin-top: 30px;
}
.index6_list {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.index6_list span {
  color: #000;
  position: relative;
}
.index6_list span::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
}
.index6_list li {
  padding-left: 44px;
  cursor: pointer;
  position: relative;
}
.index6_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  inset: initial;
  left: 0;
  top: 1px;
  width: 24px;
  aspect-ratio: 1/1;
  padding: 2px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
.index6_list li::after {
  content: "";
  position: absolute;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 0;
  top: 7.5px;
  left: 7.5px;
}
@media screen and (min-width: 993px) {
  .index6_list li:hover span {
    color: transparent;
  }
  .index6_list li:hover span::before {
    opacity: 1;
  }
}
.index6_list li.active {
  font-weight: bold;
}
.index6_list li.active::before,
.index6_list li.active::after {
  opacity: 1;
}
.index6_list li.active span {
  color: transparent;
}
.index6_list li.active span::before {
  opacity: 1;
}
.index6_r {
  width: 57.643%;
}
.index6_r .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index6_r .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  opacity: 1;
}
.index6_r .swiper-slide-active::before {
  opacity: 0;
  pointer-events: none;
}
.index6_r .swiper-slide-active .title_box {
  opacity: 1;
  pointer-events: all;
}
.index6_r .title_box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 19px 20px 13px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.index6_r .title_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  opacity: 0.8;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.index6_r .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.index6_r .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index6_r .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.index6_r .sw_box {
  position: relative;
}
.index6_r .swiper_button .controls {
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  top: 50%;
}
.index6_r .swiper_button .controls::before {
  display: none;
}
.index6_r .swiper_button .controls::after {
  opacity: 1 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 993px) {
  .index6_r .swiper_button .controls:hover::after {
    border: 1px solid #fff;
  }
  .index6_r .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
}
.index6_r .swiper_button .controls.prev {
  left: 24px;
}
.index6_r .swiper_button .controls.next {
  right: 24px;
}
.index6_r .swiper_button .mask_box {
  background: rgba(255, 255, 255, 0.5);
}
.index6_r .swiper_button .mask_box::before {
  display: none;
}
.index6_r_describe {
  width: 79.43%;
  margin: 26px auto 0px;
  padding: 0px 21px;
}
.index6_r_describe .describe {
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}
.index7 {
  background: #f8f8fa;
  padding: 100px 0px 100px;
}
.index7 .big_title {
  text-align: center;
}
.index7 .text {
  color: #555;
  text-align: center;
  margin-top: 17px;
}
.index7 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.index7 .swiper-slide figure {
  border-radius: 16px;
  overflow: hidden;
}
.index7 .sw_box {
  margin-top: 39px;
}
.index8 {
  background: url("../images/index8_back.jpg") no-repeat center;
  background-size: cover;
  padding: 54px 0px 78px;
}
.index8 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index8 .describe {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  margin-top: 35px;
}
.index8 .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #333;
}
.index8_l {
  width: 50.715%;
  padding-top: 1.8%;
}
.index8_l .big_title {
  color: #fff;
}
.index8_l .big_title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index8_l .big_title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.index8_r {
  width: 43.643%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 31px 16px 38px;
}
.index8_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 0px;
  width: 100%;
  margin-top: 16px;
}
.index8_r form > * {
  width: 100%;
}
.index8_r form input,
.index8_r form textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 11px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.index8_r form input::placeholder,
.index8_r form input::-webkit-input-placeholder,
.index8_r form textarea::placeholder {
  color: #999;
}
.index8_r form .int1 {
  width: 48.3%;
}
.index8_r form input {
  height: 39px;
}
.index8_r form textarea {
  height: 39px;
  padding-top: 8px !important;
}
.index8_r form .ttBox {
  width: 100%;
}
.index8_r form .yzm {
  position: relative;
  display: flex;
}
.index8_r form .yzm input {
  flex: 1;
  padding-right: 80px;
}
.index8_r form .yzm span {
  height: 34px;
  aspect-ratio: 71/34;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.index8_r form .yzm span img {
  height: 100%;
}
.index8_r form .afterBox {
  position: relative;
}
.index8_r form .afterBox::before {
  left: 12px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 56%;
  transform: translateY(-50%);
  z-index: 1;
}
.index8_r form .afterBox input,
.index8_r form .afterBox textarea {
  padding-left: 22px;
}
.index8_r form .ttBox::before {
  top: 23px;
}
.index8_r form .tj {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index8_r form .tj::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 1;
}
.index8_r form .tj input {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index8_r form .tj:hover::before {
    opacity: 0;
  }
  .index8_r form .tj:hover input {
    background: #023c86;
  }
}
.index8_r .file_box {
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  color: #999;
  font-size: 16px;
  padding: 0px 11px;
  gap: 20px;
}
.index8_r .file_box img {
  width: 20px;
  margin-right: 2px;
}
.index9 {
  background: url("../images/index9_back.jpg") no-repeat center;
  background-size: cover;
  padding: 95px 0px 100px;
}
.index9 .big_title {
  margin-top: 7px;
}
.index9 .swiper_button {
  display: flex;
  align-items: center;
  gap: 25px;
}
.index9 .top_r {
  padding-top: 43px;
}
.index9_sw_box {
  margin-top: 49px;
}
.index9_sw_box .time {
  color: #555;
  margin-top: 31px;
}
.index9_sw_box .title {
  color: #222;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  min-height: 60px;
  margin-top: 9px;
}
.index9_sw_box .title a {
  color: #222;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index9_sw_box .title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index9_sw_box .title a:hover {
    color: transparent;
  }
  .index9_sw_box .title a:hover::before {
    opacity: 1;
  }
}
.index9_sw_box .swiper-slide {
  width: 32.19066667%;
  transition: 0.5s;
  margin-right: 1.714%;
}
.index9_sw_box .swiper-slide.active_dif {
  width: 28.143%;
}
.index9_sw_box .swiper-slide.active {
  width: 40.286%;
}
.index9_sw_box .swiper-slide.active .xian::before {
  transform: scaleX(1);
  transition: 3s;
}
.index9_sw_box .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.index9_sw_box .imgBox {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 25px;
}
.index9_sw_box .imgBox a {
  display: flex;
  justify-content: center;
}
.index9_sw_box .imgBox img {
  width: auto;
  height: 394px;
  max-width: none;
}
.index9_sw_box .xian {
  border-bottom: 1px solid rgba(85, 85, 85, 0.3);
  position: relative;
}
.index9_sw_box .xian::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  transform-origin: left center;
  background: #222;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}
.bannerBox {
  padding-top: 31.25%;
  position: relative;
}
.bannerBox::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 73.5%);
  z-index: 1;
}
.bannerBox .content {
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.bannerBox .banner_title {
  color: #fff;
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  text-transform: uppercase;
}
.mbx {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.mbx a {
  display: inline;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 993px) {
  .mbx a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.to1 {
  padding: 100px 0px 103px;
}
.to1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to1_title {
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  text-transform: uppercase;
  color: #000;
}
.to1_container {
  width: 74.572%;
}
.to1_container .describe {
  color: #333;
  margin-top: 17px;
}
.to1_form {
  margin-top: 39px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.0105%;
}
.to1_list li {
  width: 31.993%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 15.5px 25px;
  display: flex;
  flex-direction: column;
}
.to1_list .box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.to1_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.to1_list .title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  text-transform: capitalize;
}
.to1_list .title a {
  color: #000;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.to1_list .title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .to1_list .title a:hover {
    color: transparent;
  }
  .to1_list .title a:hover::before {
    opacity: 1;
  }
}
.to1_list .input_links {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 21px 6px;
  margin-top: 21px;
}
.to1_list .input_links::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  transition: 0.3s;
  border-radius: 50px;
}
.to1_list .input_links::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .to1_list .input_links:hover::after {
    opacity: 1;
  }
  .to1_list .input_links:hover .input_box span::before {
    opacity: 0;
  }
  .to1_list .input_links:hover .input_box span::after {
    opacity: 1;
  }
  .to1_list .input_links:hover .links {
    color: #fff;
  }
  .to1_list .input_links:hover .links::before {
    opacity: 0;
  }
}
.to1_list .input_box {
  position: relative;
}
.to1_list .input_box input {
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.to1_list .input_box span {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.to1_list .input_box span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  transition: 0.3s;
}
.to1_list .input_box span::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid #fff;
  transition: 0.3s;
  opacity: 0;
}
.to1_list .input_box input:checked {
  opacity: 1;
}
.to1_list .links {
  position: relative;
  color: transparent;
}
.to1_list .links::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  opacity: 1;
}
.to3_big_title {
  text-transform: capitalize;
}
.to3 {
  padding: 100px 0px 100px;
}
.to3 .big_title {
  margin-top: 2px;
}
.to3_sw_box .title {
  color: #222;
  min-height: auto !important;
  margin-top: 30px;
}
.to3_sw_box .title a {
  -webkit-line-clamp: 1;
}
.to3_sw_box .title a::before {
  -webkit-line-clamp: 1;
}
.to3_sw_box .imgBox {
  margin-top: 40px;
  position: relative;
}
.to3_sw_box .imgBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
}
.to3_sw_box .swiper-slide.active .imgBox::before {
  opacity: 0;
}
.tt1 {
  padding: 100px 0px 75px;
  background: #f8f8fa;
}
.tt1 .content {
  display: flex;
  justify-content: space-between;
}
.tt1_l {
  width: 49.929%;
  position: relative;
}
.tt1_l .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tt1_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tt1_l .swiper-slide-thumb-active {
  border: 1px solid #023c86;
}
.tt1_l .mySwipertt1_2 {
  width: 90.129%;
  margin: 0px auto;
}
.tt1_l .mySwipertt1_2 .swiper-slide {
  cursor: pointer;
}
.tt1_l .mySwipertt1_1 {
  overflow: hidden;
}
.tt1_l .sw_box {
  position: relative;
  margin-top: 25px;
}
.tt1_l .mask_box {
  width: 29px;
  aspect-ratio: 29/28;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 993px) {
  .tt1_l .mask_box:hover {
    background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  }
}
.tt1_l .mask_box.prev {
  left: 0;
  mask-image: url("../images/tt1_la.png");
  -webkit-mask-image: url("../images/tt1_la.png");
}
.tt1_l .mask_box.next {
  right: 0;
  mask-image: url("../images/tt1_lb.png");
  -webkit-mask-image: url("../images/tt1_lb.png");
}
.tt1_l .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt1_l .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .tt1_l .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tt1_r {
  width: 45.643%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.tt1_r .to1_title {
  line-height: 57px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.tt1_r .describe {
  color: #333;
  margin-top: 27px;
}
.tt1_r .share {
  display: flex;
  align-items: center;
  gap: 13px;
}
.tt1_r .share .share {
  margin-top: 0;
}
.tt1_r .index2_button {
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 12px 26px;
}
.tt1_r .index2_button a {
  padding: 8px 24px;
}
.tt2_title {
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 57px;
  text-transform: uppercase;
  color: #000;
}
.tt2 {
  padding: 70px 0px 51px;
}
.tt2_container {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.tt2_container .title {
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
.tt2_container .describe {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tt2_container .describe em {
  display: block;
  font-style: normal;
  position: relative;
  padding-left: 29px;
}
.tt2_container .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../images/tt2_la.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.tt3 {
  padding-bottom: 69px;
}
.tt3_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 39px 0px;
  margin-top: 39px;
}
.tt3_list li {
  width: 48.715%;
  padding: 27px 34px 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 29px;
  min-height: 328px;
  position: relative;
}
.tt3_list li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 90%;
  max-width: 598px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  transform: translateX(-50%) scaleX(0);
}
@media screen and (min-width: 993px) {
  .tt3_list li:hover::before {
    transform: translateX(-50%) scaleX(1);
  }
}
.tt3_list .logo {
  width: 54px;
}
.tt3_list .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
.tt3_list .describe {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333;
}
.tt3_list .describe em {
  display: block;
  font-style: normal;
  position: relative;
  padding-left: 27px;
}
.tt3_list .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../images/tt2_la.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.tt3_list .flex_box {
  flex: 1;
  padding-right: 6px;
}
.tt4 {
  padding-bottom: 66px;
}
.tt4 .text {
  color: #333;
  margin-top: 8px;
}
.tt4_container {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tt4_l {
  width: 47%;
  border-radius: 16px;
  overflow: hidden;
}
.tt4_r {
  width: 50%;
  position: relative;
}
.tt4_r .box {
  position: absolute;
  max-height: 100%;
  overflow: auto;
  padding-left: 46px;
  padding-top: 17px;
}
.tt4_r .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tt4_r .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tt4_r .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tt4_r .title {
  position: relative;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
.tt4_r .number_box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -46px;
  top: 0;
}
.tt4_r .describe {
  color: #333;
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tt4_r .describe em {
  display: block;
  font-style: normal;
  padding-left: 19px;
  position: relative;
}
.tt4_r .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #333;
  top: 10px;
}
.tt4_r figure:not(:nth-of-type(1)) {
  margin-top: 25px;
}
.tt5 {
  padding-bottom: 58px;
}
.tt5 .describe {
  color: #333;
  margin-top: 13px;
}
.tt5 .describe em {
  font-style: normal;
  color: #333;
}
.tt5 .table table {
  line-height: 30px;
  color: #333;
}
.tt5 .table table td {
  border: 1px solid #e1e2e4;
  padding: 12px 44px 5px;
}
.tt5 .table table tr:nth-of-type(1) {
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.tt5 .table table tr:nth-of-type(1) td {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 44px 16px;
}
.tt6 {
  padding-bottom: 99px;
}
.tth1_title {
  font-family: Arial;
  font-size: 100px;
  font-style: normal;
  font-weight: bold;
  line-height: 100px;
}
.tth1 {
  background: url("../images/tth1_ia.jpg") no-repeat center;
  background-size: cover;
  padding: 112px 0px 54px;
  overflow: hidden;
}
.tth1 .tth1_title {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.tth1 .tth1_title span {
  display: inline;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tth1 .tth1_title_box3 {
  display: flex;
  justify-content: flex-end;
}
.tth1 .tth1_title_box1 {
  position: relative;
  z-index: 1;
}
.tth1 .tth1_title_box1::before {
  content: "";
  width: 46.572%;
  aspect-ratio: 652/83;
  position: absolute;
  z-index: -1;
  border-radius: 60px;
  opacity: 0.1;
  background: linear-gradient(270deg, #023c86 0%, rgba(0, 160, 236, 0) 100%);
  left: 26.5%;
  top: 47.5%;
  transform: translateY(-50%);
}
.tth1_top {
  position: relative;
  z-index: 2;
}
.tth1_top_box {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  border-radius: 85px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  position: absolute;
  right: 0;
  top: -3px;
  width: 201px;
  padding: 58px 2px 51px;
}
.tth1_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tth1_l {
  width: 59.858%;
  transform: translateX(-7.28%);
  margin-top: -10.215%;
}
.tth1_r {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 61px;
  max-width: 490px;
}
.tth1_r .logo {
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.tth1_r figure {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.tth1_r .title {
  flex: 1;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #000;
  margin-top: 5px;
}
.tth2 {
  background: url("../images/tth2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0px 138px;
}
.tth2 .big_title {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.tth2 .big_title::before {
  content: "";
  position: absolute;
  border-radius: 60px 0px 0px 60px;
  opacity: 0.2;
  background: linear-gradient(90deg, #fff 0%, rgba(2, 90, 165, 0) 100%);
  z-index: -1;
  aspect-ratio: 538/83;
  width: 38.429%;
  top: 50%;
  left: 11.572%;
  transform: translateY(-50%);
}
.tth2 .text {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-top: 20px;
}
.tth2_title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
}
.tth2_title span {
  display: inline;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tth2_container {
  border-radius: 16px 100px;
  background: linear-gradient(146deg, #ebf2fb 5.36%, #fdfeff 100%);
  padding: 44px 34px 42px;
  overflow: hidden;
  margin-top: 30px;
}
.tth2_r {
  width: 49.25%;
  border-radius: 30px 50px;
  overflow: hidden;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 5px;
  margin-top: 14px;
}
.tth2_r .hide_box {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.tth2_list {
  margin-top: 20px;
}
.tth2_list li {
  padding-left: 56px;
  position: relative;
}
.tth2_list .logo {
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.tth2_list .title {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.tth2_list .describe {
  color: #333;
  margin-top: 9px;
}
.tth2_list li:not(:nth-of-type(1)) {
  margin-top: 30px;
}
.tth3_title {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 100px;
  font-style: normal;
  font-weight: bold;
  line-height: 140px;
}
.tth3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  margin-top: -38px;
}
.tth3 .content {
  padding: 100px 0px 91px;
  position: relative;
  z-index: 1;
}
.tth3 .content::before {
  content: "";
  position: absolute;
  left: 12.286%;
  top: 0;
  width: 20%;
  max-width: 83px;
  aspect-ratio: 83/204;
  border-radius: 0 0px 60px 60px;
  overflow: hidden;
  opacity: 0.3;
  background: linear-gradient(180deg, #025aa5 0%, #fff 100%);
  z-index: -1;
}
.tth3 .content::after {
  content: "";
  position: absolute;
  right: -32px;
  transform: translateX(100%);
  bottom: 26.15%;
  width: 20%;
  max-width: 83px;
  aspect-ratio: 83/301;
  border-radius: 60px 60px 0px 0px;
  overflow: hidden;
  border-radius: 60px;
  opacity: 0.2;
  background: linear-gradient(180deg, #fff 0%, #0088d3 100%);
  z-index: -1;
}
.tth3 .tth3_title {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.tth3_sw_box {
  margin-top: 30px;
}
.tth3_sw_box .mySwipertth3 .swiper-wrapper {
  width: max-content;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 0px;
}
.tth3_sw_box .swiper-slide {
  width: auto;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  border-radius: 50px;
  background: transparent;
  transition: 0.3s;
  padding: 8px 9px 6px;
  cursor: pointer;
  margin-right: 3px;
}
.tth3_sw_box .swiper-slide span {
  color: #fff;
  display: block;
  position: relative;
}
.tth3_sw_box .swiper-slide span::after {
  content: attr(title);
  font-weight: bold;
  display: block;
  height: 0px;
  overflow: hidden;
}
.tth3_sw_box .swiper-slide span::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  font-weight: bold;
}
@media screen and (min-width: 993px) {
  .tth3_sw_box .swiper-slide:hover {
    background: #fff;
  }
  .tth3_sw_box .swiper-slide:hover span {
    color: transparent;
  }
  .tth3_sw_box .swiper-slide:hover span::before {
    opacity: 1;
  }
}
.tth3_sw_box .swiper-slide.active {
  background: #fff;
}
.tth3_sw_box .swiper-slide.active span {
  color: transparent;
}
.tth3_sw_box .swiper-slide.active span::before {
  opacity: 1;
}
.tth3_sw_box .swiper-slide:nth-of-type(1) {
  margin-left: 5px !important;
}
.tth3_sw_box .swiper-slide:nth-last-of-type(1) {
  margin-right: 5px !important;
}
.tth3_container {
  margin-top: 70px;
}
.tth3_l {
  width: 50%;
}
.tth3_l .img_box {
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s;
}
.tth3_box {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tth3_l_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 15px;
}
.tth3_l_box_l {
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 3px;
}
.tth3_color_list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  flex: 1;
}
.tth3_color_list li {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 2px;
  cursor: pointer;
}
.tth3_color_list li.active {
  border: 1px solid #fff;
}
.tth3_color_list span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.tth3_l_box_r {
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 13px;
}
.tth3_l_box_r .logo {
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.tth3_l_box_r p {
  flex: 1;
}
.tth3_r {
  width: 46.072%;
  padding-top: 11px;
}
.tth3_r .big_title {
  color: #fff;
}
.tth3_r .index2_button {
  margin-top: 45px;
}
.tth3_r .index2_button a {
  background: #fff;
  padding: 8px 24px;
}
.tth3_r .index2_button a::before {
  opacity: 0;
}
.tth3_r_list {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tth3_r_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.tth3_r_list .flex_box {
  flex: 1;
  color: #e9f3f9;
}
.tth3_r_list .text {
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  margin-top: -5px;
}
.tth3_r_list .logo {
  width: 44px;
  margin-top: 4px;
  border-radius: 50%;
  overflow: hidden;
}
.tth3_bottom {
  margin-top: 72px;
}
.tth3_bottom .big_title {
  color: #fff;
}
.tth3_bottom_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.463%;
  margin-top: 21px;
}
.tth3_bottom_list li {
  width: 32.358%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 22px 15px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.tth3_bottom_list .title {
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.tth3_bottom_list .title a {
  color: #000;
}
@media screen and (min-width: 993px) {
  .tth3_bottom_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.tth4_title {
  font-family: Arial;
  font-size: 120px;
  font-style: normal;
  font-weight: bold;
  line-height: 128px;
}
.tth4 {
  padding: 106px 0px 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("../images/tth4_back.jpg") no-repeat center;
  background-size: cover;
}
.tth4 .tth4_title span {
  display: inline;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tth4 .tth4_title_box2 {
  display: flex;
  justify-content: flex-end;
}
.tth4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 58px;
}
.tth4_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  padding: 14px 22px 57px;
}
.tth4_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 20px;
  opacity: 0.2;
  background: linear-gradient(0deg, #023c86 0%, rgba(0, 160, 236, 0) 100%);
}
.tth4_list .logo {
  width: 133px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0px;
}
.tth4_list .title {
  color: #000;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
  margin-top: 23px;
}
.tth4_list .describe {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-top: 19px;
}
.tth5 {
  padding: 87px 0px 85px;
  border-radius: 50px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  overflow: hidden;
}
.tth5 .tth4_title span {
  display: inline;
  color: #fff;
}
.tth5 .tth4_title > * {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 40px;
}
.tth5 .tth4_title > *::before {
  content: "";
  width: 375px;
  aspect-ratio: 375/83;
  border-radius: 60px;
  opacity: 0.5;
  background: linear-gradient(270deg, #fff 0%, #0088d3 100%);
  display: block;
}
.tth5 .tth4_title .tth4_title_box2 {
  flex-direction: row;
  justify-content: flex-start;
}
.tth5 .tth4_title .tth4_title_box2::before {
  border-radius: 60px;
  opacity: 0.2;
  background: linear-gradient(270deg, #fff 0%, #0088d3 100%);
}
.tth5_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 58px;
}
.tth5_list li {
  width: 32%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  padding: 14px 22px 27px;
}
.tth5_list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 20px;
  opacity: 0.2;
  background: linear-gradient(0deg, #fff 0%, rgba(0, 160, 236, 0) 100%);
}
.tth5_list .logo {
  width: 133px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0px;
}
.tth5_list .title {
  color: #fff;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
  margin-top: 23px;
}
.tth5_list .describe {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-top: 19px;
}
.tth6 {
  background: url("../images/tth6_back.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding: 128px 0px 123px;
}
.tth6 .swiper-slide {
  width: 42%;
  margin-right: 1.429%;
}
.tth6 .swiper-slide .imgBox {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tth6 .swiper-slide .imgBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.tth6 .swiper {
  overflow: initial;
}
.tth6 .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.tth6 .sw_box {
  position: relative;
}
.tth6 .swiper_button .controls {
  position: absolute;
  transform: none;
  z-index: 1;
  top: 0%;
  margin-top: 11%;
}
.tth6 .swiper_button .controls::before {
  display: none;
}
.tth6 .swiper_button .controls::after {
  opacity: 1 !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 993px) {
  .tth6 .swiper_button .controls:hover::after {
    border: 1px solid #fff;
  }
  .tth6 .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
}
.tth6 .swiper_button .controls.prev {
  left: 6px;
}
.tth6 .swiper_button .controls.next {
  right: 6px;
}
.tth6 .swiper_button .mask_box {
  background: #fff;
}
.tth6 .swiper_button .mask_box::before {
  display: none;
}
.tth6_container {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
}
.tth6_l {
  width: 742px;
}
.tth6_l .big_title {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tth6_r {
  flex: 1;
  max-width: 453px;
  padding-top: 2px;
}
.tth6_r .describe {
  width: 100%;
  max-width: 389px;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #000;
}
.tth6_r .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 61px;
}
.tth6_r .links a {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  border-radius: 85px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  padding: 72px 10px 73px;
  width: 201px;
}
.tho_color_title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.tho_color_title span {
  display: inline;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho1 {
  background: url("../images/tho1_back.jpg") no-repeat center;
  background-size: cover;
}
.tho1 .container {
  padding: 100px 0px 23.858%;
}
.tho1 .big_title {
  text-align: center;
}
.tho1 .color_title {
  text-align: center;
  margin-top: 6px;
}
.tho1 .describe {
  color: #333;
  margin-top: 42px;
}
.tho1 .index1_list {
  margin-top: 25px;
}
.tho2_container {
  width: 100%;
  max-width: 1398px;
  margin: -20.286% auto 0px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.tho2_container .hide_box {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.tho3 {
  padding: 100px 0px 100px;
}
.tho3 .tho_color_title {
  margin-top: 12px;
}
.tho3 .text {
  color: #000;
  margin-top: 13px;
}
.tho3 .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  position: relative;
  padding-left: 27px;
}
.tho3 .title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/tt2_la.png") no-repeat center;
  background-size: cover;
}
.tho3 .describe {
  color: #333;
  margin-top: 7px;
}
.tho3 .describe img {
  display: inline-block;
}
.tho3_title {
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
  text-transform: capitalize;
  color: #000;
}
.tho3_1 {
  margin-top: 37px;
}
.tho3_container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.tho3_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 71px;
}
.tho3_l {
  width: 42%;
}
.tho3_r {
  width: 53.858%;
  position: relative;
}
.tho3_r .container {
  position: absolute;
  left: 0;
  top: 44%;
  max-height: 100%;
  overflow: auto;
  transform: translateY(-50%);
}
.tho3_r .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tho3_r .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tho3_r .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tho3_r .color_title {
  margin-top: 6px;
}
.tho3_r .color_title span {
  display: inline;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho3_r .describe {
  margin-top: 8px;
}
.tho4 {
  background: url("../images/tho4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 20px 0px 56px;
}
.tho4 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 4%;
}
.tho4 .tho4_title {
  margin-top: 26px;
}
.tho4 .buttonBox {
  margin-top: 57px;
  justify-content: center;
}
.tho4 .buttonBox a {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 7px 4px;
  min-width: 185px;
}
.tho4 .buttonBox a::before {
  display: none;
}
.tho4 .buttonBox span::before {
  display: none;
}
.tho4 .buttonBox .button_logo img:nth-of-type(1) {
  opacity: 0;
}
.tho4 .buttonBox .button_logo img:nth-of-type(2) {
  opacity: 1;
}
.tho4_title {
  font-family: Arial;
  font-size: 56px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  text-transform: uppercase;
  color: #fff;
}
.tho4_l {
  flex: 1;
  max-width: max-content;
  text-align: center;
  padding-bottom: 2.2%;
}
.tho4_l .tho_color_title {
  color: #fff;
}
.tho4_list {
  width: 54.072%;
}
.tho4_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 36px 0px 28px;
}
.tho4_list .logo {
  width: 70px;
}
.tho4_list .flex_box {
  flex: 1;
  padding-top: 2px;
}
.tho4_list .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
}
.tho4_list .describe {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 9px;
}
.tho5 {
  background: url("../images/tho5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 97px 0px 76px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tho5::before {
  content: '';
  position: absolute;
  right: 19px;
  top: -15px;
  width: 50%;
  aspect-ratio: 867/151;
  background: url('../images/tho5_back1.png') no-repeat center;
  background-size: cover;
  z-index: -1;
}
.tho5 .top_r {
  width: 50%;
}
.tho5 .text {
  color: #333;
}
.tho5 .color_describe {
  line-height: 26px;
  margin-top: 11px;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho5 .sw_box {
  width: 100%;
  max-width: 1200px;
  margin: 71px auto 0px;
}
.tho5 .sw_box .swiper {
  overflow: initial;
  pointer-events: none;
}
.tho5 .sw_box .swiper-slide-visible {
  pointer-events: all;
}
.tho5 .sw_box .swiper-slide-visible .container {
  opacity: 1;
}
.tho5 .container {
  border-radius: 24px;
  background: #fff;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  padding: 50px 50px 44px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tho5 .r_box {
  width: 33.637%;
  float: right;
  margin-left: 3.634%;
  margin-bottom: 5px;
}
.tho5 .l_box {
  padding-top: 16px;
}
.tho5 .describe {
  color: #333;
  margin-top: 13px;
}
.tho5 .year {
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
}
.tho5 .year span {
  display: inline;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho5 .sw_box1 {
  padding: 0px 74px;
  position: relative;
  margin-top: 50px;
}
.tho5 .swiper_button .controls {
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  top: 50%;
}
.tho5 .swiper_button .controls.prev {
  left: 0px;
}
.tho5 .swiper_button .controls.next {
  right: 0px;
}
.tho6 {
  padding: 100px 0px 100px;
}
.tho6 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tho6_l {
  width: 46.858%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tho6_l .l_box {
  width: 50%;
}
.tho6_l .r_box {
  width: 46.037%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tho6_l .box {
  width: 155px;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 27.5px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.tho6_l .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  transition: 0.3s;
  width: calc(100% + 28px);
  aspect-ratio: 1/1;
  opacity: 1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.tho6_r {
  padding-top: 26px;
  width: 50%;
}
.tho6_container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 27px;
}
.tho6_container .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  position: relative;
  padding-left: 27px;
}
.tho6_container .title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/tt2_la.png") no-repeat center;
  background-size: cover;
}
.tho6_container .describe {
  color: #333;
  margin-top: 7px;
}
.tho6_container .describe img {
  display: inline-block;
}
.tho7 {
  padding-bottom: 114px;
}
.tho7 .big_title {
  text-align: center;
}
.tho7 .text {
  color: #333;
  text-align: center;
  margin-top: 16px;
}
.tho7 .turn_page {
  margin-top: 48px;
}
.tho7 .turn_page #box {
  position: relative;
}
.tho7 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 29.715%;
}
.tho7 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.tho7 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.tho7 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.tho7 .turn_page #box .list-item:nth-of-type(2) .title,
.tho7 .turn_page #box .list-item:nth-of-type(3) .title,
.tho7 .turn_page #box .list-item:nth-of-type(4) .title,
.tho7 .turn_page #box .list-item:nth-of-type(5) .title,
.tho7 .turn_page #box .list-item:nth-of-type(6) .title {
  display: block;
}
.tho7 .turn_page #box .list-item:nth-of-type(4) .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho7 .title {
  display: none;
  position: absolute;
  text-align: center;
  color: #333;
  width: 100%;
  bottom: -23px;
  transform: translateY(100%);
}
.tho7 .swiper_button .mask_box {
  background: #666;
}
.tho7 .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 52%;
  width: 56px;
}
.tho7 .swiper_button .controls::after {
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.tho7 .swiper_button .controls::before {
  mask: initial !important;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  padding: 0px;
}
@media screen and (min-width: 993px) {
  .tho7 .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
  .tho7 .swiper_button .controls:hover .mask_box::before {
    opacity: 0;
  }
}
.tho7 .swiper_button .controls.prev {
  left: -27px;
  transform: translate(-100%);
}
.tho7 .swiper_button .controls.next {
  right: -27px;
  transform: translate(100%);
}
.tho8 {
  position: relative;
  z-index: 1;
  padding: 107px 0px 100px;
}
.tho8::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 960px;
  background: linear-gradient(146deg, #ebf2fb 5.36%, #fdfeff 100%);
  z-index: -1;
}
.tho8 .big_title_before {
  text-align: center;
  font-family: Poppins-Medium;
}
.tho8 .big_title {
  text-align: center;
  margin-top: 1px;
}
.tho8 .text {
  font-family: Poppins-Medium;
  line-height: 30px;
  text-align: center;
  margin-top: 21px;
}
.tho8_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  margin-top: 40px;
}
.tho8_menu p {
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  padding: 10px 10px;
  z-index: 2;
}
.tho8_menu p::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  transition: 0.3s;
  border-radius: 50px;
}
.tho8_menu p::after {
  content: "";
  position: absolute;
  border-radius: 50px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  inset: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: -2;
}
@media screen and (min-width: 993px) {
  .tho8_menu p:hover span {
    color: #fff;
  }
  .tho8_menu p:hover span::before {
    opacity: 0;
  }
  .tho8_menu p:hover::before {
    opacity: 0;
  }
  .tho8_menu p:hover::after {
    opacity: 1;
  }
}
.tho8_menu p.active span {
  color: #fff;
}
.tho8_menu p.active span::before {
  opacity: 0;
}
.tho8_menu p.active::before {
  opacity: 0;
}
.tho8_menu p.active::after {
  opacity: 1;
}
.tho8_menu span {
  color: transparent;
  position: relative;
}
.tho8_menu span::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  opacity: 1;
}
.tho8_container {
  margin-top: 60px;
}
.tho8_container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.18933333%;
}
.tho8_container figure {
  width: 23.358%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tho8_container figure:nth-of-type(even) {
  flex-direction: column-reverse;
}
.tho8_container .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tho8_container .swiper_button {
  margin-top: 41px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.tho9 {
  background: url("../images/tho9_back.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0px 28.542%;
}
.tho9 .big_title {
  color: #333;
}
.tho9 .describe {
  color: #333;
  margin-top: 32px;
}
.tho9 .buttonBox {
  margin-top: 44px;
}
.tho9 .buttonBox a {
  min-width: 185px;
}
.tht1 {
  background: url("../images/tht1_back.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 79px 0px 54px;
}
.tht1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30%;
  max-width: 536px;
  aspect-ratio: 536/1059;
  background: url("../images/tht1_back1.png") no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0;
  transform: translateY(30%);
}
.tht1 .to1_title {
  color: #000;
}
.tht1 .top_r {
  width: 56.143%;
  padding-top: 1px;
}
.tht1 .text {
  color: #333;
}
.tht1_container {
  margin-top: 51px;
  position: relative;
}
.tht1_container .hide_img {
  display: none;
}
.tht1_container .hide_box {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.tht1_container figure {
  width: 0.929%;
  aspect-ratio: 1/1;
  position: absolute;
}
@media screen and (min-width: 993px) {
  .tht1_container figure:hover .logo_box::before {
    width: calc(100% + 6px);
  }
  .tht1_container figure:hover .logo_box::after {
    width: 50px;
  }
  .tht1_container figure:hover .box,
  .tht1_container figure:hover .title {
    display: block;
  }
}
.tht1_container .logo {
  width: 100%;
  height: 100%;
  position: relative;
}
.tht1_container .logo_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.tht1_container .logo_box::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 2;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  position: absolute;
  border-radius: 50%;
  transition: 0.3s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tht1_container .logo_box::after {
  content: "";
  position: absolute;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  opacity: 0.2;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.tht1_container .box {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  width: 454px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%,-40px);
  padding: 16px 19px;
  display: none;
  z-index: 1;
}
.tht1_container .box::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 15px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
}
.tht1_container .describe {
  color: #333;
  margin-top: 17px;
}
.tht1_container .name {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.tht1_container .name span {
  display: inline;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tht1_container .index2_button {
  margin-top: 12px;
}
.tht1_container .index2_button a {
  padding: 8px 24px;
}
.tht1_container .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: absolute;
  left: 50%;
  top: calc(100% + 24px);
  transform: translateX(-50%);
  display: none;
  white-space: nowrap;
}
.tht2 {
  padding: 47px 0px 101px;
}
.tht2 .PageNumber {
  margin-top: 64px;
}
.tht2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 53px 2.4275%;
  margin-top: 53px;
}
.tht2_list li {
  width: 31.715%;
}
.tht2_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tht2_list .title {
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  padding: 0px 16px;
  margin-top: 26px;
}
.tht2_list .title a {
  color: #000;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tht2_list .title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .tht2_list .title a:hover {
    color: transparent;
  }
  .tht2_list .title a:hover::before {
    opacity: 1;
  }
}
.tht3 {
  background: url("../images/tht3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 130px 0px 100px;
}
.tht3 .top_r {
  padding-top: 9px;
}
.mySwipertho5_1 .swiper-slide {
  text-align: center;
  position: relative;
}
.mySwipertho5_1 .swiper-slide::before,
.mySwipertho5_1 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 0;
}
.mySwipertho5_1 .swiper-slide::after {
  right: 0;
}
.mySwipertho5_1 .swiper-slide::before {
  left: 0;
}
.mySwipertho5_1 .swiper-slide-active::before,
.mySwipertho5_1 .swiper-slide-active::after {
  opacity: 1;
}
.mySwipertho5_1 .swiper-slide-active span {
  opacity: 1;
}
.mySwipertho5_1 .swiper-slide-active p::before,
.mySwipertho5_1 .swiper-slide-active p::after {
  opacity: 0;
}
.mySwipertho5_1 .swiper-slide-active .hide_year {
  opacity: 0;
}
.mySwipertho5_1 p {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: Arial;
  font-size: 114px;
  font-style: normal;
  font-weight: bold;
  line-height: 110px;
}
.mySwipertho5_1 p::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #ccc;
  z-index: -1;
  transition: 0.3s;
}
.mySwipertho5_1 p::after {
  content: "";
  position: absolute;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 1;
}
.mySwipertho5_1 span {
  display: block;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
}
.mySwipertho5_1 .hide_year {
  color: #999;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  transition: 0.3s;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
}
.thth1 {
  background: url("../images/thth1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 79px 0px 100px;
}
.thth1 .big_title {
  margin-top: 11px;
}
.thth1 .big_title_before {
  margin-top: 12px;
}
.thth1 .tho_color_title,
.thth1 .big_title,
.thth1 .big_title_before {
  text-align: center;
}
.thth1 .text {
  color: #333;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 21px auto 0px;
}
.thth1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.80933333%;
  margin-top: 49px;
}
.thth1_list li {
  width: 23.643%;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 29px 17px 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thth1_list .logo {
  width: 84px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
}
.thth1_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #005e91;
  text-align: center;
  margin-top: 15px;
}
.thth1_list .describe {
  line-height: 30px;
  color: #666;
  margin-top: 11px;
}
.thth1_list .number {
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  -webkit-text-stroke: 1px #005e91;
  opacity: 0.6;
  color: transparent;
  text-align: right;
  margin-top: -8px;
}
.thth2 {
  padding: 80px 0px 99px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.thth2::before {
  content: '';
  position: absolute;
  right: 0;
  top: 54.4%;
  transform: translateY(-50%);
  width: 15%;
  max-width: 260px;
  aspect-ratio: 260/454;
  background: url('../images/thth2_back.png') no-repeat center;
  background-size: cover;
  z-index: -1;
}
.thth2 .big_title {
  text-align: center;
}
.thth2 .text {
  text-align: center;
  color: #333;
  margin-top: 21px;
}
.thth2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thth2 .swiper-slide .imgBox {
  overflow: hidden;
}
.thth2 .swiper-slide .imgBox img:hover {
  transform: scale(1.05);
}
.thth2 .l_box {
  width: 52.643%;
}
.thth2 .r_box {
  width: 43%;
  padding-bottom: 7%;
}
.thth2 .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.thth2 .describe {
  font-family: Poppins-Regular;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
}
.thth2 .sw_box {
  position: relative;
  margin-top: 59px;
}
.thth2 .swiper_controls {
  position: absolute;
  right: 0;
  width: 43%;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  gap: 18px;
}
.thth2 .swiper_controls .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.thth2 .swiper_controls .controls::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}
.thth2 .swiper_controls .controls::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .thth2 .swiper_controls .controls:hover::before {
    opacity: 1;
  }
  .thth2 .swiper_controls .controls:hover::after {
    opacity: 0;
  }
  .thth2 .swiper_controls .controls:hover .mask_box {
    background: #fff;
  }
}
.thth2 .swiper_controls .mask_box {
  width: 9px;
  aspect-ratio: 9/15;
  background: #999;
  transition: 0.3s;
  position: relative;
}
.thth2 .swiper_controls .controls.prev .mask_box {
  mask-image: url("../images/thth2_la.png");
  -webkit-mask-image: url("../images/thth2_la.png");
}
.thth2 .swiper_controls .controls.next .mask_box {
  mask-image: url("../images/thth2_lb.png");
  -webkit-mask-image: url("../images/thth2_lb.png");
}
.thth2 .swiperthth2-pagination {
  position: relative;
  height: 1px;
  background: #b3b3b3;
  margin-top: 74px;
}
.thth2 .swiperthth2-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  bottom: 0px;
  background: #005e91;
}
.thth3 {
  padding-bottom: 80px;
}
.thth3 .big_title_before {
  text-align: center;
  font-family: Poppins-Medium;
}
.thth3 .big_title {
  text-align: center;
  text-transform: initial;
  margin-top: 1px;
}
.thth3 .text {
  width: 100%;
  max-width: 1200px;
  color: #333;
  text-align: center;
  margin: 26px auto 0px;
}
.thth3_container {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.thth3_container figure {
  display: flex;
  background: #f8f8fa;
  gap: 52px;
}
.thth3_container figure:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.thth3_container figure:nth-of-type(odd) .box {
  padding-left: 68px;
}
.thth3_container figure:nth-of-type(odd) .number {
  left: 0;
  border-radius: 0px 0px 16px 0px;
}
.thth3_container figure:nth-of-type(even) .box {
  width: calc(100% - 67px);
}
.thth3_container figure:nth-of-type(even) .number {
  right: 0;
  border-radius: 0px 0px 0px 16px;
}
.thth3_container .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.thth3_container .l_box {
  width: 46.5%;
}
.thth3_container .r_box {
  flex: 1;
  position: relative;
}
.thth3_container .box {
  position: absolute;
  max-height: calc(100% - 50px);
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
}
.thth3_container .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.thth3_container .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.thth3_container .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.thth3_container .describe1 {
  color: #333;
  margin-top: 8px;
}
.thth3_container .number {
  position: absolute;
  top: 0;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  overflow: hidden;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
}
.thth3_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 44px;
}
.thth3_list li {
  padding-left: 33px;
}
.thth3_list .name {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  display: block;
  position: relative;
}
.thth3_list .name::before {
  content: "";
  position: absolute;
  left: -33px;
  width: 22px;
  top: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/thth3_la.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.thth3_list .describe {
  color: #666;
}
.thth4 {
  padding-bottom: 100px;
}
.thth4_title {
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
}
.thth4_container {
  padding: 43px 40px 49px;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.thth4_container .describe {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-top: 9px;
}
.thth4_container .l_box {
  flex: 1;
  max-width: 855px;
  margin-left: 10px;
}
.thth4_container .buttonBox {
  margin-top: 9px;
}
.thth4_container .buttonBox a {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 7px 4px;
  min-width: 185px;
}
.thth4_container .buttonBox a::before {
  display: none;
}
.thth4_container .buttonBox span::before {
  display: none;
}
.thth4_container .buttonBox .button_logo img:nth-of-type(1) {
  opacity: 0;
}
.thth4_container .buttonBox .button_logo img:nth-of-type(2) {
  opacity: 1;
}
.thth4_container .logo {
  width: 49.357%;
  position: absolute;
  right: 9px;
  bottom: 0;
  z-index: -1;
}
.thth5 {
  padding: 101px 0px 101px;
}
.thth5 .big_title {
  text-align: center;
}
.thth5 .text {
  color: #666;
  text-align: center;
  margin-top: 18px;
}
.thth5_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
  gap: 12px 1.14266667%;
}
.thth5_list li {
  width: 24.143%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 993px) {
  .thth5_list li:hover .box {
    opacity: 0;
  }
  .thth5_list li:hover .hide_box {
    opacity: 1;
  }
}
.thth5_list .imgBox {
  position: relative;
}
.thth5_list .imgBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.thth5_list .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0px 21px 19px;
  transition: 0.3s;
  opacity: 1;
}
.thth5_list .logo {
  width: 37px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.thth5_list .title {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 5px;
}
.thth5_list .logo1 {
  width: 50px;
}
.thth5_list .name {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  margin-top: 22px;
}
.thth5_list .hide_box {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 10px 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}
.thth6 {
  padding: 101px 0px 100px;
  overflow: hidden;
}
.thth6 .tho_color_title {
  text-align: center;
}
.thth6 .big_title {
  text-transform: none;
  text-align: center;
}
.thth6 .swiper {
  overflow: initial;
  pointer-events: none;
}
.thth6 .swiper-slide {
  height: auto;
  display: flex;
}
.thth6 .container {
  width: 100%;
  flex: 1;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.thth6 .swiper-slide-visible {
  pointer-events: all;
}
.thth6 .swiper-slide-visible .container {
  opacity: 1;
}
.thth6 .sw_box {
  margin-top: 40px;
  position: relative;
}
.thth6 .box {
  flex: 1;
  padding: 26px 15px 19px 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(2, 60, 134, 0.2);
  position: relative;
}
.thth6 .box::before {
  content: "";
  position: absolute;
  width: 27px;
  aspect-ratio: 27/30;
  background: url("../images/thth6_lb.png") no-repeat center;
  background-size: cover;
  left: 22px;
  bottom: 4px;
  transform: translateY(100%);
}
.thth6 .describe {
  color: #333;
}
.thth6 .logo {
  width: 100%;
  max-width: 100px;
  margin-top: 19px;
}
.thth6 .logoBox {
  width: 70px;
  aspect-ratio: 1/1;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 4px 40px rgba(43, 89, 255, 0.08));
}
.thth6 .logoBox img {
  border-radius: 50%;
}
.thth6 .bottom_box {
  padding: 0px 21px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 38px;
}
.thth6 .flex_box {
  flex: 1;
  color: #000b33;
}
.thth6 .name {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
}
.thth6 .job {
  opacity: 0.7;
  margin-top: 5px;
}
.thth6 .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 34%;
}
.thth6 .swiper_button .controls::after {
  border: 1px solid #808080;
}
.thth6 .swiper_button .controls.prev {
  left: -35px;
  transform: translate(-100%, -50%);
}
.thth6 .swiper_button .controls.next {
  right: -35px;
  transform: translate(100%, -50%);
}
.thth6 .swiper_button .mask_box {
  background: #808080;
}
.thfu1 {
  padding: 79px 0px 137px;
}
.thfu1 .thth4_title {
  color: #000;
  text-transform: uppercase;
}
.thfu1 .share {
  display: flex;
  align-items: center;
  color: #333;
  gap: 16px;
  margin-top: 25px;
}
.thfu1 .share .share {
  margin-top: 0;
}
.thfu1_title {
  color: #000;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.thfu1_container {
  margin-top: 25px;
  border-top: 1px solid #ccc;
}
.thfu1_container .video_box {
  width: 100%;
  max-width: 1399px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 60px auto 0px;
}
.thfu1_container .hide_box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.thfu1_container .text {
  color: #333;
  margin-top: 12px;
}
.thfu1_container .text img {
  display: inline-block;
}
.thfu1_container .text1 {
  color: #333;
  margin-top: 14px;
}
.thfu1_container .text1 strong {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.thfu1_container .text1 img {
  display: inline-block;
}
.thfu1_container .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  position: relative;
}
.thfu1_container .title::before {
  content: "";
  position: absolute;
  left: -38px;
  width: 22px;
  top: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/thth3_la.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.thfu1_container .describe {
  color: #333;
  margin-top: 15px;
}
.thfu1_container .describe em {
  display: block;
  font-style: normal;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  color: #000;
}
.thfu1_container .describe em::before {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background: #000;
  overflow: hidden;
}
.thfu1_container .describe img {
  display: inline-block;
}
.thfu1_container .table table {
  line-height: 30px;
  color: #333;
}
.thfu1_container .table table td {
  border: 1px solid #e1e2e4;
  padding: 12px 44px 5px;
}
.thfu1_container .table table tr:nth-of-type(odd){
  background: #F8F8FA;
}
.thfu1_container .table table tr:nth-of-type(1) {
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.thfu1_container .table table tr:nth-of-type(1) td {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 44px 16px;
}
.thfu1_container .describe1 {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  color: #000;
  margin-top: 30px;
}
.thfu1_container .describe1 img {
  display: inline-block;
}
.thfu1_1 {
  margin-top: 51px;
}
.thfu1_2 {
  margin-top: 32px;
}
.thfu1_style {
  padding-left: 38px;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.thfu1_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 40px;
}
.thfu1_list li {
  width: 48.643%;
  border-radius: 20px;
  overflow: hidden;
}
.thfu1_list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.7855%;
  margin-top: 33px;
}
.thfu1_list1 li {
  width: 32.143%;
  border-radius: 20px;
  overflow: hidden;
}
.thfu1_box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 63px;
}
.thfu1_box:not(:nth-of-type(1)) {
  margin-top: 55px;
}
.fo1 {
  padding: 79px 0px 104px;
}
.fo1 .top_r {
  width: 56.143%;
  padding-top: 1px;
}
.fo1 .text {
  color: #333;
}
.fo1 .PageNumber {
  margin-top: 75px;
}
.fo1_container {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.fo1_container figure {
  display: flex;
  gap: 3.072%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 55px;
}
.fo1_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fo1_container .l_box {
  width: 43.286%;
  display: flex;
  align-items: center;
}
.fo1_container .l_box .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.fo1_container .r_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1px 0px 3.7%;
  gap: 20px;
}
.fo1_container .title {
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  text-transform: uppercase;
}
.fo1_container .title a {
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.fo1_container .title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .fo1_container .title a:hover {
    color: transparent;
  }
  .fo1_container .title a:hover::before {
    opacity: 1;
  }
}
.fo1_container .describe {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 9px;
}
.ft1_title_after {
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #000;
  margin-top: 10px;
}
.ft1 {
  padding: 79px 0px 110px;
}
.ft1 .thth4_title {
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.ft1 .share {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  gap: 16px;
  margin-top: 33px;
}
.ft1 .share .share {
  margin-top: 0;
}
.ft1_container {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 68px;
}
.ft1_container .video_box {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 60px auto 0px;
}
.ft1_container .hide_box {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ft1_container .text {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
}
.ft1_container .text img {
  display: inline-block;
}
.ft1_container .text p {
  padding-left: 27px;
  position: relative;
}
.ft1_container .text p::before {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #333;
  left: 11px;
  top: 16px;
}
.ft1_container .text em {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.ft1_container .thfu1_list {
  margin-top: 34px;
}
.ft1_container .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  position: relative;
}
.ft1_container .title::before {
  content: "";
  position: absolute;
  left: -34px;
  width: 22px;
  top: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/thth3_la.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.ft1_container .describe {
  color: #333;
  margin-top: 2px;
}
.ft1_container .describe img {
  display: inline-block;
}
.ft1_container .text1 {
  margin-top: 19px;
}
.ft1_container .text1 img {
  display: inline-block;
}
.ft1_container .describe1 {
  color: #333;
  margin-top: 12px;
}
.ft1_container .describe1 em {
  display: block;
  font-size: 18px;
  color: #000;
  font-style: normal;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
}
.ft1_container .describe1 em::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 18px;
  top: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/ft1_la.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.ft1_container .describe1 img {
  display: inline-block;
}
.ft1_container .describe2 {
  color: #333;
  margin-top: 12px;
}
.ft1_container .describe2 em {
  display: block;
  font-size: 20px;
  color: #000;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
.ft1_container .describe2 img {
  display: inline-block;
}
.ft1_container .table table {
  color: #333;
}
.ft1_container .table table td {
  border: 1px solid #e1e2e4;
  padding: 12px 44px 5px;
}
.ft1_container .table table tr:nth-of-type(odd){
  background: #F8F8FA;
}
.ft1_container .table table tr:nth-of-type(1) {
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.ft1_container .table table tr:nth-of-type(1) td {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 44px 16px;
}
.ft1_title {
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
}
.ft1_style {
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 56px;
}
.ft1_1 {
  margin-top: 52px;
}
.ft1_2 {
  margin-top: 29px;
}
.ft2 {
  padding: 67px 0px 65px;
}
.ft2 .describe {
  margin-top: 20px;
}
.ft2_l {
  padding-top: 0px !important;
  padding-bottom: 2.1%;
}
.ft1_3 {
  margin-top: 32px;
}
.ft1_style1 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.so1 {
  padding: 79px 0px 50px;
}
.so1 .to1_title {
  text-align: center;
}
.so1_container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.so1_l {
  width: 48.072%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.so1_l .swiper_button .controls {
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  top: 50%;
}
.so1_l .swiper_button .controls::before {
  mask: initial !important;
}
.so1_l .swiper_button .controls::after {
  opacity: 1 !important;
  border: 1px solid #fff;
}
@media screen and (min-width: 993px) {
  .so1_l .swiper_button .controls:hover::after {
    opacity: 0 !important;
  }
  .so1_l .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
}
.so1_l .swiper_button .controls.prev {
  left: 6px;
}
.so1_l .swiper_button .controls.next {
  right: 6px;
}
.so1_l .swiper_button .mask_box {
  background: #fff;
}
.so1_l .swiper_button .mask_box::before {
  display: none;
}
.so1_r {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 1px;
}
.so1_r figure {
  position: relative;
  z-index: 1;
  padding: 19px 15px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
  border-radius: 12px;
  overflow: hidden;
}
.so1_r figure::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .so1_r figure:hover::before {
    opacity: 1;
  }
  .so1_r figure:hover .day,
  .so1_r figure:hover .year,
  .so1_r figure:hover .title a {
    color: #fff;
  }
  .so1_r figure:hover .year {
    border-top: 1px solid rgba(233, 243, 249, 0.2);
  }
}
.so1_r .time_box {
  text-align: center;
}
.so1_r .day {
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 46px;
  color: #333;
  transition: 0.3s;
}
.so1_r .year {
  color: #333;
  transition: 0.3s;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 1px;
  padding-top: 3px;
}
.so1_r .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  color: #333;
  flex: 1;
  margin-right: 20px;
  margin-bottom: 5px;
}
.so1_r .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .so1_r .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.so2 {
  background: #f8f8fa;
  padding: 102px 0px 86px;
}
.so2 .PageNumber {
  margin-top: 67px;
}
.so2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 59px 2.4275%;
}
.so2_list li {
  width: 31.715%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.so2_list .time {
  color: #666;
}
.so2_list .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  min-height: 52px;
  margin-top: 8px;
}
.so2_list .title a {
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.so2_list .title a::before,
.so2_list .describe p::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .so2_list li:hover .title a,
  .so2_list li:hover .describe p {
    color: transparent;
  }
  .so2_list li:hover .title a::before,
  .so2_list li:hover .describe p::before {
    opacity: 1;
  }
}
.so2_list .describe {
  line-height: 26px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 52px;
  margin-top: 7px;
}
.so2_list .describe p{
  color: #333;
  transition: .3s;
  position: relative;
}
.so2_list .links {
  margin-top: 17px;
}
.so2_list .links a {
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media screen and (min-width: 993px) {
  .so2_list .links a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.so2_list .box {
  padding: 17px 30px 15px 21px;
  flex: 1;
}
.tth6 .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  margin-top: 16px;
  position: relative;
  transition: .3s;
  color: #000;
}
.tth6 .title::before,
.tth6 .describe p::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
}
.tth6 .describe {
  line-height: 28px;
  color: #333;
  margin-top: 11px;
}
@media screen and (min-width: 993px) {
  .tth6 .swiper-slide:hover .title {
    color: transparent;
  }
  .tth6 .swiper-slide:hover:hover .title::before {
    opacity: 1;
  }
}
.so3 {
  padding: 67px 0px 86px;
}
.st1 {
  padding-top: 72px;
}
.st1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.st1_l {
  width: 76.643%;
}
.st1_l .thth4_title {
  color: #000;
  text-transform: uppercase;
}
.st1_l .share {
  display: flex;
  align-items: center;
  color: #333;
  gap: 16px;
  margin-top: 23px;
}

.st1_l .share .share {
  margin-top: 0;
}
.st1_l_container {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 68px;
}
.st1_l_container .video_box {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 44px auto 0px;
}
.st1_l_container .text {
  color: #333;
  margin-top: 19px;
}
.st1_l_container .text img {
  display: inline-block;
}
.st1_l_container .describe1 {
  color: #333;
  margin-top: 23px;
}
.st1_l_container .describe1 em {
  display: block;
  font-size: 18px;
  color: #000;
  font-style: normal;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
}
.st1_l_container .describe1 em::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 18px;
  top: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/ft1_la.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.st1_l_container .describe1 img {
  display: inline-block;
}
.st1_l_container .table table {
  color: #333;
}
.st1_l_container .table table td {
  border: 1px solid #e1e2e4;
  padding: 12px 44px 5px;
}
.st1_l_container .table table tr:nth-of-type(1) {
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.st1_l_container .table table tr:nth-of-type(1) td {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  padding: 15px 44px 16px;
}
.st1_1 {
  margin-top: 55px;
}
.st1_2 {
  display: flex;
  flex-direction: column;
  gap: 51px;
  margin-top: 32px;
}
.st1_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 32px;
}
.st1_list li {
  width: 48.649%;
  border-radius: 20px;
  overflow: hidden;
}
.st1_r {
  width: 19.215%;
  padding-top: 8px;
}
.st1_r_list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.st1_r_list .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.st1_r_list .title {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.st1_r_list .title a {
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.st1_r_list .title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .st1_r_list .title a:hover {
    color: transparent;
  }
  .st1_r_list .title a:hover::before {
    opacity: 1;
  }
}
.st1_r_list .time {
  color: #666;
  margin-top: 14px;
}
.st1_r_list .box {
  padding: 14px 14px 31px;
}
.st1_r_list li {
  border-bottom: 1px solid #dbdbdb;
}
.st2 {
  padding: 83px 0px 75px;
}
.seo1 {
  padding: 79px 0px 70px;
}
.seo1 .big_title {
  text-align: center;
}
.seo1 .text {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}
.seo1 .text p {
  padding-left: 22px;
  position: relative;
}
.seo1 .text p::before {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1/1;
  background: url("../images/seo1_la.jpg") no-repeat center;
  background-size: cover;
  left: 0;
  top: 5px;
}
.seo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 2.28533333%;
  margin-top: 46px;
}
.seo1_list li {
  width: 23.286%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 38px 22px 33px;
}
.seo1_list .logo {
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.seo1_list .logo img {
  max-width: 100%;
  max-height: 100%;
}
.seo1_list .describe {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.seo1_list .describe span {
  display: inline;
  transition: 0s;
}
.seo1_list .describe a {
  color: #000;
}
@media screen and (min-width: 993px) {
  .seo1_list .describe a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.seo2 {
  padding-bottom: 103px;
}
.seo2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seo2 .title {
  font-family: Arial;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  color: #000;
}
.seo2_l {
  width: 38.572%;
  display: flex;
}
.seo2_l .imgBox {
  flex: 1;
}
.seo2_l iframe {
  display: block;
}
.seo2_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo2_r {
  width: 58.929%;
  background: #f5f6f7;
  padding: 35px 33px 50px 38px;
}
.seo2_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
  margin-top: 17px;
}
.seo2_r form > * {
  width: 100%;
}
.seo2_r form input,
.seo2_r form textarea {
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  background: rgba(250, 250, 250, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 13px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.seo2_r form input::placeholder,
.seo2_r form input::-webkit-input-placeholder,
.seo2_r form textarea::placeholder {
  color: #999;
}
.seo2_r form .int1 {
  width: 48.5%;
}
.seo2_r form input {
  height: 50px;
}
.seo2_r form textarea {
  height: 98px;
  padding-top: 14px !important;
}
.seo2_r form .ttBox {
  width: 100%;
}
.seo2_r form .yzm {
  position: relative;
  display: flex;
}
.seo2_r form .yzm input {
  flex: 1;
  padding-right: 80px;
}
.seo2_r form .yzm span {
  height: 34px;
  aspect-ratio: 69/34;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.seo2_r form .yzm span img {
  height: 100%;
}
.seo2_r form .afterBox {
  position: relative;
}
.seo2_r form .afterBox::before {
  left: 14px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 56%;
  transform: translateY(-50%);
  z-index: 1;
}
.seo2_r form .afterBox input,
.seo2_r form .afterBox textarea {
  padding-left: 24px;
}
.seo2_r form .ttBox::before {
  top: 23px;
}
.seo2_r form .tj {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.seo2_r form .tj::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 1;
}
.seo2_r form .tj input {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .seo2_r form .tj:hover::before {
    opacity: 0;
  }
  .seo2_r form .tj:hover input {
    background: #023c86;
  }
}
.seo2_r .file_box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  cursor: pointer;
  color: #999;
  font-size: 16px;
  padding: 0px 13px;
  gap: 20px;
}
.seo2_r .file_box img {
  width: 20px;
  margin-right: 2px;
}
.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
.page_change .logo {
  width: 45px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background: #b3b3b3;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 19px;
  align-items: center;
}
.page_change .page_name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
  margin-top: -3px;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #005e91;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.pro_public {
  padding: 75px 0px 75px;
  overflow: hidden;
}
.pro_public .swiper_button {
  display: flex;
  align-items: center;
  gap: 25px;
}
.pro_public .top_r {
  padding-top: 8px;
}
.pro_public .swiper {
  overflow: initial;
  pointer-events: none;
}
.pro_public .container {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 15.5px 25px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s;
}
.pro_public .swiper-slide-visible {
  pointer-events: all;
}
.pro_public .swiper-slide-visible .container {
  opacity: 1;
}
.pro_public .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 19px;
}
.pro_public .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.pro_public .title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  min-height: 60px;
  color: #000;
}
.pro_public .title a {
  color: #000;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro_public .title a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .pro_public .title a:hover {
    color: transparent;
  }
  .pro_public .title a:hover::before {
    opacity: 1;
  }
}
.pro_public .index2_button {
  justify-content: center;
  margin-top: 22px;
}
.pro_public .index2_button a {
  font-family: Poppins-Regular;
}
.pro_public .sw_box {
  margin-top: 45px;
}
.public_menu {
  width: 21.929%;
}
.public_menu .menu_box {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 11px 6px;
  gap: 5px;
}
.public_menu .menu_box::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(146deg, #ebf2fb 5.36%, #fdfeff 100%);
  transition: 0.3s;
  opacity: 1;
}
.public_menu .menu_box::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 0;
}
.public_menu .menu_box a {
  color: #333;
  flex: 1;
  margin-left: 9px;
}
.public_menu .menu_box .menu_controls {
  width: 9px;
  cursor: pointer;
  transition: 0.2s;
}
.public_menu .menu_box.active::after {
  opacity: 0;
}
.public_menu .menu_box.active::before {
  opacity: 1;
}
.public_menu .menu_box.active a {
  color: #fff;
}
.public_menu .menu_box.active .menu_controls {
  transform: rotate(90deg);
}
.public_menu .menu_box.active .menu_controls img {
  filter: brightness(0) invert(1);
}
.public_menu .menu_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.public_menu .menu_all span {
  flex: 1;
  display: block;
}
.public_menu .menu_all .down {
  width: 8px;
  display: none;
}
.public_menu li:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.public_menu_list {
  margin-top: 23px;
}
.public_menu_list1 {
  border: 1px solid #e6e6e6;
  border-top: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  display: none;
  padding: 16px 26px 14px;
}
.public_menu_list1 a {
  color: #333;
  position: relative;
}
.public_menu_list1 a::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .public_menu_list1 a:hover {
    color: transparent;
  }
  .public_menu_list1 a:hover::before {
    opacity: 1;
  }
}
.public_menu_list1 a.active {
  color: transparent;
}
.public_menu_list1 a.active::before {
  opacity: 1;
}
.public_menu_list1 li:not(:nth-of-type(1)) {
  margin-top: 12px;
}
.public_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
}
.public_top .top_l {
  flex: 1;
}
.swiper_button .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.swiper_button .controls::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #787877;
  transition: 0.3s;
}
.swiper_button .controls::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover::before {
    opacity: 1;
  }
  .swiper_button .controls:hover::after {
    opacity: 0;
  }
  .swiper_button .controls:hover .mask_box {
    background: transparent;
  }
  .swiper_button .controls:hover .mask_box::before {
    opacity: 1;
  }
}
.swiper_button .mask_box {
  width: 17px;
  aspect-ratio: 17/12;
  background: #787877;
  transition: 0.3s;
  position: relative;
}
.swiper_button .mask_box::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  transition: 0.3s;
  opacity: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.swiper_button .controls.prev .mask_box,
.swiper_button .controls.prev .mask_box::before {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_button .controls.next .mask_box,
.swiper_button .controls.next .mask_box::before {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  font-size: 18px;
  line-height: 30px;
  color: transparent;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 4px 7px 6px;
  gap: 1px;
  border-radius: 50px;
  overflow: hidden;
}
.buttonBox a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
}
.buttonBox a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  z-index: -2;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover {
    color: #fff;
  }
  .buttonBox a:hover .button_logo img:nth-of-type(1) {
    opacity: 0;
  }
  .buttonBox a:hover .button_logo img:nth-of-type(2) {
    opacity: 1;
  }
  .buttonBox a:hover::after {
    opacity: 1;
  }
  .buttonBox a:hover span::before {
    opacity: 0;
  }
}
.buttonBox span {
  position: relative;
  transition: 0s;
  margin: 0px 7px;
  z-index: 2;
}
.buttonBox span::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transition: 0.3s;
  opacity: 1;
}
.buttonBox .button_logo {
  width: 40px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.buttonBox .button_logo img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 32px;
  flex-wrap: wrap;
  margin-top: 59px;
}
.PageNumber .pages-btn,
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 15px;
  flex-wrap: wrap;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e1e2e4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.PageNumber a::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.PageNumber a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
}
.PageNumber a:hover::before {
  opacity: 1;
}
.PageNumber .active {
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
}
.PageNumber .active::before {
  opacity: 1;
}
.PageNumber .submit {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
@media screen and (min-width: 993px) {
  .PageNumber .submit:hover .submit_box {
    background: #023c86;
  }
}
.PageNumber input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  cursor: pointer;
}
.PageNumber .submit_box {
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 2px 19px;
}
.index2_button {
  display: flex;
  justify-content: flex-start;
}
.index2_button a {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 6px 26.5px;
  text-align: center;
  color: transparent;
  border-radius: 50px;
  overflow: hidden;
}
.index2_button a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  transition: 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.index2_button a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .index2_button a:hover {
    color: #fff;
  }
  .index2_button a:hover::before {
    opacity: 0;
  }
  .index2_button a:hover::after {
    opacity: 1;
  }
  .index2_button a:hover span::before {
    opacity: 0;
  }
}
.index2_button span {
  transition: 0s;
  position: relative;
}
.index2_button span::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  opacity: 0;
  opacity: 1;
}
footer {
  background: linear-gradient(0deg, #023c86 0%, #00a0ec 100%);
  padding: 42px 0px 29px;
}
footer .content {
  width: calc(100% - 80px) !important;
}
footer .logoBox {
  width: 258px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #cceaf9;
  color: #cceaf9;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .icBox a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #999;
}
.footer_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 29px;
  padding: 30px 0px 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer_b .dif_footer {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.footer_b .dif_footer p,
.footer_b .dif_footer a {
  color: #fff;
  text-transform: uppercase;
}
.footer_b .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_b .dif_up {
  display: none;
}
.footer_b .list {
  color: rgba(255, 255, 255, 0.85);
  line-height: 36px;
  margin-top: 23px;
}
.footer_b .list a {
  display: inline;
  color: rgba(255, 255, 255, 0.85);
}
.footer_b .list a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_b .list span {
  transition: 0s;
}
.footer_b .contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.footer_b .logo {
  margin-top: 5px;
  width: 26px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_b .text {
  flex: 1;
}
.footer_b .ul4 {
  max-width: 381px;
}
.footer_c {
  font-family: Poppins-Regular;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
}
.footer_c img {
  display: inline;
}
.footer_c a {
  color: rgba(255, 255, 255, 0.6);
  display: inline;
}
.footer_c a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1650px) {
  .tho7 .swiper_button .controls.prev,
  .thth6 .swiper_button .controls.prev {
    left: -10px;
  }
  .tho7 .swiper_button .controls.next,
  .thth6 .swiper_button .controls.next {
    right: -10px;
  }
  .tht1_container .box {
    width: 340px;
  }
}
@media screen and (max-width: 1450px) {
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  header .center {
    gap: 40px;
  }
  header .menuOne {
    font-size: 16px;
  }
  header .menuOne > a {
    padding: 20px 0px 24px;
  }
  header .menuOne > a::after,
  header .menuOne > a::before {
    bottom: 16px;
  }
  header .search_lang {
    margin-bottom: 4px;
  }
  header .ul div {
    padding: 15px 0px;
  }
  header .ul li {
    margin-top: 5px;
  }
  header .ul li a {
    padding: 2px 20px;
  }
  .big_title_before {
    font-size: 16px;
    line-height: 26px;
  }
  .big_title {
    font-size: 32px;
    line-height: 40px !important;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .describe {
    margin-top: 12px;
  }
  .index1 .buttonBox {
    margin-top: 30px;
  }
  .index1_container {
    padding-bottom: 40px;
    align-items: center;
  }
  .index1_list li {
    padding: 18px 16px;
  }
  .index1_list .big_num {
    font-size: 32px;
    line-height: 40px;
  }
  .index1_list .big_num_after {
    font-size: 16px;
    line-height: 30px;
  }
  .index1_list .text {
    line-height: 24px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .text {
    margin-top: 12px;
  }
  .index2_list {
    margin-top: 30px;
    gap: 30px 1.52266667%;
  }
  .index2_list li {
    padding: 12px 12px 16px;
  }
  .index2_list .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
  }
  .index2_list .box {
    margin-top: 12px;
  }
  .index2_list .index2_button {
    margin-top: 15px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .content {
    align-items: center;
  }
  .index3 .buttonBox {
    margin-top: 25px;
  }
  .index3_r .describe {
    line-height: 26px;
    margin-top: 12px;
  }
  .index3_list {
    margin-top: 25px;
    padding-bottom: 20px;
    gap: 20px 6%;
  }
  .index3_list .logo {
    width: 60px;
  }
  .index3_list .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }
  .index4 .sw_box {
    margin: 30px auto 0px;
  }
  .index4 .swiper_button {
    gap: 16px;
    margin-top: 30px;
  }
  .index4_controls {
    padding-top: 30px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .text {
    margin-top: 12px;
  }
  .index5_list {
    gap: 20px;
    margin-top: 20px;
  }
  .index5_list .index5_img {
    width: 646px;
  }
  .index5_list .links {
    margin-top: 15px;
  }
  .index5_list .describe {
    line-height: 26px;
  }
  .index5_list .box {
    margin-top: 4px;
  }
  .index5_list .title {
    line-height: 28px;
  }
  .index5_list li.active .title {
    font-size: 18px;
  }
  .index5_list li.active .hide_box {
    padding: 0px 25px 28px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6_container {
    margin-top: 30px;
  }
  .index6_container .buttonBox {
    margin-top: 30px;
  }
  .index6_list {
    font-size: 16px;
    line-height: 26px;
    gap: 22px;
  }
  .index6_list li::before {
    width: 20px;
  }
  .index6_list li::after {
    left: 6px;
    top: 7px;
    width: 12px;
  }
  .index6_r .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index6_r_describe {
    margin: 12px auto 0px;
    padding: 0px 15px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .text {
    margin-top: 12px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .swiper-slide {
    gap: 20px;
  }
  .index8 {
    padding: 60px 0px;
  }
  .index8 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .index8 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index8_l {
    width: 40%;
  }
  .index8_r {
    width: 55%;
    padding: 20px 20px 25px;
  }
  .index8_r form {
    margin-top: 12px;
  }
  .index9 {
    padding: 60px 0px;
  }
  .index9 .top_r {
    padding-top: 20px;
  }
  .index9_sw_box {
    margin-top: 30px;
  }
  .index9_sw_box .time {
    margin-top: 15px;
  }
  .index9_sw_box .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-top: 6px;
  }
  .index9_sw_box .imgBox {
    margin-top: 20px;
  }
  .bannerBox .content {
    bottom: 30px;
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 42px;
  }
  .mbx {
    margin-top: 4px;
  }
  .to1 {
    padding: 40px 0px 60px;
  }
  .to1_title {
    font-size: 28px;
    line-height: 36px !important;
  }
  .to1_container .describe {
    margin-top: 8px;
  }
  .to1_form {
    margin-top: 20px;
  }
  .to1_list {
    gap: 25px 2.0105%;
  }
  .to1_list li {
    padding: 12px 12px 16px;
  }
  .to1_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .to1_list .box {
    margin-top: 12px;
  }
  .to1_list .input_links {
    margin-top: 15px;
  }
  .to3_sw_box .title {
    margin-top: 12px;
  }
  .tt1 {
    padding: 60px 0px;
  }
  .tt1_l .mask_box {
    width: 22px;
  }
  .tt1_r {
    gap: 20px;
  }
  .tt1_r .to1_title {
    padding-bottom: 12px;
  }
  .tt1_r .describe {
    margin-top: 15px;
  }
  .tt1_r .index2_button {
    margin-top: 15px;
    gap: 12px 20px;
  }
  .tt1_r .index2_button a {
    padding: 6px 20px;
  }
  .tt2_title {
    font-size: 26px;
    line-height: 36px;
  }
  .tt2 {
    padding: 60px 0px 50px;
  }
  .tt2_container {
    gap: 20px;
  }
  .tt2_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tt2_container .describe em {
    padding-left: 25px;
  }
  .tt2_container .describe em::before {
    top: 4px;
  }
  .tt3 {
    padding-bottom: 60px;
  }
  .tt3_list {
    margin-top: 25px;
    gap: 30px 0px;
  }
  .tt3_list li {
    padding: 20px 26px 20px;
    gap: 20px;
  }
  .tt3_list .describe {
    margin-top: 8px;
  }
  .tt3_list .describe em {
    padding-left: 25px;
  }
  .tt3_list .describe em::before {
    top: 4px;
  }
  .tt3_list .logo {
    width: 42px;
  }
  .tt3_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tt4 {
    padding-bottom: 60px;
  }
  .tt4_container {
    margin-top: 25px;
  }
  .tt4_r .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tt4_r .number_box {
    width: 26px;
    font-size: 16px;
    line-height: 24px;
    left: -40px;
  }
  .tt4_r .box {
    padding-left: 40px;
    padding-top: 0px;
  }
  .tt4_r .describe {
    margin-top: 4px;
    gap: 6px;
  }
  .tt4_r .describe em::before {
    top: 9px;
  }
  .tt4_r figure:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .tt5 {
    padding-bottom: 50px;
  }
  .tt5 .describe {
    margin-top: 8px;
  }
  .tt5 .table table {
    line-height: 26px;
  }
  .tt5 .table table td {
    padding: 10px 26px !important;
  }
  .tt5 .table table tr:nth-of-type(1) td {
    font-size: 18px;
    line-height: 26px;
  }
  .tth1_title,
  .tth3_title,
  .tth4_title {
    font-size: 72px;
    line-height: 70px;
  }
  .tth1 {
    padding: 60px 0px;
  }
  .tth1_top_box {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 2px;
    width: 170px;
    border-radius: 60px;
  }
  .tth1_l {
    margin-top: -4%;
  }
  .tth1_r {
    gap: 20px;
    padding-top: 40px;
  }
  .tth1_r .title {
    font-size: 20px;
    line-height: 32px;
  }
  .tth2 {
    padding: 60px 0px 80px;
  }
  .tth2 .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .tth2_title {
    font-size: 20px;
    line-height: 30px;
  }
  .tth2_container {
    padding: 30px 30px 35px;
    margin-top: 25px;
  }
  .tth2_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tth2_list .logo {
    width: 38px;
  }
  .tth2_list li {
    padding-left: 50px;
  }
  .tth2_list .describe {
    margin-top: 2px;
  }
  .tth2_list li:not(:nth-of-type(1)) {
    margin-top: 16px;
  }
  .tth3 .content {
    padding: 80px 0px;
  }
  .tth3 .tth3_title {
    line-height: 90px;
  }
  .tth3_sw_box {
    margin-top: 20px;
  }
  .tth3_sw_box .swiper-slide {
    font-size: 16px;
    line-height: 26px;
  }
  .tth3_container {
    margin-top: 30px;
  }
  .tth3_r_list {
    margin-top: 20px;
    gap: 12px;
  }
  .tth3_r_list .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: -2px;
  }
  .tth3_r .index2_button {
    margin-top: 30px;
  }
  .tth3_bottom {
    margin-top: 30px;
  }
  .tth3_bottom_list {
    margin-top: 20px;
  }
  .tth3_bottom_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tth3_bottom_list li {
    gap: 14px;
    padding: 14px 15px;
  }
  .tth4,
  .tth5 {
    padding: 60px 0px;
  }
  .tth4_list,
  .tth5_list {
    margin-top: 30px;
  }
  .tth4_list .logo,
  .tth5_list .logo {
    width: 80px;
  }
  .tth4_list .title,
  .tth5_list .title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 12px;
  }
  .tth4_list .describe,
  .tth5_list .describe {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .tth4_list li,
  .tth5_list li {
    padding: 14px 20px 25px;
  }
  .tth5 .tth4_title > *::before {
    width: 240px;
  }
  .tth6 {
    padding: 80px 0px;
  }
  .tth6_l {
    width: 520px;
  }
  .tth6_r .describe {
    font-size: 16px;
    line-height: 26px;
  }
  .tth6_r .links {
    margin-top: 25px;
  }
  .tth6_r .links a {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 2px;
    width: 170px;
    border-radius: 60px;
  }
  .tth6_container {
    margin-top: 30px;
  }
  .tho1 .container {
    padding: 50px 0px 23.858%;
  }
  .tho1 .color_title {
    margin-top: 2px;
  }
  .tho1 .describe {
    margin-top: 10px;
  }
  .tho_color_title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho3 {
    padding: 60px 0px;
  }
  .tho3 .tho_color_title {
    margin-top: 2px;
  }
  .tho3 .text {
    margin-top: 6px;
  }
  .tho3_title {
    font-size: 22px;
    line-height: 30px;
  }
  .tho3_1 {
    margin-top: 25px;
  }
  .tho3_container {
    margin-top: 12px;
    gap: 15px;
  }
  .tho3_2 {
    margin-top: 40px;
  }
  .tho3_r .color_title {
    margin-top: 2px;
  }
  .tho3_r .container {
    top: 50%;
  }
  .tho4 .buttonBox {
    margin-top: 30px;
  }
  .tho4 .buttonBox a {
    min-width: auto;
  }
  .tho4 .tho4_title {
    margin-top: 20px;
  }
  .tho4_title {
    font-size: 36px;
    line-height: 46px;
  }
  .tho4_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho4_list .logo {
    width: 60px;
  }
  .tho4_list li {
    gap: 20px;
    padding: 25px 0px;
  }
  .tho4_list .describe {
    margin-top: 4px;
    line-height: 24px;
  }
  .tho5 {
    padding: 60px 0px;
  }
  .tho5 .sw_box {
    margin: 30px auto 0px;
  }
  .tho5 .container {
    padding: 30px 50px 40px;
  }
  .tho5 .l_box {
    padding-top: 0px;
  }
  .tho5 .year {
    font-size: 24px;
    line-height: 32px;
  }
  .tho5 .describe {
    margin-top: 8px;
  }
  .tho5 .sw_box1 {
    margin-top: 30px;
  }
  .tho6 {
    padding: 60px 0px;
  }
  .tho6 .content {
    align-items: center;
  }
  .tho6_l .box {
    font-size: 16px;
    line-height: 26px;
    width: 126px;
  }
  .tho6_r {
    padding-top: 0px;
  }
  .tho6_container {
    gap: 10px;
    margin-top: 15px;
  }
  .tho6_container .describe {
    margin-top: 2px;
  }
  .tho7 .text {
    margin-top: 8px;
  }
  .tho7 .turn_page {
    margin-top: 30px;
  }
  .tho7 .turn_page #box .list-item:nth-of-type(4) .title {
    font-size: 20px;
    line-height: 28px;
  }
  .tho7 .title {
    bottom: -10px;
  }
  .tho8 {
    padding: 60px 0px;
  }
  .tho8 .text {
    line-height: 26px;
    margin-top: 8px;
  }
  .tho8_menu {
    gap: 10px 20px;
    margin-top: 20px;
  }
  .tho8_menu p {
    font-size: 16px;
    line-height: 26px;
    padding: 4px 10px;
  }
  .tho8_container {
    margin-top: 30px;
  }
  .tho8_container .swiper_button {
    margin-top: 20px;
  }
  .tho9 .describe {
    margin-top: 20px;
  }
  .tho9 .buttonBox {
    margin-top: 30px;
  }
  .tho9 .buttonBox a {
    min-width: auto;
  }
  .mySwipertho5_1 p {
    font-size: 60px;
    line-height: 76px;
  }
  .mySwipertho5_1 .hide_year {
    bottom: 0px;
  }
  .tht1 {
    padding: 40px 0px 60px;
  }
  .tht1_container {
    margin-top: 20px;
  }
  .tht1_container .name,
  .tht1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tht1_container .describe {
    margin-top: 4px;
  }
  .tht1_container .index2_button a {
    padding: 4px 16px;
  }
  .tht2 {
    padding: 40px 0px 60px;
  }
  .tht2_list {
    margin-top: 30px;
    gap: 30px 2.4275%;
  }
  .tht2_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .tht3 .top_r {
    padding-top: 0px !important;
  }
  .thth1 {
    padding: 30px 0px 60px;
  }
  .thth1 .big_title {
    margin-top: 2px;
  }
  .thth1 .big_title_before {
    margin-top: 2px;
  }
  .thth1 .text {
    margin: 8px auto 0px;
  }
  .thth1_list {
    margin-top: 30px;
  }
  .thth1_list .logo {
    width: 66px;
  }
  .thth1_list li {
    padding: 20px 15px 3px;
  }
  .thth1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .thth1_list .describe {
    line-height: 26px;
    margin-top: 4px;
  }
  .thth1_list .number {
    font-size: 36px;
    line-height: 46px;
    margin-top: 0px;
  }
  .thth2 {
    padding: 60px 0px;
  }
  .thth2 .text {
    margin: 8px auto 0px;
  }
  .thth2 .sw_box {
    margin-top: 30px;
  }
  .thth2 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .thth2 .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .thth2 .swiper_controls .controls {
    width: 38px;
  }
  .thth2 .swiperthth2-pagination {
    margin-top: 40px;
  }
  .thth3 {
    padding-bottom: 60px;
  }
  .thth3 .text {
    margin: 8px auto 0px;
  }
  .thth3_container {
    margin-top: 30px;
    gap: 40px;
  }
  .thth3_container .number {
    width: 42px;
    font-size: 20px;
    line-height: 24px;
  }
  .thth3_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .thth3_container .describe {
    margin-top: 6px;
  }
  .thth3_container figure {
    gap: 30px;
  }
  .thth3_container figure:nth-of-type(odd) .box {
    padding-left: 50px;
  }
  .thth3_container figure:nth-of-type(even) .box {
    width: calc(100% - 50px);
  }
  .thth3_list {
    gap: 12px;
    margin-top: 12px;
  }
  .thth3_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .thth3_list .name::before {
    width: 20px;
    top: 1px;
  }
  .thth3_list .describe {
    margin-top: 4px;
  }
  .thth4_title {
    font-size: 28px;
    line-height: 36px;
  }
  .thth4 {
    padding-bottom: 60px;
  }
  .thth4_container .describe {
    font-size: 18px;
    line-height: 28px;
  }
  .thth4_container .buttonBox a {
    min-width: auto;
  }
  .thth5 {
    padding: 60px 0px;
  }
  .thth5 .text {
    margin-top: 8px;
  }
  .thth5_list {
    margin-top: 30px;
  }
  .thth5_list .title {
    font-size: 15px;
    line-height: 22px;
    margin-top: 2px;
  }
  .thth5_list .box {
    padding: 0px 15px 12px;
  }
  .thth5_list .logo1 {
    width: 40px;
  }
  .thth5_list .name {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .thth6 {
    padding: 60px 0px;
  }
  .thth6 .sw_box {
    margin-top: 25px;
  }
  .thth6 .bottom_box {
    margin-top: 20px;
    gap: 12px;
    padding: 0px 15px;
  }
  .thth6 .logoBox {
    width: 62px;
  }
  .thth6 .name {
    font-size: 18px;
  }
  .thth6 .job {
    margin-top: 2px;
  }
  .thfu1 {
    padding: 30px 0px 60px;
  }
  .thfu1 .share {
    margin-top: 15px;
  }
  .thfu1 .share .share {
    margin-top: 0;
  }
  .thfu1_title {
    font-size: 24px;
    line-height: 32px;
  }
  .thfu1_container {
    margin-top: 15px;
  }
  .thfu1_container .video_box {
    margin: 30px auto 0px;
  }
  .thfu1_container .text {
    margin-top: 8px;
  }
  .thfu1_container .text1 strong {
    font-size: 16px;
  }
  .thfu1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .thfu1_container .title::before {
    width: 20px;
    top: 3px;
    left: -30px;
  }
  .thfu1_container .describe {
    margin-top: 8px;
  }
  .thfu1_container .describe em::before {
    top: 8px;
  }
  .thfu1_container .table table {
    line-height: 26px;
  }
  .thfu1_container .table table td {
    padding: 10px 26px !important;
  }
  .thfu1_container .table table tr:nth-of-type(1) td {
    font-size: 18px;
    line-height: 26px;
  }
  .thfu1_container .describe1 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .thfu1_style {
    padding-left: 30px;
    gap: 15px;
  }
  .thfu1_1 {
    margin-top: 30px;
  }
  .thfu1_list,
  .thfu1_list1 {
    margin-top: 20px;
  }
  .thfu1_box {
    padding-bottom: 30px;
  }
  .thfu1_box:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .thfu1_2 {
    margin-top: 30px;
  }
  .fo1 {
    padding: 40px 0px 60px;
  }
  .fo1_container {
    margin-top: 30px;
    gap: 30px;
  }
  .fo1_container figure {
    padding-bottom: 30px;
    align-items: center;
  }
  .fo1_container .title {
    font-size: 22px;
    line-height: 36px;
  }
  .fo1_container .r_box {
    padding: 0px;
  }
  .ft1 {
    padding: 30px 0px 60px;
  }
  .ft1 .share {
    margin-top: 15px;
  }
  .ft1 .share .share {
    margin-top: 0;
  }
  .ft1_title_after {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  .ft1_container {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .ft1_container .video_box {
    margin: 30px auto 0px;
  }
  .ft1_container .text {
    font-size: 15px;
    line-height: 30px;
  }
  .ft1_container .text em {
    font-size: 16px;
  }
  .ft1_container .text p::before {
    top: 12px;
  }
  .ft1_container .thfu1_list {
    margin-top: 20px;
  }
  .ft1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .ft1_container .title::before {
    width: 20px;
    top: 3px;
    left: -30px;
  }
  .ft1_container .text1 {
    margin-top: 12px;
  }
  .ft1_container .describe1 em {
    font-size: 16px;
  }
  .ft1_container .describe1 em::before {
    top: 3px;
  }
  .ft1_container .table table {
    line-height: 26px;
  }
  .ft1_container .table table td {
    padding: 10px 26px !important;
  }
  .ft1_container .table table tr:nth-of-type(1) td {
    font-size: 18px;
    line-height: 26px;
  }
  .ft1_container .describe2 em {
    font-size: 18px;
  }
  .ft1_title {
    font-size: 22px;
  }
  .ft1_style {
    margin-top: 30px;
    gap: 12px;
  }
  .ft1_1 {
    margin-top: 30px;
  }
  .ft2_l {
    padding-bottom: 0px;
  }
  .ft1_3 {
    margin-top: 30px;
  }
  .ft1_style1 {
    gap: 30px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1_container {
    margin-top: 30px;
    align-items: center;
  }
  .so1_r {
    gap: 0px;
  }
  .so1_r .day {
    font-size: 30px;
    line-height: 36px;
  }
  .so1_r .title {
    font-size: 18px;
    line-height: 28px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .so2 {
    padding: 60px 0px;
  }
  .so2_list {
    gap: 30px 2.4275%;
  }
  .so2_list .box {
    padding: 15px 20px;
  }
  .so2_list .title{
    font-size: 16px;
    margin-top: 5px;
  }
  .tth6 .title{
	  font-size: 16px;
	  line-height: 26px;
	  margin-top: 8px
  }
  .tth6 .describe{
  	  line-height: 26px;
	  margin-top: 4px;
  }
  .so2_list .describe {
    margin-top: 4px;
  }
  .so2_list .links {
    margin-top: 6px;
  }
  .st1 {
    padding-top: 40px;
  }
  .st1 .share {
    margin-top: 15px;
  }
  .st1 .share .share {
    margin-top: 0;
  }
  .st1_l_container {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .st1_l_container .video_box {
    margin: 30px auto 0px;
  }
  .st1_l_container .text {
    margin-top: 8px;
  }
  .st1_l_container .describe1 {
    margin-top: 12px;
  }
  .st1_l_container .describe1 em {
    font-size: 16px;
  }
  .st1_l_container .describe1 em::before {
    top: 3px;
  }
  .st1_l_container .table table {
    line-height: 26px;
  }
  .st1_l_container .table table td {
    padding: 10px 26px !important;
  }
  .st1_l_container .table table tr:nth-of-type(1) td {
    font-size: 18px;
    line-height: 26px;
  }
  .st1_1 {
    margin-top: 30px;
  }
  .st1_2 {
    margin-top: 30px;
    gap: 30px;
  }
  .st1_list {
    margin-top: 25px;
  }
  .st1_r_list {
    gap: 15px;
  }
  .st1_r_list .box {
    padding: 12px 0px 15px;
  }
  .st1_r_list .time {
    margin-top: 6px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1 .text {
    margin-top: 8px;
  }
  .seo1 .text p::before {
    top: 3px;
  }
  .seo1_list {
    margin-top: 30px;
  }
  .seo1_list .logo {
    width: 48px;
  }
  .seo1_list li {
    padding: 25px 20px;
  }
  .seo1_list .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    gap: 4px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  .seo2 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .seo2_r {
    padding: 30px 30px 36px;
  }
  .seo2_r form {
    margin-top: 12px;
    gap: 15px 0px;
  }
  .pro_public {
    padding: 60px 0px;
  }
  .pro_public .top_r {
    padding-top: 0px;
  }
  .pro_public .public_top {
    align-items: center;
  }
  .pro_public .sw_box {
    margin-top: 25px;
  }
  .pro_public .container {
    padding: 12px 12px 16px;
  }
  .pro_public .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
  }
  .pro_public .box {
    margin-top: 12px;
  }
  .pro_public .index2_button {
    margin-top: 15px;
  }
  .public_menu .menu_all {
    font-size: 20px;
    line-height: 30px;
  }
  .public_menu .menu_box a {
    margin-left: 4px;
  }
  .public_menu_list {
    margin-top: 15px;
  }
  .public_menu_list1 {
    font-size: 15px;
    line-height: 26px;
    padding: 12px 16px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 5px;
  }
  footer {
    padding: 30px 0px;
  }
  footer .logoBox {
    width: 210px;
  }
  footer .icBox a {
    width: 32px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  .footer_b {
    margin-top: 20px;
    padding: 25px 0px 30px;
  }
  .footer_b .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  .footer_b .ul3 {
    min-width: 110px;
  }
  .footer_b .ul4 {
    max-width: 350px;
  }
  .footer_b .list {
    line-height: 30px;
    margin-top: 6px;
  }
  .footer_b .logo {
    margin-top: 3px;
  }
  .buttonBox a {
    font-size: 16px;
    line-height: 26px;
    padding: 4px 6px !important;
  }
  .buttonBox .button_logo {
    width: 32px;
  }
  .swiper_button .controls {
    width: 40px !important;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 20px;
  }
  .PageNumber .pages-btn,
  .PageNumber .page_box {
    gap: 8px 10px;
  }
  .PageNumber .submit {
    gap: 6px;
  }
  .PageNumber a {
    font-size: 15px;
    line-height: 24px;
    width: 30px;
  }
  .PageNumber .submit_box {
    gap: 12px;
    padding: 2px 14px;
  }
  .page_change {
    margin-top: 20px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .page_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  header .icBox {
    gap: 10px 18px;
  }
  header .menuOne {
    font-family: Poppins-Regular;
  }
  header .menuOne > a {
    padding: 15px 0px 19px;
  }
  header .sousuo .search {
    font-size: 18px;
  }
  header .lang {
    margin-left: 16px;
    padding-left: 16px;
  }
  header .search_lang {
    margin-left: 25px;
  }
  header .center {
    gap: 28px;
  }
  header .logoBox {
    width: 130px;
  }
  header .ul li {
    font-size: 15px;
  }
  .public_menu .menu_box {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
  }
}
@media screen and (max-width: 992px) {
	.tth6 .describe{
		line-height: 24px;
	}
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    display: flex !important;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 10px 0px;
  }
  header .center {
    display: none;
  }
  header .search_lang {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    padding-left: 0px;
    border: none !important;
  }
  header .lang > ul {
    width: 106px;
  }
  header .lang > ul li a {
    line-height: 24px;
  }
  header .header_boxr {
    padding-right: 30px;
  }
  .header_top {
    display: none;
  }
  .big_title_before {
    font-size: 14px;
    line-height: 24px;
  }
  .big_title {
    font-size: 20px;
    line-height: 28px !important;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .big_title {
    margin-top: 0px;
  }
  .index1 .describe {
    margin-top: 2px;
    -webkit-line-clamp: 8;
  }
  .index1 .buttonBox {
    margin-top: 15px;
  }
  .index1 .bofangBox {
    width: 52px;
  }
  .index1_l .container {
    width: calc(100% - 50px);
  }
  .index1_container {
    padding-bottom: 20px;
  }
  .index1_list {
    gap: 20px 2%;
  }
  .index1_list li {
    width: 23.5%;
    padding: 12px;
  }
  .index1_list .big_num {
    font-size: 24px;
    line-height: 30px;
  }
  .index1_list .big_num_after {
    font-size: 14px;
    line-height: 24px;
  }
  .index1_list .text {
    margin-top: 2px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .text {
    font-family: Poppins-Regular;
    margin-top: 2px;
  }
  .index2_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .index2_list li {
    width: 32%;
  }
  .index2_list .title {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    font-weight: normal;
  }
  .index2_list .box {
    margin-top: 8px;
  }
  .index2_list .index2_button {
    margin-top: 8px;
  }
  .index2_button a {
    padding: 4px 20px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .buttonBox {
    margin-top: 15px;
  }
  .index3_r .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .index3_list {
    margin-top: 15px;
    padding-bottom: 0px;
    gap: 20px 4%;
    border-bottom: none;
  }
  .index3_list .logo {
    width: 48px;
  }
  .index3_list .text {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .text {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index4 .sw_box {
    margin: 15px auto 0px;
  }
  .index4 .swiper_button {
    margin-top: 15px;
    gap: 12px;
  }
  .index4_controls {
    padding-top: 15px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .text {
    margin-top: 2px;
  }
  .index5 .public_top {
    flex-wrap: wrap;
    gap: 12px;
  }
  .index5 .top_l {
    flex: none;
    width: 100%;
  }
  .index5 .top_r {
    padding-top: 0px;
    width: 100%;
  }
  .index5_list {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .index5_list li {
    width: 48%;
    flex: none;
  }
  .index5_list .index5_img {
    width: 100%;
  }
  .index5_list .box {
    display: block;
  }
  .index5_list .hide_box {
    padding: 0px 20px 20px;
  }
  .index5_list .links {
    margin-top: 5px;
  }
  .index5_list .links .mask_box {
    width: 28px;
  }
  .index5_list .describe {
    line-height: 22px;
  }
  .index5_list .title {
    font-weight: bold;
    line-height: 26px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .text {
    margin: 2px auto 0px;
  }
  .index6_container {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .index6_container .buttonBox {
    margin-top: 15px;
  }
  .index6_l {
    flex: none;
    max-width: 100%;
    margin-top: 0px;
  }
  .index6_list {
    gap: 4px;
  }
  .index6_list li {
    padding-left: 35px;
  }
  .index6_list li.active {
    font-weight: normal;
  }
  .index6_r {
    width: 100%;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .text {
    margin-top: 2px;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .swiper-slide {
    gap: 15px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8 .content {
    flex-wrap: wrap;
  }
  .index8 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index8 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index8_l {
    padding-top: 0px;
    width: 100%;
    text-align: center;
  }
  .index8_r {
    width: 100%;
    margin-top: 15px;
  }
  .index8_r form input,
  .index8_r form textarea {
    font-size: 14px;
  }
  .index8_r .file_box {
    font-size: 14px;
  }
  .index9 {
    padding: 30px 0px;
  }
  .index9 .swiper_button {
    gap: 12px;
  }
  .index9_sw_box {
    margin-top: 15px;
    overflow: hidden;
  }
  .index9_sw_box .swiper {
    width: 50%;
    max-width: 380px;
    overflow: initial;
    margin-left: 0px;
  }
  .index9_sw_box .time {
    margin-top: 10px;
  }
  .index9_sw_box .title {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
  }
  .index9_sw_box .imgBox {
    margin-top: 10px;
  }
  .index9_sw_box .imgBox img {
    height: auto;
    max-width: 100%;
  }
  .index9_sw_box .swiper-slide {
    width: 100% !important;
    margin-right: 20px;
  }
  .bannerBox .content {
    bottom: 16px;
  }
  .bannerBox .banner_title {
    font-size: 22px;
    line-height: 30px;
  }
  .mbx {
    margin-top: 2px;
  }
  .to1 {
    padding: 20px 0px 30px;
  }
  .to1 .content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .to1_title {
    font-size: 20px;
    line-height: 30px !important;
  }
  .to1_container {
    width: 100%;
  }
  .to1_container .describe {
    margin-top: 2px;
  }
  .to1_form {
    margin-top: 15px;
  }
  .to1_list {
    gap: 15px 2%;
  }
  .to1_list li {
    width: 32%;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
  }
  .to1_list .box {
    margin-top: 8px;
  }
  .to1_list .input_links {
    margin-top: 8px;
    padding: 5px 14px;
  }
  .tt1 {
    padding: 30px 0px;
  }
  .tt1 .content {
    align-items: center;
  }
  .tt1_l .sw_box {
    margin-top: 12px;
  }
  .tt1_l .mask_box.prev {
    left: -5px;
  }
  .tt1_l .mask_box.next {
    right: -5px;
  }
  .tt1_r {
    gap: 12px;
  }
  .tt1_r .to1_title {
    padding-bottom: 8px;
  }
  .tt1_r .describe {
    margin-top: 4px;
  }
  .tt1_r .share {
    gap: 5px;
  }
  .tt1_r .share .share {
    margin-top: 0;
  }
  .tt1_r .index2_button {
    margin-top: 10px;
    gap: 6px 12px;
  }
  .tt1_r .index2_button a {
    padding: 4px 14px;
  }
  .tt2_title {
    font-size: 20px;
    line-height: 30px;
  }
  .tt2 {
    padding: 30px 0px;
  }
  .tt2_container {
    margin-top: 8px;
    gap: 12px;
  }
  .tt2_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tt2_container .describe {
    margin-top: 4px;
    gap: 4px;
  }
  .tt2_container .describe em::before {
    top: 3px;
  }
  .tt3 {
    padding-bottom: 30px;
  }
  .tt3_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .tt3_list li {
    padding: 14px 20px 20px;
    gap: 5px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .tt3_list .logo {
    width: 38px;
  }
  .tt3_list .flex_box {
    flex: none;
    width: 100%;
    padding-right: 0px;
  }
  .tt3_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tt3_list .describe {
    margin-top: 2px;
    gap: 4px;
  }
  .tt3_list .describe em::before {
    top: 3px;
  }
  .tt4 {
    padding-bottom: 30px;
  }
  .tt4 .text {
    margin-top: 2px;
  }
  .tt4_container {
    margin-top: 15px;
  }
  .tt4_r .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tt4_r .number_box {
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    left: -30px;
    top: 2px;
  }
  .tt4_r .box {
    padding-left: 30px;
  }
  .tt4_r .describe {
    margin-top: 2px;
    gap: 2px;
  }
  .tt4_r .describe em {
    padding-left: 18px;
  }
  .tt4_r .describe em::before {
    top: 8px;
  }
  .tt4_r figure:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
  .tt5 {
    padding-bottom: 30px;
  }
  .tt5 .describe {
    margin-top: 2px;
  }
  .tt5 .table table {
    line-height: 24px;
  }
  .tt5 .table table tr:nth-of-type(1) td {
    font-size: 16px;
    line-height: 24px;
  }
  .tt5 .table table td {
    padding: 6px 20px !important;
  }
  .tth1_title,
  .tth3_title,
  .tth4_title {
    font-size: 36px;
    line-height: 46px !important;
  }
  .tth1 {
    padding: 30px 0px;
  }
  .tth1 .tth1_title {
    display: block;
    gap: 0px;
  }
  .tth1 .tth1_title > * {
    display: inline;
  }
  .tth1 .tth1_title_box1::before {
    display: none;
  }
  .tth1_l {
    margin-top: 10px;
    width: 100%;
    transform: none;
  }
  .tth1_top_box {
    font-size: 16px;
    line-height: 26px;
    padding: 4px 16px;
    position: relative;
    margin-top: 10px;
    width: max-content;
    border-radius: 40px;
  }
  .tth1_container {
    flex-wrap: wrap;
  }
  .tth1_r {
    width: 100%;
    flex: none;
    gap: 10px;
    padding-top: 20px;
  }
  .tth1_r .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tth1_r .logo {
    width: 38px;
  }
  .tth2 {
    padding: 30px 0px 70px;
  }
  .tth2 .big_title::before {
    width: 28%;
  }
  .tth2 .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .tth2_container {
    margin-top: 15px;
    padding: 20px 20px 24px;
    border-radius: 16px 60px;
  }
  .tth2_r {
    border-radius: 30px;
  }
  .tth2_r .bofangBox {
    width: 60px;
  }
  .tth2_list {
    margin-top: 10px;
  }
  .tth2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tth3 .content {
    padding: 30px 0px;
  }
  .tth3 .content::before,
  .tth3 .content::after {
    display: none;
  }
  .tth3_sw_box {
    margin-top: 12px;
  }
  .tth3_sw_box .swiper-slide {
    font-size: 15px;
    line-height: 24px;
  }
  .tth3_container {
    margin-top: 20px;
  }
  .tth3_r {
    padding-top: 0px;
  }
  .tth3_r .index2_button {
    margin-top: 15px;
  }
  .tth3_r .index2_button a {
    padding: 4px 16px;
  }
  .tth3_r_list {
    gap: 8px;
    margin-top: 10px;
  }
  .tth3_bottom_list {
    margin-top: 12px;
  }
  .tth4,
  .tth5 {
    padding: 30px 0px;
  }
  .tth4_list,
  .tth5_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .tth4_list .logo,
  .tth5_list .logo {
    width: 52px;
  }
  .tth4_list .title,
  .tth5_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .tth4_list .describe,
  .tth5_list .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tth5 .tth4_title > *::before {
    width: 180px;
  }
  .tth6 {
    padding: 30px 0px;
  }
  .tth6_l {
    width: 330px;
  }
  .tth6_r .links {
    margin-top: 12px;
  }
  .tth6_r .links a {
    font-size: 16px;
    line-height: 26px;
    padding: 4px 16px;
    position: relative;
    width: max-content;
    border-radius: 40px;
  }
  .tho1 .container {
    padding: 30px 0px 23.858%;
  }
  .tho1 .describe {
    margin-top: 2px;
  }
  .tho_color_title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px !important;
  }
  .tho2_container .bofangBox {
    width: 48px;
  }
  .tho3 {
    padding: 30px 0px;
  }
  .tho3 .text {
    margin-top: 4px;
  }
  .tho3 .describe {
    margin-top: 2px;
  }
  .tho3 .title {
    font-size: 16px;
    line-height: 26px;
    padding-left: 22px;
  }
  .tho3 .title::before {
    top: 4px;
  }
  .tho3_title {
    font-size: 18px;
    line-height: 26px;
  }
  .tho3_1 {
    margin-top: 8px;
  }
  .tho3_container {
    margin-top: 6px;
    gap: 6px;
  }
  .tho3_2 {
    margin-top: 25px;
  }
  .tho4 {
    padding: 30px 0px;
  }
  .tho4 .tho4_title {
    margin-top: 1px;
  }
  .tho4 .buttonBox {
    margin-top: 15px;
  }
  .tho4 .buttonBox a {
    min-width: auto;
  }
  .tho4_title {
    font-size: 20px;
    line-height: 28px;
  }
  .tho4_l {
    flex: none;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }
  .tho4_list {
    width: 100%;
  }
  .tho4_list li {
    padding: 20px 0px;
  }
  .tho4_list .logo {
    width: 52px;
  }
  .tho4_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho4_list .describe {
    margin-top: 2px;
  }
  .tho5 {
    padding: 30px 0px;
  }
  .tho5 .container {
    padding: 20px 25px 30px;
  }
  .tho5 .public_top {
    gap: 2px;
    flex-wrap: wrap;
  }
  .tho5 .top_l {
    flex: none;
    width: 100%;
  }
  .tho5 .top_r {
    width: 100%;
  }
  .tho5 .color_describe {
    margin-top: 2px;
    line-height: 24px;
  }
  .tho5 .sw_box {
    margin: 15px auto 0px;
  }
  .tho5 .year {
    font-size: 18px;
    line-height: 26px;
  }
  .tho5 .describe {
    margin-top: 2px;
  }
  .tho5 .sw_box1 {
    margin-top: 15px;
    padding: 0px 40px;
  }
  .tho6 {
    padding: 30px 0px;
  }
  .tho6_l .box {
    font-size: 14px;
    line-height: 22px;
    width: 106px;
  }
  .tho6_l .box::before {
    width: calc(100% + 14px);
  }
  .tho7 {
    padding-bottom: 30px;
  }
  .tho7 .text {
    margin-top: 2px;
  }
  .tho7 .sw_box {
    margin-top: 15px;
  }
  .tho7 .title {
    display: block;
    position: relative;
    bottom: 0;
    transform: none;
    margin-top: 6px;
  }
  .tho7 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .tho7 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .tho6_container {
    margin-top: 6px;
    gap: 6px;
  }
  .tho6_container .describe {
    margin-top: 2px;
  }
  .tho6_container .title {
    font-size: 16px;
    line-height: 26px;
    padding-left: 22px;
  }
  .tho6_container .title::before {
    top: 4px;
  }
  .mySwipertho5_1 p {
    font-size: 30px;
  }
  .tho8 {
    padding: 30px 0px;
  }
  .tho8 .text {
    line-height: 24px;
    margin-top: 2px;
  }
  .tho8_menu {
    margin-top: 15px;
    gap: 10px 15px;
  }
  .tho8_menu p {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 10px;
  }
  .tho8_container {
    margin-top: 20px;
  }
  .tho8_container figure {
    gap: 15px;
  }
  .tho8_container .swiper_button {
    margin-top: 12px;
    gap: 8px;
  }
  .tho9 {
    padding: 30px 0px 20%;
  }
  .tho9 .describe {
    margin-top: 4px;
  }
  .tho9 .buttonBox {
    margin-top: 15px;
  }
  .tht1 {
    padding: 20px 0px 30px;
  }
  .tht1 .top_l {
    flex: none;
    width: 100%;
  }
  .tht1 .top_r {
    width: 100%;
    padding: 0px;
  }
  .tht1 .public_top {
    gap: 4px;
  }
  .tht1_container {
    margin-top: 12px;
  }
  .tht1_container .hide_img {
    display: block;
  }
  .tht1_container .show_img {
    display: none;
  }
  .tht1_container .hide_box {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px 0px;
    flex-wrap: wrap;
  }
  .tht1_container .logo {
    display: none;
  }
  .tht1_container figure {
    width: 48%;
    display: flex;
    position: relative;
    left: 0px !important;
    top: 0px !important;
    aspect-ratio: initial;
  }
  .tht1_container .box {
    flex: 1;
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    transform: none;
  }
  .tht1_container .box::after{
    display: none;
  }
  .tht2 {
    padding: 30px 0px;
  }
  .tht2_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .tht2_list li {
    width: 32%;
  }
  .tht2_list .title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    padding: 0px;
    margin-top: 12px;
  }
  .thth1 {
    padding: 25px 0px 30px;
  }
  .thth1 .text {
    margin: 2px auto 0px;
  }
  .thth1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .thth1_list li {
    width: 49%;
  }
  .thth2 {
    padding: 30px 0px;
  }
  .thth2 .text {
    margin: 2px auto 0px;
  }
  .thth2 .sw_box {
    margin-top: 15px;
  }
  .thth2 .r_box {
    padding-bottom: 0px;
  }
  .thth2 .swiper_controls {
    gap: 8px;
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .thth2 .swiper_controls .controls {
    width: 32px;
  }
  .thth2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .thth2 .swiperthth2-pagination {
    margin-top: 15px;
  }
  .thth3 {
    padding-bottom: 30px;
  }
  .thth3 .text {
    margin: 2px auto 0px;
  }
  .thth3_container {
    margin-top: 20px;
    gap: 20px;
  }
  .thth3_container figure {
    gap: 20px;
  }
  .thth3_container .number {
    display: none;
  }
  .thth3_container figure:nth-of-type(odd) .box {
    padding-left: 20px;
  }
  .thth3_container figure:nth-of-type(even) .box {
    width: calc(100% - 20px);
  }
  .thth3_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .thth3_container .describe1 {
    margin-top: 2px;
  }
  .thth3_list {
    margin-top: 6px;
    gap: 6px;
  }
  .thth3_list li {
    padding-left: 26px;
  }
  .thth3_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .thth3_list .name::before {
    width: 20px;
    top: 3px;
    left: -26px;
  }
  .thth3_list .describe {
    margin-top: 2px;
  }
  .thth4_title {
    font-size: 20px;
    line-height: 28px;
  }
  .thth4 {
    padding-bottom: 30px;
  }
  .thth4_container {
    flex-wrap: wrap;
    padding: 30px 26px;
  }
  .thth4_container .l_box {
    flex: none;
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .thth4_container .describe {
    font-size: 16px;
    line-height: 25px;
    margin-top: 4px;
  }
  .thth4_container .buttonBox {
    width: 100%;
    justify-content: center;
  }
  .thth5 {
    padding: 30px 0px;
  }
  .thth5 .text {
    margin: 2px auto 0px;
  }
  .thth5_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .thth5_list li {
    width: 32%;
  }
  .thth5_list .hide_box {
    display: none;
  }
  .thth6 {
    padding: 30px 0px;
  }
  .thth6 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
  }
  .thth6 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .thth6 .sw_box {
    margin-top: 15px;
  }
  .thth6 .box {
    padding: 15px;
  }
  .thth6 .logo {
    margin-top: 6px;
  }
  .thth6 .name {
    font-size: 16px;
    line-height: 26px;
  }
  .thfu1 {
    padding: 20px 0px 30px;
  }
  .thfu1 .share {
    gap: 6px;
    margin-top: 8px;
  }
  .thfu1 .share .share {
    margin-top: 0;
  }
  .thfu1_title {
    font-size: 18px;
    line-height: 28px;
  }
  .thfu1_container {
    margin-top: 8px;
  }
  .thfu1_container .table table {
    line-height: 24px;
  }
  .thfu1_container .table table tr:nth-of-type(1) td {
    font-size: 16px;
    line-height: 24px;
  }
  .thfu1_container .table table td {
    padding: 6px 20px !important;
  }
  .thfu1_container .video_box {
    margin-top: 15px;
  }
  .thfu1_container .video_box .bofangBox {
    width: 48px;
  }
  .thfu1_container .text {
    margin-top: 2px;
  }
  .thfu1_container .text1 {
    margin-top: 2px;
  }
  .thfu1_container .text1 strong {
    font-size: 15px;
  }
  .thfu1_container .describe {
    margin-top: 4px;
  }
  .thfu1_container .describe1 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .thfu1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .thfu1_container .title::before {
    top: 1px;
    width: 20px;
  }
  .thfu1_style {
    margin-top: 12px;
    gap: 12px;
  }
  .thfu1_1 {
    margin-top: 15px;
  }
  .thfu1_2 {
    margin-top: 15px;
  }
  .thfu1_list,
  .thfu1_list1 {
    margin-top: 15px;
  }
  .thfu1_box {
    padding-bottom: 20px;
  }
  .thfu1_box:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .fo1 {
    padding: 20px 0px 30px;
  }
  .fo1 .top_l {
    width: 100%;
    flex: none;
  }
  .fo1 .top_r {
    width: 100%;
  }
  .fo1 .public_top {
    gap: 2px;
  }
  .fo1_container {
    margin-top: 20px;
    gap: 20px;
  }
  .fo1_container figure {
    padding-bottom: 20px;
  }
  .fo1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fo1_container .describe {
    margin-top: 4px;
  }
  .fo1_container .r_box {
    gap: 15px;
  }
  .ft1_title_after {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .ft1 {
    padding: 20px 0px 30px;
  }
  .ft1 .share {
    gap: 6px;
    margin-top: 8px;
  }
  .ft1 .share .share {
    margin-top: 0;
  }
  .ft1_container {
    margin-top: 8px;
    padding-bottom: 15px;
  }
  .ft1_container .table table {
    line-height: 24px;
  }
  .ft1_container .table table tr:nth-of-type(1) td {
    font-size: 16px;
    line-height: 24px;
  }
  .ft1_container .table table td {
    padding: 6px 20px !important;
  }
  .ft1_container .video_box {
    margin-top: 15px;
  }
  .ft1_container .video_box .bofangBox {
    width: 48px;
  }
  .ft1_container .text {
    line-height: 26px;
  }
  .ft1_container .text p::before {
    top: 10px;
  }
  .ft1_container .text em {
    font-size: 16px;
  }
  .ft1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .ft1_container .title::before {
    top: 1px;
    width: 20px;
  }
  .ft1_container .thfu1_list {
    margin-top: 15px;
  }
  .ft1_container .text1 {
    margin-top: 2px;
  }
  .ft1_container .describe1 em {
    padding-left: 24px;
    font-size: 15px;
  }
  .ft1_container .describe1 em::before {
    width: 16px;
    top: 4px;
  }
  .ft1_container .describe2 {
    margin-top: 4px;
  }
  .ft1_container .describe2 em {
    font-size: 16px;
  }
  .ft1_1 {
    margin-top: 15px;
  }
  .ft1_2,
  .ft1_3 {
    margin-top: 15px;
  }
  .ft1_title {
    font-size: 18px;
    line-height: 28px;
  }
  .ft1_style {
    margin-top: 15px;
    gap: 8px;
  }
  .ft1_style1 {
    gap: 15px;
  }
  .so1 {
    padding: 20px 0px 30px;
  }
  .so1 .content {
    max-width: 670px;
  }
  .so1_container {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .so1_l {
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
  }
  .so1_r {
    width: 100%;
    gap: 5px;
  }
  .so1_r figure {
    padding: 0px;
  }
  .so2 {
    padding: 30px 0px;
  }
  .so2_list {
    gap: 20px 2%;
  }
  .so2_list li {
    width: 32%;
  }
  .so2_list .box {
    padding: 12px 16px 20px;
  }
  .so2_list .title {
    line-height: 24px;
    min-height: 48px;
  }
  .so2_list .describe {
    line-height: 24px;
    min-height: 48px;
  }
  .so2_list .links {
    margin-top: 4px;
  }
  .st1 {
    padding-top: 20px;
  }
  .st1 .share {
    gap: 6px;
    margin-top: 8px;
  }
  .st1 .share .share {
    margin-top: 0;
  }
  .st1 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .st1_l {
    width: 100%;
  }
  .st1_l_container {
    margin-top: 8px;
    padding-bottom: 15px;
  }
  .st1_l_container .table table {
    line-height: 24px;
  }
  .st1_l_container .table table tr:nth-of-type(1) td {
    font-size: 16px;
    line-height: 24px;
  }
  .st1_l_container .table table td {
    padding: 6px 20px !important;
  }
  .st1_l_container .video_box {
    margin-top: 15px;
  }
  .st1_l_container .video_box .bofangBox {
    width: 48px;
  }
  .st1_l_container .text {
    margin-top: 2px;
  }
  .st1_l_container .describe1 {
    margin-top: 4px;
  }
  .st1_l_container .describe1 em {
    padding-left: 24px;
    font-size: 15px;
  }
  .st1_l_container .describe1 em::before {
    width: 16px;
    top: 4px;
  }
  .st1_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .st1_1 {
    margin-top: 15px;
  }
  .st1_2 {
    margin-top: 12px;
    gap: 12px;
  }
  .st1_r {
    width: 100%;
  }
  .st1_r_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .st1_r_list li {
    width: 23.5%;
  }
  .st1_r_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .st1_r_list .box {
    padding: 6px 0px 0px;
  }
  .st1_r_list li {
    border-bottom: none;
  }
  .st1_r_list .time {
    margin-top: 4px;
  }
  .seo1 {
    padding: 25px 0px 30px;
  }
  .seo1 .text {
    margin-top: 2px;
  }
  .seo1_list {
    gap: 15px 2%;
    margin-top: 15px;
  }
  .seo1_list li {
    width: 32%;
  }
  .seo1_list .logo {
    width: 32px;
  }
  .seo1_list .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
    gap: 0px;
  }
  .seo2 {
    padding-bottom: 30px;
  }
  .seo2 .content {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .seo2_l {
    flex: none;
    width: 100%;
  }
  .seo2_l img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  .seo2_r {
    width: 100%;
    padding: 20px 30px 30px;
  }
  .seo2_r .title {
    font-size: 20px;
    line-height: 28px;
  }
  .seo2_r form input,
  .seo2_r form textarea {
    font-size: 15px;
  }
  .seo2_r form input {
    height: 42px;
  }
  .seo2_r .file_box {
    height: 42px;
    font-size: 15px;
  }
  .pro_public {
    padding: 30px 0px;
  }
  .pro_public .swiper_button {
    gap: 12px;
  }
  .pro_public .sw_box {
    margin-top: 15px;
  }
  .pro_public .title {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    font-weight: normal;
  }
  .pro_public .box {
    margin-top: 8px;
  }
  .pro_public .index2_button {
    margin-top: 8px;
  }
  .public_menu {
    width: 100%;
  }
  .public_menu .menu_all .down {
    display: block;
  }
  .public_menu .menu_box {
    padding: 6px;
  }
  .public_menu li:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
  .public_menu_list {
    display: none;
    margin-top: 10px;
  }
  .public_menu_list1 {
    padding: 6px 10px 8px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 2px;
  }
  footer {
    padding: 20px 0px 45px;
  }
  footer .logoBox {
    width: 150px;
  }
  footer .icBox a {
    width: 28px;
  }
  footer .icBox .iconfont {
    font-size: 15px;
  }
  .footer_b {
    margin-top: 12px;
    padding: 15px 0px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_b .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_b .dif_up {
    display: block;
    filter: brightness(0) invert(1);
    width: 8px;
  }
  .footer_b > * {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .footer_b .list {
    margin-top: 2px;
    gap: 24px;
  }
  .footer_c {
    padding-top: 15px;
  }
  .buttonBox .button_logo {
    width: 26px;
  }
  .buttonBox a {
    font-size: 14px;
    line-height: 24px;
  }
  .swiper_button .controls {
    width: 32px !important;
  }
  .swiper_button .mask_box {
    width: 14px;
  }
  .page_change {
    margin-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .page_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  .rightMenu .wx .hide_box {
    right: auto;
    transform: none;
    left: 0;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .header_boxr {
    padding-right: 50px;
  }
  .index_banner .swiper_button .controls.prev {
    left: 20px;
  }
  .index_banner .swiper_button .controls.next {
    right: 20px;
  }
  .index1_container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 12px;
    padding: 0px 20px 20px;
  }
  .index1_l .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .index1_r {
    width: 100%;
    border-radius: 16px;
    margin-top: 0px;
  }
  .index1_list {
    gap: 20px 4%;
  }
  .index1_list li {
    width: 48%;
  }
  .index3 .content {
    flex-wrap: wrap;
  }
  .index3_l {
    width: 80%;
    max-width: 400px;
    margin: 0px auto;
  }
  .index3_r {
    width: 100%;
  }
  .index6_r .title {
    font-weight: normal;
  }
  .index6_r .swiper_button .controls.prev {
    left: 10px;
  }
  .index6_r .swiper_button .controls.next {
    right: 10px;
  }
  .tt1 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .tt1_l {
    width: 100%;
    max-width: 699px;
    margin: 0px auto;
  }
  .tt1_r {
    width: 100%;
  }
  .tt3_list li {
    width: 100%;
    min-height: auto;
  }
  .tth1_title,
  .tth3_title,
  .tth4_title {
    font-size: 24px;
    line-height: 32px !important;
  }
  .tth3_box {
    gap: 15px;
  }
  .tth3_l {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
  }
  .tth3_r {
    width: 100%;
  }
  .tth3_bottom_list {
    gap: 20px 2%;
  }
  .tth3_bottom_list li {
    width: 49%;
  }
  .tth4 .tth4_title > *,
  .tth5 .tth4_title > * {
    display: inline;
  }
  .tth4 .tth4_title > *::before,
  .tth5 .tth4_title > *::before {
    display: none;
  }
  .tth4_list,
  .tth5_list {
    gap: 20px 2%;
  }
  .tth4_list li,
  .tth5_list li {
    width: 49%;
  }
  .tho3_2 {
    gap: 12px;
  }
  .tho3_l {
    width: 100%;
    max-width: 588px;
    margin: 0px auto;
  }
  .tho3_r {
    width: 100%;
  }
  .tho3_r .container {
    top: 0px;
    position: relative;
    transform: none;
  }
  .tho6 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tho6_l {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
  }
  .tho6_r {
    width: 100%;
  }
  .thth2 .l_box {
    width: 100%;
  }
  .thth2 .r_box {
    width: 100%;
  }
  .thth2 .swiper-slide {
    gap: 12px;
    flex-wrap: wrap;
  }
  .so1_r .day {
    font-size: 22px;
    line-height: 30px;
  }
  .so1_r .title {
    font-size: 16px;
    line-height: 24px;
  }
  .so2_list li {
    width: 49%;
  }
  .seo2_r {
    padding: 20px 20px 25px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .PageNumber {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .index2_list li {
    width: 49%;
  }
  .index5_list li {
    width: 100%;
  }
  .index9_sw_box .swiper {
    width: 70%;
  }
  .bannerBox {
    padding-top: 187.81px;
  }
  .to1_list li {
    width: 49%;
  }
  .tt4_container {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tt4_l {
    width: 100%;
  }
  .tt4_r {
    width: 100%;
  }
  .tt4_r .box {
    position: relative;
  }
  .tth2_l {
    padding-top: 12px;
  }
  .tth2_r {
    width: 100%;
    float: none;
    margin: 0px;
    border-radius: 30px 36px;
  }
  .tth6 .swiper-slide {
    width: 48%;
    margin-right: 4%;
  }
  .tth6_container {
    gap: 12px;
  }
  .tth6_l {
    width: 100%;
  }
  .tth6_r {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .tho5 .r_box {
    width: 38%;
    max-width: 370px;
  }
  .tht1_container figure {
    width: 100%;
  }
  .tht2_list li {
    width: 49%;
  }
  .thth3_container figure {
    flex-wrap: wrap;
    gap: 0px;
  }
  .thth3_container .l_box {
    width: 100%;
  }
  .thth3_container .r_box {
    flex: none;
    width: 100%;
  }
  .thth3_container .box {
    width: 100% !important;
    padding: 12px 15px 20px !important;
    position: relative;
    max-height: none;
  }
  .thth5_list li {
    width: 49%;
  }
  .thfu1_list,
  .thfu1_list1 {
    border-radius: 10px;
  }
  .fo1_container .l_box {
    width: 100%;
  }
  .fo1_container .r_box {
    flex: none;
    width: 100%;
  }
  .fo1_container figure {
    flex-wrap: wrap;
    gap: 12px;
  }
  .st1_r_list {
    gap: 20px 4%;
  }
  .st1_r_list li {
    width: 48%;
  }
  .seo1_list li {
    width: 49%;
  }
  footer .logoBox {
    margin: 0px auto;
  }
  .footer_a {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
	.tth6 .swiper-slide{
		width: 100%;
	}
	.tth6 .swiper_button .controls{
		margin-top: 27%;
	}
  header .lang .lang_box span {
    font-family: Poppins-Regular;
  }
  header .header_boxr {
    padding-right: 40px;
  }
  .index2_list .title {
    font-size: 15px;
  }
  .index4 .sw_box {
    width: calc(100% - 40px);
  }
  .index6_r .swiper_button .controls::after {
    border: 1px solid #fff;
  }
  .index6_r .swiper_button .mask_box {
    background: #fff;
  }
  .index6_r .swiper-slide-active::before {
    opacity: 1;
  }
  .index6_r .title_box {
    padding: 12px;
  }
  .index6_r_describe {
    margin: 8px auto 0px;
    width: 100%;
    padding: 0px 8px;
  }
  .index8_r form .int1 {
    width: 100%;
  }
  .index9 .public_top {
    flex-wrap: wrap;
    gap: 12px;
  }
  .index9 .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index9 .top_r {
    padding-top: 0px;
    width: 100%;
  }
  .index9 .swiper_button {
    justify-content: center;
  }
  .pro_public .public_top {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pro_public .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .pro_public .top_r {
    padding-top: 0px;
    width: 100%;
  }
  .pro_public .swiper_button {
    justify-content: center;
  }
  .to1_list .title {
    font-size: 15px;
  }
  .tth3_bottom_list li,
  .tth4_list li,
  .tth5_list li {
    width: 100%;
  }
  .tho4_list li {
    gap: 12px;
  }
  .tho4_list .logo {
    width: 46px;
  }
  .mySwipertho5_1 p {
    font-size: 20px;
  }
  .tho8_container .swiper-slide {
    gap: 15px 2%;
  }
  .tho8_container figure {
    width: 49%;
  }
  .tho9 {
    padding: 30px 0px 120px;
  }
  .thth1_list li {
    width: 100%;
  }
  .thfu1_list1 {
    gap: 15px 2%;
  }
  .thfu1_list1 li {
    width: 49%;
  }
  .so1_r .title {
    flex: none;
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .so1_r figure {
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .so2_list .box {
    padding: 12px 14px 15px;
  }
  .seo1_list li {
    width: 100%;
  }
  .seo2_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index2_list li {
    width: 100%;
  }
  .index2_list .imgBox img {
    width: 100%;
  }
  .index2_list .title {
    min-height: auto;
  }
  .index9_sw_box .swiper {
    width: 100%;
  }
  .to1_list li {
    width: 100%;
  }
  .to1_list .imgBox img {
    width: 100%;
  }
  .to1_list .title {
    min-height: auto;
  }
  .tho5 .r_box {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .tho5 .l_box {
    padding-top: 12px;
  }
  .tho5 .swiper_button {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  .tho5 .swiper_button .controls {
    position: relative !important;
    transform: none !important;
    left: 0px !important;
    right: 0px !important;
  }
  .tho5 .sw_box1 {
    padding: 0px;
  }
  .mySwipertho5_1 {
    display: none;
  }
  .tht2_list li {
    width: 100%;
  }
  .thth5_list li {
    width: 100%;
  }
  .thth5_list .imgBox img {
    width: 100%;
  }
  .so2_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACp8AAsAAAAAR/QAACoqAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACNDArwWNpAATYCJAOCIAuBEgAEIAWEZweGBhuGO1VGh40DCIzfA1GUY1FHUa4oXfb/l+TFCLGF6noYKe2iFudWxVQqhQ7Sq0JbuAMPjCGTyQfzaAvTo4NQyw/Zz7iuvDIUbJnfRhhe5OFaGkbhiCBRsW4izB8+FTVeJP5njujsqmNlL3NIUjR5/uvGn/fammazAo94ieIPKl/4Dg9z69/WxIAlMGCZLOiNVZA1BiNaBEQJFUaI2Cj+O8Hmyqy4D56BGRzqNBmwTzx5WJJUbnl7gglolJWTZNK58qmA8/D70OFr0++99q+91/oIkoQKkACRL5GKyUjF0iJfncvMrs/s3kaQSAW8FhOgbWqekZWrHY6iJq29n70tbkrsRI26eyWgGZvYAn8AEIqEIR6e9vt25slfVY14SLRCIlZKIFqbu0JoXi8fIm9BxgM5Bho5fWl+jh4B/79O39UK2v//tk4nwuBUGBbEbbxPCuhKcuxnf5IVAr/vD1ZQKiFNeHZJ/mAFbQedkvMLyMPSqafD1mHrPiZrpw7jWp6QG88VNG+JPQmspVp0O5AA29LE/RP7V7VwdbLxRLHT+lgVIbAYTntP1YkYTQj9Maoy0WU4nYkANSw0FPL9xSgATBAqFtT44dtPdq9GkGWvwMHwzgVAOLRqWi1Y3ogAeM7QAmgAAUjdMeFoiILog6D40U8F+Cl//fQu8pQDhboEwxl9+Ewl4NAweNFHiBso/0gH3wWw9QI1Sqw7trpczu8sZpV+fF2pVfV1qdInfKOFMJghXFkaCQUdm5SallWSLHkqNLgxQoidrLCi07Rsa3tn5OTI6ZGLI3dGHo88HXk18mvPJLuvfH960ffHyICzMDnCbqVhHVkWRqKtuqVb2dsjx+ez+5/jvF8bPsk32aMpd3CuhYqOSpYqjdtmrdq4dc+z93P/Eg+4MGLIlEuVBz6GPfIypsmoVrVm12gmNPR7gpVMKt3QMzCimzVn3oJFVzp0WbJsxao16zbs2bRvy7YDO3YdOXTsxKkz5wYMatenMK5Ft15SA+DbDuV38T4BGUxwQYZghIzAEBmFKTIal2RPVGQ/PACZgE4yEcNkEh6BTEEbmYYxMj3slQWMktmBSoGarEYzWRuyFgRvrcAEOQkNchb6yXnn9mgF0ENuQCLfwCRBQEkwcAMEE7dAsHAHBBv3QIgwQ4jDvBIEKkWgoQhUBiwSYbgiotFBqNFFxGKJ0GCZWIoVYhlWif1YIw5gnTgYrvYwsEccwSZxHPvECWwRJ2Mdehrhds8i1qfngF3iPI6ICzgkLuKYuIMT4jFOiac4I17hnPiJAeIXBnkBaOdFgj5e3Ch4WYtxXu6ihfd5t273pguOdTa94Bl8HH+14o/A0Kdql2LfUK7uSf0rhSZpFK8khShOvM/r1Dd4aKW22VWlEW+INdRSs9AKVEKbn6D25FTKO8bTFZ2fjPKfiPHChCthpRRUaNf+Ww+PCDLD05PvLwzxgGPLvOE0kgeWDSMSfXwIcTACwRtOVO7evhA6lEgMDuKR0uBYMhZNQHoL0XhciGckPZgokWCHnzYPDwKG7CcjINAIJBsD8YNwmAImU+qDN5K9/OAeHnBtXC0LwGMwXKkMEkVBoD191DQ1RM/lMDw8A7y8IB4eeLyHNwYLh1M8A+EVIwqO8Q7p5AcYIxIZM4lUIoVg4YqLd55LT28BtISC4UCo9BjFkgq3n8kv2tq73f4EqFeZgXQxquW0VIWk3ecdSgG9zGJNDgRiwRT0lqEKgGP/DUbKUfuKj+QnoQNKJixeD+5LAhC7092S0bxbL8sTTr7Piouwq6/hckPf685R7v4OhH4Yjfbhl3WJZT11juW99Zfqe191jLD3tmP822J3jc160iv7PZwAOm7rLjoSBW+GubsN3Tdb/lzJlVrR1+Dy9HuuuNPlxjz/AKtvN33ZojPJ8rE6x3NxY5fBZDpzKTodSreV6XKbnqJye/waQQQMhig2KYTJU1mnShCURlEGB6AqxDihJH0jO/M7u4xtGWT+0UFP2YxCNv9g9chAc8KhNCWampSEStOuJfJdcZGzLO0hMYbRDsCaI30WO23zNly5vgad6gUN9KjZPK2SOAuAs9dZ7JDDrJwqPqPz2FUiIQSKgUCPc9TLxD7TNIJeJWPNJZa8CqWl5NFCVKkJ3NC5V0EGuYISKYjP7IT0NKju4wITRjHJHGgdktIg6Xdu0Glt1KuQgkJkRku0XhHzbXanPdlynz/X6SgoZw1d5wo9TmNZz/pii6Lm6bLbMOIyqzqTPc1XV42P1fVCqP5gCZnBvGSM5b2BItazgJp0JJoLqwop6ePXKIu355AtEmPUiRzCqq+bcX5tbeOM58qGkl9DLRKl2W0zR2cPPsESeHECoZDJ9RX5YG1rzd3fmgpaaEEuiyVpXJjgNrGR8meiVeEdUC4y4p0cwGQZhVRVmveN9JPp9IBpYm/MN7LySEVxL2xGUcj6PZpEEBm6IbMs0bZl0wR3xsd6ZveA3DqD+AqXDzYYAE6kbUfN75cI5oJUEIo4E0G8X/z4ImkaVKCCa2MKGnh0FntHlgTImhJANEdzar0GK1n9RKd5XaSCYinDrZybFIFk1Wxcsg7MMbNOJS4fkigtht0Hck5XZggms2G5ogiqHKQRTbkknltzAkiKKvph7RT21RPLe8G6vRZn5VfCy9M3GzdSpDQmewN0AEM7k7VW8hqVghz6zhBIAjgSdT09wrUJ7LYNaVnI9j1UJHGAcy9TFCrXWrJglqZgsiaAse8pMsvFXGRM7PZcC/UM0AEOvzfvRBjFovOPn8Zfo3hyTPF653U+YVqDa67nPaY3Ns7vSMFm1emc87XJZJOJ0ALa85npSxW5drn6rmS9TpTa9jMbcGu8NOJ91c77SfBfmNuHp+sMge2t4ELUZNkvAS41jy1+Orc7/mnh7uNgqdDSjfy5f1YcuOhQTn5RfvAoUAQVuArcnRj8vDR4xa1/cl4T6Qt6VgUZlMwH3apAnFNyGozU8/EFkmGAMrlL9UrB8rbybZGxU34K1T4OtYLAxdcf5kJsQZy5Di0ulB8N3Kh+8yGqs8eDMxh6wh4/hnkWn+ARwzE4gr6500DlUTtbzPKYOY44Bp08EcHR+GJ54pozHC2+mh8T0pVVozx1A8ZJhYp+MpdNjpVhYBCEU2QKQFAco/k58+yl8ArX+mwc8mYQtCOglzC4wjl4SvINSXg0gOd4XSwBeqGFBMkyilCUaZ5V5bLIijCSjtERFWQpUCln3TZsGHU9LJj2OeoXNHvnNbim8/SDDlUFOUg223t12P85RYQJZbjkomAcJJsuRUpyL3sb+/azwlsDu9U87cHuWGnQfdmuju3y7kdyHX3dNHo6eb3PnX6n390Pb1IlNxoZ3LYcM1hVpW0+zcNrZhdo10B6DvtDL5mbLPqBljKjk9eV5Tbmyz+6Ldx66P8OzWXr9Y/b6xLOOQ8j8iWJpG+ZYMFDaRjoKjm5Ds4iL8pbVwkWGgwqIFXsIYjznPQtsuMgBcpfD76tIXKS1f1nfc87Le6+tM1ghp/W9SzrAQhy/mcd5rjyTpsfe+HpX9kPAxsuf1ho7GOzWnJxLgJ7FAKRkINIMMIb7E4VFAkAu1t/wZFQiIIUTMFAdxmgh5aSABkFdbv4w23lGc9T5rplzNbXWxz73lwumKvvr3HF7XUMdw6Y7FMDmd8tIdwhqRdb4ySrJhNKJkdxLx9dhC0gaP+1olAsy0Ug6kWhgJKgIJVgSFYSy3jAliSx1XFSIAi0FwXaYJBQUEHrlDpRqejidWcJNcSAZRVWCEERiLhIQ63XKZGjIlKUqMG2qCYVBDKyCI8jjWHgsZhOi7rV6SNFuSYGo+bRhwtCRQ59cVCnhcCtA0KxslhVYhvyRAm8p3zRIw0l2Mig+0dhLhZhoj+M/zDGhqN85Ed4T8gRVpCgMG7sYiVdGhiWTVMwjFDyk94TFFRnGoxFDygo0WOYh+rge6T39qgXwUGGJWWo7yWTvgnsXWNrQaE9472LbE/OrwVzLs2VsmBM4bem9k7ak4bJVn94E2QYeOTyZAhGDj7+NnJurhhZXxwW6l70RczNBg+HFYmKxrGVJC4buxZV1j1Qg+yDp6q/bQqGgca0jJIkTfO9KVncRxKneYcZY9u2jTfabrh16g6K1Rq7tvST9p3Oy6T3rsf0ts3J5gTtHWNdD7ryF3q8GX/O/4RQHyPUhkJl7OuLSNLkTDqvBa7tL/piEHFsWl0QSFKWVVzrNCnUZ3zU4kJJqMYIQgEgFZJ9XKIW49WU1gJ6BdLuGy2HUmAV1X0lZRIIxVhQ2egBNYtVUMH1HtLTMOgmFvm9SJPS8i29CqRuCwlMFGTAUJuojrkLC8H6GGgxSeEpqcjdaR36JdQQQUoLRLGKIdngfV5M1KHrJEYKk/JtNZe8GdMSCZAG6o1fnzWdhgxqOVZxDiYXwZlS5WDCsjA5wvKIls4xS9Itq4IiaaL+HcFOVRGm+Xk/qF2S9kwesLigHO60Dorv3Ggrh2oS/dhurrQMAKxS2jNEcvNtc/8zn+6G/fQN7Lsn1j8LVADWFZrGVz2MmuwzE7u9diqUprVgaQ016fdr6DThgAlCKaB07h89YB2BrzOtBrFM61kl5slFa73eWg2WKMVbaL5qANQPvGWycWnH/aAGVCeY0qhRSzLaFYUDkBa2WXI4qPliU8jm7d+xJhuJ625On5fN1TF2xAmj32w6RrDTaXc6aFm/NZiCMxlQS4JAS8eHaTrdOGW/t0CarF6/4rG3shjpNtt76er0eFRibi1LOBL6xFps9KDLW6xjcG7npPGrgY90+onXJ+P9EJyjIfM+R8Y8ZQzwh/fUOSjRBlkm51/wts0UDGQHKG90mA1n8aLbTQ1C2rM29tVkY77FY52jw+G8vUwwopwFGQWY1EBRLkMe4Ou07ykAy44ANBWKbm4tISsArH8W0erh/8x4oqlQFuRRykSY8iXBMut0mqRKKE0KAWRWyNvrJ1ZnfWQF99P0NjrtU3c/Uh2J9yGJe4jNDP+MfL2jX0TpxeTpaEwFZSC+FeE5LCcNI58tkigUY1WZ5iNIiYuD1cf3/ZyW01KQ2EeKxSz2Wlj27pAI2xEHnj3qYO+RWeEpssel0mTlKwEkUGFW8PhEn6IVKuTK5QE2dvaBaMIFYJl58qpxKVtrMw9nXpcq7agH924I78yq/ln+WiV/xWodtPz9rWmXZR2wNOBmMAnn1XqQMd48q9Np+pdN9U2s50Sk4IH6gqMnUGFZgMSyjflQrfveW20uN5mHOkzknh/YQJWC9F1vtWi47OnvlpBR2nJy61MPfCOrzc0m6w0AKpVrKChCX6oPljoneQm90E6l3Olu6N5+1Nc5/1YbKM1VClbXPI5jy1LqMVRl+Cyt78hivaZ9/G8cH+A2SJPi1LmVEO46vxO5O3SCGoJ9OpvYH3Sx3IutM+elksfnH18BH7aHdqRpoSLXxCra5RZbIBkgg4lVJlS2YaR1SphGNTmcZ9Up1qy8pQLyV19Ct/VXzv4bb/6FNf7M27xlcYbBmCZrn6h+SU+OfoVtJKCyPOcCghe5DAkWbOyQvQRleIUb5Vlboa+/e59r6CxvhIuqqNow0CfUC7J5tFSLoJcBhiWXc6VAZGrbg+fURp2OLgaLDjIrNSAVYUkr3y/rz1l83lxWoaRmNc9TH8W1WQHCMP5BSryuxnuZTYUyq0lytUqab5Fxhl0G5cooReXuXJ/EY52S6HEKyk7nRcOW9dzHhkpWOXGaSNM67lFV8jc3bwMk2TtQzMq0rqf7rzSk+igq1amV6Tw74lPVZFIg6hJALpMgrxrz5Zm2GV7XaSTy+SwZl9qJRj2B6QG3Qj3QrCewI/ib3AW06wl8P3wgNgCt+t+MG0XfGRk/67jXMfKqvnd5r1MQwGXdxbqel+3D24a9koSed97vHH3d0LeizyWK8MZzxdM/2zW2c6xRPo1Q0zkhGYZgmrJti5Z1QShkpNx/KNYfRA5Fw0cuRI9GYodPSgxPT9wTi353foZMXAQ9B+j2Pjmokt148VAhPfU9RRcitbv9jpv9RuPtg1T9Erx/89GamC0bI6qcHuCzlu/Wvvw932J1vf0vtmp21+w6X8vQyPu/2XlC9/rqvDPrdq+b2fv31+vM/+UuzWfRSHv3zDqf4+vNjjXYta2j3bXw1P9ffEz7kyVvh/ZtnSv56md7bpH1j4qLehmf+cXC+lvZh6OV1xpbyZ08c/bqHrIEIn0b6OsYvXtzBkfLgbxuf8JGunQBwwYJUEG6EFBPb5alrt8YWdUC171hWN/onq1URRr7260sbzRQn0JUZVpmBgKGRrNklbpe+Od6uOxRxSOZf+JneK+uUkb3QmHaZ9ZUaJaUi6tGeka6QcTh2CRhk51mxAxnQG45D5IuXzl4cappctX2akD0K0ot6fFvEcE8tvxTkeBvlk7+kwQl4CoADJoaWRjs7YexFGeN3Z8aoTZ1+rNtzM9HiUEZgiudberhdX3LnvoVH5NOhnR+nhO1aWP1zFNtlw8ZkajKOPJroIW4K7hOTt6c2bkcJ/eyIODCnA/XWeGOqYuqLjWXWab4pFM86spAPjeXO2s2e/8347QWECdgPJdIx0lmDXzcm6jfNmzo8ZLxLVdRoOg+OfhgAgetPULwQHoE2wUb2P/1Y5L8msuwf7ZKcqX59Fj0pyOkLUVrG6C4G1C3kiHDhb1ZNfHV2U+pnUUnvPsynyLQSIEhGAaFQDt9USy8DB92aOL7wpVyvyzWvJctl0sniRDeFJQ35wgtt5NTR5Qh4URtejO+KmyC7ii78TZWKi7K6hYnwRwgjZPMau4OSTciF708sqMnTWPjN/5+MenryzHsLmrtqiEgNciKNNqBjj0zt94kL2eQ74/rXbxeopiZqNXe52jF8SjP3WkUzxurX88zLH+yFPV/fCEaF3WiNC7eu8WzzNoaW5WVVTPuXXtJbHIeM52aGZMSYbEkJsXkxRYGO6ilXumYfJ3ufvUY3ffI8MV3QcUa67lRx2fMIYTiFc7+Gg8Gj7SzcL0MFELjnGHoLSt/nCYZP0N0H5uaNgW8YxJ7+QP8QF7gZjFxET+AX4W+GVclcqEzyV4u6ob5WqsnJdCT6DklGYJUXqhFZs00m1r1MkpedK98k6wxioGEDgWgL71NTc9JbRLp/bcxPudI9TCUYbqQZJ+jrlo+Wc6Hn3HoUWB6+MlCgrUlxlLWKrB/bovqw1VhIvIethKj9W3ZU+z7l1iZNlZWfG9kfvHLZIiRaWAmTjJRqqB0L//+d/9nIlxJ3KMHfcqCy30Iv4X8ts4/C1B1ufv8gf/kBb2Y0zPY0+AqM+SxUw4/npkqhl9iFy/CDU6bDQ/ItQPsq66Mx497g3rL0L1nz44dQdpPHje7QPT8W5pJXHYhyBbE8awmoUW4SmAImLi55beZBCnTA7v2tgSyP7N0SSz9p7jh/RZx963Xq8dXaTXbQbjb//dRLrPgMYsVbv4R/W7RfwsMUNDfq7Avyxs+Z+uisBk2pk1hk3OFf7ss6mqvoO2h1lD30CqoZyS0LaDh3ZVObh5nzhzO4f/tqqjmF/Ic/XOcLE/HsZifEarWYGbvxkAq4R0NN06746wp26M5QGKNFlQZVeHOQqXGnCyOKI2iEXXvMv3/QzY03O+oDUzmpHGMXIuNlySqyp6XwNfxjWlZxvmrn8dxdfRT1JZr8mQ7KaGiwGKMnctzXhYY7kc2j1PArQByhX1JWtc836gPGn/NkqplbR9091insZnCBw6gWdHklV3dmk58em3rKVOWV2sVKV2jjTyV7pXXMCUbf+Uo45Qpz2tKAz5boqKfAowsm8Ai4MdWbVka6cScnIlSTZY91WbfILRlyML/Tv1Mu8IEN4RlwDKybTw7pZly3tLIsDxHWC3ICwtzRKBCbNNtFBA71OQeRYdshedAUzJAMbDDyhF89GgfsfUrsaVvFM0vh9tgJZAMQABZwMFzcpNavpYRFZ6LgJIe6jk3OQyGiGJQg9afCWL8GX1+Qos/toD9FzP/kO5pjJHppB7GcJnspeclz5cy0NYysAhLc6+RJojFCVLDvnOCWBrrIkxgcbb1TpIlCz2cW2N+RarEciJzeh+ZCn9PxdfItt8zZZErAsXWGEGlUb0v94g1F4ZsN5pG0ELN/rdF11/VV71Wq0dYsy+ep+cb0tO5A8aOouR+wAvWJI4XieLFK8SbxovmF4olLpeuoI3/RIvWT+Np/p+Z8ve9qAcI1YEHix8cfJd9bFj1x8Geg0VSe8pD+7Kegj5n9Ba9SsfdKOT+x0HVseF32QcXPzjwQPUA4fYoA/oIAWS/tzDov3Ue3/DfcEHrbgeXnAHDQfvuBAuD7+wLGhlFnNjxCgF+t6dYLW/c+4gZjBl7D47xx06eWsRMId1zv3ZlIDKZWDOWufa0gfC+2W31vj6yMDw/P7ww8kmA4d51ZOGTlOXyd67U0CSJJCk09UhChpIk86qPCCvr43Z3e9v0QEhgb0DFmgMhqF5UbZ/aG4AN6I21u3sDAZexPe0hUVko4z+1+lWt072WjqnyJXJ5SrrE73CiWBLnTQUF2l2XYxZnn9F+WfX9ngcajv3w+6Pf1n5YjAVDnpOWzaSq3z+hIo6X9nzetfel/p3LRgSh/c1DhWFxosZt/tuXXN53ecmOJT0N7VOqckmgBZt8+ufOhTzygQhDqSWa4iGqTE2s5i1InJMXVarNkMxdtCciuW7TYHou8tWt9yvvt7HiB5YWQTEKfVVxsYRa3Hj4ApY5g1VZyegBExI4K502pUWevKMh2zmQKs6W1pam0+Mo0+VB+mXgceEp96mKJNcBKl8qkF6ofzeLqCXOeheZevFpnOGvk1GsPUM2W+6I+1Hp8Zqo47a2jb/ohkLwHnDjPkiKxB/iE+I/iB/TxzjMGW4od9LkLZuvTQi5r7iAB0GevqgbikAF9XIweY+GLCdz5GwRAR/D7Wf3RxseDkQOtNSkFgbDjchMiOySbM/CiIR51w9w8Bq9H3egMBhmRGX6UTCvdi5OC2rZJvqotJHamLCNvzfKKZfDihOC7inO4aCWMrgmP3CYnziXGjQ3SD5RPrktmHp5W+L2a0tkXDJOCQ9RoIPgPssSkvI+iF2ifx3xjg+i6DfGJg4Js2/1XgwJaJ7sX3Tz/fetVy2Ytxn0PFiqKMKGy13vRtRH10YmFh5Chcvy1tF2wWSCzPiYry+eJVUn60H1NLElsNMi/lOaMWtiWJUsKceWzqvmlFfhUPc2AiVo8hsaKtPpz7EIZX/+9e9ARGp7jaZCra7UVP/S1KgrLkz5V0usQKr2LGpySMLOgF4fJUXp02u/IcRIp/u2vb7TUxpDDD5rCipzlFlyeZYy54qqyjOzFDmKK75MBc250k6VlSnPUQKP3yAAFMvntRcOfRMBBAvJdDrPC/ZyX/p4MQh7eHsJDIz3fd4Z7nmnQ4GHYKGAxlUJ9Stx2iEQq19v2puNqoEY45Y1/jXTN69Jj1mtMgLgo9h7bltzu3fNlmqmNZtNMYOnWOc2nWtXd3ebLb+GcODzVGrAVLhTnkgXwFwZyAKswJVMwFrpAQuPlUPhkfnKiLwagcU6iOHJhRt28LCj2EN+v5ol+Z0Rp99kqhktPBt/PeXy7+LGdPGZBD83BucTKxmYL4kPDgPm3rvBjxU/gFBOi++dhxfy5myIWXFEfedmjNos+13wVeazedkEF8rIKmxbcc3154J/ZJESEAV9SaMEXwn5FXIlmOLPPxwUYLz9RkZQhkjFWO7YL/xzLz4F68dBvU7DmU1rKGv24gPq06nJRq6Ow9HzjMlZUovYHMfMI8+fysvgZZd4nMff9xgX7lDm5CgdYTXJRp6+UIxrWME1GvV3AEMSxVCv19dPl79eN13UfQDu9XqjT+5ExgFmiT0q5S+nx33zfFbm7U7VALazuSLMlVxv99Z6LpksOrbm/NoCRCSr3ehiZ7PSp3VnMnNYxwGG+wRWOjv7qCJ1WmHAX4Wy2uaymOKoaJeq9FVCQsKMvClvLVcxpZNi6Y2w68J9i45+amKvTpXdWHN4tu1PvWevOqVAZQnKuK+BVUIYGSEMrfncdXrWlDukpR8ejsz7Z8/xwDeKE18BvB9KL4XAiyGnUExYKcBycOFQ5DhDCgx11pMxIPdCKuRy6HgovQTAi6AnUQx4JgQShmdDUTVHF8BPIY8DAwLqI4dCH9afW4OzTKWPUSRmGNm0xDG5DcxjjKazWQWtXiZXw061UD4PM+V9q5BMKNYEgSlR5z1bMrPvwZBMBh4qRyphoCiDQRhxOf9rQcKxi0IZruURapnvjzoBURJgSE8Ydi8ECkceh+j9MQy4vAyGZMxPRBTrMj0PoxhQZg4tghVDHUgF1I+Ogs2VEKIWlim36bzpTQNGiO5qUkS8jEkMXTHAUFAmBiwpEYQaWvDeb7x2er3xxnsBaQsO9F2MrrfIAZ8BzOQwiK6ZQZmRmeFL9Kl/Ti07BV42iO48LWyJa6yfXt9obyXGLs3dCZvf/vvftJDB13TfqvkBNORtybmSLOXS4uLbisaM8+DxHBctkPzXW9yvVRRaZcvnQN3kI6q6mgkWl4MVEqQL5KOy3/Ht8t2vv1XzX5+EyleuAucnLz/qA9mULYboRCUQk1gvt8N91P+dutd1sribicApz2BmKfuHqN11/YHaYOp38F5TNrEZROl2ifMPGPe6+AogcxRJnL7l+gqGFOWHAma0a69imUMql4/6RxW3ZiQmdvCbueRWXic/KWlgvCOg+cST6HJcXcsOhxWIiQHG1We/88gT3rBVzSbjSAJ2ON5gzCAHYBvJvO9nBg18QgiwOba3FpZje7YNkq8SfHDdWJNdmZYmrYzmrHmnSxVpdqypG+dDuFp27m3Fn7DX8+CUxdRB6mIKvH0M9svwplRg4vHNaQAH0/2z88eCX2yI2PAicvZmgBisVcdoU9VEVRaryzTN1KuHzXFa7nWWnmVIApYxOaRdzcgL9OKUmv8GS7cYYPnU1w8T6EJd2DdGQ0DCTHV5bbAlxA6SqRp6+4IoMTX1YK1a5I9n0K3BZRW1QfoUaiKjD+WDtzG6O5tgw7LIbpaov3EplHeSELqlzpCA3ZVQ0UBppp3lBqU0cqU70477+xNmEqRPq/aKvppBXWsIuPt/fJr/3fJp4dYT8VQteUGXxKpIVjMCtGnTqIEo116Kndg23goZMEHKCf62mFshzOgZsn562WC95Ur2ltx9uVCieCMoy+fkcGbNfEP+UXKUpwTEB9gexO45rDo5R2Avy+fmsGfNYudw889zHezcWTNzOPkcACm40eJaUU+tTNAneJEQUTC4xg8KgeJhUQgOSPBqdq2ApjDB1FqU7pu+4eefEZoCQjfj6L+lLpF+cpE61uzu85YXBF/436QLWKothG2Nqg95JE4jWHlCWyhvFrK5uYC04Vm8Uiekp//ch8DTURTV8oy60Cx/q1gYP+qs7O+vzDQoBaHOtbYpk61rnaFDSkOmYh/r5Cm2+YCKCC+f5KyD7hRf280f4aTA1XZ/kSpX0Id3x79ctcjmvzuQZH55ys+q69tY7pvsJZdZsuPL8Z3QXGv/Lb1wjU74zNIPy22A0REYq9wiBzEbLOYtL3Wlx++H5sdYI7l3Xv4LFq2Pj9SPbCrJyE9c9+pLtXbTxI/rX1t5xdYAqKEjdGYSRu+dytfRLHIFun4UF7a07UbGWg9pbvLq/aNiBMJ74fHcNgsFgJ6qPVruJIUVmseNtrQu3P50WoOC7QML2PYtY5+0M3k9Evlo2+epHfGyxs23MMmJUqlBkwWri0moXLbtpn/LwSp1sNcz6SCjgwMUqaECv7RYg0qfy87nVEw47AxPikorSRdZBebkMEFbvzm1/NjlCQRhjTgc78wfTBamiqbUkV8IXyjjBXGESnKcYDYpmk7Y47h4ie7goris/HiOnZXhHhC9FmZnxXNyqS2eFRFBRRsYU/ZW+/7j7dvvR7jpf/OkX9OHxS8MD7xpIWvUq2MG1INfKYPqAdVq9ZoxZ5eruto1IDYvOA89N0oU3fVYnsCe3zgRFfiI19ofeCAgsm+DCSltAGNTbsEpFPgWb70JGkIb176pU2D7YAe+fYMIy1qi+2Ej066HGBwZhxm764uxLZJPG1hf56gxzI58x4SGfDOmrQ1jlsxZPjeDOyIUo+wDuoz4PXiMJB6SDs3C78Xnmz3PEc556vrGjSPJ9bt35ZduLN+R/+wZGx1xxLghNMt0wZyzyzSrNMvq//kbnViVCDRv3ZxRTnrL8bPW6D5pCMgQxNBP19YGN0U2BdfVbpoUOSm4vj64vLe+vi44/s8LpwNjZ9axok5tDYqq+eesjx9Ish8JJyh1U0nzIVeid/ztdelz7jEd7fwf01EeagZuUKavzyBpWeZ79zPCVckxuUn/YyTzvHH4GQGLIa5jWPq0uHX35s1793jWeL8ioFiozeUjJ4aHXyHUh28frQSPrm/5r15O90GhSQEQqGB+Y0eypImZRiYbieV0vWsjKNqpBDTY1GItZbMZWs5NSOCWQ81kKvwEnEqGmrnlCQnlXDN0M0V7ItcXRDkpJSi3orwi1qGV9c5g7OFhEtmbdYzlTSYNH8YG17pWHiL43+eq3eX//j7///uc9VGXXfKuW3LUgw7fIN5gaTKZmuYKHJxL6SE8sV4H6Qe/YwOZCgUY68mdoWMr2DsExpo77Ev7nTEBDTsmAKH17kYyTaGA9P1TgIFsjn9fyjk9T4/knLczojCiQX91i5LJIH0fODzQMhikvkIoV2bLMjJl2cqLAsOFqV5UZrX88myFqEiCdLOA+o19164xRior3TkltkpVXq6qiv0qiFBM+RS/RjimbDCPqfFmf6P/2r37eoNw5CgcujrMoczOVuaF3UTVHKUiO9xxA4w5NL8bjrBspTI7zAGiN8F9fR28WnWuKEEUZxcmiHdE1TihME6csB0C4yjtXHVj+jFf36aANySF7m0CR8fSalk6zuKw+xjfMcjRF3zUcwYjYsFXW0FhN/9DflgA+qTdJh3UuR3q49J6SmhjLO4CWPvt92XrszrGcq8QGNugub1AV6Pmjqm6llvF01ndA7LDd3YQEFQDMiDQ4QNnqIkm/LQ5qqImxui16ZDENADhLENDvjyx1xfNFP/sG0xeuDGyyR5ZgQatkye0TktkfHmhsBQbbSu13RY+5DwLc0AWeofwKwfiKf7KTygu7XuWQvopq6VLiAtuWuBqG1zRDa29cI5ou7w4EdqvvFq3sn3a4ivqBct3Rf4l4jPRnEH+AhyGTEDh7TqVYJu7hz2uca3aXLtwYJev2uMbu1SOCzIF2OW64FqnMevmKF6ljXEjLn1fh6dhZIY9uoTuAKC9kpgq6HXjSdi3AWhc/s/GpvO2UvyDyBH8Vv7fKbiverkXfLDZv/PUdEmOk2h777rR6QTQRVg9vftjTlWP2573F/X/oE5W5cRFTtaMfZdXNaa6BmPhpaWrf2zjMjDnAq/oiesCY4+DcH9fk5C8a2LDFaAuCVvr4OUWKGsAzNENgP8ctd4ebNPAo83PEB2rrZc3QIGg8g2gAYMbxYLyHXgBefkB0EBdPoGQafwL4NWJAATuAYBXV6UcAvysLocCH7AbYarikwhH8c1yBCAZQSSKf5Z7gsyESc8LcJJ860AQrKvmrGolWqVGks/2O2g/CJcV+w1ubtFT8eVmcvNHsOCW4TIf65pIVcrhWH2ozQyGAavJYQeSloZoOlytlCrjpcSRveUAgYC1SpGz2RErSchSV03x3993QPMGgtPkfqvOLHh69hUZiVAN7qNstS7SEfMEx7RaI6lKNUFHm0YVc0MFQzeOKnVq1gGyqy1VGLDJIenoqsp05aX9wHgyyw67ix1msfY2xBg4QVJMflz5sThcHp/G4vAEIsk/IJAcFBxCodLoDCaLzeHy+AKhSPy97McnVCZXKMPCIyKjomNU6liNNngdvAneBu+C98GH4GPwKfjM8g/saSuszv6hJ9/AfWliqc/Q6gE11ntJSXvU+uxMVVjjRXoC7WlrCyUkNIg9L0qSqVWdlaA/ay0vapbaw9r3lnW2BA5m4ncaT1pqTGNh4aQuK+1MQjsx1nmLRcpLD7vlPIDQ3w9sFxKnswckmnOPCvWoBfs3aZ8mhCIXsLS2fvSKSKt9EL2PBPIXb9zy6PaGqaDjutiqy0bn7cKiI5Pqoudp2tjgCPkqBgvexnzNApnTgYxroWnTag0uHkBR4lptKPITz4qQCEeeZEV4WjuEhxOnNFhshQ8yJT82g0tgFO2QSbQkJOUnRtAspilS4jQdsWkHiAiGdDJogScT+rMJigIRnpYEC1mMh/VHsR7y3UV252woG2GehYZcigHsWrjC68OjRpySrU3rePaAOpzU7x3ka1C8V7hXtLeVvWwC+tnjdirrolHOAAAAAA==") format("woff2"), url("iconfont.woff?t=1767681031498") format("woff"), url("iconfont.ttf?t=1767681031498") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before {
  content: "\e672";
}
.icon-Youtube:before {
  content: "\e880";
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}






.m-clstext .box-desc.hid {
    max-height: 140px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.m-clstext .box-link {
    margin-top: 23px;
    display: none;
}
.m-clstext .box-link .span {
    display: inline-block;
    min-width: 140px;
    padding: 7px 10px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    /*background-color: #0073c3;*/
    background: linear-gradient(90deg, #023c86 0%, #00a0ec 100%);
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.m-clstext .box-link.active .span1 {
    display: none;
}
.m-clstext .box-link.active .span2 {
    display: inline-block;
}
.m-clstext .box-link .span2 {
    display: none;
}