.clear-box:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.flex-box {
	display: flex;
}

.head-navigation .head-right 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%;
	/*height: 340px;*/
	border-radius: 250px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.about-item-right img {
	width: 100%;
	/*height: 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;
}

.FAQdetails{
	display: flex;
	align-items: center;
	color: #535353;
	margin-bottom: 25px;
}
.FAQdetails .iconfont{
	margin-right: 20px;
	color: #691c32;
}
.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;
	line-height: 20px;
}

@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;
	}
	.FAQdetails .iconfont{
		font-size: 14px;
		margin-right: 10px;
	}
	.FAQdetails{
		margin-bottom: 5px;
		font-size: 12px;
	}
}

@media (min-width: 993px) and (max-width: 1440px) {
	.m-cpmpany-box {
		display: none;
	}
	.c-cpmpany-box {
		display: block;
	}
	.FAQdetails{
		margin-bottom: 10px;
	}
	.about-item-details{
		padding: 0 15px 0 0;
	}
	.about-item-details {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
	.about-item-title {
		font-size: 46px;
	}
}

@media (min-width: 1441px) and (max-width: 1600px) {
	.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;
	}
}

@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;
	}
}