@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  /* scroll-behavior: smooth; */
  height: 100%;
  background: #f5f3fa;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: PublicSans-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  padding: 5px;
  gap: 18px;
  top: 50%;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #d144ad;
}
.rightMenu > *:hover .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
  transition: 0.2s;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #d144ad;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #d144ad;
  right: 2.5%;
  top: 23px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 17px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #f5f3fa;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 196px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #d144ad !important;
}
header .menuOne.active > a::before {
  opacity: 1;
}
header .menuOne.menuactive > a {
  color: #d144ad !important;
}
header .menuOne.menuactive > a::before {
  opacity: 1;
}
header .menuOne {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #251922;
  margin-right: 57px;
}
header .menuOne > a {
  color: #251922;
  padding: 43px 0px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}
header .menuOne > a::before {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 18/12;
  left: calc(50% - 10px);
  bottom: 20px;
  transform: translateX(-50%);
  background: url("../images/head_la.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
header .menuOne > a:hover {
  color: #d144ad !important;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne i {
  font-size: 14px;
  transition: 0s;
  margin-top: 4px;
}
header .menuOne span {
  transition: 0s;
  display: block;
}
header .menuOne .active > a {
  color: #d144ad;
}
header .menuOne .menuactive > a {
  color: #d144ad;
}
header .menuOne:nth-of-type(1) > a::before {
  left: 50% !important;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
  border-top: 1px solid rgba(37, 25, 34, 0.2);
  border-bottom: 1px solid rgba(37, 25, 34, 0.2);
  padding: 40px 0px 42px;
  display: none;
  max-height: calc(100vh - 150px);
  overflow: auto;
}
header .ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d144ad;
}
header .ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
header .ul li {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #333;
}
header .ul li a {
  color: #333;
}
header .ul li a:hover {
  color: #d144ad;
}
header .ul_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 4%;
}
header .lang {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 34px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 3px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover .dq,
  header .lang .lang_box:hover .dq1 {
    filter: none;
    opacity: 1;
  }
  header .lang .lang_box:hover span {
    color: #d144ad;
  }
}
header .lang .lang_box .dq {
  width: 22px;
  filter: brightness(0);
  opacity: 0.8;
  transition: 0.2s;
}
header .lang .lang_box .dq1 {
  width: 10px;
  filter: brightness(0);
  opacity: 0.8;
  transition: 0.2s;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  transition: 0.2s;
  margin-right: 5px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #d144ad;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #d144ad;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #d144ad;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .sousuo {
  margin-left: 135px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 54px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d144ad;
  border: 1px solid #d144ad;
}
header .sousuo .search:hover {
  color: #d144ad;
  background: #fff;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  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: #d144ad;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #d144ad;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .dif_ul {
  display: none;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
  left: 0;
  top: 100%;
  border-top: 1px solid rgba(37, 25, 34, 0.2);
  border-bottom: 1px solid rgba(37, 25, 34, 0.2);
  max-height: calc(100vh - 150px);
  overflow: auto;
}
header .dif_ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .dif_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d144ad;
}
header .dif_ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
header .dif_ul1 {
  padding: 19px 0px 55px;
}
header .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
header .title a {
  color: #d144ad;
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
header .list {
  font-family: PublicSans-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
}
header .list li {
  position: relative;
  padding-left: 17px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
header .list li::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #d144ad;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .list a {
  color: #333;
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .list a:hover {
  color: #d144ad;
}
header .right_top {
  font-family: PublicSans-Regular;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 26px;
  color: #d144ad;
}
header .dif_ul1_content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 1.33333333%;
}
header .dif_ul1_content figure {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .dif_ul2 {
  padding: 41px 0px 12px;
}
header .logo {
  width: 36px;
}
header .dif_ul2_list {
  font-family: PublicSans-SemiBold;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 3.3%;
  width: 100%;
}
header .dif_ul2_list a {
  color: #333;
}
header .dif_ul2_list a:hover {
  color: #d144ad;
}
header .dif_ul2_list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .dif_ul2_content {
  display: block;
}
header .dif_ul2_content figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(37, 25, 34, 0.2);
  padding-bottom: 41px;
  margin-bottom: 34px;
}
header .dif_ul2_content figure:nth-last-of-type(1) {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #251922;
  color: #251922;
  min-width: 201px;
  min-height: 50px;
  padding: 5px 17px;
  gap: 15px;
}
.buttonBox a:hover {
  background: #d144ad;
  color: #fff;
  border: 1px solid #d144ad;
}
.buttonBox a:hover .button_logo {
  background: #fff;
}
.buttonBox a:hover .button_logo img {
  filter: none;
}
.buttonBox span {
  transition: 0s;
  flex: 1;
}
.buttonBox .button_logo {
  width: 25px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d144ad;
  overflow: hidden;
  transition: 0.3s;
}
.buttonBox .button_logo img {
  width: auto;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.banner_box {
  border-radius: 50px;
  width: calc(100% - 60px);
  max-width: 1800px;
  margin: 0px auto;
  min-height: 670px;
}
.banner_box img {
  width: 100%;
}
.banner_box .mbx {
  padding-top: 0px !important;
  display: flex;
  align-items: flex-start;
  color: #fff;
}
.banner_box .mbx a {
  color: #fff;
}
.banner_box .mbx .logo img {
  filter: brightness(0) invert(1);
}
.banner_box .big_title {
  color: #fff;
  margin-top: 3%;
}
.banner_box .content {
  padding: 10.85% 0px 6%;
}
.banner_box .container {
  width: 100%;
  max-width: 1200px;
}
.banner_box .describe {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  margin-top: 1.3%;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 9px;
  flex-wrap: wrap;
  margin-top: 76px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #d144ad;
  color: #fff;
  border: 1px solid #d144ad;
}
.PageNumber .active {
  background: #d144ad;
  color: #fff;
  border: 1px solid #d144ad;
}
.PageNumber input {
  font-family: PublicSans-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #d144ad;
  border: 1px solid #d144ad;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 18px;
}
.PageNumber input:hover {
  background: #fff;
  color: #d144ad;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.PageNumber .submit img {
  margin-top: 4px;
}
.padding_top {
  padding-top: 120px;
}
.mbx {
  padding-top: 25px;
}
.mbx .content {
  display: flex;
  align-items: flex-start;
}
.mbx .logo {
  width: 47px;
  margin-left: -8px;
}
.mbx .logo img {
  max-width: 100%;
}
.mbx .container {
  padding-top: 6px;
  flex: 1;
}
.mbx .container a {
  display: inline;
  margin: 0px 6px;
}
.mbx .container a:hover {
  text-decoration: underline;
}
.mbx .container a:nth-of-type(1) {
  margin-left: 0px !important;
}
.mbx .container .active {
  text-decoration: underline;
}
.index_banner {
  width: calc(100% - 60px);
  max-width: 1800px;
  margin: 0px auto;
}
.index_banner .sw_box {
  border-radius: 50px;
  overflow: hidden;
}
.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-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .controls_box div {
  position: absolute;
  width: 27px;
  top: 49.5%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.index_banner .controls_box div:hover img {
  opacity: 1;
}
.index_banner .controls_box img {
  opacity: 0.5;
}
.index_banner .controls_box div:nth-of-type(1) {
  left: 3.95%;
}
.index_banner .controls_box div:nth-of-type(2) {
  right: 3.95%;
}
.index_banner .swiperbanner-pagination {
  width: auto;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 18px;
  z-index: 2;
  bottom: 42px;
  right: 6.278%;
  z-index: 1;
  top: auto;
  left: auto;
}
.index_banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
}
.index_banner .swiper-pagination-bullet-active {
  background: #fff;
}
.index_banner .pub_search {
  position: absolute;
  left: 10.056%;
  bottom: 24.8%;
  z-index: 1;
  border: 1px solid transparent;
}
.big_title {
  font-family: PublicSans-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #251922;
}
.big_title a {
  color: #251922;
}
.big_title a:hover {
  color: #d144ad;
}
.big_bt {
  font-family: PublicSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #333;
}
.big_bt a {
  color: #333;
}
.big_bt a:hover {
  color: #d144ad;
}
.index1 {
  padding: 69px 0px 0px;
}
.index1 .describe {
  color: #251922;
}
.index1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.index1 .r_box {
  flex: 1;
  max-width: 738px;
}
.index1 .big_title {
  padding-top: 6px;
}
.index1_list {
  margin-top: 41px;
  display: flex;
  flex-wrap: wrap;
  gap: 29px 1.66666667%;
}
.index1_list li {
  width: 23.75%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index1_list .title {
  color: #fff;
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
}
.index1_list .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_list .title a:hover {
  color: #d144ad;
}
.index1_list .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding: 16px 20px 15px;
}
.index1_list .links {
  display: none;
}
.index1_list .links a {
  width: 32px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.index1_list .links a:hover {
  background: #d144ad;
}
.index1_list .links a:hover img {
  filter: brightness(0) invert(1);
}
.index1_list .links img {
  transition: 0.2s;
}
.index1_list li:not(.dif_li):hover .hide_box {
  background: rgba(0, 0, 0, 0.6);
}
.index1_list .dif_li {
  background: #ede8f3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0px 20px;
}
.index1_list .dif_li .title {
  color: #251922;
}
.index1_list .dif_li .title a {
  color: #251922;
}
.index1_list .dif_li .title a:hover {
  color: #d144ad;
}
.index1_list .dif_li .links {
  display: block;
}
.index1_list .dif_li .links a {
  background: #d144ad;
}
.index1_list .dif_li .links a img {
  filter: brightness(0) invert(1);
}
.index2 {
  padding-top: 89px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index2 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index2 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index2 .container {
  padding: 12px 13px 33px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
  opacity: 0;
  transition: 0.3s;
}
.index2 .title {
  color: #333;
  font-family: PublicSans-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  height: 60px;
}
.index2 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index2 .title a:hover {
  color: #d144ad;
}
.index2 .describe {
  color: #666;
  height: 96px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
.index2 .box {
  padding: 21px 19px 0px;
}
.index2 .sw_box {
  margin-top: 46px;
}
.index2 .links {
  color: #251922;
  padding: 9px 20px;
  border-radius: 999px;
  background: rgba(96, 82, 151, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  max-width: 309px;
}
.index2 .links span {
  transition: 0s;
}
.index2 .links:hover {
  background: #d144ad;
  color: #fff;
}
.index2 .links:hover .logo {
  background: #fff;
}
.index2 .links:hover .logo img {
  filter: none;
}
.index2 .logo {
  width: 25px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d144ad;
  overflow: hidden;
  transition: 0.3s;
}
.index2 .logo img {
  width: auto;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.index2 .swiper-slide-visible {
  pointer-events: all;
}
.index2 .swiper-slide-visible .container {
  opacity: 1;
}
.index2 .swiperindex2-pagination {
  width: auto;
  color: #999;
}
.index2 .swiperindex2-pagination .active {
  font-size: 24px;
  color: #251922;
  font-family: PublicSans-SemiBold;
}
.index2 .button_page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
.index2 .controls_box {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 74px;
}
.index2 .index2_progressbar {
  flex: 1;
  height: 2px;
  background: rgba(209, 68, 173, 0.2);
  position: relative;
}
.index2 .index2_progressbar span {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  background: #d144ad;
  transition: 0.3s;
}
.index3 {
  padding-top: 87px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.index3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48.021%;
  aspect-ratio: 922/896;
  background: url("../images/index3_back.png") no-repeat center;
  background-size: cover;
  transform: translateY(16.295%);
  z-index: -1;
}
.index3 .big_bt {
  text-align: center;
  width: 100%;
  max-width: 1250px;
  margin: 0px auto;
  position: relative;
  padding-bottom: 44px;
}
.index3 .big_bt::before {
  content: "";
  width: 42px;
  height: 5px;
  background: #d144ad;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 999px;
  transform: translateX(-50%);
}
.index3 .text {
  font-size: 18px;
  line-height: 36px;
  color: #251922;
  width: 100%;
  max-width: 1335px;
  text-align: center;
  margin: 44px auto 0px;
}
.index3 .buttonBox_index3 {
  display: none;
}
.index3_container {
  width: 100%;
  max-width: 1302px;
  margin: 38px auto 0px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index3_l {
  width: 21.659%;
  margin-right: 1.612%;
  margin-top: 83px;
}
.index3_l .big_box {
  width: 89.362%;
  border-radius: 252px;
  overflow: hidden;
}
.index3_l .small_box {
  width: 55.32%;
  border-radius: 156px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 85px;
}
.index3_center {
  width: 51.076%;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  margin-top: 117px;
}
.index3_center iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index3_center 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) {
  .index3_center video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index3_r {
  width: 25.653%;
}
.index3_r .img_box {
  width: 92.815%;
  margin-left: auto;
  margin-right: 0px;
}
.index3_r .small_box {
  width: 56.13%;
  border-radius: 174px;
  overflow: hidden;
}
.index3_r .big_box {
  width: 91.613%;
  border-radius: 284px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 33px;
}
.index3_r .buttonBox {
  margin-top: 62px;
}
.index4 {
  position: relative;
  z-index: 1;
  padding-top: 93px;
}
.index4 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.index4 .big_num {
  text-align: center;
  font-family: PublicSans-Bold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index4 figure {
  width: 23.5%;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
  padding: 58px 40px 65px;
}
.index4 figure:hover {
  box-shadow: 0 20px 30px 0 rgba(14, 1, 67, 0.1);
}
.index4 .text {
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-top: 34px;
}
.index5 {
  padding-top: 90px;
}
.index5 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 1.875%;
}
.index5 figure {
  width: 49.0625%;
  background: #fff;
  border-radius: 100px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.index5 .describe {
  color: #251922;
  /*text-overflow: -o-ellipsis-lastline;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  margin-top: 18px;
}
.index5 .big_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index5 .box {
  padding: 34px 42px 87px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index5 .buttonBox {
  margin-top: 27px;
}
.index6 {
  padding-top: 90px;
}
.index6 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6.6%;
}
.index6 .text {
  color: #251922;
  margin-top: 17px;
}
.index6_l {
  flex: 1;
  padding-top: 43px;
}
.index6_r {
  width: 61.875%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.index6_r .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #333;
  flex: 1;
  padding-top: 2px;
  cursor: pointer;
}
.index6_r figure {
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
  padding: 17px 42px 17px 23px;
  transition-delay: 0.3s;
}
.index6_r figure.active {
  border-radius: 35px;
  transition-delay: 0s;
}
.index6_r .logo {
  width: 36px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.index6_r .logo img {
  max-height: 100%;
}
.index6_r .logo::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -3px;
  background: #d144ad;
  width: 19px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}
.index6_r .top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.index6_r .describe {
  line-height: 30px;
  color: #666;
}
.index6_r .bottom {
  padding: 5px 0px 13px 54px;
  display: none;
}
.index7 {
  padding-top: 89px;
}
.index7 .sw_box {
  margin-top: 39px;
}
.index7 .top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
}
.index7 .big_title {
  flex: 1;
}
.index7 .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index7 .hide_box {
  padding: 23px 20px 27px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.index7 .hide_box:hover {
  background: rgba(0, 0, 0, 0.7);
}
.index7 .time {
  background: rgba(209, 68, 173, 0.7);
  border-radius: 999px;
  min-width: 116px;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.index7 .title {
  color: #fff;
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
}
.index7 .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;
}
.index7 .title a:hover {
  color: #d144ad;
}
.index7 .box {
  padding: 0px 6px 0px;
}
.index7 .describe {
  line-height: 24px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index7 .container {
  padding: 15px 0px 4px;
  display: none;
}
.index7 .links {
  margin-top: 41px;
}
.index7 .links a {
  width: 74px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.index7 .links a:hover {
  background: #d144ad;
}
.index7 .links img {
  width: auto;
}
.oo_form {
  padding-top: 28px;
}
.oo_form .content {
  display: flex;
  justify-content: flex-end;
}
.big_describe {
  font-size: 18px;
  line-height: 36px;
}
.oo1 {
  padding-top: 69px;
}
.oo1 .content {
  overflow: hidden;
}
.oo1 .sw_box {
  width: 48.125%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 6%;
}
.oo1 .swiperoo1-pagination {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 18px;
  z-index: 2;
  bottom: 27px;
  left: 0;
  z-index: 1;
  top: auto;
}
.oo1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: none;
  border-radius: 50%;
  opacity: 0.4;
  display: block;
  margin: 0px !important;
}
.oo1 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.oo1_l .describe {
  color: #251922;
  margin-top: 25px;
}
.oo2 {
  padding-top: 44px;
}
.oo2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 52px 0px;
}
.oo2 .logo {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2px;
}
.oo2 .describe {
  color: #251922;
  flex: 1;
}
.oo2 figure {
  width: 43.4%;
  display: flex;
  align-items: center;
  gap: 27px;
}
.oo3 {
  padding-top: 83px;
}
.oo3_container {
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 43px 49px 50px 49px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.oo3_menu {
  border-radius: 10px;
  width: 230px;
  background: #f5f3fa;
}
.oo3_menu .container {
  position: sticky;
  top: 120px;
}
.oo3_menu .bt {
  color: #fff;
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  background: #d144ad;
  padding: 15px 45px 15px;
  border-radius: 10px 10px 0px 0px;
}
.oo3_r {
  width: calc(100% - 246px);
  line-height: 22px;
  text-align: center;
  color: #333;
}
.oo3_r::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.oo3_r::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d144ad;
}
.oo3_r::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.oo3_r a {
  color: #333;
}
.oo3_r a:hover {
  text-decoration: underline;
  color: #d144ad;
}
.oo3_r em {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-family: PublicSans-SemiBold;
}
.oo3_r table {
  width: auto;
}
.oo3_r table td {
  border: none !important;
  padding: 7px !important;
}
.oo3_r .l_box {
  width: 255px;
}
.oo3_r .top_l {
  border-radius: 10px 0px 0px 0px;
  overflow: hidden;
}
.oo3_r .top_r {
  position: relative;
  overflow: hidden;
  border-radius: 0px 10px 0px 0px;
  padding-bottom: 46px;
}
.oo3_r .bottom_r {
  overflow: hidden;
}
.oo3_r .bottom_r .table {
  position: relative;
}
.oo3_r .top tr:nth-of-type(1) {
  color: #fff;
  background: #d144ad;
}
.oo3_r .flex {
  display: flex;
  gap: 10px;
}
.oo3_r .r_box {
  width: calc(100% - 248px);
}
.oo3_r .r_box .table {
  overflow: initial;
}
.oo3_r .r_box table {
  width: auto;
  position: relative;
}
.oo3_r .r_box table td {
  border-right: 1px solid #fff !important;
  min-width: 126px;
}
.oo3_r .r_box table td:nth-last-of-type(1) {
  border: none !important;
}
.oo3_r .top {
  position: sticky;
  top: 120px;
  z-index: 1;
  background: #fff;
}
.oo3_r .top table td {
  height: 60px;
}
.oo3_r .bottom {
  font-size: 14px;
  line-height: 20px;
}
.oo3_r .bottom td {
  height: 100px;
}
.oo3_r .bottom table tr:nth-of-type(odd) {
  background: #fff;
}
.oo3_r .bottom table tr:nth-of-type(even) {
  background: #f5f3fa;
}
.oo3_r .target {
  background: #8d8ddd !important;
  color: #fff;
}
.oo3_r .target td {
  height: 35px;
  white-space: nowrap;
}
.ot1 {
  padding-top: 90px;
}
.ot1 .container {
  margin-top: 30px;
  border-radius: 20px;
  background: #fff;
}
.ot1 table {
  font-family: PublicSans-SemiBold;
  color: #333;
}
.ot1 table a {
  color: #333;
}
.ot1 table a:hover {
  color: #d144ad;
  text-decoration: underline;
}
.ot1 table td {
  border: none !important;
  padding: 15px 74px 16px !important;
}
.ot1 table tr:nth-of-type(odd) {
  background: #f5f3fa;
  border-left: 1px solid #f5f3fa;
  border-right: 1px solid #f5f3fa;
}
.ot1 table tr:nth-of-type(even) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.ot1 table tr:nth-of-type(1) {
  color: #d144ad;
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  border: none !important;
  position: relative;
  z-index: 1;
}
.ot1 table tr:nth-of-type(1)::after {
  content: "";
  background: #f5f5f5;
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #e5e5e5;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
}
.ot1 table tr:nth-of-type(1) td {
  padding: 34px 74px 32px !important;
}
.ot1 table tr:nth-last-of-type(1) {
  position: relative;
  z-index: 1;
  border: none !important;
}
.ot1 table tr:nth-last-of-type(1)::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: transparent;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
  left: -1px;
  bottom: 0;
  z-index: -1;
}
.oth1 {
  padding-top: 90px;
}
.oth1 .content {
  border-top: 1px solid rgba(37, 25, 34, 0.2);
}
.oth1 .oth1_title {
  color: #251922;
  margin-top: 81px;
}
.oth1_container {
  margin-top: 49px;
  display: flex;
  justify-content: space-between;
}
.oth1_l {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.oth1_l .oth1_l_title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #251922;
  flex: 1;
}
.oth1_l .oth1_l_title_box {
  border-radius: 20px 20px 0 0;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 20px;
}
.oth1_menu {
  flex: 1;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
}
.oth1_menu .list {
  padding: 28px 26px 44px;
}
.oth1_menu li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 8px;
  cursor: pointer;
}
.oth1_menu li:hover .name {
  text-decoration: underline;
}
.oth1_menu li.active .checkbox {
  border: 1px solid #fff;
}
.oth1_menu li.active .checkbox::before {
  width: calc(100% + 2px);
}
.oth1_menu li:nth-of-type(1) {
  margin-top: 0px !important;
}
.oth1_menu .name {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  flex: 1;
}
.oth1_menu .checkbox {
  width: 18px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 6px;
  position: relative;
  transition: 0.3s;
}
.oth1_menu .checkbox::before {
  content: "";
  width: 0px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../images/oth1_la.jpg") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.menu_title_box {
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 22px 24px 21px;
}
.menu_title_box .show {
  display: none;
}
.menu_title_box .menu_title {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #251922;
  position: relative;
}
.menu_title_box .menu_title::before {
  content: "";
  left: -24px;
  width: 4px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #d144ad;
  position: absolute;
}
.oth1_r {
  width: 71.875%;
}
.oth1_r_top {
  border-radius: 20px 20px 0 0;
  background: #eee;
  padding: 15px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.oth1_r_top .oth1_r_title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #d144ad;
}
.oth1_r_top_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}
.oth1_r_top_menu li {
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  color: #666;
  transition: 0.3s;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  gap: 7px;
}
.oth1_r_top_menu li:hover {
  color: #d144ad;
}
.oth1_r_top_menu li:hover img {
  filter: none;
  transform: rotate(180deg);
}
.oth1_r_top_menu span {
  flex: 1;
  transition: 0s;
}
.oth1_r_top_menu img {
  filter: brightness(0);
  opacity: 0.6;
  transition: 0.2s;
}
.oth1_r_bottom {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 0px 50px 68px;
}
.oth1_r_bottom .PageNumber {
  margin-top: 52px;
}
.oth1_r_list li {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding: 33px 0px 40px;
}
.oth1_r_list .r_box {
  width: 35.497%;
  max-width: 372px;
  float: right;
  margin-bottom: 5px;
  margin-top: 12px;
  position: relative;
  margin-left: 6%;
}
.oth1_r_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #333;
  margin-top: 17px;
}
.oth1_r_list .title a {
  display: block;
  color: #333;
}
.oth1_r_list .title a:hover {
  color: #d144ad;
}
.oth1_r_list .describe {
  line-height: 30px;
  color: #666;
  margin-top: 4px;
}
.oth1_r_list .describe em {
  font-style: normal;
  color: #251922;
}
.oth1_r_list .label {
  min-height: 30px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  color: #fff;
}
.oth1_r_list .label p {
  height: 100%;
  border-radius: 999px;
  background: #d144ad;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.oth1_r_list .hide_box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.oth1_r_list .hide_box a {
  display: block;
}
#reset {
  color: #d144ad;
  cursor: pointer;
  margin-right: 13px;
}
#reset:hover {
  text-decoration: underline;
}
.ofu1_menu {
  font-family: PublicSans-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 104px;
  border-bottom: 1px solid #d9d9d9;
}
.ofu1_menu a {
  color: #000;
  display: block;
  position: relative;
  padding-bottom: 17px;
}
.ofu1_menu a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  height: 3px;
  width: 0px;
  background: #d144ad;
  transition: 0.3s;
}
.ofu1_menu a:hover::before {
  width: 100%;
}
.ofu1_menu .active::before {
  width: 100%;
}
.ofu1_menu_erji {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 22px;
  padding-top: 48px;
}
.ofu1_menu_erji a {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
}
.ofu1_menu_erji a:hover {
  background: #d144ad;
  border: 1px solid #d144ad;
  color: #fff;
}
.ofu1_menu_erji .active {
  background: #d144ad;
  border: 1px solid #d144ad;
  color: #fff;
}
.ofu1 {
  padding-top: 93px;
}
.ofu1_list {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 21px 1.5625%;
}
.ofu1_list li {
  width: 18.75%;
}
@media screen and (min-width: 993px) {
  .ofu1_list li:hover a {
    transform: translateY(-10px);
  }
}
.ofu1_list a {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
  padding: 12px 29px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #251922;
  gap: 20px;
  min-height: 100px;
}
.ofu1_list a:hover {
  color: #d144ad;
}
.ofu1_list span {
  flex: 1;
  transition: 0s;
}
.ofu1_list .logo {
  width: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.os1 {
  padding-top: 70px;
}
.os1_container {
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 50px 47px 49px;
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.os1_l {
  width: 48.205%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 1.884%;
}
.os1_l figure {
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
  width: 23.587%;
  transition: 0.3s;
  cursor: pointer;
}
.os1_l figure:hover {
  border: 1px solid #d144ad;
}
.os1_l figure:hover img {
  transform: scale(1.05);
}
.os1_l figure:nth-of-type(1) {
  width: 100%;
}
.os1_r {
  width: 48%;
  padding-top: 14px;
}
.os1_r h1 {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #251922;
}
.os1_r .describe {
  padding-left: 19px;
  line-height: 39px;
  color: #333;
  margin-top: 12px;
}
.os1_r .describe em {
  font-family: PublicSans-SemiBold;
  font-style: normal;
  font-size: 18px;
  color: #d144ad;
  position: relative;
  display: inline-block;
}
.os1_r .describe em::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  background: #d144ad;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: -19px;
}
.os1_r .share_box {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 8px 13px;
  flex-wrap: wrap;
  color: #333;
}
.os1_r .buttonBox {
  margin-top: 44px;
  flex-wrap: wrap;
  gap: 15px 19px;
}
.os2 {
  padding-top: 69px;
}
.os2_l {
  width: 71.875%;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 43px 49px 64px;
}
.os2_menu {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #251922;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 41px;
}
.os2_menu a {
  color: #251922;
  position: relative;
  display: block;
  padding-bottom: 22px;
}
.os2_menu a::before {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  background: #d144ad;
  transition: 0.3s;
  transform: translateX(-50%);
}
.os2_menu a:hover {
  color: #d144ad;
}
.os2_menu a:hover::before {
  width: 100%;
}
.os2_menu .active {
  color: #d144ad;
}
.os2_menu .active::before {
  width: 100%;
}
.os2_container {
  padding-top: 21px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.os2_title {
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  letter-spacing: normal;
  color: #251922;
}
.os2_l_container {
  padding: 47px 0px 0px;
}
.os2_l .target {
  border-bottom: 1px solid #ccc;
  padding-bottom: 70px;
  margin-top: 79px;
}
.os2_l .target:nth-of-type(1) {
  margin-top: 0px !important;
}
.os2_l .target:nth-last-of-type(1) {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
.os2_l .os2_l_4 {
  padding-bottom: 46px;
}
.os2_l_1 .describe {
  margin-top: 30px;
  color: #333;
}
.os2_l_1 .describe strong {
  font-size: 20px;
  font-family: PublicSans-SemiBold;
  color: #251922;
  font-weight: normal;
}
.os2_l_1 .describe em {
  font-style: normal;
  font-size: 18px;
  font-family: PublicSans-SemiBold;
  color: #251922;
}
.os2_l_2 .links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 33px;
}
.os2_l_2 .links a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  border-radius: 999px;
  border: 1px solid #666;
  gap: 13px;
  padding: 9px 20px;
}
.os2_l_2 .links a:hover {
  background: #d144ad;
  border: 1px solid #d144ad;
  color: #fff;
}
.os2_l_2 .links a:hover img {
  filter: brightness(0) invert(1);
}
.os2_l_2 .links span {
  flex: 1;
  transition: 0s;
}
.os2_l_2 .links img {
  transition: 0.2s;
}
.os2_l_3 .container {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.os2_l_3 figure {
  border-radius: 10px;
  background: #f5f3fa;
  overflow: hidden;
}
.os2_l_3 figure.active .show {
  transform: rotate(180deg);
}
.os2_l_3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 21px;
  gap: 20px;
  padding-left: 76px;
  cursor: pointer;
}
.os2_l_3 .title {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #251922;
  position: relative;
  flex: 1;
}
.os2_l_3 .title::before {
  content: "";
  width: 31px;
  aspect-ratio: 1/1;
  background: url("../images/os2_3_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -56px;
  top: -2px;
}
.os2_l_3 .show {
  width: 24px;
}
.os2_l_3 .describe {
  color: #333;
}
.os2_l_3 .bottom {
  display: none;
  padding: 3px 50px 30px;
  padding-left: 76px;
}
.os2_l_4 .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #333;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.os2_l_4 .title:hover {
  color: #d144ad;
}
.os2_l_4 .title:hover img {
  filter: none;
  opacity: 1;
}
.os2_l_4 .title span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0s;
  flex: 1;
}
.os2_l_4 .title img {
  margin-top: 6px;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.6;
}
.os2_l_4 .container {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 49px;
}
.os2_l_4 .describe {
  color: #666;
  margin-top: 14px;
}
.os2_l_4 .describe em {
  font-family: PublicSans-SemiBold;
  font-style: normal;
}
.os2_l_4 .l_box {
  flex: 1;
}
.os2_l_4 figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.05%;
}
.os2_l_4 .r_box {
  width: 30%;
  max-width: 260px;
  color: #666;
  line-height: 30px;
}
.os2_l_4 figure {
  border-bottom: 1px solid #ccc;
  padding-bottom: 46px;
}
.os2_l_4 figure:nth-last-of-type(1) {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
.os2_l_5 .title {
  color: #333;
  margin-top: 21px;
  text-align: center;
}
.os2_l_5 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.os2_l_5 .title a:hover {
  color: #d144ad;
}
.os2_l_5 .imgBox {
  border-radius: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.os2_l_5 .sw_box {
  margin-top: 29px;
}
.os2_r_title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #251922;
  border-radius: 20px 20px 0px 0px;
  background: #eee;
  padding: 15px 25px;
}
.os2_r {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.os2_r .container {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 30px 24px 29px;
}
.os2_r .container2 {
  padding: 28px 24px 29px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.os2_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px 0px;
  width: 100%;
}
.os2_r form > * {
  width: 100%;
}
.os2_r form input,
.os2_r form textarea {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 11px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.os2_r form input::placeholder,
.os2_r form input::-webkit-input-placeholder,
.os2_r form textarea::placeholder {
  color: #666;
}
.os2_r form input {
  height: 50px;
}
.os2_r form textarea {
  height: 150px;
  padding-top: 11px !important;
}
.os2_r form .ttBox {
  width: 100%;
}
.os2_r form .yzm {
  position: relative;
}
.os2_r form .yzm input {
  padding-right: 90px;
}
.os2_r form .yzm span {
  position: absolute;
  height: 26px;
  aspect-ratio: 74/26;
  cursor: pointer;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.os2_r form .yzm span img {
  height: 100%;
}
.os2_r form .tj {
  position: relative;
  z-index: 1;
  min-width: 88px;
  width: auto;
}
.os2_r form .tj input {
  background: #d144ad;
  border: 1px solid #d144ad !important;
  border: none;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}
.os2_r form .tj input:hover {
  background: #fff;
  color: #d144ad;
}
.os2_r .logo {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 2px;
}
.os2_r section {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.os2_r .r_box {
  flex: 1;
  line-height: 26px;
  color: #333;
}
.os2_r .r_box a {
  color: #333;
}
.os2_r .r_box a:hover {
  color: #d144ad;
}
.to1 {
  padding-top: 70px;
}
.to1 .big_title {
  text-align: center;
}
.to1 .describe {
  margin-top: 25px;
  color: #333;
}
.to1 .describe img {
  display: inline-block;
}
.to1 .img_box {
  margin-top: 44px;
}
.to1 .buttonBox {
  justify-content: center;
  margin-top: 48px;
}
.to_back {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.to_back::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 520px;
  background: url("../images/to_back.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.to2 {
  padding-top: 60px;
}
.to2 .os2_title {
  text-align: center;
}
.to2_container {
  border-radius: 30px;
  background: #f5f3fa;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 74px;
}
.to2_container figure {
  border-radius: 0px 50% 50% 0px;
  width: 20%;
  background: url("../images/to2_back.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
  min-height: 259px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 2% 40px;
  position: relative;
  z-index: 1;
}
.to2_container .number {
  position: absolute;
  z-index: -1;
  font-family: PublicSans-SemiBold;
  font-size: 270px;
  font-style: normal;
  font-weight: normal;
  line-height: 210px;
  letter-spacing: normal;
  color: #d144ad;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  opacity: 0.1;
}
.to2_container .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #251922;
  margin-top: 19px;
}
.to2_container .describe {
  margin-top: 11px;
  color: #333;
  line-height: 26px;
}
.to3 {
  padding-top: 85px;
}
.to3 .big_title {
  text-align: center;
}
.to3 .buttonBox {
  justify-content: center;
  margin-top: 63px;
}
.to3_container {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 61px;
}
.to3_container figure {
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  padding: 59px 62px 59px;
}
.to3_container .describe {
  color: #333;
  margin-top: 25px;
}
.to3_container .describe em {
  font-style: normal;
  color: #666;
}
.to3_container .describe1 {
  margin-top: 28px;
}
.to3_container .img_list {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
}
.to3_container .img_list li {
  width: 48.847%;
}
.to3_container .name {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #333;
  margin-top: 24px;
}
.to3_container .text1 {
  margin-top: 2px;
  color: #333;
}
.to3_container .table {
  font-size: 18px;
}
.to3_container .table table td {
  border: none;
  border-bottom: 1px solid #999;
  padding: 10px 0px 9px;
  padding-right: 20px !important;
}
.to3_container .table table td:nth-last-of-type(1) {
  padding-right: 0px !important;
}
.to3_container .table table tr:nth-of-type(1) {
  font-family: PublicSans-SemiBold;
  font-style: normal;
  color: #d144ad;
  font-size: 24px;
}
.to3_container .table table tr:nth-of-type(1) td {
  padding: 10px 0px 23px;
}
.to3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.58266667%;
  margin-top: 36px;
}
.to3_list li {
  width: 23.813%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(76, 60, 141, 0.1);
  overflow: hidden;
  padding: 39px 28px 23px;
}
.to3_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #333;
}
.to3_list .text {
  line-height: 26px;
  color: #333;
  margin-top: 28px;
}
.tt1 {
  text-align: center;
  padding-top: 69px;
}
.tt1 .content {
  max-width: 1146px;
}
.tt1 .text {
  margin-top: 22px;
  color: #333;
}
.tt2 {
  padding-top: 51px;
}
.tt2 .content {
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 32px 49px 59px;
}
.tt2 form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.tt2 form > * {
  width: 100%;
}
.tt2 form input,
.tt2 form textarea {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  resize: none;
  outline: none;
  display: block;
}
.tt2 form input::placeholder,
.tt2 form input::-webkit-input-placeholder,
.tt2 form textarea::placeholder {
  color: #666;
}
.tt2 form input {
  height: 45px;
}
.tt2 form textarea {
  height: 270px;
  padding-top: 13px !important;
}
.tt2 form .ttBox {
  width: 100%;
}
.tt2 form .yzm {
  margin-top: 20px;
  position: relative;
}
.tt2 form .yzm input {
  padding-right: 90px;
  height: 50px;
}
.tt2 form .yzm span {
  position: absolute;
  height: 26px;
  aspect-ratio: 74/26;
  cursor: pointer;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.tt2 form .yzm span img {
  height: 100%;
}
.tt2 form .tj {
  position: relative;
  z-index: 1;
  min-width: 82px;
  width: auto;
  margin-top: 8px;
}
.tt2 form .tj input {
  background: #d144ad;
  border: 1px solid #d144ad !important;
  border: none;
  transition: 0.3s;
  color: #fff;
  height: 50px;
  cursor: pointer;
}
.tt2 form .tj input:hover {
  background: #fff;
  color: #d144ad;
}
.tt2 .name {
  line-height: 26px;
  color: #666;
}
.tt2 .name_form {
  margin-top: 10px;
}
.tt2 .int1 {
  width: 49.33333333%;
}
.tt2 .bt {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #251922;
}
.tt2 .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
}
.tt2 .flex_column {
  flex-direction: column;
  align-items: flex-start;
}
.tt2 label {
  line-height: 26px;
  color: #666;
}
.tt2 .lable_box {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.tt2 .lable_box::before {
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  left: 0;
  top: 7px;
  overflow: hidden;
}
.tt2 .lable_box::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.tt2 .lable_box input {
  aspect-ratio: 1/1;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}
.tt2 .lable_box.active::before {
  background: url("../images/tt_la.jpg") no-repeat center;
  background-size: cover;
  border: none;
}
.tt2 .lable_box.radio::before {
  border-radius: 50%;
}
.tt2 .lable_box.radio.active::before {
  border: none;
  background: #d144ad;
}
.tt2 .other_input {
  width: 100%;
}
.tt2 .flex_fill {
  flex: 1;
}
.tt2 .name_after {
  margin-top: 10px;
  min-height: 45px;
}
.tt2 .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 4px;
}
.tt2 .margin_input {
  margin-top: 3px;
}
.tt2 .margin_letter {
  margin-top: 15px;
}
.tt2 .text {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  /* 170% */
  color: #d144ad;
  text-align: center;
}
.tt2_box1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 24px;
}
.tt2_box2 {
  margin-top: 32px;
}
.tt2_box2 .container {
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tt2_box2 figure {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tt2_box3 {
  margin-top: 20px;
}
.tt2_title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #d144ad;
}
.tth1 {
  padding-top: 70px;
}
.tth1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tt_menu {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
  overflow: hidden;
}
.tt_menu_list .menu_one_box {
  border-top: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 22px 24px 21px;
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #251922;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
.tt_menu_list .menu_one_box::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #d144ad;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.tt_menu_list .menu_one_box a {
  flex: 1;
  color: #251922;
}
.tt_menu_list .menu_one_box a:hover {
  color: #d144ad;
}
.tt_menu_list .show {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d144ad;
  cursor: pointer;
}
.tt_menu_list .show img:nth-of-type(1) {
  display: block;
}
.tt_menu_list .show img:nth-of-type(2) {
  display: none;
}
.tt_menu_list .menu_one_box.active .show img:nth-of-type(2) {
  display: block;
}
.tt_menu_list .menu_one_box.active .show img:nth-of-type(1) {
  display: none;
}
.tt_menu_list1 {
  color: #333;
  padding: 28px 24px 29px;
  border-top: 1px solid #e5e5e5;
  display: none;
}
.tt_menu_list1 li {
  margin-top: 18px;
}
.tt_menu_list1 li:nth-of-type(1) {
  margin-top: 0px !important;
}
.tt_menu_list1 a {
  color: #333;
}
.tt_menu_list1 a:hover {
  color: #d144ad;
}
.tt_menu_list1 a.active {
  color: #d144ad;
}
.tth1_r {
  width: 71.875%;
}
.tth1_r .os2_r_title {
  color: #d144ad;
  padding: 15px 50px;
}
.tth1_r .container {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  overflow: hidden;
  padding: 44px 49px 43px;
}
.tth1_r .describe {
  margin-top: 17px;
  color: #333;
}
.tth1_r .describe em {
  font-style: normal;
  font-family: PublicSans-SemiBold;
  color: #251922;
  font-size: 20px;
}
.tth1_r .describe img {
  display: inline-block;
}
.tho1 {
  padding-top: 67px;
}
.tho1 .content {
  overflow: hidden;
}
.tho1 .tho1_r {
  width: 43.375%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 5%;
}
.tho1_l .describe {
  color: #251922;
  margin-top: 25px;
}
.tho2 {
  padding-top: 69px;
}
.tho2 .table table td {
  padding: 14px 10px 15px;
}
.tho2 table {
  color: #333;
  position: relative;
  z-index: 1;
  text-align: center;
}
.tho2 table img {
  display: inline-block;
}
.tho2 table td {
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.tho2 table tr:nth-of-type(1),
.tho2 table tr:nth-of-type(2) {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.tho2 table tr:nth-of-type(1)::after,
.tho2 table tr:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #d144ad;
}
.tho2 table tr:nth-of-type(1) td,
.tho2 table tr:nth-of-type(2) td {
  padding: 9px 10px 8px;
  position: relative;
}
.tho2 table tr:nth-of-type(1) td::before,
.tho2 table tr:nth-of-type(2) td::before {
  content: "";
  width: calc(100% - 1px);
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
}
.tho2 table tr:nth-of-type(1) td:nth-of-type(1)::before,
.tho2 table tr:nth-of-type(2) td:nth-of-type(1)::before {
  border-left: none !important;
}
.tho2 table tr:nth-of-type(1) {
  font-size: 18px;
  z-index: 2;
}
.tho2 table tr:nth-of-type(1)::after {
  border-radius: 20px 20px 0px 0px;
}
.tho2 table tr:nth-of-type(2) td::before {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.tho2 table tr:nth-last-of-type(1) td {
  border-bottom: none !important;
}
.tho2 table::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.fuo1 {
  padding-top: 49px;
}
.fuo1_container {
  overflow: hidden;
  margin-top: 48px;
}
.fuo1_r {
  float: right;
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 46.0625%;
  margin-top: 29px;
  margin-bottom: 5px;
  margin-left: 5.5%;
}
.fuo1_r figure {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 41px 30px;
  gap: 20px;
  transition: 0.3s;
}
.fuo1_r figure:hover {
  background: #d144ad;
}
.fuo1_r figure:hover .big_num {
  color: #fff;
}
.fuo1_r figure:hover .text {
  color: #fff;
}
.fuo1_r .big_num {
  font-family: PublicSans-Bold;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  width: 236px;
}
.fuo1_r .text {
  line-height: 24px;
  color: #333;
  flex: 1;
  transition: 0.3s;
}
.fuo2 {
  padding-top: 90px;
}
.fuo2 .content {
  background: url("../images/fuo2_back.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 9.25% 0px 9.65%;
}
.fuo2 .content::before {
  content: "";
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  height: 100%;
}
.fuo2 .logo {
  width: 51px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuo2 .title {
  color: #fff;
  margin-top: 8.3%;
}
.fuo2 figure {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 10%;
}
.fuo2 .describe {
  color: #fff;
  line-height: 32px;
  margin-top: 6.1%;
}
.fuo3 {
  padding-top: 89px;
}
.fuo3 .text {
  color: #333;
}
.fuo3 .l_box {
  flex: 1;
}
.fuo3 .top {
  gap: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fuo3 .r_box {
  width: 69.4%;
  padding-top: 1px;
}
.fuo3_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 29px 0px;
  margin-top: 32px;
}
.fuo3_list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 49.0625%;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
  padding: 15px 24px 23px;
  gap: 18px;
  min-height: 201px;
}
.fuo3_list .box {
  flex: 1;
  padding-top: 3px;
  padding-right: 20px;
}
.fuo3_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #333;
}
.fuo3_list .describe {
  line-height: 30px;
  color: #666;
  margin-top: 8px;
}
.fuo3_list .logo {
  width: 36px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.fuo3_list .logo img {
  max-height: 100%;
}
.fuo3_list .logo::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -3px;
  background: #d144ad;
  width: 19px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}
.fuo4 {
  padding-top: 89px;
}
.fuo4_list {
  margin-top: 105px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.125%;
}
.fuo4_list .number {
  width: 53.572%;
  aspect-ratio: 1/1;
  border: 1px solid #ead3e4;
  background: #f9ebf5;
  border-radius: 50%;
  color: #d144ad;
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -44%);
}
.fuo4_list li {
  width: 17.5%;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 102px 20px 26px;
  position: relative;
}
.fuo4_list li::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/fuo4_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: -13%;
  top: 50%;
  transform: translateY(-50%);
}
.fuo4_list li:nth-last-of-type(1)::before {
  display: none;
}
.fuo4_list .title {
  font-family: PublicSans-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #251922;
}
.fuo4_list .describe {
  color: #333;
  margin-top: 2px;
}
.fuo5 {
  padding-top: 74px;
}
.fuo5 .container {
  overflow: hidden;
  margin: 0px auto;
  max-width: 1920px;
  width: 100%;
}
.fuo5 .l_box {
  width: 34.187%;
  float: left;
  transform: translateX(-12px);
  margin-right: 15.85%;
  margin-bottom: 5px;
  position: relative;
}
.fuo5 .l_box .imgBox {
  position: relative;
  z-index: 1;
}
.fuo5 .l_box .imgBox::before {
  content: "";
  width: 661px;
  height: 76%;
  max-height: 464px;
  background: #d144ad;
  border-radius: 0px 999px 0px 0px;
  overflow: hidden;
  right: 6.15%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.fuo5 .r_box {
  padding-top: 5.4%;
}
.fuo5 .describe {
  color: #333;
  margin-top: 3.2%;
}
.fuo5 .logo {
  width: 61px;
  border-radius: 20px;
  overflow: hidden;
}
.fuo5 .name {
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: normal;
  color: #d144ad;
}
.fuo5 .text {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #333;
  margin-top: 18px;
}
.fuo5 .box {
  flex: 1;
  padding-top: 12px;
}
.fuo5 .people_describe {
  width: 66%;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 10.8%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
  padding: 35px 34px 49px;
  gap: 20px;
  transform: translateX(54.5%);
  z-index: 1;
}
.fuo5 .swiperfuo5-pagination {
  width: auto;
  color: #999;
}
.fuo5 .swiperfuo5-pagination .active {
  font-size: 24px;
  color: #251922;
  font-family: PublicSans-SemiBold;
}
.fuo5 .button_page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
.fuo5 .controls_box {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 52px;
}
.fuo5 .fuo5_progressbar {
  flex: 1;
  height: 2px;
  background: rgba(209, 68, 173, 0.2);
  position: relative;
}
.fuo5 .fuo5_progressbar span {
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  background: #d144ad;
  transition: 0.3s;
}
.fuo5 .swiper-slide {
  overflow: hidden;
}
.fuo6 {
  padding: 90px 0px 59px;
}
.fuo6 .sw_box {
  margin-top: 30px;
}
.fuo6 .title {
  color: #555;
  text-align: center;
  margin-top: 14px;
}
.fuo7,
.fuo8 {
  padding-top: 32px;
  overflow: hidden;
  padding-bottom: 20px;
}
.fuo7 .swiper,
.fuo8 .swiper {
  overflow: initial;
  pointer-events: none;
}
.fuo7 .imgBox,
.fuo8 .imgBox {
  opacity: 0;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
}
.fuo7 .swiper-slide-visible,
.fuo8 .swiper-slide-visible {
  pointer-events: all;
}
.fuo7 .swiper-slide-visible .imgBox,
.fuo8 .swiper-slide-visible .imgBox {
  opacity: 1;
}
.fuo7 .sw_box,
.fuo8 .sw_box {
  margin-top: 36px;
}
.fuo8 {
  margin-bottom: -20px;
}
.fut1 {
  padding-top: 89px;
}
.fut1 .top {
  width: 100%;
  max-width: 1220px;
  text-align: center;
  margin: 0px auto 0px;
}
.fut1 .os2_title {
  color: #d144ad;
  margin-top: 15px;
}
.fut1 .text {
  margin-top: 13px;
  color: #333;
}
.fut1_container {
  margin-top: 57px;
  display: flex;
  flex-direction: column;
  gap: 71px;
}
.fut1_container figure {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.fut1_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fut1_container .l_box {
  width: 50%;
  padding: 0px 30px 0px 55px;
  position: relative;
}
.fut1_container .r_box {
  width: 50%;
}
.fut1_container .title {
  font-family: PublicSans-Regular;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #251922;
  flex: 1;
  padding-bottom: 6px;
}
.fut1_container .title em {
  font-style: normal;
  font-family: PublicSans-Bold;
  display: block;
}
.fut1_container .box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.fut1_container .logo {
  width: 82px;
}
.fut1_container .describe {
  color: #333;
  margin-top: 41px;
}
.fut1_container .describe em {
  font-style: normal;
  display: block;
  color: #251922;
  position: relative;
  padding-left: 18px;
}
.fut1_container .describe em::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  background: #d144ad;
  left: 0;
  top: 10px;
}
.fut1_container .container {
  position: absolute;
  width: calc(100% - 85px);
  left: 55px;
  top: 50px;
  max-height: calc(100% - 100px);
  overflow: auto;
}
.fut1_container .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fut1_container .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d144ad;
}
.fut1_container .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.fut1_container .describe1 {
  line-height: 26px;
  padding-right: 10px;
  margin-top: 19px;
}
.fut2 {
  padding: 89px 0px 20px;
  overflow: hidden;
}
.fut2_container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.fut2_container .title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.fut2_container .describe {
  color: #333;
  margin-top: 23px;
}
.fut2_sw_box {
  margin-top: 45px;
}
.fut2_sw_box .text {
  margin-top: 18px;
  color: #333;
}
.fut2_sw_box .name {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #333;
}
.fut2_sw_box .container {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0 0 20px 0 rgba(14, 1, 67, 0.1);
}
.fut2_sw_box .swiper-slide {
  height: auto;
  display: flex;
}
.fut2_sw_box .swiper {
  pointer-events: none;
  overflow: initial;
}
.fut2_sw_box .swiper-slide-visible .container {
  opacity: 1;
  pointer-events: all;
}
.fut2_sw_box .box {
  padding: 28px 39px 40px;
}
.fut3 {
  padding-top: 69px;
}
.fut3 .describe {
  color: #333;
  margin-top: 23px;
}
.fut3 .describe img {
  display: inline-block;
}
.fut4 {
  padding-top: 44px;
}
.fut4 .describe {
  margin-top: 23px;
  color: #333;
}
.fut4 .describe em {
  display: block;
  font-family: PublicSans-SemiBold;
  color: #333;
  font-style: normal;
  font-size: 18px;
}
.fo1 {
  padding-top: 70px;
}
.fo1 .PageNumber {
  margin-top: 42px;
}
.fo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 1.25%;
}
.fo1_list li {
  width: 32.5%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.fo1_list .hide_box {
  padding: 23px 20px 27px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.fo1_list .hide_box:hover {
  background: rgba(0, 0, 0, 0.7);
}
.fo1_list .time {
  background: rgba(209, 68, 173, 0.7);
  border-radius: 999px;
  min-width: 116px;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.fo1_list .title {
  color: #fff;
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
}
.fo1_list .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fo1_list .title a:hover {
  color: #d144ad;
}
.fo1_list .box {
  padding: 0px 6px 0px;
}
.fo1_list .describe {
  line-height: 24px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fo1_list .container {
  padding: 15px 0px 4px;
  display: none;
}
.fo1_list .links {
  margin-top: 41px;
}
.fo1_list .links a {
  width: 74px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.fo1_list .links a:hover {
  background: #d144ad;
}
.fo1_list .links img {
  width: auto;
}
.ft1 {
  padding-top: 70px;
}
.ft1 .content {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 56px 50px 69px;
}
.ft1 .PageNumber {
  margin-top: 58px;
}
.ft1_list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.ft1_list .time {
  color: #666;
  margin-top: 12px;
}
.ft1_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #251922;
}
.ft1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #251922;
}
.ft1_list .title a:hover {
  color: #d144ad;
}
.ft1_list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.fth1 {
  padding-top: 28px;
}
.fth1_container {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 55px 50px 81px;
}
.fth1_container h1 {
  font-family: PublicSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  letter-spacing: normal;
  color: #251922;
}
.fth1_container .share_box {
  color: #333;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 17px;
}
.fth1_container .container {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding: 22px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.fth1_container .describe {
  margin-top: 35px;
  color: #333;
}
.fth1_container .describe img {
  display: inline-block;
}
.fth1_container .describe strong {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  color: #333;
}
.fth1_container .describe em {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  color: #333;
  font-style: normal;
}
.fth1_container .describe a {
  display: inline;
  text-decoration: underline;
}
.fth1_container .describe table td {
  border: none !important;
  padding: 13px 49px 6px;
}
.fth1_container .describe table tr {
  border-bottom: 1px solid #666;
}
.fth1_container .describe table tr:nth-of-type(1) {
  border-bottom: none;
  background: #d144ad;
  color: #fff;
}
.fth1_container .describe table tr:nth-of-type(1) td {
  padding: 14px 49px;
}
.fth1_container .title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  color: #333;
}
.so1 {
  padding-top: 49px;
}
.so1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
.so1_l {
  flex: 1;
}
.so1_l .list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 35px;
}
.so1_l .logo {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 2px;
}
.so1_l li {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.so1_l .r_box {
  flex: 1;
  line-height: 26px;
  color: #333;
}
.so1_l .r_box a {
  color: #333;
}
.so1_l .r_box a:hover {
  color: #d144ad;
}
.so1_r {
  padding-top: 9px;
  width: 50%;
  max-width: 716px;
}
.so1_r .title {
  font-family: PublicSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  letter-spacing: normal;
  color: #251922;
}
.so1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 13px 0px;
  margin-top: 26px;
  width: 100%;
}
.so1_r form > * {
  width: 100%;
}
.so1_r form input,
.so1_r form textarea {
  background: #ffffff;
  border-radius: 6px;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
  border: none;
}
.so1_r form input::placeholder,
.so1_r form input::-webkit-input-placeholder,
.so1_r form textarea::placeholder {
  color: #666;
}
.so1_r form input {
  height: 50px;
}
.so1_r form textarea {
  height: 131px;
  padding-top: 12px !important;
}
.so1_r form .ttBox {
  width: 100%;
}
.so1_r form .yzm {
  position: relative;
}
.so1_r form .yzm input {
  padding-right: 90px;
}
.so1_r form .yzm span {
  position: absolute;
  height: 26px;
  aspect-ratio: 74/26;
  cursor: pointer;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.so1_r form .yzm span img {
  height: 100%;
}
.so1_r form .tj {
  position: relative;
  z-index: 1;
  min-width: 82px;
  width: auto;
}
.so1_r form .tj input {
  background: #d144ad;
  border: 1px solid #d144ad !important;
  border: none;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}
.so1_r form .tj input:hover {
  background: #fff;
  color: #d144ad;
}
.so2 {
  padding-top: 92px;
}
.so2 iframe {
  display: block;
}
.so3 {
  padding-top: 79px;
}
.so3 .content {
  overflow: hidden;
}
.so3 .so3_r {
  width: 41.1875%;
  border-radius: 20px;
  overflow: hidden;
  float: right;
  margin-bottom: 5px;
  margin-left: 36px;
}
.so3 .title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #251922;
}
.so3 .bt {
  font-family: PublicSans-Regular;
}
.so3 .container {
  margin-top: 11px;
}
.so3 .describe {
  color: #333;
  margin-top: 30px;
}
.so3 .describe em {
  font-style: normal;
  color: #251922;
  display: block;
  position: relative;
  padding-left: 18px;
}
.so3 .describe em::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #d144ad;
}
.so3 .describe1 {
  margin-top: 20px;
}
.so3_l {
  padding-top: 63px;
}
.so3_l figure:not(:nth-of-type(1)) {
  margin-top: 50px;
}
.page_change {
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 52px;
  gap: 13px;
}
.page_change a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a:hover {
  color: #251922;
}
.big_title_style {
  position: relative;
  padding-bottom: 29px;
}
.big_title_style::before {
  content: "";
  width: 42px;
  height: 5px;
  border-radius: 999px;
  background: #d144ad;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zl-scrollContentDiv {
  position: relative;
}
.zl-scrollBarBox {
  position: absolute;
  background: #f5f3fa;
}
.zl-scrollBar {
  position: absolute;
  left: 0;
  top: 0;
  background: #d144ad;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px 20px;
}
.zl-scrollBar span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo3_menu_list {
  color: #333;
  overflow: auto;
  max-height: calc(100vh - 130px - 60px);
}
.oo3_menu_list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.oo3_menu_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d144ad;
}
.oo3_menu_list::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.oo3_menu_list li {
  border-bottom: 1px solid #d9d9d9;
}
.oo3_menu_list li:nth-last-of-type(1) {
  border-bottom: none;
}
.oo3_menu_list span {
  flex: 1;
  transition: 0.3s;
}
.oo3_menu_list .logo {
  width: 21px;
}
.oo3_menu_list a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 6px;
}
.oo3_menu_list a:hover {
  background: #eae7f2;
  color: #d144ad;
}
.oo3_menu_list a.active {
  background: #eae7f2;
  color: #d144ad;
}
.swiper_button {
  width: 39px;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button:hover {
  opacity: 1;
}
.pub_search {
  width: 56%;
  max-width: 723px;
  background: #fff;
  border-radius: 999px;
  padding-right: 68px;
  position: relative;
  border: 1px solid #ccc;
}
.pub_search .search_box {
  background: transparent;
  border: none;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666;
  padding: 0px 30px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
  height: 78px;
}
.pub_search .search_box::placeholder,
.pub_search .search_box::-webkit-input-placeholder {
  color: #999;
}
.pub_search .submit_form {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  background: #d144ad;
}
.os_alert {
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os_alert .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 80vh;
  overflow: auto;
  margin: 0px auto !important;
}
.os_alert .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.os_alert .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d144ad;
}
.os_alert .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.os_alert .mySwiperos_alert_l_1 {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.os_alert .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.os_alert .mySwiperos_alert_l_2 {
  width: 88.415%;
}
.os_alert .mySwiperos_alert_l_2 .swiper-slide {
  border: 1px solid #ccc;
  transition: 0.3s;
  cursor: pointer;
}
.os_alert .mySwiperos_alert_l_2 .swiper-slide:hover {
  border: 1px solid #d144ad;
}
.os_alert .mySwiperos_alert_l_2 .swiper-slide-thumb-active {
  border: 1px solid #d144ad;
}
.os_alert .sw_box {
  margin-top: 18px;
  position: relative;
}
.os_alert .controls {
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  transform: translateY(-50%);
}
.os_alert .controls:hover {
  opacity: 1;
}
.os_alert .controls.prev {
  left: 1px;
}
.os_alert .controls.next {
  right: 1px;
}
.os_alert.show {
  opacity: 1;
  transform: translateY(0);
  visibility: initial;
  transition: all 600ms ease-out 0s;
}
.os_alert_l {
  width: 51.25%;
}
.os_alert_r {
  width: 45.75%;
}
.os_alert_r .title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #251922;
}
.os_alert_r .describe {
  line-height: 30px;
  color: #333;
  margin-top: 42px;
}
.os_alert_r .container {
  display: none;
}
.os_alert_close {
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  transition: 0.5s;
}
.os_alert_close:hover {
  transform: rotate(360deg);
}
footer {
  border-radius: 50px;
  background: #ede8f3;
  width: calc(100% - 60px);
  max-width: 1800px;
  margin: 90px auto 0px;
  padding-bottom: 42px;
}
footer .logoBox {
  width: 170px;
  flex-shrink: 0;
  margin-top: 6px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .dif_footer {
  font-family: PublicSans-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #251922;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
footer .dif_footer a {
  color: #251922;
}
footer .dif_footer a:hover {
  color: #d144ad;
}
footer .dif_up {
  display: none;
  filter: brightness(0) invert(1);
}
footer .list {
  line-height: 36px;
  color: #666;
  margin-top: 12px;
}
footer .list a {
  color: #666;
}
footer .list a:hover {
  color: #d144ad;
}
footer .contact_list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
footer .contact_list li {
  line-height: 26px;
}
footer .container {
  font-family: PublicSans-SemiBold;
  color: #251922;
}
footer .container a {
  color: #251922;
}
footer .container a:hover {
  color: #d144ad;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 12px 1.3%;
  width: 100%;
  margin-top: 17px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  border-radius: 6px;
  border: none;
  background: #fff;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 15px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #666;
}
footer form input {
  height: 50px;
}
footer form .yzm {
  position: relative;
  display: flex;
}
footer form .yzm input {
  padding-right: 110px;
}
footer form .yzm span {
  position: absolute;
  height: 27px;
  aspect-ratio: 79/27;
  cursor: pointer;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
footer form .yzm span img {
  height: 100%;
}
footer form .tj {
  position: relative;
  z-index: 1;
  width: auto;
}
footer form .tj input {
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
  background: #d144ad;
  border: 1px solid #d144ad;
  padding: 0px 18px;
}
footer form .tj:hover input {
  background: transparent;
  color: #d144ad;
}
.footer_a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 71px 0px 64px;
  gap: 4.1%;
}
.footer_r {
  display: flex;
  align-items: flex-start;
  flex: 1;
  justify-content: space-between;
  gap: 4%;
}
.footer_r .box {
  margin-right: 1px;
  max-width: 402px;
}
.footer_b {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.footer_b .l_box {
  flex: 1;
  color: #999;
  padding-top: 6px;
}
.footer_b .l_box a {
  color: #999;
}
.footer_b .l_box a:hover {
  color: #d144ad;
}
.footer_b .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 3px;
}
.footer_b .icBox .iconfont {
  transition: 0s;
  font-size: 24px;
}
.footer_b .icBox a {
  width: 52px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #d144ad;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d144ad;
}
.footer_b .icBox a:hover {
  background: #d144ad;
  color: #fff;
}
.footer_after {
  height: 62px;
}
#alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#alert .container {
  width: 65%;
  max-width: 1200px;
  position: relative;
}
#alert .box_add {
  border-radius: 50px;
  background: #f5f3fa;
  overflow: hidden;
}
#alert .describe {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #251922;
  margin-top: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#alert .describe em {
  font-style: normal;
  font-family: PublicSans-Bold;
}
#alert .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
}
#alert .links a {
  font-size: 20px;
  line-height: 36px;
  border-radius: 999px;
  min-width: 200px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d144ad;
  border: 1px solid #d144ad;
  color: #fff;
  padding: 4px 18px;
}
#alert .links a:hover {
  background: transparent;
  color: #d144ad;
}
#alert .box {
  padding: 32px 69px 37px;
}
#alert .big_bt a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#close {
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -50%);
  cursor: pointer;
}
#close img {
  max-width: 100%;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.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: #d144ad;
}
.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: #d144ad;
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  color: #333;
  display: inline;
}
.describe a:hover {
  color: #d144ad;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1750px) {
    .index_banner .pub_search{
        left: 7%;
        width: 45%;
    }
}
@media screen and (max-width: 1680px) {
  .banner_box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 490px;
  }
  .banner_box .content {
    width: calc(100% - 120px) !important;
  }
  .banner_box .content {
    padding: 6% 0px;
  }
  .banner_box .describe {
    font-size: 18px;
    line-height: 36px;
  }
  html body {
    line-height: 28px;
  }
  .mbx {
    padding-top: 15px;
  }
  .mbx .logo {
    width: 38px;
  }
  .mbx .container {
    padding-top: 5px;
  }
  .rightMenu {
    gap: 8px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header .content {
    width: calc(100% - 60px) !important;
  }
  header .logoBox {
    width: 150px;
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 30px;
  }
  header .menuOne > a {
    padding: 28px 0px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .sousuo .search {
    width: 40px;
  }
  header .lang {
    margin-left: 20px;
  }
  header .title {
    font-size: 18px;
    line-height: 32px;
  }
  header .list {
    font-size: 15px;
    line-height: 28px;
    margin-top: 6px;
  }
  header .list li {
    padding-left: 15px;
  }
  header .logo {
    width: 32px;
  }
  header .dif_ul2_list {
    margin-top: 10px;
  }
  header .dif_ul2_content figure {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  header .ul {
    padding: 30px 0px;
  }
  header .ul li {
    font-size: 18px;
    line-height: 32px;
  }
  .padding_top {
    padding-top: 90px;
  }
  .index_banner .controls_box div {
    width: 20px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 30px;
  }
  .pub_search .search_box {
    height: 66px;
  }
  .pub_search .submit_form {
    width: 52px;
  }
  .big_title {
    font-size: 30px;
    line-height: 42px;
  }
  .big_bt {
    font-size: 26px;
    line-height: 36px;
  }
  .index1 {
    padding: 60px 0px 0px;
  }
  .index1 .big_title {
    padding-top: 0px;
  }
  .index1_list {
    margin-top: 30px;
  }
  .index1_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index1_list .hide_box {
    padding: 0px 15px !important;
    gap: 15px;
  }
  .index1_list .dif_li {
    padding: 0px 15px !important;
  }
  .index2 {
    padding-top: 60px;
  }
  .index2 .sw_box {
    margin-top: 30px;
  }
  .index2 .box {
    padding: 12px 5px 0px;
  }
  .index2 .title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .index2 .describe {
    margin-top: 10px;
    height: 84px;
  }
  .index2 .links {
    margin-top: 20px;
    padding: 6px 15px;
  }
  .index2 .container {
    padding: 12px 12px 20px;
  }
  .index2 .controls_box {
    margin-top: 30px;
    gap: 30px;
  }
  .index2 .button_page {
    gap: 12px;
  }
  .index2 .swiperindex2-pagination .active {
    font-size: 20px;
  }
  .index3 {
    padding-top: 60px;
  }
  .index3 .big_bt {
    padding-bottom: 20px;
  }
  .index3 .text {
    font-size: 16px;
    line-height: 28px;
    margin: 20px auto 0px;
  }
  .index3_container {
    align-items: center;
  }
  .index3_l {
    margin-top: 40px;
  }
  .index3_r .big_box {
    margin-top: 20px;
  }
  .index3_r .buttonBox {
    margin-top: 40px;
  }
  .index3_center {
    margin-top: 80px;
  }
  .index4 {
    padding-top: 60px;
  }
  .index4 figure {
    padding: 40px 25px;
  }
  .index4 .big_num {
    font-size: 36px;
    line-height: 42px;
  }
  .index4 .text {
    margin-top: 15px;
  }
  .index5 {
    padding-top: 60px;
  }
  .index5 .box {
    padding: 30px 30px 50px;
  }
  .index5 .describe {
    margin-top: 10px;
  }
  .index6 {
    padding-top: 60px;
  }
  .index6 .content {
    gap: 4%;
  }
  .index6 .text {
    margin-top: 12px;
  }
  .index6_l {
    padding-top: 0px;
  }
  .index6_r .title {
    font-size: 18px;
    line-height: 28px;
    padding-top: 4px;
  }
  .index6_r .top {
    gap: 10px;
  }
  .index6_r .bottom {
    padding: 5px 0px 13px 46px;
  }
  .index7 {
    padding-top: 60px;
  }
  .index7 .hide_box {
    padding: 15px 20px;
  }
  .index7 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index7 .container {
    padding: 6px 0px 0px;
  }
  .index7 .links {
    margin-top: 12px;
  }
  .index7 .links a {
    width: 32px;
  }
  .index7 .links img {
    width: 18px;
  }
  .big_describe {
    font-size: 16px;
    line-height: 30px;
  }
  .oo1 {
    padding-top: 60px;
  }
  .oo1_l .container {
    padding-bottom: 0px;
  }
  .oo1_l .describe {
    margin-top: 15px;
  }
  .oo2 figure {
    width: 46%;
    gap: 20px;
  }
  .oo3 {
    padding-top: 60px;
  }
  .oo3_container {
    padding: 30px;
  }
  .oo3_menu .bt {
    font-size: 20px;
  }
  .oo3_menu .container {
    top: 90px;
  }
  .oo3_r .top {
    top: 90px;
  }
  .ot1 {
    padding-top: 60px;
  }
  .ot1 table tr:nth-of-type(1) {
    font-size: 20px;
  }
  .ot1 table tr td,
  .ot1 table tr:nth-of-type(1) td {
    padding: 20px 40px !important;
  }
  .oth1 {
    padding-top: 60px;
  }
  .oth1 .oth1_title {
    margin-top: 40px;
  }
  .oth1_l .oth1_l_title {
    font-size: 20px;
  }
  .menu_title_box {
    padding: 15px 24px;
  }
  .oth1_menu .list {
    padding: 20px 26px 30px;
  }
  .oth1_r_top .oth1_r_title {
    font-size: 20px;
  }
  .oth1_r_list .title {
    font-size: 20px;
    margin-top: 12px;
  }
  .oth1_r_list li {
    padding: 30px 0px;
  }
  .ofu1 {
    padding-top: 60px;
  }
  .ofu1_menu {
    font-size: 20px;
    line-height: 32px;
    gap: 20px 60px;
  }
  .ofu1_menu_erji {
    gap: 15px 20px;
    padding-top: 25px;
  }
  .ofu1_list {
    margin-top: 30px;
  }
  .ofu1_list a {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
    gap: 12px;
  }
  .os1 {
    padding-top: 60px;
  }
  .os1_r h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .os1_r .describe {
    line-height: 32px;
    margin-top: 8px;
  }
  .os1_r .describe em {
    font-size: 16px;
  }
  .os1_r .describe em::before {
    top: 12px;
  }
  .os1_r .share_box {
    margin-top: 15px;
  }
  .os1_r .buttonBox {
    margin-top: 20px;
  }
  .os1_container {
    padding: 40px 46px;
    align-items: center;
  }
  .os2 {
    padding-top: 60px;
  }
  .os2_menu {
    font-size: 16px;
    line-height: 26px;
    gap: 10px 30px;
  }
  .os2_l_container {
    padding-top: 30px;
  }
  .os2_title {
    font-size: 24px;
    line-height: 36px;
  }
  .os2_l_1 .describe {
    margin-top: 15px;
  }
  .os2_l_1 .describe em {
    font-size: 16px;
  }
  .os2_l_1 .describe strong {
    font-size: 18px;
  }
  .os2_l .target {
    margin-top: 40px;
    padding-bottom: 40px !important;
  }
  .os2_l_2 .links {
    margin-top: 20px;
    gap: 15px;
  }
  .os2_l_2 .links a {
    font-size: 16px;
    padding: 6px 20px;
  }
  .os2_l_4 .container {
    margin-top: 30px;
    gap: 30px;
  }
  .os2_l_4 figure {
    padding-bottom: 26px;
  }
  .os2_l_4 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .os2_l_5 .sw_box {
    margin-top: 30px;
  }
  .os2_r_title {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 25px;
  }
  .os2_r form input {
    height: 44px;
  }
  .os2_r .logo {
    width: 44px;
  }
  .os2_r section {
    gap: 16px;
  }
  .to1 {
    padding-top: 60px;
  }
  .to1 .img_box {
    margin-top: 20px;
  }
  .to1 .buttonBox {
    margin-top: 30px;
  }
  .to_back {
    margin-top: 60px;
  }
  .to2_container {
    margin-top: 40px;
  }
  .to2_container .logo {
    width: 50px;
  }
  .to2_container .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .to2_container .number {
    font-size: 180px;
    line-height: 170px;
  }
  .to3 {
    padding-top: 60px;
  }
  .to3 .buttonBox {
    margin-top: 30px;
  }
  .to3_container {
    gap: 40px;
  }
  .to3_container .describe {
    margin-top: 15px !important;
  }
  .to3_container .img_list {
    margin-top: 30px;
  }
  .to3_container .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .to3_container .table {
    font-size: 16px;
  }
  .to3_container .table table td {
    padding: 10px 0px;
  }
  .to3_container .table table tr:nth-of-type(1) {
    font-size: 18px;
  }
  .to3_container .table table tr:nth-of-type(1) td {
    padding: 10px 0px;
  }
  .to3_list {
    margin-top: 30px;
  }
  .to3_list .title {
    font-size: 18px;
  }
  .to3_list .text {
    margin-top: 15px;
  }
  .tt1 {
    padding-top: 60px;
  }
  .tt1 .text {
    margin-top: 15px;
  }
  .tt2 {
    padding-top: 40px;
  }
  .tt2 .lable_box::before {
    top: 5px;
  }
  .tth1 {
    padding-top: 60px;
  }
  .tt_menu_list .menu_one_box {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
  }
  .tt_menu_list1 {
    padding: 16px 24px;
  }
  .tt_menu_list1 li {
    margin-top: 10px;
  }
  .tth1_r .os2_r_title {
    padding: 12px 50px;
  }
  .tth1_r .describe em {
    font-size: 18px;
  }
  .tho1 {
    padding-top: 60px;
  }
  .tho1_r .container {
    padding-bottom: 0px;
  }
  .tho1_r .describe {
    margin-top: 15px;
  }
  .tho2 {
    padding-top: 60px;
  }
  .tho2 table tr:nth-of-type(1),
  .tho2 table tr:nth-of-type(2) {
    font-size: 16px;
  }
  .big_title_style {
    padding-bottom: 20px;
  }
  .fuo1_container {
    margin-top: 30px;
  }
  .fuo1_r figure {
    padding: 28px 36px 30px;
  }
  .fuo1_r .big_num {
    font-size: 36px;
    line-height: 42px;
    width: 116px;
  }
  .fuo2 {
    padding-top: 60px;
  }
  .fuo2 .describe {
    line-height: 30px;
  }
  .fuo3 {
    padding-top: 60px;
  }
  .fuo3 .r_box {
    width: 66%;
  }
  .fuo3_list .title {
    font-size: 18px;
    line-height: 28px;
    padding-top: 4px;
  }
  .fuo3_list .describe {
    line-height: 26px;
  }
  .fuo4 {
    padding-top: 60px;
  }
  .fuo4_list {
    margin-top: 75px;
  }
  .fuo4_list .number {
    font-size: 24px;
    line-height: 30px;
    max-width: 120px;
  }
  .fuo4_list li {
    padding: 80px 20px 26px;
  }
  .fuo5 {
    padding-top: 60px;
  }
  .fuo5 .people_describe {
    padding: 26px 22px 30px;
    gap: 15px;
  }
  .fuo5 .logo {
    width: 42px;
    border-radius: 12px;
  }
  .fuo5 .name {
    font-size: 20px;
    line-height: 28px;
  }
  .fuo5 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .fuo5 .box {
    padding-top: 10px;
  }
  .fuo5 .controls_box {
    margin-top: 30px;
    gap: 30px;
  }
  .fuo5 .button_page {
    gap: 12px;
  }
  .fuo5 .swiperfuo5-pagination .active {
    font-size: 20px;
  }
  .fuo6 {
    padding: 60px 0px 20px;
  }
  .fuo6 .sw_box {
    margin-top: 20px;
  }
  .fuo7 .sw_box,
  .fuo8 .sw_box {
    margin-top: 20px;
  }
  .fut1 {
    padding-top: 60px;
  }
  .fut1 .os2_title {
    margin-top: 6px;
  }
  .fut1 .text {
    margin-top: 8px;
  }
  .fut1_container {
    margin-top: 30px;
    gap: 40px;
  }
  .fut1_container .title {
    font-size: 26px;
    line-height: 38px;
  }
  .fut1_container .describe {
    margin-top: 20px;
  }
  .fut1_container .describe1 {
    margin-top: 15px;
  }
  .fut1_container .l_box {
    padding: 0px 30px;
  }
  .fut1_container .container {
    width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    left: 30px;
    top: 30px;
  }
  .fut2 {
    padding-top: 60px;
  }
  .fut2_container {
    margin-top: 15px;
    gap: 25px;
  }
  .fut2_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fut2_container .describe {
    margin-top: 15px;
  }
  .fut2_sw_box {
    margin-top: 30px;
  }
  .fut2_sw_box .box {
    padding: 20px 30px 30px;
  }
  .fut2_sw_box .name {
    font-size: 20px;
    line-height: 28px;
  }
  .fut2_sw_box .text {
    margin-top: 12px;
  }
  .fuo3,
  .fut4 {
    padding-top: 60px;
  }
  .fuo3 .describe,
  .fut4 .describe {
    margin-top: 12px;
  }
  .fuo3 .describe em,
  .fut4 .describe em {
    font-size: 16px;
  }
  .fut4 {
    padding-top: 30px;
  }
  .fo1 {
    padding-top: 60px;
  }
  .fo1_list .hide_box {
    padding: 15px 20px;
  }
  .fo1_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .fo1_list .container {
    padding: 6px 0px 0px;
  }
  .fo1_list .links {
    margin-top: 12px;
  }
  .fo1_list .links a {
    width: 32px;
  }
  .fo1_list .links img {
    width: 18px;
  }
  .ft1 {
    padding-top: 60px;
  }
  .ft1_list {
    gap: 20px;
  }
  .ft1_list .title {
    font-size: 22px;
    line-height: 32px;
  }
  .ft1_list li {
    padding-bottom: 20px;
  }
  .fth1 {
    padding-top: 28px;
  }
  .fth1_container h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .fth1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fth1_container .describe {
    margin-top: 15px;
  }
  .fth1_container .describe em {
    font-size: 16px;
  }
  .fth1_container .describe strong {
    font-size: 20px;
    line-height: 28px;
  }
  .fth1_container .describe table td {
    padding: 12px 25px !important;
  }
  .so1 {
    padding-top: 60px;
  }
  .so1_l .logo {
    width: 44px;
  }
  .so1_l li {
    gap: 16px;
  }
  .so1_l .list {
    gap: 25px;
    margin-top: 25px;
  }
  .so1_r .title {
    font-size: 26px;
    line-height: 36px;
  }
  .so1_r form input {
    height: 44px;
  }
  .so2 {
    padding-top: 60px;
  }
  .so3 {
    padding-top: 60px;
  }
  .so3 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .so3 .describe {
    margin-top: 15px !important;
  }
  .so3 .describe em::before {
    top: 10px;
  }
  .so3_l {
    padding-top: 30px;
  }
  .so3_l figure:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .page_change {
    margin-top: 40px;
    gap: 10px;
  }
  footer {
    margin: 60px auto 0px;
  }
  footer .content {
    width: calc(100% - 120px) !important;
  }
  footer .logoBox {
    width: 150px;
    margin-top: 0px;
  }
  footer .list {
    line-height: 32px;
  }
  .footer_a {
    padding: 40px 0px;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  .footer_b .icBox a {
    width: 42px;
  }
  .footer_b .icBox .iconfont {
    font-size: 18px;
  }
  .footer_r {
    flex: none;
    width: 100%;
  }
  .footer_r .box {
    width: 38%;
    min-width: 200px;
  }
  .footer_r .ul2 {
    min-width: 128px;
  }
  .footer_r .ul3 {
    min-width: 180px;
  }
  .buttonBox a {
    min-width: 160px !important;
    min-height: 44px !important;
    padding: 5px 15px;
  }
  .swiper_button {
    width: 32px;
  }
  #alert .box {
    padding: 25px 40px 30px;
  }
  #alert .describe {
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
  }
  #alert .links {
    margin-top: 15px;
  }
  #alert .links a {
    min-width: 160px;
    min-height: 52px;
    font-size: 18px;
    line-height: 28px;
  }
  #close {
    width: 40px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .os_alert .controls {
    width: 32px;
  }
  .os_alert_r .title {
    font-size: 20px;
    line-height: 28px;
  }
  .os_alert_r .describe {
    margin-top: 15px;
    line-height: 26px;
  }
  .os_alert_close {
    width: 52px;
  }
}
@media screen and (max-width: 1300px) {
  .ofu1_list {
    gap: 20px 2%;
  }
  .ofu1_list li {
    width: 23.5%;
  }
  .to2_container figure {
    width: 33.33333%;
    padding: 48px 4% 40px;
  }
  .fuo4_list li::before {
    right: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .oth1 {
    padding-top: 30px;
  }
  .oth1 .oth1_title {
    margin-top: 20px;
  }
  .oth1_container {
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .oth1_r {
    width: 100%;
  }
  .oth1_r_top {
    padding: 10px 30px;
  }
  .oth1_r_top .oth1_r_title {
    font-size: 18px;
    line-height: 26px;
  }
  .oth1_l {
    width: 100%;
  }
  .oth1_l .oth1_l_title {
    font-size: 18px;
    line-height: 28px;
  }
  .oth1_l .oth1_l_title_box {
    padding: 10px 24px;
  }
  .oth1_r_bottom {
    padding: 0px 30px 40px;
  }
  .oth1_r_list li {
    padding: 20px 0px;
  }
  .oth1_r_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  .oth1_r_list .describe {
    line-height: 26px;
  }
  .oth1_menu li {
    gap: 8px;
    margin-top: 4px;
  }
  .oth1_menu .list {
    padding: 15px 26px 20px;
    display: none;
  }
  .menu_title_box {
    padding: 8px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .menu_title_box .menu_title {
    font-size: 16px;
    line-height: 26px;
    flex: 1;
  }
  .menu_title_box .show {
    display: block;
    width: 8px;
  }
  .os2_container {
    gap: 30px;
  }
  .os2_l {
    width: 100%;
  }
  .os2_r {
    width: 100%;
  }
  .tth1 .content {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .tth1_r {
    width: 100%;
  }
  .fuo4_list {
    margin-top: 50px;
    gap: 60px 5%;
  }
  .fuo4_list li {
    width: 30%;
    padding: 65px 20px 26px;
  }
  .fuo4_list li::before {
    right: -13%;
  }
  .fuo4_list li:nth-of-type(3n)::before {
    display: none;
  }
  .fuo4_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .fuo4_list .number {
    max-width: 100px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1150px) {
  header {
    padding: 6px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    margin-right: 56px;
  }
  .padding_top {
    padding-top: 70.16px;
  }
  .pub_search {
    width: 60%;
  }
  .oo3_menu .container {
    top: 70.16px;
  }
  .oo3_r .top {
    top: 70.16px;
  }
}
@media screen and (max-width: 992px) {
  .pub_search {
    padding-right: 46px;
  }
  .banner_box {
    border-radius: 26px;
    min-height: 340px;
  }
  .banner_box .content {
    width: calc(100% - 40px) !important;
  }
  .banner_box .big_title {
    margin-top: 8px;
  }
  .banner_box .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .mbx {
    padding-top: 8px;
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    background: #fff;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #d144ad !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 15px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .index_banner .controls_box {
    display: none;
  }
  .index_banner .swiperbanner-pagination {
    gap: 10px;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
  .index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .index_banner .pub_search {
    left: 6%;
    width: 88%;
  }
  .index_banner .sw_box {
    border-radius: 26px;
  }
  .pub_search {
    width: 100%;
  }
  .pub_search .search_box {
    font-size: 15px;
    padding: 0px 20px;
    height: 48px;
  }
  .pub_search .submit_form {
    width: 36px;
    font-size: 16px;
  }
  .big_title {
    font-size: 22px;
    line-height: 30px;
  }
  .big_bt {
    font-size: 20px;
    line-height: 28px;
  }
  .index1 {
    padding: 30px 0px 0px;
  }
  .index1 .top {
    flex-wrap: wrap;
    gap: 6px;
  }
  .index1 .r_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .index1_list li {
    width: 32%;
  }
  .index1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index1_list .hide_box {
    padding: 0px 12px !important;
    gap: 12px;
    background: rgba(0, 0, 0, 0.4) !important;
  }
  .index1_list .dif_li {
    padding: 0px 12px !important;
  }
  .index2 {
    padding-top: 30px;
  }
  .index2 .sw_box {
    margin-top: 15px;
  }
  .index2 .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .index2 .describe {
    height: 72px;
    margin-top: 6px;
  }
  .index2 .links {
    margin-top: 15px;
    padding: 6px 12px;
  }
  .index2 .controls_box {
    margin-top: 20px;
    gap: 20px;
  }
  .index2 .button_page {
    gap: 6px;
  }
  .index3 {
    padding-top: 30px;
  }
  .index3 .big_bt {
    padding-bottom: 14px;
  }
  .index3 .text {
    font-size: 15px;
    line-height: 24px;
    margin: 6px auto 0px;
  }
  .index3 .buttonBox_index3 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .index3_container {
    margin: 20px auto 0px;
  }
  .index3_l {
    margin-top: 0px;
  }
  .index3_l .small_box {
    margin-top: 56px;
  }
  .index3_r .buttonBox {
    display: none;
  }
  .index3_center {
    margin-top: 0px;
  }
  .index4 {
    padding-top: 40px;
  }
  .index4 figure {
    padding: 20px;
  }
  .index4 .big_num {
    font-size: 26px;
    line-height: 32px;
  }
  .index4 .text {
    margin-top: 6px;
  }
  .index5 {
    padding-top: 40px;
  }
  .index5 .big_title {
    font-size: 18px;
    line-height: 28px;
  }
  .index5 .describe {
    margin-top: 4px;
  }
  .index5 figure {
    border-radius: 66px 0px;
  }
  .index5 .box {
    padding: 15px 20px 25px;
  }
  .index5 .buttonBox {
    margin-top: 16px;
  }
  .index6 {
    padding-top: 30px;
  }
  .index6 .content {
    gap: 12px;
  }
  .index6_l {
    flex: none;
    width: 100%;
  }
  .index6_r {
    width: 100%;
    gap: 10px;
  }
  .index6_r .title {
    font-size: 16px;
    line-height: 26px;
    padding-top: 1px;
  }
  .index6_r .logo {
    width: 30px;
  }
  .index6_r figure {
    padding: 12px 24px;
  }
  .index6_r figure.active {
    border-radius: 15px;
  }
  .index6_r .describe {
    line-height: 24px;
  }
  .index6_r .bottom {
    padding: 5px 0px 5px 40px;
  }
  .index7 {
    padding-top: 40px;
  }
  .index7 .top {
    align-items: center;
  }
  .index7 .sw_box {
    margin-top: 20px;
  }
  .index7 .hide_box {
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .index7 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index7 .container {
    display: block;
  }
  .index7 .links {
    display: none;
  }
  .oo_form {
    padding-top: 15px;
  }
  .big_describe {
    font-size: 14px;
    line-height: 24px;
  }
  .oo1 {
    padding-top: 30px;
  }
  .oo1 .swiperoo1-pagination {
    bottom: 10px;
    gap: 8px;
  }
  .oo1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .oo1_l .describe {
    margin-top: 6px;
  }
  .oo2 {
    padding-top: 30px;
  }
  .oo2 .content {
    gap: 15px 0px;
  }
  .oo2 figure {
    width: 48%;
    align-items: flex-start;
    gap: 12px;
  }
  .oo2 .logo {
    width: 32px;
  }
  .oo3 {
    padding-top: 30px;
  }
  .oo3_container {
    padding: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .oo3_menu {
    width: 100%;
  }
  .oo3_menu .bt {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 45px;
  }
  .oo3_r {
    width: 100%;
  }
  .ot1 {
    padding-top: 30px;
  }
  .ot1 .container {
    margin-top: 15px;
  }
  .ot1 table tr:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
  }
  .ot1 table tr:nth-of-type(1) td,
  .ot1 table tr td {
    padding: 12px 20px !important;
  }
  .oth1_r_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .oth1_r_list .r_box {
    margin-left: 4%;
  }
  .ofu1 {
    padding-top: 30px;
  }
  .ofu1_menu {
    font-size: 16px;
    line-height: 26px;
    gap: 10px 20px;
  }
  .ofu1_menu a {
    padding-bottom: 6px;
  }
  .ofu1_menu_erji {
    gap: 10px 12px;
    padding-top: 20px;
  }
  .ofu1_menu_erji a {
    width: 36px;
    font-size: 15px;
  }
  .ofu1_list {
    gap: 15px 2%;
  }
  .ofu1_list li {
    width: 32%;
  }
  .ofu1_list .logo {
    width: 36px;
  }
  .ofu1_list a {
    font-size: 15px;
  }
  .os1 {
    padding-top: 30px;
  }
  .os1_container {
    margin-top: 15px;
    flex-wrap: wrap;
    padding: 20px 30px 30px;
  }
  .os1_l {
    width: 100%;
    max-width: 725px;
    margin: 0px auto;
  }
  .os1_r {
    width: 100%;
  }
  .os1_r .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .os1_r .describe em {
    font-size: 15px;
  }
  .os1_r .describe em::before {
    top: 9px;
  }
  .os2 {
    padding-top: 30px;
  }
  .os2_container {
    margin-top: 15px;
    padding-top: 15px;
  }
  .os2_l {
    padding: 20px 30px 30px;
  }
  .os2_l .target {
    padding-bottom: 20px !important;
    margin-top: 20px;
  }
  .os2_menu {
    font-size: 15px;
    line-height: 26px;
    gap: 10px 20px;
  }
  .os2_menu a {
    padding-bottom: 8px;
  }
  .os2_l_container {
    padding-top: 20px;
  }
  .os2_title {
    font-size: 18px;
    line-height: 26px;
  }
  .os2_l_1 .describe {
    margin-top: 6px;
  }
  .os2_l_1 .describe em {
    font-size: 15px;
  }
  .os2_l_1 .describe strong {
    font-size: 16px;
  }
  .os2_l_2 .links {
    margin-top: 15px;
    gap: 12px;
  }
  .os2_l_2 .links a {
    font-size: 15px;
    padding: 5px 16px;
    gap: 10px;
  }
  .os2_l_3 .container {
    margin-top: 15px;
    gap: 10px;
  }
  .os2_l_3 .title {
    font-size: 16px;
  }
  .os2_l_3 .title::before {
    width: 24px;
    left: -32px;
    top: 0px;
  }
  .os2_l_3 .top {
    padding: 12px 18px;
    gap: 20px;
    padding-left: 50px;
  }
  .os2_l_3 .bottom {
    padding: 0px 50px 20px;
  }
  .os2_l_4 .container {
    margin-top: 15px;
    gap: 20px;
  }
  .os2_l_4 .r_box {
    width: 26%;
    line-height: 26px;
  }
  .os2_l_4 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .os2_l_4 .describe {
    margin-top: 6px;
  }
  .os2_l_4 figure {
    padding-bottom: 20px;
  }
  .os2_l_5 .sw_box {
    margin-top: 15px;
  }
  .os2_l_5 .title {
    margin-top: 4px;
  }
  .os2_r_title {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 25px;
  }
  .os2_r .container {
    padding: 20px 24px 25px;
  }
  .os2_r .container2 {
    gap: 15px;
  }
  .to1 {
    padding-top: 30px;
  }
  .to1 .describe {
    margin-top: 8px;
  }
  .to1 .buttonBox {
    margin-top: 20px;
  }
  .to1 .img_box {
    margin-top: 12px;
  }
  .to_back {
    margin-top: 30px;
  }
  .to2 {
    padding-top: 30px;
  }
  .to2_container {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .to2_container figure {
    min-height: 200px;
  }
  .to2_container .logo {
    width: 36px;
  }
  .to2_container .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .to2_container .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .to2_container .number {
    font-size: 120px;
    line-height: 116px;
  }
  .to3 {
    padding-top: 30px;
  }
  .to3 .buttonBox {
    margin-top: 20px;
  }
  .to3_container {
    margin-top: 15px;
    gap: 30px;
  }
  .to3_container figure {
    padding: 30px 30px 25px;
  }
  .to3_container .describe {
    margin-top: 8px !important;
  }
  .to3_container .img_list {
    margin-top: 12px;
  }
  .to3_container .name {
    font-size: 16px;
    line-height: 24px;
  }
  .to3_container .text1 {
    margin-top: 8px;
    line-height: 24px;
  }
  .to3_container .table {
    font-size: 15px;
  }
  .to3_container .table table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .to3_list {
    margin-top: 12px;
    gap: 20px 2%;
  }
  .to3_list li {
    width: 49%;
    padding: 20px 25px;
  }
  .to3_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .to3_list .text {
    margin-top: 6px;
  }
  .tt1 {
    padding-top: 30px;
  }
  .tt1 .text {
    margin-top: 8px;
  }
  .tt2 {
    padding-top: 20px;
  }
  .tt2 .content {
    padding: 25px 30px 30px;
  }
  .tt2 .name_form,
  .tt2 .name_after {
    margin-top: 5px;
  }
  .tt2 form input {
    height: 38px !important;
  }
  .tt2 form input,
  .tt2 form textarea {
    font-size: 15px !important;
  }
  .tt2 form .yzm {
    margin-top: 10px;
  }
  .tt2 .bt {
    font-size: 16px;
    line-height: 28px;
  }
  .tt2 .name_after {
    min-height: auto;
  }
  .tt2 .text {
    font-size: 16px;
    line-height: 26px;
  }
  .tt2_box1 .container {
    gap: 12px 0px;
    margin-top: 12px;
  }
  .tt2_title {
    font-size: 18px;
    line-height: 28px;
  }
  .tt2_box2 {
    margin-top: 15px;
  }
  .tt2_box2 .container {
    margin-top: 15px;
    padding-top: 15px;
    gap: 18px;
  }
  .tt2_box2 figure {
    gap: 8px;
    margin-top: 12px;
  }
  .tt2_box3 {
    margin-top: 10px;
  }
  .tth1 {
    padding-top: 30px;
  }
  .tth1_r .os2_r_title {
    padding: 12px 30px;
  }
  .tth1_r .container {
    padding: 20px 30px 30px;
  }
  .tth1_r .describe {
    margin-top: 8px;
  }
  .tt_menu_list1 li {
    margin-top: 5px;
  }
  .tho1 {
    padding-top: 30px;
  }
  .tho1_l .describe {
    margin-top: 6px;
  }
  .tho2 {
    padding-top: 30px;
  }
  .tho2 .table table td {
    padding: 10px !important;
  }
  .tho2 table {
    min-width: 800px;
  }
  .big_title_style {
    padding-bottom: 8px;
  }
  .fuo1 {
    padding-top: 30px;
  }
  .fuo1_container {
    margin-top: 15px;
  }
  .fuo1_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fuo1_r .big_num {
    font-size: 26px;
    line-height: 32px;
  }
  .fuo1_r figure {
    padding: 20px 26px;
  }
  .fuo1_l {
    padding-top: 15px;
  }
  .fuo2 {
    padding-top: 30px;
  }
  .fuo2 .content {
    border-radius: 26px;
    padding: 30px 0px;
  }
  .fuo2 .logo {
    width: 36px;
  }
  .fuo2 .title {
    margin-top: 12px;
  }
  .fuo2 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .fuo3 {
    padding-top: 30px;
  }
  .fuo3 .top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fuo3 .r_box {
    width: 100%;
  }
  .fuo3 .l_box {
    flex: none;
    width: 100%;
  }
  .fuo3_list {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .fuo3_list li {
    width: 100%;
    border-radius: 12px;
    min-height: auto;
  }
  .fuo3_list .title {
    font-size: 16px;
    line-height: 26px;
    padding-top: 1px;
  }
  .fuo3_list .logo {
    width: 30px;
  }
  .fuo3_list .describe {
    margin-top: 4px;
    line-height: 24px;
  }
  .fuo4 {
    padding-top: 30px;
  }
  .fuo4_list {
    margin-top: 15px;
    gap: 20px 5%;
  }
  .fuo4_list li {
    padding: 15px 15px 25px;
  }
  .fuo4_list li::before {
    display: none;
  }
  .fuo4_list .number {
    width: 100%;
    max-width: 100%;
    aspect-ratio: initial;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    background: transparent;
    border: none;
    padding: 0px;
  }
  .fuo4_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .fuo5 {
    padding-top: 30px;
  }
  .fuo5 .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fuo5 .l_box::before {
    width: 100%;
  }
  .fuo5 .l_box .imgBox {
    width: 80%;
    max-width: 500px;
  }
  .fuo5 .people_describe {
    transform: none;
    width: 40%;
  }
  .fuo5 .r_box {
    padding-top: 15px;
  }
  .fuo5 .describe {
    margin-top: 8px;
  }
  .fuo5 .controls_box {
    margin-top: 20px;
    gap: 20px;
  }
  .fuo5 .button_page {
    gap: 6px;
  }
  .fuo6 {
    padding: 30px 0px 0px;
  }
  .fuo6 .sw_box {
    margin-top: 15px;
  }
  .fuo7,
  .fuo8 {
    padding-top: 30px;
  }
  .fuo7 .sw_box,
  .fuo8 .sw_box {
    margin-top: 15px;
  }
  .fuo8 {
    padding-top: 10px;
  }
  .fut1 {
    padding-top: 30px;
  }
  .fut1 .os2_title {
    margin-top: 0px;
  }
  .fut1 .text {
    margin-top: 6px;
  }
  .fut1_container {
    margin-top: 20px;
    gap: 30px;
  }
  .fut1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fut1_container .describe {
    margin-top: 6px;
  }
  .fut1_container .describe em::before {
    top: 7px;
  }
  .fut2 {
    padding-top: 60px;
  }
  .fut2_container {
    margin-top: 15px;
    gap: 15px;
  }
  .fut2_container .describe {
    margin-top: 6px;
  }
  .fut2_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fut2_sw_box {
    margin-top: 20px;
  }
  .fut2_sw_box .name {
    font-size: 16px;
    line-height: 26px;
  }
  .fut2_sw_box .text {
    margin-top: 6px;
  }
  .fut2_sw_box .box {
    padding: 20px 20px 25px;
  }
  .fut3,
  .fut4 {
    padding-top: 30px;
  }
  .fut3 .describe,
  .fut4 .describe {
    margin-top: 6px;
  }
  .fo1 {
    padding-top: 30px;
  }
  .fo1_list {
    gap: 20px 2%;
  }
  .fo1_list li {
    width: 49%;
  }
  .fo1_list .hide_box {
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo1_list .container {
    display: block;
  }
  .fo1_list .links {
    display: none;
  }
  .ft1 {
    padding-top: 30px;
  }
  .ft1 .content {
    padding: 20px 30px 30px;
  }
  .ft1_list {
    gap: 20px;
  }
  .ft1_list li {
    padding-bottom: 15px;
  }
  .ft1_list .time {
    margin-top: 6px;
  }
  .ft1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fth1 {
    padding-top: 30px;
  }
  .fth1_container {
    padding: 20px 30px 30px;
  }
  .fth1_container h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .fth1_container .share_box {
    margin-top: 10px;
  }
  .fth1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fth1_container .describe {
    margin-top: 6px;
  }
  .fth1_container .describe strong {
    font-size: 18px;
    line-height: 26px;
  }
  .fth1_container .describe table td {
    padding: 8px 20px !important;
  }
  .fth1_container .container {
    margin-top: 15px;
    padding-top: 15px;
    gap: 15px;
  }
  .so1 {
    padding-top: 30px;
  }
  .so1_l .list {
    gap: 15px;
    margin-top: 15px;
  }
  .so1_r {
    padding-top: 0px;
  }
  .so1_r .title {
    font-size: 20px;
    line-height: 30px;
  }
  .so1_r form {
    gap: 8px 0px;
    margin-top: 15px;
  }
  .so2 {
    padding-top: 30px;
  }
  .so3 {
    padding-top: 30px;
  }
  .so3 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .so3 .describe {
    margin-top: 6px !important;
  }
  .so3_l {
    padding-top: 0px;
  }
  .so3_l figure:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .page_change {
    margin-top: 20px;
    gap: 8px;
  }
  footer {
    margin: 40px auto 0px;
    padding-bottom: 32px;
    border-radius: 26px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  footer .logoBox {
    width: 120px;
  }
  footer .dif_footer {
    line-height: 28px;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0);
  }
  footer .list {
    line-height: 26px;
    margin-top: 4px;
  }
  footer form {
    margin-top: 12px;
  }
  footer form input {
    height: 42px;
  }
  footer form input,
  footer form textarea {
    font-size: 15px;
  }
  .footer_a {
    padding: 30px 0px 20px;
  }
  .footer_r {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_r > * {
    width: 100%;
    max-width: 100%;
    min-width: 100% !important;
  }
  .footer_r .box {
    margin-top: 10px;
  }
  .footer_b {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .footer_b .icBox {
    width: 100%;
    margin-top: 0px;
  }
  .footer_b .icBox a {
    width: 35px;
  }
  .footer_b .icBox .iconfont {
    font-size: 14px;
  }
  .footer_b .l_box {
    padding-top: 0px;
  }
  .footer_after {
    height: 40px;
  }
  .buttonBox a {
    min-width: 146px !important;
    min-height: 40px !important;
    padding: 5px 8px;
  }
  .buttonBox span {
    padding-left: 8px;
  }
  #alert .describe {
    font-size: 15px;
    line-height: 24px;
  }
  #alert .links a {
    min-width: 120px;
    min-height: 42px;
    font-size: 15px;
    line-height: 24px;
  }
  #alert .box1 {
    border-radius: 25px;
  }
  #close {
    width: 32px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 10px 14px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 28px;
    min-width: 120px;
  }
  .os_alert .swiper-slide {
    border-radius: 15px;
  }
  .os_alert .mySwiperos_alert_l_1 {
    border-radius: 15px;
  }
  .os_alert .sw_box {
    margin-top: 10px;
  }
  .os_alert_l .controls {
    width: 16px;
  }
  .os_alert_r .title {
    font-size: 18px;
    line-height: 26px;
  }
  .os_alert_r .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .os_alert_close {
    width: 36px;
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    right: auto;
    left: 0;
    transform: none;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 120px;
  }
  header .lang {
    margin-right: 40px;
  }
  .padding_top {
    padding-top: 58.52px;
  }
  .index_banner {
    width: 94%;
  }
  .index_banner .pub_search {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 16%;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 12px;
  }
  .pub_search {
    padding-right: 40px;
  }
  .pub_search .search_box {
    height: 36px;
  }
  .pub_search .submit_form {
    width: 30px;
    font-size: 14px;
    right: 6px;
  }
  .index1_list .dif_li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index4 .content {
    gap: 20px 4%;
  }
  .index4 figure {
    width: 48%;
  }
  .index5 figure {
    border-radius: 52px 0px;
  }
  .index7 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index7 .buttonBox {
    width: 100%;
    justify-content: center;
  }
  .index7 .top {
    gap: 8px;
  }
  .oo1 .sw_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .oo1_l {
    width: 100%;
    position: relative;
    padding-top: 15px;
  }
  .oo2 figure {
    width: 100%;
    align-items: center;
  }
  .oo3_menu .container {
    position: relative;
    top: 0px;
  }
  .oo3_r {
    overflow: auto;
  }
  .oo3_r .top {
    position: relative;
    top: 0px;
  }
  .oo3_r .oo3_r_container {
    min-width: 600px;
  }
  .os2_l_4 figure {
    flex-direction: column-reverse;
    gap: 6px;
  }
  .os2_l_4 .l_box {
    flex: none;
    width: 100%;
  }
  .os2_l_4 .r_box {
    width: 100%;
    max-width: 100%;
  }
  .banner_box {
    width: 94%;
    min-height: 240px;
  }
  .fuo2 figure {
    padding: 0px 5%;
  }
  .fuo4_list {
    gap: 20px 2%;
  }
  .fuo4_list li {
    width: 32%;
  }
  .so1 .content {
    gap: 20px;
  }
  .so1_l {
    flex: none;
    width: 100%;
  }
  .so1_r {
    width: 100%;
  }
  footer {
    width: 94%;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 24px;
  }
  #alert .container {
    width: 68%;
  }
  .big_title {
    font-size: 20px;
    line-height: 30px;
  }
  .os_alert {
    align-items: flex-start;
    padding-top: 75px;
  }
  .os_alert .content {
    flex-wrap: wrap;
    gap: 15px;
    max-height: calc(100vh - 80px);
  }
  .os_alert_l {
    width: 100%;
  }
  .os_alert_r {
    width: 100%;
  }
  .tt2 form .int1 {
    width: 100%;
  }
  .tt2 form .tj {
    margin: 0px auto;
  }
  .fut1_container .container {
    width: 100%;
    max-height: none;
    position: relative;
    left: 0;
    top: 0;
  }
  .fut1_container figure {
    flex-direction: column-reverse;
  }
  .fut1_container .l_box {
    width: 100%;
    flex: none;
    padding: 20px 20px 30px;
  }
  .fut1_container .r_box {
    width: 100%;
  }
  .fut1_container .title {
    flex: none;
    padding-bottom: 0px;
    width: 100%;
  }
  .fut1_container .box {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4px;
  }
}
@media screen and (max-width: 600px) {
  .index1_list li {
    width: 49%;
  }
  .ofu1_list li {
    width: 49%;
  }
  .to2_container figure {
    width: 50%;
  }
  #alert .box {
    padding: 15px 30px 25px;
  }
  .tho1 .tho1_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .tho1_l {
    width: 100%;
    position: relative;
    padding-top: 15px;
  }
  .fuo4_list li {
    width: 49%;
  }
  .fuo5 .people_describe {
    width: 45%;
    padding: 20px;
  }
  .fuo5 .logo {
    width: 32px;
  }
  .fuo5 .name {
    font-size: 18px;
    line-height: 24px;
  }
  .fuo5 .box {
    padding-top: 4px;
  }
  .fuo5 .text {
    margin-top: 8px;
  }
}
@media screen and (max-width: 480px) {
  .banner_box {
    border-radius: 16px;
  }
  .banner_box .describe {
    display: none;
  }
  .index_banner .sw_box {
    border-radius: 16px;
  }
  .oth1_r_top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .oth1_r_top .oth1_r_title {
    width: 100%;
  }
  .oth1_r_top_menu {
    width: 100%;
    justify-content: flex-start;
  }
  footer {
    border-radius: 16px;
  }
  .index5 figure {
    width: 100%;
  }
  .ofu1_list a {
    padding: 8px 16px;
  }
  .os1_l {
    gap: 12px 1.884%;
  }
  .os1_l figure {
    border-radius: 12px;
  }
  .os2_l_5 .imgBox {
    border-radius: 12px;
  }
  .to3_container .img_list li {
    width: 100%;
  }
  .to3_list li {
    width: 100%;
  }
  .fuo2 figure {
    width: 100%;
  }
  .fuo2 .content {
    border-radius: 16px;
    gap: 20px;
  }
  .fuo2 .content::before {
    display: none;
  }
  .fuo5 .l_box {
    transform: none;
  }
  .fuo5 .l_box .imgBox {
    width: 50%;
  }
  .fuo5 .people_describe {
    width: 55%;
    top: 4%;
  }
  .fo1_list li {
    width: 100%;
  }
  #alert .container {
    width: 80%;
  }
  #alert .box1 {
    border-radius: 16px;
  }
  #close {
    width: 26px;
  }
}
@media screen and (max-width: 400px) {
  .index1_list li {
    width: 100%;
  }
  .index1_list .dif_li {
    aspect-ratio: 380/230;
  }
  .index4 figure {
    width: 100%;
  }
  .oth1_r_list .r_box {
    width: 100%;
    margin: 0px !important;
    float: none;
  }
  .oth1_r_list .label {
    min-height: auto;
  }
  .oth1_r_list .l_box {
    padding-top: 12px;
  }
  .ofu1_list li {
    width: 100%;
  }
  .os1_container {
    padding: 20px 20px 30px;
  }
  .os2_l {
    padding: 20px 20px 30px;
  }
  .os2_l_3 .title::before {
    display: none;
  }
  .os2_l_3 .top {
    padding-left: 18px;
    gap: 15px;
  }
  .os2_l_3 .bottom {
    padding: 0px 18px 20px;
  }
  .to2_container figure {
    width: 100%;
  }
  .to3_container figure {
    padding: 30px 20px 25px;
  }
  .tt2 .content {
    padding: 30px 20px 25px;
  }
  .tth1_r .os2_r_title {
    padding: 12px 20px;
  }
  .tth1_r .container {
    padding: 20px 20px 30px;
  }
  .fuo1_r figure {
    flex-wrap: wrap;
    gap: 6px;
  }
  .fuo1_r .big_num {
    width: 100%;
  }
  .fuo1_r .box {
    flex: none;
    width: 100%;
  }
  .fuo4_list li {
    width: 100%;
  }
  .fuo5 .l_box {
    width: 100%;
  }
  .fuo5 .l_box .imgBox {
    width: 100%;
  }
  .fuo5 .people_describe {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 8px;
  }
  .ft1 .content {
    padding: 20px 20px 30px;
  }
  .fth1_container {
    padding: 20px 20px 30px;
  }
  .so3 .so3_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .so3_l {
    padding-top: 15px;
  }
}
@font-face {
  font-family: "PublicSans-Regular";
  src: url("../fonts/PublicSans-Regular.eot");
  src: url("../fonts/PublicSans-Regular.eot") format("embedded-opentype"), url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff"), url("../fonts/PublicSans-Regular.ttf") format("truetype"), url("../fonts/PublicSans-Regular.svg#PublicSans-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PublicSans-SemiBold";
  src: url("../fonts/PublicSans-SemiBold.eot");
  src: url("../fonts/PublicSans-SemiBold.eot") format("embedded-opentype"), url("../fonts/PublicSans-SemiBold.woff2") format("woff2"), url("../fonts/PublicSans-SemiBold.woff") format("woff"), url("../fonts/PublicSans-SemiBold.ttf") format("truetype"), url("../fonts/PublicSans-SemiBold.svg#PublicSans-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PublicSans-Bold";
  src: url("../fonts/PublicSans-Bold.eot");
  src: url("../fonts/PublicSans-Bold.eot") format("embedded-opentype"), url("../fonts/PublicSans-Bold.woff2") format("woff2"), url("../fonts/PublicSans-Bold.woff") format("woff"), url("../fonts/PublicSans-Bold.ttf") format("truetype"), url("../fonts/PublicSans-Bold.svg#PublicSans-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";
}
.ot1 table td:nth-of-type(1){white-space: nowrap}



/* xinjia */
.zero1 {
	padding: 37px 0px 45px;
}
.zero1 .describe {
	font-family: PublicSans-Regular;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #251922;
}
.zero2 {
	position: relative;
	z-index: 1;
	padding: 80px 0px 77px;
}
.zero2 .big_bt {
	color: #fff;
	text-align: center;
}
.zero2::before {
	content: "";
	width: 93.75%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	z-index: -1;
	background: url("../images/zero2_back.jpg") no-repeat center;
	background-size: cover;
	border-radius: 50px;
	overflow: hidden;
}
.zero_search {
	margin: 33px auto 0px;
	width: 87.5%;
	background: #fff;
	border-radius: 999px;
	padding-right: 68px;
	position: relative;
}
.zero_search .search_box {
	background: transparent;
	border: none;
	font-family: PublicSans-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666;
	padding: 0px 30px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	display: block;
	height: 70px;
}
.zero_search .search_box::placeholder,
.zero_search .search_box::-webkit-input-placeholder {
	color: #999;
}
.zero_search .submit_form {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	background: #d144ad;
}
.zero3 {
	padding: 89px 0px 0px;
}
.zero3 .big_title {
	text-align: center;
}
.zero3_list {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 2.1875%;
	margin-top: 33px;
}
.zero3_list li {
	width: 31.875%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 993px) {
	.zero3_list li:hover .hide_box {
		background: rgba(0, 0, 0, 0.7);
	}
}
.zero3_list .title {
	color: #fff;
	font-family: PublicSans-SemiBold;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: normal;
	text-align: center;
}
.zero3_list .title a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.zero3_list .title a:hover {
	color: #d144ad;
}
.zero3_list .hide_box,
.index1 .hide_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: 0.5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 23px;
	padding: 16px 20px 15px;
}
.zero3_list .links {
	display: none;
}
.zero3_list .links a {
	width: 32px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
.zero3_list .links a:hover {
	background: #d144ad;
}
.zero3_list .links a:hover img {
	filter: brightness(0) invert(1);
}
.zero3_list .links img {
	transition: 0.2s;
}
.seo1 .content{
	overflow: hidden;
	border-bottom: 1px solid rgba(37,25,34,0.2);
	padding-bottom: 80px;
}
.seo1{
	padding-top: 69px;
}
.seo1_l .describe{
	color: #251922;
	margin-top: 25px;
}
.seo1_r{
	width: 48.125%;
	float: right;
	margin-bottom: 5px;
	margin-left: 4.875%;
	border-radius: 20px;
	overflow: hidden;
}
.seo2{
	padding: 80px 0px 30px;
}
.seo2_title{
	font-family: PublicSans-SemiBold;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #333;
}
.seo2 .content{
	border-radius: 20px;
	border: 1px solid #E5E5E5;
	background: #fff;
	padding: 39px 50px 64px;
}
.seo2 .img_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0px;
}
.seo2 .img_box figure{
	width: 48.065%;
}
.seo2 .seo2_title{
	margin-top: 34px;
}
.seo2 .describe{
	line-height: 30px;
	color: #666;
	margin-top: 12px;
}
.seo2 .buttonBox{
	margin-top: 34px;
}
.seo3 .content{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.seo3 figure{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	border: 1px solid #E5E5E5;
	background: #fff;
	padding: 39px 50px 38px;
}
.seo3 .describe{
	line-height: 30px;
	color: #666;
	margin-top: 12px;
}
.seo3 .buttonBox{
	margin-top: 38px;
}
.seo3 .l_box{
	width: 48.065%;
}
.seo3 .r_box{
	width: 48.332%;
	padding-bottom: 4px;
}
@media screen and (max-width: 1680px) {
	.zero1 {
		padding: 30px 0px;
	}
	.zero1 .describe {
		font-size: 20px;
		line-height: 32px;
	}
	.zero2 {
		padding: 60px 0px;
	}
	.zero_search .search_box {
		height: 66px;
	}
	.zero_search .submit_form {
		width: 52px;
	}
	.zero3 {
		padding: 60px 0px 0px;
	}
	.zero3_list {
		margin-top: 20px;
	}
	.zero3_list .title {
		font-size: 18px;
		line-height: 28px;
	}
	.zero3_list .hide_box,
	.index1_list .hide_box{
		padding: 0px 15px !important;
		gap: 15px;
	}
	.seo1{
		padding-top: 60px;
	}
	.seo1 .content{
		padding-bottom: 60px;
	}
	.seo1_l .describe{
		margin-top: 12px;
	}
	.seo2_title{
		font-size: 22px;
	}
	.seo2{
		padding: 60px 0px 30px;
	}
	.seo2 .seo2_title{
		margin-top: 15px;
	}
	.seo2 .content{
		padding: 30px 40px 40px;
	}
	.seo2 .describe{
		line-height: 28px;
		margin-top: 6px;
	}
	.seo2 .buttonBox{
		margin-top: 16px;
	}
	.seo3 figure{
		padding: 30px 40px;
	}
	.seo3 .describe{
		line-height: 28px;
		margin-top: 6px;
	}
	.seo3 .buttonBox{
		margin-top: 20px;
	}
}
@media screen and (max-width: 992px) {
	.zero1 {
		padding: 20px 0px;
	}
	.zero1 .describe {
		font-size: 16px;
		line-height: 28px;
	}
	.zero2 {
		padding: 30px 0px;
	}
	.zero_search {
		margin: 15px auto 0px;
	}
	.zero_search .search_box {
		font-size: 15px;
		padding: 0px 20px;
		height: 48px;
	}
	.zero_search .submit_form {
		width: 36px;
		font-size: 16px;
	}
	.zero3 {
		padding: 30px 0px 0px;
	}
	.zero3_list {
		margin-top: 15px;
		gap: 20px 2%;
	}
	.zero3_list li {
		width: 32%;
	}
	.zero3_list .title {
		font-size: 16px;
		line-height: 26px;
	}
	.zero3_list .hide_box,
	.index1_list .hide_box{
		padding: 0px 12px !important;
		gap: 12px;
		background: rgba(0, 0, 0, 0.4) !important;
	}
	.seo1{
		padding-top: 30px;
	}
	.seo1 .content{
		padding-bottom: 30px;
	}
	.seo1 .describe{
		margin-top: 4px;
	}
	.seo2_title{
		font-size: 20px;
		line-height: 32px;
	}
	.seo2 .content{
		padding: 20px 30px 30px;
	}
	.seo2{
		padding: 30px 0px;
	}
	.seo2 .seo2_title{
		margin-top: 8px;
	}
	.seo2 .describe{
		line-height: 26px;
		margin-top: 4px;
	}
	.seo3 .describe{
		line-height: 26px;
		margin-top: 4px;
	}
	.seo3 figure{
		flex-wrap: wrap;
		padding: 20px 30px;
	}
	.seo3 .l_box{
		width: 100%;
		max-width: 720px;
		margin: 0px auto;
		padding: 12px 0px 0px;
	}
	.seo3 .r_box{
		width: 100%;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.zero3_list {
		gap: 20px 2%;
	}
	.zero3_list li {
		width: 49%;
	}
	.zero2 {
		overflow: hidden;
	}
	.zero2::before {
		width: 100%;
		border-radius: 20px;
	}
	.zero_search {
		width: 100%;
		padding-right: 40px;
	}
	.zero_search .search_box {
		height: 36px;
	}
	.zero_search .submit_form {
		width: 30px;
		font-size: 14px;
		right: 6px;
	}
	.seo1_r{
		width: 100%;
		float: none;
		margin: 0px auto;
	}
	.seo1_l{
		padding-top: 12px;
	}
	.seo2 .img_box{
		gap: 15px 0px;
	}
	.seo2 .img_box figure{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.zero3_list li {
		width: 100%;
	}
}
.os .ot1 .container{
    margin-top: 0px !important;
}
.os .ot1 .buttonBox{
    margin-top: 20px;
}

.zero3_list .hide_box,
.index1_list .hide_box{
	gap: 0px !important;
}

.zero3_menu {
	font-family: PublicSans-Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-transform: capitalize;
	color: #fff;
	margin-top: 17px;
	overflow: auto;
	display: none;
}

.zero3_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.zero3_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D144AD;
}
.zero3_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}

.zero3_menu a {
	display: block;
	position: relative;
	color: #fff;
	padding-left: 17px;
}

.zero3_menu a:not(:nth-of-type(1)) {
	margin-top: 11px;
}

.zero3_menu a::before {
	content: '';
	position: absolute;
	width: 7px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #D144AD;
	left: 0px;
	top: 12px;
}

.zero3_menu a:hover {
	font-family: PublicSans-Bold;
}

.seo2 table,
.seo3 table{
	font-family: PublicSans-SemiBold;
	color: #333;
}

.seo2 table a,
.seo3 table a{
	color: #333;
}

.seo2 table a:hover,
.seo3 table a:hover{
	color: #d144ad;
	text-decoration: underline;
}

.seo2 table td,
.seo3 table td{
	border: none !important;
	padding: 8px 20px !important;
}

.seo2 table tr:nth-of-type(odd),
.seo3 table tr:nth-of-type(odd){
	background: #f5f3fa;
	border-left: 1px solid #f5f3fa;
	border-right: 1px solid #f5f3fa;
}

.seo2 table tr:nth-of-type(even),
.seo3 table tr:nth-of-type(even){
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.seo2 table tr:nth-of-type(1),
.seo3 table tr:nth-of-type(1){
	color: #d144ad;
	font-family: PublicSans-SemiBold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: normal;
	border: none !important;
	position: relative;
	z-index: 1;
	background: #fff;
}

.seo2 table tr:nth-of-type(1)::after,
.seo3 table tr:nth-of-type(1)::after{
	content: "";
	background: #f5f5f5;
	width: calc(100% - 2px);
	height: calc(100% - 1px);
	border-radius: 20px 20px 0px 0px;
	border: 1px solid #e5e5e5;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: -1;
}


.seo2 table tr:nth-last-of-type(1),
.seo3 table tr:nth-last-of-type(1){
	position: relative;
	z-index: 1;
	border: none !important;
}

.seo2 table tr:nth-last-of-type(1)::after,
.seo3 table tr:nth-last-of-type(1)::after{
	content: "";
	position: absolute;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	background: transparent;
	border-radius: 0px 0px 20px 20px;
	border: 1px solid #e5e5e5;
	border-top: none;
	left: -1px;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 1680px){
	.zero3_menu{
		margin-top: 8px;
	}
	.zero3_menu a:not(:nth-of-type(1)){
		margin-top: 4px;
	}
	.zero3_list .hide_box,
	.index1_list .hide_box{
		padding: 20px 15px !important;
	}
	.seo2 table tr:nth-of-type(1),
	.seo3 table tr:nth-of-type(1){
		font-size: 16px;
		line-height: 24px;
	}
}
@media screen and (max-width: 992px) {
	.zero3_menu {
		display: block;
		font-size: 14px;
		line-height: 24px;
	}
	.zero3_menu a{
		padding: 0px 12px
	}
	.zero3_menu a::before{
		top: 9px;
	}
	.zero3_list .hide_box,
	.index1_list .hide_box{
		padding: 12px !important;
	}
}