/*公司简介*/
/*$$
{"color":[{"val":"#191919","title":"标题中文颜色"},{"val":"#b80000","title":"标题英文颜色+正文右侧标题"},{"val":"#000000","title":"正文"},{"val":"#ffffff","title":"查看详情"}],"background":[{"val":"#f8f8f8","title":"整体底色"},{"val":"#b80000","title":"查看详情底色"}],"border":[{"val":"#e60012","title":"标题框"}]}
$$*/
#about_152 {
	width: 100%;
	padding: 60px 0;
	background: #f8f8f8;
}

#about_152 .aboutBody {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 65px;
}

#about_152 .aboutLeft {
	float: left;
	width: 50%;
	padding: 0 20px;
}

#about_152 .indexTitle {
	width: 100%;
	margin: 0 auto;
}

#about_152 .indexTitleA {
	font-family: "SourceHanSansCN-Regular";
	display: block;
	width: 92%;
	margin: 0 auto;
	background: #f8f8f8;
	text-align: center;
	position: relative;
	z-index: 9;
	height: 64px;
}

#about_152 .indexTitleA .en{
	font-family: "SourceHanSansSC-Heavy";
	font-size: 54px;
	line-height: 64px;
	color: #b80000;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
}
#about_152 .indexTitleA .cn{
	font-size: 50px;
	line-height: 64px;
	color: #191919;
	display: inline-block;
}

#about_152 .indexLine {
	width: 100%;
	height: 46px;
	border: #e60012 solid 2px;
	margin-top: -32px;
}

#about_152 .indexTitleB {
	width: 82%;
	margin: 0 auto;
	font-family: "SourceHanSansSC-Light";
	font-size: 17px;
	text-align: center;
	line-height: 22px;
	color: #191919;
	background: #f8f8f8;
	margin-top: -11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#about_152 .aboutChar {
	width: 100%;
	margin-top: 30px;
}

#about_152 .aboutChar .aboutCharTit {
	font-family: "SourceHanSansCN-Bold";
	font-size: 30px;
	line-height: 65px;
	color: #b80000;
}

#about_152 .aboutChar p {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

#about_152 .aboutMore {
	width: 20%;
	line-height: 40px;
	text-align: center;
	font-family: "SourceHanSansSC-Regular";
	font-size: 15px;
	background: #b80000;
	margin-top:45px;
}

#about_152 .aboutMore a {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
}

#about_152 .aboutPoster {
	width: 100%;
}

#about_152 .aboutPoster img {
	width: 87.5%;
	float: left;
	object-fit: contain;
}

#about_152 .aboutRight {
	width: 50%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
}

#about_152 .aboutRight video,
#about_152 .aboutRight img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about_152 .aboutRight video source {
	width: 100%;
}


@media screen and (max-width:1200px) {
	#about_152 .aboutBody{
		width: 100%;
	}
	#about_152 .aboutRight{
		margin-top: 150px;
	}
	#about_152 .aboutMore{
		width: 25%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#about_152 .aboutBody{
		width: 100%;
	}
	#about_152 .aboutRight{
		margin-top: 200px;
	}
	#about_152 .aboutMore{
		width: 25%;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#about_152{
		padding: 20px 0;
	}
	#about_152 .aboutBody{
		width: 100%;
		padding-bottom: 0;
	}
	#about_152 .aboutLeft{
		width: 100%;
		float: none;
	}
	#about_152 .indexTitle{
		width: 90%;
	}
	#about_152 .indexTitleA .en{
		font-size: 26px;
	}
	#about_152 .indexTitleA .cn{
		font-size: 26px;
	}
	#about_152 .aboutRight{
		width: 100%;
		float: none;
		margin-top: 0;
		height: 280px;
	}#about_152 .aboutMore{
		width: 35%;
		margin-bottom: 20px;
	}
	#about_152 .aboutMore{
		margin-top: 20px;
	}
	#about_152 .indexTitleB{
		font-size: 14px;
	}
	#about_152 .indexLine{
		height: 36px;
	}
	#about_152 .indexTitleA{
		height: 30px;
		margin-bottom: 20px;
	}
	#about_152 .indexTitleA .en,#about_152 .indexTitleA .cn{
		line-height: 40px;
	}
}