@import url("swiper-bundle.min.css");
.back_linear {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
}
.back_linear_box {
  position: relative;
  z-index: 1;
}
.back_linear_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
}
.color_linear {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 14px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  background: transparent;
}
.rightMenu > *::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 1;
  overflow: hidden;
  border-radius: 50%;
}
.rightMenu > *:hover {
  background: #489bb1;
}
.rightMenu > *:hover::before {
  opacity: 0;
}
@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: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  right: 2.5%;
  top: 31px;
  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: 1200px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 20px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  padding-top: 37px;
}
header::before {
  content: "";
  width: 100%;
  min-height: 290px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/head_back.png") no-repeat center bottom;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 85px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-family: Montserrat-Light;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  margin-right: 54px;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 11px 0px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 0%;
  max-width: 51px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  padding: 6px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 8px;
}
header .ul li a {
  display: block;
  padding: 3px 20px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #489bb1;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .sousuo {
  margin-left: 68px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 22px;
}
header .sousuo .search:hover {
  color: #489bb1;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #489bb1;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #489bb1;
}
header .head_boxr {
  display: flex;
  align-items: center;
  padding-right: 6px;
}
header .lang {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 64px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  align-items: center;
  background: transparent;
  gap: 8px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover .dq,
  header .lang .lang_box:hover .dq1 {
    filter: none;
    opacity: 1;
  }
  header .lang .lang_box:hover span {
    color: #489bb1;
  }
}
header .lang .lang_box .dq {
  width: 29px;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
header .lang .lang_box .dq1 {
  width: 10px;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
header .lang .lang_box span {
  font-family: Montserrat-Light;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  transition: 0.2s;
  margin-left: 3px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #489bb1;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #489bb1;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #489bb1;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
.fyhead::before {
  min-height: 160px;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  font-family: Roboto-Bold !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 163px;
  min-height: 52px;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  padding: 5px 20px;
}
.buttonBox a::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #222;
  border-radius: 48px;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: -1;
  opacity: 1;
  transition: 0.3s;
}
.buttonBox a:hover::after {
  opacity: 0;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  overflow: hidden;
}
.bannerBox .content {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-top: 4%;
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .big_title {
  color: #fff;
}
.bannerBox .banner_describe {
  /*font-family: Montserrat-Thin;*/
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 24px;
}
.bannerBox .banner_container {
  width: 48%;
}
.bannerBox .banner_img {
  width: 36.625%;
  position: absolute;
  right: 0;
  bottom: 2.1%;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 25px;
  flex-wrap: wrap;
  margin-top: 84px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999;
  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;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.PageNumber a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.PageNumber a:hover {
  border: none;
  color: #fff;
}
.PageNumber a:hover::before {
  opacity: 1;
}
.PageNumber .active {
  border: none;
  color: #fff;
}
.PageNumber .active::before {
  opacity: 1;
}
/*.PageNumber .p_f {
  width: 100px;
}
.PageNumber .p_l {
  width: 80px;
}*/

.PageNumber .page_box .big {
  min-width:80px;
}

.PageNumber .page_box .no {
  min-width:100px;
}





.padding_top {
  padding-top: 94px;
}
.mbx {
  color: #333;
  padding-top: 25px;
}
.mbx a {
  color: #333;
  display: inline;
}
.mbx a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.mbx .active {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
}
.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-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: calc(100% - 180px);
  max-width: 1600px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 8px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
}
.index_banner .swiper-pagination-bullet-active {
  background: #fff;
}
.index_banner .control_box div {
  width: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.index_banner .control_box div:hover img {
  filter: none;
}
.index_banner .control_box .prev {
  left: 47px;
}
.index_banner .control_box .next {
  right: 47px;
}
.index_banner .control_box img {
  transition: 0s;
  filter: brightness(0) invert(1);
}
.big_title {
  font-family: Roboto-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.big_title_white {
  color: #fff;
}
.big_title_white a {
  color: #fff;
}
.big_title_white a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.index1 {
  padding: 99px 0px 100px;
  background: #222;
}
.index1 .content {
  display: flex;
  flex-direction: column;
  gap: 95px;
}
.index1 .l_box {
  width: 50%;
}
.index1 .r_box {
  width: 45.3%;
  padding-top: 1.4%;
}
.index1 figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index1 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.index1 .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 140px;
  margin-top: 19px;
}
.index1 .buttonBox {
  margin-top: 83px;
}
.index2 {
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 95px 0px 131px;
}
.index2 .big_title {
  text-align: center;
}
.index2 .title_text {
  font-size: 18px;
  font-family: Montserrat-Light;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 7px;
}
.index2 .text {
  width: 100%;
  max-width: 1400px;
  margin: 21px auto 0px;
  color: #333;
  text-align: center;
}
.index2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5.33333%;
  margin-top: 58px;
}
.index2_list .logo {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2_list .logo img {
  transition: 0.2s;
}
.index2_list .logo::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/index2_le.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.index2_list .logo::before {
  opacity: 0;
}
.index2_list .title {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0;
  color: #333;
  margin-top: 31px;
}
.index2_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.index2_list .title a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.index2_list li {
  width: 21%;
}
@media screen and (min-width: 993px) {
  .index2_list li:hover .logo::before {
    opacity: 1;
  }
  .index2_list li:hover .logo img {
    filter: brightness(0) invert(1);
  }
}
.index2_list .describe {
  color: #666;
  margin-top: 21px;
}
.index3 {
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 82px 0px 87px;
}
.index3 .big_title {
  text-align: center;
}
.index3 .describe {
  /*font-family: Montserrat-Thin;*/
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  max-width: 1090px;
  text-align: center;
  margin: 23px auto 0px;
}
.index3 .button {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.index3 .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 207px;
  aspect-ratio: 207/56;
  border-radius: 50px;
  padding: 4px 20px;
  font-family: Roboto-Bold !important;
  color: #fff;
}
.index3 .button a::before {
  opacity: 0;
  border-radius: 50px;
}
.index3 .button a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/button_back.png") no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
}
.index3 .button a:hover::after {
  opacity: 0;
}
.index3 .button a:hover::before {
  opacity: 1;
}
.index4 {
  padding: 95px 0px 141px;
  overflow: hidden;
}
.index4 .swiper {
  overflow: initial;
}
.index4 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.index4 .top .buttonBox a {
  min-width: 190px;
}
.index4 .top .buttonBox a::after {
  background: #489bb1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.index4 .top .buttonBox a:hover::after {
  opacity: 1;
}
.index4 .top .buttonBox a:hover::before {
  opacity: 0;
}
.index4 .swiper-slide {
  width: 26.25%;
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-right: 3.0625%;
}
.index4 .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px;
}
.index4 .title {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
}
.index4 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index4 .title a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.index4 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: space-between;
  padding: 25px 30px 35px;
}
.index4 .time {
  font-family: Montserrat-Light;
  color: #666;
}
.index4 .sw_box {
  margin-top: 87px;
}
.index4 .sw_box .buttonBox {
  margin-top: 28px;
}
.index4 .sw_box .buttonBox a {
  min-width: 165px;
  min-height: 48px;
  font-family: Montserrat-Light;
  color: #666;
}
.index4 .sw_box .buttonBox a::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background: #fff;
}
.index4 .sw_box .buttonBox a:hover {
  color: #fff;
}
.index4 .swiperindex4-pagination {
  position: relative;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 101px;
}
.index4 .swiper-pagination-progressbar-fill {
  height: 3px;
  top: -1px;
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
}
.oo1 {
  padding: 127px 0px 58px;
}
.oo1 .content {
  overflow: hidden;
}
.oo1 .r_box {
  width: 50%;
  float: right;
  margin-left: 8.125%;
  margin-bottom: 5px;
}
.oo1 .l_box {
  padding-top: 5px;
}
.oo1 .describe {
  color: #333;
  margin-top: 21px;
}
.oo1 .buttonBox {
  margin-top: 39px;
}
.oo1 .buttonBox a::after {
  background: #489bb1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.oo1 .buttonBox a:hover::after {
  opacity: 1;
}
.oo2 {
  padding-bottom: 90px;
}
.oo2 .menu_box {
  position: relative;
}
.oo2 .menu_box::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 4px;
}
.oo2_menu {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8.65%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.oo2_menu span {
  cursor: pointer;
  color: #333;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
  padding-bottom: 35px;
}
.oo2_menu span::before {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: 0.3s;
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
}
.oo2_menu span:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.oo2_menu span:hover::before {
  width: 100%;
}
.oo2_menu .active {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.oo2_menu .active::before {
  width: 100%;
}
.oo2_container {
  padding: 71px 32px 0px;
}
.oo2_list {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
}
.oo2_list li {
  width: 46.224%;
}
@media screen and (min-width: 993px) {
  .oo2_list li:hover .imgBox {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  }
}
.oo2_list .imgBox {
  transition: 0.3s;
}
.oo2_list .box {
  padding: 34px 35px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.oo2_list .title {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0;
  color: #333;
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.oo2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo2_list .title a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.oo2_list .links {
  width: 66px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.oo2_list .links img {
  transition: 0.2s;
}
.oo2_list .links::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/oo2_lb.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
}
.oo2_list .links:hover::after {
  opacity: 0;
}
.oo2_list .links:hover img {
  filter: brightness(0) invert(1);
}
.oo3 {
  background: #222;
  padding: 65px 0px 124px;
}
.oo3 .big_title {
  text-align: center;
}
.oo3 .describe {
  /*font-family: Montserrat-Thin;*/
  color: #fff;
  margin-top: 19px;
}
.oo3_container {
  overflow: hidden;
  margin-top: 22px;
}
.oo3_container .r_box {
  width: 48.8125%;
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}
.oo3_container .describe {
  margin-top: 21px;
}
.ot1 {
  padding: 127px 0px 117px;
}
.ot1 .clear {
  display: none;
}
.ot1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ot1 .sw_box1 {
  width: 79.783%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.ot1 .r_box {
  width: 46.0625%;
  max-width: 737px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-left: 12px;
  margin-right: 4.5%;
}
.ot1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ot1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ot1 .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .ot1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.ot1 .mySwiperot1_2 {
  padding: 20px;
  width: 100%;
  height: 86.5%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.ot1 .mySwiperot1_2 .swiper-slide {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.ot1 .sw_box {
  position: absolute;
  left: -20px;
  top: 0;
  width: calc(14.655% + 40px);
  height: 100%;
}
.ot1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.ot1 .pic-btn img {
  opacity: 0.6;
  transition: 0.2s;
  filter: brightness(0);
}
.ot1 .pic-btn:hover img {
  opacity: 1;
  filter: none;
}
.ot1 .pic-btn.prev {
  top: 3%;
}
.ot1 .pic-btn.next {
  bottom: 3%;
}
.ot1_l {
  flex: 1;
  padding-top: 11px;
}
.ot1_l h1 {
  font-family: Montserrat-Regular;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  letter-spacing: normal;
  color: #333;
}
.ot1_l .title {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #333;
  margin-top: 23px;
}
.ot1_l .describe {
  margin-top: 29px;
  color: #333;
}
.ot1_l .describe em {
  font-style: normal;
  font-family: Montserrat-Regular;
}
.ot1_l .buttonBox a {
  min-width: 199px;
  min-height: 60px;
}
.ot1_l .buttonBox a::after {
  background: #489bb1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}
.ot1_l .buttonBox a:hover::after {
  opacity: 1;
}
.ot1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ot1_l .button_share {
  display: flex;
  align-items: center;
  gap: 20px 33px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.ot2 {
  padding-bottom: 93px;
}
.ot2_title {
  font-family: Montserrat-Regular;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: normal;
  color: #333;
}
.ot2_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 61px;
}
.ot2_list span {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ot2_list li {
  width: 19.5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.ot2_list .logo {
  width: 108px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot2_list .title {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #333;
  margin-top: 19px;
}
.ot2_list .describe {
  margin-top: 11px;
  color: #666;
}
.ot2_container {
  margin-top: 60px;
}
.to1 {
  padding: 121px 0px 100px;
  position: relative;
}
.to1::before {
  content: '';
  width: 100%;
  height: 100%;
  max-height: 968px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../images/to1_back.jpg') no-repeat center;
  background-size: cover;
  z-index: -1;
}
.to1_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.to1_top .to1_l {
  width: 42%;
}
.to1_top .title_text {
  font-family: Montserrat-Regular;
  font-size: 18px;
  margin-top: 7px;
}
.to1_top .buttonBox {
  margin-top: 37px;
}
.to1_top .to1_r {
  width: 53.5%;
  padding-top: 6px;
}
.to1_top .describe {
  color: #666;
}
.to1_container {
  overflow: hidden;
  margin-top: 48px;
  padding-bottom: 13px;
}
.to1_container .l_box {
  padding-top: 17px;
}
.to1_container .r_box {
  width: 53.5%;
  float: right;
  margin-bottom: 5px;
  margin-left: 4.375%;
}
.to1_container .describe {
  color: #666;
}
.to2 {
  background: url('../images/to2_back.jpg') no-repeat center;
  background-size: cover;
  padding: 169px 0px 224px;
}
.to2 .describe {
  color: #fff;
  line-height: 30px;
  /*font-family: Montserrat-Thin;*/
  font-size: 20px;
  margin-top: 34px;
}
.to2 .buttonBox {
  margin-top: 39px;
}
.to2 .buttonBox a {
  min-width: 217px;
}
.to2 .to2_container {
  width: 50%;
  max-width: 550px;
}
.tt_back {
  background: #222;
}
.tt_back .mbx {
  font-family: Montserrat-Thin;
  color: #fff;
}
.tt_back .mbx a {
  color: #fff;
}
.tt_back .active {
  font-family: Montserrat-Light;
}
.tt1 {
  padding: 122px 0px 97px;
}
.tt1 .describe {
  /*font-family: Montserrat-Thin;*/
  color: #fff;
  margin-top: 23px;
}
.tt1 .buttonBox {
  margin-top: 28px;
}
.tt1 .buttonBox a {
  min-height: 60px;
}
.tt1_container {
  padding: 59px 31px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 83px;
}
.tt1_container .title {
  font-family: Montserrat-Light;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  text-align: center;
  padding: 15px 20px 13px;
}
.tt1_container table{
    table-layout: fixed;
    min-width: 1090px;
}
.tt1_container table strong{
   text-align: center;
    display: block;
    font-family: 'Roboto-Bold';
    color: #000;
}
.tt1_container table td {
  color: #666 !important;
  border: none !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 16px 35px !important;
  vertical-align: top;
}
.tt1_container table td:nth-of-type(1) {
  padding-left: 0px !important;
  /*color: #000 !important;*/
  border-left: none !important;
}
.tt1_container .table {
  margin-top: 55px;
}
.tho1 {
  padding: 126px 0px 84px;
}
.tho1_container {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.tho1_container figure {
  padding: 21px 20px 20px;
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.tho1_container .r_box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
  padding-right: 30px;
}
.tho1_container .l_box {
  width: 38%;
  max-width: 420px;
  margin-right: 3.2%;
}
.tho1_container .box {
  flex: 1;
  max-width: 794px;
  padding-bottom: 10px;
}
.tho1_container .title {
  font-family: Montserrat-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #333;
  display: flex;
  justify-content: flex-start;
}
.tho1_container .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;
}
.tho1_container .title a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho1_container .time {
  color: #999;
  margin-top: 10px;
}
.tho1_container .describe {
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.tho1_container .buttonBox a {
  min-width: 165px;
  min-height: 48px;
  font-family: Montserrat-Light;
  color: #666;
}
.tho1_container .buttonBox a::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  background: #fff;
}
.tho1_container .buttonBox a:hover {
  color: #fff;
}
.tht1 {
  padding: 136px 0px 106px;
}
.tht1 h1 {
  font-family: Montserrat-Regular;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #333;
}
.tht1 .time_share {
  color: #999;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 43px;
  margin-top: 19px;
}
.tht1 .share_box {
  display: flex;
  align-items: center;
  gap: 1px;
}
.tht1 .describe {
  color: #999;
  margin-top: 28px;
}
.tht1 .describe img {
  display: inline-block;
}
.tht1 .buttonBox {
  justify-content: center;
  margin-top: 95px;
}
.tht1 .buttonBox a {
  min-height: 48px;
  min-width: 230px;
}
.fuo1 {
  padding: 153px 0px 48px;
}
.fuo1 .content {
  display: flex;
  align-items: flex-start;
  gap: 20px 3.125%;
}
.fuo1 figure {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 31.25%;
}
.fuo1 .box {
  flex: 1;
}
.fuo1 .logo {
  width: 34px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
}
.fuo1 .name {
  font-family: Montserrat-Regular;
  color: #333;
}
.fuo1 .name + p {
  color: #666;
}
.fuo1 .name + p a {
  color: #666;
}
.fuo1 .name + p a:hover {
  color: #489bb1;
}
.fuo2 {
  padding-bottom: 105px;
}
.fuo2 .content {
  box-shadow: 0px 133px 197.2px -206px rgba(34, 34, 34, 0.3);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 36px 81px;
}
.fuo2 .fuo2_r {
  width: 60.864%;
  padding-top: 10px;
}
.fuo2 .describe {
  color: #666;
  margin-top: 16px;
  font-weight: bold;
}
.fuo2_l {
  width: 35.7%;
}
.fuo2_l form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  margin-top: 39px;
}
.fuo2_l form input {
  height: 50px;
}
.fuo2_l form input,
.fuo2_l form textarea {
  width: 100%;
  background-color: transparent;
  border-radius: 0px;
  border: solid 1px #E0E0E0;
  font-family: Montserrat-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000;
  display: block;
  resize: none;
  outline: none;
  padding: 0px 19px;
}
.fuo2_l form input::placeholder,
.fuo2_l form input::-webkit-input-placeholder,
.fuo2_l form textarea::placeholder {
  color: #999;
}
.fuo2_l form .int1 {
  width: 100%;
}
.fuo2_l form .tijiao {
  min-width: 196px;
  margin-left: 15px;
}
.fuo2_l form .tijiao input {
  border: none;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  font-family: Montserrat-Light;
}
.fuo2_l form .tijiao input:hover {
  background: #489bb1;
}
.fuo2_l form .int2 {
  width: 100%;
}
.fuo2_l form .int2::before {
  top: 24px;
}
.fuo2_l form .yzm {
  position: relative;
  flex: 1;
}
.fuo2_l form .yzm input {
  padding-right: 100px;
}
.fuo2_l form .yzm a,
.fuo2_l form .yzm span {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  aspect-ratio: 90/40;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.fuo2_l form .yzm a img,
.fuo2_l form .yzm span img {
  height: 100%;
}
.fuo2_l form textarea {
  height: 129px;
  padding-top: 5px !important;
}
.page_change {
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 103px;
  padding-top: 48px;
  gap: 12px;
}
.page_change p {
  display: flex;
  justify-content: flex-start;
}
.page_change a {
  color: #666;
}
.page_change a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.page_change a,
.page_change span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub1 {
  background: #f5f5f5;
  padding: 90px 0px 118px;
}
.pub1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 30px;
  flex-wrap: wrap;
}
.pub1 .title {
  display: flex;
  color: #333;
  justify-content: center;
  margin-top: 17px;
}
.pub1 .title a {
  color: #333;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub1 .title a:hover {
  background: linear-gradient(270deg, #489bb1 0%, #80bf90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.pub1 .sw_box {
  margin-top: 70px;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 9px;
}
.swiper_button div {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_button div::before {
  opacity: 0;
}
.swiper_button div::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/swiper_back.png') no-repeat center;
  background-size: cover;
  z-index: -1;
  transition: 0.3s;
}
.swiper_button div:hover::before {
  opacity: 1;
}
.swiper_button div:hover::after {
  opacity: 0;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
}
.buttonBox .back_linear_box1::after {
  background: #489bb1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}
.buttonBox .back_linear_box1:hover::after {
  opacity: 1;
}
footer {
  background: #222;
}
footer .logoBox {
  width: 299px;
  flex-shrink: 0;
  margin-top: 14px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  padding-left: 9px;
  gap: 7.4%;
  padding-top: 67px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_a .dif_footer {
  font-family: Montserrat-Light;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer_a .dif_footer a {
  color: #fff;
}
.footer_a .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer_a .dif_up {
  display: none;
}
.footer_a .list {
  font-family: Montserrat-Light;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 38px;
}
.footer_a .list a {
  color: #fff;
}
.footer_a .list a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer_a .ul2 {
  margin-left: 4%;
  max-width: 300px;
}
.footer_a .ul2 .list a,
.footer_a .ul2 .list span {
  display: inline;
}
.footer_a .box {
  max-width: 551px;
}
.footer_a form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 23px 0px;
  margin-top: 49px;
}
.footer_a form input {
  height: 40px;
}
.footer_a form input,
.footer_a form textarea {
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  font-family: Montserrat-Thin;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  resize: none;
  outline: none;
  padding: 0px 16px;
}
.footer_a form input::placeholder,
.footer_a form input::-webkit-input-placeholder,
.footer_a form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer_a form .yz {
  position: relative;
}
.footer_a form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -15px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.footer_a form .int1 {
  width: 46%;
}
.footer_a form .tijiao {
  min-width: 190px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 15px;
}
.footer_a form .tijiao input {
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.footer_a form .tijiao input:hover {
  background: #489bb1;
}
.footer_a form .int2 {
  width: 100%;
}
.footer_a form .int2::before {
  top: 24px;
}
.footer_a form .yzm {
  position: relative;
  flex: 1;
}
.footer_a form .yzm input {
  padding-right: 100px;
}
.footer_a form .yzm a,
.footer_a form .yzm span {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  aspect-ratio: 90/40;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.footer_a form .yzm a img,
.footer_a form .yzm span img {
  height: 100%;
}
.footer_a form textarea {
  height: 88px;
  padding-top: 5px !important;
}
.footer_r {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  gap: 30px;
}
.footer_b {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 19px 0px 54px;
  gap: 30px;
}
.footer_b .l_box {
  font-family: Montserrat-Thin;
  color: #fff;
  flex: 1;
  padding-top: 7px;
}
.footer_b .l_box a {
  color: #fff;
}
.footer_b .l_box a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 18px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.footer_b .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.footer_b .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
.footer_b .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  line-height: normal;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 2px solid #ffffff;
  color: #fff;
}
.footer_b .icBox a:hover {
  background: #489bb1;
  color: #fff;
  border: 2px solid #489bb1;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.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: #489bb1;
}
.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;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1680px) {
  .rightMenu {
    gap: 6px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header {
    padding-top: 15px;
  }
  header::before {
    min-height: 120px !important;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 76px;
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 28px;
  }
  header .head_boxr {
    padding-right: 0px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .sousuo .search {
    font-size: 20px;
  }
  header .lang {
    margin-left: 35px;
  }
  header .lang .lang_box span {
    margin-left: 0px;
    font-size: 15px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .index_banner .control_box div {
    width: 46px;
  }
  .index_banner .control_box .prev {
    left: 22px;
  }
  .index_banner .control_box .next {
    right: 22px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index1 {
    padding: 60px 0px 80px;
  }
  .index1 .describe {
    height: 130px;
    margin-top: 12px;
  }
  .index1 .buttonBox {
    margin-top: 40px;
  }
  .index1 .content {
    gap: 40px;
  }
  .index2 {
    padding: 60px 0px 80px;
  }
  .index2 .text {
    margin: 12px auto 0px;
  }
  .index2_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .index2_list .logo {
    width: 82px;
  }
  .index2_list .logo img {
    max-width: 80%;
  }
  .index2_list li {
    width: 23.5%;
  }
  .index2_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
  }
  .index2_list .describe {
    margin-top: 15px;
  }
  .index3 {
    padding: 80px 0px;
  }
  .index3 .describe {
    margin: 15px auto 0px;
  }
  .index3 .button {
    margin-top: 40px;
  }
  .index3 .button a {
    min-width: 184px;
  }
  .index4 {
    padding: 60px 0px 80px;
  }
  .index4 .sw_box {
    margin-top: 40px;
  }
  .index4 .sw_box .buttonBox {
    margin-top: 15px;
  }
  .index4 .swiperindex4-pagination {
    margin-top: 50px;
  }
  .index4 .box {
    padding: 20px 20px 25px;
  }
  .index4 .title {
    font-size: 20px;
    line-height: 28px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .logoBox {
    width: 190px;
  }
  .footer_a {
    gap: 5%;
    padding-left: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .footer_a .ul2 {
    margin-left: 0px;
  }
  .footer_a .dif_footer {
    font-size: 20px;
    line-height: 28px;
  }
  .footer_a .list {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
  }
  .footer_a form {
    gap: 15px 0px;
    margin-top: 28px;
  }
  .footer_b .links {
    margin-top: 10px;
  }
  .buttonBox a {
    min-width: 142px !important;
    min-height: 44px !important;
  }
  .bannerBox .banner_describe {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .bannerBox .banner_container {
    width: 56%;
  }
  .bannerBox .content {
    min-height: 500px;
  }
  .bannerBox .banner_img {
    bottom: 50%;
    transform: translateY(50%);
  }
  .mbx {
    padding-top: 15px;
  }
  .oo1 {
    padding: 60px 0px;
  }
  .oo1 .describe {
    margin-top: 15px;
  }
  .oo1 .buttonBox {
    margin-top: 30px;
  }
  .oo2_menu {
    font-size: 20px;
    line-height: 28px;
  }
  .oo2_menu span {
    padding-bottom: 25px;
  }
  .oo2_container {
    padding: 40px 32px 0px;
  }
  .oo2_list .box {
    padding: 15px 20px 0px;
  }
  .oo2_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .oo2_list .links {
    width: 52px;
  }
  .oo3 {
    padding: 60px 0px 80px;
  }
  .ot1 {
    padding: 60px 0px;
  }
  .ot1 .sw_box1 {
    margin-right: 0px;
  }
  .ot1 .content {
    display: block;
  }
  .ot1 .clear {
    display: block;
  }
  .ot1 .r_box {
    float: left;
    margin-right: 5%;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .ot1_l h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .ot1_l .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
  }
  .ot1_l .describe {
    margin-top: 16px;
  }
  .ot1_l .button_share {
    gap: 15px 25px;
    margin-top: 30px;
  }
  .ot2_title {
    font-size: 28px;
    line-height: 38px;
  }
  .ot2_list .logo {
    width: 72px;
  }
  .ot2_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
  }
  .ot2_container {
    margin-top: 30px;
  }
  .ot2 {
    padding-bottom: 60px;
  }
  .pub1 {
    padding: 60px 0px;
  }
  .pub1 .sw_box {
    margin-top: 30px;
  }
  .swiper_button div {
    width: 40px;
  }
  .to1 {
    padding: 60px 0px;
  }
  .to1_top .buttonBox {
    margin-top: 30px;
  }
  .to1_top .to1_r {
    padding-top: 0px;
  }
  .to1_container .l_box {
    padding-top: 0px;
  }
  .to2 {
    padding: 100px 0px;
  }
  .to2 .describe {
    font-size: 18px;
    margin-top: 30px;
  }
  .to2 .buttonBox {
    margin-top: 30px;
  }
  .tt1 {
    padding: 60px 0px 80px;
  }
  .tt1 .describe {
    margin-top: 12px;
  }
  .tt1 .buttonBox {
    margin-top: 20px;
  }
  .tt1_container {
    margin-top: 30px;
    padding: 30px;
  }
  .tt1_container .title {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
  }
  .tt1_container .table {
    margin-top: 30px;
  }
  .tt1_container table td {
    padding: 12px 20px !important;
  }
  .tt1_container table td:nth-of-type(1) {
    padding-left: 0px !important;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .tho1 {
    padding: 60px 0px 80px;
  }
  .tho1_container {
    gap: 20px;
  }
  .tho1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .tho1_container .describe {
    margin-top: 8px;
  }
  .tht1 {
    padding: 60px 0px 80px;
  }
  .tht1 h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .tht1 .buttonBox {
    margin-top: 30px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 15px !important;
    gap: 6px;
  }
  .fuo1 {
    padding: 80px 0px 40px;
  }
  .fuo1 .content {
    justify-content: space-between;
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .fuo1 figure {
    max-width: 23.5%;
  }
  .fuo1 figure:nth-last-of-type(1) {
    width: 100%;
    max-width: 100%;
  }
  .fuo2 {
    padding-bottom: 60px;
  }
  .fuo2 .content {
    padding: 0px 0px 40px;
    align-items: center;
  }
  .fuo2 .describe {
    margin-top: 8px;
  }
  .fuo2_l {
    width: 38%;
  }
  .fuo2_l form {
    margin-top: 15px;
    gap: 8px 0px;
  }
  .fuo2_l form input,
  .fuo2_l form textarea {
    padding: 0px 15px;
  }
  .fuo2_l form .tijiao {
    min-width: 154px;
  }
}
@media screen and (max-width: 1200px) {
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .logoBox {
    width: 66px;
  }
  header .head_boxr {
    padding-right: 60px;
  }
  header .lang .lang_box {
    gap: 6px;
  }
  header .lang .lang_box .dq {
    width: 26px;
  }
  header .lang > ul {
    width: 106px;
  }
  footer .logoBox {
    width: 120px;
    margin-top: 0px;
  }
  .footer_a {
    padding-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .footer_r {
    width: 100%;
    flex: none;
  }
  .oo2_container {
    padding: 40px 0px 0px;
  }
  .bannerBox .content {
    min-height: 400px;
  }
  .fuo2_l form input {
    height: 42px;
  }
  .fuo2_l form input,
  .fuo2_l form textarea {
    font-size: 15px !important;
  }
  .fuo2_l form .yzm {
    flex: none;
    width: 100%;
  }
  .fuo2_l form .yzm span {
    height: 36px;
  }
  .fuo2_l form .tijiao {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    border-radius: 0px;
    opacity: 1;
  }
  .rightMenu > *:hover {
    background: transparent;
  }
  .rightMenu > *:hover::before {
    opacity: 1;
  }
  .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;
  }
  header::before {
    min-height: 86px;
  }
  .index_banner .control_box {
    display: none;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 20px;
  }
  .big_title {
    font-size: 20px;
    line-height: 32px;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .content {
    gap: 20px;
  }
  .index1 .describe {
    height: 120px;
    margin-top: 8px;
  }
  .index1 .buttonBox {
    margin-top: 20px;
  }
  .index2 {
    padding: 40px 0px;
  }
  .index2 .title_text {
    font-size: 16px;
    margin-top: 6px;
  }
  .index2 .text {
    margin: 8px auto 0px;
  }
  .index2_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index2_list .logo {
    width: 60px;
  }
  .index2_list .logo img {
    max-width: 60%;
  }
  .index2_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .index2_list .describe {
    margin-top: 6px;
  }
  .index3 {
    padding: 40px 0px;
  }
  .index3 .describe {
    font-size: 16px;
    line-height: 26px;
    margin: 8px auto 0px;
  }
  .index3 .button {
    margin-top: 20px;
  }
  .index3 .button a {
    min-width: 170px;
  }
  .index4 {
    padding: 40px 0px;
  }
  .index4 .sw_box {
    margin-top: 20px;
  }
  .index4 .sw_box .buttonBox {
    margin-top: 12px;
  }
  .index4 .swiper-slide {
    width: 32%;
    margin-right: 2%;
  }
  .index4 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index4 .box {
    gap: 8px;
  }
  .index4 .swiperindex4-pagination {
    margin-top: 20px;
  }
  footer .logoBox {
    width: 92px;
  }
  .footer_a .list {
    display: none;
    font-size: 14px;
    line-height: 26px;
    margin-top: 4px;
  }
  .footer_r {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_r > * {
    width: 100%;
    max-width: 100% !important;
  }
  .footer_r .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_r .dif_up {
    filter: brightness(0) invert(1);
    display: block;
  }
  .footer_r .box {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .footer_r .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_r .box .dif_footer::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_r form {
    margin-top: 10px;
  }
  .footer_b {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .footer_b .l_box {
    width: 100%;
    flex: none;
  }
  .footer_b .icBox {
    width: 100%;
    justify-content: center;
  }
  .buttonBox a {
    min-width: 120px !important;
    min-height: 38px !important;
  }
  .buttonBox a::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
  }
  .bannerBox .banner_describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .bannerBox .content {
    min-height: 360px;
  }
  .bannerBox .banner_img {
    bottom: 45%;
  }
  .mbx {
    padding-top: 10px;
  }
  .oo1 {
    padding: 30px 0px 40px;
  }
  .oo1 .l_box {
    padding-top: 0px;
  }
  .oo1 .describe {
    margin-top: 6px;
  }
  .oo1 .buttonBox {
    margin-top: 20px;
  }
  .oo2 {
    padding-bottom: 40px;
  }
  .oo2_menu {
    font-size: 16px;
    line-height: 26px;
    gap: 5px 6%;
  }
  .oo2_menu span {
    padding-bottom: 15px;
  }
  .oo2_container {
    padding: 20px 0px 0px;
  }
  .oo2_list .imgBox {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  }
  .oo2_list .box {
    padding: 15px 0px 0px;
  }
  .oo2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .oo2_list .links {
    width: 38px;
  }
  .oo2_list .links img {
    width: 15px;
  }
  .oo3 {
    padding: 40px 0px;
  }
  .oo3 .describe {
    margin-top: 8px;
  }
  .oo3_container .describe {
    margin-top: 0px;
  }
  .ot1 {
    padding: 30px 0px 40px;
  }
  .ot1 .r_box {
    width: 52%;
    margin-right: 20px;
  }
  .ot1 .pic-btn {
    width: 20px;
  }
  .ot1 .mySwiperot1_2 {
    height: 92%;
  }
  .ot1_l .button_share {
    margin-top: 15px;
    gap: 10px 20px;
  }
  .ot1_l h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .ot1_l .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .ot1_l .describe {
    margin-top: 6px;
  }
  .ot2_title {
    font-size: 20px;
    line-height: 32px;
  }
  .ot2_list {
    margin-top: 20px;
  }
  .ot2_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .ot2_list .describe {
    margin-top: 6px;
  }
  .ot2_container {
    margin-top: 20px;
  }
  .ot2 {
    padding-bottom: 40px;
  }
  .pub1 {
    padding: 40px 0px;
  }
  .pub1 .sw_box {
    margin-top: 20px;
  }
  .pub1 .title {
    margin-top: 8px;
  }
  .swiper_button div {
    width: 36px;
  }
  .to1 {
    padding: 30px 0px 40px;
  }
  .to1_top .title_text {
    font-size: 16px;
  }
  .to1_top .buttonBox {
    margin-top: 20px;
  }
  .to1_container {
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .to2 {
    padding: 60px 0px;
  }
  .to2 .describe {
    font-size: 16px;
    line-height: 25px;
    margin-top: 8px;
  }
  .to2 .buttonBox {
    margin-top: 20px;
  }
  .tt1 {
    padding: 30px 0px 40px;
  }
  .tt1 .describe {
    margin-top: 6px;
  }
  .tt1 .buttonBox {
    margin-top: 15px;
  }
  .tt1_container {
    margin-top: 20px;
    gap: 20px;
  }
  .tt1_container .title {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
  }
  /*.tt1_container table {*/
  /*  min-width: 700px;*/
  /*}*/
  .tt1_container .table {
    margin-top: 15px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 10px 14px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 76px;
  }
  .PageNumber .p_l {
    width: 50px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho1_container .describe {
    margin-top: 4px;
  }
  .tho1_container .time {
    margin-top: 4px;
  }
  .tho1_container .r_box {
    padding-right: 0px;
    gap: 4%;
  }
  .tho1_container .box {
    padding-bottom: 0px;
  }
  .tht1 {
    padding: 30px 0px 40px;
  }
  .tht1 h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .tht1 .time_share {
    gap: 8px 20px;
  }
  .tht1 .describe {
    margin-top: 8px;
  }
  .tht1 .buttonBox {
    margin-top: 15px;
  }
  .page_change {
    gap: 2px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .content {
    gap: 15px 2%;
  }
  .fuo1 figure {
    width: 32%;
    max-width: 32%;
  }
  .fuo1 figure:nth-last-of-type(1) {
    flex: 1;
  }
  .fuo2 {
    padding-bottom: 40px;
  }
  .fuo2 .content {
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .fuo2 .fuo2_r {
    width: 100%;
  }
  .fuo2_l {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  header {
    padding-top: 8px;
  }
  header::before {
    min-height: 80px !important;
  }
  header .logoBox {
    width: 52px;
  }
  header .head_boxr {
    padding-right: 46px;
  }
  .index1 .content {
    gap: 30px;
  }
  .index1 .l_box {
    width: 100%;
  }
  .index1 .r_box {
    width: 100%;
    padding-top: 12px;
  }
  .index1 figure {
    flex-wrap: wrap;
  }
  .index2_list {
    gap: 20px 2%;
  }
  .index2_list li {
    width: 49%;
  }
  .index4 .swiper-slide {
    width: 48%;
    margin-right: 4%;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .footer_a form .yz::before {
    left: 8px;
  }
  .bannerBox .content {
    min-height: 240px;
    padding: 40px 0px;
  }
  .bannerBox .banner_img {
    display: none;
  }
  .bannerBox .banner_container {
    width: 100%;
    text-align: center;
  }
  .ot2_list {
    gap: 20px 4%;
    flex-wrap: wrap;
  }
  .ot2_list span {
    display: none;
  }
  .ot2_list li {
    width: 48%;
  }
  .ot2 .ot2_title {
    text-align: center;
  }
  .ot1 .r_box {
    width: 100%;
    float: none;
    margin: 0px auto !important;
  }
  .ot1_l {
    padding-top: 15px;
  }
  .to1_top {
    flex-wrap: wrap;
    gap: 15px;
  }
  .to1_top .to1_l {
    width: 100%;
  }
  .to1_top .to1_r {
    width: 100%;
  }
  .to1_top .buttonBox {
    margin-top: 12px;
  }
  .to1_container .r_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .to1_container .l_box {
    padding-top: 15px;
  }
  .to2 .to2_container {
    width: 60%;
  }
  .tho1_container {
    gap: 20px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tho1_container figure {
    width: 48%;
    flex-wrap: wrap;
  }
  .tho1_container .l_box {
    width: 100%;
    max-width: 100%;
    margin: 0px !important;
  }
  .tho1_container .r_box {
    flex: none;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
  }
  .tho1_container .box {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .oo1 .r_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .oo1 .l_box {
    margin-top: 12px;
  }
  .tho1_container figure {
    padding: 20px 15px;
  }
  .fuo1 figure {
    width: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .index2_list li {
    width: 100%;
  }
  .footer_a form {
    gap: 8px 0px;
  }
  .footer_a form .int1 {
    width: 100%;
  }
  .footer_a form .tijiao {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }
  .oo2_list li {
    width: 100%;
  }
  .oo3_container .r_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .oo3_container .describe {
    margin-top: 12px;
  }
  .ot2_list .logo {
    width: 52px;
  }
  .to2 .to2_container {
    width: 100%;
  }
  .tt1_container {
    padding: 30px 15px;
  }
  .tho1_container figure {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index4 .swiper-slide {
    width: 100%;
  }
  .fuo1 figure {
    width: 100%;
    max-width: 100%;
  }
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.eot") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype"), url("../fonts/Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}



.index_banner .swiper-slide{
	position: relative;
}
.index_banner .container .describe{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 14px;
}
.index_banner .container .big_title{
	color: #fff;
}
.index_banner .container{
	width: calc(100% - 206px);
	position: absolute;
	left: 50%;
	top: 48.75%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_banner .container figure{
	width: 33%;
	max-width: 460px;
}
.index_banner .container figure:nth-of-type(2){
	text-align: right;
}
@media screen and (max-width: 1680px) {
	.index_banner .container .describe{
		font-size: 20px;
		line-height: 28px;
		margin-top: 8px;
	} 
}
@media screen and (max-width: 993px) {
	.index_banner .container{
		width: calc(100% - 100px);
	}
	.index_banner .container .describe{
		font-size: 16px;
		line-height: 24px;
		margin-top: 6px;
	}
}
@media screen and (max-width: 769px) {
	.index_banner .container{
		width: calc(100% - 40px);
	}
	.index_banner .container .describe{
		font-size: 14px;
		line-height: 24px;
		margin-top: 4px;
	}
}
@media screen and (max-width: 480px) {
	.index_banner .container .describe{
		display: none;
	}
}


.oo3_describe {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.oo3 .describe img{
    display: inline-block;
}

.show.oo3_describe {
	-webkit-line-clamp: initial !important;
}
.oo3 .read{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.oo3 .read p {
	font-family: Roboto-Bold !important;
	display: none;
	justify-content: center;
	align-items: center;
	min-width: 140px;
	min-height: 46px;
	border-radius: 50px;
	overflow: hidden;
	color: #fff;
	padding: 5px 20px;
	cursor: pointer;
}

.oo3 .read p::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #489bb1;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}

.oo3 .read p:hover::after {
	opacity: 1;
}
