@import url("swiper-bundle.min.css");
* {
  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: OpenSans-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #666;
  letter-spacing: 0px;
}
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: 1500px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 6px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbdbdb;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #00b0b8;
}
@media screen and (min-width: 992px) {
  .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: #00b0b8;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #00b0b8;
  right: 2.5%;
  top: 22px;
  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: 1100px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 17px;
  }
}
#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.4s;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1920/218;
  background: url("../images/header_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
  width: calc(100% - 50px);
  max-width: 1800px;
  margin: 0px auto;
}
header .center {
  display: flex;
  align-items: center;
  gap: 72px;
}
header .header_list {
  display: flex;
  align-items: center;
  gap: 61px;
}
header .logoBox {
  width: 119px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a,
header .menuOne.menuactive > a,
header .list_menu.active > a,
header .list_menu.menuactive > a {
  color: #00b0b8;
  text-decoration: underline;
}
header .menuOne {
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 25px 0px;
  position: relative;
  text-underline-offset: 2px;
}
header .menuOne > a:hover {
  color: #00b0b8;
  text-decoration: underline;
}
header .list_menu {
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #0ff;
  position: relative;
}
header .list_menu > a {
  color: #0ff !important;
  padding: 16px 0px;
  position: relative;
}
header .list_menu > a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
header .ul {
  min-width: 189px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 1px;
  z-index: 2;
}
header .ul div {
  background: rgba(255, 255, 255, 0.9);
  padding: 22px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;
  position: relative;
  margin-top: 4px;
}
header .ul li a {
  display: block;
  padding: 3px 26px;
  color: #666;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #00b0b8;
}
header .ul .active > a {
  color: #00b0b8;
}
header .ul .menuactive > a {
  color: #00b0b8;
}
header .ul1 {
  left: -26px;
  top: 100%;
  padding-left: 0px;
  padding-top: 2px !important;
}
header .border_bottom {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  transition: 0.3s;
}
header .sousuo {
  margin-left: 84px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #00b0b8;
}
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 {
  color: #00b0b8;
}
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 {
  color: #00b0b8;
}
header .lang {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  border-left: 1px solid #fff;
  padding-left: 19px;
  margin-left: 22px;
}
header .lang li {
  font-size: 14px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 2px 16px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #00b0b8;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
header .lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  margin-left: 4px;
}
header .lang .lang_box .lang_icon {
  transition: 0.2s;
}
header .lang .lang_box:hover span {
  color: #00b0b8;
}
header .lang ul {
  display: none;
  position: absolute;
  width: 120px;
  min-width: max-content;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
header .lang ul > div {
  background-color: #fff;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
header .lang ul img {
  margin-right: 10px;
}
.header_button {
  margin-left: 50px;
}
.header_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 161px;
  min-height: 48px;
  border-radius: 30px;
  background: #00b0b8;
  border: 1px solid #00b0b8;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 18px;
  padding: 4px 20px;
}
.header_button a:hover {
  background: transparent;
  color: #00b0b8;
}
.header_boxr {
  flex: 1;
  max-width: 1535px;
}
.header_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.before_opacity::before {
  opacity: 0;
}
.header {
  background: #fff;
}
.header::before {
  opacity: 0;
}
.header .menuOne {
  color: #1e1e1e;
}
.header .menuOne > a {
  color: #1e1e1e;
}
.header .list_menu {
  color: #00b0b8;
}
.header .list_menu > a {
  color: #00b0b8 !important;
}
.header .sousuo .search {
  color: #1e1e1e;
}
.header .lang {
  border-left: 1px solid #1e1e1e;
}
.header .lang .lang_box .lang_icon {
  filter: brightness(0);
  opacity: 0.8;
}
.header .lang .lang_box span {
  color: #1e1e1e;
}
.header .border_bottom {
  border-bottom: 1px solid rgba(153, 153, 153, 0.36);
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 37px 6px 34px;
  gap: 16px;
  border-radius: 30px;
  background: #00b0b8;
  border: 1px solid #00b0b8;
  min-height: 56px;
  color: #fff;
}
.buttonBox a:hover {
  background: #fff;
  color: #00b0b8;
}
.buttonBox a:hover img {
  filter: none;
}
.buttonBox img {
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.buttonBox span {
  transition: 0s;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 27.136%;
  position: relative;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 59.1%;
  transform: translate(-50%, -50%);
}
.bannerBox img {
  width: 100%;
}
.bannerBox .banner_title {
  color: #fff;
  font-family: Montserrat-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
}
.mbx {
  color: #fff;
  margin-top: 24px;
}
.mbx a {
  margin: 0px 4px;
  display: inline;
  color: #fff;
}
.mbx a:hover {
  text-decoration: underline;
}
.mbx .active {
  text-decoration: underline;
}
.mbx a:nth-of-type(1) {
  margin-left: 0px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 26px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.PageNumber .dif_style {
  background: #00b0b8 !important;
  border: 1px solid #00b0b8 !important;
  color: #fff !important;
}
.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: 36px;
  height: 36px;
  background-color: #fff;
  border: solid 1px #e1e2e4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  color: #00b0b8;
  border: 1px solid #00b0b8;
  background: transparent;
}
.PageNumber .active {
  color: #00b0b8;
  border: 1px solid #00b0b8;
  background: transparent;
}
.PageNumber .submit_box {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
  border: 1px solid #00b0b8;
  background: #00b0b8;
  transition: 0.3s;
  padding: 9px 30px;
  position: relative;
}
.PageNumber .submit_box img {
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.PageNumber .submit_box:hover {
  background: transparent;
  color: #00b0b8;
}
.PageNumber .submit_box:hover img {
  filter: none;
}
.PageNumber input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.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;
  border-radius: 0px 0px 81px 81px;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.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 .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  z-index: 2;
  gap: 20px;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
  background: #fff;
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0px !important;
  position: relative;
}
.index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  aspect-ratio: 1/1;
  border: 4px solid rgba(255, 255, 255, 0.8);
  background: #00b0b8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active::before {
  width: 14px;
  opacity: 1;
}
.color_back {
  background: #f3f8fa;
}
.big_title {
  font-family: Montserrat-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  color: #1e1e1e;
}
.big_title a {
  color: #1e1e1e;
}
.big_title a:hover {
  color: #00b0b8;
}
.big_title_after {
  color: #00b0b8;
  margin-top: 6px;
}
.index1 {
  position: relative;
}
.index1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  max-width: 665px;
  aspect-ratio: 665/1422;
  background: url("../images/index1_back.png") no-repeat center;
  background-size: cover;
  transform: translateY(39.4%);
  pointer-events: none;
}
.index1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 90px 0px 130px;
}
.index1 .describe {
  color: #666;
  margin-top: 32px;
}
.index1 .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  position: relative;
}
.index1 .title::before {
  content: "";
  position: absolute;
  left: -50px;
  width: 30px;
  aspect-ratio: 1/1;
  background: url("../images/index1_la.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  top: -1px;
}
.index1 .text {
  color: #333;
  margin-top: 12px;
}
.index1 .buttonBox {
  margin-top: 37px;
}
.index1 .back_img {
  position: absolute;
  width: 63%;
  max-width: 935px;
  bottom: 30px;
  right: 0;
  z-index: -1;
  transform: translateX(8.1%);
}
.index1_l {
  width: 50%;
}
.index1_list {
  padding-left: 50px;
  margin-top: 24px;
}
.index1_r {
  width: 41.73333333%;
  margin-top: 0.9%;
}
.public_radius_top {
  border-radius: 81px 81px 0px 0px;
}
.public_radius_bottom {
  border-radius: 0px 0px 81px 81px;
}
.white_title {
  color: #fff;
}
.white_title a {
  color: #fff;
}
.white_title a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index2 {
  background: url("../images/index2_back.png") no-repeat center;
  background-size: cover;
  padding: 110px 0px 125px;
  position: relative;
}
.index2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/index2_back1.png") no-repeat center;
  background-size: cover;
  aspect-ratio: 548/801;
  width: 30%;
  max-width: 548px;
  transform: translateY(-8.7%);
  pointer-events: none;
}
.index2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.index2 .big_title_after {
  margin-top: 18px;
  color: #0ff;
}
.index2 .buttonBox {
  flex-wrap: wrap;
  gap: 15px 13px;
  margin-top: 118px;
}
.index2 .buttonBox a {
  background: transparent;
  border: 1px solid #fff;
}
.index2 .buttonBox a:hover {
  background: #00b0b8;
  border: 1px solid #00b0b8;
  color: #1e1e1e;
}
.index2 .buttonBox a:hover img {
  filter: brightness(0);
}
.index2_img {
  width: 100%;
  max-width: 385px;
  margin-top: 66px;
}
.index2_l {
  width: 38%;
}
.index2_r {
  width: 55.4%;
  display: flex;
  flex-direction: column;
  gap: 63px;
  padding-top: 10px;
}
.index2_r .top {
  display: flex;
  align-items: center;
  gap: 28px;
}
.index2_r .logo {
  width: 52px;
}
.index2_r .title {
  flex: 1;
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
}
.index2_r .title a {
  color: #fff;
}
.index2_r .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index2_r .describe {
  color: #999;
  margin-top: 29px;
}
.index2_r .describe em {
  font-style: normal;
  color: #0ff;
}
.relative_box {
  z-index: 1;
  position: relative;
}
.index3 {
  background: #fff;
  position: relative;
}
.index3 .container {
  background: #f3f8fa;
  padding: 90px 0px 109px;
}
.index3 .big_title_after {
  margin-top: 0px !important;
}
.index3 .text {
  color: #666;
}
.index3 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
  margin-top: 10px;
}
.index3 .l_box {
  flex: 1;
  max-width: 360px;
}
.index3 .r_box {
  width: 61.86666667%;
  padding-top: 13px;
}
.index3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 1.5995%;
  margin-top: 80px;
}
.index3_list li {
  border-radius: 20px;
  overflow: hidden;
  width: 32.267%;
  text-align: center;
  padding: 42px 30px 41px;
  min-height: 318px;
}
.index3_list .title {
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  margin-top: 13px;
}
.index3_list .title a {
  color: #fff;
}
.index3_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index3_list .logo {
  width: 66px;
  margin: 0px auto;
}
.index3_list .logo img {
  filter: brightness(0) invert(1);
}
.index3_list .describe {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
}
.index3_list li:nth-of-type(5n + 2),
.index3_list li:nth-of-type(5n + 4) {
  background: rgba(0, 176, 184, 0.2);
}
.index3_list li:nth-of-type(5n + 2) .logo img,
.index3_list li:nth-of-type(5n + 4) .logo img {
  filter: none;
}
.index3_list li:nth-of-type(5n + 2) .describe,
.index3_list li:nth-of-type(5n + 4) .describe {
  color: #666;
}
.index3_list li:nth-of-type(5n + 2) .title,
.index3_list li:nth-of-type(5n + 4) .title {
  color: #1e1e1e;
}
.index3_list li:nth-of-type(5n + 2) .title a,
.index3_list li:nth-of-type(5n + 4) .title a {
  color: #1e1e1e;
}
.index3_list li:nth-of-type(5n + 2) .title a:hover,
.index3_list li:nth-of-type(5n + 4) .title a:hover {
  color: #00b0b8;
}
.index3_list li:nth-of-type(5n + 1),
.index3_list li:nth-of-type(5n + 5) {
  background: #00b0b8;
}
.index3_list li:nth-of-type(5n + 3) {
  background: #1e1e1e;
}
.index3_list li:nth-of-type(5n + 3) .describe {
  color: rgba(255, 255, 255, 0.6);
}
.index3_list li:nth-of-type(5n + 5) {
  width: 66.1335%;
}
.index4 {
  background: #fff;
  padding: 100px 0px 110px;
  overflow: hidden;
}
.index4 .big_title_after {
  margin-top: 01px !important;
}
.index4 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6%;
  margin-top: 10px;
}
.index4 .l_box {
  flex: 1;
}
.index4 .r_box {
  width: 53.8%;
  padding-top: 22px;
}
.index4 .flex_box {
  display: flex;
  align-items: center;
  gap: 0px 39px;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}
.index4 .flex_box::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 100vw;
  transform: translateX(-100%);
}
.index4 .swiperindex4-pagination {
  width: auto;
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
}
.index4 .current {
  color: #00b0b8;
}
.index4_container {
  width: calc(100% - 60px);
  max-width: 1800px;
  margin: 0px auto;
  position: relative;
  margin-top: 29px;
}
.index4_container .sw_box .swiper-slide {
  border-radius: 32px;
  overflow: hidden;
}
.index4_container .imgBox {
  position: relative;
}
.index4_container .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 319px;
  background: url("../images/index4_back.png") no-repeat center;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index4_container .container {
  width: calc(100% - 120px) !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  padding-bottom: 43px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4%;
}
.index4_container .title {
  font-family: Montserrat-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
}
.index4_container .title a {
  color: #fff;
}
.index4_container .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index4_container .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.index4_container .sw_box1 {
  flex: 1;
  max-width: 1172px;
  width: 50%;
}
.index4_container .swiper_controls_box {
  margin-bottom: 12px;
}
.title_center {
  text-align: center;
}
.index5 {
  background: #fff;
}
.index5_container {
  background: #f3f8fa;
  padding-top: 90px;
  position: relative;
}
.index5_container::before {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 353px;
  aspect-ratio: 353/801;
  right: 0;
  bottom: 0;
  background: url("../images/index5_back.png") no-repeat center;
  background-size: cover;
  transform: translateY(38.1%);
  pointer-events: none;
}
.index5_container .big_title {
  margin-top: 10px;
}
.index5_container .text {
  text-align: center;
  margin-top: 18px;
}
.index5_container .big_title_after {
  margin-top: 0px !important;
}
.index5_sw_box {
  overflow: hidden;
  padding: 51px 0px 93px;
}
.index5_sw_box .swiper {
  overflow: initial;
  pointer-events: none;
}
.index5_sw_box .swiper-slide-visible {
  pointer-events: all;
}
.index5_sw_box .swiper-slide-visible .container {
  opacity: 1;
}
.index5_sw_box .swiper-slide {
  height: auto;
  display: flex;
}
.index5_sw_box .logo {
  width: 82px;
  border-radius: 50%;
  overflow: hidden;
}
.index5_sw_box .container {
  flex: 1;
  transition: 0.3s;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 24px;
  filter: drop-shadow(0 4px 40px rgba(43, 89, 255, 0.08));
  padding: 57px 51px 49px;
  opacity: 0;
  position: relative;
}
.index5_sw_box .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  transform: translateY(-50%);
  width: 32px;
  aspect-ratio: 32/23;
  background: url("../images/index5_lb.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.index5_sw_box .container:hover {
  border: 1px solid #00b0b8;
}
.index5_sw_box .container:hover::before {
  opacity: 1;
}
.index5_sw_box .top {
  display: flex;
  align-items: flex-start;
  gap: 29px;
}
.index5_sw_box .box {
  flex: 1;
  padding-top: 8px;
}
.index5_sw_box .country {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #333;
}
.index5_sw_box .ind_name {
  margin-top: 5px;
  color: #00b0b8;
}
.index5_sw_box .pro_name {
  color: #00b0b8;
  margin-top: 28px;
}
.index5_sw_box .describe {
  color: #666;
  margin-top: 11px;
}
.index5_sw_box .swiperindex5-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 43px;
}
.index5_sw_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
  background: #666;
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0px !important;
  position: relative;
}
.index5_sw_box .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  background: #00b0b8;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.index5_sw_box .swiper-pagination-bullet-active {
  opacity: 1;
}
.index5_sw_box .swiper-pagination-bullet-active::before {
  width: 12px;
  opacity: 1;
}
.fuo_index2 {
  border-bottom: 1px solid #3e4648;
}
.index6 {
  background: #142125;
  padding: 100px 0px 98px;
  position: relative;
  border-bottom: 1px solid #3e4648;
}
.index6 .swiper_controls_box {
  margin-bottom: 12px;
}
.index6 .swiper_controls {
  background: rgba(217, 217, 217, 0.14);
}
.index6 .swiper_controls img {
  filter: brightness(0) invert(1) !important;
}
.index6 .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.index6 .top .l_box {
  flex: 1;
}
.index6 .big_title_after {
  color: #0ff;
  margin-top: 14px;
}
.index6_sw_box {
  margin-top: 70px;
}
.index6_sw_box figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 27px;
}
.index6_sw_box .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
}
.index6_sw_box .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
.index6_sw_box .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index6_sw_box .l_box {
  width: 40%;
  max-width: 270px;
  border-radius: 16px;
  overflow: hidden;
}
.index6_sw_box .r_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index6_sw_box .time {
  font-size: 14px;
  color: #fff;
  border-radius: 22px;
  border: 1px solid #fff;
  opacity: 0.5;
  padding: 0px 12px;
  line-height: 24px;
}
.index6_sw_box .links {
  color: #0ff;
}
.index6_sw_box .links a {
  color: #0ff;
}
.index6_sw_box .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index6_sw_box .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index6_l {
  width: 47.667%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.index6_l .title {
  margin-top: 21px;
}
.index6_l .links {
  margin-top: 20px;
}
.index6_r {
  width: 46.334%;
}
.index6_r .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.index6_r .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 18px;
}
.index6_r .title,
.index6_r .links {
  margin-top: 17px;
}
.to1 {
  padding: 90px 0px 90px;
}
.to1 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
.to1 .top_l {
  flex: 1;
}
.to1 .top_r {
  width: 53.4%;
  padding-top: 8px;
}
.to1 .text {
  color: #666;
}
.to1_title {
  font-family: Montserrat-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #1e1e1e;
}
.to1_contianer {
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.to1_contianer figure {
  overflow: hidden;
}
.to1_contianer .l_box {
  width: 48%;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 5px;
}
.to1_contianer .r_box {
  padding-top: 18px;
}
.to1_contianer figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 5.334%;
}
.to1_contianer figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 5.334%;
}
.to1_contianer figure:nth-of-type(even) .r_box {
  padding-top: 26px;
}
.to1_contianer .describe {
  color: #666;
  margin-top: 5px;
}
.to1_contianer .describe1 {
  margin-top: 44px;
}
.to1_contianer .describe1 em {
  padding-left: 53px;
  display: flex;
  font-style: normal;
  position: relative;
}
.to1_contianer .describe1 em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/to1_la.png") no-repeat center;
  background-size: cover;
}
.to2 {
  background: url("../images/to2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 62px 0px 61px;
}
.to2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
}
.to2 .describe {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.to2 .r_box {
  width: 36%;
  max-width: 385px;
}
.to2 .l_box {
  flex: 1;
  max-width: 800px;
  padding-bottom: 8px;
}
.to2 .buttonBox {
  margin-top: 45px;
}
.to2 .buttonBox a {
  border: 1px solid #fff;
  background: #fff;
  color: #00b0b8;
}
.to2 .buttonBox a:hover {
  background: #00b0b8;
  color: #fff;
}
.to2 .buttonBox a:hover img {
  filter: brightness(0) invert(1);
}
.to2 .buttonBox img {
  filter: none;
}
.tho .big_title_after{
    margin-top: 0px !important;
}
.tho .big_title_after+.big_title{
    margin-top: 10px;
}
.tho1 {
  background: #fff;
}
.tho1_index1::before {
  transform: translateY(41.3%);
}
.tho1_index1 .back_img {
  transform: translateX(16%);
}
.tho1_index1 .content {
  padding: 89px 0px 100px;
}
.color_text {
  color: #00b0b8;
}
.tho2 {
  background: #fff;
  padding: 90px 0px 190px;
  overflow: hidden;
}
.tho2 .text {
  color: #666;
}
.tho2 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
  margin-top: 10px;
}
.tho2 .top_l {
  flex: 1;
  max-width: 454px;
}
.tho2 .top_r {
  width: 62%;
  padding-top: 23px;
}
.tho2_container {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.tho2_container .title {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.tho2_l {
  width: 63.8%;
  z-index: 2;
}
.tho2_l .imgBox {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.tho2_l .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 209px;
  background: url("../images/tho2_back.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.tho2_l .swiper-slide {
  position: relative;
}
.tho2_l .title {
  position: absolute;
  color: #fff;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0px 30px 30px;
}
.tho2_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.4%;
  padding-bottom: 2%;
}
.tho2_r .swiper-slide {
  width: 100%;
  margin-right: 42px;
}
.tho2_r .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.tho2_r .swiper {
  overflow: initial;
  pointer-events: none;
}
.tho2_r .container {
  opacity: 0;
  transition: 0.3s;
}
.tho2_r .swiper-slide-visible,
.tho2_r .swiper-slide-visible + .swiper-slide {
  pointer-events: all;
}
.tho2_r .swiper-slide-visible .container,
.tho2_r .swiper-slide-visible + .swiper-slide .container {
  opacity: 1;
}
.tho3 {
  background: #fff;
}
.tho3_container {
  background: url("../images/tho3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 110px 0px 105px;
  position: relative;
}
.tho3_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/index2_back1.png") no-repeat center;
  background-size: cover;
  aspect-ratio: 548/801;
  width: 30%;
  max-width: 548px;
  transform: translateY(-8.7%);
  pointer-events: none;
}
.tho3_container .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 4%;
}
.tho3_container .big_title_after {
  margin-top: 10px;
  color: #0ff;
}
.tho3_container .buttonBox {
  flex-wrap: wrap;
  margin-top: 56px;
}
.tho3_container .buttonBox a {
  background: #0ff;
  border: 1px solid #0ff;
  color: #1e1e1e;
}
.tho3_container .buttonBox a img {
  filter: brightness(0);
}
.tho3_container .buttonBox a:hover {
  background: #fff;
  color: #00b0b8;
}
.tho3_container .buttonBox a:hover img {
  filter: none;
}
.tho3_container .describe {
  color: rgba(243, 248, 250, 0.7);
}
.tho3_container .l_box {
  flex: 1;
}
.tho3_container .r_box {
  width: 63.6%;
  padding-top: 12px;
}
.tho3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.8%;
  margin-top: 145px;
}
.tho3_list li {
  width: 14.667%;
}
.tho3_list li:nth-of-type(6n + 4) {
  margin-left: 2.998%;
}
.tho3_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.tho3_list .title {
  position: relative;
  color: #fff;
  padding-left: 30px;
  margin-top: 14px;
}
.tho3_list .title::before {
  content: "";
  width: 16px;
  position: absolute;
  aspect-ratio: 1/1;
  background: #0ff;
  left: 0;
  top: 6px;
}
.white_back {
  background: #fff;
}
.tho4_container {
  padding: 79px 0px 79px;
}
.tho4_container .content {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
.tho4_container .r_box {
  width: 48.86666667%;
  border-radius: 32px;
  overflow: hidden;
}
.tho4_container .l_box {
  flex: 1;
  max-width: 654px;
}
.tho4_container .big_title {
  margin-top: 10px;
}
.tho4_container .describe {
  color: #666;
  margin-top: 40px;
}
.tho5 {
  padding: 80px 0px 140px;
}
.tho5 .text {
  color: #666;
}
.tho5 .top_l {
  flex: 1;
}
.tho5 .top_r {
  width: 60.2%;
}
.tho5 .public_top {
  margin-top: 10px;
}
.tho5_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  margin-top: 50px;
}
.tho5_container .describe {
  color: #666;
}
.tho5_container .l_box {
  width: 48.86666667%;
  border-radius: 32px;
  overflow: hidden;
}
.tho5_container .r_box {
  flex: 1;
  max-width: 697px;
  padding-bottom: 1.8%;
}
.tho6 {
    padding-top: 60px;
  padding-bottom: 110px;
  overflow: hidden;
}
.tho6 .top_l {
  flex: 1;
}
.tho6 .top_r {
  width: 63.7%;
}
.tho6 .turn_page {
  margin-top: 60px;
  padding: 0px 30px;
}
.tho6 .turn_page #box {
  position: relative;
}
.tho6 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 32.91666667%;
}
.tho6 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0;
}
.tho6 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.tho6 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.tho6 pre {
  width: 66px;
  position: absolute;
  aspect-ratio: 1/1;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8.7%;
  cursor: pointer;
}
.tho6 pre img {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.6;
}
.tho6 pre:hover img {
  filter: none;
  opacity: 1;
}
.tho6 pre.prev {
  left: -60px;
  transform: translateX(-100%);
}
.tho6 pre.next {
  right: -60px;
  transform: translateX(100%);
}
.tho7 .l_box {
  padding-bottom: 1.4%;
}
.tho_index4 {
  padding: 79px 0px 100px;
}
.tho_index4 .r_box {
  padding-top: 8px;
  width: 59.3%;
}
.tho_index4 .flex_box {
  margin-top: 70px;
}
.tho4_index4_container {
  margin-top: 41px;
}
.tho_index5::before {
  display: none;
}
.fuo1 {
  padding: 99px 0px 140px;
}
.fuo1 .top_r {
  width: 73.95%;
  padding-top: 8px;
}
.fuo1 .top_l {
  flex: 1;
}
.fuo1_container {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fuo1_container figure {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 29px;
}
.fuo1_container .l_box {
  width: 30%;
  max-width: 415px;
  display: flex;
  align-items: center;
}
.fuo1_container .l_box .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.fuo1_container .r_box {
  flex: 1;
  margin-left: 2.8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 9px 0px;
}
.fuo1_container .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fuo1_container .time {
  font-size: 14px;
  color: #1e1e1e;
  border-radius: 22px;
  border: 1px solid #1e1e1e;
  opacity: 0.5;
  padding: 0px 12px;
  line-height: 24px;
}
.fuo1_container .links {
  color: #00b0b8;
  margin-top: 12px;
}
.fuo1_container .links a {
  color: #00b0b8;
}
.fuo1_container .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fuo1_container .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
  margin-top: 17px;
}
.fuo1_container .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #1e1e1e;
}
.fuo1_container .title a:hover {
  color: #00b0b8;
}
.fuo1_container .describe {
  margin-top: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fut1 {
  padding: 81px 0px 89px;
}
.fut1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fut1 .time_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 31px;
  margin-top: 8px;
}
.fut1 .describe1 {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding-top: 30px;
}
.fut1 .describe1 img {
  display: inline-block;
}
.fut1_title {
  font-family: Montserrat-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #1e1e1e;
}
.fut1_container {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.fut1_container .text1 {
  margin-top: 9px;
}
.fut1_container .table table {
  font-size: 18px;
  color: #666;
}
.fut1_container .table table td {
  border: 1px solid #e1e2e4;
  padding: 15px 42px 16px;
}
.fut1_container .table table td:nth-of-type(1) {
  color: #1e1e1e;
  font-family: Montserrat-Regular;
}
.fut1_container .describe3 {
  margin-top: 39px;
}
.fut1_list{
  margin-top: 40px;
}
.fut1_list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 33px 0px;
}
.fut1_list li {
  width: 49.15%;
  padding-left: 44px;
}
.fut1_list li>p {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
  position: relative;
}
.fut1_list li>p::before {
  content: "";
  position: absolute;
  left: -44px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/index1_la.png") no-repeat center;
  background-size: cover;
  top: -3px;
}
.fut1_list li div {
  margin-top: 14px;
}
.fut1_list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.044%;
  margin-top: 29px;
}
.fut1_list1 li {
  width: 23.467%;
  padding: 41px 30px 31px;
  position: relative;
}
.fut1_list1 li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  transition: 0.4s;
  background: #00b0b8;
  width: 0px;
}
@media screen and (min-width: 993px) {
  .fut1_list1 li:hover .number {
    color: #00b0b8;
  }
  .fut1_list1 li:hover::before {
    width: 100%;
  }
}
.fut1_list1 .number {
  transition: 0.3s;
}
.fut1_list1 .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
  margin-top: 13px;
}
.fut1_list1 .describe2 {
  margin-top: 14px;
}
.fut1_container1 {
  margin-top: 41px;
}
.fut1_container1 .describe4 {
  margin-top: 15px;
}
.fo1 {
  padding: 80px 0px 90px;
}
.fo1 .top_l {
  flex: 1;
  max-width: 500px;
}
.fo1 .top_r {
  width: 46%;
}
.fo1 .container {
  margin-top: 60px;
}
.fo1 .container .imgBox {
  border-radius: 32px;
  overflow: hidden;
}
.fo2_title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #333;
}
.fo2 {
  padding: 80px 0px 80px;
}
.fo2 .top_l {
  max-width: 930px;
  flex: 1;
}
.fo2 .top_r {
  padding-top: 12px;
}
.fo2 .text {
  margin-top: 20px;
}
.fo2_list {
  gap: 20px 1.5995%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.fo2_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.fo2_list li {
  width: 32.267%;
}
.fo2_list .fo2_title {
  margin-top: 18px;
}
.fo2_list .describe {
  margin-top: 18px;
}
.fo3 {
  padding-top: 80px;
}
.fo3 .text {
  margin-top: 2px;
}
.fo4 {
  padding-top: 51px;
}
.fo4 .text {
  margin-top: 5px;
}
.fo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 30px;
}
.fo4_list li {
  width: 32%;
  border-radius: 24px;
  overflow: hidden;
}
.fo4_list li:hover .fut1_title {
  color: #00b0b8;
}
.fo4_list .fut1_title {
  transition: 0.3s;
}
.fo4_list .describe {
  margin-top: 25px;
}
.fo4_list .box {
  padding: 38px 41px 39px;
}
.fo5 {
  padding-top: 80px;
}
.fo5 .content {
  overflow: hidden;
}
.fo5 .l_box {
  float: right;
  width: 48%;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 5.334%;
}
.fo5 .r_box {
  padding-top: 2.25%;
}
.fo5 .describe {
  color: #666;
  margin-top: 13px;
}
.fo5 .describe1 {
  margin-top: 56px;
}
.fo5 .describe1 em {
  color: #666;
  transition: 0.3s;
  padding-left: 56px;
  display: flex;
  font-style: normal;
  position: relative;
}
.fo5 .describe1 em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  aspect-ratio: 30/28;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/fo5_la.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 1;
}
.fo5 .describe1 em::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  aspect-ratio: 30/28;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/fo5_lb.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.fo5 .describe1 em:hover {
  color: #1e1e1e;
}
.fo5 .describe1 em:hover::before {
  opacity: 0;
}
.fo5 .describe1 em:hover::after {
  opacity: 1;
}
.fo6 {
  padding: 76px 0px 90px;
}
.fo6 .text {
  margin-top: 16px;
}
.fo6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 40px;
}
.fo6_list li {
  width: 49%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px;
  min-height: 196px;
  position: relative;
  transition: 0.3s;
}
.fo6_list li::before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #00b0b8;
  transition: 0.5s;
}
@media screen and (min-width: 993px) {
  .fo6_list li:hover {
    background: rgba(0, 176, 184, 0.06);
  }
  .fo6_list li:hover::before {
    width: 100%;
  }
  .fo6_list li:hover .number {
    color: #00b0b8;
  }
}
.fo6_list .number {
  transition: 0.3s;
}
.fo6_list .box {
  flex: 1;
  padding-top: 1px;
}
.fo6_list .describe {
  margin-top: 15px;
}
.ft1 {
  padding: 86px 0px 90px;
}
.ft1 .top_r {
  width: 60%;
  padding-top: 12px;
}
.ft1 .top_l {
  flex: 1;
}
.ft1 .text em {
  font-style: normal;
  color: #00b0b8;
}
.ft1 .text strong {
  display: block;
  font-weight: normal;
  font-family: Montserrat-Regular;
  color: #1e1e1e;
  font-size: 18px;
}
.ft1 .PageNumber {
  margin-top: 60px;
}
.ft1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.13333333%;
  margin-top: 90px;
}
.ft1_list li {
  width: 23.4%;
}
.ft1_list .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
  margin-top: 26px;
}
.ft1_list .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ft1_list .title a:hover {
  color: #00b0b8;
}
.ft1_list .links {
  color: #00b0b8;
  margin-top: 10px;
}
.ft1_list .links a {
  color: #00b0b8;
}
.ft1_list .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ft1_list .imgBox {
  border: 1px solid #e6e6e6;
}
.so1 {
  padding: 90px 0px;
}
.so1 .top_l {
  flex: 1;
  max-width: 434px;
}
.so1 .top_r {
  padding-top: 8px;
  width: 63.6%;
}
.so1 .PageNumber {
  margin-top: 60px;
}
.so1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0px;
  margin-top: 70px;
}
.so1_list li {
  width: 48.66666667%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.so1_list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.so1_list .imgBox {
  border-radius: 24px;
  overflow: hidden;
}
.so1_list .box {
  padding-top: 30px;
}
.so1_list .title {
  color: #1e1e1e;
}
.so1_list .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.so1_list .title a:hover {
  color: #00b0b8;
}
.so1_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.so1_list .links {
  margin-top: 24px;
  color: #00b0b8;
}
.so1_list .links a {
  color: #00b0b8;
}
.so1_list .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.st1 {
  padding: 81px 0px 87px;
}
.st1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 12px;
}
.st1 .time_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 31px;
  margin-top: 8px;
}
.st1_container {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.st1_container .title {
  font-family: Montserrat-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
}
.st1_container .describe img {
  display: inline-block;
}
.st1_container .describe1 {
  margin-top: 15px;
}
.st1_container .describe2 {
  margin-top: 21px;
}
.st1_container .describe2 p {
  padding-left: 28px;
}
.st1_container .describe2 em {
  display: block;
  position: relative;
  color: #1e1e1e;
  font-style: normal;
}
.st1_container .describe2 em::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 8px;
  width: 12px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #00b0b8;
}
.st1_container .flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.499%;
  margin-top: 29px;
}
.st1_container .box {
  width: 32.334%;
  position: relative;
  padding: 30px 40px 30px;
  min-height: 210px;
}
.st1_container .box::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 0px;
  background: #00b0b8;
  transition: 0.5s;
}
.st1_container .box:hover::before {
  width: 100%;
}
.st1_container .text {
  color: #666;
  margin-top: 14px;
}
.st1_container .name {
  color: #333;
  margin-top: 16px;
}
.st1_container .sw_box {
  margin-top: 19px;
}
.seo1 {
  padding: 80px 0px 100px;
}
.seo1 .text {
  margin-top: 22px;
}
.seo1_container {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.seo1_container .to1_title {
  color: #1e1e1e;
}
.seo1_container .to1_title a {
  color: #1e1e1e;
}
.seo1_container .to1_title a:hover {
  color: #00b0b8;
}
.seo1_container figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.seo1_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.seo1_container figure:nth-of-type(even) .l_box {
  max-width: 680px;
}
.seo1_container .l_box {
  flex: 1;
  max-width: 650px;
}
.seo1_container .r_box {
  width: 48%;
  border-radius: 32px;
  overflow: hidden;
}
.seo1_container .color_text {
  margin-top: 9px;
}
.seo1_container .describe {
  margin-top: 30px;
}
.seo1_container .buttonBox {
  margin-top: 92px;
}
.set1 {
  padding: 100px 0px 62px;
}
.set1 .top_l {
  flex: 1;
  max-width: 460px;
}
.set1 .top_r {
  padding-top: 18px;
  width: 60.4%;
}
.set1 .color_text {
  margin-top: 10px;
}
.set2 {
  padding: 80px 0px 91px;
}
.set2 .content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.set2 .img_box {
  border-radius: 40px;
  overflow: hidden;
}
.set2 .top_l {
  flex: 1;
  padding-top: 1px;
}
.set2 .top_r {
  width: 74.467%;
}
.set2 .text {
  max-width: 907px;
}
.set2 .public_top {
  margin-top: 60px;
}
.set2 form {
  margin-top: 38px;
}
.set2 .PageNumber {
  margin-top: 42px;
}
.set2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 2.13333333%;
}
.set2_list li {
  width: 23.4%;
}
.set2_list .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
  margin-top: 27px;
}
.set2_list .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.set2_list .title a:hover {
  color: #00b0b8;
}
.set2_list .describe {
  margin-top: 11px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.set2_list .links {
  color: #00b0b8;
}
.set2_list .links a {
  color: #00b0b8;
}
.set2_list .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.set2_list .imgBox {
  border: 1px solid #e6e6e6;
}
.set2_list .input_links {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 2px 11px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.set2_list .input_box {
  position: relative;
}
.set2_list .input_box span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  border: 1px solid #00b0b8;
  background: rgba(0, 176, 184, 0.1);
}
.set2_list .input_box input {
  width: 13px;
  height: 13px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.set2_list .input_box input:checked {
  opacity: 1;
}
.set2_list .input_box input:checked + span {
  display: none;
}
.set3 {
  padding: 89px 0px 95px;
}
.set3 .top_l {
  flex: 1;
  max-width: 460px;
}
.set3 .top_r {
  padding-top: 18px;
  width: 60.4%;
}
.set3 .color_text {
  margin-top: 10px;
}
.set3_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 29px 0px;
  margin-top: 40px;
}
.set3_list li {
  padding: 31px 26px 31px;
  border-radius: 16px;
  overflow: hidden;
  width: 48.93333333%;
}
.set3_list .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  position: relative;
  padding-left: 50px;
}
.set3_list .title::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 30px;
  aspect-ratio: 1/1;
  background: url("../images/set3_la.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  top: -1px;
}
.set3_list .describe {
  margin-top: 17px;
}
.set_index6 {
  position: relative;
}
.set_index6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14%;
  aspect-ratio: 251/801;
  background: url("../images/index6_back1.png") no-repeat center;
  background-size: cover;
  transform: translateY(-6%);
  pointer-events: none;
}
.set_index6 .content {
  position: relative;
  z-index: 1;
}
.seth .table {
  background: #fff;
}
.seth .table table {
  color: #555;
}
.seth .table table tr:nth-of-type(1) {
  border: none !important;
  text-align: center;
}
.seth .table table tr:nth-of-type(1) td {
  background: #00b0b8;
  color: #fff;
}
.seth .table table tr {
  border: 1px solid #ebebeb;
  border-top: none;
}
.seth .table table td {
  border: none;
  padding: 13px 52px 11px;
}
.seth1 {
  padding: 70px 0px 70px;
}
.seth1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
}
.seth1 .l_box {
  width: 38%;
  max-width: 563px;
}
.seth1 .r_box {
  flex: 1;
  max-width: 750px;
  padding-bottom: 2px;
}
.seth1 .describe {
  margin-top: 39px;
}
.seth1 .buttonBox {
  flex-wrap: wrap;
  gap: 10px;
}
.seth1 .buttonBox a {
  border: none;
  background: #999;
  color: #fff;
  min-height: 52px;
}
.seth1 .buttonBox a:hover {
  background: #00b0b8;
}
.seth1 .flex_box {
  margin-top: 108px;
  flex-wrap: wrap;
  gap: 10px 50px;
  display: flex;
  align-items: center;
}
.seth1 .share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.seth2 {
  padding-top: 81px;
}
.seth2 .describe {
  margin-top: 19px;
}
.seth3 {
  padding-top: 61px;
}
.seth3 .text {
  margin-top: 19px;
}
.seth_container {
  background: #f3f8fb;
  padding-bottom: 90px;
}
.seth3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
  justify-content: space-between;
  margin-top: 30px;
}
.seth3_list li {
  width: 48.93333333%;
  background: #fff;
  position: relative;
  padding: 41px 30px 30px;
}
.seth3_list li::before {
  content: "";
  width: 0px;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #00b0b8;
  bottom: 0;
}
.seth3_list li:hover::before {
  width: 100%;
}
.seth3_list li:hover .number {
  color: #00b0b8;
}
.seth3_list .number {
  transition: 0.3s;
}
.seth3_list .fo2_title {
  margin-top: 13px;
}
.seth3_list .describe {
  margin-top: 14px;
}
.seth4 {
  padding-top: 61px;
}
.seth4 .sw_box {
  margin-top: 39px;
}
.seth4 .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
.seth4 .swiperseth4-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 33px;
}
.seth4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
  background: #666;
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0px !important;
  position: relative;
}
.seth4 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  background: #00b0b8;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.seth4 .swiper-pagination-bullet-active {
  opacity: 1;
}
.seth4 .swiper-pagination-bullet-active::before {
  width: 12px;
  opacity: 1;
}
.seth5 {
  padding-top: 64px;
}
.seth5 .faq_q {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 96px;
  padding: 21px 30px 19px;
  border-radius: 8px;
  background: #fff;
  gap: 40px;
  transition: 0.3s;
  cursor: pointer;
}
.seth5 .faq_q.active {
  background: #00b0b8;
}
.seth5 .faq_q.active .title {
  color: #fff;
}
.seth5 .faq_q.active .logo span {
  color: #fff;
}
.seth5 .faq_q.active .logo span:nth-of-type(1) {
  display: none;
}
.seth5 .faq_q.active .logo span:nth-of-type(2) {
  display: block;
}
.seth5 .title {
  flex: 1;
  line-height: 28px;
  color: #1e1e1e;
  transition: 0.3s;
}
.seth5 .faq_a {
  padding: 22px 30px 10px;
  display: none;
}
.seth5 .describe {
  width: 100%;
  max-width: 614px;
}
.seth5_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.seth5_container .box {
  width: 49.067%;
}
.seth5_container .logo {
  font-family: Montserrat-Regular;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
}
.seth5_container .logo span {
  color: #1e1e1e;
  display: block;
}
.seth5_container .logo span:nth-of-type(2) {
  display: none;
}
.seth5_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.eo1 {
  padding: 100px 0px 100px;
}
.eo1 .color_text {
  margin-top: 6px;
}
.eo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.044%;
  margin-top: 50px;
}
.eo1_list .logo {
  width: 67px;
  border-radius: 8px;
  overflow: hidden;
}
.eo1_list .describe {
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #1e1e1e;
}
.eo1_list .describe a {
  color: #1e1e1e;
}
.eo1_list .describe a:hover {
  color: #1e1e1e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.eo1_list li {
  width: 23.467%;
  background: rgba(0, 176, 184, 0.1);
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 30px 53px;
}
.eo1_list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 22px;
}
.eo1_list .text {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.eo1_list .name {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 22px;
}
.eo1_list li:nth-of-type(4n + 1) .name,
.eo1_list li:nth-of-type(4n + 4) .name {
  color: rgba(255, 255, 255, 0.65);
}
.eo1_list li:nth-of-type(4n + 1) {
  background: #00b0b8;
}
.eo1_list li:nth-of-type(4n + 1) .describe {
  color: #fff;
}
.eo1_list li:nth-of-type(4n + 4) {
  background: #1e1e1e;
}
.eo2 {
  padding: 80px 0px 90px;
}
.eo2 .content {
  position: relative;
  z-index: 1;
}
.eo2_container {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  padding: 49px;
  margin-top: 50px;
}
.eo2_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 0px;
  width: 100%;
}
.eo2_container form > * {
  width: 100%;
}
.eo2_container form input,
.eo2_container form textarea {
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: #fff;
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.eo2_container form input::placeholder,
.eo2_container form input::-webkit-input-placeholder,
.eo2_container form textarea::placeholder {
  color: #666;
}
.eo2_container form .int1 {
  width: 49.5%;
}
.eo2_container form input {
  height: 62px;
}
.eo2_container form textarea {
  height: 216px;
  padding-top: 13px !important;
}
.eo2_container form .ttBox {
  width: 100%;
}
.eo2_container form .yzm {
  position: relative;
  display: flex;
}
.eo2_container form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.eo2_container form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.eo2_container form .yzm span img {
  height: 100%;
}
.eo2_container form .afterBox {
  position: relative;
}
.eo2_container form .afterBox::before {
  left: 16px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.eo2_container form .afterBox input,
.eo2_container form .afterBox textarea {
  padding-left: 30px;
}
.eo2_container form .ttBox::before {
  top: 28px;
}
.eo2_container form .tj input {
  cursor: pointer;
  background: #00b0b8;
  border: 1px solid #00b0b8;
  color: #fff;
  transition: 0.3s;
}
.eo2_container form .tj input:hover {
  background: transparent;
  color: #00b0b8;
}
.public_pro {
  padding: 90px 0px 73px;
}
.public_pro .title {
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #1e1e1e;
}
.public_pro .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.public_pro .title a:hover {
  color: #00b0b8;
}
.public_pro .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.public_pro .links {
  color: #00b0b8;
  margin-top: 24px;
}
.public_pro .links a {
  color: #00b0b8;
}
.public_pro .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.public_pro .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.public_pro .box {
  padding-top: 27px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.public_pro .sw_box {
  margin-top: 49px;
}
.public_pro .sw_box .imgBox {
  border: 1px solid #e6e6e6;
}
.public_pro .swiperpublic_pro-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}
.public_pro .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
  background: #666;
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0px !important;
  position: relative;
}
.public_pro .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  background: #00b0b8;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.public_pro .swiper-pagination-bullet-active {
  opacity: 1;
}
.public_pro .swiper-pagination-bullet-active::before {
  width: 12px;
  opacity: 1;
}
.page_change {
  display: flex;
  justify-content: space-between;
  padding-top: 31px;
  border-top: 1px solid #cccccc;
  margin-top: 49px;
}
.page_change .logo {
  width: 48px;
  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: #999;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #00b0b8;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change .box {
  line-height: 28px;
}
.page_change .page_name {
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
}
.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: #00b0b8;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.public_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.swiper_controls_box {
  gap: 10px;
  display: flex;
  align-items: center;
}
.swiper_controls {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.swiper_controls img {
  transition: 0.3s;
}
.swiper_controls:hover {
  background: #00b0b8;
}
.swiper_controls:hover img {
  filter: brightness(0) invert(1);
}
footer.before_back {
  position: relative;
}
footer.before_back::before {
  content: "";
  position: absolute;
  width: 14%;
  max-width: 251px;
  aspect-ratio: 251/801;
  background: url("../images/footer_before.png") no-repeat center;
  background-size: cover;
  left: 0;
  bottom: 0;
  transform: translateY(-16%);
  pointer-events: none;
}
footer.seo_before_back::before {
  transform: none;
}
footer {
  background: #03171b;
}
footer .dif_footer {
  font-family: Montserrat-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .dif_up {
  display: none;
}
footer .list {
  margin-top: 44px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.7);
}
footer .list a {
  color: rgba(255, 255, 255, 0.7);
}
footer .list a:hover {
  color: #fff;
}
footer .text {
  flex: 1;
}
footer .contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
footer .contact_list a,
footer .contact_list span {
  display: inline;
}
footer .logo {
  width: 22px;
  margin-top: 10px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 38px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  background: #1c2e32;
  border-radius: 8px;
  border: none;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 20px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #f5ebe6;
}
footer form input {
  height: 50px;
}
footer form textarea {
  height: 107px;
  padding-top: 9px !important;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
  flex: 1;
}
footer form .yzm input {
  flex: 1;
  padding-right: 75px;
}
footer form .yzm span {
  height: 30px;
  aspect-ratio: 120/50;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  left: 9px;
  position: absolute;
  content: "*";
  font-size: 12px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
footer form .ttBox::before {
  top: 23px;
}
footer form .tj {
  width: auto;
  margin-left: 20px;
}
footer form .tj input {
  min-width: 130px;
  cursor: pointer;
  background: #0ff;
  color: #1e1e1e;
  transition: 0.3s;
}
footer form .tj input:hover {
  background: #fff;
  color: #00b0b8;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  background: #1fe0e0;
  border-radius: 8px;
  padding: 5px 19px;
}
footer .icBox .iconfont {
  transition: 0.3s;
  font-size: 18px;
}
footer .icBox a {
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
}
footer .icBox a:hover i {
  transform: translateY(-3px);
}
.footer_a {
  padding: 97px 0px 77px;
}
.footer_a .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.footer_a .box {
  max-width: 450px;
}
.footer_a .ul2 {
  margin-right: 3%;
}
.footer_a .ul3 {
  max-width: 370px;
  margin-right: 2%;
}
.footer_b {
  background: #142125;
  padding: 27px 0px 26px;
}
.footer_b .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 5%;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.footer_b .l_box {
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  flex: 1;
}
.footer_b .l_box a {
  color: rgba(255, 255, 255, 0.7);
}
.footer_b .l_box a:hover {
  color: #fff;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  position: absolute;
  right: 14px;
  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: #00b0b8;
}
.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: 200;
  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: #666;
}
.describe a {
  display: inline;
  color: #666;
}
.describe a:hover {
  color: #00b0b8;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1880px) {
  .tho1_index1 .back_img {
    transform: translateX(8.6%);
  }
}
@media screen and (max-width: 1750px) {
  .tho6 pre.prev {
    left: -20px;
  }
  .tho6 pre.next {
    right: -20px;
  }
}
@media screen and (max-width: 1600px) {
  .header_button {
    margin-left: 35px;
  }
  .header_button a {
    min-width: 134px;
    min-height: 42px;
    font-size: 16px;
  }
  header .container {
    gap: 4%;
  }
  header .logoBox {
    width: 90px;
  }
  header .menuOne {
    font-size: 18px;
    line-height: 28px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .list_menu {
    font-size: 16px;
    line-height: 26px;
  }
  header .header_list {
    gap: 28px;
  }
  header .sousuo {
    margin-left: 40px;
  }
  header .sousuo .search {
    font-size: 18px;
  }
  header .center {
    gap: 34px;
  }
}
@media screen and (max-width: 1520px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  .index_banner .swiper-pagination-bullet-active::before {
    width: 10px;
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 38px;
  }
  .mbx {
    margin-top: 6px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .big_title {
    font-size: 32px;
    line-height: 38px;
  }
  .buttonBox a {
    padding: 6px 25px;
    min-height: 50px;
    gap: 12px;
  }
  .index1 .content {
    padding: 60px 0px 80px;
  }
  .index1 .describe {
    margin-top: 8px;
  }
  .index1 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index1 .title::before {
    left: -36px;
    top: -2px;
    width: 24px;
  }
  .index1 .text {
    margin-top: 8px;
  }
  .index1 .buttonBox {
    margin-top: 25px;
  }
  .index1_list {
    padding-left: 36px;
    margin-top: 16px;
  }
  .index2 {
    padding: 80px 0px;
  }
  .index2::before {
    transform: translateY(-36px);
  }
  .index2 .buttonBox {
    margin-top: 20%;
  }
  .index2_r {
    gap: 30px;
  }
  .index2_r .top {
    gap: 20px;
  }
  .index2_r .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index2_r .describe {
    margin-top: 16px;
  }
  .index2_img {
    margin-top: 10%;
  }
  .index3 .container {
    padding: 60px 0px 80px;
  }
  .index3_list {
    margin-top: 40px;
  }
  .index3_list .logo {
    width: 58px;
  }
  .index3_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index4_container .describe {
    margin-top: 4px;
  }
  .index5_container {
    padding-top: 60px;
  }
  .index5_container .text {
    margin-top: 8px;
  }
  .index5_sw_box {
    padding: 30px 0px 60px;
  }
  .index5_sw_box .container {
    padding: 30px;
  }
  .index5_sw_box .top {
    gap: 4px 16px;
  }
  .index5_sw_box .logo {
    width: 72px;
  }
  .index5_sw_box .country {
    font-size: 16px;
  }
  .index5_sw_box .pro_name {
    margin-top: 10px;
  }
  .index5_sw_box .describe {
    margin-top: 8px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6_sw_box {
    margin-top: 30px;
  }
  .index6_l .title {
    margin-top: 12px;
    font-size: 16px;
  }
  .index6_l .links {
    margin-top: 12px;
  }
  .to1 {
    padding: 60px 0px;
  }
  .to1_title {
    font-size: 24px;
    line-height: 32px;
  }
  .to1_contianer {
    margin-top: 40px;
    gap: 40px;
  }
  .to1_contianer .describe1 {
    margin-top: 20px;
  }
  .to1_contianer .describe1 em {
    padding-left: 30px;
  }
  .to1_contianer .describe1 em::before {
    width: 22px;
    top: 1px;
  }
  .to1_contianer .r_box {
    padding-top: 12px !important;
  }
  .to2 .describe {
    margin-top: 15px;
    font-size: 16px;
  }
  .to2 .buttonBox {
    margin-top: 25px;
  }
  .tho1_index1 .back_img {
    transform: translate(8%);
  }
  .tho2 {
    padding: 60px 0px 80px;
  }
  .tho2_container {
    margin-top: 40px;
  }
  .tho2_container .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .tho2_l .title {
    padding: 0px 20px 20px;
  }
  .tho2_r .swiper-slide {
    margin-right: 8%;
  }
  .tho3_container {
    padding: 80px 0px;
  }
  .tho3_container::before {
    transform: translateY(-36px);
  }
  .tho3_list {
    margin-top: 12%;
  }
  .tho4_container {
    padding: 60px 0px;
  }
  .tho4_container .describe {
    margin-top: 15px;
  }
  .tho5 {
    padding: 60px 0px;
  }
  .tho5_container {
    margin-top: 30px;
  }
  .tho6 {
    padding-bottom: 60px;
  }
  .tho6 .turn_page {
    padding: 0px;
    margin-top: 30px;
  }
  .tho6 pre {
    width: 42px;
  }
  .tho6 pre.prev {
    left: -20px;
  }
  .tho6 pre.next {
    right: -20px;
  }
  .fuo1 {
    padding: 60px 0px 80px;
  }
  .fuo1_container {
    margin-top: 30px;
  }
  .fuo1_container .r_box {
    padding: 0px;
  }
  .fuo1_container .title {
    margin-top: 12px;
    font-size: 16px;
  }
  .fuo1_container .links {
    margin-top: 12px;
  }
  .fuo1_container .describe {
    margin-top: 12px;
  }
  .fut1_title {
    font-size: 20px;
    line-height: 28px;
  }
  .fut1 {
    padding: 60px 0px;
  }
  .fut1 .describe1 {
    padding-top: 20px;
  }
  .fut1_container {
    margin-top: 20px;
    gap: 30px;
  }
  .fut1_container .text1 {
    margin-top: 4px;
  }
  .fut1_container .describe3 {
    margin-top: 20px;
  }
  .fut1_container .table table {
    font-size: 16px;
  }
  .fut1_container .table table td {
    padding: 12px 30px;
  }
  .fut1_list {
    margin-top: 20px;
  }
  .fut1_list ul{
    gap: 20px 0px;
  }
  .fut1_list li>p {
    font-size: 16px;
    line-height: 24px;
  }
  .fut1_list li>p::before {
    left: -36px;
    top: -2px;
    width: 24px;
  }
  .fut1_list li {
    padding-left: 36px;
  }
  .fut1_list li div {
    margin-top: 8px;
  }
  .fut1_list1 {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .fut1_list1 li {
    width: 23.5%;
    padding: 20px 16px 24px;
  }
  .fut1_list1 .title {
    font-size: 16px;
    margin-top: 4px;
  }
  .fut1_list1 .describe2 {
    margin-top: 8px;
  }
  .fut1_container1 {
    margin-top: 25px;
  }
  .fut1_container1 .describe4 {
    margin-top: 8px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1 .top_r {
    width: 56%;
  }
  .fo1 .container {
    margin-top: 30px;
  }
  .fo2 {
    padding: 60px 0px;
  }
  .fo2 .text {
    margin-top: 12px;
  }
  .fo2_title {
    font-size: 16px;
  }
  .fo2_list {
    margin-top: 25px;
  }
  .fo2_list .describe {
    margin-top: 6px;
  }
  .fo3 {
    padding-top: 60px;
  }
  .fo4 {
    padding-top: 60px;
  }
  .fo4_list {
    margin-top: 20px;
  }
  .fo4_list .box {
    padding: 20px 20px 26px;
  }
  .fo4_list .describe {
    margin-top: 4px;
  }
  .fo5 {
    padding-top: 60px;
  }
  .fo5 .describe1 {
    margin-top: 20px;
  }
  .fo5 .describe1 em {
    padding-left: 30px;
  }
  .fo5 .describe1 em::before,
  .fo5 .describe1 em::after {
    width: 22px;
    top: 1px;
  }
  .fo5 .r_box {
    padding-top: 12px !important;
  }
  .fo6 {
    padding: 60px 0px;
  }
  .fo6 .text {
    margin-top: 4px;
  }
  .fo6_list {
    margin-top: 20px;
  }
  .fo6_list .logo {
    width: 56px;
  }
  .fo6_list .describe {
    margin-top: 8px;
  }
  .ft1 {
    padding: 60px 0px;
  }
  .ft1 .text strong {
    font-size: 16px;
  }
  .ft1_list {
    margin-top: 30px;
  }
  .ft1_list .title {
    font-size: 16px;
    margin-top: 12px;
  }
  .ft1_list .links {
    margin-top: 6px;
  }
  .so1 {
    padding: 60px 0px;
  }
  .so1_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .so1_list .box {
    padding-top: 12px;
  }
  .so1_list .describe {
    margin-top: 6px;
  }
  .so1_list .links {
    margin-top: 8px;
  }
  .st1 {
    padding: 60px 0px;
  }
  .st1_container {
    padding-top: 20px;
    gap: 30px;
  }
  .st1_container .title {
    font-size: 16px;
  }
  .st1_container .describe {
    margin-top: 10px !important;
  }
  .st1_container .describe2 em::before {
    top: 7px;
  }
  .st1_container .flex_box {
    margin-top: 15px;
  }
  .st1_container .text {
    margin-top: 6px;
  }
  .st1_container .box {
    padding: 20px;
  }
  .st1_container .name {
    margin-top: 8px;
  }
  .st1_container .sw_box {
    margin-top: 15px;
  }
  .seo1 {
    padding: 60px 0px;
  }
  .seo1 .text {
    margin-top: 8px;
  }
  .seo1_container {
    margin-top: 30px;
    gap: 30px;
  }
  .seo1_container .describe {
    margin-top: 8px;
  }
  .seo1_container .buttonBox {
    margin-top: 25px;
  }
  .set1 {
    padding: 60px 0px;
  }
  .set2 {
    padding: 60px 0px;
  }
  .set2 .content {
    gap: 30px;
  }
  .set2 .public_top {
    margin-top: 30px;
  }
  .set2 form {
    margin-top: 30px;
  }
  .set2_list .title {
    font-size: 16px;
    margin-top: 12px;
  }
  .set2_list .describe {
    margin-top: 4px;
  }
  .set2_list .input_links {
    margin-top: 6px;
  }
  .set3 {
    padding: 60px 0px;
  }
  .set3_list {
    margin-top: 30px;
  }
  .set3_list .title {
    font-size: 16px;
    line-height: 24px;
    padding-left: 36px;
  }
  .set3_list .title::before {
    left: 0px;
    top: -2px;
    width: 24px;
  }
  .set3_list .describe {
    margin-top: 8px;
  }
  .seth .table table td {
    padding: 10px 30px;
  }
  .seth_container {
    padding-bottom: 60px;
  }
  .seth1 {
    padding: 60px 0px;
  }
  .seth1 .describe {
    margin-top: 12px;
  }
  .seth1 .r_box {
    padding-bottom: 0px;
  }
  .seth1 .flex_box {
    margin-top: 30px;
  }
  .seth1 .buttonBox a {
    min-height: 46px;
  }
  .seth2,
  .seth3,
  .seth4,
  .seth5 {
    padding-top: 60px;
  }
  .seth2 .describe {
    margin-top: 8px;
  }
  .seth3 .text {
    margin-top: 8px;
  }
  .seth3_list li {
    padding: 30px;
  }
  .seth3_list .fo2_title {
    margin-top: 8px;
  }
  .seth3_list .describe {
    margin-top: 8px;
  }
  .seth4 .sw_box {
    margin-top: 25px;
  }
  .seth5 .title {
    line-height: 26px;
  }
  .seth5_container {
    margin-top: 25px;
  }
  .eo1 {
    padding: 60px 0px;
  }
  .eo1_list {
    margin-top: 25px;
    gap: 20px 2%;
  }
  .eo1_list li {
    width: 23.5%;
    padding: 40px 20px;
  }
  .eo1_list .logo {
    width: 52px;
  }
  .eo1_list .box {
    padding-top: 12px;
  }
  .eo1_list .describe {
    font-size: 18px;
    line-height: 30px;
  }
  .eo1_list .text {
    font-size: 16px;
  }
  .eo1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .eo2 {
    padding: 60px 0px;
  }
  .eo2_container {
    margin-top: 30px;
  }
  .eo2_container form input {
    height: 52px;
  }
  .eo2_container form textarea {
    height: 160px;
  }
  .eo2_container form input,
  .eo2_container form textarea {
    font-size: 16px;
  }
  .swiper_controls {
    width: 44px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .list {
    margin-top: 16px;
    line-height: 32px;
  }
  footer .logo {
    width: 20px;
    margin-top: 6px;
  }
  footer form {
    margin-top: 20px;
  }
  footer .icBox {
    gap: 10px;
  }
  .footer_a {
    padding: 60px 0px 40px;
  }
  .footer_a .ul2,
  .footer_a .ul3 {
    margin: 0px !important;
  }
  .footer_a .ul1,
  .footer_a .ul2 {
    min-width: 136px;
  }
  .public_pro {
    padding: 60px 0px;
  }
  .public_pro .sw_box {
    margin-top: 20px;
  }
  .public_pro .describe {
    margin-top: 4px;
  }
  .public_pro .box {
    padding-top: 8px;
  }
  .public_pro .title {
    font-size: 16px;
  }
  .public_pro .links {
    margin-top: 8px;
  }
  .public_pro .swiperpublic_pro-pagination {
    margin-top: 30px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 10px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .submit_box {
    padding: 6px 14px;
  }
  .page_change {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .logo img {
    max-width: 10px;
  }
  .page_change .box {
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .header_button {
    margin-left: 30px;
  }
  .header_button a {
    min-width: 118px;
    min-height: 38px;
    font-size: 14px;
  }
  header .logoBox {
    width: 82px;
  }
  header .container {
    gap: 30px;
  }
  header .list_menu {
    font-size: 15px;
    line-height: 24px;
  }
  header .list_menu > a {
    padding: 12px 0px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
  }
  header .menuOne > a {
    padding: 18px 0px;
  }
  header .ul div {
    padding: 15px 0px;
  }
  header .ul li {
    font-size: 15px;
    line-height: 26px;
  }
  header .header_list {
    gap: 25px;
  }
  .eo1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 1100px) {
  .header_button {
    margin-left: 0px;
  }
  header {
    padding: 8px 0px;
  }
  header .header_button {
    display: none;
  }
  header .border_bottom + .header_box {
    display: none;
  }
  header .center {
    display: none;
  }
  header .border_bottom {
    border-bottom: none !important;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none !important;
  }
  header .container {
    width: calc(100% - 80px);
  }
  header .logoBox {
    width: 72px;
  }
  .header_boxr {
    padding-right: 50px;
  }
  .index5_sw_box .top {
    flex-wrap: wrap;
    gap: 2px 16px;
  }
  .index5_sw_box .box {
    flex: none;
    width: 100%;
    padding-top: 4px;
  }
}
@media screen and (max-width: 992px) {
  .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;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #00b0b8 !important;
  }
  .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;
  }
  .index_banner .swiper-slide {
    border-radius: 0px 0px 46px 46px;
  }
  .index_banner .swiperbanner-pagination {
    gap: 12px;
    bottom: 16px;
  }
  .public_radius_top {
    border-radius: 46px 46px 0px 0px;
  }
  .public_radius_bottom {
    border-radius: 0px 0px 46px 46px;
  }
  header .container {
    width: calc(100% - 40px);
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .bannerBox .banner_title {
    font-size: 20px;
    line-height: 28px;
  }
  .mbx {
    margin-top: 2px;
  }
  .big_title {
    font-size: 20px;
    line-height: 28px;
  }
  .big_title_after {
    margin-top: 0px !important;
  }
  .buttonBox a {
    padding: 4px 16px;
    min-height: 38px;
    gap: 8px;
  }
  .buttonBox img {
    width: 12px;
  }
  .index1 .content {
    padding: 30px 0px 40px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .index1 .describe {
    margin-top: 2px;
  }
  .index1 .text {
    margin-top: 4px;
  }
  .index1 .title::before {
    left: -30px;
    top: 2px;
    width: 18px;
  }
  .index1 .buttonBox {
    margin-top: 12px;
  }
  .index1_l {
    width: 100%;
  }
  .index1_r {
    width: 100%;
    max-width: 120px;
    margin-top: 0px;
  }
  .index1_list {
    margin-top: 10px;
    padding-left: 30px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2::before {
    transform: translateY(-20px);
  }
  .index2 .content {
    gap: 20px;
  }
  .index2 .buttonBox {
    margin-top: 15px;
    gap: 12px;
  }
  .index2_img {
    margin-top: 15px;
  }
  .index2_l {
    width: 100%;
  }
  .index2_r {
    width: 100%;
    gap: 15px;
  }
  .index2_r .logo {
    width: 42px;
  }
  .index2_r .top {
    gap: 8px;
  }
  .index2_r .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index2_r .describe {
    margin-top: 4px;
  }
  .index3 .container {
    padding: 30px 0px;
  }
  .index3 .top {
    gap: 0px;
    margin-top: 2px;
  }
  .index3 .l_box {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .index3 .r_box {
    width: 100%;
    padding-top: 4px;
  }
  .index3_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index3_list .logo {
    width: 42px;
  }
  .index3_list li {
    width: 49%;
    min-height: auto;
    padding: 20px 30px 24px;
  }
  .index3_list li:nth-of-type(5n + 5) {
    width: 100%;
  }
  .index3_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .index3_list .describe {
    margin-top: 4px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .flex_box {
    display: none;
  }
  .index4 .top {
    gap: 0px;
    margin-top: 2px;
    flex-wrap: wrap;
  }
  .index4 .l_box {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .index4 .r_box {
    width: 100%;
    padding-top: 4px;
  }
  .index4_container {
    width: calc(100% - 50px);
    margin-top: 15px;
  }
  .index4_container .sw_box .swiper-slide {
    border-radius: 46px;
  }
  .index4_container .container {
    width: calc(100% - 50px) !important;
    padding-bottom: 25px;
  }
  .index4_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index5_container {
    padding-top: 30px;
  }
  .index5_container .big_title {
    margin-top: 2px;
  }
  .index5_container .text {
    margin-top: 4px;
  }
  .index5_sw_box {
    padding: 20px 0px 30px;
  }
  .index5_sw_box .container {
    padding: 20px 30px;
  }
  .index5_sw_box .ind_name {
    margin-top: 0px;
  }
  .index5_sw_box .pro_name {
    margin-top: 0px;
  }
  .index5_sw_box .describe {
    margin-top: 4px;
  }
  .index5_sw_box .swiperindex5-pagination {
    margin-top: 20px;
    gap: 12px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6_l {
    width: 50%;
    gap: 20px;
  }
  .index6_sw_box {
    margin-top: 20px;
  }
  .index6_sw_box figure {
    gap: 12px;
  }
  .index6_sw_box .title {
    font-size: 15px;
    margin-top: 6px !important;
  }
  .index6_sw_box .links {
    margin-top: 6px !important;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1 .top {
    flex-wrap: wrap;
    gap: 0px;
  }
  .to1 .top_l {
    flex: none;
    width: 100%;
  }
  .to1 .top_r {
    width: 100%;
    padding-top: 4px;
  }
  .to1_title {
    font-size: 18px;
    line-height: 26px;
  }
  .to1_contianer {
    margin-top: 20px;
    gap: 20px;
  }
  .to1_contianer .r_box {
    padding-top: 0px !important;
  }
  .to1_contianer .describe1 {
    margin-top: 8px;
  }
  .to1_contianer .describe1 em {
    padding-left: 25px;
  }
  .to1_contianer .describe1 em::before {
    width: 16px;
    top: 3px;
  }
  .to2 {
    padding: 30px 0px;
  }
  .to2 .describe {
    font-size: 14px;
    margin-top: 4px;
  }
  .to2 .buttonBox {
    margin-top: 12px;
  }
  .tho2 {
    padding: 30px 0px 40px;
  }
  .tho2 .top {
    gap: 0px;
    margin-top: 2px !important;
    flex-wrap: wrap;
  }
  .tho .big_title_after + .big_title{
      margin-top: 2px;
  }
  .tho2 .top_l {
    flex: none !important;
    width: 100% !important;
  }
  .tho2 .top_r {
    width: 100% !important;
    padding-top: 4px !important;
  }
  .tho2_container {
    margin-top: 20px;
  }
  .tho2_container .title {
    font-size: 14px;
    margin-top: 4px;
  }
  .tho2_l .title {
    padding: 0px 12px 12px;
  }
  .tho3_container {
    padding: 30px 0px;
  }
  .tho3_container::before {
    transform: translateY(-20px);
  }
  .tho3_container .container {
    gap: 12px;
  }
  .tho3_container .buttonBox {
    margin-top: 15px;
    gap: 12px;
  }
  .tho3_container .l_box {
    flex: none;
    width: 100%;
  }
  .tho3_container .r_box {
    width: 100%;
    padding-top: 0px;
  }
  .tho3_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .tho3_list li {
    width: 15%;
    margin-left: 0px !important;
  }
  .tho3_list .title {
    margin-top: 6px;
    padding-left: 20px;
  }
  .tho3_list .title::before {
    width: 12px;
    top: 5px;
  }
  .tho4_container {
    padding: 30px 0px;
  }
  .tho4_container .content {
    display: block;
    overflow: hidden;
  }
  .tho4_container .r_box {
    float: right;
    margin-bottom: 5px;
    margin-left: 20px;
  }
  .tho4_container .l_box {
    max-width: 100%;
    width: 100%;
  }
  .tho4_container .big_title {
    margin-top: 2px;
  }
  .tho4_container .describe {
    margin-top: 4px;
  }
  .tho5 {
    padding: 30px 0px;
  }
  .tho5_container {
    margin-top: 20px;
    display: block;
    overflow: hidden;
  }
  .tho5_container .r_box {
    padding-bottom: 0px;
    width: 100%;
    max-width: 100%;
  }
  .tho5_container .l_box {
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
  }
  .tho6 {
      padding-top: 30px;
    padding-bottom: 30px;
  }
  .tho6 .sw_box {
    margin-top: 15px;
  }
  .tho6 .swiper_controls_box {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1_container {
    margin-top: 20px;
    gap: 20px;
  }
  .fuo1_container figure {
    padding-bottom: 20px;
  }
  .fuo1_container .title {
    font-size: 15px;
    margin-top: 6px !important;
  }
  .fuo1_container .describe {
    margin-top: 2px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .fuo1_container .links {
    margin-top: 6px !important;
  }
  .fut1_title {
    font-size: 16px;
    line-height: 24px;
  }
  .fut1_container {
    margin-top: 15px;
    gap: 20px;
  }
  .fut1_container .text1 {
    margin-top: 2px;
  }
  .fut1_container .describe3 {
    margin-top: 12px;
  }
  .fut1_container .table table {
    font-size: 14px;
  }
  .fut1_container .table table td {
    padding: 8px 16px;
  }
  .fut1 {
    padding: 30px 0px;
  }
  .fut1 .describe1 {
    padding-top: 10px;
  }
  .fut1_list {
    margin-top: 12px;
  }
  .fut1_list ul>li{
    gap: 8px 0px;
  }
  .fut1_list li>p {
    font-size: 15px;
  }
  .fut1_list li>p::before {
    left: -30px;
    top: 2px;
    width: 18px;
  }
  .fut1_list li {
    padding-left: 30px;
  }
  .fut1_list li div {
    margin-top: 4px;
  }
  .fut1_list1 {
    margin-top: 12px;
    gap: 15px 2%;
  }
  .fut1_list1 li {
    width: 49%;
  }
  .fut1_list1 .describe2 {
    margin-top: 4px;
  }
  .fut1_container1 {
    margin-top: 15px;
  }
  .fut1_container1 .describe4 {
    margin-top: 4px;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1 .container {
    margin-top: 12px;
  }
  .fo2 {
    padding: 30px 0px;
  }
  .fo2_list {
    margin-top: 15px;
  }
  .fo2_list .fo2_title {
    margin-top: 8px;
  }
  .fo3 {
    padding-top: 30px;
  }
  .fo4 {
    padding-top: 20px;
  }
  .fo4 .text {
    margin-top: 4px;
  }
  .fo4_list {
    margin-top: 15px;
  }
  .fo4_list .box {
    padding: 8px 16px 20px;
  }
  .fo4_list .describe {
    margin-top: 4px;
  }
  .fo5 {
    padding-top: 30px;
  }
  .fo5 .r_box {
    padding-top: 0px !important;
  }
  .fo5 .describe {
    margin-top: 4px;
  }
  .fo5 .describe1 {
    margin-top: 8px;
  }
  .fo5 .describe1 em {
    padding-left: 25px;
  }
  .fo5 .describe1 em::before {
    width: 16px;
    top: 3px;
  }
  .fo6 {
    padding: 20px 0px 30px;
  }
  .fo6_list {
    gap: 20px 2%;
  }
  .fo6_list li {
    min-height: auto;
    padding: 20px;
    gap: 15px;
  }
  .fo6_list .logo {
    width: 42px;
  }
  .fo6_list .describe {
    margin-top: 2px;
  }
  .ft1 {
    padding: 30px 0px;
  }
  .ft1 .text strong {
    font-size: 15px;
  }
  .ft1_list {
    gap: 20px 2%;
    margin-top: 15px;
  }
  .ft1_list li {
    width: 32%;
  }
  .ft1_list .title {
    margin-top: 6px;
  }
  .ft1_list .links {
    margin-top: 2px;
  }
  .so1 {
    padding: 30px 0px;
  }
  .so1_list {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .so1_list .box {
    padding-top: 8px;
  }
  .so1_list .describe {
    margin-top: 2px;
  }
  .so1_list .links {
    margin-top: 6px;
  }
  .st1 {
    padding: 30px 0px;
  }
  .st1_container {
    padding-top: 10px;
    gap: 20px;
  }
  .st1_container .describe {
    margin-top: 4px !important;
  }
  .st1_container .describe2 p {
    padding-left: 16px;
  }
  .st1_container .describe2 em:before {
    width: 8px;
    left: -16px;
    top: 8px;
  }
  .st1_container .flex_box {
    margin-top: 12px;
  }
  .st1_container .sw_box {
    margin-top: 12px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1 .text {
    margin-top: 4px;
  }
  .seo1_container {
    margin-top: 20px;
    gap: 20px;
  }
  .seo1_container .color_text {
    margin-top: 2px;
  }
  .seo1_container .describe {
    margin-top: 2px;
  }
  .seo1_container .buttonBox {
    margin-top: 12px;
  }
  .set1 {
    padding: 30px 0px;
  }
  .set1 .color_text {
    margin-top: 0px;
  }
  .set2 {
    padding: 30px 0px;
  }
  .set2 .public_top {
    padding-top: 12px;
  }
  .set2 form {
    margin-top: 12px;
  }
  .set2_list {
    gap: 20px 2%;
    margin-top: 15px;
  }
  .set2_list li {
    width: 32%;
  }
  .set2_list .title {
    margin-top: 6px;
  }
  .set2_list .links {
    margin-top: 2px;
  }
  .set3 {
    padding: 30px 0px;
  }
  .set3 .color_text {
    margin-top: 0px;
  }
  .set3_list {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .set3_list .title {
    padding-left: 30px;
  }
  .set3_list .title::before {
    left: 0px;
    top: 2px;
    width: 18px;
  }
  .set3_list li {
    padding: 20px 16px;
  }
  .set3_list .describe {
    margin-top: 4px;
  }
  .seth1 {
    padding: 30px 0px;
  }
  .seth1 .describe {
    margin-top: 4px;
  }
  .seth1 .buttonBox a {
    min-height: 36px;
  }
  .seth1 .flex_box {
    margin-top: 15px;
    gap: 10px 20px;
  }
  .seth2,
  .seth3,
  .seth4,
  .seth5 {
    padding-top: 30px;
  }
  .seth2 .describe {
    margin-top: 4px;
  }
  .seth3 .text {
    margin-top: 4px;
  }
  .seth3_list {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .seth3_list li {
    padding: 16px 20px;
  }
  .seth3_list .fo2_title {
    margin-top: 2px;
  }
  .seth3_list .describe {
    margin-top: 4px;
  }
  .seth4 .sw_box {
    margin-top: 12px;
  }
  .seth4 .swiperseth4-pagination {
    margin-top: 20px;
    gap: 12px;
  }
  .seth5 .title {
    line-height: 24px;
    font-family: OpenSans-Regular;
  }
  .seth5 .faq_q {
    min-height: auto;
    padding: 16px 20px;
  }
  .seth5 .faq_a {
    padding: 12px 20px 0px;
  }
  .seth5_container {
    margin-top: 12px;
    gap: 15px;
  }
  .seth5_container .box {
    width: 100%;
  }
  .seth5_list {
    gap: 15px;
  }
  .eo1 {
    padding: 30px 0px;
  }
  .eo1 .color_text {
    margin-top: 2px;
  }
  .eo1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .eo1_list li {
    padding: 24px 20px;
  }
  .eo1_list .box {
    padding-top: 8px;
  }
  .eo1_list .logo {
    width: 38px;
  }
  .eo1_list .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .eo1_list .text,
  .eo1_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .eo2 {
    padding: 30px 0px;
  }
  .eo2 .color_text {
    margin-top: 2px;
  }
  .eo2_container {
    padding: 20px;
    margin-top: 15px;
  }
  .eo2_container form {
    gap: 8px 0px;
  }
  .eo2_container form input,
  .eo2_container form textarea {
    font-size: 14px;
    padding: 0px 10px;
  }
  .eo2_container form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .eo2_container form input {
    height: 42px !important;
  }
  .eo2_container form .afterBox input,
  .eo2_container form .afterBox textarea {
    padding-left: 14px;
  }
  .eo2_container form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .eo2_container form .ttBox::before {
    top: 18px;
  }
  .eo2_container form .yzm span {
    height: 26px;
  }
  .public_pro {
    padding: 30px 0px;
  }
  .public_pro .sw_box {
    margin-top: 15px;
  }
  .public_pro .links {
    margin-top: 5px;
  }
  .public_pro .swiperpublic_pro-pagination {
    margin-top: 20px;
    gap: 12px;
  }
  .public_top {
    gap: 0px;
    margin-top: 2px !important;
    flex-wrap: wrap;
  }
  .public_top .top_l {
    flex: none !important;
    width: 100% !important;
  }
  .public_top .top_r {
    width: 100% !important;
    padding-top: 4px !important;
  }
  .swiper_controls {
    width: 32px;
  }
  footer .dif_up {
    display: block;
    width: 8px;
    filter: brightness(0) invert(1);
  }
  footer .dif_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat-Regular;
    font-size: 16px;
  }
  footer .list {
    margin-top: 0px;
    line-height: 26px;
  }
  footer .logo {
    margin-top: 3px;
  }
  footer form {
    margin-top: 10px;
    gap: 10px 0px;
  }
  footer form input {
    height: 38px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
  }
  footer .icBox {
    gap: 4px;
    padding: 4px 8px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .icBox a {
    width: 30px;
  }
  .footer_a {
    padding: 30px 0px;
  }
  .footer_a .content {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_a .content > * {
    width: 100% !important;
    max-width: 100% !important ;
  }
  .footer_a .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_b {
    padding: 20px 0px 40px;
  }
  .footer_b .content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column-reverse;
  }
  .footer_b .l_box {
    flex: none;
    width: 100%;
    line-height: 24px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 6px;
  }
  .PageNumber .page_box {
    gap: 6px;
  }
  .PageNumber a {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .PageNumber .submit img {
    width: 12px;
    margin-bottom: 8px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-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 .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  header .logoBox {
    width: 60px;
  }
  .bannerBox {
    padding-top: 180px;
  }
  .index1 .back_img {
    transform: none;
  }
  .index6_sw_box .swiper-slide {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .index6_l {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 2%;
  }
  .index6_l figure {
    width: 32%;
    gap: 0px;
  }
  .index6_l .l_box {
    width: 100%;
    max-width: 100%;
  }
  .index6_l .r_box {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
  .index6_r {
    width: 100%;
  }
  .index6_r .box {
    margin-top: 10px;
  }
  .index4_container {
    width: calc(100% - 40px);
  }
  .index4_container .sw_box .swiper-slide {
    border-radius: 30px;
  }
  .to1_contianer figure:nth-of-type(odd) .l_box {
    margin-right: 20px;
  }
  .to1_contianer figure:nth-of-type(even) .l_box {
    margin-left: 20px;
  }
  .tho2_container {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tho2_l {
    width: 100%;
  }
  .tho2_r {
    padding-bottom: 0px;
    width: 100%;
    justify-content: center;
  }
  .tho2_r .swiper {
    display: none;
  }
  .tho3_list li {
    width: 23.5%;
  }
  .fuo1_container {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 2%;
  }
  .fuo1_container figure {
    width: 48%;
    gap: 0px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .fuo1_container .l_box {
    width: 100%;
    max-width: 100%;
  }
  .fuo1_container .r_box {
    flex: none;
    width: 100%;
    margin-top: 10px;
  }
  .fo2_list,
  .fo4_list {
    gap: 20px 2%;
  }
  .fo2_list li,
  .fo4_list li {
    width: 49%;
  }
  .fo5 .l_box {
    margin-left: 20px;
  }
  .st1_container .flex_box {
    gap: 20px 2%;
  }
  .st1_container .box {
    min-height: auto;
    width: 49%;
  }
  .seo1_container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .seo1_container figure {
    width: 49%;
    gap: 12px;
    flex-direction: column-reverse !important;
    justify-content: flex-end;
  }
  .seo1_container .l_box {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .seo1_container .r_box {
    width: 100%;
  }
  .seth1 .content {
    gap: 12px;
  }
  .seth1 .l_box {
    width: 100%;
    max-width: 560px;
    margin: 0px auto;
  }
  .seth1 .r_box {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
}
@media screen and (max-width: 600px) {
  .index_banner .swiper-slide {
    border-radius: 0px 0px 30px 30px;
  }
  .public_radius_top {
    border-radius: 30px 30px 0px 0px;
  }
  .public_radius_bottom {
    border-radius: 0px 0px 30px 30px;
  }
  .index4_container .container {
    position: relative;
    left: 0;
    transform: none;
    width: 100% !important;
    padding-bottom: 0px;
    padding-top: 12px;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }
  .index4_container .title {
    color: #1e1e1e;
  }
  .index4_container .title a {
    color: #1e1e1e;
  }
  .index4_container .describe {
    color: #666;
  }
  .index4_container .sw_box1 {
    flex: none;
    width: 100%;
  }
  .index4_container .sw_box .swiper-slide {
    border-radius: 18px;
  }
  .index4_container .swiper_controls_box {
    margin-bottom: 0px;
  }
  .index6_l figure {
    width: 49%;
  }
  .fut1_list li {
    width: 100%;
  }
  .fo6_list li {
    width: 100%;
  }
  .fo2_title {
    font-size: 15px;
  }
  .ft1_list li {
    width: 49%;
  }
  .set2_list li {
    width: 49%;
  }
  .set3_list li {
    width: 100%;
  }
  .seo1_container figure {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .header_boxr {
    padding-right: 36px;
  }
  .index3_list li {
    width: 100%;
  }
  .index6_sw_box .title {
    font-family: Montserrat-Regular;
    font-size: 14px;
  }
  .to1_contianer .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .to1_contianer .r_box {
    padding-top: 10px !important;
  }
  .to2 .content {
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .to2 .l_box {
    flex: none;
    width: 100%;
  }
  .to2 .r_box {
    width: 100%;
    max-width: 200px;
  }
  .tho3_list li {
    width: 32%;
  }
  .tho4_container .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .tho4_container .l_box {
    padding-top: 12px;
  }
  .tho5_container .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .tho5_container .r_box {
    padding-top: 12px;
  }
  .fuo1_container .title {
    font-family: Montserrat-Regular;
    font-size: 14px;
  }
  .fut1_list1 li {
    width: 100%;
  }
  .fo2_list li,
  .fo4_list li {
    width: 100%;
  }
  .fo5 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .fo5 .r_box {
    padding-top: 10px !important;
  }
  .so1_list li {
    width: 100%;
  }
  .st1_container .box {
    width: 100%;
  }
  .seth3_list li {
    width: 100%;
  }
  .eo1_list li {
    width: 100%;
  }
  .eo2_container form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .tho3_list li {
    width: 49%;
  }
  .fuo1_container figure {
    width: 100%;
  }
  .fo6_list li {
    padding: 20px 14px;
  }
  footer form .yzm {
    flex: none;
    width: 100%;
  }
  footer form .tj {
    width: 100%;
    margin-left: 0px;
  }
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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";
}

header .header_list>li:nth-last-of-type(1) .ul{
    left: auto;
    right: 100%;
    padding-right: 1px;
}
header .header_list>li:nth-last-of-type(1) .ul1{
    left: auto;
    right: 0;
}
