/*$$
{"color":[{"val":"#666666","title":"默认文字颜色"},
{"val":"#0052cc","title":"鼠标滑过文字颜色/按钮文字"},
{"val":"#333333","title":"栏目标题文字颜色"},
{"val":"#ffffff","title":"鼠标滑过按钮文字"},
{"val":"#eeeeee","title":"英文标题颜色"},
{"val":"#999999","title":"副标题文字颜色"}],
"background":[{"val":"#ffffff","title":"默认栏目介绍背景颜色"},
{"val":"#0052cc","title":"鼠标滑过背景颜色"}],
"border":[{"val":"#0052cc","title":"按钮边框"}]}
$$*/
#about_152{
	width: 100%;
	height: auto;
	background:url(./../../../static/images/IC00025_01.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0 30px 0;
	box-sizing: border-box;
}
#about_152 .aboutBox{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#about_152 .aboutL{
	width: 390px;
	height: 100%;
}
#about_152 .dataItem .tit{	
	font-size: 14px;
	line-height: 24px;
	width: 160px;
	text-align: left;
	display: block;
	display: flex;
	justify-content: left;
	align-items: center;
}
#about_152 .dataItem{
	color: #666666;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
	transition: all .8s;
	cursor: pointer;
}
#about_152 .dataItem:hover{
	margin-left: 30px;
	color: rgba(0, 69, 151, 1);
}
#about_152 .dataItem .num{
	display: inline-block;
	position: relative;
	font-size: 70px;
	font-family: 'Impact';
	text-align: right;
	flex: 1;
	padding-right: 60px;
}
#about_152 .dataItem .num::before{
	position: absolute;
	right:20px;
	width: 40px;
	text-align: left;
	top:15px;
	font-size: 45px;
	content: attr(data-title);
	text-align: center;
	font-family: '微软雅黑';
}
#about_152 .aboutR{
	width: 700px;
	position: relative;
}
#about_152 .aboutR .tit-1{
	width: 100%;
	color: rgba(0, 69, 151, 1);
	font-size: 36px;
	line-height:60px;
	font-weight: 600;
	position: relative;
}
#about_152 .aboutR .tit-2{
	font-size: 22px;
	color: #333333;
	width: 100%;
	line-height: 50px;
	margin-bottom: 20px;
}
#about_152 .aboutR .tit-3{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
	 max-height: 216px;
}
#about_152 .btnMore{
	width: 190px;
	height: 50px;
	border:rgba(0, 69, 151, 1) solid 1px;
	display: block;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
	position: relative;
}
#about_152 .btnMore::before{
	position: absolute;
	left: 50%;
	content: '';
	top:50%;
	width: 0;
	height: 0;
	border-radius: 30px;
	transition: all .8s;
	background: rgba(0, 69, 151, 1);
}
#about_152 .btnMore:hover::before{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
#about_152 .btnMore i{
	display: inline-block;
	background:url(./../../../static/images/IC00025_02.png) no-repeat right center;
	padding-right: 20px;
	font-size: 16px;
	color: rgba(0, 69, 151, 1);
	position: relative;
	z-index: 1;
}
#about_152 .btnMore:hover i{
	color: #ffffff;
}
#about_152 .abClass{
	max-width: 1220px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	margin: 20px auto;
}
#about_152 .abItem{
	background: #ffffff;
	width: calc(100% - 20px);
	overflow: hidden;
	flex: 1;
	margin:10px;
	border-radius: 10px;
	padding: 15px 20px 15px 15px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
#about_152 .abItem::before{
	position: absolute;
	content: '';
	width: 100%;
	border-radius: 10px;
	height: 100%;
	opacity: 0;
	left: 0;
	top:0;
	background: rgba(0, 69, 151, 1);
	transition: all 1s;
	z-index: 1;
}
#about_152 .abItem:hover::before{
	opacity: 1;
}
#about_152 .abItem::after{
	background:url(./../../../static/images/IC00025_04.png) no-repeat;
	width: 23px;
	height: 31px;
	position: absolute;
	content: '';
	right:-43px;
	top:-51px;
	transition: all .8s;
	z-index: 10;
}
#about_152 .abItem:hover::after{
	right: 20px;
	top:20px;
}
#about_152 .abItem i{
	background:url(./../../../static/images/IC00025_03.png) no-repeat;
	width: 23px;
	height: 31px;
	position: absolute;
	right: 20px;
	top:20px;
}
#about_152 .abItem .tit-en{
	font-size: 44px;
	color: #eeeeee;
	font-weight: 550;
	font-family: 'Impact';
	position: relative;
	z-index: 10;
}
#about_152 .abItem .tit-1{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	display: block;
	text-align: right;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}
#about_152 .abItem .tit-2{
	font-size: 14px;
	color: #999999;
	line-height:24px;
	display: block;
	text-align: right;
	position: relative;
	z-index: 10;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#about_152 .abItem:hover .tit-en,
#about_152 .abItem:hover .tit-1,
#about_152 .abItem:hover .tit-2{
	color: #ffffff;
}
@media screen and (max-width: 1024px) {
	#about_152 .aboutL{
		width:50%;
	}
	#about_152 .aboutR{
		width:50%;
	}
	#about_152 .aboutBox{
		padding: 0 20px;
	}
	#about_152 .abItem .tit-en{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	#about_152{
		height: auto;
		padding: 20px 0 10px 0;
	}
	#about_152 .aboutBox{
		flex-direction: column;
		padding: 0 15px;
	}
	#about_152 .aboutR .tit-1{
		font-size: 24px;
		line-height: 40px;
	}
	#about_152 .aboutR .tit-2{
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#about_152 .aboutR .tit-3{
		font-size: 14px;
		line-height: 24px;
		max-height: 144px;
	}
	#about_152 .btnMore{
		margin: 15px 0;
		height: 40px;
		width: 150px;
	}
	#about_152 .aboutL{
		width:100%;
		height: auto;
	}
	#about_152 .aboutR{
		width: 100%;
	}
	#about_152 .dataItem{
		margin: 15px 0;
	}
	#about_152 .dataItem .num{
		font-size: 50px;
	}
	#about_152 .dataItem .num::before{
		top:0;
	}
	#about_152 .abClass{
		grid-template-columns: repeat(2,1fr);
		margin: 0 0 20px 0;
	}
	#about_152 .abItem .tit-en{
		font-size: 24px;
	}
	#about_152 .abItem .tit-1{
		font-size: 16px;
	}
	#about_152 .abItem .tit-2{
		height: 44px;
		line-height: 22px;
	}
	#about_152 .abItem i{
		top:10px;
	}
	#about_152 .dataItem .tit{
		width: 60%;
	}
}
