@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-Light, 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: 1600px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #934b32;
}
@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: #934b32;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #934b32;
  right: 2.5%;
  top: 34px;
  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: 992px) {
  .nav {
    top: 20px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logoBox {
  width: 109px;
  flex-shrink: 0;
  margin-left: 3px;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #934b32 !important;
}
header .menuOne.active > a::before {
  opacity: 1;
}
header .menuOne.menuactive > a {
  color: #934b32 !important;
}
header .menuOne.menuactive > a::before {
  opacity: 1;
}
header .menuOne {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  margin-right: 38px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 57px 0px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  transition: 0.3s;
  background: #934b32;
  z-index: -1;
  opacity: 0;
}
header .menuOne > a:hover {
  color: #934b32 !important;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne .active > a {
  background: #934b32;
  color: #fff;
}
header .menuOne .menuactive > a {
  background: #934b32;
  color: #fff;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 214px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
}
header .ul li {
  font-family: Poppins-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}
header .ul li a {
  display: block;
  padding: 5px 25px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #934b32;
  color: #fff;
}
header .ul1 {
  left: -10px;
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
}
header .sousuo {
  margin-left: 30px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #333;
  font-size: 20px;
  font-weight: normal;
}
header .sousuo .search:hover {
  color: #934b32 !important;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #934b32;
}
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: #934b32;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-left: 38px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 164px;
  min-height: 46px;
  background: #934b32;
  border: 1px solid #934b32;
  border-radius: 10px;
  overflow: hidden;
  gap: 8px;
  transition: 0.2s;
  padding: 2px 15px;
  cursor: pointer;
}
header .lang .lang_box:hover {
  background: #fff;
}
header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
  filter: none;
}
header .lang .lang_box:hover span {
  color: #934b32;
}
header .lang .lang_box .dq {
  width: 18px;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
header .lang .lang_box .dq1 {
  width: 12px;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
header .lang .lang_box span {
  font-family: Poppins-Regular;
  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 #934b32;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #934b32;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #934b32;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (min-width: 993px) {
  .header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .menuOne > a {
    color: #fff;
  }
  .header .menuOne > a:hover {
    color: #934b32;
  }
  .header .menuOne > a:hover::before {
    opacity: 1;
  }
  .header .sousuo .search {
    color: #fff;
  }
  .header .sousuo .search:hover {
    color: #934b32;
  }
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 60px;
  background-color: #934b32;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #934b32;
  padding: 4px 16px;
}
.buttonBox a:hover {
  background: transparent;
  color: #934b32;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  z-index: 1;
  position: relative;
}
.bannerBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/banner_back1.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .banner_bt {
  font-family: Poppins-SemiBold;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  max-width: 1230px;
  text-align: center;
  margin: 0px auto;
}
.bannerBox .content {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 61%;
}
.bannerBox .buttonBox {
  justify-content: center;
  margin-top: 57px;
}
.bannerBox .buttonBox a {
  box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.31);
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Light;
  width: 100%;
  gap: 8px 28px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  width: 40px;
  height: 40px;
  border: solid 1px #999999;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #934b32;
  color: #fff;
  border: 1px solid #934b32;
}
.PageNumber .no:hover{
    border: solid 1px #999999;
    color: #666666;
    background-color: #fff;
}
.PageNumber .active {
  background: #934b32;
  color: #fff;
  border: 1px solid #934b32;
}
.PageNumber .p_f {
  width: 100px;
}
.PageNumber .p_l {
  width: 69px;
}
.PageNumber input {
  font-family: Poppins-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #934b32;
  border: 1px solid #934b32;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 19.5px;
  border-radius: 4px;
}
.PageNumber input:hover {
  background: #fff;
  color: #934b32;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 14px;
}
.index_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/banner_back.png") no-repeat center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
}
.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: absolute;
  left: 0;
  bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
}
.index_banner .swiper-pagination-bullet-active {
  background: transparent;
}
.big_title {
  font-family: Poppins-SemiBold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #222;
}
.big_title a {
  color: #222;
}
.big_title a:hover {
  color: #934b32;
}
.big_title span {
  transition: 0s;
  display: inline;
  color: #934b32;
}
.small_title {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #222222;
}
.small_title a {
  color: #222;
}
.small_title a:hover {
  color: #934b32;
}
.index1 {
  background-image: linear-gradient(60deg, #ffebdd 0%, #ffffff 48%, #d9deda 100%);
  padding: 103px 0px 75px;
}
.index1 .big_title {
  text-align: center;
}
.index1 .text {
  font-size: 18px;
  color: #464646;
  text-align: center;
  margin-top: 14px;
}
.index1 .buttonBox {
  justify-content: center;
  margin-top: 36px;
}
.index1_container {
  width: 100%;
  max-width: 1920px;
  padding: 0px 34px;
  margin: 32px auto 0px;
}
.index1_container .swiper-slide {
  background-color: #f1ebe6;
  border-radius: 24px;
  overflow: hidden;
}
.index1_container .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
}
.index1_container .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_container .title a:hover {
  color: #934b32;
}
.index1_container .describe {
  line-height: 28px;
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  height: 56px;
}
.index1_container .box {
  padding: 32px 30px 54px;
}
.index1_container .swiper-slide:nth-of-type(4n + 2) {
  margin-top: 48px;
}
.index1_container .swiper-slide:nth-of-type(4n + 3) {
  margin-top: 95px;
}
.index1_container .swiper-slide:nth-of-type(4n) {
  margin-top: 23px;
}
.index1_container .swiperindex1-pagination {
  position: relative;
  background: #ddd;
  height: 3px;
  flex: 1;
}
.index1_container .swiper-pagination-progressbar-fill {
  background: #111;
}
.index1_container .control_box {
  width: 100%;
  max-width: 750px;
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 64px auto 0px;
}
.index2 {
  background: #f1ebe6;
  padding: 67px 0px 75px;
}
.index2 .content {
  overflow: hidden;
}
.index2 .r_box {
  width: 47.5%;
  float: right;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  margin-left: 6.5625%;
}
.index2 .buttonBox {
  position: absolute;
  left: 25px;
  bottom: 47px;
  z-index: 1;
}
.index2 .buttonBox a {
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}
.index2 .buttonBox a:hover {
  background: #934b32;
  color: #fff;
}
.index2 .big_title a {
  display: block;
}
.index2 .l_box {
  padding-top: 23px;
}
.index2 .describe {
  font-size: 18px;
  color: #464646;
  margin-top: 50px;
}
.index2 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 48px;
}
.index2 .describe em::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  left: 0;
  top: 3px;
  position: absolute;
  background: url("../images/duigou.png") no-repeat center;
  background-size: cover;
}
.index3 {
  background-image: linear-gradient(60deg, #ffebdd 0%, #ffffff 48%, #e9edeb 100%);
  padding: 109px 0px 92px;
}
.index3 .control_box {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: center;
}
.index3 .l_box {
  width: 40%;
  float: left;
  margin-right: 6.25%;
  margin-bottom: 5px;
}
.index3 .swiper-slide {
  overflow: hidden;
}
.index3 .imgBox {
  width: auto;
}
.index3 .imgBox a {
  width: auto;
  max-width: 100%;
}
.index3 .title_text {
  font-family: Poppins-SemiBold;
  color: #934b32;
  margin-top: 31px;
}
.index3 .small_title {
  margin-top: 5px;
}
.index3 .small_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index3 .describe {
  font-family: Poppins-Regular;
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.index3 .control_box {
  margin-top: 54px;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 95px 0px 101px;
}
.index4 .big_title {
  color: #fff;
}
.index4 .big_title a {
  color: #fff;
}
.index4 .big_title a:hover {
  color: #934b32;
}
.index4 .describe {
  font-size: 20px;
  width: 100%;
  max-width: 800px;
  margin: 23px auto 0px;
  color: #fff;
}
.index4 .buttonBox {
  margin-top: 38px;
  justify-content: center;
}
.index4 .buttonBox a:hover {
  background: #fff;
}
.index5 {
  background-image: linear-gradient(60deg, #ffebdd 0%, #ffffff 48%, #e9edeb 100%);
  overflow: hidden;
}
.index5_container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 109px 0px 0px;
}
.index5_container::before {
  content: "";
  width: 40%;
  max-width: 439px;
  aspect-ratio: 1/1;
  background: url("../images/index5_back.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 33px;
  top: 0;
  z-index: -1;
}
.index5_container .title_text {
  font-family: Poppins-SemiBold;
  color: #934b32;
}
.index5_container .big_title {
  margin-top: 26px;
}
.index5_container .describe {
  font-size: 18px;
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 28px;
}
.index5_container .buttonBox {
  margin-top: 49px;
}
.index5_l {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 100px;
  padding-top: 9px;
}
.index5_top {
  width: calc(100% - 80px);
  max-width: 950.98px;
}
.index5_r {
  width: 36.928%;
  position: relative;
}
.index5_r::before {
  content: "";
  width: 96%;
  max-width: 680px;
  aspect-ratio: 680/655;
  background: url("../images/index5_back1.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 50.5%;
  left: -73px;
  position: absolute;
}
.index5_r .bofangBox {
  left: 0;
}
.index5_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 104px;
}
.index5_bottom .l_box {
  width: 38.705%;
}
.index5_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 54%;
  max-width: 586px;
  gap: 122px 0px;
}
.index5_list .logo {
  width: 88px;
}
.index5_list .big_num {
  font-family: Poppins-SemiBold;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #934b32;
  margin-top: 30px;
}
.index5_list .text {
  font-size: 20px;
  color: #222;
  margin-top: 11px;
}
.index5_list li {
  width: 49.4%;
}
.index6 {
  background: #f8f5f2;
  padding: 85px 0px 70px;
}
.index6 .big_title {
  text-align: center;
}
.index6 .text {
  width: 100%;
  max-width: 1330px;
  margin: 9px auto 0px;
  text-align: center;
  font-size: 18px;
  color: #464646;
}
.index6 .title {
  text-align: center;
  font-size: 18px;
  color: #464646;
  margin-top: 18px;
}
.index6 .sw_box {
  margin-top: 68px;
}
.index6 .control_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 29px;
}
.index7 {
  background-image: linear-gradient(60deg, #ffebdd 0%, #ffffff 48%, #e9edeb 100%);
  padding: 82px 0px 116px;
}
.index7 .control_box {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-right: 10px;
  margin-top: 8px;
}
.index7 .text {
  flex: 1;
  font-size: 18px;
  color: #464646;
  padding-top: 2px;
}
.index7 .l_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10.25%;
}
.index7 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7%;
}
.index7 .swiper-slide {
  background: #f1ebe6;
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}
.index7 .box {
  padding: 39px 32px 48px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index7 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
}
.index7 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index7 .title a:hover {
  color: #934b32;
}
.index7 .describe {
  line-height: 28px;
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.index7 .time {
  color: #934b32;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 19px;
}
.index7 .time img {
  width: auto;
}
.index7 .sw_box {
  margin-top: 57px;
}
.back_box {
  background-image: linear-gradient(45deg, #ffede0 0%, #ffffff 48%, #e9edeb 100%);
}
.back_box1 {
  background-image: linear-gradient(45deg, #fff5ec 0%, #ffffff 48%, #dee3df 100%);
}
.back_box2 {
  background-image: linear-gradient(45deg, #fff0e6 0%, #ffffff 48%, #e4e8e6 100%);
}
.oo1 {
  padding: 88px 0px 100px;
}
.oo1 .big_title {
  text-align: center;
}
.oo1 .text {
  font-size: 18px;
  color: #464646;
  text-align: center;
  margin-top: 5px;
}
.oo1 form {
  padding-top: 61px;
}
.oo1 .PageNumber {
  margin-top: 82px;
}
.oo1_menu {
  font-size: 18px;
  line-height: 38px;
  font-family: Poppins-SemiBold;
  display: flex;
  justify-content: center;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin-top: 37px;
}
.oo1_menu a {
  display: block;
  color: #333;
  min-width: 60px;
  padding: 0px 16px;
  text-align: center;
  border-radius: 10px;
}
.oo1_menu .active {
  background: #934b32;
  color: #fff;
}
.oo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 1.4166666%;
}
.oo1_list li {
  width: 23.9375%;
  border-radius: 24px;
  overflow: hidden;
  background: #f1ebe6;
  display: flex;
  flex-direction: column;
}
.oo1_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
}
.oo1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #222;
}
.oo1_list .title a:hover {
  color: #934b32;
}
.oo1_list .describe {
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  margin-top: 8px;
}
.oo1_list .box {
  padding: 24px 25px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oo1_list .links {
  font-size: 18px;
  color: #934b32;
}
.oo1_list .links:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.oo1_list .input_links {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 18px;
}
.oo1_list .input_box {
  position: relative;
}
.oo1_list .input_box span {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #934b32;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.oo1_list input {
  opacity: 0;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.oo1_list input:checked + span {
  display: none;
}
.oo1_list input:checked {
  opacity: 1;
}
.oo2 {
  padding: 87px 0px 182px;
}
.oo2 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
.oo2 .big_title {
  flex: 1;
  margin-top: 5px;
}
.oo2 .control_box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.oo2 .box {
  padding: 37px 8px 0px;
}
.oo2 .title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #222222;
}
.oo2 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oo2 .title a:hover {
  color: #934b32;
}
.oo2 .describe {
  font-size: 18px;
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.oo2 .sw_box {
  margin-top: 38px;
}
.ot1 {
  padding: 84px 0px 95px;
}
.ot1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ot1 .r_box {
  width: 48.75%;
  position: relative;
}
.ot1 .r_box img {
  transition: 0s;
}
.ot1 .r_box .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot1 .r_box .zoomPad img {
  border-radius: 24px;
}
.ot1 .r_box .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ot1 .r_box .zoomPup {
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair;
}
.ot1 .r_box .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.ot1 .r_box .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.ot1 .r_box .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.ot1 .r_box .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ot1 .r_box .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.ot1 .r_box .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.ot1 .r_box .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.ot1 .r_box .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.ot1 .r_box .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
.ot1 .r_box .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.ot1 .r_box .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.ot1 .r_box .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.ot1 .r_box .pic-small {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 22px;
}
.ot1 .r_box .pic-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.ot1 .r_box .pic-btn img {
  max-width: 100%;
  transition: 0.2s;
}
.ot1 .r_box .pic-btn.prev {
  left: 16px;
}
.ot1 .r_box .pic-btn.next {
  right: 16px;
}
.ot1 .r_box .pic-btn:hover {
  background: #934b32;
  border: 1px solid #934b32;
}
.ot1 .r_box .pic-btn:hover img {
  filter: brightness(0) invert(1);
}
.ot1 .r_box .pic-list {
  overflow: hidden;
  width: 77.1%;
  margin: 0 auto;
}
.ot1 .r_box .pic-list ul {
  width: 1011%;
  display: flex;
}
.ot1 .r_box .list-item {
  position: relative;
  width: 2.23%;
  flex-shrink: 0;
  margin-right: 0.32%;
}
.ot1 .r_box .item-pics,
.ot1 .r_box .pic-list .item-video {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
}
.ot1 .r_box .item-pics:before,
.ot1 .r_box .pic-list .item-video:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url() no-repeat center left;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  z-index: -1;
}
.ot1 .r_box .item-pics img,
.ot1 .r_box .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ot1 .r_box .item-pics.zoomThumbActive:before,
.ot1 .r_box .item-video.active:before {
  left: -8px;
}
.ot1 .r_box .m-propic2 {
  display: none;
}
.ot1 .r_box .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.ot1 .r_box .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 78.75%;
  height: 0;
}
.ot1 .r_box .provideo-box .provideo iframe,
.ot1 .r_box .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ot1 .r_box .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.ot1 .r_box .item-pics:hover,
.ot1 .r_box .item-pics.active,
.ot1 .r_box .item-video:hover,
.ot1 .r_box .item-video.active {
  opacity: 1;
  border: 1px solid #934b32;
}
@media screen and (min-width: 1600px) {
  .ot1 .clear {
    display: none;
  }
}
.ot1_l {
  width: 46.375%;
  padding-bottom: 2.5%;
}
.ot1_l .share_box {
  color: #934b32;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 27px;
}
.ot1_l .describe {
  font-size: 18px;
  color: #464646;
  margin-top: 39px;
}
.ot1_l .describe em {
  font-family: Poppins-SemiBold;
  font-style: normal;
  color: #934b32;
}
.ot1_l .buttonBox {
  flex-wrap: wrap;
  gap: 15px 40px;
  margin-top: 17.6%;
}
.ot1_l .buttonBox a {
  background: #fff;
  border: 1px solid #934b32;
  color: #934b32;
}
.ot1_l .buttonBox a:hover{
  background: #934b32;
  color: #fff;
}
.ot2 {
  background: #f1ebe6;
  padding: 83px 0px 104px;
}
.ot2 .big_title {
  position: relative;
  display: inline-block;
  padding: 0px 6px;
  z-index: 1;
}
.ot2 .big_title::before {
  height: 15px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  background-color: #934b32;
  opacity: 0.3;
  z-index: -1;
}
.ot2 .describe {
  font-size: 18px;
  color: #464646;
  margin-top: 14px;
}
.ot2 .describe img {
  display: inline-block;
}
.ot2 .box {
  margin-top: 43px;
}
.ot2 .box2 {
  margin-top: 57px;
}
.ot2 .box3 {
  margin-top: 40px;
}
.ot2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0.833333%;
  margin-top: 31px;
}
.ot2_list li {
  width: 32.5%;
}
.ot2_container {
  overflow: hidden;
  margin-top: 72px;
}
.ot2_container .r_box {
  width: 50%;
  margin-bottom: 5px;
  float: right;
  margin-left: 6%;
}
.ot2_container .l_box {
  padding-top: 28px;
}
.ot2_container .describe {
  margin-top: 17px;
}
.ot2_title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #934b32;
}
.ot3 {
  padding: 94px 0px 0px;
}
.ot3 .big_title {
  text-align: center;
}
.ot3 .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  background: #f1ebe6;
}
.ot3 .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
}
.ot3 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #222;
}
.ot3 .title a:hover {
  color: #934b32;
}
.ot3 .describe {
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  margin-top: 8px;
}
.ot3 .box {
  padding: 24px 25px 41px;
}
.ot3 .sw_box {
  margin-top: 40px;
}
.ot3 .swiperot3-pagination {
  position: relative;
  background: #ddd;
  height: 3px;
  flex: 1;
}
.ot3 .swiper-pagination-progressbar-fill {
  background: #111;
}
.ot3 .control_box {
  width: 100%;
  max-width: 725px;
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 64px auto 0px;
}
.oo2_ot {
  padding: 84px 0px 111px;
}
.to1 {
  padding: 86px 0px 69px;
}
.to1 .content {
  overflow: hidden;
}
.to1 .r_box {
  width: 47.5%;
  float: right;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  margin-left: 5.2%;
}
.to1 .l_box {
  padding-top: 23px;
}
.to1 .describe {
  font-size: 18px;
  color: #464646;
  margin-top: 46px;
}
.to1 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 48px;
}
.to1 .describe em::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  left: 0;
  top: 3px;
  position: absolute;
  background: url("../images/duigou.png") no-repeat center;
  background-size: cover;
}
.to1 .buttonBox {
  margin-top: 47px;
}
.to2 {
  padding-bottom: 88px;
}
.to2 .big_title {
  text-align: center;
}
.to2 .text {
  font-size: 18px;
  width: 100%;
  max-width: 1375px;
  text-align: center;
  margin: 25px auto 0px;
}
.to2 form {
  width: 100%;
  max-width: 1474px;
  margin: 43px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 23px 0px;
}
.to2 form input {
  height: 54px;
}
.to2 form input,
.to2 form textarea {
  width: 100%;
  background-color: #f1ebe6;
  font-family: Poppins-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: none;
  resize: none;
  outline: none;
  padding: 0px 11px;
}
.to2 form input::placeholder,
.to2 form input::-webkit-input-placeholder,
.to2 form textarea::placeholder {
  color: #666666;
}
.to2 form .yz {
  position: relative;
}
.to2 form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -14px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.to2 form .int1 {
  width: 48.3%;
}
.to2 form .int2 {
  width: 100%;
}
.to2 form .int2::before {
  top: 19px;
}
.to2 form .tijiao {
  min-width: 352px;
  margin-left: 42px;
}
.to2 form .tijiao input {
  background-color: #934b32;
  border: 1px solid #934b32;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.to2 form .tijiao input:hover {
  background: #fff;
  color: #934b32;
}
.to2 form .yzm {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.to2 form .yzm input {
  flex: 1;
}
.to2 form .yzm a,
.to2 form .yzm span {
  margin-left: 42px;
  height: 54px;
  aspect-ratio: 323/54;
  cursor: pointer;
}
.to2 form .yzm a img,
.to2 form .yzm span img {
  height: 100%;
}
.to2 form textarea {
  height: 114px;
  padding-top: 5px !important;
}
.to3 {
  padding: 65px 0px 14px;
}
.to3 .big_title {
  text-align: center;
}
.to3_container {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.to3_container .logo {
  width: 26px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #934b32;
  border-radius: 50%;
}
.to3_container .logo img:nth-of-type(2) {
  display: none;
}
.to3_container .top {
  background: rgba(0, 0, 0, 0.05);
  padding: 22px 23px;
  display: flex;
  align-items: center;
  gap: 19px;
  border-radius: 10px;
  cursor: pointer;
}
.to3_container .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
  flex: 1;
}
.to3_container .bottom {
  padding: 20px 50px 0px 68px;
  display: none;
}
.to3_container .describe {
  font-size: 18px;
  color: #464646;
}
.to3_container .top.active .logo {
  background: #934b32;
}
.to3_container .top.active .logo img:nth-of-type(1) {
  display: none;
}
.to3_container .top.active .logo img:nth-of-type(2) {
  display: block;
}
.to3_container .top.active .title {
  color: #934b32;
}
.tho1 {
  padding: 84px 0px 117px;
}
.tho1 .PageNumber {
  margin-top: 75px;
}
.tho1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 71px 2.5%;
}
.tho1_list li {
  width: 48.75%;
}
.tho1_list .box {
  padding: 37px 8px 0px;
}
.tho1_list .title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #222222;
}
.tho1_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tho1_list .title a:hover {
  color: #934b32;
}
.tho1_list .describe {
  font-size: 18px;
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.tht1 {
  padding: 83px 0px 85px;
}
.tht1 h1 {
  text-align: center;
}
.tht1 .share_box {
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}
.tht1 .describe {
  color: #464646;
  margin-top: 23px;
}
.tht1 .describe img {
  display: inline-block;
}
.fuo1 {
  padding: 85px 0px 97px;
}
.fuo1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
.fuo1 .big_title {
  flex: 1;
  padding-top: 1px;
}
.fuo1 .text {
  font-size: 18px;
  color: #464646;
  width: 65.875%;
}
.fuo1_container {
  margin-top: 58px;
  position: relative;
}
.fuo1_container .l_box {
  width: 62.5%;
}
.fuo1_container .r_box {
  width: 42.4375%;
  background: #934b32;
  position: absolute;
  right: 0;
  height: 90%;
  max-height: 521px;
  top: 50%;
  transform: translateY(-50%);
  padding: 47px 34px;
  display: flex;
}
.fuo1_container .describe {
  font-size: 18px;
  color: #fff;
  position: relative;
  flex: 1;
}
.fuo1_container .describe1 {
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.fuo1_container .describe1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fuo1_container .describe1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fuo1_container .describe1::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  margin-top: 78px;
}
.fuo1_list li {
  width: 30%;
  position: relative;
}
.fuo1_list .title {
  position: absolute;
  background: #fff;
  min-width: 250px;
  max-width: 100%;
  left: 0;
  bottom: 0;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #333;
  padding: 17px 34px 19px;
}
.fuo1_list .title::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #934b32;
  left: 0;
  top: 0;
}
.fuo2 {
  width: 100%;
  padding-bottom: 99px;
}
.fuo2 .big_title {
  text-align: center;
}
.fuo2_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}
.fuo2_list li {
  width: 20%;
  position: relative;
}
.fuo2_list li.active .number {
  color: #fff;
}
.fuo2_list img {
  width: 100%;
}
.fuo2_list .imgBox {
  position: relative;
}
.fuo2_list .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/fuo2_back.png") no-repeat center;
  background-size: cover;
}
.fuo2_list .hide_box {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0px 24px 42px;
  position: absolute;
}
.fuo2_list .number {
  font-family: Poppins-Regular;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
  position: relative;
}
.fuo2_list .number::before {
  content: "";
  width: 100%;
  max-width: 50px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
}
.fuo2_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 24px;
}
.fuo2_list .describe {
  color: #fff;
  max-height: 120px;
  overflow: auto;
  margin-top: 12px;
  display: none;
}
.fuo2_list .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fuo2_list .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fuo2_list .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fo1 {
  position: relative;
}
.fo1 .imgBox img {
  width: 100%;
}
.fo1 .content {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.fo1_container {
  width: 60%;
  max-width: 872px;
  height: 410px;
  background: rgba(147, 75, 50, 0.95);
  border-radius: 10px;
  padding: 30px 38px;
  display: flex;
  align-items: center;
}
.fo1_container .describe {
  color: #fff;
  font-size: 18px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.fo1_container .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fo1_container .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fo1_container .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fo2 {
  padding: 252px 0px 153px;
}
.fo2 .big_title {
  text-align: center;
}
.fo2 .text {
  font-size: 18px;
  color: #333;
  text-align: center;
  width: 100%;
  max-width: 1206px;
  margin: 5px auto 0px;
}
.fo2_container {
  margin-top: 43px;
}
.so1 {
  padding: 83px 0px 83px;
}
.so1 .PageNumber {
  margin-top: 69px;
}
.so1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2.1875%;
}
.so1_list li {
  width: 31.875%;
  background: #f1ebe6;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.so1_list .box {
  padding: 39px 32px 48px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.so1_list .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
}
.so1_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.so1_list .title a:hover {
  color: #934b32;
}
.so1_list .describe {
  line-height: 28px;
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.so1_list .time {
  color: #934b32;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 19px;
}
.so1_list .time img {
  width: auto;
}
.st1 {
  padding: 76px 0px 92px;
}
.st1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.st1_container {
  flex: 1;
  margin-right: 3.5%;
  padding-top: 1px;
}
.st1_container h1 {
  color: #222;
}
.st1_container .time_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 18px;
  margin-top: 15px;
}
.st1_container .time {
  display: flex;
  color: #934b32;
  align-items: center;
  gap: 19px;
}
.st1_container .share_box {
  font-size: 18px;
  color: #934b32;
  gap: 4px;
  display: flex;
  align-items: center;
}
.st1_container .describe {
  color: #464646;
  margin-top: 24px;
}
.st1_container .describe img {
  display: inline-block;
}
.st1_container .page_change {
  margin-top: 42px;
}
.seo1 {
  padding: 75px 0px 86px;
}
.seo1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seo1_l {
  width: 46.875%;
}
.seo1_l .text {
  font-size: 18px;
  color: #333;
  margin-top: 31px;
}
.seo1_r {
  width: 48.5625%;
  padding-top: 6px;
}
.seo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  width: 100%;
}
.seo1_r form input {
  height: 55px;
}
.seo1_r form input,
.seo1_r form textarea {
  width: 100%;
  background-color: #f1ebe6;
  font-family: Poppins-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: none;
  resize: none;
  outline: none;
  padding: 0px 12px;
  border-radius: 10px;
}
.seo1_r form input::placeholder,
.seo1_r form input::-webkit-input-placeholder,
.seo1_r form textarea::placeholder {
  color: #666666;
}
.seo1_r form .yz {
  position: relative;
}
.seo1_r form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -11px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.seo1_r form .int1 {
  width: 48.1%;
}
.seo1_r form .int2 {
  width: 100%;
}
.seo1_r form .int2::before {
  top: 24px;
}
.seo1_r form .tijiao {
  min-width: 283px;
}
.seo1_r form .tijiao input {
  background-color: #934b32;
  border: 1px solid #934b32;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-family: Poppins-SemiBold;
}
.seo1_r form .tijiao input:hover {
  background: #fff;
  color: #934b32;
}
.seo1_r form .yzm {
  flex: 1;
  margin-right: 17px;
  position: relative;
}
.seo1_r form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.seo1_r form .yzm a,
.seo1_r form .yzm span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  aspect-ratio: 78/36;
  cursor: pointer;
}
.seo1_r form .yzm a img,
.seo1_r form .yzm span img {
  height: 100%;
}
.seo1_r form textarea {
  height: 123px;
  padding-top: 6px !important;
}
.seo2 {
  padding-bottom: 112px;
}
.seo2 .big_title {
  text-align: center;
}
.seo2 .text {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 9px;
}
.seo2_list {
  padding: 0px 60px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 43px;
}
.seo2_list li {
  border-radius: 38px;
  border: solid 1px #cdcdcd;
  padding: 8px 7px;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 23.649%;
}
.seo2_list .logo {
  width: 60px;
}
.seo2_list figure {
  flex: 1;
  font-size: 18px;
  color: #333;
  padding-right: 20px;
}
.seo2_list figure a {
  color: #333;
}
.seo2_list figure a:hover {
  color: #934b32;
}
.seo2_list li:nth-last-of-type(1) {
  width: 43.919%;
}
.seo2_container {
  margin-top: 66px;
}
.seo2_container iframe {
  display: block;
}
.contact_box {
  background: url('../images/contact_back.jpg') no-repeat center;
  background-size: cover;
  padding: 30px 18px 55px 22px;
  margin-top: 44px;
}
.contact_box .title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.contact_box .text {
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
}
.contact_box .text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact_box .text a:hover {
  text-decoration: none;
}
.contact_box .links_box {
  font-family: Poppins-SemiBold;
  line-height: 34px;
  color: #fff;
  margin-top: 27px;
}
.contact_box .links_box p * {
  display: inline;
}
.contact_box .links_box a {
  color: #fff;
}
.contact_box .links_box a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.new_box .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 23px;
}
.new_box li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.new_box .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222;
}
.new_box .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_box .title a:hover {
  color: #934b32;
}
.new_box .describe {
  letter-spacing: 0px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.new_box .time {
  display: flex;
  align-items: center;
  color: #934b32;
  gap: 20px;
  margin-top: 10px;
}
.pub_menu {
  width: 24%;
  max-width: 320px;
  padding-top: 2px;
  position: sticky;
  top: 0;
}
.index5_fo .index5_container {
  padding: 83px 0px 87px;
}
.index5_fo .index5_container::before {
  content: "";
  width: 40%;
  max-width: 304px;
  aspect-ratio: 304/439;
  background: url("../images/index5_back2.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  transform: translateY(-16%);
}
.page_change {
  margin-top: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 73px;
  padding-top: 37px;
  font-size: 18px;
}
.page_change p {
  color: #333;
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.page_change p + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #934b32;
}
.ot3_pub {
  padding: 84px 0px 100px;
}
.ot3_to {
  padding: 94px 0px 81px;
}
.oo2_to {
  background: #f1ebe6;
  padding: 47px 0px 80px;
}
.index2_pub {
  padding: 69px 0px 77px;
}
.mbx {
  line-height: 26px;
  color: #333;
}
.mbx .content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 27px 0px 25px;
}
.mbx a {
  display: inline;
  color: #333;
}
.mbx a:hover {
  color: #934b32;
}
.mbx .active {
  color: #934b32;
}
.mbx img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.mbx .home {
  margin-bottom: 5px;
  margin-right: 5px;
}
.swiper_button {
  width: 64px;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button img {
  transition: 0.2s;
}
.swiper_button:hover {
  background: #934b32;
  border: 1px solid #934b32;
}
.swiper_button:hover img {
  filter: brightness(0) invert(1);
}
footer {
  background: #f8f5f2;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(147, 75, 50, 0.3);
  color: #fff;
}
footer .icBox a:hover {
  background: #934b32;
}
.footer_a {
  padding: 49px 0px 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_a .l_box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 49px;
}
.footer_a .logoBox {
  width: 143px;
  flex-shrink: 0;
}
.footer_a .logoBox a {
  display: block;
}
.footer_a .logoBox img {
  width: 100%;
}
.footer_a .text {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #222222;
  flex: 1;
}
.footer_b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px 4%;
  padding: 71px 0px 75px;
}
.footer_b .dif_footer {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer_b .dif_footer a {
  color: #222222;
}
.footer_b .dif_footer a:hover {
  color: #934b32;
}
.footer_b .dif_up {
  width: 8px;
  filter: brightness(0) invert(1);
  display: none;
}
.footer_b .list {
  line-height: 36px;
  color: #333;
  margin-top: 42px;
}
.footer_b .list a {
  color: #333;
}
.footer_b .list a:hover {
  color: #934b32;
}
.footer_b .ul2 {
  margin-left: 4.2%;
}
.footer_b .ul3 {
  max-width: 320px;
  margin-left: 5%;
}
.footer_b .ul3 .list a,
.footer_b .ul3 .list span {
  display: inline;
}
.footer_b .box {
  width: 438px;
  margin-right: 9px;
}
.footer_b form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 16px;
  gap: 11px 0px;
  margin-top: 53px;
}
.footer_b form .int1 {
  width: 46.794%;
}
.footer_b form input {
  height: 43px;
}
.footer_b form textarea {
  height: 67px;
  padding-top: 7px !important;
}
.footer_b form .ttBox {
  width: 100%;
}
.footer_b form .form_box {
  width: 100%;
}
.footer_b form .yzm {
  flex: 1;
  position: relative;
  display: flex;
}
.footer_b form .yzm input {
  flex: 1;
}
.footer_b form .yzm span {
  height: 43px;
  aspect-ratio: 110/43;
  cursor: pointer;
  margin-left: 10px;
}
.footer_b form .yzm span img {
  height: 100%;
}
.footer_b form .afterBox {
  position: relative;
}
.footer_b form .afterBox::before {
  left: -15px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.footer_b form .ttBox::before {
  top: 21px;
}
.footer_b form .tj {
  min-width: 113px;
  margin-left: 10px;
}
.footer_b form .tj input {
  font-family: Poppins-Light;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  background: #934b32;
  border: 1px solid #934b32;
  transition: 0.3s;
  cursor: pointer;
}
.footer_b form .tj input:hover {
  background: #fff;
  color: #934b32;
}
.footer_b form input,
.footer_b form textarea {
  background: rgba(255, 255, 255, 0.5);
  font-family: Poppins-Light;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 12px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  display: block;
}
.footer_b form input::placeholder,
.footer_b form input::-webkit-input-placeholder,
.footer_b form textarea::placeholder {
  color: #666666;
}
.footer_c {
  color: #fff;
  background: #934b32;
  padding: 22px 0px 18px;
}
.footer_c a {
  color: #fff;
}
.footer_c a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 1px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 24px;
  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: #934b32;
}
.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;
}
@media screen and (max-width: 1880px) {
  .index5_list {
    gap: 40px 0px;
  }
}
@media screen and (max-width: 1720px) {
  header .content {
    width: calc(100% - 40px) !important;
  }
}
@media screen and (max-width: 1600px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .logoBox {
    width: 76px;
  }
  header .lang .lang_box {
    min-width: 150px;
    min-height: 40px;
  }
  header .lang .lang_box span {
    font-size: 14px;
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 20px;
  }
  header .menuOne > a {
    padding: 32px 0px;
  }
  header .menuOne > a::before {
    bottom: 12px;
    height: 20px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 25px;
  }
  .big_title {
    font-size: 36px;
    line-height: 46px;
  }
  .buttonBox a {
    font-size: 16px;
    min-width: 180px;
    min-height: 48px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .index1_container .swiper-slide:nth-of-type(4n + 2) {
    margin-top: 30px;
  }
  .index1_container .swiper-slide:nth-of-type(4n + 3) {
    margin-top: 60px;
  }
  .index1_container .swiper-slide:nth-of-type(4n) {
    margin-top: 15px;
  }
  .index1_container .box {
    padding: 25px 22px 36px;
  }
  .index1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index1_container .describe {
    margin-top: 8px;
    line-height: 26px;
    height: 52px;
  }
  .index2 {
    padding: 60px 0px !important;
  }
  .index2 .l_box {
    padding-top: 0px;
  }
  .index2 .describe {
    font-size: 16px;
    margin-top: 25px;
  }
  .index2 .describe em {
    padding-left: 35px;
  }
  .index2 .describe em::before {
    top: 1px;
  }
  .small_title {
    font-size: 28px;
    line-height: 36px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .l_box {
    margin-right: 4%;
  }
  .index3 .title_text {
    margin-top: 15px;
  }
  .index3 .describe {
    margin-top: 12px;
  }
  .index3 .control_box {
    margin-top: 30px;
    gap: 25px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .describe {
    font-size: 18px;
    margin: 15px auto 0px;
  }
  .index4 .buttonBox {
    margin-top: 38px;
  }
  .index5_container {
    padding: 60px 0px;
    align-items: center;
  }
  .index5_container .big_title {
    margin-top: 15px;
  }
  .index5_container .describe {
    font-size: 16px;
    margin-top: 16px;
  }
  .index5_container .buttonBox {
    margin-top: 30px;
  }
  .index5_l {
    padding-right: 80px;
  }
  .index5_bottom {
    margin-top: 40px;
    width: calc(100% - 80px);
  }
  .index5_bottom .l_box {
    display: none;
  }
  .index5_list {
    width: 100%;
    max-width: 100%;
    gap: 25px 0px;
  }
  .index5_list .logo {
    width: 60px;
  }
  .index5_list .big_num {
    font-size: 42px;
    line-height: 42px;
    margin-top: 15px;
  }
  .index5_list .text {
    font-size: 18px;
    margin-top: 5px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .control_box {
    margin-top: 30px;
    gap: 25px;
  }
  .index6 .text {
    font-size: 16px;
  }
  .index6 .sw_box {
    margin-top: 30px;
  }
  .index6 .title {
    font-size: 16px;
    margin-top: 8px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .control_box {
    margin-right: 0px;
    gap: 25px;
  }
  .index7 .top {
    gap: 4%;
  }
  .index7 .l_box {
    gap: 4%;
  }
  .index7 .text {
    font-size: 16px;
  }
  .index7 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index7 .time {
    margin-top: 8px;
  }
  .index7 .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .box {
    padding: 30px 26px;
  }
  .bannerBox .banner_bt {
    font-size: 38px;
    line-height: 46px;
  }
  .bannerBox .buttonBox {
    margin-top: 30px;
  }
  .mbx .content {
    padding: 15px 0px;
  }
  .oo1 {
    padding: 60px 0px 80px;
  }
  .oo1 .text {
    font-size: 16px;
  }
  .oo1 form {
    padding-top: 40px;
  }
  .oo1_menu {
    font-size: 16px;
    gap: 5px 15px;
    margin-top: 30px;
  }
  .oo1_list {
    gap: 32px 1.4166666%;
  }
  .oo1_list .box {
    padding: 20px 20px 25px;
  }
  .oo1_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oo1_list .describe {
    margin-top: 4px;
  }
  .oo1_list .links {
    font-size: 16px;
  }
  .oo1_list .input_links {
    gap: 10px;
    margin-top: 12px;
  }
  .oo2 {
    padding: 60px 0px 80px;
  }
  .oo2 .box {
    padding: 20px 8px 0px;
  }
  .oo2 .sw_box {
    margin-top: 30px;
  }
  .oo2 .title {
    font-size: 24px;
    line-height: 34px;
  }
  .oo2 .describe {
    font-size: 16px;
  }
  .ot1 {
    padding: 60px 0px;
  }
  .ot1 .content {
    display: block;
  }
  .ot1 .r_box {
    float: left;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  .ot1 .r_box .pic-btn.prev {
    left: 0px;
  }
  .ot1 .r_box .pic-btn.next {
    right: 0px;
  }
  .ot1 .r_box .pic-btn {
    width: 36px;
  }
  .ot1 .r_box .pic-small {
    margin-top: 15px;
  }
  .ot1_l {
    width: 100%;
    padding-bottom: 0px;
  }
  .ot1_l .buttonBox {
    margin-top: 4%;
    gap: 10px 20px;
  }
  .ot1_l .share_box {
    margin-top: 15px;
  }
  .ot1_l .describe {
    font-size: 16px;
    margin-top: 15px;
  }
  .ot2 {
    padding: 60px 0px;
  }
  .ot2 .describe {
    font-size: 16px;
  }
  .ot2 .box {
    margin-top: 30px !important;
  }
  .ot2_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ot2_list {
    margin-top: 20px;
  }
  .ot3 {
    padding: 40px 0px 0px;
  }
  .ot3 .sw_box {
    margin-top: 30px;
  }
  .ot3 .box {
    padding: 20px 20px 25px;
  }
  .ot3 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .ot3 .describe {
    margin-top: 4px;
  }
  .ot3 .control_box {
    margin-top: 30px;
  }
  .to1 {
    padding: 60px 0px !important;
  }
  .to1 .l_box {
    padding-top: 0px;
  }
  .to1 .describe {
    font-size: 16px;
    margin-top: 25px;
  }
  .to1 .describe em {
    padding-left: 35px;
  }
  .to1 .describe em::before {
    top: 1px;
  }
  .to1 .buttonBox {
    margin-top: 30px;
  }
  .to2 {
    padding-bottom: 60px;
  }
  .to2 .text {
    font-size: 16px;
    margin: 10px auto 0px;
  }
  .to2 form {
    margin: 20px auto 0px;
    gap: 15px 0px;
  }
  .to2 form .tijiao {
    margin-left: 30px;
    min-width: 270px;
  }
  .to2 form .yzm a,
  .to2 form .yzm span {
    aspect-ratio: 270/54;
    margin-left: 30px;
  }
  .to3_container {
    margin-top: 30px;
    gap: 20px;
  }
  .to3_container .top {
    padding: 15px 23px;
  }
  .to3_container .title {
    font-size: 18px;
  }
  .to3_container .describe {
    font-size: 16px;
  }
  .tho1 {
    padding: 40px 0px 60px;
  }
  .tho1_list {
    gap: 40px 2.5%;
  }
  .tho1_list .box {
    padding: 20px 8px 0px;
  }
  .tho1_list .title {
    font-size: 24px;
    line-height: 34px;
  }
  .tho1_list .describe {
    font-size: 16px;
  }
  .tht1 {
    padding: 40px 0px 60px;
  }
  .tht1 .share_box {
    font-size: 16px;
  }
  .fuo1 {
    padding: 50px 0px 60px;
  }
  .fuo1 .text {
    font-size: 16px;
    width: 68%;
  }
  .fuo1_container {
    margin-top: 40px;
  }
  .fuo1_container .r_box {
    padding: 30px;
  }
  .fuo1_container .describe {
    font-size: 16px;
  }
  .fuo1_list {
    margin-top: 40px;
  }
  .fuo1_list .title {
    font-size: 16px;
    padding: 10px 18px;
    min-width: 170px;
  }
  .fuo2 {
    padding-bottom: 60px;
  }
  .fuo2_list {
    margin-top: 30px;
  }
  .fuo2_list .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
  }
  .fuo2_list .describe {
    max-height: 96px;
    line-height: 24px;
    margin-top: 6px;
  }
  .fuo2_list .hide_box {
    padding: 0px 20px 25px;
  }
  .fuo2_list .number {
    font-size: 38px;
    line-height: 42px;
  }
  .index5_fo .index5_container {
    padding: 50px 0px 60px;
  }
  .fo1_container {
    padding: 30px 32px;
    height: 360px;
  }
  .fo1_container .describe {
    font-size: 16px;
  }
  .fo2 {
    padding: 220px 0px 100px;
  }
  .fo2 .text {
    font-size: 16px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1_list {
    gap: 30px 2.1875%;
  }
  .so1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .so1_list .time {
    margin-top: 8px;
  }
  .so1_list .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .so1_list .box {
    padding: 30px 26px;
  }
  .st1 {
    padding: 50px 0px 60px;
  }
  .st1_container .share_box {
    font-size: 16px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1_l .text {
    font-size: 16px;
    margin-top: 16px;
  }
  .seo1_r form {
    gap: 12px 0px;
  }
  .seo1_r form input {
    height: 46px;
  }
  .seo1_r form .yzm input {
    padding-right: 80px;
  }
  .seo1_r form .yzm a,
  .seo1_r form .yzm span {
    right: 10px;
    height: 28px;
  }
  .seo1_r form .tijiao {
    min-width: 180px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  .seo2 .text {
    font-size: 16px;
    margin-top: 5px;
  }
  .seo2_list {
    margin-top: 30px;
    padding: 0px;
  }
  .seo2_list li {
    gap: 15px;
  }
  .seo2_list figure {
    padding-right: 15px;
    font-size: 16px;
  }
  .seo2_container {
    margin-top: 30px;
  }
  .new_box .list {
    gap: 20px;
    margin-top: 15px;
  }
  .new_box li {
    padding-bottom: 15px;
  }
  .new_box .title {
    font-size: 16px;
    line-height: 26px;
  }
  .new_box .time {
    gap: 8px;
    margin-top: 6px;
  }
  .contact_box {
    margin-top: 30px;
    padding: 20px 15px 30px;
  }
  .contact_box .title {
    font-size: 24px;
    line-height: 30px;
  }
  .contact_box .text {
    line-height: 24px;
  }
  .contact_box .links_box {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 12px !important;
    font-size: 16px;
  }
  .ot3_to,
  .ot3_pub {
    padding: 40px 0px 60px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .icBox {
    gap: 5px 10px;
  }
  .footer_a {
    padding: 40px 0px;
  }
  .footer_a .text {
    font-size: 24px;
    line-height: 32px;
  }
  .footer_a .logoBox {
    width: 120px;
  }
  .footer_a .l_box {
    gap: 25px;
  }
  .footer_b {
    padding: 40px 0px;
    gap: 5px 20px;
  }
  .footer_b .dif_footer {
    font-size: 20px;
    line-height: 28px;
  }
  .footer_b .box {
    margin-right: 0px;
    width: 40%;
    max-width: 438px;
  }
  .footer_b .ul3 {
    margin-left: 0px;
    width: 36%;
  }
  .footer_b .ul2 {
    margin-left: 0px;
    min-width: 190px;
  }
  .footer_b .list {
    line-height: 30px;
    margin-top: 20px;
  }
  .footer_b form {
    padding-left: 5px;
    gap: 10px 0px;
    margin-top: 20px;
  }
  .footer_b form input,
  .footer_b form textarea {
    font-size: 15px;
  }
  .footer_b form input {
    height: 38px;
  }
  .footer_b form .afterBox::before {
    left: -10px;
  }
  .swiper_button {
    width: 46px;
  }
  .PageNumber {
    margin-top: 40px !important;
    gap: 8px 12px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber .p_f {
    width: 82px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1350px) {
  header {
    padding-top: 10px;
  }
  header .head_boxr {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .sousuo {
    order: 1;
  }
  header .lang {
    order: 2;
  }
  header .center {
    order: 3;
    width: 100%;
    justify-content: flex-end;
    margin-top: 8px;
  }
  header .menuOne > a {
    padding: 0px 0px 25px;
  }
  header .menuOne > a::before {
    bottom: 8px;
  }
  header .lang .lang_box {
    min-width: 140px;
    min-height: 32px;
    gap: 4px;
  }
  header .lang .lang_box span {
    font-size: 14px;
  }
  .footer_b form .tj {
    width: 100%;
    min-width: none;
    margin-left: 0px;
  }
  .seo2_list {
    gap: 15px 0px;
  }
  .seo2_list li {
    width: 46%;
  }
  .seo2_list li:nth-last-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  header {
    padding: 8px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
  }
  header .head_boxr {
    padding-right: 50px;
  }
  .index7 .l_box {
    flex-wrap: wrap;
    gap: 0px;
  }
  .index7 .text {
    flex: none;
    width: 100%;
    margin-top: 4px;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    background: #919699 !important;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu > *:hover {
    background: #934b32 !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  header {
    padding: 5px 0px;
  }
  header .logoBox {
    width: 50px;
    margin-left: 0px;
  }
  header .lang .lang_box {
    min-width: 120px;
  }
  header .lang .lang_box span {
    font-size: 12px;
  }
  .padding_top {
    padding-top: 61px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 20px;
    gap: 15px;
  }
  .big_title {
    font-size: 22px;
    line-height: 30px;
  }
  .buttonBox a {
    font-size: 14px;
    min-width: 150px;
    min-height: 40px;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .text {
    font-size: 15px;
    margin-top: 5px;
  }
  .index1 .buttonBox {
    margin-top: 20px;
  }
  .index1 .swiper-slide {
    margin-top: 0px !important;
  }
  .index1_container {
    margin: 20px auto 0px;
  }
  .index1_container .box {
    padding: 15px 20px 25px;
  }
  .index1_container .title {
    font-size: 16px;
  }
  .index1_container .describe {
    line-height: 24px;
    height: 48px;
    margin-top: 4px;
  }
  .index1_container .control_box {
    margin: 20px auto 0px;
    gap: 20px;
  }
  .index2 {
    padding: 40px 0px !important;
  }
  .index2 .buttonBox {
    left: 20px;
    bottom: 25px;
  }
  .index2 .describe {
    font-size: 15px;
    margin-top: 10px;
  }
  .index2 .describe em {
    padding-left: 25px;
  }
  .index2 .describe em::before {
    width: 18px;
    top: 3px;
  }
  .index2 .r_box {
    margin-left: 4%;
  }
  .small_title {
    font-size: 20px;
    line-height: 26px;
  }
  .index3 {
    padding: 40px 0px;
  }
  .index3 .l_box {
    margin-right: 30px;
  }
  .index3 .describe {
    margin-top: 6px;
  }
  .index3 .control_box {
    margin-top: 20px;
    gap: 12px;
  }
  .index4 {
    padding: 40px 0px;
  }
  .index4 .describe {
    font-size: 15px;
    margin: 8px auto 0px;
  }
  .index4 .buttonBox {
    margin-top: 20px;
  }
  .index5_container {
    padding: 40px 0px;
  }
  .index5_container .big_title {
    margin-top: 2px;
  }
  .index5_container .describe {
    font-size: 15px;
    margin-top: 6px;
  }
  .index5_container .buttonBox {
    margin-top: 20px;
  }
  .index5_l {
    padding: 0px 50px;
  }
  .index5_top,
  .index5_bottom {
    width: 100%;
  }
  .index5_r .bofangBox img {
    width: 70px;
  }
  .index5_r::before {
    left: -30px;
  }
  .index5_bottom {
    margin-top: 30px;
  }
  .index5_list {
    gap: 16px 0px;
  }
  .index5_list .logo {
    width: 46px;
  }
  .index5_list .big_num {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index5_list .text {
    margin-top: 2px;
    font-size: 15px;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6 .control_box {
    margin-top: 20px;
    gap: 12px;
  }
  .index6 .text {
    margin: 4px auto 0px;
    font-size: 15px;
  }
  .index6 .sw_box {
    margin-top: 20px;
  }
  .index6 .title {
    font-size: 15px;
  }
  .index7 {
    padding: 40px 0px;
  }
  .index7 .control_box {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    gap: 12px;
  }
  .index7 .l_box {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .index7 .big_title {
    text-align: center;
  }
  .index7 .text {
    font-size: 15px;
  }
  .index7 .top {
    flex-wrap: wrap;
    gap: 0;
  }
  .index7 .sw_box {
    margin-top: 20px;
  }
  .index7 .box {
    padding: 20px 20px 30px;
  }
  .index7 .title {
    font-size: 16px;
    line-height: 25px;
  }
  .index7 .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .index7 .time {
    gap: 6px;
  }
  .bannerBox .content {
    top: 56%;
  }
  .bannerBox .banner_bt {
    font-size: 24px;
    line-height: 32px;
  }
  .bannerBox .buttonBox {
    margin-top: 20px;
  }
  .mbx .content {
    padding: 6px 0px;
  }
  .oo1 {
    padding: 30px 0px 40px;
  }
  .oo1 .text {
    font-size: 15px;
    margin: 4px auto 0px;
  }
  .oo1 form {
    padding-top: 20px;
  }
  .oo1_menu {
    font-size: 14px;
    line-height: 32px;
    gap: 5px 10px;
    margin-top: 15px;
  }
  .oo1_menu a {
    min-width: 50px;
  }
  .oo1_list {
    gap: 20px 2%;
  }
  .oo1_list li {
    width: 32%;
  }
  .oo1_list .box {
    padding: 15px 18px 25px;
  }
  .oo1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .oo1_list .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .oo1_list .links {
    font-size: 14px;
  }
  .oo1_list .input_links {
    margin-top: 5px;
  }
  .oo2 {
    padding: 40px 0px;
  }
  .oo2 .sw_box {
    margin-top: 20px;
  }
  .oo2 .control_box {
    gap: 12px;
  }
  .oo2 .box {
    padding: 15px 0px 0px;
  }
  .oo2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .oo2 .describe {
    font-size: 15px;
    margin-top: 4px;
  }
  .ot1 {
    padding: 40px 0px;
  }
  .ot1_l .share_box {
    margin-top: 8px;
  }
  .ot1_l .buttonBox {
    margin-top: 20px;
  }
  .ot1_l .describe {
    font-size: 15px;
  }
  .ot2 {
    padding: 40px 0px;
  }
  .ot2 .box {
    margin-top: 20px !important;
  }
  .ot2 .describe {
    font-size: 15px;
    margin-top: 6px !important;
  }
  .ot2_container {
    margin-top: 30px;
  }
  .ot2_container .l_box {
    padding-top: 0px;
  }
  .ot2_title {
    font-size: 18px;
    line-height: 26px;
  }
  .ot3 {
    padding: 40px 0px 0px;
  }
  .ot3 .sw_box {
    margin-top: 15px;
  }
  .ot3 .control_box {
    margin: 20px auto 0px;
    gap: 20px;
  }
  .ot3 .box {
    padding: 15px 18px 25px;
  }
  .ot3 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .ot3 .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .to1 {
    padding: 40px 0px !important;
  }
  .to1 .describe {
    font-size: 15px;
    margin-top: 10px;
  }
  .to1 .describe em {
    padding-left: 25px;
  }
  .to1 .describe em::before {
    width: 18px;
    top: 3px;
  }
  .to1 .r_box {
    margin-left: 4%;
  }
  .to1 .buttonBox {
    margin-top: 20px;
  }
  .to2 {
    padding-bottom: 40px;
  }
  .to2 .text {
    font-size: 15px;
    margin: 8px auto 0px;
  }
  .to2 form {
    margin-top: 20px;
    gap: 12px 0px;
  }
  .to2 form input,
  .to2 form textarea {
    font-size: 14px !important;
  }
  .to2 form input {
    height: 42px;
  }
  .to2 form .tijiao {
    margin-left: 12px;
    min-width: 230px;
  }
  .to2 form .yzm a,
  .to2 form .yzm span {
    height: 42px;
    margin-left: 12px;
  }
  .to3 {
    padding: 40px 0px 0px;
  }
  .to3_container {
    margin-top: 15px;
    gap: 12px;
  }
  .to3_container .top {
    padding: 10px 12px;
    gap: 12px;
  }
  .to3_container .bottom {
    padding: 6px 12px 0px;
  }
  .to3_container .describe {
    font-size: 15px;
  }
  .to3_container .logo {
    width: 22px;
  }
  .to3_container .title {
    font-size: 15px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1_list {
    gap: 20px 2%;
  }
  .tho1_list li {
    width: 49%;
  }
  .tho1_list .box {
    padding: 15px 0px 0px;
  }
  .tho1_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho1_list .describe {
    font-size: 15px;
    margin-top: 4px;
  }
  .tht1 {
    padding: 30px 0px 40px;
  }
  .tht1 .share_box {
    font-size: 14px;
    margin-top: 5px;
  }
  .tht1 .describe {
    margin-top: 6px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .top {
    flex-wrap: wrap;
  }
  .fuo1 .big_title {
    flex: none;
    width: 100%;
  }
  .fuo1 .text {
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
  }
  .fuo1_container {
    margin-top: 20px;
  }
  .fuo1_container .describe {
    font-size: 15px;
  }
  .fuo1_container .r_box {
    padding: 20px 22px;
  }
  .fuo1_list {
    margin-top: 30px;
    gap: 20px 2%;
  }
  .fuo1_list li {
    width: 32%;
  }
  .fuo1_list .title {
    padding: 6px 16px;
    font-size: 15px;
  }
  .fuo2 {
    padding-bottom: 40px;
  }
  .fuo2_list {
    margin-top: 20px;
  }
  .fuo2_list li {
    width: 33.3333%;
  }
  .fuo2_list .describe {
    line-height: 22px;
    max-height: 88px;
    display: block;
    margin-top: 2px;
  }
  .fuo2_list .title {
    font-size: 16px;
    margin-top: 6px;
  }
  .fuo2_list .number {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
  }
  .index5_fo .index5_container {
    padding: 30px 0px 40px;
  }
  .fo1 .content {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .fo1_container {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .fo1_container .describe {
    font-size: 15px;
    max-height: none;
    overflow: initial;
  }
  .fo2 {
    padding: 30px 0px 40px;
  }
  .fo2 .text {
    font-size: 15px;
    margin: 4px auto 0px;
  }
  .fo2_container {
    margin-top: 15px;
  }
  .so1 {
    padding: 30px 0px 40px;
  }
  .so1_list {
    gap: 20px 2%;
  }
  .so1_list li {
    width: 32%;
  }
  .so1_list .box {
    padding: 20px 20px 30px;
  }
  .so1_list .title {
    font-size: 16px;
    line-height: 25px;
  }
  .so1_list .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .so1_list .time {
    gap: 6px;
  }
  .st1 {
    padding: 30px 0px 40px;
  }
  .st1 .content {
    flex-wrap: wrap;
  }
  .st1_container {
    flex: none;
    width: 100%;
    padding-top: 0px;
  }
  .st1_container .time {
    gap: 8px;
  }
  .st1_container .time_share {
    gap: 5px 20px;
    margin-top: 5px;
  }
  .st1_container .describe {
    margin-top: 12px;
  }
  .st1_container .share_box {
    font-size: 14px;
  }
  .seo1 {
    padding: 30px 0px 40px;
  }
  .seo1_l {
    width: 100%;
  }
  .seo1_l .text {
    margin-top: 4px;
    font-size: 15px;
  }
  .seo1_r {
    width: 100%;
    padding-top: 15px;
    padding-left: 10px;
  }
  .seo2 {
    padding-bottom: 40px;
  }
  .seo2_list {
    margin-top: 20px;
  }
  .seo2_list .logo {
    width: 48px;
  }
  .seo2_container {
    margin-top: 20px;
  }
  .pub_menu {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .new_box .list {
    margin-top: 4px;
    gap: 12px;
  }
  .new_box .time {
    margin-top: 6px;
  }
  .new_box .describe {
    margin-top: 8px;
  }
  .new_box li {
    padding-bottom: 10px;
  }
  .contact_box {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .contact_box .title {
    font-size: 20px;
    line-height: 28px;
  }
  .contact_box .text {
    line-height: 22px;
    margin-top: 6px;
  }
  .contact_box .links_box {
    line-height: 24px;
    margin-top: 12px;
  }
  .page_change {
    margin-top: 15px !important;
    padding-top: 8px !important;
    font-size: 14px;
  }
  .ot3_to,
  .ot3_pub {
    padding: 40px 0px;
  }
  footer .icBox {
    width: 100%;
    gap: 5px 6px;
    justify-content: center;
    margin-top: 8px;
  }
  footer .icBox a {
    width: 38px;
  }
  .footer_a {
    flex-wrap: wrap;
    padding: 30px 0px 20px;
    flex-direction: column;
    align-items: center;
  }
  .footer_a .text {
    font-size: 18px;
    line-height: 26px;
    flex: none;
    width: 100%;
  }
  .footer_a .logoBox {
    width: 76px;
  }
  .footer_a .l_box {
    flex: none;
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 4px;
  }
  .footer_b {
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0px;
  }
  .footer_b > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_b .dif_footer {
    font-size: 18px;
    line-height: 26px;
  }
  .footer_b .dif_up {
    display: block;
    filter: brightness(0);
  }
  .footer_b .list {
    margin-top: 4px;
    line-height: 26px;
  }
  .footer_b .box {
    margin-top: 10px;
  }
  .footer_b .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_b form {
    margin-top: 8px;
  }
  .footer_c {
    padding: 20px 0px 40px;
  }
  .swiper_button {
    width: 35px;
  }
  .swiper_button img {
    width: 15px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber input {
    padding: 0px 12px;
  }
  .PageNumber .submit {
    gap: 8px;
  }
  .PageNumber .submit img {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  .index1_container {
    padding: 0px 20px;
  }
  .index3 .l_box {
    margin-right: 20px;
  }
  .index5_l {
    padding: 0px 50px 0px 20px;
  }
  .oo2 .top {
    gap: 8px;
    flex-wrap: wrap;
  }
  .oo2 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .oo2 .control_box {
    width: 100%;
    justify-content: center;
  }
  .ot1 .r_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .ot1_l {
    width: 100%;
    padding-top: 20px;
  }
  .ot2 .big_title::before {
    display: none;
  }
  .to2 form {
    padding-left: 10px;
  }
  .to2 form .tijiao {
    min-width: 140px;
  }
  .to2 form .yzm a,
  .to2 form .yzm span {
    aspect-ratio: 140/42;
  }
  .to2 form .yz::before {
    left: -10px;
  }
  .fuo1_container .l_box {
    width: 100%;
  }
  .fuo1_container .r_box {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .fuo1_container .describe1 {
    position: relative;
  }
  .so1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .index5_l {
    width: 100%;
    padding: 0px;
  }
  .index5_container {
    flex-wrap: wrap;
    padding: 40px 20px !important;
    gap: 30px;
  }
  .index5_r {
    width: 100%;
  }
  .index5_r::before {
    display: none;
  }
  .index5_r .bofangBox {
    left: 50%;
  }
  .oo1_list li {
    width: 49%;
  }
  .ot2_container .l_box {
    width: 100%;
    padding-top: 15px;
  }
  .ot2_container .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  .bannerBox {
    padding-top: 0px !important;
    min-height: 300px;
  }
  .tho1_list li {
    width: 100%;
  }
  .fuo1_list li {
    width: 49%;
  }
  .fuo2_list li {
    width: 50%;
  }
  .fuo2_list .hide_box {
    padding: 0px 15px 20px;
  }
  .seo1_r form input,
  .seo1_r form textarea {
    font-size: 15px !important;
  }
  .seo2_list li {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  header .head_boxr {
    padding-right: 38px;
  }
  .index1_container .box {
    padding: 15px 20px 25px;
  }
  .index2 .r_box {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .index2 .l_box {
    padding-top: 15px;
  }
  .index3 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .index3 .r_box {
    width: 100%;
    padding-top: 12px;
  }
  .index6 .title {
    font-size: 14px;
  }
  .ot1 .r_box .pic-btn {
    width: 28px;
  }
  .to1 .r_box {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .to1 .l_box {
    padding-top: 15px;
  }
  .to2 form .int1 {
    width: 100%;
  }
  .to2 form .yzm {
    width: 100%;
    flex: none;
  }
  .to2 form .tijiao {
    min-width: 100%;
    width: 100%;
    margin-left: 0px;
  }
  .seo1_r form .int1 {
    width: 100%;
  }
  .seo1_r form .tijiao {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }
  .seo1_r form .yzm {
    flex: none;
    width: 100%;
  }
  .fo1_container {
    padding: 20px 20px 30px;
  }
  .footer_b form .int1 {
    width: 100%;
  }
  .bannerBox {
    min-height: 260px;
  }
  .bannerBox .banner_bt {
    font-size: 22px;
    line-height: 30px;
  }
  .bannerBox .content {
    top: 50%;
  }
}
@media screen and (max-width: 440px) {
  .so1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .oo1_list li {
    width: 100%;
  }
  .fuo1_list li {
    width: 100%;
  }
  .fuo2_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "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: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#934b32;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #934b32; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#934b32 solid 1px;background: #934b32; 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}
}