@import url("swiper-bundle.min.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  height: 100%;
  scroll-behavior: smooth;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #666;
  background: #fff;
  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% - 240px);
}
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: 60px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bbb;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #024487;
}
@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: #024487;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #8fc326;
  right: 2.5%;
  top: 17px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  transition: all 0.8s ease;
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #fff;
}
header .content {
  width: calc(100% - 60px) !important;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
  gap: 63px;
}
header .logoBox {
  width: 142px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .logo_text {
  font-size: 12px;
  font-weight: bold;
  color: #024487;
}
header .menuOne.active > a {
  color: #8fc326;
}
header .menuOne.menuactive > a {
  color: #8fc326;
}
header .menuOne {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #024487;
}
header .menuOne > a {
  color: #024487;
  padding: 35px 0px 34px;
  position: relative;
}
header .menuOne > a:hover {
  color: #8fc326;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .header_l {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .sousuo {
  margin-left: 40px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #024487;
  font-size: 18px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #8fc326;
}
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: #024487;
}
header .sousuo .search_hide:hover {
  color: #8fc326;
}
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: #024487;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #8fc326;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 54px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 3px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #024487;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #8fc326;
  }
}
header .lang .lang_box .lang2 {
  width: 21px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #024487;
}
header .lang .lang_box .lang1 {
  width: 8px;
  aspect-ratio: 8/4;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #024487;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 26px;
  color: #024487;
  transition: 0.3s;
  margin-right: 3px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #024487;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #024487;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #024487;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .header_r {
  display: flex;
  align-items: center;
}
header .dif_ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
header .dif_ul_container {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
  max-height: calc(100vh - 120px);
}
header .dif_ul_container::-webkit-scrollbar {
  width: 4px;
}
header .dif_ul_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8fc326;
}
header .dif_ul_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: #024487;
}
header .dif_ul_menu {
  background: #f5f5f5;
  width: 24.143%;
  padding: 22px 0px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
header .dif_ul_menu figure {
  padding: 15px 69px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
header .dif_ul_menu figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #8fc326;
  transition: 0.3s;
  opacity: 0;
}
header .dif_ul_menu .active {
  background: #fff;
  color: #024487;
}
header .dif_ul_menu .active>a{background: #fff; color: #024487; }
header .dif_ul_menu .active::before {
  opacity: 1;
}
header .dif_ul_menu_container {
  flex: 1;
  padding: 45px 108px 55px 115px;
}
header .dif_ul_menu_container .box {
  display: none;
}
header .dif_ul_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7.90533333%;
}
header .dif_ul_list li {
  width: 19.071%;
}
header .title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  margin-top: 15px;
}
header .title a {
  color: #666;
}
header .title a:hover {
  color: #8fc326;
}
header .dif_ul_style {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
header .dif_ul_container_style {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 13px 0px 17px;
  gap: 20px 86px;
}
header .dif_ul_container_style a {
  display: block;
  color: #333;
  position: relative;
  padding: 5px 0px;
}
header .dif_ul_container_style a::before {
  content: "";
  position: absolute;
  width: 0px;
  transition: 0.4s;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom: 1px solid #024487;
}
header .dif_ul_container_style a:hover {
  color: #024487;
}
header .dif_ul_container_style a:hover::before {
  width: 100%;
}
header .dif_ul_container_style .active {
  color: #024487;
}
header .dif_ul_container_style .active::before {
  width: 100%;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  min-width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 300px;
  background: #8fc326;
  font-size: 18px;
  color: #fff;
  gap: 14px;
  padding: 4px 21.5px;
  min-height: 50px;
}
.buttonBox a:hover {
  background: #024487;
}
.buttonBox img {
  width: 21px;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 31.25%;
  position: relative;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 49.8%;
  transform: translate(-50%, -50%);
}
.mbx {
  padding-top: 0px !important;
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 35px;
  gap: 16px;
}
.mbx a {
  color: #fff;
  display: inline;
}
.mbx a:hover {
  color: #8fc326;
}
.mbx .logo img {
  filter: brightness(0) invert(1);
}
.mbx .container {
  flex: 1;
}
.banner_title {
  font-family: Arial;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  line-height: 64px;
  color: #fff;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 13px;
  flex-wrap: wrap;
  margin-top: 99px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #024487;
  color: #fff;
  border: 1px solid #024487;
}
.PageNumber a:nth-of-type(1) {
  width: 100px;
}
.PageNumber a:nth-last-of-type(1) {
  width: 80px;
}
.PageNumber .active {
  background: #024487;
  color: #fff;
  border: 1px solid #024487;
}
.margin_top {
  margin-top: 99px;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index_banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index_banner .swiper-slide iframe {
  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%);
  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%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
/*@media screen and (max-width: 992px) {*/
/*  .index_banner .swiper-slide video {*/
/*    object-position: inherit;*/
/*    object-fit: inherit;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transform: translate(0, 0);*/
/*    left: 0;*/
/*    top: 0;*/
/*  }*/
/*}*/
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 29px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 12px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  display: block;
  margin: 0px !important;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.big_title {
  font-size: 54px;
  font-style: normal;
  font-weight: bold;
  line-height: 64px;
  color: #024487;
}
.big_title span {
  color: #8fc326;
  display: inline;
}
.big_title a {
  color: #024487;
}
.big_title a:hover {
  color: #8fc326;
}
.big_title.white_title {
  color: #fff;
}
.big_title.white_title a {
  color: #fff;
}
.big_title.white_title a:hover {
  color: #8fc326;
}
.title_center {
  text-align: center;
}
.big_describe {
  font-size: 18px;
  line-height: 30px;
}
.index1_title {
  color: #024487;
  font-family: Arial;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
}
.index1_title a {
  color: #024487;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_title a:hover {
  color: #8fc326;
}
.index1 {
  padding: 99px 0px 100px;
  position: relative;
}
.index1 .xian {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #d9d9d9;
}
.index1 .xian span {
  position: sticky;
  top: 120px;
  height: 320px;
  width: 100%;
  background: #024487;
}
.index1_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 54px;
  position: relative;
}
.index1_l {
  width: 40%;
  padding-left: 81px;
  padding-top: 76px;
}
@media screen and (min-width: 993px) {
  .index1_l .swiper-wrapper {
    display: block;
  }
  .index1_l .swiper-slide {
    margin-bottom: 144px;
  }
  .index1_l .swiper-slide:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
}
.index1_l .describe {
  color: #666;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.index1_l .describe p {
  padding-left: 25px;
  position: relative;
}
.index1_l .describe p::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #353d42;
}
.index1_l .buttonBox {
  margin-top: 39px;
}
.index1_l .imgBox {
  display: none;
  border-radius: 20px;
  overflow: hidden;
}
.index1_r {
  width: 54%;
  position: sticky;
  top: 120px;
}
.index1_r_list {
  width: 100%;
  aspect-ratio: 756/530;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
.index1_r_list img {
  border-radius: 26px;
}
.index1_r_list li {
  position: absolute;
  transition: 0s;
}
.index1_r_list li:nth-of-type(1) {
  z-index: 20;
}
.index1_r_list li:nth-of-type(2) {
  z-index: 19;
}
.index1_r_list li:nth-of-type(3) {
  z-index: 18;
}
.index1_r_list li:nth-of-type(4) {
  z-index: 17;
}
.index2 {
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 96px 0px 75px;
}
.index2 .describe {
  color: #666;
  max-width: 555px;
  margin-top: 8px;
}
.index2 .buttonBox {
  margin-top: 46px;
}
.index2_container {
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  overflow: hidden;
  padding: 44px 0px 45px;
  display: flex;
  margin-top: 135px;
}
.index2_container .vr_name {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.index2_list {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0px 50px 0px 58px;
  gap: 20px;
}
.index2_list .j-hdata1::before {
  content: attr(title);
  display: block;
  height: 0px;
  overflow: hidden;
}
.index2_list li {
  padding: 24px 0px 11px;
}
.index2_list .name {
  color: #333;
}
.index2_list .big_num {
  display: flex;
  align-items: center;
  font-size: 56px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  color: #024487;
}
.index2_list .big_num_after {
  color: #024487;
  margin-bottom: 9px;
}
.index2_list .number_box {
  display: flex;
  align-items: flex-end;
  margin-top: 18px;
  gap: 3px;
}
.index2_r {
  width: 14%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 20px 0px;
}
.index2_r .vr {
  display: block;
  width: 80px;
}
.index3 {
  padding: 100px 0px 99px;
}
.index3 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index3 .title {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.3s;
  margin-top: 28px;
  padding-bottom: 21px;
}
.index3 .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;
}
.index3 .title a:hover {
  color: #024487;
}
.index3 .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: 25px;
}
.index3 .sw_box {
  margin-top: 60px;
}
.index3 .swiper-slide:hover .title {
  border-bottom: 1px solid #024487;
  color: #024487;
}
.index3 .swiper-slide:hover .title a {
  color: #024487;
}
.index3 .swiper-slide:hover .imgBox img {
  transform: scale(1.05);
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0px 117px;
}
.index4_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
.index4_list li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--i);
  padding: 39px 24px 43px;
}
@media screen and (min-width: 993px) {
  .index4_list li:hover {
    background: #fff;
  }
  .index4_list li:hover .title {
    color: #024487;
  }
  .index4_list li:hover .title a {
    color: #024487;
  }
  .index4_list li:hover .title a:hover {
    color: #8fc326;
  }
  .index4_list li:hover .describe {
    color: #024487;
  }
  .index4_list li:hover .links a {
    color: #024487;
  }
  .index4_list li:hover .links a:hover {
    color: #8fc326;
  }
  .index4_list li:hover .links a:hover .logo {
    background: #8fc326;
  }
  .index4_list li:hover .logo {
    background: #024487;
  }
}
.index4_list .title {
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 37px;
  color: #fff;
}
.index4_list .title a {
  color: #fff;
}
.index4_list .title a:hover {
  color: #8fc326;
}
.index4_list .describe {
  line-height: 28px;
  color: #fff;
  margin-top: 11px;
  transition: 0.3s;
}
.index4_list .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 21px;
}
.index4_list .links a {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}
.index4_list .links a:hover {
  color: #8fc326;
}
.index4_list .links a:hover .logo {
  background: #8fc326;
}
.index4_list .links span {
  transition: 0s;
}
.index4_list .logo {
  width: 16px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index4_la.png");
  -webkit-mask-image: url("../images/index4_la.png");
  background: #fff;
  transition: 0.3s;
}
.index5 {
  display: flex;
  flex-wrap: wrap;
}
.index5 figure {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 115px 100px 108px;
}
.index5 .title {
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  margin-top: 8px;
}
.index5 .describe {
  margin-top: 23px;
  color: #fff;
  max-width: 580px;
}
.index5 .buttonBox {
  margin-top: 37px;
}
.index5 .buttonBox a {
  font-size: 16px;
  padding: 4px 30px;
  gap: 21px;
}
.index5 figure:nth-of-type(2) .buttonBox a {
  background: #024487;
}
.index5 figure:nth-of-type(2) .buttonBox a:hover {
  background: #8fc326;
}
.index6 {
  padding: 100px 0px 129px;
  background: #efefef;
}
.index6 .text {
  color: #666;
  text-align: center;
  margin-top: 17px;
}
.index6 .turn_page {
  margin-top: 49px;
}
.index6 .turn_page #box {
  position: relative;
}
.index6 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 31.28571429%;
}
.index6 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.index6 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index6 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.index6 .turn_page #box li:nth-of-type(5) .title {
  display: block;
}
.index6 .title {
  display: none;
  position: absolute;
  color: #333;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -53px;
}
.index6 .controls {
  width: 38px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #024487;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  margin-bottom: 8.7%;
}
.index6 .controls:hover {
  background: #8fc326;
}
.index6 .controls img {
  width: auto;
}
.index6 .controls.prev {
  left: -22px;
  transform: translateX(-100%);
}
.index6 .controls.next {
  right: -22px;
  transform: translateX(100%);
}
.index_banner .controls {
  width: 38px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #024487;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: 1;
}
.index_banner .controls:hover {
  background: #8fc326;
}
.index_banner .controls img {
  width: auto;
}
.index_banner .controls.controls_prev {
  left: 20px;
}
.index_banner .controls.controls_next {
  right: 20px;
}
.index6 .sw_box {
  position: relative;
}
.index7 {
  padding: 100px 0px 0px;
  overflow: hidden;
}
.index7 .big_title {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
}
.index7 .sw_box {
  margin-top: 39px;
}
.index7 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index7 figure {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}
.index7 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.index7 .swiperindex7-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  z-index: 2;
  margin-top: 83px;
}
.index7 .swiper-pagination-bullet {
  width: 27px;
  height: 4px;
  background-color: #212121;
  border-radius: 50px;
  opacity: 0.2;
  display: block;
  margin: 0px !important;
}
.index7 .swiper-pagination-bullet-active {
  width: 50px;
  background: #024487;
  opacity: 1;
}
.index7 .swiper-slide-visible {
  pointer-events: all;
}
.index7 .swiper-slide-visible figure {
  opacity: 1;
}
.index8 {
  padding: 100px 0px 99px;
}
.index8 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.index8 .buttonBox a {
  background: #024487;
  min-width: 195px;
  font-size: 16px;
}
.index8 .buttonBox a:hover {
  background: #8fc326;
}
.index8_container {
  margin-top: 59px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index8_container .time {
  color: #a9afb2;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.index8_container .box {
  padding: 29px 0px 0px;
}
.index8_container .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin-top: 11px;
}
.index8_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;
}
.index8_container .title a:hover {
  color: #024487;
}
.index8_container .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: 10px;
}
.index8_l {
  width: 45%;
}
.index8_l .imgBox {
  border-radius: 25px;
  overflow: hidden;
}
.index8_l:hover .imgBox img {
  transform: scale(1.05);
}
.index8_l:hover .title a {
  color: #024487;
}
.index8_r {
  display: flex;
  flex-direction: column;
  width: 50.715%;
  padding-top: 10px;
  gap: 30px;
}
.index8_r figure {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 26px;
}
.index8_r figure:nth-last-of-type(1) {
  border-bottom: none;
  padding-bottom: 0px;
}
.index9 {
  height: 200vh;
  position: relative;
}
.index9 .box {
  width: 50.715%;
}
.index9 .title {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 100px;
  font-style: normal;
  font-weight: bold;
  line-height: 115px;
  opacity: 0;
  transform: translateY(40%);
  filter: blur(20px);
}
.index9_container {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.index9_container .content {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 5;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index9_img {
  position: sticky;
  top: 0;
  height: 100vh;
}
.index9_img figure {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.index9_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100vh;
}
.index9_img figure:nth-of-type(1) {
  z-index: 3;
}
.index9_img figure:nth-of-type(2) {
  z-index: 2;
}
.index9_img figure:nth-of-type(3) {
  z-index: 1;
}
.oo1 {
  position: relative;
  z-index: 1;
  padding: 96px 0px 127px;
}
.oo1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1318px;
  background: url("../images/oo1_back.jpg") no-repeat center;
  background-size: cover;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.oo1_form {
  display: flex;
  justify-content: flex-end;
}
.oo1_form form {
  border-bottom: 2px solid #666;
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-right: 12px;
}
.oo1_form form .input_form {
  flex: 1;
}
.oo1_form form .input_form input {
  width: 100%;
  height: 38px;
}
.oo1_form form input,
.oo1_form form textarea {
  border-radius: 0px;
  border: none;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px;
  resize: none;
  outline: none;
  display: block;
}
.oo1_form form input::placeholder,
.oo1_form form input::-webkit-input-placeholder,
.oo1_form form textarea::placeholder {
  color: #999;
}
.oo1_form form .submit {
  font-size: 18px;
  color: #024487;
  cursor: pointer;
  transition: 0.3s;
}
.oo1_form form .submit:hover {
  color: #8fc326;
}
.oo1_container {
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.oo1_container .describe {
  margin-top: 32px;
}
.oo1_r {
  width: 76%;
}
.oo1_r .title {
  color: #333;
}
.oo1_r .describe {
  color: #666;
}
.oo1_r figure:not(:nth-of-type(1)) {
  margin-top: 53px;
}
.oo1_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
  gap: 34px 3.4835%;
}
.oo1_list li {
  width: 31.011%;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 26px;
}
@media screen and (min-width: 993px) {
  .oo1_list li:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .oo1_list li:hover .name {
    color: #024487;
  }
  .oo1_list li:hover .name a {
    color: #024487;
  }
}
.oo1_list .name {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  text-align: center;
  padding: 0px 15px;
  margin-top: 20px;
}
.oo1_list .name a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oo1_list .name a:hover {
  color: #024487;
}
.oo2 {
  padding: 111px 0px 14px;
}
.oo2 .describe {
  color: #666;
  margin-top: 15px;
}
.oo2 .describe em {
  font-style: normal;
  font-weight: bold;
}
.oo2 figure {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.oo2 .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  background: #024487;
  color: #fff;
  padding: 9px 30px;
}
.oo2_container {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 53px;
}
.ot1_title {
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 46px;
  color: #024487;
}
.ot1 {
  padding: 100px 0px;
  background: url("../images/ot1_back.jpg") no-repeat center;
  background-size: cover;
}
.ot1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ot1_l {
  margin-left: 48px;
  width: 43.715%;
  display: flex;
  align-items: flex-start;
}
.ot1_l .sw_box {
  position: relative;
  width: 100%;
}
.ot1_l .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
.ot1_l .mask_box {
  position: absolute;
  top: 50%;
  width: 13px;
  aspect-ratio: 13/23;
  transition: 0.3s;
  background: #888;
  cursor: pointer;
}
.ot1_l .mask_box:hover {
  background: #024487;
}
.ot1_l .mask_box.prev {
  mask-image: url("../images/ot1_la.png");
  -webkit-mask-image: url("../images/ot1_la.png");
  transform: translate(-100%, -50%);
  left: -22px;
}
.ot1_l .mask_box.next {
  mask-image: url("../images/ot1_lb.png");
  -webkit-mask-image: url("../images/ot1_lb.png");
  transform: translate(100%, -50%);
  right: -22px;
}
.ot1_r {
  width: 47.143%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7% 0px 2.2%;
  gap: 30px;
}
.ot1_r .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 1px;
  margin-top: 13px;
}
.ot1_r .describe {
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 28px;
  padding-top: 33px;
}
.ot1_r .describe em {
  font-style: normal;
  font-weight: bold;
  color: #024487;
}
.ot1_r .buttonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 48px;
}
.ot1_r .buttonBox a {
  min-width: 166px;
  font-size: 16px;
  min-height: 48px;
  background: #024487;
}
.ot1_r .buttonBox a:hover {
  background: #8fc326;
}
.ot2 {
  padding: 52px 0px 71px;
}
.ot2 .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #024487;
  margin-top: 42px;
}
.ot2 .describe {
  color: #333;
  margin-top: 12px;
}
.ot2 .describe em {
  font-style: normal;
  font-weight: bold;
}
.ot2_container {
  padding-top: 47px;
}
.ot2_container figure {
  display: none;
}
.ot2_menu {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 82px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ot2_menu span:nth-of-type(1) {
  margin-left: auto;
}
.ot2_menu span:nth-last-of-type(1) {
  margin-right: auto;
}
.ot2_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot2_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot2_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot2_menu span {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  padding: 29px 9px;
  position: relative;
}
.ot2_menu span::before {
  content: "";
  position: absolute;
  transition: 0.3s;
  width: 0px;
  height: 3px;
  background: #024487;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
.ot2_menu span:hover {
  color: #024487;
}
.ot2_menu span:hover::before {
  width: 100%;
}
.ot2_menu .active {
  color: #024487;
}
.ot2_menu .active::before {
  width: 100%;
}
.tho1 {
  background: url("../images/tho1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 122px 0px 75px;
}
.tho1 .describe {
  color: #666;
}
.tho1 .describe1 {
  margin-top: 46px;
  transition: .3s;
}
.tho1 .describe2 {
  width: 50%;
  max-width: 548px;
  margin-top: 21px;
  transition: .3s;
}
@media screen and (min-width: 993px){
	.tho1 .describe1:hover,
	.tho1 .describe2:hover{
		transform: scale(1.02);
	}
}
.tho1_index2_container {
  margin-top: 211px;
}
.tho_back {
  padding: 90px 0px 174px;
  position: relative;
  z-index: 1;
}
.tho_back::before {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 668px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/tho_back.jpg") no-repeat center;
  background-size: cover;
  bottom: 0;
  z-index: -1;
}
.big_title_bottom {
  position: relative;
  padding-bottom: 28px;
}
.big_title_bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  border-bottom: 2px solid #8fc326;
}
.tho2 .container {
  display: flex;
  justify-content: space-between;
}
.tho2 .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  margin-top: 33px;
}
.tho2 .describe {
  width: 61.429%;
  background: #fff;
  color: #333;
  position: relative;
  z-index: 1;
  margin-top: -136px;
  padding: 24px 38px 34px 0px;
}
.tho2_l {
  width: 45%;
  padding-top: 6.786%;
  padding-bottom: 140px;
}
.tho2_r {
  width: 49.786%;
}
.tho2_img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.071%;
  margin-top: 60px;
}
.tho2_img figure {
  width: 27.286%;
}
.tho2_img figure:nth-of-type(1) {
  width: 43.286%;
}
.tho3 {
  padding-top: 86px;
}
.tho3 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tho3_l {
  width: 61.429%;
  padding-top: 19px;
}
.tho3_l .describe {
  color: #333;
}
.tho3_r {
  width: 36.23%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.tho3_r .big_title {
  width: 100%;
}
.tho3_r .logo_box {
  margin-top: 48px;
  width: calc(100% - 7px);
  padding: 12px 44px 15px;
  border-left: 1px solid #024487;
}
.tho3_r .logo {
  width: 100%;
  max-width: 209px;
}
.tho4 {
  padding-top: 74px;
  padding-bottom: 1px;
}
.tho4_container {
  margin-top: 41px;
  display: flex;
  flex-wrap: wrap;
}
.tho4_l {
  padding: 128px 134px 99px;
  width: 60.143%;
  background: url("../images/tho4_ia.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.tho4_l::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.tho4_l .sw_box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 546px;
}
.tho4_l .r_box {
  width: 43.224%;
}
.tho4_l .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.tho4_l .l_box {
  flex: 1;
  max-width: 242px;
  padding-top: 34px;
}
.tho4_l .name {
  color: #fff;
  font-family: Arial;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
}
.tho4_l .describe {
  color: #fff;
  margin-top: 52px;
}
.tho4_l .controls {
  width: 32px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #024487;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
}
.tho4_l .controls:hover {
  background: #8fc326;
}
.tho4_l .controls img {
  width: auto;
}
.tho4_l .controls_prev {
  left: 0px;
  transform: translate(-50%, -50%);
}
.tho4_l .controls_next {
  right: 0px;
  transform: translate(50%, -50%);
}
.tho4_r {
  width: 39.857%;
  background: #024487;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.tho4_r .mySwipertho4_2 .swiper-wrapper {
  transition: 0.2s linear !important;
}
.tho4_r .sw_box {
  height: 312px;
  overflow: hidden;
}
.tho4_r .swiper {
  height: 100%;
}
.tho4_r .tho4_r_name {
  color: #aeaeae;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  transition: 0.5s;
}
.tho4_r .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 18px 0px 11px;
  cursor: pointer;
}
.tho4_r .swiper-slide-active {
  padding: 18px 0px 22px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tho4_r .swiper-slide-active .tho4_r_name {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
}
.tho_index7 {
  padding-bottom: 98px;
}
.tho5 {
  height: 200vh;
}
.tho5_container {
  height: calc(100vh - 99px);
  position: sticky;
  top: 99px;
}
.tho5_top {
  background: url("../images/tho5_back.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tho5_top.active {
  opacity: 0;
}
.tho5_top_container {
  position: absolute;
  left: 50%;
  top: 48.7%;
  transform: translate(-50%, -50%);
}
.tho5_top_container .container {
  width: 40.258%;
}
.tho5_top_container .describe {
  color: #fff;
  margin-top: 46px;
}
.tho5_down {
  margin-top: 63px;
}
.tho5_down a {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #024487;
  animation: xl 1.2s infinite;
}
.tho5_down a:hover {
  background: #8fc326;
}
.tho5_hide_box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  transform: scale(4);
  opacity: 0;
  pointer-events: none;
}
.tho5_hide_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes xl {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.tho5_title {
  font-family: Arial;
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: 39px;
  color: #333;
  transition: 0.3s;
}
.tho5_title_padding {
  position: relative;
  padding-bottom: 18px;
}
.tho5_title_padding::before {
  content: "";
  width: 44px;
  height: 4px;
  background: #8fc326;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tho5_bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.36s;
  background: #fff;
  display: flex;
}
.tho5_bottom .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tho5_bottom .tho5_list_l {
  order: 1;
}
.tho5_bottom .tho5_list_r {
  order: 3;
}
.tho5_bottom.active {
  opacity: 1;
  pointer-events: all;
}
.tho5_bottom_center {
  width: 44.286%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  order: 2;
}
.tho5_bottom_center .center_title {
  width: 78.897%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.tho5_bottom_center .center_title p{
	display: none;
}
.tho5_center_img {
  width: 78.897%;
}
.tho5_center_img img {
  border-radius: 50%;
  overflow: hidden;
}
.tho5_center_img img:not(:first-child) {
  display: none;
}
.tho5_back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.6s;
  background: url("../images/tho5_center_back.png") no-repeat center;
  background-size: cover;
}
.tho5_back::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78.897%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/tho5_center_back1.png") no-repeat center;
  background-size: cover;
}
.tho5 .tho5_title{
  font-size: 30px;
  line-height: 36px;
}
.tho5_list {
  width: 25.858%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}
.tho5_list .describe {
  color: #666;
  margin-top: 14px;
  font-size: 16px;
  line-height: 26px;
}
.tho5_list .active .tho5_title {
  color: #024487;
}
.tht1 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tht1_l {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding: 8.021% 0px 0px;
}
.tht1_l .container {
  width: calc(100% - 84px);
  max-width: 601px;
  margin-right: -25.694%;
}
.tht1_l .ot1_title {
  font-weight: bold;
  color: #024487;
}
.tht1_l .title {
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  color: #333;
}
.tht1_l .describe {
  color: #666;
  margin-top: 28px;
}
.tht1_l .box {
  padding-right: 93px;
  margin-top: 32px;
}
.tht1_r {
  width: 64.323%;
  position: relative;
  clip-path: polygon(30.1% 0, 100% 0, 100% 100%, 0 100%);
}
.tht1_r_number {
  width: 100%;
  position: absolute;
  background: linear-gradient(270deg, rgba(2, 68, 135, 0) 0%, #024487 100%);
  left: 0;
  bottom: 0;
  padding: 30px 0px 56px;
}
.tht1_list {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 90px);
  gap: 20px;
  max-width: 975px;
  padding-left: 110px;
}
.tht1_list .j-hdata1::before {
  content: attr(title);
  display: block;
  height: 0px;
  overflow: hidden;
}
.tht1_list li {
  padding: 24px 0px 11px;
}
.tht1_list .name {
  color: #333;
}
.tht1_list .big_num {
  display: flex;
  align-items: center;
  font-size: 54px;
  font-style: normal;
  font-weight: bold;
  line-height: 62px;
  color: #fff;
}
.tht1_list .big_num_after {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 5px;
}
.tht1_list .text {
  color: #fff;
  margin-top: 11px;
}
.tht1_list .number_box {
  display: flex;
  align-items: flex-end;
  margin-top: 18px;
  gap: 3px;
}
.tht2 {
  padding: 85px 0px 0px;
}
.tht2 .describe {
  margin-top: 33px;
}
.tht2_container {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}
.tht2_l {
  width: 49.143%;
}
.tht2_r {
  width: 49.072%;
  display: flex;
  justify-content: space-between;
}
.tht2_r figure {
  width: 47.89%;
}
.tht2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.80933333%;
  margin-top: 28px;
}
.tht2_list li {
  width: 23.643%;
}
.tht3 {
  display: flex;
  flex-wrap: wrap;
  padding: 106px 0px 39px;
}
.tht3 .swiper_button {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 34px;
}
.tht3 .controls {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #024487;
  transition: 0.3s;
  cursor: pointer;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.tht3 .controls:hover {
  background: #8fc326;
}
.tht3_l {
  width: 48.33333333%;
}
.tht3_r {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
}
.tht3_r::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 100%;
  background: #024487;
  right: 0;
  top: 0;
}
.tht3_r .container {
  flex: 1;
  max-width: calc(100% - 130px);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.tht3_r .back_img {
  width: calc(100% - 24px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11.9%;
}
.tht3_r .tht3_r_container {
  width: 110.557%;
  margin-left: -10.557%;
  background: #fff;
  padding: 108px 75px 48px;
  position: relative;
  z-index: 1;
}
.tht3_r .box {
  max-width: 745px;
  width: 100%;
}
.tht3_r .describe {
  margin-top: 43px;
  height: 168px;
  overflow: auto;
}
.tht3_r .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tht3_r .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tht3_r .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fuo_menu {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  color: #666;
  padding-top: 98px;
}
.fuo_menu .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 144px;
  justify-content: center;
}
.fuo_menu a {
  color: #666;
  position: relative;
  padding: 0px 7px 27px;
}
.fuo_menu a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0px;
  height: 2px;
  transition: 0.4s;
  background: #024487;
}
.fuo_menu a:hover {
  color: #024487;
}
.fuo_menu a:hover::before {
  width: 100%;
}
.fuo_menu .active {
  color: #024487;
}
.fuo_menu .active::before {
  width: 100%;
}
.fuo1 .l_box {
  width: 45%;
  display: flex;
  align-items: center;
}
.fuo1 .l_box .imgBox {
  border-radius: 25px;
  overflow: hidden;
}
.fuo1 .r_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px 0px 16px;
}
.fuo1 .sw_box {
  margin-top: 63px;
}
.fuo1 .r_box {
  width: 50.858%;
}
.fuo1 .time {
  color: #a9afb2;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fuo1 .time img {
  width: 12px;
}
.fuo1 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 20px;
}
.fuo1 .buttonBox {
  margin-top: 30px;
}
.fuo1 .buttonBox a {
  background: #024487;
}
.fuo1 .buttonBox a:hover {
  background: #8fc326;
}
.fuo1 .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.fuo1 .swiperfuo1-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 25px;
  z-index: 2;
  margin-top: 65px;
}
.fuo1 .swiper-pagination-bullet {
  width: 24px;
  height: 5px;
  background-color: #212121;
  border-radius: 50px;
  opacity: 0.2;
  display: block;
  margin: 0px !important;
}
.fuo1 .swiper-pagination-bullet-active {
  width: 45px;
  background: #024487;
  opacity: 1;
}
.fuo2 {
  padding: 80px 0px 100px;
}
.fuo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 49px 2.8565%;
}
.fuo2_list li {
  width: 31.429%;
}
.fuo2_list .time {
  color: #a9afb2;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fuo2_list .time img {
  width: 12px;
}
.fuo2_list .box {
  padding: 26px 16px 0px;
}
.fuo2_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 14px;
}
.fuo2_list .title {
  margin-top: 15px;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.fuo2_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;
}
.fuo2_list .title a:hover {
  color: #024487;
}
.fuo2_list .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.fut1 {
  padding: 95px 0px 100px;
}
.fut1 .ot1_title {
  color: #333;
}
.fut1 .time_share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 40px;
  color: #666;
  margin-top: 15px;
}
.fut1 .time {
  display: flex;
  align-items: center;
  gap: 19px;
}
.fut1 .share_box {
  display: flex;
  align-items: center;
  gap: 1px;
}
.fut1 .describe {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  margin-top: 45px;
  padding: 51px 0px 56px;
}
.fut1 .describe em {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #024487;
}
.fut1 .describe img {
  display: inline-block;
}
.fo_back {
  background: url("../images/fo_back.jpg") no-repeat center;
  background-size: cover;
}
.fo1 {
  padding: 90px 0px 0px;
}
.fo1_container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 48px;
}
.fo1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 46px;
}
.fo1_menu span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  padding: 15px 22px;
  cursor: pointer;
}
.fo1_menu span:hover {
  background: #024487;
  color: #fff;
}
.fo1_menu .active {
  background: #024487;
  color: #fff;
}
.fo1_l {
  flex: 1;
  margin-right: 25px;
  padding-top: 71px;
}
.fo1_l_container {
  margin-top: 57px;
}
.fo1_l_container figure {
  display: none;
}
.fo1_l_container .l_box {
  width: 50.047%;
  display: flex;
}
.fo1_l_container .l_box .imgBox {
  flex: 1;
}
.fo1_l_container .l_box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fo1_l_container .box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.fo1_l_container .title {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #024487;
}
.fo1_l_container .r_box {
  flex: 1;
  padding: 20px 28px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fo1_l_container .add_box {
  margin-top: 28px;
  color: #666;
}
.fo1_l_container .add_box em {
  font-style: normal;
  color: #024487;
}
.fo1_list {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0px;
  margin-top: 30px;
}
.fo1_list li {
  width: 49.4%;
  padding-right: 6px;
}
.fo1_list em {
  font-style: normal;
  color: #024487;
  display: inline;
  margin-right: 4px;
}
.fo1_list a {
  display: inline;
  color: #666;
}
.fo1_list a:hover {
  color: #024487;
}
.fo1_add {
  margin-top: 29px;
}
.fo1_add .imgBox {
  display: none;
}
.fo1_add iframe {
  display: block;
}
.fo1_r {
  width: 22.143%;
  background: #024487;
}
.fo1_r_top {
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 20px 23px;
}
.fo1_r_top .logo {
  width: 70%;
  max-width: 158px;
}
.fo1_r_top .name {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #024487;
  margin-top: 8px;
}
.fo1_r_bottom {
  padding: 32px 19px 38px 30px;
}
.fo1_r_bottom .describe {
  color: #fff;
}
.fo1_r_bottom .buttonBox {
  margin-top: 20px;
  justify-content: center;
}
.fo1_r_bottom .buttonBox a {
  border: 1px solid #8fc326;
}
.so1 {
  padding-top: 45.88541667%;
}
.so1 .content {
  z-index: 2;
}
.so1 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.so1 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) {
  .so1 video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.so1 .content1 {
  top: 46px;
  transform: translate(-50%);
}
.so1 .content2 {
  top: 63.7%;
}
.so1 .mbx {
  margin-top: 0px;
}
.so1 .container {
  width: 54%;
  max-width: 746px;
}
.so1 .describe {
  color: #fff;
  margin-top: 25px;
}
.so1_title {
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial;
  font-size: 56px;
  font-style: normal;
  font-weight: bold;
  line-height: 64px;
}
.so2 {
  padding-bottom: 65px;
}
.so2_container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
}
.so2_container figure {
  width: 48.572%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 63px 30px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.so2_container .text {
  font-size: 24px;
  line-height: 28px;
  color: #333;
  text-align: center;
}
.so2_container .text em {
  font-style: normal;
  color: #024487;
}
.so2_container .links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.so2_container .links a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 10px 24px;
  border-radius: 50px;
  background: #024487;
  color: #fff;
}
.so2_container .links a:hover {
  background: #8fc326;
}
.so2_container figure:nth-of-type(2) .links a {
  background: #8fc326;
}
.so2_container figure:nth-of-type(2) .links a:hover {
  background: #024487;
}
.so3_container {
  margin-top: 77px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.so3_l {
  width: 32.5%;
  border-right: 1px solid #cfcfcf;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  gap: 39px;
  padding-bottom: 21px;
}
.so3_l .describe {
  color: #666;
  margin-top: 16px;
}
.so3_l .describe em {
  font-style: normal;
  font-weight: bold;
}
.so3_l .name {
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  color: #024487;
  margin-top: 26px;
}
.so3_l figure {
  position: relative;
}
.so3_l .number {
  font-family: Arial;
  font-size: 110px;
  font-style: normal;
  font-weight: bold;
  line-height: 123.733px;
  color: #212121;
  opacity: 0.03;
  position: absolute;
  left: -14px;
  transform: translateX(-100%);
  top: -19px;
}
.so3_r {
  width: 64.286%;
}
.so3_menu {
  display: flex;
  justify-content: space-between;
  padding: 0px 10%;
  position: relative;
  z-index: 1;
}
.so3_menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: -1;
}
.so3_menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  aspect-ratio: 1/1;
  background: #024487;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.so3_menu .active {
  background: #8fc326;
}
.so3_r_container {
  margin-top: 98px;
}
.so3_r_container .title {
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #024487;
}
.so3_r_container .describe {
  color: #666;
  margin-top: 20px;
}
.so3_r_container .describe img {
  display: inline-block;
}
.so3_r_container .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 24px;
}
.so3_r_container .describe em::before {
  content: '';
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  left: 9px;
  top: 11px;
}
.so3_r_container .table table {
  color: #333;
}
.so3_r_container .table table td {
  border: none;
  padding: 10px 30px;
}
.so3_r_container .table table td:nth-of-type(1) {
  padding-left: 140px;
}
.so3_r_container .table table tr:nth-of-type(1) {
  font-weight: bold;
}
.so3_r_container .table table tr {
  background: #fff;
}
.so3_r_container .table table tr:nth-of-type(odd) {
  background: rgba(2, 68, 135, 0.1);
}
.so3_r_container section {
  display: none;
}
.so3_r_container section figure:nth-of-type(2) {
  margin-top: 52px;
}
.so3_r_form {
  margin-top: 63px;
}
.so3_r_form form {
  background: url("../images/so3_back.jpg") no-repeat center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 71px;
}
.so3_r_form .title {
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.so3_r_form section:nth-of-type(1) {
  padding: 61px 0px 62px;
}
.so3_r_form section:nth-of-type(2),
.so3_r_form section:nth-of-type(3) {
  padding: 103px 0px 102px;
}
.so3_r_form section:nth-of-type(2) .button,
.so3_r_form section:nth-of-type(3) .button {
  justify-content: center;
  margin-top: 104px;
}
.so3_r_form section {
  display: none;
}
.so3_r_form .form_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px 0px;
  width: 100%;
  margin-top: 33px;
}
.so3_r_form .form_box input,
.so3_r_form .form_box textarea {
  border-radius: 8px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 18px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.so3_r_form .form_box input::placeholder,
.so3_r_form .form_box input::-webkit-input-placeholder,
.so3_r_form .form_box textarea::placeholder {
  color: #666;
}
.so3_r_form .form_box .int1 {
  width: 47.9%;
  position: relative;
  z-index: 1;
}
.so3_r_form .form_box .int1.m-formcountry{
    z-index:2;
}
.so3_r_form .form_box .int1.m-formcountry.hCountry{
    z-index:8;
}
.so3_r_form .form_box .int1 label,
.so3_r_form .form_box .int1 .design2_box {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  color: #333;
  padding: 0px 17px;
}
.so3_r_form .form_box .file_box {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  color: #666;
  padding: 0px 17px;
  gap: 20px;
}
.so3_r_form .form_box .file_box.active,
.so3_r_form .form_box .design2_box.active {
  background: #8fc326;
  color: #fff;
}
.so3_r_form .form_box .file_box.active img,
.so3_r_form .form_box .design2_box.active img {
  display: none;
}
.so3_r_form .form_box #name {
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.so3_r_form .form_box .radio {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.so3_r_form .form_box .radio:checked + label {
  background: #8fc326;
  color: #fff;
}
.so3_r_form .form_box input {
  height: 44px;
}
.so3_r_form .form_box textarea {
  height: 109px;
  padding-top: 16px !important;
}
.so3_r_form .form_box .ttBox {
  width: 100%;
}
.so3_r_form .form_box .yzm {
  position: relative;
  display: flex;
  flex: 1;
  max-width: 498px;
}
.so3_r_form .form_box .yzm input {
  padding-right: 98px;
}
.so3_r_form .form_box .yzm span {
  height: 38px;
  aspect-ratio: 81/38;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.so3_r_form .form_box .yzm span img {
  height: 100%;
}
.so3_r_form .form_box .afterBox {
  position: relative;
}
.so3_r_form .form_box .afterBox::before {
  left: 17px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.so3_r_form .form_box .afterBox input,
.so3_r_form .form_box .afterBox textarea {
  padding-left: 23px;
}
.so3_r_form .form_box .ttBox::before {
  top: 28px;
}
.so3_r_form .form_box .tj {
  width: auto;
  min-width: 170px;
  margin-left: 9px;
}
.so3_r_form .form_box .tj input {
  cursor: pointer;
  font-size: 18px;
  background: #8fc326;
  color: #fff;
  transition: 0.3s;
}
.so3_r_form .form_box .tj input:hover {
  background: #024487;
  color: #fff;
}
.so3_r_form .button {
  margin-top: 34px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 59px;
}
.so3_r_form .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 157px;
  min-height: 44px;
  color: #8fc326;
  border: 2px solid #8fc326;
  border-radius: 8px;
  padding: 4px 16px;
}
.so3_r_form .button a:hover {
  background: #8fc326;
  color: #fff;
}
.so3_r_form .button a:hover .logo {
  background: #fff;
}
.so3_r_form .button span {
  transition: 0s;
}
.so3_r_form .logo {
  width: 30px;
  aspect-ratio: 1/1;
  mask-image: url("../images/so3_form_la.png");
  -webkit-mask-image: url("../images/so3_form_la.png");
  transition: 0.3s;
  background: #8fc326;
}
.so_back {
  padding: 112px 0px 127px;
  position: relative;
  z-index: 1;
}
.so_back::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 1964px;
  background: linear-gradient(0deg, rgba(2, 68, 135, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.so4 {
  display: flex;
  flex-wrap: wrap;
}
.so4 figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 33.333333%;
  aspect-ratio: 640/500;
  display: flex;
}
.so4 .ot1_title,
.so4 .describe {
  color: #fff;
}
.so4 .hide_box {
  flex: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 28px 100px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.so4 .describe {
  margin-top: 18px;
}
.so5 {
  padding-top: 100px;
}
.so5_list {
  margin-top: 47px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.8565%;
}
.so5_list li {
  width: 31.429%;
  position: relative;
}
.so5_list .imgBox {
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
.so5_list .imgBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.so5_list .title {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  color: #FFF;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  z-index: 1;
  padding: 0px 10px;
}
.so5_list .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.so5_list .title a:hover {
  color: #8fc326;
}
.page_change {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
}
.page_change .logo {
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #024487;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.page_change .page_r {
  flex: 1;
  color: #666;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
.page_change .page_r * {
  color: #666;
}
.page_change a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  color: #666;
}
.page_change a:hover {
  color: #024487;
}
.public_new {
  padding-bottom: 99px;
}
.public_new .swiper_button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.public_new .controls {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #024487;
  transition: 0.3s;
  cursor: pointer;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.public_new .controls:hover {
  background: #8fc326;
}
.public_new .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 20px;
}
.public_new .big_title {
  color: #333;
}
.public_new .time {
  color: #a9afb2;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.public_new .time img {
  width: 12px;
}
.public_new .box {
  padding: 26px 16px 0px;
}
.public_new .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 14px;
}
.public_new .title {
  margin-top: 15px;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.public_new .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_new .title a:hover {
  color: #024487;
}
.public_new .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.public_new .sw_box {
  margin-top: 44px;
}
.public_pro {
  padding-bottom: 70px;
  overflow: hidden;
}
.public_pro .swiper_button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.public_pro .controls {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #024487;
  transition: 0.3s;
  cursor: pointer;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.public_pro .controls:hover {
  background: #8fc326;
}
.public_pro .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 20px;
}
.public_pro .big_title {
  color: #333;
}
.public_pro .name {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  text-align: center;
  padding: 0px 15px;
  margin-top: 20px;
}
.public_pro .name a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.public_pro .name a:hover {
  color: #024487;
}
.public_pro .swiper {
  pointer-events: none;
  overflow: initial;
}
.public_pro .swiper-slide {
  height: auto;
  display: flex;
}
.public_pro .container {
  flex: 1;
  transition: 0.3s;
  opacity: 0;
  width: 31.011%;
  background: #fff;
  overflow: hidden;
  padding-bottom: 26px;
}
@media screen and (min-width: 993px) {
  .public_pro .container:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .public_pro .container:hover .name {
    color: #024487;
  }
  .public_pro .container:hover .name a {
    color: #024487;
  }
}
.public_pro .swiper-slide-visible {
  pointer-events: all;
}
.public_pro .swiper-slide-visible .container {
  opacity: 1;
}
.public_pro .sw_box {
  margin-top: 72px;
}
.public_pro + .footer_before {
  padding-top: 30px !important;
}
.pro_menu {
  width: 20.428%;
  min-height: 670px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: sticky;
}
.pro_menu_list {
  padding-top: 59px;
}
.pro_menu_list li {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  padding: 0px 34px;
}
.pro_menu_list li a {
  color: #333;
  display: block;
  position: relative;
}
.pro_menu_list li a::before {
  content: "";
  position: absolute;
  left: -34px;
  width: 6px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #024487;
  top: 8px;
  transition: 0.3s;
  opacity: 0;
}
.pro_menu_list li a:hover {
  color: #024487;
}
.pro_menu_list li a:hover::before {
  opacity: 1;
}
.pro_menu_list .active a {
  color: #024487;
}
.pro_menu_list .active a::before {
  opacity: 1;
}
.pro_menu_list li:not(:nth-of-type(1)) {
  margin-top: 30px;
}
.footer_before {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.footer_before .content {
  background: url("../images/footer_before_back.jpg") no-repeat center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 70px 72px 69px 71px;
  margin-bottom: -188px;
}
.footer_before .text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.footer_before form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 2.46533333%;
  width: 100%;
  margin-top: 33px;
}
.footer_before form > * {
  width: 100%;
}
.footer_before form input,
.footer_before form textarea {
  border-radius: 6px;
  border: none;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 18px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.footer_before form input::placeholder,
.footer_before form input::-webkit-input-placeholder,
.footer_before form textarea::placeholder {
  color: #999;
}
.footer_before form .int1 {
  width: 23.151%;
}
.footer_before form input {
  height: 56px;
}
.footer_before form textarea {
  height: 109px;
  padding-top: 16px !important;
}
.footer_before form .ttBox {
  width: 100%;
}
.footer_before form .yzm {
  position: relative;
  display: flex;
  flex: 1;
  max-width: 498px;
}
.footer_before form .yzm input {
  padding-right: 98px;
}
.footer_before form .yzm span {
  height: 38px;
  aspect-ratio: 81/38;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.footer_before form .yzm span img {
  height: auto;
}
.footer_before form .afterBox {
  position: relative;
}
.footer_before form .afterBox::before {
  left: 18px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.footer_before form .afterBox input,
.footer_before form .afterBox textarea {
  padding-left: 28px;
}
.footer_before form .ttBox::before {
  top: 28px;
}
.footer_before form .tj {
  width: auto;
  min-width: 170px;
  margin-left: 9px;
}
.footer_before form .tj input {
  cursor: pointer;
  font-size: 18px;
  background: #8fc326;
  color: #fff;
  transition: 0.3s;
}
.footer_before form .tj input:hover {
  background: #024487;
  color: #fff;
}
footer {
  background: url("../images/footer_back.jpg") no-repeat center;
  background-size: cover;
  padding: 268px 0px 73px;
}
footer .logoBox {
  width: 100%;
  max-width: 242px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .logo_text {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  margin-top: 24px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  width: 40px;
  aspect-ratio: 40/38;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
footer .icBox a:hover {
  background: #8fc326;
}
footer .ul2 {
  margin-right: 6px;
}
footer .ul3 {
  width: 366px;
}
footer .new_list {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .new_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .new_list .l_box {
  width: 125px;
}
footer .new_list .r_box {
  flex: 1;
}
footer .time {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #fff;
}
footer .new_title {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin-top: 4px;
}
footer .new_title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
footer .new_title a:hover {
  color: #8fc326;
}
footer .new_describe {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  margin-top: 3px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.footer_a {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.footer_a .dif_footer {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
}
.footer_a .dif_footer a {
  color: #fff;
}
.footer_a .dif_footer a:hover {
  color: #8fc326;
}
.footer_a .dif_up {
  display: none;
}
.footer_a .list {
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  margin-top: 14px;
}
.footer_a .list a {
  color: #fff;
}
.footer_a .list a:hover {
  color: #8fc326;
}
.footer_l {
  width: 26%;
}
.footer_r {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 866px;
  padding-top: 6px;
  gap: 20px;
}
.footer_contact_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.8565%;
  margin-top: 52px;
}
.footer_contact_list li {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  width: 31.429%;
  padding: 24px 20px 23px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer_contact_list .logo {
  width: 42px;
}
.footer_contact_list .name {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
.footer_contact_list .contact_list_r {
  flex: 1;
  padding-top: 7px;
}
.footer_contact_list .contact_list_text {
  color: #fff;
  margin-top: 12px;
}
.footer_contact_list .contact_list_text a {
  display: inline;
  color: #fff;
}
.footer_contact_list .contact_list_text a:hover {
  color: #8fc326;
}
.footer_bottom {
  line-height: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 46px;
}
.footer_bottom a {
  color: #fff;
}
.footer_bottom a:hover {
  color: #8fc326;
}
.footer_bottom .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_bottom .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  position: absolute;
  right: 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: #024487;
}
.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: #666;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #024487;
}
.describe img {
  display: inline-block;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1880px) {
  .tho5_list {
    gap: 40px;
  }
  .tht1_l .container {
    margin-right: -10%;
  }
  .tht3_r .back_img {
    top: 6%;
  }
}
@media screen and (max-width: 1750px) {
  .so3_l .number {
    font-size: 54px;
    line-height: 116px;
  }
  .so3_l .logo {
    width: 72px;
  }
  .so1 .content2 {
    top: 55%;
  }
}
@media screen and (max-width: 1680px) {
  .tht1_l .container {
    margin-right: 0%;
  }
  .tht1_l .box {
    padding-right: 0px;
  }
  .tht1_list {
    padding-left: 90px;
  }
  .tht3_r .tht3_r_container {
    padding: 60px 60px 30px;
  }
}
@media screen and (max-width: 1580px) {
  .tht1_list .big_num {
    font-size: 32px;
    line-height: 42px;
  }
  .tht1_list .big_num_after {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1550px) {
  .index9 .title {
    font-size: 56px;
    line-height: 68px;
    max-width: 406px;
  }
}
@media screen and (max-width: 1480px) {
    html body .content{
        width: calc(100% - 180px);
    }
}
@media screen and (max-width: 1500px) {
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 10px;
  }
  .PageNumber input {
    font-size: 16px;
    line-height: 26px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 26px;
    width: 32px;
    height: 32px;
  }
  .PageNumber a:nth-of-type(1) {
    width: 78px;
  }
  .PageNumber a:nth-last-of-type(1) {
    width: 60px;
  }
  .banner_title {
    font-size: 38px;
    line-height: 46px;
  }
  .mbx {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    gap: 10px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .center {
    gap: 36px;
  }
  header .logoBox {
    width: 100px;
  }
  header .lang {
    margin-right: 10px;
    margin-left: 30px;
  }
  header .lang > ul {
    width: 110px;
  }
  header .menuOne {
    font-size: 18px;
    line-height: 28px;
  }
  header .menuOne > a {
    padding: 26px 0px;
  }
  header .dif_ul_menu {
    font-size: 16px;
    line-height: 26px;
  }
  header .dif_ul_menu figure {
    padding: 12px 18%;
  }
  header .dif_ul_menu_container {
    padding: 30px 6%;
  }
  header .dif_ul_container_style {
    font-size: 16px;
    line-height: 26px;
    gap: 15px 40px;
  }
  .buttonBox a {
    font-size: 15px !important;
    gap: 12px !important;
    padding: 4px 20px !important;
    min-height: 42px !important;
    min-width: 140px !important;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .big_describe {
    font-size: 16px;
    line-height: 28px !important;
  }
  .margin_top {
    margin-top: 80px;
  }
  .index1_title {
    font-size: 24px;
    line-height: 32px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1_l {
    padding-left: 6%;
    padding-top: 20px;
  }
  .index1_l .describe {
    font-size: 18px;
    line-height: 36px;
    margin-top: 12px;
  }
  .index1_l .describe p::before {
    top: 15px;
  }
  .index1_l .buttonBox {
    margin-top: 25px;
  }
  .index1_l .swiper-slide {
    margin-bottom: 80px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .buttonBox {
    margin-top: 25px;
  }
  .index2_container {
    margin-top: 60px;
    padding: 30px 0px;
  }
  .index2_container .vr_name {
    font-size: 20px;
  }
  .index2_list {
    padding: 0px 36px;
  }
  .index2_list .big_num {
    font-size: 36px;
    line-height: 42px;
  }
  .index2_list .big_num_after {
    margin-bottom: 0px;
  }
  .index2_list .number_box {
    margin-top: 6px;
  }
  .index2_list li {
    padding: 12px 0px;
  }
  .index2_r {
    padding: 0px 20px;
    width: 22%;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .sw_box {
    margin-top: 30px;
  }
  .index3 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .index3 .describe {
    margin-top: 12px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4_list {
    margin-top: 30px;
  }
  .index4_list .title {
    font-size: 24px;
    line-height: 32px;
  }
  .index4_list .links {
    margin-top: 20px;
  }
  .index4_list .links a {
    font-size: 16px;
  }
  .index4_list li {
    padding: 30px 24px;
  }
  .index5 figure {
    padding: 80px 90px;
  }
  .index5 .title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 4px;
  }
  .index5 .describe {
    margin-top: 12px;
  }
  .index5 .buttonBox {
    margin-top: 25px;
  }
  .index6 {
    padding: 60px 0px 80px;
  }
  .index6 .text {
    margin-top: 6px;
  }
  .index6 .turn_page {
    margin-top: 30px;
  }
  .index6 .controls {
    width: 32px;
  }
  .index6 .controls.prev {
    left: -10px;
  }
  .index6 .controls.next {
    right: -10px;
  }
   .index_banner .controls {
    width: 32px;
  }
  .index_banner .controls.controls_prev {
    left: 20px;
  }
  .index_banner .controls.controls_next {
    right: 20px;
  }
  .index6 .title {
    bottom: -36px;
  }
  .index7 {
    padding-top: 60px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 40px;
  }
  .index8 {
    padding: 60px 0px;
  }
  .index8_container {
    margin-top: 30px;
  }
  .index8_container .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
  }
  .index8_container .box {
    padding-top: 20px;
  }
  .index8_container .describe {
    margin-top: 4px;
  }
  .index8_r {
    gap: 20px;
    padding-top: 0px;
  }
  .index8_r figure {
    padding-bottom: 15px;
  }
  .oo1 {
    padding: 60px 0px;
  }
  .oo1_container .describe {
    margin-top: 15px;
  }
  .oo1_r figure:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .oo1_list {
    margin-top: 25px;
    gap: 25px 3.4835%;
  }
  .oo1_list .name {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin-top: 8px;
  }
  .oo1_list li {
    padding-bottom: 20px;
  }
  .oo2 {
    padding: 60px 0px 10px;
  }
  .oo2 .title {
    font-size: 20px;
    line-height: 28px;
    padding: 6px 20px;
  }
  .oo2_container {
    margin-top: 30px;
    gap: 30px;
  }
  .ot1_title {
    font-size: 26px;
    line-height: 38px;
  }
  .ot1 {
    padding: 60px 0px;
  }
  .ot1_l {
    margin-left: 0px;
  }
  .ot1_l .mask_box {
    width: 10px;
  }
  .ot1_r .describe {
    margin-top: 15px;
    padding-top: 16px;
  }
  .ot1_r .buttonBox {
    gap: 12px 30px;
  }
  .ot2 {
    padding: 50px 0px 60px;
  }
  .ot2 .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
  .ot2_menu {
    gap: 30px;
  }
  .ot2_menu span {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 9px;
  }
  .ot2_container {
    padding-top: 20px;
  }
  .tho1 {
    padding: 60px 0px;
  }
  .tho1 .describe1 {
    margin-top: 20px;
  }
  .tho_back {
    padding: 60px 0px 80px;
  }
  .big_title_bottom {
    padding-bottom: 15px;
  }
  .tho2_l {
    padding-top: 0px;
  }
  .tho2 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .tho2_img {
    margin-top: 30px;
  }
  .tho3 {
    padding-top: 60px;
  }
  .tho4 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .tho4_container {
    margin-top: 30px;
  }
  .tho4_l {
    padding: 60px 8%;
  }
  .tho4_l .describe {
    margin-top: 15px;
  }
  .tho4_l .l_box {
    padding-top: 0px;
  }
  .tho4_l .name {
    font-size: 26px;
    line-height: 30px;
  }
  .tho4_l .swiper-slide {
    align-items: center;
  }
  .tho4_r .swiper-slide-active .tho4_r_name {
    font-size: 26px;
    line-height: 30px;
  }
  .tho4_r .swiper-slide {
    padding: 12px 0px;
  }
  .tho4_r .sw_box {
    height: 264px;
  }
  .tho5_top_container .describe {
    margin-top: 30px;
  }
  .tho5_down {
    margin-top: 40px;
  }
  .tho5_container {
    height: calc(100vh - 80px);
    top: 80px;
  }
  .tho5_title {
    font-size: 26px;
    line-height: 30px;
  }
  .tho5 .tho5_title{
    font-size: 24px;
    line-height: 28px;
  }
  .tho5_list .describe{
    font-size: 14px;
  }
  .tho5_list {
    gap: 20px;
  }
  .tho_index7 {
    padding-bottom: 60px;
  }
  .tht1_l {
    padding-top: 5%;
  }
  .tht1_l .box {
    margin-top: 15px;
  }
  .tht1_l .describe {
    margin-top: 12px;
  }
  .tht1_l .title {
    font-size: 18px;
  }
  .tht1_r_number {
    padding: 54px 0px;
  }
  .tht1_list .number_box {
    margin-top: 0px;
  }
  .tht1_list .big_num_after {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .tht1_list li {
    padding: 0px;
  }
  .tht2 {
    padding: 60px 0px 0px;
  }
  .tht2 .describe {
    margin-top: 15px;
  }
  .tht2_container {
    margin-top: 20px;
  }
  .tht3 {
    padding: 60px 0px 0px;
  }
  .tht3 .swiper_button {
    margin-top: 20px;
  }
  .tht3 .controls {
    width: 36px;
  }
  .tht3 .controls img {
    width: 8px;
  }
  .tht3_r .describe {
    height: 156px;
    margin-top: 12px;
  }
  .tht3_r .tht3_r_container {
    padding: 30px;
  }
  .fuo_menu {
    font-size: 20px;
    line-height: 28px;
    padding-top: 60px;
  }
  .fuo_menu a {
    padding: 0px 5px 16px;
  }
  .fuo_menu .content {
    gap: 20px 80px;
  }
  .fuo1 .sw_box {
    margin-top: 30px;
  }
  .fuo1 .r_box {
    padding: 0px;
  }
  .fuo1 .describe {
    margin-top: 12px;
  }
  .fuo1 .buttonBox {
    margin-top: 20px;
  }
  .fuo1 .swiperfuo1-pagination {
    margin-top: 40px;
    gap: 18px;
  }
  .fuo2 {
    padding: 60px 0px;
  }
  .fuo2_list {
    gap: 30px 2.8565%;
  }
  .fuo2_list .box {
    padding: 15px 5px 0px;
  }
  .fuo2_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
  }
  .fuo2_list .describe {
    margin-top: 4px;
  }
  .fut1 {
    padding: 60px 0px;
  }
  .fut1 .time_share {
    margin-top: 8px;
  }
  .fut1 .describe {
    margin-top: 20px;
    padding: 25px 0px;
  }
  .fut1 .describe em {
    font-size: 18px;
    line-height: 28px;
  }
  .fo1_menu {
    gap: 20px 30px;
  }
  .fo1_menu span {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 20px;
  }
  .fo1 {
    padding-top: 60px;
  }
  .fo1_container {
    margin-top: 30px;
  }
  .fo1_l_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fo1_l_container .add_box {
    margin-top: 14px;
  }
  .fo1_l_container .r_box {
    padding: 20px 28px;
  }
  .fo1_list {
    margin-top: 16px;
    gap: 8px 0px;
  }
  .so1_title {
    font-size: 32px;
    line-height: 38px;
  }
  .so1 .content1 {
    top: 30px;
  }
  .so1 .content2 {
    top: 55%;
  }
  .so1 .describe {
    margin-top: 12px;
  }
  .so_back {
    padding: 60px 0px;
  }
  .so2_container {
    margin-top: 30px;
  }
  .so2_container .text {
    font-size: 20px;
    line-height: 26px;
  }
  .so2_container .links a {
    padding: 10px 18px;
  }
  .so3_container {
    margin-top: 30px;
  }
  .so3_l .name {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
  }
  .so3_l .describe {
    margin-top: 12px;
  }
  .so3_l .logo {
    width: 60px;
  }
  .so3_l .number {
    line-height: 100px;
  }
  .so3_r_container {
    margin-top: 30px;
  }
  .so3_r_container .title {
    font-size: 24px;
  }
  .so3_r_container .table table td:nth-of-type(1) {
    padding-left: 40px;
  }
  .so3_r_form form {
    padding: 0px 8%;
  }
  .so3_r_form .title {
    font-size: 24px;
  }
  .so3_r_form .form_box {
    gap: 24px 0px;
  }
  .so3_r_form .form_box input {
    font-size: 15px;
    line-height: 26px;
  }
  .so3_r_form section:nth-of-type(2),
  .so3_r_form section:nth-of-type(3) {
    padding: 94px 0px 95px;
  }
  .so4 .hide_box {
    padding: 20px 12%;
  }
  .so4 .describe {
    margin-top: 5px;
  }
  .so5 {
    padding-top: 60px;
  }
  .so5_list {
    margin-top: 30px;
  }
  .so5_list .title {
    font-size: 20px;
    line-height: 28px;
    bottom: 10px;
  }
  .public_new {
    padding-bottom: 60px;
  }
  .public_new .controls {
    width: 36px;
  }
  .public_new .controls img {
    width: 8px;
  }
  .public_new .swiper_button {
    gap: 8px;
  }
  .public_new .sw_box {
    margin-top: 30px;
  }
  .public_new .box {
    padding: 15px 5px 0px;
  }
  .public_new .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
  }
  .public_new .describe {
    margin-top: 4px;
  }
  .public_pro {
    padding-bottom: 30px;
  }
  .public_pro .controls {
    width: 36px;
  }
  .public_pro .controls img {
    width: 8px;
  }
  .public_pro .swiper_button {
    gap: 8px;
  }
  .public_pro .sw_box {
    margin-top: 30px;
  }
  .public_pro .name {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
    margin-top: 8px;
  }
  .public_pro .container {
    padding-bottom: 20px;
  }
  .pro_menu_list {
    padding-top: 15px;
  }
  .pro_menu_list li {
    font-size: 16px;
    line-height: 28px;
    padding: 0px 24px;
  }
  .pro_menu_list li a::before {
    left: -24px;
    top: 6px;
  }
  .pro_menu_list li:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .page_change {
    margin-top: 30px;
    gap: 10px;
  }
  .page_change .logo {
    width: 32px;
  }
  .page_change .logo img {
    width: 8px;
  }
  .footer_before {
    padding-top: 60px;
  }
  .footer_before .content {
    padding: 50px;
    width: calc(100% - 100px) !important;
  }
  .footer_before .text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .footer_before form {
    margin-top: 20px;
    gap: 15px 2%;
  }
  .footer_before form .int1 {
    width: 23.5%;
  }
  .footer_before form input {
    height: 48px;
  }
  .footer_before form input,
  .footer_before form textarea {
    font-size: 15px;
  }
  footer {
    padding: 230px 0px 40px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .logoBox {
    max-width: 160px;
  }
  footer .logo_text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  footer .icBox {
    margin-top: 15px;
  }
  .footer_a .dif_footer {
    font-size: 20px;
  }
  .footer_a .ul2 {
    margin-right: 0px !important;
  }
  .footer_a .ul3 {
    width: 48%;
    max-width: 366px;
  }
  .footer_contact_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .footer_contact_list li {
    width: 32%;
  }
  .footer_contact_list .name {
    font-size: 20px;
    line-height: 28px;
  }
  .footer_contact_list .contact_list_text {
    margin-top: 6px;
  }
  .footer_bottom {
    padding-top: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .tho5 {
    height: auto;
  }
  .tho5_container {
    height: auto;
    top: 0;
    position: relative;
  }
  .tho5_top {
    height: auto;
    width: 100%;
    aspect-ratio: 1920/960;
  }
  .tho5_hide_box {
    display: none;
  }
  .tho5_bottom {
    padding-top: 60px;
    position: relative;
    height: auto;
    opacity: 1;
    pointer-events: all;
  }
  .tho5_bottom_center {
    display: none;
  }
  .tho5_list {
    width: 48%;
  }
  .tho5_list .tho5_title {
    color: #333 !important;
  }
  .tho5_top_container .describe {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  header .logo_text {
    display: none;
  }
  header .center {
    gap: 30px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .dif_ul_list {
    gap: 10px 4%;
  }
  header .dif_ul_list li {
    width: 22%;
  }
  header .title {
    font-size: 15px;
    margin-top: 8px;
  }
  .index8_r {
    gap: 10px;
  }
  .index8_r figure {
    padding-bottom: 10px;
  }
  .tht1_r_number {
    padding: 40px 0px;
    background: rgba(2, 68, 135, 0.8);
  }
  .tht1 {
    flex-wrap: wrap;
    padding: 30px 90px 0px;
    gap: 20px;
  }
  .tht1_l {
    flex: none;
    width: 100%;
    padding: 0px;
  }
  .tht1_l .container {
    width: 100%;
    max-width: 100%;
  }
  .tht1_r {
    width: 100%;
    clip-path: none;
  }
  .tht1_list {
    width: 100%;
    padding: 0px 90px;
    max-width: 100%;
  }
  .fo1_container {
    gap: 20px;
  }
  .fo1_l {
    width: 100%;
    flex: none;
    margin-right: 0px;
    padding-top: 0px;
  }
  .fo1_r {
    width: 100%;
  }
  .so1 {
    padding: 30px 0px 60px;
  }
  .so1 .content {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
  }
  .so1 .content2 {
    padding-top: 60px;
  }
  .so3_l {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 2%;
    border-right: none;
    padding-right: 0px;
  }
  .so3_l figure {
    width: 32%;
    margin-top: 0px !important;
  }
  .so3_l .number {
    display: none;
  }
  .so3_r {
    width: 100%;
  }
  .so3_container {
    gap: 60px;
  }
  .so4 figure {
    aspect-ratio: initial;
  }
  .so4 .hide_box {
    padding: 40px 10%;
  }
}
@media screen and (max-width: 1100px) {
  .index2_list {
    flex-wrap: wrap;
    gap: 20px 6%;
    padding: 0px 8%;
  }
  .index2_list li {
    width: 47%;
  }
}
@media screen and (max-width: 992px) {
  .banner_title {
    font-size: 26px;
    line-height: 32px;
  }
  .mbx {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    gap: 8px;
  }
  .mbx .logo {
    margin-top: 2px;
  }
  .mbx .logo img {
    width: 20px;
  }
  .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: #024487 !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 7px 0px;
  }
  header .center {
    display: none;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 86px;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
  }
  header .header_r {
    padding-right: 36px;
  }
  .margin_top {
    margin-top: 58.81px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 16px;
    gap: 8px;
  }
  .index_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .big_title {
    font-size: 22px;
    line-height: 32px;
  }
  .big_describe {
    font-size: 15px;
    line-height: 24px !important;
  }
  .buttonBox a {
    font-size: 14px !important;
    gap: 8px !important;
    padding: 4px 16px !important;
    min-height: 38px !important;
    min-width: 130px !important;
  }
  .index1_title {
    font-size: 18px;
    line-height: 28px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .xian {
    display: none;
  }
  .index1_container {
    margin-top: 12px;
  }
  .index1_container .swiperindex1-pagination {
    width: 100%;
    position: relative;
    left: 0%;
    bottom: 0px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 2;
    margin-top: 15px;
  }
  .index1_container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #024487;
    border-radius: 50%;
    opacity: 0.5;
    display: block;
    margin: 0px !important;
  }
  .index1_container .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index1_l {
    padding: 0px;
    width: 100%;
  }
  .index1_l .imgBox {
    display: block;
    width: 48%;
  }
  .index1_l .swiper-slide {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index1_l .box {
    width: 48%;
  }
  .index1_l .describe {
    font-size: 15px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index1_l .describe p::before {
    top: 10px;
  }
  .index1_l .buttonBox {
    margin-top: 15px;
  }
  .index1_r {
    display: none;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .describe {
    margin-top: 4px;
  }
  .index2 .buttonBox {
    margin-top: 15px;
  }
  .index2_container {
    margin-top: 20px;
    padding: 20px 0px;
  }
  .index2_container .vr_name {
    font-size: 18px;
    line-height: 28px;
  }
  .index2_list {
    padding: 15px 20px;
  }
  .index2_list li {
    padding: 0px;
  }
  .index2_list .big_num {
    font-size: 26px;
    line-height: 28px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .sw_box {
    margin-top: 12px;
  }
  .index3 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
    padding-bottom: 5px;
  }
  .index3 .describe {
    margin-top: 6px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4_list {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .index4_list li {
    width: 50%;
    padding: 20px 24px;
  }
  .index4_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index4_list .describe {
    margin-top: 4px;
  }
  .index4_list .links {
    margin-top: 12px;
  }
  .index4_list .links a {
    font-size: 15px;
    line-height: 25px;
  }
  .index5 figure {
    padding: 50px;
  }
  .index5 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
  }
  .index5 .describe {
    margin-top: 4px;
  }
  .index5 .buttonBox {
    margin-top: 15px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .text {
    margin-top: 2px;
  }
  .index6 .sw_box {
    margin-top: 15px;
  }
  .index6 .controls {
    position: relative !important;
    margin-bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
  }
  .index6 .swiper_button {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
  }
  .index7 {
    padding-top: 30px;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .swiper-slide {
    gap: 12px;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 20px;
    gap: 8px;
  }
  .index7 .swiper-pagination-bullet-active {
    width: 36px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index9 {
    height: auto;
  }
  .index9 .title {
    opacity: 1;
    transform: none;
    filter: none;
    font-size: 46px;
    line-height: 56px;
    max-width: 320px;
  }
  .index9_img {
    position: relative;
    height: auto;
  }
  .index9_img figure:nth-of-type(1),
  .index9_img figure:nth-of-type(2) {
    display: none;
  }
  .index9_img figure {
    position: relative;
    height: auto;
  }
  .index9_img img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    min-width: 100%;
    min-height: auto;
  }
  .index9_container .content {
    position: relative;
    height: 100%;
  }
  .oo1 {
    padding: 30px 0px;
  }
  .oo1_container {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .oo1_r {
    width: 100%;
  }
  .oo1_r .describe {
    margin-top: 4px;
  }
  .oo1_r figure:not(:nth-of-type(1)) {
    margin-top: 25px;
  }
  .oo1_list {
    margin-top: 15px;
    gap: 15px 3.4835%;
  }
  .oo1_list li {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }
  .oo1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .oo2 {
    padding: 30px 0px 0px;
  }
  .oo2_container {
    margin-top: 15px;
    gap: 20px;
  }
  .oo2_container .title {
    font-size: 16px;
    padding: 6px 12px;
  }
  .oo2_container .describe {
    margin-top: 6px;
  }
  .ot1_title {
    font-size: 22px;
    line-height: 32px;
  }
  .ot1 .content {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .ot1_l {
    width: calc(100% - 20px);
    max-width: 610px;
  }
  .ot1_r {
    width: 100%;
    padding: 0px;
    gap: 15px;
  }
  .ot1_r .describe {
    margin-top: 8px;
    padding-top: 9px;
  }
  .ot1_r .share_box {
    margin-top: 6px;
  }
  .ot1_r .buttonBox {
    gap: 12px 15px;
  }
  .ot2 {
    padding: 20px 0px 30px;
  }
  .ot2 .describe {
    margin-top: 4px;
  }
  .ot2 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .ot2_container {
    padding-top: 8px;
  }
  .ot2_menu {
    gap: 20px;
  }
  .ot2_menu span {
    padding: 8px 0px;
    font-size: 15px;
    line-height: 26px;
  }
  .tho1 {
    padding: 30px 0px;
  }
  .tho1 .describe {
    margin-top: 4px;
  }
  .tho_back {
    padding: 30px 0px;
  }
  .big_title_bottom {
    padding-bottom: 10px;
  }
  .tho2 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .tho2 .describe {
    padding: 15px 20px 15px 0px;
  }
  .tho2_img {
    margin-top: 15px;
  }
  .tho3 {
    padding-top: 30px;
  }
  .tho4 {
    padding-top: 30px;
  }
  .tho4_container {
    margin-top: 15px;
  }
  .tho4_l {
    padding: 30px 5%;
    width: 100%;
  }
  .tho4_l .name {
    font-size: 20px;
    line-height: 28px;
  }
  .tho4_l .describe {
    margin-top: 4px;
  }
  .tho4_l .r_box {
    max-width: 200px;
  }
  .tho4_l .sw_box {
    margin: 0px auto;
  }
  .tho4_l .controls {
    display: flex;
  }
  .tho4_r {
    display: none;
  }
  .tho4_r .sw_box {
    height: 176px;
  }
  .tho4_r .swiper-slide-active .tho4_r_name {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
  }
  .tho4_r .swiper-slide {
    padding: 6px 0px;
  }
  .tho4_r .tho4_r_name {
    font-size: 14px;
    line-height: 22px;
  }
  .tho5_down {
    margin-top: 12px;
  }
  .tho5_down a {
    width: 32px;
  }
  .tho5_down img {
    width: 12px;
  }
  .tho5_top {
    aspect-ratio: initial;
    padding: 30px 0px;
  }
  .tho5_top_container {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  .tho5_top_container .describe {
    margin-top: 4px;
  }
  .tho5_title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .tho5_bottom {
    padding-top: 30px;
  }
  .tho5_title_padding {
    padding-bottom: 10px;
  }
  .tho5_list .describe {
    margin-top: 5px;
  }
  .tht1 {
    padding: 30px 50px 0px;
  }
  .tht1_l .box {
    margin-top: 4px;
  }
  .tht1_l .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tht1_l .describe {
    margin-top: 4px;
  }
  .tht1_list {
    padding: 0px 30px;
    gap: 20px 2%;
  }
  .tht1_list li {
    width: 23.5%;
  }
  .tht1_list .big_num {
    font-size: 26px;
    line-height: 28px;
  }
  .tht1_list .big_num_after {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .tht1_list .text {
    margin-top: 4px;
  }
  .tht1_r_number {
    padding: 20px 0px;
  }
  .tht2 {
    padding-top: 30px;
  }
  .tht2 .describe {
    margin-top: 4px;
  }
  .tht2_container {
    margin-top: 15px;
  }
  .tht2_list {
    margin-top: 15px;
  }
  .tht3 {
    padding: 30px 50px 0px;
    flex-wrap: wrap;
  }
  .tht3_l {
    width: 100%;
  }
  .tht3_r {
    width: 100%;
    flex: none;
  }
  .tht3_r::before {
    display: none;
  }
  .tht3_r .container {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .tht3_r .tht3_r_container {
    padding: 12px 0px 0px;
    width: 100%;
    margin: 0px;
  }
  .tht3_r .describe {
    height: auto;
    margin-top: 4px;
  }
  .tht3_r .swiper_button {
    gap: 8px;
    margin-top: 12px;
  }
  .tht3_r .controls {
    width: 32px;
  }
  .fuo_menu {
    padding-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .fuo_menu .content {
    gap: 20px 40px;
  }
  .fuo_menu a {
    padding: 0px 2px 6px;
  }
  .fuo1 .sw_box {
    margin-top: 15px;
  }
  .fuo1 .describe {
    margin-top: 4px;
  }
  .fuo1 .buttonBox {
    margin-top: 12px;
  }
  .fuo1 .swiper-slide {
    gap: 12px;
  }
  .fuo1 .swiperfuo1-pagination {
    margin-top: 20px;
    gap: 8px;
  }
  .fuo1 .swiper-pagination-bullet-active {
    width: 36px;
  }
  .fuo2 {
    padding: 30px 0px;
  }
  .fuo2_list {
    gap: 20px 2%;
  }
  .fuo2_list li {
    width: 32%;
  }
  .fuo2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fut1 {
    padding: 30px 0px;
  }
  .fut1 .describe {
    margin-top: 12px;
    padding: 8px 0px;
  }
  .fut1 .describe em {
    font-size: 16px;
    line-height: 24px;
  }
  .fo1 {
    padding-top: 30px;
  }
  .fo1_menu {
    gap: 15px 20px;
  }
  .fo1_menu span {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 16px;
  }
  .fo1_container {
    margin-top: 15px;
  }
  .fo1_l_container {
    margin-top: 20px;
  }
  .fo1_l_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fo1_l_container .add_box {
    margin-top: 6px;
  }
  .fo1_list {
    margin-top: 6px;
    gap: 2px 0px;
  }
  .so1_title {
    font-size: 22px;
    line-height: 30px;
  }
  .so1 {
    padding: 30px 0px 30px;
  }
  .so1 .content2 {
    padding-top: 15px;
  }
  .so1 .describe {
    margin-top: 6px;
  }
  .so_back {
    padding: 30px 0px;
  }
  .so2 {
    padding-bottom: 30px;
  }
  .so2_container {
    margin-top: 12px;
    gap: 20px 0px;
  }
  .so2_container figure {
    width: 100%;
    padding: 30px;
  }
  .so2_container .text {
    font-size: 18px;
  }
  .so2_container .links {
    margin-top: 12px;
  }
  .so3_container {
    gap: 30px 0px;
  }
  .so3_l {
    gap: 15px 2%;
  }
  .so3_l figure {
    text-align: center;
  }
  .so3_l .logo {
    margin: 0px auto;
    width: 46px;
  }
  .so3_l .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .so3_l .describe {
    margin-top: 4px;
  }
  .so3_r_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .so3_r_container .describe {
    margin-top: 4px;
  }
  .so3_r_container section figure:nth-of-type(2) {
    margin-top: 20px;
  }
  .so3_r_form {
    margin-top: 20px;
  }
  .so3_r_form form {
    padding: 0px 6%;
  }
  .so3_r_form section {
    padding: 36px 0px !important;
  }
  .so3_r_form .title {
    font-size: 20px;
  }
  .so3_r_form .form_box {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .so3_r_form .form_box input {
    font-size: 14px;
  }
  .so3_r_form .form_box .int1 {
    width: 100%;
  }
  .so3_r_form .form_box label,
  .so3_r_form .form_box .design2_box {
    height: auto !important;
    min-height: 44px !important;
  }
  .so3_r_form .button {
    margin-top: 20px !important;
    gap: 12px 20px;
  }
  .so3_r_form .button a {
    min-width: 130px !important;
    min-height: 38px !important;
  }
  .so4 {
    flex-wrap: wrap;
  }
  .so4 figure {
    width: 100%;
  }
  .so4 .hide_box {
    padding: 30px 50px;
  }
  .so5 {
    padding-top: 30px;
  }
  .so5_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .so5_list li {
    width: 32%;
  }
  .so5_list .title {
    font-size: 16px;
  }
  .page_change {
    margin-top: 20px;
    gap: 4px;
  }
  .page_change .logo {
    width: 28px;
  }
  .page_change .logo img {
    width: 6px;
  }
  .page_change section {
    gap: 12px;
  }
  .public_new {
    padding-bottom: 30px;
  }
  .public_new .swiper_button {
    gap: 8px;
  }
  .public_new .controls {
    width: 32px;
  }
  .public_new .sw_box {
    margin-top: 15px;
  }
  .public_new .title {
    font-size: 16px;
    line-height: 26px;
  }
  .public_pro {
    padding-bottom: 30px;
  }
  .public_pro .swiper_button {
    gap: 8px;
  }
  .public_pro .controls {
    width: 32px;
  }
  .public_pro .sw_box {
    margin-top: 15px;
  }
  .public_pro .container {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }
  .public_pro .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .pro_menu {
    width: 100%;
    max-width: 100%;
    position: relative !important;
    top: 0px !important;
    min-height: auto;
    border-right: none;
  }
  .pro_menu_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 2%;
    padding-top: 0px;
  }
  .pro_menu_list li {
    width: 32%;
    margin-top: 0px !important;
  }
  .footer_before {
    padding: 30px 0px;
  }
  .footer_before .content {
    margin-bottom: 0px;
    padding: 30px 25px 36px;
  }
  .footer_before .text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 4px;
  }
  .footer_before form {
    margin-top: 15px;
    gap: 8px 4%;
  }
  .footer_before form .int1 {
    width: 48%;
  }
  .footer_before form input,
  .footer_before form textarea {
    font-size: 14px !important;
  }
  .footer_before form input {
    height: 38px;
  }
  .footer_before form .yzm span {
    right: 10px;
  }
  .footer_before form .tj {
    margin-left: 0px;
  }
  footer {
    padding: 30px 0px 50px;
  }
  footer .logoBox {
    max-width: 116px;
  }
  footer .logo_text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 4px;
  }
  footer .icBox {
    margin-top: 12px;
    gap: 8px;
  }
  footer .icBox a {
    width: 36px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .new_list {
    flex-direction: row;
    gap: 20px 4%;
  }
  footer .new_list li {
    width: 48%;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer_a .dif_footer {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_a .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  .footer_a .list {
    font-size: 15px;
    line-height: 25px;
    margin-top: 2px;
  }
  .footer_l {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer_r {
    width: 100%;
    flex: none;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_r > ul {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_contact_list {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .footer_contact_list li {
    width: 100%;
    padding: 15px 16px;
  }
  .footer_contact_list .logo {
    width: 26px;
  }
  .footer_contact_list .contact_list_r {
    padding-top: 0px;
  }
  .footer_contact_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .footer_contact_list .contact_list_text {
    margin-top: 2px;
  }
  .footer_bottom {
    padding-top: 12px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 6px;
  }
  .PageNumber .page_box {
    gap: 6px;
  }
  .PageNumber a {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .PageNumber .submit img {
    width: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .index5 figure {
    padding: 24px 20px;
  }
  .index9 .title {
    font-size: 36px;
    line-height: 42px;
    max-width: 260px;
  }
  .oo1_list {
    gap: 15px 2%;
  }
  .oo1_list li {
    width: 32%;
  }
  .ot1_l .mask_box.prev {
    left: -8px;
  }
  .ot1_l .mask_box.next {
    right: -8px;
  }
  .tho3 .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .tho3_r {
    width: 100%;
  }
  .tho3_r .logo_box {
    margin-top: 10px;
    width: 100%;
    padding: 0px;
    border: none;
  }
  .tho3_r .logo {
    max-width: 120px;
  }
  .tho3_l {
    width: 100%;
    padding-top: 12px;
  }
  .tho4_l {
    padding: 30px;
  }
  .tho5_top_container .container {
    width: 100%;
  }
  .tht1 {
    padding: 30px 20px 0px;
  }
  .tht1_r_number {
    position: relative;
    margin-top: 20px;
  }
  .tht1_list {
    flex-wrap: wrap;
  }
  .tht1_list li {
    width: 48%;
  }
  .tht3 {
    padding: 30px 20px 0px;
  }
  .fuo_menu {
    font-size: 16px;
    line-height: 24px;
  }
  .fo1_list li {
    width: 100%;
    padding-right: 0px;
  }
  .fo1_menu span {
    width: 100%;
  }
  .so3_menu span {
    width: 52px;
    font-size: 20px;
  }
  .so3_l figure {
    width: 49%;
  }
  .so4 .hide_box {
    padding: 30px 20px;
  }
  .pro_menu_list li {
    width: 49%;
  }
  .footer_before .content {
    width: calc(100% - 40px) !important;
  }
  footer .new_list {
    flex-wrap: wrap;
  }
  footer .new_list li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .index1_l .swiper-slide {
    flex-wrap: wrap;
    gap: 12px;
  }
  .index1_l .box {
    width: 100%;
  }
  .index1_l .imgBox {
    width: 100%;
  }
  .index5 figure {
    width: 100%;
  }
  .index8_container {
    gap: 12px;
    flex-wrap: wrap;
  }
  .index8_l {
    width: 100%;
  }
  .index8_l .box {
    padding-top: 6px;
  }
  .index8_r {
    width: 100%;
  }
  .index9 .title {
    font-size: 32px;
    line-height: 38px;
    max-width: 220px;
  }
  .tho2 .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .tho2 .describe {
    padding: 0px;
    margin-top: 6px;
    width: 100%;
  }
  .tho2_r {
    width: 100%;
  }
  .tho2_l {
    width: 100%;
    padding-bottom: 0px;
  }
  .tho5_bottom .content {
    gap: 20px;
    flex-wrap: wrap;
  }
  .tho5_list {
    width: 100%;
  }
  .fuo_menu .content {
    gap: 20px;
  }
  .fuo1 .l_box {
    width: 100%;
  }
  .fuo1 .r_box {
    width: 100%;
  }
  .fuo1 .swiper-slide {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fuo2_list li {
    width: 49%;
  }
  .fo1_l_container .l_box {
    width: 100%;
  }
  .fo1_l_container .l_box .imgBox img {
    height: auto;
    object-fit: initial;
  }
  .fo1_l_container .r_box {
    flex: none;
    width: 100%;
  }
  .so1 .container {
    width: 100%;
  }
  .so5_list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .index2_list {
    flex: none;
    width: 100%;
    gap: 12px 4%;
  }
  .index2{ background: none;}
  .index2_list li {
    width: 48%;
  }
  .index2_container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .index2_r {
    width: auto;
    border-left: none;
  }
  .index4_list li {
    width: 100%;
  }
  .index7 .swiper-pagination-bullet {
    width: 18px;
  }
  .index7 .swiper-pagination-bullet-active {
    width: 24px;
  }
  .index9 .title {
    margin: 0px auto;
    font-size: 24px;
    line-height: 30px;
    max-width: 180px;
    text-align: center;
  }
  .oo1_list li {
    width: 49%;
  }
  .so3_l figure {
    width: 100%;
  }
  .pro_menu_list li {
    width: 100%;
  }
  .footer_before form .int1 {
    width: 100%;
  }
  .footer_before form .yzm {
    flex: none;
    width: 100%;
  }
  .footer_before form .tj {
    min-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index2_list li {
    width: 100%;
    text-align: center;
  }
  .index2_list .number_box {
    justify-content: center;
  }
  .index9 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .tht1_list li {
    width: 100%;
    text-align: center;
  }
  .tht1_list .number_box {
    justify-content: center;
  }
  .tht2_container {
    flex-wrap: wrap;
    gap: 15px 0px;
  }
  .tht2_l,
  .tht2_r {
    width: 100%;
  }
  .tht2_list {
    gap: 15px 2%;
  }
  .tht2_list li {
    width: 49%;
  }
  .fuo_menu .content {
    gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fuo_menu a {
    text-align: center;
  }
  .fuo2_list li {
    width: 100%;
  }
  .public_pro .top,
  .public_new .top {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .public_pro .top_l,
  .public_new .top_l {
    width: 100%;
    text-align: center;
  }
  .so5_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1764136482949") format("woff"), url("iconfont.ttf?t=1764136482949") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Youtube:before {
  content: "\e880";
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}



.index_banner {
	font-size: 62.5%;
}

.index_banner_content1 {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 12.5%;
	transform: translateX(-50%);
}

.index_banner_content1 .index_banner_title {
	width: 100%;
	max-width: 1240px;
	margin: 0px auto
}

.index_banner_content1 .index_banner_title img {
	transform: scale(1) !important;
}

.index_banner_content1 .banner_title a {
	display: block;
}

.index_banner_content1 .index_banner_describe {
	font-size: 4.8em;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.167em;
	letter-spacing: 0px;
	background-image: -webkit-linear-gradient(90deg, #bebebe, #eeeeee, #d2d2d2);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	margin-top: 19px
}

.index_banner .buttonBox {
	justify-content: center;
	gap: 21px;
	margin-top: 29px;
	flex-wrap: wrap;
}

.index_banner .buttonBox a {
	display: flex;
}

.index_banner .buttonBox img {
	transform: scale(1) !important;
	width: auto;
}

.index_banner_content1 .index_banner_text {
	font-size: 2.4em;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.334em;
	letter-spacing: 0px;
	background-image: -webkit-linear-gradient(90deg, #bebebe, #eeeeee, #d2d2d2);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	margin-top: 27px
}
.index_banner_content2{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	padding: 8.2% 0px 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index_banner_content2 .container{
	width: 47%;
	text-align: right;
	margin-left: auto;
	margin-right: 0px;
}
.index_banner_content2 .index_banner_title {
	font-size: 6em;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #024487;
	text-shadow: 3px 3px #fff,-3px -3px #fff,-3px 3px #fff,3px -3px #fff;
}
.index_banner_content2 .index_banner_title a{
	color: #024487;
}
.index_banner_content2 .index_banner_describe {
	font-size: 2.4em;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.334em;
	letter-spacing: 0px;
	margin-top: 12px;
	color: #333;
}
.index_banner_content2 .buttonBox{
	margin-top: 47px;
	justify-content: flex-end;
}
.index_banner_content2 .text_box{
	width: 100%;
	display: flex;
	justify-content: center;
}
.index_banner_content2 .text_box p{
	font-size: 3em;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #024487;
	position: relative;
	border-radius: 33px;
	text-align: center;background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 13px 86px 16px;
}
.index_banner_content3{
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	padding: 6.7% 0px 5.65%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
.index_banner_content3 .index_banner_title {
	font-size: 6em;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.2em;
	letter-spacing: 0px;
	color: #024487;
}
.index_banner_content3 .index_banner_title a{
	color: #024487;
}
.index_banner_content3 .index_banner_describe {
	font-size: 2.4em;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.334em;
	letter-spacing: 0px;
	margin-top: 17px;
	color: #333;
}
.index_banner_content3 .text_box{
	font-size: 1.6em;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75em;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 33px;
}

@media screen and (max-width: 1500px) {
	.index_banner .buttonBox{
		margin-top: 20px;
	}
	.index_banner_content1 .index_banner_title{
		max-width: 790px;
	}
	.index_banner_content1 .index_banner_describe{
		font-size: 3em;
		margin-top: 12px;
	}
	.index_banner_content3,
	.index_banner_content2{
		padding: 6% 0px 5%;
	}
	.index_banner_content2 .container{
		max-width: 476px;
		width: 50%;
	}
	.index_banner_content3 .index_banner_title,
	.index_banner_content2 .index_banner_title{
		font-size: 4em;
	}
	.index_banner_content3 .index_banner_describe,
	.index_banner_content2 .index_banner_describe,
	.index_banner_content1 .index_banner_text{
		font-size: 1.9em;
		margin-top: 12px;
	}
	.index_banner_content2 .buttonBox{
		margin-top: 25px;
	}
	.index_banner_content2 .text_box p{
		font-size: 2.4em;
		padding: 13px 50px 16px;
	}
	.index_banner_content3 .text_box{
		margin-top: 15px;
	}
}

@media screen and (max-width: 992px) {
	.index_banner_content3{
		padding: 8% 0px 4%;
	}
	.index_banner_content3,.index_banner_content2{
		padding: 6% 0px 4%;
	}
	.index_banner_content3 .index_banner_title,
	.index_banner_content2 .index_banner_title{
		font-size: 2.5em;
	}
	.index_banner_content1 .index_banner_describe{
		font-size: 2em;
		margin-top: 6px;
	}
	.index_banner_content1 .index_banner_describe{
		margin-top: 4px;
	}
	.index_banner_content3 .index_banner_describe,
	.index_banner_content4 .index_banner_describe,
	.index_banner_content1 .index_banner_text{
		font-size: 1.6em;
		margin-top: 4px;
	}
	.index_banner_content3 .text_box{
		margin-top: 4px;
	}
	.index_banner_content2 .text_box p{
		font-size: 2em;
		padding: 6px 20px;
	}
	.index_banner .buttonBox{
		gap: 12px;
		margin-top: 15px !important;
	}
	.index_banner_content1 .index_banner_title{
		max-width: 400px;
	}
} 

@media screen and (max-width: 768px){
	.index_banner_content2 .text_box{
		display: none;
	}
	.index_banner_content2{
		justify-content: flex-end;
	}
	.index_banner_content2 .container{
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
	.index_banner_content2 .buttonBox{
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.index_banner .swiperbanner-pagination{
		display: none;
	}
	.index_banner_content3 .text_box,
	.index_banner_content1 .index_banner_describe,
	.index_banner_content1 .index_banner_text{
		display: none;
	}
	.index_banner_content3 .index_banner_describe,
	.index_banner_content2 .index_banner_describe{
		display: none;
	}
}
