@import url("swiper-bundle.min.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #333;
  letter-spacing: 0px;
  direction: rtl;
}
html body::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
  /* transform: scaleX(-1); */
  display: inline-block;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  padding: 57px 5px 5px;
  gap: 18px;
  top: 50%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.rightMenu .logoBox {
  position: absolute;
  width: calc(100% - 8px);
  max-width: 52px;
  left: 4px;
  top: 25px;
}
.rightMenu > *:not(.logoBox) {
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:not(.logoBox):hover {
  background: #ff6a00;
}
.rightMenu > *:not(.logoBox):hover .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) {
  .rightMenu > *:not(.logoBox):hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
  transition: 0.2s;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding: 10px 20px 10px 10px;
  border-bottom: none;
  top: 60%;
  transform: translateY(-40%);
  display: none;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.rightMenu .hide_box>div:not(:nth-of-type(1)){
  margin-top: 5px;
}
.rightMenu .hide_box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #ff6a00;
  width: calc(100% - 10px);
  height: 100%;
  z-index: -1;
}
.rightMenu .hide_box img {
  max-width: 120px;
  margin: 0px auto;
}
.rightMenu .hide_box a {
  color: #fff;
}
.rightMenu .hide_box a:hover{
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #ff6a00;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background: #fcfcff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.16);
}
header .content {
  width: calc(100% - 60px) !important;
  max-width: 1596px !important;
}
header .l_box {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
header .center {
  display: flex;
  align-items: center;
  gap: 36px;
}
header .logoBox {
  width: 195px;
  flex-shrink: 0;
  overflow: hidden;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
}
header .logoBox img:nth-of-type(2) {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
}
header .menuOne.active > a {
  color: #ff6a00;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a {
  color: #ff6a00;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 34px 0px 36px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
  background: #ff6a00;
}
header .menuOne > a:hover {
  color: #ff6a00;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #ff6a00;
}
header .menuOne .menuactive > a {
  color: #ff6a00;
}
header .menuOne:nth-last-of-type(1) {
  margin-left: 0px !important;
}
header .ul {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
  transform: translateY(-27px);
}
header .ul div {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 27px 0px 25px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 14px;
}
header .ul li a {
  display: block;
  padding: 0px 30px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #ff6a00;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
header .text {
  color: #fff;
}
header .text a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  header .text a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
header .text span {
  transition: 0s;
}
header figure {
  display: flex;
  align-items: center;
  gap: 7px;
}
header .contact_box {
  display: flex;
  align-items: center;
  gap: 23px;
  padding-right: 3px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
}
header .sousuo .search:hover {
  color: #0f79cf;
}
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: #0f79cf;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #0f79cf;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding-right: 20px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #0f79cf;
}
header .lang > ul li {
  padding: 6px 0px;
  border-bottom: 1px dashed #0f79cf;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #0f79cf;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 9px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang_box:hover span {
    color: #0f79cf;
  }
  header .lang_box:hover .lang2,
  header .lang_box:hover .lang1 {
    background: #0f79cf;
  }
}
header .lang_box .lang2 {
  width: 22px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #fff;
}
header .lang_box .lang1 {
  width: 10px;
  aspect-ratio: 10/6;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #fff;
}
header .lang_box span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: 0.3s;
  margin-right: 2px;
}
header .search_lang {
  display: flex;
  align-items: center;
}
.header_top {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 15px 0px 14px;
}
.header_top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #ff6a00;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
.header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_boxr {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.header_button {
  display: flex;
  justify-content: flex-start;
  margin-right: 32px;
}
.header_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  background: #ff6a00;
  border-radius: 50px;
  padding: 11px 10px 9px;
}
@media screen and (min-width: 993px) {
  .header_button a:hover {
    background: #0f79cf;
  }
}
.header .logoBox img:nth-of-type(1) {
  opacity: 0;
}
.header .logoBox img:nth-of-type(2) {
  opacity: 1;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiper_button .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.index_banner .swiper_button .controls.prev {
  left: 37px;
}
.index_banner .swiper_button .controls.next {
  right: 37px;
}
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  z-index: 2;
  bottom: auto;
}
.index_banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #ff6a00;
  border-radius: 50%;
  transition: 0.3s;
}
.index_banner .swiper-pagination-bullet-active {
  background: #ff6a00;
}
.index_banner .swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.index_banner .index_banner_bottom {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.1%;
}
.big_title {
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  color: #333;
}
.big_title a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    color: #ff6a00 !important;
  }
}
.big_title span {
  transition: 0.3s;
  color: #ff6a00 !important;
}
.big_title em {
  font-style: normal;
  display: inline-block;
  vertical-align: text-top;
}
.big_title.white_title {
  color: #fff;
}
.big_title.white_title a {
  color: #fff;
}
.big_title.title_shadow {
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
}
.index1 {
  padding: 80px 0px;
}
.index1 .big_title {
  text-align: center;
}
.index1 .text {
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.index1 .buttonBox {
  justify-content: center;
  margin-top: 50px;
}
.index1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 1.785%;
  margin-top: 50px;
}
.index1_list li {
  width: 18.572%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 15px 14px 16px 15px;
}
@media screen and (min-width: 993px) {
  .index1_list li:hover {
    background: #ff6a00;
    box-shadow: none;
  }
  .index1_list li:hover .title {
    color: #fff;
  }
  .index1_list li:hover .title a {
    color: #fff;
  }
}
.index1_list .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-top: 17px;
  color: #333;
  text-align: center;
}
.index1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index1_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.index2 {
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 67px 0px 51px;
}
.index2 .big_title {
  text-align: center;
}
.index2 .text {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0px;
  color: #fff;
  text-align: center;
  text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
}
.index2 .buttonBox {
  margin-top: 40px;
  justify-content: center;
}
.index2 .buttonBox a {
  min-width: 286px;
}
.index3 {
  padding: 80px 0px 111px;
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
}
.index3 .big_title {
  text-align: center;
}
.index3 .text {
  text-align: center;
  color: #666;
  margin-top: 24px;
}
.index3_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 54px;
}
.index3_container .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.index3_container .buttonBox {
  margin-top: 55px;
}
.index3_container .buttonBox a {
  min-width: 170px;
}
.index3_l {
  width: 45.143%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.index3_r {
  width: 47.858%;
  padding-top: 23px;
}
.index4 {
  position: relative;
  z-index: 1;
  margin-top: -62px;
  padding-bottom: 80px;
}
.index4 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.33875%;
}
.index4 figure {
  width: 18.929%;
  transition: 0.3s;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 27px 20px 10px;
}
@media screen and (min-width: 993px) {
  .index4 figure:hover {
    background: #ff6a00;
    box-shadow: none;
  }
  .index4 figure:hover .big_num,
  .index4 figure:hover .big_num_after,
  .index4 figure:hover .text {
    color: #fff;
  }
}
.index4 .number_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.index4 .big_num {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
  display: flex;
  align-items: center;
  color: #0f79cf;
  transition: 0.3s;
}
.index4 .big_num_after {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #0f79cf;
  transition: 0.3s;
  margin-bottom: 2px;
}
.index4 .text {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 6px;
  transition: 0.3s;
}
.index5_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: 56px;
  text-transform: capitalize;
  color: #333;
}
.index5_title a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .index5_title a:hover {
    color: #ff6a00 !important;
  }
}
.index5 {
  background: #f6f7f9;
  padding: 80px 0px 187px;
  overflow: hidden;
}
.index5 .index5_title {
  text-align: center;
}
.index5 .text {
  text-align: center;
  width: 100%;
  max-width: 1058px;
  margin: 19px auto 0px;
  color: #666;
}
.index5 .turn_page {
  margin-top: 46px;
}
.index5 .turn_page #box {
  position: relative;
  z-index: 1;
}
.index5 .turn_page #box::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 113.286%;
  aspect-ratio: 1586/170;
  bottom: -2px;
  transform: translate(-50%, 100%);
  background: url("../images/index5_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index5 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 29.786%;
}
.index5 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.index5 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index5 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.index5 .turn_page #box .list-item:nth-of-type(2) .title,
.index5 .turn_page #box .list-item:nth-of-type(3) .title,
.index5 .turn_page #box .list-item:nth-of-type(4) .title,
.index5 .turn_page #box .list-item:nth-of-type(5) .title,
.index5 .turn_page #box .list-item:nth-of-type(6) .title {
  display: block;
}
.index5 .turn_page #box .list-item:nth-of-type(4) .title {
  color: #0f79cf;
}
.index5 .title {
  display: none;
  position: absolute;
  color: #333;
  width: 100%;
  bottom: -77px;
  transform: translateY(100%);
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.index5 .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 63%;
}
.index5 .swiper_button .controls.prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.index5 .swiper_button .controls.next {
  right: -30px;
  transform: translate(100%, -50%);
}
.index6 .content {
  padding: 80px 0px 83px;
  position: relative;
  z-index: 1;
}
.index6 .content .logoBox {
  width: 56.858%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 66px;
}
.index6 .text {
  color: #666;
  margin-top: 27px;
}
.index6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 29px 8.57066667%;
  margin-top: 48px;
}
.index6_list li {
  width: 18.572%;
}
.index6_list .logo {
  width: 62px;
  margin: 0px auto;
  aspect-ratio: 1/1;
  position: relative;
}
.index6_list .logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1/1;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-image: var(--i);
  -webkit-mask-image: var(--i);
  background: #ff6a00;
  transition: 0.3s;
  opacity: 0;
}
.index6_list .title {
  text-align: center;
  transition: 0.3s;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 12px;
}
.index6_list a {
  display: block;
}
@media screen and (min-width: 993px) {
  .index6_list a:hover .title {
    color: #ff6a00;
  }
  .index6_list a:hover .logo::before {
    opacity: 1;
  }
  .index6_list a:hover .logo img {
    opacity: 0;
  }
}
.index6_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 58px;
}
.index6_container figure {
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.index6_container .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 5px 15px;
  min-height: 80px;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.index6_container .title a {
  pointer-events: all;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index6_container .title a:hover {
    color: #ff6a00;
  }
}
.index6_l {
  width: 23.929%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index6_l figure {
  border-radius: 16px;
}
.index6_center {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.index6_center_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.index6_center_bottom figure {
  width: 48.858%;
}
.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0px 83px;
  overflow: hidden;
}
.index7 .big_title {
  text-align: center;
}
.index7 .swiper {
  overflow: initial;
}
.index7 .sw_box {
  width: 85%;
  max-width: 1171px;
  margin: 60px auto 0px;
}
.index7 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
  background: #f6f7f8;
  gap: 5px;
  transform-origin: right center;
  transform: scale(0.81);
  transition: 0.3s;
}
.index7 .swiper-slide-active {
  transform: scale(1);
}
.index7 .swiper-slide-active ~ .swiper-slide {
  transform-origin: left center;
}
.index7 .logo {
  width: 50px;
}
.index7 .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  margin-top: 22px;
}
.index7 .text {
  color: #333;
  margin-top: 7px;
}
.index7 .describe_controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  color: #0f79cf;
  cursor: pointer;
}
.index7 .describe_controls img {
  width: 19px;
}
.index7 .describe {
  background: #e4edf5;
  padding: 3px 17px 4px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
  color: #666;
  display: none;
}
.index7 .describe_box {
  margin-top: 24px;
}
.index7 .buttonBox {
  margin-top: 23px;
}
.index7 .buttonBox a {
  min-width: 209px;
}
.index7 .swiperindex7-pagination {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  z-index: 2;
  bottom: auto;
  margin-top: 53px;
}
.index7 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.index7 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #0f79cf;
  border-radius: 50%;
  transition: 0.3s;
}
.index7 .swiper-pagination-bullet-active {
  background: #0f79cf;
}
.index7 .swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.index7_l {
  width: 49.616%;
}
.index7_r {
  flex: 1;
  position: relative;
}
.index7_r .box {
  position: absolute;
  left: 52px;
  width: calc(100% - 104px);
  max-height: calc(100% - 50px);
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
  padding-top: 7px;
}
.index7_r .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.index7_r .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.index7_r .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.index8 {
  padding: 80px 0px;
}
.index8 .big_title {
  text-align: center;
}
.index8 .text {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 5px auto 0px;
  color: #666;
}
.index8 .buttonBox {
  justify-content: center;
  margin-top: 50px;
}
.index8 .buttonBox a {
  min-width: 150px;
}
.index8_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2.8565%;
  margin-top: 65px;
}
.index8_list li {
  width: 31.429%;
}
.index8_list .imgBox {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.index8_list .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 57px;
  opacity: 0.8;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.index8_list .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 25px;
}
.index8_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;
}
@media screen and (min-width: 993px) {
  .index8_list .title a:hover {
    color: #0f79cf;
  }
}
.index9 {
  background: url("../images/index9_back.jpg") no-repeat center;
  background-size: cover;
  padding: 68px 0px;
}
.index9 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
}
.index9 .describe {
  color: #fff;
  text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  margin-top: 36px;
}
.index9_title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #333;
}
.index9_title span {
  display: inline;
}
.index9_title .logo_span {
  display: inline-block;
  vertical-align: text-bottom;
}
.index9_l {
  flex: 1;
  max-width: 656px;
}
.index9_r {
  width: 43.643%;
  border-radius: 10px;
  background: #fff;
  padding: 28px 31px 32px 38px;
}
.index9_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px 0px;
  width: 100%;
  margin-top: 20px;
}
.index9_r form > * {
  width: 100%;
}
.index9_r form input,
.index9_r form textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 11px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.index9_r form input::placeholder,
.index9_r form input::-webkit-input-placeholder,
.index9_r form textarea::placeholder {
  color: #999;
}
.index9_r form .int1 {
  width: 48.4%;
}
.index9_r form input {
  height: 39px;
}
.index9_r form textarea {
  height: 87px;
  padding-top: 8px !important;
}
.index9_r form .ttBox {
  width: 100%;
}
.index9_r form .yzm {
  position: relative;
  display: flex;
}
.index9_r form .yzm input {
  flex: 1;
  padding-right: 80px;
}
.index9_r form .yzm span {
  height: 34px;
  aspect-ratio: 71/34;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.index9_r form .yzm span img {
  height: 100%;
}
.index9_r form .afterBox {
  position: relative;
}
.index9_r form .afterBox::before {
  right: 12px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #f00;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.index9_r form .afterBox input,
.index9_r form .afterBox textarea {
  padding-right: 23px;
}
.index9_r form .ttBox::before {
  top: 23px;
}
.index9_r form .tj input {
  cursor: pointer;
  background: #0f79cf;
  border: none;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index9_r form .tj input:hover {
    background: #ff6a00;
    color: #fff;
  }
}
.index10 {
  background: #f0f2f5;
  padding: 80px 0px 76px;
  overflow: hidden;
}
.index10 .top_r {
  padding-top: 78px;
}
.index10 .text {
  color: #666;
  margin-top: 22px;
}
.index10 .links a {
  color: #0f79cf;
}
@media screen and (min-width: 993px) {
  .index10 .links a:hover {
    color: #ff6a00;
  }
}
.index10 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index10 .container {
  opacity: 0;
  transition: 0.3s;
}
.index10 .sw_box {
  margin-top: 43px;
  position: relative;
}
.index10 .box {
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.index10 .swiper-slide-visible {
  pointer-events: all;
}
.index10 .swiper-slide-visible .container {
  opacity: 1;
}
.index10 .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  min-height: 60px;
  margin-top: 14px;
}
.index10 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index10 .title a:hover {
    color: #0f79cf;
  }
}
.index10 .describe {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  min-height: 60px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.index10 .buttonBox {
  margin-top: 20px;
}
.index10 .buttonBox a {
  min-width: 150px;
}
.index10 .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.index10 .swiper_button .controls.prev {
  left: -25px;
  transform: translate(-100%, -50%);
}
.index10 .swiper_button .controls.next {
  right: -25px;
  transform: translate(100%, -50%);
}
.index10 .time {
  position: absolute;
  z-index: 1;
  background: rgba(6, 6, 6, 0.66);
  padding: 2px 10px 4px;
  right: 0;
  top: 0;
  text-align: center;
}
.index10 .day {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.index10 .year {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 6px;
}
.index11 {
  padding: 80px 0px 81px;
  overflow: hidden;
}
.index11 .big_title {
  text-align: center;
}
.index11 .text {
  color: #666;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 20px auto 0px;
}
.index11_container {
  height: 117px;
  margin-top: 81px;
}
.index11_list {
  display: flex;
  flex-wrap: nowrap;
}
.index11_list li {
  width: 120px;
  flex-shrink: 0;
  margin-right: 116px;
}
.bannerBox {
  padding-top: 26.042%;
  position: relative;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 45.1%;
  transform: translate(-50%, -50%);
}
.bannerBox .container {
  width: 100%;
  max-width: 985px;
}
.bannerBox .banner_title {
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  color: #fff;
}
.bannerBox .banner_title span {
  vertical-align: text-bottom;
}
.bannerBox .describe {
  color: #fff;
  max-width: 783px;
  margin-top: 17px;
}
.bannerBox .banner_small_title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  margin-top: 10px;
}
.bannerBox .buttonBox {
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.bannerBox .buttonBox a {
  border-radius: 5px;
  font-weight: bold;
  padding: 15px 24px;
}
.bannerBox_button .content {
  top: 52.5%;
}
.mbx {
  padding-top: 20px;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
}
.mbx a {
  color: #666;
}
@media screen and (min-width: 993px) {
  .mbx a:hover {
    color: #0f79cf;
  }
}
.mbx a.active {
  color: #0f79cf;
}
.to_flex .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.to_flex_l {
  width: 17.715%;
}
.to_flex_r {
  width: 79.286%;
}
.to1 {
  padding: 52px 0px 81px;
}
.to1_r .text {
  color: #666;
  margin-top: 10px;
}
.to1_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 72px 1.125%;
}
.to1_list li {
  width: 19.1%;
}
@media screen and (min-width: 993px) {
  .to1_list li:hover .box {
    background: #ff6a00;
    box-shadow: none;
  }
  .to1_list li:hover .title {
    color: #fff;
  }
  .to1_list li:hover .title a {
    color: #fff;
  }
}
.to1_list .box {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 12px 12px 6px 11px;
  transition: 0.3s;
}
.to1_list .title {
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  min-height: 60px;
  margin-top: 14px;
  color: #333;
}
.to1_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;
}
@media screen and (min-width: 993px) {
  .to1_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.to1_list .links {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #ff6a00;
  margin-top: 14px;
}
.to1_list .links a {
  color: #ff6a00;
  display: block;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 106, 0, 0.2);
  padding: 8px 14px 7px;
}
@media screen and (min-width: 993px) {
  .to1_list .links a:hover {
    background: #ff6a00;
    color: #fff;
  }
}
.to2 {
  padding-bottom: 80px;
}
.to2_r {
  position: relative;
  z-index: 1;
}
.to2_r .logoBox {
  width: 53.784%;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: -1;
}
.to2_r .text {
  color: #666;
  margin-top: 27px;
}
.to2_container {
  margin-top: 66px;
}
.to2_container .title {
  font-size: 18px;
  line-height: 30px;
  padding: 4px 15px;
  min-height: 64px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.to2_container .index6_center {
  gap: 13px;
}
.to2_list {
  margin-top: 54px;
  gap: 27px 0.9%;
}
.to2_list li {
  width: 24.325%;
}
.to2_list .title {
  margin-top: 9px;
}
.to3 {
  padding-bottom: 100px;
}
.to3 .content {
  border-radius: 12px;
  background: #ff974d;
  overflow: hidden;
  padding: 0px 78px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.to3 .describe {
  color: #fff;
  margin-top: 13px;
}
.to3 .button {
  justify-content: flex-start;
  display: flex;
  margin-top: 18px;
}
.to3 .button a {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ff6a00;
  font-weight: bold;
  padding: 10px 37px 7px;
}
@media screen and (min-width: 993px) {
  .to3 .button a:hover {
    background: #0f79cf;
    color: #fff;
  }
}
.to3 .logoBox {
  position: absolute;
  width: 55.143%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.to3_l {
  width: 67.927%;
  padding: 60px 0px 59px;
  position: relative;
  z-index: 2;
}
.to3_r {
  width: 24.116%;
  margin-right: 2.01%;
  position: relative;
  z-index: 2;
}
.to3_r::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  aspect-ratio: 320/278;
  background: url("../images/to3_back.png") no-repeat center;
  background-size: cover;
  z-index: -2;
}
.tt_flex .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tt_flex .relat_pro {
  padding-top: 0px;
}
.tt_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
  color: #1e1e1e;
}
.small_describe {
  font-size: 16px;
  line-height: 28px;
}
.small_describe img {
  display: inline-block;
}
.tt1 {
  padding: 50px 0px 49px;
  position: relative;
}
.tt1 .to_flex_l {
  position: sticky;
  top: 165px;
}
.tt1_r {
  width: 78.429%;
  padding-top: 2px;
}
.ttr_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 42px;
  padding-bottom: 81px;
}
.ttr_1 .describe {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 33px;
  padding-top: 16px;
}
.ttr_1 .share {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 66px;
}
.ttr_1 .buttonBox {
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 30px;
}
.ttr_1 .buttonBox a {
  font-weight: bold;
  min-width: 157px;
}
.ttr_1_l {
  width: 41%;
  max-width: 447px;
  position: relative;
}
.ttr_1_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ttr_1_l .swiper-slide-thumb-active {
  border: 1px solid #ff6a00;
}
.ttr_1_l .mySwiperttr_1_2 {
  width: 83.222%;
  margin: 0px auto;
}
.ttr_1_l .mySwiperttr_1_2 .swiper-slide {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
.ttr_1_l .mySwiperttr_1_1 {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.ttr_1_l .sw_box {
  position: relative;
  margin-top: 14px;
}
.ttr_1_l .controls {
  width: 4.922%;
  background: #f2f2f2;
  transition: 0.3s;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0;
}
@media screen and (min-width: 993px) {
  .ttr_1_l .controls:hover {
    background: #ffe1cc;
  }
  .ttr_1_l .controls:hover .mask_box {
    background: #ff6a00;
  }
}
.ttr_1_l .controls.prev {
  left: 0;
}
.ttr_1_l .controls.prev .mask_box {
  mask-image: url("../images/ttr_1_la.png");
  -webkit-mask-image: url("../images/ttr_1_la.png");
}
.ttr_1_l .controls.next {
  right: 0;
}
.ttr_1_l .controls.next .mask_box {
  mask-image: url("../images/ttr_1_lb.png");
  -webkit-mask-image: url("../images/ttr_1_lb.png");
}
.ttr_1_l .mask_box {
  width: 8px;
  aspect-ratio: 8/15;
  background: #1e1e1e;
  transition: 0.3s;
}
.ttr_1_l .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ttr_1_l .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .ttr_1_l .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.ttr_1_r {
  flex: 1;
  padding-top: 10px;
}
.ttr_2 {
  background: #f8f8f8;
  margin-bottom: 74px;
  padding: 49px 29px 50px 24px;
}
.ttr_2_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.ttr_2_menu span {
  display: block;
  text-align: center;
  font-weight: bold;
  background: #0f79cf;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  padding: 15px 24px;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .ttr_2_menu span:hover {
    background: #ff6a00;
  }
}
.ttr_2_menu span.active {
  background: #ff6a00;
}
.ttr2_box1_title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.ttr_2_container {
  margin-top: 37px;
}
.ttr_2_container .video_box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 14px;
}
.ttr_2_container .table table {
  line-height: 30px;
  color: #666;
}
.ttr_2_container .table table td {
  border: 1px solid #e1e2e4;
  padding: 14px 26px 12px;
}
.ttr_2_container .table table tr:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #ff6a00;
}
.ttr_2_container .table table tr:nth-of-type(1) td {
  border: none;
  background: #faf7f3;
  padding: 15px 26px;
}
.ttr_2_container .table table tr:nth-of-type(1) td:nth-of-type(odd) {
  background: #ff6a00;
  color: #fff;
}
.ttr_2_color_box {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(169, 169, 169, 0.1);
}
.ttr_2_hide_box {
  display: none;
}
.ttr_2_box1 {
  padding: 41px 29px 71px 37px;
}
.ttr_2_box1 .ttr2_box1_title {
  text-align: center;
}
.ttr_2_box1 .text {
  width: 100%;
  max-width: 668px;
  text-align: center;
  color: #666;
  margin: 2px auto 0px;
}
.ttr2_box2_title {
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  color: #333;
}
.ttr_2_box2 {
  padding: 49px 34px 25px 42px;
}
.ttr_2_box2 figure:not(:nth-of-type(1)) {
  margin-top: 59px;
}
.ttr_2_style {
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 36px;
}
.ttr_2_style .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  position: relative;
}
.ttr_2_style .title::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 4px;
  width: 21px;
  aspect-ratio: 1/1;
  background: url("../images/ttr_2_box_2_la.png") no-repeat center;
  background-size: cover;
}
.ttr_2_style .describe {
  color: #666;
}
.ttr_2_style .describe em {
  display: block;
  position: relative;
  padding-left: 24px;
  font-style: normal;
}
.ttr_2_style .describe em::before {
  content: "";
  position: absolute;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  left: 10px;
  top: 12px;
}
.ttr_2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3.869%;
  margin-top: 38px;
}
.ttr_2_list li {
  width: 30.754%;
}
.ttr_2_list .imgBox {
  border-radius: 8px;
  overflow: hidden;
}
.ttr_2_list .title {
  color: #333;
  margin-top: 23px;
}
.ttr_2_list .describe {
  color: #666;
}
.ttr_2_box3 {
  padding: 59px 29px 50px 50px;
  margin-top: 51px;
}
.ttr_2_box3_container {
  margin-top: 59px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.ttr_2_box3_container .label {
  width: max-content;
  padding: 6px 24px 4px;
  font-weight: bold;
  color: #ff6a00;
  border-radius: 21px;
  background: #ffe1cc;
  text-align: center;
}
.ttr_2_box3_container .l_box {
  width: 41.408%;
  border-radius: 8px;
  overflow: hidden;
}
.ttr_2_box3_container .describe {
  color: #666;
  margin-top: 26px;
}
.ttr_2_box3_container .describe em {
  display: flex;
  position: relative;
  padding-left: 24px;
  font-style: normal;
}
.ttr_2_box3_container .describe em::before {
  content: "";
  position: absolute;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  left: 10px;
  top: 12px;
}
.ttr_2_box3_container li {
  display: flex;
  align-items: flex-start;
  gap: 3.417%;
  overflow: hidden;
}
.ttr_2_box3_container li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ttr_2_box3_container .r_box {
  flex: 1;
}
.ttr_2_box4 {
  padding: 32px 22px 34px 29px;
}
.ttr_2_box4 .ttr2_box1_title {
  text-align: center;
}
.ttr_2_box4 .text {
  text-align: center;
  color: #666;
  margin-top: 4px;
}
.ttr_2_box4 .describe {
  margin-top: 29px;
  color: #666;
}
.ttr_2_box5 {
  padding: 41px 22px 28px 31px;
  margin-top: 30px;
}
.ttr_2_box5 .ttr2_box1_title {
  text-align: center;
}
.ttr_2_box5 .text {
  text-align: center;
  color: #666;
  margin-top: 4px;
}
.ttr_2_box5_list {
  margin-top: 31px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ttr_2_box5_list li {
  padding: 16px 30px;
  border-radius: 16px;
  overflow: hidden;
  background: #f0f2f5;
}
.ttr_2_box5_list .label {
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ttr_2_box5_list .faq_a {
  display: none;
  margin-top: 10px;
}
.ttr_2_box5_list .faq_a .label {
  background: #ffe1cc;
  color: #ff6a00;
}
.ttr_2_box5_list .describe {
  color: #666;
  flex: 1;
  padding-top: 3px;
}
.ttr_2_box5_list .flex_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.ttr_2_box5_list .title {
  flex: 1;
  color: #242424;
  padding-top: 2px;
}
.ttr_2_box5_list .faq_q {
  cursor: pointer;
}
.ttr_3_title {
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  color: #333;
  position: relative;
  padding-right: 15px;
}
.ttr_3_title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  max-height: 30px;
  background: #ff6a00;
}
.ttr_3 {
  padding-bottom: 58px;
}
.ttr_3 .describe {
  padding-left: 15px;
  color: #666;
  margin-top: 30px;
}
.ttr_4 {
  padding-bottom: 0px !important;
}
.ttr_4 .describe {
  margin-top: 24px;
}
.ttr_4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 39px;
  margin-top: 49px;
}
.ttr_4_list li {
  width: 111px;
}
.ttr_4_list .logo {
  width: 100%;
  max-width: 111px;
  margin: 0px auto;
}
.ttr_4_list .name {
  color: #666;
  text-align: center;
  margin-top: 8px;
}
.tth_banner {
  padding-top: 20.83333333%;
}
.tth {
  padding: 52px 0px 97px;
}
.tth_r {
  width: 78.643%;
}
.tth1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  gap: 6%;
  padding-bottom: 49px;
}
.tth1 .share {
  color: #4d4d4d;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  margin-top: 33px;
}
.tth1_l {
  flex: 1;
  padding-top: 0.8%;
}
.tth1_r {
  width: 47.049%;
}
.tth2 {
  padding: 30px 0px 0px;
}
.tth2 .describe {
  color: #333;
  margin-top: 11px;
}
.tth2 .describe em {
  display: flex;
  position: relative;
  padding-right: 24px;
  font-style: normal;
}
.tth2 .describe em::before {
  content: "";
  position: absolute;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #333;
  right: 10px;
  top: 12px;
}
.tth2 .describe1 {
  color: #333;
  margin-top: 11px;
}
.tth2 .describe1 em {
  display: flex;
  position: relative;
  padding-right: 24px;
  font-style: normal;
}
.tth2 .describe1 em::before {
  content: "";
  position: absolute;
  width: 17px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/tth2_la.png") no-repeat center;
  background-size: cover;
  right: 0px;
  top: 5px;
}
.tth2 .video_box {
  position: relative;
  overflow: hidden;
  margin-top: 29px;
}
.tth2 .hide_box {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  inset: 0;
}
.tth2 .tth2_box:not(:nth-of-type(1)) {
  margin-top: 30px;
}
.tth2_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 29px;
}
.tth2_list li {
  width: 48.865%;
}
.tth2_list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.0435%;
  margin-top: 23px;
}
.tth2_list1 li {
  width: 31.971%;
}
.tth2_list2 {
  display: flex;
  gap: 20px 3.482%;
  margin-top: 45px;
  flex-wrap: wrap;
}
.tth2_list2 li {
  width: 31.012%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.tth2_list2 .title {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  min-height: 76px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 4px 12px;
}
.tth2_faq {
  margin-top: 33px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 0px;
}
.tth2_faq_list {
  width: 49.228%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tth2_faq_list li {
  padding: 16px 20px;
  border-radius: 16px;
  overflow: hidden;
  background: #f0f2f5;
}
.tth2_faq_list .label {
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.tth2_faq_list .faq_a {
  display: none;
  margin-top: 5px;
  padding-bottom: 9px;
}
.tth2_faq_list .faq_a .label {
  background: #ffe1cc;
  color: #ff6a00;
}
.tth2_faq_list .describe2 {
  color: #666;
  flex: 1;
  padding-top: 3px;
}
.tth2_faq_list .flex_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.tth2_faq_list .title {
  flex: 1;
  color: #242424;
}
.tth2_faq_list .faq_q {
  cursor: pointer;
}
.tth2_title {
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  color: #333;
}
.tth2_box_color {
  background: #f0f2f5;
  padding: 38px 28px 43px 25px;
  margin-top: 25px;
}
.tho_back {
  background: url("../images/tho_back.jpg") no-repeat center;
  background-size: cover;
}
.tho1 {
  padding: 35px 0px 103px;
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
}
.tho1 .big_title {
  text-align: center;
}
.tho1 .text {
  text-align: center;
  color: #666;
  margin-top: 24px;
}
.tho1_container {
  overflow: hidden;
  display: block !important;
}
.tho1_container .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: initial !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: initial !important;
  -webkit-box-orient: vertical;
  display: block !important;
}
.tho1_l {
  float: right;
  margin-bottom: 5px;
  margin-left: 6.999%;
}
.tho1_r {
  width: 100% !important;
}
.tho2 {
  margin-top: -59px;
  padding-bottom: 90px;
}
.tho3 {
  background: #f6f7f9;
  padding: 80px 0px 78px;
}
.tho3 .big_title {
  text-align: center;
}
.tho3_container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 50px;
}
.tho3_container figure {
  width: 50%;
  background: #fff;
  display: flex;
}
.tho3_container figure:nth-of-type(4n + 3),
.tho3_container figure:nth-of-type(4n + 4) {
  flex-direction: row-reverse;
}
.tho3_container .l_box {
  width: 50%;
}
.tho3_container .r_box {
  flex: 1;
  position: relative;
}
.tho3_container .box {
  width: calc(100% - 35px);
  max-height: calc(100% - 40px);
  overflow: auto;
  position: absolute;
  left: 18px;
  top: 19px;
}
.tho3_container .box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.tho3_container .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ff6a00;
}
.tho3_container .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.tho3_container .logo {
  width: 55px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tho3_container .logo img {
  max-width: 100%;
  max-height: 100%;
}
.tho3_container .title_top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tho3_container .title {
  flex: 1;
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.tho3_container .describe {
  line-height: 26px;
  color: #666;
  margin-top: 17px;
}
.tho4 {
  background: transparent;
  padding: 78px 0px 187px;
}
.tho4 .text {
  margin: 22px auto 0px;
}
.tho5 {
  overflow: hidden;
}
.tho5 .sw_box {
  margin-top: 52px;
}
.tho5 .mySwipertho5_1 {
  overflow: initial;
  pointer-events: none;
}
.tho5 .mySwipertho5_1 .swiper-slide {
  height: auto;
  display: flex;
}
.tho5 .container {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 49px 42px 41px;
  flex: 1;
  opacity: 0;
  transition: 0.3s;
}
.tho5 .swiper-slide-active,
.tho5 .swiper-slide-prev,
.tho5 .swiper-slide-next {
  pointer-events: all;
}
.tho5 .swiper-slide-active .container {
  opacity: 1;
}
.tho5 .swiper-slide-prev .container,
.tho5 .swiper-slide-next .container {
  opacity: 0.8;
}
.tho5 .year {
  color: #0f79cf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: normal;
  line-height: 82px;
  text-transform: capitalize;
}
.tho5 .describe {
  color: #666;
  margin-top: 12px;
}
.tho5_sw_box {
  margin-top: 52px;
  position: relative;
}
.tho5_sw_box .mySwipertho5_2 {
  width: calc(100% - 90px);
}
.tho5_sw_box .swiper-slide {
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .tho5_sw_box .swiper-slide:hover .xian::before {
    transform: translateX(-50%) scaleX(1);
  }
}
.tho5_sw_box .xian {
  border-top: 1px solid #d9d9d9;
  position: relative;
}
.tho5_sw_box .xian::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  border-top: 1px solid #ff6a00;
  transition: 0.3s;
  width: 100%;
  transform: translateX(-50%) scaleX(0);
}
.tho5_sw_box .small_year {
  color: #666;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-top: 20px;
}
.tho5_sw_box .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: -12px;
}
.tho5_sw_box .swiper_button .controls.prev {
  left: 0px;
}
.tho5_sw_box .swiper_button .controls.next {
  right: 0px;
}
.tho5_sw_box .swiper-slide-thumb-active .xian::before {
  transform: translateX(-50%) scaleX(1);
}
.tho5_sw_box .swiper-slide-thumb-active .dian {
  background: #ff6a00;
}
.tho5_sw_box .swiper-slide-thumb-active .dian::before {
  transform: translate(-50%, -50%) scale(1);
}
.tho5_sw_box .dian {
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 11px;
  transform: translate(-50%, -50%);
}
.tho5_sw_box .dian::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 10px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ff6a00;
  transition: 0.3s;
}
.tho6 {
  background: #f6f7f9;
  padding: 78px 0px 83px;
}
.tho6 .index5_title {
  text-align: center;
}
.tho6 figure {
  border-radius: 20px;
  overflow: hidden;
}
.tho6 .sw_box {
  margin-top: 42px;
  position: relative;
}
.tho6 .flex_box {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.tho6 .flex_box figure {
  width: 48.77%;
}
.tho6 .swipertho6-pagination {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  z-index: 2;
  bottom: auto;
  margin-top: 53px;
}
.tho6 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #aeafaf;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.tho6 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #0f79cf;
  border-radius: 50%;
  transition: 0.3s;
}
.tho6 .swiper-pagination-bullet-active {
  background: #0f79cf;
}
.tho6 .swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.tho6 .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.tho6 .swiper_button .controls.prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.tho6 .swiper_button .controls.next {
  right: -30px;
  transform: translate(100%, -50%);
}
.tho7_list {
  margin-top: 52px;
}
.tht1 {
  padding: 52px 0px 80px;
}
.tht1 .top_l {
  max-width: 557px;
}
.tht1 .top_r {
  width: 51.215%;
  position: relative;
  z-index: 1;
}
.tht1 .top_r::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 14px;
  width: 40%;
  max-width: 114px;
  aspect-ratio: 114/90;
  background: url("../images/tht1_lb.png") no-repeat center;
  background-size: cover;
}
.tht1 .describe {
  line-height: 36px;
  color: #333;
}
.tht1 .text {
  color: #666;
  margin-top: 28px;
}
.tht1 .logo {
  width: 40%;
  max-width: 114px;
  margin-top: 75px;
}
.tht1_container {
  margin-top: 68px;
}
.tht2 {
  padding-bottom: 100px;
}
.tht2 .top_r {
  width: 41.929%;
  padding-top: 19px;
}
.tht2 .top_l {
  max-width: 722px;
}
.tht2 .logo {
  width: 100%;
  max-width: 576px;
  margin-right: 0px;
  margin-left: auto;
}
.tht2 .text {
  font-size: 20px;
  color: #333;
  margin-top: 16px;
}
.tht2_title {
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.tht2_title span {
  display: inline;
}
.tht2_title .logo_span {
  display: inline-block;
  vertical-align: text-top;
}
.tht2_container {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tht2_container .describe {
  line-height: 36px;
  color: #666;
  margin-top: 35px;
}
.tht2_container .tht2_logo {
  width: 40%;
  max-width: 86px;
  margin-top: 40px;
}
.tht2_l {
  width: 51.215%;
  position: relative;
  z-index: 1;
}
.tht2_l::before {
  content: "";
  position: absolute;
  width: 88.982%;
  aspect-ratio: 638/364;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background: rgba(255, 106, 0, 0.08);
}
.tht2_r {
  width: 42%;
}
.tht3 {
  background: url("../images/tht3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 88px 0px 164px;
}
.tht3 .big_title {
  text-align: center;
}
.tht3 .text {
  color: #333;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  margin-top: 19px;
}
.tht3_container {
  width: 50%;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 54px;
  margin-top: 5.358%;
}
.tht3_container .title {
  color: #ff6a00;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
}
.tht3_container .describe {
  color: #333;
  margin-top: 16px;
}
.page_change {
  margin-top: 59px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0px 24px;
}
.page_change .page_logo {
  width: 11px;
}
.page_change > * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #555;
  gap: 29px;
}
.page_change > * a {
  color: #555;
}
.page_change > * a:hover {
  color: #0f79cf;
}
.page_change a,
.page_change span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.to4 .content {
  align-items: flex-start;
}
.to4_l {
  padding-top: 54px;
}
.tho5 {
  padding: 78px 0px 60px;
}
.tho5 .index5_title {
  text-align: center;
}
.thth1 {
  padding: 76px 0px 80px;
  overflow: hidden;
}
.thth1 .content {
  position: relative;
  z-index: 1;
}
.thth1 .content::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1381px;
  aspect-ratio: 1381/124;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/thth1_la.png") no-repeat center;
  background-size: cover;
  top: -27px;
  z-index: -1;
}
.thth1 .big_title {
  color: #000;
}
.thth1 .top_r {
  width: 44.715%;
  padding-top: 16px;
}
.thth1 .text {
  font-size: 20px;
  color: #666;
}
.thth1_container {
  margin-top: 112px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.thth1_container .big_title {
  color: #fff;
}
.thth1_container .imgBox {
  position: relative;
}
.thth1_container .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 248px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  left: 0;
  bottom: 0;
}
.thth1_container .text_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0px 58px 32px;
  z-index: 1;
}
.thth1_container .describe {
  margin-top: 1px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.thth2 {
  background: #f6f7f9;
  padding: 80px 0px 80px;
}
.thth2 .top_r {
  width: 52.643%;
  padding: 15px 0px 37px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.thth2 .big_title {
  color: #000;
}
.thth2 .text {
  color: #000;
}
.thth2_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.thth2_l {
  width: 39.643%;
  border-radius: 20px;
  overflow: hidden;
}
.thth2_l .imgBox {
  height: 100%;
}
.thth2_l .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thth2_r {
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.thth2_r figure {
  border-radius: 20px;
  background: #fff;
  padding: 12px 39px 11px;
  display: flex;
  align-items: center;
  min-height: 176px;
  gap: 16px;
}
.thth2_r .flex_box {
  flex: 1;
}
.thth2_r .number {
  width: 82px;
  aspect-ratio: 1/1;
  background: rgba(15, 121, 207, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6a00;
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
}
.thth2_r .name {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.thth2_r .describe {
  color: #666;
  margin-top: 11px;
}
.thth3 {
  padding: 80px 0px 85px;
}
.thth3 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.857%;
}
.thth3 .big_title {
  position: relative;
  padding-bottom: 38px;
  color: #000;
}
.thth3 .big_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff6a00;
  width: 155px;
  height: 8px;
}
.thth3 .text {
  color: #666;
  margin-top: 40px;
}
.thth3_l {
  width: 42%;
  padding-top: 19px;
}
.thth3_r {
  width: 55.143%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.thth3_r figure {
  width: 48.705%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  padding: 25px 29px 24px;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .thth3_r figure:hover {
    box-shadow: none;
    background: #ff6a00;
  }
  .thth3_r figure:hover .title,
  .thth3_r figure:hover .describe {
    color: #fff;
  }
}
.thth3_r .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #ff6a00;
  transition: 0.3s;
}
.thth3_r .describe {
  color: #666;
  transition: 0.3s;
  margin-top: 10px;
}
.thth4 {
  position: relative;
  z-index: 1;
  padding-top: 4px;
}
.thth4 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thth4::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 1575px;
  aspect-ratio: 1575/656;
  left: 50%;
  top: 4px;
  background: url("../images/thth4_back.png") no-repeat center;
  background-size: cover;
  transform: translateX(-50%);
}
.thth4 .big_title {
  color: #000;
  text-align: right;
}
.thth4 .text {
  color: #666;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 23px;
  text-align: right;
}
.thth4 .describe {
  color: #666;
  text-align: center;
  margin-top: 21px;
  position: relative;
  padding-bottom: 5px;
}
.thth4 .describe::before,
.thth4 .describe::after {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 12/11;
}
.thth4 .describe::before {
  background: url("../images/thth4_back_la.png") no-repeat center;
  background-size: cover;
  left: 4.5%;
  top: -56px;
}
.thth4 .describe::after {
  background: url("../images/thth4_back_lb.png") no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0px;
}
.thth4 .logo {
  width: 62px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
}
.thth4_l {
  width: 49.715%;
}
.thth4_r {
  width: 44%;
  padding-bottom: 4px;
}
.thth4_r .sw_box {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px 35px 24px;
  margin-top: 27px;
}
.thth4_r .swiperthth4-pagination {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  z-index: 2;
  bottom: auto;
  margin-top: 33px;
}
.thth4_r .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(153, 153, 153, 0.5);
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.thth4_r .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #ff6a00;
  border-radius: 50%;
  transition: 0.3s;
}
.thth4_r .swiper-pagination-bullet-active {
  background: #ff6a00;
}
.thth4_r .swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.thth5 {
  padding: 80px 0px;
}
.thth5 .content {
  background: #0f79cf;
  padding: 23px 18px 34px;
  position: relative;
}
.thth5 .tth2_title {
  color: #0f79cf;
  width: 132px;
  text-align: center;
}
.thth5 .thth5_title {
  width: 284px;
  aspect-ratio: 284/122;
  background: url("../images/thth5_back.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}
.thth5_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.027%;
  position: relative;
  z-index: 1;
}
.thth5_container figure {
  width: 13.197%;
  text-align: center;
}
.thth5_container figure:nth-of-type(4) {
  margin-right: 15.683%;
}
.thth5_container .logo {
  width: 50px;
  margin: 0px auto;
}
.thth5_container .title {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  min-height: 48px;
  margin-top: 14px;
}
.thth5_container .describe {
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.thth6 {
  background: url("../images/thth6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 62px 0px 62px;
}
.thth6 .big_title {
  text-align: center;
}
.thth6 .describe {
  color: #fff;
  text-align: center;
  text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
  margin-top: 31px;
}
.thth6 .buttonBox {
  justify-content: center;
  margin-top: 29px;
}
.thth6 .buttonBox a {
  min-width: 286px;
}
.banner_box .buttonBox {
  margin-top: 44px;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.banner_box .buttonBox a {
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 26px 9px;
}
.fuo1 {
  background: url("../images/fuo1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 89px 0px;
}
.fuo1 .describe {
  color: #666;
  margin-top: 17px;
}
.fuo2 {
  padding: 52px 0px 79px;
  overflow: hidden;
}
.fuo2 .big_title {
  color: #000;
  text-align: center;
}
.fuo2 .buttonBox {
  margin-top: 30px;
  justify-content: center;
}
.fuo2 .buttonBox a {
  min-width: 179px;
}
.fuo2 .sw_box {
  width: 64.286%;
  margin: 50px auto 0px;
  position: relative;
}
.fuo2 .swiper {
  overflow: initial;
}
.fuo2 .imgBox {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fuo2 .imgBox::before {
  content: "";
  inset: 0;
  z-index: 1;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  pointer-events: none;
}
.fuo2 .title {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
}
.fuo2 .title a {
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .fuo2 .title a:hover {
    color: #0f79cf;
  }
}
.fuo2 .hide_box {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0px;
  opacity: 0;
  transition: 0.3s;
}
.fuo2 .describe {
  margin-top: 11px;
  color: #666;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fuo2 .swiper-slide {
  pointer-events: none;
}
.fuo2 .swiper-slide-active {
  pointer-events: all;
}
.fuo2 .swiper-slide-active .imgBox::before {
  opacity: 0;
}
.fuo2 .swiper-slide-active .hide_box {
  opacity: 1;
}
.fuo2 .swiper_button .controls {
  position: absolute;
  top: 0%;
  z-index: 1;
  margin-top: 24.723%;
  border: none !important;
  background: #fff;
}
.fuo2 .swiper_button .controls.prev {
  left: -22px;
}
.fuo2 .swiper_button .controls.next {
  right: -22px;
}
.fuo3 {
  padding: 100px 0px;
  background: #f0f2f5;
}
.fuo3 .big_title {
  text-align: center;
  color: #000;
}
.fuo3 .text {
  color: #666;
  text-align: center;
  margin-top: 17px;
}
.fuo3 .buttonBox {
  margin-top: 30px;
  justify-content: center;
}
.fuo3 .buttonBox a {
  min-width: 203px;
  min-height: 57px;
}
.fuo3_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
.fuo3_container .tth2_title span {
  color: #ff6a00;
}
.fuo3_container figure {
  padding: 49px 64px 59px 26px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.fuo3_container figure:nth-of-type(even) .flex_box {
  flex-direction: row-reverse;
}
.fuo3_container .r_box {
  width: 43.817%;
}
.fuo3_container .flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 29px;
}
.fuo3_container .l_box {
  width: 52.367%;
}
.fuo3_container .shadow_nox {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 18px 26px 19px;
}
.fuo3_container .shadow_nox::before {
  content: "";
  position: absolute;
  width: 3px;
  border-radius: 2px;
  background: #0f79cf;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 34px);
}
.fuo3_container .describe {
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fuo3_container .describe em {
  display: block;
  font-style: normal;
  color: #333;
}
.fuo3_container .describe1 {
  color: #333;
  margin-top: 16px;
}
.fuo3_container .title {
  margin-top: 27px;
  color: #0f79cf;
}
.fuo3_container .describe_style {
  color: #666;
  margin-top: 10px;
}
.fuo3_container .describe_style em {
  display: block;
  font-style: normal;
  position: relative;
  padding-right: 28px;
}
.fuo3_container .describe_style em::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/fuo3_la.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  right: 0;
  top: 4px;
}
.fuo3_container .buttonBox {
  justify-content: flex-start;
  gap: 12px 31px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.fuo3_container .buttonBox a {
  min-width: 150px;
  min-height: 50px;
  font-weight: bold;
}
.fuo4 {
  padding: 212px 0px 228px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fuo4::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1599px;
  aspect-ratio: 1599/859;
  background: url("../images/fuo4_back.jpg") no-repeat center;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.fuo4 .big_title {
  color: #000;
  text-align: center;
}
.fuo4 .text {
  color: #666;
  text-align: center;
  margin-top: 16px;
}
.fuo4_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.fuo4_container .r_box {
  width: 18%;
  transform: translateY(-4%);
}
.fuo4_container .l_box {
  margin-left: 5.643%;
  width: 12.858%;
}
.fuo4_container .center {
  width: 46.072%;
  margin: 6px auto 0px;
}
.fuo4_container .sw_box {
  position: relative;
  z-index: 2;
  padding: 0px 50px 14px;
}
.fuo4_container .sw_box::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
  width: 100%;
  height: calc(100% - 74px);
}
.fuo4_container .sw_box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: -1;
  width: calc(100% + 52px);
  height: calc(100% - 42px);
  z-index: -2;
}
.fuo4_container .swiper-slide {
  padding-top: 30px;
}
.fuo4_container .logoBox {
  width: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 30px 0 rgba(18, 116, 170, 0.2);
  overflow: hidden;
  margin: 0px auto;
}
.fuo4_container .describe {
  color: #666;
  text-align: center;
  margin-top: 34px;
}
.fuo4_container .name {
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-top: 46px;
}
.fuo4_container .swiperfuo4-pagination {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 2;
  bottom: auto;
  margin-top: 62px;
}
.fuo4_container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e2e2e2;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.fuo4_container .swiper-pagination-bullet-active {
  border-radius: 200px;
  width: 20px;
  background: #0f79cf;
}
.fuo5 {
  padding: 22px 0px 90px;
}
.fuo5 .big_title {
  color: #000;
}
.fuo5_sw_box1 {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.fuo5_sw_box1::before {
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
  border-top: 1px solid #d9d9d9;
}
.fuo5_sw_box1 .swiper-slide {
  position: relative;
  width: auto;
  margin-left: 94px;
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  padding-top: 31px;
  cursor: pointer;
  transition: 0.3s;
}
.fuo5_sw_box1 .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ff6a00;
  transition: 0.3s;
  top: 0px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}
@media screen and (min-width: 993px) {
  .fuo5_sw_box1 .swiper-slide:hover {
    color: #ff6a00;
  }
  .fuo5_sw_box1 .swiper-slide:hover::before {
    transform: translateX(-50%) scaleX(1);
  }
}
.fuo5_sw_box1 .swiper-slide:nth-last-of-type(1) {
  margin-left: 0px !important;
}
.fuo5_sw_box1 .swiper-slide-thumb-active {
  color: #ff6a00;
}
.fuo5_sw_box1 .swiper-slide-thumb-active::before {
  transform: translateX(-50%) scaleX(1);
}
.fuo5_sw_box2 {
  margin-top: 60px;
}
.fuo5_sw_box2 .l_box {
  width: 50%;
  overflow: hidden;
}
.fuo5_sw_box2 .l_box .imgBox {
  height: 100%;
}
.fuo5_sw_box2 .l_box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fuo5_sw_box2 .swiper-slide {
  display: flex;
  background: rgba(217, 217, 217, 0.1);
}
.fuo5_sw_box2 .logo {
  width: 128px;
}
.fuo5_sw_box2 .r_box {
  flex: 1;
  padding: 40px 60px 30px;
  position: relative;
  z-index: 1;
}
.fuo5_sw_box2 .r_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ff6a00;
}
.fuo5_sw_box2 .title {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  margin-top: 22px;
}
.fuo5_sw_box2 .describe {
  line-height: 36px;
  color: #666;
  margin-top: 21px;
}
.fuo5_sw_box2 .describe em {
  display: block;
  position: relative;
  padding-right: 24px;
  font-style: normal;
}
.fuo5_sw_box2 .describe em::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 13px;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/fuo5_lb.png") no-repeat center;
  background-size: cover;
}
.fuo5_sw_box2 .number {
  color: rgba(255, 106, 0, 0.1);
  font-family: Arial;
  font-size: 150px;
  font-style: normal;
  font-weight: normal;
  line-height: 150px;
  position: absolute;
  z-index: -1;
  top: 7.5%;
  left: 4.2%;
}
.fuo6 {
  background: url("../images/fuo6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 128px 0px;
}
.fuo6 .big_title {
  text-align: center;
}
.fuo6 .buttonBox {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  margin-top: 35px;
}
.fuo6 .buttonBox a {
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 13px 9px;
  min-width: 188px;
}
.fut1 {
  padding: 29px 0px 80px;
}
.fut1 .big_title {
  color: #000;
}
.fut1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.8565%;
  margin-top: 30px;
}
.fut1_list li {
  width: 31.429%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fut1_list .imgBox {
  position: relative;
}
.fut1_list .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
  width: 100%;
  height: 100%;
  max-height: 174px;
  z-index: 1;
  pointer-events: none;
}
.fut1_list .describe {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 12px 22px;
}
.fut1_list .describe p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fut1_list .top {
  width: calc(100% - 40px);
  left: 20px;
  top: 27px;
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
}
.fut1_list .number {
  color: #fff;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 49px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0px 10px 5px;
  min-width: 93px;
  display: flex;
  align-items: center;
}
.fut1_list .r_box {
  flex: 1;
  display: flex;
  align-items: center;
}
.fut1_list .title {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  padding: 2px 17px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.futh {
  padding: 50px 0px 100px;
}
.futh1 .tt_title {
  color: #333;
  line-height: 54px;
}
.futh1 .share {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4d4d4d;
  margin-top: 19px;
}
.futh1 .page_change {
  margin-top: 37px;
}
.futh1_container {
  border-top: 1px solid #ccc;
  margin-top: 37px;
  padding: 31px 0px 0px;
}
.futh1_container .describe {
  color: #333;
}
.futh1_container .describe img {
  display: inline-block;
}
.futh1_container .describe strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.futh1_container .describe em {
  display: flex;
  position: relative;
  padding-right: 24px;
  font-style: normal;
}
.futh1_container .describe em::before {
  content: "";
  position: absolute;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #333;
  right: 10px;
  top: 12px;
}
.futh1_container .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}
.futh1_container .title p {
  min-width: 487px;
  border: 1px solid #ff6a00;
  background: rgba(255, 106, 0, 0.2);
  padding: 0px 9px;
}
.futh1_container .title + .describe {
  margin-top: 10px;
}
.futh1_container figure:not(:nth-of-type(1)) {
  margin-top: 16px;
}
.futh1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6385%;
  margin-top: 36px;
}
.futh1_list li {
  width: 32.241%;
}
.fo_big_title {
  color: #333;
}
.fo_big_title span {
  vertical-align: bottom;
}
.fo1 {
  padding: 51px 0px 73px;
}
.fo1 .text {
  color: #666;
  margin-top: -3px;
}
.fo1_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 49px;
}
.fo1_l {
  width: 34.215%;
  position: relative;
}
.fo1_l::before {
  content: "";
  position: absolute;
  width: 17.756%;
  aspect-ratio: 85/79;
  left: -23px;
  top: 42%;
  transform: translate(-100%, -50%) scaleX(-1);
  background: url("../images/fo1_ib.png") no-repeat center;
  background-size: cover;
}
.fo1_l .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.fo1_l .number_text {
  color: #fff;
}
.fo1_l .hide_box {
  background: #ff6a00;
  position: absolute;
  left: 0%;
  bottom: 31.1%;
  transform: translate(-50%, 50%);
  padding: 30px 8px 31px;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}
.fo1_l .number_box {
  text-align: center;
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.fo1_r {
  width: 54.358%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fo1_r figure {
  gap: 12px;
  display: flex;
  align-items: flex-start;
}
.fo1_r .r_box {
  flex: 1;
}
.fo1_r .logo {
  margin-top: 6px;
  width: 65px;
}
.fo1_r .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.fo1_r .describe {
  color: #666;
  margin-top: 1px;
}
.fo2 {
  background: #ffecde;
  padding: 54px 0px 87px;
}
.fo2 .big_title {
  text-align: center;
}
.fo2 .text {
  color: #666;
  margin-top: -3px;
  text-align: center;
}
.fo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.142%;
  margin-top: 84px;
}
.fo2_list li {
  width: 30.572%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(173, 173, 173, 0.25);
  padding: 0px 48px 36px;
  min-height: 212px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  .fo2_list li:hover {
    background: #ff6a00;
    box-shadow: none;
  }
  .fo2_list li:hover .logo {
    background: #fff;
  }
  .fo2_list li:hover .title {
    color: #fff;
  }
  .fo2_list li:hover .logo_back {
    background: rgba(255, 255, 255, 0.2);
  }
}
.fo2_list .logo {
  width: 66px;
  border-radius: 0 0 20px 20px;
  background: #ffecde;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}
.fo2_list .title {
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #333;
  margin-top: 40px;
  transition: 0.3s;
}
.fo2_list .logo_back {
  mask-image: var(--i);
  -webkit-mask-image: var(--i);
  bottom: 9px;
  left: 0;
  position: absolute;
  z-index: -1;
  background: #f0f2f5;
  transition: 0.3s;
  width: 50%;
  max-width: 143px;
  aspect-ratio: 1/1;
}
.fo3 {
  padding: 100px 0px 75px;
}
.fo3 .buttonBox {
  padding-left: 55px;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
}
.fo3 .buttonBox a {
  min-width: 222px;
}
.fo3_container {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(255, 106, 0, 0.2);
  overflow: hidden;
  display: flex;
}
.fo3_l {
  width: 50%;
}
.fo3_r {
  flex: 1;
  position: relative;
}
.fo3_r .box {
  position: absolute;
  width: calc(100% - 95px);
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding-bottom: 42px;
}
.fo3_r .box::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.fo3_r .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fo3_r .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fo3_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 13px;
}
.fo3_list li {
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 0px;
}
@media screen and (min-width: 993px) {
  .fo3_list li:hover .number {
    background-color: #ff6a00;
    color: #fff;
  }
}
.fo3_list .number {
  border-radius: 6px;
  background: #ffecde;
  overflow: hidden;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.fo3_list .r_box {
  flex: 1;
  color: #666;
}
.fo4 {
  background: #f5f5f5;
  padding: 81px 0px 150px;
}
.fo4 .big_title {
  color: #333;
  text-align: center;
}
.fo4 .text {
  color: #666;
  text-align: center;
  margin-top: -3px;
}
.fo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.856%;
  margin-top: 83px;
}
.fo4_list .logo {
  width: 127px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #f5f5f5;
  margin: 0px auto;
  transform: translateY(-46%);
}
.fo4_list li {
  width: 22.858%;
  border-radius: 12px;
  background: rgba(15, 121, 207, 0.1);
  padding: 0px 35px 36px;
  text-align: center;
  min-height: 350px;
}
.fo4_list li:nth-of-type(even) {
  background: #ffecde;
  transform: translateY(60px);
}
.fo4_list li:nth-of-type(even) .title {
  color: #ff6a00;
}
.fo4_list li:nth-of-type(even) .title::before {
  background: #ff6a00;
}
.fo4_list .title {
  color: #0f79cf;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  transition: 0.3s;
  position: relative;
  margin-top: -13px;
  padding-bottom: 11px;
}
.fo4_list .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #0f79cf;
  transition: 0.3s;
  bottom: 0;
}
.fo4_list .describe {
  color: #666;
  margin-top: 13px;
}
.fo5 {
  position: relative;
  z-index: 1;
  padding: 122px 0px 1px;
}
.fo5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 452px;
  background: url("../images/index9_back.jpg") no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.fo5 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
}
.fo5 .describe {
  color: #fff;
  text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  margin-top: 17px;
}
.fo5 .index9_title {
  font-weight: bold;
  color: #333;
}
.fo5_l {
  flex: 1;
  max-width: 656px;
}
.fo5_r {
  width: 43.643%;
  padding: 31px 31px 45px 38px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.fo5_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 20px;
}
.fo5_r form > * {
  width: 100%;
}
.fo5_r form input,
.fo5_r form textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 11px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.fo5_r form input::placeholder,
.fo5_r form input::-webkit-input-placeholder,
.fo5_r form textarea::placeholder {
  color: #999;
}
.fo5_r form .int1 {
  width: 48.4%;
}
.fo5_r form input {
  height: 39px;
}
.fo5_r form textarea {
  height: 87px;
  padding-top: 8px !important;
}
.fo5_r form .ttBox {
  width: 100%;
}
.fo5_r form .yzm {
  position: relative;
  display: flex;
}
.fo5_r form .yzm input {
  flex: 1;
  padding-right: 80px;
}
.fo5_r form .yzm span {
  height: 34px;
  aspect-ratio: 71/34;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.fo5_r form .yzm span img {
  height: 100%;
}
.fo5_r form .afterBox {
  position: relative;
}
.fo5_r form .afterBox::before {
  right: 11px;
  position: absolute;
  content: "*";
  font-size: 14px;
  color: #f00;
  top: 54%;
  transform: translateY(-50%);
  z-index: 1;
}
.fo5_r form .afterBox input,
.fo5_r form .afterBox textarea {
  padding-right: 20px;
}
.fo5_r form .ttBox::before {
  top: 23px;
}
.fo5_r form .tj input {
  cursor: pointer;
  background: #0f79cf;
  border: none;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
}
@media screen and (min-width: 993px) {
  .fo5_r form .tj input:hover {
    background: #ff6a00;
    color: #fff;
  }
}
.fo6 {
  padding-bottom: 99px;
}
.fo6 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fo6 .l_box {
  width: 50.572%;
  border-radius: 12px;
  overflow: hidden;
}
.fo6_r {
  width: 44.5%;
  padding-top: 6.85%;
}
.fo6_r .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #333;
}
.fo6_list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 30px;
}
.fo6_list li {
  padding: 16px 30px 19px;
  border-radius: 16px;
  overflow: hidden;
  background: #f0f2f5;
}
.fo6_list .label {
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.fo6_list .faq_a {
  display: none;
  margin-top: 10px;
}
.fo6_list .faq_a .label {
  background: #ffe1cc;
  color: #ff6a00;
}
.fo6_list .describe {
  color: #666;
  flex: 1;
  padding-top: 3px;
}
.fo6_list .flex_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.fo6_list .name {
  flex: 1;
  color: #242424;
  padding-top: 2px;
}
.fo6_list .faq_q {
  cursor: pointer;
}
.fo7 {
  padding-bottom: 100px;
}
.fo7 .content {
  background: #0f79cf;
  border-radius: 16px;
  overflow: hidden;
  padding: 31px 48px 56px;
}
.fo7 .container {
  max-width: 968px;
}
.fo7 .describe {
  font-size: 20px;
  color: #fff;
  margin-top: 19px;
}
.so1 {
  background: url("../images/so1_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 104px 0px 135px;
}
.so1 .container {
  width: 100%;
  max-width: 840px;
  margin: 0px auto;
}
.so1 .big_title {
  color: #000;
}
.so1 .describe {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  margin-top: 22px;
}
.so1 .buttonBox {
  margin-top: 33px;
  justify-content: center;
}
.so2 {
  padding: 52px 0px 54px;
}
.so2 .big_title {
  color: #0f79cf;
  text-align: center;
}
.so2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5.35625%;
  margin-top: 36px;
  position: relative;
  z-index: 1;
}
.so2_list::before {
  content: "";
  width: 100%;
  border-top: 1px solid #0f79cf;
  left: 0;
  top: 108px;
  position: absolute;
  z-index: -1;
}
.so2_list li {
  width: 15.715%;
}
.so2_list .logo {
  width: 100px;
  aspect-ratio: 1/1;
  border: 2px solid #0f79cf;
  transition: 0.3s;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin: 29px auto 0px;
}
.so2_list .mask_box {
  width: 100%;
  height: 100%;
  mask-image: var(--i);
  -webkit-mask-image: var(--i);
  transition: 0.3s;
  background: #0f79cf;
}
.so2_list a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .so2_list a:hover .title {
    color: #0f79cf;
  }
  .so2_list a:hover .logo {
    background: #0f79cf;
    transform: scale(1.27);
  }
  .so2_list a:hover .mask_box {
    background: #fff;
  }
}
.so2_list .number {
  color: #0f79cf;
}
.so2_list .title {
  font-weight: bold;
  color: #333;
  transition: 0.3s;
  margin-top: 30px;
}
.so3 {
  background: rgba(255, 106, 0, 0.06);
  padding: 84px 0px;
}
.so3 .big_title {
  color: #000;
}
.so3 .big_title a {
  color: #000;
}
.so3_container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.so3_container .title {
  color: #fff;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  text-transform: uppercase;
}
.so3_container .describe {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 11px;
}
.so3_container .box {
  padding: 5.85% 34px 3.6%;
  border-radius: 45px;
  background: linear-gradient(160deg, #f87d16 4.04%, #f7581e 95.32%);
  overflow: hidden;
  width: 23.715%;
  display: flex;
  flex-direction: column;
}
.so3_container .flex_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 37px;
  gap: 15px;
}
.so3_container .logo {
  width: 100px;
}
.so3_container .links {
  padding-left: 5px;
}
.so3_container .links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 993px) {
  .so3_container .links a:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.so3_center {
  width: 49.072%;
  display: flex;
  justify-content: space-between;
  gap: 23px 3.346%;
  flex-wrap: wrap;
}
.so3_center figure {
  flex: 1;
  min-width: 48.327%;
  border-radius: 45px;
  background: linear-gradient(160deg, #f87d16 4.04%, #f7581e 95.32%);
  padding: 38px 34px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.so3_center .logo_back {
  width: 50%;
  max-width: 165px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.so4 {
  padding: 82px 0px 100px;
}
.so4 .title {
  text-align: center;
  color: #ff6a00;
}
.so4 .big_title {
  text-align: center;
  color: #000;
  margin-top: 9px;
}
.so4 .text {
  color: #666;
  text-align: center;
  margin-top: 11px;
}
.so4 .text span {
  display: inline;
  color: #ff6a00;
}
.so4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0.952%;
  margin-top: 39px;
}
.so4_list li {
  width: 24.286%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.so4_list .imgBox {
  position: relative;
}
.so4_list .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 289px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(15, 121, 207, 0.8) 0%, rgba(217, 217, 217, 0) 100%);
}
.so4_list .hide_box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0px 20px 19px;
}
.so4_list .name {
  color: #fff;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.so4_list .describe {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.so5 .content {
  position: relative;
}
.so5 .text {
  color: #000;
  margin-top: 7px;
}
.so5_l {
  width: 64.286%;
}
.so5_r {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 81.42%;
  overflow: auto;
  padding: 55px 70px 50px 52px;
}
.so5_r::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.so5_r::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ff6a00;
}
.so5_r::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.so5_list {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 35px;
  width: 100%;
  max-width: 570px;
}
.so5_list li {
  padding: 16px 34px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
.so5_list .number {
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  color: #fff;
  line-height: 20px;
  background: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.so5_list .title {
  color: #ff6a00;
  flex: 1;
}
.so6 {
  padding: 80px 0px;
}
.so6 .big_title {
  text-align: center;
}
.so6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.8568%;
  margin-top: 40px;
}
.so6_list li {
  width: 14.286%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 35px 15px;
}
.so6_list .logo {
  border: 1px solid #ff6a00;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
}
.so6_list .name {
  color: #ff6a00;
  text-align: center;
  margin-top: 20px;
}
.so7 {
  display: flex;
  flex-wrap: wrap;
}
.so7 figure {
  width: 50%;
  background: var(--i) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 111px 50px 110px;
  text-align: center;
}
.so7 figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.so7 .describe {
  margin-top: 21px;
  color: #fff;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.so7 .buttonBox {
  margin-top: 19px;
  justify-content: center;
}
.so7 .buttonBox a {
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #fff;
  background: transparent;
  padding: 11px 25px 8px;
  min-width: 133px;
}
.so8 {
  padding: 81px 0px 51px;
}
.so8 .big_title {
  color: #000;
}
.so8 .title_after {
  color: #ff6a00;
  margin-top: 21px;
}
.so8 .text {
  color: #666;
}
.so8 .text span {
  color: #162948;
}
.so8 .text em {
  font-style: normal;
  color: #ff6a00;
}
.so8 .top_r {
  width: 50%;
  padding-top: 14px;
}
.so8_list {
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.9275%;
}
.so8_list li {
  width: 30.715%;
  position: relative;
  z-index: 1;
}
.so8_list li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(217, 217, 217, 0.5);
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .so8_list li:hover::before {
    background: rgba(15, 121, 207, 0.2);
  }
  .so8_list li:hover .imgBox::before {
    opacity: 0;
  }
  .so8_list li:hover .imgBox::after {
    opacity: 1;
  }
}
.so8_list .imgBox {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.so8_list .imgBox::before,
.so8_list .imgBox::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.so8_list .imgBox::before {
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}
.so8_list .imgBox::after {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}
.so8_list .hide_box {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0px 42px 30px;
  text-align: center;
}
.so8_list .title {
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.so8_list .descirbe {
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin-top: 16px;
  display: none;
}
.so9 {
  padding-bottom: 80px;
}
.so9 .content {
  border-radius: 20px;
  background: #ffe1cc;
  overflow: hidden;
  padding: 39px 37px 40px;
}
.so9 .container {
  border-radius: 10px;
  background: #ff6a00;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 35px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.so9 .l_box {
  flex: 1;
  margin-left: 3px;
}
.so9 .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.so9 .title span {
  font-weight: normal;
}
.so9 .buttonBox a {
  font-weight: bold;
  color: #ff6a00;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  padding: 9px 10px 6px;
}
@media screen and (min-width: 993px) {
  .so9 .buttonBox a:hover {
    background: #0f79cf;
    color: #fff;
  }
}
.so_back {
  background: #f0f2f5;
}
.so10 {
  padding: 80px 0px 60px;
  overflow: hidden;
}
.so10 .big_title {
  color: #0f79cf;
  text-align: center;
}
.so10 .text {
  color: #666;
  text-align: center;
  margin-top: 13px;
}
.so10 .swiper-slide {
  height: auto;
}
.so10 .container {
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  padding: 47px 50px 46px;
}
.so10 .container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(15, 121, 207, 0) 0%, #0f79cf 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
  transition: 0.3s;
}
.so10 .container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.so10 .swiper {
  overflow: initial;
  pointer-events: none;
}
.so10 .swiper-slide-visible {
  pointer-events: all;
}
.so10 .swiper-slide-visible .container {
  opacity: 1;
}
.so10 .title {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
}
.so10 .describe {
  color: #666;
  margin-top: 13px;
}
.so10 .describe em {
  font-style: normal;
  font-weight: bold;
  color: #0f79cf;
}
.so10 .sw_box {
  margin-top: 39px;
  position: relative;
}
.so10 .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.so10 .swiper_button .controls.prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.so10 .swiper_button .controls.next {
  right: -30px;
  transform: translate(100%, -50%);
}
.so10 .xian {
  position: absolute;
  right: 0;
  top: 47px;
  border-radius: 30px;
  background: #0f79cf;
  width: 10px;
  height: 102px;
}
.so11 {
  padding-bottom: 100px;
}
.so11 .content {
  padding: 30px 50px 29px;
  background: #ff6a00;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
}
.so11 .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
}
.so11 .text {
  color: #fff;
  margin-top: 8px;
}
.so11 .buttonBox a {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #ff6a00;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 25px 7px;
}
@media screen and (min-width: 993px) {
  .so11 .buttonBox a:hover {
    background: #0f79cf;
    color: #fff;
  }
}
.so11 .l_box {
  flex: 1;
}
.so12 {
  padding: 80px 0px 80px;
}
.so12 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.so12 .big_title {
  color: #333;
}
.so12 .sw_box {
  position: relative;
  margin-top: 19px;
}
.so12 .sw_box::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #d9d9d9;
}
.so12 .swiper-slide {
  color: #000;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  width: auto;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  padding-top: 31px;
  margin-right: 20px;
}
.so12 .swiper-slide::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  height: 3px;
  background: #ff6a00;
  transform: translateX(-50%) scaleX(0);
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .so12 .swiper-slide:hover {
    color: #ff6a00;
  }
  .so12 .swiper-slide:hover::before {
    transform: translateX(-50%) scaleX(1);
  }
}
.so12 .swiper-slide:nth-last-of-type(1) {
  margin-left: 0px !important;
}
.so12 .swiper-wrapper {
  justify-content: space-between;
}
.so12 .active {
  color: #ff6a00;
}
.so12 .active::before {
  transform: translateX(-50%) scaleX(1);
}
.so12 .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #0f79cf;
  margin-top: 41px;
}
.so12 .text {
  color: #0f79cf;
}
.so12 .text a {
  color: #0f79cf;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 882px) {
  .so12 .text a:hover {
    color: #ff6a00;
  }
}
.so12_l {
  width: 43.572%;
}
.so12_faq {
  margin-top: 50px;
}
.so12_faq_list {
  display: none;
}
.so12_faq_list li {
  padding: 15px 29px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #000;
  background: #fff;
}
.so12_faq_list li:not(:nth-of-type(1)) {
  margin-top: 23px;
}
.so12_faq_list .label {
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #ff6a00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.so12_faq_list .faq_a {
  display: none;
  margin-top: 10px;
}
.so12_faq_list .faq_a .label {
  background: #ffe1cc;
  color: #ff6a00;
}
.so12_faq_list .describe {
  color: #666;
  flex: 1;
  padding-top: 3px;
}
.so12_faq_list .flex_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.so12_faq_list .name {
  flex: 1;
  color: #242424;
  padding-top: 2px;
}
.so12_faq_list .faq_q {
  cursor: pointer;
}
.so12_r {
  width: 50%;
  background: #f0f2f5;
  padding: 83px 44px 82px;
}
.so12_dowm_box {
  margin-top: 50px;
}
.so13 {
  padding: 90px 0px 79px;
  background: rgba(255, 106, 0, 0.06);
}
.so13 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.7855%;
}
.so13 figure {
  width: 32.143%;
}
.so13 figure:not(:nth-of-type(1)) {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding: 34px 29px 43px;
}
.so13 .logo {
  width: 50px;
}
.so13 .title {
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}
.so13 .describe {
  color: #666;
  margin-top: 21px;
}
.so13 .text {
  color: #666;
  margin-top: 14px;
}
.st1 {
  background: url("../images/st1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 111px 0px 111px;
}
.st1 .container {
  width: 100%;
}
.st1 .big_title {
  color: #000;
}
.st1 .describe {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  margin-top: -3px;
}
.st1 .buttonBox {
  margin-top: 75px;
}
.st1 .buttonBox a {
  min-width: 205px;
  padding: 10px 13px 9px;
}
.st2 {
  padding: 52px 0px 122px;
}
.st2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.st2 .big_title {
  color: #000;
}
.st2 .title {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  margin-top: 20px;
}
.st2 .describe {
  color: #666;
  margin-top: 41px;
}
.st2 .buttonBox {
  margin-top: 82px;
}
.st2 .buttonBox a {
  min-width: 207px;
}
.st2_l {
  width: 46.929%;
  position: relative;
}
.st2_l .img_box {
  border-radius: 20px;
  overflow: hidden;
}
.st2_l .over_img {
  width: 58.448%;
  border-radius: 20px;
  border: 10px solid #fff;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(28.4%, 13.3%);
}
.st2_r {
  width: 41.358%;
}
.st3 {
  background: rgba(240, 242, 245, 0.5);
  padding: 80px 0px 105px;
}
.st3 .text {
  margin-top: 21px;
  color: #666;
  text-align: center;
}
.st3 .big_title {
  color: #000;
  text-align: center;
}
.st3_title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #ff6a00;
  text-align: center;
}
.st3_box1 {
  margin-top: 39px;
}
.st3_list1 {
  border-top: 1px solid rgba(1, 52, 93, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.st3_list1 .number {
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  color: #0f79cf;
  width: max-content;
  position: relative;
  padding-top: 19px;
}
.st3_list1 .number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: -1px;
  background: #0f79cf;
}
.st3_list1 li {
  width: 20%;
  border: 1px solid rgba(1, 52, 93, 0.1);
  background: #f5f9ff;
  border-top: none;
  padding: 0px 29px 48px;
}
.st3_list1 li:not(:nth-of-type(1)) {
  border-left: none;
}
.st3_list1 li:nth-of-type(even) .title,
.st3_list1 li:nth-of-type(even) .number {
  color: #ff6a00;
}
.st3_list1 li:nth-of-type(even) .number::before {
  background: #ff6a00;
}
.st3_list1 .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #0f79cf;
  margin-top: 20px;
}
.st3_list1 .describe {
  margin-top: 13px;
  color: #666;
}
.st3_box2 {
  padding: 49px 62px 50px 63px;
  border-radius: 20px;
  background: #fff;
  margin-top: 60px;
}
.st3_list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 8.8235%;
  margin-top: 30px;
}
.st3_list2 .title {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
}
.st3_list2 li {
  width: 27.451%;
  text-align: center;
}
.st3_list2 .logo {
  width: 98px;
  margin: 0px auto;
}
.st3_list2 .describe {
  color: #666;
  margin-top: 9px;
}
.st4 {
  padding: 100px 0px 80px;
}
.st4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.0525%;
  margin-top: 20px;
}
.st4_list li {
  width: 18.358%;
  background: var(--i) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 36px 20px 36px;
}
.st4_list .number {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  color: #fff;
}
.st4_list .title {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}
.st4_list .describe {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  margin-top: 6px;
}
.st5 .content {
  display: flex;
  gap: 30px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.st5 figure {
  width: 48.572%;
  background: var(--i) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 10% 40px 9.5%;
}
.st5 figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.st5 .tt_title {
  color: #fff;
  text-align: center;
}
.st5 .describe {
  width: 100%;
  max-width: 350px;
  margin: 0px auto 0px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 27px;
}
.st5 .buttonBox {
  margin-top: 19px;
  justify-content: center;
}
.st5 .buttonBox a {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 25px 7px;
}
@media screen and (min-width: 993px) {
  .st5 .buttonBox a:hover {
    background: #ff6a00;
    color: #fff;
  }
}
.st6 {
  padding: 80px 0px;
}
.st6 .big_title {
  text-align: center;
  color: #000;
}
.st6 .text {
  color: #666;
  text-align: center;
  margin-top: 21px;
}
.st6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.904%;
  margin-top: 49px;
}
.st6_list li {
  width: 23.572%;
  border-radius: 30px;
  border: 1px solid #ff6a00;
  background: #fff;
  overflow: hidden;
  padding: 38px 39px 37px;
}
.st6_list li:nth-of-type(even) {
  border: 1px solid #0f79cf;
}
.st6_list li:nth-of-type(even) .title::before,
.st6_list li:nth-of-type(even) .name::before {
  background: #0f79cf;
}
.st6_list .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #000;
  position: relative;
  padding-left: 16px;
}
.st6_list .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  border-radius: 50px;
  background: #ff6a00;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.st6_list .name {
  color: #000;
  position: relative;
  padding-left: 20px;
}
.st6_list .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #ff6a00;
}
.st6_list .describe {
  color: #666;
  margin-top: 11px;
}
.st6_style {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.st7 {
  padding: 39px 0px;
  background: #ffe1cc;
}
.st7 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6%;
}
.st7 .big_title {
  color: #ff6a00;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.st7 .text {
  font-size: 20px;
  color: #ff6a00;
  margin-top: 20px;
}
.st7 .l_box {
  flex: 1;
  max-width: 810px;
}
.st7 .buttonBox a {
  background: #ff6a00;
}
@media screen and (min-width: 993px) {
  .st7 .buttonBox a:hover {
    background: #0f79cf;
  }
}
.st8 {
  background: url("../images/st8_back.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0px;
}
.st8 .small_title {
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
.st8 .big_title {
  text-align: center;
}
.st8 .text {
  color: #fff;
  text-align: center;
  margin-top: 11px;
}
.st8 .links {
  margin-top: 53px;
  text-align: center;
}
.st8 .links a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 993px) {
  .st8 .links a:hover {
    color: #ff6a00;
  }
}
.st8_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0.952%;
  margin-top: 43px;
}
.st8_list li {
  width: 24.286%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  overflow: hidden;
  padding: 31px 38px 30px;
}
.st8_list .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.st8_list .describe {
  color: #fff;
  padding-left: 16px;
  margin-top: 21px;
}
.st8_list .describe em {
  display: block;
  font-style: normal;
  position: relative;
}
.st8_list .describe em::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  left: -16px;
  top: 9px;
}
.st9 {
  padding: 49px 0px 50px;
}
.st9 .content {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
.st9 .describe {
  color: #666;
  margin-top: 41px;
}
.st9 .big_title {
  color: #000;
}
.st9 .title {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  margin-top: 30px;
}
.st9_l {
  width: 48.572%;
}
.st9_r {
  flex: 1;
  max-width: 606px;
  padding-top: 0.8%;
}
.st10 {
  padding-bottom: 71px;
}
.st10 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.856%;
}
.st10 figure {
  width: 22.858%;
  padding: 36px 35px 51px 36px;
  border-radius: 12px;
  background: rgba(255, 106, 0, 0.1);
  overflow: hidden;
}
.st10 .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #ff6a00;
}
.st10 .describe {
  color: #666;
  margin-top: 10px;
}
.st11 {
  padding-bottom: 69px;
}
.st11 .content {
  border-radius: 16px;
  overflow: hidden;
  background: #0f79cf;
  padding: 75px 42px 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
.st11 .describe {
  font-size: 20px;
  color: #fff;
  margin-top: 19px;
}
.st11 .buttonBox {
  margin-right: 8px;
}
.st11 .buttonBox a {
  background: #fff;
  color: #ff6a00;
  border-radius: 5px;
  padding: 9px 25px 8px;
  min-width: 160px;
  font-weight: bold;
}
@media screen and (min-width: 993px) {
  .st11 .buttonBox a:hover {
    color: #fff;
  }
}
.st11 .l_box {
  flex: 1;
}
.seth1 {
  padding: 52px 0px 80px;
}
.seth1 .content {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.seth1 .imgBox {
  position: relative;
}
.seth1 .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 248px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  left: 0;
  bottom: 0;
  z-index: 1;
}
.seth1 .hide_box {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0px 31px 32px 60px;
}
.seth1 .describe {
  color: #fff;
  margin-top: 1px;
}
.seth2 {
  padding-bottom: 90px;
}
.seth2 .big_title {
  color: #000;
}
.seth2 .text {
  color: #666;
  margin-top: 1px;
}
.seth2_container {
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin-top: 58px;
}
.seth2_container .tt_title {
  color: #333;
  text-align: center;
}
.seth2_container .text1 {
  color: #666;
  margin-top: 17px;
}
.seth2_container .text1 img {
  display: inline-block;
}
.seth2_container .table table {
  line-height: 30px;
  color: #666;
  text-align: center;
}
.seth2_container .table table td {
  border: 1px solid #e1e2e4;
  padding: 10px 10px 9px;
}
.seth2_container .table table tr:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #ff6a00;
}
.seth2_container .table table tr:nth-of-type(1) td {
  border: none;
  background: #faf7f3;
  padding: 15px 10px;
}
.seth2_container .table table tr:nth-of-type(1) td:nth-of-type(odd) {
  background: #ff6a00;
  color: #fff;
}
.seth3 {
  padding-bottom: 79px;
}
.seth3 .big_title {
  color: #000;
}
.seth3 .text {
  color: #666;
  margin-top: 1px;
}
.seth4 {
  padding-bottom: 120px;
}
.seth4 .content {
  border-radius: 16px;
  overflow: hidden;
  background: #0f79cf;
  padding: 63px 42px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
.seth4 .describe {
  font-size: 20px;
  color: #fff;
  margin-top: 11px;
}
.seth4 .buttonBox {
  margin-right: 8px;
}
.seth4 .buttonBox a {
  background: #fff;
  color: #ff6a00;
  border-radius: 5px;
  padding: 9px 25px 8px;
  min-width: 160px;
  font-weight: bold;
}
@media screen and (min-width: 993px) {
  .seth4 .buttonBox a:hover {
    color: #fff;
  }
}
.seth4 .l_box {
  flex: 1;
}
.seo1 {
  padding: 52px 0px 60px;
}
.seo1 .content {
  display: flex;
  justify-content: space-between;
}
.seo1 .imgBox {
  position: relative;
}
.seo1 .imgBox::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.15%, rgba(0, 0, 0, 0.8) 100%);
}
.seo1 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  padding: 0px 15px 15px;
}
.seo1 .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .seo1 .title a:hover {
    color: #0f79cf;
  }
}
.seo1_l {
  width: 49.786%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.seo1_r {
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.seo1_r figure {
  width: 48.834%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.seo2 {
  padding-bottom: 100px;
}
.seo2 .text {
  color: #666;
  margin-top: -3px;
}
.seo2 .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.seo2_video_menu {
  gap: 20px 18px;
  display: flex;
  margin-top: 29px;
  flex-wrap: wrap;
}
.seo2_video_menu span {
  display: block;
  font-weight: bold;
  color: #ff6a00;
  padding: 10px 24px;
  border-radius: 6px;
  background: #ffe1cc;
  cursor: pointer;
}
.seo2_video_change {
  margin-top: 27px;
}
.seo2_video_box {
  display: none;
}
.seo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.142%;
}
.seo2_list li {
  width: 32.572%;
  border-radius: 16px;
  border: 1px solid #f0f2f5;
  background: #fff;
  padding: 13px;
}
.seo2_list .box {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.seo2_list iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.seo2_list video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .seo2_list video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.seo2_list .name {
  color: #333;
  margin-top: 12px;
}
.set1 {
  padding: 52px 0px 99px;
}
.set1 .text {
  color: #666;
  margin-top: -3px;
}
.set1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.428%;
  margin-top: 32px;
}
.set1_list li {
  width: 23.929%;
}
.set1_list .box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.set1_list iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.set1_list video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .set1_list video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.set1_list .describe {
  color: #666;
  margin-top: 11px;
}
.eo_back {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.eo_back::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 438px;
  background: linear-gradient(0deg, rgba(255, 106, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
}
.eo1 {
  padding: 52px 0px 100px;
}
.eo1 .big_title {
  color: #333;
  text-align: center;
}
.eo1 .text {
  color: #666;
  text-align: center;
  margin-top: -3px;
}
.eo1_container {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eo1_container .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.eo1_container .title {
  font-weight: bold;
  color: #fff;
}
.eo1_container .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .eo1_container .title a:hover {
    color: #ff6a00;
  }
}
.eo1_container .hide_box {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0px 21px 18px;
}
.eo1_l {
  width: 49.929%;
  position: relative;
}
.eo1_l .imgBox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.eo1_l .imgBox::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 395px;
  background: linear-gradient(0deg, rgba(15, 121, 207, 0.8) 0%, rgba(217, 217, 217, 0) 100%);
}
.eo1_r {
  width: 48.358%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.eo1_r figure {
  width: 48.302%;
  position: relative;
}
.eo1_r .hide_box {
  padding: 0px 19px 10px;
}
.eo1_r .imgBox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.eo1_r .imgBox::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 190px;
  background: linear-gradient(0deg, rgba(15, 121, 207, 0.8) 0%, rgba(217, 217, 217, 0) 100%);
}
.eo2 {
  padding: 100px 0px 80px;
  overflow: hidden;
}
.eo2 .text {
  color: #666;
  margin-top: -3px;
}
.eo2 .links a {
  color: #0f79cf;
}
@media screen and (min-width: 993px) {
  .eo2 .links a:hover {
    color: #ff6a00;
  }
}
.eo2 .swiper {
  overflow: initial;
  pointer-events: none;
}
.eo2 .container {
  opacity: 0;
  transition: 0.3s;
}
.eo2 .sw_box {
  margin-top: 39px;
  position: relative;
}
.eo2 .box {
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.eo2 .swiper-slide-visible {
  pointer-events: all;
}
.eo2 .swiper-slide-visible .container {
  opacity: 1;
}
.eo2 .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  min-height: 60px;
  margin-top: 14px;
}
.eo2 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .eo2 .title a:hover {
    color: #0f79cf;
  }
}
.eo2 .describe {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  min-height: 60px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.eo2 .buttonBox {
  margin-top: 20px;
}
.eo2 .buttonBox a {
  min-width: 150px;
}
.eo2 .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.eo2 .swiper_button .controls.prev {
  left: -25px;
  transform: translate(-100%, -50%);
}
.eo2 .swiper_button .controls.next {
  right: -25px;
  transform: translate(100%, -50%);
}
.eo2 .time {
  position: absolute;
  z-index: 1;
  background: rgba(6, 6, 6, 0.66);
  padding: 2px 10px 4px;
  left: 0;
  top: 0;
  text-align: center;
}
.eo2 .day {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.eo2 .year {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 6px;
}
.eo3 {
  padding-bottom: 80px;
}
.eo3 .text {
  color: #666;
  margin-top: -3px;
}
.eo3 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.eo3 .sw_box {
  margin-top: 39px;
  position: relative;
}
.eo3 .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.eo3 .swiper_button .controls.prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.eo3 .swiper_button .controls.next {
  right: -30px;
  transform: translate(100%, -50%);
}
.eo3 .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.eo3 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .eo3 .title a:hover {
    color: #0f79cf;
  }
}
.eo3 .describe {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.eo3 .buttonBox {
  margin-top: 50px;
}
.eo3 .buttonBox a {
  min-width: 150px;
}
.eo3_l {
  width: 45%;
  max-width: 520px;
  position: relative;
  overflow: hidden;
}
.eo3_l .time {
  position: absolute;
  z-index: 1;
  background: rgba(255, 106, 0, 0.594);
  padding: 2px 11px 4px;
  right: 0;
  top: 0;
  text-align: center;
}
.eo3_l .day {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.eo3_l .year {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0px 4px;
  padding-top: 6px;
}
.eo3_r {
  flex: 1;
  background: #FFECDE;
  padding: 0px 54px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eo4 {
  padding-bottom: 80px;
}
.eo4 .text {
  color: #666;
  margin-top: -3px;
}
.eo4_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 34px;
}
.eo4_container .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 12px;
}
.eo4_container .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .eo4_container .title a:hover {
    color: #ff6a00;
  }
}
.eo4_container .title span {
  display: inline;
  color: #ff6a00;
}
.eo4_l {
  width: 51.143%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.eo4_l .l_box {
  width: 46.23%;
}
.eo4_l .r_box {
  flex: 1;
  position: relative;
}
.eo4_l .box {
  position: absolute;
  width: calc(100% - 34px);
  left: 17px;
  max-height: calc(100% - 10px);
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
}
.eo4_l .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.eo4_l .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0f79cf;
}
.eo4_l .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.eo4_l figure {
  background: #F9F9F9;
  transition: 0.3s;
  display: flex;
  gap: 3px;
}
@media screen and (min-width: 993px) {
  .eo4_l figure:hover {
    background: #FFECDE;
  }
}
.eo4_l .buttonBox {
  margin-top: 20px;
}
.eo4_l .buttonBox a {
  min-width: 150px;
  font-size: 16px;
  line-height: 28px;
  padding: 6px 25px;
}
.eo4_l .time {
  font-size: 14px;
  color: #ff6a00;
  margin-top: 1px;
}
.eo4_l .describe {
  color: #666;
  margin-top: 1px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.eo4_r {
  width: 46.5%;
}
.eo4_r .box {
  position: relative;
  overflow: hidden;
}
.eo4_r .time {
  position: absolute;
  z-index: 1;
  background: rgba(255, 106, 0, 0.594);
  padding: 2px 11px 4px;
  right: 0;
  top: 0;
  text-align: center;
}
.eo4_r .day {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.eo4_r .year {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0px 4px;
  padding-top: 6px;
}
.eo5 {
  padding-bottom: 80px;
}
.eo5 .text {
  color: #666;
  margin-top: -3px;
}
.eo5_list {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.694%;
}
.eo5_list li {
  width: 23.715%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .eo5_list li:hover .hide_box {
    opacity: 1;
  }
  .eo5_list li:hover .show_box {
    opacity: 0;
  }
}
.eo5_list .show_box {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 14px 14px 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  opacity: 1;
}
.eo5_list .show_box .title {
  text-align: center;
}
.eo5_list .time {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 3px 6px;
  background: #ff6a00;
  width: max-content;
  border-radius: 39px;
}
.eo5_list .title {
  color: #fff;
}
.eo5_list .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .eo5_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.eo5_list .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  background: rgba(255, 106, 0, 0.8);
  padding: 14px 14px 5px;
  overflow: auto;
}
.eo5_list .hide_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.eo5_list .hide_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0f79cf;
}
.eo5_list .hide_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.eo5_list .hide_box .time {
  background: #fff;
  color: #ff6a00;
}
.eo5_list .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.eo5_list .links a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .eo5_list .links a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.eo5_list .box {
  padding: 29px 10px 0px;
}
.eo6 {
  padding-bottom: 100px;
}
.eo6 .text {
  color: #666;
  margin-top: -3px;
}
.eo6_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
.eo6_container figure {
  width: 50%;
  display: flex;
  background: #F4F4F4;
}
.eo6_container .l_box {
  width: 50%;
}
.eo6_container .r_box {
  flex: 1;
}
.eo6_container .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.eo6_container .title a {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .eo6_container .title a:hover {
    color: #ff6a00;
  }
}
.eo6_container .title span {
  display: inline;
  color: #ff6a00;
}
.eo6_container .r_box {
  flex: 1;
  position: relative;
}
.eo6_container .box {
  position: absolute;
  width: calc(100% - 56px);
  left: 28px;
  max-height: calc(100% - 10px);
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
  padding-bottom: 10px;
}
.eo6_container .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.eo6_container .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0f79cf;
}
.eo6_container .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.eo6_container .buttonBox {
  margin-top: 28px;
}
.eo6_container .buttonBox a {
  min-width: 127px;
  font-size: 16px;
  line-height: 28px;
  padding: 2px 25px;
}
.eo6_container .time {
  font-size: 14px;
  color: #ff6a00;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.eo6_container .describe {
  color: #666;
  margin-top: 1px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.eo6_container figure:nth-of-type(3),
.eo6_container figure:nth-of-type(4) {
  flex-direction: row-reverse;
}
.et1 {
  padding: 52px 0px 100px;
}
.et1 .text {
  color: #666;
  margin-top: -3px;
}
.et1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.4275%;
  margin-top: 40px;
}
.et1_list li {
  width: 31.715%;
}
.et1_list .box {
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.et1_list .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  min-height: 60px;
  margin-top: 14px;
}
.et1_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;
}
@media screen and (min-width: 993px) {
  .et1_list .title a:hover {
    color: #0f79cf;
  }
}
.et1_list .describe {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  min-height: 60px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.et1_list .buttonBox {
  margin-top: 20px;
}
.et1_list .buttonBox a {
  min-width: 150px;
}
.et1_list .time {
  position: absolute;
  z-index: 1;
  background: rgba(6, 6, 6, 0.66);
  padding: 2px 10px 4px;
  left: 0;
  top: 0;
  text-align: center;
}
.et1_list .day {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}
.et1_list .year {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 6px;
}
.eth {
  padding: 50px 0px 100px;
}
.eth1 .tt_title {
  color: #333;
  line-height: 54px;
}
.eth1 .time_share {
  color: #4D4D4D;
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 26px;
}
.eth1 .share {
  display: flex;
  align-items: center;
  gap: 6px;
}
.eth1 .page_change {
  margin-top: 48px;
}
.eth1_container {
  border-top: 1px solid #ccc;
  margin-top: 11px;
  padding: 12px 0px 0px;
}
.eth1_container .describe {
  color: #333;
  margin-top: 11px;
}
.eth1_container .describe img {
  display: inline-block;
}
.eth1_container .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #333;
}
.eth1_container figure:not(:nth-of-type(1)) {
  margin-top: 29px;
}
.eth1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.9115%;
  margin-top: 29px;
}
.eth1_list li {
  width: 32.059%;
}
.no1 {
  padding: 52px 0px 47px;
}
.no1 .big_title {
  text-align: center;
}
.no1 .text {
  color: #666;
  text-align: center;
  margin-top: -3px;
}
.no1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 1.33333333%;
  margin-top: 49px;
}
.no1_list li {
  width: 24%;
  overflow: hidden;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 28px 44px;
}
.no1_list .logo {
  width: 52px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.no1_list .name {
  color: #1E1E1E;
  opacity: 0.8;
  text-align: center;
  margin-top: 13px;
}
.no1_list .describe {
  color: #1e1e1e;
  text-align: center;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
}
.no1_list .describe span {
  display: inline;
  transition: 0s;
}
.no1_list .describe a {
  color: #1e1e1e;
}
@media screen and (min-width: 993px) {
  .no1_list .describe a:hover {
    color: #ff6a00;
  }
}
.no1_add_box {
  display: flex;
  align-items: flex-start;
  margin: 62px auto 0px;
  gap: 24px;
  width: max-content;
  max-width: 100%;
}
.no1_add_box .logo {
  width: 52px;
}
.no1_add_box .flex_box {
  flex: 1;
  color: #1e1e1e;
  padding-top: 11px;
}
.no2 {
  padding-bottom: 100px;
}
.no2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.no2_l {
  width: 47.429%;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.no2_l .imgBox {
  flex: 1;
}
.no2_l iframe {
  display: block;
}
.no2_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no2_r {
  width: 50%;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 29px 19px 49px 32px;
}
.no2_r .tt_title {
  color: #333;
  text-align: center;
}
.no2_r .text {
  color: #666;
  opacity: 0.8;
  text-align: center;
  margin-top: 15px;
}
.no2_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px 0px;
  width: 100%;
  margin-top: 25px;
}
.no2_r form > * {
  width: 100%;
}
.no2_r form input,
.no2_r form textarea {
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  background: rgba(255, 255, 255, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.no2_r form input::placeholder,
.no2_r form input::-webkit-input-placeholder,
.no2_r form textarea::placeholder {
  color: #666;
}
.no2_r form .int1 {
  width: 49.1%;
}
.no2_r form input {
  height: 62px;
}
.no2_r form textarea {
  height: 124px;
  padding-top: 14px !important;
}
.no2_r form .ttBox {
  width: 100%;
}
.no2_r form .yzm {
  position: relative;
  display: flex;
}
.no2_r form .yzm input {
  flex: 1;
  padding-right: 66px;
}
.no2_r form .yzm span {
  height: 45px;
  aspect-ratio: 52/26;
  overflow: hidden;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.no2_r form .yzm span img {
  height: 100%;
}
.no2_r form .afterBox {
  position: relative;
}
.no2_r form .afterBox::before {
  right: 10px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1;
}
.no2_r form .afterBox input,
.no2_r form .afterBox textarea {
  padding-right: 25px;
}
.no2_r form .ttBox::before {
  top: 23px;
}
.no2_r form .tj input {
  cursor: pointer;
  background: #ff6a00;
  border: none;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .no2_r form .tj input:hover {
    background: #0f79cf;
  }
}
.no2_r form .yzm,
.no2_r form .tj {
  margin-top: 28px;
}
.no2_r form .yzm input,
.no2_r form .tj input {
  height: 48px;
}
.relat_pro1 {
  margin-top: 59px;
}
.buttonBox.st7_button a {
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  padding: 10px 25px 9px;
  min-width: 160px;
}
.down_list {
  display: none;
}
.down_list a {
  display: flex;
  justify-content: space-between;
  padding: 26px 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 993px) {
  .down_list a:hover .name {
    color: #ff6a00;
  }
}
.down_list a:not(:nth-of-type(1)) {
  margin-top: 23px;
}
.down_list .links {
  width: 50px;
  overflow: hidden;
  margin-right: 2px;
}
.down_list .logo {
  width: 70px;
}
.down_list .l_box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 31px;
}
.down_list .name {
  font-weight: bold;
  flex: 1;
  transition: 0.3s;
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 44px;
  height: 44px;
  background: #f0f2f5;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #ff6a00;
  color: #fff;
}
.PageNumber .active {
  background: #ff6a00;
  color: #fff;
}
.PageNumber .p_f {
  width: 65px;
  margin-right: 8px;
}
.PageNumber .p_l {
  width: 65px;
  margin-left: 8px;
}
.relat_pro {
  padding-top: 11px;
}
.relat_pro .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  background: #ff6a00;
  text-align: center;
  color: #fff;
  padding: 8px 12px 11px;
}
.relat_pro_box {
  margin-top: 14px;
}
.relat_pro_box .sw_box {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 12px 7px 21px;
}
.relat_pro_box .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.relat_pro_box figure {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 0px 13px;
}
.relat_pro_box .l_box {
  width: 85px;
}
.relat_pro_box .r_box {
  flex: 1;
}
.relat_pro_box .name {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.relat_pro_box .name a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .relat_pro_box .name a:hover {
    color: #0f79cf;
  }
}
.relat_pro_box .swiper-pagination-bullets {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  z-index: 2;
  bottom: auto;
  margin-top: 17px;
}
.relat_pro_box .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.relat_pro_box .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #ff6a00;
  border-radius: 50%;
  transition: 0.3s;
}
.relat_pro_box .swiper-pagination-bullet-active {
  background: #ff6a00;
}
.relat_pro_box .swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.relat_pro_box .swiper_small_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}
.public_menu_list .menu_box {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 11px 6px;
  gap: 5px;
  background: #f0f2f5;
  transition: 0.3s;
}
.public_menu_list .menu_box a {
  color: #333;
  flex: 1;
  margin-left: 9px;
}
.public_menu_list .menu_box .menu_controls {
  width: 9px;
  cursor: pointer;
  transition: 0.2s;
}
.public_menu_list .menu_box.active {
  background: #ff6a00;
}
.public_menu_list .menu_box.active a {
  color: #fff;
}
.public_menu_list .menu_box.active .menu_controls {
  transform: rotate(90deg);
}
.public_menu_list .menu_box.active .menu_controls img {
  filter: brightness(0) invert(1);
}
.public_menu_list > li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.public_menu_list1 {
  border: 1px solid #e6e6e6;
  border-top: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  display: none;
  padding: 10px 14px 9px;
}
.public_menu_list1 a {
  color: #666;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .public_menu_list1 a:hover {
    color: #ff6a00;
  }
}
.public_menu_list1 a.active {
  color: #ff6a00;
}
.public_menu_list1 li:not(:nth-of-type(1)) {
  margin-top: 18px;
}
.public_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
  flex-wrap: wrap;
}
.public_top .top_l {
  flex: 1;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #0f79cf;
  overflow: hidden;
  color: #fff;
  padding: 10px 25px;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover {
    background: #ff6a00;
  }
}
.swiper_button .controls {
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover {
    border: 1px solid #0f79cf;
    background: #0f79cf;
  }
  .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
}
.swiper_button .mask_box {
  width: 22px;
  aspect-ratio: 1/1;
  background: #999;
  transition: 0.3s;
}
.swiper_button .controls.prev .mask_box {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_button .controls.next .mask_box {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}
.swiper_small_button .controls {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scaleX(-1);
  /* display: inline-block; */
}
@media screen and (min-width: 993px) {
  .swiper_small_button .controls:hover {
    border: 1px solid #ff6a00;
    background: #ff6a00;
  }
  .swiper_small_button .controls:hover .mask_box {
    background: #fff;
  }
}
.swiper_small_button .mask_box {
  width: 16px;
  aspect-ratio: 1/1;
  background: #999;
  transition: 0.3s;
}
.swiper_small_button .controls.prev .mask_box {
  mask-image: url("../images/swiper_lc.png");
  -webkit-mask-image: url("../images/swiper_lc.png");
}
.swiper_small_button .controls.next .mask_box {
  mask-image: url("../images/swiper_ld.png");
  -webkit-mask-image: url("../images/swiper_ld.png");
}
.swiper_button.white_swiper_button .controls {
  border: 1px solid #fff;
}
@media screen and (min-width: 993px) {
  .swiper_button.white_swiper_button .controls:hover {
    border: 1px solid #0f79cf;
    background: #0f79cf;
  }
}
.swiper_button.white_swiper_button .mask_box {
  background: #fff;
}
.margin_top {
  margin-top: 160px;
}
footer {
  background: #162948;
  padding: 16px 0px 12px;
}
footer .content {
  width: calc(100% - 120px) !important;
}
footer .logoBox {
  width: 274px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 20px;
}
footer .icBox a {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .icBox a:hover {
  background: #ff6a00 !important;
}
footer .dif_footer {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #ff6a00;
}
footer .dif_up {
  filter: brightness(0) invert(1);
  display: none;
}
footer .list {
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-top: 22px;
}
footer .list a {
  display: inline;
  color: rgba(255, 255, 255, 0.8);
}
footer .list a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .list span {
  transition: 0s;
}
footer .contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
footer .contact_list .flex_box {
  flex: 1;
}
footer .logo {
  margin-top: 2px;
  width: 24px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 13px 0px;
  width: 100%;
  margin-top: 35px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 8px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
footer form .int1 {
  width: 48.4%;
}
footer form input {
  height: 42px;
}
footer form textarea {
  height: 83px;
  padding-top: 8px !important;
}
footer form .ttBox {
  width: 100%;
  margin-top: 4px;
}
footer form .yzm {
  position: relative;
  display: flex;
}
footer form .yzm input {
  flex: 1;
  padding-right: 80px;
}
footer form .yzm span {
  height: 38px;
  aspect-ratio: 81/38;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 8px;
}
footer form .yzm span img {
  height: 100%;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  right: 9px;
  position: absolute;
  content: "*";
  font-size: 14px;
  color: #fa4616;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.8;
}
footer form .afterBox input,
footer form .afterBox textarea {
  padding-right: 15px;
}
footer form .ttBox::before {
  top: 23px;
}
footer form .tj input {
  cursor: pointer;
  background: #fff;
  border: none;
  color: #0f79cf;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  footer form .tj input:hover {
    background: #0f79cf;
    color: #fff;
  }
}
.footer_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_b {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 15px;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer_b .ul3 {
  max-width: 288px;
}
.footer_b .form_box {
  max-width: 475px;
}
.footer_c {
  font-family: Arial;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 13px;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
}
.footer_c a {
  color: rgba(255, 255, 255, 0.8);
}
.footer_c a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
#alert_form {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000000000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#alert_form1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000000000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.aler_form_container {
  width: calc(100% - 100px);
  max-width: 700px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 23px 20px 48px 31px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.aler_form_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.aler_form_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0f79cf;
}
.aler_form_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.aler_form_container .title {
  text-align: center;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  color: #1e1e1e;
}
.aler_form_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 0px;
  width: 100%;
  margin-top: 17px;
}
.aler_form_container form > * {
  width: 100%;
}
.aler_form_container form input,
.aler_form_container form textarea {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: rgba(255, 255, 255, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.aler_form_container form input::placeholder,
.aler_form_container form input::-webkit-input-placeholder,
.aler_form_container form textarea::placeholder {
  color: #666;
}
.aler_form_container form input:focus,
.aler_form_container form textarea:focus {
  border: 1px solid #d2d2d2;
}
.aler_form_container form .int1 {
  width: 49.1%;
}
.aler_form_container form input {
  height: 62px;
}
.aler_form_container form textarea {
  height: 124px;
  padding-top: 14px !important;
}
.aler_form_container form .ttBox {
  width: 100%;
}
.aler_form_container form .yzm {
  position: relative;
  display: flex;
}
.aler_form_container form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.aler_form_container form .yzm span {
  height: 40px;
  aspect-ratio: 52/26;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.aler_form_container form .yzm span img {
  height: 100%;
}
.aler_form_container form .afterBox {
  position: relative;
}
.aler_form_container form .afterBox::before {
  left: 10px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1;
}
.aler_form_container form .afterBox input,
.aler_form_container form .afterBox textarea {
  padding-left: 21px;
}
.aler_form_container form .ttBox::before {
  top: 23px;
}
.aler_form_container form .tj input {
  cursor: pointer;
  background: #ff6a00;
  border: none;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .aler_form_container form .tj input:hover {
    background: #0f79cf;
  }
}
.aler_form_container form .yzm input,
.aler_form_container form .tj input {
  height: 48px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn input {
  padding-right: 30px;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  position: absolute;
  top: 100%;
  max-height: 142px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #0f79cf;
}
.m-formcountry .drop-list li {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #666;
}
.m-formcountry .drop-list li.on {
  color: #ff6a00;
}
@media screen and (max-width: 992px) {
  .m-formcountry .drop-list {
    max-height: 122px;
  }
  .m-formcountry .drop-list li {
    font-size: 14px;
    line-height: 24px;
  }
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #0f79cf;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1750px) {
  header .ul {
    transform: translateY(-20px);
  }
  header .ul div {
    padding: 20px 0px;
  }
  header .ul li {
    line-height: 24px;
    margin-top: 10px;
  }
  header .ul li a {
    padding: 0px 20px;
  }
  header .ul1 {
    transform: translate(-50%);
  }
  header .menuOne:nth-last-of-type(1) .ul,
  header .menuOne:nth-last-of-type(2) .ul {
    right: 100%;
    left: auto;
    padding-left: 0px;
    padding-right: 5px;
  }
  header .menuOne:nth-last-of-type(1) .ul1,
  header .menuOne:nth-last-of-type(2) .ul1 {
    left: 50%;
    right: auto;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1650px) {
  header .logoBox {
    width: 130px;
  }
  header .center {
    gap: 20px;
  }
  .header_boxr {
    padding-right: 0px;
  }
  .header_button {
    margin-left: 20px;
  }
  .header_button a {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 1450px) {
  .fuo3_container .flex_box{
    align-items: center;
  }
  html {
    scroll-padding-top: 123px;
  }
  html body {
    font-size: 16px;
    line-height: 28px;
  }
  .rightMenu {
    gap: 8px;
    padding: 44px 5px 5px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu .logoBox {
    top: 22px;
  }
  .rightMenu > *:not(.logoBox) {
    width: 46px;
    height: 46px;
  }
  header .logo {
    width: 20px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 28px;
  }
  header .menuOne > a {
    padding: 25px 0px;
  }
  header .logoBox {
    width: 120px;
  }
  header .center {
    gap: 18px;
  }
  .header_top {
    padding: 8px 0px 7px;
  }
  .header_button {
    margin-left: 16px;
  }
  .header_button a {
    font-size: 16px;
    line-height: 28px;
  }
  .margin_top {
    margin-top: 123px;
  }
  .big_title img {
    width: 172px;
  }
  .big_title,
  .index5_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .text {
    margin-top: 12px;
  }
  .index1 .buttonBox {
    margin-top: 30px;
  }
  .index1_list {
    margin-top: 30px;
    gap: 30px 1.785%;
  }
  .index1_list li {
    padding: 12px;
  }
  .index1_list .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .index2 .text {
    margin: 12px auto 0px;
  }
  .index2 .buttonBox {
    margin-top: 30px;
  }
  .index3 {
    padding: 60px 0px 100px;
  }
  .index3 .text {
    margin-top: 12px;
  }
  .index3_container {
    margin-top: 30px;
    align-items: center;
  }
  .index3_container .buttonBox {
    margin-top: 25px;
  }
  .index3_r {
    padding-top: 0px;
  }
  .index4 {
    padding-bottom: 60px;
  }
  .index4 figure {
    padding: 20px 15px 10px;
  }
  .index4 .big_num {
    font-size: 28px;
    line-height: 36px;
  }
  .index4 .big_num_after {
    font-size: 16px;
    line-height: 26px;
  }
  .index4 .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .index5 {
    padding: 60px 0px 160px;
  }
  .index5 .text {
    margin: 12px auto 0px;
  }
  .index5 .turn_page {
    margin-top: 30px;
  }
  .index5 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index6 .content {
    padding: 60px 0px;
  }
  .index6 .content .logoBox {
    top: 40px;
  }
  .index6 .text {
    margin-top: 12px;
  }
  .index6_list {
    margin-top: 25px;
  }
  .index6_list .logo {
    width: 52px;
  }
  .index6_list .title {
    margin-top: 8px;
  }
  .index6_container {
    margin-top: 30px;
  }
  .index6_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .sw_box {
    margin: 30px auto 0px;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 40px;
  }
  .index7_r .box {
    width: calc(100% - 60px);
    left: 30px;
    padding-top: 0px;
  }
  .index7_r .logo {
    width: 40px;
  }
  .index7_r .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .index7_r .describe_box {
    margin-top: 15px;
  }
  .index7_r .buttonBox {
    margin-top: 25px;
  }
  .index8 {
    padding: 60px 0px;
  }
  .index8 .buttonBox {
    margin-top: 30px;
  }
  .index8_list {
    margin-top: 30px;
    gap: 30px 2.8565%;
  }
  .index8_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .index9_title {
    font-size: 20px;
    line-height: 32px;
  }
  .index9_title .logo_span {
    vertical-align: top;
  }
  .index9 {
    padding: 60px 0px;
  }
  .index9 .describe {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .index9_r {
    padding: 20px 26px 30px;
    width: 54%;
    max-width: 611px;
  }
  .index9_r form input,
  .index9_r form textarea {
    font-size: 16px;
    padding: 0px 8px;
  }
  .index9_r form .afterBox::before {
    left: 8px;
  }
  .index9_r form .afterBox input,
  .index9_r form .afterBox textarea {
    padding-left: 18px;
  }
  .index10 {
    padding: 60px 0px;
  }
  .index10 .text {
    margin-top: 12px;
  }
  .index10 .top_r {
    padding-top: 54px;
  }
  .index10 .sw_box {
    margin-top: 30px;
  }
  .index10 .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
  }
  .index10 .describe {
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 8px;
  }
  .index10 .buttonBox {
    margin-top: 15px;
  }
  .index10 .day {
    font-size: 30px;
    line-height: 36px;
  }
  .index10 .year {
    font-size: 15px;
    line-height: 24px;
  }
  .index11 {
    padding: 60px 0px;
  }
  .index11 .text {
    margin: 12px auto 0px;
  }
  .index11_container {
    margin-top: 40px;
    height: 97.5px;
  }
  .index11_list li {
    width: 100px;
    margin-right: 70px;
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 42px;
  }
  .bannerBox .banner_title img {
    width: 162px;
  }
  .bannerBox .container {
    max-width: 690px;
  }
  .bannerBox .banner_small_title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 4px;
  }
  .bannerBox .describe {
    margin-top: 8px;
  }
  .bannerBox .buttonBox {
    margin-top: 15px;
  }
  .to1 {
    padding: 40px 0px 60px;
  }
  .to1_list {
    gap: 30px 1.125%;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    min-height: 56px;
  }
  .to1_list .links a {
    padding: 6px 14px;
  }
  .to2 {
    padding-bottom: 60px;
  }
  .to2_r .text {
    margin-top: 12px;
  }
  .to2_r .logoBox {
    top: 0px;
  }
  .to3 {
    padding-bottom: 60px;
  }
  .to3 .button a {
    padding: 6px 30px;
  }
  .tt1 {
    padding: 30px 0px 50px;
  }
  .tt1 .to_flex_l {
    top: 130px;
  }
  .tt_title {
    font-size: 26px;
    line-height: 36px !important;
  }
  .tt1_r {
    padding-top: 0px;
  }
  .small_describe {
    font-size: 15px;
    line-height: 24px;
  }
  .ttr_1 {
    gap: 30px;
    padding-bottom: 60px;
  }
  .ttr_1 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    padding-top: 12px;
  }
  .ttr_1 .share {
    margin-top: 20px;
  }
  .ttr_1 .buttonBox {
    margin-top: 20px;
  }
  .ttr_2_menu span {
    padding: 8px 24px;
  }
  .ttr_2_container {
    margin-top: 30px;
  }
  .ttr_2_container .table table td {
    padding: 12px 26px !important;
  }
  .ttr_2_container .table table tr:nth-of-type(1) {
    font-size: 16px;
    line-height: 26px;
  }
  .ttr_2 {
    margin-bottom: 60px;
    padding: 30px 25px 40px;
  }
  .ttr_2_color_box {
    padding: 30px 34px 40px;
  }
  .ttr2_box2_title {
    font-size: 24px;
    line-height: 32px;
  }
  .ttr_2_style {
    gap: 15px;
    margin-top: 15px;
  }
  .ttr_2_style .describe em::before {
    top: 10px;
  }
  .ttr_2_box2 figure:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .ttr_2_list {
    margin-top: 20px;
  }
  .ttr_2_list .title {
    margin-top: 12px;
  }
  .ttr_2_box3 {
    margin-top: 30px;
  }
  .ttr_2_box3_container {
    margin-top: 30px;
    gap: 30px;
  }
  .ttr_2_box3_container .label {
    padding: 6px 20px 4px;
  }
  .ttr_2_box3_container .describe {
    margin-top: 12px;
  }
  .ttr_2_box3_container .describe em::before {
    top: 10px;
  }
  .ttr_2_box5_list {
    margin-top: 20px;
    gap: 20px;
  }
  .ttr_2_box5_list .label {
    width: 30px;
  }
  .ttr_3_title {
    font-size: 24px;
    line-height: 32px;
  }
  .ttr_3_title::before {
    max-height: 26px;
  }
  .ttr_3 {
    padding-bottom: 40px;
  }
  .ttr_3 .describe {
    margin-top: 15px;
  }
  .ttr_4_list {
    gap: 30px;
    margin-top: 30px;
  }
  .ttr_4_list li {
    width: 100px;
  }
  .tth1 {
    padding-bottom: 30px;
  }
  .tth1 .share {
    margin-top: 20px;
  }
  .tth2 .describe {
    margin-top: 8px;
  }
  .tth2 .describe em::before {
    top: 10px;
  }
  .tth2 .describe1 {
    margin-top: 8px;
  }
  .tth2 .describe1 em::before {
    top: 3px;
  }
  .tth2_title {
    font-size: 24px;
    line-height: 32px;
  }
  .tth2_box_color {
    margin-top: 20px;
    padding: 20px 25px 30px;
  }
  .tth2_list2 {
    margin-top: 20px;
  }
  .tth2_list2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tth2_faq {
    margin-top: 20px;
  }
  .tth2_faq_list .label {
    width: 30px;
  }
  .to4 .content {
    align-items: center;
  }
  .to4_l {
    padding-top: 0px;
  }
  .tho1 {
    padding: 30px 0px 100px;
  }
  .tho1 .text {
    margin-top: 12px;
  }
  .tho3 {
    padding: 60px 0px;
  }
  .tho3_container {
    margin-top: 30px;
  }
  .tho3_container .logo {
    width: 38px;
  }
  .tho3_container .title_top {
    gap: 8px;
  }
  .tho3_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho3_container .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tho5 {
    padding: 30px 0px 60px;
  }
  .tho5 .sw_box {
    margin-top: 30px;
  }
  .tho5 .container {
    padding: 30px;
  }
  .tho5 .year {
    font-size: 52px;
    line-height: 52px;
  }
  .tho5 .describe {
    margin-top: 4px;
  }
  .tho5_sw_box {
    margin-top: 40px;
  }
  .tho5_sw_box .swiper_button .controls {
    top: -8px;
  }
  .tho5_sw_box .mySwipertho5_2 {
    width: calc(100% - 76px);
  }
  .tho6 {
    padding: 60px 0px;
  }
  .tho6 .sw_box {
    margin-top: 30px;
  }
  .tho6 .swipertho6-pagination {
    margin-top: 30px;
  }
  .tht1 {
    padding: 30px 0px 60px;
  }
  .tht1 .top_l {
    max-width: 410px;
  }
  .tht1 .describe {
    line-height: 30px;
  }
  .tht1 .text {
    margin-top: 15px;
  }
  .tht1 .logo {
    margin-top: 30px;
  }
  .tht1 .logo,
  .tht1 .top_r::before {
    max-width: 62px;
  }
  .tht1_container {
    margin-top: 30px;
  }
  .tht2 {
    padding-bottom: 60px;
  }
  .tht2 .top_l {
    max-width: 500px;
  }
  .tht2 .text {
    font-size: 18px;
  }
  .tht2_title {
    font-size: 20px;
    line-height: 30px;
  }
  .tht2_title .logo_span {
    width: 120px;
    vertical-align: baseline;
  }
  .tht2_container {
    margin-top: 30px;
  }
  .tht2_container .describe {
    line-height: 30px;
    margin-top: 15px;
  }
  .tht2_container .tht2_logo {
    margin-top: 20px;
  }
  .tht3 {
    padding: 60px 0px 100px;
  }
  .tht3 .text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 14px;
  }
  .tht3_container {
    gap: 30px;
    margin-top: 4%;
  }
  .tht3_container .title {
    font-size: 20px;
    line-height: 32px;
  }
  .tht3_container .describe {
    margin-top: 8px;
  }
  .thth1 {
    padding: 40px 0px 60px;
  }
  .thth1 .content::before {
    top: -15px;
  }
  .thth1 .text {
    font-size: 18px;
  }
  .thth1_container {
    margin-top: 40px;
  }
  .thth1_container .text_box {
    padding: 0px 30px 25px;
  }
  .thth2 {
    padding: 60px 0px;
  }
  .thth2_container {
    margin-top: 30px;
  }
  .thth2_r {
    width: 56%;
  }
  .thth2_r figure {
    padding: 12px 24px;
  }
  .thth2_r .name {
    font-size: 18px;
    line-height: 28px;
  }
  .thth2_r .describe {
    margin-top: 4px;
  }
  .thth2_r .number {
    font-size: 36px;
    line-height: 46px;
  }
  .thth3 {
    padding: 60px 0px;
  }
  .thth3 .content {
    flex-wrap: wrap;
  }
  .thth3 .text {
    margin-top: 25px;
  }
  .thth3 .big_title {
    padding-bottom: 25px;
  }
  .thth3_r .title {
    font-size: 20px;
    line-height: 30px;
  }
  .thth3_r .describe {
    margin-top: 6px;
  }
  .thth4 .text {
    margin-top: 10px;
  }
  .thth4_r {
    padding: 0px;
  }
  .thth4_r .sw_box {
    margin-top: 15px;
    padding: 20px 24px 24px;
  }
  .thth4_r .swiperthth4-pagination {
    margin-top: 25px;
  }
  .thth5 {
    padding: 60px 0px;
  }
  .thth5 .thth5_title {
    width: 240px;
  }
  .thth5 .content {
    padding: 30px 18px;
  }
  .thth5_container .logo {
    width: 40px;
  }
  .thth5_container .title {
    font-size: 15px;
    margin-top: 10px;
  }
  .thth6 {
    padding: 60px 0px;
  }
  .thth6 .describe {
    margin-top: 12px;
  }
  .thth6 .buttonBox {
    margin-top: 30px;
  }
  .fuo1 {
    padding: 60px 0px;
  }
  .fuo1 .buttonBox {
    margin-top: 30px;
  }
  .fuo2 {
    padding: 40px 0px 60px;
  }
  .fuo2 .buttonBox {
    margin-top: 15px;
  }
  .fuo2 .sw_box {
    margin: 30px auto 0px;
  }
  .fuo2 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fuo2 .swiper_button .controls.prev {
    left: -19px;
  }
  .fuo2 .swiper_button .controls.next {
    right: -19px;
  }
  .fuo3 {
    padding: 60px 0px;
  }
  .fuo3 .text {
    margin-top: 8px;
  }
  .fuo3 .buttonBox {
    margin-top: 15px;
  }
  .fuo3_container {
    margin-top: 30px;
    gap: 30px;
  }
  .fuo3_container figure {
    padding: 30px 30px 36px;
  }
  .fuo3_container .title {
    margin-top: 10px;
  }
  .fuo3_container .describe_style em::before {
    top: 2px;
  }
  .fuo4 {
    padding: 80px 0px 140px;
  }
  .fuo4::before {
    max-width: 1100px;
  }
  .fuo4 .text {
    margin-top: 8px;
  }
  .fuo4_container .describe {
    margin-top: 20px;
  }
  .fuo4_container .name {
    margin-top: 20px;
  }
  .fuo4_container .sw_box {
    padding: 0px 30px 15px;
  }
  .fuo5_sw_box1 {
    margin-top: 30px;
  }
  .fuo5_sw_box1 .swiper-slide {
    font-size: 18px;
    line-height: 28px;
    padding-top: 15px;
  }
  .fuo5_sw_box2 {
    margin-top: 30px;
  }
  .fuo5_sw_box2 .r_box {
    padding: 20px 30px 25px;
  }
  .fuo5_sw_box2 .logo {
    width: 76px;
  }
  .fuo5_sw_box2 .number {
    font-size: 80px;
    line-height: 80px;
  }
  .fuo5_sw_box2 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 8px;
  }
  .fuo5_sw_box2 .describe {
    line-height: 30px;
    margin-top: 6px;
  }
  .fuo5_sw_box2 .describe em::before {
    top: 10px;
  }
  .fuo6 {
    padding: 80px 0px;
  }
  .fut1 {
    padding: 29px 0px 60px;
  }
  .fut1_list {
    margin-top: 30px;
    gap: 30px 2.8565%;
  }
  .fut1_list .number {
    font-size: 32px;
    line-height: 36px;
    min-width: 60px;
  }
  .fut1_list .title {
    font-size: 16px;
    line-height: 26px;
    padding: 2px 12px;
  }
  .fut1_list .describe {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 14px;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .fut1_list .top {
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
  }
  .futh1 .share {
    margin-top: 15px;
  }
  .futh1_container {
    margin-top: 25px;
    padding-top: 20px;
  }
  .futh1_container .describe strong {
    font-size: 16px;
    line-height: 26px;
  }
  .futh1_container .describe em::before {
    top: 10px;
  }
  .futh1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .futh1_list {
    margin-top: 20px;
  }
  .fo_big_title img {
    width: 140px;
  }
  .fo1 {
    padding: 30px 0px 60px;
  }
  .fo1 .text {
    margin-top: 2px;
  }
  .fo1_container {
    align-items: center;
    margin-top: 30px;
  }
  .fo1_l .number_box {
    font-size: 36px;
    line-height: 42px;
  }
  .fo1_r .title {
    font-size: 18px;
  }
  .fo1_r .logo {
    width: 56px;
  }
  .fo2 {
    padding: 60px 0px;
  }
  .fo2 .text {
    margin-top: 2px;
  }
  .fo2_list {
    margin-top: 30px;
  }
  .fo2_list li {
    padding: 0px 30px 30px;
  }
  .fo2_list .logo {
    width: 60px;
  }
  .fo2_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
  .fo2_list .logo_back {
    max-width: 110px;
  }
  .fo3 {
    padding: 60px 0px;
  }
  .fo3_r .box {
    padding-bottom: 0px;
    width: calc(100% - 80px);
    left: 40px;
  }
  .fo3_list {
    gap: 8px;
    margin-top: 0px;
  }
  .fo3_list li {
    gap: 15px;
    padding: 16px 0px;
  }
  .fo3_list .number {
    font-size: 20px;
    line-height: 26px;
  }
  .fo4 {
    padding: 60px 0px 100px;
  }
  .fo4 .text {
    margin-top: 2px;
  }
  .fo4_list {
    margin-top: 60px;
  }
  .fo4_list .logo {
    width: 88px;
  }
  .fo4_list li {
    padding: 0px 25px 30px;
    min-height: 280px;
  }
  .fo4_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .fo5 {
    padding: 60px 0px 0px;
  }
  .fo5::before {
    max-height: 380px;
  }
  .fo5 .describe {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .fo5_r {
    padding: 20px 26px 30px;
    width: 54%;
    max-width: 611px;
  }
  .fo5_r form input,
  .fo5_r form textarea {
    padding: 0px 8px;
  }
  .fo5_r form .afterBox::before {
    left: 8px;
  }
  .fo5_r form .afterBox input,
  .fo5_r form .afterBox textarea {
    padding-left: 18px;
  }
  .fo6 {
    padding: 60px 0px;
  }
  .fo6 .content {
    align-items: center;
  }
  .fo6_r {
    padding-top: 0px;
  }
  .fo6_list {
    gap: 15px;
    margin-top: 15px;
  }
  .fo6_list .label {
    width: 30px;
  }
  .fo6_list li {
    padding: 12px 16px;
  }
  .fo6_list .flex_box {
    gap: 8px;
  }
  .fo6_list .describe {
    padding-top: 0px;
  }
  .fo7 {
    padding-bottom: 60px;
  }
  .fo7 .describe {
    font-size: 18px;
  }
  .so1 {
    padding: 60px 0px;
  }
  .so1 .buttonBox {
    margin-top: 30px;
  }
  .so1 .describe {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .so2 {
    padding: 30px 0px;
  }
  .so2_list {
    margin-top: 30px;
    gap: 30px 4%;
  }
  .so2_list::before {
    top: 75px;
  }
  .so2_list li {
    width: 16%;
  }
  .so2_list .logo {
    width: 72px;
    margin: 15px auto 0px;
  }
  .so2_list .title {
    margin-top: 20px;
  }
  .so3 {
    padding: 60px 0px;
  }
  .so3_container {
    margin-top: 30px;
  }
  .so3_container .logo {
    width: 68px;
  }
  .so3_container .box {
    padding: 5% 25px;
  }
  .so3_container figure {
    padding: 28px 25px;
  }
  .so3_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .so3_container .descirbe {
    margin-top: 8px;
  }
  .so3_container .flex_box {
    margin-top: 25px;
  }
  .so3_center {
    gap: 18px 3.346%;
  }
  .so4 {
    padding: 60px 0px;
  }
  .so4_list {
    margin-top: 30px;
  }
  .so4_list .hide_box {
    padding: 0px 15px 15px;
  }
  .so5_r {
    padding: 5%;
  }
  .so5_list {
    gap: 15px;
    margin-top: 20px;
  }
  .so5_list li {
    padding: 12px 25px;
    gap: 16px;
  }
  .so6 {
    padding: 60px 0px;
  }
  .so6_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .so6_list li {
    width: 15%;
    padding: 30px 15px;
  }
  .so6_list .logo {
    width: 56px;
  }
  .so6_list .name {
    margin-top: 15px;
  }
  .so7 .describe {
    margin-top: 12px;
  }
  .so8 {
    padding: 60px 0px;
  }
  .so8 .title_after {
    margin-top: 10px;
  }
  .so8_list {
    margin-top: 30px;
  }
  .so8_list .hide_box {
    padding: 0px 20px 15px;
  }
  .so8_list .descirbe {
    margin-top: 10px;
  }
  .so9 {
    padding-bottom: 60px;
  }
  .so9 .content {
    padding: 30px;
  }
  .so9 .title {
    font-size: 18px;
  }
  .so9 .container {
    padding: 30px 40px;
  }
  .so10 {
    padding: 60px 0px;
  }
  .so10 .text {
    margin-top: 8px;
  }
  .so10 .sw_box {
    margin-top: 25px;
  }
  .so10 .container {
    padding: 30px;
  }
  .so10 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .so10 .descirbe {
    margin-top: 10px;
  }
  .so10 .xian {
    top: 28px;
    width: 6px;
    height: 76px;
  }
  .so10 .swiper_button .controls.prev {
    left: -20px;
  }
  .so10 .swiper_button .controls.next {
    right: -20px;
  }
  .so11 {
    padding-bottom: 60px;
  }
  .so11 .content {
    padding: 30px 40px;
  }
  .so12 {
    padding: 60px 0px;
  }
  .so12 .swiper-slide {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
  }
  .so12 .title {
    margin-top: 20px;
  }
  .so12_faq {
    margin-top: 30px;
  }
  .so12_faq_list .label {
    width: 30px;
  }
  .so12_faq_list li {
    padding: 12px 16px;
  }
  .so12_faq_list .flex_box {
    gap: 8px;
  }
  .so12_faq_list .describe {
    padding-top: 0px;
  }
  .so12_faq_list li:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .so12_r {
    padding: 30px 30px 50px;
  }
  .so12_dowm_box {
    margin-top: 30px;
  }
  .so13 {
    padding: 60px 0px;
  }
  .so13 .logo {
    width: 42px;
  }
  .so13 .title {
    margin-top: 12px;
  }
  .so13 .describe {
    margin-top: 10px;
  }
  .so13 .content {
    gap: 30px 1.7855%;
  }
  .down_list a {
    padding: 15px 20px;
    gap: 15px;
  }
  .down_list .logo {
    width: 52px;
  }
  .down_list .l_box {
    gap: 15px;
  }
  .down_list .links {
    width: 42px;
    margin: 0px;
  }
  .st1 {
    padding: 60px 0px;
  }
  .st1 .buttonBox {
    margin-top: 30px;
  }
  .st1 .describe {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .st2 {
    padding: 30px 0px 80px;
  }
  .st2 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .st2 .title img {
    width: 100px;
  }
  .st2 .describe {
    margin-top: 15px;
  }
  .st2 .buttonBox {
    margin-top: 30px;
  }
  .st3 {
    padding: 60px 0px;
  }
  .st3 .text {
    margin-top: 12px;
  }
  .st3_box1 {
    margin-top: 30px;
  }
  .st3_list1 .number {
    font-size: 32px;
    line-height: 38px;
    padding-top: 15px;
  }
  .st3_list1 li {
    padding: 0px 18px 30px;
  }
  .st3_list1 .title {
    margin-top: 15px;
    line-height: 28px;
  }
  .st3_list1 .describe {
    margin-top: 15px;
  }
  .st3_title {
    font-size: 20px;
    line-height: 28px;
  }
  .st3_box2 {
    margin-top: 60px;
    padding: 30px 30px;
  }
  .st3_list2 .logo {
    width: 72px;
  }
  .st3_list2 .title {
    margin-top: 10px;
  }
  .st3_list2 .describe {
    margin-top: 6px;
  }
  .st4 {
    padding: 60px 0px;
  }
  .st4_list .number {
    font-size: 32px;
    line-height: 38px;
  }
  .st4_list li {
    padding: 30px 20px;
  }
  .st4_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 6px;
  }
  .st5 figure {
    padding: 8% 30px;
  }
  .st5 .descirbe {
    margin-top: 16px;
  }
  .st6 {
    padding: 60px 0px;
  }
  .st6 .text {
    margin-top: 12px;
  }
  .st6_list {
    margin-top: 30px;
  }
  .st6_list li {
    padding: 30px 20px;
  }
  .st6_list .title {
    font-size: 20px;
    line-height: 28px;
    padding-left: 12px;
  }
  .st6_list .describe {
    margin-top: 5px;
  }
  .st6_list .name {
    padding-left: 15px;
  }
  .st6_list .name::before {
    top: 10px;
  }
  .st6_style {
    margin-top: 20px;
    gap: 12px;
  }
  .st7 .text {
    font-size: 18px;
    margin-top: 15px;
  }
  .st8 {
    padding: 60px 0px;
  }
  .st8 .small_title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .st8 .links {
    margin-top: 40px;
  }
  .st8_list {
    margin-top: 30px;
    gap: 30px 4%;
  }
  .st8_list li {
    width: 48%;
    padding: 30px;
  }
  .st8_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st8_list .describe {
    margin-top: 10px;
  }
  .st8_list .describe em::before {
    top: 8px;
    width: 8px;
  }
  .st9 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .st9 .describe {
    margin-top: 10px;
  }
  .st10 {
    padding-bottom: 60px;
  }
  .st10 figure {
    padding: 26px 20px 30px;
  }
  .st10 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st11 {
    padding-bottom: 60px;
  }
  .st11 .content {
    padding: 50px 30px;
  }
  .st11 .descirbe {
    font-size: 18px;
    margin-top: 12px;
  }
  .seth1 {
    padding: 30px 0px;
  }
  .seth1 .hide_box {
    padding: 0px 30px 25px;
  }
  .seth2 {
    padding-bottom: 60px;
  }
  .seth2_container {
    margin-top: 30px;
    gap: 30px;
  }
  .seth2_container .table table td {
    padding: 12px 10px !important;
  }
  .seth2_container .table table tr:nth-of-type(1) {
    font-size: 16px;
    line-height: 26px;
  }
  .seth2_container .text1 {
    margin-top: 6px;
  }
  .seth3 {
    padding-bottom: 60px;
  }
  .seth4 {
    padding-bottom: 60px;
  }
  .seth4 .content {
    padding: 50px 30px;
  }
  .seth4 .descirbe {
    font-size: 18px;
    margin-top: 12px;
  }
  .seo1 {
    padding: 30px 0px 60px;
  }
  .seo1 .title {
    font-size: 18px;
    line-height: 26px;
    padding: 0px 15px 6px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  .seo2 .content {
    gap: 60px;
  }
  .seo2_video_menu {
    gap: 15px;
    margin-top: 20px;
  }
  .seo2_video_menu span {
    padding: 6px 20px;
  }
  .set1 {
    padding: 30px 0px 60px;
  }
  .set1_list {
    margin-top: 30px;
  }
  .eo1 {
    padding: 30px 0px 60px;
  }
  .eo1 .text {
    margin-top: 2px;
  }
  .eo1_container {
    margin-top: 30px;
  }
  .eo1_container .descirbe {
    margin-top: 4px;
  }
  .eo2 {
    padding: 60px 0px;
  }
  .eo2 .text {
    margin-top: 2px;
  }
  .eo2 .sw_box {
    margin-top: 20px;
  }
  .eo2 .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
  }
  .eo2 .describe {
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 8px;
  }
  .eo2 .buttonBox {
    margin-top: 15px;
  }
  .eo2 .day {
    font-size: 30px;
    line-height: 36px;
  }
  .eo2 .year {
    font-size: 15px;
    line-height: 24px;
  }
  .eo3 {
    padding-bottom: 60px;
  }
  .eo3 .text {
    margin-top: 2px;
  }
  .eo3 .sw_box {
    margin-top: 25px;
  }
  .eo3 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .eo3 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .eo3 .buttonBox {
    margin-top: 15px;
  }
  .eo3 .day {
    font-size: 30px;
    line-height: 36px;
  }
  .eo3 .year {
    font-size: 15px;
    line-height: 24px;
  }
  .eo3_r {
    padding: 0px 30px;
  }
  .eo4 {
    padding-bottom: 60px;
  }
  .eo4 .text {
    margin-top: 2px;
  }
  .eo4_container {
    margin-top: 25px;
  }
  .eo4_container .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
  }
  .eo4_l .buttonBox {
    margin-top: 12px;
  }
  .eo4_r .day {
    font-size: 30px;
    line-height: 36px;
  }
  .eo4_r .year {
    font-size: 15px;
    line-height: 24px;
  }
  .eo5 {
    padding-bottom: 60px;
  }
  .eo5 .text {
    margin-top: 2px;
  }
  .eo5_list {
    margin-top: 25px;
  }
  .eo5_list .hide_box {
    padding: 10px 10px 5px;
  }
  .eo5_list .show_box {
    padding: 10px 10px 5px;
  }
  .eo5_list .box {
    padding: 10px 0px 0px;
  }
  .eo5_list .descirbe {
    margin-top: 2px;
  }
  .eo6 {
    padding-bottom: 60px;
  }
  .eo6 .text {
    margin-top: 2px;
  }
  .eo6_container {
    margin-top: 25px;
  }
  .eo6_container .box {
    width: calc(100% - 40px);
    left: 20px;
    padding-bottom: 0px;
  }
  .eo6_container .buttonBox {
    margin-top: 12px;
  }
  .eo6_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .et1 {
    padding: 20px 0px 60px;
  }
  .et1 .text {
    margin-top: 2px;
  }
  .et1_list {
    margin-top: 30px;
  }
  .et1_list .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
  }
  .et1_list .describe {
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 8px;
  }
  .et1_list .buttonBox {
    margin-top: 15px;
  }
  .et1_list .day {
    font-size: 30px;
    line-height: 36px;
  }
  .et1_list .year {
    font-size: 15px;
    line-height: 24px;
  }
  .eth {
    padding: 20px 0px 60px;
  }
  .eth1 .time_share {
    margin-top: 15px;
  }
  .eth1_container {
    margin-top: 25px;
    padding-top: 20px;
  }
  .eth1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .eth1_list {
    margin-top: 20px;
  }
  .no1 {
    padding: 30px 0px 40px;
  }
  .no1 .text {
    margin-top: 2px;
  }
  .no1_list {
    margin-top: 20px;
  }
  .no1_list li {
    padding: 24px 20px 30px;
  }
  .no1_list .logo {
    width: 46px;
  }
  .no1_add_box {
    margin: 20px auto 0px;
    gap: 20px;
  }
  .no1_add_box .logo {
    width: 46px;
  }
  .no2 {
    padding-bottom: 60px;
  }
  .no2_r {
    padding: 20px 24px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .no2_r .text {
    margin-top: 4px;
  }
  .no2_r form {
    margin-top: 15px;
  }
  .no2_r form .yzm,
  .no2_r form .tj {
    margin-top: 0px;
  }
  .no2_r form input {
    height: 48px;
  }
  .no2_r form .afterBox input,
  .no2_r form .afterBox textarea {
    padding-left: 18px;
  }
  .page_change {
    margin-top: 30px !important;
    gap: 6px;
    padding: 16px 0px;
  }
  .page_change > * {
    gap: 15px;
  }
  .relat_pro1 {
    margin-top: 30px;
  }
  .relat_pro .title {
    font-size: 18px;
    line-height: 28px;
    padding: 6px 10px;
  }
  .relat_pro_box .l_box {
    width: 72px;
  }
  .relat_pro_box figure {
    gap: 6px;
  }
  .public_menu_list .menu_box {
    padding: 6px;
  }
  .public_menu_list1 {
    font-size: 15px;
    line-height: 24px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
  footer .logoBox {
    width: 200px;
  }
  footer .icBox .iconfont {
    font-size: 18px;
  }
  footer .icBox a {
    width: 38px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer form {
    margin-top: 15px;
  }
  footer form input,
  footer form textarea {
    font-size: 16px;
  }
  footer .list {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  footer .logo {
    margin-top: 1px;
  }
  .footer_b {
    padding: 25px 0px;
  }
  .footer_b .form_box {
    max-width: 400px;
  }
  .footer_b .ul3 {
    max-width: 240px;
    min-width: 190px;
  }
  .footer_b .ul2 {
    min-width: 200px;
  }
  .swiper_button .controls {
    width: 38px;
  }
  .buttonBox a {
    min-width: auto !important;
    padding: 6px 20px !important;
    line-height: 26px !important;
    font-size: 16px !important;
    min-height: auto !important;
    font-weight: normal !important;
  }
  .aler_form_container .title {
    font-size: 28px;
    line-height: 36px;
  }
  .aler_form_container form input {
    height: 48px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .p_f,
  .PageNumber .p_l {
    margin: 0px !important;
  }
  .PageNumber a {
    font-size: 15px;
    line-height: 25px;
    width: 38px;
    height: 38px;
  }
  .PageNumber .page_box {
    gap: 10px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    scroll-padding-top: 107px;
  }
  .margin_top {
    margin-top: 107px;
  }
  header .menuOne > a{
    padding: 17px 0px;
  }
  header .center .menuOne:nth-last-of-type(1),
  header .center .menuOne:nth-last-of-type(2),
  header .center .menuOne:nth-last-of-type(3),
  header .center .menuOne:nth-last-of-type(4){
    display: none;
  }
  /* header .contact_box {
    display: none;
  } */
  .index5 .title {
    bottom: -50px;
  }
  .index5 .turn_page #box::after {
    bottom: 0px;
  }
  .tt1 .to_flex_l {
    top: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .to_flex .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .to_flex_l {
    width: 100%;
  }
  .to_flex_r {
    width: 100%;
  }
  .public_menu_list > li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .relat_pro {
    padding-top: 0px !important;
  }
  .relat_pro_box .swiper-slide {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 2%;
  }
  .relat_pro_box .l_box {
    width: 85px;
  }
  .relat_pro_box figure {
    width: 32%;
  }
  .to3 .content {
    align-items: center;
    padding: 0px 60px;
  }
  .to3 .describe {
    margin-top: 12px;
  }
  .to3_l {
    padding: 40px 0px;
  }
  .tt_flex .content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .tt1 .to_flex_l {
    position: relative;
    top: 0px;
  }
  .tt1_r {
    width: 100%;
  }
  .ttr_1 {
    align-items: center;
  }
  .tth_r {
    width: 100%;
  }
  .thth2_l {
    display: none;
  }
  .thth2_r {
    width: 100%;
  }
  .thth3_l {
    width: 100%;
  }
  .thth3_r {
    width: 100%;
    padding-top: 30px;
  }
  .thth5 .tth2_title {
    width: 100%;
    color: #fff;
  }
  .thth5 .thth5_title {
    width: 100%;
    aspect-ratio: initial;
    position: relative;
    background: transparent;
  }
  .thth5_container {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .thth5_container figure {
    margin: 0px !important;
    width: 15%;
  }
  .thth5_container .title {
    min-height: auto;
  }
  .thth5_container .describe {
    margin-top: 4px;
  }
  .fo1_l::before {
    display: none;
  }
  .fo6 .l_box {
    display: none;
  }
  .fo6_r {
    width: 100%;
  }
  .bannerBox {
    padding-top: 312.5px;
  }
  .so2_list {
    gap: 30px 2%;
  }
  .so2_list li {
    width: 18.4%;
  }
  .st4_list {
    gap: 30px 5%;
  }
  .st4_list li {
    width: 30%;
  }
  footer .dif_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  footer .list {
    display: none;
    margin-top: 4px;
  }
  .footer_b {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_b > * {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
   html {
    scroll-padding-top: 61.53px;
  }
  .margin_top {
    margin-top: 61.53px;
  }
    header .content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  header .center{
      display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    padding-left: 0px;
  }
  header .lang_box {
    gap: 6px;
  }
  header .lang_box .lang2,
  header .lang_box .lang1 {
    background: #333;
  }
  header .lang_box span {
    color: #333;
  }
  .header_top {
    width: auto;
    padding: 0px;
    margin: 0px;
    max-width: none;
    padding-right: 50px;
  }
  .header_top::before {
    display: none;
  }
  .header_button {
    display: none;
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    display: flex;
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    background: #fff;
  }
  .rightMenu > * {
    border-radius: 0px !important;
  }
  .rightMenu .logoBox {
    display: none;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    display: none;
  }
  .rightMenu > *:hover {
    background: #0f79cf !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding: 5px;
  }
  .rightMenu .hide_box::before{
    width: 100%;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 15px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .index_banner .swiper_button {
    display: none;
  }
  .index_banner .swiper_button .controls.prev {
    left: 20px;
  }
  .index_banner .swiper_button .controls.next {
    right: 20px;
  }
  .index_banner .swiperbanner-pagination {
    gap: 16px;
  }
  .big_title img {
    width: 114px;
  }
  .big_title,
  .index5_title {
    font-size: 20px;
    line-height: 32px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .text {
    margin: 2px auto 0px;
  }
  .index1 .buttonBox {
    margin-top: 20px;
  }
  .index1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index1_list li {
    width: 23.5%;
  }
  .index2 {
    padding: 40px 0px;
  }
  .index2 .text {
    margin: 4px auto 0px;
  }
  .index2 .buttonBox {
    margin-top: 20px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .text {
    margin: 4px auto 0px;
  }
  .index3_container {
    margin-top: 15px;
  }
  .index3_container .describe {
    -webkit-line-clamp: 6;
  }
  .index3_container .buttonBox {
    margin-top: 15px;
  }
  .index3_r {
    width: 50%;
  }
  .index4 {
    margin-top: 0px;
    padding: 30px 0px;
  }
  .index4 .content {
    flex-wrap: wrap;
    gap: 20px 5%;
  }
  .index4 figure {
    width: 30%;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .text {
    margin: 4px auto 0px;
  }
  .index5 .sw_box {
    margin-top: 15px;
  }
  .index5 .title {
    display: block;
    position: relative;
    bottom: 0;
    transform: none;
    margin-top: 6px;
    font-size: 15px;
    line-height: 24px;
  }
  .index5 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .index5 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    top: 0px !important;
  }
  .index6 .content {
    padding: 30px 0px;
  }
  .index6 .content .logoBox {
    top: 10px;
  }
  .index6 .text {
    margin-top: 4px;
  }
  .index6_list {
    margin-top: 20px;
    gap: 20px 4%;
  }
  .index6_list .logo {
    width: 42px;
  }
  .index6_list li {
    width: 22%;
  }
  .index6_list .title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 24px;
  }
  .index6_container {
    margin-top: 20px;
  }
  .index6_container .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .sw_box {
    margin: 20px auto 0px;
    width: 100%;
  }
  .index7 .swiper {
    overflow: hidden;
  }
  .index7 .swiper-slide {
    transform: scaleX(1) !important;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 25px;
    gap: 16px;
  }
  .index7_r .logo {
    width: 32px;
  }
  .index7_r .box {
    width: calc(100% - 40px);
    left: 20px;
  }
  .index7_r .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .index7_r .text {
    margin-top: 4px;
  }
  .index7_r .describe_box {
    margin-top: 6px;
  }
  .index7_r .describe {
    padding: 5px 12px;
    margin-top: 4px;
  }
  .index7_r .buttonBox {
    margin-top: 15px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8 .text {
    margin: 4px auto 0px;
  }
  .index8 .buttonBox {
    margin-top: 20px;
  }
  .index8_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index8_list li {
    width: 32%;
  }
  .index8_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index9 {
    padding: 30px 0px;
  }
  .index9 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .index9 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index9_title {
    font-size: 18px;
    line-height: 28px;
  }
  .index9_l {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .index9_r {
    width: 100%;
    max-width: 100%;
  }
  .index9_r form {
    gap: 12px 0px;
    margin-top: 15px;
  }
  .index10 {
    padding: 30px 0px;
  }
  .index10 .text {
    margin-top: 4px;
  }
  .index10 .public_top {
    gap: 4px;
  }
  .index10 .top_l {
    flex: none;
    width: 100%;
  }
  .index10 .top_r {
    width: 100%;
    padding-top: 0px;
  }
  .index10 .sw_box {
    margin-top: 15px;
  }
  .index10 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .index10 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    top: 0px !important;
  }
  .index10 .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-top: 10px;
  }
  .index10 .describe {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 4px;
  }
  .index10 .buttonBox {
    margin-top: 8px;
  }
  .index10 .day {
    font-size: 18px;
    line-height: 28px;
  }
  .index10 .year {
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
  }
  .index11 {
    padding: 30px 0px;
  }
  .index11 .text {
    margin: 4px auto 0px;
  }
  .index11_container {
    margin-top: 15px;
    height: 78px;
  }
  .index11_list li {
    width: 80px;
    margin-right: 20px;
  }
  .bannerBox {
    padding-top: 250px;
  }
  .bannerBox .banner_title {
    font-size: 20px;
    line-height: 32px;
  }
  .bannerBox .banner_title img {
    width: 96px;
  }
  .bannerBox .describe {
    margin-top: 4px;
  }
  .bannerBox .content {
    top: 50%;
  }
  .bannerBox .buttonBox {
    margin-top: 12px;
  }
  .bannerBox .banner_small_title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 2px;
  }
  .mbx {
    padding-top: 4px;
  }
  .to1 {
    padding: 20px 0px 30px;
  }
  .to1_r .text {
    margin-top: 4px;
  }
  .to1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .to1_list li {
    width: 23.5%;
  }
  .to1_list .links {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .to2 {
    padding-bottom: 30px;
  }
  .to2_r .text {
    margin-top: 4px;
  }
  .to3 {
    padding-bottom: 30px;
  }
  .to3 .content {
    padding: 0px 30px;
  }
  .to3 .describe {
    margin-top: 4px;
  }
  .to3 .button {
    margin-top: 15px;
  }
  .to3 .button a {
    font-weight: normal;
    padding: 4px 20px;
  }
  .to3_l {
    width: 100%;
    padding: 30px 0px;
  }
  .to3_r {
    display: none;
  }
  .tt_title {
    font-size: 20px;
    line-height: 30px !important;
  }
  .tt1 {
    padding: 20px 0px 30px;
  }
  .small_describe {
    font-size: 14px;
  }
  .ttr_1 {
    padding-bottom: 30px;
    gap: 20px;
  }
  .ttr_1 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    padding-top: 6px;
  }
  .ttr_1 .share {
    margin-top: 8px;
  }
  .ttr_1 .buttonBox {
    gap: 12px;
    margin-top: 15px;
  }
  .ttr_1 .buttonBox a {
    font-weight: normal;
  }
  .ttr_1_l {
    width: 48%;
  }
  .ttr_1_r {
    padding-top: 0px;
  }
  .ttr_2_menu {
    gap: 12px;
  }
  .ttr_2_menu span {
    font-weight: normal;
    padding: 4px 20px;
  }
  .ttr_2 {
    margin-bottom: 30px;
    padding: 20px 20px 25px;
  }
  .ttr_2_container {
    margin-top: 20px;
  }
  .ttr_2_container .video_box {
    margin-top: 10px;
  }
  .ttr_2_container .video_box .bofangBox {
    width: 60px;
  }
  .ttr_2_container .table table td {
    padding: 6px 14px !important;
  }
  .ttr_2_container .table table tr:nth-of-type(1) {
    font-size: 15px;
  }
  .ttr2_box1_title {
    font-size: 20px;
    line-height: 30px;
  }
  .ttr_2_color_box {
    padding: 20px 20px 25px;
  }
  .ttr2_box2_title {
    font-size: 20px;
    line-height: 30px;
  }
  .ttr_2_style {
    gap: 6px;
    margin-top: 12px;
    padding-left: 25px;
  }
  .ttr_2_style .title {
    font-size: 15px;
    line-height: 24px;
  }
  .ttr_2_style .title::before {
    left: -25px;
    top: 3px;
    width: 16px;
  }
  .ttr_2_box2 figure:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .ttr_2_list {
    margin-top: 15px;
  }
  .ttr_2_list .title {
    margin-top: 6px;
  }
  .ttr_2_box3_container {
    margin-top: 15px;
    gap: 20px;
  }
  .ttr_2_box3_container .describe {
    margin-top: 4px;
  }
  .ttr_2_box4 .text {
    margin-top: 2px;
  }
  .ttr_2_box4 .describe {
    margin-top: 6px;
  }
  .ttr_2_box5 {
    margin-top: 20px;
  }
  .ttr_2_box5 .text {
    margin-top: 2px;
  }
  .ttr_2_box5_list {
    margin-top: 8px;
    gap: 12px;
  }
  .ttr_2_box5_list li {
    padding: 12px 16px;
  }
  .ttr_2_box5_list .flex_box {
    gap: 8px;
  }
  .ttr_2_box5_list .label {
    width: 26px;
  }
  .ttr_2_box5_list .describe {
    padding-top: 0px;
  }
  .ttr_3_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ttr_3 {
    padding-bottom: 30px;
  }
  .ttr_3 .describe {
    margin-top: 4px;
  }
  .ttr_4_list {
    margin-top: 15px;
    gap: 15px;
  }
  .ttr_4_list li {
    width: 80px;
  }
  .tth1 {
    padding-bottom: 20px;
  }
  .tth1 .share {
    margin-top: 10px;
  }
  .tth2 {
    padding: 20px 0px 0px;
  }
  .tth2 .video_box {
    margin-top: 15px;
  }
  .tth2 .video_box .bofangBox {
    width: 52px;
  }
  .tth2 .tth2_box:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .tth2 .describe,
  .tth2 .describe1 {
    margin-top: 4px;
  }
  .tth2_list,
  .tth2_list1,
  .tth2_list2 {
    margin-top: 15px;
  }
  .tth2_list2 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tth2_title {
    font-size: 20px;
    line-height: 28px;
  }
  .tth2_box_color {
    margin-top: 15px;
    padding: 15px 20px 20px;
  }
  .tth2_faq {
    gap: 12px;
    margin-top: 10px;
  }
  .tth2_faq_list {
    width: 100%;
  }
  .tth2_faq_list li {
    padding: 12px 16px;
  }
  .tth2_faq_list .flex_box {
    gap: 8px;
  }
  .tth2_faq_list .faq_a {
    padding-bottom: 0px;
  }
  .tth2_faq_list .label {
    width: 26px;
  }
  .tth2_faq_list .describe2 {
    padding-top: 0px;
  }
  .tho1 {
    padding: 20px 0px 10px;
  }
  .tho1 .text {
    margin: 4px auto 0px;
  }
  .tho1_l {
    margin-right: 4%;
  }
  .tho3 {
    padding: 30px 0px;
  }
  .tho3 .content {
    max-width: 700px;
  }
  .tho3_container {
    margin-top: 20px;
  }
  .tho3_container figure {
    width: 100%;
    flex-direction: row !important;
  }
  .tho3_container figure:nth-of-type(even) {
    flex-direction: row-reverse !important;
  }
  .tho5 {
    padding: 10px 0px 30px;
  }
  .tho5 .sw_box {
    margin-top: 12px;
  }
  .tho5 .year {
    font-size: 24px;
    line-height: 32px;
  }
  .tho5 .container {
    padding: 15px 20px 20px;
  }
  .tho5_sw_box {
    margin-top: 25px;
  }
  .tho5_sw_box .mySwipertho5_2 {
    width: calc(100% - 64px);
  }
  .tho5_sw_box .swiper_button .controls {
    top: -6px;
  }
  .tho5_sw_box .small_year {
    margin-top: 10px;
  }
  .tho6 {
    padding: 30px 0px;
  }
  .tho6 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .tho6 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    top: 0px !important;
  }
  .tho6 .sw_box {
    margin-top: 15px;
  }
  .tho6 .swipertho6-pagination {
    margin-top: 15px;
  }
  .tht1 {
    padding: 20px 0px 30px;
  }
  .tht1 .top_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .tht1 .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .tht1 .top_r {
    width: 100%;
  }
  .tht1 .logo,
  .tht1 .top_r::before {
    display: none;
  }
  .tht1 .describe {
    line-height: 24px;
  }
  .tht1 .text {
    margin-top: 0px;
  }
  .tht1_container {
    margin-top: 15px;
  }
  .tht2_title {
    font-size: 16px;
    line-height: 26px;
  }
  .tht2_title .logo_span {
    width: 80px;
  }
  .tht2 {
    padding-bottom: 30px;
  }
  .tht2 .top_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .tht2 .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .tht2 .top_r {
    width: 100%;
    padding-top: 0px;
  }
  .tht2 .logo {
    display: none;
  }
  .tht2 .text {
    font-size: 15px;
    margin-top: 0px;
  }
  .tht2_container {
    margin-top: 20px;
  }
  .tht2_container .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .tht2_container .tht2_logo {
    display: none;
  }
  .tht3 {
    padding: 30px 0px 60px;
  }
  .tht3 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .tht3 .text img {
    width: 80px;
  }
  .tht3_container {
    gap: 15px;
    margin-top: 15px;
    width: 80%;
  }
  .tht3_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tht3_container .describe {
    margin-top: 2px;
  }
  .thth1 {
    padding: 20px 0px 30px;
  }
  .thth1 .public_top {
    flex-wrap: wrap;
  }
  .thth1 .top_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .thth1 .text {
    font-size: 15px;
  }
  .thth1 .text img {
    width: 80px;
  }
  .thth1 .top_r {
    width: 100%;
    padding-top: 4px;
  }
  .thth1_container {
    margin-top: 15px;
  }
  .thth1_container .text_box {
    padding: 20px;
  }
  .thth2 {
    padding: 30px 0px;
  }
  .thth2 .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .thth2 .top_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .thth2 .top_r {
    width: 100%;
    padding: 0px !important;
    border-bottom: none;
  }
  .thth2_container {
    margin-top: 15px;
    gap: 15px;
  }
  .thth2_container .number {
    width: 40px;
    font-size: 20px;
    line-height: 26px;
  }
  .thth2_container figure {
    flex-wrap: wrap;
    gap: 4px;
    min-height: auto;
  }
  .thth2_container .flex_box {
    flex: none;
    width: 100%;
  }
  .thth2_r .name {
    font-size: 16px;
    line-height: 26px;
  }
  .thth2_r .describe {
    margin-top: 4px;
  }
  .thth3 {
    padding: 30px 0px;
  }
  .thth3 .big_title {
    padding-bottom: 0px;
  }
  .thth3 .big_title::before {
    display: none;
  }
  .thth3 .text {
    margin-top: 4px;
  }
  .thth3_l {
    padding-top: 0px;
  }
  .thth3_r {
    padding-top: 15px;
  }
  .thth3_r .title {
    font-size: 18px;
    line-height: 28px;
  }
  .thth3_r figure {
    padding: 16px 20px 20px;
  }
  .thth3_r .describe {
    margin-top: 4px;
  }
  .thth4_l {
    display: none;
  }
  .thth4_r {
    width: 100%;
  }
  .thth4_r .big_title {
    text-align: left;
  }
  .thth4_r .text {
    margin-left: 0px;
    margin-right: auto;
    text-align: left;
  }
  .thth4_r .swiperthth4-pagination {
    gap: 16px;
  }
  .thth5 {
    padding: 30px 0px;
  }
  .thth5_container figure {
    width: 32%;
  }
  .thth5_container .logo {
    width: 32px;
  }
  .thth6 {
    padding: 30px 0px;
  }
  .thth6 .describe {
    margin-top: 4px;
  }
  .thth6 .buttonBox {
    margin-top: 15px;
  }
  .fuo1 {
    padding: 30px 0px;
  }
  .fuo1 .describe {
    margin-top: 4px;
  }
  .fuo1 .buttonBox {
    margin-top: 12px;
    gap: 12px;
  }
  .fuo2 {
    padding: 20px 0px 30px;
  }
  .fuo2 .buttonBox {
    margin-top: 6px;
  }
  .fuo2 .sw_box {
    margin: 12px auto 0px;
  }
  .fuo2 .swiper_button .controls.prev {
    left: -16px;
  }
  .fuo2 .swiper_button .controls.next {
    right: -16px;
  }
  .fuo2 .hide_box {
    margin: 8px auto 0px;
  }
  .fuo2 .describe {
    margin-top: 4px;
  }
  .fuo2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo3 {
    padding: 30px 0px;
  }
  .fuo3 .text {
    margin-top: 4px;
  }
  .fuo3 .buttonBox {
    margin-top: 12px;
  }
  .fuo3_container {
    margin-top: 20px;
    gap: 20px 0px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .fuo3_container figure {
    width: 49%;
    padding: 20px 20px 24px;
  }
  .fuo3_container .shadow_nox {
    padding: 15px 20px;
  }
  .fuo3_container .buttonBox {
    margin-top: 12px;
    gap: 12px;
  }
  .fuo3_container .l_box {
    width: 100%;
  }
  .fuo3_container .flex_box {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
    gap: 12px;
    margin-top: 15px;
  }
  .fuo3_container .r_box {
    width: 100%;
  }
  .fuo4 {
    padding: 30px 0px;
  }
  .fuo4 .text {
    margin-top: 4px;
  }
  .fuo4_container {
    margin-top: 5px;
  }
  .fuo4_container .l_box,
  .fuo4_container .r_box {
    display: none;
  }
  .fuo4_container .center {
    width: 100%;
  }
  .fuo4_container .sw_box::after {
    display: none;
  }
  .fuo4_container .sw_box::before {
    height: calc(100% - 40px);
  }
  .fuo4_container .swiper-slide {
    padding-top: 10px;
  }
  .fuo4_container .logoBox {
    width: 60px;
  }
  .fuo4_container .describe {
    margin-top: 6px;
  }
  .fuo4_container .name {
    margin-top: 10px;
  }
  .fuo4_container .swiperfuo4-pagination {
    margin-top: 20px;
  }
  .fuo5 {
    padding: 0px 0px 30px;
  }
  .fuo5 .big_title img {
    width: 100px;
  }
  .fuo5_sw_box1 {
    margin-top: 15px;
  }
  .fuo5_sw_box1 .swiper-slide {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    font-weight: normal;
  }
  .fuo5_sw_box2 {
    margin-top: 15px;
  }
  .fuo5_sw_box2 .logo {
    width: 50px;
  }
  .fuo5_sw_box2 .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .fuo5_sw_box2 .describe {
    line-height: 26px;
    margin-top: 4px;
  }
  .fuo5_sw_box2 .describe em::before {
    top: 7px;
  }
  .fuo5_sw_box2 .number {
    font-size: 42px;
    line-height: 42px;
    top: 20px;
    right: 20px;
  }
  .fuo5_sw_box2 .r_box {
    padding: 15px 20px 25px;
  }
  .fuo6 {
    padding: 40px 0px;
  }
  .fuo6 .buttonBox {
    margin-top: 15px;
    gap: 12px;
  }
  .fut1 {
    padding: 20px 0px 30px;
  }
  .fut1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .fut1_list li {
    width: 32%;
  }
  .fut1_list .describe {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 12px;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }
  .fut1_list .top {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
  }
  .fut1_list .title {
    font-size: 15px;
    line-height: 24px;
    padding: 2px 12px;
  }
  .fut1_list .number {
    font-size: 22px;
    line-height: 30px;
    min-width: 54px;
  }
  .futh1 .share {
    margin-top: 6px;
  }
  .futh1_container {
    margin-top: 12px;
    padding-top: 15px;
  }
  .futh1_container figure:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .futh1_container .describe strong {
    font-size: 15px;
    line-height: 24px;
  }
  .futh1_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .futh1_container .title p {
    min-width: auto;
  }
  .futh1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .futh1_list li {
    width: 32%;
  }
  .fo1 {
    padding: 20px 0px 30px;
  }
  .fo1_container {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .fo1_l {
    width: 100%;
  }
  .fo1_l .imgBox {
    display: none;
  }
  .fo1_l .hide_box {
    position: relative;
    bottom: 0;
    transform: none;
    padding: 15px 8px;
  }
  .fo1_l .number_box {
    font-size: 24px;
    line-height: 32px;
  }
  .fo1_r {
    width: 100%;
  }
  .fo1_r .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo2 {
    padding: 30px 0px;
  }
  .fo2_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .fo2_list li {
    width: 32%;
    min-height: auto;
    padding: 0px 20px 20px;
  }
  .fo2_list .logo {
    width: 50px;
  }
  .fo2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
  }
  .fo2_list .logo_back {
    max-width: 60px;
  }
  .fo3 {
    padding: 30px 0px;
  }
  .fo3_r .box {
    width: calc(100% - 40px);
    left: 20px;
  }
  .fo3_list li {
    gap: 12px;
    padding: 10px 0px;
  }
  .fo4 {
    padding: 30px 0px;
  }
  .fo4_list {
    gap: 40px 2%;
    margin-top: 40px;
  }
  .fo4_list .logo {
    width: 62px;
    border: 4px solid #f5f5f5;
  }
  .fo4_list li {
    transform: none !important;
    width: 49%;
    min-height: auto;
    padding: 0px 20px 20px;
  }
  .fo4_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: -22px;
    padding-bottom: 8px;
  }
  .fo4_list .describe {
    margin-top: 4px;
  }
  .fo5 {
    padding: 30px 0px;
  }
  .fo5 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .fo5 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .fo5::before {
    max-height: none;
  }
  .fo5_l {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .fo5_r {
    width: 100%;
    max-width: 100%;
  }
  .fo5_r form {
    gap: 12px 0px;
    margin-top: 15px;
  }
  .fo5_r form .tj input {
    font-size: 14px;
  }
  .fo6 {
    padding: 30px 0px;
  }
  .fo6_r .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fo7 {
    padding-bottom: 30px;
  }
  .fo7 .content {
    padding: 20px 30px 25px;
  }
  .fo7 .describe {
    font-size: 15px;
    margin-top: 4px;
  }
  .so1 {
    padding: 30px 0px;
  }
  .so1 .describe {
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
  }
  .so1 .buttonBox {
    margin-top: 12px;
    gap: 12px;
  }
  .so2 {
    padding: 15px 0px 30px;
  }
  .so2_list {
    margin-top: 12px;
  }
  .so2_list::before {
    display: none;
  }
  .so2_list .logo {
    width: 48px;
    margin: 5px auto 0px;
  }
  .so2_list .title {
    margin-top: 6px;
    font-weight: normal;
  }
  .so3 {
    padding: 30px 0px;
  }
  .so3_container {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .so3_container .box {
    width: 48.327%;
    border-radius: 20px;
  }
  .so3_container .logo {
    width: 42px;
  }
  .so3_container .flex_box {
    margin-top: 10px;
  }
  .so3_container .describe {
    margin-top: 2px;
  }
  .so3_container figure {
    border-radius: 20px;
  }
  .so3_center {
    width: 100%;
    order: 3;
  }
  .so3_center .logo_back {
    max-width: 72px;
  }
  .so4 {
    padding: 30px 0px;
  }
  .so4 .text {
    margin-top: 2px;
  }
  .so4_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .so4_list li {
    width: 49%;
  }
  .so4_list li img {
    width: 100%;
  }
  .so5 .text {
    margin-top: 2px;
  }
  .so5_l {
    width: 100%;
  }
  .so5_r {
    margin-top: 15px;
    position: relative;
    top: 0;
    transform: none;
    height: auto;
    width: 100%;
    padding: 15px 20px 20px;
  }
  .so5_list {
    max-width: 100%;
    gap: 10px;
    margin-top: 12px;
  }
  .so6 {
    padding: 30px 0px;
  }
  .so6_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .so6_list li {
    width: 32%;
    padding: 20px 15px;
  }
  .so6_list .name {
    margin-top: 8px;
  }
  .so7 figure {
    padding: 60px 30px;
  }
  .so7 .describe {
    margin-top: 4px;
  }
  .so8 {
    padding: 30px 0px;
  }
  .so8 .public_top {
    gap: 4px;
  }
  .so8 .top_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .so8 .title_after {
    margin-top: 2px;
  }
  .so8 .top_r {
    width: 100%;
    padding-top: 0px;
  }
  .so8_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .so8_list li {
    width: 32%;
  }
  .so8_list li::before {
    display: none;
  }
  .so8_list li img {
    width: 100%;
  }
  .so8_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .so8_list .descirbe {
    display: block;
    margin-top: 2px;
  }
  .so8_list .hide_box {
    width: calc(100% - 40px);
    max-height: calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    overflow: auto;
    padding: 0px;
    bottom: auto;
  }
  .so8_list .hide_box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .so8_list .hide_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
  }
  .so8_list .hide_box::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .so9 {
    padding-bottom: 30px;
  }
  .so9 .content {
    padding: 20px;
  }
  .so9 .container {
    flex-wrap: wrap;
    gap: 0px;
    padding: 20px;
  }
  .so9 .l_box {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .so9 .buttonBox {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .so10 {
    padding: 30px 0px;
  }
  .so10 .text {
    margin-top: 2px;
  }
  .so10 .sw_box {
    margin-top: 15px;
  }
  .so10 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .so10 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    top: 0px !important;
  }
  .so10 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .so10 .xian {
    display: none;
  }
  .so10 .container {
    padding: 20px 24px;
  }
  .so10 .describe {
    margin-top: 4px;
  }
  .so11 {
    padding-bottom: 30px;
  }
  .so11 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .so11 .text {
    margin-top: 2px;
  }
  .so11 .content {
    padding: 20px;
    flex-wrap: wrap;
    gap: 0px;
  }
  .so11 .l_box {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .so11 .buttonBox {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .so12 {
    padding: 30px 0px;
  }
  .so12 .content {
    flex-wrap: wrap;
  }
  .so12 .sw_box {
    margin-top: 10px;
  }
  .so12 .swiper-slide {
    margin-right: 30px;
  }
  .so12 .swiper-wrapper {
    justify-content: flex-start;
  }
  .so12 .swiper-slide {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    font-weight: normal;
  }
  .so12_faq {
    margin-top: 15px;
  }
  .so12_faq_list li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .so12_l {
    width: 100%;
  }
  .so12_r {
    width: 100%;
    margin-top: 30px;
    padding: 20px 20px 25px;
  }
  .so12_dowm_box {
    margin-top: 15px;
  }
  .down_list .logo {
    width: 36px;
  }
  .down_list .l_box {
    gap: 12px;
  }
  .down_list .links {
    width: 32px;
  }
  .down_list a:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
  .so13 {
    padding: 30px 0px;
  }
  .so13 .content {
    gap: 20px 4%;
  }
  .so13 figure:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .so13 .text {
    margin-top: 4px;
  }
  .so13 .big_title em {
    vertical-align: baseline;
  }
  .so13 figure:not(:nth-of-type(1)) {
    width: 48%;
    padding: 20px 20px 24px;
  }
  .so13 .logo {
    width: 32px;
  }
  .so13 .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }
  .so13 .descirbe {
    margin-top: 4px;
  }
  .st1 {
    padding: 30px 0px;
  }
  .st1 .describe {
    margin-top: 4px;
    font-size: 18px;
    line-height: 28px;
  }
  .st1 .buttonBox {
    margin-top: 12px;
    gap: 12px;
  }
  .st2 {
    padding: 30px 0px 40px;
  }
  .st2 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .st2 .title img {
    width: 86px;
  }
  .st2 .describe {
    margin-top: 4px;
  }
  .st2 .buttonBox {
    margin-top: 12px;
  }
  .st3 {
    padding: 30px 0px;
  }
  .st3 .text {
    margin-top: 4px;
  }
  .st3_box1 {
    margin-top: 15px;
  }
  .st3_list1 {
    margin-top: 15px;
  }
  .st3_list1 li {
    width: 33.33333333%;
    padding: 0px 18px 20px;
  }
  .st3_list1 li:nth-of-type(3n + 1) {
    border-left: 1px solid rgba(1, 52, 93, 0.1);
  }
  .st3_list1 .number {
    font-size: 24px;
    line-height: 32px;
    padding-top: 10px;
  }
  .st3_list1 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .st3_list1 .describe {
    margin-top: 4px;
  }
  .st3_title {
    font-size: 18px;
    line-height: 28px;
  }
  .st3_box2 {
    margin-top: 20px;
  }
  .st3_list2 {
    margin-top: 15px;
    gap: 15px 5%;
  }
  .st3_list2 li {
    width: 30%;
  }
  .st3_list2 .logo {
    width: 52px;
  }
  .st3_list2 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .st3_list2 .describe {
    margin-top: 4px;
  }
  .st4 {
    padding: 30px 0px;
  }
  .st4_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .st4_list li {
    width: 32%;
  }
  .st4_list .number {
    font-size: 24px;
    line-height: 32px;
  }
  .st4_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .st4_list .describe {
    margin-top: 4px;
  }
  .st5 .describe {
    margin-top: 4px;
  }
  .st6 {
    padding: 30px 0px;
  }
  .st6 .text {
    margin-top: 4px;
  }
  .st6_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .st6_list li {
    width: 49%;
  }
  .st6_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .st6_list .name::before {
    top: 7px;
  }
  .st6_style {
    margin-top: 12px;
    gap: 6px;
  }
  .st7 {
    padding: 30px 0px;
  }
  .st7 .content {
    flex-wrap: wrap;
    text-align: center;
  }
  .st7 .text {
    font-size: 15px;
    margin-top: 5px;
  }
  .st7 .l_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .st7 .buttonBox {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .st8 {
    padding: 30px 0px;
  }
  .st8 .small_title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
  }
  .st8 .text {
    margin-top: 4px;
  }
  .st8 .links {
    margin-top: 12px;
  }
  .st8_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .st8_list li {
    width: 49%;
    padding: 20px 20px 25px;
  }
  .st8_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .st8_list .describe {
    margin-top: 4px;
  }
  .st9 {
    padding: 30px 0px;
  }
  .st9 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .st9 .describe {
    margin-top: 4px;
  }
  .st10 {
    padding-bottom: 30px;
  }
  .st10 .content {
    gap: 15px 2%;
  }
  .st10 figure {
    width: 49%;
  }
  .st10 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .st10 .descirbe {
    margin-top: 4px;
  }
  .st11 {
    padding-bottom: 30px;
  }
  .st11 .content {
    padding: 30px;
    flex-wrap: wrap;
    text-align: center;
  }
  .st11 .l_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .st11 .buttonBox {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .st11 .describe {
    font-size: 15px;
    margin-top: 5px;
  }
  .seth1 {
    padding: 20px 0px 30px;
  }
  .seth2 {
    padding-bottom: 30px;
  }
  .seth2_container .text1 {
    margin-top: 2px;
  }
  .seth2_container .table table td {
    padding: 6px 10px !important;
  }
  .seth2_container .table table tr:nth-of-type(1) {
    font-size: 15px;
  }
  .seth3 {
    padding-bottom: 30px;
  }
  .seth4 {
    padding-bottom: 30px;
  }
  .seth4 .content {
    padding: 30px;
    flex-wrap: wrap;
    text-align: center;
  }
  .seth4 .l_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .seth4 .buttonBox {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .seth4 .describe {
    font-size: 15px;
    margin-top: 5px;
  }
  .seo1 {
    padding: 15px 0px 30px;
  }
  .seo1 .content {
    max-width: 700px;
    gap: 15px 0px;
    flex-wrap: wrap;
  }
  .seo1 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .seo1_l {
    width: 100%;
  }
  .seo1_r {
    width: 100%;
    gap: 15px 0px;
  }
  .seo2 {
    padding-bottom: 30px;
  }
  .seo2 .content {
    gap: 20px;
  }
  .seo2_video_menu {
    gap: 8px;
    margin-top: 12px;
  }
  .seo2_video_box {
    margin-top: 15px;
  }
  .seo2_list {
    gap: 15px 2%;
  }
  .seo2_list li {
    width: 49%;
  }
  .set1 {
    padding: 20px 0px 30px;
  }
  .set1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .set1_list li {
    width: 32%;
  }
  .set1_list .descirbe {
    margin-top: 4px;
  }
  .eo1 {
    padding: 20px 0px 30px;
  }
  .eo1_container {
    margin-top: 15px;
  }
  .eo1_container .hide_box {
    padding: 0px 10px 12px !important;
  }
  .eo1_container .describe {
    margin-top: 2px;
  }
  .eo2 {
    padding: 30px 0px;
  }
  .eo2 .sw_box {
    margin-top: 15px;
  }
  .eo2 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .eo2 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    top: 0px !important;
  }
  .eo2 .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-top: 10px;
  }
  .eo2 .describe {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 4px;
  }
  .eo2 .buttonBox {
    margin-top: 8px;
  }
  .eo2 .day {
    font-size: 18px;
    line-height: 28px;
  }
  .eo2 .year {
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
  }
  .eo3 {
    padding-bottom: 30px;
  }
  .eo3 .sw_box {
    margin-top: 15px;
  }
  .eo3 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .eo3 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    top: 0px !important;
  }
  .eo3 .day {
    font-size: 18px;
    line-height: 28px;
  }
  .eo3 .year {
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
  }
  .eo3 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .eo3 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
    -webkit-line-clamp: 2;
  }
  .eo3 .buttonBox {
    margin-top: 8px;
  }
  .eo4 {
    padding-bottom: 30px;
  }
  .eo4 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
  }
  .eo4_container {
    margin-top: 15px;
  }
  .eo4_l {
    gap: 15px;
  }
  .eo4_r .day {
    font-size: 18px;
    line-height: 28px;
  }
  .eo4_r .year {
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
  }
  .eo5 {
    padding-bottom: 30px;
  }
  .eo5_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .eo5_list li {
    width: 48%;
  }
  .eo5_list li img {
    width: 100%;
  }
  .eo5_list .hide_box {
    display: none;
  }
  .eo6 {
    padding-bottom: 30px;
  }
  .eo6_container {
    margin-top: 15px;
    gap: 20px 4%;
  }
  .eo6_container figure {
    width: 48%;
    flex-wrap: wrap;
  }
  .eo6_container .l_box {
    width: 100%;
  }
  .eo6_container .l_box img {
    width: 100%;
  }
  .eo6_container .box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transform: none;
    max-height: none;
  }
  .eo6_container .r_box {
    padding: 12px 15px 20px;
  }
  .eo6_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .et1 {
    padding: 15px 0px 30px;
  }
  .et1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .et1_list li {
    width: 32%;
  }
  .et1_list .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-top: 10px;
  }
  .et1_list .describe {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 4px;
  }
  .et1_list .buttonBox {
    margin-top: 8px;
  }
  .et1_list .day {
    font-size: 18px;
    line-height: 28px;
  }
  .et1_list .year {
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
  }
  .eth {
    padding: 15px 0px 30px;
  }
  .eth .time_share {
    margin-top: 6px;
  }
  .eth1_container {
    margin-top: 12px;
    padding-top: 12px;
  }
  .eth1_container figure:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .eth1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .eth1_container .describe {
    margin-top: 4px;
  }
  .eth1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .eth1_list li {
    width: 32%;
  }
  .no1 {
    padding: 15px 0px 30px;
  }
  .no1_list {
    margin-top: 15px;
  }
  .no2 {
    padding-bottom: 30px;
  }
  .no2 .content {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .no2_l {
    flex: none;
    width: 100%;
  }
  .no2_l img {
    object-fit: initial;
    width: 100%;
    height: auto;
  }
  .no2_r {
    width: 100%;
    padding: 20px 30px 30px;
  }
  .no2_r .title {
    font-size: 20px;
    line-height: 28px;
  }
  .no2_r form {
    margin-top: 12px;
    gap: 10px 0px;
  }
  .no2_r form input,
  .no2_r form textarea {
    font-size: 15px;
  }
  .page_change {
    margin-top: 20px !important;
    padding: 8px 0px;
    gap: 6px;
  }
  .page_change .page_logo {
    width: 8px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 4px;
  }
  .relat_pro_box .swiper-pagination-bullets {
    gap: 16px;
  }
  footer {
    padding: 20px 0px 50px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .logoBox {
    width: 140px;
    margin: 0px auto;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
  }
  footer .icBox a {
    width: 32px;
  }
  footer .icBox .iconfont {
    font-size: 14px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 25px;
  }
  footer .list {
    font-size: 15px;
    line-height: 26px;
    margin-top: 2px;
  }
  footer form {
    margin-top: 10px;
    gap: 8px 0px;
  }
  footer form input,
  footer form textarea {
    font-size: 15px;
  }
  footer form input {
    height: 36px;
  }
  footer form .ttBox {
    margin-top: 0px;
  }
  footer form .yzm span {
    height: 34px;
  }
  .footer_a {
    flex-wrap: wrap;
  }
  .footer_b {
    padding: 15px 0px;
  }
  .buttonBox a {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .swiper_button .controls {
    width: 32px;
  }
  .swiper_button .mask_box {
    width: 18px;
  }
  .aler_form_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .aler_form_container form {
    margin-top: 12px;
    gap: 10px 0px;
  }
  .aler_form_container form input,
  .aler_form_container form textarea {
    font-size: 15px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px;
    justify-content: center;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 32px;
    height: 32px;
  }
  .PageNumber .p_f,
  .PageNumber .p_l {
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 15px;
  }
  html {
    scroll-padding-top: 53.33px;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  .margin_top {
    margin-top: 53.33px;
  }
  .rightMenu .wx .hide_box {
    right: auto;
    left: 0;
    transform: none;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 104px;
  }
  .index1_list li {
    width: 32%;
  }
  .ttr_1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ttr_1_l {
    width: 100%;
    margin: 0px auto;
  }
  .ttr_1_r {
    width: 100%;
    flex: none;
  }
  .ttr_2_list {
    gap: 20px 2%;
  }
  .ttr_2_list li {
    width: 32%;
  }
  .ttr_2_box3_container .r_box {
    flex: none;
    width: 100%;
  }
  .ttr_2_box3_container .l_box {
    margin-bottom: 5px;
  }
  .ttr_2_box3_container li {
    display: block;
    overflow: hidden;
  }
  .ttr_2_box3_container li:nth-of-type(odd) .l_box {
    float: left;
    margin-right: 3%;
  }
  .ttr_2_box3_container li:nth-of-type(even) .l_box {
    float: right;
    margin-left: 3%;
  }
  .ttr_2_box3_container .label {
    display: inline-block;
  }
  .tht2_container {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tht2_l {
    width: 100%;
  }
  .tht2_l::before {
    display: none;
  }
  .tht2_l img {
    width: 100%;
  }
  .tht2_r {
    width: 100%;
  }
  .thth1_container {
    border-radius: 0px;
  }
  .thth1_container .imgBox {
    border-radius: 20px;
    overflow: hidden;
  }
  .thth1_container .imgBox::before {
    display: none;
  }
  .thth1_container .text_box {
    padding: 12px 0px 0px;
    position: relative;
  }
  .thth1_container .big_title,
  .thth1_container .describe {
    color: #333;
    text-shadow: none;
  }
  .fuo2 .sw_box {
    width: 100%;
  }
  .fuo3_container figure {
    width: 100%;
  }
  .fuo3_container .r_box img {
    width: 100%;
  }
  .fuo3_container .tth2_title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo5_sw_box2 .swiper-slide {
    flex-wrap: wrap;
  }
  .fuo5_sw_box2 .l_box {
    width: 100%;
  }
  .fuo5_sw_box2 .l_box .imgBox {
    height: auto;
  }
  .fuo5_sw_box2 .l_box .imgBox img {
    height: auto;
    object-fit: initial;
  }
  .fuo5_sw_box2 .r_box {
    flex: none;
    width: 100%;
  }
  .fut1_list li {
    width: 49%;
  }
  .fo3 .buttonBox {
    padding-left: 0px;
    transform: none;
    margin-top: 12px;
  }
  .fo3_container {
    flex-wrap: wrap;
  }
  .fo3_l {
    width: 100%;
  }
  .fo3_l img {
    width: 100%;
  }
  .fo3_r {
    flex: none;
    width: 100%;
    padding: 12px 15px 20px;
  }
  .fo3_r .box {
    position: relative;
    max-height: none;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
  }
  .fo7 .content {
    padding: 15px 20px 20px;
  }
  .so2_list {
    gap: 15px 2%;
  }
  .so2_list li {
    width: 32%;
  }
  .so7 figure {
    width: 100%;
  }
  .so8_list li {
    width: 49%;
  }
  .st2 .content {
    flex-wrap: wrap;
  }
  .st2_l {
    width: 100%;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  .st2_l .over_img {
    transform: none;
  }
  .st2_r {
    width: 100%;
  }
  .st5 .content {
    gap: 20px;
  }
  .st5 figure {
    width: 100%;
  }
  .eo1_container {
    gap: 15px 0px;
  }
  .eo1_container img {
    width: 100%;
  }
  .eo1_l {
    width: 100%;
  }
  .eo1_r {
    width: 100%;
    gap: 15px 0px;
  }
  .eo3 .swiper-slide {
    gap: 15px;
  }
  .eo3_l {
    width: 47%;
  }
  .eo3_r {
    padding: 0px 20px;
  }
  .eo4_container {
    gap: 20px;
  }
  .eo4_container img {
    width: 100%;
  }
  .eo4_r {
    width: 100%;
  }
  .eo4_l {
    width: 100%;
  }
  .et1_list li {
    width: 49%;
  }
  .no1_list {
    gap: 15px 2%;
  }
  .no1_list li {
    width: 49%;
  }
  .no2_r {
    padding: 20px 20px 25px;
  }
  .relat_pro_box .l_box {
    width: 70px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .aler_form_container {
    padding: 20px 25px 24px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .index1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .index3_container {
    flex-wrap: wrap;
    gap: 12px;
  }
  .index3_container .bofangBox {
    width: 56px;
  }
  .index3_l {
    width: 100%;
  }
  .index3_r {
    width: 100%;
  }
  .index4 {
    padding: 0px 0px 30px;
  }
  .index4 .content {
    gap: 20px 4%;
  }
  .index4 figure {
    width: 48%;
  }
  .index6_list {
    gap: 20px 2%;
  }
  .index6_list li {
    width: 32%;
  }
  .index6_container {
    flex-wrap: wrap;
    gap: 15px 0px;
  }
  .index6_l {
    width: 48.858%;
    gap: 15px;
  }
  .index6_center {
    order: 3;
    width: 100%;
  }
  .index7 .swiper-slide {
    flex-wrap: wrap;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .index7_l {
    width: 100%;
  }
  .index7_r {
    width: 100%;
    flex: 1;
  }
  .index7_r .box {
    position: relative;
    max-height: none;
    left: 0px;
    width: 100%;
    padding: 12px 20px 20px;
  }
  .index8_list li {
    width: 49%;
  }
  .to1_list li {
    width: 32%;
  }
  .ttr_2_list li {
    width: 49%;
  }
  .ttr_2_box3_container .l_box {
    float: none !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .ttr_2_box3_container .l_box img {
    width: 100%;
  }
  .ttr_2_box3_container .r_box {
    padding-top: 12px;
  }
  .tth1 {
    flex-wrap: wrap;
    gap: 15px;
  }
  .tth1 .share {
    margin-top: 12px;
  }
  .tth1_l {
    width: 100%;
  }
  .tth1_r {
    width: 100%;
  }
  .tth1_r img {
    width: 100%;
  }
  .tth2_list1,
  .tth2_list2,
  .futh1_list {
    gap: 15px 2%;
  }
  .tth2_list1 li,
  .tth2_list2 li,
  .futh1_list li {
    width: 49%;
  }
  .tho1 {
    padding: 20px 0px 30px;
  }
  .tho1_l {
    float: none !important;
    margin: 0px !important;
  }
  .tho1_r {
    padding-top: 12px;
  }
  .tho3_container .logo {
    width: 30px;
  }
  .tho3_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tht3_container {
    width: 100%;
  }
  .thth3_r figure {
    width: 100%;
  }
  .thth5_container figure {
    width: 49%;
  }
  .fo2_list li {
    width: 49%;
  }
  .st3_list1 li {
    width: 50%;
  }
  .st3_list1 li:not(:nth-of-type(1)) {
    border-left: 1px solid rgba(1, 52, 93, 0.1);
  }
  .st3_list2 li {
    width: 100%;
  }
  .st4_list li {
    width: 49%;
  }
  .st9 .content {
    gap: 12px;
  }
  .st9_l {
    width: 100%;
    padding: 0px;
  }
  .st9_r {
    width: 100%;
  }
  .seth1 .imgBox {
    border-radius: 20px;
    overflow: hidden;
  }
  .seth1 .content {
    border-radius: 0px;
  }
  .seth1 .hide_box {
    position: relative;
    padding: 12px 0px 0px;
  }
  .seth1 .hide_box .big_title,
  .seth1 .hide_box .describe {
    color: #333;
  }
  .set1_list li {
    width: 49%;
  }
  .eo4_l {
    flex-wrap: wrap;
    gap: 20px 2%;
    flex-direction: row;
  }
  .eo4_l figure {
    width: 49%;
    flex-wrap: wrap;
  }
  .eo4_l .l_box {
    width: 100%;
  }
  .eo4_l .r_box {
    padding: 12px 12px 15px;
    flex: none;
    width: 100%;
  }
  .eo4_l .box {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    max-height: none;
    width: 100%;
  }
  .eo3 .swiper-slide {
    flex-wrap: wrap;
    gap: 0px;
  }
  .eo3_l {
    width: 100%;
  }
  .eo3_r {
    width: 100%;
    padding: 0px 20px 20px;
  }
  .bannerBox {
    padding-top: 350px;
  }
  .relat_pro_box figure {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .index1_list li {
    width: 49%;
  }
  .index6_list li {
    width: 49%;
  }
  .index6_container .title {
    padding: 5px 6px;
  }
  .index8_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .index9_r,
  .fo5_r {
    padding: 20px 20px 24px;
  }
  .index9_r form .int1,
  .fo5_r form .int1 {
    width: 100%;
  }
  .to1_list li {
    width: 49%;
  }
  .to1_list .title {
    min-height: auto;
  }
  .to1_list .title a {
    -webkit-line-clamp: 1;
  }
  .tth2_list2 .title {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
  }
  .thth5_container figure {
    width: 100%;
  }
  .fut1_list li {
    width: 100%;
  }
  .fo2_list li {
    padding: 0px 15px 15px;
  }
  .fo2_list .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .so3_container .box {
    width: 100%;
  }
  .so3_container figure {
    width: 100%;
    flex: none;
  }
  .so8_list .hide_box {
    width: calc(100% - 20px);
    left: 10px;
  }
  .so13 figure {
    width: 100% !important;
  }
  .st6_list li {
    width: 100%;
  }
  .st8_list li {
    width: 100%;
  }
  .st10 figure {
    width: 100%;
  }
  .seo2_list li {
    width: 100%;
  }
  .seo2_list .imgBox img {
    width: 100%;
  }
  .no2_r form .int1 {
    width: 100%;
  }
  footer form .int1 {
    width: 100%;
  }
  .aler_form_container {
    width: calc(100% - 40px);
  }
  .aler_form_container form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .header_top {
    padding-right: 46px;
  }
  .index4 figure {
    width: 100%;
  }
  .index8_list li {
    width: 100%;
  }
  .to3 .content {
    padding: 0px 20px;
  }
  .ttr_2_list li {
    width: 100%;
  }
  .ttr_2_list li img {
    width: 100%;
  }
  .tth2_list1 li,
  .tth2_list2 li,
  .futh1_list li,
  .eth1_list li {
    width: 100%;
  }
  .tth2_list1 img,
  .tth2_list2 img,
  .futh1_list img,
  .eth1_list img {
    width: 100%;
  }
  .tho3_container .r_box {
    flex: none;
    width: 100%;
  }
  .tho3_container .l_box {
    width: 100%;
  }
  .tho3_container .l_box img {
    width: 100%;
  }
  .tho3_container figure {
    width: 100%;
    flex-wrap: wrap;
  }
  .tho3_container .box {
    width: 100%;
    max-height: none;
    position: relative;
    left: 0;
    top: 0;
    padding: 12px 15px 20px;
  }
  .fo1_r {
    gap: 4px;
  }
  .fo1_r figure {
    flex-wrap: wrap;
  }
  .fo1_r .r_box {
    flex: none;
    width: 100%;
  }
  .fo2_list li {
    width: 100%;
  }
  .fo4_list li {
    width: 100%;
  }
  .so2_list li {
    width: 49%;
  }
  .so4_list li {
    width: 100%;
  }
  .so6_list li {
    width: 49%;
  }
  .so8_list li {
    width: 100%;
  }
  .down_list a {
    padding: 12px 15px;
  }
  .st3_list1 li {
    width: 100%;
  }
  .st4_list li {
    width: 100%;
  }
  .seo1_r figure {
    width: 100%;
  }
  .seo1_r figure img {
    width: 100%;
  }
  .set1_list li {
    width: 100%;
  }
  .set1_list .imgBox img {
    width: 100%;
  }
  .eo1_r figure {
    width: 100%;
  }
  .eo4_l figure {
    width: 100%;
  }
  .eo5_list li {
    width: 100%;
  }
  .eo6_container figure {
    width: 100%;
  }
  .et1_list li {
    width: 100%;
  }
  .no1_list li {
    width: 100%;
  }
  .relat_pro_box figure {
    width: 100%;
  }
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1767681031498") format("woff"), url("iconfont.ttf?t=1767681031498") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before {
  content: "\e672";
}
.icon-Youtube:before {
  content: "\e880";
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724"; 
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}


.seth2_container .table table tr:not(:nth-of-type(1)) p {
  color: #ff6a00;
}


.ttr_1_l{
    direction: ltr;
}
.zoomdiv{
    left: auto;
}