.clear-box:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.flex-box {
	display: flex;
}

.head-navigation .head-left ul li a.active {
	color: #FFF;
	background: #691c32;
}

.tab-items {
	width: 100%;
	height: auto;
	float: left;
}

.tab-items li {
	width: 140px;
	height: auto;
	margin-left: 20px;
	float: left;
}

.tab-items li a {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 140px;
	height: 50px;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	background: #fff;
}

.tab-items li a span{
	color: #751a3d;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	display: block;
}

.tab-items li a:hover {
	background: #691c32;
}

.tab-items li a.active {
	background: #691c32;
}

.tab-items li a:hover span, .tab-items li a.active span {
	color: #fff;
}

.tab-box {
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: rgb(255, 255, 255, 0.4);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	padding: 50px 50px 100px 50px;
	box-sizing: border-box;
	float: left;
}

.about-item {
	width: 100%;
	/*height: 410px;*/
	border: 1px solid #691c32;
	margin-top: 50px;
	border-radius: 40px 205px 205px 40px;
	padding: 30px;
	padding-left: 45px;
	box-sizing: border-box;
	float: left;
	background: #fff;
}

.about-item-box {
	justify-content: space-between;
	align-items: center;
}

.about-item-left {
	flex: 1;
}

.about-item-right {
	width: 44%;
	border-radius: 250px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.about-item-right img {
	width: 100%;
	border-radius: 250px;
}

.about-item-right p {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	color: #fff;
	text-align: center;
	/*line-height: 340px;*/
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-item-right p:hover {
	opacity: 1;
}

.about-item-title {
	font-size: 66px;
	color: #691c32;
}

.clients-brand-box {
	display: flex;
}

.about-item-details {
	padding: 0 50px;
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.clients-details {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	padding: 0 60px 40px 20px;
}

.clients-brand {
	width: 16.666%;
	padding: 0 2%;
	overflow: hidden;
}

.clients-brand-name {
	color: #691c32;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	cursor: pointer;
}

.clients-brand img {
	width: 100%;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	padding: 1px;
	box-sizing: border-box;
}

.clients-brand:last-child {
	text-align: center;
	font-size: 18px;
}

.clients-brand:last-child a {
	color: #691c32;
	width: 100%;
	height: 100%;
}

.clients-brand:last-child a span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.clients-more {
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	height: 100%;
	position: relative;
  padding: 50%;
}

.clients-more a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*移动端*/

.m-cpmpany-box>div {
	margin-bottom: 15px;
	padding: 0 10px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.m-cpmpany-box>div:last-child {
	margin-bottom: 0;
}

.m-title {
	font-size: 26px;
	color: #691c32;
	text-align: center;
	height: 60px;
	font-size: 26px;
	line-height: 60px;
}

.m-cpmpany-box {
	display: none;
}

.m-pic img {
	width: 100%;
  border-radius: 16px;
}

.m-article {
	font-size: 14px;
	color: #535353;
	padding: 17px 0;
}

.items-title {
	font-size: 12px;
	color: #691c32;
	text-align: center;
	margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
	height: 100%;
	background: #fff;
	top: 21%;
}


/*推荐产品*/

.m-cpmpany-box .products {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding: 15px 9px;
}

.products .title {
	width: 100%;
	height: 100px;
	color: #691c32;
	font-size: 32px;
	line-height: 100px;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
}

.products .swiper-product {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}

.products .swiper-product .swiper-slide {
	background-color: #fff;
}

.products .swiper-product .swiper-slide .items {
	display: flex;
	width: 100%;
	padding: 0 25px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.products .swiper-product .swiper-slide .items div {
	position: relative;
	height: 100%;
}

.products .swiper-product .swiper-slide .items div img {
	max-width: 100%;
	max-height: 198px;
	border-radius: 50% 50%;
	border: 1px solid #e7e7e7;
}

.products .swiper-product .swiper-slide .items div p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.products .swiper-product .swiper-slide .items div p span {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 50% 50%;
	background: rgba(0, 0, 0, 0.2);
	transition: all .3s ease-in-out;
}

.products .swiper-product .swiper-slide .items div p span em {
	width: 70%;
	color: #691c32;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
}

.products .swiper-product .swiper-slide .items div:hover p {
	opacity: 1;
}

.products .swiper-button-prev:after,
.products .swiper-container-rtl .swiper-button-next:after,
.products .swiper-button-next:after,
.products .swiper-container-rtl .swiper-button-prev:after {
	content: ''
}

.products .swiper-button-next img,
.products .swiper-button-prev img {
	transition: opacity 0.5s;
	width: 18px;
}

.products .swiper-button-prev,
.products .swiper-container-rtl .swiper-button-next {
	width: 18px;
	left: -2px;
}

.products .swiper-button-next,
.products .swiper-container-rtl .swiper-button-prev {
	width: 18px;
	right: -2px;
}

.products .swiper-button-prev,
.products .swiper-container-rtl .swiper-button-next:focus,
.products .swiper-button-next,
.products .swiper-container-rtl .swiper-button-prev:focus {
	outline: none;
}

@media (max-width: 992px) {
	.head-navigation .head-left span.J_language {
		display: none;
	}
	.head-navigation .head-right span.J_p_collect {
		display: none;
	}
	.head-navigation .head-left span.J_m_collect {
		display: block;
	}
	.head-navigation .head-right span.J_menu {
		display: block;
	}
	.c-cpmpany-box {
		display: none;
	}
	.tab-box {
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.m-cpmpany-box {
		display: block;
	}
	.products .swiper-product .swiper-slide .items {
		padding: 0 10px;
	}
	.products .swiper-button-prev,
	.products .swiper-container-rtl .swiper-button-next {
		left: -1px;
	}
}

@media (min-width: 993px) and (max-width: 1440px) {
	.m-cpmpany-box {
		display: none;
	}
	.c-cpmpany-box {
		display: block;
	}
	.clients-details {
		padding-right: 45px;
	}
	.about-item-details {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.about-item-title {
		font-size: 46px;
	}
	.clients-brand {
		width: 25%;
	}
	.clients-brand:nth-last-child(2) {
		display: none;
	}
	.clients-brand:nth-last-child(3) {
		display: none;
	}
	.clients-details{
		margin-top: 25px;
	}
}

@media (min-width: 1441px) and (max-width: 1600px) {
	.m-cpmpany-box {
		display: none;
	}
	.c-cpmpany-box {
		display: block;
	}
	.clients-details {
		padding-right: 45px;
	}
	.about-item-details {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.about-item-title {
		font-size: 46px;
	}
	.clients-brand {
		width: 20%;
	}
	.clients-brand:nth-last-child(2) {
		display: none;
	}
}

@media (min-width: 1601px) and (max-width: 1680px) {
	.m-cpmpany-box {
		display: none;
	}
	.c-cpmpany-box {
		display: block;
	}
	.about-item-details {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.about-item-title {
		font-size: 46px;
	}
}