@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: Poppins-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body 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: 1402px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.back_linear {
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.back_linear_box {
  position: relative;
  z-index: 1;
}
.back_linear_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dfdfdf;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  overflow: hidden;
  border-radius: 4px;
}
.rightMenu > *:hover {
  background: transparent;
}
.rightMenu > *:hover::before {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.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: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 13px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
}
header .container {
  width: calc(100% - 40px);
  max-width: 1761px;
  margin: 0px auto;
}
header .logoBox {
  width: 251px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .logo_text {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 4px;
}
header .center {
  display: flex;
  justify-content: flex-start;
}
header .menuOne.active > a {
  color: #dcb46a !important;
}
header .menuOne.active > a::before{
	width: 100%;
}
header .menuOne.menuactive > a {
  color: #dcb46a !important;
}
header .menuOne.menuactive > a::before{
	width: 100%;
}
header .menuOne {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  margin-right: 65px;
  position: relative;
}
header .menuOne > a {
  color: #333333;
  padding: 19px 0px 32px;
  position: relative;
}
header .menuOne > a::before{
	content:'';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	width: 0%;
	height: 4px;
	transition: .3s;
	background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
header .menuOne > a:hover {
  color: #dcb46a !important;
}
header .menuOne > a:hover::before{
	width: 100%;
}
header .menuOne .active > a {
  color: transparent;
}
header .menuOne .active > a::before {
  opacity: 1;
}
header .menuOne .menuactive > a {
  color: transparent;
}
header .menuOne .menuactive > a::before {
  opacity: 1;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 294px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 9px;
}
header .ul div {
  background: #fff;
  padding: 13px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px !important;
}
header .ul li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 21px;
  display: flex;
  justify-content: flex-start;
  padding: 0px 24px;
}
header .ul li a {
  display: block;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: 0.3s;
}
header .ul li a:hover {
  color: transparent;
}
header .ul li a:hover::before {
  opacity: 1;
}
header .ul1 {
  left: 0px;
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .ul1 > div > li > a {
  font-family: Poppins-SemiBold;
}
.head_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 12px 0px 7px;
}
.head_top::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
  z-index: -1;
}
.head_top .top_l {
  display: flex;
  align-items: center;
  gap: 26px;
}
.head_top .top_r {
  color: #333;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-right: 9px;
}
.head_top .top_r a {
  color: #333;
}
.head_top .top_r a:hover {
  color: #dcb46a;
}
.head_top figure {
  display: flex;
  align-items: center;
  gap: 12px;
}
.head_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_bottom .sousuo {
  margin-bottom: 18px;
  margin-left: 35px;
}
.head_bottom .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #666;
  font-size: 17px;
}
.head_bottom .sousuo .search:hover {
  color: #dcb46a;
}
.head_bottom .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;
}
.head_bottom .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
.head_bottom .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
.head_bottom .sousuo .search_hide:hover {
  color: #dcb46a;
}
.head_bottom .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;
}
.head_bottom .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;
}
.head_bottom .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
.head_bottom .sousuo form input:nth-of-type(2):hover {
  color: #dcb46a;
}
.head_bottom .lang {
  position: relative;
  cursor: pointer;
  margin-bottom: 18px;
  margin-left: 32px;
}
.head_bottom .lang li {
  font-size: 16px;
}
.head_bottom .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 2px 16px;
  white-space: nowrap;
}
.head_bottom .lang li a:hover {
  color: #dcb46a;
}
.head_bottom .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.head_bottom .lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666;
  margin-right: 1px;
}
.head_bottom .lang .lang_box .lang_icon {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.7;
}
.head_bottom .lang .lang_box:hover span {
  color: #dcb46a;
}
.head_bottom .lang .lang_box:hover .lang_icon {
  filter: none;
}
.head_bottom .lang ul {
  display: none;
  position: absolute;
  min-width: 140px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
.head_bottom .lang ul > div {
  background-color: #fff;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
.head_bottom .lang ul img {
  margin-right: 10px;
}
.head_bottom .button {
  display: flex;
  margin-bottom: 20px;
  margin-left: 34px;
}
.head_bottom .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #ffffff;
  padding: 7px 10.5px 2px;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 195px;
  min-height: 55px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fff;
  gap: 18px;
  padding: 6px 16px;
}
.buttonBox a:hover {
  background: #dcb46a;
}
.buttonBox a:hover::before {
  opacity: 0;
}
.buttonBox span {
  transition: 0s;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  min-height: 426px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 25px;
  flex-wrap: wrap;
  margin-top: 70px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #dcb46a;
  color: #fff;
  border: 1px solid #dcb46a;
}
.PageNumber .active {
  background: #dcb46a;
  color: #fff;
  border: 1px solid #dcb46a;
}
.PageNumber .p_f {
  width: 100px;
}
.PageNumber .p_l,.PageNumber .page_box .big{
  width: 69px;
}
.page_box .big:nth-of-type(1) {
    width: 100px;
  }
.PageNumber input {
  font-family: Poppins-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #dcb46a;
  border: 1px solid #dcb46a;
  min-width: 178px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10px;
  border-radius: 4px;
}
.PageNumber input:hover {
  background: #fff;
  color: #dcb46a;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.PageNumber .submit img {
  margin-top: 6px;
}
.padding_top {
  padding-top: 156px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
}
.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: 0;
  bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
}
.index_banner .control_box {
  position: absolute;
  right: 28px;
  top: 56.3%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.index_banner .control_box div {
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background: #a7a7a7;
}
.index_banner .control_box div:hover {
  background: #dcb46a;
}
.big_title {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #dcb46a;
}
.index1 {
  background: #f1f1f1;
  padding: 88px 0px 80px;
}
.index1_list {
  padding: 0px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 10.25%;
  margin-top: 56px;
}
.index1_list li {
  width: 26.5%;
}
.index1_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  position: relative;
  padding-bottom: 17px;
}
.index1_list .title::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 63px;
  height: 3px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  left: 0;
  bottom: 0;
}
.index1_list .title::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.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 {
  color: #dcb46a;
}
.index1_list .box {
  padding: 11px 19px 0px;
}
.index1_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 28px;
}
.index_back {
  background: #f8f8f8;
  margin-top: 88px;
}
.index2 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
  padding-bottom: 77px;
}
.index2 .r_box {
  width: 50.209%;
  float: right;
  margin-left: 3.542%;
  position: relative;
}
.index2 .box {
  position: relative;
}
.index2::before {
  content: "";
  width: 31.40625%;
  aspect-ratio: 603/767;
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  background: url("../images/index2_back.png") no-repeat center;
  background-size: cover;
}
.index2 .content {
  padding: 5% 0px 0px;
}
.index2 .number_box {
  position: absolute;
  z-index: 1;
  left: -74px;
  bottom: -43px;
  background-color: #ffffff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  padding: 39px 48px 41px;
}
.index2 .number_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.index2 .number_box .text {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 4px;
}
.index2 .num {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index2 .big_num {
  font-family: Poppins-SemiBold;
  font-size: 90px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 12px;
}
.index2 .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.index2 .big_num + p {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.index2_container {
  display: flex;
  flex-direction: column;
}
.index2_container .describe {
  color: #666;
  margin-top: 28px;
}
.index2_container .describe1 {
  font-family: Poppins-SemiBold;
  color: #444;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 25px;
}
.index2_container .describe1 p {
  position: relative;
  padding-left: 45px;
}
.index2_container .describe1 p::before {
  content: "";
  width: 17px;
  aspect-ratio: 17/14;
  position: absolute;
  left: 18px;
  top: 5px;
  background: url("../images/index2_la.png") no-repeat center;
  background-size: cover;
}
.index2_container .buttonBox {
  margin-top: 43px;
}
.index3 {
  padding-bottom: 107px;
}
.index3 .title_text {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
}
.index3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.3725%;
  margin-top: 58px;
}
.index3_list li {
  width: 18.902%;
  border: solid 1px #d0d0d0;
  background: #fff;
}
.index3_list .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  height: 60px;
  color: #333333;
}
.index3_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;
}
.index3_list .title a:hover {
  color: #dcb46a;
}
.index3_list .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  /*text-overflow: -o-ellipsis-lastline;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  margin-top: 14px;
}
.index3_list .box {
  padding: 26px 25px 23px;
}
.index4 {
  overflow: hidden;
  margin-top: 89px;
}
.index4 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index4 .describe {
  color: #666;
  margin-top: 37px;
}
.index4 .l_box {
  width: 44.58%;
  position: relative;
  padding: 6.55% 0px 6.8%;
}
.index4 .l_box::before {
  content: "";
  width: 180.16%;
  height: 100%;
  position: absolute;
  background: url("../images/index4_back.png") no-repeat right center;
  background-size: 100% 100%;
  top: 0;
  right: 0;
  transform: translateX(21.5%);
  z-index: -1;
}
.index4 .l_box::after {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  right: 100%;
  background: #f9f7f4;
  top: 0;
}
.index4 .r_box {
  width: 34.879%;
  padding-bottom: 21px;
}
.index5 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 109px 0px 118px;
}
.index5 .big_title {
  text-align: center;
}
.index5 .sw_box {
  padding-left: 50px;
  margin-top: 66px;
}
.index5 .logo {
  width: 44px;
}
.index5 .describe {
  color: #666;
  margin-top: 20px;
}
.index5 .bottom {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}
.index5 .people_logo {
  width: 78px;
  border-radius: 50%;
  overflow: hidden;
}
.index5 figure {
  flex: 1;
  color: #333333;
  font-style: italic;
}
.index5 .name {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 35px;
  margin-top: 4px;
}
.index5 .swiperindex5-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  z-index: 2;
  margin-top: 75px;
}
.index5 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #b2b2b2;
  border-radius: 4px;
  display: block;
  opacity: 0.5;
  margin: 0px !important;
  position: relative;
}
.index5 .swiper-pagination-bullet-active {
  width: 20px;
  background: #dcb46a;
  opacity: 1;
}
.index6 {
  background: #f8f8f8;
  padding: 92px 0px 151px;
  overflow: hidden;
}
.index6 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.index6 .big_title {
  flex: 1;
}
.index6 figure {
  border: 1px solid #f0f0f0;
  background: #fff;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .index6 figure:hover {
    border: 1px solid transparent;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  }
  .index6 figure:hover .hide_box {
    opacity: 1;
    pointer-events: all;
  }
}
.index6 .title {
  width: calc(100% - 26px);
  border-top: 1px solid #f0f0f0;
  margin: 0px auto;
  padding: 12px 0px;
  font-family: Poppins-SemiBold;
  color: #333;
  text-align: center;
}
.index6 .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;
}
.index6 .title a:hover {
  color: #dcb46a;
}
.index6 .box {
  position: relative;
}
.index6 .buttonBox a {
  border: 2px solid #fff;
  color: #fff;
}
.index6 .buttonBox img {
  width: auto;
}
.index6 .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.index6 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.index6 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index6 .swiper-slide-visible {
  pointer-events: all;
}
.index6 .swiper-slide-visible figure {
  opacity: 1;
}
.index6 .sw_box {
  margin-top: 63px;
}
.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 137px 0px 129px;
}
.index7 .big_title {
  color: #fff;
}
.index7 .big_title a {
  color: #fff;
}
.index7 .big_title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index7 .describe {
  font-size: 18px;
  color: #fff;
  margin-top: 13px;
}
.index7 .buttonBox {
  margin-top: 51px;
  justify-content: center;
}
.index7 .buttonBox a {
  box-shadow: 0px 10px 21px 0px rgba(36, 36, 36, 0.23);
}
.index8 {
  background: #f3f3f3;
  padding: 67px 0px 130px;
}
.index8_list {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.0305%;
}
.index8_list li {
  width: 31.313%;
}
.index8_list .box {
  padding: 17px 20px 15px;
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(24, 24, 24, 0.1);
}
.index8_list .time {
  color: #ddbb7e;
}
.index8_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
}
.index8_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;
}
.index8_list .title a:hover {
  color: #dcb46a;
}
.oo .bannerBox .content {
  padding: 4% 0px 6%;
}
.oo table td {
  color: #666;
  border: none !important;
  padding: 8px 30px !important;
}
.oo_title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  max-width: 810px;
}
.oo_menu {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 34px;
}
.oo_menu a {
  color: #fff;
  display: inline;
}
.color_back {
  background: #f8f8f8;
}
.mbx {
  padding-top: 27px;
}
.mbx a {
  color: #666;
  display: inline;
}
.mbx a:hover {
  color: #dcb46a;
}
.mbx .active {
  color: #dcb46a;
}
.oo1 {
  padding: 63px 0px 57px;
}
.oo1 .r_box {
  float: right;
  width: 50%;
  margin-left: 30px;
  margin-top: 7px;
}
.oo1 .content {
  overflow: hidden;
}
.oo1 .describe {
  color: #666;
  margin-top: 27px;
}
.oo1 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-left: 32px;
  margin-top: 28px;
}
.oo1 .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  position: absolute;
  left: 0;
  top: 7px;
}
.oo1 .describe1 {
  margin-top: 8px;
}
.oo1 .describe1 em {
  font-family: Poppins-SemiBold;
  font-style: normal;
  color: #333;
}
.oo2 {
  padding: 71px 0px 86px;
}
.oo2 .content {
  display: flex;
  align-items: center;
}
.oo2 .l_box {
  width: 49.002%;
  position: relative;
  margin-right: 5.38%;
}
.oo2 .r_box {
  flex: 1;
  padding-bottom: 7.8%;
}
.oo2 .describe {
  color: #666;
  margin-top: 13px;
}
.oo3 {
  padding-bottom: 82px;
}
.oo3 .l_box {
  padding-top: 17px;
}
.oo3 .content {
  overflow: hidden;
}
.oo3 .imgs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 1.425%;
  width: 50%;
  margin-bottom: 5px;
  margin-left: 3.923%;
  float: right;
}
.oo3 figure {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.oo3 figure:nth-of-type(1) {
  width: 50.072%;
  align-items: flex-end;
}
.oo3 figure:nth-of-type(2) {
  width: 48.503%;
  align-items: flex-start;
}
.oo3 .img3 {
  width: 81.197%;
}
.oo3 .img4 {
  width: 73.824%;
}
.oo3 .describe {
  color: #666;
  padding-left: 30px;
  margin-top: 28px;
}
.oo3 .describe strong {
  color: #333;
  font-weight: normal;
  font-family: Poppins-SemiBold;
}
.oo3 .describe em {
  font-style: normal;
  position: relative;
  display: block;
}
.oo3 .describe em::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -30px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.oo3 .buttonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 26px;
  margin-top: 67px;
}
.oo3 .buttonBox a {
  font-size: 18px;
  border: 2px solid #dcb46a;
  color: #333;
  min-width: 197px;
  min-height: 57px;
  gap: 6px;
}
.oo3 .buttonBox a::before {
  opacity: 0;
}
.oo3 .buttonBox a:hover {
  background: transparent;
  border: 2px solid transparent;
  color: #fff;
}
.oo3 .buttonBox a:hover img {
  filter: brightness(0) invert(1);
}
.oo3 .buttonBox a:hover::before {
  opacity: 1;
}
.oo4 {
  padding: 78px 0px 116px;
}
.oo4 .describe {
  color: #666;
  margin-top: 39px;
}
.oo4_list {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.70933333%;
}
.oo4_list li {
  width: 22.968%;
}
.oo5 {
  padding: 78px 0px 101px;
}
.oo5 .describe {
  color: #666;
  margin-top: 27px;
}
.oo5_list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0px;
}
.oo5_list li {
  width: 48.217%;
  background: #f8f8f9;
  min-height: 267px;
  padding: 38px 46px 75px;
  position: relative;
}
.oo5_list .number {
  font-family: Poppins-SemiBold;
  font-size: 59px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
  opacity: 0.2;
  position: absolute;
  bottom: 14px;
  right: 30px;
}
.oo5_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.oo5_list .text {
  color: #666;
  margin-top: 25px;
}
.oo6 {
  padding: 81px 0px 143px;
}
.oo6_list {
  margin-top: 33px;
  flex-wrap: wrap;
  display: flex;
  gap: 60px 1.94933333%;
}
.fo7_oo6_list{
	gap: 28px 1.94933333%;
}
.oo6_list li {
  width: 23.538%;
  border: 1px solid #f0f0f0;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .oo6_list:not(.fo7_oo6_list) li:hover {
    border: 1px solid transparent;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  }
  .oo6_list li:hover .hide_box,
  .index1_list li:hover .hide_box{
    opacity: 1;
    pointer-events: all;
  }
}
.oo6_list .title {
  width: calc(100% - 26px);
  border-top: 1px solid #f0f0f0;
  margin: 0px auto;
  padding: 12px 0px;
  font-family: Poppins-SemiBold;
  color: #333;
  text-align: center;
}
.oo6_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;
}
.oo6_list .title a:hover {
  color: #dcb46a;
}
.oo6_list .box,
.index1_list .box1{
  position: relative;
}
.oo6_list .buttonBox a,
.index1_list .buttonBox a{
  border: 2px solid #fff;
  color: #fff;
}
.oo6_list .buttonBox img,
.index1_list .buttonBox img{
  width: auto;
}
.oo6_list .hide_box,
.index1_list .hide_box{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.banner_title {
  font-family: Poppins-SemiBold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  max-width: 890px;
}
.ot_menu {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 26px;
}
.ot_menu a {
  color: #fff;
  display: block;
}
.ot_menu a:hover {
  color: #dcb46a;
}
.ot_menu1 {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 47px;
}
.ot_menu1 a {
  display: inline;
  color: #fff;
}
.ot_menu1 a:hover {
  color: #dcb46a;
}
.ot .bannerBox .content {
  padding-bottom: 14px;
}
.ot table td {
  border: none !important;
  padding: 13px 20px !important;
}
.ot table tr:nth-of-type(odd) {
  background: #f1f1f1;
}
.ot table td:nth-of-type(1) {
  padding-left: 72px !important;
}
.ot table tr:nth-of-type(1) {
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: #fff;
}
.ot table tr:nth-of-type(1) td {
  padding: 21px 20px 14px !important;
}
.ot table tr:nth-of-type(1) td:nth-of-type(1) {
  padding-left: 72px !important;
}
.ot1 {
  padding: 63px 0px 85px;
}
.ot1 .describe {
  color: #666;
  margin-top: 17px;
}
.ot1 .sw_box {
  margin-top: 58px;
}
.ot1 .sw_box1 {
  margin-top: 15px;
}
.ot_title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-bottom: 18px;
}
.ot_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 3px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.ot2 .describe {
  color: #333;
  margin-top: 31px;
}
.ot2 .buttonBox {
  justify-content: center;
  margin-top: 54px;
}
.ot2_container {
  margin-top: 72px;
}
.ot2_container .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  padding: 20px 75px 13px;
}
.ot2_container .flex_box {
  width: calc(100% - 108px);
  margin: 25px auto 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.6052%;
}
.ot2_container figure {
  width: 12.829%;
  padding: 19px 8px 30px 19px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ot2_container figure:nth-of-type(odd) {
  background: #f1f1f1;
}
.ot2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.47333333%;
  margin-top: 63px;
}
.ot2_list li {
  width: 23.895%;
  background: #f8eedc;
  padding: 50px 42px 70px;
}
.ot2_list .name {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.ot2_list .text {
  color: #333;
  margin-top: 25px;
}
.ot3 {
  padding: 55px 0px 95px;
}
.ot3 .describe {
  color: #666;
  margin-top: 25px;
}
.ot3_list {
  margin-top: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ot3_list > img {
  margin-top: 59.5px;
}
.ot3_list .logo {
  width: 151px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  margin: 0px auto;
}
.ot3_list li {
  text-align: center;
  max-width: 171px;
}
.ot3_list .name {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 33px;
}
.ot3_list .text {
  color: #666;
  margin-top: 7px;
}
.ot4 {
  padding-bottom: 175px;
}
.ot4_list {
  margin-top: 33px;
  flex-wrap: wrap;
  display: flex;
  gap: 60px 1.94933333%;
}
.ot4_list li {
  width: 23.538%;
  border: 1px solid #f0f0f0;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .ot4_list li:hover {
    border: 1px solid transparent;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  }
  .ot4_list li:hover .hide_box {
    opacity: 1;
    pointer-events: all;
  }
}
.ot4_list .title {
  width: calc(100% - 26px);
  border-top: 1px solid #f0f0f0;
  margin: 0px auto;
  padding: 13px 0px 12px;
  font-family: Poppins-SemiBold;
  color: #333;
  text-align: center;
}
.ot4_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;
}
.ot4_list .title a:hover {
  color: #dcb46a;
}
.ot4_list .box {
  position: relative;
}
.ot4_list .buttonBox a {
  border: 2px solid #fff;
  color: #fff;
}
.ot4_list .buttonBox img {
  width: auto;
}
.oth_banner_title {
  width: 100%;
  max-width: 800px;
  font-family: Poppins-SemiBold;
  font-size: 58px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 93px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oth .bannerBox .content {
  padding-top: 1.1%;
}
.oth1 {
  padding: 60px 0px 62px;
}
.oth1 .text {
  color: #666;
  margin-top: 26px;
}
.oth_title {
  padding-bottom: 14px;
}
.oth1_container {
  overflow: hidden;
  background: #f6f6f6;
  margin-top: 41px;
}
.oth1_container .r_box {
  width: 50%;
  float: right;
  margin-left: 28px;
}
.oth1_container .l_box {
  padding: 24px 30px 30px;
}
.oth1_container .describe {
  margin-top: 19px;
  color: #666;
}
.oth1_container .title {
  padding-left: 24px;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  margin-top: 9px;
}
.oth1_container .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  position: absolute;
  left: 0;
  top: 10px;
}
.oth1_container .describe1 {
  color: #666;
  margin-top: 13px;
  padding-left: 24px;
}
.oth1_container .buttonBox {
  margin-top: 29px;
}
.oth2 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
  justify-content: space-between;
}
.oth2 figure {
  width: 48.289%;
  background: #fff;
}
.oth2 .box {
  box-shadow: 0px 5px 16px 0px rgba(24, 24, 24, 0.1);
  padding: 24px 55px 41px;
}
.oth2 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
.oth2 .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  position: absolute;
  left: -28px;
  top: 10px;
}
.oth2 .describe {
  color: #666;
  line-height: 30px;
  margin-top: 16px;
}
.oth2 .describe em {
  font-style: normal;
  color: #333;
}
.oth3 {
  padding: 75px 0px 67px;
}
.oth3 .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.oth3 .describe {
  line-height: 34px;
  color: #333;
  margin-top: 28px;
}
.oth3 .ot_title {
  padding-bottom: 26px;
}
.oth_color {
  background: #f1f1f1;
}
.oth4 {
  padding: 106px 0px 74px;
}
.oth4 .ot_title {
  padding-bottom: 26px;
}
.oth4_list {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4.529%;
}
.oth4_list .num {
  position: absolute;
  font-family: Poppins-SemiBold;
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 84px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.1;
  right: 8px;
  top: 0px;
}
.oth4_list li {
  position: relative;
  width: 30.314%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  padding: 18px 15px 23px 27px;
}
.oth4_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oth4_list .describe {
  color: #fff;
  padding-left: 22px;
  margin-top: 18px;
}
.oth4_list .describe em {
  font-style: normal;
  position: relative;
  display: block;
}
.oth4_list .describe em::before {
  content: "";
  width: 9px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #fff;
  position: absolute;
  left: -23px;
  top: 10px;
}
.oth5 .ot_title {
  padding-bottom: 26px;
}
.oth5_container {
  overflow: hidden;
  margin-top: 44px;
}
.oth5_container .l_box {
  float: left;
  width: 47.433%;
  margin-right: 3.5%;
}
.oth5_container .describe {
  color: #666;
}
.oth5_container .describe p {
  display: flex;
  margin-bottom: 20px;
}
.oth5_container .describe em {
  padding-left: 26px;
  display: block;
  position: relative;
  font-style: normal;
}
.oth5_container .describe em::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  top: 8px;
}
.oth5_container .r_box {
  padding-top: 2.4%;
}
.oth5_container .buttonBox {
  margin-top: 38px;
}
.oth6 {
  padding: 87px 0px 105px;
}
.oth6 .content {
  overflow: hidden;
}
.oth6 .r_box {
  float: right;
  width: 47.433%;
  margin-left: 3.5%;
}
.oth6 .l_box {
  padding-top: 5px;
}
.oth6 .ot_title {
  padding-bottom: 26px;
}
.oth6 .describe {
  line-height: 34px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 39px;
}
.oth6 .describe p {
  width: 48.3%;
}
.oth6 .buttonBox {
  margin-top: 41px;
}
.ofu_banner {
  color: #fff;
  line-height: 80px;
}
.ofu .bannerBox .content {
  padding-top: 10px;
}
.ofu1 {
  padding: 70px 0px 64px;
}
.ofu1 .content {
  overflow: hidden;
}
.ofu1 .r_box {
  width: 50%;
  float: right;
  margin-left: 5%;
  margin-bottom: 5px;
}
.ofu1 .describe {
  color: #666;
  margin-top: 30px;
}
.ofu1 .l_box {
  padding: 3.6% 0px 0px;
}
.ofu2 {
  background: #f3f3f3;
  padding: 75px 0px 62px;
}
.ofu2 .content {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.ofu2 .ot_title {
  display: flex;
  padding-bottom: 24px;
}
.ofu2 .l_box {
  width: 45.65%;
  margin-bottom: 5px;
}
.ofu2 figure {
  overflow: hidden;
}
.ofu2 figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 4.2%;
}
.ofu2 figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 8%;
}
.ofu2 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 33px;
}
.ofu2 .describe {
  color: #666;
  margin-top: 13px;
}
.ofu2 .describe p {
  display: flex;
}
.ofu2 .describe em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 25px;
  line-height: 32px;
}
.ofu2 .describe em::before {
  content: "";
  width: 11px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.ofu2 .r_box {
  padding-top: 2.35%;
}
.ofu3 {
  padding: 73px 0px 78px;
}
.ofu3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
}
.ofu3 figure {
  width: 47.932%;
  padding: 35px 44px 83px;
}
.ofu3 .ot_title {
  color: #fff;
  padding-bottom: 24px;
}
.ofu3 .ot_title::before {
  background: #fff;
}
.ofu3 .describe {
  color: #fff;
  margin-top: 31px;
}
.ofu3 .buttonBox {
  margin-top: 29px;
}
.ofu4 {
  padding-bottom: 60px;
}
.ofu4 .ot_title {
  padding-bottom: 24px;
}
.ofu4 .describe {
  color: #666;
  margin-top: 26px;
}
.ofu4 .describe em {
  font-family: Poppins-SemiBold;
  color: #333;
  font-style: normal;
}
.ofu5 {
  background: #f3f3f3;
  padding: 53px 0px 110px;
}
.ofu5 .ot_title {
  padding-bottom: 24px;
}
.ofu5 .ot4_list {
  margin-top: 48px;
}
.ofu5 .describe {
  margin-top: 67px;
  color: #666;
}
.of .bannerBox .content {
  padding-top: 1.4%;
}
.of .banner_text_of {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 20px;
}
.of1 {
  padding: 61px 0px 84px;
}
.of1 .content {
  overflow: hidden;
}
.of1 .r_box {
  margin-top: 9px;
  width: 43.153%;
  float: right;
  margin-left: 10%;
  margin-bottom: 5px;
}
.of1 .describe {
  color: #666;
  margin-top: 20px;
}
.of1 .buttonBox {
  margin-top: 63px;
}
.of2 {
  padding: 71px 0px 47px;
}
.of2 .ot_title {
  display: flex;
  padding-bottom: 26px;
}
.of2 .content {
  overflow: hidden;
}
.of2 .r_box {
  padding-top: 14px;
}
.of2 .l_box {
  width: 45.935%;
  float: left;
  margin-right: 7.3%;
  margin-bottom: 5px;
}
.of2 .describe {
  color: #666;
  margin-top: 36px;
}
.of2 .describe em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  color: #333;
}
.of3 .r_box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  float: right;
  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: 2%;
}
.of3 figure {
  width: 48.217%;
}
.of3 .describe {
  color: #666;
}
.of3 .describe em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  color: #333;
}
.of3 .ot_title {
  padding-bottom: 26px;
}
.of3_container {
  overflow: hidden;
  margin-top: 36px;
}
.of4 {
  padding: 64px 0px 89px;
}
.of4 .ot_title {
  padding-bottom: 26px;
}
.of4 .sw_box {
  position: relative;
  width: 47.718%;
  float: left;
  margin-bottom: 5px;
  margin-right: 30px;
}
.of4 .swiperof4-pagination {
  width: auto;
  position: absolute;
  left: auto;
  right: 15px;
  bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 2;
}
.of4 .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
}
.of4_container {
  overflow: hidden;
  margin-top: 42px;
}
.of4_r figure {
  display: flex;
  flex-direction: column;
}
.of4_r .back_linear_box::before {
  opacity: 0;
}
.of4_r .describe {
  color: #666;
}
.of4_r .bottom {
  padding: 11px 20px 0px;
  display: none;
}
.of4_r .top {
  background: #ededed;
  padding: 25px 48px 13px;
}
.of4_r .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  transition: 0.3s;
}
.of4_r .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  position: absolute;
  left: -33px;
  top: 12px;
  border-radius: 50%;
  transition: 0.3s;
}
.of4_r .title::after {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  background: #fff;
  opacity: 0;
  position: absolute;
  left: -33px;
  top: 12px;
  border-radius: 50%;
  transition: 0.3s;
}
.of4_r .top.active::before {
  opacity: 1;
}
.of4_r .top.active .title {
  color: #fff;
}
.of4_r .top.active .title::before {
  opacity: 0;
}
.of4_r .top.active .title::after {
  opacity: 1;
}
.of4_r figure:not(:nth-of-type(1)) {
  margin-top: 39px;
}
.of5 {
  padding-bottom: 81px;
}
.of5 .ot_title {
  padding-bottom: 26px;
}
.of5 figure {
  background: #f8f8f8;
  width: 49.073%;
  padding: 23px 30px 32px 51px;
}
.of5 .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
.of5 .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 9px;
}
.of5 .describe {
  color: #666;
  margin-top: 19px;
}
.of5_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0px;
  margin-top: 38px;
}
.of6 {
  padding: 80px 0px 136px;
}
.of6 .ot_title {
  padding-bottom: 26px;
}
.of6 .oo6_list {
  margin-top: 29px;
}
.os .bannerBox .content {
  padding-top: 2.8%;
}
.os1 {
  padding: 59px 0px 71px;
}
.os1 .describe {
  color: #666;
  margin-top: 28px;
}
.os1_container {
  background: url("../images/os1_back.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 89px 6% 90px;
  margin-top: 50px;
}
.os1_container .big_num {
  display: flex;
  justify-content: center;
  font-family: Poppins-SemiBold;
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 10px;
}
.os1_container .j-hdata2::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.os1_container .text {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 36px;
}
.os1_container figure {
  text-align: center;
}
.os2 {
  padding-bottom: 84px;
}
.os2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.os2 .ot_title {
  flex: 1;
  padding-bottom: 22px;
}
.os2 .sw_box {
  margin-top: 69px;
}
.os3 {
  background: #f8f8f8;
  padding: 62px 0px 66px;
}
.os3_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 15.5%;
}
.os3_menu li {
  position: relative;
  cursor: pointer;
}
.os3_menu li::before {
  content: "";
  width: 100px;
  aspect-ratio: 100/43;
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translate(-50%, 50%);
  background: url("../images/os3_la.png") no-repeat center;
  background-size: cover;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .os3_menu li:hover .ot_title::before {
    opacity: 1;
  }
}
.os3_menu .ot_title {
  padding-bottom: 16px;
}
.os3_menu .ot_title::before {
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
.os3_menu .active::before {
  opacity: 1;
}
.os3_menu .active .ot_title {
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.os3_menu .active .ot_title::before {
  opacity: 1;
}
.os3_container {
  margin-top: 31px;
  position: relative;
  z-index: 1;
}
.os3_container figure {
  background: #fff;
  padding: 48px 57px 149px 41px;
  display: none;
}
.os3_container .describe {
  color: #666;
  text-align: center;
}
.os3_img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5.828%;
  margin-top: 88px;
}
.os3_img li {
  width: 29.448%;
}
.os4 {
  padding: 43px 0px 72px;
}
.os4 .content {
  overflow: hidden;
  position: relative;
}
.os4 .back_img {
  position: absolute;
  left: 0;
  bottom: 13%;
  width: 56.777%;
  opacity: 0.8;
}
.os4_r {
  position: relative;
  z-index: 1;
  width: 49.858%;
  float: right;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  margin-left: 5%;
}
.os4_r .l_box {
  width: 49%;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: flex-end;*/
  /*gap: 23px;*/
}
.os4_r .links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dcb46a;
  border: 1px solid #dcb46a;
  padding: 27px;
  color: #fff;
}
.os4_r .links:hover {
  background: #fff;
  color: #dcb46a;
}
.os4_r .r_box {
  width: 49%;
}
.os4_l {
  padding: 24px 0px 150px;
}
.os4_l .ot_title {
  padding-bottom: 22px;
}
.os4_l .describe {
  color: #666;
  margin-top: 27px;
}
.os5 {
  padding-bottom: 101px;
}
.os5 .ot_title {
  padding-bottom: 22px;
}
.os5 .describe {
  color: #666;
  margin-top: 30px;
}
.ose .bannerBox .content,
.oe .bannerBox .content {
  padding-bottom: 1.4%;
}
.ose_banner {
  line-height: 80px;
}
.ose1 {
  padding: 59px 0px 79px;
}
.ose1 .text {
  margin-top: 37px;
  color: #666;
}
.ose1_container {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ose1_container figure {
  overflow: hidden;
}
.ose1_container .l_box {
  width: 46.648%;
  float: left;
  margin-bottom: 5px;
  margin-right: 3.85%;
}
.ose1_container .title {
  display: flex;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-left: 31px;
}
.ose1_container .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.ose1_container .describe {
  color: #666;
  margin-top: 28px;
}
.ose1_container .describe em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  color: #333;
}
.ose1_container .r_box {
  padding-top: 16px;
}
.ose1_container .buttonBox {
  margin-top: 23px;
}
.ose2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 29px 2.23466667%;
  margin-top: 31px;
}
.ose2_list li {
  width: 23.324%;
}
.ose3 {
  margin-top: 80px;
  background: #f8f8f8;
  padding: 50px 0px 65px;
}
.ose3 .content {
  overflow: hidden;
}
.ose3 .r_box {
  width: 43.938%;
  float: right;
  margin-bottom: 5px;
  margin-left: 10.4%;
}
.ose3 .l_box {
  padding-top: 2px;
}
.ose3 .describe {
  color: #666;
  margin-top: 37px;
}
.ose3 .buttonBox {
  margin-top: 104px;
}
.ose4 {
  padding: 77px 0px 99px;
}
.ose4 .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ose4 .title {
  display: flex;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-left: 31px;
}
.ose4 .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.ose4 .l_box {
  width: 45.436%;
  margin-bottom: 10px;
}
.ose4 section:not(:nth-of-type(1)) {
  margin-top: 25px;
}
.ose4 .r_box {
  padding-top: 16px;
}
.ose4 figure {
  overflow: hidden;
}
.ose4 figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 8.6%;
}
.ose4 .buttonBox {
  margin-top: 29px;
}
.ose4 figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 8.6%;
  margin-top: 51px;
}
.ose4 .describe {
  color: #666;
  margin-top: 29px;
}
.ose4 .describe em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  color: #333;
}
.ose5 {
  padding: 49px 0px 121px;
  background: #f8f8f8;
}
.ose5 .describe {
  color: #666;
  margin-top: 44px;
}
.ose5_list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 2.23466667%;
  margin-top: 31px;
}
.ose5_list li {
  width: 23.324%;
}
.oe1 {
  padding: 63px 0px 81px;
}
.oe1 .title_text {
  margin-top: 14px;
  font-family: Poppins-SemiBold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #e1b96d;
}
.oe1_container {
  overflow: hidden;
  margin-top: 31px;
}
.oe1_container .r_box {
  padding-top: 7px;
  width: 49.216%;
  float: right;
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 5px;
}
.oe1_container .describe {
  color: #666;
}
.oe1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 6.8825%;
  margin-top: 56px;
}
.oe1_list li {
  width: 28.745%;
  text-align: center;
}
.oe1_list .name {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 11px;
}
.oe2 {
  padding: 87px 0px 113px;
  background: #f1f1f1;
}
.oe2 .content {
  overflow: hidden;
}
.oe2 .r_box {
  width: 50.143%;
  float: right;
  margin-bottom: 5px;
  margin-left: 5%;
}
.oe2 .describe {
  color: #666;
  margin-top: 31px;
}
.oe2 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 22px;
}
.oe2 .describe em::before {
  content: "";
  left: 0;
  top: 8px;
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  position: absolute;
}
.oe2 .l_box {
  padding-top: 8px;
}
.oe2 .ot_title {
  padding-bottom: 27px;
}
.oe3 {
  padding: 81px 0px 65px;
}
.oe3 .content {
  overflow: hidden;
}
.oe3 .r_box {
  width: 50.143%;
  float: right;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-top: 21px;
}
.oe3 .describe {
  color: #666;
  margin-top: 23px;
}
.oe3 .ot_title {
  padding-bottom: 27px;
  margin-top: 31px;
}
.oe3 .describe1 {
  color: #666;
  margin-top: 21px;
}
.oe4 {
  padding-bottom: 80px;
}
.oe4 .text {
  color: #666;
  margin-top: 49px;
}
.oe4_container {
  display: flex;
  justify-content: space-between;
  gap: 30px 0px;
  flex-wrap: wrap;
}
.oe4_container .ot_title {
  padding-bottom: 27px;
}
.oe4_container figure {
  width: 48.717%;
  background: #f0f0f0;
  padding: 32px 30px 33px 34px;
}
.oe4_container .describe {
  color: #666;
  margin-top: 24px;
}
.oe4_container .buttonBox {
  margin-top: 25px;
}
.on_banner_desccribe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 51px;
}
.on .bannerBox .content {
  padding-bottom: 0.8%;
}
.on1 {
  padding: 60px 0px 35px;
}
.on1 .text {
  margin-top: 18px;
  color: #666;
}
.on1 .bottom_text {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 60px;
}
.on1_container {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.on1_container .l_box {
  width: 44.865%;
  margin-bottom: 5px;
}
.on1_container .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  display: flex;
  position: relative;
  padding-bottom: 17px;
}
.on1_container .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: -20px;
  top: 9px;
  position: absolute;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.on1_container .title::after {
  content: "";
  width: 63px;
  height: 3px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.on1_container .describe {
  color: #666;
  margin-top: 28px;
}
.on1_container .r_box {
  padding-left: 20px;
  padding-top: 30px;
}
.on1_container figure {
  overflow: hidden;
}
.on1_container figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 7.1%;
}
.on1_container figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 6%;
}
.to table {
  color: #333;
  font-size: 14px;
  text-align: center;
}
.to table td {
  border: none !important;
  padding: 15px 11px 20px !important;
}
.to table tr:nth-of-type(odd) {
  background: #f1f1f1;
}
.to table td:nth-of-type(1) {
  /*padding-left: 72px !important;*/
}
.to table tr:nth-of-type(1) {
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  font-family: Poppins-SemiBold;
  font-size: 16px;
  color: #fff;
}
.to table tr:nth-of-type(1) td {
  padding: 21px 11px 14px !important;
  white-space: nowrap;
}
.to table tr:nth-of-type(1) td:nth-of-type(1) {
  /*padding-left: 72px !important;*/
}
.to1 {
  padding: 63px 0px;
}
.to1 .describe {
  margin-top: 13px;
  color: #666;
}
.to1 .img1 {
  margin-top: 17px;
}
.to1_container {
  overflow: hidden;
  margin-top: 52px;
}
.to1_container .r_box {
  width: 40.728%;
  display: flex;
  justify-content: space-between;
  float: right;
  margin-bottom: 5px;
  margin-left: 12.5%;
}
.to1_container figure {
  width: 47.986%;
}
.to1_container .l_box {
  padding-top: 18px;
}
.to1_container .text {
  color: #666;
}
.to2 {
  padding-bottom: 87px;
}
.to2 .ot_title {
  padding-bottom: 13px;
}
.to2 .describe {
  margin-top: 64px;
}
.to3 {
  padding: 63px 0px 109px;
}
.to3 .ot_title {
  padding-bottom: 13px;
}
.to3 .describe1 {
  margin-top: 42px;
}
.to3_container {
  overflow: hidden;
  margin-top: 40px;
}
.to3_container .r_box {
  width: 49.787%;
  float: right;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4315%;
  margin-left: 4%;
}
.to3_container .l_box {
  padding-top: 17px;
}
.to3_container figure {
  width: 32.379%;
}
.to3_container .describe {
  color: #666;
}
.to4 {
  padding: 84px 0px 123px;
}
.to4 .ot_title {
  padding-bottom: 13px;
}
.to4 .describe {
  color: #666;
  margin-top: 18px;
}
.to5 {
  padding: 72px 0px 88px;
}
.to5 .ot_title {
  padding-bottom: 13px;
}
.to5 .to5_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 57px;
}
.to5 .r_box {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 1px);
  padding-top: 7px;
}
.to5 figure {
  width: 49.286%;
}
.to5 .describe {
  color: #666;
}
.to5 .l_box {
  width: 48.717%;
}
.to5 .describe1 {
  margin-top: 45px;
}
.to6 {
  padding: 78px 0px 0px;
}
.to6 .ot_title {
  padding-bottom: 13px;
}
.to6 .describe {
  margin-top: 60px;
}
.to7 {
  padding: 47px 0px 97px;
}
.to7 .ot_title {
  padding-bottom: 13px;
}
.to7 .describe1 {
  margin-top: 28px;
}
.to7_container {
  overflow: hidden;
}
.to7_container .r_box {
  width: 30%;
  max-width: 237px;
  float: right;
  margin-bottom: 5px;
  margin-left: 4.28%;
}
.to7_container .describe {
  margin-top: 63px;
  color: #666;
}
.to7_container .l_box {
  padding-top: 28px;
}
.tho .banner_title {
  max-width: 1200px;
}
.tho .bannerBox .content {
  padding-bottom: 16px;
}
.tho1 {
  padding: 54px 0px 98px;
}
.tho1 .content {
  overflow: hidden;
}
.tho1 .r_box {
  width: 30%;
  max-width: 244px;
  float: right;
  margin-right: 43px;
  margin-left: 12%;
  margin-bottom: 5px;
  margin-top: 7%;
}
.tho1 .big_title {
  line-height: 63px;
}
.tho1 .describe {
  margin-top: 7px;
  color: #666;
}
.tho2 {
  padding-bottom: 76px;
}
.tho2 .content {
  display: flex;
  justify-content: space-between;
}
.tho2 figure {
  width: 48.931%;
  padding: 33px 33px 43px;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
}
.tho2 .ot_title {
  padding-bottom: 22px;
}
.tho2 .describe {
  color: #666;
  margin-top: 31px;
}
.tho2 .describe img {
  display: inline-block;
}
.tho3 {
  padding: 95px 0px 43px;
}
.tho3 .ot_title {
  padding-bottom: 22px;
}
.tho3 .sw_box {
  margin-top: 46px;
}
.tho3 .swiper_button {
  width: 100%;
  justify-content: center;
  margin-top: 33px;
  gap: 11px;
}
.tho3_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 11px;
}
.tho3_container .describe {
  color: #666;
}
.tho3_container .describe em {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
  font-style: normal;
  margin-top: 16px;
  margin-bottom: 7px;
  display: block;
  position: relative;
}
.tho3_container .describe em::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
  position: absolute;
  left: -20px;
  top: 11px;
}
.tho3_container .l_box {
  width: 46%;
  padding-left: 20px;
  padding-top: 22px;
}
.tho3_container .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.tho3_container .bottom {
  padding-left: 66px;
}
.tho4 {
  padding: 75px 0px 65px;
}
.tho4 .ot_title {
  padding-bottom: 22px;
}
.tho4 .describe1 {
  color: #666;
  margin-top: 80px;
}
.tho4_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 36px;
}
.tho4_container .l_box {
  /*width: 48%;*/
  width: 100%;
}
.tho4_container .buttonBox a {
  box-shadow: 0px 10px 21px 0px rgba(36, 36, 36, 0.23);
}
.tho4_container .describe {
  color: #666;
}
.tho4_container .r_box {
  width: 44.865%;
  display: flex;
  justify-content: center;
  padding-top: 2px;
  display: none;
}
.tho4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.4255%;
  margin-top: 68px;
}
.tho4_list li {
  width: 32.383%;
}
.tho5 {
  padding: 53px 0px 65px;
}
.tho5 .ot_title {
  padding-bottom: 22px;
}
.tho5 .describe {
  color: #666;
  margin-top: 42px;
}
.tho5 .describe img {
  display: inline-block;
}
.tho6 {
  padding-bottom: 102px;
}
.tho6 .ot_title {
  padding-bottom: 17px;
}
.tho6_list {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 9.236%;
}
.tho6_list li {
  width: 27.176%;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  padding: 35px 37px 54px;
}
.tho6_list .describe {
  color: #666;
  margin-top: 8px;
}
.tho6_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  position: relative;
}
.tho6_list .title::before {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: 10px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.tho7 {
  padding: 85px 0px 91px;
}
.tho7 .ot_title {
  padding-bottom: 17px;
}
.tho7_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2.282%;
  margin-top: 66px;
}
.tho7_list .title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333333;
  margin-top: 23px;
}
.tho7_list li {
  width: 31.812%;
}
.new_banner .content {
  padding-top: 12px;
}
.fuo1 {
  padding: 70px 0px 65px;
}
.fuo1 .content {
  display: flex;
  flex-wrap: wrap;
}
.fuo1 .r_box {
  flex: 1;
  box-shadow: 0px 5px 16px 0px rgba(24, 24, 24, 0.1);
  padding: 0px 40px 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fuo1 .l_box {
  width: 50%;
  max-width: 683px;
  position: relative;
  z-index: 1;
}
.fuo1 .time {
  color: #ddbb7e;
}
.fuo1 .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
}
.fuo1 .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;
}
.fuo1 .title a:hover {
  color: #dcb46a;
}
.fuo1 .describe {
  margin-top: 14px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fuo1 .buttonBox {
  margin-top: 26px;
}
.fuo2 {
  padding-bottom: 96px;
}
.fuo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 51px 3.0305%;
}
.fuo2_list li {
  width: 31.313%;
  background-color: #ffffff;
  box-shadow: 0px 5px 16px 0px rgba(24, 24, 24, 0.1);
}
.fuo2_list .box {
  padding: 7px 13px 45px;
}
.fuo2_list .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ddbb7e;
}
.fuo2_list .title {
  font-family: Poppins-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
}
.fuo2_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;
}
.fuo2_list .title a:hover {
  color: #dcb46a;
}
.fut1 {
  padding: 63px 0px 98px;
}
.fut1 .time {
  color: #ddbb7e;
}
.fut1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 7px;
}
.fut1 h1 {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 19px;
}
.fut1 .describe {
  border-top: 1px solid #ededed;
  color: #666;
  margin-top: 24px;
  padding-top: 35px;
}
.fut1 .describe img {
  display: inline-block;
}
.fo1 {
  background: url('../images/banner12.jpg') no-repeat center;
  background-size: cover;
  padding: 84px 0px 128px;
}
.fo_banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 0px 6%;
}
.fo_banner .num {
  margin-top: 40px;
}
.fo_banner .big_num {
  display: flex;
  justify-content: center;
  font-family: Poppins-SemiBold;
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 10px;
}
.fo_banner .j-hdata2::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.fo_banner .text {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 36px;
}
.fo_banner figure {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fo_banner .logo {
  height: 46px;
}
.fo_banner .logo img {
  max-height: 100%;
}
.big_title_fo {
  position: relative;
  padding-bottom: 20px;
}
.big_title_fo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 3px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.fo2 {
  padding: 61px 0px 75px;
}
.fo2 .content {
  overflow: hidden;
}
.fo2 .r_box {
  width: calc(50% + 2px);
  float: right;
  margin-bottom: 5px;
  margin-left: 5%;
  margin-top: 9px;
}
.fo2 .describe {
  color: #666;
  margin-top: 14px;
}
.fo2 .title {
  font-family: Poppins-SemiBold;
  color: #444;
  line-height: 32px;
  margin-top: 27px;
}
.fo3_container {
  position: relative;
}
.fo3_container .number_box {
  position: absolute;
  z-index: 1;
  right: 69px;
  bottom: 0px;
  background-color: #ffffff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  padding: 39px 48px 41px;
  transform: translateY(40%);
}
.fo3_container .number_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.fo3_container .number_box .text {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 4px;
}
.fo3_container .num {
  display: flex;
  align-items: center;
  gap: 4px;
}
.fo3_container .big_num {
  font-family: Poppins-SemiBold;
  font-size: 90px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 12px;
}
.fo3_container .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.fo3_container .big_num + p {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.fo3 {
  padding-bottom: 65px;
}
.fo3 .describe {
  color: #666;
  margin-top: 138px;
}
.fo3 .describe em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  color: #333;
}
.fo3 .buttonBox {
  justify-content: center;
  margin-top: 61px;
}
.fo3 .buttonBox a {
  box-shadow: 0px 10px 21px 0px rgba(36, 36, 36, 0.23);
}
.fo4 {
  padding: 55px 0px 107px;
}
.fo4 .l_box {
  position: relative;
  width: 46.505%;
  float: left;
  margin-bottom: 5px;
  margin-right: 3.55%;
}
.fo4 .describe {
  color: #666;
}
.fo4 .r_box {
  padding-top: 1px;
}
.fo4 .fo4_container {
  margin-top: 57px;
  overflow:hidden;
}
.fo5 {
  padding: 72px 0px 60px;
}
.fo5_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0px;
  margin-top: 62px;
}
.fo5_container figure {
  width: 48.788%;
  background-color: #f5f5f5;
  padding: 24px 19px 33px;
}
.fo5_container .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fo5_container .describe {
  color: #666;
  padding-left: 18px;
  margin-top: 21px;
}
.fo5_container .describe em {
  font-style: normal;
  display: block;
  position: relative;
}
.fo5_container .describe em::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 10px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.fo6 .content {
  overflow: hidden;
}
.fo6 .r_box {
  width: 44.936%;
  float: right;
  margin-bottom: 5px;
  margin-left: 8%;
}
.fo6 .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fo6 .describe {
  color: #666;
  padding-left: 18px;
  margin-top: 22px;
}
.fo6 .describe em {
  font-style: normal;
  display: block;
  position: relative;
}
.fo6 .describe em::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 10px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.fo6 figure:not(:nth-of-type(1)) {
  margin-top: 5.6%;
}
.fo6 .l_box {
  padding-top: 5.1%;
}
.fo7 {
  padding: 68px 0px 105px;
}
.fo7 .content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.fo7 figure {
  display: flex;
  justify-content: space-between;
}
.fo7 .r_box {
  width: 39.23%;
}
.fo7 .l_box {
  width: 59.202%;
  display: flex;
  justify-content: space-between;
}
.fo7 .ll_box {
  width: 66.266%;
}
.fo7 .lr_box {
  width: 30.964%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fo7 figure:nth-of-type(even) .l_box {
  flex-direction: row-reverse;
}
.fo8 {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding-bottom: 114px;
}
.fo8 .content {
  padding-top: 5px;
}
.fo8 .big_title {
  padding-bottom: 24px;
}
.fo8 .sw_box {
  width: 49.948%;
  float: right;
  margin-left: 16px;
  margin-bottom: 5px;
}
.fo8 .swiper-slide {
  width: 63.4%;
  margin-right: 23px;
}
.fo8 .describe {
  color: #666;
  margin-top: 49px;
}
.fo8 .swiper_button {
  margin-top: 46px;
}
.fo9 {
  padding: 69px 0px 62px;
}
.fo9 .title {
  font-family: Poppins-SemiBold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-bottom: 28px;
}
.fo9 .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 3px;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.fo9 .describe {
  color: #666;
  margin-top: 33px;
}
.fo9 .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fo9 .top_box {
  width: 48.2%;
}
.fo9 .bottom {
  overflow: hidden;
  margin-top: 68px;
}
.fo9 .bottom_r {
  width: calc(50% - 1px);
  display: flex;
  justify-content: space-between;
  float: right;
  margin-bottom: 5px;
  margin-top: 8px;
}
.fo9 figure {
  width: 48.286%;
}
.fo9 .buttonBox {
  margin-top: 20px;
}
.fo10 {
  padding: 58px 0px 87px;
}
.fo10 .big_title {
  padding-bottom: 8px;
}
.fo10 .describe {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 66px;
}
.fo10_list {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 2.26375%;
  margin-top: 53px;
}
.fo10_list li {
  box-shadow: 0px 0px 10px 0px rgba(164, 164, 164, 0.4);
  width: 18.189%;
}
.ft1 {
  padding: 61px 0px 49px;
}
.ft1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ft1 .l_box {
  width: 48%;
}
.ft1 .l_box .describe {
  margin-top: 30px;
}
.ft1 .describe {
  color: #666;
}
.ft1 .r_box {
  width: calc(50% + 2px);
  margin-top: 9px;
}
.ft1 .bottom {
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: flex-start;
  padding: 16px 7px 10px;
  gap: 15px;
}
.ft1 .ans {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #dcb46a;
}
.ft1 .title {
  background: #dcb46a;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 16px 7px 12px;
}
.ft2 {
  padding-bottom: 50px;
}
.ft2 .PageNumber {
  margin-top: 74px;
}
.ft2_container {
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.ft2_container .describe {
  color: #666;
}
.ft2_container .bottom {
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: flex-start;
  padding: 16px 7px 37px;
  gap: 15px;
}
.ft2_container .ans {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #dcb46a;
}
.ft2_container .title {
  background: #efefef;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  padding: 16px 7px 12px;
}
.so1 {
  padding: 70px 0px 90px;
}
.so1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.so1_l {
  background-color: #f7f7f7;
  width: 48.503%;
  padding: 26px 30px 40px;
}
.so1_l .describe {
  line-height: 30px;
  color: #666;
  margin-top: 8px;
}
.so1_l form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px 0px;
  margin-top: 23px;
  padding: 0px 7px;
}
.so1_l form .int1 {
  width: 48.75%;
}
.so1_l form input {
  height: 54px;
}
.so1_l form textarea {
  height: 103px;
  padding-top: 12px !important;
}
.so1_l form .ttBox {
  width: 100%;
  margin-top: 1px;
}
.so1_l form .form_box {
  width: 100%;
}
.so1_l form .yzm {
  position: relative;
}
.so1_l form .yzm input {
  padding-right: 100px;
}
.so1_l form .yzm span {
  height: 50px;
  aspect-ratio: 58/30;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.so1_l form .yzm span img {
  width: 100%;
  height: 100%;
}
.so1_l form .tj {
  position: relative;
  z-index: 1;
}
.so1_l form .tj input {
  font-size: 18px;
  color: #fff;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.so1_l form .tj input:hover {
  background: #dcb46a;
  color: #fff;
}
.so1_l form input,
.so1_l form textarea {
  background: #fff;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  display: block;
}
.so1_l form input::placeholder,
.so1_l form input::-webkit-input-placeholder,
.so1_l form textarea::placeholder {
  color: #999;
}
.so1_r {
  width: 45.65%;
  padding-top: 26px;
}
.so1_r .describe {
  line-height: 30px;
  color: #666;
  margin-top: 8px;
}
.contact_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 23px;
}
.contact_list .border_box {
  border-radius: 4px;
  border: solid 1px #000000;
  padding: 11px 12px 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact_list figure {
  flex: 1;
  line-height: 24px;
  color: #666;
}
.contact_list figure a {
  color: #666;
}
.contact_list figure a:hover {
  color: #dcb46a;
}
.contact_list .name {
  font-size: 18px;
  color: #333;
}
.contact_list .logo {
  width: 60px;
  border-radius: 6px;
  overflow: hidden;
}
.contact_list .int {
  width: 47.65625%;
}
.contact_list .all {
  width: 100%;
}
.contact_list .flex_box {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_list .flex_box .border_box {
  flex: 1;
  margin-right: 20px;
}
.contact_list .weixin {
  width: 83px;
}
.so2 {
  padding-bottom: 110px;
}
.so2 iframe {
  display: block;
}
.st_title {
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #333333;
}
.st1 {
  padding: 58px 0px 52px;
}
.st1 .big_title {
  text-align: center;
  margin-top: 37px;
}
.st1_container {
  background-color: #f7f7f7;
  border: dashed 2px #dcb46a;
  text-align: center;
  padding: 79px 20px 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
}
.st1_container .logo {
  width: 63px;
}
.st1_container .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 39px;
}
.st1_container .describe {
  width: 100%;
  max-width: 520px;
  line-height: 30px;
  color: #666;
  margin-top: 15px;
}
.st1_container .a-upload {
  position: relative;
}
.st1_container .a-upload input,
.st1_container .submit_box input {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.st1_container .buttonBox a {
  position: relative;
  font-size: 18px;
}
.st1_container .submit_box {
  margin-top: 17px;
}
.st1_container .submit_box a {
  min-height: 57px;
  border: solid 2px #dcb46a;
  color: #333;
}
.st1_container .submit_box a:hover {
  background: #dcb46a;
  color: #fff;
}
.st1_container .submit_box a:hover img {
  filter: brightness(0) invert(1);
}
.st1_container form {
  margin-top: 29px;
}
.st2 {
  text-align: center;
  padding-bottom: 97px;
}
.st2 .describe {
  margin: 26px auto 0px;
  line-height: 30px;
  width: 100%;
  max-width: 585px;
  color: #666;
}
.st2 .describe a {
  color: #dcb46a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.st2 .describe a:hover {
  text-decoration: none;
}
.seo1 {
  padding: 63px 0px 106px;
}
.seo1 .big_title {
  text-align: center;
}
.seo1 .describe {
  color: #666;
  margin-top: 44px;
}
.index3_ft {
  padding-bottom: 110px;
}
.page_change {
  border-top: 1px solid rgba(237, 237, 237, 0.7);
  border-bottom: 1px solid rgba(237, 237, 237, 0.7);
  margin-top: 36px;
  padding: 11px 0px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.page_change .logo {
  width: 37px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #dcb46a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.page_change .logo + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.page_change span {
  color: #999;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #dcb46a;
}
.index7_to {
  padding: 122px 0px 129px;
}
.index7_to .buttonBox {
  margin-top: 57px;
}
.ot4_pub {
  background: #f1f1f1;
  padding: 61px 0px 130px;
}
.index7_pub {
  padding: 137px 0px 85px;
}
.swiper_button {
  display: flex;
  gap: 11px;
}
.swiper_button div {
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #a7a7a7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.swiper_button div:hover {
  background: #dcb46a;
}
footer {
  background: #272727;
  padding: 76px 0px 26px;
}
footer .container {
  width: calc(100% - 100px);
  max-width: 1761px;
  margin: 0px auto;
}
.footer_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 34px;
}
.footer_a .logoBox {
  width: 215px;
  flex-shrink: 0;
}
.footer_a .logoBox a {
  display: block;
}
.footer_a .logoBox img {
  width: 100%;
}
.footer_a .center {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  gap: 10px 45px;
  margin-bottom: 2px;
}
.footer_a .center a {
  color: #fff;
}
.footer_a .center a:hover {
  color: #dcb46a;
}
.footer_b {
  padding: 61px 0px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.footer_b .dif_footer {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 8px;
}
.footer_b .dif_footer::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #7e5c2c 0%, #edc475 100%);
}
.footer_b .dif_footer a {
  color: #fff;
}
.footer_b .dif_footer a:hover {
  color: #dcb46a;
}
.footer_b .dif_up {
  width: 8px;
  filter: brightness(0);
  display: none;
}
.footer_b .list {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: rgba(225, 225, 225, 0.52);
  margin-top: 31px;
}
.footer_b .list a {
  color: rgba(225, 225, 225, 0.52);
}
.footer_b .list a:hover {
  color: #dcb46a;
}
.footer_b .logo {
  width: 16px;
  aspect-ratio: 16/18;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.footer_b .logo img {
  max-width: 100%;
  max-height: 100%;
}
.footer_b .ul2 {
  margin-left: 4%;
}
.footer_b .ul3 {
  margin-left: 6%;
}
.footer_b .ul4 {
  max-width: 300px;
  margin-left: 8%;
}
.footer_b .ul4_list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.footer_b .ul4_list p {
  flex: 1;
}
.footer_b .box {
  max-width: 413px;
}
.footer_b form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px 0px;
  margin-top: 39px;
}
.footer_b form input {
  height: 41px;
}
.footer_b form input,
.footer_b form textarea {
  width: 100%;
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #c1c1c1;
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  resize: none;
  outline: none;
  padding: 0px 16px;
}
.footer_b form input::placeholder,
.footer_b form input::-webkit-input-placeholder,
.footer_b form textarea::placeholder {
  color: #afafaf;
}
.footer_b form .yz {
  position: relative;
}
.footer_b form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: 16px;
  position: absolute;
  color: #ff0000;
  font-size: 14px;
}
.footer_b form .yz input,
.footer_b form .yz textarea {
  padding-left: 22px;
}
.footer_b form .int1 {
  width: 48.3%;
}
.footer_b form .int2 {
  width: 100%;
}
.footer_b form .int2::before {
  top: 24px;
}
.footer_b form .tijiao {
  min-width: 86px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
.footer_b form .tijiao input {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  background: #5492ff;
}
.footer_b form .tijiao input:hover {
  background: #dcb46a;
}
.footer_b form .yzm {
  flex: 1;
  margin-right: 14px;
  position: relative;
}
.footer_b form .yzm input {
  flex: 1;
  padding-right: 100px;
}
.footer_b form .yzm a,
.footer_b form .yzm span {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  aspect-ratio: 83/40;
  cursor: pointer;
}
.footer_b form .yzm a img,
.footer_b form .yzm span img {
  height: 100%;
}
.footer_b form textarea {
  height: 87px;
  padding-top: 5px !important;
}
.footer_c {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(226, 226, 226, 0.2);
}
.footer_c .l_box {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  flex: 1;
}
.footer_c .l_box a {
  color: #999;
}
.footer_c .l_box a:hover {
  color: #fff;
}
.footer_c .icBox {
  display: flex;
  align-items: center;
  gap: 10px 24px;
}
.footer_c .icBox i {
  font-size: 20px;
  transition: 0s;
}
.footer_c .icBox a {
  color: #a1aab8;
}
.footer_c .icBox a:hover {
  color: #fff;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #dcb46a;
}
.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;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1680px) {
  .index2 .number_box {
    left: -25px;
  }
}
@media screen and (max-width: 1480px) {
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header .logoBox {
    width: 180px;
  }
  header .logo_text {
    font-size: 15px;
    line-height: 22px;
  }
  header .menuOne {
    font-size: 18px;
    line-height: 28px;
    margin-right: 30px;
  }
  header .menuOne > a {
    padding: 22px 0px;
  }
  header .menuOne > a::before{
	  bottom: 10px;
  }
  header .ul {
    min-width: 220px;
  }
  header .ul li {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    padding: 0px 16px;
  }
  .head_top {
    padding: 8px 0px;
  }
  .head_top .top_l {
    gap: 16px;
  }
  .head_top .top_r {
    gap: 20px;
  }
  .head_bottom .sousuo {
    margin-left: 25px;
    margin-bottom: 0px;
  }
  .head_bottom .button {
    margin-left: 25px;
    margin-bottom: 0px;
  }
  .head_bottom .button a {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 8px;
  }
  .head_bottom .sousuo {
    margin-bottom: 0px;
    margin-left: 25px;
  }
  .head_bottom .lang {
    margin-left: 25px;
    margin-bottom: 0px;
  }
  .head_bottom .lang .lang_box {
    gap: 6px;
  }
  .padding_top {
    padding-top: 139px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .big_title {
    font-size: 28px;
    line-height: 38px !important;
  }
  .index1_list {
    padding: 0px;
    gap: 25px 5%;
    margin-top: 30px;
  }
  .index1_list li {
    width: 30%;
  }
  .index1_list .title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 12px;
  }
  .index1_list .describe {
    margin-top: 15px;
  }
  .index_back {
    margin-top: 60px;
  }
  .index2_container .describe {
    margin-top: 15px;
  }
  .index2_container .describe1 {
    margin-top: 15px;
  }
  .index2_container .describe1 p {
    padding-left: 30px;
  }
  .index2_container .describe1 p::before {
    left: 0;
  }
  .index2_container .buttonBox {
    margin-top: 25px;
  }
  .buttonBox a {
    min-width: 150px !important;
    min-height: 40px !important;
    font-size: 16px !important;
    gap: 12px;
  }
  .index2 {
    padding-bottom: 60px;
  }
  .index2 .big_num {
    font-size: 52px;
    line-height: 36px;
  }
  .index2 .big_num + p {
    font-size: 24px;
    line-height: 32px;
    padding-top: 4px;
  }
  .index2 .number_box {
    padding: 30px 30px;
  }
  .index2 .number_box .text {
    font-size: 20px;
    line-height: 28px;
  }
  .index2 .box .bofangBox {
    width: 60px;
  }
  .index3 {
    padding-bottom: 60px;
  }
  .index3 .title_text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index3_list {
    margin-top: 30px;
  }
  .index3_list .box {
    padding: 16px;
  }
  .index3_list .title {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
  }
  .index3_list .describe {
    margin-top: 12px;
  }
  .index4 {
    margin-top: 60px;
  }
  .index4 .content {
    align-items: center;
  }
  .index4 .describe {
    margin-top: 15px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .sw_box {
    padding-left: 0px;
    margin-top: 30px;
  }
  .index5 .people_logo {
    width: 66px;
  }
  .index5 .name {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 0px;
  }
  .index5 .swiperindex5-pagination {
    margin-top: 40px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .sw_box {
    margin-top: 30px;
  }
  .index6 .swiper-slide {
    gap: 30px;
  }
  .index7 {
    padding: 80px 0px;
  }
  .index7 .describe {
    font-size: 16px;
    margin-top: 8px;
  }
  .index7 .buttonBox {
    margin-top: 30px !important;
  }
  .index8 {
    padding: 60px 0px 80px;
  }
  .index8_list {
    margin-top: 30px;
  }
  .index8_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .bannerBox {
    min-height: 320px;
  }
  .bannerBox .content {
    padding: 0px !important;
  }
  .mbx {
    padding-top: 12px;
  }
  .oo_title {
    font-size: 20px;
    line-height: 32px;
  }
  .oo_menu {
    font-size: 16px;
    line-height: 24px;
    gap: 5px 15px;
    margin-top: 20px;
  }
  .oo1 {
    padding: 40px 0px;
  }
  .oo1 .describe {
    margin-top: 12px;
  }
  .oo1 .title {
    font-size: 18px;
    padding-left: 30px;
  }
  .oo2 {
    padding: 60px 0px;
  }
  .oo2 .r_box {
    padding-bottom: 0px;
  }
  .oo3 {
    padding-bottom: 60px;
  }
  .oo3 .describe {
    margin-top: 15px;
  }
  .oo3 .buttonBox {
    margin-top: 30px;
    gap: 6px 15px;
  }
  .oo4 {
    padding: 60px 0px;
  }
  .oo4 .describe {
    margin-top: 20px;
  }
  .oo5 {
    padding: 60px 0px;
  }
  .oo5 .describe {
    margin-top: 15px;
  }
  .oo5_list li {
    padding: 30px 30px 70px;
    min-height: 220px;
  }
  .oo5_list .number {
    font-size: 42px;
    line-height: 42px;
  }
  .oo5_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oo5_list .text {
    margin-top: 15px;
  }
  .oo6 {
    padding: 60px 0px;
  }
  .oo6_list {
    margin-top: 30px !important;
    gap: 30px 1.94933333%;
  }
  .banner_title {
    font-size: 36px;
    line-height: 46px;
  }
  .ot_menu {
    font-size: 20px;
    line-height: 32px;
    gap: 5px 15px;
    margin-top: 15px;
  }
  .ot_menu1 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .ot1 {
    padding: 40px 0px 60px;
  }
  .ot1 .describe {
    margin-top: 12px;
  }
  .ot1 .sw_box {
    margin-top: 30px;
  }
  .ot table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .ot table tr:nth-of-type(1) td {
    padding: 10px 20px !important;
  }
  .ot table tr:nth-of-type(1) td:nth-of-type(1) {
    padding-left: 20px !important;
  }
  .ot table tr td:nth-of-type(1) {
    padding-left: 20px !important;
  }
  .ot table tr td {
    padding: 12px 20px !important;
  }
  .to table{
      font-size: 12px;
  }
  .to table tr:nth-of-type(1) {
    font-size: 12px;
  }
  .to table tr:nth-of-type(1) td {
    padding: 10px 2px !important;
  }
  .to table tr:nth-of-type(1) td:nth-of-type(1) {
    padding-left: 0px !important;
  }
  .to table tr td:nth-of-type(1),
  .to table tr td{
    padding-left: 0px !important;
  }
  .to table tr td {
    padding: 12px 2px !important;
  }
  .ot_title {
    font-size: 24px;
    padding-bottom: 8px !important;
  }
  .ot2 .buttonBox {
    margin-top: 30px;
  }
  .ot2_container {
    margin-top: 40px;
  }
  .ot2_container .title {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
  }
  .ot2_container .flex_box {
    width: 100%;
    gap: 30px 2%;
  }
  .ot2_container figure {
    width: 15%;
    padding: 15px 12px 20px;
    gap: 10px;
  }
  .ot2_list {
    margin-top: 40px;
  }
  .ot2_list li {
    padding: 30px 30px 40px;
  }
  .ot2_list .name {
    font-size: 18px;
    line-height: 28px;
  }
  .ot2_list .text {
    margin-top: 15px;
  }
  .ot3 {
    padding: 40px 0px 60px;
  }
  .ot3 .describe {
    margin-top: 15px;
  }
  .ot3_list {
    margin-top: 30px;
  }
  .ot3_list .logo {
    width: 100%;
    max-width: 151px;
  }
  .ot3_list li {
    max-width: 124px;
  }
  .ot3_list > img {
    width: 18px;
    margin-top: 48px;
  }
  .ot3_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .ot3_list .text {
    margin-top: 4px;
  }
  .ot4 {
    padding-bottom: 80px;
  }
  .ot4_list {
    margin-top: 30px !important;
    gap: 30px 1.94933333%;
  }
  .oth_banner_title {
    font-size: 42px;
    line-height: 62px;
  }
  .oth1 {
    padding: 40px 0px 60px;
  }
  .oth1 .text {
    margin-top: 15px;
  }
  .oth1_container {
    margin-top: 20px;
  }
  .oth1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oth1_container .title::before {
    top: 8px;
  }
  .oth1_container .buttonBox {
    margin-top: 30px;
  }
  .oth2 .box {
    padding: 20px 40px 30px;
  }
  .oth2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oth2 .title::before {
    top: 7px;
    left: -22px;
  }
  .oth2 .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .oth3 {
    padding: 60px 0px;
  }
  .oth3 .describe {
    line-height: 30px;
    margin-top: 20px;
  }
  .oth4 {
    padding: 60px 0px;
  }
  .oth4_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .oth4_list li {
    width: 32%;
  }
  .oth4_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oth4_list .describe {
    margin-top: 12px;
  }
  .oth4_list .describe em::before {
    top: 7px;
  }
  .oth4_list .num {
    font-size: 62px;
    line-height: 68px;
  }
  .oth5_container {
    margin-top: 30px;
  }
  .oth5_container .r_box {
    padding-top: 0px;
  }
  .oth5_container .buttonBox {
    margin-top: 30px;
  }
  .oth5_container .describe em::before {
    top: 6px;
  }
  .oth6 {
    padding: 60px 0px;
  }
  .oth6 .describe {
    line-height: 28px;
    margin-top: 20px;
  }
  .oth6 .buttonBox {
    margin-top: 30px;
  }
  .ofu_banner,
  .ose_banner {
    line-height: 56px;
  }
  .ofu1 {
    padding: 40px 0px 60px;
  }
  .ofu1 .describe {
    margin-top: 15px;
  }
  .ofu2 {
    padding: 60px 0px;
  }
  .ofu2 .content {
    gap: 30px;
  }
  .ofu2 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .ofu2 .describe em {
    padding-left: 20px;
    line-height: 28px;
  }
  .ofu2 .describe em::before {
    top: 7px;
  }
  .ofu3 {
    padding: 60px 0px;
  }
  .ofu3 figure {
    padding: 30px 35px 60px;
  }
  .ofu3 .describe {
    margin-top: 15px;
  }
  .ofu3 .buttonBox {
    margin-top: 25px;
  }
  .ofu4 {
    padding-bottom: 60px;
  }
  .ofu4 .describe {
    margin-top: 20px;
  }
  .ofu5 {
    padding: 60px 0px;
  }
  .ofu5 .describe {
    margin-top: 30px;
  }
  .of .banner_text_of {
    font-size: 18px;
    line-height: 32px;
    margin-top: 8px;
  }
  .of1 {
    padding: 40px 0px 60px;
  }
  .of1 .r_box {
    margin-left: 5%;
  }
  .of1 .buttonBox {
    margin-top: 30px;
  }
  .of2 {
    padding: 60px 0px 40px;
  }
  .of2 .l_box {
    margin-right: 5%;
  }
  .of2 .describe {
    margin-top: 20px;
  }
  .of3 .r_box {
    margin-left: 4%;
  }
  .of3 .describe {
    margin-top: 20px;
  }
  .of3_container {
    margin-top: 20px;
  }
  .of4 {
    padding: 60px 0px;
  }
  .of4_container {
    margin-top: 30px;
  }
  .of4_r .top {
    padding: 16px 30px 12px;
  }
  .of4_r .title {
    font-size: 20px;
    line-height: 30px;
  }
  .of4_r .title::before,
  .of4_r .title::after {
    left: -20px;
    top: 8px;
  }
  .of4_r figure:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .of5_container {
    margin-top: 30px;
  }
  .of5 {
    padding-bottom: 60px;
  }
  .of5 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .of5 .title::before {
    left: -22px;
    top: 7px;
  }
  .of5 .describe {
    margin-top: 15px;
  }
  .of6 {
    padding: 60px 0px;
  }
  .os1 {
    padding: 40px 0px 60px;
  }
  .os1 .describe {
    margin-top: 20px;
  }
  .os1_container {
    margin-top: 30px;
    gap: 20px;
    padding: 60px 6%;
  }
  .os1_container .big_num {
    font-size: 48px;
  }
  .os1_container .text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .os2 {
    padding-bottom: 60px;
  }
  .os2 .sw_box {
    margin-top: 40px;
  }
  .os3 {
    padding: 60px 0px;
  }
  .os3_container figure {
    padding: 40px 40px 60px;
  }
  .os3_img {
    margin-top: 40px;
  }
  .os4 {
    padding: 40px 0px 60px;
  }
  .os4_l {
    padding: 0px 0px 120px;
  }
  .os4_l .describe {
    margin-top: 20px;
  }
  .os5 {
    padding-bottom: 60px;
  }
  .os5 .describe {
    margin-top: 20px;
  }
  .ose1 {
    padding: 40px 0px 60px;
  }
  .ose1 .text {
    margin-top: 20px;
  }
  .ose1_container {
    margin-top: 30px;
  }
  .ose1_container .r_box {
    padding-top: 0px !important;
  }
  .ose1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .ose1_container .title::before {
    top: 8px;
  }
  .ose1_container .describe {
    margin-top: 15px;
  }
  .ose3 {
    margin-top: 60px;
  }
  .ose3 .describe {
    margin-top: 20px;
  }
  .ose3 .buttonBox {
    margin-top: 30px;
  }
  .ose4 {
    padding: 60px 0px;
  }
  .ose4 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .ose4 .title::before {
    top: 8px;
  }
  .ose4 .describe {
    margin-top: 15px;
  }
  .ose4 .l_box {
    margin-top: 0px !important;
  }
  .ose5 {
    padding: 40px 0px 60px;
  }
  .ose5 .describe {
    margin-top: 20px;
  }
  .oe1 {
    padding: 40px 0px 60px;
  }
  .oe1 .title_text {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
  }
  .oe1_list {
    margin-top: 30px;
  }
  .oe1_list .name {
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
  }
  .oe2 {
    padding: 60px 0px;
  }
  .oe2 .l_box {
    padding-top: 0px;
  }
  .oe2 .describe {
    margin-top: 20px;
  }
  .oe2 .describe em::before {
    top: 6px;
  }
  .oe3 {
    padding: 60px 0px;
  }
  .oe3 .describe,
  .oe3 .describe1 {
    margin-top: 15px;
  }
  .oe3 .ot_title {
    margin-top: 15px;
  }
  .oe4 {
    padding-bottom: 60px;
  }
  .oe4 .text {
    margin-top: 20px;
  }
  .oe4_container .describe {
    margin-top: 20px;
  }
  .on_banner_desccribe {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
  }
  .on1 {
    padding: 40px 0px;
  }
  .on1 .bottom_text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
  }
  .on1_container {
    margin-top: 30px;
    gap: 30px;
  }
  .on1_container .r_box {
    padding-top: 0px;
  }
  .on1_container .title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 12px;
  }
  .on1_container .title::before {
    top: 8px;
  }
  .on1_container .describe {
    margin-top: 20px;
  }
  .to1 {
    padding: 40px 0px 60px;
  }
  .to1_container {
    margin-top: 40px;
  }
  .to1_container .l_box {
    padding-top: 0px;
  }
  .to2 {
    padding-bottom: 60px;
  }
  .to2 .describe {
    margin-top: 20px;
  }
  .to3 {
    padding: 60px 0px;
  }
  .to3 .describe1 {
    margin-top: 20px;
  }
  .to3_container {
    margin-top: 20px;
  }
  .to3_container .l_box {
    padding-top: 0px;
  }
  .to4 {
    padding: 60px 0px;
  }
  .to5 {
    padding: 60px 0px;
  }
  .to5 .describe1 {
    margin-top: 30px;
  }
  .to5 .to5_container {
    margin-top: 30px;
  }
  .to6 {
    padding: 60px 0px 0px;
  }
  .to6 .describe {
    margin-top: 20px;
  }
  .to7 {
    padding: 40px 0px 60px;
  }
  .to7_container .describe {
    margin-top: 30px;
  }
  .tho1 {
    padding: 40px 0px 60px;
  }
  .tho2 {
    padding-bottom: 60px;
  }
  .tho2 .describe {
    margin-top: 20px;
  }
  .tho3 {
    padding: 60px 0px 40px;
  }
  .tho3 .swiper_button {
    margin-top: 30px;
  }
  .tho3_container .l_box {
    padding-top: 0px;
  }
  .tho3_container .describe em {
    font-size: 18px;
    line-height: 28px;
    margin: 6px 0px;
  }
  .tho3_container .describe em::before {
    top: 7px;
  }
  .tho3_container .r_box {
    gap: 20px;
  }
  .tho3_container .bottom {
    padding-left: 30px;
  }
  .tho4 {
    padding: 60px 0px;
  }
  .tho4 .describe1 {
    margin-top: 30px;
  }
  .tho4_container {
    margin-top: 30px;
  }
  .tho4_list {
    margin-top: 30px;
  }
  .tho5 {
    padding: 60px 0px;
  }
  .tho5 .describe {
    margin-top: 20px;
  }
  .tho6_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .tho6_list li {
    width: 32%;
    padding: 20px 36px 30px;
  }
  .tho6_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho6_list .title::before {
    top: 7px;
  }
  .tho6 {
    padding-bottom: 60px;
  }
  .tho7 {
    padding: 60px 0px;
  }
  .tho7_list {
    margin-top: 30px;
  }
  .tho7_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .fuo1 {
    padding: 40px 0px 60px;
  }
  .fuo1 .r_box {
    padding: 0px 30px;
  }
  .fuo1 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .fuo1 .describe {
    margin-top: 8px;
  }
  .fuo1 .buttonBox {
    margin-top: 15px;
  }
  .fuo2 {
    padding-bottom: 60px;
  }
  .fuo2_list {
    gap: 30px 3.0305%;
  }
  .fuo2_list .box {
    padding: 6px 12px 20px;
  }
  .fuo2_list .title {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .fut1 {
    padding: 40px 0px 60px;
  }
  .fut1 h1 {
    font-size: 22px;
    margin-top: 15px;
  }
  .fut1 .share_box {
    margin-top: 15px;
  }
  .fut1 .describe {
    margin-top: 20px;
    padding-top: 15px;
  }
  .fo1 {
    padding: 80px 0px;
  }
  .fo_banner {
    gap: 20px;
    padding: 0px 4%;
  }
  .fo_banner .num {
    margin-top: 20px;
  }
  .fo_banner .big_num {
    font-size: 48px;
  }
  .fo_banner .text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .fo2 {
    padding: 40px 0px 60px;
  }
  .fo2 .title {
    line-height: 26px;
    margin-top: 15px;
  }
  .fo3_container .big_num {
    font-size: 52px;
    line-height: 36px;
  }
  .fo3_container .big_num + p {
    font-size: 24px;
    line-height: 32px;
    padding-top: 4px;
  }
  .fo3_container .number_box {
    padding: 30px 30px;
  }
  .fo3_container .number_box .text {
    font-size: 20px;
    line-height: 28px;
  }
  .fo3 {
    padding-bottom: 60px;
  }
  .fo3 .describe {
    margin-top: 100px;
  }
  .fo3 .buttonBox {
    margin-top: 30px;
  }
  .fo4 {
    padding: 60px 0px;
  }
  .fo4 .fo4_container {
    margin-top: 30px;
  }
  .fo5 {
    padding: 60px 0px;
  }
  .fo5_container {
    margin-top: 30px;
  }
  .fo5_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .fo5_container .describe {
    margin-top: 8px;
  }
  .fo5_container .describe em::before {
    top: 7px;
  }
  .fo6 .l_box {
    padding-top: 0px;
  }
  .fo6 figure:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .fo6 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .fo6 .describe {
    margin-top: 8px;
  }
  .fo6 .describe em::before {
    top: 7px;
  }
  .fo7 {
    padding: 60px 0px;
  }
  .fo8 {
    padding-bottom: 60px;
  }
  .fo8 .describe {
    margin-top: 20px;
  }
  .fo8 .swiper_button {
    margin-top: 20px;
  }
  .fo9 {
    padding: 60px 0px;
  }
  .fo9 .title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 12px;
  }
  .fo9 .describe {
    margin-top: 12px;
  }
  .fo9 .bottom {
    margin-top: 40px;
  }
  .fo10 {
    padding: 60px 0px;
  }
  .fo10 .describe {
    font-size: 24px;
    line-height: 36px;
    margin-top: 30px;
  }
  .fo10_list {
    margin-top: 30px;
  }
  .ft1 {
    padding: 40px 0px;
  }
  .ft1 .l_box .describe {
    margin-top: 15px;
  }
  .ft1 .title {
    font-size: 18px;
  }
  .ft1 .bottom {
    gap: 8px;
  }
  .ft1 .ans {
    font-size: 18px;
  }
  .ft2_container {
    gap: 30px;
  }
  .ft2_container .title {
    font-size: 18px;
  }
  .ft2_container .bottom {
    gap: 8px;
    padding: 16px 7px 20px;
  }
  .ft2_container .ans {
    font-size: 18px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1 .describe {
    line-height: 26px;
    margin-top: 6px !important;
  }
  .so1_l {
    padding: 26px 25px 30px;
  }
  .so1_l form {
    padding: 0px;
  }
  .so1_l form input {
    height: 46px;
  }
  .so1_l form .yzm input {
    padding-right: 85px;
  }
  .contact_list .logo {
    width: 50px;
  }
  .contact_list .name {
    font-size: 16px;
  }
  .so2 {
    padding-bottom: 60px;
  }
  .st_title {
    font-size: 36px;
    line-height: 46px;
  }
  .st1 {
    padding: 40px 0px;
  }
  .st1 .big_title {
    margin-top: 30px;
  }
  .st1_container {
    padding: 40px 20px 60px;
  }
  .st1_container .title {
    margin-top: 20px;
  }
  .st1_container form {
    margin-top: 20px;
  }
  .st2 {
    padding-bottom: 40px;
  }
  .st2 .describe {
    margin: 20px auto 0px;
    line-height: 26px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1 .describe {
    margin-top: 20px;
  }
  .big_title_fo {
    padding-bottom: 12px !important;
  }
  .page_change {
    margin-top: 30px !important;
    padding: 10px 0px !important;
  }
  .page_change section {
    font-size: 16px;
    line-height: 24px;
    gap: 12px;
  }
  .ot4_pub {
    padding: 60px 0px 80px;
  }
  footer {
    padding: 40px 0px 30px;
  }
  .footer_a {
    padding-bottom: 25px;
  }
  .footer_a .logoBox {
    width: 180px;
  }
  .footer_a .center {
    font-size: 15px;
    line-height: 26px;
    gap: 5px 20px;
    margin-bottom: 0px;
  }
  .footer_b {
    padding: 40px 0px;
  }
  .footer_b .list {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }
  .footer_b .ul2,
  .footer_b .ul3,
  .footer_b .ul4 {
    margin-left: 0px !important;
  }
  .footer_b form {
    margin-top: 15px;
  }
  .footer_c .icBox {
    gap: 6px 16px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .PageNumber a {
    font-size: 15px;
    width: 36px;
    height: 36px;
  }
  .PageNumber input {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1200px) {
  header .menuOne {
    font-size: 15px;
    line-height: 26px;
    margin-right: 25px;
  }
  header .menuOne > a {
    padding: 16px 0px;
  }
  .head_bottom .button {
    margin-left: 20px;
  }
  .head_bottom .button a {
    font-size: 14px;
    line-height: 26px;
    padding: 5px 8px;
  }
  .padding_top {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1100px) {
  .so1_l {
    width: 100%;
  }
  .so1_r {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    background: #919699 !important;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu > *:hover {
    background: #dcb46a !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  header {
    background: #eee;
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
  }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .head_top {
    padding: 0px;
  }
  .head_top::before {
    display: none;
  }
  .head_top .logo_text {
    display: none;
  }
  .head_top .top_r {
    display: none;
  }
  .head_bottom {
    margin-right: 50px;
  }
  .head_bottom .center {
    display: none;
  }
  .head_bottom .sousuo {
    display: none;
  }
  .head_bottom .button {
    display: none;
  }
  .padding_top {
    padding-top: 63.72px;
  }
  .index_banner .control_box {
    display: none;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 15px;
  }
  .big_title {
    font-size: 22px;
    line-height: 30px !important;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .big_title {
    text-align: center;
  }
  .index1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index1_list li {
    width: 32%;
  }
  .index1_list .title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 8px;
  }
  .index1_list .title::after {
    top: 7px;
  }
  .index1_list .describe {
    margin-top: 8px;
  }
  .index_back {
    margin-top: 30px;
  }
  .index2 {
    padding-bottom: 40px;
  }
  .index2 .r_box {
    float: none;
    width: calc(100% - 100px);
    margin: 0px auto;
  }
  .index2 .number_box {
    padding: 20px 20px;
    left: -12px;
    bottom: -12px;
  }
  .index2 .number_box .text {
    font-size: 16px;
    line-height: 24px;
  }
  .index2 .big_num {
    font-size: 32px;
    line-height: 22px;
    padding-top: 6px;
  }
  .index2 .big_num + p {
    font-size: 18px;
    line-height: 24px;
  }
  .index2_container .describe {
    margin-top: 6px;
  }
  .index2_container .describe1 {
    margin-top: 8px;
    gap: 5px;
  }
  .index3 {
    padding-bottom: 40px;
  }
  .index3 .title_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .index3_list {
    margin-top: 15px;
    gap: 20px 5%;
  }
  .index3_list li {
    width: 30%;
  }
  .index3_list .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .index4 {
    margin-top: 30px;
  }
  .index4 .l_box {
    padding: 30px 0px;
  }
  .index4 .describe {
    margin-top: 6px;
  }
  .index5 {
    padding: 40px 0px;
  }
  .index5 .sw_box {
    margin-top: 20px;
  }
  .index5 .logo {
    width: 32px;
  }
  .index5 .describe {
    margin-top: 12px;
  }
  .index5 .bottom {
    gap: 10px;
    margin-top: 8px;
  }
  .index5 .swiperindex5-pagination {
    margin-top: 20px;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6 .top {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .index6 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index6 .sw_box {
    margin-top: 15px;
  }
  .index6 .swiper-slide {
    gap: 20px;
  }
  .index7 {
    padding: 40px 0px;
  }
  .index7 .describe {
    font-size: 14px;
    margin-top: 4px;
  }
  .index7 .buttonBox {
    margin-top: 20px !important;
  }
  .index8 {
    padding: 40px 0px;
  }
  .index8_list {
    margin-top: 15px;
	gap: 20px 2%;
  }
  .index8_list li{
	  width: 32%;
  }
  .bannerBox {
    min-height: 230px;
  }
  .oo_title {
    font-size: 18px;
    line-height: 28px;
  }
  .oo_menu {
    font-size: 15px;
    line-height: 22px;
    gap: 5px 10px;
    margin-top: 20px;
  }
  .oo table td {
    padding: 4px 20px !important;
  }
  .oo1 {
    padding: 30px 0px 40px;
  }
  .oo1 .r_box {
    margin-top: 0px;
  }
  .oo1 .describe {
    margin-top: 8px;
  }
  .oo1 .title {
    padding-left: 20px;
    margin-top: 8px;
  }
  .oo1 .title::before {
    width: 10px;
    top: 8px;
  }
  .oo2 {
    padding: 40px 0px;
  }
  .oo2 .content {
    display: block;
    overflow: hidden;
  }
  .oo2 .l_box {
    margin-right: 4%;
    margin-bottom: 5px;
    float: left;
  }
  .oo2 .r_box {
    width: 100%;
    flex: none;
  }
  .oo2 .describe {
    margin-top: 8px;
  }
  .oo3 {
    padding-bottom: 40px;
  }
  .oo3 .l_box {
    padding-top: 0px;
  }
  .oo3 .describe {
    margin-top: 8px;
    padding-left: 20px;
  }
  .oo3 .describe em::before {
    width: 10px;
    top: 6px;
    left: -20px;
  }
  .oo3 .buttonBox {
    margin-top: 20px;
  }
  .oo4 {
    padding: 40px 0px;
  }
  .oo4 .describe {
    margin-top: 8px;
  }
  .oo4_list {
    margin-top: 15px;
  }
  .oo5 {
    padding: 40px 0px;
  }
  .oo5 .describe {
    margin-top: 8px;
  }
  .oo5_list {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .oo5_list li {
    padding: 20px 20px 50px;
    min-height: 190px;
  }
  .oo5_list .text {
    margin-top: 8px;
  }
  .oo5_list .number {
    font-size: 32px;
    line-height: 30px;
    bottom: 8px;
    right: 20px;
  }
  .oo6 {
    padding: 40px 0px;
  }
  .oo6_list {
    margin-top: 15px !important;
    gap: 20px 1.94933333%;
  }
  .banner_title {
    font-size: 24px;
    line-height: 36px;
  }
  .ot_menu {
    font-size: 18px;
    line-height: 24px;
    gap: 5px 10px;
    margin-top: 8px;
  }
  .ot_menu1 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
  }
  .ot1 {
    padding: 30px 0px 40px;
  }
  .ot1 .describe {
    margin-top: 8px;
  }
  .ot1 .sw_box {
    margin-top: 20px;
  }
  .ot_title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 8px !important;
  }
  .ot2 .describe {
    margin-top: 12px;
  }
  .ot2 .buttonBox {
    margin-top: 20px;
  }
  .ot2_container {
    margin-top: 20px;
  }
  .ot2_container .flex_box {
    gap: 20px 2%;
  }
  .ot2_container figure {
    width: 32%;
  }
  .ot2_list {
    margin-top: 20px;
    gap: 20px 1.47333333%;
  }
  .ot2_list li {
    padding: 20px 20px 26px;
  }
  .ot2_list .name {
    font-size: 16px;
    line-height: 26px;
  }
  .ot2_list .text {
    margin-top: 6px;
  }
  .ot3 {
    padding: 40px 0px;
  }
  .ot3 .describe {
    margin-top: 8px;
  }
  .ot3_list {
    margin-top: 20px;
  }
  .ot3_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .ot3_list > img {
    display: none;
  }
  .ot4 {
    padding-bottom: 40px;
  }
  .ot4_list {
    margin-top: 15px !important;
    gap: 20px 1.94933333%;
  }
  .oth_banner_title {
    font-size: 22px;
    line-height: 36px;
  }
  .oth1 {
    padding: 30px 0px 40px;
  }
  .oth1 .text {
    margin-top: 8px;
  }
  .oth1_container .describe {
    margin-top: 8px;
  }
  .oth1_container .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .oth1_container .title::before {
    top: 6px;
  }
  .oth1_container .describe1 {
    margin-top: 6px;
  }
  .oth1_container .buttonBox {
    margin-top: 20px;
  }
  .oth2 .content {
    gap: 20px 0px;
  }
  .oth2 .box {
    padding: 15px 30px 25px;
  }
  .oth2 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .oth2 .title::before {
    top: 7px;
    width: 9px;
    left: -16px;
  }
  .oth3 {
    padding: 40px 0px;
  }
  .oth3 .describe {
    line-height: 28px;
    margin-top: 12px;
  }
  .oth4 {
    padding: 40px 0px;
  }
  .oth4_list {
    margin-top: 20px;
  }
  .oth4_list li {
    padding: 15px 16px 20px;
  }
  .oth4_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .oth4_list .describe {
    margin-top: 8px;
    padding-left: 16px;
  }
  .oth4_list .describe em::before {
    left: -16px;
    top: 7px;
  }
  .oth4_list .num {
    font-size: 42px;
    line-height: 52px;
  }
  .oth5_container {
    margin-top: 15px;
  }
  .oth5_container .buttonBox {
    margin-top: 20px;
  }
  .oth6 {
    padding: 40px 0px;
  }
  .oth6 .buttonBox {
    margin-top: 20px;
  }
  .ofu1 {
    padding: 30px 0px 40px;
  }
  .ofu1 .l_box {
    padding: 0px;
  }
  .ofu1 .describe {
    margin-top: 8px;
  }
  .ofu1 .r_box {
    margin-left: 4%;
  }
  .ofu2 {
    padding: 40px 0px;
  }
  .ofu2 .content {
    gap: 20px;
  }
  .ofu2 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .ofu2 .r_box {
    padding-top: 0px !important;
  }
  .ofu2 .describe {
    margin-top: 8px;
  }
  .ofu2 .describe em {
    padding-left: 15px;
    line-height: 24px;
  }
  .ofu2 .describe em::before {
    width: 8px;
    top: 7px;
  }
  .ofu3 {
    padding: 40px 0px;
  }
  .ofu3 .describe {
    margin-top: 8px;
  }
  .ofu3 .buttonBox {
    margin-top: 15px;
  }
  .ofu3 figure {
    padding: 30px 30px 40px;
  }
  .ofu4 {
    padding-bottom: 40px;
  }
  .ofu4 .describe {
    margin-top: 8px;
  }
  .ofu5 {
    padding: 40px 0px;
  }
  .ofu5 .describe {
    margin-top: 8px;
  }
  .of .banner_text_of {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .of1 {
    padding: 30px 0px 40px;
  }
  .of1 .describe {
    margin-top: 8px;
  }
  .of1 .buttonBox {
    margin-top: 15px;
  }
  .of2 {
    padding: 40px 0px;
  }
  .of2 .r_box {
    padding-top: 0px;
  }
  .of2 .describe {
    margin-top: 8px;
  }
  .of3 .describe {
    margin-top: 8px;
  }
  .of4 {
    padding: 40px 0px;
  }
  .of4 .sw_box {
    margin-right: 15px;
  }
  .of4_r .title {
    font-size: 16px;
    line-height: 24px;
  }
  .of4_r .title::before,
  .of4_r .title::after {
    width: 8px;
    left: -16px;
    top: 8px;
  }
  .of4_r .top {
    padding: 12px 25px 10px;
  }
  .of4_container {
    margin-top: 20px;
  }
  .of5 {
    padding-bottom: 40px;
  }
  .of5 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .of5 .title::before {
    width: 8px;
    left: -16px;
    top: 8px;
  }
  .of5 figure {
    padding: 20px 30px 30px 40px;
  }
  .of5 .describe {
    margin-top: 8px;
  }
  .of5_container {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .of6 {
    padding: 40px 0px;
  }
  .os1 {
    padding: 20px 0px 40px;
  }
  .os1 .describe {
    margin-top: 8px;
  }
  .os1_container {
    padding: 30px;
  }
  .os1_container .big_num {
    font-size: 26px;
    line-height: 38px;
    padding-top: 8px;
  }
  .os1_container .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0px;
  }
  .os2 {
    padding-bottom: 40px;
  }
  .os2 .sw_box {
    margin-top: 20px;
  }
  .os2 .content {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .os2 .ot_title {
    width: 100%;
    flex: none;
  }
  .os3 {
    padding: 40px 0px;
  }
  .os3_menu {
    gap: 10px 8%;
  }
  .os3_container figure {
    padding: 20px 30px 40px;
  }
  .os3_img {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .os3_img li {
    width: 32%;
  }
  .os4 {
    padding: 40px 0px;
  }
  .os4 .back_img {
    display: none;
  }
  .os4_l {
    padding: 0px;
  }
  .os4_l .describe {
    margin-top: 8px;
  }
  .os4_r .links {
    padding: 10px;
  }
  .os4_r .l_box {
    gap: 15px;
  }
  .os5 {
    padding-bottom: 40px;
  }
  .os5 .describe {
    margin-top: 8px;
  }
  .ose1 {
    padding: 20px 0px 40px;
  }
  .ose1 .text {
    margin-top: 8px;
  }
  .ose1_container {
    margin-top: 20px;
    gap: 20px;
  }
  .ose1_container .describe {
    margin-top: 8px;
  }
  .ose1_container .title {
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
  }
  .ose1_container .title::before {
    width: 8px;
    top: 8px;
  }
  .ose1_container .buttonBox {
    margin-top: 15px;
  }
  .ose2_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .ose2_list li {
    width: 23.5%;
  }
  .ose3 {
    margin-top: 40px;
    padding: 40px 0px;
  }
  .ose3 .describe {
    margin-top: 8px;
  }
  .ose3 .buttonBox {
    margin-top: 15px;
  }
  .ose4 {
    padding: 40px 0px;
  }
  .ose4 .describe {
    margin-top: 8px;
  }
  .ose4 .title {
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
  }
  .ose4 .title::before {
    width: 8px;
    top: 8px;
  }
  .ose4 .buttonBox {
    margin-top: 15px;
  }
  .ose4 figure:nth-of-type(odd) .l_box {
    margin-right: 4%;
  }
  .ose4 figure:nth-of-type(even) .l_box {
    margin-left: 4%;
  }
  .ose5 {
    padding: 40px 0px;
  }
  .ose5 .describe {
    margin-top: 12px;
  }
  .ose5_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .ose5_list li {
    width: 23.5%;
  }
  .oe1 {
    padding: 20px 0px 40px;
  }
  .oe1 .title_text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
  }
  .oe1_container {
    margin-top: 15px;
  }
  .oe1_list {
    margin-top: 20px;
    gap: 15px 2%;
  }
  .oe1_list li {
    width: 32%;
  }
  .oe1_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .oe2 {
    padding: 40px 0px;
  }
  .oe2 .describe {
    margin-top: 8px;
  }
  .oe2 .describe em {
    padding-left: 20px;
  }
  .oe2 .describe em::before {
    top: 7px;
    width: 8px;
  }
  .oe3 {
    padding: 40px 0px;
  }
  .oe3 .describe,
  .oe3 .describe1 {
    margin-top: 8px;
  }
  .oe3 .ot_title {
    margin-top: 12px;
  }
  .oe4_container figure {
    padding: 30px;
  }
  .oe4_container .describe {
    margin-top: 8px;
  }
  .oe4_container .buttonBox {
    margin-top: 15px;
  }
  .oe4 {
    padding-bottom: 40px;
  }
  .oe4 .text {
    margin-top: 15px;
  }
  .on_banner_desccribe {
    font-size: 15px;
    line-height: 25px;
    margin-top: 12px;
  }
  .on1 {
    padding: 20px 0px 40px;
  }
  .on1 .text {
    margin-top: 8px;
  }
  .on1 .bottom_text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
  }
  .on1_container {
    margin-top: 20px;
    gap: 20px;
  }
  .on1_container .r_box {
    padding-left: 15px;
  }
  .on1_container .title {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
  }
  .on1_container .title::before {
    width: 8px;
    top: 7px;
    left: -15px;
  }
  .on1_container .describe {
    margin-top: 8px;
  }
  .to1 {
    padding: 20px 0px 40px;
  }
  .to1 .describe {
    margin-top: 8px;
  }
  .to1_container {
    margin-top: 20px;
  }
  .to1_container .r_box {
    margin-left: 5%;
  }
  .to2 {
    padding-bottom: 40px;
  }
  .to2 .describe {
    margin-top: 12px;
  }
  .to3 {
    padding: 40px 0px;
  }
  .to3_container {
    margin-top: 12px;
  }
  .to4 {
    padding: 40px 0px;
  }
  .to4 .describe {
    margin-top: 8px;
  }
  .to5 {
    padding: 40px 0px;
  }
  .to5 .to5_container {
    margin-top: 15px;
  }
  .to6 {
    padding-top: 40px;
  }
  .to7 {
    padding: 40px 0px;
  }
  .to7_container .l_box {
    padding-top: 0px;
  }
  .to7_container .describe {
    margin-top: 8px;
  }
  .tho1 {
    padding: 20px 0px 40px;
  }
  .tho1 .r_box {
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 4%;
  }
  .tho2 {
    padding-bottom: 40px;
  }
  .tho2 figure {
    padding: 20px 30px 30px;
  }
  .tho2 .describe {
    margin-top: 8px;
  }
  .tho3 {
    padding: 40px 0px;
  }
  .tho3 .sw_box {
    margin-top: 30px;
  }
  .tho3 .swiper_button {
    margin-top: 20px;
  }
  .tho3_container .describe em {
    font-size: 16px;
    line-height: 24px;
    margin: 4px 0px;
  }
  .tho3_container .describe em::before {
    width: 8px;
    top: 8px;
  }
  .tho4 {
    padding: 40px 0px;
  }
  .tho4 .describe1 {
    margin-top: 12px;
  }
  .tho4_container {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .tho4_container .r_box {
    width: 100%;
  }
  .tho4_container .l_box {
    width: 100%;
  }
  .tho5 {
    padding: 40px 0px;
  }
  .tho5 .describe {
    margin-top: 8px;
  }
  .tho6 {
    padding-bottom: 40px;
  }
  .tho6_list {
    margin-top: 20px;
  }
  .tho6_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tho6_list .title::before {
    width: 8px;
    top: 8px;
    left: -16px;
  }
  .tho6_list li {
    padding: 20px 30px 30px;
  }
  .tho7 {
    padding: 40px 0px;
  }
  .tho7_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .tho7_list li {
    width: 32%;
  }
  .tho7_list .title {
    font-size: 14px;
    line-height: 24px;
  }
  .fuo1 {
    padding: 20px 0px 40px;
  }
  .fuo1 .title a {
    -webkit-line-clamp: 1;
  }
  .fuo1 .describe {
    -webkit-line-clamp: 2;
  }
  .fuo2 {
    padding-bottom: 40px;
  }
  .fuo2_list {
    gap: 20px 2%;
  }
  .fuo2_list li {
    width: 32%;
  }
  .fuo2_list .title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .fut1 {
    padding: 20px 0px 40px;
  }
  .fut1 h1 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 4px;
  }
  .fut1 .share_box {
    margin-top: 8px;
  }
  .fut1 .describe {
    margin-top: 12px;
    padding-top: 12px;
  }
  .fo1 {
    padding: 40px 0px;
  }
  .fo_banner {
    padding: 0px;
  }
  .fo_banner .logo {
    height: 38px;
  }
  .fo_banner .num {
    margin-top: 0px;
  }
  .fo_banner .big_num {
    font-size: 26px;
    line-height: 38px;
    padding-top: 6px;
  }
  .fo_banner .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0px;
  }
  .big_title_fo {
    padding-bottom: 10px !important;
  }
  .fo2 {
    padding: 20px 0px 20px;
  }
  .fo2 .title {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo2 .describe {
    margin-top: 8px;
  }
  .fo3_container .number_box {
    padding: 20px 20px;
    right: 20px;
    bottom: 0;
  }
  .fo3_container .number_box .text {
    font-size: 16px;
    line-height: 24px;
  }
  .fo3_container .big_num {
    font-size: 32px;
    line-height: 22px;
    padding-top: 6px;
  }
  .fo3_container .big_num + p {
    font-size: 18px;
    line-height: 24px;
  }
  .fo3 {
    padding-bottom: 40px;
  }
  .fo3 .describe {
    margin-top: 60px;
  }
  .fo3 .buttonBox {
    margin-top: 20px;
  }
  .fo4 {
    padding: 40px 0px;
  }
  .fo4 .fo4_container {
    margin-top: 15px;
  }
  .fo5 {
    padding: 40px 0px;
  }
  .fo5_container {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .fo5_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .fo5_container .describe {
    margin-top: 4px;
  }
  .fo5_container .describe em::before {
    top: 6px;
  }
  .fo5_container figure {
    padding: 20px 20px 25px;
  }
  .fo6 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .fo6 .describe {
    margin-top: 4px;
  }
  .fo6 .describe em::before {
    top: 6px;
  }
  .fo6 figure:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .fo7 {
    padding: 30px 0px 40px;
  }
  .fo7 .content {
    gap: 15px;
  }
  .fo8 {
    padding-bottom: 40px;
  }
  .fo8 .describe {
    margin-top: 8px;
  }
  .fo8 .swiper_button {
    margin-top: 20px;
  }
  .fo9 {
    padding: 40px 0px;
  }
  .fo9 .title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 8px;
  }
  .fo9 .bottom {
    margin-top: 20px;
  }
  .fo10 {
    padding: 40px 0px;
  }
  .fo10 .describe {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .fo10_list {
    margin-top: 20px;
    gap: 15px 2%;
  }
  .fo10_list li {
    width: 23.5%;
  }
  .ft1 {
    padding: 20px 0px 40px;
  }
  .ft1 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ft1 .l_box {
    width: 100%;
  }
  .ft1 .l_box .describe {
    margin-top: 8px;
  }
  .ft1 .r_box {
    width: 100%;
    padding-top: 0px;
  }
  .ft1 .title {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 8px;
  }
  .ft1 .bottom {
    padding: 10px 8px 15px;
    gap: 4px;
  }
  .ft1 .ans {
    font-size: 15px;
  }
  .ft2_container {
    gap: 15px;
  }
  .ft2_container .title {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 8px;
  }
  .ft2_container .bottom {
    padding: 10px 8px 15px;
    gap: 4px;
  }
  .ft2_container .ans {
    font-size: 15px;
  }
  .so1 {
    padding: 20px 0px 40px;
  }
  .so1 .describe {
    line-height: 24px;
    margin-top: 4px !important;
  }
  .so1_r {
    padding-top: 30px;
  }
  .so1_l form {
    margin-top: 15px;
  }
  .contact_list {
    margin-top: 15px;
  }
  .so2 {
    padding-bottom: 40px;
  }
  .st_title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
  .st1 {
    padding: 20px 0px 40px;
  }
  .st1 .big_title {
    margin-top: 15px;
  }
  .st1_container {
    padding: 30px 20px;
  }
  .st1_container .logo {
    width: 46px;
  }
  .st1_container .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .st1_container .title {
    margin-top: 6px;
  }
  .st1_container .submit_box {
    margin-top: 15px;
  }
  .st2 {
    padding-bottom: 40px;
  }
  .st2 .describe {
    line-height: 24px;
    margin: 5px auto 0px;
  }
  .seo1 {
    padding: 20px 0px 40px;
  }
  .seo1 .describe {
    margin-top: 8px;
  }
  .page_change {
    margin-top: 12px !important;
    gap: 5px;
  }
  .page_change .logo {
    width: 32px;
  }
  .page_change section {
    gap: 6px;
    font-size: 14px;
    line-height: 24px;
  }
  .ot4_pub {
    padding: 40px 0px;
  }
  .buttonBox a {
    min-width: 140px !important;
    min-height: 38px !important;
    font-size: 14px !important;
    gap: 6px !important;
  }
  footer {
    padding: 30px 0px 45px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
  }
  .footer_a .logoBox {
    width: 160px;
  }
  .footer_a .center {
    flex: none;
    width: 100%;
    justify-content: center;
  }
  .footer_b {
    padding: 20px 0px 30px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_b > * {
    width: 100%;
    max-width: 100% !important;
  }
  .footer_b .box {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .footer_b .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_b .box .dif_footer::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer_b .dif_footer {
    padding-bottom: 4px;
  }
  .footer_b .dif_up {
    filter: brightness(0) invert(1);
    display: block;
  }
  .footer_b .list {
    line-height: 26px;
    margin-top: 6px;
  }
  .footer_b .logo {
    margin-top: 3px;
  }
  .footer_c {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .footer_c .l_box {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .footer_c .icBox {
    justify-content: center;
    width: 100%;
    gap: 6px 12px;
  }
  .swiper_button {
    gap: 8px;
  }
  .swiper_button div {
    width: 32px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 10px 14px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 76px;
  }
  .PageNumber .p_l {
    width: 50px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 28px;
    min-width: 120px;
  }
  .PageNumber .submit {
    gap: 6px;
  }
  .PageNumber .submit img {
    width: 16px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  .index1_list .box {
    padding: 8px 0px 0px;
  }
  .index1_list .title::after {
    display: none;
  }
  .index2 .r_box {
    width: calc(100% - 60px);
  }
  .index3_list {
    gap: 20px 2%;
  }
  .index3_list li {
    width: 32%;
  }
  footer .container {
    width: calc(100% - 40px);
  }
  header {
    padding: 8px 0px;
  }
  header .logoBox {
    width: 150px;
  }
  header .lang {
    margin-left: 0px;
  }
  .padding_top {
    padding-top: 49.27px;
  }
  .index4 .content {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .index4 .r_box {
    width: 100%;
    padding-bottom: 0px;
    max-width: 489px;
    margin: 0px auto;
  }
  .index4 .l_box {
    width: 100%;
    background: #f9f7f4;
  }
  .index4 .l_box::after {
    right: 50%;
    transform: translateX(50%);
  }
  .bannerBox .content {
    padding: 20px 0px 30px !important;
  }
  .oo6_list {
    gap: 20px 2%;
  }
  .oo6_list li {
    width: 32%;
  }
  .ot4_list {
    gap: 20px 2%;
  }
  .ot4_list li {
    width: 32%;
  }
  .oo2 .bofangBox img {
    width: 60px;
  }
  .ot2_list {
    gap: 20px 4%;
  }
  .ot2_list li {
    width: 48%;
  }
  .ot3_list {
    justify-content: flex-start;
    gap: 20px 5%;
    flex-wrap: wrap;
  }
  .ot3_list .logo {
    max-width: 100px;
  }
  .ot3_list li {
    max-width: 100%;
    width: 30%;
  }
  .oth3 .content {
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .oth3 figure {
    width: 49%;
  }
  .oth4_list {
    gap: 20px 2%;
  }
  .oth4_list li {
    width: 49%;
  }
  .tho3_container {
    gap: 20px;
  }
  .tho3_container .r_box {
    gap: 15px;
    width: 100%;
  }
  .tho3_container .bottom {
    padding-left: 20px;
  }
  .tho3_container .l_box {
    width: 100%;
  }
  .tho6_list {
    gap: 20px 2%;
  }
  .tho6_list li {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .fuo1 .l_box {
    width: 100%;
  }
  .fuo1 .r_box {
    flex: none;
    width: 100%;
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .index1_list {
    gap: 20px 2%;
  }
  .index1_list li {
    width: 49%;
    text-align: center;
  }
  .index1_list .title {
    padding-bottom: 0px;
  }
  .index1_list .title::before {
    display: none;
  }
  .index8_list .box {
    padding: 12px 15px;
  }
  .index8_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .oo1 .r_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .oo1 .l_box {
    margin-top: 15px;
  }
  .oo2 .l_box {
    float: none !important;
    margin: 0px !important;
    width: 100%;
  }
  .oo2 .r_box {
    margin-top: 15px;
  }
  .oo3 .imgs {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .oo3 .l_box {
    margin-top: 15px;
  }
  .oo4_list {
    gap: 20px 2%;
  }
  .oo4_list li {
    width: 49%;
  }
  .oo5_list li {
    width: 100%;
    min-height: auto;
  }
  .oo6_list {
    gap: 20px 2%;
  }
  .oo6_list li {
    width: 49%;
  }
  .ot4_list {
    gap: 20px 2%;
  }
  .ot4_list li {
    width: 49%;
  }
  .oth1_container .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .oth1_container .l_box {
    padding: 15px 25px 25px;
  }
  .oth2 figure {
    width: 100%;
  }
  .oth5_container .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .oth5_container .r_box {
    margin-top: 15px;
  }
  .oth6 .r_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .oth6 .l_box {
    margin-top: 15px;
  }
  .oth6 .describe {
    line-height: 26px;
    margin-top: 10px;
  }
  .ofu1 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .ofu1 .l_box {
    margin-top: 12px;
  }
  .ofu2 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .ofu2 .r_box {
    margin-top: 12px;
  }
  .ofu3 .content {
    gap: 20px 0px;
  }
  .ofu3 figure {
    width: 100%;
  }
  .of1 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .of1 .l_box {
    margin-top: 15px;
  }
  .of2 .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .of2 .r_box {
    margin-top: 12px;
  }
  .of3 .r_box {
    width: 100%;
    margin: 0px !important;
    float: none;
  }
  .of3 .l_box {
    margin-top: 12px;
  }
  .of4_container .sw_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .of4_r {
    margin-top: 15px;
  }
  .of4_r figure:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
  .of5_container figure {
    width: 100%;
  }
  .os1_container {
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .os1_container figure {
    width: 49%;
  }
  .os3_menu {
    gap: 4px 5%;
    flex-wrap: wrap;
  }
  .os3_menu li::before {
    display: none;
  }
  .os3_container {
    margin-top: 20px;
  }
  .os4_r {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .os4_l {
    margin-top: 12px;
  }
  .ose1_container .l_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .ose1_container .r_box {
    margin-top: 12px;
  }
  .ose2_list,
  .ose5_list {
    gap: 10px 2%;
  }
  .ose2_list li,
  .ose5_list li {
    width: 32%;
  }
  .ose3 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .ose3 .l_box {
    margin-top: 12px;
  }
  .ose4 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .ose4 .r_box {
    margin-top: 12px !important;
    padding-top: 0px !important;
  }
  .oe1_container .r_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .oe1_container .l_box {
    margin-top: 12px;
  }
  .oe1_list li {
    width: 49%;
  }
  .oe2 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .oe2 .l_box {
    margin-top: 12px;
  }
  .oe3 .r_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .oe3 .l_box {
    margin-top: 12px;
  }
  .oe4_container {
    gap: 15px 0px;
  }
  .oe4_container figure {
    width: 100%;
  }
  .on1_container .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .on1_container .r_box {
    margin-top: 12px;
  }
  .to3_container .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to3_container .l_box {
    margin-top: 12px;
  }
  .to5 .to5_container {
    flex-wrap: wrap;
    gap: 12px;
  }
  .to5 .r_box {
    width: 100%;
  }
  .to5 .l_box {
    width: 100%;
  }
  .tho2 .content {
    gap: 20px;
    flex-wrap: wrap;
  }
  .tho2 figure {
    width: 100%;
  }
  .tho4_list,
  .tho7_list {
    gap: 15px 2%;
  }
  .tho4_list li,
  .tho7_list li {
    width: 49%;
  }
  .tho6_list li {
    width: 100%;
  }
  .fuo2_list li {
    width: 49%;
  }
  .fo_banner {
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .fo_banner figure {
    width: 49%;
  }
  .fo2 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fo2 .l_box {
    margin-top: 12px;
  }
  .fo4 .l_box {
    float: none;
    margin: 0px;
    width: 100%;
  }
  .fo4 .r_box {
    margin-top: 12px;
  }
  .fo5_container figure {
    width: 100%;
  }
  .fo6 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fo6 .l_box {
    padding-top: 12px;
  }
  .fo8 .sw_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fo8 .content {
    padding-top: 12px;
  }
  .fo9 .top_box {
    width: 100%;
  }
  .fo9 .bottom_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fo9 .bottom_l {
    padding-top: 12px;
  }
  .fo10_list {
    gap: 15px 2%;
  }
  .fo10_list li {
    width: 32%;
  }
  .contact_list {
    gap: 10px 0px;
  }
  .contact_list .int {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .index3_list li {
    width: 49%;
  }
  .index2 .r_box {
    width: calc(100% - 40px);
  }
  .index2 .number_box {
    position: relative;
    margin-top: 15px;
    left: 0;
    bottom: 0;
  }
  .index8_list {
    gap: 20px 0px;
  }
  .index8_list li {
    width: 100%;
  }
  .head_bottom {
    margin-right: 38px;
  }
  .ot2_container figure {
    width: 49%;
  }
  .ot2_list li {
    width: 100%;
  }
  .oth3 figure {
    width: 100%;
  }
  .oth4_list li {
    width: 100%;
  }
  .os3_img {
    gap: 20px 2%;
  }
  .os3_img li {
    width: 49%;
  }
  .footer_b form {
    gap: 8px 0px;
  }
  .footer_b form input,
  .footer_b form textarea {
    font-size: 14px;
    padding: 0px 12px !important;
  }
  .footer_b form input {
    height: 36px;
  }
  .footer_b form .yzm {
    margin-right: 8px;
  }
  .footer_b form .yzm input {
    padding-right: 84px !important;
  }
  .footer_b form .yzm a,
  .footer_b form .yzm span {
    height: 36px;
  }
  .footer_b form .yz::before {
    left: 5px;
  }
  .to1_container .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to1_container .l_box {
    margin-top: 12px;
  }
  .fo3 .describe {
    margin-top: 15px;
  }
  .fo3_container {
    position: relative;
  }
  .fo3_container .number_box {
    position: relative;
    margin-top: 15px;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .so1_l form {
    gap: 10px 0px;
  }
  .so1_l form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .index1_list li {
    width: 100%;
  }
  .ose2_list li,
  .ose5_list li {
    width: 49%;
  }
  .tho4_list li,
  .tho7_list li {
    width: 100%;
  }
  .fuo2_list li {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .oo6_list li {
    width: 100%;
  }
  .ot4_list li {
    width: 100%;
  }
  .ot3_list {
    gap: 20px 4%;
  }
  .ot3_list li {
    width: 48%;
  }
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "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";
}
.index5 .sw_box .swiper-slide{
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index8 .buttonBox{
	justify-content: center;
	margin-top: 40px;
}
.index8_list .links{
	text-align: right;
	margin-top: 12px
}
.index8_list .links a{
	color: #ddbb7e;
}
.index8_list .links a:hover{
	text-decoration: underline;
	text-underline-offset: 4px;
}
@media screen and (max-width: 1450px){
	.index8 .buttonBox{
		margin-top: 25px;
	}
}
@media screen and (max-width: 600px) {
	.index8_list li{
		width: 49%;
	}
}
@media screen and (max-width: 380px) {
	.index8_list li{
		width: 100%;
	}
}


.ot1_list{
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	gap: 20px 1.949333333333333%;
}
.ot1_list li{
	width: 23.538%;
	position: relative;
}
.ot1_list .title{
	text-align: center;
	margin-top: 10px;
}
.ot1_list li .box{
	position: relative;
}
.ot1_list li img{
	width: 100%;
}
.ot1 .buttonBox a {
  border: 2px solid #fff;
  color: #fff;
}
.ot1 .buttonBox img {
  width: auto;
}
.ot1 .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 993px) {
  .ot1 li:hover .hide_box {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
	.ot1_list{
		gap: 20px 4%;
	}
	.ot1_list li{
		width: 48%;
	}
}

.bannerBox .content{
    display:none;
}

.oo2 .l_box,
.index2 .box,
.fo4 .l_box{
    overflow:hidden;
    position: relative;
}
.oo2 .l_box img,
.index2 .box img,
.fo4 .l_box img{
    opacity: 0;
}
.oo2 .l_box iframe,
.index2 .box iframe,
.fo4 .l_bo iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.oo2 .l_box video,
.index2 .box video,
.fo4 .l_box 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%;*/
  width: 100%;
  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) {
  .oo2 .l_box video,
  .index2 .box video,
  .fo4 .l_box video{
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

.ft2_container .title{
	display: flex;
	gap: 20px;
	align-items: center;
	cursor: pointer;
}
.ft2_container .bottom{
	display: none;
}
.ft2_container .title p{
	flex: 1;
}
.ft2_container .title .logo{
	width: 30px;
	aspect-ratio: 30/26;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ft2_container .title .logo img:nth-of-type(2){
	display: none;
}
.ft2_container figure.active .title .logo img:nth-of-type(1){
	display: none;
}
.ft2_container figure.active .title .logo img:nth-of-type(2){
	display: block;
}

.ot1 .describe a,.fut1 .describe a{
    color: #dcb46a;
}