/* 集团简介 */
.groupProfile .groupProfile-top{
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
.groupProfile .groupProfile-top img{
	width: 100%;
	height: 100%;
	margin: -10px 0 0 10px ;
}


/* 背景 */
.group-content-bg{
	height: 820px;
	background: url(../img/picture/bg.jpg) no-repeat;
	background-position: 10px 160px;
}
/* 内容 */
.group-content-bg .groupProfile-box{
	width: 75%;
	height: 100%;
	margin: 0 auto;
	/* margin-top: 40px; */
	/* background-color: #F60; */
}
.group-content-bg .group-content{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 30px;
}

/* 顶部数据展示 */
.group-content .group-content-item{
	width: 190px;
}
.group-content .group-describe{
	width: 190px;
	height: 18px;
	color: #8A8A8A;
	font-size: 14px;
	margin:10px 0 14px;
}
.group-content .group-describe-num{
	height: 46px;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
	color: #DD3032;
}
.group-content .unit{
	font-weight: 700;
	font-size: 14px;
	color: #DD3032;
	margin-left: 6px;
}
.group-content .mask-group{
	color: #8A8A8A;
	font-size: 16px;
}

/* 下内容 */
.group-profile-content{
	width: 100%;
}
.group-content-left{
	width: 39%;
	position: relative;
}
.group-content-img{
	width: 100%;
	z-index: 100;
}
.group-line-a{
	width: 14px;
	height: 200px;
	background-color: #DD3032;
	position: absolute;
	right: -14px;
	bottom: 0;
}
.group-line-b{
	width: 220px;
	height: 14px;
	background-color: #DD3032;
	position: absolute;
	right: -14px;
	bottom: -14px;
}
.group-content-right{
	width: 58%;
	margin-left: 26px;
}
.group-content-right .group-content-title{
	height: 60px;
}
.group-content-right .particulars-icon{
	margin-top: 26px;
}
.group-content-right .particulars-title{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	margin: 20px 0 0 10px;
}
.group-content-right .particulars-en{
	font-weight: 400;
	font-size: 36px;
	line-height: 24px;
	color: #D4D4D4;
	text-align: left;
	margin-top: 10px;
}
.group-content-right .group-particulars-info{
	width: 100%;
	height: 500px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 15;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}