@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;
  direction: rtl;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Inter-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #666;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1440px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 6px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbdbdb;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #cf000d;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-left: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #cf000d;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #cf000d;
  left: 2.5%;
  top: 18px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 50%;
  margin-right: -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-right: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-right: -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-right: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-left: 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-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-right: 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-right: 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-right: -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-right: -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-right: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 14px;
  }
}
#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-left: -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-right: -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-right: 0;
  }
  50% {
    margin-right: -30px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: -30px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 30px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 30px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 260px;
  background: url("../images/header_back.png") no-repeat center bottom;
  background-size: cover;
  transition: 0.3s;
  top: 0;
  left: 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
  max-width: 1720px;
  margin: 0px auto;
}
header .center {
  display: flex;
  align-items: center;
  gap: 66px;
}
header .logoBox {
  width: 196px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
}
header .logoBox img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-family: Inter-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 36px 0px 35px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
  background: #fff;
  z-index: -1;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #cf000d;
}
header .menuOne .menuactive > a {
  color: #cf000d;
}
header .ul {
  min-width: 232px;
  position: absolute;
  display: none;
  left: 100%;
  top: -26px;
  padding-right: 1px;
}
header .ul div {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
  padding: 26px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1e1e1e;
  position: relative;
  margin-top: 8px;
}
header .ul li a {
  display: block;
  padding: 3px 26px;
  color: #1e1e1e;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #cf000d;
}
header .ul1 {
  left: -26px;
  top: 100%;
  padding-right: 0px;
  padding-top: 1px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .sousuo {
  margin-right: 99px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
header .sousuo .search:hover {
  color: #cf000d;
}
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: #cf000d;
}
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-left: 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: #cf000d;
}
header .lang {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 18px;
  margin-right: 20px;
}
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: #cf000d;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
header .lang .lang_box span {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
}
header .lang .lang_box .lang_icon {
  transition: 0.3s;
  width: 10px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang_icon.png");
  -webkit-mask-image: url("../images/lang_icon.png");
  background: #fff;
}
header .lang .lang_box:hover span {
  color: #cf000d;
}
header .lang .lang_box:hover .lang_icon {
  background: #cf000d;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 110px;
  background-color: #fff;
  border: 1px solid #cf000d;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #cf000d;
  padding: 4px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 24px;
}
header .lang > ul li a:hover {
  color: #cf000d;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .header_button {
  margin-right: 23px;
}
.header_button a {
  padding: 9px 26px;
  font-family: Inter-Medium;
  color: #fff;
  border: 1px solid #cf000d;
  background: #cf000d;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header_button a:hover {
  background: #fff;
  color: #cf000d;
}
.header_button a:hover .mask_box {
  background: #cf000d;
}
.header_button span {
  transition: 0s;
}
.header_button .mask_box {
  mask-image: url("../images/header_la.png");
  -webkit-mask-image: url("../images/header_la.png");
  width: 16px;
  aspect-ratio: 1/1;
  background: #fff;
  transition: 0.3s;
}
.header {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.header::before {
  content: "";
  opacity: 0;
}
.header .logoBox img:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
.header .logoBox img:nth-of-type(2) {
  opacity: 1;
  visibility: initial;
}
.header .menuOne {
  color: #1e1e1e;
}
.header .menuOne > a {
  color: #1e1e1e;
}
.header .menuOne > a::before {
  background: #cf000d;
}
.header .sousuo .search {
  color: #1e1e1e;
}
.header .lang {
  border-right: 1px solid rgba(30, 30, 30, 0.3);
}
.header .lang .lang_box span {
  color: #1e1e1e;
}
.header .lang .lang_box .lang_icon {
  background: #1e1e1e;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 22.91666667%;
  position: relative;
  z-index: 1;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);
}
.bannerBox .banner_title {
  color: #fff;
  font-family: Inter-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
}
.mbx {
  color: #fff;
  margin-top: 12px;
}
.mbx a {
  color: #fff;
  display: inline;
  margin: 0px 4px;
}
.mbx a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mbx a:nth-of-type(1) {
  margin-right: 0px !important;
}
.mbx a.active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index_banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 120px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 6px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  background-color: #fff;
  border-radius: 6px;
  opacity: 0.3;
  display: block;
  margin: 0px !important;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index1 {
  position: relative;
  z-index: 1;
  margin-top: -85px;
}
.index1 .container {
  width: calc(100% - 120px);
  max-width: 1572px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.272%;
}
.index1 .logo {
  width: 48px;
}
.index1 .logo img {
  transition: 0.2s;
}
.index1 figure {
  width: 24.046%;
  background: #fff;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.12));
  transition: 0.3s;
  display: flex;
  align-items: flex-start;
  padding: 30px 31px 30px;
  gap: 25px;
}
@media screen and (min-width: 993px) {
  .index1 figure:hover {
    background: #cf000d;
  }
  .index1 figure:hover .logo img {
    filter: brightness(0) invert(1);
  }
  .index1 figure:hover .big_num,
  .index1 figure:hover .big_num_after,
  .index1 figure:hover .text {
    color: #fff;
  }
}
.index1 .number_box {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.index1 .big_num_after {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  transition: 0.3s;
}
.index1 .big_num {
  font-family: Inter-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.index1 .box {
  flex: 1;
  padding-top: 5px;
  padding-left: 12px;
}
.index1 .text {
  line-height: 30px;
  color: #666;
  transition: 0.3s;
  margin-top: 9px;
}
.big_title {
  font-family: Inter-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  color: #1e1e1e;
}
.big_title a {
  color: #1e1e1e;
}
.big_title a:hover {
  color: #cf000d;
}
.big_title span {
  display: inline;
  color: #cf000d;
  transition: 0s;
}
.public_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  flex-wrap: wrap;
}
.public_top .top_l {
  flex: 1;
}
.index2 {
  padding: 75px 0px 90px;
}
.index2 .top_links {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #cf000d;
}
.index2 .top_links:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index2 .top_l {
  max-width: 400px;
}
.index2 .top_r {
  padding-top: 1px;
}
.index2_menu {
  font-family: Inter-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  display: flex;
  overflow: auto;
  border-bottom: 1px solid #d9d9d9;
  gap: 61px;
  margin-top: 17px;
}
.index2_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.index2_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.index2_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.index2_menu a {
  color: #1e1e1e;
  display: block;
  position: relative;
  flex-shrink: 0;
  padding: 13px 0px;
}
.index2_menu a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  background: #cf000d;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.index2_menu a:hover {
  color: #cf000d;
}
.index2_menu a:hover::before {
  width: 100%;
}
.index2_menu a.active {
  color: #cf000d;
}
.index2_menu a.active::before {
  width: 100%;
}
.index2_container {
  margin-top: 50px;
}
.index2_container .swiper-slide {
  height: auto;
  display: flex;
}
.index2_container .container {
  flex: 1;
  transition: 0.3s;
  padding: 20px 17px 0px;
  background: #fff;
  position: relative;
}
.index2_container .container::before {
  content: "";
  position: absolute;
  right: 0;
  height: calc(100% - 32px);
  top: 20px;
  border-right: 1px solid rgba(153, 153, 153, 0.3);
}
@media screen and (min-width: 993px) {
  .index2_container .container:hover {
    background: #f4f6f6;
  }
  .index2_container .container:hover .box::before {
    width: 100%;
  }
}
.index2_container .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
}
.index2_container .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index2_container .title a:hover {
  color: #cf000d;
}
.index2_container .links a {
  display: inline;
  color: #666;
}
.index2_container .links a:hover {
  color: #cf000d;
}
.index2_container .box {
  padding: 24px 0px 13px;
  position: relative;
}
.index2_container .box::before {
  content: "";
  width: 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 2px solid #cf000d;
  transition: 0.3s;
}
.index2_container .sw_box {
  position: relative;
}
.index2_container .mask_box {
  width: 21px;
  aspect-ratio: 21/38;
  background: #666;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 51%;
  z-index: 1;
}
.index2_container .mask_box:hover {
  background: #cf000d;
}
.index2_container .mask_box.prev {
  left: -46px;
  mask-image: url("../images/index2_la.png");
  -webkit-mask-image: url("../images/index2_la.png");
  transform: translate(-100%, -50%);
}
.index2_container .mask_box.next {
  right: -46px;
  mask-image: url("../images/index2_lb.png");
  -webkit-mask-image: url("../images/index2_lb.png");
  transform: translate(100%, -50%);
}
.big_title_before {
  font-family: Inter-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #cf000d;
}
.index3 {
  background: rgba(244, 246, 246, 0.6);
  position: relative;
  padding: 81px 70px 82px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index3::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 80px;
  width: 36%;
  max-width: 682px;
  background: #fff;
}
.index3 .big_title {
  margin-top: 9px;
}
.index3 .describe {
  color: #1e1e1e;
  margin-top: 47px;
}
.index3 .describe em {
  font-style: normal;
  color: #cf000d;
  display: inline;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Inter-Medium;
  color: #1e1e1e;
  border-radius: 6px;
  border: 1px solid #999;
  padding: 12px 31.5px;
  position: relative;
}
.buttonBox a::before {
  content: "";
  position: absolute;
  width: calc(100% - 52px);
  height: 2px;
  background: #cf000d;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}
.buttonBox a:hover {
  border: 1px solid #cf000d;
  background: #cf000d;
  color: #fff;
}
.buttonBox a:hover .button_logo {
  background: #fff;
}
.buttonBox a:hover .button_logo .mask_box {
  background: #cf000d;
}
.buttonBox span {
  transition: 0s;
}
.buttonBox .button_logo {
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cf000d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.buttonBox .button_logo .mask_box {
  width: 10px;
  aspect-ratio: 1/1;
  mask-image: url("../images/button_la.png");
  -webkit-mask-image: url("../images/button_la.png");
  background: #fff;
  transition: 0.3s;
}
.index3_l {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.index3_l .container {
  width: 100%;
  max-width: 599px;
}
.index3_l .buttonBox {
  margin-top: 65px;
}
.index3_list {
  margin-top: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 15px;
}
.index3_list .index3_logo {
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.index3_list li {
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
.index3_list .boxr {
  flex: 1;
}
.index3_list .text {
  color: #1e1e1e;
  line-height: 28px;
  font-family: Inter-Medium;
}
.index3_r {
  width: 49.045%;
  position: relative;
  margin-right: 138px;
  margin-top: 6.63%;
}
.index3_r .img_box {
  position: relative;
  clip-path: polygon(0% 0%, 85.43% 0%, 100% 21%, 100% 100%, 0% 100%);
}
.index3_r .img_logo {
  position: absolute;
  z-index: 1;
  width: 75.487%;
  left: 6px;
  bottom: 0;
  transform: translateY(37%);
}
.index3_number {
  position: absolute;
  background: #cf000d;
  right: -77px;
  bottom: 0;
  padding: 31px 40px 23px;
  width: 209px;
}
.index3_number .logo {
  width: 100%;
  max-width: 68px;
}
.index3_number .big_num {
  color: #fff;
  font-family: Inter-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  margin-top: 29px;
}
.index3_number .big_num_text {
  line-height: 26px;
  color: #fff;
}
.index4_title {
  font-family: Inter-Bold;
  font-size: 80px;
  font-style: normal;
  font-weight: normal;
  line-height: 97px;
  color: #1e1e1e;
}
.index4_title a {
  color: #1e1e1e;
}
.index4_title a:hover {
  color: #cf000d;
}
.index4_big_title {
  font-family: Inter-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #1e1e1e;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0px 89px;
}
.index4 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
}
.index4 .index4_big_title {
  text-transform: uppercase;
  margin-top: 30px;
}
.index4 .buttonBox a {
  border: 1px solid #fff;
  background: #fff;
}
.index4 .buttonBox a::before {
  display: none;
}
.index4 .buttonBox a:hover {
  background: #cf000d;
}
.index4_l {
  flex: 1;
  max-width: 442px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 2.15%;
}
.index4_r {
  width: 48.82%;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.index4_r figure {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 29px;
  padding-left: 8px;
}
.index4_r .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
}
.index4_r .box {
  flex: 1;
  padding-top: 3px;
}
.index4_r .describe {
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 9px;
}
.index4_r .logo {
  width: 70px;
}
.index5 {
  padding: 80px 0px 150px;
  overflow: hidden;
}
.index5 .sw_box {
  margin-top: 60px;
}
.index5 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index5 .container {
  transition: 0.3s;
  opacity: 0;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index5 .container:hover .title_box {
    background: #cf000d;
  }
  .index5 .container:hover .title {
    color: #fff;
  }
  .index5 .container:hover .title a {
    color: #fff;
  }
}
.index5 .swiper-slide-visible {
  pointer-events: all;
}
.index5 .swiper-slide-visible .container {
  opacity: 1;
}
.index5 .title_box {
  width: calc(100% - 24px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 20px 30px;
  transform: translateY(50%);
}
.index5 .title {
  color: #1e1e1e;
}
.index5 .title a {
  color: #1e1e1e;
}
@media screen and (min-width: 993px) {
  .index5 .title a:hover {
    text-underline-offset: 2px;
    text-decoration: underline;
  }
}
.public_color {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #cf000d;
}
.index6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 55px 0px 120px;
}
.index6 .public_color {
  margin-top: 11px;
}
.index6::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 63.542%;
  height: 100%;
  background: #f4f6f6;
  right: 0;
  top: 0;
}
.index6 .public_top {
  align-items: flex-start;
}
.index6 .top_l {
  max-width: 424px;
}
.index6 .top_r {
  padding-top: 24px;
}
.index6 .sw_box {
  margin-top: 49px;
  position: relative;
}
.index6 .sw_box .imgBox {
  position: relative;
}
.index6 .sw_box .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 215px;
  opacity: 0.8;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
  left: 0;
  bottom: 0;
}
.index6 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index6 .container {
  opacity: 0;
  transition: 0.3s;
  position: relative;
}
.index6 .swiper-slide-active,
.index6 .swiper-slide-active ~ .swiper-slide {
  pointer-events: all;
}
.index6 .swiper-slide-active .container,
.index6 .swiper-slide-active ~ .swiper-slide .container {
  opacity: 1;
}
.index6 .hide_box {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 0px 30px 28px;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index6 .title {
  color: #fff;
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.index6 .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index6 .title a:hover {
  color: #cf000d;
}
.index6 .describe {
  margin-top: 3px;
  font-family: Inter-Medium;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index6 .swiper_button_index6 {
  position: absolute;
  right: -18px;
  top: 50%;
  z-index: 1;
  transform: translate(100%, -50%);
}
.index7 {
  background: linear-gradient(180deg, rgba(244, 246, 246, 0) -3.34%, #f4f6f6 100%);
  padding: 90px 0px 80px;
}
.index7 .public_color {
  margin-top: 9px;
}
.index7 .sw_box {
  margin-top: 51px;
}
.index7 .swiper-slide {
  padding-left: 8px;
}
.index7 .swiper-slide img {
  width: auto;
}
.index7 .describe {
  margin-top: 22px;
  color: rgba(102, 102, 102, 0.8);
}
.index7 .logo {
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.index7 .people_box {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 22px;
  position: relative;
  padding-left: 60px;
}
.index7 .people_box::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 52%;
  transform: translateY(-50%);
  width: 51px;
  aspect-ratio: 51/38;
  background: url("../images/index7_lb.png") no-repeat center;
  background-size: cover;
}
.index7 .box {
  flex: 1;
  padding-top: 1px;
}
.index7 .people_name {
  line-height: 28px;
  color: #1e1e1e;
  font-family: Inter-Medium;
}
.index7 .people_job {
  color: rgba(30, 30, 30, 0.7);
}
.index7 .swiperindex7-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 39px;
}
.index7 .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  background-color: #acacac;
  border-radius: 6px;
  opacity: 0.3;
  display: block;
  margin: 0px !important;
}
.index7 .swiper-pagination-bullet-active {
  background: #cf000d;
  width: 36px;
  opacity: 1;
}
.index8 {
  padding: 90px 0px 100px;
  overflow: hidden;
}
.index8_container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index8_container figure:nth-of-type(2) {
  transform: translateX(-129px);
}
.index8_list {
  display: flex;
}
.index8_list li {
  flex-shrink: 0;
  width: 258px;
  overflow: hidden;
  margin-left: 20px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.pub_links {
  display: flex;
  justify-content: flex-start;
}
.pub_links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Inter-Medium;
  color: #1e1e1e;
  position: relative;
}
.pub_links a:hover {
  color: #cf000d;
}
.pub_links a:hover .button_logo {
  background: #fff;
}
.pub_links a:hover .button_logo .mask_box {
  background: #cf000d;
}
.pub_links span {
  transition: 0s;
}
.pub_links .links_logo {
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cf000d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pub_links .links_logo .mask_box {
  width: 10px;
  aspect-ratio: 1/1;
  mask-image: url("../images/button_la.png");
  -webkit-mask-image: url("../images/button_la.png");
  background: #fff;
  transition: 0.3s;
}
.index9 {
  background: linear-gradient(180deg, #f4f6f6 0%, rgba(244, 246, 246, 0) 100%);
  padding: 90px 0px 90px;
  overflow: hidden;
}
.index9 .public_top {
  align-items: flex-start;
}
.index9 .top_r {
  padding-top: 6px;
}
.index9 .public_color {
  margin-top: 9px;
}
.index9 .sw_box {
  margin-top: 29px;
}
.index9 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index9 .swiper-slide {
  height: auto;
  display: flex;
}
.index9 .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  opacity: 0;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index9 .container:hover .box {
    background: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  }
  .index9 .container:hover .pub_links::before {
    width: 100%;
  }
}
.index9 .imgBox {
  position: relative;
  z-index: 1;
}
.index9 .swiper-slide-visible {
  pointer-events: all;
}
.index9 .swiper-slide-visible .container {
  opacity: 1;
}
.index9 .time {
  color: #cf000d;
}
.index9 .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  margin-top: 17px;
}
.index9 .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index9 .title a:hover {
  color: #cf000d;
}
.index9 .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 9px;
}
.index9 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 0px;
  transition: 0.3s;
}
.index9 .pub_links {
  position: relative;
  padding: 31px 0px 39px;
}
.index9 .pub_links::before {
  content: "";
  width: 0%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #cf000d;
  position: absolute;
  transition: 0.3s;
}
.index10 {
  background: #f4f6f6;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 81px 0px 146px;
}
.index10::before {
  content: "";
  height: 80%;
  max-height: 660px;
  width: 100%;
  background: url("../images/index10_back.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index10 .big_title_before {
  font-family: Inter-Medium;
}
.index10 .text {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.index10 .top_l {
  max-width: 431px;
}
.index10 .top_r {
  width: 50.834%;
  padding-top: 25px;
}
.index10 .public_top {
  align-items: flex-start;
  margin-top: 9px;
}
.index10_container {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.1));
  padding: 60px 50px;
  margin-top: 63px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.index10_container::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 4px;
  width: calc(100% - 100px);
  background: #cf000d;
}
.index10_r {
  width: 70.374%;
  padding-top: 10px;
}
.index10_r .title {
  font-family: Inter-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #1e1e1e;
}
.index10_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 40px;
}
.index10_r form > * {
  width: 100%;
}
.index10_r form input,
.index10_r form textarea {
  border-radius: 5px;
  border: 1px solid #f4f6f6;
  background: #f4f5f7;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.index10_r form input::placeholder,
.index10_r form input::-webkit-input-placeholder,
.index10_r form textarea::placeholder {
  color: #666;
}
.index10_r form input:focus,
.index10_r form textarea:focus {
  border: 1px solid #d2d2d2;
}
.index10_r form .int1 {
  width: 49.2%;
}
.index10_r form input {
  height: 60px;
}
.index10_r form textarea {
  height: 214px;
  padding-top: 13px !important;
}
.index10_r form .ttBox {
  width: 100%;
}
.index10_r form .yzm {
  position: relative;
  display: flex;
}
.index10_r form .yzm input {
  flex: 1;
  padding-left: 98px;
}
.index10_r form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.index10_r form .yzm span img {
  height: 100%;
}
.index10_r form .afterBox {
  position: relative;
}
.index10_r form .afterBox::before {
  right: 13px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.index10_r form .afterBox input,
.index10_r form .afterBox textarea {
  padding-right: 25px;
}
.index10_r form .ttBox::before {
  top: 28px;
}
.index10_r form .tj input {
  cursor: pointer;
  background: #1e1e1e;
  border: none;
  color: #fff;
  transition: 0.3s;
}
.index10_r form .tj input:hover {
  background: #cf000d;
}
.index10_l {
  background: #bd000c;
  width: 26.493%;
}
.index10_l .title_box {
  font-family: Inter-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  padding: 34px 30px;
  background: #ae0009;
}
.index10_list {
  padding: 41px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.index10_list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.index10_list .text1 {
  margin-top: 10px;
}
.index10_list .box {
  flex: 1;
  font-family: Inter-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.index10_list .box .name {
  color: rgba(255, 255, 255, 0.6);
}
.index10_list .box a {
  color: #fff;
}
.index10_list .box a:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.index10_list .logo {
  width: 26px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.to1 {
  padding: 90px 0px 90px;
}
.to1_menu {
  display: flex;
  justify-content: flex-start;
  margin-top: 9px;
}
.to1_menu_list {
  font-family: Inter-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  display: flex;
  overflow: auto;
  border-bottom: 1px solid #d9d9d9;
  gap: 31px;
}
.to1_menu_list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to1_menu_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.to1_menu_list::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.to1_menu_list a {
  color: #1e1e1e;
  display: block;
  position: relative;
  flex-shrink: 0;
  padding: 13px 10px;
}
.to1_menu_list a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  background: #cf000d;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.to1_menu_list a:hover {
  color: #cf000d;
}
.to1_menu_list a:hover::before {
  width: 100%;
}
.to1_menu_list a.active {
  color: #cf000d;
}
.to1_menu_list a.active::before {
  width: 100%;
}
form {
  margin-top: 39px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.778%;
}
.to1_list li {
  width: 22.917%;
}
.to1_list li .imgBox {
  border: 1px solid #e5e5e5;
}
.to1_list .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  margin-top: 15px;
}
.to1_list .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.to1_list .title a:hover {
  color: #cf000d;
}
.to1_list .input_links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.to1_list .input_box {
  position: relative;
}
.to1_list .input_box input {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
}
.to1_list .input_box input:checked + span {
  display: none;
}
.to1_list .input_box span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #cf000d;
  pointer-events: none;
  left: 0;
  top: 0;
}
.to1_list .links {
  color: #cf000d;
}
.to1_list .links:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.tt1 {
  padding: 90px 0px 80px;
}
.tt1 .content {
  display: flex;
  justify-content: space-between;
}
.tt1 .sw_box1 {
  width: 83.566%;
  position: relative;
  z-index: 2;
}
.tt1 .sw_box1 .swiper {
  border: 1px solid #e5e5e5;
}
.tt1 .tt1_r {
  width: 49.862%;
}
.tt1 .r_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.tt1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tt1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt1 .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .tt1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tt1 .mySwipertt1_2 {
  width: 100%;
  height: 93.5%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.tt1 .mySwipertt1_2 .swiper-slide {
  cursor: pointer;
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.tt1 .mySwipertt1_2 .swiper-slide-thumb-active {
  border: 1px solid #cf000d;
}
.tt1 .sw_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.067%;
  height: 100%;
}
.tt1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  width: 17px;
  transition: 0.3s;
  opacity: 0.42;
}
.tt1 .pic-btn:hover {
  opacity: 1;
}
.tt1 .pic-btn.prev {
  top: 0px;
}
.tt1 .pic-btn.next {
  bottom: 0px;
}
.tt1_title {
  font-family: Inter-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #1e1e1e;
}
.tt1_l {
  width: 44.584%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5% 0px;
  gap: 30px;
}
.tt1_l .describe {
  color: #666;
  margin-top: 30px;
}
.tt1_l .buttonBox {
  flex-wrap: wrap;
  gap: 10px;
}
.tt1_l .buttonBox a {
  min-width: 190px;
}
.tt1_l .buttonBox a::before {
  display: none;
}
.tt1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 11px;
}
.tt1_l .buttonBox_share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.tt2 {
  padding-bottom: 60px;
}
.tt2 .describe {
  color: #666;
  margin-top: 20px;
}
.tt3 {
  padding-bottom: 60px;
}
.tt3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.457%;
  margin-top: 30px;
}
.tt3_list li {
  width: 32.362%;
  background: #f4f6f6;
  padding: 31px 30px 30px;
}
.tt3_list .number {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #cf000d;
}
.tt3_list .describe {
  margin-top: 9px;
  color: #666;
}
.tt4 {
  padding-bottom: 60px;
}
.tt4 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
}
.tt4 .describe {
  color: #666;
  margin-top: 20px;
}
.tt4_l {
  flex: 1;
}
.tt4_r {
  width: 50%;
  border: 1px solid #e5e5e5;
}
.tt5 {
  padding-bottom: 60px;
}
.tt5 .describe {
  color: #666;
  margin-top: 10px;
}
.tt5 .describe table td {
  color: #333;
  padding: 14px 30px;
  border: 1px solid #e1e2e4;
}
.tt5 .describe table tr:nth-of-type(even) {
  background: #f5f6f7;
}
.tt5 .describe table tr:nth-of-type(1) {
  background: #cf000d;
}
.tt5 .describe table tr:nth-of-type(1) td {
  border: 1px solid #cf000d;
  color: #fff;
}
.tt6 {
  padding-bottom: 90px;
}
.tt6 .describe {
  color: #666;
  margin-top: 10px;
}
.tt6_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.457%;
  margin-top: 20px;
}
.tt6_list li {
  width: 32.362%;
}
.tt6_list .title {
  color: #1e1e1e;
  margin-top: 13px;
}
.tho1 {
  background: #f8f9fa;
  padding-bottom: 80px;
}
.tho1::before {
  display: none;
}
.tho2 {
  padding: 77px 0px;
  background: #cf000d;
}
.tho2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
}
.tho2 .number_box {
  display: flex;
  align-items: flex-end;
  gap: 1px;
}
.tho2 .big_num_after {
  font-family: Inter-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
.tho2 .big_num {
  font-family: Inter-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #fff;
  display: flex;
  align-items: center;
}
.tho2 .text {
  color: #fff;
  margin-top: 10px;
}
.tho2 figure {
  min-width: 16.5%;
}
.tho3 {
  background: #f4f6f6;
  padding: 100px 0px 80px;
}
.tho3 .text {
  color: #1e1e1e;
}
.tho3 .public_top {
  align-items: flex-start;
}
.tho3 .top_l {
  max-width: 402px;
}
.tho3 .top_r {
  width: 61.598%;
}
.tho3 .describe {
  color: #1e1e1e;
  margin-top: 50px;
}
.tho3_list {
  display: flex;
  gap: 9px;
  margin-top: 60px;
}
.tho3_list li {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.tho3_list li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 215px;
  opacity: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (min-width: 993px) {
  .tho3_list li:hover {
    flex: 4.1;
  }
  .tho3_list li:hover::before {
    opacity: 0.6;
  }
  .tho3_list li:hover .tho3_img {
    filter: grayscale(0%);
  }
  .tho3_list li:hover .hide_box {
    opacity: 1;
    visibility: initial;
  }
}
.tho3_list .tho3_img {
  width: 711px;
  max-width: none;
  filter: grayscale(100%);
}
.tho3_list .hide_box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0px 30px 29px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.tho3_list .name {
  color: #fff;
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.tho4 {
  padding: 90px 0px 100px;
  overflow: hidden;
}
.tho4 .big_title {
  text-align: center;
}
.tho4_box {
  margin-top: 52px;
}
.tho4_box .sw_box {
  width: calc(100% - 50px);
  max-width: 1228px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.tho4_box .sw_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 23px;
  left: 0;
  border-bottom: 1px solid #d9d9d9;
}
.tho4_box .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.tho4_box .swiper-slide-thumb-active .big_year {
  background: #fff;
}
.tho4_box .swiper-slide-thumb-active .big_year::before {
  opacity: 0;
}
.tho4_box .swiper-slide-thumb-active .big_year p {
  transform: scale(1);
  visibility: initial;
}
.tho4_box .swiper-slide-thumb-active .small_year::before {
  opacity: 1;
}
.tho4_box .swiper-slide-thumb-active .small_year p {
  transform: scale(0);
}
.tho4_box .big_year {
  font-family: Inter-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  color: #cf000d;
  position: relative;
  background: transparent;
}
.tho4_box .big_year::before {
  content: "";
  position: absolute;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 1;
}
.tho4_box .big_year p {
  transition: 0.4s;
  transform: scale(0);
  visibility: hidden;
}
.tho4_box .small_year {
  color: #999;
  font-family: Inter-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-top: 2px;
  position: relative;
}
.tho4_box .small_year::before {
  content: "";
  position: absolute;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cf000d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
}
.tho4_box .small_year p {
  transition: 0.4s;
  transform: scale(1);
  visibility: initial;
}
.tho4_box1 {
  margin-top: 34px;
  position: relative;
}
.tho4_box1 .sw_box1 {
  margin: 0px auto 0px;
  width: calc(100% - 150px);
  max-width: 1200px;
}
.tho4_box1 .swiper {
  overflow: initial;
  pointer-events: none;
}
.tho4_box1 .swiper-slide-visible {
  pointer-events: all;
}
.tho4_box1 .swiper-slide-visible .container {
  opacity: 1;
}
.tho4_box1 .container {
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  padding: 50px 50px 72px;
}
.tho4_box1 .tho4_r {
  width: 40%;
  max-width: 370px;
  border-radius: 16px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  margin-bottom: 5px;
}
.tho4_box1 .big_year {
  color: #cf000d;
}
.tho4_box1 .describe {
  color: #666;
  margin-top: 20px;
}
.tho4_box1 .controls {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tho4_box1 .controls:hover {
  background: #cf000d;
}
.tho4_box1 .controls.prev {
  left: 0;
}
.tho4_box1 .controls.next {
  right: 0;
}
.tho5 {
  background: #f4f6f6;
  display: flex;
  flex-wrap: wrap;
}
.tho5_l {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tho5_l .container {
  width: calc(100% - 90px);
  max-width: 703px;
  padding-left: 21px;
}
.tho5_l .describe {
  color: #1e1e1e;
  max-height: 300px;
  overflow: auto;
  margin-top: 40px;
}
.tho5_l .describe::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.tho5_l .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cf000d;
}
.tho5_l .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.tho5_r {
  width: 50.886%;
}
.tho6 {
  padding: 84px 0px 90px;
}
.tho6 .public_top {
  align-items: flex-start;
}
.tho6 .top_r {
  width: 60.556%;
  padding-top: 7px;
}
.tho6 .text {
  color: #1e1e1e;
}
.tho6_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 5.2075%;
  margin-top: 80px;
}
.tho6_list li {
  width: 15.834%;
}
.tho7 {
  padding: 90px 0px 100px;
}
.tho7 .public_top {
  align-items: flex-start;
}
.tho7 .top_r {
  width: 61.598%;
}
.tho7 .text {
  color: #1e1e1e;
}
.tho7_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.0415%;
  margin-top: 60px;
}
.tho7_list li {
  width: 32.639%;
  position: relative;
}
.tho7_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(203deg, rgba(207, 0, 13, 0) 63.51%, #cf000d 100.68%);
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .tho7_list li:hover::before {
    opacity: 1;
  }
}
.tho7_list li:nth-of-type(5n + 4) {
  width: 66.3195%;
}
.tho8 {
  padding: 90px 0px 155px;
  background: #f4f6f6;
}
.tho8 .big_title {
  text-align: center;
}
.tho8 .turn_page {
  margin-top: 60px;
}
.tho8 .turn_page #box {
  position: relative;
}
.tho8 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 30.903%;
}
.tho8 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.tho8 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.tho8 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.tho8 .turn_page #box li:nth-of-type(-n + 6) .title {
  display: block;
}
.tho8 .turn_page #box li:nth-of-type(1) .title {
  display: none;
}
.tho8 .controls {
  width: 66px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #666;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  margin-bottom: 8.7%;
}
.tho8 .controls:hover {
  background: #cf000d;
}
.tho8 .controls.prev {
  mask-image: url("../images/tho8_la.png");
  -webkit-mask-image: url("../images/tho8_la.png");
  left: -58px;
  transform: translateX(-100%);
}
.tho8 .controls.next {
  mask-image: url("../images/tho8_lb.png");
  -webkit-mask-image: url("../images/tho8_lb.png");
  right: -58px;
  transform: translateX(100%);
}
.tho8 .sw_box {
  position: relative;
}
.fuo1 {
  padding: 90px 0px 84px;
}
.fuo1 .content {
  overflow: hidden;
}
.fuo1 .describe {
  color: #666;
  margin-top: 22px;
}
.fuo1_l {
  padding-top: 1.4%;
}
.fuo1_l .buttonBox {
  margin-top: 30px;
}
.fuo1_r {
  width: 50%;
  clip-path: polygon(0% 0%, 85.43% 0%, 100% 21%, 100% 100%, 0% 100%);
  float: left;
  margin-bottom: 5px;
  margin-right: 3.334%;
}
.fuo2 {
  position: relative;
  z-index: 1;
  padding: 56px 0px 68px;
  overflow: hidden;
}
.fuo2 .public_top {
  align-items: flex-end;
}
.fuo2::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 63.542%;
  height: 100%;
  background: #f4f6f6;
  right: 0;
  top: 0;
}
.fuo2 .sw_box {
  margin-top: 47px;
}
.fuo2 .swiper {
  overflow: initial;
}
.fuo2 .swiper-slide {
  position: relative;
}
.fuo2 .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 142px;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.fuo2 .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0px 20px 21px;
}
.fuo2 .name {
  color: #fff;
  font-family: Inter-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.fuo3 {
  padding: 52px 0px 57px;
  background: linear-gradient(180deg, #fff 45%, #f4f5f6 100%);
}
.fuo3_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 46px;
  gap: 0px 2.6%;
}
.fuo3_list .xian {
  flex: 1;
  border-bottom: 2px dashed #e2a3a7;
  margin-top: 72px;
  position: relative;
}
.fuo3_list .xian::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 10/13;
  background: url("../images/fuo3_ia_ar.png") no-repeat center;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fuo3_list li {
  width: 146px;
}
.fuo3_list .logo {
  width: 100%;
  max-width: 146px;
  margin: 0px auto;
}
.fuo3_list .name {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  text-align: center;
  margin-top: 25px;
}
.fuo4_title {
  font-family: Inter-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #1e1e1e;
}
.fuo4 {
  padding: 67px 0px 0px;
}
.fuo4 .content {
  overflow: hidden;
}
.fuo4 .fuo4_l {
  width: 48.473%;
  float: left;
  margin-bottom: 5px;
  margin-left: 3.681%;
}
.fuo4 .fuo4_r {
  padding-top: 32px;
}
.fuo4 .describe {
  margin-top: 29px;
}
.fuo5 {
  padding: 56px 0px;
  overflow: hidden;
}
.fuo5_list {
  display: flex;
}
.fuo5_list li {
  width: 258px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  margin-left: 20px;
}
.fuo6 {
  padding: 34px 0px 78px;
}
.fuo6 .text {
  margin-top: 17px;
  color: #666;
}
.fuo6_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-top: 42px;
}
.fuo6_list li {
  width: 48.681%;
  background: #f4f5f6;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 22px;
  padding: 32px 25px 26px;
}
.fuo6_list .logo {
  width: 88px;
  margin-top: 1px;
}
.fuo6_list .box {
  flex: 1;
}
.fuo6_list .name {
  font-family: Inter-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.fuo6_list .describe {
  line-height: 28px;
  color: #666;
  margin-top: 8px;
}
.fut1 {
  padding: 90px 0px 80px;
}
.fut1 .PageNumber {
  margin-top: 70px;
}
.fut1_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 71px;
}
.fut1_list li {
  width: 48.889%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fut1_list figure {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.fut1_list figure.active .logo img:nth-of-type(1) {
  display: none;
}
.fut1_list figure.active .logo img:nth-of-type(2) {
  display: block;
}
.fut1_list .faq_q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.fut1_list .logo img:nth-of-type(2) {
  display: none;
}
.fut1_list .name {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  flex: 1;
}
.fut1_list .faq_a {
  display: none;
  margin-top: 19px;
  margin-bottom: 1px;
  padding-left: 54px;
}
.fo1 {
  padding: 90px 0px 106px;
}
.fo1_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 41px 0px;
}
.fo1_list li {
  width: 48.472%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  .fo1_list li:hover .box {
    background: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  }
  .fo1_list li:hover .pub_links::before {
    width: 100%;
  }
}
.fo1_list .imgBox {
  position: relative;
  z-index: 1;
}
.fo1_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
}
.fo1_list .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fo1_list .title a:hover {
  color: #cf000d;
}
.fo1_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 4px;
}
.fo1_list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 31px 0px;
}
.fo1_list .pub_links {
  margin-top: 21px;
  padding-bottom: 65px;
  position: relative;
}
.fo1_list .pub_links::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  background: #cf000d;
  transition: 0.3s;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ft1 {
  padding: 93px 0px 117px;
}
.ft1 .share_box {
  margin-top: 19px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 11px;
}
.ft1 .describe {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  margin-top: 24px;
  padding: 25px 0px 39px;
}
.ft1 .describe img {
  display: inline-block;
}
.so1 {
  padding: 90px 0px 90px;
}
.so1 .PageNumber {
  margin-top: 55px;
}
.so1_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 29px 0px;
}
.so1_list li {
  width: 49.306%;
}
.so1_list .name {
  font-family: Inter-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  transition: 0.3s;
}
.so1_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #f4f5f6;
  padding: 20px 29px 22px;
}
.so1_list a:hover .name {
  color: #cf000d;
}
.so1_list .logo {
  width: 50px;
  margin-left: 3px;
}
.seo1 {
  padding: 90px 0px 100px;
}
.seo1 .public_top {
  align-items: flex-start;
}
.seo1 .top_r {
  width: 65.973%;
  padding-top: 11px;
}
.seo1 .text {
  color: #666;
}
.seo1 .PageNumber {
  margin-top: 37px;
}
.seo1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.seo1_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 9px 21.5px;
  color: #1e1e1e;
  border: 1px solid #e2e2e2;
  background: #f4f6f6;
}
.seo1_menu a:hover {
  background: #cf000d;
  border: 1px solid #cf000d;
  color: #fff;
}
.seo1_menu .active {
  color: #fff;
  border: 1px solid #cf000d;
  background: #cf000d;
}
.seo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.0825%;
  margin-top: 50px;
}
.seo1_list li {
  width: 31.945%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 993px) {
  .seo1_list li:hover .box {
    background: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  }
  .seo1_list li:hover .pub_links::before {
    width: 100%;
  }
}
.seo1_list .imgBox {
  position: relative;
  z-index: 1;
}
.seo1_list .time {
  color: #cf000d;
}
.seo1_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  margin-top: 17px;
}
.seo1_list .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seo1_list .title a:hover {
  color: #cf000d;
}
.seo1_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 9px;
}
.seo1_list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 0px;
  transition: 0.3s;
}
.seo1_list .pub_links {
  position: relative;
  padding: 21px 0px 32px;
}
.seo1_list .pub_links::before {
  content: "";
  width: 0%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #cf000d;
  position: absolute;
  transition: 0.3s;
}
.set1 {
  padding: 80px 0px 80px;
}
.set1 .time_share {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 30px;
  margin-top: 20px;
}
.set1 .share_box {
  display: flex;
  align-items: center;
  gap: 11px;
}
.set1 .describe {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  margin-top: 10px;
  padding: 20px 0px 39px;
}
.set1 .describe img {
  display: inline-block;
}
.set1 .describe em {
  display: block;
  position: relative;
  font-style: normal;
  padding-right: 44px;
}
.set1 .describe em::before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/index3_lc.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.eo1 {
  padding: 90px 0px 80px;
}
.eo1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.eo1_l {
  flex: 1;
  max-width: 441px;
}
.eo1_l .title_text {
  color: #cf000d;
  margin-top: 8px;
}
.eo1_list {
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.eo1_list .logo {
  width: 82px;
}
.eo1_list li {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.eo1_list .box {
  flex: 1;
  padding-top: 8px;
}
.eo1_list .text {
  margin-top: 7px;
  color: #666;
}
.eo1_list .contact_describe {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
}
.eo1_list .contact_describe a {
  color: #1e1e1e;
  display: inline;
}
.eo1_list .contact_describe a:hover {
  color: #cf000d;
}
.eo1_r_title {
  text-align: center;
  font-family: Inter-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #1e1e1e;
}
.eo1_r {
  width: 60.417%;
  border-radius: 24px;
  background: rgba(242, 242, 245, 0.7);
  overflow: hidden;
  padding: 51px 45px 49px;
}
.eo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 0px;
  width: 100%;
  margin-top: 40px;
}
.eo1_r form > * {
  width: 100%;
}
.eo1_r form input,
.eo1_r form textarea {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: transparent;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.eo1_r form input::placeholder,
.eo1_r form input::-webkit-input-placeholder,
.eo1_r form textarea::placeholder {
  color: #666;
}
.eo1_r form .int1 {
  width: 49.1%;
}
.eo1_r form input {
  height: 64px;
}
.eo1_r form textarea {
  height: 216px;
  padding-top: 13px !important;
}
.eo1_r form .ttBox {
  width: 100%;
}
.eo1_r form .yzm {
  position: relative;
  display: flex;
}
.eo1_r form .yzm input {
  flex: 1;
  padding-left: 98px;
}
.eo1_r form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.eo1_r form .yzm span img {
  height: 100%;
}
.eo1_r form .afterBox {
  position: relative;
}
.eo1_r form .afterBox::before {
  right: 15px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.eo1_r form .afterBox input,
.eo1_r form .afterBox textarea {
  padding-right: 26px;
}
.eo1_r form .ttBox::before {
  top: 28px;
}
.eo1_r form .tj input {
  cursor: pointer;
  background: #cf000d;
  border: 1px solid #cf000d;
  color: #fff;
  transition: 0.3s;
}
.eo1_r form .tj input:hover {
  background: transparent;
  color: #cf000d;
}
.eo2 iframe {
  display: block;
}
.eo3 {
  padding: 80px 0px 157px;
}
.eo3_list {
  margin-top: 89px;
}
.public_pro {
  background: #f4f6f6;
  padding: 90px 0px 146px;
}
.public_pro .imgBox {
  border: 1px solid #e5e5e5;
}
.public_pro .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #1e1e1e;
  margin-top: 15px;
}
.public_pro .title a {
  color: #1e1e1e;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.public_pro .title a:hover {
  color: #cf000d;
}
.public_pro .links {
  margin-top: 6px;
}
.public_pro .links a {
  display: inline;
  color: #cf000d;
}
.public_pro .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.public_pro .sw_box {
  margin-top: 40px;
  position: relative;
}
.public_pro .mask_box {
  width: 21px;
  aspect-ratio: 21/38;
  background: #666;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 0%;
  margin-top: 10.2%;
  z-index: 1;
}
.public_pro .mask_box:hover {
  background: #cf000d;
}
.public_pro .mask_box.prev {
  left: -46px;
  mask-image: url("../images/index2_la.png");
  -webkit-mask-image: url("../images/index2_la.png");
  transform: translate(-100%);
}
.public_pro .mask_box.next {
  right: -46px;
  mask-image: url("../images/index2_lb.png");
  -webkit-mask-image: url("../images/index2_lb.png");
  transform: translate(100%);
}
.to_index6 {
  background: #f4f6f6;
  padding: 88px 0px 158px;
}
.to_index6 .top_l {
  max-width: none !important;
}
.to_index6 .top_r {
  padding-top: 15px;
}
.to_index6::before {
  display: none;
}
.swiper_button_index6 {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.swiper_button_index6 .mask_box {
  width: 48px;
  aspect-ratio: 1/1;
  background: #666;
  transition: 0.3s;
  cursor: pointer;
}
.swiper_button_index6 .mask_box:hover {
  background: #cf000d;
}
.swiper_button_index6 .mask_box.prev {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_button_index6 .mask_box.next {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}
.swiper_button_public {
  display: flex;
  align-items: center;
  gap: 12px;
  direction: ltr;
}
.swiper_button_public .mask_box {
  width: 40px;
  aspect-ratio: 1/1;
  background: #666;
  transition: 0.3s;
  cursor: pointer;
}
.swiper_button_public .mask_box:hover {
  background: #cf000d;
}
.swiper_button_public .mask_box.prev {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_button_public .mask_box.next {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}
.white_title {
  color: #fff;
}
.white_title a {
  color: #fff;
}
.white_title a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page_change {
  display: flex;
  justify-content: space-between;
  padding-top: 29px;
}
.page_change .logo {
  width: 48px;
  aspect-ratio: 1/1;
  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 a.logo:hover {
  background: #cf000d;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change .box {
  line-height: 29px;
}
.page_change .page_name {
  color: #333;
  font-family: Inter-Medium;
}
.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: #cf000d;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.PageNumber .dif_style {
  background: rgba(102, 102, 102, 0.3) !important;
  color: #fff !important;
}
.PageNumber .dif_style:hover {
  background: #cf000d !important;
}
.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;
  height: 36px;
  background-color: #fff;
  border: solid 1px #e1e2e4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  color: #cf000d;
  border: 1px solid #cf000d;
  background: rgba(189, 0, 12, 0.1);
}
.PageNumber .active {
  color: #cf000d;
  border: 1px solid #cf000d;
  background: rgba(189, 0, 12, 0.1);
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.PageNumber input {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #cf000d;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.PageNumber input:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_top {
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
}
.footer_top .content {
  display: flex;
  flex-wrap: wrap;
}
.footer_top::before {
  content: "";
  width: 50%;
  right: 0%;
  top: 0;
  background: #171717;
  z-index: -1;
  height: 100%;
  position: absolute;
}
.footer_top .l_box {
  width: 28%;
  max-width: 380px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.footer_top .r_box {
  flex: 1;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: right;
  font-family: Inter-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  padding: 42px 0px 40px 20px;
}
.footer_top .r_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50px);
  height: 100%;
  background: #cf000d;
  z-index: -1;
}
.footer_top .r_box a {
  display: inline;
  font-family: Inter-Bold;
  color: #fff;
}
.footer_top .r_box a:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}
.footer_top .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 10px 0px;
}
.footer_top .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
.footer_top .icBox a {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer_top .icBox a:hover {
  background: #cf000d;
}
footer {
  background: #1e1e1e;
}
footer .dif_footer {
  font-family: Inter-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #ffffff;
  position: relative;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #cf000d;
}
footer .dif_up {
  display: none;
}
footer .list {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 29px;
}
footer .list a {
  color: rgba(255, 255, 255, 0.8);
}
footer .list a:hover {
  color: #cf000d;
}
footer .box {
  max-width: 374px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px 0px;
  width: 100%;
  margin-top: 18px;
}
footer form > * {
  width: 100%;
}
footer form .int1 {
  width: 48.931%;
}
footer form input,
footer form textarea {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 19px;
  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: rgba(255, 255, 255, 0.8);
}
footer form input {
  height: 46px;
}
footer form textarea {
  height: 88px;
  padding-top: 10px !important;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
  gap: 11px;
}
footer form .yzm input {
  flex: 1;
}
footer form .yzm span {
  height: 46px;
  aspect-ratio: 118/46;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}
footer form .yzm span img {
  height: 100%;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  right: 10px;
  position: absolute;
  content: "*";
  font-size: 12px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
footer form .afterBox input,
footer form .afterBox textarea {
  padding-right: 17px;
}
footer form .tj {
  margin-top: 6px;
}
footer form .tj input {
  cursor: pointer;
  background: #cf000d;
  border: 1px solid #cf000d;
  color: #fff;
  transition: 0.3s;
}
footer form .tj input:hover {
  background: #fff;
  color: #cf000d;
}
.footer_a {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 29px 0px 80px;
}
.footer_a .ul3 {
  max-width: 296px;
  margin-left: 1%;
}
.footer_a .ul2 {
  margin-right: 7%;
}
.footer_b {
  color: rgba(255, 255, 255, 0.6);
  padding: 26px 0px 23px;
}
.footer_b a {
  color: rgba(255, 255, 255, 0.6);
}
.footer_b a:hover {
  color: #cf000d;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_b .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;
  left: 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: #cf000d;
}
.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: auto;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #666;
}
.describe img {
  display: inline-block;
}
.describe a {
  display: inline;
  color: #666;
}
.describe a:hover {
  color: #cf000d;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1750px) {
  .tho8 .controls.prev {
    left: -10px;
  }
  .tho8 .controls.next {
    right: -10px;
  }
}
@media screen and (max-width: 1650px) {
  .index2_container .mask_box.prev {
    left: -20px;
  }
  .index2_container .mask_box.next {
    right: -20px;
  }
  .public_pro .mask_box.prev {
    left: -20px;
  }
  .public_pro .mask_box.next {
    right: -20px;
  }
}
@media screen and (max-width: 1600px) {
  header .sousuo {
    margin-right: 50px;
  }
  header .center {
    gap: 50px;
  }
  header .container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1480px) {
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 38px;
  }
  .bannerBox .content {
    top: 64%;
  }
  .mbx {
    margin-top: 4px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .header_button a {
    white-space: nowrap;
    padding: 8px 18px;
  }
  header::before {
    height: 160px;
  }
  header .logoBox {
    width: 152px;
  }
  header .sousuo {
    margin-right: 30px;
  }
  header .sousuo .search {
    font-size: 18px;
  }
  header .center {
    gap: 30px;
  }
  header .menuOne > a {
    padding: 25px 0px;
  }
  header .ul {
    top: -15px;
  }
  header .ul div {
    padding: 15px 0px;
  }
  header .ul li {
    font-size: 15px;
    margin-top: 2px;
  }
  header .ul li a {
    padding: 2px 26px;
  }
  header .ul1 {
    top: 100% !important;
  }
  .index1 .container {
    width: calc(100% - 100px);
  }
  .index1 .box {
    padding-left: 0px;
  }
  .index1 figure {
    padding: 24px;
    gap: 12px;
  }
  .index1 .logo {
    width: 42px;
  }
  .index1 .text {
    line-height: 26px;
    margin-top: 6px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .top_l {
    max-width: 310px;
  }
  .index2 .top_links {
    font-size: 16px;
    line-height: 26px;
  }
  .index2_menu {
    gap: 36px;
    margin-top: 10px;
  }
  .index2_container {
    margin-top: 40px;
  }
  .index2_container .mask_box {
    width: 14px;
  }
  .index2_container .title {
    font-size: 16px;
    line-height: 28px;
  }
  .index2_container .box {
    padding: 14px 0px 12px;
  }
  .index3 {
    padding: 80px 60px 60px;
    align-items: center;
  }
  .index3::before {
    height: 50px;
  }
  .index3 .describe {
    margin-top: 15px;
  }
  .buttonBox a {
    padding: 10px 20px;
  }
  .buttonBox a::before {
    width: calc(100% - 40px);
  }
  .index3_l .buttonBox {
    margin-top: 30px;
  }
  .index3_r {
    margin-right: 100px;
    margin-top: 0px;
  }
  .index3_list {
    margin-top: 20px;
  }
  .index3_list .text {
    line-height: 26px;
  }
  .index3_list .index3_logo {
    width: 22px;
  }
  .index3_number {
    width: 172px;
    padding: 20px 30px;
    left: -50px;
  }
  .index3_number .logo {
    max-width: 42px;
  }
  .index3_number .big_num {
    font-size: 32px;
    line-height: 38px;
    margin-top: 20px;
  }
  .index4_title {
    font-size: 52px;
    line-height: 72px;
  }
  .index4_big_title {
    font-size: 30px;
    line-height: 42px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4_l {
    max-width: 322px;
  }
  .index4_r {
    gap: 20px;
  }
  .index4_r .logo {
    width: 60px;
  }
  .index4_r figure {
    gap: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .index5 {
    padding: 60px 0px 100px;
  }
  .index5 .sw_box {
    margin-top: 30px;
  }
  .index5 .title_box {
    padding: 12px 20px;
  }
  .index6 {
    padding: 60px 0px 80px;
  }
  .index6 .public_color {
    margin-top: 6px;
  }
  .index6 .top_l {
    max-width: 350px;
  }
  .index6 .sw_box {
    margin-top: 30px;
  }
  .index6 .hide_box {
    padding: 0px 25px 20px;
  }
  .index6 .describe {
    line-height: 26px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .public_color {
    margin-top: 6px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .describe {
    margin-top: 15px;
  }
  .index7 .people_box {
    padding-left: 40px;
    margin-top: 20px;
  }
  .index7 .people_box::before {
    width: 40px;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 30px;
  }
  .index8 {
    padding: 60px 0px;
  }
  .index8_container {
    margin-top: 30px;
  }
  .index8_container figure:nth-of-type(2) {
    transform: translateX(-100px);
  }
  .index8_list li {
    width: 200px;
  }
  .index9 {
    padding: 60px 0px;
  }
  .index9 .public_color {
    margin-top: 6px;
  }
  .index9 .box {
    padding: 15px 20px 0px;
  }
  .index9 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index9 .pub_links {
    padding: 20px 0px 25px;
  }
  .index10 {
    padding: 60px 0px 140px;
  }
  .index10 .top_r {
    padding-top: 12px;
  }
  .index10 .top_l {
    max-width: 360px;
  }
  .index10_l .title_box {
    font-size: 20px;
    line-height: 28px;
    padding: 20px 30px;
  }
  .index10_r .title {
    font-size: 24px;
    line-height: 32px;
  }
  .index10_r form {
    margin-top: 25px;
  }
  .index10_list .box {
    font-size: 16px;
    line-height: 26px;
  }
  .index10_container {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .index10_container::before {
    width: calc(100% - 60px);
  }
  .to1 {
    padding: 60px 0px;
  }
  .to1_menu_list {
    gap: 24px;
  }
  form {
    margin-top: 30px;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .to1_list .input_links {
    margin-top: 2px;
  }
  .tt1 {
    padding: 40px 0px;
  }
  .tt1 .content {
    align-items: center;
  }
  .tt1 .tt1_r {
    width: 51%;
  }
  .tt1_title {
    font-size: 28px;
    line-height: 36px;
  }
  .tt1_l {
    gap: 0px;
    padding: 0px;
  }
  .tt1_l .describe {
    margin-top: 10px;
  }
  .tt1_l .buttonBox_share {
    margin-top: 10%;
  }
  .tt1_l .buttonBox a {
    min-width: auto;
  }
  .tt2 {
    padding-bottom: 40px;
  }
  .tt2 .describe {
    margin-top: 12px;
  }
  .tt3 {
    padding-bottom: 40px;
  }
  .tt3_list li {
    padding: 24px;
  }
  .tt3_list .describe {
    margin-top: 10px;
  }
  .tt4 {
    padding-bottom: 40px;
  }
  .tt4 .describe {
    margin-top: 12px;
  }
  .tt5 {
    padding-bottom: 40px;
  }
  .tt5 .describe table td {
    padding: 10px 26px;
  }
  .tt6 {
    padding-bottom: 60px;
  }
  .tt6_list .title {
    margin-top: 12px;
  }
  .tho2 {
    padding: 40px 0px;
  }
  .tho2 .big_num {
    font-size: 36px;
    line-height: 40px;
  }
  .tho3 {
    padding: 60px 0px;
  }
  .tho3 .top_l {
    max-width: 320px;
  }
  .tho3 .describe {
    margin-top: 30px;
  }
  .tho3_list {
    margin-top: 30px;
  }
  .tho3_list .tho3_img {
    width: 640px;
  }
  .tho3_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .tho3_list .hide_box {
    padding: 0px 20px 20px;
  }
  .tho4 {
    padding: 60px 0px;
  }
  .tho4_box {
    margin-top: 30px;
  }
  .tho4_box .sw_box::before {
    top: 15px;
  }
  .tho4_box .big_year {
    font-size: 28px;
    line-height: 32px;
  }
  .tho4_box1 {
    margin-top: 30px;
  }
  .tho4_box1 .controls {
    width: 40px;
  }
  .tho4_box1 .describe {
    margin-top: 12px;
  }
  .tho5_l .describe {
    margin-top: 8px;
    max-height: 204px;
  }
  .tho6 {
    padding: 60px 0px;
  }
  .tho6_list {
    margin-top: 30px;
  }
  .tho7 {
    padding: 60px 0px;
  }
  .tho7_list {
    margin-top: 30px;
  }
  .tho8 {
    padding: 60px 0px 140px;
  }
  .tho8 .turn_page {
    margin-top: 30px;
  }
  .tho8 .controls {
    width: 42px;
  }
  .fuo1 {
    padding: 60px 0px;
  }
  .fuo1 .describe {
    margin-top: 12px;
  }
  .fuo1 .buttonBox {
    margin-top: 20px;
  }
  .fuo2 .sw_box {
    margin-top: 30px;
  }
  .fuo2 .hide_box {
    padding: 0px 15px 15px;
  }
  .fuo3_list {
    margin-top: 30px;
    gap: 0px 1.5%;
  }
  .fuo3_list .name {
    font-size: 15px;
    margin-top: 20px;
  }
  .fuo3_list .xian {
    margin-top: 59px;
  }
  .fuo3_list li {
    width: 120px;
  }
  .fuo4_title {
    font-size: 28px;
    line-height: 38px;
  }
  .fuo4 {
    padding-top: 60px;
  }
  .fuo4 .describe {
    margin-top: 12px;
  }
  .fuo4_r {
    padding-top: 1.5%;
  }
  .fuo5 {
    padding: 40px 0px;
  }
  .fuo5_list li {
    width: 200px;
  }
  .fuo6 {
    padding: 20px 0px 60px;
  }
  .fuo6 .text {
    margin-top: 4px;
  }
  .fuo6_list {
    gap: 25px 0px;
    margin-top: 25px;
  }
  .fuo6_list .logo {
    width: 62px;
  }
  .fut1 {
    padding: 60px 0px;
  }
  .fut1_list {
    margin-top: 30px;
  }
  .fut1_list li {
    width: 47%;
  }
  .fut1_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .fut1_list .faq_a {
    padding-left: 30px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_list {
    gap: 30px 0px;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo1_list .describe {
    margin-top: 8px;
  }
  .fo1_list .pub_links {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .fo1_list .box {
    padding: 15px 24px 0px;
  }
  .ft1 {
    padding: 60px 0px;
  }
  .ft1 .share_box {
    margin-top: 12px;
    gap: 8px;
  }
  .ft1 .describe {
    margin-top: 20px;
    padding: 20px 0px;
  }
  .so1 {
    padding: 60px 0px;
  }
  .so1_list {
    gap: 20px 0px;
  }
  .so1_list .name {
    font-size: 18px;
    line-height: 28px;
  }
  .so1_list .logo {
    width: 38px;
    margin-left: 0px;
  }
  .so1_list a {
    padding: 15px 24px;
  }
  .seo1 {
    padding: 60px 0px;
  }
  .seo1_menu {
    margin-top: 30px;
  }
  .seo1_menu a {
    padding: 6px 16px;
  }
  .seo1_list {
    margin-top: 30px;
  }
  .seo1_list .box {
    padding: 15px 20px 0px;
  }
  .seo1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .seo1_list .pub_links {
    padding: 20px 0px 25px;
  }
  .set1 {
    padding: 60px 0px;
  }
  .set1 .time_share {
    margin-top: 12px;
  }
  .set1 .describe {
    margin-top: 8px;
    padding: 20px 0px;
  }
  .set1 .describe em {
    padding-right: 32px;
  }
  .set1 .describe em::before {
    width: 22px;
    top: 2px;
  }
  .eo1 {
    padding: 60px 0px;
  }
  .eo1_l .big_title {
    margin-top: 0px;
  }
  .eo1_list {
    margin-top: 30px;
    gap: 15px;
  }
  .eo1_list .logo {
    width: 52px;
  }
  .eo1_list li {
    gap: 12px;
  }
  .eo1_list .contact_describe {
    font-family: Inter-Medium;
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .eo1_list .box {
    padding-top: 4px;
  }
  .eo1_list .text {
    margin-top: 4px;
  }
  .eo1_r {
    padding: 36px 32px;
  }
  .eo1_r form {
    margin-top: 20px;
  }
  .eo1_r form input {
    height: 52px;
  }
  .eo1_r form textarea {
    height: 160px;
  }
  .eo1_r form .yzm span {
    height: 36px;
  }
  .eo1_r_title {
    font-size: 24px;
    line-height: 32px;
  }
  .eo3 {
    padding: 60px 0px 140px;
  }
  .public_pro {
    padding: 60px 0px 140px;
  }
  .public_pro .mask_box {
    width: 14px;
  }
  .public_pro .title {
    font-size: 16px;
    line-height: 28px;
  }
  .public_pro .sw_box {
    margin-top: 20px;
  }
  .public_pro .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .public_pro .links {
    margin-top: 4px;
  }
  .to_index6 {
    padding: 60px 0px 140px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .box {
    width: 50%;
  }
  footer .ul3 {
    width: 40%;
  }
  footer .list {
    line-height: 32px;
    margin-top: 12px;
  }
  .footer_top .r_box {
    font-size: 22px;
  }
  .footer_top .r_box::before {
    width: calc(100% + 30px);
  }
  .footer_top .icBox {
    gap: 10px;
  }
  .footer_a {
    padding: 0px 0px 40px;
  }
  .footer_a .ul3,
  .footer_a .ul2 {
    margin: 0px !important;
  }
  .footer_a .ul2 {
    min-width: 200px;
  }
  .footer_b {
    padding: 20px 0px;
  }
  .swiper_button_index6 {
    gap: 12px;
  }
  .swiper_button_index6 .mask_box {
    width: 40px;
  }
  .swiper_button_public .mask_box {
    width: 34px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .page_box {
    gap: 8px 10px;
  }
  .PageNumber .submit {
    gap: 10px;
  }
  .page_change {
    padding-top: 30px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .logo img {
    max-width: 10px;
  }
  .page_change .box {
    line-height: 24px;
  }
}
@media screen and (max-width: 1300px) {
  .index10_container {
    flex-wrap: wrap;
  }
  .index10_l {
    width: 100%;
  }
  .index10_r {
    width: 100%;
    padding-top: 30px;
  }
  .index10_r form {
    margin-top: 15px;
  }
  .index10_r form input {
    height: 52px;
  }
  .index10_r form textarea {
    height: 160px;
  }
  .index10_list {
    padding: 20px 30px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .index10_list li:not(:nth-last-of-type(1)) {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  header .container {
    width: calc(100% - 50px);
  }
  header .header_button {
    display: none;
  }
  header .head_boxr {
    padding-left: 10px;
  }
  header .center {
    gap: 26px;
  }
  header .sousuo {
    margin-right: 25px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 30px;
  }
  .index1 {
    margin-top: 60px;
  }
  .index1 .container {
    width: calc(100% - 180px);
  }
  .index1 figure {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    align-content: flex-start;
  }
  .index1 .box {
    flex: none;
    width: 100%;
    padding: 0px;
  }
  .index1 .big_num {
    font-size: 26px;
    line-height: 32px;
  }
  .index1 .big_num_after {
    font-size: 16px;
    line-height: 28px;
  }
  .tho3_list .tho3_img {
    width: 520px;
  }
  .fuo3_list .logo {
    max-width: 80px;
  }
  .fuo3_list li {
    width: 17%;
  }
  .fuo3_list .name {
    margin-top: 12px;
    line-height: 20px;
  }
  .fuo3_list .xian {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .bannerBox {
    padding-top: 220px;
  }
  .bannerBox .banner_title {
    font-size: 24px;
    line-height: 30px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #cf000d !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-left: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  header {
    padding: 10px 0px;
  }
  header::before {
    height: 100px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .head_boxr {
    padding-left: 50px;
  }
  header .lang {
    border-left: none !important;
    margin-right: 0px;
    padding-right: 0px;
  }
  header .lang .lang_box span {
    font-size: 16px;
    line-height: 24px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 20px;
  }
  .index1 {
    margin-top: 30px;
  }
  .index1 .container {
    width: calc(100% - 100px);
  }
  .index1 figure {
    padding: 16px;
    gap: 6px;
  }
  .index1 .logo {
    width: 36px;
  }
  .index1 .number_box {
    gap: 4px;
  }
  .index1 .big_num {
    font-size: 24px;
  }
  .index1 .big_num_after {
    font-size: 14px;
  }
  .index1 .text {
    line-height: 24px;
    margin-top: 2px;
  }
  .big_title {
    font-size: 20px;
    line-height: 28px;
  }
  .public_top {
    flex-wrap: wrap;
    gap: 6px;
  }
  .public_top .top_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .public_top .top_r {
    width: 100%;
    padding-top: 0px !important;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .top_links {
    font-size: 14px;
    line-height: 24px;
  }
  .index2_menu {
    font-size: 15px;
    line-height: 24px;
    gap: 20px;
    margin-top: 4px;
  }
  .index2_menu a {
    padding: 6px 0px;
  }
  .index2_container {
    margin-top: 20px;
  }
  .index2_container .mask_box {
    width: 10px;
  }
  .index2_container .mask_box.prev {
    left: -12px;
  }
  .index2_container .mask_box.next {
    right: -12px;
  }
  .index2_container .container {
    background: #f4f6f6;
    padding: 12px 12px 0px;
  }
  .index2_container .container::before {
    display: none;
  }
  .index2_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .index2_container .box {
    padding: 8px 0px 12px;
  }
  .index3 {
    padding: 30px 60px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .index3::before {
    display: none;
  }
  .index3 .big_title {
    margin-top: 2px;
  }
  .index3 .describe {
    margin-top: 4px;
  }
  .index3_list {
    margin-top: 12px;
    padding-bottom: 10px;
  }
  .index3_list .text {
    line-height: 24px;
  }
  .big_title_before {
    font-size: 15px;
    line-height: 24px;
  }
  .buttonBox a {
    padding: 8px 14px;
  }
  .buttonBox a::before {
    width: calc(100% - 28px);
  }
  .buttonBox .button_logo {
    width: 22px;
  }
  .buttonBox .mask_box {
    width: 8px;
  }
  .index3_l {
    flex: none;
    width: 100%;
  }
  .index3_l .container {
    max-width: 100%;
  }
  .index3_l .buttonBox {
    margin-top: 20px;
  }
  .index3_r {
    width: calc(100% - 50px);
    margin-left: 0px;
    margin-right: auto;
  }
  .index3_number {
    width: 150px;
    padding: 20px;
  }
  .index3_number .logo {
    max-width: 36px;
  }
  .index3_number .big_num {
    font-size: 26px;
    line-height: 32px;
    margin-top: 8px;
  }
  .index4_title {
    font-size: 24px;
    line-height: 34px;
  }
  .index4_l {
    flex: none;
    width: 100%;
    max-width: 100%;
    gap: 15px;
    padding-bottom: 0px;
  }
  .index4_r {
    width: 100%;
    gap: 15px;
    margin-top: 20px;
  }
  .index4_r figure {
    padding-bottom: 15px;
    gap: 10px;
  }
  .index4_r .logo {
    width: 42px;
  }
  .index4_r .title {
    font-size: 16px;
    line-height: 28px;
  }
  .index4_r .box {
    padding-top: 7px;
  }
  .index4_r .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .index4_big_title {
    font-size: 18px;
    line-height: 28px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .index4_big_title {
    margin-top: 2px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .top_l {
    text-align: center;
  }
  .index5 .swiper_button_public {
    justify-content: center;
  }
  .index5 .sw_box {
    margin-top: 15px;
  }
  .index5 .title_box {
    width: 100%;
    position: relative;
    transform: none;
    padding: 6px 12px;
    text-align: center;
  }
  .public_color {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px !important;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .public_top {
    text-align: center;
  }
  .index6 .buttonBox {
    justify-content: center;
  }
  .index6::before {
    width: 100%;
  }
  .index6 .sw_box {
    margin-top: 15px;
  }
  .index6 .swiper_button_index6 {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    margin-top: 12px;
    justify-content: center;
  }
  .index6 .hide_box {
    padding: 0px 15px 10px;
  }
  .index6 .describe {
    line-height: 22px;
    margin-top: 2px;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .big_title,
  .index7 .public_color {
    text-align: center;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .describe {
    margin-top: 6px;
  }
  .index7 .people_box {
    margin-top: 8px;
    gap: 8px;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 20px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8_container {
    margin-top: 15px;
    gap: 15px;
  }
  .index8_container figure:nth-of-type(2) {
    transform: translateX(-90px);
  }
  .index8_list li {
    width: 180px;
  }
  .index9 {
    padding: 30px 0px;
  }
  .index9 .public_top {
    text-align: center;
  }
  .index9 .swiper_button_public {
    justify-content: center;
  }
  .index9 .box {
    background: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  }
  .index9 .sw_box {
    margin-top: 15px;
  }
  .index9 .box {
    padding: 12px 15px 0px;
  }
  .index9 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index9 .describe {
    margin-top: 4px;
  }
  .index9 .pub_links {
    padding: 10px 0px 14px;
  }
  .index10 {
    padding: 30px 0px;
  }
  .index10 .big_title_before {
    text-align: center;
  }
  .index10 .text {
    font-size: 15px;
    line-height: 24px;
  }
  .index10 .public_top {
    margin-top: 4px;
    text-align: center;
  }
  .index10_container {
    margin-top: 15px;
    padding: 20px;
  }
  .index10_container::before {
    width: calc(100% - 40px);
  }
  .index10_l .title_box {
    font-size: 20px;
    line-height: 28px;
    padding: 12px 15px;
  }
  .index10_list {
    padding: 12px 15px;
    gap: 10px 4%;
  }
  .index10_list .logo {
    width: 20px;
  }
  .index10_list .box {
    font-size: 14px;
    line-height: 22px;
  }
  .index10_list .text1 {
    margin-top: 2px;
  }
  .index10_r .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index10_r form {
    margin-top: 10px;
    gap: 8px 0px;
  }
  .index10_r form input,
  .index10_r form textarea {
    font-size: 14px;
    padding: 0px 10px;
  }
  .index10_r form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .index10_r form input {
    height: 42px !important;
  }
  .index10_r form .afterBox input,
  .index10_r form .afterBox textarea {
    padding-right: 14px;
  }
  .index10_r form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .index10_r form .ttBox::before {
    top: 18px;
  }
  .index10_r form .yzm span {
    height: 26px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1_menu {
    margin-top: 4px;
  }
  .to1_menu_list {
    font-size: 15px;
    line-height: 24px;
    gap: 16px;
  }
  .to1_menu_list a {
    padding: 6px 0px;
  }
  form {
    margin-top: 20px;
  }
  .to1_list {
    gap: 20px 2%;
  }
  .to1_list li {
    width: 32%;
  }
  .to1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .to1_list .input_links {
    margin-top: 4px;
    gap: 6px;
  }
  .tt1 {
    padding: 30px 0px;
  }
  .tt1 .content {
    flex-wrap: wrap;
  }
  .tt1 .tt1_r {
    width: 100%;
    max-width: 718px;
    margin: 0px auto;
  }
  .tt1_title {
    font-size: 20px;
    line-height: 28px;
  }
  .tt1_l {
    width: 100%;
    padding-top: 15px;
  }
  .tt1_l .describe {
    margin-top: 4px;
  }
  .tt1_l .buttonBox_share {
    margin-top: 15px;
  }
  .tt2 {
    padding-bottom: 30px;
  }
  .tt2 .describe {
    margin-top: 4px;
  }
  .tt3 {
    padding-bottom: 30px;
  }
  .tt3 .describe {
    margin-top: 4px;
  }
  .tt3_list {
    margin-top: 15px;
  }
  .tt3_list li {
    padding: 16px;
  }
  .tt3_list .describe {
    margin-top: 4px;
  }
  .tt4 {
    padding-bottom: 30px;
  }
  .tt4 .describe {
    margin-top: 4px;
  }
  .tt5 {
    padding-bottom: 30px;
  }
  .tt5 .describe {
    margin-top: 4px;
  }
  .tt5 .describe table td {
    padding: 5px 16px;
  }
  .tt6 {
    padding-bottom: 30px;
  }
  .tt6 .describe {
    margin-top: 4px;
  }
  .tt6_list {
    margin-top: 15px;
    gap: 15px 1.457%;
  }
  .tt6_list .title {
    margin-top: 4px;
  }
  .tho2 {
    padding: 30px 0px;
  }
  .tho2 .big_num {
    font-size: 24px;
    line-height: 30px;
  }
  .tho2 .big_num_after {
    font-size: 14px;
    line-height: 22px;
  }
  .tho2 .text {
    line-height: 24px;
    margin-top: 2px;
  }
  .tho3 {
    padding: 30px 0px;
  }
  .tho3 .describe {
    margin-top: 12px;
  }
  .tho3_list {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 5px 2%;
  }
  .tho3_list li {
    width: 49%;
    flex: none;
    flex-direction: column;
  }
  .tho3_list li::before {
    opacity: 1;
  }
  .tho3_list .tho3_img {
    width: 100%;
    max-width: 100%;
    filter: grayscale(0%);
  }
  .tho3_list .hide_box {
    opacity: 1;
    visibility: initial;
    padding: 0px 12px 12px;
  }
  .tho3_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .tho4 {
    padding: 30px 0px;
  }
  .tho4_box {
    margin-top: 15px;
  }
  .tho4_box .big_year {
    font-size: 20px;
    line-height: 26px;
  }
  .tho4_box .small_year {
    font-size: 15px;
    line-height: 24px;
  }
  .tho4_box .sw_box::before {
    top: 12px;
  }
  .tho4_box1 {
    margin-top: 15px;
  }
  .tho4_box1 .sw_box1 {
    width: 100%;
  }
  .tho4_box1 .container {
    padding: 20px 24px 20px;
  }
  .tho4_box1 .describe {
    margin-top: 4px;
  }
  .tho4_box1 .swiper_button {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .tho4_box1 .controls {
    width: 32px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .tho4_box1 .controls img {
    width: 7px;
  }
  .tho5_l {
    padding: 30px 50px;
  }
  .tho5_l .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .tho5_l .describe {
    max-height: none;
  }
  .tho5_r {
    width: 100%;
  }
  .tho6 {
    padding: 30px 0px;
  }
  .tho6_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .tho6_list li {
    width: 18.4%;
  }
  .tho7 {
    padding: 30px 0px;
  }
  .tho7_list {
    margin-top: 12px;
  }
  .tho8 {
    padding: 30px 0px;
  }
  .tho8 .sw_box {
    margin-top: 15px;
  }
  .tho8 .controls {
    width: 32px;
    margin: 0px !important;
    bottom: auto;
    top: 50%;
  }
  .tho8 .controls.prev {
    left: -5px;
    transform: translate(-100%, -50%);
  }
  .tho8 .controls.next {
    right: -5px;
    transform: translate(100%, -50%);
  }
  .fuo1 {
    padding: 30px 0px;
  }
  .fuo1 .describe {
    margin-top: 4px;
  }
  .fuo1 .buttonBox {
    margin-top: 15px;
  }
  .fuo1_l {
    padding-top: 0px;
  }
  .fuo2 {
    padding: 30px 0px;
    background: #f4f6f6;
  }
  .fuo2::before {
    display: none;
  }
  .fuo2 .top_l {
    text-align: center;
  }
  .fuo2 .swiper_button_public {
    justify-content: center;
  }
  .fuo2 .sw_box {
    margin-top: 15px;
  }
  .fuo3 {
    padding: 30px 0px;
  }
  .fuo3 .big_title {
    text-align: center;
  }
  .fuo3_list {
    margin-top: 15px;
  }
  .fuo3_list .name {
    margin-top: 8px;
    font-size: 14px;
  }
  .fuo3_list .logo {
    max-width: 52px;
  }
  .fuo4_title {
    font-size: 20px;
    line-height: 28px;
  }
  .fuo4 {
    padding: 30px 0px 0px;
  }
  .fuo4 .describe {
    margin-top: 4px;
  }
  .fuo4 .fuo4_r {
    padding-top: 0px;
  }
  .fuo5 {
    padding: 30px 0px;
  }
  .fuo5_list li {
    width: 180px;
  }
  .fuo6 {
    padding: 0px 0px 30px;
  }
  .fuo6 .text {
    margin-top: 4px;
  }
  .fuo6_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .fuo6_list .logo {
    width: 48px;
  }
  .fuo6_list li {
    padding: 20px 24px;
    align-content: flex-start;
    gap: 4px;
  }
  .fuo6_list .name {
    font-size: 16px;
    line-height: 24px;
  }
  .fuo6_list .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .fuo6_list .box {
    flex: none;
    width: 100%;
  }
  .fut1 {
    padding: 30px 0px;
  }
  .fut1_list {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .fut1_list li {
    width: 100%;
    gap: 15px;
  }
  .fut1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fut1_list .logo {
    width: 14px;
  }
  .fut1_list .faq_a {
    margin-top: 4px;
  }
  .fut1_list figure {
    padding-bottom: 12px;
  }
  .fut1_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1_list {
    gap: 15px 0px;
  }
  .fo1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fo1_list .box {
    padding: 8px 0px 0px;
  }
  .fo1_list .describe {
    margin-top: 4px;
  }
  .fo1_list .pub_links {
    margin-top: 12px;
    padding-bottom: 0px;
  }
  .ft1 {
    padding: 30px 0px;
  }
  .ft1 .describe {
    padding: 8px 0px;
    margin-top: 8px;
  }
  .ft1 .share_box {
    margin-top: 4px;
  }
  .so1 {
    padding: 30px 0px;
  }
  .so1_list {
    gap: 12px 0px;
  }
  .so1_list li {
    width: 100%;
  }
  .so1_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .so1_list .logo {
    width: 32px;
  }
  .so1_list a {
    padding: 10px 20px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1_menu {
    margin-top: 12px;
  }
  .seo1_menu a {
    padding: 4px 12px;
  }
  .seo1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .seo1_list li {
    width: 32%;
  }
  .seo1_list .box {
    background: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  }
  .seo1_list .box {
    padding: 12px 15px 0px;
  }
  .seo1_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .seo1_list .describe {
    margin-top: 4px;
  }
  .seo1_list .pub_links {
    padding: 10px 0px 14px;
  }
  .set1 {
    padding: 30px 0px;
  }
  .set1 .describe {
    padding: 8px 0px;
    margin-top: 8px;
  }
  .set1 .describe em::before {
    top: 1px;
  }
  .set1 .time_share {
    margin-top: 4px;
  }
  .eo1 {
    padding: 30px 0px;
  }
  .eo1 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .eo1_list {
    gap: 15px 2%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .eo1_list li {
    width: 32%;
  }
  .eo1_list li:nth-last-of-type(1) {
    width: 100%;
  }
  .eo1_list .text {
    margin-top: 2px;
  }
  .eo1_list .logo {
    width: 36px;
  }
  .eo1_list .contact_describe {
    font-family: Inter-Medium;
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .eo1_list .box {
    padding-top: 0px;
  }
  .eo1_l {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .eo1_l .title_text {
    margin-top: 2px;
  }
  .eo1_r_title {
    font-size: 18px;
    line-height: 28px;
  }
  .eo1_r {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
  }
  .eo1_r form {
    gap: 8px 0px;
    margin-top: 12px;
  }
  .eo1_r form input,
  .eo1_r form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .eo1_r form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .eo1_r form input {
    height: 42px !important;
  }
  .eo1_r form .afterBox input,
  .eo1_r form .afterBox textarea {
    padding-right: 14px;
  }
  .eo1_r form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .eo1_r form .ttBox::before {
    top: 18px;
  }
  .eo1_r form .yzm span {
    height: 26px;
  }
  .eo3 {
    padding: 30px 0px;
  }
  .public_pro {
    padding: 30px 0px;
  }
  .public_pro .sw_box {
    margin-top: 10px;
  }
  .public_pro .mask_box {
    margin-top: 15%;
    width: 10px;
  }
  .public_pro .mask_box.prev {
    left: -12px;
  }
  .public_pro .mask_box.next {
    right: -12px;
  }
  .public_pro .title {
    font-size: 15px;
    line-height: 24px;
  }
  .public_pro .links {
    margin-top: 2px;
  }
  .footer_top {
    transform: none;
  }
  .footer_top .l_box {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    justify-content: center;
  }
  .footer_top .icBox {
    padding: 20px 0px;
  }
  .footer_top .icBox .iconfont {
    font-size: 16px;
  }
  .footer_top .icBox a {
    width: 36px;
  }
  .footer_top .r_box {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 20px;
  }
  .footer_top .r_box::before {
    width: 100%;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  footer form {
    margin-top: 10px;
    gap: 8px 0px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
    padding: 0px 10px;
  }
  footer form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  footer form input {
    height: 42px !important;
  }
  footer form .afterBox input,
  footer form .afterBox textarea {
    padding-right: 14px;
  }
  footer form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  footer form .ttBox::before {
    top: 18px;
  }
  footer form .yzm span {
    height: 42px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0px;
  }
  .footer_a > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_a .box {
    margin-top: 5px;
  }
  .footer_a .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_b {
    padding: 12px 0px 40px;
  }
  .pub_links .links_logo {
    width: 22px;
  }
  .pub_links .links_logo .mask_box {
    width: 8px;
  }
  .swiper_button_index6 {
    flex-direction: row;
    gap: 6px;
  }
  .swiper_button_index6 .mask_box {
    width: 32px;
  }
  .swiper_button_public {
    gap: 6px;
  }
  .swiper_button_public .mask_box {
    width: 28px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px 10px;
  }
  .PageNumber .iconfont {
    font-size: 12px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 28px;
    height: 28px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .page_change {
    padding-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bannerBox {
    padding-top: 200px;
  }
  html body .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 126px;
  }
  .index1 .container {
    width: calc(100% - 40px);
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .index1 figure {
    width: 49%;
  }
  .index2_container .mask_box {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    transform: none !important;
  }
  .index2_container .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 12px;
  }
  .index3 {
    padding: 30px 20px;
  }
  .tt3_list {
    gap: 15px 2%;
  }
  .tt3_list li {
    width: 49%;
  }
  .tt4 .content {
    gap: 12px;
  }
  .tt4_l {
    flex: none;
    width: 100%;
  }
  .tt4_r {
    width: 100%;
  }
  .tt6_list {
    gap: 15px 2%;
  }
  .tt6_list li {
    width: 49%;
  }
  .tho2 .content {
    gap: 20px 4%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tho2 figure {
    min-width: none;
    width: 48%;
  }
  .tho5_l {
    padding: 30px 20px;
  }
  .tho5_l .describe {
    margin-top: 4px;
  }
  .tho6_list li {
    width: 23.5%;
  }
  .tho8 .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    transform: none !important;
  }
  .tho8 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .fuo2 .swiper-slide::before {
    display: none;
  }
  .fuo2 .hide_box {
    position: relative;
    padding: 6px 0px 0px;
  }
  .fuo2 .name {
    color: #1e1e1e;
  }
  .fuo3_list {
    flex-wrap: wrap;
    gap: 20px 2%;
    justify-content: flex-start;
  }
  .fuo3_list li {
    width: 32%;
  }
  .seo1_list li {
    width: 49%;
  }
  .eo1_list li {
    width: 49%;
  }
  .eo1_list li:nth-last-of-type(1) {
    width: 100%;
  }
  .public_pro .mask_box {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    transform: none !important;
    margin-top: 0px !important;
  }
  .public_pro .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 12px;
  }
  .PageNumber {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .to1_list li {
    width: 49%;
  }
  .tt3_list li {
    width: 100%;
  }
  .tho3_list li {
    width: 100%;
  }
  .tho6_list li {
    width: 32%;
  }
  .fuo1_r {
    float: none !important;
    width: 100%;
    margin: 0px !important;
  }
  .fuo1_l {
    padding-top: 12px;
  }
  .fuo4 .fuo4_l {
    float: none !important;
    width: 100%;
    margin: 0px !important;
  }
  .fuo4 .fuo4_r {
    padding-top: 12px;
  }
  .fuo6_list li {
    width: 100%;
  }
  .fo1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .head_boxr {
    padding-left: 36px;
  }
  .index3_r {
    width: 100%;
  }
  .index3_r .box {
    position: relative;
    overflow: hidden;
  }
  .index3_number {
    width: 100%;
    right: 0;
    position: relative;
    margin-top: 10px;
  }
  .index10_list li {
    width: 100% !important;
  }
  .index10_r form .int1 {
    width: 100%;
  }
  .tho2 .content {
    gap: 15px 2%;
  }
  .tho2 figure {
    width: 49%;
  }
  .tho7_list {
    gap: 6px 2%;
  }
  .tho7_list li {
    width: 49%;
  }
  .tho7_list li:nth-of-type(5n + 1) {
    order: 1;
  }
  .tho7_list li:nth-of-type(5n + 2) {
    order: 2;
  }
  .tho7_list li:nth-of-type(5n + 3) {
    order: 3;
  }
  .tho7_list li:nth-of-type(5n + 4) {
    width: 100%;
    order: 5;
  }
  .tho7_list li:nth-of-type(5n + 5) {
    order: 4;
  }
  .fuo3_list li {
    width: 49%;
  }
  .eo1_list li {
    width: 100%;
  }
  .eo1_r form .int1 {
    width: 100%;
  }
  footer form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index1 figure {
    width: 100%;
  }
  .to1_list li {
    width: 100%;
  }
  .tt6_list li {
    width: 100%;
  }
  .tho4_box1 .tho4_l {
    padding-top: 12px;
  }
  .tho4_r {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
  }
  .tho6_list li {
    width: 49%;
  }
  .seo1_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
