@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  padding: 5px;
  gap: 18px;
  top: 50%;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #0271bc;
}
.rightMenu > *:hover .logo img {
  filter: brightness(0) invert(1);
}
@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%;
  transition: 0.2s;
}
.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: #0271bc;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #0271bc;
  right: 2.5%;
  top: 23px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 16px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #252422;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px);
  max-width: 1780px;
  margin: 0px auto;
}
header .l_box {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
header .center {
  display: flex;
  align-items: center;
  margin-right: 256px;
}
header .logoBox {
  width: 100px;
  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-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  margin-right: 43px;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 35px 0px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.5s;
  background: #fff;
  border-radius: 999px;
  z-index: -1;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #0271bc;
}
header .menuOne .menuactive > a {
  color: #0271bc;
}
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: 13px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 8px;
}
header .ul li a {
  display: block;
  padding: 3px 20px;
  color: #555;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #0271bc;
}
header .ul1 {
  left: -10px;
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .buttonBox a {
  min-width: 148px;
  background: #0271bc;
  border: 1px solid #0271bc;
  color: #fff;
}
header .buttonBox a:hover {
  color: #0271bc;
  background: #fff;
  border: 1px solid #fff;
}
header .sousuo {
  margin-left: 62px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
header .sousuo .search:hover {
  color: #0271bc;
}
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: #0271bc;
}
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: #0271bc;
}
header .lang {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 42px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 6px;
  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;
  }
  header .lang .lang_box:hover span {
    color: #0271bc;
  }
}
header .lang .lang_box .dq {
  width: 22px;
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
header .lang .lang_box .dq1 {
  width: 10px;
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  transition: 0.2s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #0271bc;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #0271bc;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #0271bc;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .dif_ul {
  background: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  display: none;
}
header .dif_ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  right: 0;
  height: 100%;
  background: #f7f7f7;
}
header .dif_ul .content {
  display: flex;
  justify-content: space-between;
  padding: 55px 0px 36px;
}
header .box {
  overflow: auto;
  max-height: calc(100vh - 150px);
}
header .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
header .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .dif_ul_left {
  width: 45.6%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3px;
  gap: 30px;
}
header .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
header .title a {
  display: block;
  color: #333;
}
header .title a:hover {
  color: #0271bc;
}
header .dif_ul_right {
  width: 36%;
  max-width: 345px;
}
header .list {
  margin-top: 7px;
  font-family: Montserrat-Regular;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .list a {
  color: #333;
}
header .list a:hover {
  color: #0271bc;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 149px;
  min-height: 50px;
  border-radius: 10px;
  text-align: center;
  color: #0271bc;
  border: 1px solid #0271bc;
  background: #fff;
  padding: 6px 20px;
}
.buttonBox a:hover {
  background: #0271bc;
  border: 1px solid #0271bc;
  color: #fff;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 300px;
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner_title {
  font-family: Montserrat-Bold;
  font-size: 56px;
  font-style: normal;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: normal;
  color: #fff;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 25px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #555;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: solid 1px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #0271bc;
  color: #fff;
  border: 1px solid #0271bc;
}
.PageNumber .active {
  background: #0271bc;
  color: #fff;
  border: 1px solid #0271bc;
}
.PageNumber input {
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  display: flex;
  justify-content: center;
  text-align: center;
}
.PageNumber input:hover {
  color: #0271bc;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.PageNumber .submit img {
  margin-bottom: 10px;
}
.padding_top {
  padding-top: 100px;
}
.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: 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: 100%;
  position: absolute;
  left: 50%;
  bottom: 65px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 32px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  display: block;
  margin: 0px !important;
  position: relative;
  z-index: 1;
}
.index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: 0.3s;
  z-index: -1;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active::before {
  width: 42px;
}
.big_title {
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #0271bc;
}
.big_describe {
  font-size: 20px;
  line-height: 32px;
}
.index1 {
  padding: 100px 0px 147px;
}
.index1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index1 .text {
  color: #333;
  margin-top: 22px;
}
.index1 .type_name {
  color: #666;
  margin-top: 27px;
}
.index1 .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #333;
  margin-top: 1px;
}
.index1 .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;
}
.index1 .title a:hover {
  color: #0271bc;
}
.index1 .buttonBox {
  margin-top: 44px;
}
.index1 .buttonBox a {
  min-width: 151px;
}
.index1_l {
  width: 39%;
  padding-top: 47px;
}
.index1_l figure {
  margin-top: 19.6%;
}
.index1_r {
  width: 47.215%;
}
.index1_r_img {
  width: 62.633%;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 30px;
  position: relative;
}
.index1_r_img .text_img {
  width: 57.972%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-62%, -58.5%);
  pointer-events: none;
}
.index2 {
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0px;
}
.index2 .text {
  line-height: 32px;
  color: #fff;
  margin-top: 28px;
}
.index2 .buttonBox {
  margin-bottom: 1.7%;
}
.index2 .buttonBox a {
  min-width: 151px;
  border: 1px solid #fff;
  color: #333;
}
.index2 .buttonBox a:hover {
  border: 1px solid #0271bc;
  color: #fff;
}
.index2_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6%;
}
.index2_l {
  flex: 1;
  max-width: 806px;
}
.index2_list {
  margin-top: 99px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.428%;
}
.index2_list li {
  width: 23.929%;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 27px;
}
.index2_list .logo {
  width: 67px;
  border-radius: 10px;
  overflow: hidden;
}
.index2_list .title {
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: normal;
  color: #333;
  min-height: 54px;
  margin-top: 66px;
}
.index2_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;
}
.index2_list .title a:hover {
  color: #0271bc;
}
.index2_list .describe {
  color: #666;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
.index3 {
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0px 100px;
}
.index3 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.index3 .describe {
  line-height: 32px;
  margin-top: 30px;
}
.index3 .buttonBox {
  margin-top: 63px;
  gap: 20px 21px;
}
.index3_l {
  flex: 1;
}
.index3_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 23px 2.8565%;
}
.index3_list li {
  width: 31.429%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 4% 22px;
  min-height: 201px;
}
.index3_list li::before {
  content: "";
  position: absolute;
  width: 40.455%;
  height: 3px;
  left: 50%;
  top: 0;
  background: #0271bc;
  transform: translateX(-50%);
}
.index3_list .logo {
  width: 46px;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}
.index3_list .logo::before {
  content: "";
  width: calc(100% - 5px);
  position: absolute;
  aspect-ratio: 1/1;
  background: #0271bc;
  opacity: 0.1;
  border-radius: 15px;
  left: -18px;
  top: -10px;
  z-index: -1;
}
.index3_list .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #333;
  margin-top: 33px;
}
.index4 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 80px 0px 100px;
}
.index4 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.index4 .l_box {
  width: 50%;
}
.index4 .r_box {
  flex: 1;
  position: relative;
  z-index: 1;
}
.index4 .container {
  width: 96.667%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 119px 72px 97px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-12.4%, -50%);
}
.index4 .describe {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.index4 .buttonBox {
  margin-top: 9%;
}
.index4 .buttonBox a {
  background: #0271bc;
  color: #fff;
}
.index4 .buttonBox a:hover {
  background: #fff;
  color: #0271bc;
}
.index4 .big_title {
  position: relative;
  padding-bottom: 22px;
}
.index4 .big_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #0271bc;
  width: 71px;
}
.index4 .sw_box {
  position: relative;
}
.index4 .swiperindex4-pagination {
  width: 50%;
  position: absolute;
  left: 0%;
  bottom: 36px;
  display: flex;
  justify-content: center;
  gap: 24px;
  z-index: 2;
}
.index4 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #0271bc;
  border-radius: 50%;
  opacity: 0.5;
  display: block;
  margin: 0px !important;
  position: relative;
  z-index: 1;
}
.index4 .swiper-pagination-bullet-active {
  opacity: 1;
}
.index5 {
  padding: 99px 0px 100px;
  background: #f7f7f7;
  overflow: hidden;
}
.index5 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.index5 .top_l {
  flex: 1;
  padding-top: 1px;
}
.index5 .swiper {
  overflow: initial;
}
.index5 .box {
  padding: 0px 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index5 .swiper-slide {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 46px 45px 60px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index5 .big_describe {
  font-weight: bold;
}
.index5 .evaluate {
  margin-top: 28px;
}
.index5 .logo {
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.index5 .name {
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #333;
}
.index5 .text {
  line-height: 26px;
  color: #666;
}
.index5 .l_box {
  display: flex;
  gap: 11px;
  align-items: center;
}
.index5 .r_box {
  flex: 1;
}
.index5 .logo1 {
  width: 31px;
  margin-top: 1px;
  transform: translateX(5px);
}
.index5 .people_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-top: 45px;
}
.index5 .controls_box {
  width: 310px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.index5 .controls {
  width: 29px;
  cursor: pointer;
}
.index5 .controls:hover {
  animation: animation_top 0.3s;
}
.index5 .swiperindex5-pagination {
  position: relative;
  flex: 1;
  height: 3px;
  background: #d9d9d9;
  border-radius: 999px;
  overflow: hidden;
}
.index5 .swiper-pagination-progressbar-fill {
  background: #0271bc;
}
.index5 .sw_box {
  margin-top: 50px;
}
@keyframes animation_top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.index6 {
  padding: 100px 0px 103px;
}
.index6 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
}
.index6 .top_l {
  flex: 1;
}
.index6 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index6 .title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #333;
  min-height: 72px;
  margin-top: 24px;
}
.index6 .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;
}
.index6 .title a:hover {
  color: #0271bc;
}
.index6 .describe {
  min-height: 52px;
  line-height: 26px;
  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: 15px;
}
.index6 .time {
  color: #666;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d9d9d9;
  margin-top: 23px;
  padding-top: 19px;
}
.index6 .sw_box {
  margin-top: 45px;
}
.mbx {
  padding-top: 32px;
}
.mbx a {
  color: #666;
  display: inline;
  margin: 0px 8px;
}
.mbx a:hover {
  color: #333;
}
.mbx .active {
  color: #333;
}
.mbx a:nth-of-type(1) {
  margin-left: 0px;
}
.public_menu {
  width: 18%;
  max-width: 210px;
}
.public_menu .menu_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
  font-family: Montserrat-SemiBold;
  gap: 20px;
}
.public_menu .menu_all .down {
  display: none;
}
.public_menu_list {
  border-top: 1px solid #d9d9d9;
  margin-top: 23px;
}
.public_menu_list .down {
  cursor: pointer;
}
.public_menu_list .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  gap: 15px;
}
.public_menu_list .list_box a {
  flex: 1;
  color: #333;
}
.public_menu_list .list_box a:hover {
  color: #0271bc;
}
.public_menu_list .active.list_box a {
  color: #0271bc;
}
.public_menu_list .active.list_box .down {
  transform: rotate(90deg);
  opacity: 1;
  filter: none;
}
.public_menu_list > li {
  border-bottom: 1px solid #d9d9d9;
  padding: 9px 0px 10px;
}
.public_menu_list > li:nth-last-of-type(1) {
  border-bottom: none;
}
.public_menu_list1 {
  line-height: 24px;
  display: none;
  padding: 9px 20px 5px;
}
.public_menu_list1 a {
  display: block;
  color: #333;
  position: relative;
}
.public_menu_list1 a:hover {
  color: #0271bc;
}
.public_menu_list1 .active {
  color: #0271bc;
}
.public_menu_list1 .active::before {
  opacity: 1;
}
.public_menu_list1 li:not(:nth-of-type(1)) {
  margin-top: 16px;
}
.oo1 {
  padding: 34px 0px 103px;
}
.oo1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.oo1_container {
  width: 78.072%;
}
.oo1_form {
  margin-top: 58px;
}
.oo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 2.6525%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 88px;
}
.oo1_list li {
  width: 31.565%;
}
.oo1_list li:hover .hide_box {
  opacity: 1;
}
.oo1_list .imgBox a:hover img {
  transform: none !important;
}
.oo1_list .box {
  position: relative;
}
.oo1_list .hide_box {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oo1_list .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
}
.oo1_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;
}
.oo1_list .title a:hover {
  color: #0271bc;
}
.oo1_list .links {
  color: #666;
}
.oo1_list .links:hover {
  color: #0271bc;
}
.oo1_list .input_links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}
.oo1_list .input_checkbox {
  position: relative;
}
.oo1_list .input_checkbox input {
  width: 14px;
  height: 14px;
  opacity: 0;
  display: block;
  cursor: pointer;
}
.oo1_list .input_checkbox span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #999;
  z-index: 1;
  pointer-events: none;
}
.oo1_list .input_checkbox input:checked {
  opacity: 1;
}
.oo1_list .input_checkbox input:checked + span {
  display: none;
}
.oo_title {
  font-family: Montserrat-SemiBold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: normal;
  color: #333;
}
.oo1_top .describe {
  color: #666;
  line-height: 26px;
  margin-top: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.oo1_top .show.describe {
  -webkit-line-clamp: initial !important;
}
.oo1_top .read {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}
.oo1_top .more,
.oo1_top .less {
  display: none;
  align-items: center;
  gap: 10px;
  font-family: Montserrat-SemiBold;
  color: #333;
  cursor: pointer;
}
.oo1_top .more span,
.oo1_top .less span {
  transition: 0s;
}
.oo1_top .more:hover,
.oo1_top .less:hover {
  color: #0271bc;
}
.oo1_top .logo {
  width: 28px;
  aspect-ratio: 1/1;
  background: #0271bc;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oo1_top .less .logo {
  transform: rotate(180deg);
}
.ot1 {
  padding: 34px 0px 48px;
}
.ot1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ot1_container {
  width: 78%;
  padding-top: 1px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ot1_l {
  width: 31.594%;
  position: relative;
}
.ot1_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ot1_l .mySwiperot1_2 {
  width: 77.972%;
  margin: 0px auto;
}
.ot1_l .mySwiperot1_2 .swiper-slide {
  cursor: pointer;
}
.ot1_l .mySwiperot1_1 {
  box-shadow: 0px 6px 35px 0px rgba(192, 191, 191, 0.25);
}
.ot1_l .sw_box {
  position: relative;
  margin-top: 10px;
}
.ot1_l .pic-btn {
  position: absolute;
  top: 0%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.827%;
  transition: 0.3s;
  background: #d9d9d9;
}
.ot1_l .pic-btn img {
  transition: 0.2s;
}
.ot1_l .pic-btn:hover {
  background: #0271bc;
}
.ot1_l .pic-btn:hover img {
  filter: brightness(0) invert(1);
}
.ot1_l .pic-btn.prev {
  left: 0;
}
.ot1_l .pic-btn.next {
  right: 0;
}
.ot1_l .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ot1_l .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .ot1_l .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.ot1_r {
  width: 62.729%;
  transform: translateY(-1px);
}
.ot1_r .describe {
  line-height: 32px;
  color: #666;
  margin-top: 18px;
}
.ot1_r .share_box {
  color: #333;
  display: flex;
  align-items: center;
  gap: 17px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 29px;
  padding: 18px 0px;
}
.ot1_r .buttonBox {
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-top: 49px;
}
.ot1_r .buttonBox a {
  min-width: 158px;
}
.ot2 {
  padding-bottom: 99px;
}
.ot2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.ot2 .top_l {
  flex: 1;
  padding-top: 1px;
}
.ot2 .swiper-slide:hover .hide_box {
  opacity: 1;
}
.ot2 .imgBox a:hover img {
  transform: none !important;
}
.ot2 .box {
  position: relative;
}
.ot2 .hide_box {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot2 .hide_box img {
  width: auto;
}
.ot2 .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 18px;
}
.ot2 .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;
}
.ot2 .title a:hover {
  color: #0271bc;
}
.ot2 .controls_box {
  width: 310px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.ot2 .controls {
  width: 29px;
  cursor: pointer;
}
.ot2 .controls:hover {
  animation: animation_top 0.3s;
}
.ot2 .swiperot2-pagination {
  position: relative;
  flex: 1;
  height: 3px;
  background: #d9d9d9;
  border-radius: 999px;
  overflow: hidden;
}
.ot2 .swiper-pagination-progressbar-fill {
  background: #0271bc;
}
.ot2 .sw_box {
  margin-top: 45px;
}
.to1 {
  padding: 34px 0px 40px;
}
.to1 .oo_title {
  text-align: center;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 2.142%;
  margin-top: 46px;
}
.to1_list li {
  width: 48.929%;
}
.to1_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.to1_list .describe {
  line-height: 26px;
  color: #666;
  margin-top: 13px;
}
.to1_list .title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #333;
  text-align: center;
  margin-top: 22px;
}
.to1_list .box {
  padding: 0px 41px;
}
.to2 {
  padding-top: 39px;
}
.to2 .content {
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 158px 6% 159px;
  text-align: center;
}
.to2 .oo_title {
  text-align: center;
}
.to2 .describe {
  color: #fff;
  line-height: 26px;
  width: 100%;
  max-width: 965px;
  margin: 29px auto 0px;
}
.to3 {
  padding: 80px 0px;
}
.to3 .content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.to3 .l_box {
  width: 49.286%;
  border-radius: 20px;
  overflow: hidden;
}
.to3 .label {
  line-height: 26px;
  color: #0271bc;
}
.to3 .r_box {
  width: 46%;
}
.to3 .oo_title {
  line-height: 49px;
  margin-top: 5px;
}
.to3 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 35px;
}
.to3 figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.to3 figure:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.to4 {
  background: #f5f5f5;
  padding: 79px 0px 80px;
}
.to4 .oo_title {
  text-align: center;
}
.to4 .text {
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 100%;
  max-width: 1046px;
  margin: 33px auto 0px;
}
.to4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.8565%;
  margin-top: 39px;
}
.to4_list li {
  width: 31.429%;
  border-radius: 20px;
  overflow: hidden;
}
.to5 {
  text-align: center;
  padding: 80px 0px;
}
.to5 .logo {
  width: 136px;
  margin: 0px auto;
}
.to5 .oo_title {
  margin-top: 41px;
}
.to5 .describe {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  width: 100%;
  max-width: 1046px;
  margin: 24px auto 0px;
}
.tho1 {
  padding-top: 34px;
}
.tho1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
.tho1 .l_box {
  flex: 1;
}
.tho1 .r_box {
  width: 64.7%;
  padding-top: 2px;
}
.tho1 .describe {
  line-height: 32px;
  color: #333;
}
.tho2 {
  padding: 69px 0px 104px;
}
.tho2 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tho2 figure {
  width: 23.572%;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 31px 42px 22px 31px;
}
.tho2 .number_box {
  color: #333;
  display: flex;
  align-items: flex-end;
  gap: 2px;
  position: relative;
  padding-bottom: 22px;
}
.tho2 .number_box::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #000 57.53%, rgba(0, 0, 0, 0) 100%);
}
.tho2 .number_after {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
.tho2 .big_num {
  text-align: center;
  font-family: Montserrat-SemiBold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tho2 .text {
  margin-top: 21px;
  line-height: 26px;
  color: #333;
}
.tho3 {
  background: #f8f8f8;
}
.tho3_container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.tho3_container .r_box {
  width: 67.553%;
}
.tho3_container .l_box {
  top: 50%;
  transform: translateY(-50%);
  left: 3.698%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 49.48%;
  position: absolute;
  padding: 6.2% 9.3% 6.25%;
}
.tho3_container .describe {
  line-height: 32px;
  color: #333;
  margin-top: 29px;
  max-height: 256px;
  overflow: auto;
}
.tho3_container .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tho3_container .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0271bc;
}
.tho3_container .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.tho4 {
  padding: 79px 0px 100px;
}
.tho4_list {
  display: flex;
  gap: 13px;
  margin-top: 33px;
}
.tho4_list li {
  flex: 1;
  border-radius: 20px;
  background: #0271bc;
  transition: 0.4s ease-in-out;
  height: 489px;
  position: relative;
}
.tho4_list .active {
  flex: 8.86;
  padding: 52px 61px 62px;
}
.tho4_list .active .container {
  opacity: 1;
  overflow: auto;
  visibility: inherit;
  width: 100%;
}
.tho4_list .active .logoBox {
  width: 79px;
  right: 35px;
  transform: translateX(0%);
}
.tho4_list .active .rotate_name {
  opacity: 0;
}
.tho4_list .title {
  color: #fff;
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
}
.tho4_list .describe {
  line-height: 26px;
  color: #fff;
  margin-top: 18px;
}
.tho4_list .describe em {
  display: inline;
  font-style: normal;
  font-family: Montserrat-SemiBold;
}
.tho4_list .container {
  height: calc(100% - 50px);
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 0px;
}
.tho4_list .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tho4_list .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.tho4_list .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.tho4_list .logoBox {
  transition: 0.4s ease-in-out;
  opacity: 0.5;
  position: absolute;
  right: 50%;
  bottom: 22px;
  width: 36px;
  transform: translateX(50%);
}
.tho4_list .logoBox img {
  width: 100%;
}
.tho4_list .rotate_name {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 41px;
  height: calc(100% - 130px);
  pointer-events: none;
  transition: 0.3s;
  opacity: 1;
}
.tho5 {
  background: url("../images/tho5_back.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px 109px;
}
.tho5 .container {
  width: 66%;
  max-width: 808px;
  background: rgba(0, 0, 0, 0.8);
  padding: 69px 69px 93px;
}
.tho5 .describe {
  line-height: 32px;
  color: #fff;
  margin-top: 29px;
}
.tho6 {
  padding-top: 99px;
}
.tho6 .oo_title {
  text-align: center;
}
.tho6 .describe {
  line-height: 32px;
  color: #333;
  text-align: center;
  width: 100%;
  max-width: 1031px;
  margin: 29px auto 0px;
}
.tho6_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 2.142%;
  margin-top: 49px;
}
.tho6_list li {
  width: 48.929%;
  border-radius: 20px;
  overflow: hidden;
}
.tho7 {
  padding-top: 99px;
}
.tho7 .oo_title {
  text-align: center;
}
.tho7 .describe {
  text-align: center;
  line-height: 32px;
  color: #333;
  margin-top: 29px;
}
.tho7 .name {
  color: #666;
  text-align: center;
  margin-top: 14px;
}
.tho7 .sw_box {
  margin-top: 31px;
}
.tho8 {
  padding: 100px 0px 100px;
}
.tho8 .oo_title {
  text-align: center;
}
.tho8_container {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tho8_container figure {
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
  padding: 14px 36px;
}
.tho8_container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 30px;
}
.tho8_container .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  flex: 1;
}
.tho8_container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  aspect-ratio: 1/1;
  margin-right: 5px;
}
.tho8_container .logo img:nth-of-type(2) {
  display: none;
}
.tho8_container .describe {
  line-height: 32px;
  color: #666;
}
.tho8_container .bottom {
  padding: 9px 0px 8px;
  display: none;
}
.tho8_container .top.active .logo img:nth-of-type(1) {
  display: none;
}
.tho8_container .top.active .logo img:nth-of-type(2) {
  display: block;
}
.fuo1 {
  padding: 57px 0px 100px;
}
.fuo1 .PageNumber {
  margin-top: 74px;
}
.fuo1_list {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
.fuo1_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fuo1_list .l_box {
  width: 50%;
}
.fuo1_list .r_box {
  width: 43.072%;
  padding-top: 3%;
}
.fuo1_list .oo_title {
  color: #333;
  position: relative;
  padding-bottom: 31px;
}
.fuo1_list .oo_title::before {
  content: "";
  position: absolute;
  width: 70px;
  border-bottom: 1px solid #0271bc;
  left: 0;
  bottom: 0;
}
.fuo1_list .oo_title a {
  color: #333;
}
.fuo1_list .oo_title a:hover {
  color: #0271bc;
}
.fuo1_list .describe {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.fuo1_list .buttonBox {
  margin-top: 84px;
}
.fuo1_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fut1 {
  padding: 56px 0px 98px;
}
.fut1 .share_box {
  color: #333;
  display: flex;
  align-items: center;
  gap: 17px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 27px;
  padding: 18px 0px;
}
.fut1_container {
  /* display: flex;
  flex-wrap: wrap; */
  margin-top: 46px;
  /* justify-content: space-between;
  align-items: center; */
  overflow: hidden;
  margin-bottom: 2px;
}
.fut1_container .l_box {
  width: 50%;
  margin-right: 7.1%;
  float: left;
}
.fut1_container .describe {
  color: #666;
  line-height: 32px;
}
.fut1_container .r_box {
  width: 100%;
  padding-top: 2px;
}
.fo1 {
  padding: 57px 0px 100px;
}
.fo1 .PageNumber {
  margin-top: 77px;
}
.fo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2.8565%;
}
.fo1_list li {
  width: 31.429%;
}
.fo1_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.fo1_list .title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #333;
  min-height: 72px;
  margin-top: 24px;
}
.fo1_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;
}
.fo1_list .title a:hover {
  color: #0271bc;
}
.fo1_list .describe {
  min-height: 52px;
  line-height: 26px;
  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: 15px;
}
.fo1_list .time {
  color: #666;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d9d9d9;
  margin-top: 23px;
  padding-top: 19px;
}
.ft1 {
  padding: 56px 0px 99px;
}
.ft1 .time_share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px 58px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 34px;
  padding: 18px 0px;
  flex-wrap: wrap;
}
.ft1 .share_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}
.ft1 .describe {
  color: #666;
  line-height: 32px;
  margin-top: 41px;
}
.ft1 .describe img {
  display: inline-block;
}
.ft1 .page_change {
  margin-top: 46px;
}
.ft2 {
  padding-bottom: 103px;
}
.ft2 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.ft2 .title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #333;
  min-height: 72px;
  margin-top: 24px;
}
.ft2 .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;
}
.ft2 .title a:hover {
  color: #0271bc;
}
.ft2 .describe {
  min-height: 52px;
  line-height: 26px;
  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: 15px;
}
.ft2 .time {
  color: #666;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #d9d9d9;
  margin-top: 23px;
  padding-top: 19px;
}
.ft2 .sw_box {
  margin-top: 30px;
}
.so1 {
  padding: 55px 0px 80px;
}
.so1 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px 1.4%;
  width: 100%;
  margin-top: 34px;
}
.so1 form > * {
  width: 100%;
}
.so1 form input,
.so1 form textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 15px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.so1 form input::placeholder,
.so1 form input::-webkit-input-placeholder,
.so1 form textarea::placeholder {
  color: #666;
}
.so1 form .int1 {
  width: 49.3%;
}
.so1 form input {
  height: 45px;
}
.so1 form textarea {
  height: 98px;
  padding-top: 10px !important;
}
.so1 form .ttBox {
  width: 100%;
}
.so1 form .form_box {
  width: 100%;
}
.so1 form .yzm {
  position: relative;
  display: flex;
  flex: 1;
  max-width: 276px;
}
.so1 form .yzm input {
  padding-right: 94px;
}
.so1 form .yzm span {
  position: absolute;
  height: 27px;
  aspect-ratio: 79/27;
  cursor: pointer;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.so1 form .yzm span img {
  height: 100%;
}
.so1 form .ttBox::before {
  top: 28px;
}
.so1 form .tj {
  position: relative;
  z-index: 1;
  width: auto;
}
.so1 form .tj input {
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
  background: #0271bc;
  border: 1px solid #0271bc;
  padding: 0px 18px;
}
.so1 form .tj:hover input {
  background: transparent;
  color: #0271bc;
}
.so2 {
  background: #f5f5f5;
}
.so2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.so2_l {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.so2_l .box {
  width: calc(100% - 90px);
  max-width: 700px;
  padding: 10.1% 0px;
  padding-right: 10%;
}
.so2_l .describe {
  line-height: 32px;
  color: #333;
  margin-top: 15px;
}
.so2_r {
  width: 50%;
}
.so2_list {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 4%;
}
.so2_list .logo {
  width: 46px;
  margin-top: 3px;
}
.so2_list .r_box {
  flex: 1;
  line-height: 26px;
  color: #333;
}
.so2_list .r_box a {
  color: #333;
}
.so2_list .r_box a:hover {
  color: #0271bc;
}
.so2_list .name {
  font-family: Montserrat-SemiBold;
}
.so2_list li {
  gap: 12px;
  display: flex;
  align-items: flex-start;
  width: 44.5%;
}
.so2_list .add {
  width: 100%;
}
.products_banner {
  position: relative;
}
.products_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.products_banner .swiper-slide {
  overflow: hidden;
}
.products_banner .swiper-slide a {
  display: block;
  position: relative;
}
.products_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);
}
.products_banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.products_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.products_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) {
  .products_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.products_banner .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 65px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 32px;
  z-index: 2;
}
.products_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
  display: block;
  margin: 0px !important;
  position: relative;
  z-index: 1;
}
.products_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0px;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: 0.3s;
  z-index: -1;
}
.products_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.products_banner .swiper-pagination-bullet-active::before {
  width: 42px;
}
.seo1 {
  padding: 69px 0px 99px;
}
.seo1 .describe {
  line-height: 26px;
  margin-top: 18px;
  color: #666;
}
.seo1_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 33px 1.904%;
}
.seo1_list li {
  width: 23.572%;
}
.seo1_list li:hover .hide_box {
  opacity: 1;
}
.seo1_list .imgBox a:hover img {
  transform: none !important;
}
.seo1_list .box {
  position: relative;
}
.seo1_list .hide_box {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo1_list .hide_box img {
  width: auto;
}
.seo1_list .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 18px;
}
.seo1_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;
}
.seo1_list .title a:hover {
  color: #0271bc;
}
.seo_back {
  background: url("../images/seo_back.jpg") no-repeat center;
  background-size: cover;
}
.seo2 {
  padding-top: 98px;
}
.seo2 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5%;
}
.seo2 .top_l {
  flex: 1;
  padding-top: 1px;
}
.seo2 .controls_box {
  width: 310px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 2px;
}
.seo2 .controls {
  width: 29px;
  cursor: pointer;
}
.seo2 .controls:hover {
  animation: animation_top 0.3s;
}
.seo2 .swiperseo2-pagination {
  position: relative;
  flex: 1;
  height: 3px;
  background: #d9d9d9;
  border-radius: 999px;
  overflow: hidden;
}
.seo2 .swiper-pagination-progressbar-fill {
  background: #0271bc;
}
.seo2 .sw_box {
  margin-top: 38px;
}
.seo2 .swiper-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.seo3 {
  padding: 202px 0px 100px;
}
.seo3 .l_box {
  width: 49.286%;
  border-radius: 20px;
  overflow: hidden;
}
.seo3 .describe {
  line-height: 26px;
  margin-top: 33px;
  color: #666;
}
.seo3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.seo3 .r_box {
  width: 46%;
  padding-bottom: 2px;
}
.seo_index5 {
  padding: 98px 0px 100px;
}
.seo_index5 .top {
  align-items: flex-end;
}
.seo_index5 .controls_box {
  margin-bottom: 2px;
}
.seo_index5 .sw_box {
  margin-top: 39px;
}
.tho1_seo {
  padding-top: 99px;
}
.tho2_seo {
  padding-bottom: 0px !important;
}
.tho4_seo {
  padding: 64px 0px 100px;
}
.public_div {
  background: url("../images/public_back.jpg") no-repeat center;
  background-size: cover;
}
.public_div .describe {
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  margin-top: 28px;
}
.public_div .buttonBox {
  justify-content: center;
  margin-top: 66px;
}
.public_div .buttonBox a {
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}
.public_div .buttonBox a:hover {
  background: #0271bc;
  color: #fff;
}
.public_div .content {
  text-align: center;
  padding: 132px 40px;
}
.seo4 {
  background: url("../images/seo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 169px 0px;
}
.seo4 .describe {
  line-height: 32px;
  color: #fff;
  margin-top: 57px;
}
.seo4 .text {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-top: 5px;
}
.seo4 .big_describe {
  font-family: Montserrat-SemiBold;
  color: #fff;
  margin-top: 39px;
}
.seo5 {
  background: #f7f7f7;
  padding: 66px 0px 101px;
}
.seo5 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.seo5 .describe {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-top: 30px;
}
.seo5_r {
  width: 27.715%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.seo5_r li {
  width: 47.423%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.seo5_r figure {
  border-radius: 20px;
  overflow: hidden;
}
.seo5_r li:nth-of-type(1) {
  margin-top: 20px;
}
.seo5_l {
  width: 64%;
  padding-top: 40px;
}
.seo5_l .buttonBox {
  margin-top: 32px;
}
.seo5_l .buttonBox a {
  background: #0271bc;
  color: #fff;
}
.seo5_l .buttonBox a:hover {
  background: #fff;
  color: #0271bc;
}
.seo6 {
  padding: 99px 0px 100px;
}
.seo6 .oo_title {
  text-align: center;
}
.seo6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.09466667%;
  margin-top: 34px;
}
.seo6_list li {
  width: 23.429%;
  border-radius: 20px;
  overflow: hidden;
}
.set1 {
  padding: 69px 0px 95px;
}
.set1 .oo_title {
  text-align: center;
}
.set1_menu {
  font-size: 18px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4.7%;
  justify-content: center;
  margin-top: 27px;
}
.set1_menu figure {
  color: #999;
  cursor: pointer;
  transition: 0.3s;
}
.set1_menu figure:hover {
  color: #333;
}
.set1_menu figure.active {
  color: #333;
}
.set1_container {
  margin-top: 29px;
}
.set1_container .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 18px;
}
.set1_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;
}
.set1_container .title a:hover {
  color: #0271bc;
}
.set1_container .box {
  position: relative;
}
.set1_container .label {
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #d20000;
  padding: 5px 10px 4px;
}
.set1_container .sw_box {
  position: relative;
}
.set1_container .controls {
  position: absolute;
  transition: 0.3s;
  opacity: 0.3;
  cursor: pointer;
  top: 49.8%;
}
.set1_container .controls:hover {
  opacity: 1;
}
.set1_container .controls.prev {
  left: -3.65%;
  transform: translate(-100%, -50%);
}
.set1_container .controls.next {
  right: -3.65%;
  transform: translate(100%, -50%);
}
.set2 {
  padding: 99px 0px 158px;
}
.set2 .oo_title {
  text-align: center;
}
.set2 .turn_page {
  margin-top: 38px;
}
.set2 .turn_page #box {
  position: relative;
}
.set2 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 50%;
}
.set2 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.set2 .turn_page #box .list-item:nth-of-type(3) {
  opacity: 1;
}
.set2 .turn_page #box .list-item:nth-of-type(3) .imgBox {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}
.set2 .turn_page #box .list-item:nth-of-type(3) .title {
  display: block;
}
.set2 .turn_page #box .imgBox {
  opacity: 1 !important;
  border-radius: 20px;
  overflow: hidden;
}
.set2 .turn_page #box li {
  transition: 0s;
  position: relative;
}
.set2 .title {
  position: absolute;
  width: 100%;
  color: #333;
  text-align: center;
  left: 0;
  bottom: -8.2%;
  display: none;
}
.set2 .imgBox {
  position: relative;
}
.set3 {
  background: #f7f7f7;
  padding: 62px 0px;
}
.set3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.set3 .l_box {
  width: 44%;
  padding-bottom: 6px;
}
.set3 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 33px;
}
.set3 .r_box {
  width: 49.286%;
  overflow: hidden;
  border-radius: 20px;
}
.set4 {
  padding: 99px 0px 100px;
}
.set4 .oo_title {
  text-align: center;
}
.set4 .container {
  width: 100%;
  max-width: 896px;
  margin: 33px auto 0px;
}
.set4 .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.set4 .sw_box1 {
  position: relative;
}
.set4 .controls.prev {
  left: -26px;
  transform: translate(-100%, -50%);
}
.set4 .controls.next {
  right: -26px;
  transform: translate(100%, -50%);
}
.set4 .logo {
  width: 31px;
  margin: 0px auto;
}
.set4 .star_logo {
  width: 133px;
  margin: 18px auto 0px;
}
.set4 .name {
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  margin-top: 9px;
}
.set4 .country {
  color: #666;
  line-height: 24px;
}
.set4 .describe {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #333;
  margin-top: 15px;
}
.set4 .sw_box1 {
  margin-top: 51px;
}
.set5 {
  background: url("../images/seo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 169px 0px;
  text-align: center;
}
.set5 .describe {
  line-height: 32px;
  color: #fff;
  margin-top: 36px;
}
.set5 .text {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-top: 5px;
  position: relative;
  padding-bottom: 21px;
}
.set5 .text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 56px;
  height: 3px;
  border-radius: 9px;
  background: #fff;
  transform: translateX(-50%);
}
.set5 .big_describe {
  font-family: Montserrat-SemiBold;
  color: #fff;
  margin-top: 39px;
}
.set6 {
  text-align: center;
  padding-top: 99px;
}
.set6 .describe {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-top: 14px;
}
.set6_list {
  width: 100%;
  max-width: 799px;
  margin: 45px auto 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.628%;
}
.set6_list li {
  width: 23.029%;
  border-radius: 20px;
  overflow: hidden;
}
.set7 {
  padding: 98px 0px 100px;
  overflow: hidden;
}
.set7 .oo_title {
  text-align: center;
}
.set7 .swiper-slide {
  width: 328px;
  margin-right: 30px;
}
.set7 .sw_box {
  margin-top: 34px;
}
.set7 .sw_box1 {
  margin-top: 30px;
  transform: translateX(164px);
}
.set7 .swiper {
  overflow: initial;
}
.set7 .swiper-wrapper {
  transition-timing-function: linear;
}
.mySwiperset4_1 {
  text-align: center;
}
.mySwiperset4_2 .swiper-slide {
  width: 15.625%;
  cursor: pointer;
}
.mySwiperset4_2 img {
  border-radius: 50%;
  pointer-events: none;
}
.mySwiperset4_2 .swiper-slide-prev img,
.mySwiperset4_2 .swiper-slide-next img {
  transform: scale(0.858);
}
.mySwiperset4_2 .watch2 img,
.mySwiperset4_2 .watch6 img {
  transform: scale(0.715);
}
.mySwiperset4_2 .watch1 img,
.mySwiperset4_2 .watch7 img {
  transform: scale(0.572);
}
.mySwiperset4_2 .watch3 img {
  transform-origin: left center;
}
.mySwiperset4_2 .watch5 img {
  transform-origin: right center;
}
.mySwiperset4_2 .watch1 img {
  transform-origin: right center;
}
.mySwiperset4_2 .watch7 img {
  transform-origin: left center;
}
.seth1 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 70px 0px 99px;
}
.seth1 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 18px;
}
.seth1 .controls {
  width: 58px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #e6f1f9;
  cursor: pointer;
}
.seth1 .controls img {
  transition: 0.2s;
}
.seth1 .controls:hover {
  background: #0271bc;
}
.seth1 .controls:hover img {
  filter: brightness(0) invert(1);
}
.seth1 .swiper_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 57px;
}
.seth1_l {
  width: calc(45.5205% - 90px);
  max-width: 638px;
  padding-right: 5%;
}
.seth1_r {
  width: 54.4795%;
  margin-right: -1.25%;
}
.seth1_r .swiper-slide:hover .hide_box {
  opacity: 1;
}
.seth1_r .imgBox a:hover img {
  transform: none !important;
}
.seth1_r .box {
  position: relative;
}
.seth1_r .hide_box {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seth1_r .hide_box img {
  width: auto;
}
.seth1_r .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 18px;
}
.seth1_r .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;
}
.seth1_r .title a:hover {
  color: #0271bc;
}
.seth2 {
  background: url("../images/seth2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 99px 0px 147px;
}
.seth2 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.seth2_l {
  width: 36.429%;
}
.seth2_l .buttonBox {
  margin-top: 46px;
}
.seth2_l .buttonBox a {
  background: #0271bc;
  color: #fff;
}
.seth2_l .buttonBox a:hover {
  background: #fff;
  color: #0271bc;
}
.seth2_l .describe {
  line-height: 32px;
  color: #333;
  margin-top: 20px;
}
.seth2_r {
  width: 57.429%;
  margin-top: 2px;
}
.seth2_r figure {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 37px 0px;
}
.seth2_r figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 3px;
  background: #0271bc;
}
.seth2_r .box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 32px;
  font-family: Montserrat-SemiBold;
  color: #333;
  gap: 20px;
  padding-right: 50px;
}
.seth2_r .number {
  font-family: Montserrat-Bold;
  font-size: 16px;
  transform: translateY(-7px);
}
.seth2_r .number + p {
  flex: 1;
}
.seth2_r .style_div {
  width: 36px;
  aspect-ratio: 1/1;
  background: #e5e5e5;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.seth2_r .style_div::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #0271bc;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.seth3 {
  position: relative;
}
.seth3 .content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(7, 39, 60, 0.1);
  overflow: hidden;
  display: flex;
  padding: 44px 0px 39px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -64%);
}
.seth3 figure {
  width: 25%;
  border-right: 1px solid rgba(2, 113, 188, 0.5);
  text-align: center;
  padding: 0px 15px;
}
.seth3 figure:nth-of-type(4) {
  border-right: none;
}
.seth3 .number_box {
  color: #0271bc;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}
.seth3 .number_after {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
.seth3 .big_num {
  text-align: center;
  font-family: Montserrat-SemiBold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seth3 .text {
  margin-top: 15px;
  line-height: 26px;
  color: #333;
}
.seth4 {
  padding: 164px 0px 100px;
}
.seth4 .oo_title {
  text-align: center;
}
.seth4 .seth4_container {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}
.seth4 .l_box {
  width: 48.572%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.seth4 .r_box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.seth4 figure {
  width: 48.572%;
  border-radius: 20px;
  overflow: hidden;
}
.seth5 {
  background: url("../images/seth5_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 223px 0px 224px;
}
.seth5 .describe {
  width: 100%;
  max-width: 1200px;
  margin: 33px auto 0px;
  font-family: Montserrat-SemiBold;
  line-height: 26px;
  color: #fff;
}
.seth6 {
  padding: 99px 0px 100px;
}
.seth6 .oo_title {
  text-align: center;
}
.seth6_list {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.seth6_list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(2, 113, 188, 0.1);
  width: 66%;
  height: 66.759%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.seth6_list li {
  width: 48.929%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(7, 39, 60, 0.1);
  overflow: hidden;
  padding: 51px 41px 58px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 44px;
}
.seth6_list .r_box {
  flex: 1;
  padding-right: 17px;
}
.seth6_list .people_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.seth6_list .l_box {
  flex: 1;
  padding-top: 1px;
}
.seth6_list .logo {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.seth6_list .logo1 {
  width: 100%;
  max-width: 133px;
  margin-top: 17px;
}
.seth6_list .name {
  font-family: Montserrat-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #333;
}
.seth6_list .text {
  line-height: 26px;
  color: #666;
}
.seth6_list .logo2 {
  width: 70px;
  transform: translateY(-6px);
}
.seth6_list .describe {
  font-family: Montserrat-Regular;
  font-weight: bold;
  line-height: 36px;
  margin-top: 31px;
}
.seth6_list .describe em {
  font-style: normal;
  color: #0271bc;
}
.seth_seo4 {
  padding: 0px !important;
  background: url("../images/seth_seo4.jpg") no-repeat center;
  background-size: cover;
}
.seth_seo4 .container {
  width: 100%;
  max-width: 892px;
  position: relative;
  z-index: 1;
  padding: 135px 0px 112px;
}
.seth_seo4 .container::before {
  content: "";
  position: absolute;
  left: -87px;
  top: 0;
  width: calc(100% + 161px);
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.seth_seo4 .big_describe {
  margin-top: 34px;
}
.seth7 {
  padding: 99px 0px 100px;
  background: #0271bc;
}
.seth7 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 5%;
}
.seth7_l {
  flex: 1;
}
.seth7_l .oo_title {
  color: #fff;
}
.seth7_l .describe {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-top: 14px;
}
.seth7_list {
  width: 57.072%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.628%;
  margin-top: 3.3%;
}
.seth7_list li {
  width: 23.029%;
  border-radius: 20px;
  overflow: hidden;
}
.seth8 {
  padding: 99px 0px 100px;
}
.seth8 .oo_title {
  text-align: center;
}
.seth8_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.09466667%;
  margin-top: 34px;
}
.seth8_list li {
  width: 23.429%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.seth8_list li:nth-of-type(even) {
  flex-direction: column-reverse;
}
.seth8_list figure {
  border-radius: 20px;
  overflow: hidden;
}
.title_white {
  color: #fff;
}
.title_white a {
  color: #fff;
}
.title_white a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page_change {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #666;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 83px;
  padding: 19px 0px 20px;
  gap: 14px;
}
.page_change a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a:hover {
  color: #333;
}
footer {
  background: #03123f;
  padding: 52px 0px 28px;
}
footer .dif_footer {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .dif_up {
  display: none;
}
footer .list {
  line-height: 36px;
  color: #fff;
  margin-top: 13px;
}
footer .list a {
  color: #fff;
}
footer .list a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .text {
  font-family: Montserrat-SemiBold;
}
footer .contact_list {
  line-height: 20px;
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .form_box {
  max-width: 510px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px 0px;
  width: 100%;
  margin-top: 12px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
  height: 50px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #ccc;
}
footer form .int1 {
  width: 49.02%;
}
footer form .ttBox {
  width: 100%;
}
footer form .form_box {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
}
footer form .yzm input {
  padding-right: 90px;
}
footer form .yzm span {
  position: absolute;
  height: 27px;
  aspect-ratio: 79/27;
  cursor: pointer;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
footer form .yzm span img {
  height: 100%;
}
footer form .tj {
  position: relative;
  z-index: 1;
  min-width: 82px;
  width: auto;
  margin-top: 17px;
}
footer form .tj input {
  border-radius: 6px;
  background: #0271bc;
  border: 1px solid #0271bc !important;
  border: none;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}
footer form .tj input:hover {
  background: #fff;
  color: #0271bc;
}
footer .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
footer .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-right: 11px;
  margin-top: 4px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 24px;
}
footer .icBox a {
  color: #fff;
}
footer .icBox a:hover {
  color: #0271bc;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer_b {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 49px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer_bl {
  color: #7d849c;
  line-height: 32px;
  flex: 1;
}
.footer_bl a {
  color: #7d849c;
}
.footer_bl a:hover {
  color: #fff;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
}
.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: #0271bc;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #0271bc;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1550px) {
  header .center {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1480px) {
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .rightMenu {
    gap: 8px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header .container {
    width: calc(100% - 80px);
  }
  header .logoBox {
    width: 82px;
  }
  header .lang > ul {
    width: 110px;
  }
  header .lang > ul li a {
    line-height: 26px;
  }
  header .buttonBox a {
    white-space: nowrap;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
    margin-right: 25px;
  }
  header .menuOne > a {
    padding: 27px 0px;
  }
  header .center {
    margin-right: 36px;
  }
  header .lang {
    margin-left: 30px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .dif_ul .content {
    padding: 30px 0px;
  }
  header .dif_ul::before {
    width: 42%;
  }
  header .title {
    font-size: 16px;
    line-height: 26px;
  }
  header .dif_ul_left {
    width: 56%;
  }
  header .dif_ul_right {
    width: 28%;
  }
  .padding_top {
    padding-top: 80px;
  }
  .buttonBox a {
    min-width: 120px !important;
    min-height: 42px !important;
  }
  .big_title {
    font-size: 32px;
    line-height: 38px;
  }
  .big_describe {
    font-size: 18px;
    line-height: 28px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .type_name {
    margin-top: 18px;
  }
  .index1 .buttonBox {
    margin-top: 20px;
  }
  .index1_l figure {
    margin-top: 12%;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .text {
    line-height: 28px;
    margin-top: 12px;
  }
  .index2 .buttonBox {
    margin-bottom: 4%;
  }
  .index2_list {
    margin-top: 40px;
  }
  .index2_list .logo {
    width: 54px;
  }
  .index2_list .title {
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
    margin-top: 25px;
  }
  .index2_list .describe {
    margin-top: 15px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .describe {
    line-height: 28px;
    margin-top: 20px;
  }
  .index3 .buttonBox {
    margin-top: 12%;
  }
  .index3_list {
    width: 60%;
    max-width: 700px;
  }
  .index3_list .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 26px;
  }
  .index3_list .logo {
    width: 36px;
    margin-left: 10px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .container {
    padding: 10% 50px;
  }
  .index4 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
  }
  .index4 .big_title {
    padding-bottom: 15px;
  }
  .index4 .buttonBox {
    margin-top: 6%;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .controls_box {
    width: 280px;
    gap: 15px;
  }
  .index5 .sw_box {
    margin-top: 30px;
  }
  .index5 .swiper-slide {
    padding: 30px 30px 40px;
  }
  .index5 .evaluate {
    margin-top: 20px;
  }
  .index5 .people_box {
    margin-top: 30px;
  }
  .index5 .name {
    font-size: 18px;
    line-height: 28px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .sw_box {
    margin-top: 30px;
  }
  .index6 .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 15px;
  }
  .index6 .describe {
    margin-top: 10px;
  }
  .index6 .time {
    margin-top: 15px;
    padding-top: 12px;
  }
  .bannerBox {
    padding-top: 200px;
  }
  .banner_title {
    font-size: 38px;
    line-height: 46px;
  }
  .mbx {
    padding-top: 20px;
  }
  .oo_title {
    font-size: 30px;
    line-height: 36px !important;
  }
  .oo1 {
    padding: 30px 0px 60px;
  }
  .oo1_top .describe {
    margin-top: 8px;
  }
  .oo1_top .read {
    margin-top: 16px;
  }
  .oo1_container {
    width: 76%;
  }
  .oo1_form {
    margin-top: 30px;
  }
  .oo1_list {
    gap: 20px 2%;
    padding-bottom: 30px;
  }
  .oo1_list li {
    width: 32%;
  }
  .oo1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
  .oo1_list .input_links {
    margin-top: 4px;
  }
  .public_menu {
    width: 21%;
  }
  .public_menu .menu_all {
    font-size: 18px;
    line-height: 28px;
  }
  .public_menu_list {
    margin-top: 12px;
  }
  .public_menu_list1 {
    padding: 9px 16px 5px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .ot1 {
    padding: 30px 0px 60px;
  }
  .ot1_container {
    width: 76%;
  }
  .ot1_r .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .ot1_r .share_box {
    gap: 12px;
    margin-top: 15px;
    padding: 12px 0px;
  }
  .ot1_r .buttonBox {
    margin-top: 20px;
    gap: 16px;
  }
  .ot2 {
    padding-bottom: 60px;
  }
  .ot2 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
  .ot2 .controls_box {
    width: 280px;
    gap: 15px;
  }
  .ot2 .sw_box {
    margin-top: 20px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1_list {
    margin-top: 30px;
    gap: 30px 2.142%;
  }
  .to1_list .box {
    padding: 0px 20px;
  }
  .to1_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .to1_list .describe {
    margin-top: 4px;
  }
  .to2 {
    padding-top: 30px;
  }
  .to2 .content {
    padding: 80px 5%;
  }
  .to2 .describe {
    margin: 20px auto 0px;
  }
  .to3 {
    padding: 60px 0px;
  }
  .to3 .describe {
    margin-top: 15px;
  }
  .to3 .oo_title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .to3 .content {
    gap: 40px;
  }
  .to4 {
    padding: 60px 0px;
  }
  .to4 .text {
    margin: 12px auto 0px;
  }
  .to4_list {
    margin-top: 30px;
  }
  .to5 {
    padding: 60px 0px;
  }
  .to5 .logo {
    width: 100px;
  }
  .to5 .oo_title {
    margin-top: 20px;
  }
  .to5 .describe {
    font-size: 16px;
    line-height: 28px;
    margin: 20px auto 0px;
  }
  .tho1 .r_box {
    width: 62%;
  }
  .tho1 .describe {
    line-height: 26px;
  }
  .tho2 {
    padding: 60px 0px;
  }
  .tho2 figure {
    padding: 25px 26px;
  }
  .tho2 .big_num {
    font-size: 30px;
    line-height: 36px;
  }
  .tho2 .number_after {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .tho2 .number_box {
    padding-bottom: 8px;
  }
  .tho2 .text {
    margin-top: 12px;
  }
  .tho3_container .l_box {
    padding: 5% 6%;
  }
  .tho3_container .describe {
    margin-top: 10px;
    line-height: 28px;
    max-height: 224px;
  }
  .tho4 {
    padding: 60px 0px;
  }
  .tho4_list {
    margin-top: 30px;
  }
  .tho4_list .active {
    padding: 40px 40px 60px;
    flex: 6;
  }
  .tho4_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tho4_list .describe {
    margin-top: 12px;
  }
  .tho4_list li {
    height: 455px;
  }
  .tho4_list .rotate_name {
    font-size: 16px;
    line-height: 20px;
  }
  .tho5 {
    padding: 60px 0px;
  }
  .tho5 .container {
    padding: 40px 40px 50px;
  }
  .tho5 .describe {
    line-height: 28px;
    margin-top: 15px;
  }
  .tho6 {
    padding-top: 60px;
  }
  .tho6 .describe {
    line-height: 28px;
    margin: 12px auto 0px;
  }
  .tho6_list {
    margin-top: 30px;
  }
  .tho7 {
    padding-top: 60px;
  }
  .tho7 .describe {
    margin-top: 12px;
  }
  .tho7 .sw_box {
    margin-top: 30px;
  }
  .tho8 {
    padding: 60px 0px;
  }
  .tho8_container {
    margin-top: 30px;
  }
  .fuo1 {
    padding: 40px 0px 60px;
  }
  .fuo1_list {
    gap: 40px;
  }
  .fuo1_list .r_box {
    padding-top: 0px;
  }
  .fuo1_list .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
  }
  .fuo1_list .oo_title {
    padding-bottom: 15px;
  }
  .fuo1_list .buttonBox {
    margin-top: 6%;
  }
  .fut1 {
    padding: 40px 0px 60px;
  }
  .fut1 .share_box {
    gap: 12px;
    margin-top: 12px;
    padding: 12px 0px;
  }
  .fut1_container {
    margin-top: 30px;
  }
  .fo1 {
    padding: 40px 0px 60px;
  }
  .fo1_list {
    gap: 30px 2.8565%;
  }
  .fo1_list .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 15px;
  }
  .fo1_list .describe {
    margin-top: 10px;
  }
  .fo1_list .time {
    margin-top: 15px;
    padding-top: 12px;
  }
  .ft1 {
    padding: 40px 0px 60px;
  }
  .ft1 .time_share {
    gap: 8px 20px;
    margin-top: 12px;
    padding: 12px 0px;
  }
  .ft1 .describe {
    margin-top: 20px;
    line-height: 28px;
  }
  .ft2 {
    padding-bottom: 60px;
  }
  .ft2 .sw_box {
    margin-top: 30px;
  }
  .ft2 .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 15px;
  }
  .ft2 .describe {
    margin-top: 10px;
  }
  .ft2 .time {
    margin-top: 15px;
    padding-top: 12px;
  }
  .so1 {
    padding: 30px 0px 60px;
  }
  .so1 form {
    margin-top: 25px;
  }
  .so2 .container {
    align-items: center;
  }
  .so2_l .box {
    padding: 6% 0px;
    padding-right: 6%;
  }
  .so2_l .describe {
    line-height: 28px;
    margin-top: 8px;
  }
  .so2_list {
    margin-top: 20px;
    gap: 20px 4%;
  }
  .so2_list li {
    width: 48%;
  }
  .products_banner .swiperbanner-pagination {
    bottom: 40px;
  }
  .seo1 {
    padding: 30px 0px 60px;
  }
  .seo1 .describe {
    margin-top: 8px;
  }
  .seo1_list {
    margin-top: 30px;
    gap: 30px 1.904%;
  }
  .seo1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
  .tho1_seo {
    padding-top: 60px;
  }
  .seo2 {
    padding-top: 60px;
  }
  .seo2 .sw_box {
    margin-top: 30px;
  }
  .seo3 {
    padding: 60px 0px;
  }
  .seo3 .describe {
    margin-top: 12px;
  }
  .seo4 {
    padding: 80px 0px;
  }
  .seo4 .text {
    font-size: 16px;
    line-height: 28px;
  }
  .seo4 .describe {
    line-height: 28px;
    margin-top: 20px;
  }
  .seo4 .big_describe {
    margin-top: 20px;
  }
  .seo5 {
    padding: 60px 0px;
  }
  .seo5 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .seo5_l {
    padding-top: 20px;
  }
  .seo5_l .buttonBox {
    margin-top: 20px;
  }
  .seo6 {
    padding: 60px 0px;
  }
  .set1 {
    padding: 40px 0px 60px;
  }
  .set1_menu {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    gap: 8px 4%;
  }
  .set1_container .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
  .set1_container .controls {
    width: 36px;
  }
  .set1_container .controls.prev {
    left: -2.5%;
  }
  .set1_container .controls.next {
    right: -2.5%;
  }
  .set2 {
    padding: 60px 0px;
  }
  .set2 .turn_page {
    margin-top: 30px;
  }
  .set3 .describe {
    margin-top: 15px;
  }
  .set4 {
    padding: 60px 0px;
  }
  .set4 .container {
    margin: 20px auto 0px;
  }
  .set4 .name {
    font-size: 20px;
    line-height: 26px;
    margin-top: 4px;
  }
  .set4 .star_logo {
    margin: 10px auto 0px;
  }
  .set4 .describe {
    font-size: 18px;
    line-height: 32px;
    margin-top: 12px;
  }
  .set4 .sw_box1 {
    margin-top: 30px;
  }
  .set4 .controls.prev {
    left: -15px;
  }
  .set4 .controls.next {
    right: -15px;
  }
  .set5 {
    padding: 80px 0px;
  }
  .set5 .text {
    font-size: 16px;
    line-height: 28px;
  }
  .set5 .describe {
    line-height: 28px;
    margin-top: 20px;
  }
  .set5 .big_describe {
    margin-top: 20px;
  }
  .set6 {
    padding-top: 60px;
  }
  .set6 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .set6_list {
    margin: 30px auto 0px;
  }
  .set7 {
    padding: 60px 0px;
  }
  .set7 .swiper-slide {
    width: 280px;
  }
  .seth1 {
    padding: 40px 0px 60px;
  }
  .seth1 .describe {
    margin-top: 8px;
  }
  .seth1 .swiper_button {
    margin-top: 25px;
    gap: 20px;
  }
  .seth1 .controls {
    width: 48px;
  }
  .seth1_r .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
  .seth2 {
    padding: 60px 0px 140px;
  }
  .seth2_l .describe {
    line-height: 28px;
    margin-top: 12px;
  }
  .seth2_l .buttonBox {
    margin-top: 20px;
  }
  .seth2_r .box {
    font-size: 18px;
    line-height: 32px;
    gap: 15px;
  }
  .seth2_r .number {
    transform: translateY(-2px);
  }
  .seth2_r figure {
    padding: 16px 0px;
  }
  .seth3 .big_num {
    font-size: 30px;
    line-height: 36px;
  }
  .seth3 .number_after {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .seth3 .text {
    margin-top: 4px;
  }
  .seth4 {
    padding: 100px 0px 60px;
  }
  .seth4 .seth4_container {
    margin-top: 20px;
  }
  .seth5 {
    padding: 120px 0px;
  }
  .seth5 .describe {
    margin: 20px auto 0px;
  }
  .seth6 {
    padding: 60px 0px;
  }
  .seth6_list li {
    padding: 30px;
    gap: 25px;
  }
  .seth6_list .logo {
    width: 80px;
  }
  .seth6_list .name {
    font-size: 18px;
    line-height: 28px;
  }
  .seth6_list .r_box {
    padding-right: 0px;
  }
  .seth6_list .logo2 {
    width: 52px;
    transform: none;
  }
  .seth6_list .logo1 {
    margin-top: 10px;
  }
  .seth6_list .describe {
    line-height: 30px;
    margin-top: 20px;
  }
  .seth_seo4 .container {
    padding: 80px 0px;
  }
  .seth7 {
    padding: 60px 0px;
  }
  .seth7_l .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
  }
  .seth8 {
    padding: 60px 0px;
  }
  .seth8_list {
    margin-top: 20px;
  }
  .page_change {
    margin-top: 40px !important;
    padding: 10px 0px;
    gap: 8px;
  }
  .public_div .content {
    padding: 80px 20px;
  }
  .public_div .describe {
    margin-top: 20px;
  }
  .public_div .buttonBox {
    margin-top: 30px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .form_box {
    width: 38%;
  }
  footer form input,
  footer form textarea {
    height: 42px;
    font-size: 15px;
  }
  footer form .tj {
    margin-top: 4px;
  }
  .footer_b {
    margin-top: 30px;
    padding-top: 20px;
  }
  .footer_bl {
    line-height: 28px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .tho2 .content {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .tho2 figure {
    width: 48%;
  }
  .fut1_container {
    overflow: hidden;
    display: block;
  }
  .fut1_container .r_box {
    width: 100%;
  }
  .fut1_container .l_box {
    float: left;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  .fut1_container .describe {
    line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  .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;
    background: #fff;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #0271bc !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: 6px 0px;
  }
  header .logoBox {
    width: 76px;
  }
  header .container {
    width: calc(100% - 60px);
  }
  header .center,
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    margin-right: 40px;
  }
  header .lang .lang_box .dq {
    width: 18px;
  }
  header .lang .lang_box span {
    font-size: 14px;
    line-height: 24px;
  }
  header .lang .lang_box .dq1 {
    width: 6px;
  }
  header .buttonBox {
    display: none;
  }
  .padding_top {
    padding-top: 69.75px;
  }
  .index_banner .swiper-pagination-bullet-active::before {
    display: none;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 18px;
    gap: 15px;
  }
  .big_title {
    font-size: 22px;
    line-height: 30px;
  }
  .big_describe {
    font-size: 15px;
    line-height: 24px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .text {
    margin-top: 4px;
  }
  .index1 .type_name {
    margin-top: 8px;
  }
  .index1 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
  }
  .index1 .buttonBox {
    margin-top: 12px;
  }
  .index1_l figure {
    margin-top: 15px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .index2 .buttonBox {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .index2_container {
    flex-wrap: wrap;
    gap: 0px;
  }
  .index2_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index2_list {
    margin-top: 20px;
  }
  .index2_list .logo {
    width: 46px;
  }
  .index2_list .title {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 8px;
  }
  .index2_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .content {
    flex-wrap: wrap;
    gap: 0px;
  }
  .index3 .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .index3 .buttonBox {
    margin-top: 12px;
    gap: 8px;
  }
  .index3_l {
    flex: none;
    width: 100%;
  }
  .index3_list {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .index3_list li {
    min-height: auto;
    padding: 30px 4% 20px;
  }
  .index3_list .logo {
    width: 28px;
    margin-left: 6px;
  }
  .index3_list .title {
    margin-top: 12px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .container {
    padding: 8% 30px;
  }
  .index4 .big_title {
    padding-bottom: 8px;
  }
  .index4 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .index4 .buttonBox {
    margin-top: 15px;
  }
  .index4 .swiperindex4-pagination {
    bottom: 18px;
    gap: 15px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .controls_box {
    width: 220px;
    gap: 8px;
  }
  .index5 .sw_box {
    margin-top: 20px;
  }
  .index5 .swiper-slide {
    padding: 25px 20px;
  }
  .index5 .evaluate {
    margin-top: 10px;
  }
  .index5 .people_box {
    margin-top: 15px;
  }
  .index5 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .index5 .logo1 {
    width: 26px;
    margin: 0px;
    transform: none;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .sw_box {
    margin-top: 20px;
  }
  .index6 .title {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 8px;
  }
  .index6 .describe {
    min-height: 48px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index6 .time {
    margin-top: 12px;
    padding-top: 8px;
  }
  .bannerBox {
    padding-top: 140px;
  }
  .banner_title {
    font-size: 24px;
    line-height: 36px;
  }
  .oo_title {
    font-size: 20px;
    line-height: 28px !important;
  }
  .oo1 {
    padding: 20px 0px 30px;
  }
  .oo1 .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .oo1_top .describe {
    margin-top: 4px;
    line-height: 24px;
  }
  .oo1_top .read {
    margin-top: 10px;
  }
  .oo1_top .logo {
    width: 24px;
  }
  .oo1_form {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .oo1_list {
    padding-bottom: 15px;
  }
  .oo1_list .title {
    margin-top: 8px;
  }
  .oo1_list .input_links {
    margin-top: 2px;
  }
  .public_menu {
    width: 100%;
    max-width: 100%;
  }
  .public_menu .menu_all .down {
    display: block;
    width: 8px;
  }
  .public_menu_list {
    margin-top: 8px;
    display: none;
  }
  .public_menu_list .list_box {
    font-size: 14px;
    line-height: 24px;
  }
  .public_menu_list > li {
    padding: 5px 0px;
  }
  .public_menu_list1 {
    padding: 5px 12px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 2px;
  }
  .oo1_container {
    width: 100%;
  }
  .ot1 {
    padding: 20px 0px 30px;
  }
  .ot1 .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .ot1_container {
    width: 100%;
  }
  .ot1_r .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .ot1_r .share_box {
    gap: 10px;
    margin-top: 10px;
    padding: 8px 0px;
  }
  .ot2 {
    padding: 0px 0px 30px;
  }
  .ot2 .controls_box {
    width: 220px;
    gap: 8px;
  }
  .ot2 .title {
    margin-top: 8px;
  }
  .to1 {
    padding: 20px 0px;
  }
  .to1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .to1_list .describe {
    line-height: 24px;
  }
  .to2 {
    padding-top: 10px;
  }
  .to2 .content {
    padding: 40px 4%;
  }
  .to2 .describe {
    margin: 4px auto 0px;
    line-height: 24px;
  }
  .to3 {
    padding: 30px 0px;
  }
  .to3 .oo_title {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 2px;
  }
  .to3 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .to3 .content {
    gap: 20px;
  }
  .to4 {
    padding: 30px 0px;
  }
  .to4 .text {
    margin: 4px auto 0px;
    line-height: 24px;
  }
  .to4_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .to4_list li {
    width: 32%;
  }
  .to5 {
    padding: 30px 0px;
  }
  .to5 .logo {
    width: 72px;
  }
  .to5 .oo_title {
    margin-top: 6px;
  }
  .to5 .describe {
    font-size: 14px;
    line-height: 24px;
    margin: 4px auto 0px;
  }
  .tho1 {
    padding-top: 20px;
  }
  .tho1 .content {
    flex-wrap: wrap;
    gap: 0px;
  }
  .tho1 .l_box {
    flex: none;
    width: 100%;
  }
  .tho1 .r_box {
    width: 100%;
    padding-top: 4px;
  }
  .tho1 .describe {
    line-height: 24px;
  }
  .tho2 {
    padding: 30px 0px;
  }
  .tho2 .content {
    gap: 15px 4%;
  }
  .tho2 figure {
    padding: 18px 20px;
  }
  .tho2 .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .tho2 .number_box {
    padding-bottom: 4px;
  }
  .tho2 .number_after {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .tho2 .text {
    line-height: 24px;
    margin-top: 6px;
  }
  .tho3 {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .tho3_container {
    flex-wrap: wrap;
  }
  .tho3_container .r_box {
    width: 100%;
  }
  .tho3_container .l_box {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 20px 30px;
  }
  .tho3_container .describe {
    line-height: 24px;
    max-height: none;
  }
  .tho4 {
    padding: 30px 0px;
  }
  .tho4_list {
    margin-top: 20px;
    gap: 15px;
    flex-wrap: wrap;
  }
  .tho4_list li {
    flex: none !important;
    width: 100% !important;
    height: auto;
    padding: 30px 30px 20px !important;
  }
  .tho4_list .container {
    height: auto;
  }
  .tho4_list .rotate_name {
    display: none;
  }
  .tho4_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho4_list .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .tho4_list .logoBox {
    margin-left: auto;
    margin-right: 0px;
    margin-top: 15px;
    width: 36px !important;
    position: relative !important;
    right: 0px !important;
    transform: none !important;
    bottom: 0;
  }
  .tho4_list .container {
    opacity: 1;
    width: 100%;
    visibility: inherit;
  }
  .tho5 {
    padding: 40px 0px;
  }
  .tho5 .container {
    width: 100%;
    max-width: 100%;
    padding: 20px 30px 25px;
  }
  .tho5 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tho6 {
    padding-top: 30px;
  }
  .tho6 .describe {
    line-height: 24px;
    margin: 4px auto 0px;
  }
  .tho6_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .tho6_list li {
    width: 49%;
  }
  .tho7 {
    padding-top: 30px;
  }
  .tho7 .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .tho7 .sw_box {
    margin-top: 20px;
  }
  .tho7 .name {
    margin-top: 6px;
  }
  .tho8 {
    padding: 30px 0px;
  }
  .tho8_container {
    margin-top: 20px;
    gap: 14px;
  }
  .tho8_container figure {
    padding: 12px 20px;
  }
  .tho8_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .tho8_container .logo {
    width: 14px;
    margin-right: 2px;
  }
  .tho8_container .bottom {
    padding: 4px 0px 0px;
  }
  .fuo1 {
    padding: 20px 0px 40px;
  }
  .fuo1_list {
    gap: 20px;
  }
  .fuo1_list .oo_title {
    padding-bottom: 8px;
  }
  .fuo1_list .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fuo1_list .buttonBox {
    margin-top: 15px;
  }
  .fut1 {
    padding: 20px 0px 40px;
  }
  .fut1 .share_box {
    margin-top: 6px;
    gap: 6px;
    padding: 6px 0px;
  }
  .fut1_container {
    margin-top: 20px;
  }
  .fut1_container .describe {
    line-height: 24px;
  }
  .fo1 {
    padding: 20px 0px 30px;
  }
  .fo1_list {
    gap: 20px 2%;
  }
  .fo1_list li {
    width: 32%;
  }
  .fo1_list .title {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 8px;
  }
  .fo1_list .describe {
    min-height: 48px;
    line-height: 24px;
    margin-top: 6px;
  }
  .fo1_list .time {
    margin-top: 12px;
    padding-top: 8px;
  }
  .ft1 {
    padding: 20px 0px 30px;
  }
  .ft1 .time_share {
    margin-top: 6px;
    gap: 6px 20px;
    padding: 6px 0px;
  }
  .ft1 .describe {
    line-height: 24px;
    margin-top: 12px;
  }
  .ft2 {
    padding-bottom: 30px;
  }
  .ft2 .sw_box {
    margin-top: 15px;
  }
  .ft2 .title {
    font-size: 15px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 8px;
  }
  .ft2 .describe {
    min-height: 48px;
    line-height: 24px;
    margin-top: 6px;
  }
  .ft2 .time {
    margin-top: 12px;
    padding-top: 8px;
  }
  .so1 {
    padding: 20px 0px 30px;
  }
  .so1 form {
    margin-top: 15px;
    gap: 10px 1.4%;
  }
  .so1 form input {
    height: 38px;
  }
  .so1 form input,
  .so1 form textarea {
    font-size: 14px;
  }
  .so2 {
    padding: 0px 50px;
  }
  .so2_l {
    flex: none;
    width: 100%;
  }
  .so2_l .box {
    width: 100%;
    max-width: 100%;
    padding: 20px 0px;
    padding-right: 0px;
  }
  .so2_l .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .so2_r {
    width: 100%;
  }
  .so2_list {
    margin-top: 12px;
    gap: 12px 4%;
  }
  .so2_list .r_box {
    line-height: 24px;
  }
  .so2_list .logo {
    width: 40px;
  }
  .products_banner .swiper-pagination-bullet-active::before {
    display: none;
  }
  .products_banner .swiperbanner-pagination {
    bottom: 18px;
    gap: 15px;
  }
  .seo1 {
    padding: 20px 0px 30px;
  }
  .seo1 .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .seo1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .seo1_list li {
    width: 32%;
  }
  .seo1_list .title {
    margin-top: 8px;
  }
  .seo2 {
    padding-top: 30px;
  }
  .seo2 .controls_box {
    width: 220px;
    gap: 8px;
  }
  .seo2 .sw_box {
    margin-top: 20px;
  }
  .seo3 {
    padding: 30px 0px;
  }
  .seo3 .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .seo4 {
    padding: 40px 0px;
  }
  .seo4 .text {
    font-size: 15px;
    line-height: 24px;
  }
  .seo4 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .seo4 .big_describe {
    margin-top: 8px;
  }
  .seo5 {
    padding: 30px 0px;
  }
  .seo5 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .seo5 .buttonBox {
    margin-top: 12px;
  }
  .seo5_l {
    padding-top: 0px;
  }
  .seo5_r {
    width: 32%;
  }
  .seo6 {
    padding: 30px 0px;
  }
  .seo6_list {
    gap: 15px 2%;
    margin-top: 20px;
  }
  .seo6_list li {
    width: 23.5%;
  }
  .set1 {
    padding: 20px 0px 30px;
  }
  .set1_menu {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
    gap: 8px 4%;
  }
  .set1_container {
    margin-top: 15px;
  }
  .set1_container .controls {
    width: 28px;
  }
  .set1_container .controls.prev {
    left: -10px;
  }
  .set1_container .controls.next {
    right: -10px;
  }
  .set1_container .title {
    margin-top: 8px;
  }
  .set1_container .label {
    padding: 2px 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .set2 {
    padding: 30px 0px;
  }
  .set2 .sw_box {
    margin-top: 12px;
  }
  .set2 .title {
    display: block;
    position: relative;
    bottom: 0;
    transform: none;
    margin-top: 5px;
  }
  .set3 {
    padding: 30px 0px;
  }
  .set3 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .set4 {
    padding: 30px 0px;
  }
  .set4 .logo {
    width: 26px;
  }
  .set4 .container {
    margin: 12px auto 0px;
  }
  .set4 .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .set4 .star_logo {
    width: 120px;
    margin: 6px auto 0px;
  }
  .set4 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .set4 .controls.next {
    right: 0;
  }
  .set4 .controls.prev {
    left: 0px;
  }
  .set4 .sw_box1 {
    margin-top: 15px;
  }
  .set5 {
    padding: 40px 0px;
  }
  .set5 .text {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .set5 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .set5 .big_describe {
    margin-top: 8px;
  }
  .set6 {
    padding-top: 30px;
  }
  .set6 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .set6_list {
    margin: 12px auto 0px;
  }
  .set7 {
    padding: 30px 0px;
  }
  .set7 .sw_box {
    margin-top: 15px;
  }
  .set7 .sw_box1 {
    margin-top: 15px;
  }
  .set7 .swiper-slide {
    width: 220px;
    margin-right: 15px;
  }
  .seth1 {
    padding: 30px 50px;
  }
  .seth1 .describe {
    margin-top: 2px;
    line-height: 24px;
  }
  .seth1 .controls {
    width: 38px;
  }
  .seth1 .controls img {
    width: 20px;
  }
  .seth1 .swiper_button {
    margin-top: 15px;
    gap: 8px;
  }
  .seth1_l {
    width: 100%;
    max-width: 100%;
  }
  .seth1_r {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  .seth1_r .title {
    margin-top: 8px;
  }
  .seth2 {
    padding: 30px 0px;
  }
  .seth2_l {
    width: 100%;
  }
  .seth2_l .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .seth2_l .buttonBox {
    margin-top: 15px;
  }
  .seth2_r {
    width: 100%;
    margin-top: 15px;
  }
  .seth2_r .box {
    font-size: 15px;
    line-height: 26px;
    gap: 12px;
  }
  .seth2_r .number {
    font-size: 14px;
  }
  .seth2_r .style_div {
    width: 30px;
  }
  .seth3 {
    padding: 30px 0px 0px;
  }
  .seth3 .content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    gap: 20px 0px;
    flex-wrap: wrap;
    padding: 20px 0px;
  }
  .seth3 figure {
    width: 50%;
    padding: 0px 20px;
  }
  .seth3 figure:nth-of-type(even) {
    border-right: none;
  }
  .seth3 .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .seth3 .number_box {
    padding-bottom: 4px;
  }
  .seth3 .number_after {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .seth3 .text {
    line-height: 24px;
    margin-top: 2px;
  }
  .seth4 {
    padding: 30px 0px;
  }
  .seth4_container {
    margin-top: 15px;
  }
  .seth5 {
    padding: 40px 0px;
  }
  .seth5 .describe {
    margin: 12px auto 0px;
    line-height: 24px;
  }
  .seth6 {
    padding: 30px 0px;
  }
  .seth6_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .seth6_list .describe {
    line-height: 24px;
    margin-top: 12px;
  }
  .seth6_list .logo1 {
    margin-top: 4px;
  }
  .seth6_list li {
    gap: 12px;
  }
  .seth6_list::before {
    display: none;
  }
  .seth6_list .logo2 {
    width: 32px;
  }
  .seth6_list .logo {
    width: 56px;
  }
  .seth6_list .r_box {
    width: 100%;
    flex: none;
  }
  .seth6_list .name {
    font-size: 16px;
    line-height: 24px;
  }
  .seth_seo4 .container {
    padding: 40px 0px;
  }
  .seth_seo4 .container::before {
    display: none;
  }
  .seth7 {
    padding: 30px 0px;
  }
  .seth7 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .seth7_l {
    width: 100%;
    flex: none;
  }
  .seth7_l .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .seth7_list {
    width: 100%;
    margin-top: 0px;
    max-width: 800px;
  }
  .seth8 {
    padding: 30px 0px;
  }
  .seth8_list {
    margin-top: 15px;
    gap: 20px 2.09466667%;
  }
  .seth8_list li {
    gap: 20px;
  }
  .page_change {
    margin-top: 20px !important;
    gap: 2px;
    padding: 4px 0px;
  }
  .public_div .content {
    padding: 40px 10px;
  }
  .public_div .describe {
    margin-top: 5px;
    font-size: 16px;
    line-height: 26px;
  }
  .public_div .buttonBox {
    margin-top: 15px;
  }
  .buttonBox a {
    min-width: 106px !important;
    min-height: 38px !important;
    padding: 4px 16px;
  }
  .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;
  }
  footer {
    padding: 30px 0px 45px;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
    gap: 10px 12px;
  }
  footer .icBox .iconfont {
    font-size: 18px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
    width: 8px;
  }
  footer .form_box {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  footer .form_box .dif_footer {
    text-align: center;
    justify-content: center;
  }
  footer form {
    margin-top: 6px;
    gap: 8px 0px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
    height: 38px;
  }
  footer form .yzm span {
    height: 24px;
  }
  footer form .tj {
    margin: 0px auto !important;
  }
  footer .list {
    line-height: 24px;
    margin-top: 4px;
  }
  footer .contact_list {
    gap: 6px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_a > * {
    width: 100%;
    max-width: 100%;
  }
  .footer_b {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .footer_bl {
    width: 100%;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .rightMenu .hide_box {
    right: auto;
    left: 0;
    transform: none;
  }
  header .container {
    width: calc(100% - 40px);
  }
  header .logoBox {
    width: 60px;
  }
  header .lang {
    margin-right: 50px;
  }
  .padding_top {
    padding-top: 57.59px;
  }
  .index1_l {
    padding-top: 0px;
    width: 42%;
  }
  .index2_list {
    gap: 20px 4%;
  }
  .index2_list li {
    width: 48%;
  }
  .index4 .l_box {
    width: 100%;
  }
  .index4 .container {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    padding: 0px 20px 20px;
  }
  .index4 .r_box {
    width: 100%;
    flex: none;
  }
  .index4 .swiper-slide {
    flex-direction: column-reverse;
  }
  .index4 .swiperindex4-pagination {
    width: 100%;
  }
  .so2 {
    padding: 0px 20px;
  }
  .set1_container .controls {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    top: 0px !important;
  }
  .set1_container .swiper_button {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
  }
  .set4 .container {
    width: calc(100% - 40px);
  }
  .seth1 {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .index3_list {
    gap: 20px 4%;
  }
  .index3_list li {
    width: 48%;
  }
  .index5 .top {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .index5 .top_l {
    width: 100%;
    flex: none;
    text-align: center;
  }
  .oo1_list {
    gap: 20px 2%;
  }
  .oo1_list li {
    width: 49%;
  }
  .oo1_list .hide_box img {
    width: 40px;
  }
  .ot1_container {
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .ot1_l {
    width: 100%;
    max-width: 345px;
  }
  .ot1_r {
    width: 100%;
  }
  .ot2 .top {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ot2 .top_l {
    width: 100%;
    flex: none;
    text-align: center;
  }
  .to1_list li {
    width: 100%;
  }
  .to3 figure {
    gap: 15px;
    flex-wrap: wrap;
  }
  .to3 .l_box {
    width: 100%;
  }
  .to3 .r_box {
    width: 100%;
  }
  .to4_list li {
    width: 49%;
  }
  .fuo1_list li {
    flex-wrap: wrap;
  }
  .fuo1_list .l_box {
    width: 100%;
  }
  .fuo1_list .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .fut1_container .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fut1_container .r_box {
    padding-top: 12px;
  }
  .fo1_list li {
    width: 49%;
  }
  .seo1_list li {
    width: 49%;
  }
  .seo2 .top {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .seo2 .top_l {
    width: 100%;
    flex: none;
    text-align: center;
  }
  .seo2 .controls_box {
    margin-bottom: 0px;
  }
  .seo2 .bofangBox {
    width: 40px;
  }
  .seo3 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .seo3 .l_box {
    width: 100%;
  }
  .seo3 .r_box {
    width: 100%;
  }
  .seo6_list {
    gap: 15px 2%;
  }
  .seo6_list li {
    width: 32%;
  }
  .set3 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .set3 .l_box {
    width: 100%;
  }
  .set3 .r_box {
    width: 100%;
  }
  .seth6_list li {
    width: 100%;
  }
  .mySwiperset4_2 .swiper-slide {
    width: 24%;
  }
  .mySwiperset4_2 .watch2 img,
  .mySwiperset4_2 .watch4 img {
    transform: scale(0.715);
  }
  .mySwiperset4_2 .watch1 img,
  .mySwiperset4_2 .watch5 img {
    transform: scale(0.572);
  }
  .mySwiperset4_2 .watch5 img {
    transform-origin: left center;
  }
}
@media screen and (max-width: 480px) {
  header .lang {
    margin-right: 40px;
  }
  .index1 .content {
    gap: 20px;
  }
  .index1_l {
    width: 100%;
  }
  .index1_r {
    width: 100%;
  }
  .index6 .top {
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .index6 .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .tho2 figure {
    width: 100%;
  }
  .tho6_list li {
    width: 100%;
  }
  .so1 form .int1 {
    width: 100%;
  }
  .so1 form .yzm {
    max-width: none;
  }
  .seo6_list li {
    width: 49%;
  }
  .seth3 figure {
    width: 100%;
    border: none;
  }
  .seth4 .seth4_container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .seth4 .l_box {
    width: 100%;
  }
  .seth4 .r_box {
    width: 100%;
    gap: 15px 0px;
  }
  .seth8_list {
    gap: 20px 4%;
  }
  .seth8_list li {
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  .index2_list li {
    width: 100%;
  }
  .index2_list .title {
    min-height: auto;
  }
  .index3_list li {
    width: 100%;
    min-height: 134px;
    padding: 30px 20px 20px;
  }
  .oo1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fo1_list li {
    width: 100%;
  }
  .so2_list li {
    width: 100%;
  }
  .seo5 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .seo5_l {
    width: 100%;
  }
  .seo5_r {
    width: 100%;
  }
  .seo5_r li:nth-of-type(1) {
    margin-top: 0px;
  }
  footer form .int1 {
    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-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../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 .content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.index_banner .content .container{
	width: 100%;
	max-width: 660px;
}
.index_banner .content .banner_title a{
	color: #fff;
}
.index_banner .content .banner_title a:hover{
	text-decoration: underline;
	text-underline-offset: 4px;
}
.index_banner .content .describe{
	font-family: Montserrat-SemiBold;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
	margin-top: 24px;
}
.index_banner .buttonBox{
	margin-top: 34px;
}
.index_banner .buttonBox a{
	display: flex;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	align-items: center;
	justify-content: center;
}
.index_banner .buttonBox a:hover{
	background: #0271bc;
	color: #fff;
	border: 1px solid #0271bc;
}
@media screen and (max-width: 1480px) {
	.index_banner .content .describe{
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}
	.index_banner .buttonBox{
		margin-top: 20px;
	}
}
@media screen and (max-width: 993px) {
	.index_banner .content{
		top: 45%;
	}
	.index_banner .content .container{
		max-width: 100%;
		text-align: center;
	}
	.index_banner .content .describe{
		font-family: Montserrat-Regular;
		font-size: 16px;
		line-height: 24px;
		margin-top: 4px;
	}
	.index_banner .buttonBox{
		margin-top: 12px;
		justify-content: center;
	}
}
@media screen and (max-width: 481px) {
	.index_banner .content .describe{
		display: none;
	}
	.index_banner .buttonBox{
		display: none;
	}
}