.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);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	padding: 144px 110px 100px 110px;
	box-sizing: border-box;
	float: left;
}

.about-item {
	width: 100%;
	margin-top: 50px;
	box-sizing: border-box;
	background: #fff;
}

.about-item-box {
	justify-content: space-between;
	margin-bottom: 100px;
	align-items: center;
}

.about-item-box-title {
	font-size: 40px;
	color: #691c32;
}

.about-item-box-text {
	width: 42%;
}

.about-item-box-pic {
	width: 47%;
	border-radius: 250px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.about-item-box-pic img {
	width: 100%;
	border-radius: 250px;
}

.about-item-box-article {
	font-size: 18px;
	margin-top: 50px;
	color: #535353;
	line-height: 28px;
}

/*推荐产品*/

.m-cpmpany-box .products {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	padding: 15px 9px;
}

.products {
	padding: 0 48px;
	background: #fff;
	border-radius: 10px;
}

.products .title {
	width: 100%;
	height: 100px;
	color: #691c32;
	font-size: 32px;
	line-height: 100px;
	text-align: center;
	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%;
}

.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;
}

.contact-box-center {
	text-align: center;
}

.contact {
	width: 162px;
	height: 45px;
	border: 3px solid #691c32;
	background-color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 50px;
	cursor: pointer;
	color: #691c32;
	font-size: 18px;
	font-weight: 500;
}

.contact:hover {
  border: 3px solid #691c32;
  background-color: #691c32;
	color: #fff;
}

/*移动端*/

.m-cpmpany-box {
	display: none;
}

.m-title {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #691c32;
}

.m-img-box img {
	width: 100%;
  border-radius: 16px;
}

.m-artice-box {
	padding: 0 18px;
}

.m-cpmpany-box {
	background: #fff;
	border-radius: 10px;
}

.m-artice-box-title {
	color: #691c32;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}

.m-artice-box-details {
	font-size: 12px;
	color: #535353;
	line-height: 18px;
	padding-bottom: 23px;
	margin-top: 20px;
}

.tab-items .title-more a {
	line-height: 25px;
}

.expertise-boxd-etails {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.expertise-boxd-etails .icons {
	width: 60px;
	height: auto;
	text-align: center;
}

.expertise-boxd-etails .icons .iconfont {
	font-size: 60px;
	color: #691c32;
}

.expertise-boxd-etails-btn {
	height: 40px;
	line-height: 40px;
	border: 3px solid #691c32;
	text-align: center;
	color: #691c32;
	width: 180px;
	border-radius: 14px;
	margin: 0 45px;
	flex-shrink: 0;
	font-size: 18px;
}

.expertise-boxd-etails-article {
	font-size: 18px;
	line-height: 28px;
	color: #535353;
}

.expertise-title {
	width: 100%;
	height: 100px;
	color: #691c32;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
}

.m-cpmpany-box-details {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.m-cpmpany-box-details .iconfont {
	font-size: 35px;
	color: #691c32;
}

.m-cpmpany-box-details-left {
	text-align: center;
	color: #691c32;
	margin-right: 20px;
	min-width: 65px;
}

.m-cpmpany-box-details-left-title {
	margin-top: 10px;
	font-size: 12px;
}

.m-cpmpany-box-details-right {
	font-size: 12px;
	line-height: 20px;
	color: #535353;
}

@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;
	}
	.m-cpmpany-box {
		display: block;
	}
	.c-cpmpany-box {
		display: none;
	}
	.contact {
		/*display: none;*/
		padding: 0 16px;
		margin-top: 25px;
		/*width: 80px;*/
		height: 32px;
		border-radius: 12px;
		line-height: 32px;
	}
	.tab-box {
		padding: 0 10px;
		padding-bottom: 30px;
	}
	.expertise-title {
		height: 60px;
		font-size: 20px;
		line-height: 60px;
		padding-top: 0;
	}
}

@media (min-width: 993px) and (max-width: 1440px) {
	.m-cpmpany-box {
		display: none;
	}
	.c-cpmpany-box {
		display: block;
	}
	.about-item-box-article {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		margin-top: 25px;
	}
	.about-item-box-title{
		font-size: 36px;
	}
		.tab-box{
		padding: 114px 80px 70px 80px;
	}
	
}

@media (min-width: 1441px) and (max-width: 1600px) {
	.m-cpmpany-box {
		display: none;
	}
	.c-cpmpany-box {
		display: block;
	}
	.about-item-box-article {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
	}
	.about-item-box-title{
		font-size: 36px;
	}
		.tab-box{
		padding: 114px 80px 70px 80px;
	}
}

@media (min-width: 1601px) and (max-width: 1680px) {
	.m-cpmpany-box {
		display: none;
	}
	.c-cpmpany-box {
		display: block;
	}
	.about-item-box-article {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
	}
	.about-item-box-title{
		font-size: 36px;
	}
}