@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;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Inter-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #666;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1500px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 4px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.36);
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #0042a3;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #0042a3;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.rightMenu .go_top {
  margin-top: 14px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #0042a3;
  right: 2.5%;
  top: 22px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .nav {
    top: 16px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #fff;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.08));
}
header .logoBox {
  width: 280px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .header_container {
  display: flex;
}
header .menuOne.active > a {
  color: #0042a3;
}
header .menuOne.active > a::before {
  opacity: 1;
}
header .menuOne.menuactive > a {
  color: #0042a3;
}
header .menuOne.menuactive > a::before {
  opacity: 1;
}
header .menuOne {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #1e1e1e;
  position: relative;
}
header .menuOne > a {
  color: #1e1e1e;
  padding: 25px 0px 24px;
  position: relative;
  text-transform: uppercase;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  transition: 0.3s;
  background: #0042a3;
  opacity: 0;
  border-radius: 50%;
}
header .menuOne > a:hover {
  color: #0042a3;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne .active > a {
  color: #0042a3;
}
header .menuOne .menuactive > a {
  color: #0042a3;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: -29px;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  padding: 29px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1e1e1e;
  position: relative;
  margin-top: 10px;
  padding: 0px 50px 0px 26px;
}
header .ul li a {
  display: block;
  color: #1e1e1e;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #0042a3;
}
header .ul1 {
  left: -26px;
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 170px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 6px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #0042a3;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #0042a3;
  }
}
header .lang .lang_box .lang2 {
  width: 26px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #333333;
}
header .lang .lang_box .lang1 {
  width: 10px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #333333;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: 0.3s;
  margin-left: 3px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #0042a3;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #0042a3;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #0042a3;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .classify_list {
  font-family: Inter-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  display: flex;
  text-transform: uppercase;
  gap: 60px;
}
header .classify_list a {
  color: #1e1e1e;
  padding: 9px 0px;
}
header .classify_list a:hover {
  color: #0042a3;
}
header .classify_list li.active,
header .classify_list li.menuactive {
  color: #0042a3;
}
header .center {
  display: flex;
  align-items: center;
  gap: 70px;
}
header .sousuo {
  margin-left: 180px;
  display: flex;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #0042a3;
  font-size: 22px;
  font-weight: bold;
  flex: 1;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 66, 163, 0.1);
}
header .sousuo .search:hover {
  background: #0042a3;
  color: #fff;
}
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: #1e1e1e;
}
header .sousuo .search_hide:hover {
  color: #0042a3;
}
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: #1e1e1e;
  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: #1e1e1e;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #0042a3;
}
.header_r_top {
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.header_r_bottom {
  display: flex;
  justify-content: flex-end;
}
.header_r {
  flex: 1;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 184px;
  min-height: 52px;
  padding: 4px 30px;
  border: 1px solid #1e1e1e;
  color: #0042a3;
  gap: 7px;
}
.buttonBox a:hover {
  background: #0042a3;
  border: 1px solid #0042a3;
  color: #fff;
}
.buttonBox a:hover .button_logo {
  background: #fff;
}
.buttonBox span {
  transition: 0s;
}
.buttonBox .button_logo {
  width: 13px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  mask-image: url("../images/button_la.png");
  -webkit-mask-image: url("../images/button_la.png");
  background: #0042a3;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 18.75%;
  position: relative;
  z-index: 1;
}
.bannerBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bannerBox .banner_title {
  color: #fff;
  font-family: Inter-SemiBold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  text-transform: uppercase;
}
.mbx {
  color: #fff;
  margin-top: 12px;
}
.mbx a {
  color: #fff;
  display: inline;
}
.mbx a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.PageNumber .dif_style {
  background: #0042a3 !important;
  border: 1px solid #0042a3 !important;
  color: #fff !important;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: solid 1px #e1e2e4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  color: #0042a3;
  border: 1px solid #0042a3;
  background: rgba(4, 75, 143, 0.1);
}
.PageNumber .active {
  color: #0042a3;
  border: 1px solid #0042a3;
  background: rgba(4, 75, 143, 0.1);
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.PageNumber input {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0042a3;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.PageNumber input:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.margin_top {
  margin-top: 126px;
}
.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 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .controls {
  position: absolute;
  z-index: 1;
  width: 60px;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255,255,255,0.6);
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_banner .controls.prev{
	left: 4.011%;
}
.index_banner .controls.next{
	right: 4.011%;
}
.index_banner .mask_box {
  width: 6px;
  aspect-ratio: 21/38;
  background: #fff;
}
.index_banner .controls:hover {
  background: #0042A3;
  border: 1px solid #0042A3;
}
.index_banner .controls.prev .mask_box{
  mask-image: url("../images/banner_la.png");
  -webkit-mask-image: url("../images/banner_la.png");
}
.index_banner .controls.next .mask_box{
  mask-image: url("../images/banner_lb.png");
  -webkit-mask-image: url("../images/banner_lb.png");
}
.big_title {
  font-family: Inter-SemiBold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.big_title a {
  color: #1e1e1e;
}
.big_title a:hover {
  color: #0042a3;
}
.big_title span {
  display: inline;
  transition: 0.3s;
  color: #0042a3;
}
.public_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 4%;
}
.public_top .top_l {
  flex: 1;
}
.index1_title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
}
.index1_title a {
  color: #1e1e1e;
}
.index1_title a:hover {
  color: #0042a3;
}
.index1 {
  padding: 90px 0px 90px;
  overflow: hidden;
}
.index1 .top_l {
  max-width: 544px;
}
.index1 .public_top {
  align-items: flex-start;
}
.index1 .text {
  margin-top: 16px;
}
.index1 .buttonBox {
  margin-top: 14.5%;
}
.index1 .buttonBox a {
  min-width: 216px;
}
.index1 .swiper {
 
}
.index1 .sw_box {
  margin-top: 54px;
  position: relative;
}
.index1 .swiper-slide {
  border-bottom: 2px solid #1e1e1e;
}
.index1 .index1_title {
  margin-top: 1px;
}
.index1 .index1_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1 .number {
  margin-top: 9px;
}
.index1 .swiper-slide {
  padding-bottom: 17px;
  height: auto;
}
.index1 .controls {
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}
.index1 .controls:hover {
  background: #0042a3;
}
.index1 .controls.prev {
  mask-image: url("../images/index7_la.png");
  -webkit-mask-image: url("../images/index7_la.png");
  left: -53px;
  transform: translate(-100%,-50%);
}
.index1 .controls.next {
  mask-image: url("../images/index7_lb.png");
  -webkit-mask-image: url("../images/index7_lb.png");
  right: -53px;
  transform: translate(100%,-50%);
}
.index2 {
  background: #f2f6fb;
  padding: 90px 0px 79px;
}
.index2 .top_l {
  max-width: 735px;
}
.index2 .text {
  margin-top: 5px;
}
.index2 .top_r {
  width: 37.15%;
}
.index2_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 96px;
}
.index2_menu {
  width: 19%;
  font-family: Inter-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
}
.index2_menu figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: rgba(30, 30, 30, 0.4);
  gap: 11px;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 32px;
  margin-bottom: 20px;
}
.index2_menu figure:hover .number {
  color: #1e1e1e;
}
.index2_menu figure:hover .menu_r p {
  color: #0042a3;
}
.index2_menu figure:hover img {
  opacity: 1;
}
.index2_menu figure:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.index2_menu .number {
  transition: 0.3s;
}
.index2_menu figure.active .number {
  color: #1e1e1e;
}
.index2_menu figure.active .menu_r p {
  color: #0042a3;
}
.index2_menu figure.active img {
  opacity: 1;
}
.index2_menu img {
  transition: 0.3s;
  margin-right: 3px;
  opacity: 0;
}
.index2_menu .menu_r {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.index2_menu .menu_r p {
  flex: 1;
  transition: 0.3s;
}
.index2_title {
  font-family: Inter-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
}
.index2_title a {
  color: #1e1e1e;
}
.index2_title a:hover {
  color: #0042a3;
}
.index2_r {
  width: 77.867%;
}
.index2_r .swiper-slide {
  padding-left: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index2_r .l_box {
  width: 48.101%;
  display: flex;
  align-items: center;
}
.index2_r .l_box .imgBox {
  position: relative;
  z-index: 1;
}
.index2_r .l_box .imgBox::before {
  content: "";
  position: absolute;
  width: 66.966%;
  aspect-ratio: 373/248;
  left: -10px;
  bottom: -10px;
  z-index: -1;
  background: #0042a3;
}
.index2_r .r_box {
  width: 48.101%;
  padding: 3.45% 0px 2.8%;
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index2_r .index2_title {
  color: #1e1e1e;
}
.index2_r .index2_title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index2_r .index2_title a:hover {
  color: #0042a3;
}
.index2_r .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 26px;
}
.index2_r .links {
  display: flex;
  justify-content: flex-start;
}
.index2_r .links a {
  display: flex;
  align-items: center;
  color: #1e1e1e;
  border-bottom: 2px solid #0042a3;
  gap: 10px;
}
.index2_r .links a:hover {
  color: #0042a3;
}
.index2_r .links a:hover .links_logo {
  background: #0042a3;
}
.index2_r .links span {
  transition: 0s;
}
.index2_r .links .links_logo {
  width: 22px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index2_lb.png");
  -webkit-mask-image: url("../images/index2_lb.png");
  transition: 0.3s;
  background: #1e1e1e;
}
.title_before {
  font-family: Inter-Regular;
  color: #0042a3;
  position: relative;
  padding-left: 20px;
}
.title_before::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0042a3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.big_describe {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.index3 {
  padding: 81px 0px 106px;
}
.index3 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.index3 .big_title {
  margin-top: 7px;
}
.index3 .describe {
  color: #666;
  margin-top: 41px;
}
.index3 .describe em {
  font-style: normal;
  color: #0042a3;
}
.index3 .buttonBox {
  margin-top: 59px;
}
.index3 .buttonBox a {
  min-width: 198px;
  min-height: 56px;
  border: 1px solid #0042a3;
  background: #0042a3;
  color: #fff;
}
.index3 .buttonBox a:hover {
  background: #fff;
  color: #0042a3;
}
.index3 .buttonBox a:hover .button_logo {
  background: #0042a3;
}
.index3 .buttonBox .button_logo {
  background: #fff;
}
.index3_l {
  flex: 1;
  max-width: 606px;
  padding-top: 11px;
}
.index3_r {
  width: 56.334%;
  position: relative;
  transform: translateX(71px);
}
.index3_r .swiper-slide {
  position: relative;
}
.index3_number {
  width: 36%;
  max-width: 222px;
  background: #0042a3;
  right: 28px;
  bottom: -28px;
  position: absolute;
  z-index: 1;
  text-align: center;
  padding: 40px 4% 19px;
}
.index3_number::before {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  background: #0e3876;
  right: 0px;
  transform: translateX(100%);
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  position: absolute;
}
.index3_number .big_num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter-SemiBold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  color: #fff;
}
.index3_number .number_text {
  color: #fff;
  margin-top: 19px;
}
.index3_list {
  background: rgba(0, 66, 163, 0.06);
  border-left: 4px solid #0042a3;
  display: flex;
  justify-content: space-between;
  padding: 22px 31px;
  margin-top: 31px;
  gap: 15px;
}
.index3_list .big_num {
  font-family: Inter-SemiBold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #0042a3;
  display: flex;
  align-items: center;
}
.index3_list .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.index3_list li {
  min-width: 119px;
  padding-bottom: 1px;
}
.index3_list .number_text {
  color: #1e1e1e;
  margin-top: 3px;
}
.index3_list .xian {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.white_title {
  color: #fff;
}
.white_title a {
  color: #fff;
}
.white_title a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index4_title {
  font-family: Inter-SemiBold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #1e1e1e;
  text-transform: uppercase;
}
.index4_title a {
  color: #1e1e1e;
}
.index4_title a:hover {
  color: #0042a3;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0px 127px;
  position: relative;
  z-index: 1;
}
.index4 .index4_back {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56.875%;
  z-index: -1;
}
.index4_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 80px;
}
.index4_container .index4_title {
  color: #fff;
}
.index4_container .describe {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 32px;
}
.index4_container .swiperindex4-pagination {
  width: auto;
  height: 100%;
  position: absolute;
  right: -44px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(0%);
  gap: 18px;
  z-index: 2;
}
.index4_container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  transition: 0.3s;
}
.index4_container .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  opacity: 0.6;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.index4_container .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0042a3;
  border: 2px solid #fff;
}
.index4_container .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.index4_l {
  width: 55.66666667%;
}
.index4_l .sw_box {
  padding-top: 38.923%;
  position: relative;
}
.index4_l .mySwiperindex4 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.index4_l .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 0px 1.316%;
  margin-bottom: 1.318%;
}
.index4_l .swiper-slide:nth-last-of-type(1) {
  margin-bottom: 0px !important;
}
.index4_l figure {
  width: 32.456%;
  opacity: 0;
  transition: 0.3s;
  position: relative;
}
.index4_l figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  border: 3px solid #2179ff;
  box-shadow: 0 4px 20px #2179ff;
  background: transparent;
  box-sizing: border-box;
  transition: 0.3s;
  opacity: 0;
}
.index4_l .swiper-slide-visible {
  pointer-events: all;
}
.index4_l .swiper-slide-visible figure {
  opacity: 1;
  pointer-events: all;
}
.index4_l figure.active::before {
  opacity: 1;
}
.index4_r {
  width: 37.6%;
  padding-right: 30px;
  padding-bottom: 2px;
}
.index4_r figure {
  display: none;
}
.index5 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0px 95px;
}
.index5 .top_r {
  width: 51.667%;
}
.index5 .top_l {
  max-width: 479px;
}
.index5_container {
  margin-top: 68px;
  padding-right: 20px;
}
.index5_container .map_container {
  margin: 0px auto;
  width: 100%;
  max-width: 1054px;
  position: relative;
}
.index5_container .map_img1 {
  display: none;
}
.index5_container .map_details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index5_container .logo {
  width: 24px;
  position: relative;
  z-index: 1;
}
.index5_container .logo::before {
  content: "";
  position: absolute;
  width: 126px;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  background: #0042a3;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.index5_container .logo1 {
  width: 36px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.index5_container figure {
  position: absolute;
}
@media screen and (min-width: 993px) {
  .index5_container figure:hover {
    z-index: 10;
  }
  .index5_container figure:hover .figure_box {
    display: flex;
  }
  .index5_container figure:hover .logo1 {
    display: block;
  }
  .index5_container figure:hover .logo::before {
    opacity: 0.16;
  }
}
.index5_container figure:nth-of-type(1) {
  left: 31.2%;
  top: 70%;
}
.index5_container figure:nth-of-type(2) {
  left: 45.4%;
  top: 36.5%;
}
.index5_container figure:nth-of-type(3) {
  left: 59.8%;
  top: 45.2%;
}
.index5_container figure:nth-of-type(4) {
  left: 78.7%;
  top: 38.2%;
}
.index5_container figure:nth-of-type(5) {
  left: 79.3%;
  top: 40.3%;
}
.index5_container figure:nth-of-type(6) {
  left: 78.4%;
  top: 52.7%;
}
.index5_container figure:nth-of-type(7) {
  left: 81.1%;
  top: 43%;
}
.index5_container .figure_box {
  width: 609px;
  background: rgba(255, 255, 255, 0.96);
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  left: -4px;
  top: calc(100% + 28px);
  z-index: 1;
  padding: 20px 24px;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 33px;
}
.index5_container .l_box {
  padding-left: 2px;
  flex: 1;
}
.index5_container .r_box {
  width: 46.881%;
  margin-top: 8px;
}
.index5_container .add_name {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index5_container .add_describe {
  font-size: 14px;
  color: #666;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index6_title {
  font-family: Inter-SemiBold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
}
.index6_title a {
  color: #fff;
}
.index6_title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.buttonBox_color a {
  border: 1px solid #0042a3;
  background: #0042a3;
  color: #fff;
}
.buttonBox_color a:hover {
  background: #fff;
  color: #0042a3;
}
.buttonBox_color a:hover .button_logo {
  background: #0042a3;
}
.buttonBox_color .button_logo {
  background: #fff;
}
.index6 {
  background: url("../images/index6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 154px 0px 154px;
}
.index6 .describe {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 11px;
}
.index6 .buttonBox {
  margin-top: 29px;
}
.index6 .buttonBox a {
  min-width: 198px;
}
.index6 .container {
  width: 60%;
}
.index_back {
  background: linear-gradient(180deg, rgba(245, 246, 247, 0) 0%, #f2f6fb 100%);
}
.index7 {
  padding: 80px 0px 165px;
}
.index7 .buttonBox {
  margin-bottom: 2px;
}
.index7 .top_l {
  max-width: 582px;
}
.index7 .turn_page {
  margin-top: 51px;
}
.index7 .turn_page #box {
  position: relative;
}
.index7 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 32.93333333%;
}
.index7 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.index7 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index7 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.index7 .turn_page #box li:nth-of-type(-n + 6) .title {
  display: block;
}
.index7 .turn_page #box li:nth-of-type(1) .title {
  display: none;
}
.index7 .title {
  display: none;
  position: absolute;
  color: #1e1e1e;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -45px;
}
.index7 .controls {
  width: 66px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #666;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  margin-bottom: 9.7%;
}
.index7 .controls:hover {
  background: #0042a3;
}
.index7 .controls.prev {
  mask-image: url("../images/index7_la.png");
  -webkit-mask-image: url("../images/index7_la.png");
  left: -22px;
  transform: translateX(-100%);
}
.index7 .controls.next {
  mask-image: url("../images/index7_lb.png");
  -webkit-mask-image: url("../images/index7_lb.png");
  right: -22px;
  transform: translateX(100%);
}
.index7 .sw_box {
  position: relative;
}
.title_center {
  text-align: center;
}
.index8 {
  overflow: hidden;
  padding-bottom: 100px;
}
.index8_container {
  margin-top: 57px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index8_container figure{
	padding-top: 93px;
}
.index8_container figure:nth-of-type(2) {
  transform: translateX(-129px);
}
.index8_list {
  display: flex;
}
.index8_list li {
  flex-shrink: 0;
  width: 258px;
  overflow: hidden;
  margin-right: 20px;
}
.index9_title {
  font-family: Inter-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.index9_title a {
  color: #333;
}
.index9_title a:hover {
  color: #0042a3;
}
.index9 {
  padding: 90px 0px 90px;
  overflow: hidden;
}
.index9 .big_title {
  max-width: 740px;
}
.index9 .sw_box {
  margin-top: 60px;
  position: relative;
}
.index9 .swiper {
  overflow: initial;
}
.index9 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background: #f8f8f8;
  align-items: center;
}
.index9 .r_box {
  flex: 1;
  padding: 20px 105px 20px 70px;
}
.index9 .l_box {
  width: 66.667%;
}
.index9 .index9_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index9 .describe {
  color: #4d4d4d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.index9 .links {
  margin-top: 40px;
}
.index9 .links a {
  color: #0042a3;
}
.index9 .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index9 .swiper_button {
  position: absolute;
  width: 66.667%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}
.index9 .controls {
  width: 48px;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255,255,255,0.6);
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index9 .mask_box {
  width: 6px;
  aspect-ratio: 21/38;
  background: #fff;
}
.index9 .controls:hover {
  background: #0042A3;
  border: 1px solid #0042A3;
}
.index9 .controls.prev .mask_box{
  mask-image: url("../images/banner_la.png");
  -webkit-mask-image: url("../images/banner_la.png");
}
.index9 .controls.next .mask_box{
  mask-image: url("../images/banner_lb.png");
  -webkit-mask-image: url("../images/banner_lb.png");
}
.index10 {
  background: #f2f6fb;
  padding: 90px 0px 100px;
  overflow: hidden;
}
.index10 .buttonBox {
  margin-bottom: 2px;
}
.index10 .swiper {
  overflow: initial;
}
.index10 .swiper-slide {
  height: auto;
  background: #fff;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.index10 .swiper-slide::before{
	content: '';
	position: absolute;
	inset: 0;
	border: 2px solid #0042A3;
	z-index: 1;
	transition: .3s;
	opacity: 0;
	pointer-events: none;
}
@media screen and (min-width: 993px) {
  /* .index10 .swiper-slide:hover .show_box {
    opacity: 0;
  } */
  .index10 .swiper-slide:hover::before {
    opacity: 1;
  }
}
.index10 .time_box {
  padding: 0px 30px;
}
.index10 .time {
  border-top: 1px solid #d9d9d9;
  padding: 21px 20px;
  font-family: Inter-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #0042a3;
  position: relative;
  text-transform: uppercase;
}
.index10 .time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  border-radius: 50%;
  background: #0042a3;
  aspect-ratio: 1/1;
}
.index10 .index9_title {
  color: #1e1e1e;
}
.index10 .index9_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1e1e1e;
}
.index10 .index9_title a:hover {
  color: #0042a3;
}
.index10 .title_box {
  padding: 30px 30px 54px;
}
.index10 .sw_box {
  margin-top: 60px;
}
.index10 .box {
  flex: 1;
  position: relative;
}
.index10 .show_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  padding: 40px 30px 20px;
  transition: 0.3s;
  display: none;
}
.index10 .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: 31px;
}
.public_form {
  padding: 80px 0px 90px;
}
.public_form .describe {
  color: #666;
  margin-top: 16px;
}
.public_form .describe em {
  font-style: normal;
  display: inline;
  color: #0042a3;
}
.public_form_container {
  border-radius: 24px;
  background: #f2f6fb;
  overflow: hidden;
  padding: 52px 50px 52px;
  margin-top: 40px;
}
.public_form_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
}
.public_form_container form > * {
  width: 100%;
}
.public_form_container form input,
.public_form_container form textarea {
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  font-family: Inter-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;
}
.public_form_container form input::placeholder,
.public_form_container form input::-webkit-input-placeholder,
.public_form_container form textarea::placeholder {
  color: #666;
}
.public_form_container form input:focus,
.public_form_container form textarea:focus {
  border: 1px solid #d2d2d2;
}
.public_form_container form .int1 {
  width: 49.5%;
}
.public_form_container form input {
  height: 60px;
}
.public_form_container form textarea {
  height: 214px;
  padding-top: 13px !important;
}
.public_form_container form .ttBox {
  width: 100%;
}
.public_form_container form .yzm {
  position: relative;
  display: flex;
}
.public_form_container form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.public_form_container form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.public_form_container form .yzm span img {
  height: 100%;
}
.public_form_container form .afterBox {
  position: relative;
}
.public_form_container form .afterBox::before {
  left: 13px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.public_form_container form .afterBox input,
.public_form_container form .afterBox textarea {
  padding-left: 25px;
}
.public_form_container form .ttBox::before {
  top: 28px;
}
.public_form_container form .tj input {
  cursor: pointer;
  background: #0042a3;
  border: 1px solid #0042a3;
  color: #fff;
  transition: 0.3s;
}
.public_form_container form .tj input:hover {
  background: transparent;
  color: #0042a3;
}
.to_index3 {
  padding-top: 90px;
}
.to1 {
  position: relative;
  overflow: hidden;
}
.to1 img {
  width: 100%;
}
.to1 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.to1 video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .to1 video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.to2 {
  background: #f2f6fb;
  padding: 90px 0px 90px;
}
.to2 .text {
  color: #666;
  margin-top: 13px;
}
.to2 .text em {
  font-style: normal;
  color: #0042a3;
}
.to2 .public_top {
  align-items: flex-start;
}
.to2 .top_r {
  width: 57.95%;
}
.to2 .describe {
  color: #666;
}
.to2_title {
  font-family: Inter-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.to2_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-top: 60px;
}
.to2_container figure {
  width: 49%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1px;
}
.to2_container .r_box {
  flex: 1;
  padding: 20px 29px;
}
.to2_container .l_box {
  width: 65.307%;
}
.to2_container .describe {
  margin-top: 18px;
  max-height: 140px;
  overflow: auto;
}
.to2_container .describe::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.to2_container .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.to2_container .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.to2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 30px;
}
.to2_list li {
  width: 32%;
}
.to2_list .box {
  margin-top: 20px;
}
.to2_list .describe {
  margin-top: 8px;
}
.to3 {
  padding: 90px 0px 80px;
}
.to3 .public_top {
  align-items: flex-start;
}
.to3 .top_r {
  width: 59.867%;
}
.to3 .text {
  margin-top: 16px;
}
.to3_container {
  margin-top: 50px;
  position: relative;
}
.to3_container .imgBox {
  position: relative;
}
.to3_container .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 66, 163, 0) 0%, rgba(0, 66, 163, 0.8) 100%);
  left: 0;
  top: 0;
}
.to3_list {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.to3_list .big_num {
  font-family: Inter-SemiBold;
  font-size: 38px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  color: #fff;
  display: flex;
  align-items: center;
}
.to3_list .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.to3_list li {
  border-left: 1px solid #fff;
  padding: 0px 25px;
  max-width: 177px;
}
.to3_list li:nth-of-type(1) {
  border-left: none;
}
.to3_list .number_text {
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
}
.to3_title {
  font-family: Inter-SemiBold;
  font-size: 38px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.to3_title span {
  display: inline;
  color: #0042a3;
}
.to3_container1 {
  padding: 62px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4%;
  background: #f2f6fb;
}
.to3_l {
  margin-left: 30px;
  flex: 1;
  border-right: 2px solid #0042a3;
  padding-right: 20px;
}
.to3_r {
  width: 67.85%;
}
.to3_r .describe {
  color: #666;
}
.to4 {
  padding-bottom: 75px;
  overflow: hidden;
}
.to4 .l_box {
  width: 46.667%;
  float: left;
  margin-bottom: 5px;
  margin-right: 4.65%;
}
.to4 .describe {
  color: #666;
  margin-top: 30px;
}
.to4 .describe em {
  font-style: normal;
  color: #0042a3;
}
.to4 .r_box {
  padding-top: 26px;
}
.to4 .to4_list + .describe {
  margin-top: 37px;
}
.to4_list {
  background: #f0f4f9;
  border-left: 4px solid #0042a3;
  display: flex;
  justify-content: space-between;
  padding: 22px 32px 23px;
  margin-top: 37px;
  max-width: 606px;
  gap: 20px;
}
.to4_list .big_num {
  font-family: Inter-SemiBold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #0042a3;
  display: flex;
  align-items: center;
}
.to4_list .number_box {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.to4_list .big_num_text {
  font-size: 18px;
  line-height: 24px;
  color: #0042a3;
}
.to4_list .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.to4_list li {
  min-width: 25%;
  padding-right: 7px;
}
.to4_list .number_text {
  color: #1e1e1e;
  margin-top: 3px;
}
.to4_list .xian {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.to5 {
  padding-bottom: 103px;
}
.to5 .public_top {
  align-items: flex-start;
}
.to5 .top_r {
  width: 50%;
}
.to5 .text {
  color: #666;
  margin-top: 3px;
}
.to5_container {
  border-top: 1px solid #d9d9d9;
  margin-top: 50px;
}
.to5_container figure {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0px 27px;
}
.to5_container .index9_title {
  color: #1e1e1e;
}
.to5_container .index9_title span {
  display: inline;
  color: #0042a3;
}
.to5_l {
  flex: 1;
  padding-top: 10px;
}
.to5_r {
  width: 72.134%;
  overflow: hidden;
}
.to5_r .r_box {
  width: 36%;
  max-width: 282px;
  float: right;
  margin-bottom: 5px;
  margin-left: 6.47%;
}
.to5_r .l_box {
  padding-top: 10px;
}
.to6 {
  background: #f2f6fb;
  padding: 90px 0px 89px;
}
.to6 .public_top {
  align-items: flex-start;
}
.to6 .text {
  margin-top: 12px;
  color: #666;
}
.to6 .text em {
  display: inline;
  font-style: normal;
  color: #0042a3;
}
.to6 .top_l {
  max-width: 562px;
}
.to6 .top_r {
  width: 50%;
}
.to6_list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.044%;
}
.to6_list li {
  width: 23.467%;
}
.to6_list .index1_title {
  margin-top: 21px;
}
.to7 {
  padding: 116px 0px 87px;
}
.to7 .text {
  color: #666;
  margin-top: 20%;
}
.to7 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to7_center {
  width: 22.734%;
  transform: translateY(-16px);
}
.to7_l {
  width: 28.334%;
}
.to7_list {
  width: 39.2%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.to7_list li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
}
.to7_list .describe {
  margin-top: 11px;
  color: #666;
}
.to8 {
  background: url("../images/to8_back.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0px 87px;
}
.to8 .public_top {
  align-items: flex-start;
}
.to8 .top_l {
  max-width: 616px;
}
.to8 .top_r {
  width: 51.667%;
}
.to8 .text {
  color: #666;
}
.to8_index4_container {
  margin-top: 74px;
}
.to8_public_form {
  padding: 90px 0px 80px;
}
.tt1 {
  padding: 10px 0px 9px;
}
.tt1 figure {
  padding: 90px 0px;
}
.tt1 figure:nth-last-of-type(1) {
  padding-bottom: 0px !important;
}
.tt1 figure:nth-of-type(odd) .tt1_container {
  flex-direction: row-reverse;
}
.tt1 figure:nth-of-type(odd) .swiper-slide {
  background: #f2f6fb;
}
.tt1 figure:nth-of-type(even) {
  background: #f2f6fb;
}
.tt1 figure:nth-of-type(even) .swiper-slide {
  background: #fff;
}
.tt1 .index6_title {
  color: #1e1e1e;
}
.tt1 .describe {
  color: #666;
}
.tt1 .describe1 {
  margin-top: 30px;
}
.tt1 .describe + .tt1_sw_box {
  margin-top: 70px;
}
.tt1_container {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tt1_container .tt_l_box {
  width: 50%;
}
.tt1_container .tt_r_box {
  width: 44.8%;
}
.tt1_container .describe {
  margin-top: 30px;
}
.tt1_sw_box {
  margin-top: 80px;
}
.tt1_sw_box .swiper_box {
  margin-top: 40px;
}
.tt1_sw_box .swiper_button {
  display: flex;
  align-items: center;
  gap: 11px;
}
.tt1_sw_box .mask_box {
  transition: 0.3s;
  background: #666;
  cursor: pointer;
  width: 42px;
  aspect-ratio: 1/1;
}
.tt1_sw_box .mask_box:hover {
  background: #0042a3;
}
.tt1_sw_box .mask_box.prev {
  mask-image: url("../images/tt1_la.png");
  -webkit-mask-image: url("../images/tt1_la.png");
}
.tt1_sw_box .mask_box.next {
  mask-image: url("../images/tt1_lb.png");
  -webkit-mask-image: url("../images/tt1_lb.png");
}
.tt1_sw_box .l_box {
  width: 46%;
  max-width: 217px;
}
.tt1_sw_box .r_box {
  flex: 1;
  padding: 31px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.tt1_sw_box .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.tt1_sw_box .links a {
  color: #0042a3;
}
.tt1_sw_box .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tt1_sw_box .index1_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tth1 {
  padding: 80px 0px 9px;
}
.tth1 .public_top {
  align-items: flex-start;
}
.tth1 .top_l {
  max-width: 580px;
}
.tth1 .top_r {
  width: 50%;
}
.tth1 .text {
  color: #666;
  margin-top: 10px;
}
.tth1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 70px;
}
.tth1_list li {
  width: 18.4%;
}
.tth1_list .name {
  color: #1e1e1e;
  text-align: center;
  margin-top: 10px;
}
.tho1 {
  padding: 90px 0px 100px;
}
.tho1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
}
.tho1_r {
  flex: 1;
  max-width: 1106px;
  padding-top: 7px;
}
.tho1_r .text {
  margin-top: 18px;
  color: #666;
}
.tho1_form {
  margin-top: 41px;
}
.tho1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.2595%;
}
.tho1_list li {
  width: 31.827%;
}
.tho1_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
  margin-top: 21px;
}
.tho1_list .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tho1_list .title a:hover {
  color: #0042a3;
}
.tho1_list .input_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.tho1_list .links {
  color: #0042a3;
  margin-top: 3px;
}
.tho1_list .links:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tho1_list .input_box {
  position: relative;
}
.tho1_list .input_box span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #0042a3;
  background: #fff;
  pointer-events: none;
}
.tho1_list .input_box input {
  width: 12px;
  height: 12px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.tho1_list .input_box input:checked {
  opacity: 1;
}
.tho1_list .input_box input:checked + span {
  display: none;
}
.tho1_l {
  width: 24%;
  max-width: 344px;
}
.tho1_l_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: #f4f4f8;
  padding: 15px 20px 13px;
  font-size: 18px;
  line-height: 30px;
  color: #1e1e1e;
  gap: 20px;
}
.tho1_l_title a,
.tho1_l_title span {
  color: #1e1e1e;
  flex: 1;
}
.tht1 {
  padding: 90px 0px 80px;
}
.tht1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tht1 .sw_box1 {
  width: 82.311%;
  position: relative;
  z-index: 2;
}
.tht1 .sw_box1 .swiper {
  border: 1px solid #dbdbdb;
  border-radius: 16px;
}
.tht1 .r_box {
  width: 46.734%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.tht1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tht1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tht1 .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .tht1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tht1 .mySwipertht1_2 {
  width: 100%;
  height: 83.883%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.tht1 .mySwipertht1_2 .swiper-slide {
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.tht1 .mySwipertht1_2 .swiper-slide-thumb-active {
  border: 1px solid #0042a3;
}
.tht1 .sw_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.694%;
  height: 100%;
}
.tht1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  width: 22px;
}
.tht1 .pic-btn img {
  filter: brightness(0);
  opacity: 0.8;
  transition: 0.2s;
}
.tht1 .pic-btn:hover img {
  filter: none;
  transition: 0s;
}
.tht1 .pic-btn.prev {
  top: 0px;
}
.tht1 .pic-btn.next {
  bottom: 0px;
}
.tht1_r {
  width: 47.6%;
  padding-top: 0.7%;
}
.tht1_r h1 {
  color: #000;
}
.tht1_r .describe {
  color: #666;
  margin-top: 41px;
}
.tht1_r .buttonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tht1_r .buttonBox a {
  color: #1e1e1e;
  min-width: 175px;
  min-height: 56px;
}
.tht1_r .buttonBox a:hover {
  color: #fff;
}
.tht1_r .buttonBox .button_logo {
  background: #1e1e1e;
}
.tht1_r .share_box {
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tht1_r .buttonBox_share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
  margin-top: 18.3%;
}
.tht_title {
  color: #000;
}
.tht2 {
  padding-bottom: 60px;
}
.tht2_container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.tht2_container span {
  font-size: 18px;
  line-height: 30px;
  display: block;
  padding: 10px 16px;
  text-align: center;
  background: #f2f6fb;
  color: #1e1e1e;
}
.tht3 {
  padding-bottom: 69px;
}
.tht3 .content {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.tht3 figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tht3 figure:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.tht3_l {
  width: 45.867%;
}
.tht3_l .describe {
  color: #666;
  margin-top: 30px;
}
.tht3_r {
  width: 48.667%;
  border: 1px solid #d0d5dd;
  position: relative;
}
.tht3_r .swiperpublic-pagination {
  position: absolute;
  top: auto;
  bottom: 20px;
}
.tht4 {
  padding-bottom: 70px;
}
.tht4_list {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0px;
}
.tht4_list li {
  width: 48.7%;
  padding-left: 42px;
}
.tht4_list em {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
  display: block;
  position: relative;
}
.tht4_list em::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 0px;
  background: url("../images/tht4_la.png") no-repeat center;
  background-size: cover;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.tht4_list .describe {
  margin-top: 9px;
}
.tht5 {
  padding-bottom: 90px;
}
.tht5 .sw_box {
  margin-top: 40px;
}
.tht5 .swipertht5-pagination {
  bottom: 0;
  margin-top: 30px;
}
.tht5 .swiper-pagination-bullet::before {
  background: #999 !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.tht5 .swiper-pagination-bullet-active {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
.tht6 {
  background: #f2f6fb;
  padding: 90px 0px;
}
.tht6 .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
  margin-top: 21px;
}
.tht6 .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tht6 .title a:hover {
  color: #0042a3;
}
.tht6 .links a {
  color: #0042a3;
  margin-top: 3px;
}
.tht6 .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tht6 .sw_box {
  margin-top: 50px;
}
.fuo1 {
  padding: 80px 0px 100px;
}
.fuo1 .public_top {
  align-items: flex-start;
}
.fuo1 .top_l {
  padding-right: 0.3%;
}
.fuo1 .top_r {
  width: 57.3%;
  border-left: 1px solid #1e1e1e;
  padding-left: 4.3%;
}
.fuo1 .top_r .text {
  margin-top: 10px;
}
.fuo1_container {
  margin-top: 60px;
}
.fuo_title {
  color: #1e1e1e;
}
.fuo_box {
  padding-top: 90px;
  margin-bottom: 90px;
}
.fuo2 {
  padding-bottom: 80px;
}
.fuo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
  justify-content: space-between;
  margin-top: 60px;
}
.fuo2_list li {
  width: 48.8%;
  background: #fff;
  padding: 26px;
}
.fuo2_list .number {
  font-family: Inter-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #0042a3;
  margin-top: 10px;
}
.fuo2_list .describe {
  margin-top: 10px;
}
.fuo2_list .logo {
  width: 60px;
}
.fuo3 {
  padding-bottom: 80px;
}
.fuo3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fuo3_l {
  padding-top: 14px;
  width: 45.334%;
}
.fuo3_list {
  margin-top: 55px;
}
.fuo3_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  transition: 0.3s;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0px 13px;
  cursor: pointer;
}
.fuo3_list li:hover {
  border-bottom: 1px solid #0042a3;
}
.fuo3_list li:hover .text {
  color: #1e1e1e;
}
.fuo3_list li:hover .logo {
  opacity: 1;
}
.fuo3_list .logo {
  width: 28px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0.3;
  margin-top: 1px;
}
.fuo3_list .text {
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  transition: 0.3s;
}
.fuo3_list .active {
  border-bottom: 1px solid #0042a3;
}
.fuo3_list .active .text {
  color: #1e1e1e;
}
.fuo3_list .active .logo {
  opacity: 1;
}
.fuo3_r {
  width: 50%;
}
.fuo3_r .imgBox {
  display: none;
}
.fuo4 {
  padding-bottom: 80px;
}
.fuo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.5992%;
  margin-top: 60px;
}
.fuo4_list li {
  width: 15.334%;
  background: #fff;
  padding: 30px 23px 19px;
  border-radius: 16px;
}
.fuo4_list .logo {
  width: 70px;
  margin: 0px auto;
}
.fuo4_list .name {
  text-align: center;
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-top: 21px;
}
.fuo5 {
  padding-bottom: 80px;
}
.fuo5 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 0px;
}
.fuo5 .l_box {
  width: 43.867%;
}
.fuo5 .r_box {
  width: 50%;
}
.fuo5 .describe {
  color: #666;
  margin-top: 40px;
}
.fuo5 .describe p {
  display: block;
  position: relative;
  padding-left: 24px;
}
.fuo5 .describe p::before {
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 10px;
  top: 11px;
}
.fuo6 {
  padding-bottom: 90px;
}
.fuo6 .title {
  font-family: Inter-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #333;
  margin-top: 20px;
}
.fuo6 .describe {
  margin-top: 10px;
  color: #4d4d4d;
}
.fuo6 .sw_box {
  margin-top: 40px;
}
.fuo7 {
  padding-bottom: 60px;
}
.fuo7 .describe {
  color: #666;
  margin-top: 10px;
}
.fuo8 {
  padding-bottom: 80px;
}
.fuo8 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fuo8 .l_box {
  width: 44.4%;
}
.fuo8 .r_box {
  width: 50%;
}
.fuo8 .describe {
  color: #666;
  margin-top: 50px;
}
.fuo9 {
  padding-bottom: 80px;
}
.fuo9_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-top: 30px;
}
.fuo9_list .logo {
  width: 60px;
}
.fuo9_list li {
  width: 48.8%;
  padding: 26px;
  background: #f2f6fb;
}
.fuo9_list .name {
  font-family: Inter-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-top: 10px;
}
.fuo9_list .describe {
  margin-top: 10px;
  color: #666;
}
.fuo10 {
  padding-bottom: 80px;
}
.fuo10_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.571%;
}
.fuo10_list .name {
  margin-top: 20px;
}
.fuo10_list li {
  width: 32.286%;
}
.fuo12 .container {
  padding-top: 90px;
}
.fuo12 .container:nth-of-type(odd) {
  background: #f2f6fb;
}
.fuo12 .container:nth-of-type(even) .fuo2_list li {
  background: #f2f6fb;
}
.fuo12 .container:nth-of-type(even) .fuo12_container .content {
  flex-direction: row-reverse;
}
.fuo12 .fuo2 {
  padding-bottom: 60px;
}
.fuo12 .container:nth-last-of-type(1) > div:nth-last-of-type(1) {
  padding-bottom: 0px !important;
}
.fuo12_container {
  padding-bottom: 100px;
}
.fuo12_container .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fuo12_container .r_box {
  width: 48.8%;
}
.fuo12_container .r_box .imgBox {
  display: none;
}
.fuo12_container .l_box {
  width: 43.467%;
}
.fuo12_list {
  margin-top: 29px;
}
.fuo12_list li {
  border-bottom: 1px solid rgba(30, 30, 30, 0.3);
  padding: 21px 0px 19px;
}
.fuo12_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
  transition: 0.3s;
  flex: 1;
}
.fuo12_list .logo {
  font-family: Inter-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.fuo12_list .logo span:nth-of-type(2) {
  display: none;
}
.fuo12_list .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.fuo12_list .faq_q:hover .title {
  color: #0042a3;
}
.fuo12_list .faq_q.active .title {
  color: #0042a3;
}
.fuo12_list .faq_q.active .logo span:nth-of-type(1) {
  display: none;
}
.fuo12_list .faq_q.active .logo span:nth-of-type(2) {
  display: block;
}
.fuo12_list .faq_a {
  padding-right: 35px;
  display: none;
  padding-top: 9px;
  padding-bottom: 1px;
}
.fuo12_list .describe {
  color: #666;
}
.fo1 {
  padding: 80px 0px;
}
.fo1 .public_top {
  align-items: flex-start;
}
.fo1 .top_r {
  width: 57.534%;
}
.fo1 .text {
  margin-top: 10px;
  color: #666;
}
.fo1 .PageNumber {
  margin-top: 80px;
}
.fo1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.fo1_menu a {
  padding: 10px 24px;
  color: #1e1e1e;
  text-align: center;
  display: block;
  background: #f2f6fb;
}
.fo1_menu a:hover {
  background: #0042a3;
  color: #fff;
}
.fo1_menu .active {
  background: #0042a3;
  color: #fff;
}
.fo1_list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fo1_list li {
  background: #f5f6f7;
  display: flex;
  flex-wrap: wrap;
}
.fo1_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fo1_list .l_box {
  width: 45%;
  max-width: 587px;
}
.fo1_list .r_box {
  flex: 1;
  padding: 50px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.fo1_list .box {
  width: 100%;
  max-width: 706px;
}
.fo1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fo1_list .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: 30px;
}
.fo1_list .links a {
  color: #0042a3;
}
.fo1_list .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ft1 {
  padding: 81px 0px 89px;
}
.ft1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.ft1 .describe {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 16px;
  padding: 30px 0px 41px;
}
.ft1 .describe strong {
  font-family: Inter-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
}
.ft1 .describe img {
  display: inline-block;
}
.so1 {
  padding: 80px 0px 0px;
}
.so1 .PageNumber {
  margin-top: 60px;
}
.so1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px 0px;
  margin-top: 40px;
}
.so1_list a {
  padding: 0px 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(32, 42, 35, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 29px;
}
.so1_list a:hover {
  background: #0042a3;
}
.so1_list a:hover .title {
  color: #fff;
  border-right: 1px solid #fff;
}
.so1_list a:hover .logo {
  background: #fff;
}
.so1_list .title {
  font-family: Inter-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
  transition: 0.3s;
  flex: 1;
  padding: 26px 20px 24px 0px;
  border-right: 1px solid #e6e6e6;
}
.so1_list li {
  width: 48.867%;
}
.so1_list .logo {
  width: 40px;
  aspect-ratio: 1/1;
  mask-image: url("../images/so1_la.png");
  -webkit-mask-image: url("../images/so1_la.png");
  transition: 0.3s;
  background: #0042a3;
}
.so1 + .public_form {
  padding-top: 80px;
}
.st1 {
  padding: 80px 0px 0px;
}
.st1 .PageNumber {
  margin-top: 60px;
}
.st1_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 14px 0.8%;
}
.st1_list li {
  width: 24.4%;
  position: relative;
}
.st1_list .imgBox {
  position: relative;
}
.st1_list .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  max-height: 170px;
  opacity: 0.4;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s;
  width: 100%;
}
.st1_list .box {
  position: relative;
}
.st1_list .name {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0px 20px;
  bottom: 16px;
}
.st1_list .bofangBox {
  z-index: 2;
}
.sth1 {
  padding-top: 80px;
}
.sth1 .PageNumber {
  margin-top: 60px;
}
.sth1_container {
  display: none;
}
.sth1_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}
.sth1_list li {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sth1_list figure {
  padding: 24px 30px;
  border-radius: 16px;
  background: #f3f3f5;
}
.sth1_list .logo {
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
}
.sth1_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #242424;
  flex: 1;
  padding-top: 1px;
}
.sth1_list .faq_q {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.sth1_list .describe {
  color: #666;
  margin-top: 15px;
}
.seo1 {
  padding: 80px 0px 90px;
}
.seo1 .public_top {
  align-items: flex-start;
}
.seo1 .text {
  margin-top: 10px;
}
.seo1 .top_l {
  max-width: 437px;
}
.seo1 .top_r {
  width: 55.4%;
}
.seo1 .fo1_menu {
  margin-top: 30px;
}
.seo1 .PageNumber {
  margin-top: 70px;
}
.seo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2%;
  margin-top: 40px;
}
.seo1_list li {
  width: 32%;
  background: #f5f6f7;
  display: flex;
  flex-direction: column;
}
.seo1_list .box {
  padding: 31px 30px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.seo1_list .time {
  border-top: 1px solid #d9d9d9;
  padding: 21px 20px;
  font-family: Inter-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #0042a3;
  position: relative;
  text-transform: uppercase;
  margin-top: 34px;
}
.seo1_list .time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  border-radius: 50%;
  background: #0042a3;
  aspect-ratio: 1/1;
}
.seo1_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.seo1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1e1e1e;
}
.seo1_list .title a:hover {
  color: #0042a3;
}
.seo1_list .box {
  flex: 1;
  position: relative;
}
.seo1_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 13px;
}
.seo_index1 {
  background: #f2f6fb;
}
.set1 {
  padding: 80px 0px 79px;
}
.set1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.set1_l {
  flex: 1;
  max-width: 1110px;
  padding-top: 1px;
}
.set1_l .time_share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 20px;
}
.set1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 12px;
}
.set1_container {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 16px;
  padding: 30px 0px 39px;
}
.set1_container .describe {
  color: #666;
}
.set1_container .describe img {
  display: inline-block;
}
.set1_container .describe em {
  font-style: normal;
  color: #666;
  text-underline-offset: 2px;
  text-decoration: underline;
}
.set1_container .title {
  font-family: Inter-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.set1_container ul li {
  padding-left: 42px;
}
.set1_container ul li:not(:nth-of-type(1)) {
  margin-top: 32px;
}
.set1_container ul li > p {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
  display: block;
  position: relative;
}
.set1_container ul li > p::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 0px;
  background: url("../images/tht4_la.png") no-repeat center;
  background-size: cover;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.set1_container ul li > div {
  margin-top: 9px;
}
.set1_container .title + .describe {
  margin-top: 20px;
}
.set1_container .figure2 .describe {
  margin-top: 32px;
}
.set1_container figure:not(:nth-of-type(1)) {
  margin-top: 40px;
}
.set1_container .img_container {
  margin-top: 40px;
}
.set1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.432%;
  margin-top: 30px;
}
.set1_list section {
  background: #f2f6fb;
  padding: 26px;
  width: 31.712%;
}
.set1_list .number {
  font-family: Inter-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #0042a3;
}
.set1_list .name {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
  margin-top: 11px;
}
.set1_list .text {
  margin-top: 9px;
  color: #666;
}
.set1_float_box {
  overflow: hidden;
  margin-top: 30px;
}
.set1_float_box .r_box {
  width: 56.847%;
  margin-bottom: 5px;
  float: right;
  margin-left: 2.4%;
}
.set1_float_box .l_box {
  padding-top: 9px;
}
.eo1 {
  padding: 101px 0px 90px;
}
.eo1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
.eo1_l {
  flex: 1;
  max-width: 470px;
}
.eo1_l .big_title {
  margin-top: 7px;
}
.eo1_list {
  margin-top: 121px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.eo1_list .logo {
  width: 70px;
}
.eo1_list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.eo1_list .box {
  flex: 1;
  padding-top: 2px;
}
.eo1_list .text {
  margin-top: 9px;
  color: #666;
}
.eo1_list .contact_describe {
  font-family: Inter-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
}
.eo1_list .contact_describe a {
  color: #1e1e1e;
  display: inline;
}
.eo1_list .contact_describe a:hover {
  color: #0042a3;
}
.eo1_list .contact_describe1 {
  font-size: 18px;
}
.eo1_r {
  width: 61.6%;
  border-radius: 24px;
  background: #F2F6FB;
  overflow: hidden;
  padding: 51px 50px 50px;
  margin-top: 9px;
}
.eo1_r .index4_title span {
  display: inline;
  color: #0042a3;
}
.eo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 40px;
}
.eo1_r form > * {
  width: 100%;
}
.eo1_r form input,
.eo1_r form textarea {
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  font-family: Inter-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;
}
.eo1_r form input::placeholder,
.eo1_r form input::-webkit-input-placeholder,
.eo1_r form textarea::placeholder {
  color: #666;
}
.eo1_r form input:focus,
.eo1_r form textarea:focus {
  border: 1px solid #d2d2d2;
}
.eo1_r form .int1 {
  width: 48.9%;
}
.eo1_r form input {
  height: 60px;
}
.eo1_r form textarea {
  height: 214px;
  padding-top: 13px !important;
}
.eo1_r form .ttBox {
  width: 100%;
}
.eo1_r form .yzm {
  position: relative;
  display: flex;
}
.eo1_r form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.eo1_r form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.eo1_r form .yzm span img {
  height: 100%;
}
.eo1_r form .afterBox {
  position: relative;
}
.eo1_r form .afterBox::before {
  left: 13px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.eo1_r form .afterBox input,
.eo1_r form .afterBox textarea {
  padding-left: 25px;
}
.eo1_r form .ttBox::before {
  top: 28px;
}
.eo1_r form .tj input {
  cursor: pointer;
  background: #0042a3;
  border: 1px solid #0042a3;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
}
.eo1_r form .tj input:hover {
  background: transparent;
  color: #0042a3;
}
.eo2 iframe {
  display: block;
}
.new_menu {
  width: 24%;
  max-width: 320px;
}
.new_menu .new_title {
  font-family: Inter-SemiBold;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  text-transform: uppercase;
  color: #0042a3;
}
.new_list {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.new_list .time {
  color: #999;
}
.new_list .title {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 11px;
}
.new_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new_list .title a:hover {
  color: #0042a3;
}
.new_list li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}
.page_change {
  display: flex;
  justify-content: space-between;
  padding-top: 31px;
}
.page_change .logo {
  width: 48px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background: #999;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #0042a3;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change .box {
  line-height: 28px;
}
.page_change .page_name {
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #0042a3;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.color_back {
  background: #f2f6fb;
}
.swiperpublic_button {
  display: flex;
  align-items: center;
  gap: 11px;
}
.swiperpublic_button .mask_box {
  transition: 0.3s;
  background: #666;
  cursor: pointer;
  width: 42px;
  aspect-ratio: 1/1;
}
.swiperpublic_button .mask_box:hover {
  background: #0042a3;
}
.swiperpublic_button .mask_box.prev {
  mask-image: url("../images/tt1_la.png");
  -webkit-mask-image: url("../images/tt1_la.png");
}
.swiperpublic_button .mask_box.next {
  mask-image: url("../images/tt1_lb.png");
  -webkit-mask-image: url("../images/tt1_lb.png");
}
.swiperpublic-pagination {
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  z-index: 2;
}
.swiperpublic-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  transition: 0.3s;
}
.swiperpublic-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  opacity: 0.6;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.swiperpublic-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0042a3;
  border: 2px solid #fff;
}
.swiperpublic-pagination .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.pro_menu .menu_all {
  background: #0042a3;
  color: #fff;
}
.pro_menu .menu_all a,
.pro_menu .menu_all span {
  color: #fff;
}
.pro_menu .menu_all .down {
  display: none;
}
.pro_menu_list {
  margin-top: 10px;
}
.pro_menu_list .list_box {
  border-radius: 4px;
  background: #f4f4f8;
  transition: 0.3s;
  padding: 15px 20px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
}
.pro_menu_list .list_box a {
  flex: 1;
}
.pro_menu_list .list_box.active {
  background: rgba(0, 66, 163, 0.12);
}
.pro_menu_list .list_box.active a {
  color: #0042a3;
}
.pro_menu_list .list_box.active .down img:nth-of-type(1) {
  display: none;
}
.pro_menu_list .list_box.active .down img:nth-of-type(2) {
  display: block;
}
.pro_menu_list .down {
  width: 20px;
  cursor: pointer;
}
.pro_menu_list .down img:nth-of-type(2) {
  display: none;
}
.pro_menu_list > li:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.public_menu_list1 {
  display: none;
  padding: 20px 0px;
}
.public_menu_list1 li:not(:nth-of-type(1)) {
  margin-top: 16px;
}
.public_menu_list1 a {
  display: block;
  padding: 0px 21px;
  color: #666;
  position: relative;
}
.public_menu_list1 a::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  background: #999;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.public_menu_list1 a:hover {
  color: #0042a3;
}
.public_menu_list1 a:hover::before {
  background: #0042a3;
}
.public_menu_list1 a.active {
  color: #0042a3;
}
.public_menu_list1 a.active::before {
  background: #0042a3;
}
.tags_box {
  margin-top: 30px;
}
.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.tags a {
  display: block;
  color: #666;
  background: #f4f4f8;
  padding: 4px 10px;
}
.tags a:hover {
  background: #0042a3;
  color: #fff;
}
.tho_index9 {
  background: #f2f6fb;
  padding-bottom: 100px;
}
.public_form_padding {
  padding-bottom: 80px;
}
.footer_title {
  color: #fff;
  font-family: Inter-SemiBold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  text-transform: uppercase;
}
footer {
  background: #071e40;
  padding: 60px 0px 0px;
}
footer .footer_title {
  flex: 1;
  max-width: 480px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
footer .icBox .iconfont {
  transition: 0.3s;
  font-size: 18px;
}
footer .icBox a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
}
footer .icBox a:hover {
  background: #0042a3;
}
footer .dif_footer {
  font-family: Inter-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #0042a3;
}
footer .dif_up {
  display: none;
}
footer .list {
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 26px;
}
footer .list a {
  color: rgba(255, 255, 255, 0.6);
}
footer .list a:hover {
  color: #fff;
}
footer .contact_list li:nth-of-type(2){
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
footer .contact_list li:nth-of-type(2) .flex_box{
	flex: 1;
}
footer .contact_list span,
footer .contact_list a {
  display: inline;
}
footer .add_img {
  margin-top: 20px;
}
footer .logoBox {
  width: 270px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
.footer_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer_b {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 39px;
  padding: 39px 0px 29px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.footer_b .ul4 {
  max-width: 340px;
}
.footer_c {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer_c_r {
  color: rgba(255, 255, 255, 0.8);
  padding: 15px 0px;
}
.footer_c_r a {
  color: rgba(255, 255, 255, 0.8);
}
.footer_c_r a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer_c_r .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_c_r .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #0042a3;
}
.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%;
}
#alert_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999999999;
  display: none;
}
.alert_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  background: #fff;
  max-height: 90vh;
  overflow: auto;
  width: 90%;
  max-width: 1132px;
  padding: 51px 50px 59px;
}
.alert_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.alert_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.alert_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.alert_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 0px;
  width: 100%;
  margin-top: 39px;
}
.alert_container form > * {
  width: 100%;
}
.alert_container form input,
.alert_container form textarea {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  font-family: Inter-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;
}
.alert_container form input::placeholder,
.alert_container form input::-webkit-input-placeholder,
.alert_container form textarea::placeholder {
  color: #666;
}
.alert_container form input:focus,
.alert_container form textarea:focus {
  border: 1px solid #d2d2d2;
}
.alert_container form .int1 {
  width: 49.5%;
}
.alert_container form input {
  height: 62px;
}
.alert_container form textarea {
  height: 152px;
  padding-top: 13px !important;
}
.alert_container form .ttBox {
  width: 100%;
}
.alert_container form .yzm {
  position: relative;
  display: flex;
}
.alert_container form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.alert_container form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.alert_container form .yzm span img {
  height: 100%;
}
.alert_container form .afterBox {
  position: relative;
}
.alert_container form .afterBox::before {
  left: 13px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.alert_container form .afterBox input,
.alert_container form .afterBox textarea {
  padding-left: 25px;
}
.alert_container form .ttBox::before {
  top: 28px;
}
.alert_container form .tj input {
  cursor: pointer;
  background: #0042a3;
  border: 1px solid #0042a3;
  color: #fff;
  transition: 0.3s;
}
.alert_container form .tj input:hover {
  background: transparent;
  color: #0042a3;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #666;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #0042a3;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1880px) {
  header .sousuo {
    margin-left: 45px;
  }
  header .lang {
    margin-left: 45px;
  }
  header .classify_list {
    gap: 28px;
  }
  header .center {
    gap: 48px;
  }
  .index5_container .figure_box {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1750px) {
  .index7 .controls {
    width: 46px;
    margin-bottom: 8%;
  }
  .index7 .controls.prev {
    left: 0px;
  }
  .index7 .controls.next {
    right: 0px;
  }
  .index1 .controls {
    width: 46px;
  }
  .index1 .controls.prev {
    left: 0px;
  }
  .index1 .controls.next {
    right: 0px;
  }
  .index3_r {
    transform: translateX(30px);
  }
  .index4_container .swiperindex4-pagination {
    right: -15px;
  }
}
@media screen and (max-width: 1580px) {
  header .logoBox {
    width: 210px;
  }
  header .classify_list {
    gap: 16px;
    font-size: 14px;
  }
  header .classify_list a {
    padding: 6px 0px;
  }
  header .lang {
    margin-left: 20px;
  }
  header .lang > ul {
    width: 110px;
  }
  header .lang > ul li {
    font-size: 15px;
    line-height: 25px;
    padding: 2px 0px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .sousuo .search {
    font-size: 20px;
    width: 80px;
  }
  header .center {
    gap: 36px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
  }
  header .menuOne > a {
    padding: 14px 0px;
  }
  header .menuOne > a::before {
    left: -6px;
  }
  header .ul{
    top: -20px;
  }
  header .ul1{
    top: 100%;
  }
  header .ul div {
    padding: 20px 0px;
  }
  header .ul li {
    font-size: 15px;
    line-height: 26px;
    padding: 0px 26px;
  }
  .header_r_top {
    padding-right: 20px;
  }
  .margin_top {
    margin-top: 95px;
  }
  .st1_list .name {
    color: #0042a3;
    position: relative;
    bottom: 0;
    margin-top: 10px;
    padding: 0px;
  }
}
@media screen and (max-width: 1500px) {
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .index_banner .controls {
    width: 42px;
  }
  .index_banner .controls.prev {
    left: 3%;
  }
  .index_banner .controls.next {
    right: 3%;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .buttonBox a {
    min-width: 150px !important;
    min-height: 48px !important;
    padding: 4px 20px !important;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .top_l {
    max-width: 460px;
  }
  .index1 .text {
    margin-top: 10px;
  }
  .index1 .sw_box {
    margin-top: 30px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .top_l {
    max-width: 680px;
  }
  .index2_container {
    margin-top: 40px;
    gap: 30px;
  }
  .index2_title {
    font-size: 20px;
    line-height: 28px;
  }
  .index2_menu {
    width: 22%;
    max-width: 250px;
    font-size: 18px;
    line-height: 28px;
  }
  .index2_menu img {
    margin-right: 0px;
    width: 26px;
  }
  .index2_menu figure {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index2_r {
    flex: 1;
    width: 50%;
  }
  .index2_r .describe {
    margin-top: 10px;
  }
  .index2_r .r_box {
    gap: 20px;
  }
  .big_describe {
    font-size: 16px;
    line-height: 28px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .content {
    align-items: center;
  }
  .index3 .describe {
    margin-top: 20px;
  }
  .index3 .buttonBox {
    margin-top: 30px;
  }
  .index3_list {
    padding: 20px 15px;
    margin-top: 20px;
    gap: 10px;
    justify-content: space-around;
  }
  .index3_list li {
    min-width: auto;
  }
  .index3_list .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .index3_number {
    padding: 25px 4% 20px;
  }
  .index3_number .big_num {
    font-size: 36px;
    line-height: 42px;
  }
  .index3_number .number_text {
    margin-top: 8px;
  }
  .index4_title {
    font-size: 24px;
    line-height: 30px;
  }
  .index4 {
    padding: 60px 0px 80px;
  }
  .index4_container {
    margin-top: 40px;
  }
  .index4_container .describe {
    margin-top: 12px;
  }
  .index4_r {
    padding-right: 35px;
    width: 40%;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .top_l {
    max-width: 350px;
  }
  .index5_container {
    margin-top: 30px;
  }
  .index5_container .logo::before {
    width: 92px;
  }
  .index5_container .logo1 {
    width: 26px;
  }
  .index5_container .figure_box {
    width: 500px;
    padding: 12px 16px;
    gap: 20px;
    left: 40%;
  }
  .index5_container .add_describe {
    margin-top: 10px;
    padding-top: 8px;
  }
  .index6 {
    padding: 80px 0px;
  }
  .index6_title {
    font-size: 28px;
    line-height: 42px;
  }
  .index7 {
    padding: 60px 0px 80px;
  }
  .index7 .title {
    bottom: -30px;
  }
  .index7 .turn_page {
    margin-top: 30px;
  }
  .index8 {
    padding-bottom: 60px;
  }
  .index8_container {
    margin-top: 30px;
  }
  .index8_container figure:nth-of-type(2) {
    transform: translateX(-100px);
  }
  .index8_container figure{
	  padding-top: 72.08px;
  }
  .index8_list li {
    width: 200px;
  }
  .index9_title {
    font-size: 20px;
    line-height: 28px;
  }
  .index9 {
    padding: 60px 0px;
  }
  .index9 .sw_box {
    margin-top: 30px;
  }
  .index9 .l_box {
    width: 62%;
  }
  .index9 .swiper_button{
	  width: 62%;
  }
  .index9 .controls{
	  width: 38px;
  }
  .index9 .r_box {
    padding: 20px 4%;
  }
  .index9 .describe {
    margin-top: 20px;
  }
  .index9 .links {
    margin-top: 25px;
  }
  .index10 {
    padding: 60px 0px;
  }
  .index10 .sw_box {
    margin-top: 40px;
  }
  .index10 .title_box {
    padding: 20px 20px 30px;
  }
  .index10 .time_box {
    padding: 0px 20px;
  }
  .index10 .time {
    font-size: 16px;
    line-height: 26px;
    padding: 14px 20px;
  }
  .index10 .show_box {
    padding: 20px;
  }
  .index10 .describe {
    margin-top: 20px;
  }
  .public_form {
    padding: 60px 0px !important;
  }
  .public_form .describe {
    margin-top: 10px;
  }
  .public_form_container {
    margin-top: 30px;
  }
  .public_form_container form input {
    height: 52px;
  }
  .public_form_container form textarea {
    height: 160px;
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 38px;
  }
  .mbx {
    margin-top: 4px;
  }
  .to2 {
    padding: 60px 0px;
  }
  .to2 .describe {
    margin-top: 6px !important;
  }
  .to2_title {
    font-size: 18px;
    line-height: 28px;
  }
  .to2_container {
    margin-top: 30px;
  }
  .to2_container .describe {
    margin-top: 6px;
    max-height: 130px;
  }
  .to2_container .r_box {
    padding: 10px 16px;
  }
  .to3_title {
    font-size: 26px;
    line-height: 34px;
  }
  .to3 {
    padding: 60px 0px;
  }
  .to3_container {
    margin-top: 30px;
  }
  .to3_list .big_num {
    font-size: 26px;
    line-height: 32px;
  }
  .to3_list .number_text {
    margin-top: 4px;
  }
  .to3_l {
    margin-left: 10px;
  }
  .to3_container1 {
    padding: 40px 20px;
  }
  .to4 .r_box {
    padding-top: 0px;
  }
  .to4 .describe {
    margin-top: 12px !important;
  }
  .to4_list {
    padding: 20px 15px;
    margin-top: 20px;
    gap: 10px;
    justify-content: space-around;
  }
  .to4_list li {
    min-width: auto;
  }
  .to4_list .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .to4_list .big_num_text {
    font-size: 15px;
  }
  .to5 {
    padding-bottom: 60px;
  }
  .to5 .top_r {
    width: 60%;
  }
  .to5_container {
    margin-top: 30px;
  }
  .to6 {
    padding: 60px 0px;
  }
  .to6 .top_l {
    max-width: 388px;
  }
  .to6_list {
    margin-top: 40px;
    gap: 20px 2%;
  }
  .to6_list li {
    width: 23.5%;
  }
  .to6_list .index1_title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .to7 {
    padding: 60px 0px;
  }
  .to7 .content {
    align-items: center;
  }
  .to7 .text {
    margin-top: 8%;
  }
  .to7_list {
    gap: 15px;
  }
  .to7_list .describe {
    margin-top: 6px;
  }
  .to7_list li {
    padding-bottom: 15px;
  }
  .to8 {
    padding: 60px 0px;
  }
  .tt1 {
    padding: 0px;
  }
  .tt1 figure {
    padding: 60px 0px;
  }
  .tt1 .tt1_sw_box {
    margin-top: 40px !important;
  }
  .tt1_container .describe {
    margin-top: 10px;
  }
  .tt1_sw_box .mask_box {
    width: 36px;
  }
  .tt1_sw_box .swiper_box {
    margin-top: 30px;
  }
  .tt1_sw_box .r_box {
    gap: 15px;
    padding: 6%;
  }
  .tth1 {
    padding: 60px 0px 0px;
  }
  .tth1 .top_l {
    max-width: 464px;
  }
  .tth1_list {
    margin-top: 30px;
  }
  .tho1_l_title {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 16px;
  }
  .tho1 {
    padding: 60px 0px;
  }
  .tho1_r .text {
    margin-top: 12px;
  }
  .tho1_form {
    margin-top: 30px;
  }
  .tho1_list .title {
    margin-top: 10px;
  }
  .tht1 {
    padding: 60px 0px;
  }
  .tht1 .describe {
    margin-top: 4%;
  }
  .tht1 .buttonBox_share {
    margin-top: 8%;
  }
  .tht2 {
    padding-bottom: 60px;
  }
  .tht2_container {
    margin-top: 20px;
    gap: 10px;
  }
  .tht2_container span {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 16px;
  }
  .tht3 {
    padding-bottom: 60px;
  }
  .tht3 .content {
    gap: 30px;
  }
  .tht3_l .describe {
    margin-top: 12px;
  }
  .tht4 {
    padding-bottom: 60px;
  }
  .tht4_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .tht5 {
    padding-bottom: 60px;
  }
  .tht5 .sw_box {
    margin-top: 20px;
  }
  .tht6 {
    padding: 60px 0px;
  }
  .tht6 .sw_box {
    margin-top: 30px;
  }
  .tht6 .title {
    margin-top: 10px;
  }
  .fuo1 {
    padding: 60px 0px;
  }
  .fuo1_container {
    margin-top: 40px;
  }
  .fuo_box {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .fuo2_list {
    margin-top: 30px;
  }
  .fuo3_list {
    margin-top: 10px;
  }
  .fuo3_list .text {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo3_list .logo {
    width: 24px;
  }
  .fuo4_list {
    margin-top: 30px;
  }
  .fuo4_list .logo {
    width: 52px;
  }
  .fuo4_list li {
    padding: 20px 16px;
  }
  .fuo4_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .fuo5 .describe {
    margin-top: 20px;
  }
  .fuo6 .sw_box {
    margin-top: 20px;
  }
  .fuo6 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 14px;
  }
  .fuo8 .describe {
    margin-top: 20px;
  }
  .fuo9_list {
    margin-top: 30px;
  }
  .fuo9_list .logo {
    width: 52px;
  }
  .fuo9_list .name {
    font-size: 18px;
    line-height: 28px;
  }
  .fuo10_list {
    margin-top: 20px;
  }
  .fuo12 .container {
    padding-top: 60px;
  }
  .fuo12_list {
    margin-top: 5px;
  }
  .fuo12_list .faq_a {
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .fuo12_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo12_list li {
    padding: 15px 0px;
  }
  .fuo12_container .l_box {
    width: 46%;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_list {
    margin-top: 30px;
    gap: 30px;
  }
  .fo1_list .r_box {
    padding: 3% 5%;
  }
  .fo1_list .describe {
    margin-top: 12px;
  }
  .ft1 {
    padding: 60px 0px;
  }
  .ft1 .describe {
    padding: 20px 0px;
    margin-top: 20px;
  }
  .ft1 .describe strong {
    font-size: 18px;
    line-height: 28px;
  }
  .so1 {
    padding-top: 60px;
  }
  .so1_list {
    margin-top: 30px;
    gap: 20px 0px;
  }
  .so1_list a {
    padding: 0px 20px;
    gap: 20px;
  }
  .so1_list .title {
    font-size: 16px;
    line-height: 28px;
    padding: 16px 0px;
    padding-right: 16px;
  }
  .so1_list .logo {
    width: 30px;
  }
  .st1 {
    padding-top: 60px 0px 0px;
  }
  .st1_list {
    margin-top: 30px;
  }
  .sth1 {
    padding: 60px 0px 0px;
  }
  .sth1_list {
    margin-top: 30px;
  }
  .sth1_list .title {
    font-size: 16px;
    line-height: 26px;
    padding-top: 3px;
  }
  .sth1_list .logo {
    width: 30px;
  }
  .seo1 {
    padding: 60px 0px;
  }
  .seo1_list .time {
    font-size: 16px;
    line-height: 26px;
    padding: 14px 20px;
    margin-top: 15px;
  }
  .seo1_list .box {
    padding: 20px 20px 10px;
  }
  .seo1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .seo1_list .describe {
    margin-top: 10px;
  }
  .set1 {
    padding: 60px 0px;
  }
  .set1_container {
    padding: 25px 0px;
  }
  .set1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .set1_container .title + .describe {
    margin-top: 12px !important;
  }
  .set1_container ul li:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .set1_container figure:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .set1_container .img_container {
    margin-top: 20px;
  }
  .set1_list {
    gap: 20px 2%;
    margin-top: 15px;
  }
  .set1_list section {
    width: 32%;
    padding: 20px;
  }
  .set1_list .number {
    font-size: 20px;
    line-height: 30px;
  }
  .set1_list .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 4px;
  }
  .set1_list .text {
    margin-top: 4px;
  }
  .eo1 {
    padding: 60px 0px;
  }
  .eo1_l .big_title {
    margin-top: 0px;
  }
  .eo1_list {
    margin-top: 40px;
  }
  .eo1_list .logo {
    width: 52px;
  }
  .eo1_list li {
    gap: 12px;
  }
  .eo1_list .contact_describe {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .eo1_list .text {
    margin-top: 4px;
  }
  .eo1_r {
    padding: 36px 32px;
  }
  .eo1_r form {
    margin-top: 20px;
  }
  .eo1_r form input {
    height: 52px;
  }
  .eo1_r form textarea {
    height: 160px;
  }
  .eo1_r form .yzm span {
    height: 36px;
  }
  .new_menu .new_title {
    font-size: 24px;
    line-height: 32px;
  }
  .new_list {
    margin-top: 20px;
    gap: 15px;
  }
  .new_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .swiperpublic_button .mask_box {
    width: 36px;
  }
  .pro_menu_list .list_box {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 28px;
  }
  .pro_menu_list .down {
    width: 16px;
  }
  .public_top .top_r .text {
    margin-top: 0px !important;
  }
  .footer_title {
    font-size: 28px;
    line-height: 42px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .footer_title {
    max-width: 390px;
  }
  footer .list {
    line-height: 32px;
    margin-top: 12px;
  }
  .footer_b {
    padding: 30px 0px;
    margin-top: 30px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .page_box {
    gap: 8px 10px;
  }
  .PageNumber .submit {
    gap: 10px;
  }
  .fuo_padding {
    padding-bottom: 60px !important;
  }
  .page_change {
    padding-top: 30px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .logo img {
    max-width: 10px;
  }
  .page_change .box {
    line-height: 24px;
  }
  .alert_container form {
    margin-top: 30px;
  }
  .alert_container form input {
    height: 52px;
  }
  .alert_container form textarea {
    height: 160px;
  }
}
@media screen and (max-width: 1300px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  header .logoBox {
    width: 150px;
  }
  header .classify_list {
    display: none;
  }
  header .sousuo {
    margin-left: 26px;
  }
  header .sousuo .search {
    font-size: 16px;
    width: auto;
    background: transparent !important;
  }
  header .center {
    gap: 22px;
  }
  header .menuOne > a {
    font-size: 14px;
    line-height: 24px;
    padding: 21.5px 0px 22px;
  }
  header .menuOne > a::before {
    display: none;
  }
  .header_r_top {
    padding-right: 0px;
    border-bottom: none;
  }
  .header_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-right: 25px;
  }
  .margin_top {
    margin-top: 67.5px;
  }
  .to2_container figure {
    width: 100%;
  }
  .to2_container .l_box {
    max-width: 480px;
  }
  .to2_container .r_box {
    padding: 10px 4%;
  }
  .to2_container .describe {
    max-height: none;
  }
}
@media screen and (max-width: 1200px) {
  .tt1 figure:nth-of-type(odd) .tt_l_box {
    float: right;
    margin-left: 6%;
  }
  .tt1 figure:nth-of-type(even) .tt_l_box {
    float: left;
    margin-right: 6%;
  }
  .tt1_container {
    display: block;
  }
  .tt1_container .tt_r_box {
    width: 100%;
  }
  .tt1_container .tt_l_box {
    margin-bottom: 5px;
  }
  .fuo4_list {
    gap: 20px 2%;
  }
  .fuo4_list li {
    width: 23.5%;
  }
  .index3_r {
    transform: translateX(0%);
  }
  .index4_container .swiperindex4-pagination {
    right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .header_r_bottom {
    display: none;
  }
  .header_r {
    padding-right: 86px;
  }
  .index2_container {
    flex-wrap: wrap;
    gap: 40px;
  }
  .index2_menu {
    width: 100%;
    max-width: 100%;
  }
  .index2_menu figure {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .index2_r {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #0042a3 !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;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .margin_top {
    margin-top: 56.69px;
  }
  header .logoBox {
    width: 126px;
  }
  header .lang .lang_box span {
    font-size: 14px;
    line-height: 24px;
  }
  .header_r {
    padding-right: 70px;
  }
  .buttonBox a {
    min-width: 120px !important;
    min-height: 40px !important;
    padding: 4px 14px !important;
  }
  .big_title {
    font-size: 20px;
    line-height: 30px;
  }
  .public_top {
    gap: 6px !important;
  }
  .public_top .top_l {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .public_top .top_r {
    width: 100%;
  }
  .public_top .top_r * {
    margin: 0px !important;
  }
  .public_top .top_r .buttonBox {
    margin-top: 6px !important;
  }
  .index1_title {
    font-size: 16px;
    line-height: 26px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .text {
    margin-top: 4px;
  }
  .index1 .sw_box {
    margin-top: 15px;
  }
  .index1 .swiper-slide {
    padding-bottom: 10px;
  }
  .index2_title {
    font-size: 16px;
    line-height: 26px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2_container {
    margin-top: 15px;
    gap: 15px;
  }
  .index2_menu {
    font-size: 15px;
    line-height: 24px;
  }
  .index2_menu img {
    width: 20px;
  }
  .index2_r {
    gap: 15px;
  }
  .index2_r .describe {
    margin-top: 4px;
  }
  .index2_r .links a {
    gap: 6px;
  }
  .index2_r .links .links_logo {
    width: 18px;
  }
  .title_before {
    padding-left: 15px;
  }
  .title_before::before {
    width: 8px;
  }
  .big_describe {
    font-size: 15px;
    line-height: 25px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .big_title {
    margin-top: 2px;
  }
  .index3 .describe {
    margin-top: 4px;
  }
  .index3 .buttonBox {
    margin-top: 15px;
  }
  .index3_l {
    flex: none;
    width: 100%;
    padding: 0px;
    max-width: 100%;
  }
  .index3_r {
    width: 100%;
    margin-bottom: 30px;
  }
  .index3_list li {
    min-width: 26%;
  }
  .index4_title {
    font-size: 18px;
    line-height: 26px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4_container {
    margin-top: 15px;
  }
  .index4_container .swiperindex4-pagination {
    margin-top: 15px;
    width: 100%;
    height: auto;
    position: relative;
    transform: none !important;
    gap: 6px;
    flex-direction: row;
  }
  .index4_l {
    width: 100%;
  }
  .index4_r {
    margin-top: 15px;
    width: 100%;
    padding: 0px;
  }
  .index4_r .describe {
    margin-top: 4px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5_container {
    padding-right: 0px;
    margin-top: 20px;
  }
  .index5_container .map_img {
    display: none;
  }
  .index5_container .map_img1 {
    display: block;
  }
  .index5_container .map_details {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin-top: 15px;
  }
  .index5_container figure {
    width: 100%;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
  }
  .index5_container .logo,
  .index5_container .logo1 {
    display: none;
  }
  .index5_container .figure_box {
    width: 100%;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    transform: none !important;
    display: flex !important;
    padding: 16px;
  }
  .index5_container .r_box {
    max-width: 263px;
    margin-top: 0px;
  }
  .index5_container .add_name,
  .index5_container .add_describe {
    display: block;
    overflow: initial;
  }
  .index6_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6 .index6_title {
    font-size: 18px;
    line-height: 28px;
  }
  .index6 .container {
    width: 100%;
  }
  .index6 .describe {
    margin-top: 4px;
  }
  .index6 .buttonBox {
    margin-top: 12px;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .controls {
    width: 32px;
    margin-bottom: 0px;
    bottom: 50%;
  }
  .index7 .controls.prev {
    transform: translate(-100%, 50%);
  }
  .index7 .controls.next {
    transform: translate(100%, 50%);
  }
  .index1 .controls {
    width: 32px;
  }
  .index1 .controls.prev {
    transform: translate(-100%, -50%);
  }
  .index1 .controls.next {
    transform: translate(100%, -50%);
  }
  .index8 {
    padding-bottom: 30px;
  }
  .index8_container {
    margin-top: 15px;
    gap: 15px;
  }
  .index8_container figure:nth-of-type(2) {
    transform: translateX(-90px);
  }
  .index8_container figure{
	  padding-top: 64.88px;
  }
  .index8_list li {
    width: 180px;
  }
  .index9_title {
    font-size: 16px;
    line-height: 26px;
  }
  .index9 {
    padding: 30px 0px;
  }
  .index9 .sw_box {
    margin-top: 15px;
  }
  .index9 .l_box {
    width: 100%;
  }
  .index9 .r_box {
    flex: none;
    width: 100%;
  }
  .index9 .describe {
    margin-top: 4px;
  }
  .index9 .links {
    margin-top: 12px;
  }
  .index9 .swiper_button {
    width: 100%;
    top: 0%;
    transform: none;
    padding: 0px 15px;
    margin-top: 28%;
  }
  .index9 .controls{
	  width: 32px;
  }
  .index10 {
    padding: 30px 0px;
  }
  .index10 .sw_box {
    margin-top: 15px;
  }
  .index10 .show_box {
    display: none;
  }
  .index10 .title_box {
    padding: 12px 15px;
  }
  .index10 .time_box {
    padding: 0px 15px;
  }
  .index10 .time {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
  }
  .index10 .swiper-slide {
    padding-bottom: 4px;
  }
  .public_form {
    padding: 30px 0px !important;
  }
  .public_form .describe {
    margin-top: 4px;
  }
  .public_form_container {
    padding: 20px;
    margin-top: 15px;
    border-radius: 16px;
  }
  .public_form_container form {
    gap: 8px 0px;
  }
  .public_form_container form input,
  .public_form_container form textarea {
    font-size: 14px;
    padding: 0px 10px;
  }
  .public_form_container form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .public_form_container form input {
    height: 42px !important;
  }
  .public_form_container form .afterBox input,
  .public_form_container form .afterBox textarea {
    padding-left: 14px;
  }
  .public_form_container form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .public_form_container form .ttBox::before {
    top: 18px;
  }
  .public_form_container form .yzm span {
    height: 26px;
  }
  .bannerBox .banner_title {
    font-size: 24px;
    line-height: 30px;
  }
  .to2_title {
    font-size: 16px;
    line-height: 26px;
  }
  .to2 {
    padding: 30px 0px;
  }
  .to2 .describe {
    margin-top: 4px !important;
  }
  .to2_container {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .to2_list {
    margin-top: 20px;
  }
  .to2_list .box {
    margin-top: 6px;
  }
  .to3_title {
    font-size: 20px;
    line-height: 28px;
  }
  .to3 {
    padding: 30px 0px;
  }
  .to3_container {
    margin-top: 15px;
  }
  .to3_list {
    right: 12px;
    bottom: 12px;
  }
  .to3_list li {
    padding: 0px 18px;
  }
  .to3_container1 {
    padding: 20px;
  }
  .to3_l {
    margin-left: 0px;
    padding-right: 15px;
  }
  .to4 {
    padding-bottom: 30px;
  }
  .to4 .describe {
    margin-top: 4px !important;
  }
  .to4 .l_box {
    width: 100%;
    max-width: 700px;
    float: none;
    margin: 0px auto !important;
  }
  .to4 .r_box {
    padding-top: 15px;
  }
  .to4_list {
    margin-top: 15px;
  }
  .to4_list li {
    min-width: 26%;
  }
  .to4_list .big_num_text {
    font-size: 14px;
  }
  .to5 {
    padding-bottom: 30px;
  }
  .to5_container {
    margin-top: 15px;
  }
  .to5_container figure {
    padding: 20px 0px;
  }
  .to5_l {
    padding-top: 0px;
  }
  .to5_l .r_box {
    margin-left: 20px;
  }
  .to5_r .l_box {
    padding-top: 0px;
  }
  .to6 {
    padding: 30px 0px;
  }
  .to6_list {
    margin-top: 15px;
  }
  .to6_list .index1_title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
  .to7 {
    padding: 30px 0px;
  }
  .to7 .content {
    gap: 15px;
  }
  .to7 .text {
    margin-top: 4px;
  }
  .to7_l {
    width: 100%;
    order: 2;
  }
  .to7_center {
    width: 120px;
    order: 1;
    margin: 0px auto;
    transform: none;
  }
  .to7_list {
    order: 3;
    width: 100%;
    gap: 10px;
  }
  .to7_list .describe {
    margin-top: 4px;
  }
  .to7_list li {
    padding-bottom: 10px;
  }
  .to8 {
    padding: 30px 0px;
  }
  .tt1 figure {
    padding: 30px 0px;
  }
  .tt1 figure:nth-of-type(odd) .tt_l_box {
    margin-left: 4%;
  }
  .tt1 figure:nth-of-type(even) .tt_l_box {
    margin-right: 4%;
  }
  .tt1 .describe1 {
    margin-top: 12px;
  }
  .tt1 .tt1_sw_box {
    margin-top: 15px !important;
  }
  .tt1_container .describe {
    margin-top: 4px;
  }
  .tt1_sw_box .index6_title {
    text-align: center;
  }
  .tt1_sw_box .swiper_button {
    justify-content: center;
    margin-bottom: 10px;
  }
  .tt1_sw_box .mask_box {
    width: 32px;
  }
  .tt1_sw_box .swiper_box {
    margin-top: 5px;
  }
  .tth1 {
    padding: 30px 0px 0px;
  }
  .tth1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .tth1_list li {
    width: 23.5%;
  }
  .tth1_list .name {
    margin-top: 6px;
  }
  .tho1 {
    padding: 30px 0px;
  }
  .tho1 .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .tho1_r {
    padding-top: 0px;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .tho1_r .text {
    margin-top: 4px;
  }
  .tho1_form {
    margin-top: 15px;
  }
  .tho1_list {
    gap: 20px 2%;
  }
  .tho1_list li {
    width: 32%;
  }
  .tho1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .tho1_l {
    width: 100%;
    max-width: 100%;
  }
  .tho1_l_title {
    padding: 6px 16px;
  }
  .tht1 {
    padding: 30px 0px;
  }
  .tht1 .content {
    flex-wrap: wrap;
  }
  .tht1 .r_box {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
  }
  .tht1_r {
    width: 100%;
    padding-top: 15px;
  }
  .tht1_r .describe {
    margin-top: 4px;
  }
  .tht1_r .buttonBox_share {
    margin-top: 15px;
  }
  .tht2,
  .tht3,
  .tht4,
  .tht5 {
    padding-bottom: 30px;
  }
  .tht2_container {
    margin-top: 12px;
  }
  .tht2_container span {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 12px;
  }
  .tht3 .content {
    gap: 20px;
  }
  .tht3 figure {
    display: block !important;
  }
  .tht3 figure:nth-of-type(odd) .tht3_r {
    float: right;
    margin-left: 4%;
  }
  .tht3 figure:nth-of-type(even) .tht3_r {
    float: left;
    margin-right: 4%;
  }
  .tht3_r {
    width: 48.667%;
    margin-bottom: 5px;
  }
  .tht3_r .swiperpublic-pagination {
    bottom: 10px;
  }
  .tht3_l {
    width: 100%;
  }
  .tht3_l .describe {
    margin-top: 4px;
  }
  .tht4_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .tht4_list li {
    width: 100%;
    padding-left: 26px;
  }
  .tht4_list em {
    font-size: 16px;
    line-height: 26px;
  }
  .tht4_list em::before {
    top: 3px;
    width: 20px;
    left: -26px;
  }
  .tht4_list .describe {
    margin-top: 4px;
  }
  .tht5 .sw_box {
    margin-top: 15px;
  }
  .tht5 .swiperpublic-pagination {
    margin-top: 15px;
  }
  .tht6 {
    padding: 30px 0px;
  }
  .tht6 .top_l {
    text-align: center;
  }
  .tht6 .sw_box {
    margin-top: 12px;
  }
  .tht6 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .tht6 .links a {
    margin-top: 0px;
  }
  .fuo1 {
    padding: 30px 0px;
  }
  .fuo1 .top_r {
    padding-left: 0px;
    border: none;
  }
  .fuo1_container {
    margin-top: 20px;
  }
  .fuo_box {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .fuo2_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .fuo2_list li {
    padding: 20px;
  }
  .fuo2_list .logo {
    width: 42px;
  }
  .fuo2_list .number {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .fuo2_list .describe {
    margin-top: 4px;
  }
  .fuo3_list {
    margin-top: 5px;
  }
  .fuo3_list li {
    padding: 10px 0px;
  }
  .fuo3_list .text {
    font-size: 14px;
    line-height: 22px;
  }
  .fuo3_list .logo {
    width: 18px;
  }
  .fuo4_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .fuo4_list .logo {
    width: 42px;
  }
  .fuo4_list .name {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }
  .fuo5 .describe {
    margin-top: 4px;
  }
  .fuo5 .l_box {
    width: 46%;
  }
  .fuo6 .top_l {
    text-align: center;
  }
  .fuo6 .sw_box {
    margin-top: 15px;
  }
  .fuo6 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .fuo6 .describe {
    margin-top: 4px;
  }
  .fuo7 {
    padding-bottom: 20px !important;
  }
  .fuo7 .describe {
    margin-top: 4px;
  }
  .fuo8 .describe {
    margin-top: 4px;
  }
  .fuo8 .l_box {
    width: 46%;
  }
  .fuo9_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .fuo9_list li {
    padding: 20px;
  }
  .fuo9_list .logo {
    width: 42px;
  }
  .fuo9_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .fuo9_list .describe {
    margin-top: 4px;
  }
  .fuo10_list {
    margin-top: 15px;
  }
  .fuo10_list .name {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .fuo12 .container {
    padding-top: 30px;
  }
  .fuo12_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fuo12_list li {
    padding: 10px 0px;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1_menu {
    margin-top: 15px;
  }
  .fo1_menu a {
    padding: 6px 12px;
  }
  .fo1_list {
    margin-top: 15px;
    gap: 15px;
  }
  .fo1_list .describe {
    margin-top: 4px;
  }
  .fo1_list .r_box {
    padding: 3% 4%;
    gap: 10px;
  }
  .ft1 {
    padding: 30px 0px;
  }
  .ft1 .share_box {
    margin-top: 8px;
  }
  .ft1 .describe {
    padding: 12px 0px;
    margin-top: 12px;
  }
  .ft1 .describe strong {
    font-size: 15px;
    line-height: 24px;
  }
  .so1 {
    padding-top: 30px;
  }
  .so1_list {
    margin-top: 12px;
    gap: 15px 0px;
  }
  .so1_list a {
    padding: 0px 12px;
    gap: 12px;
  }
  .so1_list .title {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0px;
    padding-right: 12px;
  }
  .so1_list .logo {
    width: 22px;
  }
  .st1 {
    padding-top: 30px;
  }
  .st1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .st1_list li {
    width: 32%;
  }
  .st1_list .bofangBox {
    width: 46px;
  }
  .sth1 {
    padding-top: 30px;
  }
  .sth1_list {
    margin-top: 15px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .sth1_list li {
    width: 100%;
    gap: 15px;
  }
  .sth1_list .logo {
    width: 28px;
  }
  .sth1_list .title {
    font-size: 14px;
    line-height: 24px;
  }
  .sth1_list .describe {
    margin-top: 4px;
  }
  .sth1_list figure {
    padding: 16px 20px;
  }
  .sth1_list .faq_q {
    gap: 8px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1 .fo1_menu {
    margin-top: 15px;
  }
  .seo1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .seo1_list li {
    width: 32%;
  }
  .seo1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .seo1_list .time {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
    margin-top: 5px;
  }
  .seo1_list .describe {
    margin-top: 4px;
  }
  .seo1_list .box {
    padding: 10px 15px 0px;
  }
  .set1 {
    padding: 30px 0px;
  }
  .set1 .content {
    gap: 30px;
    flex-wrap: wrap;
  }
  .set1_l {
    flex: none;
    width: 100%;
  }
  .set1_l .time_share {
    margin-top: 6px;
    gap: 8px 16px;
  }
  .set1_container {
    margin-top: 10px;
    padding: 12px 0px;
  }
  .set1_container ul li {
    padding-left: 26px;
  }
  .set1_container ul li > p {
    font-size: 16px;
    line-height: 26px;
  }
  .set1_container ul li > p::before {
    top: 3px;
    width: 20px;
    left: -26px;
  }
  .set1_container ul li > div {
    margin-top: 4px;
  }
  .set1_container ul li:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
  .set1_container .img_container {
    margin-top: 12px;
  }
  .set1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .set1_container .title + .describe {
    margin-top: 4px !important;
  }
  .set1_container figure:not(:nth-of-type(1)) {
    margin-top: 20px !important;
  }
  .set1_float_box {
    margin-top: 15px;
  }
  .set1_float_box .l_box {
    padding-top: 0px;
  }
  .set1_list {
    gap: 15px 2%;
  }
  .set1_list section {
    padding: 16px;
  }
  .set1_list .number {
    font-size: 16px;
    line-height: 24px;
  }
  .set1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .set1_list .text {
    margin-top: 4px;
  }
  .eo1 {
    padding: 30px 0px;
  }
  .eo1 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .eo1_list {
    gap: 15px 4%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .eo1_list li {
    width: 48%;
  }
  .eo1_list li:nth-last-of-type(1) {
    width: 100%;
  }
  .eo1_list .text {
    margin-top: 2px;
  }
  .eo1_list .logo {
    width: 36px;
  }
  .eo1_list .contact_describe {
    font-family: Inter-Medium;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .eo1_list .box {
    padding-top: 0px;
  }
  .eo1_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .eo1_r {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
  }
  .eo1_r form {
    gap: 8px 0px;
    margin-top: 12px;
  }
  .eo1_r form input,
  .eo1_r form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .eo1_r form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .eo1_r form input {
    height: 42px !important;
  }
  .eo1_r form .afterBox input,
  .eo1_r form .afterBox textarea {
    padding-left: 14px;
  }
  .eo1_r form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .eo1_r form .ttBox::before {
    top: 18px;
  }
  .eo1_r form .yzm span {
    height: 26px;
  }
  .new_menu {
    width: 100%;
    max-width: 100%;
  }
  .new_title {
    font-size: 20px;
    line-height: 28px;
  }
  .new_list {
    margin-top: 4px;
    gap: 8px;
  }
  .new_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .swiperpublic_button {
    justify-content: center;
  }
  .swiperpublic_button .mask_box {
    width: 32px;
  }
  .swiperpublic-pagination {
    gap: 6px;
  }
  .pro_menu .menu_all .down {
    display: block;
    filter: brightness(0) invert(1);
  }
  .pro_menu_list {
    display: none;
  }
  .pro_menu_list .list_box {
    padding: 6px 16px;
    font-size: 15px;
    line-height: 25px;
  }
  .public_menu_list1 {
    padding: 10px 0px 0px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
  .tags_box {
    margin-top: 15px;
  }
  .footer_title {
    font-size: 20px;
    line-height: 28px;
  }
  footer {
    padding: 30px 0px 40px;
  }
  footer .icBox {
    width: 100%;
    gap: 6px;
    justify-content: center;
  }
  footer .icBox a {
    width: 32px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .footer_title {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .dif_up {
    filter: brightness(0) invert(1);
    display: block;
  }
  footer .list {
    line-height: 26px;
    margin-top: 4px;
  }
  footer .logoBox {
    width: 140px;
  }
  .footer_a {
    text-align: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer_b {
    margin-top: 15px;
    padding: 15px 0px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_b > * {
    width: 100%;
    max-width: 100% !important;
  }
  .footer_c {
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 15px;
    align-items: center;
    justify-content: center;
  }
  .footer_c_r {
    width: 100%;
    padding: 0px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px 10px;
  }
  .PageNumber .iconfont {
    font-size: 12px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 32px;
    height: 32px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .fuo_padding {
    padding-bottom: 30px !important;
  }
  .page_change {
    padding-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 15px;
  }
  .alert_container {
    padding: 20px 30px 30px;
  }
  .alert_container form {
    gap: 8px 0px;
    margin-top: 15px;
  }
  .alert_container form input,
  .alert_container form textarea {
    font-size: 14px;
    padding: 0px 10px;
  }
  .alert_container form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .alert_container form input {
    height: 42px !important;
  }
  .alert_container form .afterBox input,
  .alert_container form .afterBox textarea {
    padding-left: 14px;
  }
  .alert_container form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .alert_container form .ttBox::before {
    top: 18px;
  }
  .alert_container form .yzm span {
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu *:nth-of-type(1) .hide_box {
    left: 5px;
    right: auto;
    transform: none;
  }
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .index_banner .controls {
    width: 32px;
  }
  .index3_number {
    max-width: 160px;
    padding: 18px 4%;
  }
  .index3_number .big_num {
    font-size: 24px;
    line-height: 28px;
  }
  .index3_number .number_text {
    margin-top: 4px;
  }
  .index7 .controls {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    transform: none !important;
    width: 26px;
  }
  .index7 .swiper_button {
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
  }
  .index1 .controls {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    transform: none !important;
    width: 26px;
  }
  .index1 .swiper_button {
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
  }
  .index9 .controls {
    width: 36px;
  }
  .bannerBox {
    padding-top: 230px;
  }
  .to2_container {
    gap: 20px 2%;
  }
  .to2_container figure {
    width: 49%;
  }
  .to2_container .r_box {
    width: 100%;
    flex: none;
    padding: 12px 15px 20px;
  }
  .to2_container .l_box {
    width: 100%;
  }
  .to2_list {
    gap: 20px 2%;
  }
  .to2_list li {
    width: 49%;
  }
  .to3_l {
    flex: none;
    border: none;
    padding-right: 0px;
    width: 100%;
  }
  .to3_r {
    width: 100%;
    margin-top: 4px;
  }
  .to5_container figure {
    gap: 12px;
    padding: 12px 0px;
  }
  .to5_l {
    flex: none;
    width: 100%;
  }
  .to5_r {
    width: 100%;
  }
  .to6_list {
    gap: 20px 4%;
  }
  .to6_list li {
    width: 48%;
  }
  .fuo2_list li {
    width: 100%;
  }
  .fuo3 .content {
    gap: 20px;
  }
  .fuo3_l {
    width: 100%;
  }
  .fuo3_r {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
  }
  .fuo4_list li {
    width: 32%;
  }
  .fuo5 .content {
    gap: 12px 0px;
    flex-wrap: wrap;
    max-width: 658px;
  }
  .fuo5 .l_box {
    width: 100%;
    max-width: 658px;
    margin: 0px auto;
  }
  .fuo5 .r_box {
    width: 100%;
  }
  .fuo8 .content {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 666px;
  }
  .fuo8 .l_box {
    width: 100%;
  }
  .fuo8 .r_box {
    width: 100%;
  }
  .fuo10_list {
    gap: 15px 2%;
  }
  .fuo10_list li {
    width: 49%;
  }
  .fuo12_container .content {
    max-width: 732px;
    gap: 12px;
  }
  .fuo12_container .r_box {
    width: 100%;
  }
  .fuo12_container .l_box {
    width: 100%;
  }
  .fo1_list {
    gap: 15px 2%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fo1_list li {
    width: 49%;
  }
  .fo1_list .l_box {
    width: 100%;
  }
  .fo1_list .r_box {
    width: 100%;
    flex: none;
  }
  .so1_list li {
    width: 100%;
  }
  .seo1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .index2_r .swiper-slide {
    padding: 0px;
  }
  .index2_r .l_box {
    width: 100%;
    padding-left: 10px;
  }
  .index2_r .r_box {
    width: 100%;
    padding: 25px 0px 0px;
    gap: 12px;
  }
  .index5_container figure {
    width: 49%;
  }
  .index5_container .figure_box {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .index5_container .r_box {
    width: 100%;
    max-width: 100%;
  }
  .index5_container .l_box {
    flex: none;
    width: 100%;
  }
  .to3_list {
    right: 0;
    bottom: 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px 15px;
    justify-content: space-between;
    gap: 15px;
  }
  .to3_list .big_num {
    color: #0042a3;
    font-size: 24px;
  }
  .to3_list .number_text {
    color: #0042a3;
  }
  .to3_list li {
    padding: 0px;
    flex: 1;
    border-color: #0042a3;
    padding-left: 20px;
    max-width: none;
  }
  .to3_list li:nth-of-type(1) {
    padding-left: 0px !important;
  }
  .tt1_container .tt_l_box {
    float: none !important;
    margin: 0px !important;
    width: 100%;
  }
  .tt1_container .tt_r_box {
    padding-top: 12px;
  }
  .tt1_sw_box .l_box {
    width: 100%;
  }
  .tt1_sw_box .r_box {
    flex: none;
    width: 100%;
    gap: 8px;
    padding: 12px 12px 15px;
  }
  .tth1_list li {
    width: 32%;
  }
  .tho1_list .title {
    font-size: 14px;
    line-height: 24px;
  }
  .tho1_list li {
    width: 49%;
  }
  .tht3_r {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
  }
  .tht3_l {
    padding-top: 12px;
  }
  .fuo9_list li {
    width: 100%;
  }
  .st1_list li {
    width: 49%;
  }
  .set1_list section {
    width: 49%;
  }
  .set1_float_box .r_box {
    width: 100%;
    margin: 0px !important;
    float: none;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
	 .index9 .swiper_button{
		 margin-top: 26%;
	 }
  .header_r {
    padding-right: 56px;
  }
  .index3_r {
    margin-bottom: 0px;
  }
  .index3_r .bofangBox {
    width: 60px;
  }
  .index3_list {
    flex-wrap: wrap;
  }
  .index3_list li {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .index3_list .big_num {
    justify-content: center;
  }
  .index3_number {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .index3_number::before {
    display: none;
  }
  .public_form_container form .int1 {
    width: 100%;
  }
  .to2_container figure {
    width: 100%;
  }
  .to2_list li {
    width: 100%;
  }
  .to3_list {
    flex-wrap: wrap;
  }
  .to3_list li {
    width: 100%;
    max-width: 100%;
    text-align: center;
    flex: none;
    border: none;
    padding: 0px !important;
  }
  .to3_list .big_num {
    justify-content: center;
  }
  .to4_list {
    flex-wrap: wrap;
  }
  .to4_list .number_box {
    justify-content: center;
  }
  .to4_list li {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .to4_list .big_num {
    justify-content: center;
  }
  .to5_r .r_box {
    width: 46%;
    margin-left: 4%;
  }
  .tth1_list li {
    width: 49%;
  }
  .fuo4_list li {
    width: 49%;
  }
  .fo1_list li {
    width: 100%;
  }
  .eo1_list li {
    width: 100%;
  }
  .eo1_r form .int1 {
    width: 100%;
  }
  .PageNumber {
    flex-direction: column;
  }
  .alert_container form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index5_container figure {
    width: 100%;
  }
  .index5_container .figure_box {
    align-items: flex-start;
    text-align: center;
  }
  .index5_container .r_box {
    width: 100%;
    max-width: 263px;
    margin: 0px auto;
  }
  .to5_r .r_box {
    width: 48%;
  }
  .to6_list li {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
  }
  .fuo4_list li {
    width: 100%;
  }
  .fuo10_list li {
    width: 100%;
  }
  .seo1_list li {
    width: 100%;
  }
  .set1_list section {
    width: 100%;
  }
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
