/*$$
{"color":[{"val":"#999999","title":"英文栏目标题文字压缩呢"},
{"val":"#e2e2e2","title":"英文栏目标题简写文字颜色"},
{"val":"#333333","title":"主体文字颜色"},
{"val":"#d2d2d2","title":"中文栏目标题中间斜线"},
{"val":"#666666","title":"简介文字颜色"},
{"val":"#ffffff","title":"按钮文字颜色"},
{"val":"#ffa304","title":"鼠标滑过数字颜色"}],
"background":[{"val":"#dceaff","title":"左侧图片背景边框"},
{"val":"#eeeeee","title":"按钮边框背景颜色"},
{"val":"#007eff","title":"按钮背景颜色"},
{"val":"#ffffff","title":"数据内容背景颜色"}],
"border":[]}
$$*/
#about_147{
	width: 100%;
	height: auto;
	background:url(./../../../static/images/IC00028_01.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0 30px 0;
	box-sizing: border-box;
}
#about_147 .aboutBox{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#about_147 .aboutL{
	width: 500px;
	margin-right:50px;
	padding: 20px;
	height: 560px;
	position: relative;
}
#about_147 .aboutL::before{
	background: #dceaff;
	position: absolute;
	content: '';
	left: 0;
	top:0;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border-radius: 0 40px 0 40px;
}
#about_147 .aboutL img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 40px 0 40px;
	position: relative;
	z-index: 10;
}
#about_147 .column{
	width: 100%;
	color: #999999;
}
#about_147 .tit-en{
	font-size: 12px;
	line-height: 70px;
	letter-spacing: 10px;
	position: relative;
}
#about_147 .tit-en i{
	position: relative;
	z-index: 10;
}
#about_147 .tit-en::after{
	position: absolute;
	content: attr(data);
	left: 0;
	font-size:92px;
	color: #e2e2e2;
	font-family: 'Book Antiqua';
	font-style: italic;
	font-weight: bold;
}
#about_147 .tit-zh{
	font-size: 36px;
	line-height: 65px;
	color: #333333;
}
#about_147 .tit-zh i{
	padding-right: 30px;
	position: relative;
}
#about_147 .tit-zh i::after{
	position: absolute;
	right:0;
	width: 30px;
	content: '/';
	color: #d2d2d2;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	top:0;
}
#about_147 .tit-zh i:last-child::after{
	display: none;
}
#about_147 .aboutR{
	flex: 1;
	position: relative;
	padding-top: 50px;
}
#about_147 .aboutR .tit-2{
	font-size: 20px;
	color: #333333;
	width: 100%;
	line-height: 50px;
	margin: 20px 0;
}
#about_147 .aboutR .tit-3{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	 max-height: 120px;
}
#about_147 .btnMore{
	width: 240px;
	height: 70px;
	background: #eeeeee;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
	position: relative;
}
#about_147 .btnMore::before{
	position: absolute;
	left: 50%;
	content: '';
	top:50%;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	transform: translate(-50%,-50%);
	border-radius: 50px;
	transition: all .8s;
	background: #007eff;
}
#about_147 .btnMore:hover::before{
	width: 100%;
	height: 100%;
}
#about_147 .btnMore i{
	display: inline-block;
	background: url(./../../../static/images/IC00028_03.png) no-repeat right center;
	padding-right: 58px;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	z-index: 10;
}
#about_147 .abClass{
	max-width: 1200px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	margin: 40px auto 20px;
	border-radius: 100px;
	height: 130px;
	padding: 0 80px;
}
#about_147 .abItem{
	flex: 1;
	position: relative;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about_147 .abItem::after{
	width: 1px;
	height: 50px;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	background: #eeeeee;
	content: '';
}
#about_147 .abItem:last-child::after{
	display: none;
}
#about_147 .abItem .tit-1{
	font-size: 14px;
	line-height: 30px;
	display: block;
	position: absolute;
	top:0;
}
#about_147 .abItem:hover .num3,
#about_147 .abItem:hover .num2,
#about_147 .abItem:hover .num1,
#about_147 .abItem:hover .num4{
	color: #ffa304;
}
#about_147 .abItem .tit-2{
	font-size: 38px;
	line-height:40px;
	display: block;
	position: relative;
	z-index: 10;
	min-width: 105px;
	padding:30px 35px 0 0;
	display: inline-block;
}
#about_147 .abItem span:nth-child(2){
	font-weight: bold;
	font-family: 'DIN';
}
#about_147 .abItem i{
	background:url(./../../../static/images/IC00028_05.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height:24px;
	position: absolute;
	right: 0;
	top:35px;
}
#about_147 .abItem:nth-child(2) i{
	background:url(./../../../static/images/IC00028_04.png) no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 1024px) {
	#about_147 .aboutR{
		width:50%;
	}
	#about_147 .aboutBox{
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px){
	#about_147{
		height: auto;
		padding: 20px 0 10px 0;
	}
	#about_147 .aboutBox{
		flex-direction: column;
		padding: 0 15px;
	}
	#about_147 .aboutL{
		width: 100%;
		margin-right: 0;
		height: 360px;
	}
	#about_147 .aboutR{
		width: 100%;
		padding-top: 20px;
	}
	#about_147 .column{
		padding: 0 15px;
	}
	#about_147 .tit-en{
		line-height: 50px;
	}
	#about_147 .tit-en::after{
		font-size: 60px;
	}
	#about_147 .tit-zh{
		font-size: 24px;
		line-height:40px;
	}
	#about_147 .tit-zh i::after{
		line-height: 30px;
	}
	#about_147 .aboutR .tit-2{
		margin:0;
		font-size: 16px;
	}
	#about_147 .btnMore{
		margin: 10px 0;
		width: 180px;
		height: 60px;
	}
	#about_147 .btnMore i{
		padding-right: 30px;
	}
	#about_147 .abClass{
		padding: 0 10px;
		height: 80px;
		margin: 10px 0;
	}
	#about_147 .abItem .tit-2{
		font-size: 20px;
		padding: 20px 20px 0 0;
		min-width: 60px;
	}
	#about_147 .abItem i{
		width: 15px;
		height: 15px;
		top:30px;
	}
}