@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: PublicSans-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  color: #666;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 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%);
  gap: 6px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dbdbdb;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #be8165;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #be8165;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #be8165;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 16px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #fff;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px) !important;
  max-width: 1550px !important;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 77px;
  flex-shrink: 0;
  margin-left: 36px;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #be8165;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a {
  color: #be8165;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333;
  margin-right: 40px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 41px 0px 33px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
  background: #be8165;
}
header .menuOne > a:hover {
  color: #be8165;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #fff;
  background: #be8165;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #be8165;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 0px;
}
header .ul div {
  background: #fff;
}
header .ul li {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 10px 23px 9px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #be8165;
  color: #fff;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 8px !important;
}
header .li_before > a:hover,
header .li_before.active > a,
header .li_before.menuactive > a {
  color: #be8165 !important;
  background: transparent !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .sousuo {
  margin-left: 107px;
  margin-top: 8px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #be8165;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #be8165;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #be8165;
}
header .lang {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 68px;
  margin-top: 8px;
}
header .lang li {
  font-size: 14px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 2px 16px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #be8165;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
header .lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #4d4d4d;
  margin-right: 1px;
}
header .lang .lang_box .lang_icon {
  transition: 0.2s;
}
header .lang .lang_box:hover span {
  color: #be8165;
}
header .lang ul {
  display: none;
  position: absolute;
  min-width: 120px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
header .lang ul > div {
  background-color: #fff;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
header .lang ul img {
  margin-right: 10px;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #be8165;
  border: 1px solid #be8165;
  font-size: 18px;
  min-width: 169px;
  min-height: 56px;
  color: #fff;
  padding: 4px 20px;
}
.buttonBox a:hover {
  background: #fff;
  color: #be8165;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 14.584%;
  position: relative;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
}
.bannerBox img {
  width: 100%;
}
.bannerBox .banner_title {
  color: #fff;
  font-family: PublicSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: -0.92px;
}
.mbx {
  color: #fff;
  margin-top: 11px;
}
.mbx a {
  margin: 0px 7px;
  display: inline;
  color: #fff;
}
.mbx a:hover {
  font-family: PublicSans-Bold;
}
.mbx .active {
  font-family: PublicSans-Bold;
  font-size: 18px;
}
.mbx a:nth-of-type(1) {
  margin-left: 0px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 26px;
  flex-wrap: wrap;
  margin-top: 44px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #be8165;
  color: #fff;
  border: 1px solid #be8165;
}
.PageNumber .active {
  background: #be8165;
  color: #fff;
  border: 1px solid #be8165;
}
.PageNumber input {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #be8165;
  border: 1px solid #be8165;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 1px 8.5px;
}
.PageNumber input:hover {
  background: #fff;
  color: #be8165;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-end;
  gap: 0px;
}
.PageNumber .submit img {
  margin-bottom: 10px;
}
.padding_top {
  padding-top: 100px;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  gap: 17px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #d9d9d9;
  display: block;
  margin: 0px !important;
}
.index_banner .swiper-pagination-bullet-active {
  background: #be8165;
  opacity: 1;
}
.big_title {
  font-family: PublicSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: -0.92px;
  color: #333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #be8165;
}
.title_center {
  text-align: center;
}
.index1 {
  padding: 78px 0px 99px;
}
.index1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-top: 42px;
}
.index1_list li {
  width: 48.429%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .index1_list li:hover {
    background: #be8165;
  }
  .index1_list li:hover .title {
    color: #fff;
  }
  .index1_list li:hover .title a {
    color: #fff;
  }
  .index1_list li:hover .describe {
    color: #fff;
  }
}
.index1_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index1_list .title {
  color: #333;
  font-family: PublicSans-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.index1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index1_list .describe {
  transition: 0.3s;
  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: 5px;
}
.index1_list .box {
  padding: 23px 27px 18px;
}
.index_color {
  background: #fbf8f6;
}
.index2 {
  position: relative;
  z-index: 1;
  padding-top: 5.8%;
}
.index2::before {
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  aspect-ratio: 1920/440;
  position: absolute;
  background: url("../images/index2_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index2 .big_title {
  color: #fff;
}
.index2 .big_title a {
  color: #fff;
}
.index2 .big_title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index2_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 1.904%;
  padding-top: 16.4%;
}
.index2_list li {
  width: 23.572%;
  min-height: 620px;
  border: 2px solid #dcbbac;
  border-radius: 0px 70px;
  overflow: hidden;
  padding: 42px 22px 35px;
}
@media screen and (min-width: 993px) {
  .index2_list li:hover {
    background: #be8165;
  }
  .index2_list li:hover .title {
    color: #fff;
  }
  .index2_list li:hover .number {
    color: #fff;
  }
  .index2_list li:hover .describe {
    color: #fff;
  }
  .index2_list li:hover .logo img {
    filter: brightness(0) invert(1);
  }
}
.index2_list li:nth-of-type(odd) {
  margin-top: 6.643%;
}
.index2_list .logo {
  width: 36px;
}
.index2_list .logo img {
  transition: 0.2s;
}
.index2_list .number {
  font-family: PublicSans-Bold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: -0.64px;
  color: #be8165;
  transition: 0.3s;
}
.index2_list .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 15px;
}
.index2_list .title {
  transition: 0.3s;
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #be8165;
  margin-top: 20px;
}
.index2_list .describe {
  line-height: 24px;
  color: #666;
  transition: 0.3s;
  margin-top: 11px;
}
.index3 {
  padding: 113px 0px 59px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index3::before {
  content: "";
  position: absolute;
  width: 26%;
  max-width: 479px;
  aspect-ratio: 479/432;
  background: url("../images/index3_back.png") no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0;
}
.index3_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
}
.index3_container .l_box {
  width: 56.358%;
  border-radius: 20px;
  overflow: hidden;
}
.index3_container .r_box {
  width: 40.784%;
  padding-bottom: 1.9%;
}
.index3_container .time {
  font-family: PublicSans-Bold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: -0.52px;
  color: #333;
}
.index3_container .title {
  font-family: PublicSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #333;
  margin-top: 4px;
}
.index3_container .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;
}
.index3_container .title a:hover {
  color: #be8165;
}
.index3_container .describe {
  color: #666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 24px;
}
.index3_container .buttonBox {
  margin-top: 18.2%;
}
.index4 {
  padding: 85px 0px 79px;
}
.index4 .imgBox {
  border-radius: 20px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.index4 .title {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.index4 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.index4 .title a:hover {
  color: #be8165;
}
.index4 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  color: #999;
  margin-top: 7px;
}
.index4 .links {
  margin-top: 16px;
}
.index4 .links a {
  color: #be8165;
}
.index4 .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index4 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index4 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 21px 6px 0px;
}
.index4 .sw_box {
  margin-top: 49px;
  position: relative;
}
.index4 .controls {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: 11.1%;
}
.index4 .controls_prev {
  left: -20px;
  transform: translateX(-100%);
}
.index4 .controls_next {
  right: -20px;
  transform: translateX(100%);
}
.white_title {
  color: #fff;
}
.white_title a {
  color: #fff;
}
.white_title a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index5 {
  padding: 81px 0px 252px;
  background: url("../images/index5_back.jpg") no-repeat center;
}
.index5 .describe {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 18px;
}
.index5 .buttonBox {
  justify-content: center;
  margin-top: 41px;
}
.index6 {
  padding: 42px 0px 126px;
}
.index6 .turn_page {
  margin-top: 61px;
}
.index6 .turn_page #box {
  position: relative;
}
.index6 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 39.14285714%;
}
.index6 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  top: 50%;
  transform: translateY(-50%);
}
.index6 .turn_page #box .box-list .list-item .title{
  display: none;
}
.index6 .turn_page #box .box-list .list-item:nth-of-type(-n+6) .title{
  display: block;
}
.index6 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index6 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.index6 .turn_page #box li:nth-of-type(4) .title {
  display: block;
}
.index6 .title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -25px;
  transform: translateY(100%);
  font-family: PublicSans-SemiBold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #333;
  text-align: center;
}
.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  padding: 53px 0px 74px;
}
.index7 .swiper-slide {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 36px 27px 22px;
  height: auto;
}
.index7 .top {
  border-radius: 20px;
  border: 1px solid #dbdbdb;
  min-height: 109px;
  padding: 15px 19px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.index7 .r_box {
  flex: 1;
  padding-top: 6px;
}
.index7 .logo {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.index7 .name {
  font-family: PublicSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #be8165;
}
.index7 .text {
  color: #666;
  line-height: 20px;
  margin-top: 7px;
}
.index7 .sw_box {
  margin-top: 41px;
  position: relative;
}
.index7 .describe {
  color: #666;
  padding: 0px 22px 0px 24px;
  margin-top: 30px;
  position: relative;
}
.index7 .describe::before,
.index7 .describe::after {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 18/13;
}
.index7 .describe::before {
  background: url("../images/index7_la.png") no-repeat center;
  background-size: cover;
  left: -2px;
  top: -6px;
}
.index7 .describe::after {
  background: url("../images/index7_lb.png") no-repeat center;
  background-size: cover;
  right: -2px;
  bottom: 7px;
}
.index7 .controls_pos {
  top: 45.8%;
}
.index8 {
  padding: 78px 0px 90px;
}
.index8 .content {
  max-width: 1420px;
}
.index8 .top {
  position: relative;
  padding: 0px 160px;
}
.index8 .links {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #be8165;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.index8 .links a {
  color: #be8165;
}
.index8 .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index8_container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index8_l {
  width: 50.916%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index8_l .title {
  color: #fff;
  width: calc(100% - 54px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
  position: absolute;
}
.index8_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;
}
.index8_l .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index8_r {
  margin-left: 33px;
  padding-right: 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.index8_r figure {
  display: flex;
  flex-wrap: wrap;
}
.index8_r .l_box {
  width: 36%;
  max-width: 219px;
  border-radius: 14px;
  overflow: hidden;
}
.index8_r .r_box {
  flex: 1;
  margin-left: 20px;
  border-bottom: 1px solid rgba(190, 129, 101, 0.3);
  padding-top: 10px;
}
.index8_r .time {
  color: #999;
}
.index8_r .title {
  color: #333;
  margin-top: 1px;
}
.index8_r .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;
}
.index8_r .title a:hover {
  color: #be8165;
}
.to1 {
  background: rgba(190, 129, 101, 0.06);
  padding: 48px 0px 45px;
}
.to1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.to1_title {
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.6px;
  color: #333;
}
.to1_text {
  line-height: 28px;
  color: #666;
}
.to1_r {
  width: 74.572%;
}
.to1_r .to1_text {
  margin-top: 15px;
}
.to1_list {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 3.1595%;
}
.to1_list li {
  width: 31.227%;
}
.to1_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.to1_list .box {
  text-align: center;
  padding: 21px 6px 0px;
}
.to1_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.to1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.to1_list .title a:hover {
  color: #be8165;
}
.to1_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  color: #999;
  margin-top: 7px;
}
.to1_list .links {
  color: #be8165;
}
.to1_list .links:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.to1_list .input_box {
  position: relative;
}
.to1_list .input_box input {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.to1_list .input_box span {
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
}
.to1_list .input_box input:checked {
  opacity: 1;
}
.to1_list .input_box input:checked + span {
  display: none;
}
.to1_list .input_links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.to2 {
  padding: 75px 0px 88px;
}
.to2 .sw_box {
  margin-top: 38px;
}
.to2 .swiperto2-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 2;
  margin-top: 44px;
}
.to2 .swiper-pagination-bullet {
  width: 49px;
  height: 6px;
  border-radius: 9px;
  opacity: 0.9;
  background: #e4e4e4;
  display: block;
  margin: 0px !important;
}
.to2 .swiper-pagination-bullet-active {
  background: #be8165;
  opacity: 1;
}
.to2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 2.1065%;
}
.to2_list li {
  width: 31.929%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.to2_list li .imgBox{
  position: relative;
}
.to2_list li .imgBox::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45%, rgba(0, 0, 0, 0.60) 100%);
  left: 0;
  top: 0;
}
.to2_list .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px 29px 27px;
  transition: 0.3s;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.to2_list .hide_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(190, 129, 101, 0.9) 0%, rgba(190, 129, 101, 0.9) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.to2_list .hide_box.show::before {
  opacity: 1;
}
.to2_list .flex_box {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.to2_list .number {
  color: #fff;
  font-family: PublicSans-SemiBold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 41px;
  margin-bottom: 2px;
}
.to2_list .title {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  flex: 1;
}
.to2_list .describe {
  color: #fff;
  line-height: 24px;
  max-height: 216px;
  overflow: auto;
  display: none;
  margin-top: 9px;
}
.to2_list .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to2_list .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.to2_list .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.to3 {
  padding: 67px 0px 57px;
}
.to3 .sw_box {
  margin-top: 31px;
}
.to3 .title {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}
.to3 .sw_box {
  position: relative;
}
.to3 .controls_pos {
  top: 0px;
  margin-top: 12.7%;
}
.tt1 {
  padding-top: 77px;
}
.tt1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tt1 .sw_box1 {
  width: 80.08298755%;
  position: relative;
  z-index: 2;
  border: 1px solid #dbdbdb;
}
.tt1 .r_box {
  width: 51.643%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.tt1 .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
}
.tt1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt1 .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .tt1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tt1 .mySwipertt1_2 {
  width: 100%;
  height: 93.61%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.tt1 .mySwipertt1_2 .swiper-slide {
  cursor: pointer;
  position: relative;
}
.tt1 .mySwipertt1_2 .swiper-slide-thumb-active {
  border: 1px solid #be8165;
}
.tt1 .sw_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.87413555%;
  height: 100%;
}
.tt1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  width: 16px;
}
.tt1 .pic-btn.prev {
  top: 0px;
}
.tt1 .pic-btn.next {
  bottom: 0px;
}
.tt1_l {
  width: 45.35%;
  padding-top: 1.2%;
}
.tt1_l h1 {
  color: #333;
  font-family: PublicSans-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.48px;
}
.tt1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 58px;
}
.tt1_l .buttonBox {
  margin-top: 14px;
  gap: 20px 32px;
  flex-wrap: wrap;
}
.tt1_l .buttonBox a {
  font-size: 20px;
  min-width: 181px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #333;
}
.tt1_l .buttonBox a:hover {
  background: #be8165;
  border: 1px solid #be8165;
  color: #fff;
}
.tt1_list {
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 27px;
}
.tt1_list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.tt1_list .text {
  flex: 1;
}
.tt1_list .name {
  font-family: PublicSans-Bold;
  min-width: 99px;
}
.tt1 .describe{
  color: #666;
  display: flex;
  flex-direction: column;
  margin-top: 27px;
}
.tt1 .describe .table table td{
  border: none;
  padding: 7px 0px !important;
}
.tt1 .describe em{
  font-family: PublicSans-Bold;
  font-style: normal;
}
.tt_title {
  color: #333;
  font-family: PublicSans-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
}
.tt2 {
  padding: 50px 0px 66px;
}
.tt2 .to1_title {
  margin-top: 46px;
}
.tt2_container {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.tt2_container .tt2_title {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  padding-left: 18px;
  position: relative;
}
.tt2_container .tt2_title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #be8165;
}
.tt2_container .describe {
  padding-left: 18px;
  color: #666;
  margin-top: 4px;
}
.tt2_container .describe
.tt2_container .describe1 {
  margin-top: 13px;
  padding-bottom: 18px;
}
.tt2_container .table table {
  color: #4d4d4d;
  text-align: center;
}
.tt2_container .table table tr:nth-of-type(1) {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  color: #fff;
}
.tt2_container .table table tr:nth-of-type(1) td {
  border: none;
  background: #be8165;
}
.tt2_container .table table td {
  padding: 17px 12px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.tt2_container .sw_box {
  position: relative;
  margin-top: 26px;
}
.tt2_container .sw_box .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.tt2_container .title {
  font-family: PublicSans-SemiBold;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 14px;
  padding: 0px 19px;
}
.tt_back {
  background: rgba(190, 129, 101, 0.06);
}
.tt3 {
  padding-top: 50px;
}
.tt3_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin-top: 37px;
}
.tt3_list li {
  width: 48.929%;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tt3_list .r_box {
  flex: 1;
  padding: 10px 10px;
  margin-left: 2.6%;
}
.tt3_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #333;
}
.tt3_list .l_box {
  width: 57.811%;
  border-radius: 20px;
  overflow: hidden;
}
.tt3_list .describe {
  color: #666;
  margin-top: 15px;
}
.tt3_list .describe p {
  padding-left: 15px;
  position: relative;
}
.tt3_list .describe p::before {
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #be8165;
  position: absolute;
  left: 3px;
  top: 10px;
}
.tt4 {
  padding: 59px 0px 61px;
}
.tt4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.904%;
  margin-top: 35px;
}
.tt4_list li {
  border-radius: 20px;
  width: 23.572%;
  overflow: hidden;
  background: #fff;
  padding: 25px 24px 28px;
}
.tt4_list .top {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}
.tt4_list .number {
  font-family: PublicSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: -0.92px;
  color: #be8165;
}
.tt4_list .title {
  flex: 1;
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #be8165;
  padding-bottom: 3px;
}
.tt4_list .describe {
  line-height: 28px;
  color: #666;
  margin-top: 14px;
}
.tt5 {
  padding: 62px 0px 60px;
}
.tt5 .sw_box {
  margin-top: 47px;
}
.tt5 .sw_box .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tt5 .swiper-slide {
  height: auto;
  position: relative;
  z-index: 1;
}
.tt5 .swiper-slide::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.tt5 .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.tt5 .box {
  padding: 25px 21px 26px;
}
.tt5 .describe {
  line-height: 23px;
  color: #666;
  margin-top: 12px;
}
.tt_to3 {
  padding: 47px 0px 50px;
}
.tt6 {
  padding-top: 87px;
}
.tt_tt6{
  padding-bottom: 74px;
}
.tt6_list {
  margin-top: 38px;
}
.tt7 {
  padding: 74px 0px 62px;
}
.tt7 .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
  text-align: center;
  margin-top: 25px;
}
.tt7 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tt7 .sw_box {
  margin-top: 34px;
}
.tt7 .swipertt7-pagination {
  margin-top: 35px;
}
.tho_title {
  font-family: PublicSans-SemiBold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #222;
}
.tho1 {
  padding-top: 55px;
}
.tho1 .text {
  margin-top: 14px;
  line-height: 22px;
  color: #333;
  text-align: center;
}
.tho1 .tho_title {
  margin-top: 40px;
}
.tho1_list {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.tho1_list li {
  width: 23.5%;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 24px 20px 34px;
  min-height: 226px;
}
.tho1_list .flex_box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.tho1_list .logo {
  width: 56px;
  position: relative;
  z-index: 1;
}
.tho1_list .logo::before {
  content: "";
  left: -8px;
  top: -9px;
  position: absolute;
  z-index: -1;
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #be8165;
}
.tho1_list .big_num {
  text-align: center;
  font-family: PublicSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: -0.92px;
  color: #222;
  display: flex;
}
.tho1_list .describe {
  font-size: 18px;
  line-height: 22px;
  color: #666;
  margin-top: 12px;
}
.tho1_list .r_box {
  flex: 1;
}
.tho2 {
  padding: 72px 0px 63px;
}
.tho2 .text {
  margin-top: 12px;
  color: #333;
}
.tho2_container {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.tho2_container figure {
  overflow: hidden;
}
.tho2_container .l_box {
  width: 52.429%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
.tho2_container .describe {
  color: #666;
  margin-top: 24px;
}
.tho2_container .r_box {
  padding-top: 5.072%;
  padding-left: 32px;
}
.tho2_container figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 2.715%;
}
.tho2_container figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 2.715%;
}
.tho3 {
  background: #fbf8f6;
  padding: 59px 0px 52px;
}
.tho3 .text {
  margin-top: 20px;
  line-height: 23px;
  color: #333;
  text-align: center;
}
.tho3_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0px;
  margin-top: 46px;
}
.tho3_list li {
  width: 48.358%;
}
.tho3_list .box {
  padding: 23px 31px 0px;
}
.tho3_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tho3_list .describe {
  color: #666;
  margin-top: 13px;
}
.fuo1 {
  padding-top: 63px;
}
.fuo1 .content {
  overflow: hidden;
}
.fuo1 .r_box {
  padding-top: 13px;
}
.fuo1 .l_box {
  width: 52.072%;
  overflow: hidden;
  border-radius: 20px;
  margin-left: 4.286%;
  margin-bottom: 5px;
  float: right;
}
.fuo1 .describe {
  line-height: 24px;
  color: #666;
  margin-top: 30px;
}
.fuo2 {
  padding-top: 46px;
}
.fuo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.4275%;
}
.fuo2_list .logo {
  width: 50px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.fuo2_list .logo::before {
  content: "";
  left: -4px;
  top: -3px;
  position: absolute;
  z-index: -1;
  width: 29px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #be8165;
}
.fuo2_list .text {
  color: #4d4d4d;
  text-align: center;
  margin-top: 20px;
}
.fuo2_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18.858%;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 37px 12px 55px;
}
.fuo2_list .big_num {
  font-family: PublicSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: -0.92px;
  color: #333;
  display: flex;
  align-items: center;
}
.fuo2_list .number_after {
  color: #333;
  margin-bottom: 1px;
}
.fuo2_list .number_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 3px;
  gap: 7px;
}
.fuo3 {
  background: #fbf8f6;
  margin-top: 84px;
}
.fuo3 .container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  display: flex;
}
.fuo3 .l_box {
  width: 50.105%;
  border-radius: 0px 0px 20px 0px;
  overflow: hidden;
  position: relative;
}
.fuo3 .l_box iframe,
.to2_list li .imgBox iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fuo3 .l_box video,
.to2_list li .imgBox video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .fuo3 .l_box video,
  .to2_list li .imgBox video{
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.fuo3 .r_box {
  flex: 1;
  position: relative;
  z-index: 1;
}
.fuo3_container {
  position: absolute;
  width: calc(100% + 26px);
  max-width: 814px;
  transform: translate(-116px, -50%);
  left: 0;
  top: 51.5%;
  border-radius: 20px 0px;
  overflow: hidden;
  background: #fff;
  padding: 51px 51px 23px;
}
.fuo3_container .to1_title {
  color: #222;
}
.fuo3_container .describe {
  color: #666;
  line-height: 32px;
  max-height: 224px;
  overflow: auto;
}
.fuo3_container .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fuo3_container .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fuo3_container .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fuo3_container .sw_box {
  margin-top: 23px;
}
.fuo3_container .swiper-pagination-fraction {
  width: auto;
  color: #333;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.fuo3_container .swiper-pagination-current {
  font-family: PublicSans-Bold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: -0.64px;
  color: #be8165;
}
.fuo3_container .swiper_btn {
  width: 19px;
  aspect-ratio: 19/35;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(214, 213, 213, 0.86);
  transition: 0.3s;
  cursor: pointer;
}
.fuo3_container .swiper_btn:hover {
  background: #be8165;
}
.fuo3_container .swiper_controls {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.fuo3_container .controls_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 20px;
  margin-top: 20px;
}
.fuo4 {
  padding-top: 80px;
}
.fuo4 .to1_title {
  color: #222;
}
.fuo4 .text {
  margin-top: 14px;
  color: #333;
  text-align: center;
}
.fuo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.66666667%;
  margin-top: 45px;
}
.fuo4_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  text-align: center;
  padding: 0px 5px;
}
.fuo4_list .logo {
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.fuo4_list .name {
  text-align: center;
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  color: #222;
  margin-top: 19px;
}
.fuo4_list .describe {
  color: #666;
  margin-top: 19px;
}
.fuo5 {
  padding-top: 86px;
}
.fuo5 .to1_title {
  color: #222;
}
.fuo5_container {
  background: #fbf8f6;
  margin-top: 56px;
  padding: 82px 0px 46px;
}
.fuo5_container .content {
  position: relative;
  z-index: 1;
}
.fuo5_container .back_img {
  position: absolute;
  width: 55%;
  max-width: 764px;
  left: 50%;
  top: 46.2%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.fuo5_container .year {
  color: #333;
}
.fuo5_container .name {
  font-family: PublicSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  margin-top: 3px;
}
.fuo5_container .describe {
  line-height: 24px;
  color: #666;
  margin-top: 17px;
}
.fuo5_container .swiper-slide {
  position: relative;
  padding-left: 33px;
}
.fuo5_container .swiper-slide::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #967878;
}
.fuo5_container .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  aspect-ratio: 1/1;
  border: 1px solid #967878;
  background: #fbf8f6;
  border-radius: 50%;
}
.fuo5_container .mySwiperfuo5_1 .swiper-wrapper {
  align-items: flex-end;
}
.fuo5_container .mySwiperfuo5_1 .swiper-slide {
  padding-bottom: 26px;
}
.fuo5_container .swiper-slide.no_style::before,
.fuo5_container .swiper-slide.no_style::after {
  display: none;
}
.fuo5_container .sw_box {
  position: relative;
  padding-bottom: 8px;
  padding-left: 18px;
}
.fuo5_container .sw_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  background: #be8165;
  border-radius: 21px;
  width: 100%;
}
.fuo5_container .sw_box1 {
  padding-left: 18px;
}
.fuo5_container .sw_box1 .swiper-slide {
  padding-top: 39px;
  padding-left: 70px;
}
.fuo5_container .sw_box1 .swiper-slide::after {
  top: 51px;
  left: 44px;
}
.fuo5_container .sw_box1 .swiper-slide::before {
  bottom: auto;
  top: 0;
  height: 66%;
  left: 48px;
}
.fuo5_container .swiperfuo5-pagination {
  margin-top: 51px;
}
.fuo_to3 {
  padding: 92px 0px 84px;
}
.fut1 {
  padding-top: 63px;
  display: flex;
  flex-direction: column;
  gap: 49px;
}
.fut1 figure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.fut1 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fut1 figure:nth-of-type(even) .container {
  left: auto;
  right: 0;
  transform: translate(116px, -50%);
}
.fut1 figure:nth-of-type(even) .l_box {
  border-radius: 20px 0px 0px 20px;
}
.fut1 .l_box {
  width: 50.105%;
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
.fut1 .r_box {
  flex: 1;
  position: relative;
  z-index: 1;
}
.fut1 .container {
  position: absolute;
  width: calc(100% + 26px);
  max-width: 814px;
  transform: translate(-116px, -50%);
  left: 0;
  top: 51.5%;
  border-radius: 20px 0px;
  overflow: hidden;
  border-radius: 20px;
  background: #fbf8f6;
  padding: 51px 51px 49px;
}
.fut1 .to1_title {
  color: #222;
}
.fut1 .describe {
  margin-top: 23px;
  color: #666;
  line-height: 32px;
  max-height: 256px;
  overflow: auto;
}
.fut1 .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fut1 .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fut1 .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fut2 {
  padding: 81px 0px 110px;
}
.futh1 {
  padding: 63px 0px 74px;
}
.futh1 .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.futh1 .l_box {
  width: 55.715%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
.futh1 .to1_title {
  color: #222;
}
.futh1 .describe {
  color: #666;
  margin-top: 24px;
}
.futh1 figure {
  overflow: hidden;
}
.futh1 figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 3.072%;
}
.futh1 figure:nth-of-type(odd) .r_box {
  padding-top: 3.7%;
}
.futh1 figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 3.072%;
}
.futh1 figure:nth-of-type(even) .r_box {
  padding-top: 2.1%;
}
.fo1 {
  padding: 59px 0px 80px;
}
.fo1 .PageNumber {
  margin-top: 68px;
}
.fo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 2.4275%;
  margin-top: 50px;
}
.fo1_list li {
  width: 31.715%;
  display: flex;
  flex-direction: column;
}
.fo1_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.fo1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #333;
}
.fo1_list .title a:hover {
  color: #be8165;
}
.fo1_list .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none !important;
  background: #fff;
  padding: 23px 29px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
.fo1_list .box:hover {
  background: #fff;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
  border: 1px solid transparent;
}
.fo1_list .describe {
  color: #666;
  line-height: 25px;
  margin-top: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fo1_list .links {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 28px;
}
.fo1_list .links a {
  color: #be8165;
}
.fo1_list .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.to1_title_lineheight {
  line-height: 36px;
}
.ft1 {
  padding: 53px 0px 73px;
}
.ft1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #d9d9d9;
  margin-top: 29px;
  padding-top: 22px;
}
.ft1_container {
  border-top: 1px solid #d9d9d9;
  margin-top: 9px;
}
.ft1_container .describe {
  color: #666;
  padding-top: 30px;
}
.ft1_container .describe img {
  display: inline-block;
}
.ft1_container .describe em {
  font-family: PublicSans-Bold;
  display: block;
  font-style: normal;
  line-height: 28px;
}
.ft1_container .describe a {
  color: #666;
}
.ft1_container video,
.ft1_container iframe {
  display: block;
  width: 100%;
}
.so1 {
  padding: 56px 0px 62px;
}
.so1 .content {
  overflow: hidden;
}
.so1 .l_box {
  width: 53.143%;
  float: right;
  margin-bottom: 5px;
  margin-left: 3.286%;
}
.so1 .describe {
  line-height: 28px;
  color: #666;
  margin-top: 15px;
}
.so1 .describe em {
  font-size: 18px;
  color: #333;
  font-style: normal;
}
.so1 .buttonBox {
  margin-top: 38px;
}
.so1 .buttonBox a {
  font-size: 20px;
}
.so2 {
  background: #fbf8f6;
  padding: 55px 0px 59px;
}
.so2 .text {
  color: #333;
  margin-top: 18px;
}
.so2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 39px 2.213%;
  margin-top: 40px;
}
.so2_list li {
  width: 31.858%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding: 27px 32px 20px;
  min-height: 230px;
}
.so2_list .number {
  text-align: center;
  -webkit-text-stroke-width: 1.81px;
  -webkit-text-stroke-color: #be8165;
  font-family: PublicSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: 4.6px;
  color: transparent;
}
.so2_list .title {
  text-align: center;
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 9px;
}
.so2_list .describe {
  color: #666;
  margin-top: 9px;
}
.so3 {
  padding-top: 64px;
}
.so3_list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.so3_list li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 29px;
}
.so3_list .l_box {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #222;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
}
.so3_list .title {
  flex: 1;
}
.so3_list .faq_q {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.so3_list .logo {
  width: 37px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 23px;
}
.so3_list .logo img:nth-of-type(1) {
  display: none;
}
.so3_list .box {
  display: flex;
  align-items: flex-start;
  color: #666;
  gap: 4px;
}
.so3_list .describe {
  color: #666;
  flex: 1;
}
.so3_list .describe em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 12px;
}
.so3_list .describe em::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #be8165;
  left: 0;
  top: 10px;
}
.so3_list .describe strong {
  color: #333;
  font-weight: normal;
  font-family: PublicSans-SemiBold;
}
.so3_list .active .logo img:nth-of-type(2) {
  display: none;
}
.so3_list .active .logo img:nth-of-type(1) {
  display: block;
}
.so3_list .faq_a {
  margin-top: 24px;
  display: none;
}
.so4 {
  padding: 65px 0px;
}
.so4 .box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.so4 .imgBox {
  position: relative;
}
.so4 .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.so4 .sw_box {
  margin-top: 29px;
}
.so4 .name {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  padding: 0px 16px 0px;
  margin-top: 20px;
}
.so4 .swiperso4-pagination {
  margin-top: 38px;
}
.seo1 {
  padding: 55px 0px 63px;
}
.seo1 .PageNumber {
  margin-top: 45px;
}
.seo1_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.seo1_menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 15px;
}
.seo1_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 20px;
  min-width: 169px;
  min-height: 56px;
  color: #333;
  padding: 4px 17px;
}
.seo1_menu a:hover {
  background: #be8165;
  border: 1px solid #be8165;
  color: #fff;
}
.seo1_menu .active {
  background: #be8165;
  border: 1px solid #be8165;
  color: #fff;
}
.seo1_list {
  margin-top: 47px;
}
.seo1_list li {
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  padding: 29px 0px 33px;
}
.seo1_list li:nth-last-of-type(1) {
  border-bottom: 1px solid #e5e5e5;
}
.seo1_list .l_box {
  width: 36%;
  max-width: 443px;
  display: flex;
  align-items: center;
}
.seo1_list .r_box {
  flex: 1;
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 19px 0px 6px;
  gap: 15px;
}
.seo1_list .time {
  color: #999;
  line-height: 20px;
}
.seo1_list .title {
  font-family: PublicSans-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
  margin-top: 11px;
}
.seo1_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;
}
.seo1_list .title a:hover {
  color: #be8165;
}
.seo1_list .describe {
  line-height: 25px;
  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: 11px;
}
.seo1_list .links {
  font-family: Arial, Helvetica, sans-serif;
  color: #be8165;
}
.seo1_list .links a {
  color: #be8165;
}
.seo1_list .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.set1 {
  padding: 51px 0px 0px;
}
.set1 .to1_title_lineheight {
  line-height: 40px;
}
.set1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}
.set1 .time {
  color: #666;
}
.set1 .time_share {
  border-top: 1px solid #d9d9d9;
  margin-top: 19px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 27px;
}
.set1_container {
  border-top: 1px solid #d9d9d9;
  margin-top: 9px;
}
.set1_container .describe {
  color: #666;
  padding-top: 30px;
}
.set1_container .describe img {
  display: inline-block;
}
.set1_container .describe em {
  font-family: PublicSans-Bold;
  display: block;
  font-style: normal;
  line-height: 28px;
}
.set1_container .describe a {
  color: #666;
}
.set1_container video,
.set1_container iframe {
  display: block;
  width: 100%;
}
.eo1 {
  padding: 60px 0px 87px;
}
.eo1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eo1 .title {
  font-family: PublicSans-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #333;
}
.eo1_l {
  width: 44%;
}
.eo1_list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 28px;
}
.eo1_list li {
  display: flex;
  align-items: flex-start;
}
.eo1_list .r_box {
  flex: 1;
  margin-left: 13px;
}
.eo1_list .logo {
  width: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 7px;
}
.eo1_list .name {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.eo1_list .text {
  color: #666;
  margin-top: 2px;
}
.eo1_list .text a {
  color: #666;
}
.eo1_list .text a:hover {
  color: #be8165;
}
.eo1_r {
  width: 52%;
  max-width: 589px;
}
.eo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 19px 0px;
  width: 100%;
  margin-top: 37px;
}
.eo1_r form > * {
  width: 100%;
}
.eo1_r form input,
.eo1_r form textarea {
  border-radius: 8px;
  border: 1px solid #D2D2D2;
  background: #fff;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 16px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.eo1_r form input::placeholder,
.eo1_r form input::-webkit-input-placeholder,
.eo1_r form textarea::placeholder {
  color: #999;
}
.eo1_r form .int1 {
  width: 48.9%;
}
.eo1_r form input {
  height: 52px;
}
.eo1_r form textarea {
  height: 152px;
  padding-top: 6px !important;
}
.eo1_r form .ttBox {
  width: 100%;
}
.eo1_r form .yzm {
  position: relative;
  display: flex;
}
.eo1_r form .yzm input {
  flex: 1;
  padding-right: 98px;
  height: 60px;
}
.eo1_r form .yzm span {
  height: 39px;
  aspect-ratio: 79/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.eo1_r form .yzm span img {
  height: 100%;
}
.eo1_r form .afterBox {
  position: relative;
}
.eo1_r form .afterBox::before {
  left: 16px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.eo1_r form .afterBox input,
.eo1_r form .afterBox textarea {
  padding-left: 26px;
}
.eo1_r form .ttBox::before {
  top: 23px;
}
.eo1_r form .tj input {
  height: 60px;
  cursor: pointer;
  background: #be8165;
  border: 1px solid #be8165;
  color: #fff;
  transition: 0.3s;
}
.eo1_r form .tj input:hover {
  background: transparent;
  color: #be8165;
}
.eo2 {
  padding-bottom: 84px;
}
.eo2 iframe {
  display: block;
}
.page_change {
  border: 1px solid #c2c2c2;
  border-left: none;
  border-right: none;
  color: #333;
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 21px;
  padding-bottom: 25px;
  gap: 16px;
}
.page_change p {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 13px;
}
.page_change span {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a:hover {
  color: #be8165;
}
.public_product {
  padding: 77px 0px 86px;
}
.public_product .imgBox {
  border-radius: 20px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.public_product .title {
  font-family: PublicSans-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.public_product .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.public_product .title a:hover {
  color: #be8165;
}
.public_product .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  color: #999;
  margin-top: 7px;
}
.public_product .links {
  margin-top: 16px;
}
.public_product .links a {
  color: #be8165;
}
.public_product .links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.public_product .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.public_product .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 21px 6px 0px;
}
.public_product .sw_box {
  margin-top: 49px;
  position: relative;
}
.public_product .controls {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: 11.1%;
}
.public_product .controls_prev {
  left: -20px;
  transform: translateX(-100%);
}
.public_product .controls_next {
  right: -20px;
  transform: translateX(100%);
}
.swiper_public-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 2;
  margin-top: 36px;
}
.swiper_public-pagination .swiper-pagination-bullet {
  width: 49px;
  height: 6px;
  border-radius: 9px;
  opacity: 0.9;
  background: #e4e4e4;
  display: block;
  margin: 0px !important;
}
.swiper_public-pagination .swiper-pagination-bullet-active {
  background: #be8165;
  opacity: 1;
}
.public_div {
  background: url("../images/public_div_back.jpg") no-repeat center;
  background-size: cover;
  padding: 93px 0px 118px;
}
.public_div .describe {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-top: 17px;
}
.public_div .buttonBox {
  margin-top: 42px;
  justify-content: center;
}
.public_menu {
  width: 22%;
  max-width: 273px;
  padding-top: 3px;
}
.public_menu .menu_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  font-family: PublicSans-Bold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: -0.64px;
  color: #333;
  gap: 20px;
}
.public_menu .menu_all .down {
  display: none;
}
.public_menu_list {
  border: 1px solid rgba(222, 221, 226, 0.9);
  border-radius: 9px;
  overflow: hidden;
  margin-top: 23px;
}
.public_menu_list .down {
  cursor: pointer;
}
.public_menu_list .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PublicSans-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #333;
  gap: 15px;
  padding: 19px 15px 18px;
}
.public_menu_list .list_box a {
  flex: 1;
  color: #333;
}
.public_menu_list .list_box a:hover {
  color: #be8165;
}
.public_menu_list .active.list_box .down {
  transform: rotate(90deg);
}
.public_menu_list > li {
  border-bottom: 1px solid rgba(222, 221, 226, 0.9);
}
.public_menu_list > li:nth-last-of-type(1) {
  border-bottom: none;
}
.public_menu_list1 {
  color: #666;
  line-height: 24px;
  display: none;
  padding-bottom: 6px;
}
.public_menu_list1 a {
  display: block;
  color: #666;
  position: relative;
  border-radius: 6px;
  padding: 12px 28px 13px;
}
.public_menu_list1 a:hover {
  color: #fff;
  background: #be8165;
}
.public_menu_list1 .active {
  color: #fff;
  background: #be8165;
}
.public_menu_list1 li:not(:nth-of-type(1)) {
  margin-top: 0px;
}
.swiper_button .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(214, 213, 213, 0.86);
  width: 33px;
  aspect-ratio: 33/61;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button .controls:hover {
  background: #be8165;
}
.controls_pos {
  position: absolute;
  top: 50%;
}
.controls_pos.controls_prev {
  left: -21px;
  transform: translate(-100%, -50%);
}
.controls_pos.controls_next {
  right: -21px;
  transform: translate(100%, -50%);
}
footer {
  background: #be8165;
  padding-top: 5.10416667%;
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1920/225;
  background: url("../images/footer_back.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}
footer .logoBox {
  width: 95px;
  flex-shrink: 0;
  margin-left: 33px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 27px;
  margin-top: 2%;
}
footer .icBox .iconfont {
  transition: 0.3s;
  font-size: 22px;
}
footer .icBox a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .icBox a:hover i {
  transform: translateY(-5px);
}
footer .dif_footer {
  font-family: PublicSans-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer .dif_up {
  display: none;
}
footer .list {
  line-height: 22px;
  color: #f5ebe6;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
footer .list a {
  display: inline;
  color: #f5ebe6;
}
footer .list a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .contact_list {
  gap: 13px;
}
footer .contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .contact_list .text {
  flex: 1;
}
footer .logo {
  width: 16px;
  margin-top: 3px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 42px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 16px;
  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: #f5ebe6;
}
footer form .int1 {
  width: 48.8%;
}
footer form input {
  height: 41px;
}
footer form textarea {
  height: 88px;
  padding-top: 6px !important;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
}
footer form .yzm input {
  flex: 1;
  padding-right: 70px;
}
footer form .yzm span {
  height: 30px;
  aspect-ratio: 79/39;
  overflow: hidden;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  left: 16px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
footer form .afterBox input,
footer form .afterBox textarea {
  padding-left: 26px;
}
footer form .ttBox::before {
  top: 23px;
}
footer form .tj input {
  cursor: pointer;
  background: #f5ebe6;
  color: #be8165;
  transition: 0.3s;
}
footer form .tj input:hover {
  background: #be8165;
  color: #fff;
}
footer .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
footer .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.footer_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.footer_b {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 24px;
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer_b .ul1 {
  max-width: 260px;
}
.footer_b .box {
  max-width: 477px;
}
.footer_c {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 24px;
  padding: 10px 0px 10px;
  min-height: 69px;
}
.footer_c a {
  color: rgba(255, 255, 255, 0.84);
}
.footer_c a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.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: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #be8165;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe img{
  display: inline-block;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #be8165;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1650px) {
  header .lang {
    margin-left: 36px;
  }
  header .lang ul {
    left: auto;
    transform: none;
    right: 0px;
  }
  header .sousuo {
    margin-left: 40px;
  }
  header .menuOne {
    margin-right: 46px;
  }
}
@media screen and (max-width: 1420px) {
  html body {
    font-size: 15px;
    line-height: 24px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  header .logoBox {
    width: 56px;
    margin-left: 0px;
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 25px;
  }
  header .menuOne > a {
    padding: 28px 0px;
  }
  header .lang,
  header .sousuo {
    margin-top: 0px;
    margin-left: 25px;
  }
  header .ul li {
    font-size: 15px;
    line-height: 24px;
  }
  header .ul li a {
    padding: 6px 23px;
  }
  .padding_top {
    padding-top: 82px;
  }
  .buttonBox a {
    font-size: 16px !important;
    min-width: 140px !important;
    min-height: 46px !important;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1_list {
    margin-top: 30px;
  }
  .index1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index1_list .box {
    padding: 14px 20px 18px;
  }
  .index2_list li {
    padding: 30px 20px 36px;
  }
  .index2_list .number {
    font-size: 24px;
    line-height: 32px;
  }
  .index2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
  }
  .index2_list .describe {
    margin-top: 8px;
  }
  .index2_list .logo {
    width: 32px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3_container {
    margin-top: 30px;
  }
  .index3_container .time {
    font-size: 22px;
    line-height: 28px;
  }
  .index3_container .describe {
    margin-top: 16px;
  }
  .index3_container .buttonBox {
    margin-top: 30px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .sw_box {
    margin-top: 30px;
  }
  .index4 .controls_prev {
    left: -10px;
  }
  .index4 .controls_next {
    right: -10px;
  }
  .index4 .box {
    padding: 12px 0px 0px;
  }
  .index4 .links {
    margin-top: 12px;
  }
  .index5 {
    padding: 60px 0px 180px;
  }
  .index5 .describe {
    margin-top: 12px;
  }
  .index5 .buttonBox {
    margin-top: 25px;
  }
  .index6 {
    padding: 40px 0px 80px;
  }
  .index6 .turn_page {
    margin-top: 30px;
  }
  .index6 .title {
    font-size: 18px;
    bottom: -10px;
  }
  .index7 {
    padding: 50px 0px 60px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .swiper-slide {
    padding: 30px 25px 20px;
  }
  .index7 .r_box {
    padding-top: 2px;
  }
  .index7 .describe {
    margin-top: 20px;
  }
  .index8 {
    padding: 60px 0px;
  }
  .index8_container {
    margin-top: 30px;
  }
  .index8_r {
    margin-left: 20px;
  }
  .index8_r figure {
    align-items: center;
  }
  .index8_r .r_box {
    padding: 0px 0px 10px;
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 38px;
  }
  .mbx {
    margin-top: 4px;
  }
  .mbx .active {
    font-size: 16px;
  }
  .to1 {
    padding: 40px 0px;
  }
  .to1 .to1_text {
    margin-top: 6px;
  }
  .to1_title {
    font-size: 24px;
  }
  .to1_text {
    line-height: 24px;
  }
  .to1_list {
    margin-top: 25px;
    gap: 30px 3.1595%;
  }
  .to1_list .box {
    padding: 12px 0px 0px;
  }
  .to2 {
    padding: 60px 0px;
  }
  .to2 .sw_box {
    margin-top: 30px;
  }
  .to2 .swiperto2-pagination {
    margin-top: 30px;
    gap: 16px;
  }
  .to2_list {
    gap: 30px 2.1065%;
  }
  .to2_list .hide_box {
    padding: 10px 20px 20px;
  }
  .to2_list .number {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .to2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .to2_list .describe {
    margin-top: 4px;
    line-height: 24px;
    max-height: none;
  }
  .to3 {
    padding: 60px 0px;
  }
  .to3 .sw_box {
    margin-top: 25px;
  }
  .to3 .title {
    font-size: 16px;
    margin-top: 8px;
  }
  .public_menu .menu_all {
    font-size: 24px;
    line-height: 30px;
  }
  .public_menu_list {
    margin-top: 15px;
  }
  .public_menu_list .list_box {
    font-size: 16px;
    line-height: 22px;
    padding: 14px 12px;
  }
  .public_menu_list1 a {
    padding: 8px 18px;
  }
  .tt1 {
    padding-top: 40px;
  }
  .tt1 .pic-btn.next {
    bottom: -3px;
  }
  .tt1 .pic-btn.prev {
    top: -3px;
  }
  .tt1_l .share_box {
    margin-top: 25px;
  }
  .tt1_l .buttonBox {
    gap: 15px 20px;
  }
  .tt1_list {
    margin-top: 12px;
    gap: 6px;
  }
  .tt1 .describe{
    margin-top: 12px;
  }
  .describe .table table td{
    padding: 3px 0px;
  }
  .tt_title {
    font-size: 28px;
    line-height: 38px;
  }
  .tt2 {
    padding: 40px 0px 60px;
  }
  .tt2 .to1_title {
    margin-top: 20px;
  }
  .tt2_container {
    margin-top: 20px;
  }
  .tt2_container .table table td {
    padding: 12px;
  }
  .tt2_container .describe1 {
    padding-bottom: 0px;
  }
  .tt2_container .sw_box {
    margin-top: 20px;
  }
  .tt3 {
    padding-top: 40px;
  }
  .tt3_list {
    margin-top: 25px;
  }
  .tt3_list .title {
    font-size: 18px;
  }
  .tt3_list .describe {
    margin-top: 4px;
  }
  .tt4 {
    padding: 40px 0px 60px;
  }
  .tt4_list {
    margin-top: 25px;
  }
  .tt4_list .number {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .tt4_list .title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .tt4_list li {
    padding: 20px 16px;
  }
  .tt4_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tt5 {
    padding: 60px 0px;
  }
  .tt5 .sw_box {
    margin-top: 25px;
  }
  .tt5 .title {
    font-size: 18px;
    line-height: 24px;
  }
  .tt5 .describe {
    line-height: 22px;
    margin-top: 8px;
  }
  .tt5 .box {
    padding: 20px 16px;
  }
  .tt6 {
    padding-top: 60px;
  }
  .tt_tt6{
    padding-bottom: 60px;
  }
  .tt6_list {
    margin-top: 25px;
  }
  .tt7 {
    padding: 60px 0px;
  }
  .tt7 .sw_box {
    margin-top: 25px;
  }
  .tt7 .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
  }
  .tho_title {
    font-size: 20px;
  }
  .tho1 .text {
    margin-top: 8px;
  }
  .tho1 .tho_title {
    margin-top: 20px;
  }
  .tho1_list {
    margin-top: 20px;
  }
  .tho1_list .logo {
    width: 42px;
  }
  .tho1_list .logo::before {
    width: 36px;
  }
  .tho1_list .big_num {
    font-size: 32px;
    line-height: 38px;
  }
  .tho1_list .describe {
    font-size: 16px;
    margin-top: 8px;
  }
  .tho1_list li {
    min-height: 160px;
  }
  .tho2 {
    padding: 60px 0px;
  }
  .tho2 .text {
    margin-top: 8px;
  }
  .tho2_container {
    margin-top: 25px;
    gap: 30px;
  }
  .tho2_container .r_box {
    padding-top: 2%;
    padding-left: 20px;
  }
  .tho2_container .describe {
    margin-top: 12px;
  }
  .tho3 {
    padding: 40px 0px;
  }
  .tho3 .text {
    margin-top: 12px;
  }
  .tho3_list {
    gap: 30px 0px;
    margin-top: 30px;
  }
  .tho3_list .box {
    padding: 15px 12px 0px;
  }
  .tho3_list .describe {
    margin-top: 6px;
  }
  .fuo1 {
    padding-top: 60px;
  }
  .fuo1 .describe {
    margin-top: 12px;
  }
  .fuo2 {
    padding-top: 40px;
  }
  .fuo2_list .big_num {
    font-size: 32px;
    line-height: 38px;
  }
  .fuo2_list .text {
    margin-top: 12px;
  }
  .fuo2_list li {
    padding: 30px 12px 28px;
  }
  .fuo3_container {
    padding: 30px;
  }
  .fuo3_container .describe {
    line-height: 26px;
    max-height: 156px;
  }
  .fuo3_container .sw_box {
    margin-top: 8px;
  }
  .fuo3_container .swiper-pagination-current {
    font-size: 24px;
    line-height: 28px;
  }
  .fuo4 {
    padding-top: 60px;
  }
  .fuo4 .text {
    margin-top: 8px;
  }
  .fuo4_list {
    margin-top: 25px;
    gap: 30px 2%;
  }
  .fuo4_list li {
    width: 23%;
  }
  .fuo4_list .logo {
    width: 48px;
  }
  .fuo4_list .name {
    font-size: 18px;
    margin-top: 10px;
  }
  .fuo4_list .describe {
    margin-top: 12px;
  }
  .fuo5 {
    padding-top: 60px;
  }
  .fuo5_container {
    margin-top: 30px;
    padding: 40px 0px;
  }
  .fuo5_container .name {
    font-size: 18px;
    margin-top: 0px;
  }
  .fuo5_container .describe {
    margin-top: 12px;
  }
  .fut1 {
    padding-top: 60px;
  }
  .fut1 .container {
    padding: 30px;
  }
  .fut1 .describe {
    line-height: 26px;
    max-height: 156px;
    margin-top: 8px;
  }
  .fut2 {
    padding: 60px 0px;
  }
  .futh1 {
    padding: 60px 0px;
  }
  .futh1 .content {
    gap: 30px;
  }
  .futh1 .describe {
    margin-top: 12px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_list {
    margin-top: 25px;
    gap: 30px 2.4275%;
  }
  .fo1_list .box {
    padding: 16px;
  }
  .fo1_list .title {
    font-size: 18px;
  }
  .fo1_list .describe {
    margin-top: 8px;
  }
  .fo1_list .links {
    margin-top: 12px;
  }
  .to1_title_lineheight {
    line-height: 32px !important;
  }
  .ft1 {
    padding: 40px 0px 60px;
  }
  .ft1 .share_box {
    margin-top: 12px;
    padding-top: 12px;
  }
  .ft1_container .describe {
    padding-top: 12px;
  }
  .ft1_container .describe em {
    line-height: 26px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1 .describe {
    line-height: 24px;
    margin-top: 12px;
  }
  .so1 .describe em {
    font-size: 16px;
    line-height: 24px;
  }
  .so1 .buttonBox {
    margin-top: 25px;
  }
  .so2 {
    padding: 60px 0px;
  }
  .so2 .text {
    margin-top: 12px;
  }
  .so2_list {
    margin-top: 35px;
    gap: 30px 2.213%;
  }
  .so2_list .number {
    font-size: 36px;
    line-height: 42px;
  }
  .so2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 6px;
  }
  .so2_list .describe {
    margin-top: 6px;
  }
  .so3 {
    padding-top: 60px;
  }
  .so3_list {
    gap: 20px;
  }
  .so3_list .l_box {
    font-size: 18px;
    line-height: 24px;
  }
  .so3_list li {
    padding-bottom: 20px;
  }
  .so3_list .faq_a {
    margin-top: 12px;
  }
  .so3_list .logo {
    margin-right: 0px;
  }
  .so4 {
    padding: 60px 0px;
  }
  .so4 .sw_box {
    margin-top: 20px;
  }
  .so4 .name {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    padding: 0px 12px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1_list {
    margin-top: 25px;
  }
  .seo1_list .title {
    font-size: 18px;
    margin-top: 6px;
  }
  .seo1_list li {
    padding: 15px 0px;
  }
  .seo1_menu a {
    font-size: 16px;
    min-width: 140px;
    min-height: 46px;
  }
  .set1 {
    padding: 40px 0px 0px;
  }
  .set1 .time_share {
    margin-top: 12px;
    padding-top: 12px;
  }
  .set1_container .describe {
    padding-top: 12px;
  }
  .set1_container .describe em {
    line-height: 26px;
  }
  .eo1 {
    padding: 60px 0px;
  }
  .eo1 .title {
    font-size: 32px;
    line-height: 42px;
  }
  .eo1_list {
    margin-top: 20px;
    gap: 14px;
    line-height: 26px;
  }
  .eo1_list .name {
    font-size: 16px;
    line-height: 24px;
  }
  .eo1_r form {
    gap: 14px 0px;
    margin-top: 20px;
  }
  .eo1_r form input {
    height: 48px !important;
  }
  .eo1_r form .yzm input {
    padding-right: 80px;
  }
  .eo1_r form .yzm span {
    height: 30px;
  }
  .eo2 {
    padding-bottom: 60px;
  }
  .page_change {
    margin-top: 30px !important;
    padding: 20px 0px;
    gap: 8px;
  }
  .public_product {
    padding: 60px 0px;
  }
  .public_product .sw_box {
    margin-top: 30px;
  }
  .public_product .controls_prev {
    left: -10px;
  }
  .public_product .controls_next {
    right: -10px;
  }
  .public_product .box {
    padding: 12px 0px 0px;
  }
  .public_product .links {
    margin-top: 12px;
  }
  .swiper_public-pagination {
    margin-top: 30px !important;
    gap: 16px;
  }
  .public_div {
    padding: 60px 0px;
  }
  .public_div .describe {
    font-size: 18px;
    margin-top: 10px;
  }
  .public_div .buttonBox {
    margin-top: 25px;
  }
  .swiper_button .controls {
    width: 28px;
  }
  .swiper_button .controls img {
    width: 8px;
  }
  .controls_pos.controls_prev {
    left: -10px;
  }
  .controls_pos.controls_next {
    right: -10px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .logoBox {
    width: 80px;
    margin-left: 15px;
  }
  footer .icBox {
    gap: 10px 20px;
  }
  footer .dif_footer {
    font-size: 18px;
  }
  footer .list {
    margin-top: 15px;
    gap: 8px !important;
  }
  footer form {
    margin-top: 15px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
    padding: 0px 10px;
  }
  footer form .afterBox input,
  footer form .afterBox textarea {
    padding-left: 14px;
  }
  footer form .afterBox::before {
    left: 5px;
    font-size: 16px;
    top: 48%;
  }
  .footer_b {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer_b .ul2,
  .footer_b .ul3 {
    min-width: 140px;
  }
  .footer_b .box {
    min-width: 330px;
  }
  .footer_c {
    margin-top: 20px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 10px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .index2_list {
    gap: 30px 2%;
    align-items: initial;
  }
  .index2_list li {
    width: 49%;
    margin-top: 0px !important;
    min-height: auto;
  }
  .fuo2_list {
    gap: 30px 5%;
  }
  .fuo2_list li {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  header {
    padding: 8px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
  }
  header .lang ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  header .head_boxr {
    padding-right: 50px;
  }
  .padding_top {
    padding-top: 64.72px;
  }
  .fuo3 {
    padding: 30px 90px;
  }
  .fuo3 .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .fuo3 .l_box {
    width: 100%;
  }
  .fuo3 .r_box {
    flex: none;
    width: 100%;
  }
  .fuo3_container {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
  .fuo3_container .describe {
    line-height: 24px;
    max-height: none;
  }
  .fuo3_container .controls_box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #be8165 !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;
  }
  .bannerBox {
    padding-top: 140px;
  }
  .bannerBox .content {
    top: 56%;
  }
  .bannerBox .banner_title {
    font-size: 24px;
    line-height: 32px;
  }
  .mbx .active {
    font-size: 14px;
  }
  .buttonBox a {
    min-width: 110px !important;
    min-height: 36px !important;
    font-size: 14px !important;
    padding: 4px 16px;
  }
  html body {
    font-size: 14px;
    line-height: 22px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .index_banner .swiperbanner-pagination {
    bottom: 15px;
    gap: 12px;
  }
  .big_title {
    font-size: 22px;
    line-height: 32px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1_list {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .index1_list li {
    border-radius: 0px;
  }
  .index1_list .box {
    padding: 10px 0px 0px;
  }
  .index1_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index1_list .describe {
    margin-top: 4px;
  }
  .index2_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .index2_list .describe {
    margin-top: 4px;
    line-height: 22px;
  }
  .index2_list .number {
    font-size: 20px;
    line-height: 32px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3_container {
    margin-top: 15px;
  }
  .index3_container .time {
    font-size: 18px;
    line-height: 26px;
  }
  .index3_container .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .index3_container .describe {
    line-height: 22px;
    margin-top: 8px;
  }
  .index3_container .buttonBox {
    margin-top: 12px;
  }
  .index3_container .r_box {
    padding-bottom: 0px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .sw_box {
    margin-top: 15px;
  }
  .index4 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index4 .describe {
    margin-top: 2px;
  }
  .index4 .links {
    margin-top: 4px;
  }
  .index5 {
    padding: 30px 0px 120px;
  }
  .index5 .describe {
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px;
  }
  .index5 .buttonBox {
    margin-top: 15px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .sw_box {
    position: relative;
    margin-top: 15px;
  }
  .index6 .title {
    position: relative;
    bottom: 0;
    transform: none;
    margin-top: 4px;
    font-size: 14px;
  }
  .index6 .controls {
    top: 0px;
    margin-top: 16%;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .top {
    min-height: auto;
    padding: 8px;
  }
  .index7 .name {
    font-size: 16px;
  }
  .index7 .text {
    margin-top: 2px;
  }
  .index7 .r_box {
    padding-top: 12px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8 .top {
    padding: 0px;
  }
  .index8 .links {
    position: relative;
    right: 0;
    font-size: 14px;
    transform: none;
    top: 0;
    text-align: center;
  }
  .index8_container {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 20px;
  }
  .index8_l {
    width: 100%;
  }
  .index8_r {
    width: 100%;
    flex: none;
    margin-left: 0px;
  }
  .index8_r .r_box {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .index8_r .title {
    margin-top: 12px;
    font-size: 16px;
  }
  .to1_title {
    font-size: 20px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1 .content {
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .to1 .to1_text {
    margin-top: 4px;
  }
  .to1_text {
    line-height: 22px;
  }
  .to1_r {
    width: 100%;
  }
  .to1_list {
    gap: 20px 3.1595%;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .to1_list .describe {
    margin-top: 2px;
  }
  .to1_list .input_links {
    margin-top: 4px;
  }
  .to2 {
    padding: 30px 0px;
  }
  .to2 .sw_box {
    margin-top: 15px;
  }
  .to2 .swiperto2-pagination {
    margin-top: 20px;
    gap: 12px;
  }
  .to2_list {
    gap: 20px 2%;
  }
  .to2_list li {
    width: 32%;
    border-radius: 0px;
  }
  .to2_list .imgBox {
    border-radius: 20px;
    overflow: hidden;
  }
  .to2_list .flex_box {
    gap: 0px;
    flex-wrap: wrap;
    align-items: center;
  }
  .to2_list .number {
    color: #333;
    font-size: 20px;
    line-height: 28px;
  }
  .to2_list .title {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    flex: none;
    width: 100%;
  }
  .to2_list .describe {
    color: #333;
    display: block;
    line-height: 22px;
  }
  .to2_list .hide_box {
    height: auto;
    position: relative;
    padding: 8px 0px 0px;
  }
  .to2_list .hide_box::before {
    display: none;
  }
  .to3 {
    padding: 30px 0px;
  }
  .to3 .sw_box {
    margin-top: 15px;
  }
  .to3 .title {
    font-size: 14px;
    margin-top: 4px;
  }
  .to3 .controls_pos {
    margin-top: 17%;
  }
  .tt1 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .tt1 .r_box {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
  }
  .tt1_l {
    width: 100%;
    padding-top: 0px;
  }
  .tt1_l h1 {
    font-size: 20px;
  }
  .tt1_l .share_box {
    margin-top: 15px;
  }
  .tt_title {
    font-size: 20px;
    line-height: 26px;
  }
  .tt2 {
    padding: 30px 0px;
  }
  .tt2 .to1_title {
    margin-top: 12px;
  }
  .tt2_container {
    margin-top: 12px;
    gap: 20px;
  }
  .tt2_container .tt2_title {
    font-size: 16px;
    line-height: 24px;
  }
  .tt2_container .tt2_title::before {
    top: 10px;
  }
  .tt2_container .table table tr:nth-of-type(1) {
    font-size: 15px;
  }
  .tt2_container .table table td {
    padding: 8px 10px;
  }
  .tt2_container .sw_box {
    margin-top: 12px;
  }
  .tt2_container .title {
    line-height: 22px;
    bottom: 8px;
    padding: 0px 10px;
  }
  .tt3 {
    padding-top: 30px;
  }
  .tt3_list {
    margin-top: 15px;
  }
  .tt3_list li {
    flex-wrap: wrap;
  }
  .tt3_list .l_box {
    width: 100%;
  }
  .tt3_list .title {
    font-size: 16px;
  }
  .tt3_list .r_box {
    flex: none;
    width: 100%;
    margin: 0px;
    padding: 10px 20px 20px;
  }
  .tt4 {
    padding: 30px 0px;
  }
  .tt4_list {
    margin-top: 15px;
  }
  .tt4_list .top {
    gap: 0px;
    flex-wrap: wrap;
    align-items: center;
  }
  .tt4_list .number {
    font-size: 20px;
    line-height: 28px;
  }
  .tt4_list .title {
    font-size: 16px;
    line-height: 24px;
    flex: none;
    width: 100%;
  }
  .tt4_list .describe {
    display: block;
    line-height: 22px;
  }
  .tt5 {
    padding: 30px 0px;
  }
  .tt5 .sw_box {
    margin-top: 15px;
  }
  .tt5 .title {
    font-size: 16px;
  }
  .tt5 .box {
    padding: 10px 12px 12px;
  }
  .tt5 .describe {
    margin-top: 4px;
  }
  .tt6 {
    padding-top: 30px;
  }
  .tt_tt6{
    padding-bottom: 30px;
  }
  .tt6_list {
    margin-top: 15px;
  }
  .tt7 {
    padding: 30px 0px;
  }
  .tt7 .sw_box {
    margin-top: 15px;
  }
  .tt7 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tho_title {
    font-size: 16px;
    line-height: 24px;
  }
  .tho1 {
    padding-top: 30px;
  }
  .tho1 .text {
    margin-top: 2px;
  }
  .tho1 .tho_title {
    margin-top: 8px;
  }
  .tho1_list .logo {
    width: 42px;
    margin: 0px auto;
  }
  .tho1_list .flex_box {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6px;
  }
  .tho1_list .big_num {
    justify-content: center;
    text-align: center;
  }
  .tho1_list .r_box {
    flex: none;
    width: 100%;
  }
  .tho1_list li {
    min-height: auto;
    padding: 30px 12px 16px;
    text-align: center;
  }
  .tho1_list .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .tho1_list .describe {
    margin-top: 4px;
  }
  .tho2 {
    padding: 30px 0px;
  }
  .tho2 .text {
    margin-top: 4px;
  }
  .tho2_container {
    margin-top: 15px;
    gap: 20px;
  }
  .tho2_container .r_box {
    padding-top: 0px;
    padding-left: 0px;
  }
  .tho2_container .describe {
    margin-top: 2px;
  }
  .tho3 {
    padding: 30px 0px;
  }
  .tho3 .text {
    margin-top: 4px;
  }
  .tho3_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .tho3_list li {
    width: 49%;
  }
  .tho3_list .describe {
    margin-top: 4px;
  }
  .tho3_list .box {
    padding: 6px 0px 0px;
  }
  .fuo1 {
    padding-top: 30px;
  }
  .fuo1 .r_box {
    padding-top: 0px;
  }
  .fuo1 .describe {
    line-height: 22px;
    margin-top: 4px;
  }
  .fuo2 {
    padding-top: 30px;
  }
  .fuo2_list .logo {
    width: 42px;
    margin: 0px auto;
  }
  .fuo2_list .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .fuo2_list .text {
    margin-top: 6px;
  }
  .fuo2_list li {
    padding: 20px 12px 16px;
  }
  .fuo3 {
    margin-top: 30px;
    padding: 30px 50px;
  }
  .fuo4 {
    padding-top: 30px;
  }
  .fuo4 .text {
    margin-top: 4px;
  }
  .fuo4_list {
    gap: 20px 4%;
  }
  .fuo4_list li {
    width: 48%;
  }
  .fuo4_list .logo {
    width: 42px;
  }
  .fuo4_list .name {
    font-size: 16px;
    margin-top: 4px;
    line-height: 24px;
  }
  .fuo4_list .describe {
    margin-top: 4px;
  }
  .fuo5 {
    padding-top: 30px;
  }
  .fuo5_container {
    margin-top: 15px;
    padding: 30px 0px;
  }
  .fuo5_container .name {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo5_container .describe {
    margin-top: 4px;
  }
  .fut1 {
    padding: 30px 50px 0px;
    gap: 20px;
  }
  .fut1 figure {
    flex-wrap: wrap;
    gap: 15px;
  }
  .fut1 .l_box {
    width: 100%;
  }
  .fut1 .r_box {
    flex: none;
    width: 100%;
  }
  .fut1 .container {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transform: none !important;
    width: 100%;
    max-width: 100%;
    padding: 16px 30px 20px;
  }
  .fut1 .describe {
    line-height: 24px;
    max-height: none;
  }
  .fut2 {
    padding: 30px 0px;
  }
  .futh1 {
    padding: 30px 0px;
  }
  .futh1 .content {
    gap: 30px;
  }
  .futh1 .r_box {
    padding-top: 0px !important;
  }
  .futh1 .describe {
    margin-top: 4px;
  }
  .to1_title_lineheight {
    line-height: 26px !important;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .fo1_list li {
    width: 32%;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .fo1_list .box {
    padding: 12px;
  }
  .fo1_list .describe {
    margin-top: 4px;
  }
  .fo1_list .links {
    margin-top: 6px;
  }
  .ft1 {
    padding: 30px 0px;
  }
  .ft1 .share_box {
    margin-top: 8px;
    padding-top: 6px;
  }
  .ft1_container {
    margin-top: 6px;
  }
  .ft1_container .describe {
    padding-top: 12px;
  }
  .so1 {
    padding: 30px 0px;
  }
  .so1 .buttonBox {
    margin-top: 12px;
  }
  .so1 .describe {
    line-height: 22px;
    margin-top: 4px;
  }
  .so1 .describe em {
    font-size: 14px;
    line-height: 22px;
  }
  .so2 {
    padding: 30px 0px;
  }
  .so2 .text {
    margin-top: 4px;
  }
  .so2_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .so2_list li {
    width: 32%;
    padding: 16px;
    min-height: auto;
  }
  .so2_list .number {
    font-size: 26px;
    line-height: 32px;
  }
  .so2_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .so2_list .describe {
    margin-top: 2px;
  }
  .so3 {
    padding: 30px 0px;
  }
  .so3_list {
    margin-top: 15px;
    gap: 12px;
  }
  .so3_list .faq_a {
    margin-top: 4px;
  }
  .so3_list .describe em::before {
    top: 8px;
  }
  .so3_list .logo {
    width: 28px;
  }
  .so3_list .l_box {
    font-size: 15px;
  }
  .so3_list li {
    padding-bottom: 12px;
  }
  .so4 {
    padding: 30px 0px;
    padding-top: 0px;
  }
  .so4 .sw_box {
    margin-top: 15px;
  }
  .so4 .name {
    font-family: PublicSans-Regular;
    padding: 0px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .so4 .bofangBox {
    width: 42px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1_list {
    margin-top: 15px;
  }
  .seo1_list li {
    padding: 12px 0px;
  }
  .seo1_list .r_box {
    padding: 0px;
    gap: 8px;
  }
  .seo1_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .seo1_list .describe {
    margin-top: 4px;
  }
  .seo1_top {
    gap: 12px;
    flex-wrap: wrap;
  }
  .seo1_top .l_box {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .seo1_menu {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .seo1_menu a {
    min-width: 110px;
    min-height: 36px;
    font-size: 14px;
    padding: 4px 16px;
  }
  .set1 {
    padding: 30px 0px 0px;
  }
  .set1 .time_share {
    margin-top: 8px;
    padding-top: 6px;
  }
  .set1_container {
    margin-top: 6px;
  }
  .set1_container .describe {
    padding-top: 12px;
  }
  .eo1 {
    padding: 30px 0px;
  }
  .eo1 .content {
    gap: 30px;
  }
  .eo1 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .eo1_l {
    width: 100%;
  }
  .eo1_list {
    margin-top: 8px;
    gap: 15px 2%;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 22px;
  }
  .eo1_list li {
    width: 32%;
  }
  .eo1_list .r_box {
    margin-left: 6px;
  }
  .eo1_list .name {
    font-size: 15px;
    line-height: 22px;
  }
  .eo1_list .text {
    margin-top: 0px;
  }
  .eo1_list li:nth-of-type(4) {
    width: 100%;
  }
  .eo1_list .logo {
    width: 38px;
  }
  .eo1_r {
    width: 100%;
    max-width: 100%;
  }
  .eo1_r form {
    margin-top: 15px;
    gap: 8px 0px;
  }
  .eo1_r form input,
  .eo1_r form textarea {
    font-size: 14px;
    padding: 0px 10px;
  }
  .eo1_r form textarea {
    height: 120px;
  }
  .eo1_r form input {
    height: 42px !important;
  }
  .eo1_r form .afterBox input,
  .eo1_r form .afterBox textarea {
    padding-left: 14px;
  }
  .eo1_r form .afterBox::before {
    left: 5px;
    font-size: 16px;
    top: 48%;
  }
  .eo2 {
    padding-bottom: 30px;
  }
  .page_change {
    margin-top: 20px !important;
    gap: 4px;
    padding: 6px 0px;
  }
  .page_change p {
    padding-left: 6px;
    gap: 6px;
  }
  .public_product {
    padding: 30px 0px;
  }
  .public_product .sw_box {
    margin-top: 15px;
  }
  .public_product .title {
    font-size: 16px;
    line-height: 24px;
  }
  .public_product .describe {
    margin-top: 2px;
  }
  .public_product .links {
    margin-top: 4px;
  }
  .swiper_public-pagination {
    margin-top: 20px !important;
    gap: 12px;
  }
  .public_div {
    padding: 30px 0px;
  }
  .public_div .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .public_div .buttonBox {
    margin-top: 15px;
  }
  .public_menu {
    width: 100%;
    max-width: 100%;
  }
  .public_menu .menu_all {
    font-size: 20px;
    line-height: 28px;
  }
  .public_menu .menu_all .down {
    display: block;
    width: 8px;
    margin-right: 6px;
  }
  .public_menu .menu_all.active .down {
    transform: rotate(90deg);
  }
  .public_menu_list {
    display: none;
    margin-top: 6px;
  }
  .public_menu_list .list_box {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 12px;
  }
  .public_menu_list1 a {
    padding: 5px 18px;
  }
  footer {
    padding-top: 6%;
    padding-bottom: 32px;
  }
  footer .logoBox {
    width: 60px;
    margin-left: 0px;
  }
  footer .icBox {
    gap: 12px;
    margin-top: 0px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  footer .list {
    margin-top: 8px;
    gap: 4px !important;
  }
  footer form {
    gap: 8px 0px;
  }
  .footer_a {
    align-items: flex-end;
  }
  .footer_b {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_b > * {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .footer_b .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .swiper_button .controls {
    width: 24px;
  }
  .swiper_button .controls img {
    width: 6px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 6px;
  }
  .PageNumber .page_box {
    gap: 6px;
  }
  .PageNumber a {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .PageNumber .submit img {
    width: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  header .lang .lang_box span {
    font-size: 14px;
  }
  header .logoBox {
    width: 46px;
  }
  .padding_top {
    padding-top: 56.02px;
  }
  .index8_r {
    gap: 10px;
  }
  .to2 .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
  }
  .to2_list li {
    width: 49%;
  }
  .tt2_container .title {
    color: #333;
    position: relative;
    bottom: 0;
    padding: 0px;
    margin-top: 6px;
  }
  .tt2_container .sw_box .swiper-slide {
    border-radius: 0px;
  }
  .tt2_container .sw_box .imgBox {
    border-radius: 20px;
  }
  .tt4_list {
    gap: 20px 4%;
  }
  .tt4_list li {
    width: 48%;
  }
  .tho1_list {
    gap: 20px 4%;
  }
  .tho1_list li {
    width: 48%;
  }
  .fuo2_list {
    gap: 20px 4%;
  }
  .fuo2_list li {
    width: 48%;
  }
  .fuo3 {
    padding: 30px 20px;
  }
  .fut1 {
    padding: 30px 20px 0px;
  }
  .swiper_button {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
  }
  .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    margin-top: 0px !important;
    aspect-ratio: 1/1 !important;
    width: 28px;
  }
  .swiper_public-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
  }
}
@media screen and (max-width: 600px) {
  .index2_list {
    gap: 20px;
  }
  .index2_list li {
    width: 100%;
    border-radius: 0px 32px;
  }
  .index3_container .l_box {
    width: 100%;
  }
  .index3_container .r_box {
    width: 100%;
    margin-top: 12px;
  }
  .fo1_list li {
    width: 49%;
  }
  .so2_list li {
    width: 49%;
  }
  .seo1_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .seo1_list li {
    width: 49%;
    gap: 12px;
    padding: 0px;
    border: none !important;
  }
  .seo1_list .l_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .seo1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .seo1_list .r_box {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .eo1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .index2 {
    padding-top: 30px;
  }
  .index2::before {
    display: none;
  }
  .index2 .big_title {
    color: #333;
  }
  .index2 .big_title a {
    color: #333;
  }
  .index2_list {
    padding-top: 15px;
  }
  .index8_l .title {
    width: calc(100% - 40px);
    bottom: 10px;
  }
  .index8_r .title {
    margin-top: 2px;
  }
  .to1_list {
    gap: 20px 2%;
  }
  .to1_list li {
    width: 49%;
  }
  .to2_list li {
    width: 100%;
  }
  .tt4_list li {
    width: 100%;
  }
  .tho2_container .l_box {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
  }
  .tho2_container .r_box {
    width: 100%;
    padding: 0px !important;
    margin-top: 6px !important;
  }
  .tho3_list li {
    width: 100%;
  }
  .fuo1 .l_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .fuo1 .r_box {
    padding-top: 12px;
  }
  .fuo5_container .swiper-slide {
    padding-left: 0px !important;
  }
  .fuo5_container .swiper-slide::before,
  .fuo5_container .swiper-slide::after {
    display: none !important;
  }
  .fuo5_container .sw_box,
  .fuo5_container .sw_box1 {
    padding-left: 0px;
  }
  .fuo5_container .sw_box {
    padding-bottom: 0px;
  }
  .fuo5_container .sw_box::before {
    display: none;
  }
  .fuo5_container .sw_box .swiper-slide {
    padding-bottom: 10px;
  }
  .fuo5_container .sw_box1 .swiper-slide {
    padding-top: 10px;
  }
  .futh1 .l_box {
    float: none !important;
    margin: 0px !important;
    width: 100% !important;
  }
  .futh1 .r_box {
    width: 100%;
    padding: 0px !important;
    margin-top: 6px !important;
  }
  .so1 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .so1 .r_box {
    padding-top: 12px;
  }
  .seo1_list li {
    width: 100%;
  }
  .eo1_list li {
    width: 100%;
  }
  footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .index7 .logo {
    width: 60px;
    margin: 0px auto;
  }
  .index7 .top {
    gap: 4px;
    flex-wrap: wrap;
  }
  .index7 .r_box {
    flex: none;
    width: 100%;
    text-align: center;
    padding-top: 0px;
  }
  .index8_r {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .index8_r figure {
    width: 49%;
  }
  .index8_r .l_box {
    width: 100%;
    max-width: 100%;
  }
  .index8_r .title {
    font-size: 14px;
  }
  .index8_r .r_box {
    margin-top: 4px;
    flex: none;
    width: 100%;
    margin-left: 0px;
  }
  .tt3_list li {
    width: 100%;
  }
  .tho1_list li {
    width: 100%;
  }
  .fuo2_list li {
    width: 100%;
  }
  .fuo4_list li {
    width: 100%;
  }
  .fo1_list li {
    width: 100%;
  }
  .so2_list li {
    width: 100%;
  }
  .eo1_r form .int1 {
    width: 100%;
  }
  footer form .int1 {
    width: 100%;
  }
}
@font-face {
  font-family: "PublicSans-Regular";
  src: url("../fonts/PublicSans-Regular.eot");
  src: url("../fonts/PublicSans-Regular.eot") format("embedded-opentype"), url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff"), url("../fonts/PublicSans-Regular.ttf") format("truetype"), url("../fonts/PublicSans-Regular.svg#PublicSans-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PublicSans-SemiBold";
  src: url("../fonts/PublicSans-SemiBold.eot");
  src: url("../fonts/PublicSans-SemiBold.eot") format("embedded-opentype"), url("../fonts/PublicSans-SemiBold.woff2") format("woff2"), url("../fonts/PublicSans-SemiBold.woff") format("woff"), url("../fonts/PublicSans-SemiBold.ttf") format("truetype"), url("../fonts/PublicSans-SemiBold.svg#PublicSans-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PublicSans-Bold";
  src: url("../fonts/PublicSans-Bold.eot");
  src: url("../fonts/PublicSans-Bold.eot") format("embedded-opentype"), url("../fonts/PublicSans-Bold.woff2") format("woff2"), url("../fonts/PublicSans-Bold.woff") format("woff"), url("../fonts/PublicSans-Bold.ttf") format("truetype"), url("../fonts/PublicSans-Bold.svg#PublicSans-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}

.tt2 .tt_title+.describe{
  margin-top: 12px;
}
.tt7{padding-top: 0px}
.to2_list li .imgBox video{
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
}
