@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.eot");
  src: url("../fonts/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Medium.eot");
  src: url("../fonts/Spectral-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Spectral-Medium.woff2") format("woff2"), url("../fonts/Spectral-Medium.woff") format("woff"), url("../fonts/Spectral-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Regular.eot");
  src: url("../fonts/Spectral-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Spectral-Regular.woff2") format("woff2"), url("../fonts/Spectral-Regular.woff") format("woff"), url("../fonts/Spectral-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-SemiBold.eot");
  src: url("../fonts/Spectral-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Spectral-SemiBold.woff2") format("woff2"), url("../fonts/Spectral-SemiBold.woff") format("woff"), url("../fonts/Spectral-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: "Jost";
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*overflow: hidden;*/
  width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .body-overflow-box {
    width: 100%;
  }
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1730px;
  margin: auto;
  width: 100%;
}
/*.inner-page .ui.container{
    max-width: 1500px;
}*/
.more {
  width: 150px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.more:hover
{
  color:#000;
}
.more p {
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more p::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}

.more:hover p {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.more:hover p::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.fsp {
  font-family: "Spectral";
}
table tr:nth-child(even){
  background: none;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .ui.menu .info {
  font-size: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(123, 81, 47, 0.2);
  height: 80px;
  line-height: 80px;
  position: relative;
  font-family: Spectral;
}
#header .h-top .ui.menu .info::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(123, 81, 47, 0.2);
  left: -100%;
  bottom: -1px;
}
#header .h-top .ui.menu .h-language {
  position: relative;
  margin-left: 60px;
}
#header .h-top .ui.menu .h-language span img {
  width: 24px;
}
#header .h-top .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #a88f68;
  display: none \9;
  z-index: 999
}
#header .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top .ui.menu .h-search {
  cursor: pointer;
}
#header .h-top .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .chat {
  font-size: 16px;
  color: #141414;
  cursor: pointer;
  margin-left: 220px;
  display: flex;
  align-items: center
}
#header .h-top .ui.menu .chat span {
  position: relative
}
/*#header .h-top .ui.menu .chat:hover span {
text-decoration: underline;
}*/
#header .h-top .ui.menu .chat span::after{
  content: '';
  display: block;
  height: 2px;
  background: #000;
  position: absolute;
bottom: -6px;
left: 0;
width: 0;
transition: .5s
}
#header .h-top .ui.menu .chat span:hover::after{
  width: 100%
}
#header .h-top .ui.menu .chat img {
  margin-left: 14px;
}

#header .h-top .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(123, 81, 47, 0.2);
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
}
#header .h-top .ui.menu .right::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(123, 81, 47, 0.2);
  right: -100%;
  bottom: -1px;
}
#header .h-top .ui.menu .logo {
  position: relative;
  width: 480px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid rgba(123, 81, 47, 0.2);
  border-right: 1px solid rgba(123, 81, 47, 0.2);
  text-align: center;
  position: relative;
    z-index: 99;
}
#header .h-top .ui.menu .logo img{
  transition: .5s
}
#header .nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid rgba(123, 81, 47, 0.2);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
#header .nav .ui.menu .logo {
  display: none;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  color: #141414;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  padding: 8px 0
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
  margin-right: 480px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  position: relative
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after{
  content: '';
  display: block;

  height: 2px;
  background: #000;
  position: absolute;
bottom: -10px;
left: 0;
width: 0;
transition: .5s
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  /*color: #a88f68;*/
    width: 100%;

}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  display:none;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #a88f68;
 
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active,#header.inner {
  background: #c8b08e;
}
#header.active{
  top: -80px
}
#header.active .nav{
  border: none
}
#header.active .h-top .ui.menu .logo{
  padding-top: 80px;
  border: none;
 
}
#header.active .h-top .ui.menu .logo img{
  width: 60%
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  bottom: 160px;
  left: 0;
  width: 100%;
}
#banner .swiper-slide .text .box {
  max-width: 1000px;
}
#banner .swiper-slide .text .title {
  font-size: 50px;
  color: #141414;
  line-height: 1.5;
  font-family: "Spectral";
  font-weight: 400;
}
#banner .swiper-slide .text .cont {
  font-size: 18px;
  line-height: 1.5;
  color: #4d4d4d;
  margin: 42px 0 85px;
}
#banner .btn {
  position: absolute;
  bottom: 64px;
  left: 0;
  z-index: 5;
  width: 100%;
}
#banner .swiper-pagination-progressbar {
  position: relative;
  width: 152px;
  height: 5px;
  background-color: #827973;
}
#banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #6d4f20;
  height: 5px;
}
#banner .swiper-num {
  width: 152px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
  font-size: 18px;
}
#banner .swiper-num .active {
  color: #6d4f20;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.title {
  font-family: Spectral;
  font-weight: 400;
  font-size: 50px;
  color: #141414;
  line-height: 1;
}
.seoPublic .title{
    font-family: Spectral;
}
.fsp {
  font-family: Spectral;
}
.text-center {
  text-align: center;
}
#index-body .swiper-pagination-progressbar {
  background: #e6e6e6;
}
#index-body .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #a88f68;
}
#index-body .type {
  padding-top: 130px;
  padding-bottom: 170px;
}
#index-body .type .title {
  text-align: center;
}
#index-body .type .box>img{
  width: 100%;
}

#index-body .type ul li {
  margin-top: 70px;
}
#index-body .type ul .box {
  position: relative;
}
#index-body .type ul .img-box {
position: absolute;
left: 70px;
bottom: 70px;
padding: 20px 0
}
#index-body .type ul .box .text {
  position: absolute;
  width: 100%;
  padding: 85px;
  left: 0;
  top: 0;
  z-index: 5
}
#index-body .type ul .box .text .t1 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 25px;
}
#index-body .product {
  padding-bottom: 120px;
}
#index-body .product .swiper-container {
  margin-left: 110px;
  padding-right: 200px;
  padding-bottom: 60px;
  margin-top: 80px;
}
#index-body .product .box {
  height:480px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .box:hover .text {
  opacity: 0;
}
#index-body .product .box:hover .text2 {
  opacity: 1;
}
#index-body .product .box .text2,
#index-body .product .box .text {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding: 0 32px;
  text-align: center;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .box .text2 .t1,
#index-body .product .box .text .t1 {
  font-size: 22px;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;

}
#index-body .product .box .text2 .cont,
#index-body .product .box .text .cont {
  font-size: 18px;
}
#index-body .product .box .text2 .dot,
#index-body .product .box .text .dot {
  width: 25px;
  height: 25px;
  background-color: #a88f68;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#index-body .product .box .text2 .dot::after,
#index-body .product .box .text .dot::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #a88f68;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .box .text2:hover .dot{
transform: translate(-20%)
}
#index-body .product .box .text2:hover .dot::after{
  transform: translate(0)
}
#index-body .product .box .text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  color: #a88f68;
  text-align: left;
}
#index-body .product .box .text2 .left{
  flex: 1
}
#index-body .about {
  padding-bottom: 120px;
}
#index-body .about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#index-body .about .box .left {
  width: 50%;
}
#index-body .about .box .left .cont {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  margin-top: 54px;
}
#index-body .about .box .left .cont p {
  margin-bottom: 20px;
}
#index-body .about .box .left .dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 93px;
}
#index-body .about .box .left .dates li {
  width: 48%;
  margin-top: 35px;
}
#index-body .about .box .left .dates li .num {
  font-size: 18px;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .box .left .dates li .num em {
  font-size: 32px;
  line-height: 1;
}
#index-body .about .box .left .dates li .num sup {
  font-size: 10px;
}
#index-body .about .box .left .dates li p {
  color: #666666;
  font-size: 18px;
  margin-top: 7px;
}
#index-body .about .box .left .dates li:hover .num {
  color: #a88f68;
}
#index-body .about .box .right {
  width: 47%;
  position: relative;
}
#index-body .about .box .right img {
  width: 100%;
}
#index-body .about .box .right .play {
  width: 62px;
  height: 62px;
  background-color: #a88f68;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .box .right .play .pcd {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  background-color: #a88f68;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 62px;
  font-size: 20px
}
#index-body .about .box .right .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background-color: #a88f68;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .box .right .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background-color: #a88f68;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 2s 1s linear infinite;
  -moz-animation: ks 2s 1s linear infinite;
  animation: ks 2s 1s linear infinite;
}
#index-body .application {
  position: relative;
  height: 600px;
  background: url(/hjbottle/2025/09/19/tailor.jpg?imageView2/2/format/webp/q/100) no-repeat center center / 100%;
  /*background-attachment: fixed;*/

}
#index-body .application .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#index-body .application .box .text {
  width: 65%;
  margin: 0 0 0 auto;
}
#index-body .application .box .text .cont {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 30px;
  color: #3d3d3d;
}
#index-body .application .box .text .more {
  color: #000;
  margin-top: 48px;
}
#index-body .application .box .text .more p {
  background: #000;
}
#index-body .application .box .text .more p::after {
  border: 1px solid #000;
}
#index-body .advantage {
  padding-top: 118px;
  padding-bottom: 129px;
}
#index-body .advantage .title {
  text-align: center;
}
#index-body .advantage ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#index-body .advantage ul li {
  width: 50%;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  position: relative;
  padding: 30px;
}
#index-body .advantage ul li:hover .text2 .num {
  opacity: 1;
}
#index-body .advantage ul li:hover .text1 {
  opacity: 0;
}
#index-body .advantage ul li .text2 {
  color: #fff;
  background: no-repeat center center / cover;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  position: relative
}
#index-body .advantage ul li .text2 .num {
  position: absolute;
  color: #a88f68;
  right: 73px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3
}
#index-body .advantage ul li .text2 .img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  opacity: 0;
  transition: .5s
  
}
#index-body .advantage ul li .text2 .img img{
    width: 100%;
  height: 100%;
  object-fit: cover
}
#index-body .advantage ul li .text2 .t1 {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  opacity: 0
}
#index-body .advantage ul li .text2 .cont {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
 z-index: 3;
   opacity: 0
}
#index-body .advantage ul li:hover .text2 .t1{
  opacity: 1
}
#index-body .advantage ul li:hover .text2 .cont{
  opacity: 1
}
#index-body .advantage ul li:hover .text2 .img{
  opacity: 1;
  transform: scale(1)
}
#index-body .advantage ul li .text1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage ul li .num {
  color: #151515;
  opacity: 0.16;
  font-style: italic;
  font-size: 99px;
  line-height: 0.6;
}
#index-body .advantage ul li .t1 {
  font-size: 40px;
  margin-left: 40px;
}
#index-body .form {
  padding: 120px 0;
  background: #fefbf7;
}
#index-body .form .title {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.5em;
}
#index-body .form .box {
  padding: 0 70px;
  margin-top: 80px;
}
#index-body .form .box .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .form .box .icon li {
  text-align: center;
}
#index-body .form .box .icon li:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .form .box .icon li:hover p {
  color: #a88f68;
}
#index-body .form .box .icon li img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .form .box .icon li p {
  font-size: 22px;
  color: #666666;
  line-height: 1;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .form .box .form-box {
  margin-top: 90px;
}
.product-page #index-body .form .box .form-box,.product-page #index-body .form .box {
  margin-top: 0
}

#index-body .form .box .form-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .form .box .form-box ul li {
  border-bottom: 1px solid #000;
}
#index-body .form .box .form-box ul li input {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
}
#index-body .form .box .form-box ul .i1 {
  width: 20%;
}
#index-body .form .box .form-box ul .i2 {
  width: 40%;
}
#index-body .form .box .form-box ul .submit {
  border-bottom: none;
}
#index-body .form .box .form-box ul .submit button {
  background: none;
  border: none;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .form .box .form-box ul .submit button img {
  margin-left: 28px;
}
#index-body .form .box .form-box ul .submit button span {
  border-bottom: 1px solid #000;
}
#index-body .form .box .form-box ul .submit button:hover {
  border-bottom: 1px solid #000;
}
#index-body .form .box .form-box ul .submit button:hover span {
  border-bottom: none;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #fff;
  color: #666666;
}
#footer .f-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 36px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-top .f-logo {
  width: 166px;
}
#footer .f-top .f-logo img {
  width: 100%;
}
#footer .f-top .share a {
  display: inline-block;
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  margin-left: 10px;
}
#footer .f-top .share a .iconfont {
  font-size: 20px;
  color: #000;
}
#footer .f-top .share a:nth-child(1) .iconfont{
  font-size: 20px
}
#footer .f-top .share a:nth-child(2) .iconfont{
  font-size: 24px
}
#footer .f-top .share a:nth-child(3) .iconfont{
  font-size: 24px
}
#footer .f-top .share a:nth-child(4) .iconfont{
  font-size: 19px
}
#footer .f-top .share a:hover {
  background: #c4ad8d;
}
#footer .f-top .share a:hover .iconfont {
  color: #fff;
}
#footer .f-box {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
#footer .f-box .box > div {
  border-right: solid 1px #e5e5e5;
  padding: 80px 0;
}
#footer .f-box .box > div:last-child {
  border-right: none;
}
#footer .f-box .tit {
  font-family: Spectral;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 45px;
  color: #000;
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 2;
}
#footer .f-box .left {
  width: 25%;
}
#footer .f-box .left ul {
  max-width: 320px;
}
#footer .f-box .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #141414;
}
#footer .f-box .left ul li .icon {
  width: 30px;
  height: 31px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
#footer .f-box .left ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#footer .f-box .left ul li .text p{
  transition: .5s
}

#footer .f-box .left ul li .text p:hover{
  /*text-decoration: underline;*/
   color: #a88f68;
}
#footer .f-box .center {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .f-box .center > div {
  margin: 0 30px;
}
#footer .f-box .center .f-ewm #ewm {
  width: 99px;
}
#footer .f-box .center li {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  
}
#footer .f-box .center li a{
  position: relative
}
#footer .f-box .center li a::after{
  content: '';
  display: block;
  height: 2px;
  background: #a88f68;
  position: absolute;
bottom: -6px;
left: 0;
width: 0;
transition: .5s
}

#footer .f-box .center li:hover a{
  /*text-decoration: underline;*/
  color: #a88f68;
}
#footer .f-box .center li a:hover::after{
  width: 100%;
}
#footer .f-box .center li .sub-menu{
  display: none
}
#footer .f-box .center li:hover {
  color: #000;
}
#footer .f-box .right {
  width: 30%;
}
#footer .f-box .right .news {
  max-width: 410px;
  margin: 0 0 0 auto;
}
#footer .f-box .right .news li {
  margin-bottom: 40px;
}
#footer .f-box .right .news .t1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#footer .f-box .right .news .t1:hover {
  color: #a88f68;
   /*text-decoration: underline; */

}
#footer .f-box .right .news .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
#footer .f-copy {
  font-size: 16px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.8;
  color: #141414;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
  font-family: Spectral;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #141414;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #141414;
}
.fixed-toolbar ul li.back {
  display: none;
  align-items: center;
  justify-content: center
}
.fixed-toolbar ul li.back img{
  padding-bottom: 3px
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1380px;
  }
  /*.inner-page .ui.container{
    max-width: 1200px;
}*/
  #footer .f-box .right .news {
    padding-left: 30px;
  }
  #header .h-top .ui.menu .chat {
    margin-left: 160px;
  }
  #footer .f-box .center > div {
    margin: 0 15px;
  }
  #banner .swiper-slide .text .cont {
    margin: 40px 0;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  #index-body .type ul .img-box{
    zoom: 0.8;
    left: 4%;
    bottom: 5%
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  /*.inner-page .ui.container{
    max-width: 1150px;
}*/
  #header .h-top .ui.menu .chat {
    margin-left: 60px;
  }
  #header .h-top .ui.menu .logo {
    width: 440px;
  }
  #banner .swiper-slide .text .title {
    font-size: 40px;
  }
  #banner .swiper-slide .text .box {
    max-width: 750px;
  }
  #index-body .type ul .box .text {
    padding: 40px;
  }
  #index-body .advantage ul li .text1 {
    padding: 0 45px;
  }
  #banner .swiper-slide .text {
    bottom: 125px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  /*.inner-page .ui.container{
 max-width: 1080px;
}*/
  #banner .swiper-slide .text .title {
    font-size: 35px;
  }
  #banner .swiper-slide .text .cont {
    margin: 30px 0;
  }
  .title {
    font-size: 35px;
  }
  #index-body .type ul .box .text .t1 {
    font-size: 30px;
  }
  #index-body .product .box {
    height: 520px;
  }
  #footer .f-box .center .f-nav {
    display: none;
  }
  #banner .btn {
    display: none;
  }
  #banner .swiper-slide .text {
    bottom: 5%;
  }
    #index-body .type ul .img-box{
    zoom: 0.6;
 
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
    /*.inner-page .ui.container{
    max-width: 970px;
}*/
  #header .h-top .ui.menu .logo {
    width: 350px;
  }
  #header .h-top .ui.menu .chat {
    margin-left: 30px;
  }
  #index-body .application img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .f-box .center {
    display: none;
  }
  #footer .f-box .left {
    width: 50%;
  }
  #footer .f-box .right {
    width: 50%;
  }
  #footer .f-box .right .news {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    position: fixed;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    margin-top: 80px;
  }
  #index-body .product .swiper-container {
    margin-left: 0;
    padding-right: 0;
  }
  #index-body .about .box .left {
    width: 100%;
  }
  #index-body .about .box .right {
    width: 100%;
    margin-top: 45px;
  }
  #index-body .application {
    display: none;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .form .box .icon li {
    width: 33%;
    margin-bottom: 20px;
  }
  #index-body .form .box .form-box ul .i1 {
    width: 45%;
    margin-bottom: 30px;
  }
  #index-body .form .box .form-box ul .i2 {
    width: 100%;
    margin-bottom: 30px;
  }
  #banner .swiper-slide .text .cont,
  #banner .swiper-slide .text .title {
    color: #fff;
  }
  #footer .f-box .right .news {
    padding-left: 20px;
  }
  #index-body .form .box {
    padding: 0;
  }
      #index-body .type ul .img-box{
    zoom: 0.4;
 
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .cont {
    display: none;
  }
  #banner .swiper-slide .text .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .title {
    font-size: 24px;
  }
  #index-body .form .box .form-box ul .i1 {
    width: 100%;
  }
  #footer .f-top .share a {
    display: none;
  }
  #footer .f-box .box > div {
    border: none;
    width: 100%;
    padding: 40px 0;
  }
  #footer .f-box .left ul {
    min-width: 100%;
  }
  #footer .f-box .right .news {
    padding: 0;
    max-width: 100%;
  }
  #index-body .type {
    padding: 40px 0;
  }
  #index-body .type ul li {
    margin-top: 30px;
  }
  #index-body .product .swiper-container {
    margin-top: 50px;
  }
  #index-body .product {
    padding-bottom: 50px;
  }
  #index-body .about .box .left .dates li .num em {
    font-size: 28px;
  }
  #index-body .about {
    padding-bottom: 60px;
  }
  #index-body .form {
    padding: 50px 0;
  }
  #index-body .about .box .left .dates {
    margin-bottom: 40px;
  }
    #index-body .type ul .img-box{
    zoom: 0.8;
 
  }
}
@media screen and (max-width: 500px) {
    #index-body .type ul .img-box{
    zoom: 0.4;
 
  }
  #banner .swiper-slide .text .title {
    font-size: 20px;
    line-height: 1.2;
    min-height: 3.6em
  }
  .more {
    zoom: 0.6;
  }
  .title {
    font-size: 22px;
  }
  #index-body .type ul .box .text .t1 {
    font-size: 20px;
  }
  #index-body .type ul .box .text {
    padding: 20px;
  }
  #index-body .product .box {
    height: 430px;
  }
  #index-body .about .box .left .dates li {
    width: 100%;
  }
  #index-body .form .box .icon li {
    width: 50%;
  }
  #footer .f-box .tit {
    font-size: 20px;
  }
  #index-body .form .box .icon li p {
    font-size: 18px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}
#cp-Nav{
  margin-top: 40px
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #a88f68;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #a88f68;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #a88f68;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
/*inner*/
.baseTit .Tag {
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.baseTit .Tit {
  font-size: 54px;
  line-height: 1.2;
  /*font-weight: 600;*/
  font-family: Spectral;
}
.inner-banner {
  height: 200px;
  position: relative;
  margin-top: 160px;
  /*background-color: #fefbf7;*/
  border-bottom: 1px solid #e6e6e6;
}

.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inner-banner .Tit {
  color: #000;
  font-size: 54px;
  /*font-weight: 600;*/
  line-height: 1.2;
  font-family: Spectral;
}

.inner-banner .mbx {
  color: #000;
}

@media (max-width:1000px) {

  .inner-banner .Tit {
    font-size: 24px;
    line-height: 44px;
  }
}
.about-page {
  position: relative;
}
.about-page .bg {
  position: absolute;
  left: -1px;
  top: 115px;
  width: 90px;
  height: 100%;
  /*background: url(../images/about-page-left-bg.png) no-repeat left top;*/
}
.about-page .about-1 {
  padding: 120px 0;
  background-color: white;
}
.about-page .about-1 .aboutBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #c8b08e;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-1 .aboutBtn:hover {
  background-color: black;
}
.about-page .about-1 .left {
  position: relative;
  width: 50%;
  padding-right: 40px;
}
.about-page .about-1 .left .img1 {
  display: inline-block;
}
.about-page .about-1 .left .img2 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.about-page .about-1 .right {
  width: 50%;
  position: relative;
}
/*.about-page .about-1 .right .title {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
}*/
.about-page .about-1 .right .content {
  margin-top: 40px;
  margin-bottom: 75px;
  color:#666;
}
.about-page .about-1 .right .more {
  margin-left: 0;
}
.about-page .about-2 {
  padding: 50px 0 130px;
  background-color: white;
}
.about-page .about-2 ul {
  margin: 0 -90px 0 -45px;
  margin-top: 50px
}
.about-page .about-2 ul li {
  padding: 0 90px 0 45px;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.about-page .about-2 ul li:first-child{
  border: none
}
.about-page .about-2 ul li .h5 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 500;
  font-family: Spectral;

}
.about-page .about-2 ul li .des {
  line-height: 32px;
  color: #818181;
  margin: 31px 0 30px;
  min-height: 140px;
}
/*.about-page .about-2 ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li:hover::after {
  height: 100%;
}
.about-page .about-3 {
  position: relative;
  padding-top: 25%;
      background-image: url(/template/en/images/cus.jpg);

  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /*background-size: cover;*/
}

.about-page .about-3 .play {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  color: white;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 190px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.custom-page .about-page .about-4{
  padding-top: 60px;
  background: none

}
.custom-page .about-page .about-4 .baseTit .Tit{
  padding-bottom: 40px; 
  padding-top: 80px;
}
.about-page .about-4 {
  padding: 100px 0;
  background-color: #fefbf7;
}
.about-page .about-4 ul {
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap
}
.about-page .about-4 ul{
  margin: 0 -15px
}
.about-page .about-4 ul li {
  padding: 25px;
}
.about-page .about-4 ul li .box {
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.9s;
  text-align: center;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 25px;
  /*min-height: 460px;*/
  background-color: #fff;
}
.about-page .about-4 ul li .box .h5 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 20px 0 13px;
  font-family: Spectral;
}
.about-page .about-4 ul li .box .des {
  color: #818181;
  min-height: 10.8em;
}
.about-page .about-4 ul li .box:hover {
  background: #a88f68;
  color: white;
 
}
.about-page .about-4 ul li .box img {
  transition: .5s ease;
}
.about-page .about-4 ul li .box:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.about-page .about-4 ul li .box:hover .des{
  color: #fff
}
.about-page .about-5 {
  padding-bottom: 110px;
  background-color: white;
}
.about-page .about-5 ul li {
  position: relative;
}
.about-page .about-5 ul li .more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.about-page .about-5 ul li .more::after {
  content: none;
}
.about-page .about-5 ul li:hover .more {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.m-page {
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  color: #909090;
  padding: 0 10px;
}
.m-page span {
  color: black;
  position: relative;
  margin-right: 50px;
}
.m-page span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: black;
}


.sideLeft {
  width: 70% !important;
}
.sideRight {
  width: 30% !important;
  padding-left: 5%;
  position: sticky;
  top: 120px;
}
.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 2px solid black;
  height: 40px;
}
.sideRight form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}
.sideRight h5 {
  font-size: 20px;
  line-height:1em;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: Spectral;
}
.sideRight .category {
  margin-bottom: 50px;
}
.sideRight .category ul li {
  font-size: 18px;
  color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 0;
  position: relative;
}
.sideRight .category ul li:hover {
  color: #c8b08e;
}
.sideRight .category ul li .fa{
  position: absolute;
  right: 0;
  top: 15px;
  transition: .5s;
  cursor: pointer
}
.sideRight .category ul li .fa.active{
  transform: rotate(90deg)
}
.sideRight .category ul li ul li{
  font-size: 16px;
  /*padding-left: 35px;*/
}
.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: #A88F68;
}
.sideRight .like-pro ul {
  margin-bottom: 60px;
}
.sideRight .like-pro ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.sideRight .like-pro ul li:last-child{
  border-bottom: none;
}
.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .like-pro.news ul li .img-box{
  border: none;
  width: 36%;
}
.sideRight .like-pro.news ul li .txt{
  width: 100%;
}
.sideRight .like-pro ul li:hover .img-box{
  border-color: black;
}
.sideRight .like-pro ul li p {
  width: 53%;
  font-size: 18px;
  line-height: 1.5em;
  /*font-weight: 500;*/
 
}
.sideRight .share {
  margin-bottom: 80px;
}
/*.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #eee;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sideRight .share a:hover {
  background: #222;
  color: white;
}*/

.sideRight .share a {
  display: inline-block;
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  margin-left: 10px;
}
.sideRight .share a .iconfont {
  font-size: 20px;
  color: #000;
}
.sideRight .share a:nth-child(1) .iconfont{
  font-size: 20px
}
.sideRight .share a:nth-child(2) .iconfont{
  font-size: 24px
}
.sideRight .share a:nth-child(3) .iconfont{
  font-size: 24px
}
.sideRight .share a:nth-child(4) .iconfont{
  font-size: 19px
}
.sideRight .share a:hover {
  background: #c4ad8d;
}
.sideRight .share a:hover .iconfont {
  color: #fff;
}
.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}
.sideRight .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-link {
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.m-link img {
  vertical-align: baseline;
}
.news-page {
  padding: 120px 0;
}
.news-page .sideLeft ul li {
  padding: 55px 0;
  border-bottom: 1px solid #eee;
}
.news-page .sideLeft ul li .img-box {
  position: relative;
  width: 50%;
  padding-right: 40px;
  vertical-align: middle;
}
.news-page .sideLeft ul li .img-box a {
  overflow: hidden;
}
.news-page .sideLeft ul li .img-box span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: white;
  background: #c8b08e;
  border-radius: 3px;
  font-size: 16px;
  padding: 7px 15px;
}
.news-page .sideLeft ul li .content {
  width: 100%;
  vertical-align: middle;
}
.news-page .sideLeft ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}
.news-page .sideLeft ul li .content h5 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 13px;
  transition: .5s ease;
  font-family: Spectral;
}
.news-page .sideLeft ul li .content h5:hover {
  color: #c8b08e;
}
.news-page .sideLeft ul li .content .des {
  font-size: 18px;
  line-height: 32px;
  color: #818181;
  margin: 17px 0  45px;
}
.news-page .sideLeft ul li .content .mores {
  font-size: 18px;
  font-weight: 600;
}
.news-page .sideLeft ul li .content .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  vertical-align: baseline;
  margin-left: 8px;
}
.news-page .sideLeft ul li .content .mores:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.news-page .sideLeft ul li:first-child {
  padding-top: 0;
}
.news-page .sideRight .like-pro ul li p {
  width: 100%;
  color: #666;
}
.news-page .sideRight .like-pro ul li p:hover{
  color: #c5b18f;
}

.news-page .sideRight .like-pro ul li .time {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.newdet-page .sideLeft .time {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #909090;
  margin: 20px 0 35px;
}
.newdet-page .sideLeft .content {
  margin-bottom: 120px;
  color:#666;
}
.newdet-page .sideLeft .form {
  margin-top: 100px;
}
.newdet-page .sideLeft .form .title{
  font-weight: 600;
  line-height: 1.6;
}
.newdet-page .sideLeft .form p {
  font-size: 18px;
  line-height: 32px;
  color: #909099;
  margin: 10px 0 35px;
}
.newdet-page .sideLeft .form form ul {
  margin: -10px;
}
.newdet-page .sideLeft .form form ul li {
  padding: 10px;
  border: none;
  margin-bottom: 12px;
}
.newdet-page .sideLeft .form form ul li span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.newdet-page .sideLeft .form form ul li input,
.newdet-page .sideLeft .form form ul li textarea {
  height: 55px;
  font-weight: 500;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.newdet-page .sideLeft .form form ul li textarea {
  height: 220px;
  padding: 15px;
}
.newdet-page .sideLeft .form form ul li button {
  border: none;
}
.newdet-page .sideLeft .form form ul li.w-100 {
  width: 100%;
}

.newdet-page .sideLeft .form form ul li input[type="submit"] {
  color: white;
  background-color: #c8b08e;
  transition: .5s ease;
}

.newdet-page .sideLeft .form form ul li input[type="submit"]:hover {
  background-color: black;
}
.news-page .sideLeft .xinwenye{
  font-family: Spectral;
  font-weight: 400;
}
.contact-page {
  padding: 120px 0 0;
}
.contact-page .left {
  width: 55% !important;
  padding-right: 50px;
}
.contact-page .title {
  /*font-weight: 600;*/
  margin-bottom: 40px;
}
.contact-page .left form {
  max-width: 100%;
}
.contact-page .contact-2{
  padding: 100px 0;
  background: #fef9f2;
  margin-top: 100px;
}
.contact-page .contact ul {
  margin-right: -12px;
}
.contact-page .contact ul li {
  padding-right: 12px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  line-height: 44px;
  color: #818181;
  margin-bottom: 40px;
}
.contact-page .contact ul li.w-50 {
  width: 50%;
}
.contact-page .contact ul li.w-100 {
  width: 100%;
}
.contact-page .contact ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
}
.contact-page .contact ul li:nth-child(1)::after {
  background: url(../images/phone-icon.png) no-repeat left center;
  background-size: 33px;
}
.contact-page .contact ul li:nth-child(2)::after {
  background: url(../images/email-icon.png) no-repeat left center;
  background-size: 33px;
}
.contact-page .contact ul li:nth-child(3)::after {
  background: url(../images/add-icon.png) no-repeat left center;
  background-size: 33px;
}
.contact-page .right {
  width: 45% !important;
}



.gallery-page{
  padding: 120px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
  text-align: center;
}
.gallery-page ul li h5{
  font-size: 20px;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .sideRight {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .left .img {
    width: 85%;
  }
  .about-page .about-1 .left .img2 {
    width: 45%;
  }
  .about-page .about-2 ul {
    margin: 0 -45px;
  }
  .about-page .about-2 ul li {
    padding: 0 45px;
  }
  .about-page .about-2 ul li .des {
    margin: 25px 0 40px;
  }
 
  .sideRight {
    padding-left: 40px;
  }
}



@media screen and (max-width: 1300px) {
  .contact-page .contact ul li {
    width: 50%!important;
  }
  .contact-page .contact ul li.w-50 {
    width: 100%!important;
  }
    .baseTit .Tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  
  .about-page .about-1 .right .content {
    margin-bottom: 30px;
  }
  .about-page .bg {
    display: none;
  }
  .about-page .about-2 ul {
    margin: 0 -20px;
  }
  .about-page .about-2 ul li {
    padding: 0 20px;
  }
  .about-page .about-3 {
    padding-top: 40%;
    /*background-image: url(../images/about-bj.jpg);
    background-size: 100% auto;*/
  }
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-5 ul li .more {
    white-space: nowrap;
  }
 

  .sideRight .like-pro ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2{
    padding: 50px 0;
    margin-top: 50px
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
    .baseTit .Tit {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-1 .left .img {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .about-page .about-1 .right .title {
    position: relative;
    top: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .about-page .about-1 .right .more {
    margin-left: 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }

  .about-page .about-4 {
    padding: 60px 0;
  }
  
  

  .sideLeft {
    width: 100% !important;
  }
  .sideRight {
    display: none !important;
  }

  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
  }
  .about-page .about-4 ul{
    margin: 0
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .about-page .about-3 {
    padding-top: 70%;
    background-attachment: unset;
  }
  .about-page .about-3 > img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
 
  .font-28 {
    font-size: 20px;
    line-height: 36px;
  }
 .baseTit .Tit {
    font-size: 24px;
    line-height: 44px;
  }

  .news-page .sideLeft ul li .content h5 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .right .title {
    white-space: pre-wrap;
  }
  .about-page .about-2 ul {
    margin: 0;
  }
  .about-page .about-2 ul li {
    padding: 0;
    border-left: none;
  }
  .about-page .about-2 ul li .h5 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
  }
  .news-page .sideLeft ul li .img-box {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideLeft ul li .content {
    width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact ul li {
    width: 100%!important;
  }
}
.cus-page .cus-1 {
  padding: 120px 0 0;

 
}
.cus-page .cus-1 .cus-box{
  padding: 60px 0;
  background: #fefbf7;
     margin: 80px 0 0 0;
}
.cus-page .cus-1 .cusBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #c8b08e;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-1 .cusBtn:hover {
  background-color: black;
}

.cus-page .cus-1 .left {
  padding: 25px;
}
.cus-page .cus-1 .right {
  padding: 25px;
}
.cus-page .cus-1 .right .baseText {
  color: #666666
}
.cus-page .cus-1 .right .info {
  margin-top: 30px;
}
.cus-page .cus-1 .right .info li {
  overflow: hidden;
}
.cus-page .cus-1 .right .info .name {
  line-height: 60px;
  overflow: hidden;
  margin: 15px 0;
}
.cus-page .cus-1 .right .info .name .icon {
  font-size: 0;
}
.cus-page .cus-1 .right .info .name .icon img {
  vertical-align: middle;
}
.cus-page .cus-1 .right .info .name .p {
  padding-left: 60px;
  padding-right: 25px;
  line-height: 30px;
  margin-top: 14px;
}
.cus-page .cus-1 .right .info .name i {
  float: right;
  margin-top: 18px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.cus-page .cus-1 .right .info .name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cus-page .cus-1 .right .info .content {
  background-color: #f5f5f5;
  padding: 25px;
}
.cus-page .cus-1 .list {
  margin-top: 60px;
}
.cus-page .cus-1 .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.cus-page .cus-1 .list li {
  padding: 10px;
}
.cus-page .cus-1 .list li > div {
  height: 100%;

  padding: 40px 20px;
}
.cus-page .cus-1 .list li > div .content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #a88f68;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  color: #fff;
  padding: 40px 20px;
}
.cus-page .cus-1 .list li > div:hover .content {
  opacity: 1;
}


@media (max-width: 1300px) {
  .cus-page .cus-1 .list li {
    width: 33.33%;
  }
}
.support-1{
  padding: 100px 0;
  background-color: #fef9f2;
 
}
.support-1 .baseText {
  color: #666666;
}
.support-1 .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.support-1 .list li {
    width: 30%
  }
.support-1 .text{
  margin-top: 40px
}
.support-1 .img img{
  width: 100%
}
@media (max-width: 1024px) {
  .cus-page .cus-1 {
    padding: 60px 0 0;
  }
  .cus-page .cus-1 .box {
    margin: -15px;
  }
  .cus-page .cus-1 .left {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 40px
  }
  .cus-page .cus-1 .right {
    width: 100%;
    padding: 15px;
  }
  .cus-page .cus-1 .list {
    margin-top: 40px;
  }

 
  .support-1 .list li {
    width: 48%!important;
  }
  .support-1{
  margin-bottom: 50px
}
}
 
@media (max-width: 700px) {
  .cus-page .cus-1 .list li {
    width: 50%;
  }

  .cus-page .cus-1 .list li > div .content {
    opacity: 1;
  }
}

@media (max-width: 500px) {
  .cus-page .cus-1 .list li {
    width: 100%;
  }

  .support-1 .list li {
    width: 100%!important;
  }
}
.custom-page .init-4 {
  padding: 80px 0 120px;
  background: #fefbf7;
}
.custom-page .init-4 .container .tips_title em {
    display: block;
    font-weight: 400;
}

.custom-page .init-4 .container .form form {
    width: 100%;
    margin: auto;
}

.custom-page .init-4 .container .form form ul {
    margin: -10px;
}

.custom-page .init-4 .container .form form ul li {
    padding: 10px;
}
.custom-page .init-4 .container .form form ul li p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.custom-page .init-4 .container .form form ul li input,.custom-page .init-4 .container .form form ul li textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    height: 54px;
    border: 1px solid #f7f6f3;
}

.custom-page .init-4 .container .form form ul li input[type="submit"] {
  color: white;
  background-color: #c8b08e;
  transition: .5s ease;
}

.custom-page .init-4 .container .form form ul li input[type="submit"]:hover {
  background-color: black;
}

.custom-page .init-4 .container .form form ul li.w-100 {
    width: 100%;
}

.custom-page .init-4 .container .form form ul li.w-100 textarea {
    padding: 15px;
    height: 200px;
}
/*.custom-page .init-4 .container .form form {
    position: relative;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
    margin-top: 14px;
    line-height: 28px;
    font-size: 14px;
    padding: 13px 16px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    background-color: #f0f0f0;
    border: none;
    border-bottom: 1px solid #2a2a2d;
}

.custom-page .init-4 .container .form form .file_input {
    margin-top: 14px;
    height: 48px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2d;
    padding: 13px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
}

.custom-page .init-4 .container .form form .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

.custom-page .init-4 .container .form form .file_input span {
    width: 100%;
    display: block;
    padding-right: 50px;
}

.custom-page .init-4 .container .form form .file_input img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.custom-page .init-4 .container .form form .content {
    width: 100%;
}

.custom-page .init-4 .container .form form .tips {
    color: #bebebe;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.custom-page .init-4 .container .form form .submit_btn {
    width: 220px;
    text-align: center;
    padding: 14px;
    font-size: 18px;
    margin-top: 14px;
    font-weight: 500;
    background-color: #c8b08e;
    border: #c8b08e solid 1px;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    transition: .5s;
}

.custom-page .init-4 .container .form form .submit_btn:hover {
    color: #c8b08e;
    background-color: #fff;
}


@media (max-width: 1000px) {
  .custom-page .init-4 .container .form form .tips {
      position: relative;
      bottom: 0;
      margin-top: 14px;
  }

  .custom-page .init-4 .container .form form .submit_btn {
      margin-top: 14px;
      margin-left: 0;
      max-width: 100%;
      width: 100%;
      display: block;
  }
}

@media (max-width: 700px) {

    .custom-page .init-4 .container .form form input,.custom-page .init-4 .container .form form textarea {
        width: 100%;
    }

    .custom-page .init-4 .container .form form .file_input {
        width: 100%;
    }
}*/

.quality-1 {
  padding: 120px 0;
}
.quality-1 .left {
  margin-top: 80px;
}
.quality-1 .left .text {
  margin: 20px 0 50px;
    color: #818181;
}
.quality-1 .right .img {
  margin-bottom: 100px;
}
.quality-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-1 .right li {
  width: auto;
}
.quality-1 .right li.line {
  height: 72px;
  border-left: 1px solid #bcbcbc;
}

.quality-1 .right li .icon i {
  float: left;
}
.quality-1 .right li .num {
  font-size: 60px;
  line-height: 1.2;
}
.quality-1 .right li .num span {
  font-size: 30px;
}
.quality-2 {
  padding: 70px 0;
  background-color: #fefbf7;
}
.quality-2 .desc {
 
  margin: auto;
  color: #818181;
}
.quality-2 .list ul {
  margin: -15px;
}
.quality-2 .list li {
  padding: 15px;
}
.quality-2 .list .img {
  overflow: hidden;
}
.quality-2 .list .img .name {
  padding: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.quality-2 .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-2 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-2 .arrows span.arrow:hover {
  color:#6d4f20;
}
.quality-3 {
  padding: 70px 0;
  position: relative
}
.quality-3 .box{
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.quality-3 .left .arrows {
  margin-top: 30px;
  /*margin-right: 0;
  position: relative;*/
}
.quality-3 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
  /*position: absolute;
  top: 50%;*/


}
.quality-3 .left .arrows span.arrow_l{
  /*left: 0;
  transform: translate(-100%,-50%)*/
}
.quality-3 .left .arrows span.arrow_r{
  /*right: 0;
  transform: translate(100%,-50%)*/
}
.quality-3 .left .arrows span.arrow:hover {
  color:#6d4f20;
}
.quality-3 .right {
  margin-top: 0px;
}

.quality-page .honor-1 p.fr {
  width: 50%;
  color: #777777;
  padding-top: 19px;
}
@media (max-width: 1470px) {
  .quality-3 .left .content {
    padding: 60px;
  }
  .quality-3 .right {
    margin-top: 60px;
  }
}
@media (max-width: 1240px) {
  .quality-1 .right li .num {
    font-size: 40px;
  }
  .quality-1 .right li .num span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .quality-1 {
    padding: 60px 0;
  }
  .quality-1 .left {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .left .text {
    margin: 20px 0 40px;
  }
  .quality-1 .right {
    width: 100%!important;
    margin: 0;
    padding: 0;
  }
  .quality-1 .img {
    display: none;
  }
  .quality-2 {
    padding: 35px 0;
  }
  .quality-3 {
    padding: 35px 0;
  }
  .quality-3 .left {
    width: 100%!important;
  }
  .quality-3 .left .arrows {
    display: none;
  }
  .quality-3 .right {
    width: 100%!important;
    margin-top: 0;
  }
  .quality-3 .left .content::before {
    right: 0;
  }
  .quality-3 .left .content {
    padding: 30px;
  }

  .quality-page .honor-1 p.fr {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .quality-1 .right li .num {
    font-size: 36px;
  }
}
.honor-1 {
  padding: 40px 0 100px 0;
}
.honor-1 ul {
  margin: -25px;
}
.honor-1 li {
  padding: 25px;
}
.honor-1 li .box {
  padding: 20px;
  /*height:200px;*/
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.honor-1 li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.honor-1 li .box .text .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .text .desc {
  color: #777777;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.honor-1 li .box .arrow {
  right: 40px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.honor-1 li .box:hover {
  background-color: #a88f68;
}
.honor-1 li .box:hover .img{
  /*filter: invert(1)*/
}
.honor-1 li .box:hover .text .name {
  color: #FFFFFF;
}
.honor-1 li .box:hover .text .desc {
  color: #FFFFFF;
}
.honor-1 li .box:hover .arrow {
  opacity: 1;
}


@media (max-width: 1470px) {
  .honor-1 ul {
    margin: -15px;
  }
  .honor-1 li {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .honor-1 {
    padding: 60px 0;
  }
  .honor-1 li {
    width: 100%!important;
  }
  .honor-1 li .box .text {
    padding-left: 20px;
  }
}

@media (max-width: 500px) {
  .honor-1 li .box {
    display: block;
    text-align: center;
  }
  .honor-1 li .box .img {
    margin-bottom: 15px;
  }
  .honor-1 li .box .text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .honor-1 li .box .arrow {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
  /*.honor-1 li .box {
    background-color:#6d4f20;
  }
  .honor-1 li .box .text .name {
    color: #FFFFFF;
  }
  .honor-1 li .box .text .desc {
    color: #FFFFFF;
  }*/
}
.prodet-page .contact-1 form {
    max-width: 700px;
    /*margin: auto;*/
}

.prodet-page .contact-1 form ul {
    margin: -10px;
}

.prodet-page .contact-1 form ul li {
    padding: 10px;
}

.prodet-page .contact-1 form ul li p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.prodet-page .contact-1 form ul li input,.prodet-page .contact-1 form ul li textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
    height: 54px;
    border: 1px solid #dcdcdc;
}

.prodet-page .contact-1 form ul li input[type="submit"] {
  color: white;
  background-color: #c8b08e;
  transition: .5s ease;
}

.prodet-page .contact-1 form ul li input[type="submit"]:hover {
  background-color: black;
}

.prodet-page .contact-1 form ul li.w-100 {
    width: 100%;
}

.prodet-page .contact-1 form ul li.w-100 textarea {
    padding: 15px;
    height: 100px;
}
.inner-page .sidebox .sideleft {
  width: 77%;
  padding-right: 30px;
}
.inner-page .sidebox .sideright {
  width: 23%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding:0  0 40px 30px ;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: Spectral;
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
  float: right;
  font-size: 20px;
  transform: rotate(-90deg);
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i.active{
    transform: rotate(0);
}
.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: #c8b08e;
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: #c8b08e;
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a::before{
  display: none;
}
.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: #c8b08e;
}
.product-page {
  padding: 120px 0 0;
}
.product-page .sidebox .sideleft .top h1 {
  font-size: 32px;
  line-height: 1.2;
  padding-right: 8px;
  
}
.product-page .sidebox .sideleft .top .desc{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  color: #83827F;
  max-height: 260px;
  overflow-y: auto;
}
.product-page .sidebox .sideleft .top .category {
  width: 245px;
  position: relative;
}
.product-page .sidebox .sideleft .top .category span {
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  padding: 0 25px 0 0;
  display: block;
  width: 100%;
}
.product-page .sidebox .sideleft .top .category span i {
  float: right;
  font-size: 20px;
}
.product-page .sidebox .sideleft .top .category ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.product-page .sidebox .sideleft .top .category ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .top .category ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .sidebox .sideleft .top .category ul li:hover {
  color: #c8b08e;
}
.product-page .sidebox .sideleft .top .category:hover ul,
.product-page .sidebox .sideleft .top .category.active ul {
  display: block;
}
.product-page .sidebox .sideleft .list {
  margin: 60px 0;
}
.product-page .sidebox .sideleft .list ul {
  margin: -20px -30px -35px -10px;
}
.product-page .sidebox .sideleft .list ul li {
  padding: 0 30px 35px 30px;
  border: 1px solid #e6e6e6;
  margin: 15px;
  width: 29%;
}
.product-page .sidebox .sideleft .list ul li .img {
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box {
  display: block;
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box .i2{
  position: absolute;
  font-size: 14px;
  line-height: 2;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box:hover .i2{
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box img {
  /*width: 100%;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  display: block;
}
.product-page .sidebox .sideleft .list ul li .img .icon {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 4px;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 47px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover {
  margin-top: -4px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover img {
  -webkit-filter: none;
  filter: none;
}
.product-page .sidebox .sideleft .list ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-page .sidebox .sideleft .list ul li .img:hover .icon {
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .text {
  padding-top: 25px;
}
.product-page .sidebox .sideleft .list ul li .text h3 {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
.product-page .sidebox .sideleft .list ul li .text h3:hover{
color:#a88f68;

}
.product-page .sidebox .sideleft .list ul li .text .con {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
  .inner-page .sidebox .sideleft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebox .sideright {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideleft .top .desc{
    display: none;
  }
  .product-page .sidebox .sideleft .top h1{
    font-size: 20px;
    line-height: 36px;
    padding-right: 8px;
    
  }
  .product-page .sidebox .sideleft .list {
    margin-top: 0px;
  }
  .product-page .sidebox .sideleft .list ul {
    margin: 0 -25px -25px 0;
  }
  .product-page .sidebox .sideleft .list ul li {
    padding: 0 15px 25px 0;
    width: 42%
  }
  .product-page .sidebox .sideleft .list ul li .text {
    padding-top: 15px;
  }
  .product-page .sidebox .sideleft .list ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px){
  .product-page .sidebox .sideleft .list ul li{
    width: 100%;
    margin: 15px 0
  }
  .product-page .sidebox .sideleft .list ul{
    margin: 0
  }
}
.prodet-page {
  /*padding: 120px 0 125px;*/
  
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-left: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 30px;
  
}
.prodet-page .prodet-1 .text .con {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 17px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: #c8b08e;
}
.prodet-page .prodet-1 .text .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  margin-top: 35px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin-right: -20px;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding-right: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  height: 175px;
  background: #fff;
  line-height: 175px;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid transparent;
  font-weight: bold;
  background: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: transparent;
  border-top-color: #181818;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con h4 {

  line-height: 1.4;
  margin-bottom: 25px;
  /*font-weight: bold;*/
  
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input,
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 17px;
  color: #c8b08e;
  position: relative;
  width: 17px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  line-height: 2;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
/*.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}*/
.prodet-page .prodet-3 {
  padding:  0  0 100px  0;
}
.prodet-page .prodet-3 h3 {
  /*font-size: 44px;*/
  line-height: 1.2;
  margin-bottom: 55px;
  
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
  border: 1px solid #e6e6e6;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  /*width: 100%;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 1.8;
  min-height: 2rem;
  margin-bottom: 0;
  text-align: center;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}

.about-page .a-1 {
  padding: 120px 0 80px 0;
}
.about-page .a-1 .top .img {
  width: 41.5%;
  position: relative;
  padding-bottom: 100px;
  vertical-align: middle;
}
.about-page .a-1 .top .img .i2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .a-1 .top .text {
  width: 58.5%;
  /*vertical-align: middle;*/
  padding-left: 7.4%;
}
.about-page .a-1 .top .text .con {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  color: #666666;
}
.about-page .a-1 .top .text .time {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  letter-spacing: 1px;
}
.about-page .a-1 .top .text .more {

  margin-top: 40px;

}
.about-page .a-1  .a-2 {
  padding: 0;
}
.about-page .a-1  .a-2 .bottom {
  padding-top: 80px;
}
.about-page .a-1  .a-2 .bottom ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
@media screen and (max-width: 1280px) {
  .about-page .a-1 .top .img {
    width: 47.5%;
  }
  .about-page .a-1 .top .text {
    width: 52.5%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .a-1 {
    padding: 100px 0;
  }
  .inner-page h2.title {
    font-size: 50px;
  }
  .about-page .a-1  .a-2 .bottom {
    padding-top: 100px;
  }
 
}

@media screen and (max-width: 1000px) {
  .inner-banner {
    height: auto;
    margin-top: 100px;
    padding-bottom: 30px;
  }
  .inner-banner .content{
    position: static;
    transform: translate(0)
  }
  .inner-banner h2 {
    font-size: 42px;
  }
  .inner-banner .down {
    margin-top: 10px;
  }
  .inner-banner .mbx {
    margin-top: 10px;
  }
  .about-page .a-1 {
    padding: 60px 0;
  }
  .about-page .a-1 .top .img {
    width: 100%;
  }
  .about-page .a-1 .top .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page h2.title {
    font-size: 42px;
  }
  .about-page .a-1  .a-2 .bottom {
    padding-top: 60px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-3 #index-body .init2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  
  .about-page .a-1 {
    padding: 30px 0;
  }
 
}

@media screen and (max-width: 500px) {
  
  .about-page .a-1 .top .img {
    display: none;
  }
  .about-page .a-1 .top .text {
    padding-top: 0;
  }
  .about-page .a-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .a-1 .top .text .time {
    margin-top: 15px;
  }
  .about-page .a-1 .top .text .more {
    margin-top: 15px;
  }
  
}

.about-page .a-1 .a-2 {
  text-align: center;
  padding-top: 39px;
}
.about-page .a-1 .a-2 ul li {
  color: #393939;
}
.about-page .a-1 .a-2 ul li p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
.about-page .a-1 .a-2 ul li h3 {
  font-size: 60px;
  line-height: 1;
  margin-top: 11px;
  color: #a88f68;

  
}
@media screen and (max-width: 1000px) {
  #index-body .init2 .right {
    font-size: 30px;
  }
  .about-page .a-1 .a-2 {
    padding-top: 60px;
  }
  .about-page .a-1 .a-2 ul {
    margin-bottom: -10px;
  }
  .about-page .a-1 .a-2 ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .about-page .a-1 .a-2 ul li h3 {
    font-size: 50px;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .a-1 .a-2 ul li h3 {
    font-size: 40px;
  
  }
    .about-page .a-1 .a-2 ul li {
    width: 100%;

  }
}
@media screen and (max-width: 500px) {
  .about-page .a-1 .a-2 ul li h3 {
    font-size: 30px;
  
  }
  .about-page .a-1 .a-2 ul li p{
    font-size: 16px
  }
}
#productdetail-page .container .cont_1 .right .wwww{
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #666;
}
#productdetail-page .container .cont_1 {
  padding: 130px 0;
  display: flex;
  justify-content: space-between;
}
#productdetail-page .container .cont_1 .left {
  width: 48%;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide{
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide img{
  width: auto;
  height: 100%;
  object-fit: cover;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs {
  margin-top: 20px;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  cursor: pointer;
 
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide img {
 width: auto;
 height: 100%;
 object-fit: cover
}
#productdetail-page .container .cont_1 .right {
  width: 48%;
}
#productdetail-page .container .cont_1 .right .title {
  font-size: 36px;
  line-height: 1.4;

  
}
#productdetail-page .container .cont_1 .right .des {
  margin-top: 30px;
  
  font-size: 18px;
  line-height: 2;
  color: #333;
  position: relative;
  padding-left: 70px;
  font-weight: 500;
}
#productdetail-page .container .cont_1 .right .des::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background: #c8b08e;
}
#productdetail-page .container .cont_1 .right .btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_1 .right .btn a {

  margin-bottom: 10px;
}

#productdetail-page .container .cont_1 .right .btn a:last-child {
  margin-left: 30px;
}
#productdetail-page .container .cont_1 .right .content {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color:#666;
}
#productdetail-page .container .cont_1 .right .content table{
  width: 100%;
  border: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content table td{
  padding: 10px
}
#productdetail-page .container .cont_1 .right .content .list {
  display: flex;
  justify-content: center;  
  font-size: 18px;
  color: #666666;
}
#productdetail-page .container .cont_1 .right .content .list div {
  width: 50%;
  padding: 20px 35px;
  border-bottom: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content .list div:first-child {
  border-right: #c1775b solid 1px;
}
#productdetail-page .container .cont_2 {
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_2 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_2 .title .text {
  line-height: 1.8;
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_2 .swiper {
  position: relative;
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .text {
  color: #d3974d;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  max-width: 100%;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
  height: 300px;
  background-color: #fbf6f0;
  overflow: hidden;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  
  margin: 20px 0;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .prev,
#productdetail-page .container .cont_2 .swiper .next {
  position: absolute;
  right: -50px;
  top: 180px;
  width: 28px;
  height: 30px;
  background-color: #c8b08e;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
#productdetail-page .container .cont_2 .swiper .prev span,
#productdetail-page .container .cont_2 .swiper .next span {
  color: #fff;
  font-size: 14px;
  transform: scale(1, 2);
  margin-top: -3px;
}
#productdetail-page .container .cont_2 .swiper .prev {
  left: -50px;
}
#productdetail-page .container .cont_3 {
  margin-top: 80px;
}
#productdetail-page .container .cont_3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_3 .title .text {
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_3 .form_1 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#productdetail-page .container .cont_3 .form_1 input {
  margin-top: 20px;
  border: #c8b08e solid 1px;
  padding: 10px 20px;
  width: 48%;
  
  font-size: 16px;
}
#productdetail-page .container .cont_3 .form_1 input:nth-child(3) {
  width: 100%;
}
#productdetail-page .container .cont_3 .form_1 textarea {
  border:#c8b08e solid 1px;
  width: 100%;
  
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
}
#productdetail-page .container .cont_3 .form_1 .submit_btn {
  padding: 10px 40px;
  
  font-size: 16px;
  color: #fff;
  margin: auto;
  margin-top: 35px;
}
#productdetail-page .container .cont_4 {
  margin: 130px 0;
}
#productdetail-page .container .cont_4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#productdetail-page .container .cont_4 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_4 .title .text {
  margin-left: 25px;  
  font-size: 50px;
  line-height: 1.5;
}
#productdetail-page .container .cont_5{
  padding-bottom: 130px;
}
#productdetail-page .container .cont_5 .title{
  width: 325px;
  height: 60px;
  background: #c8b08e;
  color: #fff;
  font-size: 24px;
  
  text-align: center;
  line-height: 60px;
}
#productdetail-page .container .cont_5 .content{
  width: 100%;
  margin-top: 35px;
  line-height: 32px;
  font-size: 18px;
  overflow-x: auto;
}
#productdetail-page .container .cont_5 .content table{
  width: 100%;
  border: #deb7a6 solid 1px;
}
#productdetail-page .container .cont_5 .content table strong{
  font-weight: 400 !important;
}
#productdetail-page .container .cont_5 .content table tbody tr:first-child td{
  background: #fbf6f0;
}
#productdetail-page .container .cont_5 .content table td{
  padding: 20px;
}
@media (max-width: 1360px) {
  #productdetail-page .container {
    width: 100%;
  }
  #productdetail-page .container .cont_1 {
    padding: 60px 0;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 90%;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .www{
    width: 100% !important;
  }  
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 13vw;
    left: 0;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    right: 0;
    top: 13vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 23vw;
  }
}
@media screen and (max-width: 1000px){
  #productdetail-page .container .cont_1 .right .des,
  c {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  #productdetail-page .container .cont_5 .content{
    margin-bottom: -40px;
  }
  #productdetail-page .container .cont_1 .right .content {
    font-size: 14px !important;
    line-height: 28px;
  }
}
@media (max-width: 769px) {
   #productdetail-page .container .cont_1 {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_1 .left {
    width: 60%;
    margin: auto;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right {
    width: 100%;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .des {
    margin-top: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 30vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev,
  #productdetail-page .container .cont_2 .swiper .next {
    width: 20px;
    height: 20px;
  }
  #productdetail-page .container .cont_2 .swiper .prev span,
  #productdetail-page .container .cont_2 .swiper .next span {
    font-size: 12px;
  }
  #productdetail-page .container .cont_2 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_2 .title .text {
    font-size: 20px;
    margin-left: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_3 {
    margin-top: 30px;
  }
  #productdetail-page .container .cont_3 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_3 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_3 .title .text {
    font-size: 20px;
    margin-left: 15px;
  }
  #productdetail-page .container .cont_4 {
    margin-top: 60px;
  }
  #productdetail-page .container .cont_4 .title {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_4 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_4 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_4 .title .text {
    font-size: 20px;
    margin-left: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_5 .title{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 240px;
  }
  #productdetail-page .container .cont_5 .content{
    margin-top: 20px;
  }
  .service-page .qr-list ul li .box .img,
  .service-page .qr-list ul li .box .text{
    width:100%!important;
    padding:0!important;
  }
  .service-page .qr-list ul li .box .text h3{
    margin-top: 15px;
    font-size: 24px!important;
  }
}
@media (max-width: 414px) {
   #productdetail-page .container .cont_1 {
    padding: 20px 0;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 20px;
    text-align: center;
    line-height: 36px!important;
  }
  #productdetail-page .container .cont_1 .right .des {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .btn {
    margin-top: 10px;
  }
  #productdetail-page .container .cont_1 .right .btn a {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .btn a:last-child {
    margin-left: 15px;
  }
  #productdetail-page .container .cont_1 .right .content {
    margin-top: 10px;
    overflow: auto;
    font-size: 14px;
    line-height: 28px;
  }
#productdetail-page .container .cont_1 .right .content table td{
  padding: 5px;
}
  #productdetail-page .container .cont_1 .right .content .list {
    font-size: 14px;
    line-height: 28px;
  }
  #productdetail-page .container .cont_1 .right .content .list div {
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_1 .left {
    width: 100%;
  }
  #productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
    height: 50vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 85%;
  }
  #productdetail-page .container .cont_2 .swiper {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    top: 35vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 35vw;
  }
  #productdetail-page .container .cont_3 .form_1 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_3 .form_1 input {
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
  }
  #productdetail-page .container .cont_3 .form_1 textarea {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_3 .form_1 .submit_btn {
    margin-top: 20px;
    padding: 3px 10px;
    font-size: 13px;
  }
  #productdetail-page .container .cont_4 {
    margin: 40px 0;
  }
  #productdetail-page .container .cont_4 .title {
    justify-content: center;
    text-align: center;
  }
  #productdetail-page .container .cont_5 .title{
    font-size: 14px;
    line-height: 2;
    width: 180px;
  }
  #productdetail-page .container .cont_5 .content{
    font-size: 14px;
  }
  #productdetail-page .container .cont_5 .content table td{
    padding: 5px;
  }
}
.faq-page{
  padding-top: 50px
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 600;
  font-weight: normal;
  font-size: 24px
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #666;
}
@media (max-width: 1000px) {
  .faq-page .container ul li .title {
    font-size: 18px
  }
  .faq-page .container ul li .cont {
    font-size: 16px
  }
  .about-page .about-4 ul li .box .h5{
    font-size: 26px
  }
}
@media (max-width: 700px) {
  .about-page .about-4 ul li .box .h5{
    font-size: 20px
  }
}

    .seoPublic .title {

        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 1em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        /*background: #fafafa;*/
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 28px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        font-family: Spectral;
        overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;

    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
        color:#cccccc;
    }

    .seoPublic .Auxil-news .list ul li .content .text {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
        color:#666;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content .text,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
 
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    