@charset "utf-8";

a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: #353535;
  text-decoration: none;
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  padding: 0;
  margin: 0;
  list-style:none;
}

body {
font-family: 'Source Han Sans Normal';
  font-family: "Source Han Sans";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  /* max-width: 1920px; */
  max-width: none;
  margin: auto;
  color: #333;
  font-size: 16px;
  background:#f4eeee;
}


form {
  margin: 0;
}

.btn.active, .btn:active {
  box-shadow: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  padding: 0 5px;
  padding-left: 0;
  padding-right: 0;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #3f3a39;
  /* box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
}

header .head-top {
  padding-top: 12px;
}

header .header-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top .row {
  display: flex;
  justify-content: flex-end;
}

header .head-top a {
  font-size: 16px;
  margin-left: 6px;
  color: #22252a;
}

header .head-top .iconfont {
  font-size: 16px;
  color: #22252a;
  margin-right: 16px;
  transition: all 0.3s;
}

header .head-top .item {
  margin-left: 46px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

header .head-top .item.follow {
  margin-left: 30px;
}

header .head-bottom {
  position: relative;
}

header .head-bottom .logo {
  display: inline-block;
  padding: 3px 0;
}
header .head-bottom .logo img { height:35px }
header .head-bottom .nav-list {
  float: right;
  display: flex;
  align-items: center;
}

ul:before,
ul:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {}
.clearfix:after {  
content: "";
  display: table;
  clear: both;
  }
button,
input {
  outline: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #9c593c;
}

.isFixed {
  position: fixed !important;
  transition: all 0.3s;
}

.tofixed {
  position: fixed !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #fff;
  transition: all 0.3s;
}

.tofixed a {
  color: #fff;
}

.tofixed .nav-list .dropdown_menu li a,
.tofixed .head-bottom .nav-list > li .nav-more-list a {
  color: #656565;
}

header.tofixed .head-top a,
header.tofixed .head-top .iconfont,
header.tofixed .head-bottom .nav-list > li > a,
header.tofixed .head-bottom .head-share a i,
footer .footer-share a i,
header.tofixed .head-langBox,
header.tofixed .head-search .iconfont,
header.tofixed .head-langBox .iconfont {
  color: #fff;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  background: transparent !important;
  box-shadow: 0 0 5px #9c593c;
}

header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

header .head-bottom .nav-list > li {
  float: left;
  padding: 0 20px;
  position: relative;
}

header .head-bottom .nav-list > li > a {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding: 31px 0;
  border-radius: 20px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: #9c593c !important;
}

header .head-bottom .nav-list > li.contact > a:hover {
  color: #fff !important;
}

header .head-bottom .nav-list > li > a:hover:after,
header .head-bottom .nav-list > .active > a:after {
  width: 100%;
}

header .head-bottom .nav-list > li.contact > a:hover:after {
  width: 0;
}

header .head-bottom .nav-list > li > a:after {
  display: table;
  content: "";
  width: 0;
  height: 2px;
  background: #9c593c;
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
  transition: all 0.5s;
  
}

header .head-bottom li.head-share,
footer .footer-share .icon {
  display: flex;
  align-items: center;
  padding: 0;
}

header .head-bottom li.head-share {
  margin-left: 6px;
}

header .head-bottom .nav-list > li.head-share > a:hover:after {
  display: none;
}

footer .footer-share a {
  border: 1px solid #666;
  border-radius: 100%;
  margin-left: 10px;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

header .head-bottom .head-share a i,
footer .footer-share a i {
  font-size: 18px;
  color: #666;
  transition: all 0.3s;
}

header .head-bottom .head-share a i {
  margin-left: 0;
}

header .head-bottom .nav-list > li.head-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 10px;
}

header.tofixed .head-bottom .nav-list > li.head-share a {
  border-color: #666;
}

footer .copyright-right a:hover i {
  color: #fff;
  opacity: 0.7;
}

/* footer .copyright-right a:nth-child(3):hover i{
  color: #0e76a8;
  opacity: 1;
}

footer .copyright-right a:nth-child(1):hover i{
  color: #e60023;
  opacity: 1;
}

footer .copyright-right a:nth-child(2):hover i{
  color: #4267b2;
  opacity: 1;
} */

/* header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;

}

header .head-bottom .head-share a:nth-child(3):hover {
  border-color: #0e76a8!important;
}

header .head-bottom .head-share a:nth-child(2):hover i,
footer .footer-share a:nth-child(2):hover i
{
  color: #E60023;
}

header .head-bottom .head-share a:nth-child(2):hover {
  border-color: #E60023!important;
}

header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(3):hover i
{
  color: #4267B2;
  border-color: #4267B2;
}

header .head-bottom .head-share a:nth-child(1):hover {
  border-color: #4267B2!important;
}

header .head-bottom .head-share a:nth-child(4):hover i,
footer .footer-share a:nth-child(4):hover i
{
  color: #1DA1F2;
  border-color: #1DA1F2;
} */

header .head-bottom .nav-list > .head-langBox {
  padding: 26px 0;
  cursor: pointer;
  padding-right: 0;
}

/* header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
} */

header.tofixed .head-langBox a {
  color: #333;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display:inline-block;
  width:20px;
  height:20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
  vertical-align:middle;
}

.head-search .iconfont {
  background:url(../img/search2.png) no-repeat center;
}
.head-langBox .iconfont {
  background:url(../img/language.png) no-repeat center;
}

header .head-bottom .nav-list > .head-search i:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

header .head-bottom .nav-list > li.contact a {
  position: relative;
  padding: 9px 8px;
  color: #ffffff !important;
  background: #9c593c;
  transition: all 0.3s;
  border-radius: 4px;
}

header .head-bottom .nav-list > li.contact a::after {
  display: none;
}

header .head-bottom .nav-list > li:last-child a:hover::after {
  display: none;
}

.nav_normal .dropdown i {
    width: 10px;
    height: 10px;
	position:relative;
	display: inline-block;
	transition: all 0.5s ease 0s;
	font-weight: 600;
	vertical-align:middle; margin-top:-3px;
}
.nav_normal .dropdown i:after {
	position:absolute;
	top:0;
	left:0;

    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    border-radius:1px; 
}
header .head-bottom .nav-list > li > a:hover i:after, header .head-bottom .nav-list > .active > a i:after{
    border-top: 2px solid #9c593c;
    border-right: 2px solid #9c593c;
}
 
.nav_normal .dropdown:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.head-langBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
}

.head-langBox span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: #9c593c;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
/*  box-shadow: 0 0 3px #fff;*/
}

header .search-wrap .search-all .search-box {
  padding: 30px 0 30px 100px;
  position: relative;
}

header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 30px;
}

header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
  padding: 10px;
}

header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #fff !important;
}

header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #fff !important;
}

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #9c593c;
  color: #9c593c;
  padding: 5px 20px;
  position: absolute;
  top: 52px;
  right: 0;
}

header .search-wrap .closed i {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

header .search-wrap .closed:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .search-wrap .search-all .search-box button:hover {
  background: #9c593c;
  color: #fff;
  border-color: #fff;
}

header .head-bottom .head-langBox ul {
  position: absolute;
  top: 100%;
  /* left: 0; */
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 3px #ddd;
  min-width: 100px;
  display: none;
}

.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}

.head-langBox ul a:hover {
  background: #9c593c;
  color: #fff;
}

header .head-bottom .nav-list > li .nav-more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 230px;
  visibility: hidden;
}

header .head-bottom .nav-list > li .nav-more-list a {
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  transition: none;
}

header .head-bottom .nav-list > li .nav-more-list a:hover {
  background: #9c593c;
  color: #fff;
}

header .head-bottom .nav-list .nav-two-div {
  position: absolute;
  top: 100%;
  display: flex;
  width: 1360px;
  max-width: 1360px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  z-index: 9993;
  left: 50%;
  transform: translateX(-50%);
}

header .head-bottom .nav-list .nav-two-div {
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left {
  padding: 20px 0;
  background: #f9f9f9;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa {
  display: block;
  width: 100%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 15px 30px;
  position: relative;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a {
  font-size: 20px;
  padding: 15px 40px 15px 60px;
  font-weight: bold;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa i {
  color: #9c593c;
  line-height: inherit;
  position: absolute;
  right: 20px;
  top: 16px;
  font-weight: bold;
  font-size: 22px;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a i {
  opacity: 0;
  transition: all 0.3s;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-center {
  border-right: 1px solid #ddd;
  padding: 30px;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists,
header .head-bottom .nav-list .nav-two-div .nav-in-lists {
  width: 100%;
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right {
  max-height: 480px;
  overflow: auto;
  padding: 30px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists.active {
  display: block;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right a {
  color: #333;
  padding: 10px 0;
}

header .head-bottom .nav-list > .prod {
  position: static;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-left .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-twoa:hover {
  color: #9c593c;
  background: #fff;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-left .active > i {
  opacity: 1;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-lists.active,
header .head-bottom .nav-list > .prod .nav-two-div .nav-in-lists.active {
  display: block;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .nav-center-a i {
  transition: all 0.3s;
  opacity: 0;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .active > i {
  opacity: 1;
}

header .head-bottom .nav-list > .prod .nav-two-div .nav-two-div-center .nav-center-a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.mb-header,
.m_header {
  display: none;
}

.mb-header .wrap {
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
  align-items: center;
}

.mb-header .logo {
  display: inline-block;
  width: 160px;
  margin: 6px 19px;
}

.mb-header .wrap > ul {
  position: relative;
  top: 0;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  float: right;
}

.contactBox {
  padding: 3% 0;
}

.contactBox .contactInfo {
  overflow: hidden;
 
}

.contactBox .title {
  margin-bottom: 30px;
}

.contactBox .title h2 {
	position:relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #643927;
}
.contactBox .title h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 90px;
    height: 3px;
    background: #643927;
}
.contactBox .title .txt {
  font-size: 20px;
  color: #22252a;
  line-height: 1.8;
}
.contactBox .contactInfo ul {
}

.contactBox .contactInfo ul li {
  font-size: 18px;
  color: #22252a;
  margin:10px auto;
  padding:2px 0;
  padding-left: 30px;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: auto 22px;
}

.contactBox .contactInfo ul p {
  font-size: 18px;
  color: #22252a;
  margin:20px auto;
}
.contactBox .contactInfo ul li a {
  color: #22252a;
}
.contactBox .contactInfo ul li a:hover {
  color: #9c593c;
}


.contactBox .contactInfo ul li.contactTel {
  background-image: url("../img/c-tel.png");
}
.contactBox .contactInfo ul li.contactWhatsapp {
  background-image: url("../img/c-fax.png");
}

.contactBox .contactInfo ul li.contactEmail {
  background-image: url("../img/c-email.png");
  background-size:20px auto;
  background-position: left 8px;
}

.contactBox .contactInfo ul li.contactAddress {
  background-image: url("../img/c-add.png");
}
.contactBox .contactInfo ul li.contactmobile {
  background-image: url("../img/c-phone.png");

}



.contactBox .contactForm {
	margin:3% auto;
}

.contactBox .title h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 15px;
}



.contactBox .contactForm form {
	padding:3% 6%;
	background:#eee6e3;
	 box-shadow: 0 0 15px rgba(100, 100, 100, .3); 
}
.contactBox .contactForm .info {
	display:inline-block;
	vertical-align:top;
  width: 44%;
  position: relative;
  margin:1% 2%;
}

.contactBox .contactForm .info .label_control {
  position: relative;
  
  line-height: 32px;
  font-size: 14px;
  color: #c8b5b4;
}


.contactBox .contactForm  .inputon.info label.label_control { display:block }

.contactBox .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 45px;
  font-size:12px;
  color: #ee0000;
}

.contactBox .contactForm .info input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #c8b5b4;
  font-size: 16px;
  color: #2c2c2c;
  background:none;
}

.contactBox .contactForm .info textarea {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #c8b5b4;
  font-size: 16px;
  color: #2c2c2c;
  background:none;
}

.contactBox .contactForm .info.imgVerifyCode img {
	position: absolute;
    right: 2px;
    top: 2px;
    height: 32px;
    cursor: pointer;
}

.contactBox .contactForm .infos p{
	text-align:center;
    font-size: 16px;
    color: #c8b5b4;
    line-height: 1.4;
	  margin:20px 2%;
}
.contactBox .contactForm .infos p a{
    color: #22252a;
    text-decoration: underline;
}
.contactBox .contactForm .infos p a:hover{
    color: #9c593c;
}

.contactBox .contactForm .footer_submit {
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin: 5px auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #9c593c;
  cursor: pointer;
  transition: all 0.3s;
}

.contactBox .contactForm .footer_submit:hover {
  background: #9c593c;
  transition: all 0.3s;
}

.product-thumbs .swiper-button-next,
.product-thumbs .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.product-thumbs .swiper-button-next {
  right: 0;
  left: auto;
}

.product-thumbs .swiper-button-prev:after,
.product-thumbs .swiper-button-next:after {
 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 36px;
}

.product-thumbs .swiper-button-next:after {
 
}

.product-thumbs .swiper-button-prev:hover:after,
.product-thumbs .swiper-button-next:hover:after {
  color: #9c593c;
}

.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-list .dropdown_menu li {
  width: 100%;
  position: relative;
}

.nav-list .dropdown_menu li a {
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}

.nav-list .dropdown_menu li a:hover {
  background: #9c593c;
  color: #ffffff;
}

.nav-list .dropdown_menu li.Three_menu > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 160px;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.index-banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5%;
}

.index-banner .swiper-pagination-bullet,
.index6 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  opacity: 1;
  margin: 0 10px !important;
}

.index-banner .swiper-pagination-bullet-active,
.index6 .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  position: relative;
}

.index-banner .swiper-pagination-bullet-active::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #9c593c;
  content: "";
}

.img {
  overflow: hidden;
}

.img img {
	width:100%;
  transition: all 1s ease 0s;
}

footer .footer-wrap .goemail { margin-bottom:20px; }
footer .footer-wrap .goemail h2 { color:#fff; font-size:24px; }
footer .footer-wrap .goemail p { color:#fff; font-size:16px; margin:10px auto 13px auto; color:#ddd }
footer .footer-wrap input { border:1px solid #fff; height:32px; line-height:32px; padding:0 10px; width:220px; vertical-align:middle; font-size:14px; }
footer .footer-wrap button { border:1px solid #fff; background:#9c593c; color:#fff; height:32px; line-height:32px; padding:0 10px; width: auto; vertical-align:middle; font-size:14px; }
footer .footer-wrap .input-button { display:inline-block; border:1px solid #fff; background:#9c593c; color:#fff; height:32px; line-height:32px; padding:0 10px; width: auto; vertical-align:middle; font-size:14px; margin-left:5px; }


footer .footer-wrap h3 {
  height: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 32px;
}

footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  line-height: 24px;
}

footer .footer-wrap ul li {
  margin-bottom: 12px;
}

footer .footer-wrap.col-md-3 ul li {
	float:left;
	width:45%;
	
}


footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: #9c593c;
}

footer .footer-wrap i {
  color: #fff;
  margin-right: 19px;
}

footer .fmsg li { padding-left:30px; background-position:left center; background-repeat:no-repeat; background-size:auto 20px;}
footer .fmsg li.li1 { background-image: url(../img/con-email.png); }
footer .fmsg li.li2 { background-image: url(../img/con-tel.png); }
footer .fmsg li.li3 { background-image: url(../img/feedback2.png); background-position:3px center;}
footer .fmsg li.li4 { background-image: url(../img/con-add.png); }

/* .one-wrap,
.two-wrap {
  width: 16%;
}

.four-wrap {
  width: 42%;
} */

footer .five-wrap ul li {
  text-transform: unset;
}

.mfootnavbox { display:none; margin:0 auto 30px auto;}
.mfootnavbox li { position:relative; border-bottom:solid 1px #555; cursor:pointer; font-size:14px; color:#fff; line-height:32px; padding:5px 5px; }
.mfootnavbox li a { display:inline-block; width:80%; color:#fff }
.mfootnavbox li a:hover,.mfootnavbox li.current a { color:#9c593c;}
.mnavbox{ display: none; margin:10px; }
.mnavbox dd a { display:block;heighr:30px; font-size:13px; line-height:30px;color:#eee}
.mnavbox dd a:hover{ color:#9c593c; }
 
.mfootnavbox li .icon-xiala {
	position:absolute;
	right:5px;
	top:16px;
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    transform: rotate(45deg);
    border-radius:2px;
}
.mfootnavbox li.current .icon-xiala {
    border-top: 2px solid #9c593c;
    border-right: 2px solid #9c593c;
	transform: rotate(135deg);
}


.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}

.one-wrap .text p {
  font-size: 14px;
}

.footer-wrap li {
  display: flex;
  font-size: 14px;
}

.four-wrap li:last-child {
  align-items: flex-start;
}

.footer-wrap li .text {
  flex: 1;
}

.footer-wrap .img img {
  vertical-align: text-top;
}

.one-wrap li {
  display: flex;
  align-items: flex-start;
}

.one-wrap li .img {
  margin-right: 4px;
}

.footer-share ul {
  display: flex;
  justify-content: center;
}

.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}

footer .footer-share ul img {
  height: 31px;
  width: 31px;
  margin-right: 0;
}

.footer-share ul li {
  margin-right: 6px;
}

.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-copyright .wrap {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.footer-box {
  background-color: #3f3a39;
  padding: 60px 0 30px 0;
}

.footer-box .row {
  position: relative;
}

.footer-box .footer-share {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
}

.footer-copyright {
  background-color: #3f3a39;
   border-top: 1px solid #444; 
}

footer .footerForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

footer .footerForm .info input {
  height: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 9px;
  outline: none;
  font-size: 16px;
}

footer .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

footer .footerForm .info textarea {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  width: 100%;
  padding: 9px;
  font-size: 16px;
  outline: none;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  margin-bottom: 23px;
}

footer .footerForm .text p a {
  color: #1657a5;
  font-weight: 500;
}

footer .footerForm .text p a:hover {
  text-decoration: underline;
}

footer .Verify_img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 26px;
  width: 80px;
  cursor: pointer;
}

footer .info input[type="submit"] {
  width: 174px;
  /* height: 31px; */
  background: #9c593c;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 3px;
  padding: 16px 0;
  border: none;
}

.footer-copyright {
   padding: 20px 0; 
 
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  /* text-align: center; */
}

.footer-copyright .sitemap:hover {
  text-decoration: underline;
  color: #9c593c;
}

footer .footer-other {
  background: url("../img/contactBg.jpg") no-repeat;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-other p {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 43px;
  width: 67%;
}

footer .footer-other a {
  display: inline-block;
  width: 271px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #9bdb32;
  border-radius: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 56px;
}

footer .footer-other i {
  font-size: 26px;
}

.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright .copyright-left,
.footer-copyright a {
  display:inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #eee;

}
.footer-copyright .copyright-right a {
  line-height:1.2;
}
.footer-copyright .copyright-right li {
  position:relative;
  color: #fff;
  margin-left: 10px;
  display:inline-block;
}

.footer-copyright .copyright-right li img {
	position:absolute;
	left:-40px;
	top:-120px;
	height:110px;
	width:auto;
	max-width:none;
	display:none;
	z-index:999;
}
.footer-copyright .copyright-right i {
  font-size: 30px;
  color: #fff;
  display:inline-block;
  width:30px;
  height:30px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:auto;
}
.footer-copyright .copyright-right li:hover img { display:block }


.footer-copyright .copyright-right i.icon-weixin {
	background-image:url(../img/icon-weixin.png);
}
.footer-copyright .copyright-right i.icon-douyin {
	background-image:url(../img/icon-douyin.png);
}
.footer-copyright .copyright-right i.icon-jingdong {
	background-image:url(../img/icon-jingdong.png);
}
.footer-copyright .copyright-right i.icon-xiaohongshu {
	background-image:url(../img/icon-xiaohongshu.png);
}


.imgBanner {
  position: relative;
}
.imgBanner .img {
    width:100%;
    height:100%;
    padding-bottom: 500px;
	background:#eee;
    position: relative;
}
.imgBanner .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   position: absolute;
   left:0;
}

.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.imgBanner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}

.prod h1 {
  font-size: 60px;
  color: #9c593c;
}

.imgBanner p {
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin-top: 20px;
}

.imgBanner img {
  width: 100%;
}


.ban-about h1 {
  color: #232121;
}
.ban-about p {
  color: #333;
}





.Crumbs_nav {
  padding: 20px 0;
}

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #b19e9e;
}

.Crumbs ul li:last-child span {
  color: #b19e9e;
}

.indexBanner .icon span {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
}

.indexBanner .icon:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: rgba(90, 187, 189, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.indexBanner .icon:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(90, 187, 189, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: example 1.6s linear infinite;
}

.page li {
  border: none;
}

.page {
  border: none;
}

.search-pagination  { text-align:center }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  font-size: 14px;
  border: none;
  color: #666666;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #666666;
  font-size: 14px;
}

.page li.active,
.page li.active a,
.page li:hover a,
.page li.active span {
  background: #9c593c;
  color: #fff;
}


.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #9c593c;
  color: #fff;
  border-color: #9c593c;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #9c593c;
  background-color: #fffdfd;
  border-color: #fff;
}

.page li {
  height: 28px;
  width: auto;
  margin-left: 12px;
}

.pro_S_img .img {
  width: 130px;
}


.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox .contactForm .info input[type="submit"] {
  background: #9c593c;
}

.parameter_btn a:hover {
  background: #9c593c;
}

.productDetailContentBox .title {
  text-align: left;
}

.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}



section .title h2 {
  position: relative;
  font-size: 42px;
/*  font-weight: bold;*/
  color: #9c593c;
  line-height: 1.1;
  text-align: center;
  letter-spacing:1px;
  text-transform: uppercase;
font-family: Times New Roman;
font-family: Source Han Serif;
}

section .title h2 span {
  color: #2751a5;
}

section .title p {
  font-size:24px;
  font-weight: 300;
  color: #444;
  margin:15px auto;
  text-align: center;
  text-transform:uppercase;
  line-height:1.6;
  max-width: 900px;
}

section  {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  line-height: 1.8;
}

.tabs-list {
  margin-bottom: 36px;
}

.tabs-list ul {
  margin-top: 28px;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  color: #999;
  font-weight: 300;
}

.tabs-list li + li {
  margin-top: 37px;
}

.tabs-list .content li + li {
  margin-top: 28px;
}

.tabs-list .tabs-head {
  /* height: 38px; */
  background: #f2f3f3;
  border-radius: 0px 38px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #22252a;
  line-height: 38px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("../img/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  border-radius: 0px 38px 0px 0px;
  background-image: url("../img/reduce.png");
}

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.36);
  color: #999999;
}

.tabs-list .text h3 {
  color: #3b7fba;
  font-weight: Bold;
  margin-bottom: 16px;
}

.tabs-list .text p {
  color: #999999;
  line-height: 27px;
}

.tabs-list .text .content {
  margin-bottom: 40px;
}

.tabs-list .text .content p + p {
  margin-top: 12px;
}

.tabs-list .text .content:last-child {
  margin-bottom: 0;
}

.footer-contact {
  height: 528px;
  background: url("../img/contactBg.png") no-repeat center;
}

.footer-contact .container,
.footer-contact .row,
.footer-contact .wrap {
  height: 100%;
}

.footer-contact .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-contact .wrap p {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 36px;
  text-shadow: 0px 0px 14px rgba(9, 0, 2, 0.39);
  margin-bottom: 40px;
}

.footer-contact a.more {
  padding: 15px 43px 14px 44px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.footer-share .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.footer-share .wrap .icon i {
  color: #fff;
}

a.more {
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
 
  color: #9c593c;
  line-height: 14px;
  padding: 9px 18px;
  border-radius:6px;
  border: 1px solid #9c593c;
}

a.more:hover {
  background: #9c593c;
  color: #fff;
}

.footer-contact a.more {
  padding: 14px 23px 13px 23px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #9c593c;
  border-color: #9c593c;
}

.footer-contact a.more:hover {
  background: #fff;
  border-color: #9c593c;
  color: #9c593c;
}

.swiper-slide .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin-top: 9%;
 /* align-items: center;*/
}

.banner-content .content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.banner-content h2 {
  position: relative;
  font-size: 80px;
  font-weight: bold;
  color: #72422c;
  line-height: 1.2;

}
.banner-content h2 span {
	display:inline-block;
	padding-bottom:20px;
  border-bottom:8px solid #72422c;
}

/*.banner-content h2::after {
  content: "";
  display:block;
  margin:10px 0;
  width: 120px;
  height: 3px;
  background: #fff;
}*/
.banner-content div {
  font-size: 30px;
  color: #282828;
  line-height: 1.4;
  margin-top: 20px;
}
.banner-content .mores {
  text-decoration: none;
  border-radius: 8px;
 font-size: 32px;
  padding:1px;
  text-align: center;
  width:150px;
  margin-top: 20px;
  background:#72422c; 
  color:#fff;
}

.banner-content2 h2 { color:#fff; }
.banner-content2 h2 span {
  border-bottom:8px solid #fff;
}
.banner-content2 div { color:#fff;}
.banner-content2 .mores { background:#fff; color:#9c593c; }


.index1 {
  padding: 12% 0 12%;
  background: url("../img/iaboutbg.jpg") no-repeat center;
  background-repeat:repeat-x;
  background-size: auto 100%;
}

.index1 .row {
  text-align: center;
}

.index1 .title {
  margin-bottom: 2%;
}

.index1 .con {
  font-size: 24px;
  font-weight: 300;
  color: #444;
  text-align: center;
  line-height:1.6;
  padding:3% 0;
}

.index1 a.more {
  margin-top: 30px;
}

.index2 {
  padding: 50px 0 28px;
}

.index2 .title h2 {
 
}

.index2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  gap: 20px;
}

.index2 .item {
  position: relative;
  height: auto;
  background: #eee6e3;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  overflow: hidden;
}



.index2 .item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.index2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.index2 .item:hover .text {
  opacity: 1;
}

.index2 .item h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  z-index: 2;
  margin-bottom: 20px;
  width: 90%;
  text-align: center;
  transition: all 0.5s ease 0s;
  position:absolute;
  top:30px;
  left:5%;
}

.index2 .item:hover h2 {

}

.index2 .item .text .more {
  font-size: 16px;
  font-weight: 500;
 
  color: #9c593c;
  line-height: 16px;
  width:100%;
  text-align: center;
  position:absolute;
  top:110px;
}

.index2 .item .text .img {
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.index2 .item .name {
  font-size: 28px;
  font-weight: 700;
  color: #9c593c;
  line-height: 24px;
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.index2 .item:last-child .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(235, 236, 236, 0.5);
}

.index2 .item:last-child .text .img {
  flex: none;
}

.index3 {
  padding: 6% 0  8%;
  background: #f3f4f4;
  background:url();
  background-size: cover;
/*  background-attachment: fixed;*/
  background-position:center;
  background-repeat:no-repeat;
}

.index3 .title {
  margin-bottom: 50px;
  color:#fff;
}
.index3 .title h2{
  color:#fff;
}
.index3 .title p{
  color:#fff;
}

.index3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px 4px;
}

.index3 .item {
	overflow:hidden;
  position: relative;
}

.index3 .item .text {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align:center;
  transition: all 0.5s ease 0s;
}

.index3 .item:hover .text {
  top: 0;
  opacity: 1;
}

.index3 .item p {
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  width: 70%;
}

.index3 .item .more {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
  line-height: 36px;
  margin-top: 50px;
}

.index4 {
  padding: 85px 0 86px;
  background: #eee6e3;
  background-size: cover;
  background-attachment:fixed;
}

 
.index4 .title {
  margin-bottom: 60px;

}




.index4 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 42px;
  justify-content: center;
}

.index4 .item:nth-child(4),
.index4 .item:nth-child(5) {
  margin-top: -80px;
}

.index4 .item {
  position: relative;
}
.index4 .item .img img {
  filter: brightness(0.9);
}



.index4 .item .text {

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  
}

.index4 .item .text .img {
  margin-bottom: 30px;
}
.index4 .item .text .img img {
	width:auto;
	max-height:100px;
}

.index4 .item .text p {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.index4 .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/index4ItemBg.png") no-repeat center;
  opacity: 0;

  padding: 0 26px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.index4 .box h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
}


.index4 .box p {
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  font-size:15px;
}

.index4 .item:hover .text {
  opacity: 0;
}

.index4 .item:hover .box {
  opacity: 1;
}

.index4 .nums {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

.index4 .nums .item:last-child {
  margin-top: 0;
}

.index4 .nums .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24%;
}
.index4 .nums .item img { max-height:50px; width:auto}
.index4 .nums .item .num sup {
  font-size: 24px;
  top: -0.8em;
}

.index4 .nums .num {
  font-size: 38px;
  font-weight: bold;
  color: #9c593c;
  line-height: 1;
  margin: 20px auto 10px auto;
}

.index4 .nums p {
  font-size: 22px;
  font-weight: 500;
  color: #b49ea0;
  line-height: 24px;
  text-align: center;
}

.index5 {
  padding: 3% 0 5% 0;
}


.index5 .title {
  margin-bottom: 50px;
}

.index5 .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 55px;
  justify-content: center;
}

.index5 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  background: #eee6e3;
  box-shadow: 0px 5px 5px 0px rgba(163, 163, 163, 0.3);
}

.index5 .img:hover img {
  transform: scale(1.05);
}

.index5-box { position:relative }
.index5-box .swiper-button-prev { left:-45px; }
.index5-box .swiper-button-next { right:-45px;}


.index7 {
  padding: 4% 0 3%;
}

.index7 .title {
  margin-bottom: 58px;
}

.index7 .row {
  text-align: center;
}

.index7 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.index7 .item {
  box-shadow: 0px 3px 7px 0px rgb(161 161 161 / 35%);
  border-radius: 4px;
  background:#fff;
}

.index7 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.index7 .item .text {
  padding: 20px 20px 20px 20px;
  text-align:left;
}

.index7 .item .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #bfbfbf;
 
  font-size: 16px;
}

.index7 .item .text h3 {
  font-weight: bold;
  color: #22252a;
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /*溢出部分省略号*/
}
.index7 .item .text p {
  color: #22252a;
  font-size:15px;
  color:#777;
  margin:10px auto;
  min-height:52px;

}
.index7 .item:hover {
  box-shadow: 0px 3px 7px 0px rgba(161, 161, 161, 0.35);
  border-radius: 4px;
}

.index7 .item:hover .more {
  color: #9c593c;
}

.index7 a.more {
  margin-top: 40px;
}

.inside .title h2 {
  position: relative;
  font-size: 30px;
  color: #643927;
  line-height: 1.2;
  font-weight:600;
}

.inside .title h2::after {
  position: relative;
  content: "";
  display:block;
  width: 90px;
  height: 3px;
  background: #643927;
  margin:10px 0;
}

.why1 {
  padding: 56px 0 95px;
}

.why1 .title h2 {
  margin-bottom: 77px;
}

.why1 .title h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.why1 .title p {
  font-size: 24px;
  font-weight: 400;
  color: #22252a;
}

.why1 .title p strong {
  font-size: 48px;
  color: #9c593c;
  line-height: 40px;
}

.why1 .title {
  margin-bottom: 14px;
}

.why1 .img {
  display: flex;
  justify-content: center;
}

.why1 .items {
  margin-top: 14px;
}

.why1 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}

.why1 .item {
  padding: 44px 10px 0;
  height: 246px;
  background: #ffffff;
  box-shadow: 0px 1px 47px 2px rgba(124, 124, 124, 0.18);
}

.why1 .item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #9c593c;
  line-height: 24px;
  margin-bottom: 18px;
}

.why1 .item p {
  color: #22252a;
  font-weight: bold;
}

.why1 .item:nth-child(2) h3 {
  color: #386766;
}

.why1 .item:nth-child(3) h3 {
  color: #e4902f;
}

.why1 .item:nth-child(4) h3 {
  color: #4c95ff;
}

.why1 .item:nth-child(4) {
  padding-top: 32px;
}

.why2 {
  padding: 102px 0 156px;
  background: url("") no-repeat center;
  background-size: cover;
}

.why2 .title h2 {
  color: #fff;
}

.why2 .title h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.why2 .title {
  margin-bottom: 130px;
}

.why2 .items {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  justify-content: space-between;
}

.why2 .item {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.why2 .item .img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 90px;
}
.why2 .item .img img {
	width:auto;
	height:120px;
}
.why2 .item p {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.why3 {
  margin:1% auto 4% auto;
  padding: 0;
  background:#eee6e3;
  box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .5);
}
.why3 .container { position:relative; }
.why3 .container:after,.why3 .row:after { clear:none }

.why3 .wrap {
  display: flex;
  display:inline;
  justify-content: space-between;
}

.why3 .wrap .content {
  width: 47%;
  float:left;
}
.why3 .img {
  width: 49%;
  float:right;
}
.why3 .title h2 {
  text-align: left;
  text-transform: none;
}

.why3 .title {
  margin: 12% 0 50px;
}

.why3 .txt {
  font-size:19px;
  color: #232121;
  line-height: 1.8;
  font-weight: 500;
}

.why3 p + p {

}

.why4 {
  margin:4% auto;
   box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .5);
   background-repeat:no-repeat;
   background-position:center;
   background-size:cover;
}

.why4 .wrap {
  display: flex;
  justify-content: flex-end;
}

.why4 .content {
  width: 53.29%;
  background: #f4eeed;
  margin-bottom: 12%;
  padding: 5% 50px 6% 50px;
 
}

.why4 .content h2 {
  width: 76%;
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
}

.why4 .content p {
  font-size:19px;
  color: #232121;
  line-height: 1.8;
  font-weight: 500;
}

.why4 .content p + p {
  margin-top: 30px;
}

.why5 {
  padding: 50px 0 70px;
}

.why5 .title h2 {
  text-transform: none;
  margin-bottom: 87px;
}

.why5 .title h2::after,
.why6 .title h2::after {
  left: 50%;
  transform: translateX(-50%); 
}


.title.center h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.why6 {
  padding-bottom: 100px;
}

.why6 .title h2 {
  text-transform: none;
  margin-bottom: 78px;
}

.why6 .swiper {
  padding: 6px 0;
}

.why6 .swiper-slide {
  width: 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(137, 137, 137, 0.19);
}

.about1 {
  padding: 57px 0 76px;
}

.about1 .title h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
}

.about1 .content {
  margin-bottom: 30px;
  color:#232121;
}


.about2 {
  padding: 40px 0 56px;
  height: 518px;
  background: url("../img/about2Bg.png") no-repeat center;
  background-size: cover;
}

.about2 .title h2 {
  text-align: left;
}

.about2 .title {
  margin-bottom: 68px;
}

.about2 .swiper {

}

.about2 ul {
  display: flex;
  padding-bottom: 210px;
}

.about2 ul li {
  list-style-type: none;
  position: relative;
  height: 4px;
  width: 200px;
  background: #9c593c;
  margin-top: 160px;
}

/* .about2 ul li:first-child:before, */
.about2 ul li:last-child:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 140%;
  left: -140%;
  background: #9c593c;
}

.about2 ul li:last-child:before {
  left: auto;
  right: -140%;
  background: #fff;
}

.about2 ul li .timer-box {
  position: relative;
  bottom: 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  padding-top: 10px;
  padding-left: 10px;
}

/* .about2 ul li:hover .timer-box {
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(207,207,207,0.36);
} */

.about2 ul li:nth-of-type(odd) > div {
  bottom: -24px;
}

.about2 ul li:nth-of-type( even) > div {
  top: -178px;
}

.about2 .time {
  font-size: 18px;
  font-weight: bold;
  color: #22252a;
  margin-bottom: 5px;
  height:30px; line-height:30px; overflow:hidden;
}

.about2 .timer-box p {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  line-height: 1.4;
}

.about2 ul li::after {
  content: '';
  position: absolute;
  left: 8%;
  top: -7px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
  background: #FFFFFF;
  border: 3px solid #9c593c;
  border-radius: 50%;
}

.about2 ul li:last-child:after {
  left: 4%;
}


.about3 {
  padding: 76px 0 80px;
}

.about3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.about3 .item {
  height: auto;

  /*box-shadow: 0px 2px 14px 0px rgba(128, 128, 128, 0.31);*/
  padding: 20px 30px 20px 32px;
  border: 3px solid #c9bbbb;
  transition: all 0.5s ease 0s;
  min-height:230px;
}

.about3 h2 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #643927;
  line-height: 1.2;
  margin: 15px 0 20px;
}

.about3 h2::after {
  position: relative;
  content: "";
  display:block;
  width: 90px;
  height: 3px;
  background: #643927;
  margin:10px 0;
}
.about3 .txt p {
  font-size: 16px;
  line-height:1.8;
  color: #111;
}

.about3 .item:hover {
  border-color: #643927;
}

.contactBox .about3 h2 { text-align:center }
.contactBox .about3 h2::after {
  margin:10px auto;
}
.contactBox .about3 .txt p {
  font-size: 18px;
  text-align:center;
}




.about4 {
  padding: 48px 0 42px;
  background: #eee6e3;
}

.about4 .title h2,
.about5 .title h2 {
  text-align: left;
  margin-bottom: 60px;
  text-transform: none;
}

.about4 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
}
.about4 .items .img {
	width:100%;
    height:100%;
    padding-bottom: 70%;
    position: relative; }
.about4 .items .img img { width:100%;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
	 position: absolute;
 }
.about4 .img:hover img {
  transform: scale(1.05);
}

.about5 {
  padding: 73px 0 70px;
}

.about5 .title h2 {
  margin-bottom: 54px;
}

.about5 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 16px;
}

.about5 .item {
  position: relative;
}

.about5 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 84%;
  background: rgba(0, 0, 0, 0.3);

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.about5 .text p {
  text-align: center;
  color: #fff;
}

.about5 .item:hover .text {
  top: 0;
}

.about5 .item:hover img {
  transform: scale(1.05);
}

.solution1 {
  padding: 40px 0 80px;
}

.solution1 .title h2,
.solution2 .title h2 {
  text-transform: none;
  text-align: left;
}

.solution1 .title h2 {
  margin-bottom: 67px;
}

.solution1 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 40px;
}

.solution1 .item {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.solution1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.solution1 .item .text {
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.solution1 .item p,
.solution1 .item .name {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  text-align: center;
  padding: 20px 0;
}

.solution1 .item .text .name {
  color: #fff;
}

.solution1 .item:hover .text {
  top: 0;
  opacity: 1;
}

.solution1 .item:hover p {
  opacity: 0;
}

.solution1 .item:hover .text p {
  opacity: 1;
}

.solution1 .item:nth-child(3) {
  background: #efefef;
}

.solution2 {
  padding-bottom: 50px;
}

.solution2 .title h2 {
  margin-bottom: 72px;
}

.solution2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 37px 13px;
}

.solution2 .item {
  height: 354px;
}

.solution2 .item .top {
  position: relative;
}

.solution2 .item .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transition: all 0.5s ease 0s;
}

.solution2 .item .content h3,
.solution2 .item .content .name {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
  margin-bottom: 16px;
}

.solution2 .item .content .img {
  margin-top: 11px;
}

.solution2 .item .text {
  padding: 17px 15px 0;
}

.solution2 .item .text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.solution2 .item:hover .content {
  opacity: 1;
}

.solution2 .item:hover {
  box-shadow: 0px 3px 7px 0px rgba(161, 161, 161, 0.35);
  background: #f7f7f7;
}

.video {
  padding-bottom: 80px;
}

.video .video_click {
  cursor: pointer;
}

.video .wrap {
  border-bottom: 4px solid #f2f4f4;
  padding: 50px 0 50px;
}

.video .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid: 0 40px;
}
.video .items li { margin:20px; }
.video .items li:nth-of-type(2n) { }


.video .items .item .img {
    width:100%;
    height:100%;
    padding-bottom: 65%;
	background:#eee;
    position: relative;
}
.video .items .item .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   position: absolute;
   left:0;
   filter: brightness(0.8);
}


.video .item p {
  padding-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.video .item .video_click::after {
  display: none;
}

.video .item .video_click .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
}
.video .item .video_click .text i {
	display:inline-block;
	width:100px;
	height:100px;
	background:url(../img/plays.png) no-repeat center;
	background-size:auto;
}

.video .item .video_click .text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  margin: 20px 10%;
}

.service1 {
  padding: 50px 0 43px;
}

.service1 .title h2,
.service2 .title h2,
.service3 .title h2,
.service4 .title h2,
.service5 .title h2,
.service6 .title h2 {
  text-align: left;
  text-transform: none;
}

.service1 .title h2 {
  margin-bottom: 40px;
}

.service1 .content p {
  font-weight: 600;
}

.service1 .content p + p {
  margin-top: 26px;
}

.service2 {
  background: #f2f4f4;
  padding: 40px 0 44px;
}

.service2 .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.service2 .wrap .content {
  width: 60%;
}

.service2 .wrap .title h2 {
  margin-bottom: 36px;
}

.service2 .wrap p {
  font-weight: 600;
}

.service2 .wrap p + p {
  margin-top: 30px;
}

.service2 .text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #9c593c;
  line-height: 24px;
  margin-bottom: 10px;
}

.service2 .text p {
  line-height: 27px;
  font-weight: 600;
}

.service3 {
  padding: 100px 0 107px;
  background: url("../img/service3Bg.png") no-repeat center;
  background-size: cover;
}

.service3 .wrap {
  display: flex;
}

.service3 .content {
  width: 60%;
}

.service3 .title h2 {
  color: #fff;
  margin-bottom: 30px;
}

.service3 .content p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 29px;
}

.service3 .content .tel {
  color: #9c593c;
  font-size: 30px;
  font-weight: 600;
}

.service3 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.service3 .btn .more1 {
  width: 247px;
  height: 54px;
  background: #9c593c;
  border: 2px solid #9c593c;
  border-radius: 27px;
  line-height: 50px;
  text-align: center;

  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

.service3 .btn .more1:hover {
  background: #fff;
  color: #9c593c;
}

.service4 .title h2 {
  margin-bottom: 38px;
}

.service4 {
  padding: 40px 0;
}

.service4 p {
  font-weight: 600;
}

.service4 p + p {
  margin-top: 26px;
}

.service4 p img {
  vertical-align: unset;
}

.service5 {
  background: #f2f4f4;
  padding: 30px 0 60px;
}

.service5 .wrap {
  display: flex;
  justify-content: space-between;
}

.service5 .wrap .content {
  width: 50%;
}

.service5 .wrap .title h2 {
  margin-bottom: 38px;
}

.service5 .wrap .imgs {
  display: flex;
  gap: 22px;
}

.service5 .wrap p {
  font-weight: 600;
}

.service5 .wrap p + p {
  margin-top: 30px;
}

.service5 .text {
  margin-top: 30px;
}

.service5 .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #9c593c;
  line-height: 24px;
  margin-bottom: 10px;
}

.service6 {
  padding: 40px 0 190px;
}

.service6 h2 {
  margin-bottom: 30px;
}

.service6 .title p {
  text-align: left;
  font-weight: 600;
}

.service6 .tabs-list {
  margin-top: 30px;
}

.prods1 {
  padding: 30px 0 50px;
}

.prods1 .item:nth-child(2n) {
  background: #eee6e3;
}

.prods1 .item:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}

.prods1 .item {
  padding: 50px 0;
}

.prods1 .item .wrap {
  display: flex;
  justify-content: space-between;
}

.prods1 .item .img {
  width: 52.7%;
  background: #eee6e3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 530px;
  box-shadow: 0px 2px 10px 0px rgba(155, 155, 155, 0.3);
}

.prods1 .item:nth-child(2n) .img {
  background: #f4eeed;
  box-shadow: 0px 2px 10px 0px rgba(155, 155, 155, 0.3);
}
.prods1 .item .content {
  width: 41.71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prods1 .item h3,
.prods1 .item .name {
  font-size: 32px;
  font-weight: 600;
  color: #9c593c;
  line-height: 1.2;
  margin-bottom: 40px;
}

.prods1 .item p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color:#b19e9e;
}

.prods1 .item a.more1 {
  font-size: 18px;
  font-weight: 300;
  color: #ce977f;
  line-height: 14px;
  margin-top: 40px;
}

.prods1 .item .img:hover img {
  transform: scale(1.05);
}

.product_box .submenu_wrap h2 {
  font-size: 34px;
  font-weight: 600;
  color: #643927;
  line-height: 28px;
  padding: 18px 0;
  text-align:center;
  border-bottom:3px solid #643927;
  margin-bottom:10px;
}

.product_box .submenu_wrap h3 {
  background: #9c593c;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  padding: 15px 0;
  text-align:center;
  margin:5px auto;
}
.product_box .submenu_wrap ul {
  border: none;
}
.product_box .submenu_wrap ul li {
	position:relative;
}

.product_box .submenu_wrap ul li a {
  line-height: 1.4;
  white-space: unset;
  font-weight: 500;
  color: #333;
  font-size:20px;
  padding: 12px 10px;
  text-align:center;
  border-top: 1px solid #b19e9e;
  display: block;
 
  
}

.product_box .submenu_wrap ul li:nth-of-type(1) a{
  border-top: 0;
}
.product_box .submenu_wrap ul li:last-child a {
  border-bottom: 1px solid #b19e9e;
}



.product_box .submenu_wrap ul li span.li_click {
  top: 16px;
}
.product_box .submenu_wrap ul li a.active,
.product_box .submenu_wrap ul li a:hover,
.product_box .submenu_wrap_ul .on > a {
    background: #9c593c !important;
    color: #fff !important;
}
.product_box .submenu_wrap ul li a.active > .li_click,
.product_box .submenu_wrap_ul .on > .li_click {
  background: url("../img/pro_click.png");
  background-position-y: 120%;
}

.product_box .submenu_wrap_ul .on ul.submenu_ul {
    display: block;
}
.product_box .submenu_wrap_ul .submenu_ul li a {
    color: #b19e9e;
	font-size:16px;
    border: none !important;
}
.product_box .submenu_wrap_ul .submenu_ul li a:hover {
	background:none !important;
   color: #9c593c !important;
}


.cate h2 {
  font-size: 32px;
  font-weight: bold;
  color: #9c593c;
  line-height: 36px;
 
}

.cate h1 {
  font-size: 34px;
  font-weight: bold;
  color: #9c593c;
  line-height: 36px;
  margin:12px 0;
 
}
.cate .text {
  font-size: 16px;
  color: #b19e9e;
  line-height: 1.6;
}

.cate1 {
  padding: 85px 0 88px;
}

.cate1 .title h2,
.cate2 .title h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
}

.cate1 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
}

.cate1 .item {
  /* height: 380px; */
  background: #eee6e3;
  box-shadow: 0px 5px 10px 0px rgba(128, 120, 115, 0.3);
}

.cate1 .item .a {
  overflow: hidden;
  display: flex;
  gap: 2%;
  margin: 10px;
}

.cate1 .item .a a {
  display: inline-block;
  text-align: center;
  flex: 1;
  background: #9c593c;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 32px;
  line-height: 30px;
}

.cate1 .item .a a.compareProduct {
  background: #a0a0a0;
}
.cate1 .item .a a.inquire {
  background: #232121;
}
.cate1 .item .a a.compareProduct.on, 
.cate1 .item .a a:hover {
  background: #643927;
}

.comparePro .itemBox .btn a.comparison.disabled {
  background: #a0a0a0;
  border-color: #a0a0a0;
}

.comparePro .itemBox .btn a.comparison.disabled span,
.comparePro .itemBox .btn a.comparison.disabled span:before {
  color: #fff;
}

.cate1 .item .a a span {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}

.cate1 .item .img {
  position: relative;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #f2f4f4;
}

.cate1 .item input {
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.cate1 .item .text {
  padding: 12px 10px 6px 12px;
}

.cate1 .item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #9c593c;
  line-height: 1.2;
  margin-bottom: 8px;
min-height: 45px;
}

.cate1 .item p {
  /* overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  min-height: 72px;
}

.cate1 a.more {
  margin-top: 50px;
}

.cate2 .title h2 {
  margin-bottom: 35px;
}

.cate2 p + p {
  margin-top: 30px;
}

.product_box .submenu_wrap ul li a:hover {
  background: #fff;
}

.category .imgBanner h1 {
  line-height: 1.3;
  text-transform: none;
}

.category .imgBanner p {
 
}

.compare1 {
  padding: 60px 0 44px;
}

.compare1 .title h2 {
  margin-bottom: 25px;
  text-transform: none;
}

.compare1 .title h2::after {
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.compare1 .title {
  margin-bottom: 25px;
}

.compare1 .items {
  display: flex;
  justify-content: space-evenly;
}

.compare1 .item h3 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  color: #9c593c;
  /* border: 1px solid #dbdbdb; */
  height: 34px;
  text-align: center;
  line-height: 34px;
  padding: 0 20px;
  font-weight: 600;
}

.compare1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(124, 124, 124, 0.18);
}

.compare1 .item .img img {
  width: 100%;
}

.compare2 .btnBox {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  background: #f2f4f4;
  height: 70px;
}

.compare2 .btnBox .tab {
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  color: #22252a;
  line-height: 70px;
  padding: 0;
  outline: none;
  text-align: center;
  transition: all .5s ease 0s;
}

.compare2 .tab a {
  color: #333;
}

.compare2 .btnBox .tab.on {
  background: #9c593c;
  color: #fff;
}

.compare2 .btnBox .tab.on a {
  color: #fff;
}

.compare2 .conBox {
  margin-left: 10%;
  padding: 40px 0 50px;
}

.compare2 .conBox .content {
  display: flex;
  justify-content: space-around;
}

.compare2 .conBox .left,
.compare2 .conBox .right {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 34.43%;
}

.compare2 .conBox.c2 .left,
.compare2 .conBox.c2 .right  {
  flex-direction: row;
}

.compare2 .conBox table tr td:nth-child(4) {
  border-right: 4px solid #F2F4F4;
}

.compare2 .content .name {
  font-size: 18px;
  font-weight: 600;
  color: #22252a;
  line-height: 19px;
  margin-bottom: 18px;
}

.compare2 .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  border-bottom: 1px solid #dbdbdb;
  padding: 12px 0;
}

.compare2 .content .item {
  padding-top: 32px;
  flex: 1;
}

.compare2 .content .item p {
  padding: 10px 0;
  text-align: center;
}

.compare2 .content .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0px 4px 16px 2px rgba(155, 155, 155, 0.21);
}

.compare2 .content .img.empty {
  box-shadow: none;
}

.prev-box {
  padding: 44px 0 76px;
}

.prev-box a.prev-btn {
  display: inline-block;
  width: 240px;
  height: 54px;
  background: #9c593c;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  margin-left: 10%;
}

.cateForm .form{
  margin-left: 10%;
}

.cateForm h3 {
  font-size: 36px;
  color: #3f3a39;
  margin-bottom: 20px;
  text-align: center;
}

.cateForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

.cateForm .box {
  display: flex;
  justify-content: space-between;
}

.cateForm .box .info {
  width: 48%;
}

.cateForm .box .info input {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}

.cateForm .tips {
  display: block;
  color: #ff000f;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.cateForm .info input {
  height: 46px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 18px;
  outline: none;
}

.cateForm .info textarea {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  width: 100%;
  padding: 18px;
  outline: none;
}

.cateForm .Verify_img {
  position: absolute;
  right: 4px;
  top: 3px;
  height: 40px;
  cursor: pointer;
}

.cateForm .info input[type="submit"] {
  width: 159px;
  height: 45px;
  background: #ffffff;
  /* border-radius: 23px; */
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #9c593c;
  color: #9c593c;
  line-height: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.cateForm .info input[type="submit"]:hover {
  background: #9c593c;
  color: #fff;
}

.slider_table td,
.slider_table th,
.slider_table table {
  border: none;
   padding: 13px 11px; 
  font-weight: 500;
  background:#f4eeed;

}
.slider_table tr td { border:1px solid #c5a495 !important; color:#643927 }
.slider_table tr:hover td { background:#eee6e3 }

.slider_table tbody tr:nth-child(2n + 1) td {
	background:#eee6e3

}
.slider_table tbody th {
  background: #f4eeed;
}



/* .slider_table tbody tr td:first-child {
  color: #333;
  font-weight: 600;
} */

.product-head .product-thumb {
	overflow:hidden;
  height: auto;
  min-height:620px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 16px 2px rgba(155, 155, 155, 0.21);
}
.product-head .product-thumb .mousetrap {
  display: flex !important;
}

.product-head .product-thumb #zoom1 {
  height: auto !important;
  display: flex !important;
}

.product-head .wrapper {
  position: relative;
}

.product-head .iqBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.iqBox {
  padding-top: 30px;
}
.iqBox .bdsharebuttonbox .gb_resItms { float:right }
.iqBox .bdshare-button-style0-24 b {
    float: left;
    font-size: 18px;
    margin: 6px 6px 6px 0;
    line-height: 36px;
    height: 36px;
    font-weight: normal;
    color: #777;
}
.iqBox .bdshare-button-style0-24 a {
    float: left;
    font-size: 18px;
    padding-left: 36px;
    line-height: 36px;
    height: 36px;
    background-image: url(../img/s-qqkj.png);
    background-repeat: no-repeat;
	background-position:center;
	background-size:36px auto;
    cursor: pointer;
    margin: 6px 6px 6px 0;
   filter: brightness(0.6);
 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.7;
   
}
.iqBox .bdshare-button-style0-24 a.bds_weixin { background-image: url(../img/s-weixin.png); }
.iqBox .bdshare-button-style0-24 a.bds_sqq { background-image: url(../img/s-qq.png); }
.iqBox .bdshare-button-style0-24 a.bds_qzone { background-image: url(../img/s-qzone.png); }
.iqBox .bdshare-button-style0-24 a.bds_tsina { background-image: url(../img/s-sina.png); }
.iqBox .bdshare-button-style0-24 a.bds_more { background-image: url(../img/s-more.png); }
.iqBox .bdshare-button-style0-24 a:hover {
filter: brightness(1);
    opacity:1;
}
@media screen and (max-width: 900px) {
.iqBox .bdshare-button-style0-24 a {
    line-height: 30px;
    height: 30px;
	background-size:30px auto;
	padding-left: 30px;
    margin: 4px 4px 4px 0;
}
.iqBox .bdshare-button-style0-24 b {
    font-size: 16px;
    margin: 4px 6px 4px 0;
    line-height: 30px;
    height: 30px;
}
}


.iqBox a.more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
    background: #232121;
  border-radius: 4px;
  border:none;
  padding: 0;
  text-align: center;
}

.thumb {
  position: relative;
  margin: 15px 0 15px 0;
  z-index: 10000;
  width: 41.4%;
}

.product-thumbs .swiper-slide {
  height: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 2px solid #fff;
}

.product-thumbs .swiper-slide.on {
  border-color: #9c593c;
}

.product-thumbs .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-content: center;
}

.product-head h2 {
  font-size: 32px;
  font-weight: bold;
  color: #9c593c;
  line-height: 1.2;
  margin-bottom: 15px;
}

.product-head .title h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ab9494;
  line-height: 1.6;
  margin-bottom: 40px;
}

.product-head .title h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 90px;
  height: 3px;
  background: #9c593c;
}

.productBtnBox {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #eee6e3;
 
}

.productBtnBox .btnBox {
  display: flex;
}

.productBtnBox .tab {
  padding: 0;
  flex: 1;
  border-radius: 0;
  border: none;
}

.productBtnBox .tab a {
  display: block;
  line-height: 60px;
  border-bottom: 0;
  border-bottom-color: currentcolor;
  font-size: 18px;
  font-weight: 700;
  color: #232121;
  text-align: center;
  border-left: 1px solid #fff;
}

.productBtnBox .tab.on {
  background: #9c593c;
}

.productBtnBox .tab.on a {
  color: #f4eeed;
}

.productDetailConBox .title h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #643927;
  line-height: 32px;
  margin-bottom: 35px;
}

.productDetailConBox .title h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 90px;
  height: 3px;
  background: #643927;
}
.productDetailCon .conBox {
	padding:3% 1px;
	display:none;
}



.productDetailConBox .product0 {
  padding: 33px 0 92px;
}

.productDetailConBox .product0 p + p {
  margin-top: 28px;
}

.productDetailConBox .product0 .img {
  margin-top: 80px;
}

.productDetailConBox .product1 {
  padding-bottom: 86px;
}

.productDetailConBox .product1 .img {
  margin-top: 48px;
  display: none;
  /* box-shadow: 0px 5px 5px 0px rgba(160,160,160,0.19); */
}

.productDetailConBox .product1 .title .img {
  display: block;
}

.conBox.product2 .table2 .slider_table {
  display: none;
}

.product2 .name {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  margin-bottom: 22px;
}

.product2 .box {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.product2 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product2 .items .item {
  width: 48%;
  margin-bottom: 20px;
}

.product2 .ctxs {
  display: flex;
}

.table1,
.table2 {
  padding: 30px;
}

.table2 thead tr td {
  color: #22252a;
  font-weight: bold;
}

.prod .title h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
}

.prod .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.prod .item {
  height: auto;
  background: #eee6e3;
  box-shadow: 0px 3px 5px 0px rgba(255,255,255,0.3);
}

.prod .item .img {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F2F4F4;
}

.prod .item .text {
  padding: 15px 15px 10px 15px;
}

.prod .item .text h3 {
  font-size: 18px;
  font-weight: 500;
  color: #643927;
  line-height: 20px;
  margin-bottom: 10px;
}

.prod .item .text p {
	font-size:14px;
	color:#555;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.why5 {
  position: relative;
  margin-bottom: 60px;
}

.why5  .swiper-slide {
  width: 505px;
  height: 715px;
  box-shadow: 0px 2px 10px 0px rgba(137,137,137,0.19);
}

.why5-swiper {
  position: relative;
}

.videoBanner video{
  height: 550px;
  margin-left: -10px;
}

.productDetailConBox .title,
.productDetailConBox .name {
  position: relative;
}

.productDetailConBox .title .img,
.productDetailConBox .name .img {
  position: absolute;
  right: 10%;
  top: 10px;
  margin-top: 0;
  cursor: pointer;
}

.index6  {
  position: relative;
  background:#fff;
  padding:10px 0 50px 0;
}

.index6 .title {
  position: relative;
  margin:5% auto 50px auto;
}

.index6 .title h2 {
  text-align: left;
}

.index6 .title p {
  margin:10px 0; 
  text-align: left;
 
}

.index6 .swiper-slide {
  width: 568px;
}
.index6 .swiper-slide .img  {
	text-align:center;
}
.index6 .swiper-slide .img img {
	width:auto;
	max-height:320px;
}
.index6 .swiper-slide h3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #22252a;
  line-height: 15px;
  padding: 32px 0 23px;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}

.index6 .swiper-slide h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 4px solid #2E363A;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, 50%);
}

.index6 .swiper-slide p {
  width: 60%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.index6 .swiper-button-next, 
.index6 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  /*height: 100%;*/
  top: 0;
  left: auto;
  right: 4%;
  z-index: 999;
}

.index6 .swiper-button-next {
  right: 0;
  left: auto;
}

.index6 .swiper-button-prev:after, 
.index6 .swiper-button-next:after {
 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #555;
  font-size: 36px;
  font-weight: bold;
}

.index6 .swiper-button-next:after {
 
}

.index6 .swiper-button-prev:hover:after, 
.index6 .swiper-button-next:hover:after {
  color: #9c593c;
}

.about2 {
  position: relative;
  overflow:hidden;
}
.about2-swiper {
  position: relative;
  padding: 0 40px;
}

.about2 .swiper-button-next, 
.about2 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;  
}

.about2 .swiper-button-next {
  right: 0;
  left: auto;
}
.about2 .swiper-button-prev:after, 
.about2 .swiper-button-next:after {
 
	font-size:22px;
	color:#fff;
	z-index:99;
}
.about2 .swiper-button-prev, 
.about2 .swiper-button-next {
  content: "";
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 22px;
  background:#999999;
  color: #fff;
  text-align:center;
  border-radius:20px;
  width:32px;
  height:32px;
  line-height:32px;
}


.about2 .swiper-button-prev:hover:after, 
.about2 .swiper-button-next:hover:after {
  color: #9c593c;
}

.comparePro{
  padding: 40px 0;
  height: 300px;
  position: fixed;
  bottom: -1000px;
  left: 0;
  right: 0;
  background: #EEEEEE;
  box-shadow: 0px 5px 15px 1px rgba(87,87,87,0.33);
  z-index: 9999;
  transition: all .3s;
}
.comparePro.on{
  bottom: 0;
  transition: all .3s;
}
.comparePro .conBox{
  position: relative;
}
.comparePro .conBox .closeCompare{
  position: absolute;
  top: -50px;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #a0a0a0;
  transition: all .3s;
}
.comparePro .conBox .closeCompare:hover{
  background: #9c593c;
  transition: all .3s;
}
.comparePro .text{
  width: 34%;
  float: left;
  margin-right: 50px;
}
.comparePro .text h2{
  color: #3F3A39;
  font-size: 36px;
  line-height: 37px;
  font-weight: bold;
  padding: 32px 0 24px;
}
.comparePro .text p{
  font-size: 18px;
  color: #22252a;
  line-height: 29px;
}
.comparePro .itemBox{
  margin-left: 285px;
  min-height: 205px;
  overflow: hidden;
  padding-right: 170px;
  position: relative;
}
.comparePro .itemBox .btn{
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}
.comparePro .itemBox .btn a{
  width: 100%;
  text-align: center;
  border: 1px solid #9c593c;
  display: block;
  margin: 20px 0;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.comparePro .itemBox .btn a span{
  display: inline-block;
  padding-left: 20px;
  color: #9c593c;
  line-height: 40px;
  position: relative;
}
.comparePro .itemBox .btn a.comparison span:before{
  position: absolute;
  content: '√';
  color: #9c593c;
  line-height: 40px;
  left: 0;
}
.comparePro .itemBox .btn a.clearCompare span:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  top: 50%;
  background: #9c593c;
  left: 0;
}
.comparePro .itemBox .btn a:hover{
  background: #9c593c;
}
.comparePro .itemBox .btn a:hover span,
.comparePro .itemBox .btn a.comparison:hover span:before{
  color: #fff;
}
.comparePro .itemBox .btn a.clearCompare:hover span:before{
  background: #fff;
}
.comparePro .item{
  width: 30%;
  float: left;
  /* padding: 0 5px; */
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(124,124,124,0.18);
}

.comparePro .item .img {
  border-bottom: 2px solid #F2F4F4;
}

.comparePro .item + .item {
  margin-left: 20px;
}
.comparePro .item .delete{
  position: absolute;
  top: 0;
  right: 5px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url("../img/removeThisProduct1.png") no-repeat center center;
  opacity: 0;
  transition: all .3s;
}
.comparePro .item:hover .delete{
  opacity: 1;
  transition: all .3s;
}
.comparePro .item .delete:hover{
  background: url("../img/removeThisProduct2.png") no-repeat center center;
  transition: all .3s;
}
.comparePro .item .img{
  line-height: 0;
  text-align: center;
  height: 170px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.comparePro .item .t{
  text-align: center;
  color: #333;
  padding-top: 10px;
}

.comparisonBox h2 a{
  font-size: 16px;
  color: #181818;
  font-weight: 700;
  padding: 25px 0 25px 20px;
  display: inline-block;
  background: url("../img/back.png") no-repeat left center;
}
.comparisonBox h2 a:hover{
  padding-left: 30px;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.footerForm {
  background: #eee6e3;
  box-shadow: 0px 3px 13px 0px rgba(23, 20, 20, 0.2);
  border-radius: 4px;
  padding: 40px 75px 30px;
  color: #252525;
  margin: 20px auto;
  /* margin-bottom: 56px; */
  font-size: 16px;
}

.footerForm .info-top .info:first-child {
  margin-right: 8px;
}

.footer_box .footerForm .info:last-child {
  text-align: center;
}

.footer_box .footerForm .info-top .info:first-child {
  margin-right: 8px;
}

 .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.footerForm .info input[type="text"],
.footerForm .info textarea {
  width: 100%;
  height: 42px;
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
 
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color: #d2c4c3;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #d2c4c3;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #d2c4c3;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #d2c4c3;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color: #d2c4c3;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #d2c4c3;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #d2c4c3;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #d2c4c3;
}


 .footerForm .info textarea {
  height: 70px;
  resize: none;
}

.footerForm .info .footer_submit {
  width: 120px;
  height: 32px;
  background: #9c593c;
  border-radius: 8px;
  opacity: 1;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
}

.footerForm .info .footer_submit:hover {
  opacity: 0.8;
}

 .footerForm .text a {
  text-decoration: underline;
  font-style: italic;
  font-weight: 400;
  color: #9c593c;
}

.footerForm .info {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.footerForm .info .label_control {
    color: #b19e9e;
}

.footerForm .info img {
	position:absolute;
	right:1px;
	top:1px;
	
}


.footerForm .info:last-child {

}


@keyframes example {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@media (min-width: 1920px) {
  .videoBanner video {
    height: auto;
  }

  .videoBanner video {
    width: 100%;
  }
}


@media (max-width: 1720px) {
}

@media (max-width: 1620px) {
	
.swiper-slide .banner-content {
  margin-top: 7%;

}

}

@media (max-width: 1400px) {
  header .head-bottom .nav-list > .prod .nav-two-div {
    width: 100%;
  }

  /* .container {
    width: 100%;
    padding: 0 20px;
  } */

  /* .container_1600,
  .container_1400 {
    width: 1400px;
  } */

  .index2 .content .wrap {
    padding: 20px;
  }

  .index2-bottom .tab {
    height: 140px;
  }

  .index2-bottom .tab .img {
    margin-top: 4%;
  }

  header .head-bottom .nav-list > li > a {
    font-size: 16px;
  }

  .index2 .item h2 {
    font-size: 20px;
  }
}

@media (max-width: 1220px) {
  .container_1600,
  .container_1400 {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  header .head-bottom .nav-list > li a {
    font-size: 16px;
  }

  header .head-bottom .logo {
    padding: 6px 0;
  }

  header .head-bottom .nav-list > li > a {
    padding: 26px 0;
  }

  header .head-bottom .nav-list > li {
    padding: 0 15px;
  }

  .index1 .items {
    gap: 30px;
  }

  .index1 .content .text {
    padding: 20px;
  }

  .index4 .wrap {
    height: auto;
  }

  .index4 .text p {
    font-size: 16px;
  }

  .index4 .wrap .content .title h2 {
    margin-bottom: 20px;
  }

  .index4 .text p + p {
    margin-top: 20px;
  }

  .footer-contact {
    height: 400px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }

  .container_1600 {
    width: 100%;
  }
}

@media (max-width: 992px) {
	
section {
    font-size: 15px;
}
	
  .Three_menu_box {
    padding-left: 10px;
  }

  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }

  .Crumbs span.youAreHere {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  /*移动端隐藏模块*/
  .header {
    display: none;
  }

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .m_header {
    height: 60px;
  }

  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }
 

  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #666;
    position: absolute;
    display: block;
    content: "";
  }

  .nav_toggle span:before {
    top: -10px;
  }

  .nav_toggle span:after {
    bottom: -10px;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }

  .nav_toggle.active span {
    background-color: transparent;
  }

  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }

  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }

  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }

  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }
  
  
.m_header .m_nav_list .dropdown_menu a {  padding: 2px 15px; }

  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }

  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #555;
    top: 18px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("../img/li_click.png") no-repeat top center;
  }

  .m_header .m_nav_list > li > a {
    opacity: 0;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }

  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }

  .footer_box .fast_navigation .item {
    display: none;
  }

.contactBox {
	padding:30px 15px;
}
  .contactBox .textBox h2,
  .contactBox .title h2 {
    letter-spacing: 0;
	font-size:22px;
  }
.contactBox .title h2::after {
    bottom: -10px;
    width: 70px;
    height: 2px;
}


.contactBox .title .txt {
    font-size: 15px;
}
.contactBox .contactInfo ul li {
    font-size: 16px;
	margin: 5px auto;
}
.contactBox .contactInfo ul p {
    font-size: 14px;
}

.contactBox .contactForm form {
    padding: 25px 6%;
}
.contactBox .contactForm .info {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.contactBox .contactForm .info input[type="text"] {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
}

.contactBox .contactForm .info textarea {
    height: 115px;
}
.contactBox .contactForm .infos p {
    font-size: 14px;
    margin: 10px 2%;
}
.contactBox .contactForm .footer_submit {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}


.footer_box .footerForm {
    padding: 20px;
  }
.banner-content .content { text-align:center }
  .banner-content .content h2 {
     padding: 0;

  }
.banner-content h2 span {
 padding-bottom: 10px;
    border-bottom: 3px solid #72422c;
}
  .banner-content div {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
.banner-content .mores {
	font-weight:200;
    border-radius: 3px;
    font-size: 16px;
	padding:2px 1px;
    width: 90px;
    margin: 20px auto;
 
}
  .content h2 {
    font-size: 24px;
    padding: 20px 0;
  }
 
  section .contact .wrap h3 {
    font-size: 20px;
  }

  section .contact .wrap p {
    font-size: 16px;
  }

  section .contact {
    padding: 20px 0;
    background-size: cover;
  }

  section p {
    font-size: 15px;
  }

  .footer-share {
    display: none;
  }

  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }

  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }

  .index-banner .swiper-pagination-bullet, .index6 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .index-banner .swiper-pagination-bullet-active, .index6 .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }

  .index-banner .swiper-pagination-bullet-active::before {
    width: 6px;
    height: 6px;
  }

  .index1 {
    padding: 50px 0;
  }

  .index1 .title {
    margin-bottom: 20px;
  }

  .index1 p,
  .index2 p{
    font-size: 15px;
 
  }

  .index1 a.more {
    margin-top: 20px;
  }

  a.more {
    font-size: 14px;
    padding: 8px 12px;
  }

  .index2 {
    padding: 20px 0;
  }

  .index2 .items {
    margin-top: 20px;
    grid-template-columns: 100%;
  }

  .index2 .item h2 {
    margin: 20px 0;
    line-height: 26px;
    color: #fff;
  }

  .index2 .item .text {
    opacity: 0;
  }
.index2 .item .text .img { display:none }
  .index3 {
    padding: 20px 0;
  }

  .index3 .title {
    margin-bottom: 20px;
  }

  .index3 .items {
    grid-template-columns: 100%;
  }

  .index3 .item .text {
    top: 0;
    opacity: 1;
  }

  .index3 .item {
    grid-column: auto !important;
  }

  .index3 .item:first-child img {
    height: auto;
  }

  .index4 {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .index4 .title {
    margin-bottom: 20px;
  }

  .index4 .wrap {
    flex-direction: column-reverse;
    width: 100%;
    padding: 20px 0;
  }

  .index4 .wrap .content,
  .index4 .img {
    width: 100%;
  }

  .index4 .img {
    position: unset;
  }

  .index4 .img::after {
    display: none;
  }

  .index4 {
    margin-bottom: 20px;
  }

  .index4 .items {
    gap: 0 10px;
    padding: 0;
  }

  .index4 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.5);
  }

.index4 .nums .item .img { filter: brightness(1); }
.index4 .nums .item img { max-height:40px; filter: brightness(1); }

  .index4 .item {
    position: relative;
    width: 30%;
  }

  .index4 .item .text p {
    font-size: 12px;
    line-height: 14px;
  }

  .index4 .item:nth-child(4), .index4 .item:nth-child(5) {
    margin-top: -14px;
  }

  .index4 .item .text .img {
    margin-bottom: 10px;
    width: 34px;
    filter: none;
  }

  .index4 .box {
    display: none;
  }

  .index4 .nums {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    flex-direction: column;
    gap: 20px 0;
    margin-top: 20px;
  }

  .index4 .nums .item {
    width: 100%;
  }

  .index4 .nums .num {
    font-size: 24px;
  }

  .index4 .nums p {
    font-size: 14px;
  }
.index4 .nums .item .num sup {
    font-size: 16px;
 
}
  .index5 {
    padding: 20px 0;
    background-size: cover;
    margin-bottom: 20px;
  }

  .index5 .title {
    margin-bottom: 20px;
  }

  .index5 .items {
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
  }

  .index5 .item {
    height: auto;
    padding: 20px;
  }
  
  .index5 .img {
	min-height:60px;
    height: 60px;
	text-align:center;
  }

  .index5 .img img {
    width: 80%;
	margin:0 auto;
  }

  .index5 .item h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .index6 .title h2,
  .index6 .title p {
 
  }


.index6 .swiper-button-next, .index6 .swiper-button-prev { top:-13px; font-size:20px; }
  .index6 .swiper-button-prev {
right: 0;
    left: auto;
	margin-right:30px;
  }
.index6 .swiper-button-prev:after, .index6 .swiper-button-next:after {font-size:20px;}
  .index7 {
    padding: 20px 0;
  }

  .index7 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }
.index7 .item .text h3 {
 
    font-size: 18px;
}
.index7 .item .text p {
	line-height:1.5;
    font-size: 14px;
    margin: 3px auto;
    min-height: 52px;
}
.index7 .item .bottom {
    font-size: 14px;
}
  .footer-copyright .wrap {
    flex-direction: column;
  }

  .copyright-right {
    margin-top: 10px;
  }
 .footer-copyright .copyright-right li { margin:1px 5px; }
  .footer-copyright .copyright-left, .footer-copyright a {
    font-size: 13px;
    line-height: 1.6;
	text-align:center;
  }
footer .footer-wrap ul li { font-size:13px; margin-bottom:6px }

.mfootnavbox { display:block;  }

  .row {
    margin: 0 15px;
  }

  .prods1 .item {
    padding: 10px 0;
  }

  .prods1 .item .wrap {
    flex-direction: column!important;
  }
  
.prods1 .item h3, .prods1 .item .name {
    font-size: 20px;
    margin-bottom: 10px;
}
.prods1 .item p {
    font-size: 15px;
    line-height: 1.6;
}
  .prods1 .item a.more1 {
    font-size: 15px;
    margin: 15px 0;
  }


  .prods1 .item .img,
  .prods1 .item .content {
    width: 100%;
  }

  .prods1 .item .img {
    height: auto;
  }

  .footer-contact {
    height: auto;
    padding: 20px 0;
  }

  .footer-contact .wrap p {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .footer-copyright .wrap {
    padding: 20px 0;
    line-height: 20px;
  }

  .logo_box img {
    height: 26px;
  }

  .logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prods1 .item h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
  }

  .prods1 {
    padding: 0;
    margin-bottom: 20px;
  }

  .prods2 {
    margin-bottom: 20px;
  }

  .prods2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .prods1 .text {
    display: none;
  }

  .prods2 .item .img {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .prods2 .item {
    height: auto;
    padding: 20px 0;
  }

  .product_box {
    padding: 20px 0;
  }

  .product_box .submenu_wrap h2 {
    font-size: 28px;
    border-width: 2px;
    line-height: 14px;
  }

  .cate h2,
  .cate h1 {
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 10px;
  }

  .cate .text {
    font-size: 20px;
  }

  .cate1 {
    padding: 20px 0;
  }

  .cate1 .items {
    grid-template-columns: 100%;
  }

  .inside .title h2 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .inside .title h2::after {
    width: 70px;
    height: 2px;
  }
 

  .comparePro {
    padding: 20px 0;
    height: auto;
  }

  .comparePro .text {
    width: 100%;
  }

  .comparePro .itemBox {
    display: flex;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 156px;
  }

  .comparePro .text h2 {
    padding: 10px 0;
    font-size: 24px;
    line-height: 18px;
  }

  .comparePro .text p {
    font-size: 16px;
    color: #22252a;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .comparePro .conBox {
    display: flex;
    flex-direction: column;
  }

  .comparePro .item {
    width: 50%;
    margin-left: 0;
  }

  .comparePro .itemBox .btn {
    bottom: 0;
    top: auto;
    width: 100%;
  }

  .product-head .product-thumb .mousetrap, .product-head .product-thumb #zoom1 {
    height: 100%!important;
  }

  .product-head .product-thumb {
    height: auto;
    min-height: 320px;
  }
  .product-thumbs .swiper-slide { height:80px }

  .thumb {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }

  .productBtnBox {

  }
.productBtnBox .tab a {
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}

  .productDetailConBox .title h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .productDetailConBox .title h3::after {
    bottom: -10px;
    width: 70px;
    height: 2px;
  }

  .productDetailConBox .product0 p + p {
    margin-top: 20px;
  }

  .productDetailConBox .product0 {
    padding: 20px 0;
  }

  .productDetailConBox .product0 .img {
    margin-top: 20px;
  }

  .productDetailConBox .product1 {
    padding-bottom: 20px;
  }
 

  .product2 .name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .table1, .table2 {
    padding: 20px 0;
  }

  .solution1 {
    padding: 20px 0;
  }

  .solution1 .items,
  .solution2 .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .solution1 .item p {
    font-size: 16px;
    line-height: 20px;
  }

  .solution1 .item > p {
    font-size: 15px;
    font-weight: 600;
    color: #22252a;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
    height: 60px;
  }
.solution1 .item p, .solution1 .item .name { font-size:13px; }
.solution1 .item .name { padding:10px }
  .solution2 .item {
    height: auto;
  }

  .solution2 {
    padding-bottom: 20px;
  }

  .service1 {
    padding: 20px 0;
  }

  .service2 .wrap,
  .service3 .wrap,
  .service5 .wrap {
    flex-direction: column;
  }

  .service2 .wrap .content {
    width: 100%;
    margin-top: 20px;
  }

  .service3 .content,
  .service5 .wrap .content {
    width: 100%;
  }

  .service2 .wrap p + p {
    margin-top: 20px;
  }

  .service3 .content p {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: column;
  }

  .service3 .content .tel,
  .service3 .content a {
    font-size: 18px;
    color: #9c593c;
  }

  .service3 .btn .more1 {
    width: 180px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .service3 .btn {
    margin-top: 20px;
  }

  .tabs-list .tabs-head {
    font-size: 16px;
    line-height: 24px;
  }

  .service6 {
    padding: 20px 0;
  }

  .why1 .items,
  .why3 .wrap,
  .about4 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .why1 .item {
    padding: 20px 10px;
    height: auto;
  }

  .why2 {
    padding: 20px 0;
  }

  .why2 .title {
    margin-bottom: 20px;
  }

  .why2 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .why2 .item .img img {
    width: 60%;
  }

  .why2 .item .img {
    min-height: 70px;
  }

  .inside .wrap {
    flex-direction: column!important;
    grid-template-columns: 100%!important;
    gap: 20px!important;
  }

  .why3 {
    padding: 20px 0;
  }

  .why3 .wrap .content,
  .why4 .content,
  .why4 .content h2 {
    width: 100%;
	float:none;
  }

  .why3 .title {
    padding: 10px 0;
    margin: 0;
  }
  .why3 .txt {
    font-size: 15px;
    line-height: 1.8;
}
.why3 .img {
    width: auto;
    float: none;
	margin:15px;
}
.why3 .container:after, .why3 .row:after {
    clear: both;
}
  .why4 .content {
    padding: 20px;
    margin:30px 20px;
  }
.why4 .content p {
    font-size: 15px;
    line-height: 1.8;
}
  .why5 {
    display: none;
    padding: 20px 0;
  }

  .why5 .swiper-slide {
    width: 100%;
  }

  .about1 {
    padding: 20px 0;
  }

  .about2 {
    display: none;
  }
.about3 h2 {
    font-size: 20px;
    margin: 10px 0 10px;
}
.about3 h2::after {
    width: 60px;
    height: 2px;
    margin: 8px 0;
}
.about3 .item {
    padding: 20px 20px 20px 20px;
    height: auto;
    min-height: 150px;
}
.contactBox .about3 .txt p {
    font-size: 15px;
}
  .about3 .items {
    grid-template-columns: 100%;
  }

  .about4 {
    padding: 20px 0;
  }

  .about5 {
    padding: 20px 0;

  }

  .about5 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .swiper-slide .banner-content {
    padding-top: 6%;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .videoBanner video {
    width: 100%;
    height: auto;
  }


.news_box .submenu_wrap ul p a {
    display: block;
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
    color: rgb(35, 33, 33);
}

.news_content_title h1 {
    font-size: 20px;
    margin: 10px;
}
.news_content_title .news_infor {
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size:14px;
}
.news_content_text {
    padding: 10px 1px;
    font-size: 15px;
}

.pager_box {
    padding: 20px 0px;
}
.pager_box li a {
	font-size:14px;
}
.pager_box li a {
    padding: 5px 10px;
    border-radius: 10px;
}

.imgBanner .img {
    padding-bottom: 160px; text-align:center;
}
  .imgBanner .content { text-align:center; }
  .imgBanner h1 {
    font-size: 24px;
  }
.imgBanner p { margin-top:3px; font-size: 16px; }
  .video .wrap:first-child {
    padding-top: 0;
  }

  .video .item .video_click .text {
    background: rgba(0,0,0,0.4);
  }

  .video .item .video_click .text img {
    width: 16%;
  }

  .video .item .video_click .text h3 {
    font-size: 22px;
  }

  .compare2 .conBox .left, .compare2 .conBox .right {
    width: 48%;
    gap: 20px;
  }

  .compare2 .content .item {
    flex: none;
  }

  .compare2 .content .name {
    font-size: 14px;
    font-weight: 600;
    color: #22252a;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .c4 {
    margin: 0;
  }

  .c2 .content {
    /* flex-direction: column; */
    gap: 10px;
  }

  .compare2 .content .img {
    padding: 2px;
  }

  .compare2 .content .item p {
    padding: 10px 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


  .conBox.c2 .left, 
  .conBox.c2 .right {
    width: 48%;
    gap: 0;
  }

  .c2 .content .item {
    width: 50%;
  }

  .c2 p {
    font-size: 12px;
  }

  .c4 .row {
    margin: 0;
  }

  .compare2 .conBox {
    margin-left: 0;
    padding: 20px 0;
  }

  .why6 .swiper-slide .img {
    width: 60%;
  }

  .solution2 .item .text {
    padding: 10px;
  }

  .why6 {
    padding-bottom: 20px;
  }

  .why6 .swiper-slide {
    height: 70px;
  }

  .product2 .items {
    gap: 10px;
  }

  section .title p {
    font-size: 16px;
	margin: 10px auto;
  }

  .product_box .row {
    margin-left: 1px;
    margin-right: 1px;
  }

  .product_box {
    padding: 0;
  }

  .product_box .submenu_wrap h2 {
    font-size: 24px;
    border-width: 2px;
    line-height: 30px;
    padding: 10px 10px;
    height: auto;
	display:none
  }

 
  .cate .text {
    font-size: 16px;
  }

  .cate2 .title,
  .cate2 p {
    display: none;
  }

  .cate2 .title:first-child,
  .cate2 p:nth-child(2) {
    display: block;
  }

  .footerForm {
    padding: 10px;
  }

  .product-head .iqBox {
    gap: 10px;
    padding: 10px 0;
  }

  .product-head .iqBox a.more {
    width: 80px;
    height: 32px;
    line-height: 30px;
	font-size: 15px;
	padding: 0px;
	text-align: center;
  }



.prod .item .img {
    height: 160px;
}
.prod .item .text h3 {
    font-size: 16px;
    margin-bottom: 6px;
}
.prod .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.product-thumbs .swiper-button-next, .product-thumbs .swiper-button-prev { display: none; }

  
}

@media (max-width: 768px) {
  .video .items{
    display: initial;

  }
  .video .items .item{
    margin-bottom: 30px;
  }
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox .contactInfo {
    width: 100%;
  }

  .contactBox .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 1px;
  }

  .mb-header {
    display: block !important;
  }

  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }

  .footer-box {
    padding: 30px 0 10px 0;
  }

  .footer-wrap {
    padding: 0;
  }

  .one-wrap,
  .three-wrap,
  .two-wrap {
    display: none;
  }

  .footer-share {
    margin-top: 20px;
  }


  footer {
    padding: 20px 0;
  }
 

  .footer-copyright {
    padding: 0;
    margin-bottom: 28px;
  }

  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }

  section .title h2,
  section .title h3 {
    font-size: 20px;
    padding: 0;
  }

.product-head .title h3 { font-size: 14px; margin-bottom: 30px;}


  .Crumbs_nav {
    padding: 10px 0;
  }
  .compare1 .row{
    margin: 0;
  }
  .compare1 .items{
    justify-content: space-between;
  }
  .compare1 .items .item{
    width: 48.5%;
  }
  .compare1 .item h3{
    height: auto;
  }
  .compare1 .item .img{
    width: 100%;
    height: auto;
    padding: 3% 0;
  }
  .compare2 .btnBox .tab{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6vw;
    line-height: normal;
    padding: 0 2%;
  }
  .compare2 .btnBox{
    top:60px;
  }
  .compare2 .conBox .content{
    justify-content: space-between;
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
}
