@import url("swiper-bundle.min.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 5px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 73px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d9;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #131c4e;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #131c4e;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #131c4e;
  right: 2.5%;
  top: 22px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .xnav {
    display: block;
  }
}
#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: 10;
  transition: 0.3s;
  background-color: #fff;
  transform: none;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px) !important;
}
header .center {
  display: flex;
  align-items: center;
  gap: 41px;
}
header .logoBox {
  width: 131px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #131c4e;
}
header .menuOne.menuactive > a {
  color: #131c4e;
}
header .menuOne {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 31px 0px 22px;
  position: relative;
}
header .menuOne > a:hover {
  color: #131c4e;
}
header .menuOne .active > a {
  color: #131c4e;
}
header .menuOne .menuactive > a {
  color: #131c4e;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 2px;
  transform: translateY(-21px);
}
header .ul div {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 21px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 20px;
}
header .ul li a {
  display: block;
  padding: 0px 22px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #131c4e;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
}
header .head_contact {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 82px;
}
header .head_contact a {
  color: #fff;
}
header .head_contact a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
header .head_contact figure {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
header .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
  line-height: 24px;
}
header .icBox a {
  width: 30px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(190, 190, 190, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
header .icBox a:hover {
  background: #fff;
  color: #131c4e;
}
header .sousuo {
  margin-top: 9px;
  margin-left: 15px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.3s;
  color: #333;
  font-size: 22px;
  font-weight: normal;
}
header .sousuo .search:hover {
  color: #131c4e;
}
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: #131c4e;
}
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: #131c4e;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .lang {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 9px;
  margin-left: 82px;
}
header .lang li {
  font-size: 14px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 2px 16px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #131c4e;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
header .lang .lang_box img{
  width: 21px;
}
header .lang .lang_box span {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333;
}
header .lang .lang_box:hover span {
  color: #131c4e;
}
header .lang ul {
  display: none;
  position: absolute;
  width: max-content;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
header .lang ul > div {
  background-color: #fff;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
header .lang ul img {
  max-width: 21px;
  margin-right: 10px;
}
.header {
  transform: translateY(-44px);
}
.header_top {
  padding: 7px 0px;
  background: #131c4e;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  border-radius: 10px;
  background: #131c4e;
  border: 1px solid #131c4e;
  min-width: 141px;
  min-height: 43px;
  padding: 4px 12px;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover {
    background: #fff;
    color: #131c4e;
  }
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 18.22916667%;
  position: relative;
  z-index: 1;
  text-align: center;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 48.9%;
  transform: translate(-50%, -50%);
}
.bannerBox .banner_title {
  font-family: OpenSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 63px;
  text-transform: capitalize;
  color: #fff;
}
.mbx {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  margin-top: 1px;
}
.mbx a {
  color: #fff;
}
.mbx a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.margin_top {
  margin-top: 125px;
}
.index_banner {
  width: 100%;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .controls {
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #838180;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 38.5%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index_banner .controls:hover {
    background: #131c4e;
  }
}
.index_banner .controls.prev {
  left: 3.80208333%;
}
.index_banner .controls.next {
  right: 3.80208333%;
}
.index1 {
  position: relative;
  z-index: 1;
  padding-top: 76px;
}
.index1 .content {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index1 figure {
  width: 30%;
  max-width: 315px;
  border-radius: 10px;
  background: #fffefe;
  box-shadow: 0 4px 4px 2px rgba(125, 125, 125, 0.25);
  padding: 23px 18px 42px;
}
.index1 figure:nth-of-type(1),
.index1 figure:nth-of-type(3) {
  transform: translateY(-37.728%);
}
.index1 .logo {
  width: 40px;
}
.index1 .describe {
  line-height: 30px;
  color: #303030;
  margin-top: 25px;
}
.big_title {
  font-family: OpenSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 63px;
  text-transform: capitalize;
  color: #333;
}
.big_title span {
  display: inline;
  color: #131c4e;
  transition: 0s;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #131c4e;
}
.title_center {
  text-align: center;
}
.index2 {
  padding: 106px 0px 95px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24.792%;
  aspect-ratio: 476/533;
  top: 11.6%;
  background: url("../images/index2_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index2 .box {
  padding: 0px 9px;
}
.index2 .text_box {
  padding: 11px 26px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index2 .swiper {
  overflow: initial;
}
.index2 .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.index2 .title a {
  color: #333;
}
.index2 .title a:hover {
  color: #131c4e;
}
.index2 .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.index2 .swiper-slide {
  height: auto;
  display: flex;
}
.index2 .swiper-slide .container {
  flex: 1;
}
.index2 .container {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.index2 .container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 71.97%;
  background: #f9f9f9;
  border-radius: 10px;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index2 .container:hover::before {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.index2 .links {
  margin-top: 13px;
}
.index2 .links a {
  width: 22px;
  display: block;
}
@media screen and (min-width: 993px) {
  .index2 .links a:hover img {
    transform: translateY(-3px);
  }
}
.index2 .sw_box {
  margin-top: 11px;
}
.index2 .swiper-slide-visible .container {
  opacity: 1;
}
.index2 .swiper_button {
  margin-top: 36px;
  justify-content: center;
}
.index3 {
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 84px 0px 83px;
}
.index3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index3 .buttonBox {
  margin-top: 50px;
}
.index3_l {
  width: 40.215%;
  margin-left: 23px;
  margin-top: 14px;
}
.index3_l .imgBox a {
  border-radius: 50%;
  overflow: hidden;
}
.index3_l .center_img {
  position: relative;
  z-index: 1;
  margin-bottom: 20%;
}
.index3_l .center_img::before {
  content: "";
  width: 112.256%;
  aspect-ratio: 632/624;
  position: absolute;
  top: 50%;
  left: calc(50% + 4px);
  transform: translate(-50%, -50%);
  background: url("../images/index3_back1.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index3_l .small_img {
  width: 28.597%;
  position: absolute;
  left: 71.4%;
  top: 67.8%;
  z-index: 2;
}
.index3_l .big_img {
  width: 38.899%;
  position: absolute;
  left: 11%;
  top: 82%;
  z-index: 2;
}
.index3_r {
  width: 50%;
}
.index3_r .describe {
  color: #666;
  margin-top: 22px;
}
.index3_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 42px;
}
.index3_list li {
  width: 48%;
}
.index3_list .big_num {
  font-family: OpenSans-Bold;
  font-size: 70px;
  font-style: normal;
  font-weight: normal;
  line-height: 72px;
  color: #131c4e;
  display: flex;
  align-items: center;
}
.index3_list .text {
  color: #666;
  margin-top: 11px;
}
.index4_title {
  color: #fff;
  font-family: OpenSans-Semibold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 49px;
  text-transform: capitalize;
}
.index4_title a {
  color: #fff;
}
.index4_title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index4 {
  position: relative;
  z-index: 1;
}
.index4 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 120px 0px 108px;
}
.index4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/index4_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index4 .describe {
  color: #fff;
  margin-top: 20px;
}
.index4 .buttonBox {
  margin-top: 31px;
}
.index4_l {
  width: 48.286%;
}
.index4_r {
  width: 42.072%;
  right: -18px;
  top: 33px;
  position: absolute;
}
.index5 {
  padding: 173px 0px 137px;
  position: relative;
  z-index: 1;
}
.index5::before {
  content: "";
  position: absolute;
  width: 23.021%;
  aspect-ratio: 442/533;
  right: 0;
  top: 14.7%;
  background: url("../images/index5_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index5_list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 6.2855%;
  margin-top: 36px;
}
.index5_list li {
  width: 29.143%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 4px 4px rgba(199, 199, 199, 0.25);
  overflow: hidden;
  padding: 20px 16.5px 34px;
}
@media screen and (min-width: 993px) {
  .index5_list li:hover {
    background: #131c4e;
  }
  .index5_list li:hover .title {
    color: #fff;
  }
  .index5_list li:hover .title a {
    color: #fff;
  }
  .index5_list li:hover .describe {
    color: #fff;
  }
}
.index5_list .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.index5_list .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #333;
  margin-top: 27px;
}
.index5_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;
}
.index5_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index5_list .describe {
  color: #666;
  transition: 0.3s;
  margin-top: 14px;
}
.index6 {
  padding: 63px 0px 98px;
}
.index6_container {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.index6_container figure {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 19px 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index6_container figure:hover {
    background: #131c4e;
  }
  .index6_container figure:hover .title {
    color: #fff;
  }
  .index6_container figure:hover .title a {
    color: #fff;
  }
  .index6_container figure:hover .describe {
    color: #fff;
  }
  .index6_container figure:hover .time {
    color: #fff;
  }
  .index6_container figure:hover .links .mask_box {
    background: #fff;
  }
}
.index6_container .l_box {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 1042px;
  gap: 6.2%;
}
.index6_container .r_box {
  flex: 1;
  padding-bottom: 2.5%;
}
.index6_container .title {
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  color: #333;
}
.index6_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;
}
.index6_container .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index6_container .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  margin-top: 14px;
  transition: 0.3s;
}
.index6_container .img_box {
  width: 36%;
  max-width: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.index6_container .time {
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  transition: 0.3s;
  color: #131c4e;
}
.index6_container .links {
  display: flex;
  justify-content: center;
  margin-top: 19px;
}
.index6_container .links a {
  display: block;
}
.index6_container .mask_box {
  width: 22px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index6_la.png");
  -webkit-mask-image: url("../images/index6_la.png");
  background: #131c4e;
  transition: 0.3s;
}
.index6_container .time_box {
  text-align: center;
  margin-right: 2.8%;
  margin-top: 1.8%;
}
.index_color {
  background: #f9f9f9;
}
.to {
  padding: 68px 0px 73px;
}
.to .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to_r {
  width: 72%;
  max-width: 956px;
  padding-top: 2px;
}
.to1_title {
  font-family: OpenSans-Semibold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  text-transform: capitalize;
  color: #333;
}
.to1 .describe {
  color: #666;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.to1 .show.describe {
  -webkit-line-clamp: initial !important;
}
.to1 .read {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.to1 .read span {
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  border-radius: 10px;
  background: #131c4e;
  border: 1px solid #131c4e;
  min-width: 141px;
  min-height: 43px;
  padding: 4px 12px;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .to1 .read span:hover {
    background: #fff;
    color: #131c4e;
  }
}
.to2 {
  margin-top: 31px;
}
.to2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 2.9285%;
}
.to2_list li {
  width: 31.381%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
.to2_list .box {
  padding: 21px 0px 12px 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.to2_list .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  min-height: 56px;
  color: #333;
}
.to2_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) {
  .to2_list .title a:hover {
    color: #131c4e;
  }
}
.to2_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.to2_list .input_links {
  border-radius: 10px;
  background: #131c4e;
  border: 1px solid #131c4e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 15px 7px;
}
.to2_list .input_box {
  position: relative;
}
.to2_list .input_box input {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  opacity: 0;
}
.to2_list .input_box input:checked {
  opacity: 1;
}
.to2_list .input_box input:checked + span {
  display: none;
}
.to2_list .input_box span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f4f4f4;
  pointer-events: none;
}
.to2_list .links {
  color: #fff;
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
}
@media screen and (min-width: 993px) {
  .to2_list .links:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.tt1 {
  padding: 69px 0px 95px;
  overflow: hidden;
}
.tt1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tt1 .sw_box1 {
  width: 84.8%;
  position: relative;
  z-index: 2;
}
.tt1 .sw_box1 .swiper {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.tt1 .tt1_r {
  width: 44.643%;
  display: flex;
  justify-content: flex-end;
}
.tt1 .r_box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.tt1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tt1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt1 .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) {
  .tt1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tt1 .mySwipertt1_2 {
  width: 100%;
  height: 83.019%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
  overflow: initial;
}
.tt1 .mySwipertt1_2 .swiper-slide {
  cursor: pointer;
  overflow: initial;
}
.tt1 .mySwipertt1_2 .swiper-slide img {
  opacity: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  pointer-events: none;
}
.tt1 .mySwipertt1_2 .swiper-slide-visible {
  pointer-events: all;
}
.tt1 .mySwipertt1_2 .swiper-slide-visible img {
  opacity: 1;
}
.tt1 .sw_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.16%;
  height: 100%;
}
.tt1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  width: 29px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt1 .pic-btn:hover {
  background: #131c4e;
}
.tt1 .pic-btn:hover .mask_box {
  background: #fff;
}
.tt1 .mask_box {
  background: #131c4e;
  transition: 0.3s;
}
.tt1 .pic-btn.prev {
  top: 0px;
}
.tt1 .pic-btn.prev .mask_box {
  width: 10px;
  aspect-ratio: 10/12;
  mask-image: url("../images/tt1_la.png");
  -webkit-mask-image: url("../images/tt1_la.png");
}
.tt1 .pic-btn.next {
  bottom: 0px;
}
.tt1 .pic-btn.next .mask_box {
  width: 12px;
  aspect-ratio: 12/11;
  mask-image: url("../images/tt1_lb.png");
  -webkit-mask-image: url("../images/tt1_lb.png");
}
.tt1_title {
  font-family: OpenSans-Semibold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  text-transform: capitalize;
  color: #333;
}
.tt1_l {
  width: 49.858%;
  padding: 21px 0px;
}
.tt1_l .describe {
  color: #666;
  margin-top: 10px;
}
.tt1_l .buttonBox {
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 50px;
}
.tt1_l .buttonBox a {
  background: #fff;
  color: #131c4e;
  min-width: 155px;
}
@media screen and (min-width: 993px) {
  .tt1_l .buttonBox a:hover {
    background: #131c4e;
    color: #fff;
  }
}
.tt1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 1px;
  margin-top: 37px;
}
.tt_title {
  color: #333;
  font-family: OpenSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 49px;
  text-transform: capitalize;
}
.tt_title span {
  display: inline;
  color: #131c4e;
}
.tt2 {
  padding-bottom: 42px;
}
.tt2 .describe {
  color: #666;
  margin-top: 14px;
}
.tt2 .describe img {
  display: inline-block;
}
.tt3 {
  padding-bottom: 63px;
}
.tt3 .describe {
  margin-top: 16px;
  color: #666;
}
.tt3 .table table {
  color: #666;
  text-align: center;
}
.tt3 .table table td {
  border: 1px solid #d9d9d9;
  padding: 13px 10px 14px;
}
.tt3 .table table td:nth-of-type(1) {
  color: #333;
}
.tt3 .table tr:nth-of-type(-n + 2) {
  background: #131c4e;
}
.tt3 .table tr:nth-of-type(-n + 2) td {
  border: 1px solid #fff;
  color: #fff;
  padding: 0px 10px;
}
.tt4 {
  padding-bottom: 81px;
}
.tt4 .tt_title {
  text-align: center;
}
.tt4_container {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 26px;
}
.tt4_container figure {
  border: 1px solid #d9d9d9;
  padding: 24px 22px 20px;
}
.tt4_container .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tt4_container .faq_q.active .logo img:nth-of-type(1) {
  display: none;
}
.tt4_container .faq_q.active .logo img:nth-of-type(2) {
  display: block;
}
.tt4_container .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #333;
}
.tt4_container .logo {
  width: 26px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}
.tt4_container .logo img:nth-of-type(2) {
  display: none;
}
.tt4_container .describe {
  color: #666;
}
.tt4_container .faq_a {
  margin-top: 16px;
  padding-bottom: 4px;
  display: none;
}
.tt5 {
  background: #f9f9f9;
  padding: 99px 0px 101px;
}
.tt5 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5.143%;
}
.tt5_l {
  flex: 1;
  padding-top: 21px;
}
.tt5_list {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tt5_list li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.tt5_list .logo {
  width: 62px;
  border-radius: 50%;
  overflow: hidden;
}
.tt5_list .flex_box {
  flex: 1;
  color: #333;
  padding-top: 3px;
}
.tt5_list .flex_box a {
  color: #333;
}
.tt5_list .flex_box a:hover {
  color: #131c4e;
}
.tt5_r {
  width: 63.429%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 5px 30px 0 rgba(97, 57, 53, 0.25);
  overflow: hidden;
  padding: 38px 57px 65px 61px;
}
.tt5_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
  margin-top: 28px;
}
.tt5_r form > * {
  width: 100%;
}
.tt5_r form input,
.tt5_r form textarea {
  background: #fff;
  border: 1px solid #999;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.tt5_r form input:focus,
.tt5_r form textarea:focus {
  border: 1px solid #613935;
}
.tt5_r form input::placeholder,
.tt5_r form input::-webkit-input-placeholder,
.tt5_r form textarea::placeholder {
  color: #999;
}
.tt5_r form .int1 {
  width: 47.9%;
}
.tt5_r form input {
  height: 50px;
}
.tt5_r form textarea {
  height: 120px;
  padding-top: 13px !important;
}
.tt5_r form .ttBox {
  width: 100%;
}
.tt5_r form .yzm {
  position: relative;
  display: flex;
  flex: 1;
  margin-right: 25px;
}
.tt5_r form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.tt5_r form .yzm span {
  height: 45px;
  aspect-ratio: 90/45;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.tt5_r form .yzm span img {
  height: 100%;
}
.tt5_r form .tj {
  width: auto;
  min-width: 218px;
}
.tt5_r form .tj input {
  cursor: pointer;
  background: #131c4e;
  border: 1px solid #131c4e;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.tt5_r form .tj input:hover {
  background: transparent;
  color: #131c4e;
}
.tho1 {
  padding: 69px 0px 105px;
  position: relative;
  z-index: 1;
}
.tho1::before {
  content: "";
  position: absolute;
  width: 22.136%;
  aspect-ratio: 425/533;
  left: 0;
  background: url("../images/tho1_back.png") no-repeat center;
  background-size: cover;
  top: 9.9%;
  z-index: -1;
}
.tho1 .public_top {
  align-items: flex-start;
}
.tho1 .top_r {
  width: 45.715%;
}
.tho1 .text {
  color: #666;
}
.tho1 .tho1_titles {
  margin-top: 39px;
}
.tho1_titles .top_title {
  font-family: OpenSans-Bold;
  font-size: 68px;
  font-style: normal;
  font-weight: normal;
  line-height: 72px;
  color: #131c4e;
}
.tho1_titles .top_title span {
  vertical-align: top;
  display: inline;
  font-size: 58px;
}
.tho1_titles .center_title {
  font-family: OpenSans-Bold;
  font-size: 88px;
  font-style: normal;
  font-weight: normal;
  line-height: 110px;
  color: #131c4e;
}
.tho1_titles .bottom_title {
  font-family: OpenSans-Bold;
  font-size: 52px;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  color: #131c4e;
}
.tho1_container {
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 1px);
  position: relative;
  margin-top: 75px;
}
.tho1_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tho1_container 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) {
  .tho1_container video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tho1_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1272px;
  margin: 30px auto 0px;
}
.tho1_list .big_num {
  font-family: OpenSans-Bold;
  font-size: 70px;
  font-style: normal;
  font-weight: normal;
  line-height: 72px;
  color: #131c4e;
  display: flex;
  align-items: center;
}
.tho1_list .big_num_text {
  color: #666;
  margin-top: 11px;
}
.tho2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 80px 0px 0px;
}
.tho2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  max-height: 377px;
  background: url("../images/tho2_back.png") no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.tho2 .big_title {
  color: #fff;
}
.tho2 .public_top {
  align-items: flex-start;
}
.tho2 .top_r {
  padding-top: 15px;
}
.tho2 .sw_box {
  margin-top: 71px;
}
.tho2 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.tho2 .name {
  color: #000;
  text-align: center;
  margin-top: 19px;
}
.tho3 {
  padding: 103px 0px 130px;
  position: relative;
  z-index: 1;
}
.tho3::before {
  content: "";
  position: absolute;
  width: 22.03125%;
  aspect-ratio: 423/533;
  right: 0;
  background: url("../images/tho3_back.png") no-repeat center;
  background-size: cover;
  top: 11%;
  z-index: -1;
}
.tho3 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tho3_l {
  width: 55.5%;
  border-radius: 20px;
  overflow: hidden;
}
.tho3_l .imgBox {
  display: none;
}
.tho3_r {
  width: 38.286%;
  padding-bottom: 1.3%;
}
.tho3_container {
  margin-top: 9px;
}
.tho3_container .faq_q {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.tho3_container .logo {
  width: 10px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tho3_container .logo img:nth-of-type(2) {
  display: none;
}
.tho3_container .title {
  font-family: OpenSans-Semibold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: capitalize;
  color: #333;
  flex: 1;
}
.tho3_container .describe {
  color: #666;
  padding-right: 30px;
}
.tho3_container figure {
  border-bottom: 1px solid rgba(30, 30, 30, 0.3);
  padding: 21px 0px 21px;
}
.tho3_container figure.active .logo img:nth-of-type(1) {
  display: none;
}
.tho3_container figure.active .logo img:nth-of-type(2) {
  display: block;
}
.tho3_container .faq_a {
  display: none;
  padding-bottom: 8px;
}
.tho_back {
  background: #f6f8ff;
}
.tho4 {
  padding: 93px 0px 74px;
  overflow: hidden;
}
.tho4 .sw_box {
  margin-top: 77px;
}
.tho4 .describe {
  margin-top: 18px;
}
.tho4 .public_top {
  align-items: flex-start;
}
.tho4 .top_l {
  max-width: 788px;
}
.tho4 .top_r {
  padding-top: 17px;
}
.tho4 .swiper-slide {
  width: 191px;
  margin-right: 36px;
}
.tho4 .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.tho4 .name {
  color: #333;
  text-align: center;
  margin-top: 5px;
}
.fuo1 {
  padding: 73px 0px 80px;
}
.fuo1 .PageNumber {
  justify-content: center;
  margin-top: 72px;
}
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 5.642%;
}
.fuo1_list li {
  width: 29.572%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 4px 4px rgba(199, 199, 199, 0.25);
  overflow: hidden;
  padding: 20px 16.5px 36px;
}
@media screen and (min-width: 993px) {
  .fuo1_list li:hover {
    background: #131c4e;
  }
  .fuo1_list li:hover .title {
    color: #fff;
  }
  .fuo1_list li:hover .title a {
    color: #fff;
  }
  .fuo1_list li:hover .describe {
    color: #fff;
  }
}
.fuo1_list .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.fuo1_list .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #333;
  margin-top: 27px;
}
.fuo1_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;
}
.fuo1_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.fuo1_list .describe {
  color: #666;
  transition: 0.3s;
  margin-top: 14px;
  text-transform: capitalize;
}
.fut1 {
  padding: 69px 0px 112px;
}
.fut1 .tt1_title {
  text-align: center;
}
.fut1 .share_box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  gap: 4px;
  margin-top: 21px;
}
.fut1 .describe {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  margin-top: 27px;
  padding: 27px 0px 56px;
}
.fut1 .describe em{
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  color: #131C4E;
}
.fut1 .describe strong{
  font-family: OpenSans-Semibold;
  font-size: 20px;
  text-transform: capitalize;
  color: #333;
}
.fut1 .describe img {
  display: inline-block;
}
.fo1 {
  padding: 67px 0px 76px;
}
.fo1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.fo1_l {
  flex: 1;
  max-width: 616px;
  padding-bottom: 7.8%;
}
.fo1_l .describe {
  color: #666;
  margin-top: 27px;
}
.fo1_r {
  width: 38.143%;
  aspect-ratio: 1/1;
  border: 2px solid rgba(19, 28, 78, 0.1);
  padding: 24px;
  border-radius: 50%;
  margin-right: 5px;
}
.fo1_r .imgBox {
  border-radius: 50%;
  overflow: hidden;
}
.fo2 {
  position: relative;
  z-index: 1;
  background: #f6f8ff;
  margin-bottom: 7.136%;
  padding: 67px 0px 5px;
}
.fo2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  aspect-ratio: 1920/137;
  background: url("../images/fo2_back.jpg") no-repeat center;
  background-size: cover;
  transform: translateY(100%);
  z-index: -1;
}
.fo2 .big_title {
  text-align: center;
}
.fo2 .text {
  text-align: center;
  font-family: OpenSans-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 7px;
}
.fo2_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.fo2_list li {
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #333;
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
}
@media screen and (min-width: 993px) {
  .fo2_list li.active {
    border: 2px solid #131c4e;
  }
  .fo2_list li.active .number {
    -webkit-text-stroke: 2px #131c4e;
  }
  .fo2_list li.active .logo_text {
    color: #131c4e;
  }
}
.fo2_list .number {
  font-family: OpenSans-Semibold;
  font-size: 160px;
  font-style: normal;
  font-weight: normal;
  line-height: 190px;
  -webkit-text-stroke: 2px #333;
  color: transparent;
  background: #f6f8ff;
  margin-left: -6%;
}
.fo2_list .logo {
  width: 69px;
  position: relative;
  z-index: 1;
}
.fo2_list .logo::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -6px;
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(19, 28, 78, 0.1);
  z-index: -1;
}
.fo2_list .logo_text {
  text-align: center;
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  color: #333;
  margin-top: 18px;
}
.fo2_list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  padding-bottom: 12%;
}
.fo2_container {
  margin-top: 43px;
}
.fo2_container figure {
  border-radius: 20px;
  background: #fff;
  padding: 30px 25px 24px;
  display: none;
  position: relative;
}
.fo2_container figure::before {
  content: "";
  position: absolute;
  width: 26px;
  aspect-ratio: 26/20;
  top: 2px;
  transform: translateY(-100%);
  background: url("../images/fo2_back1.png") no-repeat center;
  background-size: cover;
}
.fo2_container figure:nth-of-type(1)::before {
  left: 6.7%;
}
.fo2_container figure:nth-of-type(2)::before {
  left: 33.7%;
}
.fo2_container figure:nth-of-type(3)::before {
  left: 60.7%;
}
.fo2_container figure:nth-of-type(4)::before {
  left: 87.7%;
}
.fo2_container .describe {
  color: #666;
  margin-top: 6px;
}
.fo2_container .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #333;
}
.fo3 {
  padding: 81px 0px 93px;
}
.fo3 .content {
  display: flex;
  align-items: center;
  gap: 4.715%;
}
.fo3 .describe {
  color: #666;
  margin-top: 27px;
}
.fo3_l {
  width: 38.143%;
  aspect-ratio: 1/1;
  border: 2px solid rgba(19, 28, 78, 0.1);
  padding: 24px;
  border-radius: 50%;
}
.fo3_l .imgBox {
  border-radius: 50%;
  overflow: hidden;
}
.fo3_r {
  flex: 1;
  padding-bottom: 4.9%;
}
.fo4 {
  background: #f4f4f4;
  padding: 82px 0px 96px;
}
.fo4 .big_title {
  text-align: center;
}
.fo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.571%;
  margin-top: 43px;
}
.fo4_list li {
  border-radius: 10px;
  background: #fff;
  width: 23.072%;
  padding: 37px 20px 18px;
}
.fo4_list .title {
  font-family: OpenSans-Semibold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  color: #333;
  margin-top: 18px;
}
.fo4_list .describe {
  margin-top: 12px;
  color: #666;
  padding-right: 5px;
}
.fo_tt5,.fo4 + .tt5 {
  background: #fff;
  padding: 123px 0px 123px;
}
.fo5 {
  padding-bottom: 122px;
}
.fo5 .big_title {
  text-align: center;
}
.fo5_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin-top: 42px;
}
.fo5_list li {
  width: 48.429%;
}
.fo5_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 9px;
}
.fo5_list .title {
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  text-transform: capitalize;
}
.fo5_list .title a {
  color: #333;
}
.fo5_list .title a:hover {
  color: #131c4e;
}
.fo5_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.fo5_list .box {
  padding: 18px 19px 0px;
}
.so1 {
  padding: 69px 0px 105px;
}
.so1 .big_title {
  text-align: center;
}
.so1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc(calc(100% - 850px) / 4);
  margin-top: 47px;
  position: relative;
  z-index: 1;
}
.so1_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 85px;
  border-top: 1px solid #131c4e;
  width: 100%;
  z-index: -1;
}
.so1_list li {
  width: 170px;
}
.so1_list li:nth-last-of-type(1) .imgBox::before {
  display: none;
}
.so1_list .imgBox {
  position: relative;
}
.so1_list .imgBox img {
  border-radius: 50%;
}
.so1_list .imgBox::before {
  content: "";
  position: absolute;
  width: 42px;
  aspect-ratio: 1/1;
  background: url("../images/so1_la.png") no-repeat center;
  background-size: cover;
  right: -47px;
  top: 50%;
  transform: translate(100%, -50%);
}
.so1_list .name {
  text-align: center;
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #333;
  margin-top: 21px;
}
.so2 {
  padding-bottom: 117px;
}
.so2 .content {
  gap: 5.643%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.so2_l {
  width: 55.5%;
  border-radius: 20px;
  overflow: hidden;
}
.so2_r {
  flex: 1;
  padding-bottom: 10px;
}
.so2_r .describe {
  color: #666;
  padding-left: 32px;
  padding-top: 7px;
}
.so2_r .describe em {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #333;
  display: block;
  position: relative;
  margin: 20px 0px 7px;
}
.so2_r .describe em::before {
  content: "";
  position: absolute;
  left: -8px;
  transform: translateX(-100%);
  top: 6px;
  background: url("../images/so2_la.png") no-repeat center;
  background-size: cover;
  width: 16px;
  aspect-ratio: 1/1;
}
.so3 {
  padding: 84px 0px 92px;
}
.so3 .content {
  flex-direction: row-reverse;
}
.so3 .text {
  margin-top: 37px;
  color: #131c4e;
}
.so3 .text img {
  display: inline;
  vertical-align: top;
  margin-top: 2px;
}
.so3 .text a {
  color: #131c4e;
  display: inline;
  margin-left: 8px;
}
.so3 .text a:hover span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.so3 .text span {
  transition: 0s;
  display: inline;
}
.so4 {
  padding-bottom: 87px;
}
.so4 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.5355%;
}
.so4 figure {
  width: 31.643%;
  display: flex;
}
.so4 a {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 16px 31px;
}
.so4 a:hover .name {
  color: #131c4e;
}
.so4 .logo {
  width: 85px;
  aspect-ratio: 85/84;
  display: flex;
  justify-content: flex-end;
}
.so4 .name {
  flex: 1;
  font-family: OpenSans-Semibold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  text-transform: capitalize;
  color: #333;
  transition: 0.3s;
  padding-left: 20px;
}
.st1 {
  padding: 69px 0px 80px;
}
.st1 .PageNumber {
  margin-top: 73px;
  justify-content: center;
}
.st1_container {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.st1_container figure {
  border: 1px solid #d9d9d9;
  padding: 24px 22px 20px;
}
.st1_container .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.st1_container .faq_q.active .logo img:nth-of-type(1) {
  display: none;
}
.st1_container .faq_q.active .logo img:nth-of-type(2) {
  display: block;
}
.st1_container .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #333;
}
.st1_container .logo {
  width: 26px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}
.st1_container .logo img:nth-of-type(2) {
  display: none;
}
.st1_container .describe {
  color: #666;
}
.st1_container .faq_a {
  margin-top: 16px;
  padding-bottom: 4px;
  display: none;
}
.sth1 {
  padding: 69px 0px 68px;
}
.sth1 .PageNumber {
  margin-top: 69px;
  justify-content: center;
}
.sth1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 3.1775%;
}
.sth1_list .box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sth1_list li {
  width: 31.215%;
}
.sth1_list .name {
  color: #333;
  text-align: center;
  margin-top: 18px;
}
.sfu1 {
  padding: 69px 0px 88px;
}
.sfu1 .PageNumber {
  margin-top: 91px;
  justify-content: center;
}
.sfu1_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0px;
}
.sfu1_container figure {
  display: flex;
  width: 48.572%;
}
.sfu1_container .logo {
  width: 98px;
}
.sfu1_container a {
  flex: 1;
  background: #F9F9F9;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 17px 12px 50px;
  gap: 7px;
}
.sfu1_container .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  text-transform: capitalize;
  color: #333;
}
.sfu1_container .r_box {
  flex: 1;
  padding-top: 20px;
}
.sfu1_container .links {
  color: #333;
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 36px;
}
.seo1 {
  padding: 69px 0px 83px;
}
.seo1 .PageNumber {
  margin-top: 68px;
  justify-content: center;
}
.seo1 .index6_container {
  margin-top: 0px;
}
.seo1_container {
  gap: 22px;
}
.set {
  padding: 75px 0px 0px;
}
.set .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.set_container {
  width: 63.858%;
}
.set_container .share_box {
  display: flex;
  color: #666;
  gap: 4px;
  margin-top: 10px;
}
.set_container .describe {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  margin-top: 25px;
  padding: 20px 0px 24px;
}
.set_container .describe img {
  display: inline-block;
}
.set_container .page_change {
  padding-top: 16px;
}
.set_public_pro {
  padding: 94px 0px 102px;
}
.eo_color {
  background: #F9F9F9;
}
.eo1 {
  padding: 69px 0px 101px;
}
.eo1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px 0px;
}
.eo1 figure {
  width: 48.715%;
  border-radius: 10px;
  background: #F6F8FF;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 43px 28px 27px;
  gap: 4%;
}
.eo1 .l_box {
  flex: 1;
}
.eo1 .title {
  font-family: OpenSans-Semibold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  text-transform: capitalize;
  color: #333;
}
.eo1 .logo {
  width: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
}
.eo1 .logo img {
  max-height: 100%;
}
.eo1 .flex_box {
  flex: 1;
  color: #666;
}
.eo1 .flex_box a {
  color: #666;
}
.eo1 .flex_box a:hover {
  color: #131c4e;
}
.eo1 .eo1_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 23px;
  padding-left: 8px;
}
.eo1 li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.eo1 .r_box {
  width: 140px;
  padding-top: 21px;
  margin-right: 6px;
}
.eo1 .name {
  color: #333;
  text-align: center;
  margin-top: 11px;
}
.eo2 {
  padding: 81px 0px 126px;
}
.eo2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.eo2_l {
  width: 55.072%;
  padding-top: 7px;
}
.eo2_l form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
  margin-top: 28px;
}
.eo2_l form > * {
  width: 100%;
}
.eo2_l form input,
.eo2_l form textarea {
  background: #F9F9F9;
  border: 1px solid #999;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.eo2_l form input:focus,
.eo2_l form textarea:focus {
  border: 1px solid #613935;
}
.eo2_l form input::placeholder,
.eo2_l form input::-webkit-input-placeholder,
.eo2_l form textarea::placeholder {
  color: #999;
}
.eo2_l form .int1 {
  width: 47.9%;
}
.eo2_l form input {
  height: 50px;
}
.eo2_l form textarea {
  height: 120px;
  padding-top: 13px !important;
}
.eo2_l form .ttBox {
  width: 100%;
}
.eo2_l form .yzm {
  position: relative;
  display: flex;
  flex: 1;
  margin-right: 25px;
}
.eo2_l form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.eo2_l form .yzm span {
  height: 45px;
  aspect-ratio: 90/45;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.eo2_l form .yzm span img {
  height: 100%;
}
.eo2_l form .tj {
  width: auto;
  min-width: 218px;
}
.eo2_l form .tj input {
  cursor: pointer;
  background: #131c4e;
  border: 1px solid #131c4e;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.eo2_l form .tj input:hover {
  background: transparent;
  color: #131c4e;
}
.eo2_r {
  width: 39.072%;
}
.eo2_r iframe {
  display: block;
}
.new_title {
  font-family: OpenSans-Bold;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  text-transform: capitalize;
  color: #333;
}
.public_new {
  width: 29.215%;
  padding-top: 6px;
}
.new_list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.new_list li {
  border-radius: 10px;
  background: #f9f9f9;
  overflow: hidden;
  padding: 36px 20px 20px 28px;
}
.new_list .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.new_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;
}
.new_list .title a:hover {
  color: #131c4e;
}
.new_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.new_list .time {
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.alert_box {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000;
  display: none;
}
.alert_container {
  width: 80%;
  max-width: 888px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 5px 5px 30px 0 rgba(97, 57, 53, 0.25);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 36px 57px 65px 61px;
  max-height: 90vh;
  overflow: auto;
}
.alert_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.alert_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.alert_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.alert_container .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.alert_container .big_title {
  flex: 1;
  padding-top: 2px;
}
.alert_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
  margin-top: 30px;
}
.alert_container form > * {
  width: 100%;
}
.alert_container form input,
.alert_container form textarea {
  background: #fff;
  border: 1px solid #999;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.alert_container form input:focus,
.alert_container form textarea:focus {
  border: 1px solid #613935;
}
.alert_container form input::placeholder,
.alert_container form input::-webkit-input-placeholder,
.alert_container form textarea::placeholder {
  color: #999;
}
.alert_container form .int1 {
  width: 47.9%;
}
.alert_container form input {
  height: 50px;
}
.alert_container form textarea {
  height: 120px;
  padding-top: 13px !important;
}
.alert_container form .ttBox {
  width: 100%;
}
.alert_container form .yzm {
  position: relative;
  display: flex;
  flex: 1;
  margin-right: 25px;
}
.alert_container form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.alert_container form .yzm span {
  height: 45px;
  aspect-ratio: 90/45;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.alert_container form .yzm span img {
  height: 100%;
}
.alert_container form .tj {
  width: auto;
  min-width: 218px;
}
.alert_container form .tj input {
  cursor: pointer;
  background: #131c4e;
  border: 1px solid #131c4e;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.alert_container form .tj input:hover {
  background: transparent;
  color: #131c4e;
}
#close {
  width: 58px;
  transition: 0.3s;
  cursor: pointer;
}
#close:hover {
  transform: rotate(90deg);
}
.so_back {
  background: #f4f4f4;
}
.public_pro {
  padding: 101px 0px 102px;
  overflow: hidden;
}
.public_pro .swiper {
  overflow: initial;
  pointer-events: none;
}
.public_pro .container {
  opacity: 0;
  transition: 0.3s;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 19px 21.5px 20px;
}
.public_pro .swiper-slide-visible {
  pointer-events: all;
}
.public_pro .swiper-slide-visible .container {
  opacity: 1;
}
.public_pro .title {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  min-height: 56px;
  color: #333;
}
.public_pro .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;
}
.public_pro .title a:hover {
  color: #131c4e;
}
.public_pro .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 18px;
}
.public_pro .links {
  margin-top: 25px;
}
.public_pro .links a {
  width: 22px;
  display: block;
}
@media screen and (min-width: 993px) {
  .public_pro .links a:hover img {
    transform: translateY(-3px);
  }
}
.public_pro .box {
  padding: 22px 5px 12px;
}
.public_pro .sw_box {
  margin-top: 30px;
}
.public_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
.public_top .top_l {
  flex: 1;
}
.pub_menu {
  width: 26%;
  max-width: 340px;
}
.pub_menu .menu_all {
  display: none;
}
.pub_menu .menu_list > li {
  margin-top: 24px;
}
.pub_menu .menu_list > li:nth-of-type(1) {
  margin-top: 0px !important;
}
.pub_menu .menuOne_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f8;
  transition: 0.3s;
  padding: 10px 20px 8px;
  font-family: OpenSans-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  gap: 15px;
}
.pub_menu .menuOne_box a {
  flex: 1;
  color: #333;
}
.pub_menu .menu_list_active {
  background: #131c4e;
}
.pub_menu .menu_list_active a {
  color: #fff;
}
.pub_menu .menu_list_active .menu_list_logo img:nth-of-type(1) {
  display: none;
}
.pub_menu .menu_list_active .menu_list_logo img:nth-of-type(2) {
  display: block;
}
.pub_menu .menu_list_logo {
  cursor: pointer;
}
.pub_menu .menu_list_logo img:nth-of-type(2) {
  display: none;
}
.pub_menu .menu_list1 {
  display: none;
  padding: 14px 0px 4px;
}
.pub_menu .menu_list1 li {
  padding: 0px 30px;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  margin-top: 16px;
}
.pub_menu .menu_list1 li:nth-of-type(1) {
  margin-top: 0px !important;
}
.pub_menu .menu_list1 a {
  color: #333;
  display: block;
  position: relative;
}
.pub_menu .menu_list1 a::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  transition: 0.3s;
  top: 11px;
  left: -20px;
}
@media screen and (min-width: 993px) {
  .pub_menu .menu_list1 a:hover {
    color: #131c4e;
  }
}
.pub_menu li.menu_list1_active a {
  color: #131c4e;
}
.pub_menu li.menu_list1_active a::before {
  background: #131c4e;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 14px;
}
.swiper_button .controls {
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover {
    background: #131c4e;
  }
  .swiper_button .controls:hover .mask_box {
    background: #fff;
  }
}
.swiper_button .mask_box {
  width: 20px;
  aspect-ratio: 1/1;
  background: #131c4e;
  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");
}
.PageNumber {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: OpenSans-Regular;
  width: 100%;
  gap: 8px 9px;
  flex-wrap: wrap;
  margin-top: 77px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 44px;
  height: 44px;
  background: #f8f8f8;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #131c4e;
  color: #fff;
}
.PageNumber .active {
  background: #131c4e;
  color: #fff;
}
.PageNumber .p_f {
  width: 66px;
  margin-right: 7px;
}
.PageNumber .p_l {
  width: 68px;
  margin-left: 7px;
}
.PageNumber input {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #131c4e;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  min-width: 149px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10.5px;
}
.PageNumber input:hover {
  background: #131c4e;
  color: #fff;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page_change {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
}
.page_change .logo {
  width: 48px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background: #d9d9d9;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #131c4e;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 12px;
  align-items: center;
}
.page_change .page_name {
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #131c4e;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
footer {
  margin-top: 7.5%;
  background: #000c24;
  position: relative;
  padding: 60px 0px 27px;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  transform: translateY(-100%);
  width: 100%;
  aspect-ratio: 1920/145;
  background: url("../images/footer_back.png") no-repeat center;
  background-size: cover;
}
footer .dif_footer {
  color: #fff;
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #131c4e;
}
footer .dif_up {
  display: none;
}
footer .list {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #9e9e9e;
  margin-top: 13px;
}
footer .list a {
  color: #9e9e9e;
}
footer .list a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .logo {
  width: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
footer .logo img {
  max-width: 100%;
  max-height: 100%;
}
footer .contact_list li {
  color: #d5d5d5;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
footer .contact_list li a {
  color: #d5d5d5;
}
footer .contact_list li a:hover {
  color: #fff;
}
footer .flex_box {
  flex: 1;
}
footer .form_box {
  max-width: 364px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 0px;
  width: 100%;
  margin-top: 17px;
}
footer form > * {
  width: 100%;
}
footer form .int1 {
  width: 49.2%;
}
footer form input,
footer form textarea {
  background: transparent;
  border: 1px solid #848282;
  border-radius: 5px;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 9px;
  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: #bdbdbd;
}
footer form input {
  height: 46px;
}
footer form textarea {
  height: 88px;
  padding-top: 10px !important;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  left: 8px;
  position: absolute;
  content: "*";
  font-size: 14px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
footer form .afterBox input,
footer form .afterBox textarea {
  padding-left: 20px;
}
footer form .ttBox {
  width: 100%;
}
footer form .ttBox::before {
  top: 22px;
}
footer form .yzm {
  position: relative;
  display: flex;
  gap: 10px;
}
footer form .yzm input {
  flex: 1;
}
footer form .yzm span {
  height: 46px;
  aspect-ratio: 114/46;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}
footer form .yzm span img {
  height: 100%;
}
footer form .tj input {
  cursor: pointer;
  background: #131c4e;
  border: 1px solid #131c4e;
  color: #fff;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: OpenSans-Bold;
}
footer form .tj input:hover {
  background: #fff;
  color: #131c4e;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 6px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
  line-height: 24px;
}
footer .icBox a {
  width: 34px;
  border-radius: 5px;
  aspect-ratio: 1/1;
  border: 2px solid rgba(190, 190, 190, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(190, 190, 190, 0.5);
}
footer .icBox a:hover {
  border: 2px solid #fff;
  color: #fff;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.footer_a .ul4 {
  max-width: 272px;
}
.footer_a .ul2 {
  margin-left: 2%;
}
.footer_a .ul3 {
  margin-left: 2.4%;
}
.footer_a .ul4 {
  margin-right: 3%;
}
.footer_b {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.footer_b_l {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.footer_b_l a {
  color: #fff;
}
.footer_b_l a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #131c4e;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #131c4e;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1580px) {
  .so1_list .imgBox::before {
    right: -42px;
  }
}
@media screen and (max-width: 1480px) {
  html body {
    font-size: 15px;
    line-height: 25px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  .margin_top {
    margin-top: 112px;
  }
  header .head_contact {
    font-size: 15px;
    line-height: 24px;
  }
  header .logoBox {
    width: 100px;
  }
  header .lang {
    margin-left: 30px;
    margin-top: 0px;
  }
  header .sousuo {
    margin-top: 0px;
  }
  header .center {
    gap: 30px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .ul li {
    font-size: 15px;
    line-height: 25px;
    margin-top: 8px;
  }
  header .ul li:nth-of-type(1) {
    margin-top: 0px !important;
  }
  .index_banner .controls {
    width: 42px;
  }
  .index_banner .controls img {
    width: 14px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index1 .logo {
    width: 36px;
  }
  .index1 .describe {
    line-height: 26px;
    margin-top: 15px;
  }
  .index1 figure {
    padding: 20px 15px 30px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .sw_box {
    margin-top: 10px;
  }
  .index2 .text_box {
    padding: 10px 20px 15px;
  }
  .index2 .text_box .title {
    font-size: 18px;
  }
  .index2 .links {
    margin-top: 6px;
  }
  .index2 .swiper_button {
    margin-top: 20px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .buttonBox {
    margin-top: 30px;
  }
  .index3_r .describe {
    margin-top: 15px;
  }
  .index3_list {
    margin-top: 25px;
    gap: 20px 0px;
  }
  .index3_list .big_num {
    font-size: 46px;
    line-height: 56px;
  }
  .index3_list .text {
    margin-top: 4px;
  }
  .index4_title {
    font-size: 26px;
    line-height: 36px;
  }
  .index4 .content {
    padding: 8% 0px;
  }
  .index4 .describe {
    margin-top: 15px;
  }
  .index4 .buttonBox {
    margin-top: 20px;
  }
  .index5 {
    padding: 120px 0px 60px;
  }
  .index5_list {
    margin-top: 30px;
    gap: 30px 6.2855%;
  }
  .index5_list .title {
    font-size: 18px;
    margin-top: 12px;
  }
  .index5_list li {
    padding: 20px 16px 25px;
  }
  .index5_list .describe {
    margin-top: 6px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6_container {
    margin-top: 30px;
    gap: 20px;
  }
  .index6_container .title {
    font-size: 20px;
  }
  .index6_container .time {
    font-size: 20px;
  }
  .index6_container .links {
    margin-top: 14px;
  }
  .index6_container .img_box {
    width: 32%;
  }
  .bannerBox .banner_title {
    font-size: 36px;
    line-height: 46px;
  }
  .to {
    padding: 60px 0px;
  }
  .to1_title {
    font-size: 22px;
    line-height: 32px;
  }
  .to1 .describe {
    margin-top: 6px;
  }
  .to1 .read {
    margin-top: 12px;
  }
  .to1 .read span {
    min-width: 120px !important;
    min-height: 40px !important;
    font-size: 16px;
    line-height: 26px;
  }
  .to2 {
    margin-top: 20px;
  }
  .to2_list .box {
    padding: 15px 0px 12px;
    gap: 15px;
  }
  .to2_list .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
  }
  .to2_list .describe {
    margin-top: 6px;
  }
  .to2_list .links {
    font-size: 15px;
    line-height: 26px;
  }
  .to2_list .input_links {
    padding: 4px 12px;
  }
  .pub_menu .menuOne_box {
    font-size: 16px;
    line-height: 28px;
  }
  .pub_menu .menu_list > li {
    margin-top: 16px;
  }
  .pub_menu .menu_list1 li {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .pub_menu .menu_list1 a::before {
    top: 10px;
  }
  .tt1_title {
    font-size: 22px;
    line-height: 32px;
  }
  .tt1 {
    padding: 60px 0px;
  }
  .tt1_l .describe {
    margin-top: 8px;
  }
  .tt1_l .buttonBox {
    margin-top: 25px;
  }
  .tt1_l .share_box {
    margin-top: 20px;
  }
  .tt_title {
    font-size: 26px;
    line-height: 36px;
  }
  .tt2 {
    padding-bottom: 60px;
  }
  .tt2 .describe {
    margin-top: 10px;
  }
  .tt3 {
    padding-bottom: 60px;
  }
  .tt3 .describe {
    margin-top: 12px;
  }
  .tt4 {
    padding-bottom: 60px;
  }
  .tt4_container .title {
    font-size: 18px;
  }
  .tt4_container .logo {
    width: 20px;
  }
  .tt4_container figure {
    padding: 20px;
  }
  .tt4_container .faq_a {
    margin-top: 12px;
    padding-bottom: 0px;
  }
  .tt5 {
    padding: 60px 0px !important;
  }
  .tt5_list {
    margin-top: 20px;
  }
  .tt5_list li {
    gap: 18px;
  }
  .tt5_r {
    padding: 30px 40px 40px;
  }
  .tt5_r form {
    gap: 16px 0px;
    margin-top: 16px;
  }
  .tt5_r form .yzm {
    margin-right: 16px;
  }
  .tho1_titles .top_title {
    font-size: 48px;
    line-height: 56px;
  }
  .tho1_titles .top_title span {
    font-size: 38px;
  }
  .tho1_titles .center_title {
    font-size: 68px;
    line-height: 76px;
  }
  .tho1_titles .bottom_title {
    font-size: 38px;
    line-height: 46px;
  }
  .tho1 {
    padding: 60px 0px;
  }
  .tho1 .tho1_titles {
    margin-top: 30px;
  }
  .tho1 .top_r {
    width: 50%;
  }
  .tho1_container {
    margin-top: 30px;
  }
  .tho1_list {
    margin-top: 25px;
  }
  .tho1_list .big_num {
    font-size: 46px;
    line-height: 56px;
  }
  .tho1_list .big_num_text {
    margin-top: 4px;
  }
  .tho2 {
    padding: 60px 0px 0px;
  }
  .tho2 .sw_box {
    margin-top: 40px;
  }
  .tho3 {
    padding: 60px 0px;
  }
  .tho3_container figure {
    padding: 12px 0px;
  }
  .tho3_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho4 {
    padding: 60px 0px;
  }
  .tho4 .top_r {
    padding-top: 0px;
  }
  .tho4 .describe {
    margin-top: 10px;
  }
  .tho4 .sw_box {
    margin-top: 30px;
  }
  .tho4 .swiper-slide {
    width: 172px;
    margin-right: 25px;
  }
  .fuo1 {
    padding: 60px 0px;
  }
  .fuo1_list {
    gap: 30px 5.642%;
  }
  .fuo1_list .title {
    font-size: 18px;
    margin-top: 12px;
  }
  .fuo1_list li {
    padding: 20px 16px 25px;
  }
  .fuo1_list .describe {
    margin-top: 6px;
  }
  .fut1 {
    padding: 60px 0px;
  }
  .fut1 .share_box {
    margin-top: 15px;
  }
  .fut1 .describe {
    margin-top: 15px;
    padding: 15px 0px 20px;
  }
  .fut1 .describe em{
    font-size: 20px;
    line-height: 28px;
  }
  .fut1 .describe strong{
    font-size: 16px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_l .describe {
    margin-top: 10px;
  }
  .fo2 {
    padding: 60px 0px 20px;
  }
  .fo2 .text {
    font-size: 18px;
    line-height: 28px;
  }
  .fo2_list .number {
    font-size: 70px;
    line-height: 110px;
  }
  .fo2_list .logo {
    width: 50px;
  }
  .fo2_list .logo_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .fo3 {
    padding: 60px 0px;
  }
  .fo3 .describe {
    margin-top: 10px;
  }
  .fo4 {
    padding: 60px 0px;
  }
  .fo4_list {
    margin-top: 30px;
    gap: 20px 2%;
  }
  .fo4_list li {
    width: 23.5%;
    padding: 20px;
  }
  .fo4_list .logo {
    width: 60px;
  }
  .fo4_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .fo4_list .describe {
    padding-right: 0px;
    margin-top: 6px;
  }
  .fo5 {
    padding-bottom: 60px;
  }
  .fo5_list {
    margin-top: 30px;
  }
  .fo5_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fo5_list .box {
    padding: 15px 15px 0px;
  }
  .so1 {
    padding: 60px 0px;
  }
  .so1_list {
    margin-top: 30px;
  }
  .so1_list .imgBox::before {
    display: none;
  }
  .so1_list .name {
    font-size: 18px;
    margin-top: 12px;
    line-height: 28px;
  }
  .so2 {
    padding-bottom: 60px;
  }
  .so2_r {
    padding-bottom: 0px;
  }
  .so2_r .describe {
    padding-top: 0px;
  }
  .so2_r .describe em {
    font-size: 18px;
    margin: 15px 0px 4px;
  }
  .so3 {
    padding: 60px 0px 40px;
  }
  .so3 .text {
    margin-top: 20px;
  }
  .so4 {
    padding-bottom: 60px;
  }
  .so4 .logo {
    width: 60px;
  }
  .so4 a {
    padding: 20px 16px;
  }
  .so4 .name {
    font-size: 24px;
    line-height: 32px;
    padding-left: 10px;
  }
  .st1 {
    padding: 60px 0px;
  }
  .st1_container .title {
    font-size: 18px;
  }
  .st1_container .logo {
    width: 20px;
  }
  .st1_container figure {
    padding: 20px;
  }
  .st1_container .faq_a {
    margin-top: 12px;
    padding-bottom: 0px;
  }
  .sth1 {
    padding: 60px 0px;
  }
  .sth1_list {
    gap: 30px 3.1775%;
  }
  .sth1_list .name {
    margin-top: 12px;
  }
  .sfu1 {
    padding: 60px 0px;
  }
  .sfu1_container {
    gap: 30px 0px;
  }
  .sfu1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .sfu1_container .links {
    margin-top: 20px;
  }
  .sfu1_container .logo {
    width: 80px;
  }
  .sfu1_container .r_box {
    padding-top: 8px;
  }
  .seo1 {
    padding: 60px 0px;
  }
  .set {
    padding: 60px 0px 0px;
  }
  .set_container .share_box {
    margin-top: 8px;
  }
  .set_container .describe {
    margin-top: 15px;
    padding: 15px 0px 20px;
  }
  .eo1 {
    padding: 60px 0px;
  }
  .eo1 figure {
    padding: 30px 25px 25px;
  }
  .eo1 .logo {
    margin-top: 3px;
  }
  .eo1 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .eo1 .r_box {
    margin-right: 0px;
    width: 120px;
  }
  .eo1 .name {
    margin-top: 4px;
  }
  .eo1 .eo1_list {
    margin-top: 15px;
    gap: 10px;
  }
  .eo1 li {
    gap: 12px;
  }
  .eo2 {
    padding: 60px 0px;
  }
  .eo2_l {
    padding: 0px;
  }
  .eo2_l form {
    gap: 16px 0px;
    margin-top: 16px;
  }
  .eo2_l form .yzm {
    margin-right: 16px;
  }
  .new_title {
    font-size: 24px;
    line-height: 32px;
  }
  .public_new {
    padding-top: 0px;
  }
  .new_list {
    margin-top: 15px;
    gap: 20px;
  }
  .new_list li {
    padding: 20px;
  }
  .new_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .new_list .describe {
    margin-top: 6px;
  }
  .new_list .time {
    margin-top: 8px;
  }
  .public_pro {
    padding: 60px 0px;
  }
  .public_pro .sw_box {
    margin-top: 20px;
  }
  .public_pro .title {
    font-size: 18px;
  }
  .public_pro .box {
    padding: 12px 0px;
  }
  .public_pro .container {
    padding: 16px 18px;
  }
  .public_pro .describe {
    margin-top: 6px;
  }
  .public_pro .links {
    margin-top: 12px;
  }
  footer {
    padding: 40px 0px 30px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .list {
    font-size: 15px;
    line-height: 32px;
    margin-top: 10px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
  }
  footer form input {
    height: 40px;
  }
  footer form .yzm span {
    height: 40px;
  }
  .footer_a > * {
    margin: 0px !important;
  }
  .footer_a .ul4,
  .footer_a .ul3 {
    min-width: 160px;
  }
  .footer_a .ul1,
  .footer_a .ul2 {
    min-width: 120px;
  }
  .footer_b {
    margin-top: 25px;
  }
  .footer_b_l {
    font-size: 15px;
  }
  .buttonBox a {
    min-width: 120px !important;
    min-height: 40px !important;
    font-size: 16px;
    line-height: 26px;
  }
  .swiper_button .controls {
    width: 42px;
  }
  .swiper_button .mask_box {
    width: 15px;
  }
  .PageNumber {
    margin-top: 40px !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;
  }
  .PageNumber input {
    font-size: 15px;
    line-height: 26px;
    padding: 0px 12px;
  }
  .page_change {
    padding-top: 30px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .logo img {
    max-width: 10px;
  }
  .alert_container {
    padding: 30px 45px 50px;
  }
  .alert_container form {
    gap: 16px 0px;
    margin-top: 16px;
  }
  .alert_container form .yzm {
    margin-right: 16px;
  }
  #close {
    width: 36px;
  }
}
@media screen and (max-width: 1250px) {
  header .sousuo .search {
    font-size: 20px;
  }
  header .center {
    gap: 22px;
  }
  header .menuOne {
    font-size: 15px;
  }
  .index1 {
    padding-top: 60px;
  }
  .index1 .content {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .index1 figure {
    transform: none !important;
  }
  .index5 {
    padding: 6% 0px 60px;
  }
  .fo2_list .number {
    display: none;
  }
  .fo2_list li {
    width: 23.5%;
    aspect-ratio: initial;
    border: none !important;
    align-items: flex-start;
  }
  .fo2_list .box {
    flex: none;
    width: 100%;
    margin-right: 0px;
    padding-bottom: 0px;
  }
  .so1_list {
    gap: 30px calc(calc(100% - 700px) / 4);
  }
  .so1_list::before {
    top: 70px;
  }
  .so1_list li {
    width: 140px;
  }
}
@media screen and (max-width: 1100px) {
  header {
    padding: 10px 0px;
  }
  header .header_top {
    display: none;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .head_boxr {
    padding-right: 50px;
  }
  .header {
    transform: none;
  }
  .margin_top {
    margin-top: 66.56px;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #131c4e !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  .index_banner .controls {
    width: 32px;
    top: 42%;
  }
  .index_banner .controls img {
    width: 12px;
  }
  .index_banner .controls.prev {
    left: 20px;
  }
  .index_banner .controls.next {
    right: 20px;
  }
  .big_title {
    font-size: 20px;
    line-height: 28px;
  }
  .index4_title {
    font-size: 20px;
    line-height: 28px;
  }
  .index1 {
    padding-top: 30px;
  }
  .index1 .logo {
    width: 32px;
  }
  .index1 figure {
    padding: 20px 14px;
  }
  .index1 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .text_box {
    padding: 5px 12px 12px;
  }
  .index2 .text_box .title {
    font-size: 15px;
    line-height: 24px;
  }
  .index2 .describe {
    margin-top: 4px;
  }
  .index2 .swiper_button {
    margin-top: 15px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .buttonBox {
    margin-top: 15px;
  }
  .index3_r .describe {
    margin-top: 4px;
  }
  .index3_list {
    margin-top: 15px;
    gap: 10px 0px;
  }
  .index3_list .big_num {
    font-size: 26px;
    line-height: 36px;
  }
  .index3_list .text {
    margin-top: 2px;
  }
  .index4 .describe {
    margin-top: 4px;
  }
  .index4 .buttonBox {
    margin-top: 15px;
  }
  .index4_r {
    right: 0;
  }
  .index5 {
    padding: 6% 0px 30px;
  }
  .index5_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .index5_list li {
    width: 32%;
    padding: 12px;
  }
  .index5_list .title {
    font-size: 15px;
    margin-top: 6px;
    line-height: 24px;
  }
  .index5_list .describe {
    margin-top: 2px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6_container {
    margin-top: 15px;
    gap: 15px;
  }
  .index6_container .time {
    font-size: 16px;
    line-height: 26px;
  }
  .index6_container .links {
    margin-top: 8px;
  }
  .index6_container figure {
    padding: 14px;
  }
  .index6_container .time_box {
    margin-top: 0px;
    margin-right: 2%;
  }
  .index6_container .l_box {
    gap: 4%;
  }
  .index6_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index6_container .describe {
    margin-top: 4px;
  }
  .index6_container .r_box {
    padding-bottom: 0px;
  }
  .bannerBox {
    padding-top: 180px !important;
  }
  .bannerBox .banner_title {
    font-size: 24px;
    line-height: 32px;
  }
  .mbx {
    font-size: 14px;
    line-height: 24px;
  }
  .to1_title {
    font-size: 20px;
    line-height: 28px;
  }
  .to {
    padding: 30px 0px;
  }
  .to .content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .to_r {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }
  .to1 .describe {
    margin-top: 4px;
  }
  .to1 .read {
    margin-top: 12px;
  }
  .to1 .read span {
    font-size: 14px;
    line-height: 24px;
    min-width: 100px !important;
    min-height: 36px !important;
    padding: 4px 12px !important;
  }
  .to2_list {
    gap: 20px 2%;
  }
  .to2_list li {
    width: 32%;
    padding: 12px 15px;
  }
  .to2_list .box {
    padding: 8px 0px;
    gap: 12px;
  }
  .to2_list .title {
    font-size: 15px;
    line-height: 25px;
    min-height: 50px;
  }
  .to2_list .describe {
    margin-top: 4px;
  }
  .to2_list .links {
    font-size: 14px;
    line-height: 24px;
  }
  .tt1_title {
    font-size: 20px;
    line-height: 28px;
  }
  .tt1 {
    padding: 30px 0px;
  }
  .tt1 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .tt1 .tt1_r {
    width: 100%;
    max-width: 625px;
    margin: 0px auto;
  }
  .tt1_l {
    width: 100%;
    padding: 0px;
  }
  .tt1_l .describe {
    margin-top: 4px;
  }
  .tt1_l .buttonBox {
    margin-top: 12px;
  }
  .tt1_l .share_box {
    margin-top: 10px;
  }
  .tt_title {
    font-size: 20px;
    line-height: 28px;
  }
  .tt2 {
    padding-bottom: 30px;
  }
  .tt2 .describe {
    margin-top: 4px;
  }
  .tt3 {
    padding-bottom: 30px;
  }
  .tt3 .describe {
    margin-top: 4px;
  }
  .tt4 {
    padding-bottom: 30px;
  }
  .tt4_container {
    margin-top: 15px;
    gap: 12px;
  }
  .tt4_container figure {
    padding: 8px;
  }
  .tt4_container .logo {
    width: 14px;
  }
  .tt4_container .faq_a {
    margin-top: 2px;
  }
  .tt4_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .tt5 {
    padding: 30px 0px !important;
  }
  .tt5 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .tt5_r {
    padding: 20px 30px 30px;
    width: 100%;
  }
  .tt5_r form {
    margin-top: 12px;
    gap: 8px 0px;
  }
  .tt5_r form .tj {
    min-width: 160px;
  }
  .tt5_r form input,
  .tt5_r form textarea {
    font-size: 14px !important;
    line-height: 24px;
  }
  .tt5_r form input {
    height: 42px;
  }
  .tt5_r form .yzm span {
    height: 36px;
  }
  .tt5_l {
    width: 100%;
    flex: none;
    padding: 0px;
  }
  .tt5_list {
    margin-top: 12px;
    gap: 8px 4%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tt5_list li {
    width: 48%;
    gap: 12px;
  }
  .tt5_list li:nth-last-of-type(1) {
    width: 100%;
  }
  .tt5_list .logo {
    width: 38px;
    margin-top: 5px;
  }
  .tt5_list .flex_box {
    padding-top: 0px;
  }
  .tho1 {
    padding: 30px 0px;
  }
  .tho1 .tho1_titles {
    margin-top: 6px;
  }
  .tho1 .top_r {
    width: 66%;
  }
  .tho1_titles .top_title {
    font-size: 28px;
    line-height: 36px;
  }
  .tho1_titles .top_title span {
    font-size: 24px;
  }
  .tho1_titles .center_title {
    font-size: 36px;
    line-height: 44px;
  }
  .tho1_titles .bottom_title {
    font-size: 30px;
    line-height: 36px;
  }
  .tho1_container {
    margin-top: 15px;
  }
  .tho1_list {
    margin-top: 15px;
    gap: 10px 0px;
  }
  .tho1_list .big_num {
    font-size: 26px;
    line-height: 36px;
  }
  .tho1_list .big_num_text {
    margin-top: 2px;
  }
  .tho2 {
    padding: 30px 0px 0px;
  }
  .tho2 .public_top {
    align-items: center;
  }
  .tho2 .top_r {
    padding-top: 0px;
  }
  .tho2 .sw_box {
    margin-top: 15px;
  }
  .tho2 .name {
    margin-top: 6px;
  }
  .tho3 {
    padding: 30px 0px;
  }
  .tho3_r {
    padding-bottom: 0px;
    width: 40%;
  }
  .tho3_container {
    margin-top: 4px;
  }
  .tho3_container figure {
    padding: 6px 0px;
  }
  .tho3_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho3_container .describe {
    padding-right: 0px;
  }
  .tho4 {
    padding: 30px 0px;
  }
  .tho4 .describe {
    margin-top: 4px;
  }
  .tho4 .sw_box {
    margin-top: 15px;
  }
  .tho4 .swiper-slide {
    width: 130px;
    margin-right: 15px;
  }
  .tho4 .name {
    margin-top: 4px;
  }
  .fuo1 {
    padding: 30px 0px;
  }
  .fuo1_list {
    gap: 20px 2%;
  }
  .fuo1_list li {
    width: 32%;
    padding: 12px;
  }
  .fuo1_list .title {
    font-size: 15px;
    margin-top: 6px;
    line-height: 24px;
  }
  .fuo1_list .describe {
    margin-top: 2px;
  }
  .fut1 {
    padding: 30px 0px;
  }
  .fut1 .share_box {
    margin-top: 8px;
  }
  .fut1 .describe {
    margin-top: 6px;
    padding: 6px 0px;
  }
  .fut1 .describe em{
    font-size: 16px;
    line-height: 24px;
  }
  .fut1 .describe strong{
    font-size: 15px;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1 .describe {
    margin-top: 4px;
  }
  .fo1_l {
    padding-bottom: 0px;
  }
  .fo1_r {
    margin-right: 0px;
    padding: 10px;
  }
  .fo2 {
    padding: 30px 0px;
  }
  .fo2 .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .fo2_list {
    margin-top: 20px;
  }
  .fo2_list .logo {
    width: 42px;
  }
  .fo2_list .logo::before {
    width: 30px;
  }
  .fo2_list .logo_text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .fo2_container {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .fo2_container figure {
    display: block;
    padding: 16px 18px;
  }
  .fo2_container figure::before {
    display: none;
  }
  .fo2_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo2_container .describe {
    margin-top: 2px;
  }
  .fo3 {
    padding: 30px 0px;
  }
  .fo3 .describe {
    margin-top: 4px;
  }
  .fo3_l {
    padding: 30px 0px;
  }
  .fo3_l {
    padding: 12px;
  }
  .fo4 {
    padding: 30px 0px;
  }
  .fo4_list {
    margin-top: 15px;
    gap: 20px 4%;
    flex-wrap: wrap;
  }
  .fo4_list li {
    width: 48%;
  }
  .fo4_list .logo {
    width: 38px;
  }
  .fo4_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .fo4_list .describe {
    margin-top: 4px;
  }
  .fo5 {
    padding-bottom: 30px;
  }
  .fo5 .box {
    padding: 8px 0px 0px;
  }
  .fo5 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo5 .describe {
    margin-top: 4px;
  }
  .fo5_list {
    margin-top: 15px;
  }
  .so1 {
    padding: 30px 0px;
  }
  .so1_list {
    margin-top: 15px;
    gap: 20px 4%;
  }
  .so1_list::before {
    display: none;
  }
  .so1_list li {
    width: 16.8%;
  }
  .so1_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .so2 {
    padding-bottom: 30px;
  }
  .so2 .content {
    gap: 4%;
  }
  .so2_r .describe em {
    font-size: 15px;
    line-height: 24px;
    margin: 8px 0px 2px;
  }
  .so2_r .describe em::before {
    top: 4px;
  }
  .so3 {
    padding: 30px 0px;
  }
  .so3 .text {
    margin-top: 12px;
  }
  .so4 {
    padding-bottom: 30px;
  }
  .so4 a {
    padding: 12px 15px;
  }
  .so4 .name {
    font-size: 18px;
    line-height: 28px;
  }
  .so4 .logo {
    width: 52px;
  }
  .st1 {
    padding: 30px 0px;
  }
  .st1_container {
    gap: 12px;
  }
  .st1_container figure {
    padding: 8px;
  }
  .st1_container .logo {
    width: 14px;
  }
  .st1_container .faq_a {
    margin-top: 2px;
  }
  .st1_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .sth1 {
    padding: 30px 0px;
  }
  .sth1_list {
    gap: 15px 2%;
  }
  .sth1_list li {
    width: 32%;
  }
  .sth1_list .bofangBox {
    width: 42px;
  }
  .sth1_list .name {
    margin-top: 8px;
  }
  .sfu1 {
    padding: 30px 0px;
  }
  .sfu1_container {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .sfu1_container a {
    padding: 15px 12px 20px;
  }
  .sfu1_container .logo {
    width: 60px;
  }
  .sfu1_container figure {
    width: 100%;
  }
  .sfu1_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .sfu1_container .links {
    margin-top: 12px;
    gap: 6px;
  }
  .sfu1_container .links img {
    width: 24px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1_container figure {
    padding: 0px !important;
  }
  .set {
    padding: 30px 0px 0px;
  }
  .set .content {
    gap: 30px;
  }
  .set_container {
    width: 100%;
  }
  .set_container .share_box {
    margin-top: 6px;
  }
  .set_container .describe {
    margin-top: 6px;
    padding: 6px 0px;
  }
  .eo1 {
    padding: 30px 0px;
  }
  .eo1 .content {
    gap: 15px;
  }
  .eo1 figure {
    width: 100%;
    padding: 15px 20px 20px;
  }
  .eo1 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .eo1 .eo1_list {
    margin-top: 6px;
    gap: 4px;
  }
  .eo1 .logo {
    margin-top: 2px;
  }
  .eo1 li {
    gap: 6px;
  }
  .eo1 .r_box {
    width: 100px;
    padding-top: 0px;
  }
  .eo2 {
    padding: 30px 0px;
  }
  .eo2 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .eo2_l {
    width: 100%;
  }
  .eo2_l form {
    margin-top: 12px;
    gap: 8px 0px;
  }
  .eo2_l form .tj {
    min-width: 160px;
  }
  .eo2_l form input,
  .eo2_l form textarea {
    font-size: 14px !important;
    line-height: 24px;
  }
  .eo2_l form input {
    height: 42px;
  }
  .eo2_l form .yzm span {
    height: 36px;
  }
  .eo2_r {
    width: 100%;
    max-width: 547px;
  }
  .new_title {
    font-size: 20px;
    line-height: 28px;
  }
  .public_new {
    width: 100%;
  }
  .new_list {
    margin-top: 10px;
    gap: 15px;
  }
  .new_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .new_list .describe {
    margin-top: 6px;
  }
  .new_list .time {
    margin-top: 4px;
  }
  .public_pro {
    padding: 30px 0px;
  }
  .public_pro .sw_box {
    margin-top: 15px;
  }
  .public_pro .container {
    padding: 5px 12px 12px;
  }
  .public_pro .box {
    padding: 5px 0px 0px;
  }
  .public_pro .title {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
  }
  .public_pro .describe {
    margin-top: 4px;
  }
  .public_pro .links {
    margin-top: 6px;
  }
  .pub_menu {
    width: 100%;
    max-width: 100%;
  }
  .pub_menu .menuOne_box {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 15px;
  }
  .pub_menu .menu_list_logo {
    width: 18px;
  }
  .pub_menu .menu_list > li {
    margin-top: 8px;
  }
  .pub_menu .menu_list1 {
    padding: 6px 0px;
  }
  .pub_menu .menu_list1 li {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .pub_menu .menu_list1 a::before {
    left: -15px;
    top: 9px;
  }
  footer {
    padding: 20px 0px 40px;
    margin-top: 0px !important;
  }
  footer::before{
    display: none;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    width: 8px;
    display: block;
    filter: brightness(0) invert(1);
  }
  footer .list {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  footer form {
    margin-top: 6px;
    gap: 8px 0px;
  }
  footer .icBox {
    gap: 5px;
    padding-top: 0px;
  }
  footer .icBox a {
    width: 32px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_a > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_b {
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .footer_b_l {
    font-size: 14px;
    line-height: 24px;
    flex: none;
    width: 100%;
  }
  .swiper_button .controls {
    width: 32px;
  }
  .swiper_button .mask_box {
    width: 12px;
  }
  .buttonBox a {
    font-size: 14px;
    line-height: 24px;
    min-width: 100px !important;
    min-height: 36px !important;
    padding: 4px 12px !important;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px;
  }
  .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;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 26px;
    padding: 0px 10px;
  }
  .PageNumber .submit {
    gap: 2px;
  }
  .page_change {
    padding-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 14px;
  }
  .alert_container {
    padding: 30px;
  }
  .alert_container form {
    margin-top: 12px;
    gap: 8px 0px;
  }
  .alert_container form .tj {
    min-width: 160px;
  }
  .alert_container form input,
  .alert_container form textarea {
    font-size: 14px !important;
    line-height: 24px;
  }
  .alert_container form input {
    height: 42px;
  }
  .alert_container form .yzm span {
    height: 36px;
  }
  #close {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  header {
    padding: 8px 0px;
  }
  header .logoBox {
    width: 86px;
  }
  .nav {
    top: 16px;
  }
  .margin_top {
    margin-top: 56.03px;
  }
  .index1 figure {
    width: 32%;
  }
  .index4_r {
    top: 50%;
    transform: translateY(-50%);
  }
  .tho1 .public_top {
    gap: 6px;
    flex-wrap: wrap;
  }
  .tho1 .public_top .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .tho1 .public_top .top_r {
    width: 100%;
    padding: 0px !important;
  }
  .tho3 .content {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .tho3_l {
    width: 100%;
  }
  .tho3_r {
    width: 100%;
  }
  .tho4 .public_top {
    gap: 6px;
    flex-wrap: wrap;
  }
  .tho4 .public_top .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .tho4 .public_top .top_r {
    text-align: center;
    width: 100%;
    padding: 0px !important;
  }
  .so2 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .so2_r {
    width: 100%;
  }
  .so2_l {
    width: 100%;
    flex: none;
  }
  .so4 .content {
    gap: 15px 4%;
  }
  .so4 figure {
    width: 48%;
  }
  .sth1_list li {
    width: 49%;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .alert_container {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  /*.index_banner {*/
  /*  padding-top: 80% !important;*/
  /*}*/
  .index_banner .controls {
    top: 50%;
  }
}
@media screen and (max-width: 600px) {
  .index1 .content {
    flex-wrap: wrap;
    gap: 20px 2%;
    justify-content: flex-start;
  }
  .index1 figure {
    width: 49%;
  }
  .index3 .content {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .index3_l {
    width: 100%;
    padding: 20px;
    margin: 0px !important;
  }
  .index3_r {
    width: 100%;
  }
  .index5_list li {
    width: 49%;
  }
  .to2_list li {
    width: 49%;
  }
  .tho1_list {
    flex-wrap: wrap;
    gap: 15px 4%;
  }
  .tho1_list li {
    width: 48%;
  }
  .fuo1_list li {
    width: 49%;
  }
  .fo1 .content {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .fo1_l {
    width: 100%;
    flex: none;
  }
  .fo1_r {
    width: 100%;
    max-width: 500px;
  }
  .fo2_list {
    gap: 15px 4%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .fo2_list li {
    width: 48%;
  }
  .fo3 .content {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .fo3_l {
    width: 100%;
    max-width: 500px;
  }
  .fo3_r {
    width: 100%;
  }
  .so1_list {
    gap: 20px 5%;
  }
  .so1_list li {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .index4_r {
    position: relative;
    top: 0px;
    transform: none;
    width: 100%;
  }
  .index4 .content {
    padding: 30x 0px;
    flex-wrap: wrap;
  }
  .index4_l {
    width: 100%;
    max-width: 100%;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index6_container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0px;
    justify-content: space-between;
  }
  .index6_container figure {
    flex-wrap: wrap;
    width: 49%;
  }
  .index6_container .img_box {
    width: 100%;
    max-width: 100%;
  }
  .index6_container .r_box {
    width: 100%;
    flex: none;
  }
  .index6_container .time_box {
    text-align: left;
  }
  .index6_container .links {
    justify-content: flex-start;
    margin-top: 4px;
  }
  .index6_container .l_box {
    flex: none;
    max-width: 100%;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
  }
  .index6_container .time {
    font-size: 14px;
    line-height: 24px;
  }
  .tt1 .pic-btn {
    width: 24px;
  }
  .tt5_list li {
    width: 100%;
  }
  .tt5_r form .int1 {
    width: 100%;
  }
  .tt5_r form .yzm {
    flex: none;
    width: 100%;
    margin-right: 0px;
  }
  .tt5_r form .tj {
    width: 100%;
    min-width: 100%;
  }
  .tho2 .swiper_button {
    justify-content: center;
  }
  .tt5_r {
    padding: 20px;
  }
  .fo4_list li {
    width: 100%;
  }
  .fo5_list li {
    width: 100%;
  }
  .so4 figure {
    width: 100%;
  }
  .eo1 figure {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .eo1 .l_box {
    flex: none;
    width: 100%;
  }
  .eo2_l form .int1 {
    width: 100%;
  }
  .eo2_l form .yzm {
    flex: none;
    width: 100%;
    margin-right: 0px;
  }
  .eo2_l form .tj {
    width: 100%;
    min-width: 100%;
  }
  .public_pro .swiper_button {
    justify-content: center;
  }
  .public_top {
    gap: 6px;
    flex-wrap: wrap;
  }
  .public_top .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .public_top .top_r {
    width: 100%;
    padding: 0px !important;
  }
  .alert_container {
    padding: 20px;
  }
  .alert_container form .int1 {
    width: 100%;
  }
  .alert_container form .yzm {
    flex: none;
    width: 100%;
    margin-right: 0px;
  }
  .alert_container form .tj {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  header .content {
    width: calc(100% - 40px) !important;
  }
  .index1 figure {
    width: 100%;
  }
  .index5_list li {
    width: 100%;
  }
  .index6_container {
    justify-content: center;
  }
  .index6_container .title{
    font-size: 14px;
    line-height: 24px;
  }
  /* .index6_container figure {
    width: 100%;
    max-width: 240px;
  } */
  .to2_list {
    justify-content: center;
  }
  .to2_list li {
    width: 100%;
    max-width: 300px;
  }
  .fuo1_list li {
    width: 100%;
  }
  .so1_list {
    gap: 15px 4%;
  }
  .so1_list li {
    width: 48%;
  }
  .sth1_list li {
    width: 100%;
  }
  .seo1_container figure {
    max-width: 220px;
  }
  .public_pro .title {
    min-height: auto;
  }
  .PageNumber {
    justify-content: center;
  }
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1768812610691") format("woff"), url("iconfont.ttf?t=1768812610691") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\e65c";
}
.icon-facebook2:before {
  content: "\e6e5";
}
.icon-Linkedin:before {
  content: "\e684";
}
.icon-TiktokLogo:before {
  content: "\e71f";
}
.icon-Youtube:before {
  content: "\e880";
}
.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-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-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";
}
