/* 导航栏 */
nav{
	width: 100%;
}
.nav{
	width:100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 14px 3px 6px 0px rgba(0, 0, 0, 0.05);
	
}
.nav a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	/* text-align: center; */
}
.nav ul{
	display: flex;
}
.nav_one{
	/*margin-left: 300px !important;*/
}
.nav ul li{
	width: 120px;
	height: 80px;
	border-bottom: 3px solid #0057B8;
	text-align: center;
	line-height: 80px;
	margin-left: 20px;
}



/* <!-- 应用领域 --> */
section{
	width: 100%;
}
.applicationArea{
	width: 1200px;
	margin: 0 auto;
}
.applicationArea ul{
	display: flex;
	justify-content:space-around;
	
	
}
.applicationArea_box{
	/*margin-top:30px ;*/
	/*margin-left: 20px;*/
	width: 290px;
	height: 300px;
	text-align: center;
/* 	border: 1px solid red; */
}

.applicationArea_box:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 3px rgba(12, 0, 0, 0.05);
}
.p{
	width: 251px;
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	top: 20px;
}
.applicationArea_box_text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #545454;
	line-height: 24px;
	position: relative;
	top: 50px;
}
.applicationArea_box img{
	width: 251px;
	height: 200px;
	cursor: pointer;
	transition: all 0.5s;
}

.applicationArea_box img:hover{
	transform: scale(1.1,1.1);
}
