@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: 30px;
  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: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 1px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 52px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #c2bdba;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #b1906b;
}
@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: #b1906b;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.rightMenu .go_top {
  margin-top: 31px;
  background: #333;
}
.rightMenu .go_top:hover {
  background: #b1906b;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #b1906b;
  right: 2.5%;
  top: 16px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  .nav {
    top: 15px;
  }
}
#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 {
  background-color: rgba(0, 0, 0, 0.5);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .container {
  width: calc(100% - 40px);
  max-width: 1643px;
  margin: 0px auto;
}
header .center {
  display: flex;
  align-items: center;
  margin-right: 144px;
}
header .logoBox {
  width: 256px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
}
header .logoBox img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
header .menuOne.active > a {
  color: #fff;
}
header .menuOne.active > a::before {
  opacity: 1;
}
header .menuOne.menuactive > a {
  color: #fff;
}
header .menuOne.menuactive > a::before {
  opacity: 1;
}
header .menuOne {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 78px;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 27px 0px 31px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 18px;
  aspect-ratio: 18/6;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  background: url("../images/head_la.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
header .menuOne > a:hover {
  color: #fff;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne .active > a {
  color: #956229;
}
header .menuOne .menuactive > a {
  color: #956229;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 215px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 1px;
}
header .ul div {
  background: rgba(245, 231, 237, 0.8);
}
header .ul li {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 6px 29px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #956229;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .head_top {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 0px 1px;
}
header .head_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 77px;
  min-height: 40px;
  background: transparent;
  border-radius: 20px;
  border: solid 1px #fff;
  overflow: hidden;
  gap: 10px;
  transition: 0.2s;
  padding: 2px 15px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover {
    background: #b1906b;
    border: 1px solid #b1906b;
  }
  header .lang .lang_box:hover .dq,
  header .lang .lang_box:hover .dq1 {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  header .lang .lang_box:hover span {
    color: #fff;
  }
}
header .lang .lang_box .dq1 {
  width: 10px;
  transition: 0.2s;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  transition: 0.2s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #b1906b;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #b1906b;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #b1906b;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .head_boxr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .sousuo {
  margin-right: 50px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 24px;
}
header .sousuo .search:hover {
  color: #b1906b !important;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #b1906b;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #b1906b;
}
.head_button a {
  display: flex;
  min-width: 136px;
  min-height: 44px;
  background-color: #ffffff;
  border-radius: 22px;
  padding: 4px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}
.head_button a:hover {
  background: #b1906b;
  color: #fff;
}
.fyhead {
  background: #fff;
}
.fyhead .logoBox img:nth-of-type(2) {
  opacity: 1;
}
.fyhead .logoBox img:nth-of-type(1) {
  opacity: 0;
}
.fyhead .head_button a {
  background: #b1906b;
  border: 1px solid #b1906b;
  color: #fff;
}
.fyhead .head_button a:hover {
  background: #fff;
  color: #b1906b;
}
.fyhead .lang .lang_box {
  border: 1px solid #333;
}
.fyhead .lang .lang_box span {
  color: #333;
}
.fyhead .lang .lang_box .dq1 {
  filter: brightness(0);
  opacity: 0.8;
}
.fyhead .sousuo .search {
  color: #333;
}
.fyhead .menuOne {
  color: #333;
}
.fyhead .menuOne > a {
  color: #333;
}
.fyhead .menuOne > a::before {
  background: url("../images/head_lb.png") no-repeat center;
  background-size: cover;
}
.fyhead .menuOne > a:hover {
  color: #b1906b;
}
.fyhead .menuOne.active > a,
.fyhead .menuOne.menuactive > a {
  color: #b1906b;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 52px;
  gap: 9px;
  color: #1e1e1e;
  border: 1px solid #83786d;
  font-family: SofiaPro;
  padding: 4px 20px;
}
.buttonBox a:hover {
  background: #b1906b;
  border: 1px solid #b1906b;
  color: #fff;
}
.buttonBox a:hover img {
  filter: brightness(0) invert(1);
}
.buttonBox span {
  transition: 0s;
}
.buttonBox img {
  transition: 0.2s;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  overflow: hidden;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 4.8%;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .big_title {
  color: #fff;
  text-align: center;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 73px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 36px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #b1906b;
  color: #fff;
  border: 1px solid #b1906b;
}
.PageNumber .no:hover{
  border: solid 1px #e5e5e5;
  background-color: #fff;
  color: #333;
}
.PageNumber .active {
  background: #b1906b;
  color: #fff;
  border: 1px solid #b1906b;
}
.PageNumber .p_f {
  width: 79px;
}
.PageNumber .p_l {
  width: 61px;
}
.PageNumber input {
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #b1906b;
  border: 1px solid #b1906b;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 11px;
}
.PageNumber input:hover {
  background: #fff;
  color: #b1906b;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-start;
}
.PageNumber .submit img {
  margin-top: 4px;
}
.padding_top {
  padding-top: 94px;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  height: 100vh;
  position: relative;
}
.index_banner .swiper-slide img {
  max-width: initial;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: relative;
  height: 2px;
  background: rgba(210, 210, 210, 0.3);
}
.index_banner .container {
  width: 45%;
  max-width: 357px;
}
.index_banner .controls_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 50px;
  display: flex;
  justify-content: flex-end;
}
.index_banner .swiper-pagination-progressbar-fill {
  background: #fff;
}
.index_banner .swiperbanner_pagination_number {
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #f6f5f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1px;
}
.index_banner .swiperbanner_pagination_number div {
  display: flex;
  align-items: center;
}
.index_banner .swiperbanner_pagination_number span {
  display: block;
}
.index_banner .swiperbanner_pagination_number .total {
  opacity: 0.6;
}
.index1_title {
  font-family: SofiaPro-SemiBold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #333333;
}
.index1_title a {
  color: #333;
}
.index1_title a:hover {
  color: #b1906b;
}
.index1_title em {
  display: inline;
  color: #b1906b;
  font-style: normal;
}
.index1 {
  background: url("../images/index1_back.jpg") no-repeat center;
  background-size: cover;
}
.index1_over {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 90px 0px 100px;
}
.index1_container {
  width: 60%;
  max-width: 709px;
  margin-top: 45px;
  margin-left: 9.66%;
}
.index1_container .describe {
  line-height: 32px;
  color: #666;
}
.index1_container .swiper_button {
  margin-top: 64px;
}
.index1_sw_box {
  margin-top: 24px;
}
.index1_sw_box .mySwiperindex1 {
  margin: 0;
  height: 0;
  padding-top: 38.714%;
  overflow: initial;
}
.index1_sw_box .swiper-wrapper {
  align-items: flex-end;
}
.index1_sw_box .swiper-slide {
  height: auto;
  width: 44%;
  margin-right: 2.286%;
  transition: 0.4s ease transform, 0.4s ease width;
}
.index1_sw_box .swiper-slide-next {
  width: 53.715%;
}
.index1_sw_box .swiper-slide-next .links {
  opacity: 1;
  pointer-events: all;
}
.index1_sw_box .swiper-slide-next .title {
  left: 0;
  transform: translate(0%, -50%);
  padding-left: 29px;
}
.index1_sw_box .imgBox {
  position: relative;
}
.index1_sw_box .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/index1_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.index1_sw_box .title {
  font-family: SofiaPro-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  padding: 0px 80px;
  transition: 0.3s;
}
.index1_sw_box .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_sw_box .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index1_sw_box .hide_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 11px 12px;
  display: flex;
  justify-content: flex-end;
}
.index1_sw_box .links {
  width: 52px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #b1906b;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.index1_sw_box .links img {
  filter: brightness(0) invert(1);
  width: auto;
  transition: 0.2s;
}
.index1_sw_box .links:hover {
  background: #fff;
}
.index1_sw_box .links:hover img {
  filter: none;
}
.big_title {
  font-family: SofiaPro-SemiBold;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #b1906b;
}
.big_title span {
  display: inline;
  transition: 0s;
}
.big_title img {
  display: inline-block;
  vertical-align: middle;
}
.index2 {
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
}
.index2_over {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 81px 0px 117px;
  position: relative;
  z-index: 1;
}
.index2_over .back_img {
  width: 81%;
  max-width: 1555px;
  position: absolute;
  left: 50%;
  bottom: 3.5%;
  transform: translateX(-50%);
  z-index: -1;
}
.index2_over .logo {
  width: 71px;
  margin: 0px auto;
}
.index2_over .text {
  text-align: center;
  font-family: SofiaPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #67813f;
}
.index2_over .big_title {
  width: 100%;
  max-width: 650px;
  margin: 20px auto 0px;
  text-align: center;
}
.index2_over .buttonBox {
  justify-content: center;
  margin-top: 45px;
}
.index2_over .buttonBox a {
  min-width: 200px;
}
.index2_container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 77px;
}
.index2_l {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.index2_l .container {
  width: calc(100% - 90px);
  max-width: 700px;
  padding-right: 58px;
}
.index2_l .title {
  font-family: SofiaPro;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
}
.index2_l .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index2_l .title a:hover {
  color: #b1906b;
}
.index2_l .box {
  width: 100%;
  max-width: 550px;
  display: none;
}
.index2_l .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 40px;
}
.index2_l .sw_box {
  flex: 1;
  max-width: 350px;
  width: 25%;
}
.index2_l .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 78px;
  gap: 20px;
}
.index2_l .swiperindex2-pagination {
  font-family: SofiaPro-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999;
  padding-bottom: 4px;
}
.index2_l .swiperindex2-pagination .active {
  color: #1e1e1e;
}
.index2_l .controls_box {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-top: 6px;
}
.index2_l .swiper_button {
  min-width: 76px;
}
.index2_r {
  width: 50%;
  margin-top: 3px;
}
.index3 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 81px 0px 99px;
}
.index3 .big_title {
  text-align: center;
}
.index3 .sw_box {
  padding: 0px 30px;
  margin-top: 63px;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0px 102px;
}
.index4 .big_title {
  text-align: center;
}
.index4 .describe {
  text-align: center;
  line-height: 28px;
  color: #666;
  width: 100%;
  max-width: 880px;
  margin: 17px auto 0px;
}
.index4 .buttonBox {
  justify-content: center;
  margin-top: 46px;
}
.index4 .buttonBox a {
  min-width: 220px;
}
.index4_list {
  display: flex;
  gap: 6px;
  margin-top: 71px;
}
.index4_list li {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 993px) {
  .index4_list li:hover {
    flex: 2.75;
  }
}
.index4_list .index4_img {
  width: 560px;
  max-width: none;
}
.index4_list .logo {
  width: 72px;
}
.index4_list .title {
  font-family: SofiaPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fbf6f2;
  margin-top: 10px;
}
.index4_list .title a {
  color: #fbf6f2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index4_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index4_list .hide_box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px 22px;
}
.index5 {
  padding: 69px 0px 0px;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.index5 .big_title {
  text-align: center;
}
.index5 .text {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.index5_list {
  display: flex;
  margin-top: 45px;
}
.index5_list li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 993px) {
  .index5_list li:hover {
    flex: 2.82;
  }
}
.index5_list .index5_img {
  width: 930px;
  max-width: none;
}
.index6 {
  background: url("../images/index6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 90px 0px 102px;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
}
.index6::before {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 300px;
  height: 100%;
  z-index: 5;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #fff 46%, transparent);
}
.index6::after {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 300px;
  height: 100%;
  z-index: 5;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, transparent 0%, #fff 54%);
}
.index6 .big_title {
  text-align: center;
}
.index6_container {
  width: calc(100% - 100px);
  margin: 59px auto 0px;
  max-width: 1692px;
}
.index6_container .swiper-slide {
  width: 196px;
}
.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  padding: 125px 0px 114px;
}
.index7 .container {
  width: 66%;
  max-width: 730px;
}
.index7 .big_title {
  color: #fff;
}
.index7 .big_title a {
  color: #fff;
}
.index7 .big_title a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index7 .describe {
  line-height: 32px;
  color: #fff;
  margin-top: 20px;
}
.index7 .buttonBox {
  margin-top: 56px;
}
.index7 .buttonBox a {
  background: #fff;
  border: 1px solid #fff;
}
.index7 .buttonBox a:hover {
  background: #b1906b;
}
.index8 {
  background: url("../images/index8_back.jpg") no-repeat center;
  background-size: cover;
  padding: 96px 0px 107px;
  overflow: hidden;
}
.index8 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.index8 .text {
  color: #666;
  line-height: 32px;
  flex: 1;
  max-width: 873px;
}
.index8 .swiper_button {
  margin-top: 46px;
}
.index8 .l_box {
  width: 80%;
  max-width: 420px;
}
.index8 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index8 .container {
  position: relative;
  transition: 0.3s;
  opacity: 0;
}
.index8 .hide_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  max-width: 380px;
  background-color: rgba(249, 249, 249, 0.9);
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, 0.06);
  padding: 34px 29px 40px;
  transition: 0.3s;
}
.index8 .title {
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.index8 .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;
}
.index8 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index8 .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  margin-top: 6px;
}
.index8 .describe {
  color: #666;
  transition: 0.3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 21px;
}
.index8 .sw_box {
  margin-top: 71px;
}
.index8 .swiper-slide-visible {
  pointer-events: all;
}
.index8 .swiper-slide-visible .container {
  opacity: 1;
}
@media screen and (min-width: 993px) {
  .index8 .swiper-slide:hover .hide_box {
    background: #b1906b;
    box-shadow: none;
  }
  .index8 .swiper-slide:hover .title {
    color: #fff;
  }
  .index8 .swiper-slide:hover .title a {
    color: #fff;
  }
  .index8 .swiper-slide:hover .describe {
    color: #fff;
  }
  .index8 .swiper-slide:hover .time {
    color: #fff;
  }
}
.mbx {
  color: #666;
  padding-top: 15px;
}
.mbx a {
  display: inline;
  color: #666;
}
.mbx a:hover {
  color: #b1906b;
}
.mbx .active {
  color: #b1906b;
}
.to1 {
  padding: 73px 0px 100px;
}
.to1 .content {
  display: flex;
  flex-wrap: wrap;
}
.to1_container {
  flex: 1;
  margin-left: 6.072%;
}
.to1_top .title {
  font-family: SofiaPro-SemiBold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.to1_top .title span {
  display: inline;
  color: #b1906b;
}
.to1_top .describe {
  color: #666;
  line-height: 26px;
  margin-top: 25px;
}
.to1_form {
  margin-top: 42px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 3.368%;
}
.to1_list li {
  width: 31.008%;
}
.to1_list .imgBox {
  border: 1px solid #eee;
}
.to1_list .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #111111;
  margin-top: 24px;
}
.to1_list .title a {
  color: #111;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.to1_list .title a:hover {
  color: #b1906b;
}
.to1_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  color: #666;
  margin-top: 7px;
}
.to1_list .links {
  color: #111;
}
.to1_list .links:hover {
  color: #b1906b;
}
.to1_list .input_links {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 19px;
}
.to1_list .input_box {
  position: relative;
}
.to1_list .input_box input {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.to1_list .input_box span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #dcdcdc;
  pointer-events: none;
}
.to1_list .input_box input:checked {
  opacity: 1;
}
.to1_list .input_box:hover span {
  border: 1px solid #b1906b;
}
.pub_menu {
  width: 22%;
  max-width: 283px;
  padding-top: 3px;
}
.pub_menu .menu_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #111111;
  font-family: SofiaPro-SemiBold;
  gap: 20px;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 27px;
}
.pub_menu .menu_all .down {
  display: none;
}
.pub_menu_list1 > li {
  border-bottom: 1px solid #dcdcdc;
  padding: 13px 0px 15px;
}
.pub_menu_list1 .down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.pub_menu_list1 .down img:nth-of-type(2) {
  display: none;
}
.pub_menu_list1 .list1_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.pub_menu_list1 .list1_box p {
  flex: 1;
}
.pub_menu_list1 .list1_box a {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #111111;
}
.pub_menu_list1 .list1_box a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pub_menu_list1 .list1_box.active a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pub_menu_list1 .list1_box.active .down img:nth-of-type(1) {
  display: none;
}
.pub_menu_list1 .list1_box.active .down img:nth-of-type(2) {
  display: block;
}
.pub_menu_list2 {
  padding: 17px 28px 15px;
}
.pub_menu_list2 > li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 6px;
}
.pub_menu_list2 > li > a {
  color: #666;
  position: relative;
}
.pub_menu_list2 > li > a::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #b1906b;
  position: absolute;
  left: -28px;
  top: 10px;
  transition: 0.3s;
  opacity: 0;
}
.pub_menu_list2 > li > a:hover {
  color: #b1906b;
}
.pub_menu_list2 > li:nth-of-type(1) {
  margin-top: 0px !important;
}
.pub_menu_list2 .active {
  color: #b1906b;
}
.pub_menu_list2 .active::before {
  opacity: 1;
}
.pub_menu_list3 {
  padding: 12px 19px 10px;
  display: none;
}
.pub_menu_list3 li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 10px;
}
.pub_menu_list3 li a {
  color: #666;
}
.pub_menu_list3 li a:hover {
  color: #b1906b;
}
.pub_menu_list3 li:nth-of-type(1) {
  margin-top: 0px !important;
}
.pub_menu_list3 .active {
  color: #b1906b;
}
.pub_menu_box2 {
  margin-top: 46px;
}
.pub_menu_box2 .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
  margin-top: 20px;
}
.pub_menu_box2 a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 12px;
}
.pub_menu_box2 a:hover {
  background: #f6f2ed;
  color: #b1906b;
}
.pub_menu_box2 .active {
  background: #f6f2ed;
  color: #b1906b;
}
.tt1 {
  padding: 83px 0px 69px;
}
.tt1 .clear {
  display: none;
}
.tt1 .content {
  display: flex;
  justify-content: space-between;
}
.tt1 .sw_box1 {
  width: 83.695%;
  margin-left: 0px;
  position: relative;
  z-index: 2;
  border: 1px solid #eeeeee;
}
.tt1 .r_box {
  width: 49.5%;
  max-width: 693px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tt1 .box {
  width: 100%;
  position: relative;
}
.tt1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tt1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt1 .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .tt1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tt1 .mySwipertt1_2 {
  width: 100%;
  height: 91.739%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.tt1 .mySwipertt1_2 .swiper-slide {
  overflow: hidden;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.tt1 .sw_box {
  position: absolute;
  right: 2px;
  top: 0;
  width: 13.853%;
  height: 100%;
}
.tt1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
}
.tt1 .pic-btn img {
  opacity: 0.6;
}
.tt1 .pic-btn:hover img {
  opacity: 1;
}
.tt1 .pic-btn.prev {
  top: 4px;
}
.tt1 .pic-btn.next {
  bottom: 4px;
}
.tt_title {
  font-family: SofiaPro-SemiBold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.tt1_l {
  width: 45.75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.85% 0px 2.4%;
  gap: 30px;
}
.tt1_l .title {
  font-family: SofiaPro-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 56px;
}
.tt1_l .describe {
  margin-top: 32px;
  color: #666;
}
.tt1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tt1_l .buttonBox {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.tt1_l .buttonBox a {
  border: 1px solid #877e74;
  color: #1e1e1e;
}
.tt1_l .buttonBox a:hover {
  color: #fff;
  border: 1px solid #b1906b;
}
.tt2 .describe {
  color: #666;
  margin-top: 23px;
}
.tt2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999999;
  opacity: 0.6;
  border-radius: 50%;
  display: block;
  margin: 0px !important;
  position: relative;
}
.tt2 .swiper-pagination-bullet::before {
  content: "";
  width: 0px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #b1906b;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
}
.tt2 .swipertt2-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  bottom: 0;
  position: relative;
  margin-top: 34px;
}
.tt2 .swiper-pagination-bullet-active {
  background: #b1906b;
  opacity: 1;
}
.tt2 .swiper-pagination-bullet-active::before {
  width: 18px;
  opacity: 1;
}
.tt2 .sw_box {
  margin-top: 30px;
}
.tt .table table {
  color: #666;
}
.tt .table table td {
  border: 1px solid #e5e2df;
  background: #fcfcfc;
  padding: 10px 30px;
}
.tt .table table tr:nth-of-type(odd) td {
  background: #f5f1ed;
  border: none;
  border-left: 1px solid #e5e2df;
}
.tt .table table tr:nth-of-type(odd) td:nth-of-type(1) {
  border-left: none;
}
.tt3 {
  margin-top: 52px;
}
.tt3 .describe {
  margin-top: 39px;
}
.tt4 {
  margin-top: 49px;
}
.tt4_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px 0px;
  margin-top: 42px;
}
.tt4_list li {
  width: 48%;
  padding-left: 48px;
}
.tt4_list .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
.tt4_list .title::before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url("../images/tt4_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -48px;
  top: 0;
}
.tt4_list .describe {
  color: #666;
  margin-top: 11px;
}
.tt5 {
  margin-top: 71px;
}
.tt5 .content {
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
  gap: 5%;
}
.tt5 .tt5_l {
  flex: 1;
}
.tt5 .text {
  color: #666;
  margin-top: 23px;
}
.tt5 .buttonBox {
  margin-top: 62px;
}
.tt5_r {
  width: 55.215%;
  padding-top: 3px;
}
.tt5_r figure {
  padding: 22px 10px 24px;
  border-top: 1px solid #dbd8d5;
}
.tt5_r figure:nth-last-of-type(1) {
  border-bottom: 1px solid #dbd8d5;
}
.tt5_r .top {
  padding-left: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.tt5_r .l_box {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.tt5_r .title {
  flex: 1;
}
.tt5_r .logo {
  width: 21px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt5_r .logo img:nth-of-type(2) {
  display: none;
}
.tt5_r .describe {
  color: #666;
}
.tt5_r .bottom {
  padding: 0px 22px;
  width: calc(100% - 50px);
  max-width: 670px;
  margin-top: 19px;
  display: none;
}
.tt5_r .active .logo img:nth-of-type(1) {
  display: none;
}
.tt5_r .active .logo img:nth-of-type(2) {
  display: block;
}
.tt6 {
  padding: 81px 0px 89px;
}
.tt6 .title {
  font-family: SofiaPro-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #111111;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 27px;
}
.tt6 .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
  margin-top: 20px;
}
.tt6 a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 12px;
}
.tt6 a:hover {
  background: #f3eee9;
  color: #b1906b;
}
.tt6 .active {
  background: #f6f2ed;
  color: #b1906b;
}
.tho1 {
  padding: 70px 0px 100px;
}
.tho1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.tho1 .text {
  color: #666;
  line-height: 32px;
  flex: 1;
  max-width: 873px;
  margin-top: 11px;
}
.tho1 .top_l {
  padding-top: 8px;
}
.tho1 .PageNumber {
  margin-top: 66px;
}
.tho1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 33px;
}
.tho1_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  min-height: 46px;
  background-color: #f5f1ed;
  border-radius: 23px;
  color: #1e1e1e;
  padding: 4px 20px;
}
.tho1_menu a:hover {
  background: #b1906b;
  color: #fff;
}
.tho1_menu .active {
  color: #fff;
  background: #b1906b;
}
.tho1_list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 38px 2.213%;
}
.tho1_list li {
  width: 31.858%;
}
.tho1_list .box {
  position: relative;
}
.tho1_list .title {
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
}
.fuo1 {
  padding: 83px 0px 94px;
}
.fuo1 .content {
  overflow: hidden;
}
.fuo1 .l_box {
  width: 52.858%;
  float: left;
  margin-right: 3.358%;
  margin-bottom: 5px;
  position: relative;
}
.fuo1 .tt_title {
  display: flex;
  border-bottom: 1px solid #b1906b;
  padding-bottom: 21px;
}
.fuo1 .tt_title span {
  display: inline;
  color: #b1906b;
}
.fuo1 .r_box {
  padding-top: 12px;
}
.fuo1 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 41px;
}
.fuo1 .describe p {
  padding-left: 50px;
  display: flex;
}
.fuo1 .describe strong {
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fuo1 .describe em {
  font-style: normal;
  display: block;
  position: relative;
}
.fuo1 .describe em::before {
  content: "";
  width: 44px;
  aspect-ratio: 44/40;
  position: absolute;
  left: -50px;
  top: -4px;
  background: url("../images/fuo1_lb.png") no-repeat center;
  background-size: cover;
}
.fuo2 {
  background: url("../images/fuo2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 78px 0px 100px;
}
.fuo2 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.fuo2 .buttonBox {
  margin-top: 67px;
}
.fuo2 .buttonBox a {
  min-width: 200px;
}
.fuo2 .text {
  line-height: 32px;
  color: #666;
  flex: 1;
  max-width: 1009px;
  margin-top: 11px;
}
.fuo2 .text em {
  font-style: normal;
  color: #b1906b;
}
.fuo2_container {
  margin-top: 63px;
}
.fuo3 {
  padding: 78px 0px 100px;
}
.fuo3 .index1_title {
  text-align: center;
}
.fuo3_container {
  z-index: 1;
  margin: 48px auto 0px;
  width: calc(100% - 80px);
  position: relative;
}
.fuo3_container .box {
  position: relative;
  overflow: hidden;
}
.fuo3_container .sw_box {
  width: 46%;
  max-width: 280px;
  margin: 10px auto 0px;
}
.fuo3_container .sw_box::before {
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
  border-bottom: 1px solid #b1906b;
  position: absolute;
  z-index: -1;
}
.fuo3_container .sw_box .swiper {
  overflow: initial;
}
.fuo3_container .sw_box .swiper-slide {
  position: relative;
  padding-top: 22px;
  z-index: 1;
}
.fuo3_container .sw_box .swiper-slide::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: #b1906b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.fuo3_container .sw_box .swiper-slide::after {
  content: "";
  position: absolute;
  width: 0px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0px 6px 12px 0px rgba(222, 177, 127, 0.46);
  border: solid 1px #b1906b;
  background: #fff;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
}
.fuo3_container .sw_box .swiper-slide-active::after {
  width: 30px;
  opacity: 1;
}
.fuo3_container .year {
  text-align: center;
  font-family: SofiaPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #b1906b;
}
.fuo3_container .sw_box1 {
  width: 100%;
  max-width: 1091px;
  margin: 51px auto 0px;
  padding: 0px 10px 10px;
  overflow: hidden;
}
.fuo3_container .sw_box1 .swiper {
  overflow: initial;
}
.fuo3_container .sw_box1 .swiper-slide {
  background: #b1906b;
  position: relative;
  padding: 53px 40px 56px;
  min-height: 227px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuo3_container .sw_box1 .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: -9px;
  bottom: -10px;
  background-color: #b1906b;
  opacity: 0.16;
}
.fuo3_container .describe {
  width: 100%;
  max-width: 672px;
  margin: 0px auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.fuo3_container .controls_box div:nth-of-type(1) {
  left: -38px;
  transform: translateX(-100%);
}
.fuo3_container .controls_box div:nth-of-type(2) {
  right: -38px;
  transform: translateX(100%);
}
.fuo3_container .controls_box div {
  width: 54px;
  border-radius: 50%;
  background: #f5f1ed;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: -9px;
}
.fuo3_container .controls_box div:hover {
  background: #b1906b;
}
.fuo3_container .controls_box div:hover img {
  filter: brightness(0) invert(1);
}
.fuo3_container .controls_box img {
  transition: 0.2s;
}
.fuo4 {
  background: url("../images/fuo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 81px 0px 0px;
}
.fuo4 .index1_title {
  max-width: 330px;
  line-height: 50px;
}
.fuo4 .index1_title span {
  display: inline;
  color: #b1906b;
}
.fuo4 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.fuo4 .text {
  color: #666;
  line-height: 32px;
  flex: 1;
  max-width: 943px;
  margin-top: 8px;
}
.fuo4 .swiper_button {
  margin-top: 46px;
}
.fuo4 .sw_box {
  margin-top: 42px;
}
.fuo4 .swiper-slide:nth-of-type(odd) {
  margin-top: 30px;
}
.fuo5 {
  padding: 80px 0px 100px;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.fuo5 .big_title {
  text-align: center;
}
.fuo5 .text {
  margin-top: 12px;
  text-align: center;
  color: #b1906b;
}
.fuo5_list {
  display: flex;
  margin-top: 45px;
  gap: 10px;
}
.fuo5_list .hide_box {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 22px 27px;
  transition: 0.3s;
  opacity: 0;
}
.fuo5_list .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #fbf6f2;
}
.fuo5_list li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  position: relative;
}
.fuo5_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 333px;
  position: absolute;
  z-index: 1;
  background: url("../images/fuo5_back.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .fuo5_list li:hover {
    flex: 2.91;
  }
  .fuo5_list li:hover .hide_box {
    opacity: 1;
  }
  .fuo5_list li:hover::before {
    opacity: 1;
  }
}
.fuo5_list .index5_img {
  width: 929px;
  max-width: none;
}
.fuo6 {
  background: url("../images/fuo6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 78px 0px 99px;
}
.fuo6 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.fuo6 .text {
  color: #666;
  line-height: 32px;
  flex: 1;
  max-width: 943px;
  margin-top: 11px;
}
.fuo6 .swiper_button {
  margin-top: 54px;
}
.fuo6 .sw_box {
  margin-top: 106px;
}
.fut_back {
  background: url('../images/fut1_back.jpg') no-repeat center;
  background-size: cover;
}
.fut1 {
  padding: 71px 0px 80px;
}
.fut1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fut1_l {
  width: 38.715%;
}
.fut1_l .imgBox {
  margin-top: 59px;
}
.fut1_r {
  width: 56.858%;
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 40px 0px 19px;
  display: flex;
  flex-direction: column;
  gap: 44.5px;
}
.fut1_r::before {
  content: '';
  border-left: 1px solid #f5e9dc;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: -1;
  height: 100%;
}
.fut1_r figure {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
.fut1_r .r_box {
  width: 55%;
  padding-top: 8px;
}
.fut1_r .l_box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex: 1;
}
.fut1_r .describe {
  line-height: 28px;
  color: #666;
}
.fut1_r .logo {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.fut1_r .title {
  font-family: SofiaPro-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  padding-top: 4px;
}
.fut2 {
  background: #f6f3ef;
  padding: 90px 0px 0px;
  position: relative;
  z-index: 1;
}
.fut2 .back_img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.fut2_container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 0px;
}
.fut2_menu {
  display: flex;
  align-items: flex-start;
  gap: 5.1%;
}
.fut2_menu .title {
  font-family: SofiaPro-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 7px;
}
.fut2_menu .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
}
.fut2_menu .list a {
  color: #666;
  border-radius: 22px;
  background: #fff;
  padding: 7px 24px;
}
.fut2_menu .list a:hover {
  color: #fff;
  background: #b1906b;
}
.fut2_menu .list .active {
  color: #fff;
  background: #b1906b;
}
.fut2_box {
  overflow: hidden;
  margin-top: 66px;
}
.fut2_box .describe {
  line-height: 32px;
  color: #666;
  margin-top: 47px;
}
.fut2_box .content {
  padding: 3.55% 0px 5%;
}
.fut2_box .buttonBox {
  margin-top: 67px;
}
.fut2_l {
  width: 45.625%;
  position: relative;
  float: left;
  margin-right: 5.65%;
}
.fut2_l .l_box {
  width: 80.366%;
}
.fut2_l .r_box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38.128%;
}
.fut3 {
  padding: 181px 0px 0px;
}
.fut3 .text {
  color: #666;
  margin-top: 16px;
}
.fut3_container {
  width: 95%;
  max-width: 1774px;
  margin: 80px auto 0px;
}
.fut4 {
  padding: 81px 0px 86px;
  background: #f6f3ef;
}
.fut4 .text {
  color: #b1906b;
  margin-top: 12px;
}
.fut4 .top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fut4 .top_l {
  flex: 1;
}
.fut4 .title {
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
}
.fut4 .sw_box {
  margin-top: 78px;
}
.fut4 .swiper-slide:nth-of-type(even) {
  margin-top: 30px;
}
.futh_back {
  position: relative;
  z-index: 1;
}
.futh_back .back_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: 865px;
  max-height: 100%;
  z-index: -1;
  overflow: hidden;
}
.futh_back .back_img img {
  max-height: 100%;
}
.futh1 {
  padding: 83px 0px 100px;
}
.futh1 .fut2_menu .list a {
  background: #f6f3ef;
}
.futh1 .fut2_menu .list a:hover {
  background: #b1906b;
}
.futh1 .fut2_menu .list .active {
  background: #b1906b;
}
.futh1 .PageNumber {
  margin-top: 51px;
}
.futh1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 2.213%;
  margin-top: 60px;
}
.futh1_list li {
  width: 31.858%;
}
.futh1_list .title {
  font-family: SofiaPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 23px;
}
.futh1_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;
}
.futh1_list .title a:hover {
  color: #b1906b;
}
.futh1_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}
.futh1_list .links {
  font-family: SofiaPro;
  margin-top: 14px;
}
.futh1_list .links a {
  color: #b1906b;
}
.futh1_list .links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.fufu1 {
  padding: 76px 0px 100px;
}
.fufu1 h1 {
  font-family: SofiaPro;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.fufu1 .time_share {
  display: flex;
  align-items: center;
  gap: 10px 28px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.fufu1 .time {
  font-size: 14px;
  color: #b1906b;
}
.fufu1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 9px;
}
.fufu1_container {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  margin-top: 17px;
}
.fufu1_container .box1 {
  margin-top: 40px;
}
.fufu1_container .box2 {
  margin-top: 31px;
}
.fufu1_container .box3 {
  margin-top: 31px;
}
.fufu1_container .describe {
  color: #666;
  margin-top: 14px;
}
.fufu1_container .describe img {
  display: inline-block;
}
.fufu1_container .title {
  font-family: SofiaPro;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.fufu1_container .title span {
  display: inline;
  color: #b1906b;
}
.fufu1_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 0px;
  justify-content: space-between;
  margin-top: 26px;
}
.fufu1_list li {
  width: 48%;
  padding-left: 50px;
  position: relative;
}
.fufu1_list li::before {
  content: '';
  width: 32px;
  aspect-ratio: 32/33;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/fufu1_la.png') no-repeat center;
  background-size: cover;
}
.fufu1_list .describe {
  margin-top: 5px;
}
.fufu2 {
  background: #f0e9e3;
  padding: 78px 0px 82px;
}
.fufu2 .top {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.fufu2 .top_l {
  flex: 1;
}
.fufu2 .title {
  font-family: SofiaPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 23px;
}
.fufu2 .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;
}
.fufu2 .title a:hover {
  color: #b1906b;
}
.fufu2 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}
.fufu2 .links {
  font-family: SofiaPro;
  margin-top: 14px;
}
.fufu2 .links a {
  color: #b1906b;
}
.fufu2 .links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.fufu2 .sw_box {
  margin-top: 59px;
}
.fo1 {
  padding: 81px 0px 80px;
}
.fo1 .index1_title {
  text-align: center;
}
.fo1 .title_text {
  line-height: 32px;
  color: #666;
  text-align: center;
  margin-top: 30px;
}
.fo1 .tt_title {
  margin-top: 60px;
}
.fo1 .tt_title span {
  color: #b1906b;
  font-style: normal;
  display: inline;
}
.fo1 .text {
  color: #666;
  margin-top: 5px;
}
.fo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.33333333%;
  margin-top: 34px;
}
.fo1_list li {
  width: 24%;
  background: #f7f4f0;
  padding: 21px 30px 35px;
}
.fo1_list .logo {
  width: 53px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.fo1_list .logo img {
  max-height: 100%;
}
.fo1_list .title {
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 33px;
}
.fo1_list .describe {
  margin-top: 16px;
  line-height: 26px;
  color: #666;
}
.fo2 {
  padding-bottom: 90px;
}
.fo2 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fo2_l {
  width: calc(50% - 27px);
}
.fo2_container {
  margin-top: 52px;
}
.fo2_container figure {
  padding: 22px 10px 24px;
  border-top: 1px solid #dbd8d5;
}
.fo2_container figure:nth-last-of-type(1) {
  border-bottom: 1px solid #dbd8d5;
}
.fo2_container .top {
  padding-left: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.fo2_container .l_box {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.fo2_container .title {
  flex: 1;
}
.fo2_container .logo {
  width: 21px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fo2_container .logo img:nth-of-type(2) {
  display: none;
}
.fo2_container .describe {
  color: #666;
}
.fo2_container .bottom {
  padding: 0px 22px;
  width: calc(100% - 50px);
  max-width: 670px;
  margin-top: 19px;
  display: none;
}
.fo2_container .active .logo img:nth-of-type(1) {
  display: none;
}
.fo2_container .active .logo img:nth-of-type(2) {
  display: block;
}
.fo2_r {
  width: 50%;
}
.fo3 {
  background: url('../images/fo3_back.jpg') no-repeat center;
  background-size: cover;
}
.fo3 .content {
  position: relative;
  padding: 78px 0px 235px;
}
.fo3 .buttonBox {
  margin-top: 4px;
}
.fo3 .buttonBox a {
  background: #fff;
  min-width: 170px;
  border: 1px solid #fff;
}
.fo3 .buttonBox a:hover {
  background: #b1906b;
}
.fo3 .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.fo3 .top_l {
  flex: 1;
}
.fo3 .tt_title {
  color: #fff;
}
.fo3 .text {
  color: #fff;
  margin-top: 5px;
}
.fo3_container {
  margin-top: 48px;
}
.fo3_container .box {
  overflow: hidden;
  display: none;
}
.fo3_container .l_box {
  width: 40%;
  max-width: 400px;
  float: left;
  margin-right: 7.68%;
  margin-bottom: 5px;
}
.fo3_container .describe {
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
}
.fo3_container .describe p {
  display: flex;
  position: relative;
  padding-left: 47px;
}
.fo3_container .describe p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 26px;
  aspect-ratio: 1/1;
  background: url('../images/fo3_la.png') no-repeat center;
  background-size: cover;
}
.fo3_container .title {
  font-family: SofiaPro;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.fo3_container .r_box {
  padding-top: 4px;
}
.fo3_menu {
  background: #fff;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  position: absolute;
  width: calc(100% + 100px);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.fo3_menu figure {
  width: 20%;
  padding: 41px 20px 35px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.fo3_menu figure::before {
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to bottom, #fff 40%, rgba(224, 181, 133, 0.4));
  transition: 0.3s;
  opacity: 0;
}
.fo3_menu figure:hover::before {
  opacity: 1;
}
.fo3_menu figure:hover .name {
  color: #b1906b;
}
.fo3_menu .active::before {
  opacity: 1;
}
.fo3_menu .active .name {
  color: #b1906b;
}
.fo3_menu .name {
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
  margin-top: 16px;
}
.fo3_menu .logo {
  width: 58px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fo3_menu .logo img {
  max-width: 100%;
  max-height: 100%;
}
.fo4 {
  background: url('../images/fo4_back.jpg') no-repeat center;
  background-size: cover;
  padding: 169px 0px 73px;
  overflow: hidden;
}
.fo4 .text {
  color: #666;
  margin-top: 5px;
}
.fo4 .tt_title {
  color: #333;
}
.fo4 .tt_title span {
  display: inline;
  color: #b1906b;
}
.fo4_container {
  display: flex;
  justify-content: flex-end;
  margin-top: 53px;
}
.fo4_container .sw_box {
  width: 50%;
}
.fo4_container .swiper {
  pointer-events: none;
  overflow: initial;
}
.fo4_container .container {
  position: relative;
  transition: 0.3s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fo4_container .swiper-slide-visible {
  pointer-events: all;
}
.fo4_container .swiper-slide-visible .container {
  opacity: 1;
}
.fo4_container figure {
  background-color: #ffffff;
  box-shadow: 3px 4px 18px 0px rgba(156, 120, 83, 0.43);
  border-radius: 16px;
  padding: 27px 30px 26px;
}
.fo4_container .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fo4_container .name {
  flex: 1;
  font-family: SofiaPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.fo4_container .describe {
  line-height: 26px;
  color: #666;
  margin-top: 21px;
}
.fo4_container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #b1906b;
  opacity: 0.6;
  border-radius: 50%;
  display: block;
  margin: 0px !important;
  position: relative;
}
.fo4_container .swiper-pagination-bullet::before {
  content: "";
  width: 0px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #b1906b;
  opacity: 0;
  transition: 0.3s;
  border-radius: 50%;
}
.fo4_container .swiperfo4-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  bottom: 0;
  position: relative;
  margin-top: 44px;
}
.fo4_container .swiper-pagination-bullet-active {
  background: #b1906b;
  opacity: 1;
}
.fo4_container .swiper-pagination-bullet-active::before {
  width: 16px;
  opacity: 1;
}
.fo5 {
  padding: 69px 0px 89px;
}
.fo5 .text {
  margin-top: 5px;
  color: #666;
}
.fo5_container {
  margin-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.fo5_container figure {
  padding: 30px 0px 33px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 5%;
}
.fo5_container .num {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #b1906b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.fo5_container .title {
  font-family: SofiaPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
}
.fo5_container .l_box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex: 1;
}
.fo5_container .describe {
  line-height: 32px;
  color: #666;
}
.fo5_container .describe p {
  position: relative;
  padding-left: 28px;
  display: block;
}
.fo5_container .describe p::before {
  content: '';
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #b1906b;
  top: 11px;
  position: absolute;
  left: 0;
}
.fo5_container .r_box {
  width: 63.8%;
  padding-top: 15px;
}
.fo6 {
  background: url('../images/fo6_back.jpg') no-repeat center;
  background-size: cover;
  padding: 69px 0px 95px;
}
.fo6 .text {
  color: #666;
  margin-top: 5px;
}
.fo6_container {
  overflow: hidden;
  margin-top: 32px;
}
.fo6_container .r_box {
  width: 45.143%;
  float: right;
  margin-bottom: 5px;
  margin-left: 14%;
}
.fo6_container .r_box .imgBox {
  display: none;
}
.fo6_l {
  padding: 3.6% 0px 0px;
}
.fo6_l .title {
  font-family: SofiaPro-SemiBold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #b1906b;
}
.fo6_l .describe {
  color: #666;
  margin-top: 20px;
}
.fo6_l .box {
  display: none;
}
.fo6_menu {
  width: 100%;
  max-width: 482px;
  display: flex;
  gap: 1px;
  margin-top: 87px;
}
.fo6_menu span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(177, 144, 107, 0.16);
  border-radius: 16px;
  line-height: 24px;
  color: #333;
  padding: 25px 20px 27px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.fo6_menu span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(-45deg, #b1906b 0%, #cca67a 100%);
  opacity: 0;
  transition: 0.3s;
}
.fo6_menu span:hover {
  color: #fff;
}
.fo6_menu span:hover::before {
  opacity: 1;
}
.fo6_menu .active {
  color: #fff;
}
.fo6_menu .active::before {
  opacity: 1;
}
.fo7 {
  background: url('../images/fo7_back.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 137px 0px 156px;
}
.fo7 .tt_title {
  color: #fff;
}
.fo7 .text {
  margin-top: 13px;
}
.fo7 .buttonBox {
  margin-top: 45px;
  justify-content: center;
}
.fo7 .buttonBox a {
  background: #fff;
  border: 1px solid #fff;
}
.fo7 .buttonBox a:hover {
  background: #b1906b;
}
.so1 {
  padding: 83px 0px 100px;
}
.so1 .PageNumber {
  margin-top: 80px;
}
.so1_container {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.so1_container figure {
  background: #f6f3ef;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .so1_container figure:hover {
    background: #b1906b;
  }
  .so1_container figure:hover .title {
    color: #fff;
  }
  .so1_container figure:hover .title a {
    color: #fff;
  }
  .so1_container figure:hover .time {
    color: #fff;
  }
  .so1_container figure:hover .describe {
    color: #fff;
  }
  .so1_container figure:hover .links a {
    color: #fff;
  }
  .so1_container figure:hover .links img {
    filter: brightness(0) invert(1);
  }
}
.so1_container .l_box {
  width: 40%;
  max-width: 421px;
}
.so1_container .r_box {
  flex: 1;
  padding: 0px 50px 0px;
}
.so1_container .title {
  font-family: SofiaPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.so1_container .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.so1_container .title a:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}
.so1_container .time {
  font-size: 14px;
  color: #b1906b;
  transition: 0.3s;
  margin-top: 4px;
}
.so1_container .describe {
  color: #666666;
  transition: 0.3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 28px;
}
.so1_container .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 57px;
}
.so1_container .links img {
  transition: 0.2s;
}
.so1_container .links a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b1906b;
}
.so1_container .links a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.so1_container .links span {
  transition: 0s;
}
.st1 {
  padding: 76px 0px 90px;
}
.st1 h1 {
  font-family: SofiaPro;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.st1 .time_share {
  display: flex;
  align-items: center;
  gap: 10px 28px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.st1 .time {
  font-size: 14px;
  color: #b1906b;
}
.st1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 9px;
}
.st1_container {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  margin-top: 17px;
}
.st1_container .box1 {
  margin-top: 37px;
}
.st1_container .box2 {
  margin-top: 21px;
}
.st1_container .describe {
  color: #666;
  margin-top: 14px;
}
.st1_container .describe img {
  display: inline-block;
}
.st1_container .title {
  font-family: SofiaPro-SemiBold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.st1_container .title span {
  display: inline;
  color: #b1906b;
}
.st1_container .describe1 {
  margin-top: 34px;
}
.st1_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 26px;
}
.st1_list li {
  width: 100%;
  padding-left: 48px;
  position: relative;
}
.st1_list li::before {
  content: '';
  width: 32px;
  aspect-ratio: 32/33;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/fufu1_la.png') no-repeat center;
  background-size: cover;
}
.st1_list .describe {
  margin-top: 5px;
}
.seo1 {
  padding: 84px 0px 98px;
}
.seo1_list {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.seo1_list .logo {
  width: 50px;
}
.seo1_list figure {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.seo1_list .box {
  flex: 1;
  padding-top: 13px;
}
.seo1_list .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.seo1_list .text {
  font-family: SofiaPro-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #b1906b;
  margin-top: 14px;
}
.seo1_list .text a {
  color: #b1906b;
}
.seo1_list .text a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.seo1_list .xian {
  width: 3px;
  background-color: #b1906b;
  opacity: 0.2;
}
.seo2 {
  padding-bottom: 90px;
}
.seo2 .content {
  width: calc(100% - 100px) !important;
  max-width: 1500px;
  position: relative;
}
.seo2_container .box {
  display: none;
}
.seo2_container iframe {
  display: block;
}
.seo2_menu {
  width: 50%;
  max-width: 392px;
  position: absolute;
  right: 9px;
  top: 8px;
  height: calc(100% - 18px);
  background: #fff;
  padding: 32px 30px 0px;
  display: flex;
  flex-direction: column;
}
.seo2_menu .title {
  font-family: SofiaPro-SemiBold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.seo2_list {
  position: relative;
  flex: 1;
  margin-top: 38px;
}
.seo2_list .container {
  position: absolute;
  left: 0;
  width: calc(100% + 10px);
  padding-right: 10px;
  top: 0;
  height: 100%;
  overflow: auto;
}
.seo2_list .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.seo2_list .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.seo2_list .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.seo2_list .logo {
  width: 22px;
  position: relative;
}
.seo2_list .logo img:nth-of-type(2) {
  position: absolute;
  max-width: none;
  width: 42px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
}
.seo2_list .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.seo2_list .name {
  flex: 1;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  transition: 0.3s;
}
.seo2_list .describe {
  line-height: 24px;
  color: #666;
  margin-top: 17px;
}
.seo2_list figure {
  border-top: 1px solid #ccc;
  padding: 23px 0px 26px;
  cursor: pointer;
}
.seo2_list .active .name {
  color: #b1906b;
  font-size: 20px;
  font-family: SofiaPro-SemiBold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.seo2_list .active .logo img:nth-of-type(1) {
  opacity: 0;
}
.seo2_list .active .logo img:nth-of-type(2) {
  opacity: 1;
}
.seo3 {
  background: url('../images/seo3_back.jpg') no-repeat center;
  background-size: cover;
  padding: 67px 0px 110px;
}
.seo3 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seo3_l {
  width: 44%;
  padding-top: 7px;
}
.seo3_l .title_text {
  color: #b1906b;
  margin-top: 11px;
}
.seo3_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 58px;
}
.seo3_list .describe {
  color: #333;
  margin-top: 20px;
}
.seo3_list .top {
  display: flex;
  align-items: center;
  gap: 9px;
}
.seo3_list .title {
  flex: 1;
  font-size: 18px;
  color: #b1906b;
}
.seo3_list li {
  background: #fff;
  padding: 29px 30px 37px;
}
.seo3_r {
  width: 55.286%;
  padding: 49px 49px 69px 46px;
  background: #fff;
  transform: translateX(50px);
}
.seo3_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 26px 0px;
  width: 100%;
}
.seo3_r form > * {
  width: 100%;
}
.seo3_r form input,
.seo3_r form textarea {
  background: #ffffff;
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #e6e6e6;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 20px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.seo3_r form input::placeholder,
.seo3_r form input::-webkit-input-placeholder,
.seo3_r form textarea::placeholder {
  color: #333;
}
.seo3_r form .int1 {
  width: 47.4%;
}
.seo3_r form input {
  height: 56px;
}
.seo3_r form textarea {
  height: 175px;
  padding-top: 7px !important;
}
.seo3_r form .ttBox {
  width: 100%;
}
.seo3_r form .form_box {
  width: 100%;
}
.seo3_r form .yzm {
  margin-top: 15px;
  position: relative;
  display: flex;
}
.seo3_r form .yzm span {
  position: absolute;
  height: 39px;
  aspect-ratio: 82/39;
  cursor: pointer;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.seo3_r form .yzm span img {
  height: 100%;
}
.seo3_r form .afterBox {
  position: relative;
}
.seo3_r form .afterBox::before {
  left: 3px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.seo3_r form .ttBox::before {
  top: 21px;
}
.seo3_r form .tj input {
  font-size: 18px;
  background-color: #b1906b;
  border: 1px solid #b1906b;
  border-radius: 6px;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}
.seo3_r form .tj input:hover {
  background: #fff;
  color: #b1906b;
}
.color_title em {
  color: #b1906b;
  font-style: normal;
  display: inline;
}
.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  padding-top: 37px;
  border-top: solid 1px #d8dbe3;
}
.page_change .logo {
  width: 56px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  border: 1px solid #1e1e1e;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #b1906b;
  border: 1px solid #b1906b;
}
.page_change a.logo:hover img {
  filter: brightness(0) invert(1);
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change .box {
  line-height: 25px;
}
.page_change .page_name {
  font-size: 18px;
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #b1906b;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.pub1 {
  background: url("../images/pub1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 81px 0px 90px;
}
.pub1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.pub1 .text {
  color: #666;
  line-height: 32px;
  flex: 1;
  max-width: 761px;
  margin-top: 11px;
}
.pub1 .swiper_button {
  margin-top: 34px;
}
.pub1 .sw_box {
  margin-top: 55px;
}
.pub1 .sw_box .imgBox {
  border: 1px solid #eee;
}
.pub1 .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #111111;
  margin-top: 25px;
}
.pub1 .title a {
  color: #111;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub1 .title a:hover {
  color: #b1906b;
}
.pub1 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  color: #666;
  margin-top: 7px;
}
.pub1 .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 19px;
}
.pub1 .links span {
  transition: 0s;
}
.pub1 .links a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b1906b;
}
.pub1 .links a:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pub1 .links img {
  width: auto;
}
.index5_pub {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding-top: 81px;
}
.swiper_button_margin {
  margin-left: 10px;
}
footer {
  background: #f0e9e3;
  overflow: hidden;
}
footer .logoBox {
  width: 256px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
  position: relative;
}
footer .logoBox img {
  width: 100%;
}
footer .footer_title {
  font-family: SofiaPro;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #6d502f;
  text-align: right;
  flex: 1;
  padding-top: 1px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 11px;
  margin-top: 7px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  line-height: normal;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid #b1906b;
  color: #b1906b;
}
footer .icBox a:hover {
  background: #b1906b;
  color: #fff;
  border: 1px solid #b1906b;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  padding: 47px 0px 46px;
}
.footer_a::before {
  content: "";
  width: 100vw;
  border-bottom: 1px solid #e3ddd8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
.footer_b {
  padding: 52px 0px 51px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
  position: relative;
}
.footer_b::before {
  content: "";
  width: 100vw;
  border-bottom: 1px solid #e3ddd8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
.footer_b .dif_footer {
  font-family: SofiaPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 16px;
}
.footer_b .dif_footer a {
  color: #333333;
}
.footer_b .dif_footer a:hover {
  color: #b1906b;
}
.footer_b .dif_up {
  display: none;
  filter: brightness(0) invert(1);
}
.footer_b .list {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 17px;
}
.footer_b .list a {
  color: #666666;
}
.footer_b .list a:hover {
  color: #b1906b;
}
.footer_b .ul3 {
  max-width: 445px;
}
.footer_b .ul3 .list span,
.footer_b .ul3 .list a {
  display: inline;
}
.footer_b .ul3 .list em {
  display: inline;
  font-style: normal;
  color: #333;
}
.footer_b .box {
  max-width: 347px;
}
.footer_b .add_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.footer_c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0px 24px;
  gap: 30px;
}
.footer_c .l_box {
  color: #666;
  flex: 1;
}
.footer_c .l_box a {
  color: #666;
}
.footer_c .l_box a:hover {
  color: #b1906b;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 9px;
}
.swiper_button div {
  width: 26px;
  height: 24px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button div::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  border-bottom: 1px solid #000;
  width: 100%;
  z-index: -1;
  transition: 0.3s;
}
.swiper_button div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-40%, -50%);
  background-color: #b1906b;
  opacity: 0.2;
  width: 33px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.swiper_button div:hover {
  width: 41px;
}
.swiper_button div:hover::before {
  border-bottom: 1px solid #b1906b;
}
.swiper_button div:hover img {
  filter: none;
}
.swiper_button div:hover::after {
  opacity: 0.2;
}
.swiper_button div:nth-of-type(2) img {
  left: auto;
  right: 0;
}
.swiper_button div:nth-of-type(2)::after {
  right: 0;
  left: auto;
  transform: translate(40%, -50%);
}
.swiper_button img {
  height: auto;
  max-height: 100%;
  transition: 0.2s;
  filter: brightness(0.3);
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
.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: #b1906b;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #b1906b;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1520px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  .rightMenu .go_top {
    margin-top: 15px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .head_button a {
    min-width: 130px;
    min-height: 40px;
  }
  header .lang .lang_box {
    min-height: 32px;
    gap: 6px;
    min-width: 68px;
  }
  header .center {
    margin-right: 30px;
  }
  header .logoBox {
    width: 210px;
  }
  header .menuOne {
    font-size: 15px;
    line-height: 26px;
    margin-right: 30px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .sousuo {
    margin-right: 30px;
  }
  header .sousuo .search {
    font-size: 20px;
  }
  header .ul {
    min-width: 194px;
  }
  header .ul li {
    font-size: 15px;
    line-height: 26px;
  }
  .index1_title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .index1_over {
    padding: 60px 0px;
  }
  .index1_container {
    margin-top: 30px;
  }
  .index1_container .describe {
    line-height: 28px;
  }
  .index1_container .swiper_button {
    margin-top: 30px;
  }
  .index1_sw_box .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index1_sw_box .links {
    width: 42px;
  }
  .big_title {
    font-size: 28px;
    line-height: 38px;
  }
  .index2_over {
    padding: 60px 0px 80px;
  }
  .index2_over .text {
    font-size: 18px;
  }
  .index2_over .buttonBox {
    margin-top: 30px;
  }
  .index2_container {
    margin-top: 40px;
  }
  .index2_l .title {
    font-size: 24px;
    line-height: 32px;
  }
  .index2_l .describe {
    margin-top: 20px;
  }
  .index2_l .bottom {
    margin-top: 30px;
  }
  .index2_l .controls_box {
    gap: 25px;
  }
  .index2_l .container {
    padding-right: 40px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .sw_box {
    margin-top: 40px;
  }
  .index4 {
    padding: 60px 0px 80px;
  }
  .index4 .buttonBox {
    margin-top: 30px;
  }
  .index4_list {
    margin-top: 40px;
  }
  .index4_list .logo {
    width: 56px;
  }
  .index5 {
    padding-top: 60px;
  }
  .index5 .text {
    font-size: 16px;
    line-height: 26px;
  }
  .index5_list {
    margin-top: 30px;
  }
  .index6 {
    padding: 60px 0px 80px;
  }
  .index6_container {
    margin: 30px auto 0px;
  }
  .index6_container .swiper-slide {
    width: 160px;
  }
  .index7 {
    padding: 80px 0px;
  }
  .index7 .describe {
    margin-top: 12px;
  }
  .index7 .buttonBox {
    margin-top: 30px;
  }
  .index8 {
    padding: 60px 0px;
  }
  .index8 .text {
    line-height: 28px;
  }
  .index8 .swiper_button {
    margin-top: 30px;
  }
  .index8 .sw_box {
    margin-top: 40px;
  }
  .index8 .describe {
    margin-top: 10px;
  }
  .index8 .hide_box {
    padding: 20px 24px 30px;
  }
  .mbx {
    padding-top: 10px;
  }
  .to1 {
    padding: 40px 0px 80px;
  }
  .to1_top .title {
    font-size: 26px;
    line-height: 36px;
  }
  .to1_top .describe {
    margin-top: 15px;
  }
  .to1_form {
    margin-top: 30px;
  }
  .to1_list {
    gap: 30px 3.368%;
  }
  .to1_list .title {
    margin-top: 8px;
  }
  .to1_list .input_links {
    margin-top: 6px;
  }
  .pub_menu .menu_all {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  .pub_menu_list1 > li {
    padding: 10px 0px;
  }
  .pub_menu_list1 .list1_box a {
    font-size: 15px;
    line-height: 26px;
  }
  .pub_menu_list2 {
    padding: 10px 16px;
  }
  .pub_menu_list2 > li {
    font-size: 15px;
    line-height: 25px;
  }
  .pub_menu_list2 > li > a::before {
    width: 8px;
    left: -16px;
    top: 8px;
  }
  .pub_menu_list3 {
    padding: 6px 8px;
  }
  .pub_menu_list3 li {
    font-size: 15px;
    line-height: 26px;
  }
  .pub_menu_box2 {
    margin-top: 30px;
  }
  .buttonBox a {
    min-width: 140px !important;
    min-height: 44px !important;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .logoBox {
    width: 210px;
  }
  footer .footer_title {
    font-size: 22px;
    line-height: 32px;
  }
  footer .icBox a {
    width: 36px;
  }
  .footer_a {
    padding: 40px 0px 30px;
  }
  .footer_b {
    padding: 30px 0px;
  }
  .footer_b .ul3 {
    width: 40%;
  }
  .footer_b .dif_footer {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0px;
  }
  .footer_b .list {
    font-size: 15px;
    line-height: 32px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .tt_title {
    font-size: 26px;
    line-height: 36px;
  }
  .tt1 {
    padding: 40px 0px 60px;
  }
  .tt1 .pic-btn.prev {
    top: 0;
  }
  .tt1 .pic-btn.next {
    bottom: 0;
  }
  .tt1_l .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6%;
  }
  .tt1_l .describe {
    margin-top: 6%;
  }
  .tt2 .describe {
    margin-top: 12px;
  }
  .tt2 .swipertt2-pagination {
    margin-top: 25px;
  }
  .tt3 {
    margin-top: 40px;
  }
  .tt3 .describe {
    margin-top: 20px;
  }
  .tt4 {
    margin-top: 40px;
  }
  .tt4_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .tt5 {
    margin-top: 50px;
  }
  .tt5 .buttonBox {
    margin-top: 30px;
  }
  .tt6 {
    padding: 60px 0px;
  }
  .tt6 .title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 14px;
  }
  .tho1 {
    padding: 40px 0px 80px;
  }
  .tho1_menu a {
    min-width: 130px;
    min-height: 42px;
  }
  .tho1_list {
    margin-top: 30px;
    gap: 30px 2.213%;
  }
  .tho1_list .title {
    margin-top: 8px;
  }
  .tho1_list .text {
    line-height: 28px;
  }
  .fuo1 {
    padding: 40px 0px 60px;
  }
  .fuo1 .tt_title {
    padding-bottom: 15px;
  }
  .fuo1 .describe {
    margin-top: 20px;
  }
  .fuo2 {
    padding: 60px 0px 80px;
  }
  .fuo2 .buttonBox {
    margin-top: 30px;
  }
  .fuo2 .text {
    line-height: 28px;
  }
  .fuo2_container {
    margin-top: 30px;
  }
  .fuo3 {
    padding: 60px 0px 80px;
  }
  .fuo3_container {
    margin: 30px auto 0px;
  }
  .fuo3_container .controls_box div {
    width: 48px;
    top: -6px;
  }
  .fuo3_container .controls_box div:nth-of-type(1) {
    left: -30px;
  }
  .fuo3_container .controls_box div:nth-of-type(2) {
    right: -30px;
  }
  .fuo3_container .sw_box1 {
    margin: 30px auto 0px;
  }
  .fuo4 {
    padding-top: 60px;
  }
  .fuo4 .index1_title {
    max-width: 240px;
  }
  .fuo4 .sw_box {
    margin-top: 30px;
  }
  .fuo4 .text {
    line-height: 28px;
  }
  .fuo4 .swiper_button {
    margin-top: 30px;
  }
  .fuo5 {
    padding: 60px 0px 80px;
  }
  .fuo5_list {
    margin-top: 30px;
  }
  .fuo6 {
    padding: 60px 0px;
  }
  .fuo6 .text {
    line-height: 28px;
  }
  .fuo6 .swiper_button {
    margin-top: 30px;
  }
  .fuo6 .sw_box {
    margin-top: 30px;
  }
  .fut1 {
    padding: 40px 0px 60px;
  }
  .fut1_l .imgBox {
    margin-top: 20px;
  }
  .fut1_r {
    padding: 20px 0px;
    gap: 30px;
  }
  .fut1_r .l_box {
    gap: 24px;
  }
  .fut1_r .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fut1_r .r_box {
    padding-top: 6px;
  }
  .fut2 {
    padding-top: 60px;
  }
  .fut2_menu .title {
    margin-top: 4px;
  }
  .fut2_box {
    margin-top: 30px;
  }
  .fut2_box .describe {
    line-height: 28px;
    margin-top: 20px;
  }
  .fut2_box .buttonBox {
    margin-top: 30px;
  }
  .fut3 {
    padding: 80px 0px 0px;
  }
  .fut3_container {
    margin: 40px auto 0px;
  }
  .fut4 {
    padding: 60px 0px;
  }
  .fut4 .sw_box {
    margin-top: 30px;
  }
  .fut4 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .futh1 {
    padding: 40px 0px 60px;
  }
  .futh1_list {
    margin-top: 30px;
  }
  .futh1_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .futh1_list .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .futh1_list .links {
    margin-top: 6px;
  }
  .fufu2 {
    padding: 60px 0px;
  }
  .fufu2 .sw_box {
    margin-top: 30px;
  }
  .fufu2 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .fufu2 .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .fufu2 .links {
    margin-top: 6px;
  }
  .fufu1 {
    padding: 40px 0px 60px;
  }
  .fufu1 h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .fufu1 .time_share {
    margin-top: 15px;
  }
  .fufu1_container {
    margin-top: 15px;
  }
  .fufu1_container .describe {
    margin-top: 10px;
  }
  .fufu1_container .title {
    font-size: 24px;
    line-height: 30px;
  }
  .fufu1_container .box1,
  .fufu1_container .box2,
  .fufu1_container .box3 {
    margin-top: 30px;
  }
  .fo1 {
    padding: 40px 0px 60px;
  }
  .fo1 .title_text {
    line-height: 28px;
    margin-top: 15px;
  }
  .fo1 .tt_title {
    margin-top: 30px;
  }
  .fo1_list li {
    padding: 20px 25px 30px;
  }
  .fo1_list .title {
    margin-top: 15px;
  }
  .fo1_list .describe {
    margin-top: 10px;
  }
  .fo2 {
    padding-bottom: 60px;
  }
  .fo2_container {
    margin-top: 30px;
  }
  .fo2_container figure {
    padding: 18px 10px;
  }
  .fo3 .content {
    padding: 60px 0px 140px;
  }
  .fo3_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fo3_container .l_box {
    margin-right: 5%;
  }
  .fo3_menu .logo {
    width: 50px;
  }
  .fo3_menu .name {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }
  .fo3_menu figure {
    padding: 30px 20px;
  }
  .fo4 {
    padding: 120px 0px 60px;
  }
  .fo4_container {
    margin-top: 30px;
  }
  .fo4_container .sw_box {
    width: 70%;
    max-width: 700px;
  }
  .fo4_container .swiperfo4-pagination {
    margin-top: 25px;
  }
  .fo4_container .describe {
    margin-top: 12px;
  }
  .fo5 {
    padding: 60px 0px;
  }
  .fo5_container {
    margin-top: 30px;
  }
  .fo5_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fo5_container .l_box {
    gap: 25px;
  }
  .fo6 {
    padding: 60px 0px;
  }
  .fo6_l .title {
    font-size: 22px;
    line-height: 32px;
  }
  .fo6_l .describe {
    margin-top: 12px;
  }
  .fo6_menu {
    margin-top: 30px;
  }
  .fo6_menu span {
    padding: 20px;
  }
  .fo7 {
    padding: 80px 0px;
  }
  .fo7 .text {
    margin-top: 12px;
  }
  .fo7 .buttonBox {
    margin-top: 30px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1_container .r_box {
    padding: 0px 30px;
  }
  .so1_container .describe {
    margin-top: 20px;
  }
  .so1_container .links {
    margin-top: 20px;
  }
  .so1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st1 {
    padding: 40px 0px 60px;
  }
  .st1 h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .st1 .time_share {
    margin-top: 15px;
  }
  .st1_container {
    margin-top: 15px;
  }
  .st1_container .describe {
    margin-top: 10px;
  }
  .st1_container .title {
    font-size: 24px;
    line-height: 30px;
  }
  .st1_container .box1,
  .st1_container .box2 {
    margin-top: 30px;
  }
  .st1_container .describe1 {
    margin-top: 10px;
  }
  .pub1 {
    padding: 80px 0px;
  }
  .pub1 .text {
    line-height: 28px;
  }
  .pub1 .swiper_button {
    margin-top: 30px;
  }
  .pub1 .sw_box {
    margin-top: 30px;
  }
  .pub1 .title {
    margin-top: 8px;
  }
  .pub1 .links {
    margin-top: 12px;
  }
  .page_change {
    margin-top: 30px !important;
    padding-top: 20px !important;
  }
  .page_change .logo {
    width: 42px;
  }
  .page_change .logo img {
    width: 18px;
  }
  .page_change .page_name {
    font-size: 16px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1_list {
    padding: 0px;
  }
  .seo1_list figure {
    gap: 12px;
  }
  .seo1_list .logo {
    width: 42px;
  }
  .seo1_list .title {
    font-size: 18px;
    line-height: 24px;
  }
  .seo1_list .text {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 26px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  .seo2_menu .title {
    font-size: 24px;
    line-height: 32px;
  }
  .seo2_list {
    margin-top: 15px;
  }
  .seo2_list .name {
    line-height: 24px;
  }
  .seo2_list .active .name {
    font-size: 18px;
  }
  .seo2_list .describe {
    margin-top: 8px;
  }
  .seo3 {
    padding: 60px 0px;
  }
  .seo3_list {
    gap: 20px;
    margin-top: 20px;
  }
  .seo3_list .describe {
    margin-top: 12px;
  }
  .seo3_r {
    transform: translateX(40px);
    padding: 20px 20px 30px;
  }
  .seo3_r form .yzm span {
    height: 36px;
  }
}
@media screen and (max-width: 1300px) {
  .index4_list .index4_img {
    width: 450px;
  }
  .index5_list .index5_img {
    width: 760px;
  }
  .fuo5_list .index5_img {
    width: 760px;
  }
}
@media screen and (max-width: 1100px) {
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .head_button {
    display: none;
  }
  header .head_bottom {
    padding: 10px 0px;
  }
  header .lang {
    margin-right: 0px;
  }
  header .lang > ul {
    width: 110px;
  }
  header .head_boxr {
    padding-right: 56px;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    margin-top: 0px !important;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu > *:hover {
    background: #b1906b !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .index_banner .controls_box {
    bottom: 30px;
  }
  .index1_over {
    padding: 40px 0px;
  }
  .index1_title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .index1_container {
    margin-top: 8px;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .index1_container .describe {
    line-height: 24px;
  }
  .index1_container .swiper_button {
    margin-top: 8px;
  }
  .index1_sw_box {
    margin-top: 15px;
  }
  .index1_sw_box .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index1_sw_box .links {
    width: 36px;
  }
  .index1_sw_box .links img {
    width: 16px;
  }
  .index1_sw_box .swiper-slide-next .title {
    padding-left: 20px;
  }
  .index2_over {
    padding: 40px 0px;
  }
  .index2_over .logo {
    width: 58px;
  }
  .index2_over .text {
    font-size: 16px;
  }
  .index2_over .big_title {
    margin: 6px auto 0px;
  }
  .index2_over .buttonBox {
    margin-top: 15px;
  }
  .index2_container {
    margin-top: 20px;
  }
  .index2_l .controls_box {
    gap: 10px;
  }
  .index2_l .container {
    width: calc(100% - 50px);
    padding-right: 25px;
  }
  .index2_l .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index2_l .describe {
    margin-top: 8px;
  }
  .index2_l .bottom {
    margin-top: 15px;
  }
  .index3 {
    padding: 40px 0px;
  }
  .index3 .sw_box {
    margin-top: 15px;
  }
  .index4 {
    padding: 40px 0px;
  }
  .index4 .big_title img {
    max-width: 80px;
  }
  .index4 .describe {
    line-height: 24px;
    margin: 8px auto 0px;
  }
  .index4 .buttonBox {
    margin-top: 15px;
  }
  .index4_list {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .index4_list li {
    width: 32%;
    flex: none;
  }
  .index4_list .index4_img {
    width: 100%;
    max-width: 100%;
  }
  .index4_list .hide_box {
    padding: 15px 10px;
    height: 100%;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.2);
  }
  .index4_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index4_list .logo {
    width: 36px;
  }
  .index5 {
    padding-top: 30px;
  }
  .index5 .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .index5_list {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .index5_list li {
    width: 49%;
    flex: none;
  }
  .index5_list .index5_img {
    width: 100%;
    max-width: 100%;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6_container {
    margin: 15px auto 0px;
  }
  .index6_container .swiper-slide {
    width: 120px;
  }
  .index7 {
    padding: 40px 0px;
  }
  .index7 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .index7 .buttonBox {
    margin-top: 20px;
  }
  .index8 {
    padding: 40px 0px;
  }
  .index8 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index8 .swiper_button {
    margin-top: 15px;
  }
  .index8 .text {
    line-height: 24px;
  }
  .index8 .sw_box {
    margin-top: 20px;
  }
  .index8 .l_box {
    width: 100%;
    max-width: 100%;
  }
  .index8 .hide_box {
    position: relative;
    top: 0;
    transform: none;
    background: transparent;
    width: 100%;
    max-width: 100%;
    padding: 12px 20px 20px;
  }
  .index8 .describe {
    margin-top: 2px;
  }
  .big_title {
    font-size: 22px;
    line-height: 32px;
  }
  .to1 {
    padding: 20px 0px 40px;
  }
  .to1 .content {
    flex-direction: column-reverse;
  }
  .to1_top .title {
    font-size: 20px;
    line-height: 30px;
  }
  .to1_top .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .to1_form {
    margin-top: 20px;
  }
  .to1_list {
    gap: 20px 2%;
  }
  .to1_list li {
    width: 32%;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .to1_list .describe {
    margin-top: 6px;
  }
  .to1_list .input_links {
    margin-top: 4px;
  }
  .to1_container {
    flex: none;
    margin: 0px !important;
    width: 100%;
  }
  .pub_menu {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .pub_menu .menu_all {
    padding-bottom: 4px;
  }
  .pub_menu .menu_all .down {
    display: block;
    width: 6px;
  }
  .pub_menu_list1 {
    display: none;
  }
  .pub_menu_list1 > li {
    padding: 8px 0px;
  }
  .pub_menu_list3 li {
    margin-top: 4px;
  }
  .pub_menu_box2 {
    margin-top: 20px;
  }
  .buttonBox a {
    min-width: 140px !important;
    min-height: 38px !important;
  }
  footer .footer_title {
    font-size: 18px;
    line-height: 28px;
  }
  .footer_a {
    padding: 30px 0px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .footer_b {
    padding: 20px 0px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .footer_b > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_b .dif_up {
    display: block;
    filter: brightness(0);
  }
  .footer_b .list {
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
  }
  .footer_b .add_box {
    margin-top: 8px;
    flex-direction: row;
    gap: 20px 4%;
  }
  .footer_b .add_box .imgBox {
    width: 48%;
    max-width: 330px;
  }
  .footer_b .dif_footer {
    font-size: 16px;
    line-height: 26px;
  }
  .footer_c {
    padding: 20px 0px 45px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 5px;
  }
  .footer_c .l_box {
    flex: none;
    width: 100%;
  }
  .footer_c .icBox {
    justify-content: center;
    gap: 6px;
    margin-top: 0px;
    width: 100%;
  }
  .footer_c .icBox a {
    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 img {
    width: 16px;
    margin-top: 4px;
  }
  .bannerBox {
    padding-top: 0px !important;
    min-height: 240px;
  }
  .tt1 {
    padding: 20px 0px 30px;
  }
  .tt1 .content {
    display: block;
  }
  .tt1 .clear {
    display: block;
  }
  .tt1 .r_box {
    float: left;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  .tt_title {
    font-size: 20px;
    line-height: 30px;
  }
  .tt1_l {
    width: 100%;
    display: block;
    padding: 5% 0px 0px;
  }
  .tt1_l .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .tt1_l .describe {
    margin-top: 8px;
  }
  .tt1_l .share_box {
    margin-top: 15px;
  }
  .tt1_l .buttonBox {
    margin-top: 15px;
  }
  .tt2 .describe {
    margin-top: 8px;
  }
  .tt2 .sw_box {
    margin-top: 16px;
  }
  .tt2 .swipertt2-pagination {
    margin-top: 20px;
    gap: 16px;
  }
  .tt3 {
    margin-top: 30px;
  }
  .tt3 .describe {
    margin-top: 12px;
  }
  .tt4 {
    margin-top: 30px;
  }
  .tt4_list {
    margin-top: 15px;
    gap: 15px 0px;
  }
  .tt4_list li {
    width: 100%;
    padding-left: 30px;
  }
  .tt4_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tt4_list .title::before {
    width: 20px;
    left: -30px;
    top: 3px;
  }
  .tt4_list .describe {
    margin-top: 6px;
  }
  .tt5 {
    margin-top: 30px;
  }
  .tt5 .content {
    flex-wrap: wrap;
  }
  .tt5 .tt5_l {
    flex: none;
    width: 100%;
  }
  .tt5 .text {
    margin-top: 6px;
  }
  .tt5 .buttonBox {
    margin-top: 15px;
  }
  .tt5_r {
    width: 100%;
    margin-top: 20px;
  }
  .tt5_r .l_box {
    flex: 1;
    font-size: 15px;
    line-height: 26px;
  }
  .tt5_r .logo {
    width: 14px;
    margin-top: 6px;
  }
  .tt5_r figure {
    padding: 12px 10px;
  }
  .tt5_r .bottom {
    margin-top: 8px;
  }
  .tt5_r .top {
    padding-left: 0px;
    gap: 15px;
  }
  .tt6 {
    padding: 30px 0px 40px;
  }
  .tt6 .title {
    padding-bottom: 4px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1 .text {
    line-height: 24px;
  }
  .tho1_list {
    gap: 20px 2%;
    margin-top: 15px;
  }
  .tho1_list li {
    width: 32%;
  }
  .tho1_list .bofangBox {
    width: 48px;
  }
  .tho1_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tho1_menu {
    margin-top: 15px;
  }
  .tho1_menu a {
    min-width: 110px;
    min-height: 38px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .r_box {
    padding-top: 0px;
  }
  .fuo1 .tt_title {
    padding-bottom: 4px;
  }
  .fuo1 .describe {
    margin-top: 12px;
  }
  .fuo1 .describe p {
    padding-left: 40px;
  }
  .fuo1 .describe em::before {
    width: 34px;
    left: -40px;
    top: -1px;
  }
  .fuo1 .describe strong {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo1 .bofangBox {
    width: 72px;
  }
  .fuo2 {
    padding: 40px 0px;
  }
  .fuo2 .top {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
  .fuo2 .top_l {
    width: 100%;
    text-align: center;
  }
  .fuo2 .buttonBox {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .fuo2 .text {
    text-align: center;
    width: 100%;
    flex: none;
    margin-top: 0px;
  }
  .fuo2_container {
    margin-top: 20px;
  }
  .fuo3 {
    padding: 40px 0px;
  }
  .fuo3_container {
    margin: 15px auto 0px;
  }
  .fuo3_container .sw_box {
    width: 36%;
  }
  .fuo3_container .controls_box img {
    width: 18px;
  }
  .fuo3_container .controls_box div {
    width: 36px;
    top: 1px;
  }
  .fuo3_container .controls_box div:nth-of-type(1) {
    left: -5px;
  }
  .fuo3_container .controls_box div:nth-of-type(2) {
    right: -5px;
  }
  .fuo3_container .sw_box1 {
    margin: 15px auto 0px;
  }
  .fuo3_container .sw_box1 .swiper-slide {
    padding: 20px 20px 30px;
  }
  .fuo3_container .describe {
    font-size: 15px;
    line-height: 26px;
  }
  .fuo4 {
    padding: 40px 0px 0px;
  }
  .fuo4 .top {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
  .fuo4 .top_l {
    width: 100%;
    text-align: center;
  }
  .fuo4 .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .fuo4 .text {
    text-align: center;
    width: 100%;
    flex: none;
    margin-top: 0px;
  }
  .fuo4 .index1_title {
    max-width: 100%;
  }
  .fuo4 .sw_box {
    margin-top: 15px;
  }
  .fuo4 .swiper-slide {
    margin-top: 0px !important;
  }
  .fuo5 {
    padding: 40px 0px;
  }
  .fuo5 .text {
    margin-top: 8px;
  }
  .fuo5_list {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .fuo5_list li {
    width: 49%;
    flex: none;
  }
  .fuo5_list li::before {
    opacity: 1;
  }
  .fuo5_list .hide_box {
    opacity: 1;
    padding: 6px 15px;
  }
  .fuo5_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fuo5_list .index5_img {
    width: 100%;
    max-width: 100%;
  }
  .fuo6 {
    padding: 40px 0px;
  }
  .fuo6 .top {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
  .fuo6 .top_l {
    width: 100%;
    text-align: center;
  }
  .fuo6 .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .fuo6 .text {
    text-align: center;
    width: 100%;
    flex: none;
    margin-top: 0px;
  }
  .fuo6 .sw_box {
    margin-top: 15px;
  }
  .fut1 {
    padding: 20px 0px 40px;
  }
  .fut1 .content {
    flex-wrap: wrap;
  }
  .fut1_l {
    width: 100%;
    max-width: 542px;
  }
  .fut1_l .imgBox {
    margin-top: 15px;
  }
  .fut1_r {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
    gap: 20px;
  }
  .fut2 {
    padding-top: 40px;
  }
  .fut2_box .content {
    padding: 30px 0px 40px;
  }
  .fut2_box .describe {
    line-height: 24px;
    margin-top: 10px;
  }
  .fut2_box .buttonBox {
    margin-top: 20px;
  }
  .fut3 {
    padding-top: 40px;
  }
  .fut3 .text {
    margin-top: 8px;
  }
  .fut3_container {
    margin: 15px auto 0px;
  }
  .fut4 {
    padding: 40px 0px;
  }
  .fut4 .text {
    margin-top: 8px;
  }
  .fut4 .sw_box {
    margin-top: 20px;
  }
  .fut4 .title {
    margin-top: 4px;
  }
  .futh1 {
    padding: 30px 0px 40px;
  }
  .futh1_list {
    gap: 20px 2%;
  }
  .futh1_list li {
    width: 32%;
  }
  .futh1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .futh1_list .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .fufu1 {
    padding: 20px 0px 40px;
  }
  .fufu1 h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .fufu1 .time_share {
    margin-top: 8px;
  }
  .fufu1_container {
    margin-top: 8px;
  }
  .fufu1_container .describe {
    margin-top: 6px;
  }
  .fufu1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fufu1_container .box1,
  .fufu1_container .box2,
  .fufu1_container .box3 {
    margin-top: 15px;
  }
  .fufu1_list {
    margin-top: 12px;
  }
  .fufu1_list li {
    width: 100%;
    padding-left: 30px;
  }
  .fufu1_list li::before {
    width: 20px;
  }
  .fufu1_list .describe {
    margin-top: 0px;
  }
  .fufu2 {
    padding: 40px 0px;
  }
  .fufu2 .sw_box {
    margin-top: 20px;
  }
  .fufu2 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .fufu2 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .fo1 {
    padding: 30px 0px 40px;
  }
  .fo1 .title_text {
    line-height: 24px;
    margin-top: 6px;
  }
  .fo1 .tt_title {
    margin-top: 10px;
  }
  .fo1_list {
    margin-top: 20px;
    gap: 20px 4%;
  }
  .fo1_list li {
    width: 48%;
    padding: 15px 20px 20px;
  }
  .fo1_list .logo {
    width: 36px;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .fo1_list .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .fo2 {
    padding-bottom: 40px;
  }
  .fo2_r {
    display: none;
  }
  .fo2_l {
    width: 100%;
  }
  .fo2_container {
    margin-top: 12px;
  }
  .fo2_container .l_box {
    flex: 1;
    font-size: 15px;
    line-height: 26px;
  }
  .fo2_container .logo {
    width: 14px;
    margin-top: 6px;
  }
  .fo2_container figure {
    padding: 12px 10px;
  }
  .fo2_container .bottom {
    margin-top: 8px;
  }
  .fo2_container .top {
    padding-left: 0px;
    gap: 15px;
  }
  .fo3 .content {
    padding: 40px 0px;
  }
  .fo3_container {
    margin-top: 20px;
  }
  .fo3_container .l_box {
    margin-right: 4%;
  }
  .fo3_container .describe {
    line-height: 28px;
    margin-top: 8px;
  }
  .fo3_container .describe p {
    padding-left: 30px;
  }
  .fo3_container .describe p::before {
    width: 18px;
  }
  .fo3_container .title {
    font-size: 18px;
  }
  .fo3_menu {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    margin-top: 30px;
    border-radius: 16px;
  }
  .fo3_menu figure {
    padding: 20px 12px;
  }
  .fo3_menu .logo {
    width: 32px;
  }
  .fo3_menu .name {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
  }
  .fo4 {
    padding: 40px 0px;
  }
  .fo4_container {
    margin-top: 20px;
  }
  .fo4_container .sw_box {
    width: 100%;
    max-width: 100%;
  }
  .fo4_container figure {
    padding: 20px 25px;
  }
  .fo4_container .name {
    font-size: 16px;
    line-height: 26px;
  }
  .fo4_container .swiperfo4-pagination {
    margin-top: 20px;
    gap: 16px;
  }
  .fo5 {
    padding: 40px 0px;
  }
  .fo5_container {
    margin-top: 15px;
  }
  .fo5_container figure {
    padding: 20px 0px;
    gap: 12px;
  }
  .fo5_container .num {
    font-size: 16px;
    width: 36px;
  }
  .fo5_container .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .fo5_container .l_box {
    flex: none;
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  .fo5_container .r_box {
    width: 100%;
    padding-top: 0px;
  }
  .fo5_container .describe {
    line-height: 26px;
  }
  .fo5_container .describe p {
    padding-left: 20px;
  }
  .fo5_container .describe p::before {
    top: 6px;
  }
  .fo6 {
    padding: 40px 0px;
  }
  .fo6_l {
    padding: 0px;
  }
  .fo6_l .title {
    font-size: 18px;
    line-height: 28px;
  }
  .fo6_l .describe {
    margin-top: 8px;
  }
  .fo6_container {
    margin-top: 15px;
  }
  .fo6_container .r_box {
    margin-left: 6%;
  }
  .fo6_menu {
    margin-top: 20px;
  }
  .fo7 {
    padding: 40px 0px;
  }
  .fo7 .text {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo7 .buttonBox {
    margin-top: 20px;
  }
  .so1 {
    padding: 30px 0px 40px;
  }
  .so1_container {
    gap: 15px;
  }
  .so1_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .so1_container .describe {
    margin-top: 8px;
  }
  .so1_container .links {
    margin-top: 15px;
  }
  .st1 {
    padding: 20px 0px 40px;
  }
  .st1 h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .st1 .time_share {
    margin-top: 8px;
  }
  .st1_container {
    margin-top: 8px;
  }
  .st1_container .describe {
    margin-top: 6px;
  }
  .st1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .st1_container .box1,
  .st1_container .box2,
  .st1_container .box3 {
    margin-top: 15px;
  }
  .st1_list {
    margin-top: 12px;
  }
  .st1_list li {
    width: 100%;
    padding-left: 30px;
  }
  .st1_list li::before {
    width: 20px;
  }
  .st1_list .describe {
    margin-top: 0px;
  }
  .pub1 {
    padding: 40px 0px;
  }
  .pub1 .swiper_button {
    margin-top: 15px;
  }
  .pub1 .text {
    line-height: 24px;
  }
  .pub1 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .pub1 .describe {
    margin-top: 6px;
  }
  .pub1 .sw_box {
    margin-top: 20px;
  }
  .pub1 .links {
    margin-top: 8px;
  }
  .swiper_button_margin {
    margin-left: 0px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 12px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change .logo img {
    width: 14px;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 15px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1_list {
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .seo1_list figure {
    width: 32%;
  }
  .seo1_list .xian {
    display: none;
  }
  .seo1_list .title,
  .seo1_list .text {
    font-size: 15px;
    line-height: 24px;
  }
  .seo1_list .text {
    margin-top: 0px;
  }
  .seo1_list .box {
    padding-top: 0px;
  }
  .seo2_menu {
    position: relative;
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    height: auto;
    padding: 12px 0px 0px;
  }
  .seo2_menu .title {
    font-size: 20px;
    line-height: 28px;
  }
  .seo2 {
    padding-bottom: 20px;
  }
  .seo2_list {
    position: relative;
  }
  .seo2_list figure {
    padding: 12px 0px;
  }
  .seo2_list .container {
    position: relative;
    width: 100%;
    padding-right: 0px;
  }
  .seo2_list .active .name {
    font-size: 16px;
  }
  .seo3 {
    padding: 40px 0px;
  }
  .seo3 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .seo3_l {
    width: 100%;
  }
  .seo3_l .title_text {
    margin-top: 4px;
  }
  .seo3_list {
    margin-top: 15px;
    gap: 8px;
  }
  .seo3_list .title {
    font-size: 15px;
  }
  .seo3_list li {
    padding: 15px 20px;
  }
  .seo3_list .describe {
    margin-top: 4px;
  }
  .seo3_r {
    width: 100%;
    transform: none;
  }
  .seo3_r form {
    gap: 15px 0px;
  }
  .seo3_r form input {
    height: 42px;
  }
  .seo3_r form textarea {
    height: 90px;
  }
  .seo3_r form input,
  .seo3_r form textarea {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .index1_sw_box .swiper-slide {
    width: 49%;
    margin-right: 2%;
  }
  .index1_sw_box .mySwiperindex1 {
    height: auto;
    padding-top: 0px;
  }
  .index1_sw_box .title {
    position: relative;
    left: 0;
    top: 0;
    transform: none !important;
    padding: 0px !important;
    flex: 1;
  }
  .index1_sw_box .hide_box {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .index1_sw_box .links {
    opacity: 1;
    pointer-events: all;
  }
  .index2_container {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .index2_r {
    width: 100%;
    margin-top: 0px;
  }
  .index2_l {
    width: 100%;
  }
  .index2_l .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
  }
  .index3 .sw_box {
    padding: 0px 20px;
  }
  .index4_list li {
    width: 49%;
  }
  .index6_container {
    width: calc(100% - 40px);
  }
  .index8 .top {
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .index8 .top_l {
    width: 100%;
    text-align: center;
  }
  .index8 .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .index8 .text {
    text-align: center;
    width: 100%;
    flex: none;
  }
  .tt1 .r_box {
    width: 100%;
    float: none !important;
    margin: 0px auto !important;
  }
  .tt1_l {
    padding-top: 20px;
  }
  .tho1 .top {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }
  .tho1 .top_l {
    width: 100%;
    text-align: center;
  }
  .tho1 .text {
    text-align: center;
    width: 100%;
    flex: none;
    margin-top: 0px;
  }
  .tho1_menu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .fuo3_container {
    width: 100%;
  }
  .fuo3_container .controls_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
  }
  .fuo3_container .controls_box div {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
  }
  .fut2_menu {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fut2_menu .title {
    margin-top: 0px;
  }
  .fut2_menu .list {
    flex: none;
    width: 100%;
  }
  .fut2_l {
    float: none;
    margin: 0px;
    width: 100%;
  }
  .fut4 .top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fut4 .text {
    margin-top: 4px;
  }
  .fut4 .swiper_button {
    width: 100%;
    justify-content: center;
  }
  .fut4 .top_l {
    width: 100%;
    flex: none;
    text-align: center;
  }
  .fufu2 .top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fufu2 .swiper_button {
    width: 100%;
    justify-content: center;
  }
  .fufu2 .top_l {
    width: 100%;
    flex: none;
    text-align: center;
  }
  .fo3 .top {
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .fo3 .top_l {
    width: 100%;
    text-align: center;
  }
  .fo3 .buttonBox {
    width: 100%;
    justify-content: center;
  }
  .fo4_container .container {
    gap: 12px;
  }
  .fo6_menu span {
    line-height: 20px;
  }
  .so1_container .r_box {
    padding: 0px 20px;
  }
  .so1_container .describe {
    margin-top: 6px;
  }
  .so1_container .links {
    margin-top: 12px;
  }
  .pub1 .top {
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .pub1 .top_l {
    width: 100%;
    text-align: center;
  }
  .pub1 .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .pub1 .text {
    text-align: center;
    width: 100%;
    flex: none;
    margin-top: 0px;
  }
  .seo1_list figure {
    width: 49%;
  }
  .seo2 .content {
    width: calc(100% - 40px) !important;
  }
}
@media screen and (max-width: 600px) {
  .to1_list li {
    width: 49%;
  }
  .tho1_list li {
    width: 49%;
  }
  .fuo1 .l_box {
    float: none;
    margin: 0px !important;
    width: 100%;
  }
  .fuo1 .r_box {
    padding-top: 12px;
  }
  .fut1_l .index1_title {
    text-align: center;
  }
  .fut1_r::before {
    display: none;
  }
  .fut1_r figure {
    text-align: center;
    flex-wrap: wrap;
  }
  .fut1_r .r_box {
    flex: none;
    width: 100%;
  }
  .fut1_r .l_box {
    width: 100%;
    flex: none;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }
  .fut1_r .logo {
    width: 42px;
  }
  .fut1_r .title {
    width: 100%;
    flex: none;
    margin-top: 0px;
  }
  .futh1_list li {
    width: 49%;
  }
  .fo3_menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .fo3_menu figure {
    width: 33.33333%;
  }
  .so1_container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 2%;
  }
  .so1_container figure {
    width: 49%;
  }
  .so1_container .l_box {
    width: 100%;
  }
  .so1_container .r_box {
    width: 100%;
    flex: none;
    padding: 12px 15px 20px;
  }
}
@media screen and (max-width: 481px) {
  header {
    top: 0px !important;
  }
  header .head_top {
    height: 0px;
    display: none !important;
  }
  header .logoBox {
    width: 166px;
  }
  header .head_boxr {
    padding-right: 36px;
  }
  .index1_sw_box .swiper-slide {
    width: 100%;
  }
  .index7 .container {
    width: 100%;
    max-width: 100%;
  }
  .bannerBox {
    min-height: 180px;
  }
  .fuo3_container .sw_box {
    width: 60%;
  }
  .fo1_list li {
    width: 100%;
  }
  .fo3_container .l_box {
    width: 100%;
    margin: 0px !important;
    float: none;
  }
  .fo3_container .r_box {
    padding-top: 15px;
  }
  .fo6_container .r_box {
    width: 100%;
    margin: 0px !important;
    float: none;
  }
  .fo6_l {
    padding-top: 15px;
  }
  .fo6_menu span {
    padding: 10px;
  }
  .seo1_list figure {
    width: 100%;
  }
  .seo3_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .so1_container figure {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .index4_list li {
    width: 100%;
  }
  .index5_list li {
    width: 100%;
  }
  .fuo5_list li {
    width: 100%;
  }
  .footer_b .add_box {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer_b .add_box .imgBox {
    width: 100%;
  }
  .tho1_list li {
    width: 100%;
  }
  .futh1_list li {
    width: 100%;
  }
  .fo3_menu figure {
    width: 50%;
  }
  .fo6_menu {
    gap: 1px 2px;
    flex-wrap: wrap;
  }
  .fo6_menu span {
    flex: none;
    width: calc(50% - 1px);
  }
}
@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: "SofiaPro";
  src: url("../fonts/SofiaPro.eot");
  src: url("../fonts/SofiaPro.eot") format("embedded-opentype"), url("../fonts/SofiaPro.woff2") format("woff2"), url("../fonts/SofiaPro.woff") format("woff"), url("../fonts/SofiaPro.ttf") format("truetype"), url("../fonts/SofiaPro.svg#SofiaPro") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "SofiaPro-SemiBold";
  src: url("../fonts/SofiaPro-SemiBold.eot");
  src: url("../fonts/SofiaPro-SemiBold.eot") format("embedded-opentype"), url("../fonts/SofiaPro-SemiBold.woff2") format("woff2"), url("../fonts/SofiaPro-SemiBold.woff") format("woff"), url("../fonts/SofiaPro-SemiBold.ttf") format("truetype"), url("../fonts/SofiaPro-SemiBold.svg#SofiaPro-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,d09GMgABAAAAACisAAsAAAAARQAAAChaAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACMYArrMNZIATYCJAOCGAuBDgAEIAWEZweFcRtFOXWGHGwcANxsnhtRMQrL/v+PCeqI0aIGXF9/Adg0OKiUFoMazbYpM0IpSmixR/tQXpqf2vRLKM3b6DnjToTIRnq8WTevrsAHDgGIFpe1WoAIgwsep8qtTJubSpEmNdEjPDJvhFft/v3vRuvtfYdSQjz+5veTnNByYcXU6bp8mvtzKeseomC/37yPuvRELMRyi4Q527bTEGyzIwSjCGlBoqSkLEAqBEVFQUUUnfZCV+qKpf4iP6Zr162rcFHx2/5/6erbAJjvm6uqYM+qZueYdy2EAGF2QyDJLKwBIyYtY4Ksek6q77z79q8lCiOJo5YEG/OWk1/rc3Tz/4iDG50owzTAIumYzYqu3d2/9xRNBP691V57lh0kAYbAELt+7Td7vu/EPX0zGpHQKYWGRUt3l0sC3KZ0rb7QShu7Y5OnFgWuCIunC0UEEBSHyd/HC+DbfgN8xVLvz76kYahpa5gJWMxjicZCEg5LiD3/p7NsrUP5Qt5UhItVoGiIu/5/aWFGkmHsI1lLoFkfWA5JIaQKXy9pyXLI8pEd9F4AuWhS5aXoUnTpy702VYqyjeqK0U19GtpBzyOL0WtNy6KmVB1PSbpECRDEjsF2ed3cd1CARzFV6Fp1GrUiyaDuo4aQgcF9q+ByWQ3q37c77mKNibmscFFEaD81rlqCA3quvgksxr+vHlGicUHjCO6XmvWp3Yuz8UdLxCw55DeminsG72vAAQQopNhGUsUf6yTI6awQwSP9BKP+AVpQDYcUBYk7cTfuxZPhqHS2RKOr17Rtx34/aG2YCpuUUiat5cqWwivhtfBO+Ev4d/hv+CT8WuI29+9HS/4C4kptAdtMGmvQWmcQ9mssU7QYXqrdqH0pLv5L7kmjRSuv1KbQodmpy2C3ep9h/aPGTJgUq82pzft3eLiTVmqZVaLVTCSNWgnSc6TjEhFVZJGRkULtpDJRqqpWvUZW2WSXQ065VOZLLLc88sonvwIKKq6QEgoroqSiiimtlDLKKqe8ClJKxZNcBlFJJEMTuNgP2to6/6CAjzsUBFOoMEygkFhAheMeFYkWKh5vFBb9qISWSRTeKSp6UEmYQdHRgWJhGsVGN0qCNpQGnSgdHlHWICNtgDlULtpRXoyiSsflkXWAIdRtzCNYNAgDTwgTz4SFF8LGKxFiCRFhGRFjBZEEsZkCAVIKAVIJeEAy0YdoMIBkYQPRYhNZhi1kObaRw9hBjmAXOYo95HhQI08A9pHTOEXOhLzlWQiQ5wBnyAUcIRdDPvMSBCsvA86RK7hE7uMKeYZr5AVukHe4Rf7DGPI/xvED0IsfMUbwsxmz+HmALvzPOzBouJnAHcPAJ3zwhW9GjslxG61yt2FoUco7MxT9UFGj05Ehg9GMdCT84DXljRiXDhwI1zrSItQjf6l3qyhx5d+M0EtH/NArp46btMUeN92YgIegIKR3xxgZ/TcRkzmo17RtK4r1LZYlMbZql1TIKduOws75MXqgCxYnjYJpxOSYR/ay6O6nDdGSA223WIHlahk0aMqhLFfF/MqANQaReWaLtzxTltt1h1PCCkS5ZTd4c30FEk8UAdE0UZJ1hkmIz8zsPCNL8b80Qzbl4ONW2qmdWH/f2exDJpdsT0fZWDDWWmALrUaUSR/06RTlNzkq16xSlsikXBpFMTrDmAIgmkpNU2qkcWJfZl+HuTuJ1Dc56nm1yqAj3t0wMbIuXK02h5ub1bDGsk7HlNgRkgTb1g4yZ5oDgPCWZ01hso7oQKDQW28wCVAlebRUhtVoOAUgroQr16ZcKnJpuMVmMDUqTPw5vz/umvQKKv65rlPsLXesXCPlvSqjRzOip5h8IQShxKsihXiNkRiIW3JSRgzMaBQFRoEkwhpYA4LRIdh3htiYPulVaaJSyck8a8xIppzumCdV6PWl2xUFvcM6Ok1n4y6zIb4l94aqZdiC2zRDCq+5IvF1/eunkZaYvkAeqck948y1CX8OS8uvRarD67Lrsykp8OmMLToeRK/MmYDFkNYaF6Ezm8rblj23tuZ9OqrJjO60Lp96eewhLoAXRyiVjmwpKsfKu8ruvpZowEYzLEh5eZrMCKE5Ufhcsmd6LywWFYmeGBCL51Ra01ixcWI1kcGOWBZmU6aJL45ijPDU4VSVrjuoyxSVZBBS25YcR7EskDA/MZTdAWLXMsUPdO163ATEhSrbV/f5ZIq7JmdJDiuRxKfZD1XJ8+CnpIjzzluxOPUSsy1FAyQ3hwHAnE/lWYZtKH1qsKIhMYH3Mk748W9WCc1rqZBsH634Vp3JQjYUqbDCYDaCNNJHJrEeK08dmJHDvcOEkEVNtKbAa1sXBgBVisFDm+YwN8ysTYAv5BfSS+U5eXYhMrGSIq0s9ypoRw+9LN5+XdSZKMQYm80fAaQ6XBuvEgMzmI4DYdtID98rSWwBp29QVSbdkrehSutg8RYg5uFHSO0a7jpnYTbndl0PgXZkdGpV9yiaGH+1qw+v+x15XPV6V7XHcL2+ptJDx42mplfbUrBGc7kqvqkz1eIi20BvMTl/o6iUb5bek+0XUpnjxHmAuPnMDPWW2u/IkBhKvTs+X2sSPlFsm+AtnmcM7Jgqexzps8qhnc+yKw8C+VwrQ9kL/jw3cr1aPfdl4e59fw78lPRr7mYMfJEfveU2Pr2qS+w1I6WBCqImP7yiEeqymtahg5EJrVbTBK8Uu1IsFZpxtO/yTNuLT2Ocw1Ce5z93uJdrPat3uFvQbJH3RyJaD99DBX0wugFjD/kzp3Ec4u4YBRGHxzzLzUaK951KJYxx0IWiAPV0d+HxnTXKzICrszv/etBJ0lVRWZkbgm60yXR/WhmeTBWgRUAL15HLAkByU6xYkdNn5DnO82UIxvUgV45svOT1RS7rp6JEKOTZCURBNKS8Rj/fbJjmOZXkFFbkNaUg8RJ0YHvYLg1UIItSOeXucdOsjfOgu8vRv2R5wmtwymbYu22aBjhC86lE/7jvC4bqpNTxfA0DQwbJ8x+R5tuXt4O55xJ5a+SAlmE9ptvMj7pvOnNwj3LgfrE+9eZ5dD872OuOvdPn7oNn0Xw7Kg3ib5w2eU1jHTEmwmerQ2uXQXQc3sefccM8ykh0Pzk7WFpBU42Z+4tk4Z7ve+TQMvjyQG3YVfE0Y8ZkTPiWBT5UgjFoUZNv5RbiyomSggNlGCbQiiG0hhmEOMsTPiE9AxCE8s3o2xWEV7N1+Xnvk3ZbuCPvNrnxR7XxhjggdTfqEo/bLP62ss8Rp556+l7v2/bU3/wo17SLz1K5RvACsEN4SIXVgCEoUcB0aYBHhmC6jQS+lEpl5UAUWrgLGrpvIACClIGGV+je7sKy5xE3aJvuyjpbYOHwWmJtuLOxLU7XNt4+YvGPTKS+dgkRDME83RWieS0SVpNpRnj27ByaAgXOX6sboqDkAMBKjmSRNyQr56H1mpcKuKcpKZI9eI5QlLEnhB74kIZEA3SXtteZ7jXBUB6VejTLrVOliEqokMRCrTQYiU+JwDCSDhvdupwldFeVOc6UOzWP9xisZDQ6a1dOKUuB7vqxdmZJUQl+edbniT9qj2BPQSppPSHGaH467cslIi2AQlz52WjU08V1/3QnOxF2dotdPzP37NGCsz6Lj3FZeboM27D0pFOxLGKaQ8lPep+oqKA6dOE5yClWY1qE5SEtcfn2CHMgVCEGVRzWJehI4wxmx9QmkH036V1BejDt0wPpGr0makPn7fu28jsxTwzKbX1vGFSQkfsBD8egw+iD77ouV6JrS3548ErVlz3t7MQXR1WZ6Q6ZVpSumsdeTTE6oK6iT57v/6YkpomGkqQaoS2Lbp1s4WNZ0L3jnLl797ah1iG3wSwZsfbabv/40bnZVYXuvDtNev+OyLowvaunOu52ZK7FvUlf2heDUx871MeCBcwtOUzQ7Iq4BvwDR3KNYxAy1d2uEZpWFA3nyZJBw5VGLQGMjHJKUSogtErzzxdpC/FSRreBIqG9vtXTyFuUUOFlUqaAoXjdsqCC+LUUFkOKuMigEYNWQtPhB4lNxipRVg2A1V/7Qy4aqsFUQ9Jg5S/Dw8bHASXLqkhF3rk9a8CYjEoZpNoghuU9qIbU5ZmSAWkQaylNK9F6oF7FjHAYpIGxifmUsRhEQE/zauvgSg5oap/Dw+CnJDK3FGAb8pe5VblV0Ygq65LxvVySykqRzIurMvk5PTh71BYC8llqGZXeGWotBMsF+rHdUXxjBJD16rtJKrJj0TryuNFwwz52CPPAzJbH/iIgm7PN0+vvdVv8YwvT2TQXjLF6IL+RmfX5dNQMV8MwpWaRT3yTR+2T8EOw66UCa6iK9VOL3jLYUgrkGdWbXddvAlI38pbFh+S9dwK6pvrBqM5M2rL5rqoKALLs7oacDuhdcXDQEZ0feYvPuSLD81cVa8MYO+OCo99K2iYw2Zg7FrDtv5tc1hXxax+CPC19ZhhjY01zzvurdbY0eMvj7OJRapFP3Oifn+6WuYWGcHW4Oml5bHS3mzvt0/o8IMjT/QMfzo8nDc6G+qB2PhVS7xOk3CPOBCaP17ZQrAz0Jxafio7DZU2kRxnv6LASwRYlt5sZhXBeOpgb6KaMLZk63+pq12IDMbsFG2IU4ND8OaUAcVSs3+FHgPD8BCDN2byHackjzQKy5bFyrAx/hVC4OfspqJNTJuQqfQiuKZfLojVKbVYpIKdKL26Z2ZBqpHu4n2a0srFG7cB9rTr8AZzE3cMOTnw8+XpHv+xm19AXuns08AqhvpNgAjNgYddSlcygnlBTWLELNUPSaOnBHZ+gp/UoBOZELpfCLA/L4l4Z+ZYceXy/jb9Np8gjpA/y+dneVyFaAjPNkw4fq5PYoUO87u/hYPJ3iYUAQBqsc/3mjVS51TqRTK4UnawHJ0IUHa7keykOFDO37JZR29fXEqux7aN2BYQzubCrvw4kzTcvGWyMLTRlGme2CMJCiEBrtjruL/K8hpippkywXIW3N1hrLe5eFeYLT45uZfIBRgdbXOpvevquyEgZffi5jbm7jRMbrB0W3xkAdCZdn1MKu1JrIN8+K8oowQATdccWqdtH0AmCb9J6Rq/JB0obH4TwT0PpNKE6J6am9YMpLKfTPuk7ThrgxuVZae7yjzzcDX0vCUvTCWaS5ulvYd7t4IWnu5avyvkOX3p+EXyeDm3oPCkqZamEjrX1rFYTVBALi7mG6UAH+zyZR7nA5rR0oOVG3lsEXNKXcMX+n+D8X7T+y5v/ER3RtgXT5CyLd872v7hUXbfCv0QGA/+0H3p7lE7SYHWoI/lZU9nzOS4rL9mL7+mF0lCmDKv6qPZhoMAWDUlljKWeA6c5UOgLnCDEK7l6ipLKOxkfXwOqQsoqJUOFPFnxB7/zlodWOZR0Sa9Y9Zj6LM6ncpCG7hdS/mkplOC2Z6dTi9AbNNp6ix5nhEqioDnJMOmlwVmKUtVw3EXUo8WLxm37SRebytvpJ+gSyxo4bmn0d27dRmg6MZJLKaxhxPpu1Ud7GSbarhfYDD/RqGmRCKFqwwCEI8Ck9kxhuXVZNAwW+WImRYfkd0lNyOPiIE7qQC3I4yfwq9IB6kCe2AevpHpQG/5mwiR64xT80Ha7beJ5XWJtwkUICNder40/e3d897hXltFj+532yRf1va/11kgSPPPc8vS97JjaN9WkXDBQYc7KpkksS3EcybavkWxSTjcu7OTdP+w63t158lr3qa6eE+dEOnskFOlh31/9jXpJcHruwDz08JhGXzEX9xQ0oj9M0eWR2q1+L7xkMUTn2FT9PNBfe3f5PWu3dWlKbE0f29GFw1+BJzvtjsWtx4LfHmzY/eo/D/8ulpnnL8pPf7Mn9MHEh4Cuunqy88/s964SQljErvV1LrxFMm4NDopF1wEYND+9ghIdH2Ot8g7+PiFNY56CZ9uZ308mkAuTr0+ZqHm1Zf7yF/FVp0ZdIFO+zym/Y3vjzP6J146ZEMj6bNIHoIOE6rgBTumc2SWcAPeawHCgV8MN1IVUIzIaqy011vGxHmrEiBpQxi3hzprNXv/NBGzlCSNjIpdKhopndX3ta2LY88o4I0rKt95AAj3tbPfjkZxw3QlsBCKC4kjexv5tUUxufGsNak27uERSRs8K/7aE21W5uQWKvg0NKRhStPLjhtHvLnzLn1J5Jnp+0YuwcESykQKDQqBT4pAsjBSjPDb6c8UqWbyXNe9t27XqMcKwaCoymnMiqWQKZ0SCFAFP0HlaMQ3KkfqT7FH3UBJRpXeaKBfmBwUcN6t1WqLHhFj89sS+GQVaO3/UL1dy/3o7qB+lDdvQA4oapZVaXdfk3pm775BWMEiPhnYu2SqWz8zR6R5xdCInMvJgATXy9sYP84wrni9D/oqpCEdnnKnOdka3RdbY2rMavN6moQOThmS5S5keWpEqL81qzclVlWZVUPy06ihPTJle/6hxMHvSE6+uDJCrtLaL7/3fY46Fyd+hHR8woPvEJBa6k4EM0wZ+MHbW1D4rEA//QfgIlV8wHgzkTOjkd/GJPOJOUcJiPoFfhfk/3BDLBIFcR61wGizO1jjGRc+lFw8pTM7npViltiKLud0gpZZmdsp2SEdlMBDQHkL41U/5nuL8sUIDfg/je7HEAEMaOwQ4xxxNw4pxMj78vN+ABNlePf8Ra2tTWWvaBY7NbVN/uOqYtNIn7QmZhom+8Y7DS21MO8vr7Ewvq3rrhpiYRmbOGDO1AUqPwi8a+JUZFszlnjwaW0OpjcX+nPjzltMpQKWpofl4gPdf0B9zZnTPaAnWGEvZecefzcwXwa+yqxaju6fPhhNivUDuG8HCZ886yZ01MNLbu2/fueznz1qDIHPBXe0YLrsC+JKzeTazwCrYIDAEdLpzFbObk4t6iFP72ojs7yx9LsvwLfvVeou4h7YaNMMbdNq9oEwI/8t7LrP8GYuVavk3c2Dxg4VGKEjVKXcsL3110T6VymbYmXa5XcYV/A5YPHVSXVIvrYnWm1RHO4+hPEESJlQf4JZy5szhNP9vV10jv4LnXzQnwIr0n1L9l6ZupzA7txNp2IEk9FDdvgtmX0QrQWzLTG4wqVMDFQqtxS1Kq85IStAPFOF/Q7S0PJo8jOjmFHBMXKudlyts8M1z8fV8U4HXtGDj79lcPb2f1nZT5nbgXHXlEk12CS9wTWA4H9lSTjm3DsjkjqUFU+fFZXzR4rVLG5ZP/KJ/yDqHKhI89gPtyrFRvsZ2T8KLm7v7zd6o9gacR6tL7/dElbaM92Gun2T0m0ujxrdgfGI1vR8wvPZkazI/JrV7tZLRxcWjJVqv46HfsU1gz5SV/y7+RrfSDDcqC2GFPjvPQW2l7vqnK0v9ymGgVKn0pyET7R12KsjqGRt6H564G14MzSsEVcABqw3jh7+fn9D+V0Lb/L92fi3cDhsCKQSEwCcCvKYQru2vmgR55GJQip4SOdethIVlMGjkrefJjDXXT05K1dc2cPhK5B8yNJ3xugM3g/GqRvo28mrkWymY2HZwURaENklcIpFLYlg3d4kkN8PYkSxOWW8mqVsQEdit+j9dLZIlMDvmk2jwzx5Mk3TvQ7OXVEcU2VTJ9SZNXe6QZalInDYzCauDWvD3hLfeNduizRYRtJ3v5Bn4Rk8598HgSaQsHkTBxoqcQqFTtFK0mFMYnu0mf4VkZdLwb0nR92140unPzFv3MONxmPrI4yWPjw74Tr1Srz4642ilxJH3xMHrEehz3t+l22zo7UTBq4+qT70a8B1d8vjIY/XjsFDEK6CPEEAsihaQf9sS8fev/kaTt9yjDDkPXrkP3acIKPcPkV+/Dzuz710Y+O53eTbrx9DJhELGD31HB/n2Sv9iZh7uYehDsDCsiImyoJibdz9InT+73D43p1eklpWlVqQ/DzCcW06veP7gumIgmJ+SKxbnpuSfSMhUrrhf8gnLzfZsUmjSxA4ihNgZMM1WIgTZiZaTJnQSUIROc1Kokwi4BeudlJjhRZrWDzNsaO+IWjao7iyWyfI84vjjOSJxdjQNlOsOXFMt8Z3X/bnh08OIcDjqyy9//bz5y5LkoCdyzPKZNM3n57Sw09Uzvh848dYwELQngJRFrT0VymzhqD34vUuvHbq2dN/SGS2TxjeU4EAbyn3uv/0reKQjacZqayY1Qlifn9PIW5gzpzSjWlconru4N809Yke3pwTxru/9ysdvr/sXlZRGNQni1NlZ2GHo4fCFLEshq76eMQOMdHFWBewKq8y9r8UX6MoX+STDqj30bGqHjGxYDv6+3B/qr8sNHqHxJcmSy80Ds1LrEmYNpOdfeZFtXHs2g9XbY7eXvA49rT7dlHHaPnH7/3RjBfhM3uwv4krRF6fL+UV0Ob5mx5znpnDH+G/ZAp0r8ZH8MgaQI+OQt+VEOe0ahdSrJclIHBlbiMWouIvYizKNT7rSu9qa8isocBOiCCK9Kl0bYULAopu7OBitIZ7bVUGBmZCRMSQsaoCL1gGn0pxYtS5dp1Ju/2WUjHpNWeUiP5RfREMlhbgpO3KcnzOXRp5Llo2WjZtIoZm3Oe6wboiUS0Ir4InycDI8drkrt/SLKCh86Xf6vwgzP5rGcnAxhzb2xeCA9vnhxXc+/3PgW2vMJ55eCssXptnRJVtDYc2Zw9JzKo4hU6WlW5IOwKTJRU7VX3+8yW10G0DjdJGVOMUqWiMpnDVa2SDNLbZ7eI2c2gY08uF2UAqMje/pqdEbLrKwNWvWvuxKy5/UpK3TaOq1jf9rmzR1B7r6/4rUodgkL82d6NpP6IxVUBWxnY4ZE02sI24txnUUNSUaYzeV1xcrvDKZV1F8XS1lRV55sfx6tEjOiq+vi3mLZMUKEPEzBKBRfF6JcOibCCAoSFEgcCm5j/s2NoqB7eX1YRkx0Y9457mXAn45BoKCAqoG66HxLxx3CMTt6/Og1aTuUpl2bfKv6dm5yaPaqDYBkISw89yJrZPETbtamTftNKu6j3FEyHHxd5pp0yzW/13YcD+SBjDloYdIegDIuYrIAiziKiZgrYoAl4hVPanpZYq00iaByQiQ1BRSbft4qPeoY/H/F8+NPy/y9DKtTFaenb+VcfmDuN0jOu+KD8WgY2MrRsyXJBYdA3J+DvF57WdQUJbk7JyHEfDmbFOtPKG5f0elsUh/Sf5LGrtz+cgg0sSqmLjyZnDNwvXSdDHIgL5NolKuJ/6feJ1CPVWfCspjouNfv0Ya0+WDHexX8/coPhUVz0F+KEBbzJuom9bsA9qLCW4TV8/hGHgmt1diFVmymaWkBRN4hTzfkIhLmEcRQ1P9iuJihV/Z5DbxDIlMrnEl12RqGABsuVRjs8HQ3KFYs76D6G9AcLPBFFsymnGEOcSRkbc2EPGIvZ71pQfztYAdaK1TBt3Njmhd5NJxwlObLm0uD0tnTTIF2T6WZ/q0ImYx6zTAcB7C8rB9JwnFCyoIayukw1prVFUZmUF19buEhISe+Vi72lKpqsdk0UfBbgkOLT75bSx7Y7709qbjs+1rDJGdmrxytZVc+EgLq4cwChMZOsvFW3Tv+Pu4ZV+evJ63vvc08aP8zF/ALILSqyHwKkg/kgmrBigOOhWKGGrMgyEvRDK6ZFEIuUwGHQ6lDwHwSuhZJANeBIEoMWwosunkQng/4jQwhkFjZVDok+aLm9DWCfTBLEUsMOTRls3ktjBPMcZeiJrXLjK5BmqCFdXzOFM2fwOCCUWZITAF8lJkW5HvIQzBZGCgMoQCBnQNDMLILv6pDQFHDQZlqFZHqHUBHnkGosDCEJEwVB8ECkechhjwMQy4rAaGYCzICavSF0UeRzKgDA+thFVB/Qg5NJ6OhM0VYzN+rFHs0UfTxx44NnPqWPmVyBjDw+u6GHIUxojC5YAUYxsm+iPeH/VxFSYKYE9Q2jCVMfUToiu2K8bfT9jUmeSi9KLUObp/ff/yfvD2C+H9FxVt2aOaO5pHOdoTspaV7IctmPTLuqTE7g/0uIYFhCTEPfHFIV7Fsqqqe/JRhZfAsx+DSUTS2k/o/zdkSapv+07UjzuhHtE00hr0sxLJeiIf6RvgO2QHP/zdyP9wFipbtQHcCq04GQvZ4RNB9MIhELPIIHPAYzW/9T+cerZqGjMMrTgfM0uxqIc2bcQioo5C+we8qlozuhVk6A+Iyo6Y+oJ8OZD6K8WBuFp9BRMry1IAMzPYJ1/ul8hk7/EZVe2FOTmT+a1cUjtvCj83t2u4n9B65nlmLXpE2z6/DYgSCKaNF/7hkUZ+ZKtbzabXLtQrp9FUSCKgRpF4/5zvNvKxicDu39teUYuasaebdAMbi56GMjsUBQWS+kzOqNojkRc4UOZp6FjsjZqLn+rWwD7Mg1OX0LppS6jwSYPyZftYnWzm8S0FACc9p1PzBzM92pa27Y/04M0AKpRNz5iobsqor9LUaFtpN45bsnXcWywDy5gLrIMl1CQyJy00iPKc2G2WfjbAigkfnrjoAr3yb0YLwTVTUzuMYk10ADdNS5+0MENEyz/qtEr/9w10N6WhbhjZmkfLYcxHxsLbmDnNh7WjWKQQS7ho1DIo7yw2ZdcIowt1wFXXQm1NusAl543iSvYXnMbjsTOxkhcNfcK/LGBEeyIY/D8+rS93ffvxwBknTUdaOFVsk7s1DIKuYDqNiAz2UR0JE4fbIF1mSC0Wb1fdTWRm/iBdRK/pbrZe9+0qOVQCTRBtB33KOMWcWTN/kX+U/LV5BCfB/jir97j67JxkR00Zt5g9axa7mFt2ietnl8yaWcwp4wBI+e224MpmWr3L4IrChWXA4Np4KASKgWWEcYArqjW4EprHPHN7pSfOs+DzzwjNAyk70fSf85dKvgVxkzcdnB8tK6dc/mnMZRTNnsi2ZTQnPhUVYG08gT2FNwvR2lqO2/bGqdAL6J7/DjkYOpKqXlE4IsWLt4kEzveB+kWL6ouMiuSUwGb7+HG2zYGUHoWxiLCLbdx4ezWgLi0q1u09GsqLs9/5NxVH3OjAC9UlyfMxofiXqxHa8QeJOMvb/nibfv722jh3lExq9TlrMVOgJbZFdw2CTXrBG+siWEkLjB4WY5NZZUC1zWrZ9VZfffpRSpnKls69//YlWLzVmW54vWNIYVnOlnd/Nup2jP669ZmNV2UjQI2TU2bmxhii8/n6JKtMHt78Hq1cNvF24eYISYl74+H3orCw6B9Pl0y0UgGY1dCr446R26Cl3Exr+497X0xvkbNjYYQ9fxcekkxxb0Ugnu75PmGyUzpq590Yd45EYtR6YSNUrvrle+7g2442aChRbyTdjMkcIM9PSY4vyDKqDSXsMk7dyOOB1NyMgiEeoS3Z4lYmT1xkya89dW0kVtAkSsUEyrrdgnzh+BGkPwR/KJzJ2dh6UnbybNx1Ocpn2U6x/ujibG+Zk+NgFYa6hI/n52A5OSW0tsi6NHLlNsb4vsa49dFxi+Kxd/B3zsYvoyjM88OA6KTETZqNqi5N91/Ubk2XeqNm02BgerCxMdhlrVl4CXrxPWLhU8fleewFo0YjiRe5WTHiEULm0DYWfNkG7Pif4FQqfJG7T4Sui0fw0ITxsEOwI3//DQSW7YidEs9x4EkMmoSOGRz0SVYR0u4Hhbb459NY/GX+kS1llpiJE2Ms4pCXcQu5ry3NhAvAVBOmFwOlRD2SnlmYPkyZJfIi9mIkbXToULxfefBA2bQMdu5U9uaNMPbafyP0UAsuF8y5sFy7Qbu8ef268JyGHKD9FMrznuMp1Rn0Zc6XXAAhgYp+btgwytj0sZQRw3aMSR9DaW6m1O5WNo+gxP95QQeoNcV7qnKKrglJ066/EBsPch0nUrEK/QTcAsj1zH3roq5+LzmlT7q0ugMZoWGgu6WG5kKcjmV5+KgwVe1WleT+xHDzotGYHwhLIMFTKPr07C0P580beDZreHwlkP+oK+EjRqemXsc2p+59Xw+eWrt+a5bRY5HhOAIEmrxg1GS3eCyzgEQyJdTSDcHtoMd+BUiCTajSUXdaoLVcl4tbC7WQaPAzcBoJauHWuly1XAt0J1V3JjZKph6VSq6tsrSSdWxVc4CCOv4KR4pmnWJFk3CvjqMow4KrjiH4Hw0O2+ZXfBT/azTQnA06xF/din+e9J9som3WsWbz2LkCJ+ei8sIiUVFH6Uf/QRGZcjkYnPH7PadWcqwH2NYNfx/cHxzQyU4lg5Tm0GIibUUy7p9v6Ywki/O7VAhEXhwoUHUgrSKtxXBjl4LJwP3Tda6rrZusuY6tVfikhUVSn+KKwHCg61cU3lVM5pMTeSKU6wWaj44DBwYZLViewPisBnVtrboh6y9BpFS1nfwVaVXNoYoJTgvehN/cd6iTjCZloMMblX6Fz6coVd5By2KF3Jfqvw2mxai6236lT6HwKf0gcwc8Ls7PG6YpEbqE2Q6BS7QvWmYLBNki114Imo3KLtGM8pyKixtL+IiT6z+5OHqWTsfSc5aE11fn5G6OofyrgdN9Rcpf/aUlCCzR3fozNckkXR9sbEhgP9mYd4aB/W1KcifJBUOmOg1ZdSIe2CExkkRLY2j8sE8aIEQIrcAoHd9zrkEy8qctNEDGAugdeipG1rgS2eCq9w+d471xKPdOPkoclx4lMvlf1ko2MKbxwJhmJc6tmZbmMvrXyRQ76Z8iT5ET7AovIfpBBE2Jck98ERVlfPpVoHzBrex0mWWiMDM+uQwuGgMjmBGRDXS8Rcv4+k/y1nBSpuTWzpfOqqhfrdw82WQ8qO+BxkFNBfN/7iDJsoXf6CzVhAnGIkdhz+k+CHJ7tkraq6BmATpddVm1IdYMEQu3GrYfbpVPeXgUMG30LFpEN0HPwciquXmTkFy3cX2rPpCx+pYDUvLfIb540Wlluyat9Mb1zWEN/35VMepJNtivaozgov9Sq/LPD72T+Tsm8uqcdkNQxyjR6S+zn/AlWdJlsJfziy71b3RBsAvpL+rBFZFYnqCEzZclc9xlqQ8X0SrJpbR3HSw+14DnXQX+T9KXwh9lGU9JLQXUvWmfN2qiZGwUXHIIZmGBRgefEo0RXCo3ehRU+5l9UhqGoEwCkMf0WaMimW2NmiQco0JaeIUaWPhjo0MaIY3Awi+NHm1U4vJ88jQ7qJoZJMHExhtzCqNWgvDj/Q2mepmjzP+Qi8Mo49v9/ZpfECHzCChnI4g00xkD++lsGHiPLGU8gKKtJUpfdztNCr1VGGbfMkiCiY234IBOYdSXTLe/v99gqpeZUviv52JJ6PEzvt1TCL/USHWOijjL2QhCumY+zWh1YD8XOvhtDlki8wOorbG1DDx93XmXpGnVrfx4aMUqze5c3QrqUIYCDQywwAEPAiD8jXCukUAGBVTQUGgMNgGHJxBJZEoilZZEZzBZbA6Xx08WCEViSYpUJlcoU9PSMzJVak2WVpc+Q8ZMmbNkvaSiKCujuWE0Hg2KT+vJnVxtd2gZbZXNBdzVxV5LBSPikffXSGp+3EQ7Yb25yHs/9CNMJ3FIngQZCvFHujha1LCJcBGDi4WkyTKI7oaV6gh8ONIDn7sQ1udnz43CdHtBcrxXJOgnB/KvMb69k5OcRdJy8SpFuBrw8liv4t3bE++O7P0Dq0wTuHknBso1biJmso1JeobRrSwG6LKY7MUmupzFW6Xjrajn24zOGMgrD5rW2RlLy5p4OyIRBr6OyvDG2YcvamqSfSl8kA3VMPq8hiCdbxVGkoq6i5VUZEpLLa9NwNF5WBL4JlmMwNfleEvQJ8jw5kWwHMX54nRa0VFeXVidG0NtgFKkgU5JD3GSuT8W8CVhWpc2E6vgLmJxPtYO5TlY+Gn+pwWfJvnUFqyl4vsGd1xn+QwAAAA=") 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";
}

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#b1906b;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #b1906b; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#b1906b solid 1px;background: #b1906b; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}