@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: 100px;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.rightMenu > *:hover {
  background: #2a70e1;
}
@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: 15px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box > p {
  background: #2a70e1;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #2a70e1;
  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: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 20px;
  }
}
#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%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1560px;
  margin: auto;
  width: calc(100% - 60px);
}
header .center {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .logoBox {
  width: 100px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  font-size: 20px;
  color: #2a70e1 !important;
}
header .menuOne.active > a::before {
  opacity: 1;
}
header .menuOne.menuactive > a {
  font-size: 20px;
  color: #2a70e1 !important;
}
header .menuOne.menuactive > a::before {
  opacity: 1;
}
header .menuOne {
  font-family: Poppins-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333;
  margin-right: 55px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  position: relative;
  padding: 33px 0px 35px;
  display: block;
}
header .menuOne > a::after {
  content: attr(title);
  position: relative;
  z-index: -1;
  height: 0px;
  visibility: hidden;
  font-size: 20px;
  display: block;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  transition: 0.3s;
  background: url("../img/menu_logo.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
}
header .menuOne > a:hover {
  font-size: 20px;
  color: #2a70e1 !important;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-left: 105px;
}
header .sousuo .search {
  cursor: pointer;
  filter: brightness(0);
  transition: 0s;
}
header .sousuo .search:hover {
  filter: none;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #2a70e1;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #2a70e1;
}
header .ul {
  width: 431px;
  position: absolute;
  display: none;
  left: 100%;
  top: -33px;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  padding: 33px 0px;
  box-shadow: 1px 1px 32px 0px rgba(0, 0, 0, 0.06);
}
header .ul li {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 13px 30px 13px 41px;
  color: #333;
  position: relative;
}
header .ul li a:hover {
  background: rgba(42, 112, 225, 0.1);
  color: #2a70e1;
  box-shadow: 1px 1px 32px 0px rgba(0, 0, 0, 0.06);
}
header .ul .active {
  background: rgba(42, 112, 225, 0.1);
}
header .ul .active > a {
  color: #2a70e1;
  box-shadow: 1px 1px 32px 0px rgba(0, 0, 0, 0.06);
}
header .ul .menuactive {
  background: rgba(42, 112, 225, 0.1);
}
header .ul .menuactive > a {
  color: #2a70e1;
  box-shadow: 1px 1px 32px 0px rgba(0, 0, 0, 0.06);
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 3px);
  padding-left: 0px;
  padding-top: 0px !important;
}
header .ul1 .ul li a {
  text-align: center;
  padding: 13px 20px;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  margin-left: 40px;
}
header .lang:hover p {
  background: #fff;
}
header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-width: 66px;
  height: 32px;
  background-color: #79be53;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px 8px;
  gap: 0px 6px;
}
header .lang .lang_box:hover {
  background: #2a70e1;
}
header .lang .lang_box span {
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #2a70e1;
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
  border-bottom: 1px dashed #2a70e1;
}
header .lang > ul li a:hover {
  color: #2a70e1;
}
header .button a {
  min-width: 161px;
  height: 50px;
  font-family: Poppins-Medium;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 16px;
  position: relative;
  border-radius: 25px 0px 28px 25px;
  overflow: hidden;
  white-space: nowrap;
}
header .button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #4988e5 0%, #1e67e0 100%);
  opacity: 1;
  transition: 0.3s;
}
header .button a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #79be53;
  transition: 0.3s;
  z-index: -1;
}
header .button a:hover::after,header .button a.active::after {
  width: 100%;
  left: 0px;
  right: auto;
}
header .dif_ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/head_back.jpg") no-repeat center;
  background-size: cover;
  width: calc(100% - 60px);
  max-width: 1826px;
  padding: 41px 102px 68px 113px;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  max-height: 70vh;
  overflow: auto;
}
header .dif_ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .dif_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
header .dif_ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .dif_ul span {
  transition: 0s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
}
header .dif_ul a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 50px 13px 20px;
  gap: 10px;
}
header .dif_ul a:hover {
  background: rgba(42, 112, 225, 0.1);
  color: #2a70e1;
}
header .dif_ul a:hover img {
  opacity: 1;
}
header .dif_ul img {
  width: 20px;
  flex-shrink: 0;
  opacity: 0;
}
header .dif_ul .active a {
  background: rgba(42, 112, 225, 0.1);
  color: #2a70e1 !important;
}
header .dif_ul .active a img {
  opacity: 1;
}
header .yiji {
  width: 24.457%;
}
header .container1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
header .ul_rbox {
  flex: 1;
  margin-left: 21px;
  position: relative;
}
header .ul_rbox::before {
  content: "";
  position: absolute;
  left: -11px;
  height: calc(100% - 22px);
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #e1e7f0;
}
header .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
header .erji {
  width: 45.151%;
}
header .sanji_box {
  flex: 1;
  margin-left: 21px;
  position: relative;
}
header .sanji_box::before {
  content: "";
  position: absolute;
  left: -11px;
  height: calc(100% - 22px);
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid #e1e7f0;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 192px;
  min-height: 58px;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #fff;
  padding: 5px 15px;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .biger_title {
  color: #fff;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 48.2%;
  transform: translate(-50%, -50%);
}
.mbx {
  width: 50%;
  color: #fff;
  line-height: 26px;
  margin-top: 39px;
}
.mbx a {
  display: inline;
  color: #fff;
}
.mbx a:hover {
  text-decoration: underline;
}
.mbx .active {
  text-decoration: underline;
}
.mbx img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 6px;
}
.padding_top {
  padding-top: 100px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  /*transition: all 6s linear;*/
  /*transform: scale(1.1);*/
}
.index_banner .swiper-slide-active img,
.index_banner .swiper-slide-duplicate-active img {
  /*transform: scale(1);*/
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swbanner_button {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  display: flex;
  align-items: center;
  right: 9.896%;
}
.index_banner .swbanner_button img {
  transition: 0s;
}
.index_banner .swbanner_button div {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.index_banner .swbanner_button div:hover {
  background: #2a70e1;
}
.index_banner .swbanner_button div:hover img {
  filter: brightness(0) invert(1);
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  display: block;
  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 \9;
  display: block \9\0;
}
@media screen and (max-width: 991px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: calc(100% - 100px);
  max-width: 1400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  bottom: 60px;
  gap: 6px 36px;
}
.index_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: solid 1px #909090;
  background-color: #ffffff;
  opacity: 1;
  margin: 0px !important;
  display: block;
  position: relative;
}
.index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border: 5px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-out;
}
.index_banner .swiper-pagination-bullet-active {
  border: solid 1px transparent;
  background: transparent;
}
.index_banner .swiper-pagination-bullet-active::before {
  opacity: 1;
  width: 13px;
  height: 13px;
}
.biger_title {
  font-family: Poppins-SemiBold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  color: #333333;
}
.biger_title span {
  color: #2a70e1;
  display: inline;
  transition: 0s;
}
.biger_title a {
  color: #333;
}
.biger_title a:hover {
  color: #2a70e1;
}
.big_title {
  font-family: Poppins-SemiBold;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}
.big_title a {
  color: #fff;
}
.big_title a:hover {
  color: #79be53;
}
.bt_title {
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.bt_title span {
  color: #2a70e1;
  display: inline;
  transition: 0s;
}
.bt_title a {
  color: #333;
}
.bt_title a:hover {
  color: #2a70e1;
}
.little_title {
  font-family: Poppins-SemiBold;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.little_title span {
  color: #2a70e1;
  display: inline;
  transition: 0s;
}
.little_title a {
  color: #333;
}
.little_title a:hover {
  color: #2a70e1;
}
.title_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: space-between;
}
.index1 {
  padding: 107px 0px 78px;
  overflow: hidden;
}
.index1 .index1_menu {
  margin-top: 6px;
}
.index1 .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.index1 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.index1 .title a:hover {
  color: #2a70e1;
}
.index1 .imgBox {
  border-radius: 32px;
  border: solid 1px #d8dfe8;
  overflow: hidden;
  transition: 0.3s;
}
.index1 .swiper-slide:hover .imgBox {
  border-radius: 0px 40px 0px 40px;
  border: solid 1px #097be6;
}
.index1 .box {
  padding: 9px 9px 20px;
}
.index1 .link {
  position: relative;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #2a70e1;
  padding-left: 27px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}
.index1 .link a {
  color: #2a70e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.index1 .link a:hover {
  text-decoration: underline;
}
.index1 .link img {
  width: auto;
}
.index1 .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #2a70e1;
  border-radius: 16px 0px 16px 0px;
  opacity: 0.14;
  z-index: -1;
}
.index1 .swiper {
  overflow: initial;
}
.index1_container {
  margin-top: 70px;
}
.index1_container .sw_box {
  position: relative;
}
.index1_container .sw_button {
  position: absolute;
  left: -60px;
  top: 43%;
  transform: translate(-100%, -50%);
  z-index: 1;
}
.index1_menu {
  font-size: 16px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.index1_menu span {
  background-color: #f3f7fd;
  border-radius: 25px;
  color: #333;
  padding: 9px 20px;
  cursor: pointer;
  text-align: center;
}
.index1_menu span:hover {
  background: #2a70e1;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #fff;
}
.index1_menu .active {
  background: #2a70e1;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #fff;
}
.index2 {
  padding: 58px 0px 46px;
  background: url("../img/index2_back.jpg") no-repeat right;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.index2 .back_bt {
  font-family: Poppins-SemiBold;
  font-size: 131px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 120px;
  letter-spacing: 0px;
  color: #2a70e1;
  -webkit-text-stroke: 1px rgba(42, 112, 225, 0.2);
  color: transparent;
  position: absolute;
  right: 56px;
  top: 9.9%;
}
.index2 .l_box {
  width: 46.25%;
  float: left;
  margin-bottom: 10px;
  margin-right: 5%;
  position: relative;
  z-index: 2;
}
.index2 .describe {
  font-size: 18px;
  color: #666;
  margin-top: 50px;
}
.index2 .describe em {
  display: flex;
  font-style: normal;
  gap: 24px;
}
.index2 .describe em::before {
  flex-shrink: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_la.png") no-repeat center;
  background-size: cover;
  margin-top: -2px;
}
.index2 .buttonBox {
  margin-top: 70px;
}
.index2 .buttonBox a {
  background: #2a70e1;
  border-radius: 28px 0px 28px 0px;
}
.index2 .buttonBox a:hover {
  background: #79be53;
}
.index2 .content {
  padding-top: 3.7%;
  position: relative;
  z-index: 1;
}
.index3 {
  background: #2a70e1;
  padding: 81px 0px 69px;
}
.index3 .big_num {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.index3 .j-hdata1 {
  font-size: 46px;
  margin-right: 5px;
  line-height: 44px;
}
.index3 .j-hdata1::before {
  content: attr(title);
  display: block;
  height: 0;
  visibility: hidden;
}
.index3 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 4%;
}
.index3 figure + span {
  display: block;
  width: 2px;
  height: 60px;
  max-height: calc(100% - 9px);
  background-color: #eeeeee;
  opacity: 0.12;
  margin-top: 9px;
}
.index3 figure {
  max-width: 217px;
}
.index3 .describe {
  line-height: 20px;
  color: #fff;
  margin-top: 26px;
}
.index4 {
  background: url("../img/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 68px 0px 80px;
}
.index4 .biger_title {
  text-align: center;
}
.index4 .bt {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #79be53;
  text-align: center;
}
.index4 li {
  width: 31.715%;
  background-image: linear-gradient(180deg, #4988e5 0%, #1e67e0 100%);
  box-shadow: 4px 4px 0px 0px #e1e9f5;
  border-radius: 64px 136px 64px 64px;
  padding: 70px 50px 50px;
  min-height: 455px;
}
.index4 li:hover .logo {
  background: #79be53;
}
.index4 li:hover .logo img {
  filter: brightness(0) invert(1);
}
.index4 .logo {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 2px 2px 13px 0px rgba(55, 122, 227, 0.12);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.index4 .logo img {
  max-width: 60%;
  max-height: 60%;
  transition: 0s;
}
.index4 .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 41px;
}
.index4 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 23px;
}
.index4 li:nth-of-type(even) {
  background-color: #e9f0fc;
  background-image: none;
  box-shadow: 4px 4px 0px 0px #2a70e1;
  border: solid 1px #e4e4e5;
}
.index4 li:nth-of-type(even) .title {
  color: #333;
}
.index4 li:nth-of-type(even) .describe {
  color: #333;
}
.index4 li:nth-of-type(even):hover .logo {
  background: #2a70e1;
}
.index4 .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2.4275%;
  margin-top: 61px;
}
.index5 {
  position: relative;
  padding: 89px 0px 59px;
  overflow: hidden;
}
.index5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  max-height: 433px;
  background-color: #f0f5fc;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: -1;
}
.index5 .buttonBox {
  margin-top: 5px;
}
.index5 .buttonBox a {
  background-color: #79be53;
  border-radius: 28px 0px 28px 0px;
}
.index5 .buttonBox a:hover {
  background: #2a70e1;
}
.index5 .swiper {
  pointer-events: none;
  overflow: initial;
}
.index5 .swiper-slide {
  opacity: 0;
  transition: 0.3s 0.2s;
}
.index5 .swiper-slide .imgBox {
  box-shadow: 0px 0px 30px 0px #e2e6ec;
  position: relative;
}
.index5 .swiper-slide .imgBox::before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: #2a70e1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index5 .swiper-slide:hover .imgBox {
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .index5 .swiper-slide:hover .imgBox::before {
    opacity: 1;
  }
}
.index5 .swiper-slide-active,
.index5 .swiper-slide-next,
.index5 .swiper-slide-next + .swiper-slide,
.index5 .swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s 0s;
}
.index5 .sw_box {
  margin-top: 58px;
}
.index5 .name {
  font-family: Poppins-Medium;
  line-height: 24px;
  color: #333;
  background-color: #f3f7fd;
  border-radius: 34px;
  text-align: center;
  margin-top: 16px;
  padding: 10px 15px;
 
}
.index5 .name span{ 
    display: block;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.index5 .sw_box {
  position: relative;
}
.index5 .sw_button {
  flex-direction: row;
}
.index5 .sw_button .iconfont {
  position: absolute;
  top: 42.2%;
  z-index: 1;
}
.index5 .sw_button .iconfont:nth-of-type(1) {
  left: -80px;
  transform: translate(-100%, -50%);
}
.index5 .sw_button .iconfont:nth-of-type(2) {
  right: -80px;
  transform: translate(100%, -50%);
}
.index6 {
  background: url("../img/index6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 94px 0px 77px;
}
.index6 .big_title {
  text-align: center;
}
.index6 .describe {
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.index6 .buttonBox {
  justify-content: center;
  margin-top: 50px;
}
.index6 .buttonBox a {
  min-height: 60px;
  background: #79be53;
  box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
  border-radius: 28px 0px 28px 28px;
  border: solid 2px #ffffff;
}
.index6 .buttonBox a:hover {
  background: #2a70e1;
}
.index6 .container {
  margin: 0px auto;
  width: 100%;
  max-width: 704px;
}
.index7 {
  padding: 99px 0px 100px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  background: url("../img/index7_back.jpg") no-repeat center;
  background-size: cover;
}
.index7 .r_box {
  flex: 1;
  padding-left: 12px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.index7 .l_box {
  width: 47.917%;
}
.index7 .swiper-slide {
  position: relative;
}
.index7 .swiper-slide .imgBox {
  border-radius: 32px;
  overflow: hidden;
}
.index7 .box {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0px 30% 38px 6.7%;
}
.index7 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index7 .title a {
  color: #fff;
}
.index7 .title a:hover {
  color: #79be53;
}
.index7 .describe {
  line-height: 28px;
  color: #fff;
  margin-top: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index7 .container {
  width: 100%;
  max-width: 719px;
  position: relative;
  padding-top: 7.2%;
}
.index7 .back_bt {
  font-family: Poppins-SemiBold;
  font-size: 108px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  -webkit-text-stroke: 1px rgba(51, 51, 51, 0.2);
  color: transparent;
  position: absolute;
  right: 0;
  top: 29px;
  z-index: -1;
}
.index7 .biger_title {
  text-align: right;
}
.index7 .text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  text-align: right;
  margin-top: 26px;
}
.index7 .logo {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index7 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.index7 .logo img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.index7_list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0.74%;
  margin-top: 82px;
  position: relative;
}
.index7_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32.824%;
  background-color: #e9f0fc;
  border-radius: 16px;
  padding: 32px 10px 16px;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .index7_list li:hover {
    background: #2a70e1;
  }
  .index7_list li:hover .logo img:nth-of-type(1) {
    opacity: 0;
  }
  .index7_list li:hover .logo img:nth-of-type(2) {
    opacity: 1;
  }
  .index7_list li:hover .bt {
    color: #fff;
  }
}
.index7_list .bt {
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.index7_list .bt p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index7_list li:nth-of-type(4) {
  position: absolute;
  left: -12px;
  transform: translateX(-100%);
  bottom: 0;
}
.index7_list .active {
  background: #2a70e1;
}
.index7_list .active .logo img:nth-of-type(1) {
  opacity: 0;
}
.index7_list .active .logo img:nth-of-type(2) {
  opacity: 1;
}
.index7_list .active .bt {
  color: #fff;
}
.index8 {
  background: rgba(240, 245, 252, 0.66);
  padding: 78px 0px 0px;
  position: relative;
}
.index8 .back_img {
  position: absolute;
  left: 0;
  bottom: 4.2%;
  z-index: -1;
  width: 20%;
  max-width: 220px;
}
.index8 .biger_title {
  text-align: center;
}
.index8 .text {
  color: #666;
  text-align: center;
  margin-top: 2px;
}
.index8 .add_img {
  width: 100%;
  max-width: 1371px;
  margin: 86px auto 0px;
  position: relative;
}
.index8 .logo {
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index8 .logo img {
  max-width: 100%;
  transform: scale(0.691);
  transform-origin: bottom center;
}
.index8 .name {
  min-width: 134px;
  min-height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 32px 0px rgba(42, 112, 225, 0.5);
  border-radius: 20px;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #2a70e1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.index8 .name::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0px;
  height: 0;
  border-bottom: 1px solid #2a70e1;
  top: 50%;
  transform: translate(100%, -50%);
  transition: 0.3s;
}
.index8 .text_box {
  margin-top: 10px;
  position: relative;
}
.index8 .describe {
  width: 356px;
  line-height: 30px;
  background-color: #ffffff;
  box-shadow: 1px 1px 32px 0px rgba(42, 112, 225, 0.17);
  color: #333;
  padding: 20px 32px 25px;
  position: absolute;
  z-index: 6;
  right: -50px;
  transform: translateX(100%);
  top: -13px;
  display: none;
}
.index8 .describe em {
  font-family: Poppins-SemiBold;
  font-style: normal;
  color: #2a70e1;
}
.index8_list {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.index8_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .index8_list li:hover .name::before {
    width: 50px;
  }
}
.index8_list .active .logo img {
  transform: scale(1);
}
.index8_list .active .name {
  background: #2a70e1;
  color: #fff;
}
.index8_list li:nth-of-type(1) {
  top: 26.4%;
  left: 13.6%;
}
.index8_list li:nth-of-type(2) {
  top: 17.3%;
  left: 46.05%;
}
.index8_list li:nth-of-type(3) {
  top: 30.9%;
  left: 70%;
}
.index8_list li:nth-of-type(4) {
  top: 55.6%;
  left: 52.3%;
}
.index8_list li:nth-of-type(5) {
  top: 64%;
  left: 79.6%;
}
.index9 {
  overflow: hidden;
  background: rgba(240, 245, 252, 0.66);
  padding: 56px 0px 87px;
}
.index9 .swiper {
  overflow: initial;
}
.index9 .swiper-slide {
  width: auto;
  height: 101px;
}
.index9 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.index10 {
  overflow: hidden;
  padding-top: 47px;
  padding-bottom: 113px;
  position: relative;
}
.index10 .back_img1 {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: -1;
  width: 10%;
  max-width: 130px;
}
.index10 .swiper {
  overflow: initial;
}
.index10 .content {
  position: relative;
  padding-bottom: 10px;
}
.index10 .back_img {
  position: absolute;
  left: 1.55%;
  top: 0;
  width: 38.358%;
}
.index10 .l_box {
  width: 36.572%;
  margin-top: 4.2%;
}
.index10 .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index10 .r_box {
  width: 56%;
  background-color: #ffffff;
  box-shadow: 4px 4px 34px 0px rgba(179, 199, 230, 0.32);
  border-radius: 32px;
  overflow: hidden;
  padding: 47px 46px 40px 52px;
  margin-top: 30px;
  min-height: 328px;
  display: flex;
  flex-direction: column;
  margin-top: 3.4%;
}
.index10 .title {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #79be53;
}
.index10 .job {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.index10 .top_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.index10 .describe {
  margin-top: 40px;
  flex: 1;
  position: relative;
  overflow: auto;
}
.index10 .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.index10 .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.index10 .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.index10 .describe1 {
  position: absolute;
  left: 0;
  top: 0;
}
.index10 .biger_title {
  width: 56%;
  position: absolute;
  right: 0;
  top: 7.3%;
  z-index: 2;
}
.index10 .sw_button {
  flex-direction: row;
  width: 56%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  padding-left: 41px;
  gap: 23px;
}
.index10 .back_bt {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 7.6%;
  font-family: Poppins-SemiBold;
  font-size: 110px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 114px;
  letter-spacing: 0px;
  -webkit-text-stroke: 1px rgba(42, 112, 225, 0.3);
  color: transparent;
  transform: translateX(23.5%);
}
.index11 {
  background: url("../img/index11_back.jpg") no-repeat center;
  background-size: cover;
  padding: 91px 0px 90px;
}
.index11 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 6%;
}
.index11 .l_box {
  flex: 1;
}
.index11 .describe {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 45px;
}
.index11 .buttonBox a {
  min-height: 60px;
  background: #79be53;
  box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
  border-radius: 28px 0px 28px 28px;
  border: solid 2px #ffffff;
}
.index11 .buttonBox a:hover {
  background: #2a70e1;
}
.index12 {
  position: relative;
  margin-top: 46px;
  overflow: hidden;
}
.index12 .back_img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: 906px;
}
.index12 .biger_title {
  line-height: 56px;
  color: #fff;
}
.index12 .biger_title a {
  color: #fff;
}
.index12 .biger_title a:hover {
  color: #79be53;
}
.index12 .describe {
  line-height: 30px;
  color: #fff;
  margin-top: 58px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index12 .sw_button {
  margin-top: 26%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}
.index12 .sw_button div {
  background: transparent;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
  border: solid 1px #ffffff;
}
.index12 .l_box {
  width: 28%;
  padding: 11.9% 0px 11.6%;
}
.index12 .r_box {
  width: 65.929%;
  margin-bottom: 6px;
}
.index12 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mySwiperindex12 {
  pointer-events: none;
  overflow: initial;
}
.mySwiperindex12 .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.mySwiperindex12 .box {
  background-color: #ffffff;
  box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-top: -40px;
  padding: 63px 30px 27px;
  transition: 0.3s;
}
.mySwiperindex12 .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.mySwiperindex12 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mySwiperindex12 .title a:hover {
  color: #2a70e1;
}
.mySwiperindex12 .link {
  font-family: Poppins-SemiBold;
  color: #666;
  margin-top: 33px;
}
.mySwiperindex12 .link a {
  color: #666;
}
.mySwiperindex12 .link a:hover {
  text-decoration: underline;
}
.mySwiperindex12 .swiper-slide {
  opacity: 0;
  transition: 0.1s;
}
.mySwiperindex12 .swiper-slide:hover .box {
  background: #79be53;
}
.mySwiperindex12 .swiper-slide:hover .title {
  color: #fff;
}
.mySwiperindex12 .swiper-slide:hover .title a {
  color: #fff;
}
.mySwiperindex12 .swiper-slide:hover .link {
  color: #fff;
}
.mySwiperindex12 .swiper-slide:hover .link a {
  color: #fff;
}
.mySwiperindex12 .swiper-slide-active,
.mySwiperindex12 .swiper-slide-next,
.mySwiperindex12 .swiper-slide-next + .swiper-slide {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s 0.4s;
}
.sw_button {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sw_button .iconfont {
  font-size: 15px;
  width: 56px;
  height: 56px;
  background-color: #a1a5a8;
  border: 1px solid #a1a5a8;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.32s;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}
.sw_button .iconfont:hover {
  background: #fff;
  color: #2a70e1;
  border: 1px solid #2a70e1;
}
.to .table {
  width: 100%;
  overflow: auto;
}
.to .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.to .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.to table {
  width: 100%;
  border-collapse: collapse;
}
.to table td {
  padding: 16px 27px;
}
.to table tr:nth-of-type(odd) td {
  background: #e1ebfb;
}
.to table tr:nth-of-type(even) td {
  background: #f3f7fd;
}
.to1 {
  background: url("../img/to1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 98px 0px 85px;
}
.to1 .bt_title span {
  display: inline-block;
}
.to1_container {
  margin-top: 83px;
}
.to1_container .describe {
  color: #666;
}
.to1_container .describe em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 54px;
}
.to1_container .describe em::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_la.png") no-repeat center;
  background-size: cover;
}
.to1_box {
  overflow: hidden;
  margin-top: 56px;
}
.to1_box .r_box {
  width: 48.572%;
  float: right;
  margin-left: 3%;
  margin-bottom: 5px;
}
.to1_box .box {
  margin-top: 21px;
  background: #f3f7fd;
  padding: 47px 22px 39px;
}
.to1_box .l_box {
  padding-top: 9px;
}
.to2 {
  background: #f3f7fd;
  padding: 86px 0px 80px;
}
.to2_container {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.to2_container .describe {
  width: 48.5%;
  color: #666;
  position: relative;
  padding-left: 54px;
}
.to2_container .describe::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_lb.png") no-repeat center;
  background-size: cover;
}
.to3 {
  padding: 85px 0px 85px;
}
.to3_container {
  overflow: hidden;
  margin-top: 60px;
}
.to3_container .l_box {
  width: 42.215%;
  float: left;
  margin-right: 9.2%;
  margin-bottom: 5px;
}
.to3_container .describe {
  color: #666;
}
.to3_container .r_box {
  padding-top: 24px;
}
.to4 {
  background: #f3f7fd;
  padding: 76px 0px 85px;
}
.to4 .content {
  overflow: hidden;
}
.to4 .describe {
  color: #666;
  margin-top: 55px;
}
.to4 .r_box {
  width: 48.5%;
  float: right;
  margin-left: 8%;
  margin-bottom: 5px;
}
.to4 .l_box {
  margin-top: 40px;
}
.to5 {
  padding: 87px 0px 73px;
}
.to5 .bt {
  margin-top: 13px;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2a70e1;
}
.to5_menu {
  padding: 6px 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.4453%;
  background-color: #f3f7fd;
  border-radius: 8px;
  margin-top: 29px;
}
.to5_menu a {
  width: 23.166%;
  display: block;
  border-radius: 8px;
  font-size: 16px;
  line-height: 32px;
  padding: 6px 10px;
  color: #2a70e1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.to5_menu a:hover {
  background: #2a70e1;
  color: #fff;
  font-family: Poppins-SemiBold;
  font-size: 18px;
}
.to5_menu .active {
  background: #2a70e1;
  color: #fff;
  font-family: Poppins-SemiBold;
  font-size: 18px;
}
.to5_container {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 42px 0px;
  margin-top: 55px;
}
.to5_container strong {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
}
.to5_container figure {
  position: relative;
  padding-left: 30px;
}
.to5_container figure::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2a70e1;
  left: 0;
  top: 7px;
}
.to6 {
  background-color: #f3f7fd;
  padding: 87px 0px 83px;
}
.to6 .describe {
  color: #333;
  margin-top: 29px;
}
.to6_container {
  margin-top: 51px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.to6_container .describe1 {
  width: 48%;
  color: #666;
  position: relative;
  padding-left: 54px;
}
.to6_container .describe1 strong {
  font-family: Poppins-Medium;
  color: #333;
  font-weight: normal;
  font-size: 20px;
}
.to6_container .describe1::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_lb.png") no-repeat center;
  background-size: cover;
}
.to7 {
  background: url("../img/to7_back.jpg") no-repeat center;
  background-size: cover;
  padding: 87px 0px 111px;
}
.to7 .bt {
  color: #666;
  margin-top: 19px;
}
.to7 .title {
  font-family: Poppins-SemiBold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  transition: 0.3s;
}
.to7 .logo {
  width: 176px;
  max-width: 60%;
  box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff;
}
.to7 .logo img {
  width: 100%;
}
.to7 .describe {
  color: #666;
  transition: 0.3s;
  width: 100%;
  line-height: 30px;
  margin-top: 21px;
}
.to7 .describe p {
  padding-left: 15px;
  position: relative;
}
.to7 .describe p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 2px;
  height: 2px;
  background: #666;
  transition: 0.3s;
}
.to7 .link {
  margin-top: 33px;
  width: 19px;
  transition: 0.3s;
  cursor: pointer;
  display: none;
}
.to7 .link img {
  transition: 0s;
  width: 100%;
  filter: brightness(1);
}
.to7 .link.active {
  transform: rotate(180deg);
}
.to7 .box {
  margin-top: 34px;
  background-color: #f3f7fd;
  box-shadow: 4px 4px 0px 0px #e1e9f5;
  border-radius: 56px;
  overflow: hidden;
  padding: 56px 40px 58px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.to7 .r_box {
  flex: 1;
  margin-left: 4%;
}
.to7_container {
  margin-top: 63px;
  gap: 34px 2.4275%;
  display: flex;
  flex-wrap: wrap;
}
.to7_container li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 30px 35px;
  width: 31.715%;
  background-color: #f3f7fd;
  box-shadow: 4px 4px 0px 0px #e1e9f5;
  border-radius: 64px;
  overflow: hidden;
  position: relative;
}
.to7_container li * {
  position: relative;
  z-index: 1;
}
.to7_container li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #4988e5 0%, #1e67e0 100%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .to7_container li:hover::before,.to7  .box:hover::before {
    opacity: 1;
  }
  .to7_container li:hover .title a,.to7 .box:hover  .title a {
    color: #fff;
  }
  .to7_container li:hover .describe ,.to7  .box:hover  .describe{
    color: #fff;
  }
  .to7_container li:hover .describe p::before,.to7  .box:hover  .describe  p::before {
    background: #fff;
  }
  .to7_container li:hover .link img {
    filter: brightness(0) invert(1);
  }
  .to7 .box:hover{   background-color: #2a70e1;}
}
.to7_container .show {
  -webkit-line-clamp: initial !important;
}
.to7_container .describe {
  padding-left: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.to7_container .title {
  margin-top: 35px;
  text-align: center;
}
.to8 {
  background: url("../img/to8_back.jpg") no-repeat center;
  background-size: cover;
  padding: 116px 0px 86px;
}
.to8 .title {
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.to8 table tr:nth-of-type(1) td {
  background: #2a70e1;
  color: #fff;
}
.to8_container {
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  gap: 45px 0px;
}
.to8_container .describe {
  margin-top: 36px;
}
.to9 {
  background: url("../img/to9_back.jpg") no-repeat center;
  background-size: cover;
  padding: 56px 0px 62px;
}
.to9 .r_box {
  width: 46.215%;
  float: right;
  margin-right: -12px;
  margin-left: 7%;
  margin-bottom: 5px;
}
.to9 .buttonBox {
  margin-top: 45px;
}
.to9 .buttonBox a {
  background-color: #79be53;
  border-radius: 28px 0px 28px 0px;
  min-width: 302px;
}
.to9 .buttonBox a:hover {
  background: #2a70e1;
}
.to9 .little_title {
  line-height: 46px;
}
.to9 .little_title span {
  display: inline-block;
}
.to9 .describe {
  color: #666;
  margin-top: 37px;
}
.to9 .l_box {
  padding-top: 36px;
}
.to10 {
  background: url("../img/to10_back.png") no-repeat center;
  background-size: cover;
  padding: 88px 0px 135px;
  margin-bottom: -62px;
}
.to10 .big_title {
  text-align: center;
}
.to10 .describe {
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.to10 .buttonBox {
  justify-content: center;
  margin-top: 50px;
}
.to10 .buttonBox a {
  min-height: 60px;
  background: #79be53;
  box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
  border-radius: 28px 0px 28px 28px;
  border: solid 2px #ffffff;
}
.to10 .buttonBox a:hover {
  background: #2a70e1;
}
.to10 .container {
  margin: 0px auto;
  width: 100%;
  max-width: 704px;
}
.tho .index7 {
  padding: 90px 0px 99px;
  background: url("../img/index7_back1.jpg") no-repeat center;
  background-size: cover;
}
.tho .to10 .buttonBox a {
  min-width: 212px;
}
.tho_container {
  background: url("../img/tho_back.jpg") no-repeat center;
  background-size: cover;
  padding: 97px 0px 91px;
}
.tho_container .PageNumber {
  margin-top: 60px;
}
.tho1_top {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: flex-start;*/
  /*flex-wrap: wrap;*/
}
.tho1_top .bt_title {
  margin-top: 1px;
  /*flex: 1;*/
  /*margin-right: 5%;*/
  margin-bottom:30px;
  text-align:center;
}
.tho1_top .describe {
  line-height: 28px;
  /*color: #666;*/
  /*width: 49.9%;*/
  margin-bottom:20px;
}
.tho_menu {
  display: flex;
  gap: 20px 1.428%;
  flex-wrap: wrap;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
.tho_menu > li {
  width: 23.929%;
  background-color: #ebf0f7;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  color: #333;
  padding: 15px 26px;
  gap: 5px;
  transition: 0.3s;
  position: relative;
}
.tho_menu > li img {
  width: 16px;
  transition: 0s;
  flex-shrink: 0;
  filter: brightness(1);
  cursor: pointer;
}
.tho_menu > li > a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
@media screen and (min-width: 993px) {
  .tho_menu > li:hover {
    background: #2a70e1;
    color: #fff;
  }
  .tho_menu > li:hover > a {
    color: #fff;
  }
  .tho_menu > li:hover img {
    filter: brightness(0) invert(1);
  }
}
.tho_menu .active {
  background: #2a70e1;
  color: #fff;
  font-family: Poppins-SemiBold;
  font-size: 18px;
}
.tho_menu .active > a {
  color: #fff;
}
.tho_menu .active img {
  filter: brightness(0) invert(1);
}
.tho_menu .menu_two {
  font-family: Poppins-Regular;
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  width: 100%;
  display: none;
  z-index: 1;
}
.tho_menu .menu_two div {
  background-color: #f3f7fd;
  border-radius: 16px;
  overflow: hidden;
  padding: 43px 27px 48px;
  display: flex;
  flex-direction: column;
  gap: 22px 0px;
}
.tho_menu .menu_two a {
  color: #333;
}
.tho_menu .menu_two a:hover {
  color: #2a70e1;
}
.tho1_container {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 2.213%;
  padding-top: 60px;
}
.tho1_container .imgBox {
  border-radius: 40px;
  overflow: hidden;
  transition: 0.3s;
}
.tho1_container .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 13px;
}
.tho1_container .title a {
  color: #333;
}
.tho1_container .title a:hover {
  color: #2a70e1;
}
.tho1_container li {
  width: 31.858%;
}
@media screen and (min-width: 993px) {
  .tho1_container li:hover .imgBox {
    border-radius: 0px 40px 0px 40px;
  }
  .tho1_container li:hover .link_box {
    opacity: 1;
  }
}
.tho1_container .box {
  position: relative;
}
.tho1_container .link_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #2a70e1;
  border-radius: 16px 0px 16px 0px;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  opacity: 0;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 15px;
  min-width: 186px;
}
.tho1_container .link_box a {
  color: #fff;
  white-space: nowrap;
}
.tho1_container .link_box a:hover {
  text-decoration: underline;
}
.tho1_container .link_box input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.tht .to10 .buttonBox a {
  min-width: 212px;
}
.tht1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 103px 0px 100px;
}
.tht1 .r_box {
  width: 49.32%;
  display: flex;
  justify-content: space-between;
}
.tht1 .r_box img {
  transition: 0s;
}
.tht1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.tht1 .zoomPad > img {
  border-radius: 0px 40px 0px 40px;
}
.tht1 .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tht1 .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair;
}
.tht1 .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.tht1 .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.tht1 .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.tht1 .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tht1 .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.tht1 .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.tht1 .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.tht1 .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.tht1 .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  width: 81.105%;
}
.tht1 .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.tht1 .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.tht1 .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.tht1 .pic-small {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  margin-left: 2.97%;
}
.tht1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 16px;
}
.tht1 .pic-btn img {
  filter: brightness(0);
  transition: 0.2s;
  width: 100%;
  opacity: 0.6;
}
.tht1 .pic-btn.prev {
  top: 0px;
}
.tht1 .pic-btn.next {
  bottom: 0px;
}
.tht1 .pic-btn:hover img {
  filter: brightness(1);
  opacity: 1;
}
.tht1 .pic-list {
  margin: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 87.8%;
  overflow: hidden;
}
.tht1 .pic-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tht1 .list-item {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 13%;
}
.tht1 .list-item a {
  display: block;
}
.tht1 .item-pics img,
.tht1 .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.tht1 .item-pics,
.tht1 .item-video {
  border: 1px solid transparent;
}
.tht1 .item-pics.zoomThumbActive:before,
.tht1 .item-video.active:before {
  left: -8px;
}
.tht1 .m-propic2 {
  display: none;
}
.tht1 .provideo-box {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.tht1 .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.tht1 .provideo-box .provideo iframe,
.tht1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tht1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.tht1 .item-pics:hover,
.tht1 .item-pics.active,
.tht1 .item-video:hover,
.tht1 .item-video.active {
  border: 1px solid #2a70e1;
}
.tht1_l {
  flex: 1;
  margin-left: 5%;
  padding-top: 4px;
}
.tht1_l .describe {
  line-height: 40px;
  color: #333;
  margin-top: 20px;
}
.tht1_l .describe p {
  padding-left: 49px;
  position: relative;
}
.tht1_l .describe p::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  background: url("../img/tht1_la.png") no-repeat center;
  background-size: cover;
}
.tht1_l .buttonBox {
  flex-wrap: wrap;
  gap: 10px 17px;
  margin-top: 44px;
}
.tht1_l .buttonBox a {
  min-width: 202px;
  background: rgba(42, 112, 225, 0.1);
  border-radius: 28px 0px 28px 0px;
  color: #2a70e1;
}
.tht1_l .buttonBox a:hover {
  background: #2a70e1;
  color: #fff;
}
.tht_container {
  background: url("../img/tht_back.jpg") no-repeat center;
  background-size: cover;
  padding: 35px 0px 19px;
}
.tht_menu {
  position: relative;
}
.tht_menu::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 0px;
  border-bottom: 1px solid #d8dde5;
  left: 50%;
  bottom: 2px;
  transform: translate(-50%);
}
.tht_menu .menu_box {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  overflow: auto;
  display: flex;
  gap: 0px 3.38%;
  padding-bottom: 2px;
}
.tht_menu .menu_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tht_menu .menu_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tht_menu .menu_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tht_menu a {
  color: #333;
  position: relative;
  padding-bottom: 28px;
}
.tht_menu a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #2a70e1;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  transition: 0.3s;
}
.tht_menu a:hover {
  color: #2a70e1;
}
.tht_menu a:hover::before {
  width: 100%;
}
.tht_menu .active {
  color: #2a70e1;
}
.tht_menu .active::before {
  width: 100%;
}
.thtc_1 {
  margin-top: 72px;
}
.thtc_1 .little_title {
  text-align: center;
}
.thtc_1 .describe {
  margin-top: 33px;
}





.describe table {
  width: 100%;
  border-collapse: collapse;
}
.describe table td {
  padding: 16px 27px;
}
.describe table tr:nth-of-type(odd) td {
  background: #e1ebfb;
}
.describe table tr:nth-of-type(1) td {
  color: #fff;
  background: #2a70e1 !important;
}
.describe table tr:nth-of-type(even) td {
  background: #f3f7fd;
}

.thtc_2 {
  margin-top: 70px;
}
.thtc_2 figure {
  margin-top: 60px;
}
.thtc_2 figure:nth-of-type(1) {
  margin-top: 46px;
}
.thtc_2 .describe {
  margin-top: 20px;
}
.thtc_2 .title {
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2a70e1;
}
.thtc_2 .box {
  padding: 46px 40px 53px;
  background-color: #e1ebfb;
  border-radius: 16px;
}
.thtc_2 figure:nth-of-type(odd) .box {
  background: #f5f8fd;
}
.thtc_2 .img_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.213%;
  margin-top: 29px;
}
.thtc_2 li {
  width: 31.858%;
  transition: 0.3s;
  border-radius: 32px;
  overflow: hidden;
}
.thtc_2 li:hover {
  border-radius: 0px 40px 0px 40px;
}
.thtc_3 {
  margin-top: 55px;
}
.thtc_3 .little_title {
  text-align: center;
}
.thtc3_list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
}
.thtc3_list li {
  width: 48.4%;
  background-color: rgba(42, 112, 225, 0.1);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding: 29px 30px 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}
.thtc3_list li > * {
  position: relative;
  z-index: 1;
}
.thtc3_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #4988e5 0%, #1e67e0 100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.thtc3_list li:hover {
  box-shadow: 4px 4px 0px 0px #e1e9f5;
}
.thtc3_list li:hover::before {
  opacity: 1;
}
.thtc3_list li:hover .title {
  color: #fff;
}
.thtc3_list li:hover .describe {
  color: #fff;
}
.thtc3_list .num {
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 50%;
  font-family: Poppins-SemiBold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #2a70e1;
}
.thtc3_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
}
.thtc3_list .describe {
  line-height: 30px;
  color: #666;
  transition: 0.3s;
  margin-top: 16px;
}
.thtc3_list .r_box {
  flex: 1;
  margin-top: 23px;
  padding-right: 20px;
}
.thtc_4 {
  overflow: hidden;
  margin-top: 70px;
}
.thtc_4 .sw_box {
  margin-top: 44px;
  width: 69.286%;
}
.thtc_4 .sw_button {
  flex-direction: row;
  gap: 10px;
}
.thtc_4 .swiper {
  overflow: initial;
}
.thtc_4 .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.thtc_4 .swiper-slide > * {
  position: relative;
}
.thtc_4 .img1 {
  width: 39.176%;
  border-radius: 32px;
  overflow: hidden;
}
.thtc_4 .img2 {
  width: 55.671%;
  border-radius: 32px;
  overflow: hidden;
}
.thtc_4 .title {
  padding: 0px 10px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
.thtc_4 .titl> a{ color: #ffffff  !important;}
.thtc_4 .title_top {
  align-items: center;
}
.thtc_4 .little_title {
  margin-top: 6px;
}
.thtc_5 {
  margin-top: 86px;
}
.thtc_5 .container {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.thtc5_rbox {
  flex: 1;
  margin-left: 61px;
}
.thtc5_rbox figure {
  overflow: hidden;
  display: none;
}
.thtc5_rbox .img_box {
  width: 39.43%;
  float: left;
  margin-right: 29px;
}
.thtc5_rbox .num {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f8fd;
  font-family: Poppins-SemiBold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #2a70e1;
}
.thtc5_rbox .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  padding-top: 9px;
}
.thtc5_rbox .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 19px;
  margin-top: 30px;
}
.thtc5_rbox .box:nth-of-type(1) {
  margin-top: 0px !important;
}
.thtc5_menu {
  padding-top: 1px;
  width: 322px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.thtc5_menu span {
  display: block;
  background-color: #f0f3f7;
  padding: 26.5px 20px;
  cursor: pointer;
  color: #333;
}
.thtc5_menu span:hover {
  color: #fff;
  background: #2a70e1;
}
.thtc5_menu .active {
  font-size: 16px;
  color: #fff;
  background: #2a70e1;
}
.thtc_6 {
  margin-top: 84px;
}
.thtc_6 .describe {
  margin-top: 40px;
}
.thtc_6 .describe p img{display: inline-block;}
.thtc_6 .table {
  width: 100%;
  overflow: auto;
}
.thtc_6 .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.thtc_6 .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.thtc_6 .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.thtc_6 table {
  width: 100%;
  border-collapse: collapse;
}
.thtc_6 td {
  padding: 15.5px 38px;
  border-bottom: solid 1px #d3dceb;
  background: #f3f7fd;
}
.thtc_6 tr:nth-of-type(odd) td {
  background: #e1ebfb;
}
.thtc_6 tr:nth-of-type(1) td {
  color: #fff;
  background: #2a70e1  !important;
}
.thtc_7 {
  margin-top: 89px;
}
.thtc_7 .describe {
  margin-top: 50px;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 0px;
}
.thtc_7 .describe p {
  width: 49.2%;
  padding-left: 49px;
  position: relative;
}
.thtc_7 .describe p::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_la.png") no-repeat center;
  background-size: cover;
}
.thtc_8 {
  overflow: hidden;
}
.thtc_8 .r_box {
  width: calc(50% + 1px);
  float: right;
}
.thtc_8 .l_box {
  margin-top: 7.2%;
}
.thtc_8 .describe {
  margin-top: 4.45%;
  color: #666;
}
.thtc_9 {
  background: url("../img/thtc_9.jpg") no-repeat center;
  background-size: cover;
  padding: 84px 0px 144px;
  overflow: hidden;
}
.thtc_9 .imgBox {
  border-radius: 32px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .thtc_9 .swiper-slide:hover .imgBox {
    border-radius: 0px 40px 0px 40px;
  }
  .thtc_9 .swiper-slide:hover .link_box {
    opacity: 1;
  }
}
.thtc_9 .swiper {
  overflow: initial;
}
.thtc_9 .sw_box {
  position: relative;
  margin-top: 79px;
}
.thtc_9 .sw_button {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 1;
}
.thtc_9 .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 13px;
}
.thtc_9 .title a {
  color: #333;
}
.thtc_9 .title a:hover {
  color: #2a70e1;
}
.thtc_9 .box {
  position: relative;
}
.thtc_9 .link_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #2a70e1;
  border-radius: 16px 0px 16px 0px;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  opacity: 0;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 15px;
  min-width: 186px;
}
.thtc_9 .link_box a {
  color: #fff;
  white-space: nowrap;
}
.thtc_9 .link_box a:hover {
  text-decoration: underline;
}
.fuo .index2 {
  padding: 78px 0px 46px;
  background: url("../img/index2_back2.jpg") no-repeat center;
  background-size: cover;
}
.fuo .index2 .back_bt {
  top: 12%;
}
.fuo .to10 .buttonBox a {
  min-width: 212px;
}
.fuo1 {
  padding: 87px 0px 99px;
  background: url("../img/fuo1_back.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.fuo1 .biger_title {
  padding-right: 12%;
  line-height: 62px;
}
.fuo1 .logo {
  width: 100px;
  height: 100px;
  background-color: #2a70e1;
  box-shadow: 2px 2px 13px 0px rgba(55, 122, 227, 0.12);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.fuo1 .logo img {
  max-width: 80%;
  max-height: 80%;
}
.fuo1 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  transition: 0.3s;
  margin-top: 33px;
}
.fuo1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.fuo1 .l_box {
  flex: 1;
  margin-right: 5%;
  padding-top: 3.4%;
}
.fuo1 .r_box {
  width: 58.286%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.fuo1 .describe {
  line-height: 30px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 32px;
}
.fuo1 figure {
  width: 50%;
  background: rgba(243, 247, 253, 0.8);
  padding: 61px 30px 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 200px 200px 0px 0px;
  transition: 0.3s;
}
.fuo1 figure:nth-of-type(2),
.fuo1 figure:nth-of-type(3) {
  background: rgba(212, 226, 249, 0.8);
}
.fuo1 figure:nth-of-type(2) .logo,
.fuo1 figure:nth-of-type(3) .logo {
  background-color: #ffffff;
  box-shadow: 2px 2px 13px 0px rgba(55, 122, 227, 0.12);
}
.fuo1 figure:nth-of-type(1) img,
.fuo1 figure:nth-of-type(4) img {
  filter: brightness(0) invert(1);
}
.fuo1 figure:nth-of-type(3),
.fuo1 figure:nth-of-type(4) {
  padding: 51px 30px 69px;
  border-radius: 0px 0px 200px 200px;
}
.fuo1 figure:nth-of-type(3) .describe,
.fuo1 figure:nth-of-type(4) .describe {
  margin-top: 22px;
}
.fuo1 .active {
  background: #2a70e1 !important;
}
.fuo1 .active .logo {
  background: #fff;
}
.fuo1 .active .logo img {
  filter: brightness(1);
}
.fuo1 .active .title {
  color: #fff;
}
.fuo1 .active .describe {
  color: #fff;
}
.fuo1 .text {
  font-family: Poppins-Medium;
  line-height: 28px;
  color: #333;
  margin-top: 41px;
}
.fuo1 .text a {
  color: #2a70e1;
  text-decoration: underline;
}
.fuo1 .text a:hover {
  text-decoration: none;
}
.fuo1 .container {
  margin-top: 13.5%;
  padding: 71px 0px 70px;
  position: relative;
}
.fuo1 .container::before {
  content: "";
  width: 59.53125vw;
  height: 100%;
  position: absolute;
  left: -32%;
  top: 0;
  background: #f3f7fd;
  z-index: 0;
  border-radius: 181px;
}
.fuo1 .container > * {
  position: relative;
  z-index: 1;
}
.fuo1 .title1 {
  font-family: Poppins-SemiBold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #2a70e1;
}
.fuo1 .describe1 {
  color: #666666;
  margin-top: 30px;
}
.fuo1 .box {
  display: none;
}
.fuo_box {
  background: url("../img/fuo_back.jpg") no-repeat center;
  background-size: cover;
}
.fuo2 {
  padding: 80px 0px 0px;
}
.fuo2 .biger_title {
  text-align: center;
  position: relative;
  z-index: 8;
}
.fuo2 .turn_page {
  margin-top: -63px;
}
.fuo2 .turn_page #box {
  position: relative;
}
.fuo2 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 44%;
}
.fuo2 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  top: 50%;
  transform: translateY(-50%);
}
.fuo2 .turn_page #box .box-list .list-item img {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.5s;
}
.fuo2 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.fuo2 .turn_page #box .iconfont {
  font-size: 15px;
  width: 56px;
  height: 56px;
  background-color: #a1a5a8;
  border: 1px solid #a1a5a8;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.32s;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fuo2 .turn_page #box .iconfont:hover {
  background: #fff;
  color: #2a70e1;
  border: 1px solid #2a70e1;
}
.fuo2 .turn_page #box .title {
  background-color: #ffffff;
  box-shadow: 2px 2px 30px 0px rgba(55, 122, 227, 0.09);
  border-radius: 30px;
  position: absolute;
  left: 0;
  bottom: -93px;
  width: 100%;
  text-align: center;
  padding: 14px 15px;
  display: none;
  font-family: Poppins-Medium;
}
.fuo2 .turn_page #box .list-item:nth-child(3) .title {
  opacity: 1 !important;
  display: block;
}
.fuo2 .turn_page #box .prev {
  left: -9.7%;
}
.fuo2 .turn_page #box .next {
  right: -9.7%;
}
.fuo2 .turn_page #box li {
  transition: 0s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fuo2 .video_box {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fuo2 .swiper-slide {
  position: relative;
}
.fuo3 {
  padding: 151px 0px 84px;
  overflow: hidden;
}
.fuo3 .buttonBox a {
  background-color: #79be53;
  border-radius: 28px 0px 28px 0px;
}
.fuo3 .buttonBox a:hover {
  background: #2a70e1;
}
.fuo3 .imgBox {
  border-radius: 32px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .fuo3 .swiper-slide:hover .imgBox {
    border-radius: 0px 40px 0px 40px;
  }
  .fuo3 .swiper-slide:hover .link_box {
    opacity: 1;
  }
}
.fuo3 .swiper {
  overflow: initial;
}
.fuo3 .sw_box {
  position: relative;
  margin-top: 62px;
}
.fuo3 .sw_button {
  position: absolute;
  left: -60px;
  top: 43%;
  transform: translate(-100%, -50%);
  z-index: 1;
}
.fuo3 .title {
  font-family: Poppins-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 12px;
}
.fuo3 .title a {
  color: #333;
}
.fuo3 .title a:hover {
  color: #2a70e1;
}
.fuo3 .box {
  position: relative;
}
.fuo3 .link_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #2a70e1;
  border-radius: 16px 0px 16px 0px;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  opacity: 0;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 15px;
  min-width: 186px;
}
.fuo3 .link_box a {
  color: #fff;
  white-space: nowrap;
}
.fuo3 .link_box a:hover {
  text-decoration: underline;
}
.fut_container {
  background: url("../img/fut_back.jpg") no-repeat center;
  background-size: cover;
  padding: 92px 0px 80px;
}
.fut_container .title_top {
  align-items: center;
}
.fut_container .imgBox {
  border-radius: 32px;
  overflow: hidden;
}
.fut_container .title {
  font-family: Poppins-Medium;
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-top: 9px;
}
.fut_container .title a {
  color: #333;
}
.fut_container .title a:hover {
  color: #2a70e1;
}
.fut_container .PageNumber {
  margin-top: 65px;
}
.fut_list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-top: 74px;
}
.fut_list1 li {
  width: 48.858%;
}
.fut_list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 2.213%;
  margin-top: 37px;
}
.fut_list2 .title {
  margin-top: 15px;
}
.fut_list2 li {
  width: 31.858%;
}
.fut_menu {
  font-size: 16px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.fut_menu a {
  background-color: #f3f7fd;
  border-radius: 25px;
  color: #333;
  padding: 9px 26px;
  cursor: pointer;
  text-align: center;
}
.fut_menu a:hover {
  background: #2a70e1;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #fff;
}
.fut_menu .active {
  background: #2a70e1;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #fff;
}
.futh_container {
  margin-bottom: -100px;
  background: url("../img/futh_back.jpg") no-repeat center;
  background-size: cover;
  padding: 54px 0px 157px;
  overflow: hidden;
  position: relative;
}
.futh_container .back_bt {
  font-family: Poppins-SemiBold;
  font-size: 175px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  -webkit-text-stroke: 1px rgba(42, 112, 225, 0.3);
  color: transparent;
  position: absolute;
  left: 3.1%;
  top: 6.5%;
}
.futh_container .imgBox {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.futh_container .back_img {
  max-width: 100%;
  position: absolute;
}
.futh_container .back_img img {
  width: 100%;
}
.futh_container .l_box {
  position: relative;
}
.futh_container .describe {
  color: #666;
  margin-top: 5.1%;
}
.futh_container figure {
  padding-top: 48px;
}
.futh_container figure:nth-of-type(odd) .l_box {
  width: 44.715%;
  float: left;
  margin-right: 5.9%;
  margin-bottom: 50px;
}
.futh_container figure:nth-of-type(odd) .back_img {
  bottom: -44px;
  left: -41px;
}
.futh_container figure:nth-of-type(odd) .r_box {
  padding-top: 23px;
}
.futh_container figure:nth-of-type(even) .l_box {
  width: 41.857%;
  float: right;
  margin-left: 10%;
  margin-bottom: 70px;
}
.futh_container figure:nth-of-type(even) .back_img {
  bottom: -65px;
  right: -79px;
}
.futh_container figure:nth-of-type(even) .r_box {
  padding-top: 67px;
}
.futh_container .bt {
  color: #2a70e1;
  margin-top: 8px;
}
.futh_container .bt span {
  width: 69px;
  height: 1px;
  background: #2a70e1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.futh_container .buttonBox {
  margin-top: 5.5%;
}
.futh_container .buttonBox a {
  min-width: 211px;
  background-color: #2a70e1;
  border-radius: 28px 0px 28px 0px;
}
.futh_container .buttonBox a:hover {
  background: #79be53;
}
.fufu1 {
  overflow: hidden;
  padding: 102px 0px 78px;
  position: relative;
}
.fufu1 .r_box {
  float: right;
  width: 49%;
  margin-right: -20px;
  margin-left: 4%;
  margin-bottom: 5px;
}
.fufu1 .bt {
  color: #2a70e1;
  margin-top: 8px;
}
.fufu1 .bt span {
  width: 69px;
  height: 1px;
  background: #2a70e1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.fufu1 .back_bt {
  font-family: Poppins-SemiBold;
  font-size: 175px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 170px;
  letter-spacing: 0px;
  -webkit-text-stroke: 1px rgba(42, 112, 225, 0.3);
  color: transparent;
  position: absolute;
  left: 6%;
  top: 10%;
}
.fufu1 .describe {
  color: #666;
  margin-top: 3.3%;
}
.fufu1 .l_box {
  padding-top: 2.85%;
}
.fufu2 {
  background: #f3f7fd;
  padding: 95px 0px 100px;
}
.fufu2_container {
  margin-top: 78px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 36px;
}
.fufu2_container li {
  width: calc(calc(100% - 144px) / 5);
  border-radius: 71px;
  text-align: center;
  padding: 26px 20px 25px;
  position: relative;
  background: #e1ebfb;
}
.fufu2_container li::before {
  content: "";
  position: absolute;
  right: 0;
  transform: translate(100%, -50%);
  top: 50%;
  width: 36px;
  height: 4px;
  background: url("../img/fufu2_la.png") no-repeat center;
  background-size: cover;
}
.fufu2_container .describe {
  line-height: 22px;
  margin-top: 10px;
  color: #333;
}
.fufu2_container .num {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333;
}
.fufu2_container li:nth-of-type(odd) {
  background: #2a70e1;
}
.fufu2_container li:nth-of-type(odd) .num {
  color: #f3f7fd;
}
.fufu2_container li:nth-of-type(odd) .describe {
  color: #fff;
}
.fufu2_container li:nth-of-type(5n)::before {
  display: none;
}
.fufu3 {
  padding: 84px 0px 55px;
}
.fufu3 .describe {
  margin-top: 19px;
  color: #666;
}
.fufu3 .describe1 {
  margin-top: 34px;
  color: #666;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0px;
}
.fufu3 .describe1 p {
  width: 48.5%;
  position: relative;
  padding-left: 49px;
}
.fufu3 .describe1 p::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_la.png") no-repeat center;
  background-size: cover;
}
.fufu3 .describe2 {
  color: #666;
  margin-top: 21px;
}
.fuf {
  padding-bottom: 100px;
}
.fuf_container {
  padding: 93px 0px 43px;
}
.fuf_container .bt {
  color: #2a70e1;
  margin-top: 8px;
}
.fuf_container .bt span {
  width: 69px;
  height: 1px;
  background: #2a70e1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.fuf_container .describe {
  color: #666;
  margin-top: 35px;
}
.fuf_container .describe img {
  display: inline-block;
  max-width: 100%;
}
.fuf_container .describe strong {
  font-family: Poppins-Medium;
  font-weight: normal;
  color: #333;
}
.fuf2 {
  max-width: 1460px !important;
}
.fo_container {
  padding: 93px 0px 88px;
}
.fo_container .bt {
  padding-top: 15px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
}
.fo_container .PageNumber {
  margin-top: 40px;
}
.fo_list {
  padding-top: 19px;
}
.fo_list .l_box {
  width: 45%;
  max-width: 500px;
  border-radius: 32px;
  overflow: hidden;
}
.fo_list li {
  padding: 40px 0px 39px;
  border-bottom: solid 1px #cfd7e6;
}
.fo_list .box {
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.3s;
}
.fo_list .box:hover {
  background: rgba(42, 112, 225, 0.1);
}
.fo_list .title {
  font-family: Poppins-Medium;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.fo_list .title a {
  color: #333;
}
.fo_list .title a:hover {
  color: #2a70e1;
}
.fo_list .r_box {
  flex: 1;
  padding: 4% 10px 3.8%;
  margin-left: 5.55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0px;
}
.fo_list .describe {
  line-height: 33px;
  margin-top: 35px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fo_list .buttonBox a {
  background-color: rgba(42, 112, 225, 0.1);
  border-radius: 28px 0px 28px 0px;
  color: #2a70e1;
}
.fo_list .buttonBox a:hover {
  background: #2a70e1;
  color: #fff;
}
.fo_list li:nth-last-of-type(1) {
  border-bottom: none;
}
.thtc9_pub {
  background: #f5f8fd;
  margin-bottom: -62px;
  padding: 84px 0px 147px !important;
}
.ft .thtc_9 {
  background: url("../img/thtc9_back.jpg") no-repeat center;
  background-size: cover;
  padding: 84px 0px 94px;
}
.ft .to10 {
  background: url('../img/to10_back1.png') no-repeat center;
  background-size: cover;
}
.ft .to10 .buttonBox a {
  min-width: 212px;
}
.ft_container {
  padding: 98px 0px 89px;
}
.ft_container h1 {
  font-family: Poppins-SemiBold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.ft_container .share_time {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin-top: 12px;
}
.ft_container .share_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ft_container .table {
  width: 100%;
  overflow: auto;
}
.ft_container .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ft_container .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ft_container .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ft_container table {
  width: 100%;
  border-collapse: collapse;
}
.ft_container table td {
  padding: 16px 27px;
  color: #333;
}
.ft_container table tr:nth-of-type(odd) td {
  background: #e1ebfb;
}
.ft_container table tr:nth-of-type(even) td {
  background: #f3f7fd;
}
.ft_container table tr:nth-of-type(1) td {
  background: #2a70e1;
  color: #fff;
}
.ft1 {
  border-top: 1px solid #d4e2f9;
  margin-top: 13px;
}
.ft1 .describe {
  font-family: Poppins-Medium;
  margin-top: 33px;
  color: #2a70e1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0px;
}
.ft1 .describe p {
  width: 48.5%;
  position: relative;
  padding-left: 49px;
}
.ft1 .describe p::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_lb.png") no-repeat center;
  background-size: cover;
}
.ft1 .describe p:nth-of-type(4n + 2)::before,
.ft1 .describe p:nth-of-type(4n + 3)::before {
  background: url("../img/index2_la.png") no-repeat center;
}
.ft2 {
  color: #666;
  margin-top: 24px;
}
.ft2 em {
  font-family: Poppins-Medium;
  font-style: normal;
  /*color: #2a70e1;*/
}
.ft2 .describe img {
  max-width: 100%;
  display: inline-block;
}
.ft2 .img_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.213%;
  margin-top: 33px;
}
.ft2 .img_list p.title{margin-top: 20px;text-align: center;}
.ft2 li {
  width: 31.858%;
  transition: 0.3s;
  /*border-radius: 32px;*/
  overflow: hidden;
}
.ft2 li img{border-radius: 32px;}
.ft2 .describe1 {
  margin-top: 50px;
}
.ft3 {
  position: relative;
  margin-top: 43px;
  padding: 53px 0px 58px;
}
.ft3 .title {
  font-size: 18px;
  font-family: Poppins-Medium;
   
    color: #333;;
display: inline-block;
}
.ft3::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: rgba(42, 112, 225, 0.06);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.ft3 .describe {
  line-height: 30px;
  color: #666;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 19px 0px;
  margin-top: 33px;
}
.ft3 .describe p {
  width: 48.5%;
  position: relative;
  padding-left: 49px;
}
.ft3 .describe p::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_lb.png") no-repeat center;
  background-size: cover;
}
.ft4 {
  color: #666;
  padding-top: 31px;
  border-bottom: 1px solid #d4e2f9;
  padding-bottom: 68px;
}
.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
.page_change .logo {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border: solid 1px #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.page_change .logo img {
  width: 23px;
  transition: 0.3s;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change > *:hover .logo {
  background: #2a70e1;
  border: 1px solid #2a70e1;
}
.page_change > *:hover .logo img {
  filter: brightness(0) invert(1);
}
.page_change .box {
  line-height: 26px;
}
.page_change .title {
  font-family: Poppins-Medium;
  color: #333;
  font-size: 18px;
}
.page_change .title + * {
  color: #666;
}
.page_change .title + * a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .title + * a:hover {
  color: #2a70e1;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
}
.page_change > *:nth-of-type(2) .box {
  text-align: right;
}
.so1 {
  background: url("../img/so_ia.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding: 81px 0px 43px;
  position: relative;
}
.so1 .img_back {
  width: 20%;
  max-width: 119px;
  height: 80%;
  max-height: 519px;
  position: absolute;
  right: 3.5%;
  top: 53%;
  transform: translateY(-50%);
}
.so1 .img_back img {
  max-height: 100%;
  max-width: 100%;
}
.so1 .r_box {
  width: 46.643%;
  float: right;
  margin-bottom: 5px;
  margin-left: 4.5%;
  position: relative;
  z-index: 1;
}
.so1 .describe {
  color: #333;
  margin-top: 46px;
}
.so1 .buttonBox {
  margin-top: 56px;
}
.so1 .buttonBox a {
  min-width: 231px;
  background-color: #79be53;
  border-radius: 28px 0px 28px 0px;
}
.so1 .buttonBox a:hover {
  background: #2a70e1;
}
.so1 .l_box {
  padding-top: 3.7%;
}
.so2 {
  background: #f5f8fd;
  padding: 80px 0px 97px;
}
.so2 .biger_title {
  text-align: center;
}
.so3 {
  background: #f5f8fd;
  padding-bottom: 64px;
}
.so3 .biger_title {
  text-align: center;
}
.so3_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
}
.so3_list li {
  width: 34%;
}
.so3_list li:nth-of-type(1) {
  width: 32%;
}
.so3_list li:nth-of-type(1) .title {
  background: url("../img/so3_la.png") no-repeat center;
  background-size: 100% 100%;
  padding: 15px 63px 15px 30px;
}
.so3_list li:nth-of-type(1) .describe {
  padding: 17px 63px 0px 30px;
}
.so3_list li:nth-of-type(3) .title {
  background: url("../img/so3_lc.png") no-repeat center;
  background-size: 100% 100%;
}
.so3_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #f5f8fd;
  background: url("../img/so3_lb.png") no-repeat center;
  background-size: 100% 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 15px 63px;
}
.so3_list .describe {
  line-height: 40px;
  color: #333;
  padding: 17px 63px 0px;
}
.so2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.8284%;
  margin-top: 50px;
}
.so2_list li {
  width: 15.143%;
  position: relative;
}
.so2_list li .imgBox {
  opacity: 0.2;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .so2_list li:hover .title {
    color: #fff !important;
  }
  .so2_list li:hover .imgBox {
    opacity: 1;
  }
}
.so2_list .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0px 20px;
  font-family: Poppins-Medium;
  color: #2a70e1;
  transition: 0.3s;
  text-align: center;
  word-break: break-all;
}
.so2_list li:nth-of-type(even) .title {
  color: #5a9e34;
}
.so4 {
  padding: 90px 0px 89px;
}
.so4 .describe {
  color: #666;
  margin-top: 23px;
}
.so4 .describe1 {
  margin-top: 43px;
  font-size: 18px;
  color: #666;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 0px;
}
.so4 .describe1 p {
  width: 48.5%;
  position: relative;
  padding-left: 55px;
}
.so4 .describe1 p::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: url("../img/index2_la.png") no-repeat center;
  background-size: cover;
}
.so5 {
  padding: 73px 0px 72px;
  background: #f5f8fd;
}
.so5 .content {
  overflow: hidden;
}
.so5 .l_box {
  width: 44.643%;
  float: left;
  margin-right: 7%;
  margin-bottom: 5px;
}
.so5 .r_box {
  padding-top: 2.65%;
}
.so5 .describe {
  color: #666;
  margin-top: 41px;
}
.so5 .buttonBox {
  margin-top: 53px;
}
.so5 .buttonBox a {
  min-width: 211px;
  background-color: #79be53;
  border-radius: 28px 0px 28px 0px;
}
.so5 .buttonBox a:hover {
  background: #2a70e1;
}
.so6 {
  padding: 80px 0px 64px;
}
.so6 .PageNumber {
  margin-top: 50px;
}
.so6_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 53px;
}
.so6_container ul {
  width: 48.858%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.so6_container li {
  background-color: #f5f8fd;
  padding: 0px 28px;
}
.so6_container .top {
  width: 100%;
  color: #333333;
  position: relative;
  cursor: pointer;
  min-height: 87px;
  padding-right: 50px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.so6_container .top:hover {
  color: #2a70e1;
}
.so6_container .dianji {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  color: #333;
}
.so6_container .dianji i {
  font-size: 16px;
  font-weight: normal;
  transition: 0s;
  font-weight: bold;
}
.so6_container .bottom {
  border-top: 1px solid #dcdde0;
  padding-right: 10%;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 24px;
  color: #666;
  display: none;
}
.st_container {
  background: url("../img/st_back.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: -100px;
  padding: 92px 0px 173px;
  position: relative;
}
.st_container .img_box {
  position: absolute;
  width: 10%;
  max-width: 80px;
  right: 4.6%;
  top: 6.7%;
}
.st_container .img_box img {
  width: 100%;
}
.st_container .bt {
  color: #666;
  margin-top: 13px;
}
.st_container .PageNumber {
  margin-top: 61px;
}
.st_container .content > * {
  position: relative;
  z-index: 1;
}
.st_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.7613%;
  margin-top: 51px;
}
.st_list li {
  width: 22.929%;
}
.st_list li .imgBox {
  box-shadow: 0px 0px 30px 0px #e2e6ec;
  position: relative;
}
.st_list li .imgBox a {
  position: relative;
  z-index: 1;
}
.st_list li .imgBox  a img:hover {
  transform: scale(1);
}
.st_list li .imgBox::before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: #2a70e1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .st_list li:hover .imgBox {
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .st_list li:hover .imgBox::before {
    opacity: 1;
  }
}
.st_list .title {
  font-family: Poppins-Medium;
  line-height: 24px;
  text-align: center;
}
.st_list .title span { display:block;
 overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.st_list .box {
  background-color: #f3f7fd;
  border-radius: 34px;
  margin-top: 21px;
  padding: 15px 6% 14px;
}
.st_list .down {
  display: flex;
  justify-content: center;
  font-family: Poppins-Medium;
  color: #2a70e1;
  margin-top: 11px;
}
.st_list .down a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2a70e1;
}
.st_list .down a:hover {
  text-decoration: underline;
}
.seo .thtc_9,
.set .thtc_9 {
  padding: 73px 0px 82px;
}
.seo .to10,
.set .to10 {
  background: url('../img/to10_back1.png') no-repeat center;
  background-size: cover;
}
.seo .to10 .buttonBox a,
.set .to10 .buttonBox a {
  min-width: 212px;
}
.seo_container {
  padding: 103px 0px 70px;
}
.seo_container .PageNumber {
  margin-top: 71px;
}
.seo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 2.213%;
}
.seo_list li {
  width: 31.858%;
}
.seo_list li:hover .box {
  background: #79be53;
}
.seo_list li:hover .title {
  color: #fff;
}
.seo_list li:hover .title a {
  color: #fff;
}
.seo_list li:hover .link {
  color: #fff;
}
.seo_list li:hover .link a {
  color: #fff;
}
.seo_list li:hover .time {
  color: #fff;
}
.seo_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.seo_list .box {
  background-color: #ffffff;
  box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-top: -40px;
  padding: 63px 30px 27px;
  transition: 0.3s;
}
.seo_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.seo_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seo_list .title a:hover {
  color: #2a70e1;
}
.seo_list .link {
  font-family: Poppins-SemiBold;
  color: #666;
}
.seo_list .link a {
  color: #666;
}
.seo_list .link a:hover {
  text-decoration: underline;
}
.seo_list .time {
  color: #666666;
  transition: 0.3s;
}
.seo_list .link_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 30px;
  margin-top: 53px;
}
.set_container {
  padding: 98px 0px 81px;
}
.set_container h1 {
  font-family: Poppins-SemiBold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.set_container .share_time {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 32px;
  margin-top: 12px;
}
.set_container .share_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.set_container .describe {
  color: #333;
  border: 1px solid #d8dbe3;
  border-left: none;
  border-right: none;
  padding: 33px 0px 48px;
  margin-top: 13px;
}
.set_container .describe img {
  display: inline-block;
  max-width: 100%;
}
.set_container .describe a{
    color: #2a70e1 !important;
}
.eo1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 97px 0px 96px;
}
.eo1 .l_box {
  flex: 1;
  margin-right: 6.85%;
  padding-top: 12px;
}
.eo1 .r_box {
  width: 51.5%;
}
.eo1 form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px 0px;
  padding-top: 6px;
}
.eo1 form input {
  height: 60px;
}
.eo1 form input,
.eo1 form textarea {
  width: 100%;
  background-color: #fff;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  resize: none;
  outline: none;
  padding: 0px 24px;
}
.eo1 form input::placeholder,
.eo1 form input::-webkit-input-placeholder,
.eo1 form textarea::placeholder {
  color: #666;
}
.eo1 form .int1 {
  width: 48.8%;
}
.eo1 form .yz {
  position: relative;
}
.eo1 form .yz::before {
  content: "*";
  top: 53%;
  transform: translateY(-50%);
  left: 10px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.eo1 form .int2 {
  width: 100%;
}
.eo1 form .int2::before {
  top: 32px;
}
.eo1 form .tijiao input {
  background-color: #2a70e1;
  border: 1px solid #2a70e1;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px !important;
  font-size: 20px;
  font-family: Poppins-Medium;
}
.eo1 form .tijiao input:hover {
  background-color: #fff;
  color: #2a70e1;
}
.eo1 form .yzm {
  position: relative;
}
.eo1 form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.eo1 form .yzm a,
.eo1 form .yzm span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  cursor: pointer;
}
.eo1 form .yzm a img,
.eo1 form .yzm span img {
  height: 100%;
}
.eo1 form textarea {
  height: 168px;
  padding-top: 15px !important;
}
.eo1 .bt {
  color: #2a70e1;
  margin-top: 6px;
}
.eo1 .bt span {
  width: 69px;
  height: 1px;
  background: #2a70e1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.eo1 .big_title {
  color: #333;
}
.eo1 .describe {
  color: #333;
  margin-top: 33px;
}
.eo1 .img_box {
  width: 168px;
  border-radius: 16px;
  border: 12px solid #2a70e1;
}
.eo1 .wechat_box {
  display: flex;
  flex-wrap: wrap;
  background: #f5f8fd;
  align-items: center;
  margin-top: 59px;
}
.eo1 .name_add {
  flex: 1;
  padding: 10px;
  margin-left: 24px;
}
.eo1 .name {
  font-family: Poppins-SemiBold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.eo1 .name span {
  display: inline;
  color: #79be53;
}
.eo1 .add {
  color: #2a70e1;
  margin-top: 24px;
}
.eo2 {
  background: url('../img/eo2_back.jpg') no-repeat center;
  background-size: cover;
  margin-bottom: -100px;
  padding: 77px 0px 176px;
}
.eo2 .big_title {
  color: #333;
  text-align: center;
}
.eo2 .logo {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2a70e1;
}
.eo2 .logo img {
  max-width: 90%;
  max-height: 90%;
}
.eo2 .name {
  color: #333;
}
.eo2 .describe {
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 19px;
}
.eo2 .describe a {
  color: #333;
}
.eo2 .describe a:hover {
  color: #2a70e1;
}
.eo2_list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 53px;
}
.eo2_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.eo2_list li:nth-of-type(even) .logo {
  background: #79be53;
}
.map {
  max-width: 1520px !important;
  padding-top: 84px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Medium;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  width: 36px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #2a70e1;
  color: #fff;
  border: 1px solid #2a70e1;
}
.PageNumber .active {
  background: #2a70e1;
  color: #fff;
  border: 1px solid #2a70e1;
}
.PageNumber a.no:hover{background: #fff;
    color: #333;
    border: 1px solid #e5e5e5;}
.PageNumber .p_f,.PageNumber .big {
  width: 79px;
}
.PageNumber .p_l {
  width: 61px;
}
.PageNumber input {
  min-width: 147px;
  height: 23px;
  background-color: #2a70e1;
  font-family: Poppins-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #2a70e1;
}
.PageNumber input:hover {
  color: #2a70e1;
  background: #fff;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
}
footer {
  position: relative;
  z-index: 1;
  background: url("../img/footer_back.png") no-repeat center top;
  background-size: cover;
  padding: 55px 0px 49px;
}
footer .content {
  width: calc(100% - 60px);
}
footer .logoBox {
  width: 187px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .footer_a {
  display: flex;
  justify-content: center;
}
footer .bt {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 25px;
}
footer .bt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  border-bottom: 2px solid #b0bbcb;
  opacity: 0.3;
  left: 0;
  bottom: 0px;
}
footer .bt img {
  display: none;
  width: 8px;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
footer .bt a {
  color: #333;
}
footer .bt a:hover {
  color: #2a70e1;
}
footer .bt + ul {
  color: #333;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px 0px;
}
footer .bt + ul a {
  color: #333;
}
footer .bt + ul a span {
  transition: 0s;
}
footer .bt + ul a:hover {
  text-decoration: underline;
}
footer .footer_b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 51px;
  border-bottom: 1px solid #cbd3dd;
  padding-bottom: 42px;
  gap: 20px 4%;
}
footer .ul4 ul a,
footer .ul4 ul span {
  display: inline;
}
footer .ul2 .bt + ul img,
footer .ul3 .bt + ul img {
  width: 15px;
  flex-shrink: 0;
}
footer .ul2 .bt + ul a,
footer .ul3 .bt + ul a {
  gap: 14px;
  display: flex;
  align-items: center;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 3px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 18px;
  border: solid 1px #2a70e1;
  opacity: 0.6;
  background: transparent;
  color: #2a70e1;
}
footer .icBox a:hover {
  opacity: 1;
}
footer .l_box {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
footer .l_box a {
  color: #333;
}
footer .l_box a:hover {
  text-decoration: underline;
}
footer .footer_c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px 5%;
  padding-top: 47px;
}
footer .link span,
footer .link a {
  margin-right: 8px;
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1700px) {
  .index1_container .sw_button {
    left: -10px;
  }
  .index5 .sw_button .iconfont:nth-of-type(1) {
    left: -15px;
  }
  .index5 .sw_button .iconfont:nth-of-type(2) {
    right: -15px;
  }
  header .container {
    width: calc(100% - 30px);
  }
  header .sousuo {
    margin-left: 50px;
  }
  header .menuOne {
    margin-right: 40px;
  }
  header .ul {
    width: 340px;
  }
  header .dif_ul {
    padding: 40px 60px;
  }
  .thtc_9 .sw_button {
    left: -10px;
  }
  .fuo3 .sw_button {
    left: -10px;
  }
  .index8_list li:nth-of-type(3) .name::before,
  .index8_list li:nth-of-type(5) .name::before {
    right: auto;
    left: 0;
    transform: translate(-100%, -50%);
  }
  .index8_list li:nth-of-type(3) .describe,
  .index8_list li:nth-of-type(5) .describe {
    right: auto;
    left: -20px;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1480px) {
  .rightMenu {
    padding: 5px;
  }
  .rightMenu .logo img {
    max-width: 66%;
  }
  .rightMenu > * {
    width: 40px;
    height: 40px;
  }
  header .logoBox {
    width: 90px;
  }
  header .menuOne.active > a {
    font-size: 15px;
  }
  header .menuOne.menuactive > a {
    font-size: 15px;
  }
  header .menuOne {
    font-size: 15px;
    margin-right: 20px;
  }
  header .menuOne > a {
    padding: 22px 0px 20px;
  }
  header .menuOne > a::after {
    font-size: 15px;
  }
  header .menuOne > a:hover {
    font-size: 15px;
  }
  header .lang {
    margin-right: 20px;
    margin-left: 15px;
  }
  header .lang .lang_box {
    min-width: 60px;
    height: 30px;
  }
  header .sousuo {
    margin-left: 25px;
  }
  header .sousuo .search {
    width: 18px;
  }
  header .button a {
    min-width: 130px;
    height: 40px;
  }
  header .ul {
    width: 244px;
  }
  header .ul li {
    font-size: 14px;
    line-height: 24px;
  }
  header .ul li a {
    padding: 8px 20px;
  }
  header .ul div {
    padding: 12px 0px;
  }
  header .dif_ul {
    padding: 20px 32px;
    font-size: 15px;
  }
  header .dif_ul a {
    padding: 6px 20px;
  }
  html {
    scroll-padding-top: 80px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .padding_top {
    padding-top: 74px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 35px;
    gap: 6px 25px;
  }
  .biger_title {
    font-size: 32px;
    line-height: 38px !important;
  }
  .big_title {
    font-size: 32px;
    line-height: 38px !important;
  }
  .index1 {
    padding: 80px 0px;
  }
  .index1 .title_top {
    align-items: center;
  }
  .index1_menu {
    font-size: 15px;
    gap: 6px 10px;
  }
  .index1_menu span {
    padding: 7px 12px;
  }
  .index1_menu .active {
    font-size: 16px;
  }
  .index1_menu span:hover {
    font-size: 16px;
  }
  .index1_container {
    margin-top: 40px;
  }
  .sw_button .iconfont {
    width: 48px;
    height: 48px;
  }
  .index2 .back_bt {
    font-size: 84px;
    line-height: 80px;
  }
  .index2 .describe {
    font-size: 16px;
    margin-top: 30px;
  }
  .index2 .buttonBox {
    margin-top: 40px;
  }
  .buttonBox a {
    font-size: 16px;
    min-width: 150px !important;
    min-height: 46px !important;
  }
  .index3 {
    padding: 60px 0px 40px;
  }
  .index3 .big_num {
    font-size: 22px;
  }
  .index3 .j-hdata1 {
    font-size: 36px;
    line-height: 32px;
  }
  .index3 .content {
    gap: 20px;
  }
  .index3 .describe {
    margin-top: 15px;
  }
  .index4 {
    padding: 60px 0px 80px;
  }
  .index4 .container {
    margin-top: 40px;
  }
  .index4 li {
    padding: 50px 30px 30px;
    border-radius: 40px 80px 40px 40px;
    min-height: 420px;
  }
  .index4 .logo {
    width: 80px;
    height: 80px;
  }
  .index4 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .index4 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .index5 {
    padding: 80px 0px 50px;
  }
  .index5 .title_top {
    align-items: center;
  }
  .index5 .buttonBox {
    margin-top: 0px;
  }
  .index5 .sw_box {
    margin-top: 40px;
  }
  .index6 {
    padding: 60px 0px 70px;
  }
  .index6 .describe {
    line-height: 26px;
    margin-top: 20px;
  }
  .index6 .buttonBox {
    margin-top: 30px;
  }
  .index7 {
    align-items: center;
  }
  .index7 .img_back {
    max-width: 60px;
  }
  .index7 .back_bt {
    font-size: 60px;
    line-height: 66px;
    top: 5px;
  }
  .index7 .text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }
  .index7 .box {
    padding: 0px 35% 20px 6%;
  }
  .index7 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index7 .describe {
    line-height: 26px;
    margin-top: 10px;
  }
  .index7_list {
    margin-top: 25px;
  }
  .index7_list li {
    padding: 15px 10px;
  }
  .index7_list .bt {
    font-size: 16px;
    margin-top: 8px;
  }
  .index5 .sw_box  .imgBox a img:hover {
  transform: scale(1);
}
  .index8 .logo {
    width: 54px;
  }
  .index8 .back_img {
    width: 10%;
  }
  .index8 .add_img {
    margin: 40px auto 0px;
  }
  .index8 .name {
    font-size: 14px;
    line-height: 26px;
    min-width: 100px;
    min-height: 36px;
  }
  .index8 .describe {
    line-height: 26px;
    right: -20px;
    width: 330px;
    padding: 15px 20px 25px;
  }
  .index8_list li:nth-of-type(3) .name::before,
  .index8_list li:nth-of-type(5) .name::before {
    right: auto;
    left: 0;
    transform: translate(-100%, -50%);
  }
  .index8_list li:nth-of-type(3) .describe,
  .index8_list li:nth-of-type(5) .describe {
    right: auto;
    left: -20px;
    transform: translateX(-100%);
  }
  .index9 .swiper-slide {
    height: 86px;
  }
  .index10 .back_bt {
    font-size: 60px;
    line-height: 66px;
  }
  .index10 .title {
    font-size: 20px;
  }
  .index10 .job {
    font-size: 16px;
    line-height: 26px;
  }
  .index10 .top_box {
    gap: 5px 20px;
  }
  .index10 .describe {
    margin-top: 15px;
  }
  .index10 .r_box {
    padding: 30px;
    min-height: 290px;
    margin: 80px 0px 60px;
  }
  .index11 .describe {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
  }
  .index12 .describe {
    line-height: 26px;
    margin-top: 30px;
  }
  .index12 .sw_button {
    margin-top: 16%;
  }
  .index12 .l_box {
    padding: 8% 0px 11.6%;
  }
  .mySwiperindex12 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .mySwiperindex12 .box {
    padding: 55px 30px 27px;
  }
  .mySwiperindex12 .link {
    margin-top: 25px;
  }
  footer .logoBox {
    width: 160px;
  }
  footer .footer_b {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  footer .ul1,
  footer .ul2,
  footer .ul3,
  footer .ul4 {
    width: 48%;
  }
  footer .bt {
    font-size: 18px;
    padding-bottom: 15px;
  }
  footer .bt + ul {
    margin-top: 10px;
    gap: 4px 0px;
  }
  footer .icBox {
    gap: 10px;
  }
  footer .icBox a {
    width: 40px;
    height: 40px;
  }
  footer .footer_c {
    padding-top: 25px;
  }
  .mbx {
    margin-top: 20px;
  }
  .bt_title {
    font-size: 30px;
    line-height: 36px !important;
  }
  .little_title {
    font-size: 26px;
    line-height: 32px !important;
  }
  .to1 {
    padding: 80px 0px;
  }
  .to1_container {
    margin-top: 40px;
  }
  .to table td {
    padding: 15px 20px;
  }
  .to1_box {
    margin-top: 40px;
  }
  .to3_container {
    margin-top: 36px;
  }
  .to3_container .r_box {
    padding-top: 10px;
  }
  .to4 .describe {
    margin-top: 25px;
  }
  .to4 .l_box {
    margin-top: 10px;
  }
  .to5 .bt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .to5_menu {
    margin-top: 25px;
  }
  .to5_menu a {
    font-size: 15px;
    line-height: 28px;
  }
  .to5_menu a:hover {
    font-size: 16px;
  }
  .to5_menu .active {
    font-size: 16px;
  }
  .to5_container {
    margin-top: 36px;
    gap: 30px 0px;
  }
  .to5_container strong {
    font-size: 18px;
  }
  .to6 .describe {
    margin-top: 20px;
  }
  .to6_container {
    margin-top: 30px;
  }
  .to6_container .describe1 strong {
    font-size: 18px;
  }
  .to7 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .to7 .bt {
    margin-top: 15px;
  }
  .to7 .describe {
    margin-top: 10px;
  }
  .to7 .link {
    margin-top: 16px;
  }
  .to7_container {
    margin-top: 40px;
  }
  .to7_container li {
    padding: 20px 20px 25px;
  }
  .to7_container .title {
    margin-top: 20px;
  }
  .to8 {
    padding: 80px 0px;
  }
  .to8 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .to8_container {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .to8_container .describe {
    margin-top: 25px;
  }
  .to9 .little_title span {
    display: inline;
  }
  .to9 .describe {
    margin-top: 20px;
  }
  .to9 .buttonBox {
    margin-top: 28px;
  }
  .to9 .buttonBox a {
    border-radius: 18px 0px 18px 0px;
  }
  .to10 .describe {
    line-height: 26px;
    margin-top: 20px;
  }
  .to10 .buttonBox {
    margin-top: 30px;
  }
  .tho_container {
    padding: 80px 0px;
  }
  .tho_menu {
    margin-top: 40px;
  }
  .tho_menu > li {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 25px;
  }
  .tho_menu .menu_two {
    font-size: 15px;
    line-height: 25px;
  }
  .tho_menu .menu_two div {
    padding: 20px 15px;
    gap: 15px 0px;
  }
  .tho1_container .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .tho1_container .link_box {
    font-size: 16px;
    line-height: 26px;
    min-width: 160px;
    padding: 10px 20px;
  }
  .tht1 {
    padding: 80px 0px;
    align-items: flex-start;
  }
  .tht1_l .describe {
    line-height: 28px;
    margin-top: 15px;
  }
  .tht1_l .describe p {
    padding-left: 30px;
  }
  .tht1_l .describe p::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .tht1_l .buttonBox {
    margin-top: 25px;
  }
  .tht_menu::before {
    bottom: 6px;
  }
  .tht_menu .menu_box {
    font-size: 16px;
    line-height: 26px;
  }
  .tht_menu a {
    padding-bottom: 10px;
  }
  .thtc_1 .describe {
    margin-top: 20px;
  }
  .thtc_2 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .thtc_2 .describe {
    margin-top: 10px;
  }
  .thtc3_list .num {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
  .thtc3_list li {
    gap: 20px 15px;
  }
  .thtc3_list .r_box {
    margin-top: 20px;
    padding-right: 0px;
  }
  .thtc3_list .title {
    font-size: 18px;
  }
  .thtc_4 .title {
    bottom: 18px;
    font-size: 16px;
    line-height: 22px;
  }
  .thtc_5 .container {
    margin-top: 30px;
  }
  .thtc5_menu {
    width: 270px;
    font-size: 16px;
    line-height: 26px;
  }
  .thtc5_menu .active {
    font-size: 15px;
  }
  .thtc5_menu span {
    padding: 20px 12px;
  }
  .thtc5_rbox {
    margin-left: 30px;
  }
  .thtc5_rbox .num {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .thtc5_rbox .img_box {
    margin-right: 20px;
  }
  .thtc5_rbox .describe {
    font-size: 16px;
    line-height: 26px;
  }
  .thtc_7 .describe {
    font-size: 16px;
    margin-top: 30px;
  }
  .thtc_7 .describe p {
    width: 48%;
  }
  .thtc_8 .describe {
    margin-top: 20px;
  }
  .thtc_9 {
    padding: 80px 0px;
  }
  .thtc_9 .sw_box {
    margin-top: 30px;
  }
  .thtc_9 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .thtc_9 .link_box {
    font-size: 16px;
    line-height: 26px;
    min-width: 160px;
    padding: 10px 20px;
  }
  .fuo1 .logo {
    width: 88px;
    height: 88px;
  }
  .fuo1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo1 .describe {
    line-height: 26px;
  }
  .fuo1 .title1 {
    font-size: 20px;
    line-height: 28px;
  }
  .fuo2 .turn_page {
    margin-top: -5%;
  }
  .fuo2 .turn_page #box .iconfont {
    width: 48px;
    height: 48px;
  }
  .fuo2 .turn_page #box .prev {
    left: -7.5%;
  }
  .fuo2 .turn_page #box .next {
    right: -7.5%;
  }
  .fuo2 .turn_page #box .title {
    bottom: -70px;
  }
  .fuo3 {
    padding: 80px 0px;
  }
  .fuo3 .sw_box {
    margin-top: 30px;
  }
  .fuo3 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .fuo3 .link_box {
    font-size: 16px;
    line-height: 26px;
    min-width: 160px;
    padding: 10px 20px;
  }
  .fut_menu {
    font-size: 15px;
  }
  .fut_menu a {
    padding: 7px 12px;
  }
  .fut_menu .active {
    font-size: 16px;
  }
  .fut_menu a:hover {
    font-size: 16px;
  }
  .fut_list1 {
    margin-top: 40px;
  }
  .futh_container .back_bt {
    font-size: 100px;
  }
  .futh_container .describe {
    margin-top: 2%;
  }
  .futh_container .back_img {
    bottom: -20px !important;
  }
  .futh_container .r_box {
    padding-top: 20px !important;
  }
  .futh_container .l_box {
    margin-bottom: 30px !important;
  }
  .fufu1 .back_bt {
    font-size: 100px;
  }
  .fufu2 {
    padding: 80px 0px;
  }
  .fufu2_container {
    margin-top: 40px;
    gap: 30px 20px;
  }
  .fufu2_container li {
    width: calc(calc(100% - 80px) / 5);
  }
  .fufu2_container .num {
    font-size: 24px;
    line-height: 32px;
  }
  .fo_container .bt {
    font-size: 18px;
    line-height: 28px;
    padding-top: 0px;
  }
  .fo_list .title {
    font-size: 22px;
  }
  .fo_list li {
    padding: 20px 0px;
  }
  .fo_list .describe {
    line-height: 26px;
    margin-top: 20px;
  }
  .ft_container {
    padding: 80px 0px;
  }
  .ft_container h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .page_change .logo {
    width: 44px;
    height: 44px;
  }
  .so1 .describe {
    margin-top: 25px;
  }
  .so1 .buttonBox {
    margin-top: 40px;
  }
  .so2_list {
    margin-top: 40px;
  }
  .so2_list .title {
    line-height: 22px;
  }
  .so3_list .title {
    font-size: 18px;
    line-height: 26px;
    min-height: 76px;
    padding: 15px 40px;
  }
  .so3_list .describe {
    padding: 15px 40px 0px;
    line-height: 30px;
  }
  .so3_list li:nth-of-type(1) .describe {
    padding: 17px 40px 0px 30px;
  }
  .so4 {
    padding: 80px 0px;
  }
  .so4 .describe1 {
    font-size: 16px;
  }
  .so6_container .top {
    min-height: 66px;
    font-size: 16px;
  }
  .seo_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .seo_list .box {
    padding: 55px 20px 27px;
  }
  .seo_list .link_box {
    margin-top: 25px;
    gap: 10px;
  }
  .seo_container {
    padding: 80px 0px 70px;
  }
  .set_container {
    padding: 80px 0px;
  }
  .set_container h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .eo1 {
    padding: 80px 0px;
  }
  .eo1 form .yzm input {
    padding-right: 100px;
  }
  .eo1 .l_box {
    margin-right: 4%;
  }
  .eo1 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .eo1 .add {
    margin-top: 8px;
  }
  .eo1 .img_box {
    width: 140px;
  }
  .eo2 .logo {
    width: 76px;
    height: 76px;
  }
  .eo2 .describe {
    font-size: 18px;
    line-height: 26px;
  }
  .map {
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  html {
    scroll-padding-top: 70px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 80%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  header {
    padding: 8px 0px;
  }
  header .menuOne {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .button {
    display: none;
  }
  header .lang {
    margin-right: 50px;
  }
  .padding_top {
    padding-top: 68.19px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 12px;
    gap: 6px 12px;
  }
  .index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .index_banner .swiper-pagination-bullet-active::before {
    width: 8px;
    height: 8px;
  }
  .big_title {
    font-size: 20px;
    line-height: 28px !important;
  }
  .biger_title {
    font-size: 20px;
    line-height: 28px !important;
  }
  .bt_title {
    font-size: 20px;
    line-height: 28px !important;
  }
  .little_title {
    font-size: 18px;
    line-height: 26px !important;
  }
  .index1 {
    padding: 30px 0px 40px;
  }
  .index1 .box {
    padding: 5px 5px 10px;
  }
  .index1 .title_top {
    flex-direction: column;
    align-items: center;
  }
  .index1 .big_title {
    text-align: center;
  }
  .index1 .title {
    font-size: 15px;
    line-height: 25px;
  }
  .index1 .link {
    font-size: 15px;
    padding-left: 10px;
    margin-top: 8px;
  }
  .index1 .link::before {
    width: 32px;
    height: 32px;
    border-radius: 8px 0px 8px 0px;
  }
  .index1_menu span:hover {
    font-size: 15px;
  }
  .index1_menu .active {
    font-size: 15px;
  }
  .index1_container {
    margin-top: 20px;
  }
  .index1_container .sw_button {
    top: 40%;
    left: -2px;
  }
  .sw_button .iconfont {
    width: 38px;
    height: 38px;
  }
  html body {
    font-size: 14px;
    line-height: 25px;
  }
  .index2 {
    padding: 30px 0px 40px !important;
  }
  .index2 .back_bt {
    font-size: 46px;
    line-height: 50px;
    top: 6% !important;
    right: 30px;
  }
  .index2 .describe {
    font-size: 15px;
    line-height: 25px;
    margin-top: 8px;
  }
  .index2 .describe em {
    gap: 10px;
  }
  .index2 .describe em::before {
    width: 24px;
    height: 24px;
    margin-top: 0px;
  }
  .index2 .buttonBox {
    margin-top: 20px;
  }
  .index2 .buttonBox a {
    border-radius: 16px 0px 16px 0px;
  }
  .buttonBox a {
    font-size: 15px;
    min-width: 136px !important;
    min-height: 38px !important;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .big_num {
    font-size: 20px;
  }
  .index3 .j-hdata1 {
    font-size: 26px;
    line-height: 26px;
  }
  .index3 .describe {
    margin-top: 5px;
  }
  .index3 figure {
    max-width: 165px;
  }
  .index4 {
    padding: 30px 0px 40px;
  }
  .index4 .bt {
    font-size: 16px;
    line-height: 26px;
  }
  .index4 .container {
    margin-top: 20px;
    gap: 20px 4%;
  }
  .index4 li {
    width: 48%;
    padding: 30px 20px;
    min-height: auto;
    border-radius: 20px 60px 20px 20px;
  }
  .index4 .logo {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }
  .index4 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index4 .describe {
    font-size: 15px;
    line-height: 25px;
    margin-top: 8px;
  }
  .index5 {
    padding: 30px 0px 40px;
  }
  .index5 .buttonBox a {
    border-radius: 16px 0px 16px 0px;
  }
  .index5 .sw_button .iconfont:nth-of-type(1) {
    left: -2px;
  }
  .index5 .sw_button .iconfont:nth-of-type(2) {
    right: -2px;
  }
  .index5 .name {
    padding: 8px 12px;
    border-radius: 20px;
  }
  .index5 .sw_box {
    margin-top: 20px;
  }
  .index6 {
    padding: 30px 0px 40px;
  }
  .index6 .describe {
    line-height: 25px;
    margin-top: 8px;
  }
  .index6 .buttonBox {
    margin-top: 20px;
  }
  .index7 {
    padding: 30px 50px 40px !important;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .index7 .back_bt {
    font-size: 38px;
    line-height: 52px;
    top: 0px;
  }
  .index7 .text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
  }
  .index7 .r_box {
    flex: none;
    width: 100%;
    padding: 0px;
  }
  .index7 .container {
    max-width: none;
    padding-top: 10px;
  }
  .index7 .box {
    padding: 0px 6% 20px;
  }
  .index7 .l_box {
    width: 100%;
  }
  .index7 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index7 .describe {
    line-height: 25px;
    margin-top: 5px;
  }
  .index7_list li:nth-of-type(4) {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
  }
  .index8 {
    padding: 30px 0px 0px;
    position: relative;
    z-index: 3;
  }
  .index8 .add_img {
    margin: 20px auto 0px;
  }
  .index8 .name {
    min-height: 32px;
  }
  .index8 .logo {
    width: 42px;
  }
  .index8 .describe {
    width: 250px;
    right: 50% !important;
    left: auto !important;
    top: calc(100% + 10px);
    transform: translate(50%) !important;
  }
  .index9 {
    padding: 40px 0px;
  }
  .index10 {
    padding: 40px 0px 60px;
  }
  .index10 .swiper-slide {
    align-items: flex-start;
  }
  .index10 .biger_title {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    text-align: center;
  }
  .index10 .r_box {
    margin: 10px 0px 50px;
  }
  .index10 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index10 .job {
    font-size: 15px;
    line-height: 25px;
  }
  .index10 .describe {
    margin-top: 8px;
  }
  .index10 .back_bt {
    font-size: 38px;
    line-height: 52px;
  }
  .index11 {
    padding: 30px 0px 40px;
  }
  .index11 .describe {
    font-size: 15px;
    line-height: 25px;
    margin-top: 8px;
  }
  .index11 .l_box {
    flex: none;
    width: 100%;
  }
  .index12 {
    padding-bottom: 40px;
  }
  .index12 .l_box {
    padding: 0px;
  }
  .index12 .describe {
    line-height: 25px;
    margin-top: 12px;
    color: #333;
  }
  .index12 .r_box {
    margin-top: 30px;
    width: 100%;
  }
  .index12 .back_img {
    display: none;
  }
  .index12 .biger_title {
    color: #333;
  }
  .index12 .biger_title a {
    color: #333;
  }
  .index12 .l_box {
    width: 100%;
  }
  .index12 .sw_button {
    margin-top: 15px;
  }
  .index12 .sw_button div {
    background: #a1a5a8;
    border: 1px solid #a1a5a8;
  }
  .mySwiperindex12 .box {
    padding: 50px 20px 15px;
  }
  .mySwiperindex12 .title {
    font-size: 15px;
    line-height: 25px;
  }
  .mySwiperindex12 .link {
    margin-top: 8px;
  }
  footer {
    padding: 40px 0px 45px;
  }
  footer .logoBox {
    width: 136px;
  }
  footer .footer_b {
    margin-top: 30px;
  }
  footer .footer_b > * {
    width: 100% !important;
  }
  footer .bt {
    font-size: 16px;
    padding-bottom: 10px;
  }
  footer .bt img {
    display: block;
    filter: none;
  }
  footer .footer_c {
    flex-wrap: wrap;
    gap: 10px 5%;
    flex-direction: column-reverse;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .icBox a {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
  footer .l_box {
    width: 100%;
  }
  .to1 {
    padding: 30px 0px 40px;
  }
  .to1_container {
    margin-top: 15px;
  }
  .to1_container .describe em {
    padding-left: 34px;
  }
  .to1_container .describe em::before {
    width: 24px;
    height: 24px;
    top: 0px;
  }
  .to1_box {
    margin-top: 20px;
  }
  .to2 {
    padding: 30px 0px 40px;
  }
  .to2_container {
    gap: 20px 0px;
    margin-top: 20px;
  }
  .to2_container .describe {
    width: 100%;
    padding-left: 34px;
  }
  .to2_container .describe::before {
    width: 24px;
    height: 24px;
    top: 0px;
  }
  .to3 {
    padding: 30px 0px 40px;
  }
  .to3_container {
    margin-top: 20px;
  }
  .to3_container .r_box {
    padding-top: 0px;
  }
  .to4 {
    padding: 30px 0px 40px;
  }
  .to4 .describe {
    margin-top: 15px;
  }
  .to5 {
    padding: 30px 0px 40px;
  }
  .to5 .bt {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
  }
  .to5_menu {
    margin-top: 15px;
  }
  .to5_menu a {
    line-height: 24px;
  }
  .to5_container {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .to5_container strong {
    font-size: 16px;
  }
  .to5_container figure {
    padding-left: 18px;
  }
  .to5_container figure::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .to6 {
    padding: 30px 0px 40px;
  }
  .to6 .describe {
    margin-top: 15px;
  }
  .to6_container {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .to6_container .describe1 {
    padding-left: 34px;
    width: 100%;
  }
  .to6_container .describe1::before {
    width: 24px;
    height: 24px;
    top: 0px;
  }
  .to6_container .describe1 strong {
    font-size: 16px;
  }
  .to7 {
    padding: 30px 0px 40px;
  }
  .to7 .bt {
    margin-top: 8px;
  }
  .to7 .title {
    font-size: 16px;
    line-height: 25px;
  }
  .to7 .describe {
    line-height: 26px;
    padding-left: 0px;
  }
  .to7 .describe p {
    padding-left: 10px;
  }
  .to7 .describe p::before {
    top: 10px;
  }
  .to7 .link {
    width: 14px;
    margin-top: 10px;
  }
  .to7_container {
    margin-top: 25px;
    gap: 15px 2.4275%;
  }
  .to7_container li {
    border-radius: 20px;
  }
  .to8 {
    padding: 30px 0px 40px;
  }
  .to8 .title {
    font-size: 16px;
    line-height: 25px;
  }
  .to8_container {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .to8_container .describe {
    margin-top: 15px;
  }
  .to table td {
    padding: 6px 12px;
  }
  .to9 {
    padding: 30px 0px 40px;
  }
  .to10 {
    padding: 30px 0px 80px;
  }
  .to10 .describe {
    line-height: 25px;
    margin-top: 8px;
  }
  .to10 .buttonBox {
    margin-top: 20px;
  }
  .tho_container {
    padding: 30px 0px 40px;
  }
  .tho1_top {
    gap: 8px;
  }
  .tho1_top .bt_title {
    margin-top: 0px;
    flex: none;
    margin-right: 0px;
  }
  .tho1_top .describe {
    width: 100%;
    line-height: 25px;
  }
  .tho_menu {
    margin-top: 20px;
    gap: 12px 4%;
  }
  .tho_menu > li {
    width: 48%;
  }
  .tho_menu .active {
    font-size: 16px;
  }
  .tho_menu .menu_two div {
    padding: 15px;
    gap: 6px 0px;
  }
  .tho1_container {
    padding-top: 30px;
    gap: 20px 2.213%;
  }
  .tho1_container .imgBox {
    border-radius: 20px;
  }
  .tho1_container .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tho1_container .link_box {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    opacity: 1;
    font-size: 15px;
    padding: 5px 12px;
    min-width: 140px;
  }
  .tho1_container .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .PageNumber {
    margin-top: 25px !important;
  }
  .PageNumber a {
    width: 26px;
    height: 26px;
  }
  .PageNumber .p_f {
    width: 68px;
  }
  .PageNumber .p_l {
    width: 46px;
  }
  .PageNumber .page_box {
    gap: 8px 6px;
  }
  .mbx {
    margin-top: 10px;
  }
  .PageNumber a.no:hover{}
  .tht1 {
    padding: 20px 0px 30px;
    max-width: 760px !important;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .tht1 .r_box {
    width: 100%;
  }
  .tht1 .zoomPad {
    cursor: default !important;
  }
  .tht1 .zoomPup {
    display: none !important;
  }
  .tht1 .zoomWindow {
    display: none !important;
  }
  .tht1 .zoomPreload {
    display: none !important;
  }
  .tht1_l {
    flex: none;
    margin-left: 0px;
    width: 100%;
  }
  .tht1_l .buttonBox {
    margin-top: 20px;
  }
  .tht1_l .buttonBox a {
    border-radius: 16px 0px 16px 0px;
  }
  .tht1_l .describe {
    margin-top: 8px;
  }
  .tht_menu .menu_box {
    font-size: 15px;
    line-height: 25px;
  }
  .tht_menu a {
    padding-bottom: 5px;
  }
  .thtc_1 {
    margin-top: 30px;
  }
  .thtc_1 .describe {
    margin-top: 8px;
  }
  .thtc_2 {
    margin-top: 30px;
  }
  .thtc_2 figure {
    margin-top: 20px !important;
  }
  .thtc_2 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .thtc_2 .describe {
    margin-top: 8px;
  }
  .thtc_2 .box {
    padding: 20px 25px 30px;
  }
  .thtc_2 .img_list {
    margin-top: 18px;
  }
  .thtc_2 li {
    border-radius: 16px;
  }
  .thtc_2 li:hover {
    border-radius: 0px 16px 0px 16px;
  }
  .thtc_3 {
    margin-top: 30px;
  }
  .thtc3_list {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .thtc3_list li {
    padding: 15px 12px 20px;
  }
  .thtc3_list .r_box {
    margin-top: 10px;
  }
  .thtc3_list .title {
    font-size: 16px;
  }
  .thtc3_list .describe {
    line-height: 25px;
    margin-top: 8px;
  }
  .thtc_4 {
    margin-top: 30px;
  }
  .thtc_4 .sw_box {
    margin-top: 20px;
  }
  .thtc_4 .swiper-slide > * {
    border-radius: 18px;
  }
  .thtc_4 .title {
    bottom: 10px;
    font-size: 15px;
  }
  .thtc_5 {
    margin-top: 30px;
  }
  .thtc_5 .container {
    margin-top: 15px;
  }
  .thtc5_menu {
    width: 100%;
  }
  .thtc5_menu span {
    padding: 10px 12px;
  }
  .thtc5_rbox {
    flex: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .thtc5_rbox .box {
    margin-top: 10px;
  }
  .thtc5_rbox .describe {
    font-size: 15px;
    line-height: 25px;
    padding-top: 8px;
  }
  .thtc_6 {
    margin-top: 30px;
  }
  .thtc_6 .describe {
    margin-top: 8px;
  }
  .thtc_6 td {
    padding: 8px 15px;
  }
  .thtc_7 {
    margin-top: 30px;
  }
  .thtc_7 .describe {
    font-size: 15px;
    margin-top: 15px;
    gap: 8px 0px;
  }
  .thtc_7 .describe p {
    padding-left: 30px;
    width: 100%;
  }
  .thtc_7 .describe p::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
  .thtc_9 {
    padding: 30px 0px 40px !important;
  }
  .thtc_9 .sw_box {
    margin-top: 20px;
  }
  .thtc_9 .sw_button {
    top: 40%;
    left: -2px;
  }
  .thtc_9 .imgBox {
    border-radius: 20px;
  }
  .thtc_9 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .thtc_9 .link_box {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    opacity: 1;
    font-size: 15px;
    padding: 5px 12px;
    min-width: 140px;
  }
  .thtc_9 .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .r_box {
    width: 100%;
    margin-top: 20px;
  }
  .fuo1 .title {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
  }
  .fuo1 .describe {
    margin-top: 8px !important;
  }
  .fuo1 figure {
    border-radius: 20px 20px 0px 0px;
    padding: 20px !important;
  }
  .fuo1 figure:nth-of-type(3),
  .fuo1 figure:nth-of-type(4) {
    border-radius: 0px 0px 20px 20px;
  }
  .fuo1 .l_box {
    flex: none;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
  .fuo1 .text {
    margin-top: 8px;
  }
  .fuo1 .container {
    margin-top: 15px;
    padding: 0px;
  }
  .fuo1 .container::before {
    display: none;
  }
  .fuo1 .title1 {
    font-size: 16px;
    line-height: 25px;
  }
  .fuo1 .describe1 {
    margin-top: 8px;
  }
  .fuo2 {
    padding: 30px 0px 0px;
  }
  .fuo2 .sw_box {
    margin-top: 15px;
  }
  .fuo2 .title {
    background-color: #ffffff;
    box-shadow: 2px 2px 30px 0px rgba(55, 122, 227, 0.09);
    border-radius: 16px;
    margin-top: 6px;
    width: 100%;
    text-align: center;
    padding: 5px 12px;
  }
  .fuo2 .sw_button {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }
  .fuo3 {
    padding: 30px 0px 40px;
  }
  .fuo3 .buttonBox a {
    border-radius: 16px 0px 16px 0px;
  }
  .fuo3 .sw_box {
    margin-top: 20px;
  }
  .fuo3 .sw_button {
    top: 40%;
    left: -2px;
  }
  .fuo3 .imgBox {
    border-radius: 20px;
  }
  .fuo3 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .fuo3 .link_box {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    opacity: 1;
    font-size: 15px;
    padding: 5px 12px;
    min-width: 140px;
  }
  .fuo3 .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .fut_menu {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .fut_menu a:hover {
    font-size: 15px;
  }
  .fut_menu .active {
    font-size: 15px;
  }
  .fut_container {
    padding: 30px 0px 40px;
  }
  .fut_container .title_top {
    flex-direction: column;
  }
  .fut_container .biger_title {
    text-align: center;
  }
  .fut_container .imgBox {
    border-radius: 20px;
  }
  .fut_container .title {
    margin-top: 8px !important;
  }
  .fut_list1 {
    margin-top: 30px;
    gap: 20px 0px;
  }
  .fut_list2 {
    margin-top: 30px;
    gap: 20px 2.213%;
  }
  .futh_container {
    padding: 30px 0px 140px;
  }
  .futh_container .buttonBox a {
    border-radius: 16px 0px 16px 0px;
  }
  .futh_container .back_bt {
    font-size: 80px;
    top: 4%;
  }
  .futh_container .describe {
    margin-top: 15px;
  }
  .futh_container figure:nth-of-type(odd) .back_img {
    left: -20px;
  }
  .futh_container figure:nth-of-type(even) .back_img {
    right: -20px;
  }
  .fufu1 {
    padding: 30px 0px 40px;
  }
  .fufu1 .back_bt {
    font-size: 80px;
    line-height: 80px;
    top: 4%;
  }
  .fufu1 .bt {
    margin-top: 8px;
  }
  .fufu1 .describe {
    margin-top: 10px;
  }
  .fufu2 {
    padding: 30px 0px 40px;
  }
  .fufu2_container {
    margin-top: 20px;
    gap: 20px;
  }
  .fufu2_container li {
    border-radius: 20px;
    width: calc(calc(100% - 60px) / 4);
    padding: 20px 15px;
  }
  .fufu2_container .describe {
    margin-top: 8px;
  }
  .fufu2_container li:nth-of-type(4n)::before {
    display: none;
  }
  .fufu2_container li:nth-of-type(5n)::before {
    display: block;
  }
  .fufu2_container li:nth-last-of-type(1)::before {
    display: none;
  }
  .fufu2_container .num {
    font-size: 20px;
    line-height: 26px;
  }
  .fufu3 {
    padding: 30px 0px 40px;
  }
  .fufu3 .describe {
    margin-top: 8px;
  }
  .fufu3 .describe1 {
    margin-top: 10px;
  }
  .fufu3 .describe1 p {
    padding-left: 30px;
  }
  .fufu3 .describe1 p::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
  .fufu3 .describe2 {
    margin-top: 10px;
  }
  .fuf {
    padding-bottom: 40px;
  }
  .fuf_container {
    padding: 20px 0px 30px;
  }
  .fuf_container .describe {
    margin-top: 8px;
  }
  .fo_container {
    padding: 20px 0px 30px;
  }
  .fo_container .title_top {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .fo_container .bt {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }
  .fo_container .PageNumber {
    margin-top: 0px !important;
  }
  .fo_list {
    padding-top: 10px;
  }
  .fo_list .r_box {
    margin-left: 20px;
  }
  .fo_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fo_list .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo_list .l_box {
    width: 40%;
  }
  .fo_list .buttonBox a {
    border-radius: 20px 0px 20px 0px;
  }
  .thtc9_pub {
    padding: 30px 0px 100px !important;
  }
  .ft_container {
    padding: 30px 0px 40px;
  }
  .ft_container table td {
    padding: 6px 12px;
  }
  .ft_container h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .ft_container .share_time {
    margin-top: 8px;
  }
  .ft1 .describe {
    margin-top: 20px;
  }
  .ft1 .describe p {
    width: 100%;
    padding-left: 30px;
  }
  .ft1 .describe p::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
  .ft2 {
    margin-top: 15px;
  }
  .ft2 .img_list {
    margin-top: 18px;
  }
  .ft2 li {
    border-radius: 16px;
  }
  .ft2 li:hover {
    border-radius: 0px 16px 0px 16px;
  }
  .ft2 .describe1 {
    margin-top: 20px;
  }
  .ft3 {
    margin-top: 30px;
    padding: 20px 0px;
  }
  .ft3 .title {
    font-size: 16px;
  }
  .ft3 .describe {
    margin-top: 15px;
    gap: 8px 0px;
  }
  .ft3 .describe p {
    width: 100%;
    padding-left: 30px;
  }
  .ft3 .describe p::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
  .ft4 {
    padding: 20px 0px 30px;
  }
  .page_change {
    margin-top: 20px;
  }
  .page_change .logo {
    width: 36px;
    height: 36px;
  }
  .page_change .logo img {
    width: 18px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .title {
    font-size: 15px;
  }
  .page_change > * {
    gap: 10px;
  }
  .so1 {
    padding: 20px 0px 40px;
  }
  .so1 .buttonBox a {
    border-radius: 18px 0px 18px 0px;
  }
  .so1 .describe {
    margin-top: 8px;
  }
  .so1 .buttonBox {
    margin-top: 20px;
  }
  .so2 {
    padding: 30px 0px;
  }
  .so2_list {
    margin-top: 20px;
    gap: 20px 2.666%;
    justify-content: center;
  }
  .so2_list li {
    width: 23%;
  }
  .so3_list {
    gap: 20px 0px;
    margin-top: 15px;
  }
  .so3_list .title {
    font-size: 16px;
    line-height: 24px;
    min-height: 56px;
    background: url("../img/so3_la.png") no-repeat center !important;
    background-size: 100% 100% !important;
    padding: 10px 20px !important;
  }
  .so3_list .describe {
    padding: 0px 20px !important;
    margin-top: 10px;
  }
  .so3_list li {
    width: 100% !important;
  }
  .so4 {
    padding: 30px 0px 40px;
  }
  .so4 .describe {
    margin-top: 12px;
  }
  .so4 .describe1 {
    font-size: 15px;
    margin-top: 20px;
  }
  .so4 .describe1 p {
    width: 100%;
    padding-left: 30px;
  }
  .so4 .describe1 p::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
  .so5 {
    padding: 30px 0px 40px;
  }
  .so5 .buttonBox {
    margin-top: 30px;
  }
  .so5 .buttonBox a {
    border-radius: 18px 0px 18px 0px;
  }
  .so5 .describe {
    margin-top: 8px;
  }
  .so6 {
    padding: 30px 0px 40px;
  }
  .so6_container {
    margin-top: 30px;
    gap: 12px 0px;
  }
  .so6_container ul {
    width: 100%;
    gap: 12px;
  }
  .so6_container .top {
    font-size: 15px;
    min-height: 56px;
  }
  .so6_container .bottom {
    line-height: 26px;
  }
  .st_container {
    padding: 30px 0px 150px;
  }
  .st_container .bt {
    margin-top: 8px;
  }
  .st_list {
    margin-top: 20px;
    gap: 20px 2.7613%;
  }
  .st_list .box {
    margin-top: 15px;
    border-radius: 20px;
  }
  .st_list .down {
    margin-top: 5px;
  }
  .st_list .title {
    font-size: 14px;
  }
  .seo_container {
    padding: 30px 0px 40px;
  }
  .seo_list .box {
    padding: 50px 20px 15px;
  }
  .seo_list .title {
    font-size: 15px;
    line-height: 25px;
  }
  .seo_list .link_box {
    flex-direction: column;
    margin-top: 8px;
    gap: 5px;
  }
  .set_container {
    padding: 30px 0px 40px;
  }
  .set_container h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .set_container .share_time {
    margin-top: 8px;
  }
  .set_container .describe {
    margin-top: 20px;
    padding: 15px 0px;
  }
  .eo1 {
    padding: 30px 0px 40px;
    gap: 30px;
  }
  .eo1 .describe {
    margin-top: 8px;
  }
  .eo1 .wechat_box {
    margin-top: 15px;
  }
  .eo1 .l_box {
    width: 100%;
    padding-top: 0px;
  }
  .eo1 .r_box {
    width: 100%;
  }
  .eo1 form {
    width: 100%;
  }
  .eo1 form .yz::before {
    left: 9px;
  }
  .eo1 form input,
  .eo1 form textarea {
    font-size: 14px;
    padding: 0px 20px;
  }
  .eo1 form textarea {
    height: 120px;
    padding-top: 10px !important;
  }
  .eo1 form input {
    height: 46px;
  }
  .eo1 form .int2::before {
    top: 25px;
  }
  .eo1 form .yzm input {
    padding-right: 100px;
  }
  .eo1 form .yzm a,
  .eo1 form .yzm span {
    height: 30px;
    right: 10px;
  }
  .eo1 form .tijiao input {
    font-size: 16px;
  }
  .eo2 {
    padding: 30px 0px 140px;
  }
  .eo2_list {
    margin-top: 20px;
    gap: 20px 2%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .eo2_list .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .eo2_list .logo {
    width: 60px;
    height: 60px;
  }
  .eo2_list .logo img {
    max-width: 50%;
    max-height: 50%;
  }
  .eo2_list li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .hide_box {
    top: auto;
    left: 0;
    right: auto;
    transform: none;
  }
  html {
    scroll-padding-top: 68px;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header .logoBox {
    width: 84px;
  }
  .padding_top {
    padding-top: 64.72px;
  }
  .index1_menu {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .index1_container .sw_button {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  .index3 .content {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .index3 .big_num {
    justify-content: center;
  }
  .index3 figure {
    width: 48%;
    text-align: center;
    max-width: none;
  }
  .index3 figure + span {
    display: none;
  }
  .index5 .title_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .index5 .sw_button {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
  .index5 .sw_button .iconfont {
    position: relative;
    transform: none !important;
    top: 0px;
    left: auto !important;
    right: auto !important;
  }
  .index7 {
    padding: 30px 20px 40px !important;
  }
  .index8 .name {
    font-size: 12px;
    line-height: 26px;
    min-width: 80px;
    min-height: 26px;
  }
  .index8 .logo {
    width: 34px;
  }
  .index8 .text_box {
    margin-top: 4px;
  }
  .index8 .describe {
    font-size: 14px;
    line-height: 24px;
    width: 216px;
  }
  .index8_list li:nth-of-type(5) .describe {
    right: 110% !important;
  }
  .index9 .swiper-slide {
    height: 68px;
  }
  .index10 {
    padding: 40px 0px;
  }
  .index10 .back_bt {
    font-size: 32px;
  }
  .index10 .content {
    max-width: 560px !important;
  }
  .index10 .back_img {
    width: 100%;
    left: 0%;
  }
  .index10 .swiper-slide {
    gap: 20px;
  }
  .index10 .back_bt {
    bottom: 30px;
  }
  .index10 .l_box {
    width: 100%;
  }
  .index10 .r_box {
    width: 100%;
    margin: 0px;
    padding: 15px 20px 20px;
  }
  .index10 .sw_button {
    width: 100%;
    justify-content: center;
    position: relative;
    bottom: 0;
    padding-left: 0px;
    margin-top: 10px;
  }
  .to1_box .box {
    padding: 20px 10px;
  }
  .mbx {
    margin-top: 4px;
    font-size: 14px;
  }
  .mbx img {
    width: 15px;
    margin-bottom: 2px;
  }
  .to7_container {
    gap: 15px 4%;
  }
  .to7_container li {
    width: 48%;
  }
  .to7 .box {
    padding: 30px 20px;
  }
  .to7 .box .logo {
    width: 120px;
  }
  .to9 .describe {
    margin-top: 15px;
  }
  .PageNumber {
    justify-content: center;
    gap: 5px 0px;
    flex-direction: column;
  }
  .tho1_container {
    gap: 20px 4%;
  }
  .tho1_container li {
    width: 48%;
  }
  .thtc3_list li {
    width: 100%;
  }
  .thtc_4 .sw_box {
    width: 100%;
  }
  .thtc_4 .title_top {
    flex-direction: column;
    align-items: center;
  }
  .thtc_4 .title {
    position: relative;
    bottom: 0px;
    color: #333;
    margin-top: 5px;
  }
  .thtc_8 .describe {
    margin-top: 10px;
  }
  .thtc_9 .sw_button {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  .fuo3 .title_top {
    flex-direction: column;
    align-items: center;
  }
  .fuo3 .sw_button {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
  .fut_list2 {
    justify-content: space-between;
    gap: 20px 0px;
  }
  .fut_list2 li {
    width: 48.858%;
  }
  .futh_container {
    padding: 0px 0px 140px;
  }
  .futh_container figure {
    padding-top: 30px;
  }
  .futh_container .back_img {
    display: none;
  }
  .fufu2_container li {
    border-radius: 20px;
    width: calc(calc(100% - 40px) / 3);
    padding: 20px 15px;
  }
  .fufu2_container li:nth-of-type(4n)::before {
    display: block;
  }
  .fufu2_container li:nth-of-type(3n)::before {
    display: none;
  }
  .fufu2_container li:nth-last-of-type(1)::before {
    display: none;
  }
  .fufu3 .describe1 p {
    width: 100%;
  }
  .fo_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fo_list .l_box {
    width: 100%;
    border-radius: 18px;
  }
  .fo_list li {
    width: 48%;
  }
  .fo_list .box {
    border-radius: 0%;
  }
  .fo_list .r_box {
    flex: none;
    width: 100%;
    margin-left: 0px;
    padding: 10px 10px 0px;
  }
  .page_change {
    flex-wrap: wrap;
    gap: 8px;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .so2_list {
    gap: 20px 2%;
  }
  .so2_list li {
    width: 32%;
  }
  .st_list {
    gap: 20px 2%;
  }
  .st_list li {
    width: 32%;
  }
  .seo_list {
    gap: 20px 4%;
  }
  .seo_list li {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .eo2_list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .index_banner .swiperbanner-pagination {
    width: calc(100% - 40px);
  }
  .index1_menu span {
    width: 100%;
  }
  .index2 .back_bt {
    display: none;
  }
  .index2 .l_box {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .index2 .content {
    padding-top: 20px;
  }
  .index4 li {
    width: 100%;
  }
  .index7 .box {
    padding: 10px 6% 20px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .index7 .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
  }
  .index7 .swiper-slide .imgBox {
    border-radius: 0px;
  }
  .index8_list li:nth-of-type(1) {
    top: 12.4%;
    left: 6.6%;
  }
  .index8_list li:nth-of-type(1) .describe {
    right: 10% !important;
  }
  .index8_list li:nth-of-type(2) {
    top: 3%;
    left: 40%;
  }
  .index8_list li:nth-of-type(3) {
    top: 10%;
    left: 60%;
  }
  .index8_list li:nth-of-type(3) .describe {
    right: 80% !important;
  }
  .index8_list li:nth-of-type(4) {
    top: 47.6%;
    left: 44.3%;
  }
  .index8_list li:nth-of-type(5) {
    top: 55%;
    left: 73.6%;
  }
  .index8_list li:nth-of-type(5) .describe {
    right: 120% !important;
  }
  .index7_list {
    gap: 20px 2%;
  }
  .index7_list li {
    width: 49%;
  }
  .index10 .back_img {
    top: 4%;
  }
  .to1_box .r_box {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .to1_box .l_box {
    width: 100%;
    margin-top: 20px;
  }
  .to3_container .l_box {
    width: 100%;
    margin: 0px !important;
    float: none;
  }
  .to3_container .r_box {
    margin-top: 20px;
  }
  .to4 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to4 .l_box {
    width: 100%;
    margin-top: 20px;
  }
  .to5_menu {
    gap: 12px 4%;
  }
  .to5_menu a {
    width: 48%;
  }
  .to7_container li {
    width: 100%;
  }
  .to7 .box {
    display: flex;
    flex-direction: column;
  }
  .to7 .r_box {
    width: 100%;
    flex: none;
    margin-top: 20px;
    margin-left: 0px;
  }
  .to9 .r_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .to9 .l_box {
    width: 100%;
    padding-top: 20px;
  }
  header {
    border-bottom: 1px solid #666;
  }
  .bannerBox {
    padding-top: 10px !important;
  }
  .bannerBox .imgBox {
    display: none;
  }
  .bannerBox .biger_title {
    color: #333;
  }
  .bannerBox .content {
    position: relative;
    top: 0px;
    left: 0;
    transform: none;
  }
  .mbx {
    width: 100%;
    color: #333;
  }
  .mbx a {
    color: #333;
  }
  .mbx img {
    filter: brightness(0);
  }
  .tho_menu > li {
    width: 100%;
  }
  .tht1_l .buttonBox {
    gap: 10px 5px;
  }
  .thtc_2 .img_list {
    gap: 20px 4%;
  }
  .thtc_2 li {
    width: 48%;
  }
  .thtc3_list li {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .thtc3_list .r_box {
    margin-top: 0px;
    flex: none;
    width: 100%;
  }
  .thtc5_rbox .img_box {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .thtc5_rbox .text_box {
    margin-top: 20px;
  }
  .thtc5_rbox .box {
    gap: 0px;
    justify-content: center;
    align-items: center;
  }
  .thtc5_rbox .describe {
    flex: none;
    width: 100%;
  }
  .fuo1 .r_box {
    gap: 10px;
  }
  .fuo1 figure {
    width: 100%;
    border-radius: 20px !important;
  }
  .fut_menu a {
    width: 100%;
  }
  .futh_container .l_box {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
  }
  .futh_container .r_box {
    width: 100%;
  }
  .fufu1 .back_bt {
    display: none;
  }
  .fufu1 .r_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .fufu1 .l_box {
    width: 100%;
    margin-top: 10px;
  }
  .fufu2_container li {
    border-radius: 20px;
    width: calc(calc(100% - 20px) / 2);
    padding: 20px 15px;
  }
  .fufu2_container li:nth-of-type(3n)::before {
    display: block;
  }
  .fufu2_container li:nth-of-type(2n)::before {
    display: none;
  }
  .fufu2_container li:nth-last-of-type(1)::before {
    display: none;
  }
  .fo_list li {
    width: 100%;
  }
  .so1 .r_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .so1 .l_box {
    padding-top: 15px;
    width: 100%;
  }
  .so2_list li {
    width: 49%;
  }
  .so5 .l_box {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .so5 .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .st_list li {
    width: 49%;
  }
  .seo_list li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .tho1_container li {
    width: 100%;
  }
  .eo1 form .int1 {
    width: 100%;
  }
  .eo1 .wechat_box {
    align-items: center;
    padding: 20px 15px;
    justify-content: center;
  }
  .eo1 .name_add {
    text-align: center;
    flex: none;
    width: 100%;
    margin-left: 24px;
    padding-top: 8px;
  }
  .eo1 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .eo2_list .describe {
    font-size: 16px;
  }
  .eo2_list li {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .index3 figure {
    width: 100%;
  }
  .fut_list1 li {
    width: 100%;
  }
  .fut_list2 li {
    width: 100%;
  }
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.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";
}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px; font-size:1.4rem; line-height:22px;} 	
.xunpanc a:hover{ color:#2a70e1}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #2a70e1;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}
.description{
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 20px;
}