@import url("swiper-bundle.min.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Poppins-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::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
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: 20px 17px;
  gap: 41px;
  top: 50%;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.rightMenu > * {
  cursor: pointer;
  width: 26px;
  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 > *::before {
  content: "";
  position: absolute;
  width: 16px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  left: 5px;
  bottom: -19px;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .mask_box {
    background: #0089d1;
  }
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .go_top::before {
  display: none;
}
.rightMenu .mask_box {
  width: 26px;
  max-width: 100%;
  aspect-ratio: 1/1;
  mask-image: var(--i);
  -webkit-mask-image: var(--i);
  transition: 0.3s;
  background: #222;
}
.rightMenu .wechat .mask_box {
  aspect-ratio: 26/21;
}
.rightMenu .whatapp .mask_box {
  width: 25px;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 17px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #014fa3;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
}
header .container {
  width: calc(100% - 60px);
  max-width: 1600px;
  margin: 0px auto;
}
header .center {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .logoBox {
  width: 88px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #014fa3;
}
header .menuOne.menuactive > a {
  color: #014fa3;
}
header .menuOne {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  position: relative;
}
header .menuOne .mask_box {
  width: 25px;
  aspect-ratio: 25/26;
  mask-image: url("../images/head_la.png");
  -webkit-mask-image: url("../images/head_la.png");
  background: #222;
  transition: 0.3s;
}
header .menuOne > a {
  color: #222;
  padding: 25px 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
header .menuOne > a:hover {
  color: #014fa3;
}
header .menuOne span {
  transition: 0s;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .text {
  color: #fff;
}
header .lang {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
header .lang li {
  font-size: 14px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 2px 16px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #014fa3;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
header .lang .lang_box span {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  margin-right: 1px;
}
header .lang .lang_box .lang_icon {
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #fff;
  width: 10px;
  aspect-ratio: 10/6;
}
header .lang .lang_box:hover span {
  color: #f5ab00;
}
header .lang .lang_box:hover .lang_icon {
  background: #f5ab00;
}
header .lang ul {
  display: none;
  position: absolute;
  width: max-content;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
header .lang ul > div {
  background-color: #fff;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
header .lang ul img {
  margin-right: 10px;
}
header .lang img {
  max-width: 25px;
}
header .ul {
  min-width: 201px;
  position: absolute;
  width: max-content;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  padding: 32px 26px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  position: relative;
  margin-top: 16px;
}
header .ul li a {
  display: block;
  color: #222;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #014fa3;
}
header .ul1 {
  left: 0px;
  top: 100%;
  padding-left: 0px;
}
header .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 6px;
  background: #f5ab00;
  overflow: hidden;
  padding: 11px 20px;
}
@media screen and (min-width: 993px) {
  header .button a:hover {
    background: #014fa3;
  }
}
header .sousuo {
  margin-right: 38px;
  margin-left: 35px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #014fa3;
}
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: #014fa3;
}
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: #014fa3;
}
.header_top {
  padding: 6px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header_top::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_boxr {
  display: flex;
  align-items: center;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.margin_top {
  margin-top: 120px;
}
.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 > a > img {
  width: 100%;
}
.index_banner .swiper-slide-active > a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-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: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
  bottom: auto;
}
.index_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  left: 1px;
  top: 1px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.index_banner .swiper-pagination-bullet-active {
  background: #014fa3;
  border: 1px solid #fff;
}
.index_banner .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.index_banner .index_banner_bottom {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18.78%;
}
.big_title {
  font-family: Poppins-SemiBold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #222;
}
.big_title a {
  color: #222;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    color: #014fa3;
  }
}
.index1 {
  padding: 106px 0px 106px;
}
.index1 .top_r {
  width: 57.572%;
}
.index1 .text {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
}
.index1 .text em {
  font-style: normal;
  font-family: Poppins-Medium;
}
.index1_list {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  gap: 41px 2.18933333%;
}
.index1_list li {
  width: 23.358%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .index1_list li:hover {
    background: #fff;
    box-shadow: 0 4px 30px 0 rgba(0, 41, 64, 0.12);
  }
}
.index1_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  min-height: 60px;
}
.index1_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index1_list .title a:hover {
    color: #014fa3;
  }
}
.index1_list .box {
  padding: 20px 25px 33px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.index1_list .describe {
  color: #555;
  margin-top: 7px;
}
.index1_list .button {
  margin-top: 21px;
}
.index1_list .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  padding: 8px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.index1_list .button a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f5ab00;
  transition: 0.3s;
  transform: scaleX(0);
}
@media screen and (min-width: 993px) {
  .index1_list .button a:hover::before {
    transform: scaleX(1);
  }
}
.index2 {
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 89px 0px 94px;
}
.index2 .describe {
  color: #222;
  margin-top: 28px;
}
.index2 .describe em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  display: inline;
}
.index2 .buttonBox {
  margin-top: 36px;
}
.index2_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
}
.index2_l {
  flex: 1;
  max-width: 912px;
}
.index2_r {
  padding-top: 3px;
  margin-right: 7.6%;
}
.index2_r figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 22px;
}
.index2_r figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
}
.index2_r figure:nth-of-type(1) {
  padding-bottom: 38px;
  margin-bottom: 45px;
}
.index2_r figure:nth-of-type(2)::before {
  display: none;
}
.index2_r .big_num {
  font-family: Poppins-SemiBold;
  font-size: 90px;
  font-style: normal;
  font-weight: normal;
  line-height: 90px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.index2_r .text {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: 5px;
}
.index2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.1425%;
  margin-top: 90px;
}
.index2_list li {
  width: 18.286%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index2_list li:hover .hide_box {
    opacity: 1;
  }
}
.index2_list .hide_box {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(6, 77, 161, 0.6);
  padding: 14px 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.index2_list .logo {
  width: 30px;
  margin: 0px auto;
}
.index2_list .logo a {
  display: block;
}
.index2_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  margin-top: 13px;
  text-align: center;
}
.index2_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.index2_list .title a:hover {
  color: #f5ab00;
}
.index3 {
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
}
.index3 .content {
  display: flex;
  flex-wrap: wrap;
}
.index3 figure {
  width: 25%;
  min-height: 720px;
  padding: 6.858% 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index3 figure:hover {
    background: rgba(245, 171, 0, 0.88);
  }
}
.index3 figure:nth-of-type(1) {
  border-left: none;
}
.index3 .logo {
  width: 60px;
}
.index3 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
.index3 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index3 .title a:hover {
    color: #014fa3;
  }
}
.index3 .box {
  margin-top: 10px;
  display: none;
}
.index3 .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.index3 .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 17px;
}
.index3 .button a {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 9px 18px;
}
@media screen and (min-width: 993px) {
  .index3 .button a:hover {
    background: #014fa3;
    border: 1px solid #014fa3;
  }
}
.index4 {
  background: rgba(242, 242, 242, 0.8);
  padding: 99px 0px 95px;
}
.index4 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index4 .describe {
  color: rgba(0, 11, 51, 0.7);
  margin-top: 21px;
}
.index4 .buttonBox {
  margin-top: 56px;
}
.index4 .text {
  color: rgba(0, 11, 51, 0.7);
  margin-top: 11px;
}
.index4 .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #222;
}
.index4_l {
  width: 41.858%;
  padding-bottom: 1.572%;
}
.index4_r {
  width: 48.572%;
}
.index4_r figure {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 28px;
  position: relative;
}
.index4_r figure::before {
  content: "";
  position: absolute;
  left: 24px;
  width: 2px;
  opacity: 0.2;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  height: calc(100% - 65px);
  top: 65px;
}
@media screen and (min-width: 993px) {
  .index4_r figure:hover .number::before {
    opacity: 1;
  }
}
.index4_r figure:nth-last-of-type(1) {
  padding-bottom: 0px;
}
.index4_r figure:nth-last-of-type(1)::before {
  display: none;
}
.index4_r .number {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #f5ab00;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding-top: 2px;
  position: relative;
  z-index: 1;
}
.index4_r .number::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  opacity: 0;
  transition: 0.3s;
}
.index4_r .box {
  flex: 1;
}
.index5 {
  padding: 99px 0px 101px;
}
.index5 .top_r {
  padding-top: 3px;
}
.index5 .sw_box {
  margin-top: 53px;
}
.index5 .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  min-height: 60px;
  margin-top: 23px;
}
.index5 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index5 .title a:hover {
    color: #014fa3;
  }
}
.index5 .describe {
  min-height: 56px;
  color: #555;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}
.index5 .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  margin-top: 18px;
  padding-top: 20px;
}
.index5 .time {
  color: #555;
}
.index5 .links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f5ab00;
}
@media screen and (min-width: 993px) {
  .index5 .links:hover {
    color: #014fa3;
  }
  .index5 .links:hover .mask_box {
    background: #014fa3;
  }
}
.index5 .links span {
  transition: 0s;
}
.index5 .links .mask_box {
  width: 32px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index5_la.png");
  -webkit-mask-image: url("../images/index5_la.png");
  background: #f5ab00;
  transition: 0.3s;
}
.index6_title {
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #222;
}
.index6_title a {
  color: #222;
}
@media screen and (min-width: 993px) {
  .index6_title a:hover {
    color: #014fa3;
  }
}
.index6 {
  padding-bottom: 90px;
  overflow: hidden;
}
.index6 .content {
  display: flex;
}
.index6_container {
  width: 74.929%;
  height: 110px;
  margin-left: 27px;
}
.index6_l {
  flex: 1;
  display: flex;
  align-items: center;
  border-right: 1px solid #d9d9d9;
  padding-top: 4px;
  padding-right: 30px;
}
.index6_list {
  display: flex;
  flex-wrap: nowrap;
}
.index6_list li {
  flex-shrink: 0;
  width: 208px;
  margin-right: 30px;
}
.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  padding: 118px 0px 119px;
}
.index7 .big_title {
  color: #fff;
  text-align: center;
}
.index7 .big_title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index7 .big_title a:hover {
    color: #f5ab00;
  }
}
.index7 .button {
  display: flex;
  justify-content: center;
  gap: 12px 16px;
  margin-top: 53px;
}
.index7 .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.index7 .button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index7 .button a:hover {
    border: 1px solid transparent;
  }
  .index7 .button a:hover::before {
    opacity: 1;
  }
}
.bannerBox {
  padding-top: 25%;
  position: relative;
  overflow: hidden;
}
.bannerBox .imgBox {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bannerBox img {
  width: 100%;
}
.mbx {
  padding-top: 28px;
  color: #222;
}
.mbx a {
  color: #222;
}
@media screen and (min-width: 993px) {
  .mbx a:hover {
    color: #555;
  }
}
.mbx a.active {
  color: #555;
}
.oo1 {
  padding: 46px 0px 102px;
}
.oo1 .text {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-top: 20px;
}
.oo1 .text em {
  font-style: normal;
  font-family: Poppins-Medium;
  display: inline;
}
.oo1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 23px;
  margin-top: 46px;
}
.oo1_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #014fa3;
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.oo1_menu a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
}
.oo1_menu a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .oo1_menu a:hover {
    color: #fff;
  }
  .oo1_menu a:hover::after {
    opacity: 1;
  }
  .oo1_menu a:hover .mask_box {
    background: #fff;
  }
}
.oo1_menu a.active {
  color: #fff;
}
.oo1_menu a.active::after {
  opacity: 1;
}
.oo1_menu a.active .mask_box {
  background: #fff;
}
.oo1_form {
  padding: 65px 0px 0px;
}
.oo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.18933333%;
}
.oo1_list li {
  width: 23.358%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .oo1_list li:hover {
    background: #fff;
    box-shadow: 0 4px 30px 0 rgba(0, 41, 64, 0.12);
  }
}
.oo1_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  min-height: 60px;
}
.oo1_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .oo1_list .title a:hover {
    color: #014fa3;
  }
}
.oo1_list .box {
  padding: 20px 25px 33px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.oo1_list .describe {
  color: #555;
  margin-top: 7px;
}
.oo1_list .links_input {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  gap: 10px;
  padding: 8px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.oo1_list .links_input::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f5ab00;
  transition: 0.3s;
  transform: scaleX(0);
}
@media screen and (min-width: 993px) {
  .oo1_list .links_input:hover::before {
    transform: scaleX(1);
  }
}
.oo1_list .links {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .oo1_list .links:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.oo1_list .input_box {
  position: relative;
}
.oo1_list .input_box input {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  opacity: 0;
}
.oo1_list .input_box input:checked {
  opacity: 1;
}
.oo1_list .input_box input:checked + span {
  display: none;
}
.oo1_list .input_box span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 2px;
  pointer-events: none;
}
.ot1 {
  padding: 46px 0px 0px;
}
.ot1 .oo1_menu {
  margin-top: 0px !important;
}
.ot2_title {
  font-family: Poppins-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #222;
}
.ot2 {
  padding: 79px 0px 91px;
}
.ot2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ot2 .sw_box1 {
  width: 81.301%;
  position: relative;
  z-index: 2;
  border: 1px solid #d8d8d8;
}
.ot2 .r_box {
  width: 52.715%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.ot2 .box {
  width: 100%;
  position: relative;
}
.ot2 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ot2 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ot2 .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: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .ot2 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.ot2 .mySwiperot2_2 {
  width: 100%;
  height: 89.874%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.ot2 .mySwiperot2_2 .swiper-slide {
  cursor: pointer;
  position: relative;
  border: 1px solid #e2e2e2;
}
.ot2 .mySwiperot2_2 .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  pointer-events: none;
  transition: 0.1s;
  opacity: 0;
}
.ot2 .mySwiperot2_2 .swiper-slide-thumb-active {
  border: 1px solid transparent;
}
.ot2 .mySwiperot2_2 .swiper-slide-thumb-active::before {
  opacity: 1;
}
.ot2 .sw_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.261%;
  height: 100%;
}
.ot2 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 16px;
  aspect-ratio: 16/9;
  background: #666;
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .ot2 .pic-btn:hover {
    opacity: 1;
    background: #014fa3;
  }
}
.ot2 .pic-btn.prev {
  top: 0px;
  mask-image: url("../images/ot2_la.png");
  -webkit-mask-image: url("../images/ot2_la.png");
}
.ot2 .pic-btn.next {
  bottom: 0px;
  mask-image: url("../images/ot2_lb.png");
  -webkit-mask-image: url("../images/ot2_lb.png");
}
.ot2_r {
  width: 43.572%;
}
.ot2_r .ot2_title {
  width: 100%;
  max-width: 450px;
}
.ot2_r .describe {
  color: #555;
  margin-top: 29px;
}
.ot2_r .button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 18px;
  margin-top: 51px;
}
.ot2_r .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  padding: 8px 25px;
  min-width: 180px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.ot2_r .button a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f5ab00;
  transition: 0.3s;
  transform: scaleX(0);
}
@media screen and (min-width: 993px) {
  .ot2_r .button a:hover::before {
    transform: scaleX(1);
  }
}
.ot2_r .share {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #666;
  margin-top: 49px;
}
.ot3 .content {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  overflow: auto;
}
.ot3 .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot3 .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #014fa3;
}
.ot3 .content::-webkit-scrollbar-track {
  border-radius: 0;
}
.ot3 a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  background: #e6e6e6;
  padding: 15px 32px 13px;
  flex-shrink: 0;
}
.ot3 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .ot3 a:hover {
    color: #fff;
  }
  .ot3 a:hover::before {
    opacity: 1;
  }
}
.ot3 a.active {
  color: #fff;
}
.ot3 a.active::before {
  opacity: 1;
}
.ot_color_back {
  background: #f5f5f5;
  padding-top: 72px;
}
.ot4 {
  padding-bottom: 63px;
}
.ot4_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 33px 0px;
  margin-top: 35px;
}
.ot4_list li {
  width: 47.929%;
  position: relative;
  padding-left: 38px;
}
.ot4_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/ot4_la.png") no-repeat center;
  background-size: cover;
  width: 28px;
  aspect-ratio: 28/30;
}
.ot4_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 29px;
  color: #1e1e1e;
}
.ot4_list .describe {
  color: #666;
  margin-top: 11px;
}
.ot5 {
  padding-bottom: 65px;
}
.ot5_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  gap: 30px 1.71333333%;
}
.ot5_list li {
  width: 23.715%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(173, 173, 173, 0.25);
  overflow: hidden;
  padding: 0px 21px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ot5_list .number {
  border-radius: 0 0 20px 20px;
  background: rgba(1, 79, 163, 0.1);
  overflow: hidden;
  margin: 0px auto;
  font-family: Poppins-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #014fa3;
  padding: 19px 20px 11px;
  min-width: 66px;
  text-align: center;
}
.ot5_list .describe {
  text-align: center;
  color: #555;
  margin-top: 20px;
}
.ot6 {
  padding-bottom: 62px;
}
.ot6 .text {
  color: #555;
  margin-top: 14px;
}
.ot6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.1065%;
  margin-top: 35px;
}
.ot6_list li {
  width: 31.929%;
}
.ot7 {
  padding-bottom: 52px;
}
.ot7 .describe {
  margin-top: 63px;
  color: #555;
}
.ot7 .describe em {
  font-style: normal;
  color: #222;
  display: inline;
  font-family: Poppins-Medium;
}
.ot7 .table table {
  font-size: 18px;
  line-height: 30px;
}
.ot7 .table table tr:nth-of-type(even) {
  background: #fff;
}
.ot7 .table table td {
  border: none;
  padding: 14px 18px 16px;
}
.ot8 {
  padding-bottom: 95px;
}
.ot8_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0px;
}
.ot8_list li {
  width: 48.715%;
  border-radius: 10px;
  background: #fff;
  padding: 24px 30px 24px;
}
.ot8_list .faq_q {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.ot8_list .logo {
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
}
.ot8_list .title {
  flex: 1;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #242424;
}
.ot8_list .faq_a {
  margin-top: 15px;
}
.ot8_list .describe {
  color: #666;
}
.to1 {
  padding: 46px 0px 40px;
}
.to1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.to1_number {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
  width: 100%;
  max-width: 578px;
  margin-top: 58px;
}
.to1_number figure {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #d0d0d0;
  padding: 9px 48px 13px;
}
.to1_number figure:nth-of-type(1) {
  border-left: none;
  padding-left: 0px !important;
}
.to1_number figure:nth-last-of-type(1) {
  padding-right: 0px !important;
}
.to1_number .big_num {
  font-family: Poppins-SemiBold;
  font-size: 90px;
  font-style: normal;
  font-weight: normal;
  line-height: 90px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.to1_number .text {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: 6px;
}
.to1_l {
  width: 46.858%;
  padding-bottom: 12px;
}
.to1_l .describe {
  color: #555;
  margin-top: 18px;
}
.to1_r {
  width: 50.429%;
  position: relative;
}
.to2 {
  padding-bottom: 54px;
}
.to2 .describe {
  color: #555;
}
.to3 {
  padding-bottom: 82px;
}
.to3 .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #014fa3;
  padding-left: 20px;
  position: relative;
}
.to3 .title::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #014fa3;
  left: 0;
  position: absolute;
  top: 10px;
}
.to3 .big_title {
  margin-top: 17px;
}
.to3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to3 .describe {
  color: #555;
  margin-top: 26px;
}
.to3_l {
  width: 43.286%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}
.to3_l figure {
  width: 47.195%;
  position: relative;
}
@media screen and (min-width: 993px) {
  .to3_l figure:hover .hide_box {
    opacity: 1;
  }
}
.to3_l .hide_box {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}
.to3_l .name {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
.to3_r {
  width: 52%;
  padding-top: 2px;
}
.to4 {
  padding: 89px 0px 86px;
}
.to4 .top_r {
  width: 66%;
  padding-top: 2px;
}
.to4 .describe {
  color: #555;
}
.to4 .container {
  margin-top: 44px;
}
.to5 {
  background: url("../images/to5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 87px 0px;
}
.to5 .index6_title {
  color: #fff;
}
.to5_container {
  margin-top: 49px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.to5_l {
  width: 59.786%;
}
.to5_l .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.to5_l .swiperto5-pagination {
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 2;
  bottom: auto;
  margin-top: 42px;
}
.to5_l .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.to5_l .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.to5_l .swiper-pagination-bullet-active {
  background: #014fa3;
  border: 2px solid #fff;
}
.to5_l .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.to5_r {
  padding-top: 3.3%;
  width: 36.786%;
}
.to5_r .title {
  font-family: Poppins-Medium;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
}
.to5_r .describe {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 32px;
}
.to6 {
  padding: 83px 0px 86px;
}
.to6 .describe {
  margin-top: 14px;
  color: #555;
}
.to6 .top_r {
  padding-top: 40px;
}
.to6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 2.1065%;
  margin-top: 35px;
}
.to6_list li {
  width: 31.929%;
  border-radius: 5px;
  overflow: hidden;
}
.tt1 {
  padding: 43px 0px 151px;
}
.tt1 .describe {
  margin-top: 14px;
  color: #555;
}
.tt1 .PageNumber {
  margin-top: 81px;
}
.tt1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 2.1065%;
  margin-top: 35px;
}
.tt1_list li {
  width: 31.929%;
  border-radius: 5px;
  overflow: hidden;
}
.tho1 {
  padding: 41px 0px 83px;
}
.tho1 .text {
  margin-top: 16px;
  color: #555;
}
.tho1_container {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.tho1_container .number {
  width: 94px;
  aspect-ratio: 1/1;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  border-radius: 50%;
  overflow: hidden;
  font-family: Poppins-Regular;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.tho1_container figure {
  display: flex;
  align-items: center;
}
.tho1_container figure:nth-of-type(odd) .number {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.tho1_container figure:nth-of-type(odd) .l_box {
  margin-right: 6.15%;
}
.tho1_container figure:nth-last-of-type(even) {
  flex-direction: row-reverse;
}
.tho1_container figure:nth-last-of-type(even) .number {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tho1_container figure:nth-last-of-type(even) .l_box {
  margin-left: 6.15%;
}
.tho1_container .l_box {
  width: 50.215%;
  position: relative;
}
.tho1_container .r_box {
  flex: 1;
}
.tho1_container .describe {
  color: #555;
  opacity: 0.7;
  margin-top: 14px;
}
.tho1_container .title {
  font-family: Poppins-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #222;
}
.tho2 {
  padding-bottom: 104px;
}
.tho2 .index6_title {
  text-align: center;
}
.tho2 .text {
  text-align: center;
  color: #555;
  margin-top: 16px;
}
.tho2_list {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.tho2_list li {
  border-radius: 16px;
  background: #f3f3f5;
  padding: 24px 30px 24px;
}
.tho2_list .faq_q {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.tho2_list .logo {
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
}
.tho2_list .title {
  flex: 1;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  max-width: 564px;
}
.tho2_list .faq_a {
  margin-top: 15px;
}
.tho2_list .describe {
  color: #666;
}
.fuo1 {
  padding: 43px 0px 55px;
}
.fuo1 .text {
  color: #555;
  margin-top: 14px;
}
.fuo1 .PageNumber {
  margin-top: 75px;
}
.fuo1_list {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px 0px;
}
.fuo1_list a {
  width: 49.072%;
  display: flex;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(32, 42, 35, 0.1);
  overflow: hidden;
  padding: 0px 30px;
  position: relative;
  z-index: 1;
}
.fuo1_list a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .fuo1_list a:hover::before {
    opacity: 1;
  }
  .fuo1_list a:hover .l_box {
    color: #fff;
  }
  .fuo1_list a:hover .mask_box {
    background: #fff;
  }
}
.fuo1_list .l_box {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #555;
  flex: 1;
  padding: 12px 0px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.fuo1_list .mask_box {
  width: 40px;
  aspect-ratio: 1/1;
  mask-image: url("../images/fuo1_la.png");
  -webkit-mask-image: url("../images/fuo1_la.png");
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  transition: 0.3s;
}
.fuo1_list .r_box {
  padding: 20px 1px 20px 22px;
  border-left: 1px solid #e6e6e6;
  margin-left: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.fuo2 {
  padding-bottom: 95px;
}
.fuo2 .text {
  color: #666;
  margin-top: 14px;
}
.fuo2 .text em {
  font-style: normal;
  color: #014fa3;
  display: inline;
}
.fuo2_container {
  border-radius: 24px;
  background: #efefef;
  padding: 52px 50px;
  overflow: hidden;
  margin-top: 37px;
}
.fuo2_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
}
.fuo2_container form > * {
  width: 100%;
}
.fuo2_container form input,
.fuo2_container form textarea {
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 13px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.fuo2_container form input::placeholder,
.fuo2_container form input::-webkit-input-placeholder,
.fuo2_container form textarea::placeholder {
  color: #666;
}
.fuo2_container form input:focus,
.fuo2_container form textarea:focus {
  border: 1px solid #d2d2d2;
}
.fuo2_container form .int1 {
  width: 49.35%;
}
.fuo2_container form input {
  height: 60px;
}
.fuo2_container form textarea {
  height: 214px;
  padding-top: 13px !important;
}
.fuo2_container form .ttBox {
  width: 100%;
}
.fuo2_container form .yzm {
  position: relative;
  display: flex;
}
.fuo2_container form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.fuo2_container form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.fuo2_container form .yzm span img {
  height: 100%;
}
.fuo2_container form .afterBox {
  position: relative;
}
.fuo2_container form .afterBox::before {
  left: 13px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.fuo2_container form .afterBox input,
.fuo2_container form .afterBox textarea {
  padding-left: 25px;
}
.fuo2_container form .ttBox::before {
  top: 28px;
}
.fuo2_container form .tj {
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  transition: 0.3s;
}
.fuo2_container form .tj input {
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px !important;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .fuo2_container form .tj:hover input {
    background: #f5ab00;
    border: 1px solid #f5ab00;
  }
}
.fut1 {
  padding: 43px 0px 90px;
}
.fut1 .text {
  margin-top: 14px;
  color: #555;
}
.fut1 .PageNumber {
  margin-top: 71px;
}
.fut1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 1.428%;
  margin-top: 45px;
}
.fut1_list li {
  width: 23.929%;
}
.fut1_list .box {
  position: relative;
}
.fut1_list .name {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  color: #666;
  margin-top: 11px;
}
.futh1 {
  padding: 41px 0px 90px;
}
.futh1 .text {
  margin-top: 16px;
  color: #555;
}
.futh1 .PageNumber {
  margin-top: 102px;
}
.futh1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 43px 2.1065%;
  margin-top: 45px;
}
.futh1_list li {
  width: 31.929%;
}
.futh1_list .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  min-height: 60px;
  margin-top: 23px;
}
.futh1_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .futh1_list .title a:hover {
    color: #014fa3;
  }
}
.futh1_list .describe {
  min-height: 56px;
  color: #555;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}
.futh1_list .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  margin-top: 18px;
  padding-top: 20px;
}
.futh1_list .time {
  color: #555;
}
.futh1_list .links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f5ab00;
}
@media screen and (min-width: 993px) {
  .futh1_list .links:hover {
    color: #014fa3;
  }
  .futh1_list .links:hover .mask_box {
    background: #014fa3;
  }
}
.futh1_list .links span {
  transition: 0s;
}
.futh1_list .links .mask_box {
  width: 32px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index5_la.png");
  -webkit-mask-image: url("../images/index5_la.png");
  background: #f5ab00;
  transition: 0.3s;
}
.fufu1 {
  padding: 46px 0px 54px;
}
.fufu1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fufu1_l {
  width: 71.572%;
}
.fufu1_l .title {
  font-family: Poppins-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #222;
}
.fufu1_l .time {
  color: #666;
}
.fufu1_l .share {
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fufu1_l .time_share {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 30px;
  margin-top: 24px;
}
.fufu1_l .describe {
  color: #666;
  border-top: 1px solid #d9d9d9;
  margin-top: 16px;
  padding-top: 30px;
}
.fufu1_l .describe img {
  display: inline-block;
}
.fufu1_r_title {
  font-family: Poppins-SemiBold;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  text-transform: uppercase;
  color: #014fa3;
}
.fufu1_r {
  width: 22.858%;
  padding-top: 2px;
}
.fufu1_r .list {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fufu1_r .time {
  color: #999;
}
.fufu1_r .title {
  color: #333;
  margin-top: 10px;
}
.fufu1_r .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .fufu1_r .title a:hover {
    color: #014fa3;
  }
}
.fufu1_r li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 13px;
}
.fuf1 {
  padding: 72px 0px 111px;
}
.fuf1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fuf1_l {
  width: 41.215%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6px;
}
.fuf1_l .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: -3px;
}
.fuf1_list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.fuf1_list li {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.fuf1_list .logo {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.fuf1_list .box {
  flex: 1;
  padding-top: 4px;
}
.fuf1_list .text {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #1e1e1e;
}
.fuf1_list .text span {
  transition: 0s;
}
.fuf1_list .text a {
  color: #1e1e1e;
}
@media screen and (min-width: 993px) {
  .fuf1_list .text a:hover {
    color: #014fa3;
  }
}
.fuf1_list .name {
  font-family: Poppins-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  margin-top: 9px;
}
.fuf1_r_title {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  text-transform: uppercase;
  color: #222;
}
.fuf1_r {
  width: 54.858%;
  background: #f5f7fa;
  border-radius: 24px;
  overflow: hidden;
  padding: 53px 50px 50px;
}
.fuf1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 38px;
}
.fuf1_r form > * {
  width: 100%;
}
.fuf1_r form input,
.fuf1_r form textarea {
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 13px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.fuf1_r form input::placeholder,
.fuf1_r form input::-webkit-input-placeholder,
.fuf1_r form textarea::placeholder {
  color: #666;
}
.fuf1_r form input:focus,
.fuf1_r form textarea:focus {
  border: 1px solid #d2d2d2;
}
.fuf1_r form .int1 {
  width: 49%;
}
.fuf1_r form input {
  height: 60px;
}
.fuf1_r form textarea {
  height: 214px;
  padding-top: 13px !important;
}
.fuf1_r form .ttBox {
  width: 100%;
}
.fuf1_r form .yzm {
  position: relative;
  display: flex;
}
.fuf1_r form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.fuf1_r form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.fuf1_r form .yzm span img {
  height: 100%;
}
.fuf1_r form .afterBox {
  position: relative;
}
.fuf1_r form .afterBox::before {
  left: 13px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.fuf1_r form .afterBox input,
.fuf1_r form .afterBox textarea {
  padding-left: 25px;
}
.fuf1_r form .ttBox::before {
  top: 28px;
}
.fuf1_r form .tj {
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  transition: 0.3s;
}
.fuf1_r form .tj input {
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px !important;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .fuf1_r form .tj:hover input {
    background: #f5ab00;
    border: 1px solid #f5ab00;
  }
}
.fuf2 iframe {
  display: block;
}
.public_pro {
  padding: 66px 0px 92px;
  overflow: hidden;
}
.public_pro .top_r {
  padding-top: 5px;
}
.public_pro .container {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  opacity: 0;
  flex: 1;
}
@media screen and (min-width: 993px) {
  .public_pro .container:hover {
    background: #fff;
    box-shadow: 0 4px 30px 0 rgba(0, 41, 64, 0.12);
  }
}
.public_pro .sw_box {
  margin-top: 48px;
}
.public_pro .swiper {
  pointer-events: none;
  overflow: initial;
  height: auto;
  display: flex;
}
.public_pro .swiper-slide{
  display: flex;
  flex-direction: column;
  height: auto;
}
.public_pro .swiper-slide-visible {
  pointer-events: all;
}
.public_pro .swiper-slide-visible .container {
  opacity: 1;
}
.public_pro .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  min-height: 60px;
}
.public_pro .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .public_pro .title a:hover {
    color: #014fa3;
  }
}
.public_pro .box {
  padding: 20px 25px 33px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.public_pro .describe {
  color: #555;
  margin-top: 7px;
}
.public_pro .button {
  margin-top: 21px;
}
.public_pro .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  padding: 8px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.public_pro .button a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f5ab00;
  transition: 0.3s;
  transform: scaleX(0);
}
@media screen and (min-width: 993px) {
  .public_pro .button a:hover::before {
    transform: scaleX(1);
  }
}
.page_change {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 55px;
}
.page_change .logo {
  width: 44px;
  aspect-ratio: 44/48;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background: #999;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 19px;
  align-items: center;
}
.page_change .page_name {
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #014fa3;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 11px;
}
.swiper_button .controls {
  width: 42px;
  aspect-ratio: 1/1;
  background: #666;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover {
    background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  }
}
.swiper_button .controls.prev {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_button .controls.next {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 82px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 36px;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.PageNumber a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -2;
  transition: 0.3s;
  opacity: 0;
}
.PageNumber a::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  border: solid 1px #e1e2e4;
  transition: 0.3s;
  opacity: 1;
}
.PageNumber a:hover {
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.PageNumber a:hover::before {
  opacity: 1;
}
.PageNumber a:hover::after {
  background-color: rgba(1, 79, 163, 0.2);
  border: 1px solid transparent;
}
.PageNumber .dif_style {
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%) !important;
  color: #fff !important;
  border: none !important;
  -webkit-text-fill-color: initial !important;
}
.PageNumber .dif_style::before,
.PageNumber .dif_style::after {
  display: none;
}
.PageNumber .active {
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.PageNumber .active::before {
  opacity: 1;
}
.PageNumber .active::after {
  background-color: rgba(1, 79, 163, 0.2);
  border: 1px solid transparent;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.PageNumber input {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  cursor: pointer;
  transition: 0.3s;
  background-image: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.PageNumber input:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 30px;
  color: #014fa3;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.buttonBox a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
  z-index: -1;
}
.buttonBox a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(270deg, #0089d1 0%, #00466b 100%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover {
    color: #fff;
  }
  .buttonBox a:hover::after {
    opacity: 1;
  }
  .buttonBox a:hover .mask_box {
    background: #fff;
  }
}
.buttonBox span {
  transition: 0s;
}
.buttonBox .mask_box {
  width: 20px;
  aspect-ratio: 1/1;
  mask-image: url("../images/button_la.png");
  -webkit-mask-image: url("../images/button_la.png");
  background: #014fa3;
  transition: 0.3s;
}
.public_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.public_top .top_l {
  flex: 1;
}
footer {
  background: #003e81;
  padding: 45px 0px 16px;
}
footer .content {
  width: calc(100% - 100px) !important;
}
footer .logoBox {
  width: 126px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .logo {
  width: 26px;
}
footer .text {
  text-align: right;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}
footer .text a {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}
@media screen and (min-width: 993px) {
  footer .text a:hover {
    color: #f5ab00;
  }
}
footer .text span {
  transition: 0s;
}
footer .dif_footer {
  color: #fff;
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #f5ab00;
}
footer .dif_up {
  display: none;
}
footer .list {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 33px;
}
footer .list li:not(:nth-of-type(1)) {
  margin-top: 15px;
}
footer .list a {
  display: inline;
  color: rgba(255, 255, 255, 0.7);
}
footer .list a:hover {
  color: #f5ab00;
}
footer .list span {
  display: inline;
}
footer .ul3 {
  max-width: 330px;
}
footer .form_box {
  max-width: 378px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 33px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #fff;
}
footer form .int1 {
  width: 48.5%;
}
footer form input {
  height: 50px;
}
footer form textarea {
  height: 107px;
  padding-top: 7px !important;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  display: flex;
  flex: 1;
}
footer form .yzm input {
  flex: 1;
  padding-right: 80px;
}
footer form .yzm span {
  height: 48px;
  aspect-ratio: 46/18;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
  width: 100%;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  left: 7px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #f00;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
footer form .afterBox input,
footer form .afterBox textarea {
  padding-left: 19px;
}
footer form .ttBox::before {
  top: 26px;
}
footer form .tj {
  width: auto;
  min-width: 109px;
  margin-left: 17px;
}
footer form .tj input {
  cursor: pointer;
  background: #fff;
  color: #0069b7;
  transition: 0.3s;
}
footer form .tj input:hover {
  background: #0069b7;
  color: #fff;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 7px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}
footer .icBox a:hover {
  background: #f5ab00;
  color: #fff;
}
.footer_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.footer_b {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 27px;
  padding: 66px 0px 103px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 5%;
  padding-top: 23px;
}
.footer_c .l_box {
  color: rgba(255, 255, 255, 0.6);
  flex: 1;
}
.footer_c .l_box a {
  color: rgba(255, 255, 255, 0.6);
  display: inline;
}
.footer_c .l_box a:hover {
  color: #f5ab00;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 15px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #014fa3;
}
.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: #014fa3;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1450px) {
  html {
    scroll-padding-top: 110px;
  }
  html body {
    font-size: 15px;
    line-height: 25px;
  }
  .rightMenu {
    gap: 30px;
    padding: 16px 12px;
  }
  .rightMenu > *::before {
    bottom: -15px;
  }
  header .center {
    gap: 30px;
  }
  header .logoBox {
    width: 80px;
  }
  header .sousuo {
    margin-right: 30px;
    margin-left: 30px;
  }
  header .sousuo .search {
    font-size: 20px;
  }
  header .button a {
    font-size: 15px;
    line-height: 26px;
    padding: 8px 16px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .ul {
    min-width: 180px;
  }
  header .ul div {
    padding: 15px 20px;
  }
  header .ul li {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }
  .margin_top {
    margin-top: 110px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .text {
    font-size: 16px;
    line-height: 28px;
  }
  .index1_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .index1_list li {
    width: 23.5%;
  }
  .index1_list .box {
    padding: 15px 16px 20px;
  }
  .index1_list .title {
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
  }
  .index1_list .describe {
    margin-top: 4px;
  }
  .index1_list .button {
    margin-top: 16px;
  }
  .index1_list .button a {
    padding: 8px 16px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .describe {
    margin-top: 15px;
  }
  .index2 .buttonBox {
    margin-top: 25px;
  }
  .index2_r {
    margin-right: 0%;
  }
  .index2_r .big_num {
    font-size: 62px;
    line-height: 72px;
  }
  .index2_r .text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
  }
  .index2_list {
    gap: 30px 2%;
    margin-top: 40px;
  }
  .index2_list li {
    width: 18.4%;
  }
  .index2_list .hide_box {
    padding: 4px 16px 0px;
  }
  .index2_list .title {
    font-size: 16px;
    margin-top: 8px;
  }
  .index3 .logo {
    width: 42px;
  }
  .index3 figure {
    padding: 5% 16px;
    min-height: 600px;
  }
  .index3 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .index3 .box {
    margin-top: 6px;
  }
  .index3 .button {
    margin-top: 15px;
  }
  .index3 .button a {
    padding: 8px 16px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .title {
    font-size: 18px;
  }
  .index4 .text {
    margin-top: 8px;
  }
  .index4 .describe {
    margin-top: 15px;
  }
  .index4 .buttonBox {
    margin-top: 30px;
  }
  .index4_r {
    width: 50%;
  }
  .index4_r figure {
    padding-bottom: 20px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .sw_box {
    margin-top: 25px;
  }
  .index5 .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 15px;
  }
  .index5 .describe {
    min-height: 50px;
  }
  .index5 .flex_box {
    margin-top: 12px;
    padding-top: 12px;
  }
  .index6 {
    padding-bottom: 60px;
  }
  .index6_title {
    font-size: 28px;
    line-height: 38px;
  }
  .index6_l {
    padding-top: 0px;
  }
  .index6_container {
    height: 95.19px;
    width: 72%;
  }
  .index6_list li {
    width: 180px;
    margin-right: 24px;
  }
  .index7 {
    padding: 80px 0px;
  }
  .index7 .button {
    margin-top: 30px;
  }
  .index7 .button a {
    font-size: 15px;
    line-height: 26px;
    padding: 8px 16px;
  }
  .mbx {
    padding-top: 15px;
  }
  .oo1 {
    padding: 30px 0px 60px;
  }
  .oo1 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .oo1_menu {
    margin-top: 25px;
    gap: 15px;
  }
  .oo1_menu a {
    font-size: 16px;
    line-height: 26px;
    gap: 8px;
    padding: 8px 16px;
  }
  .oo1_form {
    padding: 30px 0px 0px;
  }
  .oo1_list {
    gap: 30px 2%;
  }
  .oo1_list li {
    width: 23.5%;
  }
  .oo1_list .box {
    padding: 15px 16px 20px;
  }
  .oo1_list .title {
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
  }
  .oo1_list .describe {
    margin-top: 4px;
  }
  .oo1_list .links_input {
    margin-top: 16px;
    padding: 8px 16px;
    gap: 6px;
  }
  .ot1 {
    padding-top: 20px;
  }
  .ot2_title {
    font-size: 20px;
    line-height: 30px;
  }
  .ot2 {
    padding: 40px 0px 60px;
  }
  .ot2_r .describe {
    margin-top: 12px;
  }
  .ot2_r .button {
    margin-top: 25px;
    gap: 12px 14px;
  }
  .ot2_r .button a {
    min-width: 140px;
  }
  .ot2_r .share {
    margin-top: 20px;
  }
  .ot3 a {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 24px 10px;
  }
  .ot_color_back {
    padding-top: 60px;
  }
  .ot4,
  .ot5,
  .ot6,
  .ot7,
  .ot8 {
    padding-bottom: 60px;
  }
  .ot4_list {
    margin-top: 25px;
    gap: 25px 0px;
  }
  .ot4_list li::before {
    width: 24px;
  }
  .ot4_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .ot4_list .describe {
    margin-top: 8px;
  }
  .ot5_list {
    margin-top: 30px;
  }
  .ot5_list li {
    padding: 0px 20px 20px;
  }
  .ot5_list .number {
    font-size: 20px;
    line-height: 30px;
    min-width: 56px;
    padding: 15px 20px 11px;
  }
  .ot5_list .describe {
    margin-top: 15px;
  }
  .ot6_list {
    margin-top: 30px;
  }
  .ot7 .describe {
    margin-top: 30px;
  }
  .ot7 .table table {
    font-size: 16px;
    line-height: 26px;
  }
  .ot8_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .ot8_list .faq_q {
    gap: 8px;
  }
  .ot8_list .logo {
    width: 28px;
  }
  .ot8_list li {
    padding: 20px 24px;
  }
  .ot8_list .faq_a {
    margin-top: 6px;
  }
  .to1 {
    padding: 20px 0px 30px;
  }
  .to1_number {
    margin-top: 20px;
  }
  .to1_number .big_num {
    font-size: 62px;
    line-height: 72px;
  }
  .to1_number .text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
  }
  .to1_number figure {
    padding: 0px 20px;
  }
  .to1_l {
    padding-bottom: 0px;
  }
  .to1_l .describe {
    margin-top: 4px;
  }
  .to2 {
    padding-bottom: 40px;
  }
  .to3 {
    padding-bottom: 60px;
  }
  .to3 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .to3 .title::before {
    top: 8px;
  }
  .to3 .big_title {
    margin-top: 8px;
  }
  .to3 .describe {
    margin-top: 12px;
  }
  .to4 {
    padding: 60px 0px;
  }
  .to4 .top_r {
    width: 62%;
  }
  .to4 .container {
    margin-top: 20px;
  }
  .to5 {
    padding: 60px 0px;
  }
  .to5_container {
    margin-top: 20px;
    align-items: center;
  }
  .to5_r {
    padding-top: 0px;
  }
  .to5_r .title {
    font-size: 24px;
    line-height: 32px;
  }
  .to5_r .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .to6 {
    padding: 60px 0px;
  }
  .to6 .describe {
    margin-top: 6px;
  }
  .to6 .public_top {
    align-items: center;
  }
  .to6 .top_r {
    padding-top: 0px;
  }
  .to6_list {
    margin-top: 25px;
  }
  .tt1 {
    padding: 30px 0px 60px;
  }
  .tt1 .describe {
    margin-top: 6px;
  }
  .tt1_list {
    margin-top: 25px;
  }
  .tho1 {
    padding: 30px 0px 60px;
  }
  .tho1 .text {
    margin-top: 6px;
  }
  .tho1_container {
    margin-top: 30px;
    gap: 30px;
  }
  .tho1_container .number {
    width: 72px;
    font-size: 28px;
    line-height: 36px;
  }
  .tho1_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tho1_container .describe {
    margin-top: 6px;
  }
  .tho2 {
    padding-bottom: 60px;
  }
  .tho2 .text {
    margin-top: 6px;
  }
  .tho2_list {
    margin-top: 25px;
  }
  .tho2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho2_list .faq_q {
    gap: 8px;
  }
  .tho2_list .logo {
    width: 28px;
  }
  .tho2_list li {
    padding: 20px 24px;
  }
  .tho2_list .faq_a {
    margin-top: 6px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .text {
    margin-top: 6px;
  }
  .fuo1_list {
    margin-top: 25px;
  }
  .fuo1_list a {
    padding: 0px 24px;
  }
  .fuo1_list .l_box {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo1_list .mask_box {
    width: 32px;
  }
  .fuo2 {
    padding-bottom: 60px;
  }
  .fuo2 .text {
    margin-top: 8px;
  }
  .fuo2_container {
    padding: 30px 36px;
    margin-top: 25px;
  }
  .fuo2_container form input {
    height: 52px;
  }
  .fuo2_container form textarea {
    height: 160px;
  }
  .fuo2_container form .yzm span {
    height: 36px;
  }
  .fut1 {
    padding: 30px 0px 60px;
  }
  .fut1 .text {
    margin-top: 6px;
  }
  .fut1_list {
    margin-top: 25px;
    gap: 25px 1.428%;
  }
  .fut1_list .bofangBox {
    width: 56px;
  }
  .fut1_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .futh1 {
    padding: 30px 0px 60px;
  }
  .futh1 .text {
    margin-top: 6px;
  }
  .futh1_list {
    margin-top: 25px;
    gap: 30px 2.1065%;
  }
  .futh1_list .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 15px;
  }
  .futh1_list .describe {
    min-height: 50px;
  }
  .futh1_list .flex_box {
    margin-top: 12px;
    padding-top: 12px;
  }
  .fufu1 {
    padding: 30px 0px;
  }
  .fufu1_l .title {
    font-size: 20px;
    line-height: 30px;
  }
  .fufu1_l .time_share {
    margin-top: 15px;
  }
  .fufu1_l .describe {
    margin-top: 15px;
    padding-top: 20px;
  }
  .fufu1_r_title {
    font-size: 22px;
    line-height: 32px;
  }
  .fufu1_r .list {
    margin-top: 15px;
    gap: 16px;
  }
  .fufu1_r .title {
    margin-top: 6px;
  }
  .fuf1 {
    padding: 30px 0px 60px;
  }
  .fuf1_l {
    width: 39%;
    padding-top: 0px;
  }
  .fuf1_l .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
  }
  .fuf1_list {
    gap: 20px;
    margin-top: 20px;
  }
  .fuf1_list .logo {
    width: 58px;
  }
  .fuf1_list .box {
    padding-top: 0px;
  }
  .fuf1_list li {
    gap: 12px;
  }
  .fuf1_list .text {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 26px;
  }
  .fuf1_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .fuf1_r_title {
    font-size: 24px;
    line-height: 32px;
  }
  .fuf1_r {
    width: 58%;
    padding: 20px 30px 30px;
  }
  .fuf1_r form {
    margin-top: 15px;
  }
  .fuf1_r form input {
    height: 52px;
  }
  .fuf1_r form textarea {
    height: 160px;
  }
  .fuf1_r form .yzm span {
    height: 30px;
  }
  .public_pro {
    padding: 60px 0px;
  }
  .public_pro .top_r {
    padding-top: 0px;
  }
  .public_pro .sw_box {
    margin-top: 30px;
  }
  .public_pro .box {
    padding: 15px 16px 20px;
  }
  .public_pro .title {
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
  }
  .public_pro .describe {
    margin-top: 4px;
  }
  .public_pro .button {
    margin-top: 16px;
  }
  .public_pro .button a {
    padding: 8px 16px;
  }
  .swiper_button .controls {
    width: 32px;
  }
  footer {
    padding: 40px 0px 16px;
  }
  footer .logoBox {
    width: 100px;
  }
  footer .text {
    font-size: 20px;
    line-height: 32px;
  }
  footer .logo {
    width: 22px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .ul1 {
    min-width: 120px;
  }
  footer .ul2 {
    min-width: 170px;
  }
  footer .form_box {
    min-width: 320px;
  }
  footer .list {
    font-size: 15px;
    margin-top: 16px;
  }
  footer .list li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  footer form {
    margin-top: 20px;
  }
  .footer_b {
    padding: 40px 0px 50px;
  }
  .footer_c .links {
    margin-top: 6px;
  }
  .buttonBox a {
    font-size: 16px;
    line-height: 26px;
    gap: 8px;
    padding: 8px 16px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .page_box {
    gap: 8px 10px;
  }
  .PageNumber .submit {
    gap: 6px;
  }
  .page_change {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .page_change .logo {
    width: 36px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    scroll-padding-top: 106px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
  }
  header .sousuo .search {
    font-size: 18px;
  }
  header .button a {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 12px;
  }
  .margin_top {
    margin-top: 106px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    scroll-padding-top: 64.53px;
  }
  .header_top {
    display: block;
    padding: 0px;
  }
  .header_top::before {
    display: none;
  }
  header {
    padding: 5px 0px;
  }
  header .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  header .text {
    display: none;
  }
  header .lang {
    margin-right: 50px;
  }
  header .lang .lang_box span {
    font-size: 15px;
    color: #222;
  }
  header .lang .lang_box .lang_icon {
    background: #222;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .button {
    display: none;
  }
  header .header_boxr {
    display: none;
  }
  .margin_top {
    margin-top: 64.53px;
  }
}
@media screen and (max-width: 992px) {
  html {
    scroll-padding-top: 57.72px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  header .logoBox {
    width: 70px;
  }
  .margin_top {
    margin-top: 57.72px;
  }
  .nav {
    top: 16px;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    background: #fff;
    display: flex;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    display: none;
  }
  .rightMenu .mask_box {
    width: 24px !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;
  }
  .big_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .text {
    font-size: 15px;
    line-height: 24px;
  }
  .index1 .public_top {
    display: block;
  }
  .index1 .top_r {
    width: 100%;
  }
  .index1 .top_l {
    margin-top: 2px;
    flex: none;
    width: 100%;
  }
  .index1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .index1_list li {
    width: 32%;
  }
  .index1_list .box {
    padding: 6px 15px 16px;
  }
  .index1_list .title {
    font-size: 15px;
    line-height: 26px;
    min-height: 52px;
  }
  .index1_list .button {
    margin-top: 12px;
  }
  .index1_list .button a {
    padding: 6px 12px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .describe {
    margin-top: 2px;
  }
  .index2 .buttonBox {
    margin-top: 15px;
  }
  .index2_container {
    align-items: center;
  }
  .index2_r .big_num {
    font-size: 36px;
    line-height: 46px;
  }
  .index2_r .text {
    font-size: 16px;
    line-height: 26px;
  }
  .index2_r figure {
    padding: 0px 16px;
  }
  .index2_r figure:nth-of-type(1) {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .index2_list {
    margin-top: 20px;
  }
  .index2_list li {
    border-radius: 0px;
  }
  .index2_list .imgBox {
    border-radius: 5px;
    overflow: hidden;
  }
  .index2_list .hide_box {
    opacity: 1;
    position: relative;
    padding: 0px;
    background: transparent;
  }
  .index2_list .logo {
    display: none;
  }
  .index2_list .title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
    color: #222;
  }
  .index2_list .title a {
    color: #222;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .content {
    justify-content: space-between;
    gap: 30px 0px;
    flex-wrap: wrap;
  }
  .index3 figure {
    width: 48%;
    border-left: none;
    min-height: auto;
    padding: 0px;
  }
  .index3 .box {
    display: block;
  }
  .index3 .logo {
    width: 36px;
  }
  .index3 .title {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
  }
  .index3 .box {
    margin-top: 2px;
  }
  .index3 .button {
    margin-top: 12px;
  }
  .index3 .button a {
    padding: 5px 14px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .content {
    gap: 20px;
  }
  .index4 .describe {
    margin-top: 2px;
  }
  .index4 .buttonBox {
    margin-top: 12px;
  }
  .index4 .title {
    font-size: 16px;
  }
  .index4 .text {
    margin-top: 2px;
  }
  .index4_l {
    width: 100%;
  }
  .index4_r {
    width: 100%;
  }
  .index4_r .number {
    width: 38px;
    font-size: 16px;
    margin-top: 0px;
  }
  .index4_r figure {
    gap: 20px;
  }
  .index4_r figure::before {
    left: 18px;
    top: 45px;
    height: calc(100% - 52px);
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .public_top {
    align-items: center;
  }
  .index5 .sw_box {
    margin-top: 15px;
  }
  .index5 .title {
    font-size: 16px;
    line-height: 25px;
    min-height: 50px;
    margin-top: 10px;
  }
  .index5 .describe {
    min-height: 48px;
  }
  .index5 .flex_box {
    margin-top: 6px;
    padding-top: 6px;
    flex-direction: column;
    align-items: flex-start;
  }
  .index5 .links {
    margin-top: 4px;
  }
  .index5 .links .mask_box {
    width: 24px;
  }
  .index6_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index6 {
    padding-bottom: 30px;
  }
  .index6 .content {
    gap: 15px;
    flex-wrap: wrap;
  }
  .index6_l {
    flex: none;
    padding: 0px;
    width: 100%;
    border-right: none;
  }
  .index6_container {
    width: 100%;
    margin-left: 0px;
    height: 74.03px;
  }
  .index6_list li {
    width: 140px;
    margin-right: 16px;
  }
  .index7 {
    padding: 40px 0px;
  }
  .index7 .button {
    margin-top: 15px;
  }
  .index7 .button a {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 12px;
  }
  .mbx {
    padding-top: 6px;
  }
  .oo1 {
    padding: 15px 0px 30px;
  }
  .oo1 .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .oo1_menu {
    margin-top: 8px;
    gap: 8px 10px;
  }
  .oo1_menu a {
    font-size: 14px;
    line-height: 24px;
    gap: 6px;
    padding: 6px 12px;
  }
  .oo1_form {
    padding-top: 15px;
  }
  .oo1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .oo1_list li {
    width: 32%;
  }
  .oo1_list .box {
    padding: 6px 15px 16px;
  }
  .oo1_list .title {
    font-size: 15px;
    line-height: 26px;
    min-height: 52px;
  }
  .oo1_list .links_input {
    margin-top: 12px;
    padding: 6px 12px;
  }
  .ot2 {
    padding: 15px 0px 30px;
  }
  .ot2 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ot2 .r_box {
    width: 100%;
    max-width: 738px;
    margin: 0px auto;
  }
  .ot2 .mySwiperot2_2 {
    padding-bottom: 1px;
  }
  .ot2_r {
    width: 100%;
  }
  .ot2_r .describe {
    margin-top: 4px;
  }
  .ot2_r .button {
    margin-top: 12px;
    gap: 12px;
  }
  .ot2_r .button a {
    min-height: auto;
    padding: 6px 14px;
  }
  .ot2_r .share {
    margin-top: 12px;
  }
  .ot3 .content {
    gap: 12px;
  }
  .ot3 a {
    font-size: 15px;
    line-height: 24px;
    padding: 8px 16px 5px;
  }
  .ot_color_back {
    padding-top: 30px;
  }
  .ot4,
  .ot5,
  .ot6,
  .ot7,
  .ot8 {
    padding-bottom: 30px;
  }
  .ot4_list {
    margin-top: 8px;
    gap: 15px 0px;
  }
  .ot4_list li {
    width: 100%;
    padding-left: 25px;
  }
  .ot4_list li::before {
    width: 20px;
  }
  .ot4_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .ot4_list .describe {
    margin-top: 2px;
  }
  .ot5_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .ot5_list li {
    width: 49%;
  }
  .ot5_list .number {
    font-size: 16px;
    line-height: 24px;
    min-width: 46px;
    padding: 8px 12px;
  }
  .ot5_list .describe {
    margin-top: 6px;
  }
  .ot6 .text {
    margin-top: 4px;
  }
  .ot6_list {
    margin-top: 15px;
  }
  .ot7 .describe {
    margin-top: 15px;
  }
  .ot7 .table table {
    font-size: 15px;
    line-height: 24px;
  }
  .ot7 .table table td {
    padding: 10px 15px;
  }
  .ot8_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .ot8_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .to1 {
    padding: 15px 0px;
  }
  .to1_number .big_num {
    font-size: 36px;
    line-height: 46px;
  }
  .to1_number .text {
    font-size: 16px;
    line-height: 26px;
  }
  .to1_number figure {
    padding: 0px 10px;
  }
  .to1_r .bofangBox {
    width: 58px;
  }
  .to2 {
    padding-bottom: 30px;
  }
  .to3 {
    padding-bottom: 30px;
  }
  .to3 .content {
    display: block;
    overflow: hidden;
  }
  .to3 .describe {
    margin-top: 6px;
  }
  .to3 .title {
    display: flex;
  }
  .to3_l {
    float: left;
    margin-bottom: 5px;
    margin-right: 4%;
  }
  .to3_r {
    width: 100%;
  }
  .to4 {
    padding: 30px 0px;
  }
  .to4 .top_l {
    flex: none;
  }
  .to4 .top_r {
    width: 100%;
    padding: 0px;
  }
  .to4 .container {
    margin-top: 12px;
  }
  .to5 {
    padding: 30px 0px;
  }
  .to5_r .title {
    font-size: 20px;
    line-height: 28px;
  }
  .to5_container {
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .to5_l {
    width: 100%;
  }
  .to5_l .swiper-slide {
    gap: 8px;
  }
  .to5_l .swiperto5-pagination {
    gap: 12px;
    margin-top: 10px;
  }
  .to5_r {
    width: 100%;
  }
  .to5_r .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .to6 {
    padding: 30px 0px;
  }
  .to6 .describe {
    margin-top: 4px;
  }
  .to6_list {
    margin-top: 15px;
    gap: 15px 2.1065%;
  }
  .tt1 {
    padding: 15px 0px 30px;
  }
  .tt1 .describe {
    margin-top: 4px;
  }
  .tt1_list {
    margin-top: 15px;
    gap: 15px 2.1065%;
  }
  .tho1 {
    padding: 15px 0px 30px;
  }
  .tho1 .text {
    margin-top: 2px;
  }
  .tho1_container {
    gap: 20px;
    margin-top: 15px;
  }
  .tho1_container figure:nth-of-type(odd) .l_box {
    margin-right: 4%;
  }
  .tho1_container figure:nth-of-type(even) .l_box {
    margin-left: 4%;
  }
  .tho1_container .number {
    display: none;
  }
  .tho1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tho1_container .describe {
    margin-top: 4px;
  }
  .tho2 {
    padding-bottom: 30px;
  }
  .tho2 .text {
    margin-top: 2px;
  }
  .tho2_list {
    margin-top: 15px;
    gap: 15px;
  }
  .tho2_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .fuo1 {
    padding: 15px 0px 30px;
  }
  .fuo1 .text {
    margin-top: 2px;
  }
  .fuo1_list {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .fuo1_list a {
    padding: 0px 18px;
  }
  .fuo1_list .l_box {
    font-size: 15px;
    line-height: 24px;
  }
  .fuo1_list .mask_box {
    width: 26px;
  }
  .fuo1_list .r_box {
    padding: 12px 0px 12px 16px;
  }
  .fuo2 {
    padding-bottom: 30px;
  }
  .fuo2 .text {
    margin-top: 2px;
  }
  .fuo2_container {
    border-radius: 5px;
    padding: 20px 25px;
    margin-top: 15px;
  }
  .fuo2_container form {
    gap: 8px 0px;
  }
  .fuo2_container form input,
  .fuo2_container form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .fuo2_container form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .fuo2_container form input {
    height: 42px !important;
  }
  .fuo2_container form .afterBox input,
  .fuo2_container form .afterBox textarea {
    padding-left: 14px;
  }
  .fuo2_container form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .fuo2_container form .ttBox::before {
    top: 18px;
  }
  .fuo2_container form .yzm span {
    height: 26px;
  }
  .fut1 {
    padding: 20px 0px 30px;
  }
  .fut1 .text {
    margin-top: 2px;
  }
  .fut1_list {
    gap: 15px 2%;
    margin-top: 15px;
  }
  .fut1_list li {
    width: 32%;
  }
  .fut1_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .futh1 {
    padding: 20px 0px 30px;
  }
  .futh1 .text {
    margin-top: 2px;
  }
  .futh1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .futh1_list li {
    width: 32%;
  }
  .futh1_list .title {
    font-size: 16px;
    line-height: 25px;
    min-height: 50px;
    margin-top: 10px;
  }
  .futh1_list .describe {
    min-height: 48px;
  }
  .futh1_list .flex_box {
    margin-top: 6px;
    padding-top: 6px;
    flex-direction: column;
    align-items: flex-start;
  }
  .futh1_list .links {
    margin-top: 4px;
  }
  .futh1_list .links .mask_box {
    width: 24px;
  }
  .fufu1 {
    padding: 15px 0px 0px;
  }
  .fufu1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .fufu1_l {
    width: 100%;
  }
  .fufu1_l .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fufu1_l .time_share {
    margin-top: 8px;
    gap: 4px 20px;
  }
  .fufu1_l .describe {
    margin-top: 12px;
    padding-top: 12px;
  }
  .fufu1_r_title {
    font-size: 20px;
    line-height: 30px;
  }
  .fufu1_r {
    width: 100%;
  }
  .fufu1_r .list {
    margin-top: 12px;
    gap: 12px;
  }
  .fufu1_r li {
    padding-bottom: 12px;
  }
  .fufu1_r .title {
    margin-top: 2px;
  }
  .fuf1 {
    padding: 15px 0px 30px;
  }
  .fuf1 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .fuf1_l {
    width: 100%;
  }
  .fuf1_l .title {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 26px;
  }
  .fuf1_list {
    gap: 12px;
    margin-top: 12px;
  }
  .fuf1_list .text {
    font-size: 16px;
    line-height: 26px;
  }
  .fuf1_list .box {
    padding-top: 4px;
  }
  .fuf1_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .fuf1_r_title {
    font-size: 20px;
    line-height: 30px;
  }
  .fuf1_r {
    width: 100%;
  }
  .fuf1_r form {
    gap: 8px 0px;
    margin-top: 15px;
  }
  .fuf1_r form input,
  .fuf1_r form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .fuf1_r form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .fuf1_r form input {
    height: 42px !important;
  }
  .fuf1_r form .afterBox input,
  .fuf1_r form .afterBox textarea {
    padding-left: 14px;
  }
  .fuf1_r form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .fuf1_r form .ttBox::before {
    top: 18px;
  }
  .fuf1_r form .yzm span {
    height: 26px;
  }
  .public_pro {
    padding: 30px 0px;
  }
  .public_pro .sw_box {
    margin-top: 15px;
  }
  .public_pro .box {
    padding: 6px 15px 16px;
  }
  .public_pro .title {
    font-size: 15px;
    line-height: 26px;
    min-height: 52px;
  }
  .public_pro .button {
    margin-top: 12px;
  }
  .public_pro .button a {
    padding: 6px 12px;
  }
  .swiper_button .controls {
    width: 28px;
  }
  footer {
    padding: 20px 0px 50px;
  }
  footer .logoBox {
    width: 80px;
  }
  footer .text {
    font-size: 18px;
    line-height: 28px;
  }
  footer .logo {
    width: 18px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .dif_up {
    width: 10px;
    display: block;
    filter: brightness(0) invert(1);
  }
  footer .list {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  footer .list li:not(:nth-of-type(1)) {
    margin-top: 0px;
  }
  footer form {
    margin-top: 8px;
    gap: 8px 0px;
  }
  footer form input,
  footer form textarea {
    font-size: 15px;
  }
  footer form input {
    height: 38px;
  }
  footer form textarea {
    height: 100px;
  }
  .footer_b {
    padding: 15px 0px;
    margin-top: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .footer_b > * {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .footer_b .form_box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_c {
    flex-direction: column-reverse;
    padding-top: 12px;
  }
  .footer_c .icBox {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .footer_c .icBox .iconfont {
    font-size: 16px;
  }
  .footer_c .icBox a {
    width: 32px;
  }
  .footer_c .links {
    margin-top: 2px;
  }
  .buttonBox a {
    font-size: 14px;
    line-height: 24px;
    gap: 6px;
    padding: 6px 12px;
  }
  .buttonBox .mask_box {
    width: 16px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px 10px;
  }
  .PageNumber .iconfont {
    font-size: 12px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 28px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    right: auto;
    left: 0;
    transform: none;
  }
  header .container {
    width: calc(100% - 40px);
  }
  .index_banner .index_banner_bottom {
    bottom: 20px;
  }
  .index_banner .swiperbanner-pagination {
    gap: 12px;
  }
  .index2_list {
    gap: 20px 2%;
  }
  .index2_list li {
    width: 32%;
  }
  .ot7 .table table {
    min-width: 728px;
  }
  .to1 .content {
    gap: 20px;
  }
  .to1_l {
    width: 100%;
  }
  .to1_r {
    width: 100%;
  }
  .to1_r .imgBox img {
    width: 100%;
  }
  .tho1_container figure {
    flex-wrap: wrap;
    gap: 15px;
  }
  .tho1_container .l_box {
    width: 100%;
    margin: 0px !important;
  }
  .tho1_container .r_box {
    width: 100%;
    flex: none;
  }
  .fuo1_list a {
    width: 100%;
  }
  .fuo2_container {
    padding: 20px;
  }
  .fuf1_r {
    padding: 20px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .PageNumber {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
  }
}
@media screen and (max-width: 700px) {
  .index1_list li {
    width: 49%;
  }
  .oo1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .index2_l {
    flex: none;
    width: 100%;
  }
  .index2_r {
    width: 100%;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
  }
  .index2_r figure {
    width: 48%;
    padding: 0px !important;
    margin: 0px !important;
  }
  .index2_r figure::before {
    display: none;
  }
  .index2_container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index3 figure {
    width: 100%;
  }
  .index5 .top_l {
    text-align: center;
  }
  .index5 .top_r {
    display: flex;
    justify-content: center;
  }
  .ot5_list li {
    width: 100%;
  }
  .ot8_list li {
    width: 100%;
  }
  .to3_l {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .to3_r {
    padding-top: 12px;
  }
  .fut1_list li {
    width: 49%;
  }
  .futh1_list li {
    width: 49%;
  }
  .public_pro .top_l {
    text-align: center;
  }
  .public_pro .top_r {
    display: flex;
    justify-content: center;
  }
  .footer_a {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .public_top {
    gap: 4px;
    flex-wrap: wrap;
  }
  .public_top .top_l {
    flex: none;
    width: 100%;
  }
  .public_top .top_r {
    padding: 0px !important;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .lang {
    margin-right: 36px;
  }
  header .lang .lang_box {
    gap: 6px;
  }
  .index2_r .text {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 24px;
  }
  .index2_list li {
    width: 49%;
  }
  .ot6_list {
    gap: 15px 2%;
  }
  .ot6_list li {
    width: 49%;
  }
  .to1_number .text {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 24px;
  }
  .to6_list {
    gap: 15px 2%;
  }
  .to6_list li {
    width: 49%;
  }
  .tt1_list {
    gap: 15px 2%;
  }
  .tt1_list li {
    width: 49%;
  }
  .fuo2_container form .int1 {
    width: 100%;
  }
  .fuf1_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index1_list li {
    width: 100%;
  }
  .index1_list .imgBox img {
    width: 100%;
  }
  .index2_list li {
    width: 100%;
  }
  .index2_list .imgBox img {
    width: 100%;
  }
  .index4_r figure {
    flex-wrap: wrap;
    gap: 4px;
  }
  .index4_r figure::before {
    display: none;
  }
  .index4_r .box {
    flex: none;
    width: 100%;
  }
  .oo1_list li {
    width: 100%;
  }
  .oo1_list .imgBox img {
    width: 100%;
  }
  .fut1_list .bofangBox {
    width: 42px;
  }
  .fut1_list .name {
    font-size: 14px;
    line-height: 24px;
  }
  .futh1_list li {
    width: 100%;
  }
  footer form .yzm {
    width: 100%;
    flex: none;
  }
  footer form .tj {
    width: 100%;
    margin-left: 0px;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1767681031498") format("woff"), url("iconfont.ttf?t=1767681031498") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before {
  content: "\e672";
}
.icon-Youtube:before {
  content: "\e880";
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
