/*-------------------------- 应用领域数据  -----------------------------*/
#application_area_number{
	width:100%;
	height:380px;
	background:rgba(0,0,0,.5);/*更改为背景图片*/
}
#application_area_number .number_title{
	text-align:center;
	color:#fff;
	font-size:38px;
	font-weight:600;
	line-height:178px;
	padding-bottom:6px;
	letter-spacing:2px;
}
#application_area_number .four_number_box{
	width:90%;/*1200px*/
	margin:0 auto;
	color:#fff;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	/*flex-wrap:nowrap;*/
	justify-content:center;
	flex-wrap:wrap;
}
.four_number_box .four_number{
	height:100%;
	flex:1;
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	text-align:center;
}
.four_number_box .num{
	height:75px;
	position:relative;
}
.four_number_box .num_description{
	font-size:27px;
	line-height:58px;
	color:#fff;
}
.four_number_box .bottom_hr{
	width:27%;
	height:5px;
	background:#BBBBBB;
	margin:15px auto 0;
}
/*-------------------- 背景图  ----------------*/
#area_number_bg{
	height:1080px;
	width:100%;
/*	background:url(../img/index/applicationAreaNum/Numbg.jpg) center/cover no-repeat;*/
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	
}
.addTransition{
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
}
.flexStyle{
	width: 100%;
	justify-content:center;
}
.plusStyle{
	font-size:40px;
	color:#fff;
	padding-top:10px;
}
