@font-face {
  font-family: 'Mona Sans';
  src: local('Mona Sans Regular'), local('MonaSans-Regular'), url('../fonts/MonaSans-Regular.woff2') format('woff2'), url('../fonts/MonaSans-Regular.woff') format('woff'), url('../fonts/MonaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: local('Mona Sans Medium'), local('MonaSans-Medium'), url('../fonts/MonaSans-Medium.woff2') format('woff2'), url('../fonts/MonaSans-Medium.woff') format('woff'), url('../fonts/MonaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Mona Sans', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: auto;
  position: relative;
  background: #F6F1EB;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #666;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.2s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #008F3F;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\eb86';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1710 {
    max-width: 1710px;
  }
  .con1620 {
    max-width: 1620px;
  }
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 220px 0 160px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 100px 0 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li.active a {
  background: #403A34;
  color: #fff;
  border: 1px solid #403A34;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #fff;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box {
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner .fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .banner-box .banner .fancybox-slide--video video {
    max-width: 90%;
  }
}
.banner-box .banner .fancybox-slide > video {
  padding: 0;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .swiper-slide.swiper-slide-active .item img {
  animation: an1 5.8s ease forwards;
}
.banner-box .banner .swiper-pagination {
  bottom: 30px;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: 50%;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e631';
  font-family: 'iconfont' !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 8% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 20px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .banner-box .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 6px;
    height: 6px;
  }
}
.banner-box .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transform: scale(2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s linear;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet:before {
    transform: scale(1.5);
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  width: 10px;
  background: #403A34;
}
@media (max-width: 767px) {
  .banner-box .swiper-pagination-bullet-active {
    width: 6px;
  }
}
.banner-box .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
@keyframes an1 {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #403A34;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #403A34;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #332C2B;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #403A34;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content .table-box {
    width: auto !important;
  }
}
.wrap-show .info .editor-content .table-box table {
  width: 100% !important;
}
.wrap-show .info .editor-content .table-box table tr td {
  padding: 8px;
  border-width: 1px;
  border-color: #ccc;
  color: #534D47;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  text-decoration: underline;
  color: #403A34;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  background: #403A34;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 12px;
  background: transparent;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: auto;
    left: calc(100%);
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1.5px);
  position: relative;
  opacity: 1;
  margin: 2px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #403A34;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 22px;
  color: #fff;
  transition: all 0.3s;
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #403A34;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #403A34;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
@media (max-width: 991px) {
  .float-window.active {
    left: calc(100% - 50px);
  }
}
.float-btn {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #403A34;
  border-radius: 3px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
  display: none;
}
@media (max-width: 991px) {
  .float-btn {
    display: block;
  }
}
.float-btn:hover {
  cursor: pointer;
}
.float-btn i.active {
  transform: rotate(-45deg);
}
.float-btn i {
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-top: 20px;
  }
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #403A34;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #403A34;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #403A34;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
.header.active::before {
  opacity: 1;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  transition: all 0.4s;
  background: linear-gradient(180deg, rgba(42, 37, 32, 0.8) 0%, rgba(42, 37, 32, 0) 100%);
}
.header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 45px;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-top {
    display: none;
  }
}
.header .header-top::after {
  content: '';
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 34.13%);
  bottom: 0;
  left: 0;
  width: 100%;
}
.header .header-top ul {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
.header .header-top ul li {
  display: inline-block;
  padding: 0 20px;
}
.header .header-top ul li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.header .header-top ul li a:hover {
  text-decoration: underline;
}
.header .header-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .header .header-menu {
    height: 60px;
    padding: 0 30px;
    background: #222 !important;
  }
}
@media (max-width: 767px) {
  .header .header-menu {
    padding: 0 15px;
  }
}
.header .header-menu .split-box {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.header .header-menu .split-box .jp-split {
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header .header-menu .split-box .lst-clone {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.header .header-menu .menu-logo {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .header .header-menu .menu-logo {
    left: 15px;
  }
}
.header .header-menu .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-logo a img {
  max-height: 100px;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-logo a img {
    max-height: 55px;
  }
}
.header .header-menu .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-nav {
    display: none;
  }
}
.header .header-menu .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
  margin: 0 -28px;
}
@media (max-width: 1470px) {
  .header .header-menu .menu-nav .nav-first {
    margin: 0 -20px;
  }
}
.header .header-menu .menu-nav .nav-first li.active a {
  text-decoration: underline;
}
.header .header-menu .menu-nav .nav-first li.active > ul li a {
  color: #000;
  padding: 0 20px ;
  text-decoration: none;
}
.header .header-menu .menu-nav .nav-first li.active > ul li > ul li a {
  color: #000;
  padding: 0 20px;
}
.header .header-menu .menu-nav .nav-first li {
  display: inline-block;
  padding: 0 28px;
  position: relative;
}
@media (max-width: 1560px) {
  .header .header-menu .menu-nav .nav-first li {
    padding: 0 18px;
  }
}
@media (max-width: 1470px) {
  .header .header-menu .menu-nav .nav-first li {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .header .header-menu .menu-nav .nav-first li {
    padding: 0 10px;
  }
}
.header .header-menu .menu-nav .nav-first li a {
  color: #fff;
  font-weight: 500;
  display: block;
  position: relative;
  line-height: normal;
  padding: 37px 0px;
  line-height: 26px;
  transition: all 0.3s;
}
.header .header-menu .menu-nav .nav-first li a i {
  transform: rotate(90deg);
  font-size: 14px;
  display: inline-block;
}
.header .header-menu .menu-nav .nav-first li a:hover .jp-split {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header .header-menu .menu-nav .nav-first li a:hover .lst-clone {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.header .header-menu .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100% + 0);
  left: 0;
  border-top: 0;
  min-width: 100%;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background: #fff;
  padding: 10px 0;
  z-index: 2;
  border-radius: 0 0 5px 5px;
}
.header .header-menu .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}
.header .header-menu .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  padding: 3px 20px;
  position: relative;
  height: auto;
  font-weight: 500;
}
.header .header-menu .menu-nav .nav-first li > ul li a::after {
  display: none;
}
.header .header-menu .menu-nav .nav-first li > ul li a:hover {
  background: transparent;
  color: #000;
  text-decoration: underline;
}
.header .header-menu .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .header-menu .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #fff;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li a {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding: 3px 20px;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li a:hover {
  color: #403A34;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .header-menu .menu-language {
  position: relative;
  padding: 0 40px 0 90px;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-language {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-language {
    padding: 0 15px;
  }
}
.header .header-menu .menu-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto;
}
.header .header-menu .menu-language .select-name {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-language .select-name {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-language .select-name {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-language .select-name {
    font-size: 0;
  }
}
.header .header-menu .menu-language .select-name:hover {
  color: #403A34;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-language .select-name:hover {
    color: #fff;
  }
}
.header .header-menu .menu-language .select-name::before {
  content: '\e607';
  font-family: 'iconfont' !important;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-language .select-name::before {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-language .select-name::before {
    margin-right: 0;
    font-size: 22px;
  }
}
.header .header-menu .menu-language .select-name::after {
  margin-left: 20px;
  content: '\e663';
  font-family: 'iconfont' !important;
  display: inline-block;
  transform: rotate(90deg);
  font-weight: normal;
}
@media (max-width: 767px) {
  .header .header-menu .menu-language .select-name::after {
    display: none;
  }
}
.header .header-menu .menu-language .drop-select {
  position: absolute;
  content: '';
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .header .header-menu .menu-language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}
.header .header-menu .menu-language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100%/3);
  vertical-align: top;
}
@media (max-width: 991px) {
  .header .header-menu .menu-language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}
.header .header-menu .menu-language .drop-select li:hover a {
  color: #403A34;
}
.header .header-menu .menu-language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
}
.header .header-menu .menu-language .drop-select li a:hover {
  background: #f1f1f1;
}
.header .header-menu .menu-language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
  min-width: 30px;
}
.header .header-menu .menu-cart a {
  display: block;
  color: #FFF;
  font-weight: 400;
}
.header .header-menu .menu-cart a:hover i {
  animation: swing 1s linear;
}
.header .header-menu .menu-cart a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .header .header-menu .menu-cart a span {
    display: none;
  }
}
.header .header-menu .menu-search {
  position: relative;
  height: 100%;
  padding-left: 40px;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-search {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-search {
    padding-left: 15px;
  }
}
.header .header-menu .menu-search .find {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-menu .menu-search .find a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s linear;
  color: #fff;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-search .find a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-search .find a {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.header .header-menu .menu-search .find a:hover {
  color: #403A34;
}
.header .header-menu .menu-search .find a:hover i {
  color: #403A34;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-search .find a:hover i {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .find a span {
    display: none;
  }
}
.header .header-menu .menu-search .find a i {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-search .find a i {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .find a i {
    font-size: 20px;
    margin-left: 0;
  }
}
.header .header-menu .menu-search .search-group {
  display: none;
  content: '';
  position: absolute;
  top: calc(100% + 15px);
  z-index: 2;
  right: 0;
  width: 400px;
}
@media (max-width: 991px) {
  .header .header-menu .menu-search .search-group {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .search-group {
    width: 230px;
  }
}
.header .header-menu .menu-search .search-group .box {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .search-group .box {
    padding: 30px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    overflow: hidden;
  }
}
.header .header-menu .menu-search .search-group .box .search-close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .search-group .box .search-close {
    top: 30px;
    right: 30px;
  }
}
.header .header-menu .menu-search .search-group .box .search-close:hover i {
  color: #403A34;
  transform: rotate(180deg);
}
.header .header-menu .menu-search .search-group .box .search-close i {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .search-group .box .search-close i {
    color: #fff;
  }
}
.header .header-menu .menu-search .search-group .box .search-form {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .search-group .box .search-form {
    padding-top: 0;
    width: 300px;
  }
}
.header .header-menu .menu-search .search-group .box .search-form form {
  position: relative;
}
.header .header-menu .menu-search .search-group .box .search-form form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  color: #666;
}
.header .header-menu .menu-search .search-group .box .search-form form input::placeholder {
  color: #666;
  font-size: 14px;
}
.header .header-menu .menu-search .search-group .box .search-form form input:focus::placeholder {
  color: #999;
}
.header .header-menu .menu-search .search-group .box .search-form form button {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  background: #fff;
  transition: all 0.2s ease;
}
.header .header-menu .menu-search .search-group .box .search-form form button i {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header .header-menu .menu-search .search-group .box .search-form form button i {
    font-size: 18px;
  }
}
.header .header-menu .menu-search .search-group .box .search-form form button:hover {
  color: #403A34;
}
.wrap-tit h2 {
  color: #403A34;
  font-size: 66px;
  font-weight: 500;
  letter-spacing: -2.64px;
  line-height: 70px;
  margin: 0;
}
@media (max-width: 1560px) {
  .wrap-tit h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1470px) {
  .wrap-tit h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.wrap-txt {
  padding-top: 20px;
}
.wrap-txt p {
  color: #403A34;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-contact {
  overflow: hidden;
}
.wrap-contact .group {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .wrap-contact .group {
    padding: 40px 0;
  }
}
.wrap-contact .group .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top {
    flex-direction: column;
  }
}
.wrap-contact .group .top .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .left {
    width: 100%;
  }
}
.wrap-contact .group .top .left ul {
  display: flex;
  align-items: center;
  padding-top: 280px;
}
@media (max-width: 1470px) {
  .wrap-contact .group .top .left ul {
    padding-top: 200px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .left ul {
    padding-top: 30px;
  }
}
.wrap-contact .group .top .left ul li {
  height: auto;
  display: inline-block;
  padding: 5px;
  background: #E1DBCB;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .left ul li {
    margin-right: 10px;
  }
}
.wrap-contact .group .top .left ul li img {
  display: block;
  max-height: 140px;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .left ul li img {
    max-height: 110px;
  }
}
.wrap-contact .group .top .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .right {
    width: 100%;
    margin-top: 10px;
  }
}
.wrap-contact .group .top .right .item {
  padding: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1DBCB;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .right .item {
    padding: 15px;
  }
}
.wrap-contact .group .top .right .item:hover .icon i {
  animation: swing 1s linear;
}
.wrap-contact .group .top .right .item:hover p span {
  color: #403A34;
}
.wrap-contact .group .top .right .item:hover p a {
  text-decoration: underline;
}
.wrap-contact .group .top .right .item .icon i {
  font-size: 40px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .right .item .icon i {
    font-size: 30px;
  }
}
.wrap-contact .group .top .right .item p {
  margin: 0 0 0 50px;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .right .item p {
    margin: 0 0 0 20px;
  }
}
.wrap-contact .group .top .right .item p span {
  display: block;
  color: #BEB8A8;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .right .item p span {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.wrap-contact .group .top .right .item p a,
.wrap-contact .group .top .right .item p .address {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #403A34;
}
@media (max-width: 1199px) {
  .wrap-contact .group .top .right .item p a,
  .wrap-contact .group .top .right .item p .address {
    font-size: 18px;
    line-height: 28px;
  }
}
.wrap-contact .group .end {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-contact .group .end {
    padding-top: 40px;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-contact .group .end .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .wrap-contact .group .end .left {
    width: 100%;
  }
}
.wrap-contact .group .end .left .pic {
  padding-top: 260px;
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .group .end .left .pic {
    padding-top: 20px;
  }
}
.wrap-contact .group .end .left .pic .img-box {
  padding-bottom: calc(760 / 600 * 100%);
}
.wrap-contact .group .end .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .group .end .right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-contact .map {
  line-height: 1;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .wrap-contact .map {
    margin-top: 40px;
  }
}
.wrap-contact .map .pic iframe {
  width: 100%;
  height: 580px;
}
@media (max-width: 767px) {
  .wrap-contact .map .pic iframe {
    height: 350px;
  }
}
.common-form form .row {
  margin: 0 -10px;
}
.common-form form .row .col-12 {
  padding: 0 10px;
}
.common-form form .row .col-12 .box-tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box-tit {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .box-tit input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #403A34;
  padding: 0 20px;
  color: #F6F1EB;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box-tit input {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.common-form form .row .col-12 .box {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .box label {
  display: block;
  padding: 10px 20px;
  color: #403A34;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box label {
    font-size: 14px;
  }
}
.common-form form .row .col-12 .box input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border: none;
  background: #fff;
  color: #918B80;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box input {
    height: 45px;
    line-height: 45px;
  }
}
.common-form form .row .col-12 .box input::placeholder {
  color: #918B80;
  font-size: 14px;
}
.common-form form .row .col-12 .box input:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .box textarea {
  width: 100%;
  padding: 20px;
  border: none;
  background: #fff;
  color: #918B80;
}
.common-form form .row .col-12 .box textarea::placeholder {
  color: #918B80;
  font-size: 14px;
}
.common-form form .row .col-12 .box textarea:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .box-submit {
  text-align: end;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .box-submit {
    padding-top: 20px;
  }
}
.common-form form .row .col-12 .box-submit button {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  border-radius: 50px;
  background: #403A34;
  border: none;
  transition: all 0.3s;
  color: #F6F1EB;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.common-form form .row .col-12 .box-submit button:hover {
  background: #BEB8A8;
}
.common-form form .row .col-12 .box-submit button:hover .icon .icon-def {
  transform: translate(90%, -50%) rotate(45deg);
  opacity: 0;
}
.common-form form .row .col-12 .box-submit button:hover .icon .icon-copy {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.common-form form .row .col-12 .box-submit button span {
  position: relative;
  overflow: hidden;
}
.common-form form .row .col-12 .box-submit button .icon {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.common-form form .row .col-12 .box-submit button .icon i {
  display: inline-block;
  transform: rotate(45deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.common-form form .row .col-12 .box-submit button .icon .icon-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -5%) rotate(45deg);
  color: #fff;
  opacity: 0;
}
.footer {
  background: #E1DBCB;
}
.footer .foot-tit h2 {
  color: #403A34;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-tit h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer .group {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer .group {
    padding-top: 15px;
  }
}
.footer .foot {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0;
  }
}
.footer .foot .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .info {
    flex-direction: column;
  }
}
.footer .foot .info .left {
  width: 420px;
}
@media (max-width: 1199px) {
  .footer .foot .info .left {
    width: 100%;
  }
}
.footer .foot .info .left .group p {
  color: rgba(64, 58, 52, 0.8);
  font-size: 16px;
  font-weight: 400;
  display: flex;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .group p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .foot .info .left .group p {
    flex-direction: column;
  }
}
.footer .foot .info .left .group p:hover a {
  color: #403A34;
  text-decoration: underline;
}
.footer .foot .info .left .group p span {
  min-width: 100px;
  width: 100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .foot .info .left .group p span {
    min-width: 100%;
    width: auto;
    margin-bottom: 5px;
    font-weight: 500;
  }
}
.footer .foot .info .left .group p a,
.footer .foot .info .left .group p .address {
  display: inline-block;
  transition: all 0.3s;
  font-weight: 400;
}
.footer .foot .info .left .group p .address {
  width: auto;
  min-width: 100%;
}
.footer .foot .info .left .share {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .share {
    padding-top: 15px;
  }
}
.footer .foot .info .left .share ul {
  margin: 0 -4px;
  display: flex;
  align-items: center;
}
.footer .foot .info .left .share ul li {
  padding: 0 4px;
  display: inline-block;
}
.footer .foot .info .left .share ul li a {
  display: block;
}
.footer .foot .info .left .share ul li a i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #403A34;
  background: #E1DBCB;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .footer .foot .info .left .share ul li a i {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.footer .foot .info .left .share ul li a i:hover {
  background: #403A34;
  color: #fff;
  animation: swing 1s linear;
}
.footer .foot .info .right {
  width: 40%;
}
@media (max-width: 1199px) {
  .footer .foot .info .right {
    width: 100%;
    margin-top: 30px;
  }
}
.footer .foot .info .right .common-form form .row {
  margin: 0 -6px;
}
.footer .foot .info .right .common-form form .row .col-12 {
  padding: 0 6px;
}
.footer .foot .info .right .common-form form .row .col-12 .box {
  margin-bottom: 10px;
}
.footer .foot .info .right .common-form form .row .col-12 .box input {
  height: 48px;
  line-height: 48px;
}
.footer .foot .info .right .common-form form .row .col-12 .box-submit button {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.footer .foot .info .right .common-form form .row .col-12 .box-submit button:hover {
  background: #403A34;
}
.footer .copyright {
  background: #BEB8A8;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .footer .copyright {
    padding: 15px 0 70px 0;
  }
}
.footer .copyright .info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .footer .copyright .info {
    flex-direction: column;
    text-align: center;
  }
}
.footer .copyright .info p {
  color: rgba(64, 58, 52, 0.6);
  font-size: 14px;
  margin: 0;
  padding-right: 40px;
}
.footer .copyright .info .link {
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .footer .copyright .info .link {
    padding-top: 15px;
    margin: 0 -7px;
  }
}
.footer .copyright .info .link a {
  position: relative;
  padding: 0 20px;
  color: rgba(64, 58, 52, 0.6);
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .footer .copyright .info .link a {
    padding: 0 7px;
  }
}
.footer .copyright .info .link a:hover {
  color: #403A34;
}
.footer .copyright .info .link a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(64, 58, 52, 0.2);
  height: 12px;
  width: 1px;
}
@media (max-width: 1199px) {
  .footer .copyright .info .link a::before {
    display: none;
  }
}
.more-btn a {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 50px;
  background: #E1DBCB;
  border: none;
  transition: all 0.3s;
  color: #403A34;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .more-btn a {
    padding: 0 30px;
  }
}
.more-btn a:hover {
  color: #fff;
  background: #403A34;
}
.more-btn a:hover .icon .icon-def {
  transform: translate(90%, -50%) rotate(45deg);
  opacity: 0;
}
.more-btn a:hover .icon .icon-copy {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.more-btn a span {
  position: relative;
  overflow: hidden;
}
.more-btn a .icon {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}
.more-btn a .icon i {
  display: inline-block;
  transform: rotate(45deg);
  transition: all 0.3s linear;
  opacity: 1;
}
.more-btn a .icon .icon-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -5%) rotate(45deg);
  color: #fff;
  opacity: 0;
}
.wrap-news {
  overflow: hidden;
}
.wrap-news .info .group {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group {
    padding-top: 40px;
  }
}
.wrap-news .info .group .row .col-12 .item {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.wrap-news .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-news .info .group .row .col-12 .item:hover .note {
  background: #E1DBCB;
}
.wrap-news .info .group .row .col-12 .item:hover .note .tit a span {
  background-image: linear-gradient(to right, #403A34 0%, #403A34 100%);
  background-size: 100% 2px;
}
.wrap-news .info .group .row .col-12 .item:hover .note .more-btn a {
  color: #fff;
  background: #403A34;
}
.wrap-news .info .group .row .col-12 .item:hover .note .more-btn a .icon .icon-def {
  transform: translate(90%, -50%) rotate(45deg);
  opacity: 0;
}
.wrap-news .info .group .row .col-12 .item:hover .note .more-btn a .icon .icon-copy {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.wrap-news .info .group .row .col-12 .item .pic {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .pic {
    width: 100%;
  }
}
.wrap-news .info .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(880 / 800 * 100%);
}
.wrap-news .info .group .row .col-12 .item .pic .img-box img {
  transition: all 2s;
}
.wrap-news .info .group .row .col-12 .item .note {
  width: 55%;
  padding: 30px 50px;
  border: 1px solid #E1DBCB;
  transition: all 0.3s;
}
@media (max-width: 1560px) {
  .wrap-news .info .group .row .col-12 .item .note {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note {
    width: 100%;
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .group .row .col-12 .item .note {
    padding: 20px;
  }
}
.wrap-news .info .group .row .col-12 .item .note .date span {
  display: block;
  color: #403A34;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note .date span {
    font-size: 14px;
  }
}
.wrap-news .info .group .row .col-12 .item .note .tit {
  padding-top: 20px;
}
.wrap-news .info .group .row .col-12 .item .note .tit a {
  color: #403A34;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
}
@media (max-width: 1470px) {
  .wrap-news .info .group .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    height: 56px;
  }
}
.wrap-news .info .group .row .col-12 .item .note .tit a span {
  transition: background-size 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#403A34), to(#403A34));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
}
.wrap-news .info .group .row .col-12 .item .note .txt {
  padding-top: 30px;
}
@media (max-width: 1470px) {
  .wrap-news .info .group .row .col-12 .item .note .txt {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note .txt {
    padding-top: 20px;
  }
}
.wrap-news .info .group .row .col-12 .item .note .txt p {
  color: #403A34;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
.wrap-news .info .group .row .col-12 .item .note .more-btn {
  padding-top: 80px;
}
@media (max-width: 1560px) {
  .wrap-news .info .group .row .col-12 .item .note .more-btn {
    padding-top: 30px;
  }
}
@media (max-width: 1470px) {
  .wrap-news .info .group .row .col-12 .item .note .more-btn {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .group .row .col-12 .item .note .more-btn {
    padding-top: 20px;
  }
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-align: center;
  background: transparent;
  color: #878378;
  font-weight: 400;
  transition: all 0.2s ease-out;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  color: #fff;
  cursor: pointer;
  background: #403A34;
}
.pagination ul li.active a {
  color: #fff;
  background: #403A34;
}
.pagination ul li.next {
  margin-left: 5px;
}
.pagination ul li.next a {
  border: 1px solid #403A34;
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #FFF;
  background: #403A34;
}
.pagination ul li.next a:hover i {
  color: #fff;
}
.pagination ul li.next a i {
  color: #666;
  font-weight: bold;
}
.pagination ul li.prev {
  margin-right: 5px;
}
.pagination ul li.prev a {
  border: 1px solid #403A34;
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #FFF;
  background: #403A34;
}
.pagination ul li.prev a:hover i {
  color: #fff;
}
.pagination ul li.prev a i {
  color: #666;
  font-weight: bold;
}
.wrap-sustaine .introduce .pic {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .introduce .pic {
    margin-top: 30px;
  }
}
.wrap-sustaine .introduce .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-sustaine .origin {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin {
    padding-top: 40px;
  }
}
.wrap-sustaine .origin .group {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group {
    padding-top: 40px;
  }
}
.wrap-sustaine .origin .group .item {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group .item {
    flex-direction: column;
    align-items: start;
    margin-bottom: 15px;
  }
}
.wrap-sustaine .origin .group .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-sustaine .origin .group .item:nth-child(2n+2) .note {
  order: 2;
  padding-left: 80px;
}
@media (max-width: 1560px) {
  .wrap-sustaine .origin .group .item:nth-child(2n+2) .note {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group .item:nth-child(2n+2) .note {
    padding-left: 20px;
  }
}
.wrap-sustaine .origin .group .item:nth-child(2n+2) .pic {
  order: 1;
}
.wrap-sustaine .origin .group .item .note {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group .item .note {
    width: 100%;
    order: 2;
    border: 1px solid #E1DBCB;
    padding: 20px;
  }
}
.wrap-sustaine .origin .group .item .note .tit h2 {
  color: #403A34;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 40px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group .item .note .tit h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
.wrap-sustaine .origin .group .item .note .txt {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group .item .note .txt {
    padding-top: 20px;
  }
}
.wrap-sustaine .origin .group .item .note .txt p {
  color: #403A34;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-sustaine .origin .group .item .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-sustaine .origin .group .item .pic {
    width: 100%;
    order: 1;
  }
}
.wrap-sustaine .origin .group .item .pic .img-box {
  padding-bottom: calc(380 / 720 * 100%);
}
.wrap-sustaine .origin .group .item .pic .img-box img {
  transition: all 2s;
}
.wrap-sustaine .design {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .design {
    padding-top: 40px;
  }
}
.wrap-sustaine .design .group {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .design .group {
    padding-top: 40px;
  }
}
.wrap-sustaine .design .group .row {
  margin: 0 -40px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .design .group .row {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .wrap-sustaine .design .group .row {
    margin: 0 -7px;
  }
}
.wrap-sustaine .design .group .row .col-12 {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .design .group .row .col-12 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .wrap-sustaine .design .group .row .col-12 {
    width: 50%;
    padding: 0 7px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-sustaine .design .group .row .col-12 {
    width: 100%;
  }
}
.wrap-sustaine .design .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-sustaine .design .group .row .col-12 .item .pic .img-box {
  padding-bottom: calc(780 / 630 * 100%);
}
.wrap-sustaine .design .group .row .col-12 .item .pic .img-box img {
  transition: all 2s;
}
.wrap-sustaine .design .group .row .col-12 .item .tit {
  padding-top: 20px;
}
.wrap-sustaine .design .group .row .col-12 .item .tit h2 {
  color: #403A34;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-sustaine .design .group .row .col-12 .item .tit h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
.wrap-sustaine .design .group .row .col-12 .item .txt {
  padding-top: 20px;
}
.wrap-sustaine .design .group .row .col-12 .item .txt p {
  color: #403A34;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-sustaine .design .group .row .col-12 .item .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-sustaine .partner {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .partner {
    padding-top: 40px;
  }
}
.wrap-sustaine .partner .pic {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-sustaine .partner .pic {
    padding-top: 30px;
  }
}
.wrap-sustaine .partner .pic img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 0 !important;
  }
}
.wrap-product,
.wrap-details {
  padding: 120px 40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-product,
  .wrap-details {
    padding: 40px 15px;
  }
}
.wrap-product .info .top,
.wrap-details .info .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .info .top,
  .wrap-details .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-product .info .top .left,
.wrap-details .info .top .left {
  width: 47%;
}
@media (max-width: 1199px) {
  .wrap-product .info .top .left,
  .wrap-details .info .top .left {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-product .info .top .left .tit h2,
.wrap-details .info .top .left .tit h2 {
  color: #403A34;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -2px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .top .left .tit h2,
  .wrap-details .info .top .left .tit h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.wrap-product .info .top .left .txt,
.wrap-details .info .top .left .txt {
  padding-top: 20px;
}
.wrap-product .info .top .left .txt p,
.wrap-details .info .top .left .txt p {
  color: #403A34;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .top .left .txt p,
  .wrap-details .info .top .left .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .top .right,
  .wrap-details .info .top .right {
    width: 100%;
    order: 1;
  }
}
.wrap-product .info .top .right form,
.wrap-details .info .top .right form {
  width: 430px;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-product .info .top .right form,
  .wrap-details .info .top .right form {
    width: 100%;
  }
}
.wrap-product .info .top .right form input,
.wrap-details .info .top .right form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: transparent;
  color: #878378;
  border-bottom: 1px solid #403A34;
}
.wrap-product .info .top .right form input::placeholder,
.wrap-details .info .top .right form input::placeholder {
  color: #878378;
  font-size: 14px;
  font-weight: 400;
}
.wrap-product .info .top .right form input:focus::placeholder,
.wrap-details .info .top .right form input:focus::placeholder {
  color: #ccc;
}
.wrap-product .info .top .right form button,
.wrap-details .info .top .right form button {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #403A34;
}
.wrap-product .info .top .right form button i,
.wrap-details .info .top .right form button i {
  font-size: 20px;
}
.wrap-product .info .group,
.wrap-details .info .group {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .info .group,
  .wrap-details .info .group {
    padding-top: 40px;
  }
}
.wrap-product .info .group .left,
.wrap-details .info .group .left {
  width: 20%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .left,
  .wrap-details .info .group .left {
    display: none;
  }
}
.wrap-product .info .group .left .left-group ul li,
.wrap-details .info .group .left .left-group ul li {
  margin-bottom: 10px;
}
.wrap-product .info .group .left .left-group ul li a,
.wrap-details .info .group .left .left-group ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px 15px 13px;
  background: #E1DBCB;
  position: relative;
  transition: all 0.3s;
  color: #403A34;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.4px;
}
.wrap-product .info .group .left .left-group ul li a:hover,
.wrap-details .info .group .left .left-group ul li a:hover {
  background: #403A34;
  color: #F6F1EB;
}
.wrap-product .info .group .left .left-group ul li a:hover::after,
.wrap-details .info .group .left .left-group ul li a:hover::after {
  background: #E1DBCB;
  color: #403A34;
  transform: translateY(-50%) rotate(-90deg);
}
.wrap-product .info .group .left .left-group ul li a::after,
.wrap-details .info .group .left .left-group ul li a::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  background: #F6F1EB;
}
.wrap-product .info .group .left .left-group ul li > ul,
.wrap-details .info .group .left .left-group ul li > ul {
  display: none;
}
.wrap-product .info .group .left .left-group ul li.active a,
.wrap-details .info .group .left .left-group ul li.active a {
  background: #403A34;
  color: #F6F1EB;
}
.wrap-product .info .group .left .left-group ul li.active a::after,
.wrap-details .info .group .left .left-group ul li.active a::after {
  background: #E1DBCB;
  color: #403A34;
}
.wrap-product .info .group .left .left-group ul li.active > ul,
.wrap-details .info .group .left .left-group ul li.active > ul {
  display: block;
  padding: 13px;
}
.wrap-product .info .group .left .left-group ul li.active > ul li,
.wrap-details .info .group .left .left-group ul li.active > ul li {
  border-bottom: 1px solid #E1DBCB;
  margin-bottom: 0;
}
.wrap-product .info .group .left .left-group ul li.active > ul li a,
.wrap-details .info .group .left .left-group ul li.active > ul li a {
  padding: 15px 0;
  background: transparent;
  color: #534D47;
  font-size: 16px;
  font-weight: 400;
}
.wrap-product .info .group .left .left-group ul li.active > ul li a::after,
.wrap-details .info .group .left .left-group ul li.active > ul li a::after {
  display: none;
}
.wrap-product .info .group .left .left-group ul li.active > ul li a:hover::before,
.wrap-details .info .group .left .left-group ul li.active > ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.wrap-product .info .group .left .left-group ul li.active > ul li a::before,
.wrap-details .info .group .left .left-group ul li.active > ul li a::before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 0%;
  background: #403A34;
  transition: all 0.4s linear;
  opacity: 0;
}
.wrap-product .info .group .left .left-group ul li.active > ul li.active a::before,
.wrap-details .info .group .left .left-group ul li.active > ul li.active a::before {
  width: 100%;
  opacity: 1;
}
.wrap-product .info .group .right,
.wrap-details .info .group .right {
  width: 77%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right,
  .wrap-details .info .group .right {
    width: 100%;
  }
}
.wrap-product .info .group .right .pagination,
.wrap-details .info .group .right .pagination {
  justify-content: end;
  padding-top: 0;
}
.wrap-product .info .group .right .row,
.wrap-details .info .group .right .row {
  margin: 0 -30px;
}
@media (max-width: 1470px) {
  .wrap-product .info .group .right .row,
  .wrap-details .info .group .right .row {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row,
  .wrap-details .info .group .right .row {
    margin: 0 -7px;
  }
}
.wrap-product .info .group .right .row .col-12,
.wrap-details .info .group .right .row .col-12 {
  padding: 0 30px;
}
@media (max-width: 1470px) {
  .wrap-product .info .group .right .row .col-12,
  .wrap-details .info .group .right .row .col-12 {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12,
  .wrap-details .info .group .right .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-product .info .group .right .row .col-12,
  .wrap-details .info .group .right .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .row .col-12,
  .wrap-details .info .group .right .row .col-12 {
    width: 100%;
  }
}
.wrap-product .info .group .right .row .col-12 .item,
.wrap-details .info .group .right .row .col-12 .item {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item,
  .wrap-details .info .group .right .row .col-12 .item {
    margin-bottom: 20px;
  }
}
.wrap-product .info .group .right .row .col-12 .item:hover .pic,
.wrap-details .info .group .right .row .col-12 .item:hover .pic {
  border: 1px solid #403A34;
}
.wrap-product .info .group .right .row .col-12 .item:hover .pic .img-box img,
.wrap-details .info .group .right .row .col-12 .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-product .info .group .right .row .col-12 .item:hover .pic .open-pic,
.wrap-details .info .group .right .row .col-12 .item:hover .pic .open-pic {
  opacity: 1;
  pointer-events: all;
}
.wrap-product .info .group .right .row .col-12 .item:hover .pic .add,
.wrap-details .info .group .right .row .col-12 .item:hover .pic .add {
  opacity: 1;
  pointer-events: all;
}
.wrap-product .info .group .right .row .col-12 .item:hover .note,
.wrap-details .info .group .right .row .col-12 .item:hover .note {
  border: 1px solid #403A34;
}
.wrap-product .info .group .right .row .col-12 .item:hover .note::after,
.wrap-details .info .group .right .row .col-12 .item:hover .note::after {
  opacity: 1;
}
.wrap-product .info .group .right .row .col-12 .item:hover .note .tit,
.wrap-details .info .group .right .row .col-12 .item:hover .note .tit {
  animation: fadeInDown 0.5s linear;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item:hover .note .tit,
  .wrap-details .info .group .right .row .col-12 .item:hover .note .tit {
    animation: none;
  }
}
.wrap-product .info .group .right .row .col-12 .item:hover .note .more,
.wrap-details .info .group .right .row .col-12 .item:hover .note .more {
  animation: fadeInUp 0.5s linear;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item:hover .note .more,
  .wrap-details .info .group .right .row .col-12 .item:hover .note .more {
    animation: none;
  }
}
.wrap-product .info .group .right .row .col-12 .item .pic,
.wrap-details .info .group .right .row .col-12 .item .pic {
  transition: all 0.4s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.wrap-product .info .group .right .row .col-12 .item .pic .img-box,
.wrap-details .info .group .right .row .col-12 .item .pic .img-box {
  padding-bottom: calc(750 / 640 * 100%);
}
.wrap-product .info .group .right .row .col-12 .item .pic .img-box img,
.wrap-details .info .group .right .row .col-12 .item .pic .img-box img {
  transition: all 2s;
}
.wrap-product .info .group .right .row .col-12 .item .pic .open-pic,
.wrap-details .info .group .right .row .col-12 .item .pic .open-pic {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #F6F1EB;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.wrap-product .info .group .right .row .col-12 .item .pic .open-pic .img-box,
.wrap-details .info .group .right .row .col-12 .item .pic .open-pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(800 / 680 * 100%);
}
.wrap-product .info .group .right .row .col-12 .item .pic .add,
.wrap-details .info .group .right .row .col-12 .item .pic .add {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .pic .add,
  .wrap-details .info .group .right .row .col-12 .item .pic .add {
    top: 15px;
    right: 15px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .pic .add a i,
.wrap-details .info .group .right .row .col-12 .item .pic .add a i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #403A34;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
.wrap-product .info .group .right .row .col-12 .item .pic .add a i:hover,
.wrap-details .info .group .right .row .col-12 .item .pic .add a i:hover {
  background: #E1DBCB;
  animation: swing 1s linear;
  color: #403A34;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .pic .add a i,
  .wrap-details .info .group .right .row .col-12 .item .pic .add a i {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note,
.wrap-details .info .group .right .row .col-12 .item .note {
  padding: 20px;
  width: 90%;
  transition: all 0.3s;
  border: 1px solid transparent;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-product .info .group .right .row .col-12 .item .note,
  .wrap-details .info .group .right .row .col-12 .item .note {
    padding: 20px 15px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note::after,
.wrap-details .info .group .right .row .col-12 .item .note::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 5px;
  height: 5px;
  background: #403A34;
  transition: all 0.3s;
  opacity: 0;
}
.wrap-product .info .group .right .row .col-12 .item .note .tit a,
.wrap-details .info .group .right .row .col-12 .item .note .tit a {
  color: #403A34;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .tit a,
  .wrap-details .info .group .right .row .col-12 .item .note .tit a {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    height: 28px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .more,
.wrap-details .info .group .right .row .col-12 .item .note .more {
  padding-top: 20px;
  transition: all 0.3s;
  opacity: 0;
}
.wrap-product .info .group .right .row .col-12 .item .note .more a,
.wrap-details .info .group .right .row .col-12 .item .note .more a {
  display: inline-block;
  color: #403A34;
  font-weight: 500;
}
.wrap-product .info .group .right .row .col-12 .item .note .more a:hover,
.wrap-details .info .group .right .row .col-12 .item .note .more a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .row .col-12 .item .note .more a,
  .wrap-details .info .group .right .row .col-12 .item .note .more a {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .row .col-12 .item .note .more a span,
.wrap-details .info .group .right .row .col-12 .item .note .more a span {
  position: relative;
}
.wrap-product .info .group .right .row .col-12 .item .note .more a span::after,
.wrap-details .info .group .right .row .col-12 .item .note .more a span::after {
  content: '\e602';
  font-family: 'iconfont' !important;
  margin-left: 5px;
  display: inline-block;
  transform: rotate(45deg);
}
.wrap-product .info .group .right .details-box .introduce,
.wrap-details .info .group .right .details-box .introduce {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce,
  .wrap-details .info .group .right .details-box .introduce {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-left,
.wrap-details .info .group .right .details-box .introduce .in-left {
  display: flex;
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-left,
  .wrap-details .info .group .right .details-box .introduce .in-left {
    flex-direction: column;
    width: 100%;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for {
  font-size: 0;
  width: 79%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-left .slider-for,
  .wrap-details .info .group .right .details-box .introduce .in-left .slider-for {
    width: 100%;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for:hover .slick-prev,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for:hover .slick-prev,
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for:hover .slick-next,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for:hover .slick-next {
  opacity: 1;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for .slick-prev,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for .slick-prev,
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for .slick-next,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for .slick-next {
  opacity: 0;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for .slick-next,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for .slick-next {
  right: 1%;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for .slick-prev,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for .slick-prev {
  left: 1%;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-for .item .img-box,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-for .item .img-box {
  padding-bottom: calc(660 / 570 * 100%);
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav {
  font-size: 0;
  width: 16%;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-left .slider-nav,
  .wrap-details .info .group .right .details-box .introduce .in-left .slider-nav {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .slick-list,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .slick-list {
  margin: -9px 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .slick-list,
  .wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .slick-list {
    margin: 0 -5px;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .slick-slide,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .slick-slide {
  padding: 9px 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .slick-slide,
  .wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .slick-current .item,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .slick-current .item {
  border: 1px solid #403A34;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .item-video,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .item-video {
  position: relative;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .item-video .play,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .item-video .play i,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .item-video .play i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #403A34;
  color: #fff;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .item,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .item {
  border: 1px solid transparent;
}
.wrap-product .info .group .right .details-box .introduce .in-left .slider-nav .item .img-box,
.wrap-details .info .group .right .details-box .introduce .in-left .slider-nav .item .img-box {
  padding-bottom: calc(240 / 200 * 100%);
}
.wrap-product .info .group .right .details-box .introduce .in-right,
.wrap-details .info .group .right .details-box .introduce .in-right {
  width: 46%;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-right,
  .wrap-details .info .group .right .details-box .introduce .in-right {
    width: 100%;
    margin-top: 30px;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-right .share,
.wrap-details .info .group .right .details-box .introduce .in-right .share {
  padding-top: 100px;
}
@media (max-width: 1470px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .share,
  .wrap-details .info .group .right .details-box .introduce .in-right .share {
    padding-top: 60px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .share,
  .wrap-details .info .group .right .details-box .introduce .in-right .share {
    padding-top: 20px;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-right .share .share-to span,
.wrap-details .info .group .right .details-box .introduce .in-right .share .share-to span {
  color: #202733;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .share .share-to span,
  .wrap-details .info .group .right .details-box .introduce .in-right .share .share-to span {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-right .link,
.wrap-details .info .group .right .details-box .introduce .in-right .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .link,
  .wrap-details .info .group .right .details-box .introduce .in-right .link {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .link,
  .wrap-details .info .group .right .details-box .introduce .in-right .link {
    flex-direction: column;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-right .link a,
.wrap-details .info .group .right .details-box .introduce .in-right .link a {
  width: 49%;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 20px;
  border-radius: 50px;
  background: #E1DBCB;
  color: #403A34;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .link a,
  .wrap-details .info .group .right .details-box .introduce .in-right .link a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .link a,
  .wrap-details .info .group .right .details-box .introduce .in-right .link a {
    width: 100%;
    margin: 5px 0;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-right .link a:hover,
.wrap-details .info .group .right .details-box .introduce .in-right .link a:hover {
  background: #403A34;
  color: #F6F1EB;
}
.wrap-product .info .group .right .details-box .introduce .in-right .link a:hover span::after,
.wrap-details .info .group .right .details-box .introduce .in-right .link a:hover span::after {
  animation: swing 1s linear;
}
.wrap-product .info .group .right .details-box .introduce .in-right .link a span,
.wrap-details .info .group .right .details-box .introduce .in-right .link a span {
  position: relative;
}
.wrap-product .info .group .right .details-box .introduce .in-right .link a span::after,
.wrap-details .info .group .right .details-box .introduce .in-right .link a span::after {
  font-family: 'iconfont' !important;
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .introduce .in-right .link a span::after,
  .wrap-details .info .group .right .details-box .introduce .in-right .link a span::after {
    margin-left: 5px;
  }
}
.wrap-product .info .group .right .details-box .introduce .in-right .link .btn1 span::after,
.wrap-details .info .group .right .details-box .introduce .in-right .link .btn1 span::after {
  content: '\e603';
}
.wrap-product .info .group .right .details-box .introduce .in-right .link .btn2 span::after,
.wrap-details .info .group .right .details-box .introduce .in-right .link .btn2 span::after {
  content: '\e609';
}
.wrap-product .info .group .right .details-box .des-tit h2,
.wrap-details .info .group .right .details-box .des-tit h2 {
  color: #403A34;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: -1.08px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .des-tit h2,
  .wrap-details .info .group .right .details-box .des-tit h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.wrap-product .info .group .right .details-box .editor-content,
.wrap-details .info .group .right .details-box .editor-content {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .editor-content,
  .wrap-details .info .group .right .details-box .editor-content {
    padding-top: 20px;
  }
}
.wrap-product .info .group .right .details-box .editor-content .table-box,
.wrap-details .info .group .right .details-box .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .editor-content .table-box,
  .wrap-details .info .group .right .details-box .editor-content .table-box {
    width: auto !important;
  }
}
.wrap-product .info .group .right .details-box .editor-content .table-box table,
.wrap-details .info .group .right .details-box .editor-content .table-box table {
  width: 100% !important;
}
.wrap-product .info .group .right .details-box .editor-content .table-box table tr td,
.wrap-details .info .group .right .details-box .editor-content .table-box table tr td {
  padding: 8px;
  border-width: 1px;
  border-color: #ccc;
  color: #534D47;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .editor-content .table-box table tr td,
  .wrap-details .info .group .right .details-box .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .info .group .right .details-box .editor-content ul,
.wrap-details .info .group .right .details-box .editor-content ul {
  padding-left: 20px;
}
.wrap-product .info .group .right .details-box .editor-content ul li,
.wrap-details .info .group .right .details-box .editor-content ul li {
  list-style-type: disc;
  color: #534D47;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .editor-content ul li,
  .wrap-details .info .group .right .details-box .editor-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .info .group .right .details-box .editor-content p,
.wrap-details .info .group .right .details-box .editor-content p {
  color: #534D47;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .editor-content p,
  .wrap-details .info .group .right .details-box .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-product .info .group .right .details-box .box-inner,
.wrap-details .info .group .right .details-box .box-inner {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .box-inner,
  .wrap-details .info .group .right .details-box .box-inner {
    padding-top: 40px;
  }
}
.wrap-product .info .group .right .details-box .details-list .details-menu,
.wrap-details .info .group .right .details-box .details-list .details-menu {
  z-index: 5;
  background: #F6F1EB;
  border-top: 1px solid #E1DBCB;
  border-bottom: 1px solid #E1DBCB;
}
.wrap-product .info .group .right .details-box .details-list .details-menu ul,
.wrap-details .info .group .right .details-box .details-list .details-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -60px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .details-menu ul,
  .wrap-details .info .group .right .details-box .details-list .details-menu ul {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .details-box .details-list .details-menu ul,
  .wrap-details .info .group .right .details-box .details-list .details-menu ul {
    margin: 0 -10px;
  }
}
.wrap-product .info .group .right .details-box .details-list .details-menu ul .active::after,
.wrap-details .info .group .right .details-box .details-list .details-menu ul .active::after {
  width: 100%;
  opacity: 1;
}
.wrap-product .info .group .right .details-box .details-list .details-menu ul li,
.wrap-details .info .group .right .details-box .details-list .details-menu ul li {
  display: inline-block;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .details-menu ul li,
  .wrap-details .info .group .right .details-box .details-list .details-menu ul li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .details-box .details-list .details-menu ul li,
  .wrap-details .info .group .right .details-box .details-list .details-menu ul li {
    padding: 0 10px;
  }
}
.wrap-product .info .group .right .details-box .details-list .details-menu ul li a,
.wrap-details .info .group .right .details-box .details-list .details-menu ul li a {
  display: block;
  padding: 18px 0;
  position: relative;
  color: #403A34;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .details-menu ul li a,
  .wrap-details .info .group .right .details-box .details-list .details-menu ul li a {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .details-box .details-list .details-menu ul li a,
  .wrap-details .info .group .right .details-box .details-list .details-menu ul li a {
    padding: 13px 0;
    font-size: 14px;
  }
}
.wrap-product .info .group .right .details-box .details-list .details-menu ul li a:hover::after,
.wrap-details .info .group .right .details-box .details-list .details-menu ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.wrap-product .info .group .right .details-box .details-list .details-menu ul li a::after,
.wrap-details .info .group .right .details-box .details-list .details-menu ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  bottom: 0;
  background: #403A34;
  height: 1px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .details-menu ul li a,
  .wrap-details .info .group .right .details-box .details-list .details-menu ul li a {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form,
  .wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form {
    margin-top: 20px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row {
  margin: 0 -10px;
}
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 {
  padding: 0 10px;
}
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box input,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box input,
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box textarea,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box textarea {
  color: #403A34;
}
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box input::placeholder,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box input::placeholder,
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box textarea::placeholder,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box textarea::placeholder {
  color: #403A34;
}
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box input:focus::placeholder,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box input:focus::placeholder,
.wrap-product .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box textarea:focus::placeholder,
.wrap-details .info .group .right .details-box .details-list .list-inquiry .common-form form .row .col-12 .box textarea:focus::placeholder {
  color: #888;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related {
    margin-top: 20px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .pic .img-box img,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .pic .open-pic,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .pic .open-pic {
  opacity: 1;
  pointer-events: all;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .pic .add,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .pic .add {
  opacity: 1;
  pointer-events: all;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note {
  border: 1px solid #403A34;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note::after,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note::after {
  opacity: 1;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .tit,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .tit {
  animation: fadeInDown 0.5s linear;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .tit,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .tit {
    animation: none;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .more,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .more {
  animation: fadeInUp 0.5s linear;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .more,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item:hover .note .more {
    animation: none;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .img-box,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .img-box {
  padding-bottom: calc(750 / 640 * 100%);
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .img-box img,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .img-box img {
  transition: all 2s;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .open-pic,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .open-pic {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #F6F1EB;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .open-pic .img-box,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .open-pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(800 / 680 * 100%);
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add {
    top: 15px;
    right: 15px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add a i,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add a i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #403A34;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add a i:hover,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add a i:hover {
  background: #E1DBCB;
  animation: swing 1s linear;
  color: #403A34;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add a i,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .pic .add a i {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note {
  padding: 20px;
  width: 90%;
  transition: all 0.3s;
  border: 1px solid transparent;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note {
    padding: 20px 15px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note::after,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 5px;
  height: 5px;
  background: #403A34;
  transition: all 0.3s;
  opacity: 0;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .tit a,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .tit a {
  color: #403A34;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .tit a,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .tit a {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    height: 28px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .more,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .more {
  padding-top: 20px;
  transition: all 0.3s;
  opacity: 0;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a {
  display: inline-block;
  color: #403A34;
  font-weight: 500;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a:hover,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a,
  .wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a {
    font-size: 14px;
  }
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a span,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a span {
  position: relative;
}
.wrap-product .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a span::after,
.wrap-details .info .group .right .details-box .details-list .list-related .slick-related .item .note .more a span::after {
  content: '\e602';
  font-family: 'iconfont' !important;
  margin-left: 5px;
  display: inline-block;
  transform: rotate(45deg);
}
.wrap-about .introduce {
  padding: 120px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce {
    padding: 40px 0;
  }
}
.wrap-about .introduce .tit h2 {
  color: #403A34;
  font-size: 66px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: -2.64px;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-about .introduce .tit h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.wrap-about .introduce .tit h2 span {
  padding-left: 140px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .tit h2 span {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .wrap-about .introduce .tit h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.wrap-about .introduce .txt {
  padding-left: 140px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .txt {
    padding-top: 30px;
    padding-left: 0;
  }
}
.wrap-about .introduce .txt p {
  color: #534D47;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .introduce .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-about .about-video {
  padding: 20px 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about-video {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .wrap-about .about-video {
    padding: 15px;
  }
}
.wrap-about .about-video .v-pic {
  padding: 20px 0;
  border-bottom: 1px solid #E1DBCB;
  border-top: 1px solid #E1DBCB;
}
@media (max-width: 1199px) {
  .wrap-about .about-video .v-pic {
    padding: 15px 0;
  }
}
.wrap-about .about-video .pic {
  position: relative;
  z-index: 2;
}
.wrap-about .about-video .pic img {
  width: 100%;
  display: block;
  height: auto;
  transition: all 2s;
}
.wrap-about .about-video .pic .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  left: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-about .about-video .pic .play a {
  position: relative;
  z-index: 2;
}
.wrap-about .about-video .pic .play a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.wrap-about .about-video .pic .play a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  animation-delay: 1.3s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation: border_animation 1.9s linear 0s infinite;
  animation: border_animation 1.9s linear 0s infinite;
}
.wrap-about .about-video .pic .play a i {
  width: 90px;
  height: 90px;
  background: transparent;
  border: 7px solid #F6F1EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #F6F1EB;
}
@media (max-width: 1199px) {
  .wrap-about .about-video .pic .play a i {
    width: 60px;
    height: 60px;
    font-size: 25px;
    border: 2px solid #F6F1EB;
  }
}
@media (max-width: 991px) {
  .wrap-about .about-video .pic .play a i {
    width: 45px;
    height: 45px;
    font-size: 23px;
  }
}
.wrap-about .about-value {
  padding: 150px 40px 0 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about-value {
    padding: 40px 15px 0 15px;
  }
}
.wrap-about .about-value .group {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-about .about-value .group {
    padding-top: 30px;
  }
}
.wrap-about .about-value .group .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about-value .group .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .wrap-about .about-value .group .item {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
  }
}
.wrap-about .about-value .group .item:hover .note .icon i {
  color: #403A34;
  animation: swing 1s linear;
}
.wrap-about .about-value .group .item:hover .pic .img-box img {
  transform: scale(1.02, 1.02);
}
.wrap-about .about-value .group .item .note {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-about .about-value .group .item .note {
    width: 100%;
  }
}
.wrap-about .about-value .group .item .note .icon i {
  font-size: 70px;
  color: #E1DBCB;
  transition: all 0.3s;
  display: inline-block;
}
@media (max-width: 1199px) {
  .wrap-about .about-value .group .item .note .icon i {
    font-size: 40px;
  }
}
.wrap-about .about-value .group .item .note .tit {
  margin-top: 130px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1DBCB;
}
@media (max-width: 1470px) {
  .wrap-about .about-value .group .item .note .tit {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-value .group .item .note .tit {
    margin-top: 30px;
    padding-bottom: 15px;
  }
}
.wrap-about .about-value .group .item .note .tit h2 {
  color: #403A34;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.9px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .about-value .group .item .note .tit h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.wrap-about .about-value .group .item .note .txt {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about-value .group .item .note .txt {
    padding-top: 20px;
  }
}
.wrap-about .about-value .group .item .note .txt p {
  color: #534D47;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-about .about-value .group .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-about .about-value .group .item .pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-about .about-value .group .item .pic {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-about .about-value .group .item .pic .img-box {
  padding-bottom: calc(510 / 920 * 100%);
}
.wrap-about .about-value .group .item .pic .img-box img {
  transition: all 2s;
}
.wrap-about .about-client {
  padding: 170px 0 150px 0;
}
@media (max-width: 1199px) {
  .wrap-about .about-client {
    padding: 40px 0;
  }
}
.wrap-about .about-client .slick-brand {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-about .about-client .slick-brand {
    margin-top: 30px;
  }
}
.wrap-about .about-client .slick-brand .slick-slide {
  padding: 10px 0;
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-about .about-client .slick-brand .slick-slide {
    margin: -7px;
  }
}
.wrap-about .about-client .slick-brand .item {
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-about .about-client .slick-brand .item {
    padding: 7px;
  }
}
.wrap-about .about-client .slick-brand .item:hover .pic {
  border: 1px solid transparent;
  box-shadow: 0 0 20px 0 rgba(224, 211, 196, 0.5);
}
.wrap-about .about-client .slick-brand .item .pic {
  border: 1px solid #E1DBCB;
  transition: all 0.5s;
}
.wrap-about .about-client .slick-brand .item .pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(180 / 420 * 100%);
}
.wrap-about .about-made {
  padding: 0 40px 120px 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about-made {
    padding: 0 15px 40px 15px;
  }
}
.wrap-about .about-made .slick-made {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-about .about-made .slick-made {
    margin-top: 30px;
  }
}
.wrap-about .about-made .slick-made .slick-list {
  margin: 0 -45px;
}
@media (max-width: 1470px) {
  .wrap-about .about-made .slick-made .slick-list {
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-made .slick-made .slick-list {
    margin: 0 -15px;
  }
}
.wrap-about .about-made .slick-made .slick-slide {
  padding: 0 45px;
}
@media (max-width: 1470px) {
  .wrap-about .about-made .slick-made .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-made .slick-made .slick-slide {
    padding: 0 15px;
  }
}
.wrap-about .about-made .slick-made .item {
  background: #EDE8DA;
  transition: all 1s;
}
.wrap-about .about-made .slick-made .item:hover {
  cursor: pointer;
  padding: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about-made .slick-made .item:hover {
    padding: 15px;
  }
}
.wrap-about .about-made .slick-made .item .pic .img-box {
  padding-bottom: calc(690 / 590 * 100%);
}
.wrap-about .about-made .slick-made .item .pic .img-box img {
  transition: all 1s;
}
.wrap-home {
  overflow: hidden;
}
.wrap-home .home-advantage {
  padding: 120px 40px 140px 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage {
    padding: 40px 15px;
  }
}
.wrap-home .home-advantage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 -25px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage ul {
    margin: 0 -15px;
  }
}
.wrap-home .home-advantage ul li {
  width: calc(100% / 5);
  height: auto;
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage ul li {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-advantage ul li {
    width: calc(100% / 3);
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-advantage ul li {
    width: calc(100% / 2);
  }
}
.wrap-home .home-advantage ul li .item {
  height: 100%;
}
.wrap-home .home-advantage ul li .item:hover .pic img {
  transform: rotateY(-180deg);
}
.wrap-home .home-advantage ul li .item .pic {
  height: auto;
}
.wrap-home .home-advantage ul li .item .pic img {
  display: block;
  max-height: 55px;
  transition: all 1s;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage ul li .item .pic img {
    max-height: 50px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-advantage ul li .item .pic img {
    max-height: 40px;
  }
}
.wrap-home .home-advantage ul li .item .tit {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage ul li .item .tit {
    padding-top: 20px;
  }
}
.wrap-home .home-advantage ul li .item .tit h2 {
  color: #403A34;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-advantage ul li .item .tit h2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.wrap-home .home-advantage ul li .item .txt {
  padding-top: 20px;
}
.wrap-home .home-advantage ul li .item .txt p {
  color: #403A34;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.wrap-home .home-category {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category {
    padding: 0 15px;
    padding-bottom: 80px;
  }
}
.wrap-home .home-category .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .wrap-home .home-category .info {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-category .info .left {
  width: 45%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .left {
    width: 100%;
    order: 2;
  }
}
.wrap-home .home-category .info .left .name {
  content: '';
  top: -7vw;
  position: absolute;
  z-index: -1;
  display: block;
  color: rgba(225, 219, 203, 0.5);
  font-size: 5vw;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36vw;
}
.wrap-home .home-category .info .left .slider-nav-note .slick-prev,
.wrap-home .home-category .info .left .slider-nav-note .slick-next {
  top: calc(100% + 90px);
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-prev,
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    top: calc(100% + 70px);
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-prev,
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    top: calc(100% + 30px);
  }
}
.wrap-home .home-category .info .left .slider-nav-note .slick-prev {
  left: 0;
}
.wrap-home .home-category .info .left .slider-nav-note .slick-next {
  right: 89%;
}
@media (max-width: 1920px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    right: 87%;
  }
}
@media (max-width: 1560px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    right: 85%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    right: 83%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    right: 81%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    right: 91%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    right: 80%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-category .info .left .slider-nav-note .slick-next {
    right: 75%;
  }
}
.wrap-home .home-category .info .left .slider-nav-note .item .tit a {
  color: #403A34;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -2.4px;
  line-height: 70px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .left .slider-nav-note .item .tit a {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal;
  }
}
.wrap-home .home-category .info .left .slider-nav-note .item .txt {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .left .slider-nav-note .item .txt {
    padding-top: 20px;
  }
}
.wrap-home .home-category .info .left .slider-nav-note .item .txt p {
  color: #534D47;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 156px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .left .slider-nav-note .item .txt p {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    height: 72px;
  }
}
.wrap-home .home-category .info .right {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .right {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    order: 1;
  }
}
.wrap-home .home-category .info .right .slider-for-pic .item .pic .img-box {
  padding-bottom: calc(670 / 740 * 100%);
}
.wrap-home .home-product {
  padding: 160px 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product {
    padding: 40px 15px;
  }
}
.wrap-home .home-product .slick-product {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product {
    margin-top: 30px;
  }
}
.wrap-home .home-product .slick-product .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-product .slick-product .item:hover .pic .open-pic {
  opacity: 1;
  pointer-events: all;
}
.wrap-home .home-product .slick-product .item:hover .pic .add-quote {
  opacity: 1;
  pointer-events: all;
}
.wrap-home .home-product .slick-product .item:hover .note {
  border: 1px solid #403A34;
}
.wrap-home .home-product .slick-product .item:hover .note::after {
  opacity: 1;
}
.wrap-home .home-product .slick-product .item:hover .note .tit {
  animation: fadeInDown 0.5s linear;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item:hover .note .tit {
    animation: none;
  }
}
.wrap-home .home-product .slick-product .item:hover .note .more {
  animation: fadeInUp 0.5s linear;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item:hover .note .more {
    animation: none;
  }
}
.wrap-home .home-product .slick-product .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-home .home-product .slick-product .item .pic .img-box {
  padding-bottom: calc(750 / 640 * 100%);
}
.wrap-home .home-product .slick-product .item .pic .img-box img {
  transition: all 2s;
}
.wrap-home .home-product .slick-product .item .pic .open-pic {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #F6F1EB;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.wrap-home .home-product .slick-product .item .pic .open-pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(800 / 680 * 100%);
}
.wrap-home .home-product .slick-product .item .pic .add-quote {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0px;
  width: 90%;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .pic .add-quote {
    white-space: normal;
  }
}
.wrap-home .home-product .slick-product .item .pic .add-quote .type {
  display: inline-block;
  padding: 24px 15px 12px 15px;
  color: #403A34;
  font-size: 14px;
  font-weight: 500;
  width: 70%;
  border: 1px solid #403A34;
  background: #F6F1EB;
}
@media (max-width: 1810px) {
  .wrap-home .home-product .slick-product .item .pic .add-quote .type {
    width: 60%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-product .slick-product .item .pic .add-quote .type {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-product .item .pic .add-quote .type {
    width: 50%;
  }
}
.wrap-home .home-product .slick-product .item .pic .add-quote .type span {
  position: relative;
}
.wrap-home .home-product .slick-product .item .pic .add-quote .type span::before {
  content: '';
  position: absolute;
  top: -10px;
  width: 5px;
  height: 5px;
  background: #403A34;
  z-index: 2;
}
.wrap-home .home-product .slick-product .item .pic .add-quote .add-btn {
  width: 30%;
  border: 1px solid #403A34;
  background: #403A34;
  padding: 18px 10px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 1810px) {
  .wrap-home .home-product .slick-product .item .pic .add-quote .add-btn {
    width: 40%;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-product .slick-product .item .pic .add-quote .add-btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .slick-product .item .pic .add-quote .add-btn {
    width: 50%;
  }
}
.wrap-home .home-product .slick-product .item .pic .add-quote .add-btn:hover {
  background: #E1DBCB;
  color: #403A34;
}
.wrap-home .home-product .slick-product .item .pic .add-quote .add-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-product .slick-product .item .pic .add-quote .add-btn span::after {
  content: '\e727';
  font-family: 'iconfont' !important;
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F6F1EB;
  font-size: 10px;
  color: #403A34;
}
.wrap-home .home-product .slick-product .item .note {
  padding: 20px;
  width: 90%;
  transition: all 0.3s;
  border: 1px solid transparent;
  position: relative;
}
.wrap-home .home-product .slick-product .item .note::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 5px;
  height: 5px;
  background: #403A34;
  transition: all 0.3s;
  opacity: 0;
}
.wrap-home .home-product .slick-product .item .note .tit a {
  color: #403A34;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .tit a {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    height: 28px;
  }
}
.wrap-home .home-product .slick-product .item .note .more {
  padding-top: 20px;
  transition: all 0.3s;
  opacity: 0;
}
.wrap-home .home-product .slick-product .item .note .more a {
  display: inline-block;
  color: #403A34;
  font-weight: 500;
}
.wrap-home .home-product .slick-product .item .note .more a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .slick-product .item .note .more a {
    font-size: 14px;
  }
}
.wrap-home .home-product .slick-product .item .note .more a span {
  position: relative;
}
.wrap-home .home-product .slick-product .item .note .more a span::after {
  content: '\e602';
  font-family: 'iconfont' !important;
  margin-left: 5px;
  display: inline-block;
  transform: rotate(45deg);
}
.wrap-home .home-about {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    padding: 0 15px;
  }
}
.wrap-home .home-about .pic {
  position: relative;
}
.wrap-home .home-about .pic img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .wrap-home .home-about .pic img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
.wrap-home .home-about .pic .note {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 50px 35px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(42, 37, 32, 0) 0%, rgba(42, 37, 32, 0.4) 100%);
}
@media (max-width: 1199px) {
  .wrap-home .home-about .pic .note {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-about .pic .note {
    padding: 20px 15px;
  }
}
.wrap-home .home-about .pic .note .wrap-tit h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .wrap-home .home-about .pic .note .wrap-tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-about .pic .note .wrap-txt {
  position: absolute;
  bottom: 50px;
  left: 35px;
  z-index: 2;
  width: 580px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .pic .note .wrap-txt {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-about .pic .note .wrap-txt {
    position: relative;
    bottom: auto;
    kerning: auto;
    left: auto;
    width: 100%;
    padding-top: 10px;
  }
}
.wrap-home .home-about .pic .note .wrap-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 130px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .pic .note .wrap-txt p {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .pic .note .wrap-txt p {
    font-size: 11px;
    line-height: 15px;
    height: 75px;
  }
}
.wrap-home .home-about .pic .note .link {
  content: '';
  position: absolute;
  bottom: 50px;
  right: 35px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-about .pic .note .link {
    bottom: 15px;
    right: 15px;
  }
}
.wrap-home .home-about .pic .note .link .more-btn a {
  background: #F6F1EB;
}
.wrap-home .home-about .pic .note .link .more-btn a:hover {
  background: #403A34;
}
.wrap-home .home-about .pic .note .link .play {
  margin-left: 5px;
}
.wrap-home .home-about .pic .note .link .play a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F6F1EB;
  color: #403A34;
  font-size: 22px;
  transition: all 0.3s;
}
.wrap-home .home-about .pic .note .link .play a i:hover {
  background: #403A34;
  color: #fff;
}
.wrap-home .home-client {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-client {
    padding: 40px 0;
  }
}
.wrap-home .home-client .slick-h-brand {
  margin-top: 90px;
  /* @media (max-width:991px){
                .slick-dots li {
                    width: 20px;
                    height: 3px;
                    margin: 0 5px;
                }
            } */
  /* @media (max-width:991px){
                .slick-dots li button {
                    width: 20px;
                    height: 3px;
                }
            } */
  /* @media (max-width:991px){
                .slick-dots li button:before {
                    width: 20px;
                    height: 3px;
                }
            } */
}
@media (max-width: 1199px) {
  .wrap-home .home-client .slick-h-brand {
    margin-top: 30px;
  }
}
.wrap-home .home-client .slick-h-brand .slick-prev,
.wrap-home .home-client .slick-h-brand .slick-next {
  top: calc(100% + 55px);
  width: 36px;
  height: 36px;
}
.wrap-home .home-client .slick-h-brand .slick-prev {
  left: 42%;
}
.wrap-home .home-client .slick-h-brand .slick-next {
  right: 42%;
}
.wrap-home .home-client .slick-h-brand .slick-dots {
  bottom: -60px;
}
.wrap-home .home-client .slick-h-brand .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border-radius: 10px;
}
.wrap-home .home-client .slick-h-brand .slick-dots li:first-child {
  margin-left: 0px;
}
.wrap-home .home-client .slick-h-brand .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 2px;
  /* padding: 5px; */
  cursor: pointer;
  border-radius: 10px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.wrap-home .home-client .slick-h-brand .slick-dots li button:hover,
.wrap-home .home-client .slick-h-brand .slick-dots li button:focus {
  outline: none;
}
.wrap-home .home-client .slick-h-brand .slick-dots li button:hover:before,
.wrap-home .home-client .slick-h-brand .slick-dots li button:focus:before {
  opacity: 1;
}
.wrap-home .home-client .slick-h-brand .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background: #ccc;
  content: '';
  opacity: 0.4;
  text-align: center;
  color: #666;
  /* border-radius: 2px; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wrap-home .home-client .slick-h-brand .slick-dots li.slick-active button:before {
  /* opacity: .75; */
  /* color: black; */
  background: #403A34;
  opacity: 1;
  width: 30px;
}
.wrap-home .home-client .slick-h-brand .slick-dots li.slick-active {
  width: 30px;
}
.wrap-home .home-client .slick-h-brand .slick-list {
  padding: 10px 0;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-client .slick-h-brand .slick-list {
    margin: 0 -7px;
  }
}
.wrap-home .home-client .slick-h-brand .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-client .slick-h-brand .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-client .slick-h-brand .item:hover .pic {
  border: 1px solid transparent;
  box-shadow: 0 0 20px 0 rgba(224, 211, 196, 0.5);
}
.wrap-home .home-client .slick-h-brand .item .pic {
  border: 1px solid #E1DBCB;
  transition: all 0.5s;
}
.wrap-home .home-client .slick-h-brand .item .pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(180 / 420 * 100%);
}
.wrap-home .home-news {
  padding-top: 150px;
  padding: 0 40px 120px 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 0 15px 40px 15px;
  }
}
.wrap-home .home-news .slick-news {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    margin-top: 30px;
  }
}
.wrap-home .home-news .slick-news .item:hover .pic .img-box img {
  transform: scale(1.03, 1.03);
}
.wrap-home .home-news .slick-news .item:hover .note .tit a span {
  background-image: linear-gradient(to right, #403A34 0%, #403A34 100%);
  background-size: 100% 2px;
}
.wrap-home .home-news .slick-news .item:hover .note .more-btn a {
  color: #fff;
  background: #403A34;
}
.wrap-home .home-news .slick-news .item:hover .note .more-btn a .icon .icon-def {
  transform: translate(90%, -50%) rotate(45deg);
  opacity: 0;
}
.wrap-home .home-news .slick-news .item:hover .note .more-btn a .icon .icon-copy {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.wrap-home .home-news .slick-news .item .pic .img-box {
  padding-bottom: calc(880 / 800 * 100%);
}
.wrap-home .home-news .slick-news .item .pic .img-box img {
  transition: all 2s;
}
.wrap-home .home-news .slick-news .item .note {
  padding-top: 20px;
}
.wrap-home .home-news .slick-news .item .note .date span {
  display: block;
  color: #403A34;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .date span {
    font-size: 14px;
  }
}
.wrap-home .home-news .slick-news .item .note .tit {
  padding-top: 20px;
}
.wrap-home .home-news .slick-news .item .note .tit a {
  color: #403A34;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.44px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .slick-news .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    height: 84px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .tit a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    height: 84px;
  }
}
.wrap-home .home-news .slick-news .item .note .tit a span {
  transition: background-size 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(#403A34), to(#403A34));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
}
.wrap-home .home-news .slick-news .item .note .txt {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .txt {
    padding-top: 10px;
  }
}
.wrap-home .home-news .slick-news .item .note .txt p {
  color: #403A34;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
.wrap-home .home-news .slick-news .item .note .more-btn {
  padding-top: 80px;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .slick-news .item .note .more-btn {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .item .note .more-btn {
    padding-top: 20px;
  }
}
.wrap-home .home-news .more-btn {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .more-btn {
    padding-top: 30px;
  }
}
.wrap-home .home-news .more-btn a {
  background: #403A34;
  color: #fff;
}
.wrap-home .home-news .more-btn a:hover {
  color: #403A34;
  background: #E1DBCB;
}
.wrap-home .home-news .more-btn a:hover i {
  color: #403A34;
}
.wrap-home .home-choice {
  margin-top: 150px;
  height: 100vh;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice {
    margin-top: 40px;
    height: 100%;
    height: auto;
  }
}
.wrap-home .home-choice .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-choice .info .left {
  width: 48%;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .left {
    width: 100%;
  }
}
.wrap-home .home-choice .info .left .more-btn {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .left .more-btn {
    margin-top: 20px;
  }
}
.wrap-home .home-choice .info .left .pic {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .left .pic {
    padding-top: 40px;
  }
}
.wrap-home .home-choice .info .left .pic img {
  display: block;
  height: auto;
  width: 100%;
}
.wrap-home .home-choice .info .right {
  width: 40%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .right {
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-home .home-choice .info .right .sp1 {
  content: '';
  position: absolute;
  top: 0;
  background: rgba(64, 58, 52, 0.2);
  transition: all 0.6s;
  width: 1px;
  height: 100%;
  z-index: -1;
  left: 25px;
}
.wrap-home .home-choice .info .right .sp2 {
  content: '';
  position: absolute;
  top: 0;
  background: #403A34;
  transition: all 0.6s;
  width: 1px;
  height: 0%;
  z-index: -2;
  left: 25px;
}
.wrap-home .home-choice .info .right .item.active .num span {
  background: #E1DBCB;
  border: 1px solid #E1DBCB;
  color: #403A34;
}
.wrap-home .home-choice .info .right .item.active .note .tit h2 {
  color: #403A34;
}
.wrap-home .home-choice .info .right .item.active .note .txt p {
  color: #534D47;
}
.wrap-home .home-choice .info .right .item {
  margin-bottom: 50px;
  display: flex;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .right .item {
    margin-bottom: 20px;
  }
}
.wrap-home .home-choice .info .right .item:last-child {
  margin-bottom: 0;
}
.wrap-home .home-choice .info .right .item .num {
  position: relative;
  z-index: 1;
}
.wrap-home .home-choice .info .right .item .num span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1DBCB;
  background: #F6F1EB;
  color: #E1DBCB;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .right .item .num span {
    font-size: 14px;
    width: 45px;
    height: 45px;
    letter-spacing: normal;
  }
}
.wrap-home .home-choice .info .right .item .note {
  padding: 15px 0;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .right .item .note {
    margin-left: 30px;
  }
}
.wrap-home .home-choice .info .right .item .note .tit h2 {
  color: rgba(64, 58, 52, 0.24);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.66px;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .right .item .note .tit h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
.wrap-home .home-choice .info .right .item .note .txt {
  padding-top: 20px;
}
.wrap-home .home-choice .info .right .item .note .txt p {
  color: rgba(64, 58, 52, 0.24);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .wrap-home .home-choice .info .right .item .note .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.nav-container .split-box {
  margin: 0;
}
.nav-container .split-box .lst-clone {
  display: none;
}
