@import url("swiper-bundle.min.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  height: 100%;
  scroll-padding-top: 96px;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #333;
  letter-spacing: 0px;
}
html body::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  padding: 20px 17px;
  gap: 41px;
  top: 50%;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.rightMenu > * {
  cursor: pointer;
  width: 26px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *::before {
  content: "";
  position: absolute;
  width: 16px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  left: 5px;
  bottom: -19px;
}
@media screen and (min-width: 993px) {
  .rightMenu > *:hover .mask_box {
    background: #00d2fc;
  }
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .go_top::before {
  display: none;
}
.rightMenu .mask_box {
  width: 26px;
  max-width: 100%;
  aspect-ratio: 1/1;
  mask-image: var(--i);
  -webkit-mask-image: var(--i);
  transition: 0.3s;
  background: #222;
}
.rightMenu .wechat .mask_box {
  aspect-ratio: 26/21;
}
.rightMenu .whatapp .mask_box {
  width: 25px;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 17px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #00d2fc;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #00d2fc;
  right: 2.5%;
  top: 14px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #24211c;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px) !important;
}
header .center {
  display: flex;
  align-items: center;
  gap: 70px;
}
header .logoBox {
  width: 219px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #fff;
}
header .menuOne.menuactive > a {
  color: #fff;
}
header .menuOne {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #818080;
  position: relative;
}
header .menuOne > a {
  color: #818080;
  padding: 35px 0px 33px;
  position: relative;
}
header .menuOne > a:hover {
  color: #fff;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  border-radius: 10px;
  padding: 13px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #555;
  position: relative;
  margin-top: 8px;
}
header .ul li a {
  display: block;
  padding: 3px 20px;
  color: #555;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #ff772d;
  color: #fff;
}
header .ul1 {
  left: -10px;
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .button {
  margin-left: 22px;
}
header .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  background: #00d2fc;
  padding: 8px 16px;
}
@media screen and (min-width: 993px) {
  header .button a:hover {
    background: #fff;
    color: #00d2fc;
  }
}
header .sousuo {
  margin-left: 28px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
header .sousuo .search:hover {
  color: #00d2fc;
}
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: #00d2fc;
}
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: #00d2fc;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 31px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 9px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #00d2fc;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #00d2fc;
  }
}
header .lang .lang_box .lang2 {
  width: 30px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box .lang1 {
  width: 9px;
  aspect-ratio: 9/5;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box span {
  font-family: Roboto-Regular;
  color: #fff;
  transition: 0.3s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #00d2fc;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #00d2fc;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #00d2fc;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .dif_ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}
header .container {
  padding: 40px 0px 55px;
  display: block;
}
header .header_container {
  margin-top: 40px;
  max-height: 60vh;
  overflow: auto;
}
header .header_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .header_container::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #d9d9d9;
}
header .header_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
header .box {
  width: calc(100% - 10px);
  max-width: 1580px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.2404%;
}
header figure {
  width: 15.633%;
}
header .title {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #24211c;
  margin-top: 10px;
}
header .title a {
  color: #24211c;
  display: inline;
}
@media screen and (min-width: 993px) {
  header .title a:hover {
    color: #00d2fc;
  }
}
header .title em {
  color: #ef640e;
  font-family: Roboto-Bold;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  line-height: 26px;
  display: inline;
  margin-left: 10px;
}
header .describe {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  margin-top: 5px;
}
.header_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.header_menu span {
  color: #000;
  display: block;
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  padding: 16px 30px 16px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
}
@media screen and (min-width: 993px) {
  .header_menu span:hover {
    background: #f6f8fc;
  }
}
.header_menu span.active {
  background: #f6f8fc;
}
.header_right {
  padding-right: 80px;
  display: flex;
  align-items: center;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide > a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide > a > img {
  width: 100%;
}
.index_banner .swiper-slide-active > a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -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: auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  bottom: auto;
  border-bottom: 1px solid rgba(36, 33, 28, 0.2);
}
.index_banner .swiper-pagination-bullet {
  text-align: center;
  width: 34px;
  height: auto;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
  padding-bottom: 6px;
  transition: 0.3s;
  opacity: 0;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner .index_banner_bottom {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  display: flex;
  justify-content: flex-start;
}
.index_banner .swiper_pagination_box {
  position: relative;
}
.index_banner .swiperbanner-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #24211c;
  width: 100%;
  transition: 0.3s;
  transform-origin: left;
}
.index_banner .swiper_button .controls {
  position: absolute;
  z-index: 2;
  top: 44.4%;
  transform: translateY(-50%);
  border-radius: 0px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 993px) {
  .index_banner .swiper_button .controls:hover {
    background: rgba(0, 0, 0, 0.8) !important;
    border: none !important;
  }
}
.index_banner .swiper_button .mask_box {
  background: #fff !important;
}
.index_banner .swiper_button .controls.prev {
  left: 0;
}
.index_banner .swiper_button .controls.next {
  right: 0;
}
.index_banner .buttonBox {
  margin-top: 46px;
}
.index_banner_title {
  font-family: Roboto-Bold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #333;
}
.index_banner_title a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .index_banner_title a:hover {
    color: #00d2fc;
  }
}
.index_banner_desribe {
  font-family: Roboto-Regular;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  margin-top: 23px;
}
.index_banner_container {
  position: absolute;
  left: 50%;
  top: 45.9%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index_banner_container .container {
  width: 58%;
  max-width: 800px;
}
.big_title {
  font-family: Roboto-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #24211c;
  text-transform: capitalize;
}
.big_title span {
  color: #818080;
  display: inline;
}
.big_title a {
  color: #24211c;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    color: #00d2fc !important;
  }
  .big_title a:hover span {
    color: #00d2fc;
  }
}
.big_title.index_title {
  text-transform: uppercase;
}
.index1 {
  padding: 89px 0px 89px;
}
.index1 .big_title {
  text-align: center;
}
.index1 .text {
  color: #666;
  text-align: center;
  margin-top: 18px;
}
.index1_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 45px;
  margin-top: 44px;
}
.index1_menu span {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  cursor: pointer;
  padding: 30px 30px;
  background: #f6f8fc;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 993px) {
  .index1_menu span:hover {
    background: #24211c;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
  }
}
.index1_menu span.active {
  background: #24211c;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.index1_container {
  margin-top: 57px;
}
.index1_container .swiper-slide {
  background: #f6f8fc;
  height: auto;
}
.index1_container .title {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #24211c;
  text-align: center;
  margin-top: 17px;
}
.index1_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: #24211c;
}
@media screen and (min-width: 993px) {
  .index1_container .title a:hover {
    color: #00d2fc;
  }
}
.index1_container .describe {
  text-align: center;
  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: 7px;
}
.index1_container .container {
  padding: 0px 25px 27px;
}
.index1_container .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 21px;
}
.index1_container .swiper-pagination-bullet {
  display: block;
  margin: 0px !important;
  width: 8px;
  height: 2px;
  background: #333;
  opacity: 0.3;
  border-radius: 0px !important;
}
.index1_container .swiper-pagination-bullet-active {
  width: 15px;
  opacity: 1;
}
.index1_container .sw_box {
  position: relative;
}
.index1_container .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.index1_container .controls.prev {
  left: -20px;
  transform: translate(-100%, -50%);
}
.index1_container .controls.next {
  right: -20px;
  transform: translate(100%, -50%);
}
.index2 {
  padding-bottom: 90px;
}
.index2 .big_title {
  text-align: center;
}
.index2 .text {
  color: #666;
  text-align: center;
  margin-top: 16px;
}
.index2 .swiper_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 50px;
}
.index2 .xian {
  flex: 1;
  border-bottom: 1px solid #d9d9d9;
}
.index2_container {
  width: calc(100% - 60px);
  max-width: 1827px;
  margin: 53px auto 0px;
}
.index2_container .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.index2_container .title {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  flex: 1;
}
.index2_container .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
@media screen and (min-width: 993px) {
  .index2_container .title a:hover {
    color: #00d2fc;
  }
}
.index2_container .links a {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
}
@media screen and (min-width: 993px) {
  .index2_container .links a:hover {
    background: #00d2fc;
    border: 1px solid #00d2fc;
  }
  .index2_container .links a:hover .mask_box {
    background: #fff;
  }
}
.index2_container .links .mask_box {
  width: 16px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index2_la.png");
  -webkit-mask-image: url("../images/index2_la.png");
  background: #666;
  transition: 0.3s;
}
.index2_container .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
}
.index2_container .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.index2_container .swiper-slide {
  aspect-ratio: 435/520;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .index2_container .swiper-slide:hover .show_box {
    opacity: 0;
    pointer-events: none;
  }
}
.index2_container .show_box {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: 0.3s;
}
.index3 {
  padding: 83px 0px 105px;
  background: #f2f4f5;
}
.index3 .big_title {
  text-align: center;
}
.index3 .text {
  color: #666;
  text-align: center;
  margin-top: 16px;
}
.index3 .sw_box {
  margin-top: 67px;
  position: relative;
}
.index3 .swiper-slide {
  background: #fff;
}
.index3 .box {
  padding: 19px 22px 22px;
}
.index3 .name {
  color: #00d2fc;
}
.index3 .title {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  min-height: 56px;
  margin-top: 7px;
}
.index3 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index3 .title a:hover {
    color: #00d2fc;
  }
}
.index3 .describe {
  color: #666;
  line-height: 24px;
  min-height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 7px;
}
.index3 .links {
  border-top: 1px solid rgba(129, 128, 128, 0.5);
  margin-top: 28px;
  padding-top: 15px;
  display: flex;
  justify-content: flex-start;
}
.index3 .links a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 993px) {
  .index3 .links a:hover {
    color: #00d2fc;
  }
  .index3 .links a:hover .mask_box {
    background: #00d2fc;
  }
}
.index3 .links span {
  transition: 0s;
}
.index3 .links .mask_box {
  width: 10px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index3_la.png");
  -webkit-mask-image: url("../images/index3_la.png");
  background: #666;
  transition: 0.3s;
}
.index3 .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.index3 .controls.prev {
  left: -20px;
  transform: translate(-100%, -50%);
}
.index3 .controls.next {
  right: -20px;
  transform: translate(100%, -50%);
}
.index4 {
  overflow: hidden;
  padding: 89px 0px 81px;
}
.index4 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index4 .describe {
  color: #666;
  margin-top: 29px;
}
.index4 .buttonBox {
  margin-top: 57px;
}
.index4 .swiper_button {
  display: flex;
  justify-content: flex-end;
  gap: 27px;
}
.index4_l {
  width: 41.8%;
}
.index4_r {
  width: 50.0625%;
  padding-top: 1px;
}
.index4_r .sw_box {
  width: 90%;
  max-width: 536px;
  margin-top: 12.735%;
}
.index4_r .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.index4_r .swiper {
  overflow: initial;
  pointer-events: none;
}
.index4_r .swiper-slide-active,
.index4_r .swiper-slide-active ~ .swiper-slide {
  pointer-events: all;
}
.index4_r .swiper-slide-active .box,
.index4_r .swiper-slide-active ~ .swiper-slide .box {
  opacity: 1;
}
.index4_r .hide_box {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.index5 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 98px 0px;
}
.index5 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.index5 .big_title {
  color: #fff;
  width: 100%;
  max-width: 500px;
}
.index5 .big_title a {
  color: #fff;
}
.index5 .big_title span {
  color: #c0c0c0;
}
.index5 .describe {
  color: #fff;
  margin-top: 31px;
}
.index5 .buttonBox {
  margin-top: 97px;
}
.index5 .buttonBox a {
  padding: 9px 35px;
  border: 1px solid #fff;
  background: transparent;
}
.index5_l {
  flex: 1;
  max-width: 846px;
  padding-top: 34px;
}
.index5_r {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
.index5_r .number_box {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.index5_r .big_num_after {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
}
.index5_r .big_num {
  font-family: Roboto-Regular;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
}
.index5_r .text {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  margin-top: 3px;
}
.index6 {
  padding: 89px 0px 84px;
}
.index6 .big_title {
  text-align: center;
}
.index6 .text {
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 1107px;
  margin: 16px auto 0px;
}
.index6 .sw_box {
  width: 100%;
  max-width: 1556px;
  margin: 48px auto 0px;
}
.index6 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.index6 .swiperindex6-pagination {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 35px;
}
.index6 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50%;
  background: #d9d9d9;
  display: block;
  margin: 0px;
}
.index6 .swiper-pagination-bullet-active {
  background: #00d2fc;
}
.index7 {
  overflow: hidden;
  padding-bottom: 90px;
}
.index7 .big_title {
  text-align: center;
}
.index7 .text {
  color: #666;
  text-align: center;
  margin-top: 16px;
}
.index7 .imgBox {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index7 .box {
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 27px 24px 36px;
}
.index7 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index7 .container {
  transition: 0.3s;
  opacity: 0;
}
.index7 .swiper-slide-visible {
  pointer-events: all;
}
.index7 .swiper-slide-visible .container {
  opacity: 1;
}
.index7 .title {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #24211c;
  min-height: 56px;
}
.index7 .title a {
  color: #24211c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index7 .title a:hover {
    color: #00d2fc;
  }
}
.index7 .sw_box {
  margin-top: 45px;
  position: relative;
}
.index7 .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
  margin-top: 18px;
}
.index7 .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-top: 20px;
}
.index7 .time {
  color: #808080;
}
.index7 .links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00d2fc;
}
.index7 .links span {
  transition: 0s;
}
.index7 .links img {
  width: 14px;
}
@media screen and (min-width: 993px) {
  .index7 .links:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.index7 .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.index7 .controls.prev {
  left: -20px;
  transform: translate(-100%, -50%);
}
.index7 .controls.next {
  right: -20px;
  transform: translate(100%, -50%);
}
.index_color_back {
  background: #f2f4f5;
}
.index8 {
  padding: 104px 0px 20px;
}
.index8 .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
}
.index8_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 27px;
  margin-top: 24.194%;
}
.index8_menu .logo {
  width: 80px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.index8_menu .logo img {
  opacity: 0.3;
}
@media screen and (min-width: 993px) {
  .index8_menu .logo:hover img {
    opacity: 1;
  }
}
.index8_menu .logo.active {
  border: 2px solid #00d2fc;
}
.index8_menu .logo.active img {
  opacity: 1;
}
.index8_l {
  flex: 1;
  max-width: 496px;
  padding-bottom: 1.05%;
}
.index8_l .text {
  color: #666;
  margin-top: 22px;
}
.index8_r {
  width: 51.25%;
}
.index8_r .logo {
  width: 32px;
}
.index8_r .describe {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  margin-top: 38px;
}
.index8_r .box {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 58px;
  position: relative;
}
.index8_r .box::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 125px;
  height: 2px;
  background: #00d2fc;
  left: 0;
  bottom: -2px;
}
.index8_r .people_logo {
  width: 114px;
  border-radius: 50%;
  overflow: hidden;
}
.index8_r .people_name {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #000;
}
.index8_r .people_text {
  color: #333;
  margin-top: -1px;
}
.index8_r .flex_box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
}
.index8_r .r_box {
  flex: 1;
  padding-bottom: 4px;
}
.bannerBox {
  position: relative;
  overflow: hidden;
}
.bannerBox .banner_back {
  background: var(--i) no-repeat center;
  background-size: cover;
  padding: 74px 0px 9px;
}
.bannerBox .banner_back .content {
  display: flex;
  justify-content: flex-end;
}
.bannerBox .banner_img {
  width: 42.25%;
  margin-right: 4px;
  aspect-ratio: 676/667;
  position: relative;
}
.bannerBox .banner_img .imgBox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bannerBox .banner_container {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bannerBox .container {
  width: 56%;
  max-width: 800px;
}
.bannerBox .buttonBox {
  margin-top: 46px;
}
.banner_list {
  display: flex;
  gap: 15px 70px;
  margin-top: 47px;
}
.banner_list .describe {
  font-family: Roboto-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  margin-top: 6px;
}
.banner_list .name {
  font-family: Roboto-Medium;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.banner_list + .buttonBox {
  margin-top: 62px;
}
.to_color_back {
  background: #f6f8fc;
}
.mbx {
  padding-top: 23px;
  color: #666;
  opacity: 0.8;
}
.mbx a {
  color: #666;
}
@media screen and (min-width: 993px) {
  .mbx a:hover {
    color: #00d2fc;
  }
}
.mbx a.active {
  color: #00d2fc;
}
.to_menu {
  padding-top: 58px;
}
.to_menu .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 33px;
}
.to_menu a {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  cursor: pointer;
  padding: 16px 30px;
  background: #f6f8fc;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 993px) {
  .to_menu a:hover {
    background: #24211c;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
  }
}
.to_menu a.active {
  background: #24211c;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.to1 {
  padding: 61px 0px 111px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 1.91666667%;
}
.to1_list li {
  width: 23.5625%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.to1_list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px 30px 37px;
}
.to1_list .title {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #24211c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.to1_list .title a {
  color: #24211c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .to1_list .title a:hover {
    color: #00d2fc;
  }
}
.to1_list .title em {
  font-family: Roboto-Bold;
  font-size: 18px;
  color: #ef640e;
  display: inline;
}
.to1_list .describe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.to1_list .describe p {
  border: 1px solid #cfcfcf;
  padding: 4px 9px;
  color: #666;
}
.to1_list .buttonBox a {
  border: 1px solid #00d2fc;
  color: #00d2fc;
  background: transparent;
  padding: 9px 35px;
}
@media screen and (min-width: 993px) {
  .to1_list .buttonBox a:hover {
    color: #fff;
  }
}
.to1_list .links_input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 11px;
  margin-top: 28px;
}
.to1_list .input_box {
  position: relative;
}
.to1_list .input_box input {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.to1_list .input_box input:checked {
  opacity: 1;
}
.to1_list .input_box input:checked + span {
  display: block;
}
.to1_list .input_box span {
  position: absolute;
  inset: 0;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
  pointer-events: none;
}
.tt1 {
  padding: 68px 0px 65px;
}
.tt1 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.14285714%;
}
.tt1 figure {
  width: 8.875%;
}
@media screen and (min-width: 993px) {
  .tt1 figure:hover .logo {
    background: #00d2fc;
  }
}
.tt1 .logo {
  width: 100%;
  max-width: 110px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24211c;
  transition: 0.3s;
  margin: 0px auto;
}
.tt1 .logo img {
  width: 50%;
  max-width: 53px;
}
.tt1 .name {
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  margin-top: 13px;
}
.tt2 {
  padding-bottom: 121px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tt2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 100%;
  max-height: 1081px;
  background: url("../images/tt2_back.jpg") no-repeat center;
  background-size: cover;
}
.tt2 .big_title {
  text-align: center;
}
.tt2 .text {
  width: 100%;
  max-width: 1172px;
  text-align: center;
  margin: 18px auto 0px;
  color: #666;
}
.tt2 .container {
  margin-top: 27px;
}
.tt3 {
  background: #333;
  padding: 73px 0px 86px;
}
.tt3 .big_title {
  text-align: center;
  color: #fff;
}
.tt3 .text {
  width: 100%;
  max-width: 1510px;
  text-align: center;
  margin: 18px auto 0px;
  color: #bfbfbf;
}
.tt3 .table table {
  color: #bfbfbf;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  width: 100%;
  max-width: 1313px;
  margin: 0px auto;
}
.tt3 .table table td {
  padding: 16px 53px 15px;
  border: 1px solid #585859;
  border-left: none;
  border-right: none;
  color: #bfbfbf;
}
.tt3 .table table td:nth-of-type(1) {
  background: #474747;
  color: #fff;
  font-family: Roboto-Medium;
}
.tt3 .describe {
  margin-top: 67px;
}
.tt3 .describe img {
  display: inline-block;
}
.tt4 {
  padding: 93px 0px 93px;
}
.tt4 .content {
  max-width: 1346px;
}
.tt4 .big_title {
  text-align: center;
}
.tt4 .text {
  color: #666;
  text-align: center;
  margin-top: 18px;
}
.tt4_title {
  font-family: Roboto-Medium;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.tt4_list {
  margin-top: 49px;
}
.tt4_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tt4_list li:not(:nth-of-type(1)) {
  margin-top: 26px;
}
.tt4_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.tt4_list .l_box {
  width: 45.246%;
  border-radius: 20px;
  overflow: hidden;
}
.tt4_list .r_box {
  width: 51.189%;
  padding-top: 6px;
  position: relative;
  z-index: 1;
}
.tt4_list .describe {
  line-height: 26px;
  color: #666;
  margin-top: 40px;
}
.tt4_list .number {
  font-family: Roboto-Medium;
  font-size: 119.351px;
  font-style: normal;
  font-weight: normal;
  line-height: 119.351px;
  color: #00d2fc;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-53%);
  z-index: -1;
}
.tt5 {
  padding-bottom: 116px;
}
.tt5 .big_title {
  text-align: center;
}
.tt5 .text {
  text-align: center;
  color: #666;
  width: 100%;
  max-width: 1190px;
  margin: 18px auto 0px;
}
.tt5_list {
  margin-top: 88px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 3.59375%;
}
.tt5_list li {
  width: 30.9375%;
}
.tt5_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tt5_list .name {
  color: #000;
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  margin-top: 23px;
}
.tt6 {
  padding-bottom: 74px;
}
.tt6 .big_title {
  text-align: center;
  color: #333;
}
.tt6_container {
  margin-top: 60px;
}
.tt6_container .title {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  flex: 1;
}
.tt6_container figure {
  padding: 39px 36px 42px;
  transition: 0.3s;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tt6_container figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0%;
  background: #00d2fc;
  transition: 0.3s;
  overflow: hidden;
}
.tt6_container figure.active {
  padding: 26px 36px 30px;
  border-bottom: 1px solid transparent;
  background: rgba(0, 210, 252, 0.1);
}
.tt6_container figure.active::before {
  height: 100%;
}
.tt6_container figure.active .faq_logo img:nth-of-type(1) {
  display: none;
}
.tt6_container figure.active .faq_logo img:nth-of-type(2) {
  display: block;
}
.tt6_container .faq_logo {
  width: 24px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt6_container .faq_logo img:nth-of-type(2) {
  display: none;
}
.tt6_container .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.tt6_container .faq_a {
  padding-right: 44px;
  margin-top: 14px;
  display: none;
}
.tt6_container .describe {
  color: #666;
  width: 100%;
  max-width: 1300px;
}
.tt6_container figure {
  padding-left: 53px !important;
}
.tho1 {
  padding: 67px 0px 114px;
}
.tho1::before {
  bottom: 0;
}
.tho1 .container {
  margin-top: 39px;
}
.tho2 {
  padding: 87px 0px 92px;
}
.tho2 .big_title {
  text-align: center;
}
.tho2_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.14285714%;
  margin-top: 65px;
}
.tho2_container figure {
  width: 8.875%;
}
@media screen and (min-width: 993px) {
  .tho2_container figure:hover .logo {
    background: #00d2fc;
  }
}
.tho2_container .logo {
  width: 100%;
  max-width: 110px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24211c;
  transition: 0.3s;
  margin: 0px auto;
}
.tho2_container .logo img {
  width: 50%;
  max-width: 53px;
}
.tho2_container .name {
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  margin-top: 13px;
}
.tho3 {
  background: #24211c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tho3 .describe {
  color: #fff;
  margin-top: 36px;
}
.tho3 .title {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
}
.tho3_l {
  flex: 1;
  padding-left: 90px;
  display: flex;
  justify-content: flex-end;
}
.tho3_l .container {
  width: 100%;
  max-width: 629px;
  padding-right: 90px;
}
.tho3_r {
  width: 58.90625%;
}
.tho6 {
  padding: 73px 0px 103px;
}
.tho6 .describe {
  margin-top: 55px;
}
.tho7 {
  padding: 99px 0px 92px;
}
.mbx_box {
  position: relative;
}
.mbx_box .mbx {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.thfu1 figure {
  background: var(--i) no-repeat center;
  background-size: cover;
}
.thfu1 figure .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thfu1 .describe {
  color: #333;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-top: 31px;
}
.thfu1 figure:nth-of-type(odd) {
  padding: 137px 0px 80px;
}
.thfu1 figure:nth-of-type(odd) .r_box {
  transform: translateX(10px);
}
.thfu1 figure:nth-of-type(even) {
  padding: 143px 0px 74px;
}
.thfu1 figure:nth-of-type(even) .content {
  flex-direction: row-reverse;
}
.thfu1 figure:nth-of-type(even) .l_box {
  transform: translateX(-10px);
}
.thfu1 .l_box {
  width: 49.75%;
}
.thfu1 .r_box {
  width: 48.625%;
}
.thfu1 .text {
  margin-top: 2px;
}
.thfu1_number {
  padding-left: 14.1%;
  padding-bottom: 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0px;
}
.thfu1_number li {
  width: 47%;
}
.thfu2 figure {
  background: var(--i) no-repeat center;
  background-size: cover;
  display: flex;
  position: relative;
}
.thfu2 figure:nth-of-type(odd) {
  padding-top: 102px;
}
.thfu2 figure:nth-of-type(odd) .content {
  display: flex;
  justify-content: flex-end;
}
.thfu2 .l_box {
  width: 71.355%;
}
.thfu2 figure:nth-of-type(even) {
  padding-top: 2px;
  justify-content: flex-end;
}
.thfu2 figure:nth-of-type(even) .describe {
  margin-top: 31px;
}
.thfu2 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.thfu2 .container {
  width: 47%;
}
.thfu2 .big_title span {
  display: inline;
  color: #00d2fc;
}
.thfu2 .describe {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 43px;
}
.thfu3 {
  background: url("../images/thfu3_back.jpg") no-repeat center;
  background-size: cover;
  padding-top: 185px;
}
.thfu3 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6%;
}
.thfu3 .r_box {
  width: 49.75%;
}
.thfu3 .l_box {
  padding-bottom: 6.4%;
  margin-left: 6.875%;
  flex: 1;
}
.thfu3 .describe {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 31px;
}
.thfu3 .big_title {
  color: #fff;
}
.thfu4 figure {
  background: var(--i) no-repeat center;
  background-size: cover;
  padding: 161px 0px 56px;
}
.thfu4 figure .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thfu4 figure:nth-of-type(even) {
  padding: 90px 0px 91px;
}
.thfu4 figure:nth-of-type(even) .describe {
  margin-top: 25px;
}
.thfu4 .big_title {
  color: #333;
}
.thfu4 .l_box {
  width: 49.75%;
}
.thfu4 .r_box {
  width: 47.125%;
}
.thfu4 .describe {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 38px;
}
.thfu4_list {
  width: 100%;
  max-width: 533px;
  display: flex;
  gap: 20px 7.223%;
  margin-top: 36px;
}
.thfu4_list li {
  width: 28.518%;
  text-align: center;
}
.thfu4_list .logo {
  width: 100%;
  max-width: 89px;
  margin: 0px auto;
}
.thfu4_list .name {
  font-family: Roboto-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 18px;
}
.thfu5 {
  padding: 73px 0px 74px;
}
.thfu5 .describe {
  margin-top: 44px;
}
.thfu5 .table table td:nth-of-type(1) {
  font-family: Roboto-Regular;
  color: #bfbfbf;
  background: transparent;
  border-left: none !important;
}
.thfu5 .table table td {
  border-left: 1px solid #585859;
}
.tf1 {
  background: url("../images/tf1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0px 22px;
}
.tf1 .title {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #00d2fc;
}
.tf1 .container {
  width: 100%;
  max-width: 932px;
  margin: 0px auto;
  padding-bottom: 49px;
}
.tf1 .text {
  font-family: Roboto-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  text-align: center;
  margin: 1px auto 0px;
  width: 100%;
  max-width: 740px;
}
.tf1 .buttonBox {
  margin-top: 27px;
  justify-content: center;
}
.tf2 {
  padding: 53px 0px 58px;
}
.tf2 .content {
  max-width: 1128px;
}
.tf2 .big_title {
  text-align: center;
}
.tf2 .text {
  font-family: Roboto-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin-top: 21px;
}
.tf2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 6.73733333%;
  margin-top: 39px;
}
.tf2_list .logo {
  margin: 0px auto;
  width: 112px;
}
.tf2_list li {
  width: 19.947%;
  text-align: center;
}
.tf2_list .name {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  margin-top: 23px;
}
.tf3 {
  padding-bottom: 101px;
}
.tf3 .big_title {
  text-align: center;
}
.tf3_list {
  margin-top: 102px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0px;
}
.tf3_list li {
  width: 48.75%;
  position: relative;
}
.tf3_list .box {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 582px;
  padding: 60px 49px 0px;
}
.tf3_list .title {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #00d2fc;
}
.tf3_list .describe {
  font-family: Roboto-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  margin-top: 14px;
}
.tf4 {
  padding: 73px 0px 95px;
}
.tf4 .describe {
  margin-top: 53px;
}
.tf4 .table table td:nth-of-type(1) {
  font-family: Roboto-Regular;
  color: #bfbfbf;
  background: transparent;
  border-left: none !important;
}
.tf4 .table table td {
  border-left: 1px solid #585859;
}
.tf4 .table table tr:nth-of-type(1) td {
  background: rgba(255, 255, 255, 0.1);
  border-left: none !important;
  border-top: none !important;
  font-family: Roboto-Medium;
  color: #fff;
}
.solution_menu {
  margin-top: 65px;
}
.solution_menu .content {
  background: #f4f4f4;
  padding: 0px 26px 0px;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.solution_menu .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.solution_menu .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.solution_menu .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.solution_menu a {
  font-family: Roboto-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  display: block;
  text-align: center;
  padding: 27px 36px 23px;
  flex-shrink: 0;
}
@media screen and (min-width: 993px) {
  .solution_menu a:hover {
    background: #00d2fc;
    color: #fff;
  }
}
.solution_menu a.active {
  background: #00d2fc;
  color: #fff;
}
.solution1 {
  padding: 109px 0px 108px;
}
.solution1 .content {
  max-width: 1327px;
  display: flex;
  flex-direction: column;
  gap: 66px;
}
.solution1 figure {
  position: relative;
}
.solution1 .hide_box {
  position: absolute;
  z-index: 1;
  left: 35px;
  bottom: 29px;
  background: rgba(36, 33, 28, 0.9);
  backdrop-filter: blur(2px);
  width: 50%;
  max-width: 490px;
  padding: 38px 32px 37px 37px;
}
.solution1 .title {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
}
.solution1 .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .solution1 .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.solution1 .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: 15px;
}
.solution1 .buttonBox {
  margin-top: 22px;
}
.solution1 .buttonBox a {
  background: #00d2fc;
}
@media screen and (min-width: 993px) {
  .solution1 .buttonBox a:hover {
    background: #fff;
    color: #00d2fc;
  }
}
.solution2 {
  padding: 59px 0px 76px;
}
.solution2 .big_title {
  text-align: center;
  text-transform: none;
}
.solution2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  margin-top: 51px;
}
.solution2_list li {
  width: 22.75%;
  background: #f2f3f5;
  padding: 37px 15px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution2_list .logo {
  width: 80px;
  margin: 0px auto;
}
.solution2_list .describe {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 22px;
}
.solution2_list .name {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  text-transform: uppercase;
  color: #00d2fc;
}
.solution4 {
  padding: 59px 0px 86px;
}
.solution4 .big_title {
  text-align: center;
}
.solution4_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin-top: 48px;
}
.solution4_list li {
  width: 48.5%;
  padding: 43px 48px 30px;
  border-radius: 20px;
  background: #f4f6fa;
  overflow: hidden;
}
.solution4_list .logo {
  width: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}
.solution4_list .title {
  display: flex;
  justify-content: center;
  gap: 13px;
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.solution4_list .imgBox {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 35px;
}
.solution4_list .describe {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  padding: 0px 14px;
  margin-top: 29px;
}
.solution4_list .describe p {
  padding-left: 30px;
  display: block;
  position: relative;
}
.solution4_list .describe p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  aspect-ratio: 1/1;
  background: url("../images/solution4_la.png") no-repeat center;
  background-size: cover;
}
.solution4_list .r_box .describe p::before {
  background: url("../images/solution4_lb.png") no-repeat center;
  background-size: cover;
}
.solution5 {
  overflow: hidden;
  padding: 85px 0px 43px;
}
.solution5 .swiper_button {
  display: flex;
  align-items: center;
  gap: 25px;
}
.solution5 .swiper_button .controls {
  border: none !important;
  background: transparent;
}
.solution5 .swiper_button .mask_box {
  background: #00d2fc;
}
.solution5 .swiper-slide {
  width: 37.125%;
  margin-right: 2.25%;
}
.solution5 .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px;
}
.solution5 .title {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  margin-top: 21px;
}
.solution5 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .solution5 .title a:hover {
    color: #00d2fc;
  }
}
.solution5 .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: 15px;
}
.solution5 .buttonBox {
  margin-top: 24px;
}
.solution5 .swiper {
  overflow: initial;
}
.solution5 .sw_box {
  margin-top: 37px;
}
.fuo1 {
  padding: 65px 0px 104px;
}
.fuo1 .content {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.fuo1 .l_box {
  width: 49.25%;
  display: flex;
  align-items: center;
}
.fuo1 .box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.fuo1 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fuo1 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: 100%;
  min-height: 100%;
  max-width: 100%;
  -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) {
  .fuo1 .video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.fuo1 .r_box {
  width: 47.75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px 0px 3.75%;
}
.fuo1 figure {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  .fuo1 figure:hover .title {
    color: #00d2fc;
  }
}
.fuo1 figure:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.fuo1 .title {
  font-family: Roboto-Bold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #333;
  transition: 0.3s;
}
.fuo1 .describe {
  color: #666;
  line-height: 26px;
  margin-top: 22px;
}
.fuo1 .buttonBox {
  margin-top: 25px;
}
.fuo2 {
  padding-bottom: 122px;
}
.fuo2 .PageNumber {
  margin-top: 94px;
}
.fuo2_menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 30px;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
.fuo2_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fuo2_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fuo2_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fuo2_menu a {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  display: block;
  padding: 0px 20px 28px;
  flex-shrink: 0;
  position: relative;
}
.fuo2_menu a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  bottom: 0px;
  transition: 0.3s;
  background: #333;
}
@media screen and (min-width: 993px) {
  .fuo2_menu a:hover {
    color: #333;
  }
  .fuo2_menu a:hover::before {
    width: 100%;
  }
}
.fuo2_menu a.active {
  font-family: Roboto-Bold;
  color: #333;
}
.fuo2_menu a.active::before {
  width: 100%;
}
.fuo2_list {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 66px 1.83333333%;
}
.fuo2_list .box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.fuo2_list iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fuo2_list 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: 100%;
  min-height: 100%;
  max-width: 100%;
  -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) {
  .fuo2_list .video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.fuo2_list li {
  width: 23.625%;
}
.fuo2_list .name {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding: 21px 16px 0px;
}
.fo1 {
  padding: 65px 0px 87px;
}
.fo1 .top_r {
  width: 57.0625%;
}
.fo1 .text {
  color: #666;
}
.fo1 .PageNumber {
  margin-top: 83px;
}
.fo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.91666667%;
  margin-top: 68px;
}
.fo1_list li {
  width: 23.5625%;
}
.fo1_list .title {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #24211c;
  min-height: 56px;
}
.fo1_list .title a {
  color: #24211c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .fo1_list .title a:hover {
    color: #00d2fc;
  }
}
.fo1_list .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
  margin-top: 18px;
}
.fo1_list .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin-top: 20px;
}
.fo1_list .time {
  color: #808080;
}
.fo1_list .links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00d2fc;
}
.fo1_list .links span {
  transition: 0s;
}
.fo1_list .links img {
  width: 14px;
}
@media screen and (min-width: 993px) {
  .fo1_list .links:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.fo1_list .imgBox {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fo1_list .box {
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 27px 24px 36px;
}
.ft1 {
  padding: 56px 0px 97px;
}
.ft1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ft1_l {
  width: 76.5%;
}
.ft1_l h1 {
  font-family: Roboto-Bold;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  text-transform: uppercase;
  color: #333;
}
.ft1_l .time_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 39px;
  color: #666;
  margin-top: 12px;
}
.ft1_l .share {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ft1_container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 34px;
  padding: 18px 0px 34px;
}
.ft1_container .describe {
  color: #666;
  margin-top: 14px;
}
.ft1_container .describe img {
  display: inline-block;
}
.ft1_container .describe em {
  display: block;
  font-style: normal;
  margin: 2px 0px;
  position: relative;
  padding-left: 28px;
}
.ft1_container .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/ft1_la.png") no-repeat center;
  background-size: cover;
}
.ft1_container .title {
  margin-top: 48px;
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.ft1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
.ft1_list li {
  width: 48.121%;
  border-radius: 10px;
  overflow: hidden;
}
.ft1_r {
  width: 19%;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ft1_r .title {
  color: #333;
}
.ft1_r .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .ft1_r .title a:hover {
    color: #00d2fc;
  }
}
.ft1_r .time {
  color: #999;
  margin-top: 37px;
}
.ft1_r figure {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 35px;
}
.so1 {
  padding: 65px 0px 52px;
}
.so1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.so1 .describe {
  color: #666;
  margin-top: 27px;
}
.so1_l {
  width: 43.625%;
  padding-bottom: 3%;
}
.so1_r {
  width: 50.0625%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.so1_r .hide_box {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.so2 {
  padding-bottom: 70px;
}
.so2 .sw_box {
  position: relative;
}
.so2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.so2 .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.so2 .controls.prev {
  left: -40px;
  transform: translate(-100%, -50%);
}
.so2 .controls.next {
  right: -40px;
  transform: translate(100%, -50%);
}
.so3 {
  padding: 69px 0px 91px;
}
.so3 .big_title {
  color: #333;
}
.so3_container {
  margin-top: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.so3_l {
  position: sticky;
  min-width: 254px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  margin: 112px 0px;
}
.so3_l::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 15px;
  aspect-ratio: 15/499;
  background: url("../images/so3_la.png") no-repeat center;
  background-size: cover;
}
.so3_l .year {
  font-family: Roboto-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  color: #00d2fc;
  text-align: center;
  transition: 0.3s;
}
.so3_l .sw_box {
  padding: 224px 15px 224px 0px;
  transform: translateY(-224px);
  overflow: hidden;
  box-sizing: border-box;
  height: 498px;
}
.so3_l .swiper {
  height: 50px;
  overflow: initial;
  width: auto;
  margin-left: 0px;
}
.so3_l .swiper-slide.prev .year {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.64) 0%, rgba(153, 153, 153, 0.8) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.so3_l .swiper-slide.prev_before .year {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.4) 0%, rgba(153, 153, 153, 0.5) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.so3_l .swiper-slide {
  margin-bottom: 62px;
  cursor: pointer;
}
.so3_l .swiper-slide-active .year {
  color: #00d2fc;
}
.so3_l .swiper-slide:nth-last-of-type(1) {
  margin-bottom: 0px !important;
}
.so3_r {
  width: 78.25%;
}
.so3_list li {
  border-bottom: 1px solid #dbdbdb;
  gap: 4.6%;
  display: flex;
  flex-wrap: wrap;
  padding: 41px 0px 36px;
  align-items: center;
}
.so3_list li:nth-last-of-type(1) {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
.so3_list .r_box {
  flex: 1;
  padding-bottom: 3.6%;
  padding-right: 40px;
}
.so3_list .year {
  font-family: Roboto-Medium;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  transition: 0.3s;
}
.so3_list .l_box {
  width: 40%;
  max-width: 370px;
}
.so3_list .describe {
  color: #666;
  margin-top: 22px;
}
.so4 {
  padding: 83px 0px 64px;
  background: #f2f4f5;
}
.so4 .big_title {
  text-align: center;
}
.so4 .text {
  color: #666;
  width: 100%;
  max-width: 1107px;
  text-align: center;
  margin: 16px auto 0px;
}
.so4 .sw_box {
  width: 100%;
  margin-top: 67px;
}
.so4 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.so4 .swiperso4-pagination {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 54px;
}
.so4 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin: 0px;
}
.so4 .swiper-pagination-bullet-active {
  background: #00d2fc;
}
.so5 {
  padding: 60px 0px 41px;
}
.so5 .big_title {
  text-align: center;
  color: #333;
}
.so5 .container {
  margin-top: 27px;
}
.so6 {
  background: #f2f4f5;
  padding: 69px 0px 73px;
}
.so6 .big_title {
  color: #333;
}
.so6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 2.5%;
  margin-top: 46px;
}
.so6_list li {
  width: 31.5%;
  border-radius: 16px;
  background: #fff;
  padding: 31px 32px 32px;
}
.so6_list li:nth-of-type(1),
.so6_list li:nth-of-type(2) {
  width: 48.75%;
}
.so6_list .describe {
  color: #666;
  line-height: 26px;
  margin-top: 9px;
}
.so6_list .title {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  margin-top: 12px;
}
.so6_list .number {
  font-family: Roboto-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
}
.so7 {
  padding: 95px 0px 74px;
}
.so7 .big_title {
  color: #333;
}
.so7 .top_r {
  width: 56.5%;
  padding-top: 1px;
}
.so7 .describe {
  color: #666;
  line-height: 26px;
}
.so7 .turn_page {
  margin-top: 73px;
}
.so7 .turn_page #box {
  position: relative;
}
.so7 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 29.75%;
}
.so7 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.so7 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.so7 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.so7 .turn_page #box .list-item:nth-of-type(2) .title,
.so7 .turn_page #box .list-item:nth-of-type(3) .title,
.so7 .turn_page #box .list-item:nth-of-type(4) .title,
.so7 .turn_page #box .list-item:nth-of-type(5) .title,
.so7 .turn_page #box .list-item:nth-of-type(6) .title {
  display: block;
}
.so7 .turn_page #box .list-item:nth-of-type(4) .title {
  font-size: 24px;
  line-height: 32px;
  font-family: Roboto-Medium;
  color: #00d2fc;
}
.so7 .title {
  display: none;
  position: absolute;
  text-align: center;
  font-family: Roboto-Regular;
  color: #666;
  width: 100%;
  bottom: -24px;
  transform: translateY(100%);
}
.so7 .controls {
  position: absolute;
  z-index: 1;
  top: 55%;
}
.so7 .controls.prev {
  left: -31px;
  transform: translate(-100%);
}
.so7 .controls.next {
  right: -31px;
  transform: translate(100%);
}
.st1 {
  padding: 65px 0px 81px;
}
.st2 {
  padding-bottom: 38px;
}
.st2 .describe {
  font-family: Roboto-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.st2 .big_title {
  color: #333;
}
.st2 .top_r {
  width: 60.4375%;
  padding-top: 6px;
}
.st2_container {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}
.st2_list {
  width: 100%;
  max-width: 1062px;
}
.st2_list .title {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.st2_list .text {
  color: #666;
  margin-top: 24px;
}
.st2_list .logo {
  width: 80px;
}
.st2_list li {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  border-bottom: 1px solid rgba(129, 128, 128, 0.5);
  padding: 52px 0px 38px;
}
.st2_list .r_box {
  flex: 1;
}
.seo1 {
  padding-top: 39.0625%;
  text-align: center;
  position: relative;
}
.seo1 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seo1 .index_banner_desribe,
.seo1 .index_banner_title {
  color: #fff;
}
.seo1 .index_banner_desribe {
  margin-top: 17px;
}
.seo1 .buttonBox {
  margin: 31px auto 0px;
  justify-content: center;
}
.seo1 .buttonBox a {
  background: #00d2fc;
}
@media screen and (min-width: 993px) {
  .seo1 .buttonBox a:hover {
    background: #fff;
    color: #00d2fc;
  }
}
.seo_color_back {
  background: #F7F7F7;
}
.seo2 {
  padding: 69px 0px 92px;
}
.seo2 .content {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  flex-wrap: wrap;
}
.seo2 .title {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #333;
  text-transform: uppercase;
}
.seo2_l {
  flex: 1;
  max-width: 648px;
}
.seo2_l .color_text {
  color: #00d2fc;
  margin-top: 5px;
}
.seo2_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 34px 0px;
  margin-top: 38px;
}
.seo2_list .logo {
  width: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 4px;
}
.seo2_list li {
  width: 45%;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.seo2_list .box {
  flex: 1;
}
.seo2_list .name {
  color: #666;
}
.seo2_list .text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  margin-top: 6px;
}
.seo2_list .text a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .seo2_list .text a:hover {
    color: #00d2fc;
  }
}
.seo2_list .text span {
  transition: 0s;
}
.seo2_list .add {
  width: 100%;
}
.seo2_r {
  width: 48.75%;
  margin-right: 2.625%;
}
.seo2_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px 0px;
  width: 100%;
  margin-top: 47px;
}
.seo2_r form > * {
  width: 100%;
}
.seo2_r form input,
.seo2_r form textarea {
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  background: #fff;
  font-family: Roboto-Regular;
  font-size: 16px;
  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;
}
.seo2_r form input::placeholder,
.seo2_r form input::-webkit-input-placeholder,
.seo2_r form textarea::placeholder {
  color: #666;
}
.seo2_r form .int1 {
  width: 49.2%;
}
.seo2_r form input {
  height: 58px;
}
.seo2_r form textarea {
  height: 139px;
  padding-top: 11px !important;
}
.seo2_r form .ttBox {
  width: 100%;
}
.seo2_r form .yzm {
  position: relative;
  display: flex;
}
.seo2_r form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.seo2_r form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.seo2_r form .yzm span img {
  height: 100%;
}
.seo2_r form .afterBox {
  position: relative;
}
.seo2_r form .afterBox::before {
  left: 15px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1;
}
.seo2_r form .afterBox input,
.seo2_r form .afterBox textarea {
  padding-left: 25px;
}
.seo2_r form .ttBox::before {
  top: 23px;
}
.seo2_r form .tj input {
  cursor: pointer;
  background: #00d2fc;
  border: 1px solid #00d2fc;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .seo2_r form .tj input:hover {
    background: #fff;
    color: #00d2fc;
  }
}
.seo2_r .radio_l {
  color: #666;
}
.seo2_r .radio_l span {
  display: inline;
  color: #D50131;
}
.seo2_r .radio_box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}
.seo2_r .radio_r {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}
.seo2_r .radio_r input {
  display: none;
}
.seo2_r input:checked + label {
  background: #00d2fc;
  color: #fff;
}
.seo2_r label {
  background: #fff;
  color: #666;
  transition: 0.3s;
  padding: 8px 18px;
  cursor: pointer;
  display: block;
}
.seo3 {
  padding: 79px 0px 96px;
}
.seo3 .big_title {
  text-transform: none;
  color: #333;
  text-align: center;
}
.seo3 .content {
  max-width: 1596px;
}
.seo3 .text {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  width: 100%;
  max-width: 982px;
  margin: 26px auto 0px;
  text-align: center;
}
.seo3_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 83px;
}
.seo3_list li {
  gap: 32px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.seo3_list li::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--i);
}
@media screen and (min-width: 993px) {
  .seo3_list li:hover {
    background: var(--i);
  }
  .seo3_list li:hover .title,
  .seo3_list li:hover .describe {
    color: #fff;
  }
}
.seo3_list .r_box {
  width: 59.148%;
}
.seo3_list .l_box {
  padding: 0px 46px 0px;
  flex: 1;
}
.seo3_list .title {
  font-family: Roboto-Medium;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  transition: 0.3s;
}
.seo3_list .describe {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 18px;
  transition: 0.3s;
}
.seo4 {
  padding: 89px 0px 86px;
  background: #F2F4F5;
}
.seo4 .big_title {
  text-transform: none;
  color: #333;
  text-align: center;
}
.seo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.91666667%;
  margin-top: 64px;
}
.seo4_list li {
  width: 23.5625%;
  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
  padding: 37px 24px 56px;
}
.seo4_list .number {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #00d2fc;
}
.seo4_list .title {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  min-height: 64px;
}
.seo4_list .describe {
  line-height: 26px;
  color: #666;
  margin-top: 18px;
}
.seo5 {
  padding: 72px 0px 106px;
}
.seo5 .content {
  max-width: 1238px;
}
.seo5 .big_title {
  text-align: center;
  color: #333;
}
.seo5 .container {
  position: relative;
  margin-top: 52px;
}
.seo5 .hide_box {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
}
.page_change .logo {
  width: 45px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background: #24211c;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 19px;
  align-items: center;
}
.page_change .page_name {
  font-size: 18px;
  font-family: Roboto-Medium;
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
  margin-top: 1px;
}
.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: #00d2fc;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.public_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.public_top .top_l {
  flex: 1;
}
.solution_color_back {
  background: #f6f8fc;
}
.solution_color_back .public_pro {
  padding-bottom: 15px;
}
.public_pro {
  background: #f6f8fc;
  padding: 79px 0px 122px;
}
.public_pro .swiper-slide {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
}
.public_pro .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px 30px 37px;
}
.public_pro .title {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #24211c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.public_pro .title a {
  color: #24211c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .public_pro .title a:hover {
    color: #00d2fc;
  }
}
.public_pro .title em {
  font-family: Roboto-Bold;
  font-size: 18px;
  color: #ef640e;
  display: inline;
}
.public_pro .describe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.public_pro .describe p {
  border: 1px solid #cfcfcf;
  padding: 4px 9px;
  color: #666;
}
.public_pro .buttonBox a {
  border: 1px solid #00d2fc;
  color: #00d2fc;
  background: transparent;
  padding: 9px 35px;
}
@media screen and (min-width: 993px) {
  .public_pro .buttonBox a:hover {
    color: #fff;
  }
}
.public_pro .links_input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 11px;
  margin-top: 28px;
}
.public_pro .sw_box {
  margin-top: 51px;
  position: relative;
}
.public_pro .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.public_pro .controls.prev {
  left: -42px;
  transform: translate(-100%, -50%);
}
.public_pro .controls.next {
  right: -42px;
  transform: translate(100%, -50%);
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 104px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 36px;
  aspect-ratio: 1/1;
  border: 1px solid #e1e2e4;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 993px) {
  .PageNumber a:hover {
    background: #fff;
    border: 1px solid #00d2fc;
    color: #00d2fc;
  }
}
.PageNumber .dif_style {
  background: #00d2fc !important;
  border: 1px solid #00d2fc;
  color: #fff !important;
}
.PageNumber .active {
  background: #fff;
  border: 1px solid #00d2fc;
  color: #00d2fc;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.PageNumber input {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  color: #00d2fc;
}
.PageNumber input:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_before {
  position: relative;
  z-index: 2;
  transform: translateY(80px);
}
.footer_before .content {
  border-radius: 20px 20px 0px 0px;
  background: #00d2fc;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 4%;
}
.footer_before .buttonBox {
  margin-top: 52px;
}
.footer_before .buttonBox a {
  border: 1px solid #fff;
  background: transparent;
}
@media screen and (min-width: 993px) {
  .footer_before .buttonBox a:hover {
    background: #fff;
    color: #00d2fc;
  }
}
.footer_before_l {
  flex: 1;
  padding: 0px 80px 0px;
}
.footer_before_l .big_title {
  color: #fff;
}
.footer_before_l .big_title a {
  color: #fff !important;
}
@media screen and (min-width: 993px) {
  .footer_before_l .big_title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.footer_before_r {
  width: 58.375%;
}
.margin_top {
  margin-top: 96px;
}
.swiper_button .controls {
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover {
    background: #24211c;
    border: 1px solid #24211c;
  }
  .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
}
.swiper_button .mask_box {
  width: 26px;
  aspect-ratio: 1/1;
  background: #666;
  transition: 0.3s;
}
.swiper_button .controls.prev .mask_box {
  mask-image: url("../images/banner_la.png");
  -webkit-mask-image: url("../images/banner_la.png");
}
.swiper_button .controls.next .mask_box {
  mask-image: url("../images/banner_lb.png");
  -webkit-mask-image: url("../images/banner_lb.png");
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 27px;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
  background: #24211c;
  border-radius: 50px;
  padding: 10px 36px;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover {
    background: #00d2fc;
  }
}
.buttonBox img {
  width: auto;
}
.buttonBox span {
  transition: 0s;
}
footer {
  background: #24211c;
  padding: 161px 0px 33px;
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/205;
  background: url("../images/footer_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  left: 0;
  bottom: 0;
}
footer .logoBox {
  width: 100%;
  max-width: 219px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .title {
  color: #fff;
  margin-top: 24px;
}
footer form {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
footer form input,
footer form textarea {
  border: none;
  background: transparent;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 17px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
  height: 51px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #818080;
}
footer form .input_box {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
}
footer .submit {
  width: 73px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
footer .submit input {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  footer .submit:hover {
    background: #00d2fc;
  }
}
footer .dif_footer {
  color: #fff;
  font-family: Roboto-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #00d2fc;
}
footer .dif_up {
  display: none;
}
footer .list {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 35px;
}
footer .list li:not(:nth-of-type(1)) {
  margin-top: 12px;
}
footer .list a {
  display: inline;
  color: #818080;
}
footer .list a:hover {
  color: #fff;
}
footer .list span {
  display: inline;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 4px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}
footer .icBox a:hover {
  background: #fff;
  color: #00d2fc;
}
footer .content {
  width: calc(100% - 100px) !important;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
  padding-bottom: 57px;
}
.footer_al {
  width: 310px;
}
.footer_ar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex: 1;
  max-width: 1106px;
}
.footer_ar > * {
  padding-right: 10px;
}
.footer_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 5%;
}
.footer_b .l_box {
  color: #666;
  flex: 1;
}
.footer_b .l_box a {
  color: #666;
  display: inline;
}
.footer_b .l_box a:hover {
  color: #fff;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 12px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
#alert_form {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000000000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.aler_form_container {
  width: calc(100% - 100px);
  max-width: 870px;
  background: #fff;
  padding: 35px 46px 44px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.aler_form_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.aler_form_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #00d2fc;
}
.aler_form_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.aler_form_container .title {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  text-transform: uppercase;
  color: #333;
}
.aler_form_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px 0px;
  width: 100%;
  margin-top: 24px;
}
.aler_form_container form > * {
  width: 100%;
}
.aler_form_container form input,
.aler_form_container form textarea {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: rgba(255, 255, 255, 0.05);
  font-family: Roboto-Regular;
  font-size: 16px;
  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;
}
.aler_form_container form input::placeholder,
.aler_form_container form input::-webkit-input-placeholder,
.aler_form_container form textarea::placeholder {
  color: #666;
}
.aler_form_container form input:focus,
.aler_form_container form textarea:focus {
  border: 1px solid #d2d2d2;
}
.aler_form_container form .int1 {
  width: 49%;
}
.aler_form_container form input {
  height: 58px;
}
.aler_form_container form textarea {
  height: 216px;
  padding-top: 11px !important;
}
.aler_form_container form .ttBox {
  width: 100%;
}
.aler_form_container form .yzm {
  position: relative;
  display: flex;
}
.aler_form_container form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.aler_form_container form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.aler_form_container form .yzm span img {
  height: 100%;
}
.aler_form_container form .afterBox {
  position: relative;
}
.aler_form_container form .afterBox::before {
  left: 15px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1;
}
.aler_form_container form .afterBox input,
.aler_form_container form .afterBox textarea {
  padding-left: 25px;
}
.aler_form_container form .ttBox::before {
  top: 23px;
}
.aler_form_container form .tj input {
  cursor: pointer;
  background: #00d2fc;
  border: 1px solid #00d2fc;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .aler_form_container form .tj input:hover {
    background: #fff;
    color: #00d2fc;
  }
}
.alert_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  pointer-events: none;
  z-index: 60;
  display: none;
}
.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: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #00d2fc;
}
.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: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #00d2fc;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1850px) {
  .public_pro .controls.prev,
  .so2 .controls.prev,
  .so7 .controls.prev {
    left: -15px;
  }
  .public_pro .controls.next,
  .so2 .controls.next,
  .so7 .controls.next {
    right: -15px;
  }
}
@media screen and (max-width: 1650px) {
  .index2_container .describe {
    margin-top: 4px;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 1550px) {
  .rightMenu {
    gap: 30px;
    padding: 16px 12px;
  }
  .rightMenu > *::before {
    bottom: -15px;
  }
  .header_right {
    padding-right: 0px;
  }
  header .logoBox {
    width: 170px;
  }
  header .center {
    gap: 32px;
  }
  header .button a {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 14px;
  }
  header .sousuo .search {
    font-size: 20px;
  }
  header .menuOne > a {
    padding: 26px 0px;
  }
  header .container {
    padding: 30px 0px;
  }
  header .header_container {
    margin-top: 30px;
    max-height: 56vh;
  }
  header .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  header .title em {
    font-size: 18px;
    margin-left: 6px;
  }
  header .describe {
    font-size: 15px;
    margin-top: 4px;
  }
  .header_menu {
    gap: 15px 20px;
  }
  .header_menu span {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 24px;
  }
  .margin_top {
    margin-top: 80px;
  }
  .index_banner .buttonBox {
    margin-top: 25px;
    gap: 12px 20px;
  }
  .index_banner .index_banner_bottom {
    bottom: 30px;
  }
  .index_banner_title {
    font-size: 36px;
    line-height: 46px;
  }
  .index_banner_desribe {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .text {
    margin-top: 8px;
  }
  .index1_menu {
    margin-top: 25px;
    gap: 15px 25px;
  }
  .index1_menu span {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
  }
  .index1_container {
    margin-top: 30px;
  }
  .index1_container .container {
    padding: 0px 16px 20px;
  }
  .index1_container .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index1_container .swiper-pagination-bullets {
    margin-top: 12px;
  }
  .index2 {
    padding-bottom: 60px;
  }
  .index2 .text {
    margin-top: 8px;
  }
  .index2 .swiper_button {
    gap: 30px;
    padding-top: 30px;
  }
  .index2_container {
    margin: 25px auto 0px;
  }
  .index2_container .flex_box {
    margin-top: 8px;
  }
  .index2_container .links a {
    width: 32px;
  }
  .index2_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index2_container .show_box {
    display: none;
  }
  .index2_container .swiper-slide {
    aspect-ratio: initial;
  }
  .index2_container .describe {
    -webkit-line-clamp: 3;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .text {
    margin-top: 8px;
  }
  .index3 .box {
    padding: 14px 18px 20px;
  }
  .index3 .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-top: 4px;
  }
  .index3 .links {
    margin-top: 16px;
    padding-top: 12px;
  }
  .index3 .sw_box {
    margin-top: 25px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .content {
    align-items: center;
  }
  .index4 .describe {
    margin-top: 15px;
  }
  .index4 .buttonBox {
    margin-top: 30px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .describe {
    margin-top: 20px;
  }
  .index5 .buttonBox {
    margin-top: 40px;
  }
  .index5_r {
    gap: 40px;
  }
  .index5_r .big_num {
    font-size: 50px;
    line-height: 50px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .text {
    margin: 8px auto 0px;
  }
  .index6 .sw_box {
    margin: 25px auto 0px;
  }
  .index6 .swiper-slide {
    gap: 20px;
  }
  .index6 .swiperindex6-pagination {
    margin-top: 25px;
  }
  .index7 {
    padding-bottom: 60px;
  }
  .index7 .text {
    margin-top: 8px;
  }
  .index7 .sw_box {
    margin-top: 25px;
  }
  .index7 .box {
    padding: 15px 18px 20px;
  }
  .index7 .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
  }
  .index7 .describe {
    margin-top: 8px;
  }
  .index7 .flex_box {
    margin-top: 12px;
  }
  .index8 {
    padding: 60px 0px 20px;
  }
  .index8_menu {
    margin-top: 12%;
  }
  .index8_r .describe {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .index8_r .box {
    margin-top: 30px;
  }
  .index8_r .flex_box {
    gap: 25px;
    margin-top: 30px;
  }
  .bannerBox .buttonBox {
    margin-top: 25px;
    gap: 12px 20px;
  }
  .to_menu {
    padding-top: 30px;
  }
  .to_menu .content {
    gap: 15px 15px;
  }
  .to_menu a {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
  }
  .to1 {
    padding: 30px 0px 60px;
  }
  .to1_list .box {
    padding: 15px 18px 20px;
  }
  .to1_list .title {
    font-size: 18px;
  }
  .to1_list .title em {
    font-size: 16px;
  }
  .to1_list .describe {
    gap: 8px;
    margin-top: 15px;
  }
  .to1_list .links_input {
    margin-top: 20px;
  }
  .tt1 {
    padding: 30px 0px 40px;
  }
  .tt1 .content {
    gap: 30px 2%;
  }
  .tt1 figure {
    width: 10.75%;
  }
  .tt1 .logo {
    max-width: 76px;
  }
  .tt1 .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tt2 {
    padding-bottom: 80px;
  }
  .tt2 .text {
    margin: 8px auto 0px;
  }
  .tt2 .container {
    margin-top: 15px;
  }
  .tt3 {
    padding: 60px 0px;
  }
  .tt3 .text {
    margin: 8px auto 0px;
  }
  .tt3 .describe {
    margin-top: 25px;
  }
  .tt3 .table table {
    font-size: 16px;
    line-height: 26px;
  }
  .tt3 .table table td {
    padding: 10px 25px;
  }
  .tt4 {
    padding: 60px 0px;
  }
  .tt4 .text {
    margin-top: 8px;
  }
  .tt4_title {
    font-size: 28px;
  }
  .tt4_list .number {
    font-size: 72px;
    line-height: 72px;
  }
  .tt4_list .describe {
    line-height: 24px;
    margin-top: 15px;
  }
  .tt5 {
    padding-bottom: 60px;
  }
  .tt5 .text {
    margin: 8px auto 0px;
  }
  .tt5_list {
    margin-top: 30px;
  }
  .tt5_list .name {
    font-size: 18px;
    margin-top: 15px;
  }
  .tt6 {
    padding-bottom: 60px;
  }
  .tt6_container {
    margin-top: 30px;
  }
  .tt6_container .faq_logo {
    width: 20px;
  }
  .tt6_container figure {
    padding: 26px 30px !important;
  }
  .tt6_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho1 {
    padding: 40px 0px 80px;
  }
  .tho2 {
    padding: 60px 0px;
  }
  .tho2_container {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .tho2_container figure {
    width: 10.75%;
  }
  .tho2_container .logo {
    max-width: 76px;
  }
  .tho2_container .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tho3 .title {
    font-size: 28px;
    line-height: 38px;
  }
  .tho3 .describe {
    margin-top: 10px;
  }
  .tho3_l .container {
    padding-right: 60px;
  }
  .tho7 {
    padding: 60px 0px;
  }
  .thfu1 figure {
    padding: 100px 0px 60px !important;
  }
  .thfu1 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .thfu1 .text {
    margin-top: 2px;
  }
  .thfu1_number {
    padding-left: 0px;
    padding-bottom: 0px;
    gap: 25px 0px;
  }
  .thfu2 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px !important;
  }
  .thfu3 {
    padding-top: 100px;
  }
  .thfu3 .l_box {
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .thfu3 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .thfu4 figure {
    padding: 80px 0px 60px !important;
  }
  .thfu4 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px !important;
  }
  .thfu4_list {
    margin-top: 20px;
    gap: 20px 5%;
  }
  .thfu4_list li {
    width: 30%;
  }
  .thfu4_list .logo {
    max-width: 70px;
  }
  .thfu4_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .tf1 {
    padding: 40px 0px 20px;
  }
  .tf1 .title {
    font-size: 36px;
    line-height: 46px;
  }
  .tf1 .text {
    font-size: 20px;
    line-height: 30px;
    max-width: 670px;
  }
  .tf1 .container {
    max-width: 800px;
  }
  .tf2 {
    padding: 30px 0px;
  }
  .tf2 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .tf2_list {
    margin-top: 25px;
  }
  .tf2_list .logo {
    width: 82px;
  }
  .tf2_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .tf3 {
    padding-bottom: 60px;
  }
  .tf3_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .tf3_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .tf3_list .describe {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .tf3_list .box {
    padding: 20px 25px;
  }
  .solution_menu {
    margin-top: 30px;
  }
  .solution_menu .content {
    padding: 0px;
  }
  .solution_menu a {
    font-size: 16px;
    line-height: 26px;
    padding: 16px 24px 13px;
  }
  .solution1 {
    padding: 40px 0px 60px;
  }
  .solution1 .content {
    gap: 40px;
  }
  .solution1 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .solution1 .describe {
    margin-top: 8px;
  }
  .solution1 .buttonBox {
    margin-top: 20px;
  }
  .solution1 .hide_box {
    padding: 30px;
  }
  .solution2 {
    padding: 30px 0px 60px;
  }
  .solution2_list {
    margin-top: 30px;
  }
  .solution2_list .logo {
    width: 52px;
  }
  .solution2_list .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .solution2_list .name {
    font-size: 24px;
    line-height: 32px;
  }
  .solution2_list li {
    padding: 20px 15px 30px;
  }
  .solution4 {
    padding: 40px 0px 60px;
  }
  .solution4_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .solution4_list .title {
    font-size: 20px;
    line-height: 28px;
    gap: 10px;
  }
  .solution4_list .logo {
    margin-top: 2px;
  }
  .solution4_list li {
    padding: 30px;
  }
  .solution4_list .imgBox {
    margin-top: 15px;
  }
  .solution4_list .describe {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
  }
  .solution4_list .describe p::before {
    top: 5px;
  }
  .solution5 {
    padding: 60px 0px 10px;
  }
  .solution5 .sw_box {
    margin-top: 25px;
  }
  .solution5 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .solution5 .describe {
    margin-top: 8px;
  }
  .solution5 .buttonBox {
    margin-top: 15px;
  }
  .fuo1 {
    padding: 30px 0px 60px;
  }
  .fuo1 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .fuo1 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .fuo1 .r_box {
    padding: 0px;
  }
  .fuo1 .content {
    gap: 30px;
  }
  .fuo2 {
    padding-bottom: 60px;
  }
  .fuo2_menu {
    gap: 0px 20px;
  }
  .fuo2_menu a {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 15px 15px;
  }
  .fuo2_list {
    margin-top: 30px;
    gap: 30px 1.83333333%;
  }
  .fuo2_list .name {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 4px 0px;
  }
  .fo1 {
    padding: 40px 0px 60px;
  }
  .fo1_list {
    margin-top: 30px;
  }
  .fo1_list .box {
    padding: 15px 18px 20px;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
  }
  .fo1_list .describe {
    margin-top: 8px;
  }
  .fo1_list .flex_box {
    margin-top: 12px;
  }
  .ft1 {
    padding: 40px 0px 60px;
  }
  .ft1_l h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .ft1_l .time_share {
    gap: 4px 25px;
  }
  .ft1_r {
    gap: 25px;
  }
  .ft1_r .time {
    margin-top: 10px;
  }
  .ft1_r figure {
    padding-bottom: 18px;
  }
  .ft1_container {
    padding: 14px 0px 20px;
    margin-top: 20px;
  }
  .ft1_container .title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .ft1_list {
    margin-top: 20px;
  }
  .so1 {
    padding: 30px 0px 40px;
  }
  .so1 .describe {
    margin-top: 12px;
  }
  .so1_l {
    padding-bottom: 0px;
  }
  .so1_r .bofangBox {
    width: 80px;
  }
  .so2 {
    padding-bottom: 60px;
  }
  .so3 {
    padding: 60px 0px;
  }
  .so3_l {
    height: 42px;
    margin: 82px 0px;
    min-width: 180px;
  }
  .so3_l::before {
    width: 12px;
  }
  .so3_l .year {
    font-size: 32px;
    line-height: 42px;
  }
  .so3_l .swiper-slide {
    margin-bottom: 40px;
  }
  .so3_l .swiper {
    height: 42px;
  }
  .so3_l .sw_box {
    height: 370px;
    padding: 160px 15px 160px 0px;
    transform: translateY(-160px);
  }
  .so3_list li {
    padding: 20px 0px;
  }
  .so3_list .year {
    font-size: 20px;
    line-height: 28px;
  }
  .so3_list .describe {
    margin-top: 12px;
  }
  .so4 {
    padding: 60px 0px;
  }
  .so4 .text {
    margin: 8px auto 0px;
  }
  .so4 .sw_box {
    margin: 25px auto 0px;
  }
  .so4 .swiper-slide {
    gap: 20px;
  }
  .so4 .swiperso4-pagination {
    margin-top: 25px;
  }
  .so6 {
    padding: 60px 0px;
  }
  .so6_list {
    margin-top: 30px;
  }
  .so6_list li {
    padding: 24px;
  }
  .so6_list .number {
    font-size: 24px;
    line-height: 32px;
  }
  .so6_list .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 4px;
  }
  .so6_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .so7 {
    padding: 60px 0px 70px;
  }
  .so7 .describe {
    line-height: 24px;
  }
  .so7 .turn_page {
    margin-top: 30px;
  }
  .so7 .turn_page #box .list-item:nth-of-type(4) .title {
    font-size: 18px;
    line-height: 28px;
  }
  .solution_color_back .public_pro {
    padding-bottom: 0px;
  }
  .st1 {
    padding: 30px 0px 60px;
  }
  .st2 {
    padding-bottom: 0px;
  }
  .st2 .describe {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 24px;
  }
  .st2_container {
    margin-top: 0px;
  }
  .st2_list li {
    padding: 30px 0px;
  }
  .st2_list .logo {
    width: 72px;
  }
  .st2_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .st2_list .text {
    margin-top: 6px;
  }
  .seo1 .index_banner_desribe {
    margin-top: 8px;
  }
  .seo2 {
    padding: 40px 0px 60px;
  }
  .seo2 .title {
    font-size: 32px;
    line-height: 42px;
  }
  .seo2_r {
    margin-right: 0px;
  }
  .seo2_r form {
    margin-top: 15px;
    gap: 12px 0px;
  }
  .seo2_r form input {
    height: 52px;
  }
  .seo2_r form textarea {
    height: 160px;
  }
  .seo2_r form .yzm span {
    height: 30px;
  }
  .seo2_r .radio_box {
    margin-bottom: 10px;
  }
  .seo2_r label {
    padding: 6px 14px;
  }
  .seo2_r .radio_r {
    gap: 12px 15px;
  }
  .seo2_list {
    gap: 20px 0px;
    margin-top: 25px;
  }
  .seo2_list .logo {
    width: 38px;
  }
  .seo2_list li {
    gap: 8px;
    width: 48%;
  }
  .seo2_list .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .seo3 {
    padding: 60px 0px;
  }
  .seo3 .text {
    font-size: 16px;
    line-height: 24px;
    margin: 8px auto 0px;
  }
  .seo3_list {
    gap: 30px;
    margin-top: 40px;
  }
  .seo3_list li {
    gap: 0px;
  }
  .seo3_list .l_box {
    padding: 20px 40px;
  }
  .seo3_list .title {
    font-size: 24px;
    line-height: 32px;
  }
  .seo3_list .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .seo4 {
    padding: 30px 0px;
  }
  .seo4_list {
    margin-top: 20px;
  }
  .seo4_list li {
    padding: 20px 18px 30px;
  }
  .seo4_list .number {
    font-size: 30px;
    line-height: 40px;
  }
  .seo4_list .title {
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
  }
  .seo4_list .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .seo5 {
    padding: 60px 0px;
  }
  .seo5 .container {
    margin-top: 30px;
  }
  .public_pro {
    padding: 60px 0px;
  }
  .public_pro .sw_box {
    margin-top: 25px;
  }
  .public_pro .box {
    padding: 15px 18px 20px;
  }
  .public_pro .title {
    font-size: 18px;
  }
  .public_pro .title em {
    font-size: 16px;
  }
  .public_pro .describe {
    gap: 8px;
    margin-top: 15px;
  }
  .public_pro .links_input {
    margin-top: 20px;
  }
  .footer_before .content {
    gap: 0px;
  }
  .footer_before .buttonBox {
    margin-top: 18px;
  }
  .footer_before_l {
    padding: 0px 60px;
  }
  footer {
    padding: 120px 0px 30px;
  }
  footer .logoBox {
    max-width: 180px;
  }
  footer .title {
    margin-top: 15px;
  }
  footer form input,
  footer form textarea {
    height: 44px;
  }
  footer .submit {
    width: 66px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .list {
    margin-top: 15px;
  }
  footer .list li:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
  .footer_a {
    padding-bottom: 30px;
  }
  .footer_al {
    width: 280px;
  }
  .footer_ar > * {
    padding-right: 0px;
  }
  .footer_b .links {
    margin-top: 4px;
  }
  .buttonBox a {
    padding: 6px 24px !important;
  }
  .swiper_button .controls {
    width: 46px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .page_box {
    gap: 8px 10px;
  }
  .PageNumber .submit {
    gap: 6px;
  }
  .banner_list {
    margin-top: 20px;
    gap: 15px 20px;
  }
  .banner_list .name {
    font-size: 22px;
    line-height: 30px;
  }
  .banner_list .describe {
    font-size: 18px;
    line-height: 28px;
    margin-top: 2px;
  }
  .aler_form_container .title {
    font-size: 24px;
    line-height: 32px;
  }
  .aler_form_container form {
    margin-top: 15px;
  }
  .aler_form_container form input {
    height: 52px;
  }
  .aler_form_container form textarea {
    height: 160px;
  }
  .aler_form_container form .yzm span {
    height: 30px;
  }
  .page_change {
    margin-top: 20px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .page_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html body {
    font-size: 15px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 132px;
  }
  header .menuOne {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 24px;
  }
  header .menuOne > a {
    padding: 22px 0px;
  }
  header .center {
    gap: 25px;
  }
  header .button a {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 24px;
    padding: 4px 12px;
  }
  header .lang {
    margin-left: 25px;
  }
  header .lang .lang_box {
    gap: 5px;
  }
  header .lang .lang_box .lang2 {
    width: 26px;
  }
  header .sousuo {
    margin-left: 25px;
  }
  header .sousuo .search {
    font-size: 16px;
  }
  header .container {
    padding: 20px 0px 30px;
  }
  header .header_container {
    margin-top: 20px;
  }
  header .title {
    font-size: 15px;
    line-height: 24px;
  }
  header .title em {
    font-size: 15px;
    line-height: 24px;
  }
  header .describe {
    font-size: 14px;
  }
  .header_menu {
    gap: 12px 16px;
  }
  .header_menu span {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 16px;
  }
  .margin_top {
    margin-top: 68px;
  }
  .to1_list {
    gap: 30px 2%;
  }
  .to1_list li {
    width: 32%;
  }
  .tt1 .content {
    gap: 20px 4%;
  }
  .tt1 figure {
    width: 22%;
  }
  .tho2_container {
    gap: 20px 4%;
  }
  .tho2_container figure {
    width: 22%;
  }
  .so3_l {
    min-width: 130px;
  }
  .seo3_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .seo3_list .l_box {
    padding: 20px 26px;
  }
  .seo4_list .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .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;
    background: #fff;
    display: flex;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    display: none;
  }
  .rightMenu .mask_box {
    width: 24px !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;
  }
  header {
    padding: 8px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .button {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    margin-right: 50px;
  }
  .margin_top {
    margin-top: 52.16px;
  }
  .index_banner .index_banner_bottom {
    display: none;
  }
  .index_banner_title {
    font-size: 22px;
    line-height: 32px;
  }
  .index_banner_desribe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .big_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .text {
    margin-top: 2px;
  }
  .index1_menu {
    margin-top: 15px;
    gap: 12px 16px;
  }
  .index1_menu span {
    font-family: Roboto-Regular;
    font-size: 15px;
    padding: 6px 18px;
  }
  .index1_container {
    margin-top: 15px;
  }
  .index1_container .controls.prev {
    left: -10px;
  }
  .index1_container .controls.next {
    right: -10px;
  }
  .index1_container .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .index1_container .describe {
    margin-top: 2px;
  }
  .index1_container .swiper-pagination-bullets {
    margin-top: 8px;
  }
  .index2 {
    padding-bottom: 30px;
  }
  .index2 .text {
    margin-top: 2px;
  }
  .index2 .swiper_button {
    gap: 20px;
    padding-top: 15px;
  }
  .index2_container {
    margin: 15px auto 0px;
  }
  .index2_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index2_container .links a {
    width: 26px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .text {
    margin-top: 2px;
  }
  .index3 .controls.prev {
    left: -10px;
  }
  .index3 .controls.next {
    right: -10px;
  }
  .index3 .sw_box {
    margin-top: 15px;
  }
  .index3 .title {
    line-height: 24px;
    min-height: 48px;
    margin-top: 4px;
  }
  .index3 .describe {
    margin-top: 2px;
  }
  .index3 .links {
    margin-top: 8px;
    padding-top: 6px;
  }
  .index3 .links .mask_box {
    margin-bottom: 4px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .content {
    gap: 20px;
    flex-wrap: wrap;
  }
  .index4 .describe {
    margin-top: 2px;
  }
  .index4 .buttonBox {
    margin-top: 12px;
  }
  .index4_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index4_r {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .index4_r .sw_box {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
  .index4_r .swiper {
    overflow: hidden;
    pointer-events: all !important;
  }
  .index4_r .box {
    opacity: 1 !important;
  }
  .index4_r .bofangBox {
    width: 62px;
  }
  .index4_r .swiper_button {
    justify-content: center;
    margin-top: 12px;
    gap: 12px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .content {
    align-items: center;
  }
  .index5 .describe {
    margin-top: 4px;
  }
  .index5 .buttonBox {
    margin-top: 15px;
  }
  .index5_l {
    padding-top: 0px;
  }
  .index5_r {
    gap: 20px;
  }
  .index5_r .big_num {
    font-size: 38px;
    line-height: 38px;
  }
  .index5_r .big_num_after {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 24px;
  }
  .index5_r .text {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 24px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .text {
    margin: 2px auto 0px;
  }
  .index6 .sw_box {
    margin-top: 15px;
  }
  .index6 .swiper-slide {
    gap: 12px;
  }
  .index6 .swiperindex6-pagination {
    margin-top: 10px;
    gap: 2px;
  }
  .index6 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .index7 {
    padding-bottom: 30px;
  }
  .index7 .text {
    margin-top: 2px;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .title {
    line-height: 24px;
    min-height: 48px;
  }
  .index7 .describe {
    margin-top: 5px;
  }
  .index7 .flex_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 6px;
  }
  .index7 .controls.prev {
    left: -10px;
  }
  .index7 .controls.next {
    right: -10px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index8_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index8_l .text {
    margin-top: 2px;
  }
  .index8_menu {
    margin-top: 15px;
    gap: 12px;
  }
  .index8_menu .logo {
    width: 60px;
  }
  .index8_r {
    width: 100%;
  }
  .index8_r .logo {
    width: 24px;
  }
  .index8_r .describe {
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-top: 4px;
  }
  .index8_r .box {
    margin-top: 12px;
  }
  .index8_r .flex_box {
    margin-top: 12px;
    gap: 12px;
  }
  .index8_r .people_logo {
    width: 80px;
  }
  .index8_r .people_name {
    font-size: 15px;
    line-height: 26px;
  }
  .bannerBox .banner_back {
    padding: 10px 0px;
  }
  .bannerBox .buttonBox {
    margin-top: 15px;
  }
  .bannerBox .index_banner_desribe {
    margin-top: 2px;
  }
  .banner_list {
    margin-top: 6px;
    gap: 12px 15px;
  }
  .banner_list .name {
    font-size: 16px;
    line-height: 24px;
  }
  .banner_list .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .mbx {
    padding-top: 8px;
  }
  .to_menu {
    padding-top: 15px;
  }
  .to_menu .content {
    gap: 12px 16px;
  }
  .to_menu a {
    font-family: Roboto-Regular;
    font-size: 15px;
    padding: 4px 14px;
  }
  .to1 {
    padding: 15px 0px 30px;
  }
  .to1_list {
    gap: 20px 2%;
  }
  .to1_list li {
    width: 32%;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .to1_list .describe {
    margin-top: 5px;
    gap: 0px;
  }
  .to1_list .describe p {
    padding: 0px;
    border: none;
  }
  .to1_list .links_input {
    margin-top: 10px;
  }
  .to1_list .input_box input {
    width: 12px;
    height: 12px;
  }
  .tt1 {
    padding: 20px 0px 30px;
  }
  .tt1 .content {
    gap: 15px 4%;
  }
  .tt1 .logo {
    max-width: 52px;
    border-radius: 10px;
  }
  .tt1 .name {
    font-family: Roboto-Regular;
    font-size: 15px;
    margin-top: 4px;
  }
  .tt2 {
    padding-bottom: 30px;
  }
  .tt2 .text {
    margin: 2px auto 0px;
  }
  .tt2 .container {
    margin-top: 5px;
  }
  .tt3 {
    padding: 30px 0px;
  }
  .tt3 .text {
    margin: 2px auto 0px;
  }
  .tt3 .describe {
    margin-top: 15px;
  }
  .tt3 .table table {
    font-size: 15px;
    line-height: 24px;
  }
  .tt3 .table table td:nth-of-type(1) {
    font-family: Roboto-Regular;
  }
  .tt3 .table table td {
    padding: 10px 15px;
  }
  .tt4 {
    padding: 30px 0px;
  }
  .tt4 .text {
    margin-top: 2px;
  }
  .tt4_title {
    font-size: 18px;
    line-height: 26px;
  }
  .tt4_list {
    margin-top: 15px;
  }
  .tt4_list .number {
    display: none;
  }
  .tt4_list .describe {
    margin-top: 2px;
  }
  .tt4_list .r_box {
    padding-top: 0px;
  }
  .tt4_list li:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .tt5 {
    padding-bottom: 30px;
  }
  .tt5 .text {
    margin: 2px auto 0px;
  }
  .tt5_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .tt5_list li {
    width: 32%;
  }
  .tt5_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tt6 {
    padding-bottom: 30px;
  }
  .tt6_container {
    margin-top: 15px;
  }
  .tt6_container figure {
    padding: 15px 20px !important;
  }
  .tt6_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .tt6_container .faq_logo {
    width: 16px;
  }
  .tt6_container .faq_a {
    padding-right: 0px;
    margin-top: 6px;
  }
  .tho1 {
    padding: 20px 0px 30px;
  }
  .tho2 {
    padding: 30px 0px;
  }
  .tho2_container {
    margin-top: 15px;
    gap: 15px 4%;
  }
  .tho2_container .logo {
    max-width: 52px;
    border-radius: 10px;
  }
  .tho2_container .name {
    font-family: Roboto-Regular;
    font-size: 15px;
    margin-top: 4px;
  }
  .tho3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .tho3 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tho3 .describe {
    margin-top: 4px;
  }
  .tho3_l {
    flex: none;
    width: 100%;
    padding: 12px 50px 20px;
  }
  .tho3_l .container {
    width: 100%;
    padding: 0px !important;
    max-width: 100%;
  }
  .tho3_r {
    width: 100%;
  }
  .tho7 {
    padding: 30px 0px;
  }
  .mbx_box .mbx {
    position: relative;
  }
  .thfu1 figure {
    padding: 30px 0px !important;
  }
  .thfu1 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .thfu1 .text {
    margin-top: 2px;
  }
  .thfu1_number {
    gap: 15px 0px;
  }
  .thfu2 figure:nth-of-type(odd) {
    padding-top: 30px;
  }
  .thfu2 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px !important;
  }
  .thfu3 {
    padding-top: 30px;
  }
  .thfu3 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .thfu4 figure {
    padding: 30px 0px !important;
  }
  .thfu4 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px !important;
  }
  .thfu4_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .thfu4_list li {
    width: 32%;
  }
  .thfu4_list .logo {
    max-width: 60px;
  }
  .thfu4_list .name {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .tf1 {
    padding: 20px 0px;
  }
  .tf1 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .tf1 .text {
    font-size: 15px;
    line-height: 24px;
  }
  .tf1 .buttonBox {
    margin-top: 12px;
  }
  .tf1 .container {
    padding-bottom: 20px;
    max-width: 600px;
  }
  .tf2 {
    padding: 20px 0px 30px;
  }
  .tf2 .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .tf2_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .tf2_list li {
    width: 23.5%;
  }
  .tf2_list .logo {
    width: 60px;
  }
  .tf2_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tf3 {
    padding-bottom: 30px;
  }
  .tf3_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .tf3_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tf3_list .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .tf3_list .box {
    position: relative;
    padding: 8px 0px 0px;
  }
  .solution_menu {
    margin-top: 20px;
  }
  .solution_menu a {
    font-family: Roboto-Regular;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 16px 5px;
  }
  .solution1 {
    padding: 15px 0px 30px;
  }
  .solution1 .content {
    gap: 15px;
  }
  .solution1 .hide_box {
    left: 20px;
    bottom: 20px;
    padding: 16px;
  }
  .solution1 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .solution1 .describe {
    margin-top: 2px;
  }
  .solution1 .buttonBox {
    margin-top: 12px;
  }
  .solution2 {
    padding: 15px 0px 30px;
  }
  .solution2_list {
    margin-top: 15px;
    gap: 15px 4%;
    flex-wrap: wrap;
  }
  .solution2_list li {
    width: 48%;
    padding: 20px 15px;
  }
  .solution2_list .name {
    margin-top: 6px;
    font-size: 20px;
    line-height: 28px;
  }
  .solution4 {
    padding: 30px 0px;
  }
  .solution4_list {
    margin-top: 15px;
  }
  .solution4_list li {
    padding: 15px 16px 20px;
  }
  .solution4_list .title {
    font-size: 16px;
    line-height: 24px;
    gap: 6px;
  }
  .solution4_list .logo {
    margin-top: 1px;
    width: 20px;
  }
  .solution4_list .describe {
    font-size: 15px;
    line-height: 25px;
    margin-top: 12px;
    padding: 0px 5px;
  }
  .solution4_list .describe p::before {
    top: 1px;
  }
  .solution4_list .imgBox {
    margin-top: 5px;
  }
  .solution5 {
    padding: 30px 0px;
  }
  .solution5 .sw_box {
    margin-top: 15px;
  }
  .solution5 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .solution5 .describe {
    margin-top: 2px;
  }
  .solution5 .buttonBox {
    margin-top: 10px;
  }
  .fuo1 {
    padding: 20px 0px 30px;
  }
  .fuo1 .content {
    gap: 15px;
  }
  .fuo1 figure {
    display: block;
    overflow: hidden;
  }
  .fuo1 figure:nth-of-type(odd) .l_box {
    float: right;
    margin-left: 4%;
  }
  .fuo1 figure:nth-of-type(even) .l_box {
    float: left;
    margin-right: 4%;
  }
  .fuo1 .r_box {
    display: block;
    width: 100%;
  }
  .fuo1 .l_box {
    margin-bottom: 5px;
  }
  .fuo1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo1 .describe {
    margin-top: 4px;
  }
  .fuo1 .buttonBox {
    margin-top: 12px;
  }
  .fuo2 {
    padding-bottom: 30px;
  }
  .fuo2_menu {
    gap: 0px 10px;
  }
  .fuo2_menu a {
    font-size: 15px;
    line-height: 24px;
    padding: 0px 12px 8px;
  }
  .fuo2_list {
    gap: 20px 2%;
    margin-top: 15px;
  }
  .fuo2_list li {
    width: 32%;
  }
  .fuo2_list .name {
    font-size: 15px;
    line-height: 24px;
    padding: 8px 0px 0px;
  }
  .fo1 {
    padding: 20px 0px 30px;
  }
  .fo1 .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .fo1 .top_l {
    flex: none;
    width: 100%;
  }
  .fo1 .top_r {
    width: 100%;
  }
  .fo1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .fo1_list li {
    width: 32%;
  }
  .fo1_list .title {
    line-height: 24px;
    min-height: 48px;
  }
  .fo1_list .describe {
    margin-top: 5px;
  }
  .fo1_list .flex_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 6px;
  }
  .ft1 {
    padding: 20px 0px 40px;
  }
  .ft1 h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .ft1 .content {
    gap: 20px;
  }
  .ft1_l {
    width: 100%;
  }
  .ft1_container {
    padding: 8px 0px 15px;
    margin-top: 15px;
  }
  .ft1_container .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .ft1_container .describe {
    margin-top: 8px;
  }
  .ft1_container .describe em::before {
    width: 16px;
  }
  .ft1_r {
    width: 100%;
    gap: 12px;
  }
  .ft1_r .time {
    margin-top: 2px;
  }
  .ft1_r figure {
    padding-bottom: 10px;
  }
  .so1 {
    padding: 20px 0px 30px;
  }
  .so1 .content {
    display: block;
    overflow: hidden;
  }
  .so1 .describe {
    margin-top: 2px;
  }
  .so1_l {
    width: 100%;
    padding-bottom: 0px;
  }
  .so1_r {
    float: right;
    margin-left: 4%;
    margin-bottom: 5px;
  }
  .so2 {
    padding-bottom: 30px;
  }
  .so2 .controls.prev {
    left: -10px;
  }
  .so2 .controls.next {
    right: -10px;
  }
  .so3_l {
    display: none;
  }
  .so3_r {
    width: 100%;
  }
  .so3_container {
    margin-top: 0px;
  }
  .so3_list li {
    padding: 14px 0px;
    gap: 3%;
  }
  .so3_list .r_box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .so3_list .year {
    font-size: 16px;
    line-height: 26px;
  }
  .so3_list .describe {
    margin-top: 2px;
  }
  .so3 {
    padding: 30px 0px;
  }
  .so4 {
    padding: 30px 0px;
  }
  .so4 .text {
    margin: 2px auto 0px;
  }
  .so4 .sw_box {
    margin-top: 15px;
  }
  .so4 .swiper-slide {
    gap: 12px;
  }
  .so4 .swiperso4-pagination {
    margin-top: 10px;
    gap: 2px;
  }
  .so4 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .so5 {
    padding: 30px 0px;
  }
  .so5 .container {
    margin-top: 15px;
  }
  .so6 {
    padding: 30px 0px;
  }
  .so6_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .so6_list li {
    width: 49%;
    padding: 12px 14px 16px;
  }
  .so6_list .number {
    font-size: 18px;
    line-height: 26px;
  }
  .so6_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .so6_list .describe {
    margin-top: 2px;
  }
  .so7 {
    padding: 30px 0px;
  }
  .so7 .top_r {
    width: 100%;
  }
  .so7 .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .so7 .top_l {
    flex: none;
    width: 100%;
  }
  .so7 .sw_box {
    margin-top: 15px;
  }
  .so7 .title {
    display: block;
    position: relative;
    bottom: 0;
    transform: none;
    margin-top: 6px;
  }
  .so7 .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .so7 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .solution_color_back .public_pro {
    padding-bottom: 30px !important;
  }
  .st1 {
    padding: 20px 0px 30px;
  }
  .st2 {
    padding-bottom: 30px;
  }
  .st2 .top_l {
    flex: none;
    width: 100%;
  }
  .st2 .top_r {
    width: 100%;
    padding: 0px;
  }
  .st2 .describe {
    font-size: 15px;
  }
  .st2 .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .st2_list li {
    padding: 15px 0px;
    gap: 12px;
  }
  .st2_list .logo {
    width: 42px;
  }
  .st2_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .st2_list .text {
    margin-top: 2px;
  }
  .seo1 .index_banner_desribe {
    margin-top: 4px;
  }
  .seo1 .buttonBox {
    margin-top: 10px;
  }
  .seo2 {
    padding: 20px 0px 30px;
  }
  .seo2 .content {
    gap: 30px;
  }
  .seo2 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .seo2_list {
    gap: 12px 0px;
    margin-top: 15px;
  }
  .seo2_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .seo2_r {
    width: 100%;
  }
  .seo2_r label {
    padding: 4px 12px;
  }
  .seo2_r .radio_box {
    margin-bottom: 0px;
  }
  .seo2_r form {
    gap: 8px 0px;
    margin-top: 10px;
  }
  .seo2_r form input,
  .seo2_r form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .seo2_r form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .seo2_r form input {
    height: 42px !important;
  }
  .seo2_r form .afterBox input,
  .seo2_r form .afterBox textarea {
    padding-left: 14px;
  }
  .seo2_r form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .seo2_r form .ttBox::before {
    top: 18px;
  }
  .seo2_r form .yzm span {
    height: 26px;
  }
  .seo3 {
    padding: 30px 0px;
  }
  .seo3 .text {
    font-size: 15px;
    margin: 2px auto 0px;
  }
  .seo3_list {
    margin-top: 15px;
    gap: 20px;
  }
  .seo3_list li {
    flex-wrap: wrap;
    gap: 12px;
  }
  .seo3_list .r_box {
    width: 100%;
  }
  .seo3_list .l_box {
    flex: none;
    width: 100%;
    padding: 0px;
  }
  .seo3_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .seo3_list .describe {
    font-size: 15px;
    margin-top: 0px;
  }
  .seo4 {
    padding: 30px 0px;
  }
  .seo4_list {
    gap: 20px 4%;
  }
  .seo4_list li {
    width: 48%;
  }
  .seo4_list .number {
    font-size: 18px;
    line-height: 28px;
  }
  .seo4_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 2px;
    min-height: auto;
  }
  .seo4_list .describe {
    margin-top: 2px;
  }
  .seo5 {
    padding: 30px 0px;
  }
  .seo5 .container {
    margin-top: 12px;
  }
  .seo5 .bofangBox {
    width: 48px;
  }
  .public_pro {
    padding: 30px 0px;
  }
  .public_pro .sw_box {
    margin-top: 15px;
  }
  .public_pro .controls.prev {
    left: -10px;
  }
  .public_pro .controls.next {
    right: -10px;
  }
  .public_pro .title {
    font-size: 16px;
    line-height: 24px;
  }
  .public_pro .describe {
    margin-top: 5px;
    gap: 0px;
  }
  .public_pro .describe p {
    padding: 0px;
    border: none;
  }
  .public_pro .links_input {
    margin-top: 10px;
  }
  .footer_before {
    padding-bottom: 30px;
    transform: none;
  }
  .footer_before_l {
    padding: 0px 30px;
  }
  .footer_before_l .buttonBox {
    margin-top: 15px;
  }
  footer {
    padding: 30px 0px 50px;
  }
  footer .logoBox {
    max-width: 120px;
    margin: 0px auto;
  }
  footer .title {
    margin-top: 2px;
  }
  footer form {
    margin-top: 8px;
  }
  footer form input,
  footer form textarea {
    font-size: 15px;
    line-height: 24px;
    height: 36px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
    width: 8px;
  }
  footer .list {
    margin-top: 2px;
  }
  footer .list li:not(:nth-of-type(1)) {
    margin-top: 0px;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .icBox a {
    width: 36px;
  }
  .footer_a {
    padding-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer_al {
    width: 100%;
  }
  .footer_ar {
    width: 100%;
    flex: none;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_ar > * {
    width: 100%;
    max-width: 100%;
  }
  .footer_b {
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer_b .links {
    margin-top: 0px;
  }
  .footer_b .l_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .swiper_button .controls {
    width: 32px;
  }
  .swiper_button .mask_box {
    width: 22px;
  }
  .buttonBox {
    gap: 15px;
  }
  .buttonBox a {
    padding: 4px 18px !important;
  }
  .buttonBox img {
    max-width: 15px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px 10px;
  }
  .PageNumber .iconfont {
    font-size: 12px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 28px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .aler_form_container form {
    gap: 8px 0px;
    margin-top: 15px;
  }
  .aler_form_container form input,
  .aler_form_container form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .aler_form_container form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .aler_form_container form input {
    height: 42px !important;
  }
  .aler_form_container form .afterBox input,
  .aler_form_container form .afterBox textarea {
    padding-left: 14px;
  }
  .aler_form_container form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .aler_form_container form .ttBox::before {
    top: 18px;
  }
  .aler_form_container form .yzm span {
    height: 26px;
  }
  .aler_form_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .page_change {
    margin-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .page_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    right: auto;
    left: 0;
    transform: none;
  }
  .swiper_button {
    display: flex;
    gap: 12px;
    justify-content: center;
  }
  .swiper_button .controls {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .index_banner .swiper_button .controls {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .index_banner .swiper_button .controls.prev {
    left: 0px !important;
    right: auto !important;
  }
  .index_banner .swiper_button .controls.next {
    left: auto !important;
    right: 0px !important;
  }
  .index_banner .content {
    width: calc(100% - 80px) !important;
  }
  .index1_container .swiper_button {
    margin-top: 12px;
  }
  .index2_container {
    width: calc(100% - 40px);
  }
  .index3 .swiper_button,
  .index7 .swiper_button,
  .public_pro .swiper_button {
    margin-top: 12px;
  }
  .tt3 .table table {
    min-width: 728px;
  }
  .tt5_list li {
    width: 49%;
  }
  .tho3_l {
    padding: 12px 20px 20px;
  }
  .tf1 .title {
    font-family: Roboto-Medium;
    font-size: 20px;
    line-height: 28px;
  }
  .tf2_list .logo {
    width: 48px;
  }
  .tf3_list .title {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 26px;
  }
  .thfu1 .content {
    flex-wrap: wrap;
    gap: 12px !important;
  }
  .thfu1 .l_box {
    width: 100%;
    max-width: 600px !important;
    margin: 0px auto;
  }
  .thfu1 .r_box {
    width: 100%;
    transform: none !important;
  }
  .thfu2 figure {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .thfu2 .l_box {
    width: 100%;
    max-width: 700px;
  }
  .thfu2 .content {
    position: relative;
    left: 0px;
    top: 0;
    transform: none;
    padding: 12px 0px 20px;
  }
  .thfu2 .container {
    width: 100%;
  }
  .thfu3 .content {
    gap: 12px;
    flex-wrap: wrap;
  }
  .thfu3 .r_box {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
  }
  .thfu3 .l_box {
    width: 100%;
    flex: none;
  }
  .thfu4 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .thfu4 .l_box {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
  }
  .thfu4 .r_box {
    width: 100%;
  }
  .solution5 .swiper_button {
    gap: 8px;
  }
  .so2 .swiper_button {
    margin-top: 12px;
  }
  .seo1 .index_banner_desribe,
  .seo1 .index_banner_title {
    color: #fff !important;
  }
  .footer_before .content {
    flex-direction: column-reverse;
  }
  .footer_before_l {
    width: 100%;
    flex: none;
    padding: 12px 20px 20px;
  }
  .footer_before_r {
    width: 100%;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .PageNumber {
    flex-direction: column;
  }
  .index_banner_title,
  .index_banner_desribe {
    color: #333 !important;
  }
  .aler_form_container {
    padding: 20px 25px 24px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .index5 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index5_l {
    width: 100%;
    max-width: 100%;
  }
  .index5_r {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .index5_r figure {
    width: 49%;
    text-align: center;
  }
  .index5_r .number_box {
    justify-content: center;
  }
  .to1_list li {
    width: 49%;
  }
  .tt1 .content {
    gap: 15px 2%;
  }
  .tt1 figure {
    width: 23.5%;
  }
  .tt4_list li {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tt4_list .l_box {
    width: 100%;
  }
  .tt4_list .r_box {
    width: 100%;
  }
  .tho2_container {
    gap: 15px 2%;
  }
  .tho2_container figure {
    width: 23.5%;
  }
  .tf2_list {
    gap: 20px 4%;
    flex-wrap: wrap;
  }
  .tf2_list li {
    width: 48%;
  }
  .solution1 .hide_box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .solution4_list li {
    width: 100%;
  }
  .solution5 .swiper-slide {
    width: 48%;
    margin-right: 4%;
  }
  .fuo1 .content {
    gap: 20px;
  }
  .fuo1 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .fuo1 .r_box {
    padding-top: 6px;
  }
  .fuo2_list li,
  .fo1_list li {
    width: 49%;
  }
  .so1_r {
    float: none;
    margin: 0px !important;
    width: 100%;
  }
  .so1_l {
    padding-top: 12px;
  }
  .so6_list li {
    width: 100% !important;
  }
  .seo4_list li {
    width: 100%;
  }
  .bannerBox .banner_back .content {
    justify-content: center;
  }
  .bannerBox .banner_img {
    width: 90%;
    max-width: 400px;
    margin: 0px;
  }
  .bannerBox .banner_container {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    padding: 12px 0px 15px;
  }
  .bannerBox .container {
    width: 100%;
    max-width: 100%;
  }
  .banner_list {
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .banner_list figure {
    width: 32%;
  }
  .solution5 .swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .index_banner_container .container {
    width: 100%;
    max-width: 100%;
  }
  .index5_r .big_num {
    font-size: 30px;
    line-height: 32px;
  }
  .tt1 figure {
    width: 32%;
  }
  .tho2_container figure {
    width: 32%;
  }
  .thfu4_list .name {
    font-size: 14px;
  }
  .solution2_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .solution5 .public_top {
    flex-wrap: wrap;
    gap: 6px;
  }
  .solution5 .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .solution5 .top_r {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .aler_form_container {
    width: calc(100% - 40px);
  }
  .aler_form_container form .int1 {
    width: 100%;
  }
  .so3_list li {
    gap: 12px;
  }
  .so3_list .l_box {
    width: 100%;
    max-width: 100%;
  }
  .so3_list .l_box img {
    width: 100%;
  }
  .so3_list .r_box {
    width: 100%;
    padding-right: 0px;
  }
  .seo1 {
    padding-top: 188px;
  }
  .seo2_list li {
    width: 100%;
  }
  .seo2_r form .int1 {
    width: 100%;
  }
  .seo2_r .radio_box {
    flex-wrap: wrap;
    gap: 5px;
  }
  .seo2_r .radio_r {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  header .lang {
    margin-right: 36px;
  }
  .to1_list li {
    width: 100%;
  }
  .to1_list .imgBox img {
    width: 100%;
  }
  .tt1 figure {
    width: 49%;
  }
  .tt5_list li {
    width: 100%;
  }
  .tho2_container figure {
    width: 49%;
  }
  .thfu1_number li {
    width: 49%;
  }
  .tf3_list li {
    width: 100%;
  }
  .banner_list figure {
    width: 49%;
  }
  .solution2_list li {
    width: 100%;
  }
  .solution5 .swiper-slide {
    width: 100%;
  }
  .fuo2_list li {
    width: 100%;
  }
  .index7 .describe {
    min-height: auto;
  }
  .fo1_list li {
    width: 100%;
  }
  .fo1_list .describe {
    min-height: auto;
  }
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Square_bold";
  src: url("../fonts/Square_bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-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("iconfont.woff?t=1767681031498") format("woff"), url("iconfont.ttf?t=1767681031498") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before {
  content: "\e672";
}
.icon-Youtube:before {
  content: "\e880";
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
