/** @format */

@media (min-width: 1550px) {
	.container {
		max-width: 1470px;
	}
}
@media (min-width: 1980px) {
	.container {
		max-width: 1900px;
	}
	.container_m {
		max-width: 1470px;
	}
}

/* common s */
.allBox {
	max-width: 1920px;
	margin: 0 auto;
}

.bannerBox,
.imgBox,
.BGBox {
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}
.imgBox{
  font-size: 0;
}
img {
	max-width: 100%;
}

.imgS {
	max-width: 100%;
}
.bannerBox > .imgS {
	width: 100%;
}
.font-white {
	color: #ffffff !important;
}

.AdaptiveScalingImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	object-fit: cover;
}
/* common e */

/* footer s */

.footCommon {
	/* background-color: #1e1e1e; */
	background-color: #a08470;
	padding-top: 60px;
	padding-bottom: 30px;
}

.footInformationBox-one {
	width: 23%;
	/* color: #939393; */
	color: #fff;
	font-size: 14px;
}

.footInformation-title {
	position: relative;
	font-size: 17px;
	color: #ffffff;
	line-height: 35px;
	padding-bottom: 8px;
}

.footInformation-title::before {
	position: absolute;
	content: '';
	bottom: -0px;
	left: 0;
	/* border-top: 1px solid #333333; */
	border-top: 1px solid #fff;
	/* border-bottom: 1px solid #000000; */
	border-bottom: 1px solid #fff;
	width: 100%;
}

.footInformationListBox {
	padding-top: 10px;
}

.footInformationListBox-d1 {
	float: left;
	color: #939393;
	color: #fff;
	font-size: 14px;
}

.footInformationListBox-d1 > a {
	color: #939393;
	color: #fff;
}

.footInformationListBox-d1 > a:hover {
	color: #939393;
	color: #fff;
}

.list-d1 {
	line-height: 35px;
	width: 50%;
}

.list-d2 {
	line-height: 35px;
	width: 100%;
}

.list-d2-s1 {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 34px;
	line-height: 35px;
}

.list-d3 {
	line-height: 40px;
}
/* <!-- 在线咨询 start --> */

.footInformationBox-two {
	width: 30%;
	color: #939393;
	color: #fff;
	font-size: 14px;
}

.OnlineConsultingBox {
	position: relative;
	padding-top: 8px;
	padding-left: 4px;
}

.OnlineConsultingBox::before {
	position: absolute;
	content: '';
	border-left: 1px solid #333333;
	border-left: 1px solid #fff;
	border-right: 1px solid #000000;
	border-right: 1px solid #fff;
	height: 350px;
	top: 0;
	left: 0;
}

.QRcodeBox {
	padding-left: 20px;
	width: 40%;
}

.QRcode-d1 {
	border-radius: 4px;
	overflow: hidden;
}

.QRcodeImg {
	width: 100%;
}

.QRcode-d2 {
	line-height: 37px;
	text-align: center;
	color: #fff;
}

.OnlineConsultingInformationBox {
	text-align: right;
	color: #fff;
}

.OnlineConsultingInformationBox-d1 {
	margin-top: 8px;
}

.OnlineConsultingInformationBox-d2 {
	color: #62b45f;
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
	line-height: 20px;
}

.OnlineConsultingInformationBox-d3 {
	background-color: #62b45f;
	background-color: #fff;
	/*padding: 0 20px;*/
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	color: #a08470;
	font-size: 15px;
	border-radius: 4px;
	margin-top: 30px;
}
@media screen and (max-width: 992px) {

  .OnlineConsultingBox::before {
    height: 0px;
  }
}


/* <!-- 分割线 start --> */

.footDividingLine {
	margin-top: 15px;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #fff;
}

/* <!-- 分割线 end --> */

.footFontBox {
	color: #939393;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}

/* <!-- 在线咨询 end --> */

/* 友情链接 s */

.LinksBox {
	margin: 30px auto;
}

.LinksBox span {
	margin-right: 30px;
}

.LinksBox span a {
	color: #939393;
	line-height: 24px;
}

.LinksBox span a:hover {
	color: #fff;
}

.LinksBox span:nth-child(1) {
	color: #fff;
	font-size: 16px;
}
/* 友情链接 e */

/* footer e */
/* --------------------------------------------------------------------------------------------------- */
/* 导航栏 s */
.nav_logo {
	height: 80px;
}
.nav_style {
	padding: 20px 40px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 18px;
}
.navbar-nav > .active > a {
	position: relative;
	color: #a08470 !important;
	font-weight: bold;
}
.navbar-nav > .nav-item > a {
	position: relative;
}
.navbar-nav > .active > a:hover {
	color: #a08470;
	text-decoration: none;
}
.navbar-nav > .nav-item > a::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 4px;
	border-radius: 2.5px;
	background-color: #a08470;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1000;
	transition: all 0.5s;
}

.navbar-nav > .nav-item > a:hover::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	border-radius: 2.5px;
	background-color: #a08470;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1000;
}

.navbar-nav > .active > a::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	border-radius: 2.5px;
	background-color: #a08470;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1000;
}

@media screen and (max-width: 1200px) {
	.nav_logo {
		height: 50px;
	}
	.nav_style {
		padding: 7px 30px;
	}
}
@media screen and (max-width: 992px) {
	.navbar-nav > .nav-item > a::before {
		width: 0px;
		height: 4px;
		border-radius: 2.5px;
		bottom: -5px;
		left: 40px;
	}
	.navbar-nav > .nav-item > a:hover::before {
		width: 0px;
		height: 4px;
		border-radius: 2.5px;
		bottom: 0px;
		left: 40px;
	}
	.navbar-nav > .active > a::after {
		width: 40px;
		height: 4px;
		border-radius: 2.5px;
		bottom: 0px;
		left: 40px;
	}
}

/* 导航栏 e */

/* 站位栏 s */

.top_zw {
	height: 127px;
}
@media screen and (max-width: 1200px) {
	.top_zw {
		height: 71px;
	}
}

/* 站位栏 e */
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/* 首页广告图 s */

/* swiper start */

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: #e3e3e3;
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 25px;
	left: 0;
	width: 100%;
}

/* swiper end */

/* 首页广告图 e */

/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/* 首页 s */

.index_prodBGBox {
	background-color: #f8f8f8;
	padding-bottom: 50px;
}
.index_prodTitleBox {
	max-width: 1470px;
	margin: 30px auto 50px;
	background-color: #fff;
}
.index_prodTitleBox_sBox {
	width: 100%;
	padding: 15px 10px;
	border-right: 1px solid #f3f3f3;
	transition: all 1s;
	cursor: pointer;
}

.index_prodTitleBox_sBox.active {
	background-color: #e7dfd7;
}
.index_prodTitleBox_sBox:hover {
	background-color: #e7dfd7;
}
.index_proTitleBox > .index_prodTitleBox_sBox:last-child(1) {
	border: 0;
}
.index_prodTitleBox_sBox_img {
	/* max-width: 50px; */
	width: 50%;
}
.index_prodTitleBox_sBox_title {
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width: 992px) {
	.index_prodTitleBox {
		margin: 30px auto 20px;
	}
}
@media screen and (max-width: 768px) {
	.index_prodTitleBox_sBox {
		width: 33.3%;
		padding: 5px 2px;
		border-bottom: 1px solid #f3f3f3;
	}
	.index_prodTitleBox_sBox_img {
		max-width: 80px;
		width: 35%;
	}
	.index_prodTitleBox_sBox_title {
		font-size: 12px;
		line-height: 1.5;
	}
}

/* index prod展示 s */
.index_prodShowBox {
	position: relative;
	max-width: 1470px;
	margin: 0 auto;
}
.index_prodShowBox_listImgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}
.index_prodShowBox_listTitleBox {
	padding: 10px 10px;
	font-size: 16px;
	background-color: #a08470;
	color: #fff;
}
.index_prodShowBox_listTitleBox_d1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_prodShowBox_listTitleBox_d2 {
	margin-left: 10px;
}
.index_prodShowBox_icon {
	font-size: 30px;
}
/* index prod展示 e */

/* 箭头 s */

.index_prodArrow_leftBox {
	position: absolute;
	top: 140px;
	left: -10px;
	transform: translate(-100%, 0%);
	width: 60px;
	height: 70px;
	background-color: #a08470;
	color: #ffffff;
	line-height: 70px;
	outline: none;
  z-index: 10;
}
.index_prodArrow_rightBox {
	position: absolute;
	top: 140px;
	right: -10px;
	transform: translate(100%, 0%);
	width: 60px;
	height: 70px;
	background-color: #a08470;
	color: #ffffff;
	line-height: 70px;
	outline: none;
	text-align: right;
  z-index: 10;

}
.index_prodArrow_icon {
	display: inline-block;
	font-size: 44px;
}
/* 箭头 e */

.ST-d1 {
	display: inline-block;
	border: 5px solid #a08470;
	margin: 70px auto 0;
	font-size: 24px;
	color: #a08470 !important;
	font-weight: bold;
	line-height: 70px;
	max-width: 345px;
	width: 50%;
	cursor: pointer;
	background-color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 992px) {
	.index_prodShowBox > .swiper-container {
		padding: 0 20px;
	}
	.index_prodShowBox_listTitleBox {
		padding: 5px 10px;
		font-size: 12px;
	}
	.index_prodShowBox_listTitleBox_d2 {
		margin-left: 10px;
	}
	.index_prodShowBox_icon {
		font-size: 20px;
	}
	/* 箭头 s */

	.index_prodArrow_leftBox {
		position: absolute;
		top: 80px;
		left: 15px;
		transform: translate(-100%, 0%);
		width: 25px;
		height: 40px;
		background-color: #a08470;
		color: #ffffff;
		line-height: 40px;
		outline: none;
	}
	.index_prodArrow_rightBox {
		position: absolute;
		top: 80px;
		right: 15px;
		transform: translate(100%, 0%);
		width: 25px;
		height: 40px;
		background-color: #a08470;
		color: #ffffff;
		line-height: 40px;
		outline: none;
	}
	.index_prodArrow_icon {
		display: inline-block;
		font-size: 25px;
	}
	/* 箭头 e */
	.ST-d1 {
		border: 2px solid #a08470;
		margin: 40px auto 0;
		font-size: 18px;
		line-height: 1.5;
		width: auto;
		padding: 10px 30px;
	}
}
@media screen and (max-width: 768px) {
}
/* 首页 e */
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/* 关于我们 s */

/* 伟生品牌介绍 :start */

/* 伟生品牌介绍轮播图 start */


.about_introduceBox{
  margin: 50px auto 0;
  max-width: 1140px;
}
.about_introduceBox_imgBox{
  width: 83%;
  position: relative;
  margin-left: 0px;
}
.about_introduceBox_RBox{
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(0%,-50%);
  width: 30%;
  padding: 30px 15px;
  background-color: #a08470;
  color: #fff;
}



.aboutWS-oneContentBox-carouselBox {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.aboutWS-oneContentBox-Arrow-right {
	position: absolute;
	top: 360px;
	left: 225px;
	width: 90px;
	height: 75px;
	background-color: #a08470;
	z-index: 99;
	outline: none;
}

.aboutWS-FlippingBox .icon-j_L,
.aboutWS-FlippingBox .icon-j_r {
	line-height: 75px;
	font-size: 36px;
	text-align: center;
	user-select: none;
}

.aboutWS-oneContentBox-Arrow-left {
	position: absolute;
	top: 360px;
	left: 315px;
	width: 90px;
	height: 75px;
	background-color: #ffffff;
	z-index: 99;
	outline: none;
}

.aboutWS-oneContentBox-carouselBox-imgBox {
	position: relative;
	/* width: 1170px; */
	/* height: 575px; */
	margin-left: 300px;
}

.aboutWS-oneContentBox-carouselBox-img {
	width: 70%;
}

.aboutWS-oneContentBox-carouselBox-content {
	position: absolute;
	right: 0;
	top: 46px;
	width: 373px;
	height: 460px;
	background-color: #a08470;
	color: #ffffff;
	padding: 35px;
}

.aboutWS-oneContentBox-carouselBox-content-title {
	height: 40px;
	position: relative;
	font-size: 20px;
}

.aboutWS-oneContentBox-carouselBox-content-title::before {
	position: absolute;
	top: 40px;
	left: 3px;
}

.aboutWS-oneContentBox-carouselBox-content-d1 {
	height: 350px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	overflow: hidden;
}

.aboutWS-oneContentBox-carouselBox-content-d1 > p {
	font-size: 16px;
	line-height: 25px;
	margin-top: 30px;
}
@media screen and (max-width: 1550px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {

}

/* 伟生品牌介绍轮播图 end */

.aboutWS-oneContentBox-describe {
	padding: 88px 0;
}

.aboutWS-oneContentBox-li {
	width: 33%;
}

.aboutWS-oneContentBox-ul > li {
	text-align: left;
}

.aboutWS-oneContentBox-ul > li:nth-last-child(1) {
	width: 165px;
}

.aboutWS-oneContentBox-d1 {
	display: inline-block;
	position: relative;
}

.aboutWS-oneContentBox-d1-p1 {
	font-size: 54px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.aboutWS-oneContentBox-d1-p2 {
	font-size: 28px;
	color: #867875;
	text-align: center !important;
	font-weight: bold;
}

.aboutWS-oneContentBox-d1-d1 {
	position: absolute;
	background-color: #a08470;
	width: 30px;
	height: 30px;
	font-size: 20px;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center !important;
	right: -40px;
	top: 33px;
}

@media screen and (max-width: 768px) {
	.aboutWS-oneContentBox-describe {
		padding: 30px 0;
	}
	.aboutWS-oneContentBox-ul > li {
		text-align: center;
	}
	.aboutWS-oneContentBox-d1-p1 {
		font-size: 18px;
	}

	.aboutWS-oneContentBox-d1-p2 {
		font-size: 16px;
	}

	.aboutWS-oneContentBox-d1-d1 {
		width: 20px;
		height: 20px;
		font-size: 14px;
		border-radius: 50%;
		color: #fff;
		line-height: 20px;
		right: -20px;
		top: 10px;
	}
}
/* 伟生品牌介绍  end*/

/* <!-- 伟生企业实力 start --> */

.aboutWS-twoContentBGBox {
	background: url(../images/aboutBG01.jpg) no-repeat top center;
	background-size: cover;
}

.aboutWS-twoContentBox {
	margin: 0 auto;
	max-width: 1590px;
	padding-top: 40px;
	padding-bottom: 50px;
}

.aboutWS-twoContentBox-firstBox {
	margin-top: 40px;
}

.aboutWS-twoContentBox-d1 {
	margin: 20px 0;
	width: 25%;
	float: left;
	text-align: center;
}

.aboutWS-twoContentBox-d1-d1 {
	display: inline-block;
	min-width: 250px;
	height: 120px;
	/* border: 4px solid #e0d8cd; */
	/* box-shadow: 0 0 10px #6e6e6e; */
	font-size: 85px;
	line-height: 120px;
	font-weight: bold;
	position: relative;
	color: rgba(255, 255, 255, 0.4);
	background-color: #a08470;
}

.aboutWS-twoContentBox-font {
	width: 100%;
	line-height: 30px;
	font-size: 30px;
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translate(-50%, 80%);
	color: #ffffff;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 768px) {
	.aboutWS-twoContentBox {
		margin: 0 auto;
		max-width: 1590px;
		padding-top: 20px;
	}
	.aboutWS-twoContentBox-d1-d1 {
		display: inline-block;
		min-width: 60px;
		height: 40px;
		font-size: 30px;
		line-height: 40px;
	}
	.aboutWS-twoContentBox-font {
		line-height: 1.2;
		font-size: 12px;
		position: absolute;
		top: 5px;
	}
}

/* <!-- 伟生企业实力 end --> */

/* 伟生设备 start */

.aboutWS-threeContentBox {
	position: relative;
	padding: 40px 0 105px;
}

.aboutWS-threeContentBox-d1 {
	float: left;
	width: 45%;
	height: 425px;
}

.aboutWS-threeContentBox-d2 {
	position: relative;
	float: left;
	width: 55%;
	padding-left: 20px;
	padding-top: 10px;
	height: 425px;
}

.aboutWS-threeContentBox-d2-title {
	position: relative;
	padding-left: 20px;
	color: #333333;
}

.aboutWS-threeContentBox-d2-title::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 40px;
	background-color: #a08470;
	top: 0px;
	left: 0px;
}

.aboutWS-threeContentBox-d2-title p:nth-child(1) {
	font-size: 26px;
	line-height: 26px;
}

.aboutWS-threeContentBox-d2-title p:nth-child(2) {
	font-size: 12px;
	line-height: 20px;
}

.aboutWS-threeContentBox-d2-content > p {
	font-size: 18px;
	line-height: 34px;
	margin-top: 40px;
	color: #333333;
}

.aboutWS-threeContentBox-d2-button {
	position: absolute;
	bottom: 0px;
	left: 20px;
	padding: 0 26px;
	font-size: 26px;
	line-height: 50px;
	color: #ffffff;
	background-color: #a08470;
}

.aboutWS-threeContentBox-d2-button:hover {
	color: #ffffff;
}
/* 荣誉证书 */
.about_honorBox {
	background-color: #fff;
	padding: 40px 50px 20px;
}
.about_honorListAllBox {
	margin-top: 50px;
}
.about_honorListBox {
	height: 100%;
}
.about_honorListBox_title {
	font-size: 18px;
	padding: 10px 0;
}

.about_arrowBox_L {
	position: absolute;
	top: 40%;
	left: 0px;
	transform: translate(-100%, 0%);
	color: #a08470;
  outline: none;
}
.about_arrowBox_R {
	position: absolute;
	top: 40%;
	right: 0px;
	transform: translate(100%, 0%);
	color: #a08470;
  outline: none;
}
.about_icon_L,.about_icon_R{
  font-size: 66px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about_honorBox {
    padding: 30px 35px 10px;
  }
  .about_honorListAllBox {
    margin-top: 20px;
  }
  .about_honorListBox_title {
    font-size: 14px;
    padding: 10px 0;
  }
  .about_arrowBox_L {
    top: 30%;
    left: 0px;
    transform: translate(-100%, 0%);
    color: #a08470;
  }
  .about_arrowBox_R {
    top: 30%;
    right: 0px;
    transform: translate(100%, 0%);
    color: #a08470;
  }
  .about_icon_L,.about_icon_R{
    font-size: 50px;
    cursor: pointer;
  }

}


/* 关于我们 end */

/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

/* <!-- 内容标题 start--> */

.IC-title {
	position: relative;
	width: 44%;
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	line-height: 2;
	border-bottom: 1px solid #dddddd;
	/* height: 95px; */
	padding-top: 40px;
}

.IC-title-lineBox {
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.IC-title-lineBox-d1 {
	width: 100px;
	height: 5px;
	background-color: #333333;
}

.IC-title-lineBox-d2 {
	width: 100px;
	height: 5px;
	background-color: #a08470;
}

.spot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #333333;
	vertical-align: middle;
}

.IC-title-font {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.IC-title {
		width: 44%;
		font-size: 20px;
		border-bottom: 1px solid #dddddd;
	}
	.IC-title-font {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
	}
}
/* <!-- 内容标题 end--> */

/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

/* <!-- 搜索栏 start --> */

/* <!-- 左 start --> */

.searchBGBox {
	background-color: #f8f8f8;
  font-size: 16px;
}

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

.productkeywordsBox > span {
	display: inline-block;
	line-height: 37px;
	padding: 0 12px;
	/* font-size: 15px; */
	color: #333333;
}

.productkeywordsBox > span:nth-child(1) {
	font-weight: bold;
	padding: 0;
}

/* <!-- 左 end--> */

/* <!-- 右 start --> */

.serachBox {
	position: relative;
	line-height: 44px;
	border-radius: 22px;
	background-color: #ffffff;
	/* padding-left: 20px; */
	overflow: hidden;
}

.serachBox-inputText {
	display: inline-block;
	border: 0;
	outline: none;
	color: #333333;
	width: 255px;
	padding-left: 20px;
	padding-right: 30px;
	margin-right: 70px;
}

.searchIconBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	border-radius: 22px;
	background-color: #867875;
	border: 0;
}

/* <!-- 右 end --> */

.btn-info {
  color: #fff;
  background-color: #867875;
  border-color: #867875;
}
.btn-info:hover {
  background-color: #a08470;
  border-color: #a08470;
}

/* <!-- 搜索栏  end--> */
/* --------------------------------------------------------------------------------------------------- */
/* 产品中心 s */

/* <!-- 二级栏目 Product secondary column start --> */

.productSecondaryColumnBox {
	padding: 50px 0;
	background-color: #ffffff;
	box-shadow: 0 0 5px #f4f4f4;
}

.productSecondaryColumnListBox {
	line-height: 35px;
	/* width: 1900px; */
	max-width: 1900px;
	padding: 0;
	margin: 0 auto;
	color: #333333;
	font-size: 18px;
}

.productSecondaryColumnListBox > li {
	list-style: none;
	width: 100%;
	padding: 0 10px;
	border-right: 1px solid #333333;
	text-align: center;
	margin-bottom: 5px;
}

.productSecondaryColumnListBox li:nth-last-child(1) {
	border-right: 0;
}

.productSecondaryColumnListBox-active {
	color: #a08470;
  font-size: 19px;
	font-weight: bold;
}
.productSecondaryColumnListBox-active:hover {
	color: #a08470;
}

.productSecondaryColumnListBox-noActive {
	font-weight: normal;
}

.productSecondaryColumnListBox-noActive:hover {
	color: #a08470;
  font-size: 19px;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .productSecondaryColumnListBox {
    font-size: 16px;
  }
  
	.productSecondaryColumnListBox > li {
		width: auto;
		padding: 0 10px;
		width: 33%;
	}
  .productSecondaryColumnListBox-noActive:hover {
    font-size: 16px;
  }
  .productSecondaryColumnListBox-active{
    font-size: 16px;
  }
	.productSecondaryColumnListBox li:nth-child(3) {
		border-right: 0;
	}
	.productSecondaryColumnListBox li:nth-child(6) {
		border-right: 0;
	}
	.productSecondaryColumnBox {
		padding: 30px 0;
	}
}

/* <!-- 二级栏目 Product secondary column  end --> */

/* <!-- 产品列表 start --> */

.productListBox {
	background-color: #ffffff;
	max-width: 1900px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 50px 0 50px 0;
}

.productShowBox {
	width: 25%;
	padding: 13px;
}

.productShowBox-d1 {
	border: 1px solid #eeeeee;
}

.productShowImgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	background-color: #a08470;
	background-image: linear-gradient(to bottom, #a08470, #a08470);
	transition: all 1s;
}

.productShowImgBox > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	object-fit: cover;
	transition: all 1s;
}

.productShowBox-d2 {
	padding: 0 28px;
	background-color: #ffffff;
	font-size: 16px;
	color: #333333;
	transition: all 1s;
	height: 95px;
}

.productShowBox-d2-d1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.productShowBox-d2-icon--2 {
	font-size: 34px;
	vertical-align: middle;
}

.productShowBox:hover .productShowImgBox {
	background-color: #ffffff;
	background-image: none;
}

.productShowBox:hover .productShowImgBox > img {
	transform: scale(1.1);
}

.productShowBox:hover .productShowBox-d2 {
	background-color: #a08470;
	color: #ffffff;
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.productListBox {
		margin-top: 10px;
		padding: 10px 0;
	}
	.productShowBox-d2 {
		font-size: 14px;
		height: 60px;
		padding: 0 10px;
	}
	.productShowBox:hover .productShowBox-d2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 992px) {
	.productShowBox {
		width: 33.3%;
		padding: 13px;
	}
	.productShowBox-d2-icon--2 {
		font-size: 20px;
	}
	.productShowBox-d2 {
		font-size: 14px;
		height: 40px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {
	.productShowBox {
		width: 50%;
		padding: 10px;
	}
}
/* <!-- 产品列表 end --> */

/* 产品中心 e */
/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/* 产品详情 s */

/* <!-- 顶部内容区 start --> */

.ProductInsidePage-topContentBox {
	background: url(../images/p_bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 500px;
	padding-bottom: 120px;
}
.ProductInsidePage-topContentBox_d1 {
	padding-right: 150px;
}
.ProductInsidePage-topContentBox-d1-d1 {
	width: 40%;
	padding: 120px 0 0;
}

.ProductInsidePage-productTitle {
	font-size: 35px;
	padding: 0 0 30px;
	line-height: 40px;
	font-weight: bold;
}

.ProductInsidePage-topContentBox-d1-d2 {
	width: 48%;
	max-width: 800px;
	padding-bottom: 50px;
}
@media screen and (max-width: 1550px) {
	.ProductInsidePage-topContentBox {
		padding-bottom: 70px;
	}
	.ProductInsidePage-topContentBox_d1 {
		padding-right: 15px;
	}
	.ProductInsidePage-topContentBox-d1-d1 {
		width: 45%;
		padding: 50px 0 0;
	}
}
@media screen and (max-width: 992px) {
	.ProductInsidePage-topContentBox {
		padding-bottom: 30px;
	}

	.ProductInsidePage-topContentBox-d1-d2 {
		width: 80%;
		padding-bottom: 20px;
	}
	.ProductInsidePage-topContentBox-d1-d1 {
		width: 90%;
		padding: 20px 0 0;
	}
	.ProductInsidePage-productTitle {
		font-size: 26px;
		padding: 0 0 10px;
		line-height: 1.5;
	}
}

/* 左右箭头 start */

.ProductInsidePage-leftBox1 {
	position: absolute;
	top: 48%;
	left: 0px;
	transform: translate(-100%, 0%);
	width: 66px;
	height: 70px;
	color: #a08470;
	line-height: 70px;
	outline: none;
}

.ProductInsidePage-leftBox-icon {
	display: inline-block;
	font-size: 66px;
}

.ProductInsidePage-rightBox1 {
	position: absolute;
	top: 48%;
	right: 0;
	transform: translate(100%, 0%);
	width: 60px;
	height: 70px;
	text-align: right;
	color: #a08470;
	line-height: 70px;
	outline: none;
}

.ProductInsidePage-rightBox-icon {
	display: inline-block;
	font-size: 66px;
}
@media screen and (max-width: 992px) {
	.ProductInsidePage-leftBox1 {
		left: 0px;
		transform: translate(-85%, 0%);
		width: 60px;
		height: 70px;
		color: #a08470;
		line-height: 70px;
		outline: none;
	}

	.ProductInsidePage-leftBox-icon {
		display: inline-block;
		font-size: 50px;
	}

	.ProductInsidePage-rightBox1 {
		right: 0;
		transform: translate(85%, 0%);
		width: 60px;
		height: 70px;
		text-align: right;
		color: #a08470;
		line-height: 70px;
		outline: none;
	}

	.ProductInsidePage-rightBox-icon {
		display: inline-block;
		font-size: 50px;
	}
}

/* 左右箭头 end*/

/* <!-- 顶部内容区 end--> */

/* 参数表格 start */

.productCenter-tableContent > img {
	max-width: 100% !important;
}

/* 参数表格 end */

/* <!-- 相关产品 Related products--> */

.relatedProductsBox {
	border-top: 1px solid #fafafa;
}

.relatedProductsBox h3 {
	font-size: 24px;
	line-height: 110px;
	text-align: center;
	font-weight: bold;
}

.relatedProductsBox-d1-d1 {
	width: 25%;
	padding: 8px;
}

.relatedProductsBox-d1-d1:hover .relatedProductsBox-d1-d1-img {
	transform: scale(1.1);
	transition: all 1s;
}

.relatedProductsBox-d1-d1-d1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	background-color: #a08470;
	transition: all 1s;
	box-shadow: 0 0 5px #a08470;
}
.relatedProductsBox-d1-d1:hover .relatedProductsBox-d1-d1-d1 {
	background-color: #fff;
}
.relatedProductsBox-d1-d1-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	object-fit: cover;
	transition: all 1s;
}

.relatedProductsBox-d1-d1-d2 {
	text-align: center;
	font-size: 16px;
	height: 80px;
	margin-bottom: 30px;
	transition: all 1s;
	box-shadow: 0 0 5px #a08470;
}
.relatedProductsBox-d1-d1:hover .relatedProductsBox-d1-d1-d2 {
	background-color: #a08470;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.relatedProductsBox-d1-d1 {
		width: 33.3%;
	}
	.relatedProductsBox-d1-d1-d2 {
		font-size: 14px;
		height: 60px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.relatedProductsBox-d1-d1 {
		width: 50%;
	}
}
/* 产品详情  e */
/* --------------------------------------------------------------------------------------------------- */

/* 视频中心 start */

.videoCenterlistBox {
	padding-bottom: 90px;
}

.videoCenterList-listBox {
	position: relative;
	padding: 0 50px;
}

.videoCenterList-listBox-box {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

.videoCenterList-listBox-contentBox {
	background-color: #ffffff;
	transition: all 0.5s;
}

.videoCenterList-listBox-contentBox-d1 {
	position: relative;
	overflow: hidden;
	height: 330px;
	background: url(../images/p_bg-1.jpg) no-repeat center center;
	background-size: cover;
}

.videoCenterList-listBox-contentBox-d1-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.videoCenterList-listBox-contentBox-d1:hover::before {
	background-color: rgba(160, 132, 112, 0.5);
}

.videoCenterList-listBox-contentBox-d1-video {
}

.videoCenterList-listBox-contentBox-d1::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/videoButton.png) no-repeat center center;
	z-index: 99;
	color: #000000;
	font-size: 20px;
}

.videoCenterList-listBox-contentBox-d2 {
	margin-top: 13px;
}

.videoCenterList-listBox-contentBox:hover .videoCenterList-listBox-contentBox-d2 {
	background-color: #a08470;
}

.videoCenterList-listBox-contentBox:hover .videoCenterList-listBox-contentBox-d2-d1 {
	color: #ffffff;
	padding: 0 10px 0 2px;
}

.videoCenterList-listBox-contentBox:hover .videoCenterList-listBox-contentBox-d2-d2 {
	color: #ffffff;
	padding: 0 10px;
}

.videoCenterList-listBox-contentBox-d2-d1 {
	line-height: 37px;
	border-left: 7px solid #a08470;
	padding-left: 10px;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.videoCenterList-listBox-contentBox-d2-d2 {
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* 新视频中心 s */
.video_listSlideBox{
  margin-top: 40px;
}

.video_ListBox {
	padding: 10px;
	margin-bottom: 20px;
}
.video_ListBox_imgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
	box-shadow: #a08470 0px 0px 6px;
}
.video_ListBox_imgBox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/videoButton.png) no-repeat center center;
	z-index: 99;
	color: #000000;
	font-size: 20px;
	background-color: rgba(160, 132, 112, 0.5);
	transition: all 0.5s;
}

.video_ListBox:hover .video_ListBox_imgBox::before {
	background-color: rgba(160, 132, 112, 0);
}
.video_ListBox_titleBox {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px 5px;
	transition: all 0.5s;
	/* border: 1px solid #a08470; */
	box-shadow: #a08470 0px 0px 6px;
}
.video_ListBox:hover .video_ListBox_titleBox {
	color: #fff;
	background-color: #a08470;
}

@media screen and (max-width: 992px) {
  .video_listSlideBox{
    margin-top: 30px;
  }
	.video_ListBox_titleBox {
		font-size: 14px;
		padding: 10px 5px;
		box-shadow: #a08470 0px 0px 6px;
	}

}
/* 新视频中心 e */

/* 左右箭头 start */

.videoCenterList-leftBox1 {
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translate(-100%, 0%);
	width: 60px;
	height: 70px;
	background-color: #a08470;
	color: #ffffff;
	line-height: 70px;
	outline: none;
}

.videoCenterList-leftBox-icon {
	display: inline-block;
	font-size: 44px;
	width: 60px;
	text-align: center;
}

.videoCenterList-rightBox1 {
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translate(100%, 0%);
	width: 60px;
	height: 70px;
	background-color: #a08470;
	color: #ffffff;
	line-height: 70px;
	outline: none;
}

.videoCenterList-rightBox-icon {
	display: inline-block;
	font-size: 44px;
	width: 60px;
	text-align: center;
}
@media screen and (max-width: 998px) {
	.videoCenterlistBox {
		padding: 0px 50px 50px;
	}

	.videoCenterList-leftBox1 {
		top: 45%;
		width: 40px;
		height: 50px;
		line-height: 50px;
	}

	.videoCenterList-leftBox-icon {
		font-size: 20px;
		width: 40px;
		text-align: center;
	}

	.videoCenterList-rightBox1 {
		top: 45%;
		width: 40px;
		height: 50px;
		line-height: 50px;
	}

	.videoCenterList-rightBox-icon {
		font-size: 20px;
		width: 40px;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.videoCenterlistBox {
		padding: 0px 0px 50px;
	}
}

/* 左右箭头 end*/

/* <!-- 产品简介 start --> */

.videoCenterList-productIntroductionBG {
	position: relative;
	background: url(../images/videoBigImg01.jpg) no-repeat center center;
	background-size: cover;
	min-height: 385px;
}

.videoCenterList-productIntroduction {
	color: #ffffff;
	text-align: center;
	padding: 50px 0;
}

.videoCenterList-productIntroduction-h3 {
	display: inline-block;
	width: 18%;
	min-width: 100px;
	border-bottom: 1px solid #ffffff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

.videoCenterList-productIntroduction-d1 {
	max-width: 1360px;
	margin: 0 auto;
	margin-top: 37px;
	line-height: 2;
	font-size: 18px;
}
@media screen and (max-width: 998px) {
	.videoCenterList-productIntroduction {
		padding: 30px 10px;
	}
	.videoCenterList-productIntroduction-h3 {
		width: 30%;
		min-width: 100px;
		font-size: 20px;
		padding: 15px 0;
	}
	.videoCenterList-productIntroduction-d1 {
		margin: 0 auto;
		margin-top: 20px;
		line-height: 2;
		font-size: 16px;
	}
}
/* <!-- 产品简介 e --> */
/* 公司视频 s */
.IntroductionVideoBox {
	padding: 20px 10px 50px;
}
.videoCenterList-videoShowBox {
	margin: 0 auto;
	/* width: 1070px;
  height: 616px; */
	text-align: center;
}
.videoCenterList_video {
	max-width: 940px;
	width: 100%;
	height: 530px;
}
/* 公司视频 e */
@media screen and (max-width: 1550px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 998px) {
	.videoCenterList_video {
		width: 100%;
		height: 435px;
	}
}
@media screen and (max-width: 768px) {
	.videoCenterList_video {
		width: 100%;
		height: 228px;
	}
}

/* <!-- 产品简介 end--> */

/* <!-- 荣誉证书 honor start--> */

.videoCenterList-honor {
	background-color: #fff;
	/* height: 600px; */
}

.videoCenterList-honorBox {
	padding: 0 70px;
	/* color: #ffffff; */
	text-align: center;
}

.videoCenterList-honorBox-title {
	display: inline-block;
	line-height: 70px;
	margin-top: 30px;
	border-bottom: 1px solid #ffffff;
	width: 300px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.videoCenterList-honor-imgBox {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.videoCenterList-honor-imgBox-d1 {
	/* height: 350px; */
	overflow: hidden;
	text-align: center;
	flex-basis: auto;
	flex-shrink: 0;
	white-space: nowrap;
}

.videoCenterList-honor-imgBox-d1 > img {
	height: 100%;
	object-fit: contain;
}

.videoCenterList-honor-imgBox-p1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 70px;
	font-size: 18px;
}

.videoCenterList-honor-imgBox-d1 > img {
	height: 100%;
	object-fit: contain;
}

/* 左右箭头 start */

.videoCenterList-leftBox2 {
	position: absolute;
	top: 40%;
	left: -10px;
	transform: translate(-100%, 0%);
	width: 60px;
	height: 70px;
	color: #a08470;
	line-height: 70px;
	outline: none;
}

.videoCenterList-rightBox2 {
	position: absolute;
	top: 40%;
	right: -10px;
	transform: translate(100%, 0%);
	width: 60px;
	height: 70px;
	color: #a08470;
	line-height: 70px;
	outline: none;
}

@media screen and (max-width: 992px) {
	.videoCenterList-leftBox2 {
		top: 30%;
		left: 0px;
		width: 60px;
		height: 70px;
		line-height: 70px;
		outline: none;
	}
	.videoCenterList-rightBox2 {
		top: 30%;
		right: 0px;
		width: 60px;
		height: 70px;
		line-height: 70px;
	}
}

/* 左右箭头 end*/

/* <!-- 荣誉证书 end--> */

/* 视频中心 end */

/* --------------------------------------------------------------------------------------------------- */
/* 视频详情 s */

.video_des_title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
	.video_des_title {
		font-size: 20px;
		padding-bottom: 15px;
	}
}
/* 视频详情 e */

/* 当前位置 */

.position {
	position: relative;
	line-height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
}

.position::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 50px;
	background-color: #a08470;
	top: 0;
	left: 0;
}

/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */

/* <!-- 切换栏 start --> */

.ProductInsidePage-switchBox {
	padding: 30px 0;
}

.ProductInsidePage-switchBox-s1 {
	font-size: 18px;
	color: #a08470;
	margin-right: 30px;
}

.ProductInsidePage-switchBox-s2 {
	font-size: 18px;
	color: #333333;
}

@media screen and (max-width: 992px) {
	.ProductInsidePage-switchBox-s1 {
		font-size: 16px;
		margin-right: 10px;
	}

	.ProductInsidePage-switchBox-s2 {
		font-size: 16px;
	}
	.ProductInsidePage-switchBox {
		padding: 10px 0;
	}
}
/* <!-- 切换栏 end --> */

/* --------------------------------------------------------------------------------------------------- */

/* 合作伙伴 s */

.SLC {
	padding: 30px 10px;
	text-align: center;
	color: #ffffff;
	background-image: linear-gradient(to right, #a08470, #e7dfd7);
}

.SLC > span:first-child {
	display: inline-block;
	font-size: 80px;
	line-height: 20px;
	vertical-align: bottom;
}

.SLC > span:nth-child(2) {
	display: inline-block;
	font-size: 22px;
	padding: 0 50px;
}

.SLC > span:last-child {
	display: inline-block;
	font-size: 80px;
	line-height: 20px;
	vertical-align: bottom;
}
@media screen and (max-width: 992px) {
	.SLC > span:first-child {
		display: none;
	}

	.SLC > span:nth-child(2) {
		display: inline-block;
		font-size: 18px;
		padding: 0 20px;
	}

	.SLC > span:last-child {
		display: none;
	}
}

/* 合作伙伴 e */

/* --------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------- */

/* 联系我们 contactUs start*/

.contactUs-contentBox {
	padding: 40px 0 96px;
}

.contactUs-contentTitle {
	font-weight: bold;
	color: #333333;
	font-size: 46px;
	line-height: 120px;
	margin: 0;
}

.spot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 12px;
	height: 12px;
	background-color: #333333;
}

.spot-white {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}

.contactUs-Subtitle {
	color: #cccccc;
	margin-left: 30px;
	font-size: 30px;
}

.contactUs-address {
	font-size: 32px;
	color: #666666;
	font-weight: bold;
}

.contactUs-address-icon-21 {
	font-size: 40px;
	color: #888888;
	margin-right: 10px;
	vertical-align: sub;
	font-weight: normal;
}

.contactUs-contactInformationBox {
	margin-top: 65px;
}

.contactUs-contactInformationBox-d1 {
	width: 50%;
	height: 530px;
}
/* contact_right02 */
.contact_right_content {
	padding-left: 110px;
	font-size: 25px;
}
.contact_right_content_d1Box {
	vertical-align: middle;
}
.contact_right_content_d1Box > i:nth-child(1) {
	width: 60px;
	font-size: 44px;
}
.contact_right_content_d1Box > span:nth-child(2) {
	width: 180px;
}
@media screen and (max-width: 1550px) {
	.contact_right_content {
		padding-left: 20px;
		font-size: 25px;
	}
}
@media screen and (max-width: 992px) {
	.contactUs-contentTitle {
		font-size: 20px;
		line-height: 40px;
	}
	.contactUs-Subtitle {
		margin-left: 20px;
		font-size: 20px;
	}
	.contactUs-contentBox {
		padding: 30px 10px 30px;
	}
	.contactUs-contactInformationBox {
		margin-top: 10px;
	}
	.contactUs-address {
		font-size: 20px;
	}
	.contactUs-address-icon-21 {
		font-size: 25px;
		margin-right: 10px;
	}
	.contactUs-contactInformationBox-d1 {
		width: 100%;
	}
	.contact_right_content {
		padding-left: 10px;
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.contact_right_content_d1Box > i:nth-child(1) {
		width: 35px;
		font-size: 30px;
	}
	.contact_right_content_d1Box > span:nth-child(2) {
		width: 80px;
	}
}
/* 联系我们 contactUs end*/
