@import url("./swiper-bundle.min.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Manrope-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  color: #333;
  letter-spacing: 0px;
}
html body::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~=nofollow] img,
html body a[rel~=sponsored] img,
html body a[rel~=ugc] img {
  outline: none !important;
}
html body a[rel~=nofollow],
html body a[rel~=sponsored],
html body a[rel~=ugc] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}

.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu .box {
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.8);
}
.rightMenu .menu_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .rightMenu .menu_box:hover {
    background: rgba(255, 244, 222, 0.6);
  }
  .rightMenu .menu_box:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #fff4de;
  white-space: nowrap;
  padding: 5px 10px;
  color: #333;
  border-radius: 10px;
}
.rightMenu .go_top {
  margin-top: 10px;
  background: #fff4de;
  border-radius: 50%;
}

/* nav */
.xnav {
  display: none;
}

.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #222;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}

.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}

.nav .nav1 {
  margin-top: -1px;
}

.nav .nav2 {
  margin-top: -8px;
}

.nav .nav3 {
  margin-top: 6px;
}

.navh .nav1 {
  transform: rotate(45deg);
}

.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}

.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}

.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}

.smdaohangh {
  right: 0px;
  opacity: 1;
}

.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}

ul.topnav li {
  text-align: left;
  position: relative;
}

ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}

ul.topnav ul {
  display: none;
}

ul.topnav ul li {
  clear: both;
}

ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}

ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

ul.topnav ul ul ul li a {
  padding-left: 60px;
}

ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}

ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}

ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}

ul.topnav span.yizi {
  transform: rotate(90deg);
}

.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}

.smdaohang form .iptc {
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}

.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}

.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#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);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#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;
  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;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  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;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  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%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounceFromRight {
  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;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    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: 1000;
  transition: 0.3s;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1346px !important;
  width: calc(100% - 60px) !important;
}
header .content {
  width: calc(100% - 60px) !important;
}
header .center {
  display: flex;
  align-items: center;
  gap: 41px;
}
header .logoBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 184px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img:nth-of-type(1) {
  opacity: 1;
}
header .logoBox img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #fff4de;
}
header .menuOne.active > a::before {
  transform: translateX(-50%) scale(1);
}
header .menuOne.menuactive > a {
  color: #fff4de;
}
header .menuOne.menuactive > a::before {
  transform: translateX(-50%) scale(1);
}
header .menuOne {
  font-family: Manrope-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #fff;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 57px 0px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: 44px;
  transition: 0.3s;
  background: #fff4de;
}
header .menuOne > a:hover {
  color: #fff4de;
}
header .menuOne > a:hover::before {
  transform: translateX(-50%) scale(1);
}
header .menuOne .active > a {
  text-decoration: underline;
}
header .menuOne .menuactive > a {
  text-decoration: underline;
}
header .ul {
  min-width: 160px;
  position: absolute;
  z-index: 1;
  display: none;
  left: 100%;
  top: -8px;
  padding-left: 1px;
  width: max-content;
  text-align: center;
}
header .ul div {
  padding: 8px 0px;
  background: #fff4de;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: Manrope-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  position: relative;
  margin-top: 8px;
}
header .ul li span {
  transition: 0s;
  flex: 1;
}
header .ul li img {
  opacity: 0;
}
header .ul li a {
  color: #222;
  position: relative;
  padding: 0px 18px;
  gap: 52px;
}
header .ul li a:hover {
  text-decoration: underline;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 29px);
  padding-left: 0px;
}
header .head_boxr {
  padding-right: 7px;
  display: flex;
  align-items: center;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 993px) {
  header .sousuo .search:hover {
    color: #fff4de;
  }
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: rgb(250, 250, 250);
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
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: #222;
  cursor: pointer;
  transition: 0.3s;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}
header .lang::before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  height: 100%;
  max-height: 20px;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 6px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #fff4de;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #fff4de;
  }
}
header .lang .lang_box .lang2 {
  width: 21px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box .lang1 {
  width: 9px;
  aspect-ratio: 9/5;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 24px;
  margin-top: 2px;
  color: #fff;
  transition: 0.3s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #222;
}
header .lang > ul li {
  font-size: 16px;
  line-height: 26px;
  padding: 6px 0px;
  border-bottom: 1px dashed #222;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .search_lang {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
header .dif_ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 38px);
  z-index: 1;
}
header .dif_ul_container {
  background: #fff4de;
  padding: 38px 3% 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  gap: 30px 2%;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
header .dif_ul_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .dif_ul_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
header .dif_ul_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .dif_ul_container .imgBox {
  width: 92px;
  border-radius: 600px 600px 0px 0px;
  overflow: hidden;
  margin: 0px auto;
}
header .dif_ul_container li {
  width: 15%;
}
header .name {
  font-family: Manrope-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #222;
  margin-top: 16px;
}
header .name a {
  color: #222;
}
@media screen and (min-width: 993px) {
  header .name a:hover {
    text-decoration: underline;
  }
}
header .describe {
  color: #666;
  font-family: Manrope-Regular;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  margin-top: 11px;
}
header .describe p:not(:nth-of-type(1)) {
  margin-top: 10px;
}

header .describe a{
    color: #666;
}
header .describe a:hover{
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #666;
}

.header {
  background: #fff;
}
.header .logoBox img:nth-of-type(1) {
  opacity: 0;
}
.header .logoBox img:nth-of-type(2) {
  opacity: 1;
}
.header .menuOne {
  color: #222;
}
.header .menuOne > a {
  color: #222;
}
.header .menuOne > a::before {
  background: #222;
}
@media screen and (min-width: 993px) {
  .header .menuOne > a:hover {
    color: #222;
  }
}
.header .menuOne.active > a {
  color: #222;
}
.header .menuOne.menuactive > a {
  color: #222;
}
.header .sousuo .search {
  color: #222 !important;
}
.header .lang::before {
  border-left: 1px solid #999;
}
.header .lang .lang_box .lang2,
.header .lang .lang_box .lang1 {
  background: #222 !important;
}
.header .lang .lang_box span {
  color: #222 !important;
}

.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.clear {
  clear: both;
}

.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.index_banner .swiper-slide > a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  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 .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 47%;
  text-align: center;
}
.index_banner .banner_title {
  color: #fff;
  font-family: Cormorant-Garamond;
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  line-height: 80px;
  text-transform: capitalize;
}
.index_banner .banner_title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index_banner .banner_title a:hover {
    color: #fff4de;
  }
}
.index_banner .banner_describe {
  color: #fff;
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-top: 16px;
}
.index_banner .buttonBox {
  justify-content: center;
  margin-top: 24px;
}
.index_banner .scroll_box {
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-family: Manrope-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  position: absolute;
}
.index_banner .scroll_box .logo {
  width: 25px;
  margin: 0px auto;
  position: relative;
}
.index_banner .scroll_box img:nth-of-type(2) {
  position: absolute;
  width: 1px;
  left: 12px;
  top: 10px;
  animation: scrollDownAnimation 1.6s ease-in-out infinite;
}
.index_banner .scroll_box p {
  margin-top: 8px;
}
.index_banner .controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 2px;
  bottom: 46px;
  z-index: 1;
}
.index_banner .index_banner_controls {
  width: 163px;
}
.index_banner .swiperindex_banner-pagination {
  background: rgba(255, 244, 222, 0.3);
  position: relative;
}
.index_banner .swiper-pagination-progressbar-fill {
  background: #fff;
}
.index_banner .flex_box {
  color: #fff;
  font-family: Manrope-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.index_banner .index_banner_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.index_banner .index_banner_button .mask_box {
  width: 7px;
  aspect-ratio: 7/12;
  background: #999;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .index_banner .index_banner_button .mask_box:hover {
    background: #fff;
  }
}
.index_banner .index_banner_button .mask_box.prev {
  mask-image: url("../images/index_banner_la.png");
  -webkit-mask-image: url("../images/index_banner_la.png");
}
.index_banner .index_banner_button .mask_box.next {
  mask-image: url("../images/index_banner_lb.png");
  -webkit-mask-image: url("../images/index_banner_lb.png");
}
.index_banner .active_length {
  min-width: 25px;
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.title_before {
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
}

.big_title {
  font-family: Cormorant-Garamond;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  text-transform: capitalize;
  color: #222;
}
.big_title a {
  color: #222;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.title_center {
  text-align: center;
}

.small_describe {
  font-family: Manrope-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}

.index1 {
  background: url("../images/index1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 95px 0px 80px;
  overflow: hidden;
}
.index1 .container {
  width: calc(100% - 56px);
  max-width: 1808px;
  margin: 0px auto;
}
.index1 .swiper-slide {
  border-radius: 200px 200px 0px 0px;
  overflow: hidden;
  position: relative;
}
.index1 .swiper-slide::before, .index1 .swiper-slide::after {
  pointer-events: none;
  transition: 0.3s;
}
.index1 .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 140px;
  left: 0;
  bottom: 0;
  background: url("../images/index1_ia.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  opacity: 1;
}
.index1 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 281px;
  background: url("../images/index1_ib.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .index1 .swiper-slide:hover::before {
    opacity: 0;
  }
  .index1 .swiper-slide:hover::after {
    opacity: 1;
  }
}
.index1 .swiper-slide:nth-of-type(odd) {
  margin-top: 30px;
}
.index1 .sw_box {
  margin-top: 44px;
  position: relative;
}
.index1 .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0px 25px 21px;
}
.index1 .title {
  font-family: Cormorant-Garamond;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.index1 .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;
}
@media screen and (min-width: 993px) {
  .index1 .title a:hover {
    color: #fff4de;
  }
}
.index1 .small_describe {
  margin-top: 9px;
  display: none;
}
.index1 .describe {
  color: #fff;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index1 .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 57.5%;
}
.index1 .swiper_button .controls.prev {
  left: 0px;
  transform: translate(-50%, -50%);
}
.index1 .swiper_button .controls.next {
  right: 0;
  transform: translate(50%, -50%);
}

.index_color_back {
  position: relative;
  z-index: 1;
}
.index_color_back::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 1473px;
  background: url("../images/index_back.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.index2 {
  padding: 20px 0px 129px;
}
.index2 .top_r {
  width: 47.572%;
  padding-top: 15px;
}
.index2 .describe {
  color: #666;
}
.index2 .container {
  margin-top: 44px;
}
.index2 .logo {
  width: 58px;
  margin-top: 16px;
}
.index2 .flex_box {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 20px;
}
.index2 .title {
  font-family: Cormorant-Garamond;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #222;
}
.index2 .text {
  color: #666;
  margin-top: 1px;
}

.index3 {
  padding-bottom: 112px;
}
.index3 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index3 .describe {
  color: #666;
  margin-top: 34px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.index3 .big_title {
  margin-top: 9px;
}
.index3 .buttonBox {
  margin-top: 35px;
}

.index3_l {
  width: 46.643%;
  position: relative;
}
.index3_l .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.index3_l .swiper_button .controls.prev {
  left: 18px;
}
.index3_l .swiper_button .controls.next {
  right: 18px;
}
.index3_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index3_l .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  min-height: 139px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 30px;
}
.index3_l .title {
  font-family: Manrope-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}
.index3_l .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;
}
@media screen and (min-width: 993px) {
  .index3_l .title a:hover {
    text-underline-offset: 2px;
    text-decoration: underline;
  }
}

.index3_r {
  width: 46.715%;
  margin-right: 4px;
  padding-top: 4.2%;
}

.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}

.index4_l {
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 1;
}
.index4_l::before {
  content: "";
  position: absolute;
  right: 23px;
  bottom: 0;
  background: url("../images/index4_l_back.png") no-repeat center;
  background-size: cover;
  width: 45%;
  max-width: 432px;
  aspect-ratio: 432/190;
  z-index: -1;
}
.index4_l .container {
  position: absolute;
  right: 51px;
  width: calc(100% - 102px);
  max-width: 795px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 42px;
  max-height: calc(100% - 40px);
  overflow: auto;
}
.index4_l .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.index4_l .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.index4_l .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.index4_l .big_title {
  margin-top: 9px;
}
.index4_l .buttonBox {
  margin-top: 56px;
}

.index4_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 37px;
}
.index4_list .logo {
  width: 84px;
  border-radius: 50%;
  overflow: hidden;
}
.index4_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
.index4_list .box {
  flex: 1;
}
.index4_list .describe {
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
}

.index4_r {
  width: 49.6875%;
  position: relative;
}
.index4_r .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index4_r .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  min-height: 194px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 31px 33px;
  padding-right: 200px;
}
.index4_r .title {
  font-family: Manrope-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}
.index4_r .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;
}
@media screen and (min-width: 993px) {
  .index4_r .title a:hover {
    text-underline-offset: 2px;
    text-decoration: underline;
  }
}
.index4_r .swiper_button {
  position: absolute;
  bottom: 32px;
  right: 65px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
}

.index5 {
  padding: 110px 0px 84px;
}
.index5 .big_title {
  margin-top: 8px;
}

.index5_list {
  display: flex;
  flex-wrap: wrap;
  gap: 58px 4.3565%;
  margin-top: 83px;
}
.index5_list li {
  width: 30.429%;
  position: relative;
}
.index5_list .number {
  z-index: 1;
  position: absolute;
  width: 80px;
  left: 50%;
  top: 0;
  aspect-ratio: 1/1;
  background: #fff4de;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  text-transform: capitalize;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.index5_list .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 134px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 20px 14px;
}
.index5_list .title {
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
}
.index5_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;
}
@media screen and (min-width: 993px) {
  .index5_list .title a:hover {
    text-underline-offset: 2px;
    text-decoration: underline;
  }
}

.index6 {
  position: relative;
  z-index: 2;
  padding: 47px 0px 0px;
}
.index6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 105px);
  background: url("../images/index6_back.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index6 .big_title {
  margin-top: -1px;
}

.index6_container {
  margin-top: 71px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index6_l {
  width: 46.429%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 55px 56px 54px;
  position: relative;
}
.index6_l::before, .index6_l::after {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 34px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #222;
  pointer-events: none;
}
.index6_l::after {
  width: calc(100% - 48px);
  height: calc(100% - 62px);
}
.index6_l .describe {
  color: #222;
}

.index6_list {
  margin-top: 15px;
}
.index6_list li {
  font-family: Cormorant-Garamond;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
  text-transform: capitalize;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
}
.index6_list li p {
  flex: 1;
}
.index6_list li img {
  width: 44px;
}
@media screen and (min-width: 993px) {
  .index6_list li:hover {
    background: #fff4de;
  }
}
.index6_list li.active {
  background: #fff4de;
}

.index6_r {
  width: 49.358%;
  padding: 3.85% 0px 140px;
}
.index6_r .l_box {
  width: 44.284%;
}
.index6_r .imgBox {
  border: 4px solid #fff;
}
.index6_r .r_box {
  flex: 1;
  padding-top: 13.9%;
}
.index6_r .change_box {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8.249%;
}
.index6_r .text {
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
}

.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  margin-top: -98px;
  padding: 174px 0px 7.1875%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index7::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/113;
  background: url("../images/index7_back1.png") no-repeat center;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin-bottom: 2%;
}
.index7 .turn_page {
  margin-top: 42px;
}
.index7 .turn_page #box {
  position: relative;
  z-index: 1;
}
.index7 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 29.2857142857%;
}
.index7 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.index7 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index7 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.index7 .turn_page #box .list-item:nth-of-type(4) .title {
  display: block;
}
.index7 .title {
  display: none;
  position: absolute;
  text-align: center;
  color: #333;
  width: 100%;
  bottom: -12%;
  transform: translateY(100%);
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
}
.index7 .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 59%;
  background: #fff;
}
.index7 .swiper_button .controls.prev {
  left: -28px;
  transform: translate(-100%, -50%);
}
.index7 .swiper_button .controls.next {
  right: -28px;
  transform: translate(100%, -50%);
}

.index8 {
  padding: 77px 0px 52px;
  position: relative;
  z-index: 1;
}
.index8 .index8_back {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 16%;
  max-width: 290px;
  top: 51px;
}
.index8 .big_title {
  margin-top: 4px;
}

.index8_container {
  width: 100%;
  max-width: 1150px;
  margin: 33px auto 0px;
  position: relative;
}
.index8_container .number_box {
  width: 16.087%;
  position: absolute;
  left: -37px;
  bottom: 16px;
  padding: 0px 20px 17px;
  background: #fff4de;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.index8_container .big_num {
  font-family: Cormorant-Garamond;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index8_container .big_num_after {
  color: #666;
  margin-top: 1px;
}
.index8_container figure {
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  padding: 20px 0px 0px;
}
.index8_container figure:nth-of-type(1) {
  border-top: none;
}

.index9 {
  padding-bottom: 89px;
}
.index9 .content {
  text-align: center;
}
.index9 .describe {
  color: #666;
  text-align: center;
  margin-top: 19px;
}
.index9 .buttonBox {
  justify-content: center;
  margin-top: 19px;
}
.index9 .icBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 36px;
  margin-top: 53px;
}
.index9 .icBox a {
  display: block;
  width: 95px;
}
.index9 .icBox a img {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .index9 .icBox a:hover img {
    transform: translateY(-5px);
  }
}

.bannerBox {
  padding-top: 25.5208333333%;
  position: relative;
}
.bannerBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.bannerBox .banner_title {
  color: #fff;
  font-family: Cormorant-Garamond;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  text-transform: capitalize;
}
.bannerBox .mbx {
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
  margin-top: 6px;
}
.bannerBox .mbx a {
  display: inline;
  color: #fff;
}
@media screen and (min-width: 993px) {
  .bannerBox .mbx a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.bannerBox .mbx a.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.to1 {
  padding: 97px 0px 110px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.to1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 97px;
  height: calc(100% - 97px);
  max-height: 1202px;
  background: url("../images/to1_back.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
  width: 100%;
}
.to1 .big_title {
  margin-top: 11px;
}
.to1 .describe {
  color: #666;
}
.to1 .text {
  color: #222;
  margin-top: 63px;
}

.to1_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 34px;
}
.to1_container .to1_box {
  width: 47.858%;
}

.to1_video {
  overflow: hidden;
  position: relative;
  margin-top: 47px;
}

.tho1_title {
  font-family: Cormorant-Garamond;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  text-transform: capitalize;
  color: #222;
}

.tho1 {
  padding: 107px 0px 90px;
}
.tho1 .text {
  color: #666;
  margin-top: 16px;
}

.tho1_list {
  margin-top: 61px;
  display: flex;
  flex-wrap: wrap;
  gap: 72px 2.963%;
}
.tho1_list li {
  width: 31.358%;
}
@media screen and (min-width: 993px) {
  .tho1_list li:hover .check_links {
    opacity: 1;
  }
}
.tho1_list .imgBox {
  border-radius: 600px 600px 0px 0px;
  overflow: hidden;
}
.tho1_list .name {
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
  margin-top: 16px;
}
.tho1_list .name a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .tho1_list .name a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.tho1_list .box {
  position: relative;
}
.tho1_list .check_box {
  position: relative;
}
.tho1_list .check_box input {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
.tho1_list .check_box input:checked + span {
  display: none;
}
.tho1_list .check_box input:checked {
  opacity: 1;
}
.tho1_list .check_box span {
  position: absolute;
  inset: 0;
  border: 1px solid #222;
  pointer-events: none;
}
.tho1_list .links {
  font-family: Manrope-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #222;
  white-space: nowrap;
}
@media screen and (min-width: 993px) {
  .tho1_list .links:hover {
    text-underline-offset: 2px;
    text-decoration: underline;
  }
}
.tho1_list .check_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff4de;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
  padding: 9px 20px 7px;
  opacity: 0;
  transition: 0.3s;
}

.tho2 {
  overflow: hidden;
  padding-bottom: 107px;
}
.tho2 .swiper-slide {
  border-radius: 200px 200px 0px 0px;
  overflow: hidden;
  position: relative;
}
.tho2 .swiper-slide::before, .tho2 .swiper-slide::after {
  pointer-events: none;
  transition: 0.3s;
}
.tho2 .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 134px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
  opacity: 1;
}
.tho2 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 270px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .tho2 .swiper-slide:hover::before {
    opacity: 0;
  }
  .tho2 .swiper-slide:hover::after {
    opacity: 1;
  }
}
.tho2 .sw_box {
  margin-top: 70px;
  position: relative;
}
.tho2 .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0px 25px 21px;
}
.tho2 .title {
  font-family: Cormorant-Garamond;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.tho2 .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;
}
@media screen and (min-width: 993px) {
  .tho2 .title a:hover {
    color: #fff4de;
  }
}
.tho2 .small_describe {
  margin-top: 9px;
  display: none;
}
.tho2 .describe {
  color: #fff;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tho2 .swiper_button .controls {
  position: absolute;
  z-index: 1;
  top: 57.5%;
}
.tho2 .swiper_button .controls.prev {
  left: 0px;
  transform: translate(-50%, -50%);
}
.tho2 .swiper_button .controls.next {
  right: 0;
  transform: translate(50%, -50%);
}

.tht1 {
  padding: 96px 0px 91px;
}
.tht1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tht1 .sw_box1 {
  width: 83.198%;
  position: relative;
  z-index: 2;
}
.tht1 .r_box {
  width: 43.786%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tht1 .box {
  width: 100%;
  position: relative;
}
.tht1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tht1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tht1 .swiper-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .tht1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tht1 .mySwipertht1_2 {
  width: 100%;
  height: 77.823%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.tht1 .mySwipertht1_2 .swiper-slide {
  cursor: pointer;
  position: relative;
}
.tht1 .sw_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.356%;
  height: 100%;
}
.tht1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  height: 8.871%;
  aspect-ratio: 1/1;
  background: #fff4de;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tht1 .pic-btn .mask_box {
  width: auto !important;
  height: 43.182%;
  aspect-ratio: 12/19;
  transition: 0.3s;
  background: #222;
}
@media screen and (min-width: 993px) {
  .tht1 .pic-btn:hover {
    background: #222;
  }
  .tht1 .pic-btn:hover .mask_box {
    background: #fff;
  }
}
.tht1 .pic-btn.prev {
  top: 0px;
}
.tht1 .pic-btn.prev .mask_box {
  mask-image: url("../images/tht1_la.png");
  -webkit-mask-image: url("../images/tht1_la.png");
}
.tht1 .pic-btn.next {
  bottom: 0px;
}
.tht1 .pic-btn.next .mask_box {
  mask-image: url("../images/tht1_lb.png");
  -webkit-mask-image: url("../images/tht1_lb.png");
}

.tht1_title {
  font-family: Cormorant-Garamond;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  text-transform: capitalize;
  color: #222;
}

.tht1_l {
  width: 48.786%;
  padding-top: 29px;
}
.tht1_l .describe {
  color: #666;
  margin-top: 22px;
}
.tht1_l .buttonBox {
  flex-wrap: wrap;
  gap: 20px 29px;
  margin-top: 47px;
}
.tht1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 48px;
}

.tht2 {
  padding: 0px 0px 66px;
}
.tht2 .describe {
  color: #666;
  margin-top: 20px;
}
.tht2 .describe img {
  display: inline-block;
}

.tht_back {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tht_back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1920/1347;
  background: url("../images/tht_back.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.tht3 {
  padding: 15px 0px 58px;
}

.tht3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 0px;
  color: #666;
  margin-top: 16px;
}
.tht3_list li,
.tht3_list p {
  width: 20%;
}
.tht3_list p em{
    font-style: normal;
    position: relative;
    padding: 0px 15px;
    display: block;
}
.tht3_list li::before,
.tht3_list p em::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 6px;
  aspect-ratio: 1/1;
  background: #666;
  border-radius: 50%;
}

.tht4 {
  padding-bottom: 93px;
}

.tht4_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
  gap: 20px 0px;
}
.tht4_list li {
  width: 48.929%;
  background: #fff4de;
  padding: 12px 10px 17px;
  gap: 9px;
  display: flex;
  align-items: flex-start;
}
.tht4_list .box {
  flex: 1;
  padding-top: 6px;
}
.tht4_list .describe {
  color: #666;
}
.tht4_list .logo {
  width: 38px;
}

.tht5 {
  padding-bottom: 89px;
}
.tht5 .sw_box {
  margin-top: 32px;
}
.tht5 .imgBox {
  position: relative;
}
.tht5 .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 121px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}
.tht5 .name {
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0px 20px 9px;
  text-align: center;
  z-index: 1;
}
.tht5 .swiper_button .controls {
  background: #fff;
}

.tht6 {
  padding-bottom: 98px;
}
.tht6 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.572%;
}

.tht6_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}
.tht6_list .logo {
  width: 52px;
  border-radius: 50%;
  overflow: hidden;
}
.tht6_list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.tht6_list .box {
  flex: 1;
}
.tht6_list .describe {
  font-family: Manrope-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #666;
}

.tht6_l {
  flex: 1;
  padding-top: 2.2%;
}
.tht6_l .buttonBox {
  margin-top: 37px;
}

.tht6_r {
  width: 47.715%;
}

.tht7 {
  padding-bottom: 89px;
}
.tht7 .content {
  max-width: 1115px;
}

.tht7_list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 29px;
}
.tht7_list li {
  padding: 24px 23px 16px;
  border: 1px solid #d9d9d9;
}
.tht7_list .logo {
  width: 21px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tht7_list .logo img:nth-of-type(2) {
  display: none;
}
.tht7_list .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.tht7_list .faq_q.active .title {
  font-family: Manrope-Bold;
}
.tht7_list .faq_q.active .logo img:nth-of-type(1) {
  display: none;
}
.tht7_list .faq_q.active .logo img:nth-of-type(2) {
  display: block;
}
.tht7_list .title {
  flex: 1;
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
}
.tht7_list .describe {
  color: #666;
}
.tht7_list .faq_a {
  display: none;
  padding: 14px 0px 8px;
}

.tht8 {
  padding-bottom: 101px;
}
.tht8 .imgBox {
  border-radius: 600px 600px 0px 0px;
  overflow: hidden;
}
.tht8 .name {
  text-align: center;
  font-family: Cormorant-Garamond;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
  margin-top: 22px;
}
.tht8 .name a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .tht8 .name a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.tht8 .sw_box {
  margin-top: 57px;
}

.fuo1 {
  background: none;
  padding-top: 30px;
}

.fuo2 {
  padding: 113px 0px 86px;
}

.fuo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.8093333333%;
}
.fuo2_list li {
  width: 23.643%;
}
.fuo2_list .name {
  color: #222;
  text-align: center;
  margin-top: 20px;
}

.fuo3 {
  padding: 117px 0px 47px;
  overflow: hidden;
  background: url("../images/fuo3_back.png") no-repeat center;
  background-size: cover;
}
.fuo3 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fuo3 .describe {
  color: #666;
  margin-top: 28px;
}
.fuo3 .buttonBox {
  margin-top: 31px;
}

.fuo3_l {
  width: 49.429%;
  padding-top: 2.85%;
}

.fuo3_r {
  width: 47.715%;
}

.fuo4 {
  padding: 56px 0px 0px;
}
.fuo4 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fuo4 .describe {
  color: #666;
  margin-top: 28px;
}
.fuo4 .flex_box {
  overflow: hidden;
}
.fuo4 .l_box {
  padding-top: 8.1%;
}
.fuo4 .r_box {
  width: 36.98%;
  margin-left: 5.2075%;
  float: right;
}
.fuo4 .bottom {
  width: 36.98%;
  margin-left: auto;
  margin-right: 36.98%;
}

.fuo4_l {
  width: 41.786%;
}

.fuo4_r {
  width: 54.858%;
  padding-top: 11px;
}

.fuo5 {
  padding: 95px 0px 105px;
}

.fuo5_list {
  gap: 72px 4.3565%;
}

.fut1 {
  padding: 98px 0px 115px;
}
.fut1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fut1 .describe {
  color: #666;
  margin-top: 39px;
}

.fut1_l {
  width: 45.715%;
  padding-bottom: 3%;
}

.fut1_r {
  width: 47.715%;
}

.fut2 {
  padding-bottom: 123px;
}

.fut2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 2.321%;
  margin-top: 37px;
}
.fut2_list li {
  width: 31.786%;
  position: relative;
}
.fut2_list .imgBox {
  position: relative;
}
.fut2_list .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 139px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}
.fut2_list .title {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 1;
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
  padding: 0px 15px 16px;
}

.fut4 {
  padding-top: 110px;
}

.fo1 {
  padding: 98px 0px 126px;
}
.fo1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.fo1 .describe {
  color: #666;
  margin-top: 22px;
}

.fo1_l {
  width: 43.572%;
  padding-top: 1.3%;
}

.fo1_r {
  width: 50%;
}

.fo2 {
  background: url("../images/fo2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 76px 0px 27px;
}

.fo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.4275%;
  margin-top: 50px;
}
.fo2_list li {
  width: 31.715%;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.fo2_list li:nth-of-type(even) {
  flex-direction: column-reverse;
}
.fo2_list .title {
  font-family: Manrope-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  text-transform: capitalize;
  color: #222;
  margin-top: 16px;
}
.fo2_list .describe {
  color: #666;
  margin-top: 15px;
}
.fo2_list .box {
  padding: 0px 18px;
  text-align: center;
}

.fo3 {
  padding: 101px 0px 121px;
}

.fo3_container {
  width: calc(100% - 100px);
  max-width: 1750px;
  margin: 51px auto 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.07125%;
}
.fo3_container figure {
  width: 17.543%;
  background: #fff8ec;
  padding: 34px 26px 0px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  transform: rotate(-5deg);
}
.fo3_container figure:nth-of-type(even) {
  transform: rotate(5deg);
}
.fo3_container .imgBox {
  border-radius: 200px 200px 0px 0px;
  overflow: hidden;
}
.fo3_container .title {
  font-family: Manrope-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  color: #222;
}
.fo3_container .describe {
  color: #666;
  margin-top: 17px;
}
.fo3_container .box {
  flex: 1;
}

.so1 {
  padding: 96px 0px 90px;
}
.so1 .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.so1 figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}
.so1 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.so1 figure:nth-of-type(even) .l_box {
  flex-direction: row-reverse;
}
.so1 .l_box {
  width: 41.429%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.so1 .img_box {
  width: 78.104%;
}
.so1 .day {
  font-family: Cormorant-Garamond;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  text-transform: capitalize;
  color: #222;
}
.so1 .time {
  color: #666;
}
.so1 .time_box {
  text-align: center;
  flex: 1;
  max-width: max-content;
}
.so1 .r_box {
  flex: 1;
  padding-bottom: 1.1%;
}
.so1 .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 21px;
}
.so1 .title {
  font-family: Manrope-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  color: #222;
}
.so1 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .so1 .title a:hover {
    text-underline-offset: 2px;
    text-decoration: underline;
  }
}
.so1 .buttonBox {
  margin-top: 25px;
}
.so1 .PageNumber {
  margin-top: 90px;
}

.st1 {
  padding: 100px 0px 69px;
}
.st1 .share_time {
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 27px;
  margin-top: 13px;
}
.st1 .share_box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.st1 .container {
  border-top: 1px solid #c2c2c2;
  margin-top: 23px;
  padding-top: 29px;
}
.st1 .describe {
  color: #666;
}
.st1 .describe img {
  display: inline-block;
}
.st1 .describe em {
  display: block;
  font-style: normal;
  padding-left: 30px;
  position: relative;
}
.st1 .describe em::before {
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #555;
  position: absolute;
  left: 16px;
  top: 13px;
}
.st1 .describe1 {
  color: #555;
}
.st1 .title {
  font-family: Manrope-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  color: #222;
  margin-top: 59px;
}
.st1 .title + .describe {
  margin-top: 13px;
}

.st2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 84px 0px 101px;
}
.st2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 635px;
  left: 0;
  top: 0;
  background: url("../images/st2_back.jpg") no-repeat center;
  background-size: cover;
}

.st2_list {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.892%;
}
.st2_list li {
  background: #fff;
  width: 32.072%;
}
@media screen and (min-width: 993px) {
  .st2_list li:hover {
    background: #fff4de;
  }
}
.st2_list .box {
  padding: 33px 26px 36px;
}
.st2_list .links {
  color: #222;
  margin-top: 36px;
  margin-left: 15px;
}
@media screen and (min-width: 993px) {
  .st2_list .links:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.st2_list .title {
  font-family: Manrope-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  text-transform: capitalize;
  color: #333;
}
.st2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .st2_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.st2_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 21px;
}

.seo1 {
  padding: 98px 0px 53px;
}
.seo1 .box {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.seo1 .box p {
  flex: 1;
}
.seo1 .logo {
  width: 25px;
  margin-top: 3px;
}
.seo1 .add_text {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.seo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.5355%;
  margin-top: 51px;
}
.seo1_list li {
  width: 31.643%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  background: #fff;
  padding: 41px 30px 31px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .seo1_list li:hover {
    background: #fff4de;
  }
  .seo1_list li:hover .title {
    color: #222;
  }
}
.seo1_list .logo {
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.seo1_list .title {
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  transition: 0.3s;
  margin-top: 28px;
}
.seo1_list .text {
  font-family: Manrope-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}
.seo1_list .text span {
  transition: 0s;
}
.seo1_list .text a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .seo1_list .text a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.seo1_list .imgBox {
  width: 100%;
  max-width: 148px;
  margin: 0px auto;
}
.seo1_list .imgBox + .title {
  margin-top: 12px;
}
.seo1_list .whatsapp {
  padding: 29px 30px 20px;
}

.seo2 {
  padding-bottom: 90px;
}
.seo2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seo2 .describe {
  color: #555;
  margin-top: 37px;
}

.seo2_l {
  width: 38.572%;
  padding-top: 45px;
}

.seo2_r {
  width: 52.286%;
}
.seo2_r form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px 1.638%;
  width: 100%;
  margin-top: 42px;
}
.seo2_r form > * {
  width: 100%;
}
.seo2_r form input,
.seo2_r form textarea {
  background: #fff;
  border: 1px solid #ccc;
  font-family: Manrope-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.seo2_r form input::placeholder,
.seo2_r form input::-webkit-input-placeholder,
.seo2_r form textarea::placeholder {
  color: #666;
}
.seo2_r form .int1 {
  width: 49.181%;
}
.seo2_r form input {
  height: 50px;
}
.seo2_r form textarea {
  height: 194px;
  padding-top: 12px !important;
}
.seo2_r form .ttBox {
  width: 100%;
}
.seo2_r form .yzm {
  position: relative;
  display: flex;
}
.seo2_r form .yzm input {
  flex: 1;
  padding-right: 110px;
}
.seo2_r form .yzm span {
  height: 35px;
  aspect-ratio: 85/35;
  overflow: hidden;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
}
.seo2_r form .yzm span img {
  height: 100%;
}
.seo2_r form .tj {
  width: auto;
  position: relative;
}
.seo2_r form .tj input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .seo2_r form .tj:hover .buttonBox span,
  .seo2_r form .tj:hover .buttonBox .button_logo {
    background: #222;
  }
  .seo2_r form .tj:hover .buttonBox span {
    color: #fff4de;
  }
  .seo2_r form .tj:hover .buttonBox .mask_box {
    background: #fff4de;
  }
}
.seo2_r form .buttonBox a {
  pointer-events: none;
}
.seo2_r form .buttonBox span {
  min-width: auto;
  padding: 9px 16px 7px;
}

.seo3 {
  padding-bottom: 107px;
}
.seo3 .icBox {
  margin-top: 36px;
}

.title_swiper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.title_swiper .top_l {
  flex: 1;
}
.title_swiper .swiper_button {
  padding-top: 6px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.public_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.public_top .top_l {
  flex: 1;
}

.swiper_button .controls {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4de;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover {
    background: #222;
  }
  .swiper_button .controls:hover .mask_box {
    background: #fff4de;
  }
}
.swiper_button .mask_box {
  width: 23px;
  aspect-ratio: 23/16;
  transition: 0.3s;
  background: #222;
}
.swiper_button .controls.prev .mask_box {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_button .controls.next .mask_box {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}

.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover span,
  .buttonBox a:hover .button_logo {
    background: #222;
  }
  .buttonBox a:hover span {
    color: #fff4de;
  }
  .buttonBox a:hover .mask_box {
    background: #fff4de;
  }
}
.buttonBox span {
  text-align: center;
  font-family: Manrope-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #222;
  border-radius: 50px;
  background: #fff4de;
  min-width: 152px;
  padding: 9px 24px 7px;
}
.buttonBox .button_logo {
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff4de;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.buttonBox .mask_box {
  width: 18px;
  aspect-ratio: 18/12;
  mask-image: url("/default/static/images/button_la.png");
  -webkit-mask-image: url("/default/static/images/button_la.png");
  background: #222;
  transition: 0.3s;
}

.buttonBox_style a span,
.buttonBox_style a .button_logo {
  background: #222;
}
.buttonBox_style a span {
  color: #fff4de;
}
.buttonBox_style a .mask_box {
  background: #fff4de;
}
@media screen and (min-width: 993px) {
  .buttonBox_style a:hover span,
  .buttonBox_style a:hover .button_logo {
    background: #fff4de;
  }
  .buttonBox_style a:hover span {
    color: #222;
  }
  .buttonBox_style a:hover .mask_box {
    background: #222;
  }
}

.PageNumber {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 100px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-family: Manrope-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: solid 1px #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 1px 0px 0px;
}
@media screen and (min-width: 993px) {
  .PageNumber a:hover {
    border: 1px solid #666;
  }
}
.PageNumber .active {
  border: 1px solid #666;
}
.PageNumber .dif_style {
  background: #fff4de;
  border: none !important;
}
@media screen and (min-width: 993px) {
  .PageNumber .dif_style:hover {
    background: #222;
    color: #fff;
  }
}
.PageNumber input {
  font-family: Manrope-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  display: flex;
  justify-content: center;
  text-align: center;
}
.PageNumber input:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 11px;
}

footer {
  background: url("../images/footer_back.jpg") no-repeat center;
  background-size: cover;
  padding: 39px 0px 17px;
}
footer .logoBox {
  width: 148px;
  margin: 0px auto;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .text {
  color: #222;
  text-align: center;
  margin-top: 16px;
}
footer .dif_footer {
  font-family: Manrope-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
}
footer .dif_footer a {
  color: #222;
}
@media screen and (min-width: 993px) {
  footer .dif_footer a:hover {
    text-decoration: underline;
  }
}
footer .dif_up {
  filter: brightness(0) invert(1);
  display: none;
}
footer .list {
  font-family: Manrope-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #666;
  margin-top: 16px;
}
footer .list a {
  color: #666;
}
@media screen and (min-width: 993px) {
  footer .list a:hover {
    color: #222;
  }
}
footer .list li:not(:nth-of-type(1)) {
  margin-top: 6px;
}
footer .list1 {
  font-family: Manrope-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  margin-top: 17px;
}
footer .list1 a {
  color: #666;
}
@media screen and (min-width: 993px) {
  footer .list1 a:hover {
    color: #222;
  }
}
footer .list1 li:not(:nth-of-type(1)) {
  margin-top: 6px;
}
footer .list1 li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .logo {
  width: 32px;
}
footer .flex_box {
  flex: 1;
  padding-top: 2px;
}
footer .flex_box a {
  color: #222;
}
@media screen and (min-width: 993px) {
  footer .flex_box a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
footer .flex_box span {
  color: #222;
}
footer .contact_ul {
  max-width: 344px;
  margin-right: 1.6%;
}
footer .contact_list {
  margin-top: 19px;
}
footer .contact_list li:not(:nth-of-type(1)) {
  margin-top: 16px;
}
footer .form_box {
  max-width: 388px;
  margin-right: 4px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px 0px;
  width: 100%;
  margin-top: 4px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  font-family: Manrope-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 11px;
  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: 46px;
}
footer form textarea {
  height: 76px;
  padding-top: 5px !important;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
}
footer form .yzm input {
  flex: 1;
  padding-right: 110px;
}
footer form .yzm span {
  height: 32px;
  aspect-ratio: 75/32;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
}
footer form .ttBox::before {
  top: 23px;
}
footer form .tj {
  margin-top: 17px;
}
footer form .tj input {
  cursor: pointer;
  background: #222;
  border: none;
  color: #fff4de;
  transition: 0.3s;
  border-radius: 5px;
}
@media screen and (min-width: 993px) {
  footer form .tj input:hover {
    background: #fff;
    color: #222;
  }
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 22px;
}
footer .icBox a {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
}
footer .icBox a:hover {
  background: #222;
  color: #fff4de;
}

.footer_b {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
}

.footer_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 5%;
  padding-top: 26px;
  border-top: 1px solid #d9d9d9;
  margin-top: 47px;
}
.footer_c .l_box {
  font-family: Manrope-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  flex: 1;
  margin-top: 1px;
}
.footer_c .l_box a {
  color: #666;
}
.footer_c .l_box a:hover {
  color: #222;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.m-formcountry {
  position: relative;
}

.m-formcountry .drop-btn {
  position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  position: absolute;
  right: 10px;
  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: 217px;
  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: #fff4de;
}

.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}

.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}

.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.table {
  overflow: auto;
}

.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-button-lock {
  display: none !important;
}

.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}

.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}

.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}

.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tankaungn2 iframe body {
  margin: 0px !important;
}

.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}

.zoomdiv {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomdiv img {
  max-width: unset !important;
}

.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  transition: none;
}

.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #fff4de;
}

@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1650px) {
  .index7 .swiper_button .controls.prev {
    left: -15px;
  }
  .index7 .swiper_button .controls.next {
    right: -15px;
  }
  .swiper_button .controls {
    width: 42px;
  }
  .swiper_button .mask_box {
    width: 18px;
  }
}
@media screen and (max-width: 1450px) {
  html body {
    font-size: 16px;
    line-height: 26px;
  }
  .rightMenu .menu_box {
    width: 48px;
  }
  .rightMenu .go_top {
    margin-top: 8px;
  }
  header .logoBox {
    width: 120px;
  }
  header .menuOne > a {
    padding: 40px 0px;
  }
  header .menuOne > a::before {
    bottom: 38px;
  }
  header .dif_ul {
    top: calc(100% - 20px);
  }
  header .ul1 {
    top: calc(100% - 20px);
  }
  header .dif_ul_container {
    max-height: calc(100vh - 110px);
  }
  .index_banner .banner_title {
    font-size: 60px;
    line-height: 62px;
  }
  .index_banner .banner_describe {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index_banner .controls {
    bottom: 25px;
  }
  .index_banner .scroll_box {
    bottom: 20px;
  }
  .index_banner .scroll_box .logo {
    width: 20px;
  }
  .index_banner .scroll_box img:nth-of-type(2) {
    left: 10px;
    top: 6px;
  }
  .title_before {
    font-size: 18px;
    line-height: 28px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .title_before + .big_title {
    margin-top: 0px !important;
  }
  .small_describe {
    font-size: 15px;
    line-height: 24px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .sw_box {
    margin-top: 30px;
  }
  .index1 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .index1 .small_describe {
    margin-top: 4px;
  }
  .index1 .hide_box {
    padding: 0px 20px 15px;
  }
  .index2 {
    padding: 20px 0px 60px;
  }
  .index2 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .index2 .container {
    margin-top: 30px;
  }
  .index3 {
    padding-bottom: 60px;
  }
  .index3 .describe {
    margin-top: 15px;
  }
  .index3 .buttonBox {
    margin-top: 30px;
  }
  .index3_l .hide_box {
    padding: 24px;
  }
  .index3_l .title {
    font-size: 20px;
    line-height: 32px;
  }
  .index3_r {
    padding-top: 2%;
  }
  .index4_l .buttonBox {
    margin-top: 25px;
  }
  .index4_r .hide_box {
    padding: 20px 24px;
    padding-right: 150px;
  }
  .index4_r .swiper_button {
    right: 42px;
    bottom: 20px;
  }
  .index4_r .title {
    font-size: 20px;
    line-height: 28px;
  }
  .index4_list {
    gap: 25px;
    margin-top: 20px;
  }
  .index4_list .describe {
    font-size: 18px;
    line-height: 28px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5_list {
    margin-top: 60px;
    gap: 40px 4.3565%;
  }
  .index5_list .number {
    width: 62px;
    font-size: 20px;
    line-height: 32px;
  }
  .index5_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index6_l {
    padding: 50px 40px;
  }
  .index6_list li {
    padding: 8px 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .index6_list li img {
    width: 36px;
  }
  .index6_r .text {
    font-size: 18px;
    line-height: 28px;
  }
  .index6_container {
    margin-top: 30px;
  }
  .index7 {
    padding: 140px 0px 10%;
  }
  .index7::before {
    margin-bottom: 5%;
  }
  .index7 .turn_page {
    margin-top: 25px;
  }
  .index8 {
    padding: 60px 0px 50px;
  }
  .index8_container {
    margin: 30px auto 0px;
  }
  .index8_container .number_box {
    gap: 12px;
    padding: 0px 12px 12px;
  }
  .index8_container figure {
    padding: 12px 0px 0px;
  }
  .index8_container .big_num {
    font-size: 28px;
    line-height: 32px;
  }
  .index9 {
    padding-bottom: 60px;
  }
  .index9 .describe {
    margin-top: 12px;
  }
  .index9 .icBox {
    margin-top: 30px;
    gap: 25px;
  }
  .index9 .icBox a {
    width: 60px;
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 42px;
  }
  .bannerBox .mbx {
    font-size: 16px;
    line-height: 26px;
  }
  .to1 {
    padding: 60px 0px 80px;
  }
  .to1_video .bofangBox {
    width: 60px;
  }
  .tho1 {
    padding: 60px 0px;
  }
  .tho1 .text {
    margin-top: 8px;
  }
  .tho1_title {
    font-size: 28px;
    line-height: 36px;
  }
  .tho1_list {
    margin-top: 30px;
    gap: 30px 2.963%;
  }
  .tho1_list .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .tho1_list .links {
    font-size: 15px;
    line-height: 26px;
  }
  .tho2 {
    padding-bottom: 60px;
  }
  .tho2 .sw_box {
    margin-top: 30px;
  }
  .tho2 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .tho2 .small_describe {
    margin-top: 4px;
  }
  .tho2 .hide_box {
    padding: 0px 20px 15px;
  }
  .tht1_title {
    font-size: 24px;
    line-height: 32px;
  }
  .tht1 {
    padding: 60px 0px;
  }
  .tht1 .content {
    align-items: center;
  }
  .tht1_l {
    padding-top: 0px;
  }
  .tht1_l .describe {
    margin-top: 8px;
  }
  .tht1_l .buttonBox {
    margin-top: 20px;
    gap: 15px;
  }
  .tht1_l .share_box {
    margin-top: 20px;
  }
  .tht2 {
    padding-bottom: 60px;
  }
  .tht2 .describe {
    margin-top: 12px;
  }
  .tht3 {
    padding: 0px 0px 60px;
  }
  .tht3_list li,
.tht3_list p {
    width: 25%;
  }
  .tht3_list li::before,.tht3_list p em::before {
    top: 9px;
  }
  .tht4 {
    padding-bottom: 60px;
  }
  .tht4_list .logo {
    width: 32px;
  }
  .tht5 {
    padding-bottom: 60px;
  }
  .tht5 .sw_box {
    margin-top: 30px;
  }
  .tht5 .name {
    font-size: 18px;
    line-height: 28px;
  }
  .tht6 {
    padding-bottom: 60px;
  }
  .tht6_list {
    gap: 15px;
  }
  .tht6_list .describe {
    font-size: 18px;
    line-height: 28px;
  }
  .tht6_l .buttonBox {
    margin-top: 25px;
  }
  .tht7 {
    padding-bottom: 60px;
  }
  .tht7_list {
    margin-top: 25px;
    gap: 20px;
  }
  .tht7_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tht7_list li {
    padding: 16px 20px;
  }
  .tht7_list .faq_a {
    padding: 10px 0px 8px;
  }
  .tht8 {
    padding-bottom: 60px;
  }
  .tht8 .sw_box {
    margin-top: 30px;
  }
  .tht8 .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .fuo2 {
    padding: 60px 0px;
  }
  .fuo2_list .name {
    margin-top: 12px;
  }
  .fuo3 {
    padding: 60px 0px;
  }
  .fuo3 .content {
    align-items: center;
  }
  .fuo3 .describe {
    margin-top: 10px;
  }
  .fuo3 .buttonBox {
    margin-top: 25px;
  }
  .fuo3_l {
    padding-top: 0px;
  }
  .fuo4 {
    padding: 30px 0px 0px;
  }
  .fuo4 .l_box {
    padding-top: 0px;
  }
  .fuo4 .describe {
    margin-top: 0px;
  }
  .fut1 {
    padding: 60px 0px;
  }
  .fut1 .describe {
    margin-top: 12px;
  }
  .fut1_l {
    padding-bottom: 0px;
  }
  .fut2 {
    padding-bottom: 60px;
  }
  .fut2_list {
    gap: 30px 2.321%;
    margin-top: 30px;
  }
  .fut2_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .fut4 {
    padding-top: 30px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1 .describe {
    margin-top: 12px;
  }
  .fo2 {
    padding: 60px 0px;
  }
  .fo2_list {
    margin-top: 30px;
  }
  .fo2_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
  }
  .fo2_list .describe {
    margin-top: 5px;
  }
  .fo3 {
    padding: 60px 0px;
  }
  .fo3_container {
    gap: 30px 2%;
    margin: 30px auto 0px;
  }
  .fo3_container figure {
    width: 17.6%;
    transform: none !important;
    padding: 20px 18px 0px;
    gap: 15px;
  }
  .fo3_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo3_container .describe {
    margin-top: 8px;
  }
  .so1 {
    padding: 60px 0px;
  }
  .so1 .day {
    font-size: 32px;
    line-height: 42px;
  }
  .so1 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .so1 .describe {
    margin-top: 4px;
  }
  .so1 .buttonBox {
    margin-top: 15px;
  }
  .so1 figure {
    gap: 25px;
    padding-bottom: 30px;
  }
  .so1 .l_box {
    width: 42%;
  }
  .so1 .container {
    gap: 30px;
  }
  .so1 .r_box {
    padding-bottom: 0px;
  }
  .st1 {
    padding: 60px 0px;
  }
  .st1 .share_time {
    gap: 8px 20px;
    margin-top: 10px;
  }
  .st1 .container {
    margin-top: 20px;
    padding-top: 20px;
  }
  .st1 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
  }
  .st1 .describe em::before {
    top: 12px;
  }
  .st2 {
    padding: 60px 0px;
  }
  .st2_list .box {
    padding: 25px;
  }
  .st2_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st2_list .describe {
    margin-top: 12px;
  }
  .st2_list .links {
    margin-left: 0px;
    margin-top: 15px;
  }
  .seo1 {
    padding: 60px 0px;
  }
  .seo1 .add_text {
    margin-top: 10px;
  }
  .seo1 .logo {
    margin-top: 0px;
  }
  .seo1_list {
    margin-top: 30px;
  }
  .seo1_list .logo {
    width: 36px;
  }
  .seo1_list .title {
    margin-top: 6px;
    font-size: 15px;
    line-height: 24px;
  }
  .seo1_list .text {
    font-size: 18px;
    line-height: 28px;
  }
  .seo1_list .imgBox {
    max-width: 120px;
  }
  .seo1_list .whatsapp {
    padding: 20px 30px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  .title_swiper {
    align-items: center;
  }
  .title_swiper .swiper_button {
    gap: 15px;
    padding-top: 0px;
  }
  .buttonBox span {
    font-size: 15px;
    line-height: 24px;
    min-width: auto;
  }
  .buttonBox .button_logo {
    width: 40px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 15px;
  }
  .PageNumber .page_box {
    gap: 8px 12px;
  }
  .PageNumber a {
    font-size: 15px;
    line-height: 26px;
    width: 32px;
  }
  .PageNumber input {
    font-size: 16px;
    line-height: 26px;
  }
  footer .logoBox {
    width: 120px;
  }
  footer .text {
    margin-top: 12px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .list {
    font-size: 16px;
    line-height: 26px;
  }
  footer .list1 {
    font-size: 15px;
    line-height: 24px;
  }
  footer .logo {
    width: 28px;
  }
  footer .contact_ul {
    max-width: 280px;
    margin-right: 0px;
  }
  footer form input,
  footer form textarea {
    font-size: 15px;
    line-height: 24px;
    padding: 0px;
  }
  footer form input {
    height: 42px;
  }
  footer .icBox .iconfont {
    font-size: 18px;
  }
  .footer_b {
    padding-top: 25px;
  }
  .footer_b .ul1,
  .footer_b .ul2 {
    min-width: 120px;
  }
  .footer_c {
    margin-top: 30px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
  }
  header .menuOne > a {
    padding: 30px 0px;
  }
  header .menuOne > a::before {
    bottom: 25px;
  }
  header .logoBox {
    width: 90px;
  }
  header .center {
    gap: 28px;
  }
  header .search_lang {
    margin-left: 25px;
  }
  header .head_boxr {
    padding-right: 0px;
  }
  header .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  header .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  header .dif_ul_container {
    gap: 30px 2%;
  }
  header .dif_ul_container li {
    width: 15%;
  }
  header .ul li {
    font-size: 15px;
    line-height: 26px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu .box {
    flex: 4;
    display: flex;
    border-radius: 0px;
  }
  .rightMenu .menu_box {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px !important;
    border: none;
    margin-top: 0px !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;
  }
  header {
    padding: 4px 0px;
  }
  header .center {
    display: none;
  }
  header .logoBox {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 76px;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin: 0px;
  }
  header .lang::before {
    display: none;
  }
  header .lang .lang_box span {
    font-size: 14px;
    line-height: 24px;
  }
  header .head_boxr {
    padding-right: 50px;
  }
  .index_banner .banner_title {
    font-size: 32px;
    line-height: 36px;
  }
  .index_banner .banner_describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index_banner .buttonBox {
    margin-top: 15px;
  }
  .index_banner .flex_box {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .index_banner .scroll_box {
    display: none;
  }
  .index_banner .index_banner_controls {
    margin: 0px auto;
  }
  .index_banner .controls {
    bottom: 20px;
  }
  .small_describe {
    font-size: 14px;
    line-height: 24px;
  }
  .title_before {
    font-size: 15px;
    line-height: 24px;
  }
  .big_title {
    font-size: 22px;
    line-height: 30px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .swiper-slide {
    margin-top: 0px !important;
  }
  .index1 .sw_box {
    margin-top: 15px;
  }
  .index1 .hide_box {
    padding: 0px 15px 12px;
  }
  .index1 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index2 {
    padding: 0px 0px 30px;
  }
  .index2 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .index2 .top_r {
    width: 100%;
    padding-top: 0px;
  }
  .index2 .logo {
    width: 40px;
    margin-top: 10px;
  }
  .index2 .flex_box {
    margin-top: 8px;
    gap: 8px;
  }
  .index2 .container {
    margin-top: 15px;
  }
  .index3 {
    padding-bottom: 30px;
  }
  .index3 .content {
    align-items: center;
  }
  .index3_l .hide_box {
    padding: 15px;
  }
  .index3_l .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index3_r {
    padding: 0px;
  }
  .index3_r .describe {
    margin-top: 4px;
  }
  .index3_r .buttonBox {
    margin-top: 15px;
  }
  .index4 .buttonBox {
    margin-top: 15px;
  }
  .index4_l {
    flex: none;
    padding: 20px 50px;
  }
  .index4_l .container {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    max-width: 100%;
    max-height: none;
    padding: 0px;
  }
  .index4_r {
    width: 100%;
  }
  .index4_r .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index4_list {
    gap: 12px;
    margin-top: 12px;
  }
  .index4_list .describe {
    font-size: 16px;
    line-height: 26px;
  }
  .index4_list .logo {
    width: 60px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .index5_list li {
    width: 32%;
  }
  .index5_list .number {
    width: 40px;
    font-size: 16px;
    line-height: 26px;
  }
  .index5_list .hide_box {
    padding: 12px 14px;
  }
  .index5_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6::before {
    height: 100%;
  }
  .index6_container {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .index6_l {
    width: 100%;
  }
  .index6_list {
    margin-top: 10px;
  }
  .index6_list li {
    font-size: 18px;
    line-height: 26px;
    padding: 2px 6px;
  }
  .index6_r {
    width: 100%;
    padding: 20px 0px 0px;
  }
  .index6_r .change_box {
    align-items: center;
  }
  .index6_r .l_box {
    max-width: 298px;
  }
  .index6_r .r_box {
    padding-top: 0px;
  }
  .index6_r .text {
    color: #fff;
  }
  .index7 {
    margin-top: 0px;
    padding: 30px 0px;
  }
  .index7::before {
    display: none;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .title {
    display: block;
    position: relative;
    bottom: 0px;
    transform: none;
    margin-top: 4px;
    font-size: 15px;
    line-height: 24px;
  }
  .index7 .swiper_button {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .index7 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    transform: none !important;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8_container {
    margin: 15px auto 0px;
  }
  .index8_container .number_box {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 15px;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .index8_container figure {
    flex: 1;
    padding: 0px 20px;
    border: none;
  }
  .index9 {
    padding: 0px 0px 30px;
  }
  .index9 .describe {
    margin-top: 4px;
  }
  .index9 .buttonBox {
    margin-top: 15px;
  }
  .index9 .icBox {
    margin-top: 15px;
    gap: 15px;
  }
  .index9 .icBox a {
    width: 38px;
  }
  .bannerBox .banner_title {
    font-size: 22px;
    line-height: 32px;
  }
  .bannerBox .mbx {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1 .text {
    margin-top: 15px;
  }
  .to1_container {
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .to1_container .to1_box {
    width: 100%;
  }
  .to1_video {
    margin-top: 15px;
  }
  .to1_video .bofangBox {
    width: 42px;
  }
  .tho1_title {
    font-size: 22px;
    line-height: 30px;
  }
  .tho1 {
    padding: 20px 0px 30px;
  }
  .tho1 .text {
    margin-top: 2px;
  }
  .tho1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .tho1_list li {
    width: 32%;
  }
  .tho1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .tho1_list .check_links {
    position: relative;
    left: 0px;
    bottom: 0;
    transform: none;
    opacity: 1;
    margin: 5px auto 0px;
    width: max-content;
  }
  .tho2 {
    padding-bottom: 30px;
  }
  .tho2 .sw_box {
    margin-top: 15px;
  }
  .tho2 .hide_box {
    padding: 0px 15px 12px;
  }
  .tho2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tht1_title {
    font-size: 22px;
    line-height: 28px;
  }
  .tht1 {
    padding: 20px 0px 30px;
  }
  .tht1 .r_box {
    width: 48%;
  }
  .tht1_l .describe {
    margin-top: 2px;
  }
  .tht1_l .buttonBox {
    margin-top: 15px;
    gap: 10px;
  }
  .tht1_l .share_box {
    margin-top: 12px;
  }
  .tht2 {
    padding-bottom: 30px;
  }
  .tht2 .describe {
    margin-top: 2px;
  }
  .tht3 {
    padding-bottom: 30px;
  }
  .tht3_list {
    margin-top: 15px;
    gap: 8px 0px;
  }
  .tht3_list li,
  .tht3_list p {
    width: 33.33333%;
  }
  .tht4 {
    padding-bottom: 30px;
  }
  .tht4_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .tht4_list li {
    padding: 12px 10px;
  }
  .tht5 {
    padding-bottom: 30px;
  }
  .tht5 .sw_box {
    margin-top: 15px;
  }
  .tht5 .name {
    padding: 0px 15px 5px;
    font-size: 15px;
    line-height: 24px;
  }
  .tht6 {
    padding-bottom: 30px;
  }
  .tht6_list {
    gap: 8px;
  }
  .tht6_list li {
    gap: 6px;
  }
  .tht6_list .logo {
    width: 42px;
  }
  .tht6_list .describe {
    font-family: Manrope-Regular;
    font-size: 15px;
    line-height: 24px;
  }
  .tht6_l .buttonBox {
    margin-top: 15px;
  }
  .tht7 {
    padding-bottom: 30px;
  }
  .tht7_list {
    margin-top: 15px;
    gap: 15px;
  }
  .tht7_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .tht7_list .logo {
    width: 15px;
  }
  .tht7_list .faq_a {
    padding: 0px;
  }
  .tht8 {
    padding-bottom: 30px;
  }
  .tht8 .sw_box {
    margin-top: 15px;
  }
  .tht8 .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .fuo2 {
    padding: 30px 0px;
  }
  .fuo2_list .name {
    margin-top: 8px;
  }
  .fuo3 {
    padding: 30px 0px;
  }
  .fuo3 .describe {
    margin-top: 2px;
  }
  .fuo3 .buttonBox {
    margin-top: 12px;
  }
  .fuo4 .content {
    align-items: center;
  }
  .fut1 {
    padding: 30px 0px;
  }
  .fut1 .describe {
    margin-top: 2px;
  }
  .fut2 {
    padding-bottom: 0px;
  }
  .fut2_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .fut2_list li {
    width: 32%;
  }
  .fut2_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1 .describe {
    margin-top: 2px;
  }
  .fo1_l {
    padding: 0px;
  }
  .fo2 {
    padding: 30px 0px;
  }
  .fo2_list {
    margin-top: 15px;
  }
  .fo2_list li {
    flex-direction: column !important;
    gap: 0px;
  }
  .fo2_list .box {
    padding: 0px;
  }
  .fo2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo2_list .describe {
    margin-top: 2px;
  }
  .fo3 {
    padding: 0px 0px 30px;
  }
  .fo3_container {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .fo3_container figure {
    width: 32%;
  }
  .so1 {
    padding: 30px 0px;
  }
  .so1 .container {
    gap: 20px;
  }
  .so1 figure {
    padding-bottom: 20px;
  }
  .so1 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .so1 .describe {
    margin-top: 2px;
  }
  .so1 .buttonBox {
    margin-top: 12px;
  }
  .so1 .day {
    font-size: 24px;
    line-height: 32px;
  }
  .so1 .l_box {
    width: 48%;
  }
  .so1 .img_box {
    width: 76%;
  }
  .st1 {
    padding: 30px 0px;
  }
  .st1 .share_box {
    gap: 8px;
  }
  .st1 .container {
    margin-top: 12px;
    padding-top: 12px;
  }
  .st1 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .st1 .title + .describe {
    margin-top: 4px;
  }
  .st1 .describe em {
    padding-left: 12px;
  }
  .st1 .describe em::before {
    left: 0px;
    top: 10px;
  }
  .st2 {
    padding: 30px 0px;
  }
  .st2_list {
    margin-top: 15px;
  }
  .st2_list .box {
    padding: 15px 15px 20px;
  }
  .st2_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .st2_list .describe {
    margin-top: 4px;
  }
  .st2_list .links {
    margin-top: 8px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1 .add_text {
    margin-top: 4px;
  }
  .seo1 .box {
    gap: 4px;
  }
  .seo1_list {
    margin-top: 20px;
  }
  .seo1_list li {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seo1_list .text {
    font-size: 16px;
    line-height: 26px;
  }
  .seo1_list .title {
    margin-top: 6px !important;
  }
  .seo2 {
    padding-bottom: 30px;
  }
  .seo2 .content {
    gap: 12px;
  }
  .seo2 .describe {
    margin-top: 2px;
  }
  .seo2 form {
    gap: 12px 1.638%;
  }
  .seo2 form input, .seo2 form textarea {
    font-size: 15px;
    line-height: 24px;
  }
  .seo2 form textarea {
    height: 120px;
  }
  .seo2 form input {
    height: 38px;
  }
  .seo2_l {
    width: 100%;
    padding-top: 0px;
  }
  .seo2_r {
    width: 100%;
  }
  .seo2_r form {
    margin-top: 0px;
  }
  .title_swiper .swiper_button {
    gap: 8px;
  }
  .PageNumber {
    margin-top: 20px !important;
  }
  .PageNumber input {
    font-family: Manrope-Regular;
    font-size: 14px;
    line-height: 24px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 30px;
  }
  footer {
    padding: 20px 0px 40px;
  }
  footer .logoBox {
    width: 80px;
  }
  footer .text {
    margin-top: 4px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    display: block;
    filter: none;
    width: 8px;
  }
  footer .list,
  footer .list1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
    display: none;
  }
  footer .list li,
  footer .list1 li {
    margin-top: 0px !important;
  }
  footer .list1 li {
    gap: 4px;
  }
  footer .logo {
    width: 24px;
    margin-top: 2px;
  }
  footer form input {
    height: 38px;
  }
  footer .icBox {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }
  footer .icBox a {
    width: 32px;
  }
  .footer_b {
    padding-top: 15px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .footer_b > * {
    width: 100%;
    max-width: 100% !important;
  }
  .footer_c {
    margin-top: 20px;
    padding-top: 20px;
    flex-direction: column-reverse;
  }
  .footer_c .l_box {
    margin-top: 0px;
    flex: none;
    width: 100%;
  }
  .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .public_top .top_l {
    width: 100%;
    flex: none;
  }
  .public_top .top_r {
    width: 100%;
  }
  .buttonBox span {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px 6px;
  }
  .buttonBox .button_logo {
    width: 35px;
  }
  .buttonBox .mask_box {
    width: 15px;
  }
  .swiper_button .controls {
    width: 36px;
  }
  .swiper_button .mask_box {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  .index4_l {
    padding: 20px;
  }
  .index5_list li {
    width: 49%;
  }
  .bannerBox {
    padding-top: 196.25px;
  }
  .tht1 .content {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .tht1 .r_box {
    width: 100%;
    max-width: 613px;
  }
  .tht1_l {
    width: 100%;
  }
  .tht6 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tht6_l {
    padding: 0px;
    width: 100%;
    flex: none;
  }
  .tht6_r {
    width: 100%;
  }
  .tht6_r img {
    width: 100%;
  }
  .fuo2_list {
    gap: 20px 2%;
  }
  .fuo2_list li {
    width: 32%;
  }
  .fuo3 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fuo3_l {
    width: 100%;
  }
  .fuo3_r {
    width: 100%;
  }
  .fuo3_r img {
    width: 100%;
  }
  .fut1 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fut1_l {
    width: 100%;
  }
  .fut1_r {
    width: 100%;
  }
  .fut1_r img {
    width: 100%;
  }
  .fut2_list li {
    width: 49%;
  }
  .fo1 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fo1_l {
    width: 100%;
  }
  .fo1_r {
    width: 100%;
  }
  .fo1_r img {
    width: 100%;
  }
  .fo2_list {
    gap: 20px 2%;
  }
  .fo2_list li {
    width: 49%;
  }
  .fo3_container {
    width: calc(100% - 40px);
  }
  .so1 .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .so1 figure {
    width: 49%;
    gap: 0px;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .so1 .l_box {
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
  }
  .so1 .img_box {
    width: 100%;
  }
  .so1 .time_box {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .so1 .r_box {
    flex: none;
    width: 100%;
  }
  .st2_list {
    gap: 20px 2%;
  }
  .st2_list li {
    width: 49%;
  }
  .seo1_list {
    gap: 20px 0px;
  }
  .seo1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
    clip-path: none;
  }
  .index_banner .container {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .fo3_container figure {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .index3 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .index3_l {
    width: 100%;
  }
  .index3_r {
    width: 100%;
  }
  .tho1_list li {
    width: 49%;
  }
  .tht3_list li,
  .tht3_list p {
    width: 50%;
  }
  .tht4_list li {
    width: 100%;
  }
  .fuo2_list li {
    width: 49%;
  }
  .fuo4 .content {
    flex-wrap: wrap;
    gap: 10px;
  }
  .fuo4_l {
    width: 100%;
  }
  .fuo4_r {
    width: 100%;
  }
  .fuo4_r img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .head_boxr {
    padding-right: 36px;
  }
  .index4_r .swiper_button {
    right: 20px;
  }
  .index4_r .hide_box {
    padding-right: 120px;
  }
  .title_swiper {
    flex-wrap: wrap;
    text-align: center;
  }
  .title_swiper .top_l {
    width: 100%;
    flex: none;
  }
  .title_swiper .top_r {
    width: 100%;
  }
  .title_swiper .swiper_button {
    justify-content: center;
  }
  .so1 figure {
    width: 100%;
  }
  .seo2_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index5_list li {
    width: 100%;
  }
  .index6_r .text {
    font-size: 16px;
    line-height: 26px;
  }
  .tho1_list li {
    width: 100%;
  }
  .tht3_list li,
  .tht3_list p {
    width: 100%;
  }
  .fut2_list li {
    width: 100%;
  }
  .fo2_list li {
    width: 100%;
  }
  .fo3_container figure {
    width: 100%;
  }
  .fo3_container .imgBox img {
    width: 100%;
  }
  .st2_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant-Garamond";
  src: url("../fonts/Cormorant-Garamond.eot");
  src: url("../fonts/Cormorant-Garamond.eot") format("embedded-opentype"), url("../fonts/Cormorant-Garamond.woff2") format("woff2"), url("../fonts/Cormorant-Garamond.woff") format("woff"), url("../fonts/Cormorant-Garamond.ttf") format("truetype"), url("../fonts/Cormorant-Garamond.svg#Cormorant-Garamond") 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=1776649723522") format("woff"), url("../fonts/iconfont.ttf?t=1776649723522") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sina2:before {
  content: "\e644";
}

.icon-sina1:before {
  content: "\e619";
}

.icon-zhihu1:before {
  content: "\e6a0";
}

.icon-xiaohongshu2:before {
  content: "\e69e";
}

.icon-kuaishou2:before {
  content: "\e609";
}

.icon-kuaishou1:before {
  content: "\e603";
}

.icon-bilibili1:before {
  content: "\e60a";
}

.icon-xiaohongshu1:before {
  content: "\e68a";
}

.icon-bilibili2:before {
  content: "\ea95";
}

.icon-tiktok1:before {
  content: "\e602";
}

.icon-zhihu2:before {
  content: "\e690";
}

.icon-icon_duihao-mian:before {
  content: "\e63e";
}

.icon-gantanhao:before {
  content: "\e606";
}

.icon-search:before {
  content: "\e65c";
}

.icon-facebook2:before {
  content: "\e6e5";
}

.icon-Linkedin:before {
  content: "\e684";
}

.icon-TiktokLogo:before {
  content: "\e71f";
}

.icon-Youtube:before {
  content: "\e880";
}

.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-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-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";
}