.nav .nav5{
	color: deepskyblue;
}


/*这里是banner位置*/
.banner {
	width: 100%;
	height: 300px;
	padding-top: 80px;
	background: url(../images/other-bg1.png);
	background-position: center;
}





/*关于我们*/
.about-box{
	background: #fafafa;
}
.about{
	text-align: center;
	padding: 150px 0 80px 0;
	width: 1024px;
	margin: 0 auto;
}
.title-en{
	color: #00ABFF;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
}
.title-cha{
	color: #333;
	font-size: 24px;
	line-height: 36px;
}
.text{
	color: #666;
	width: 800px;
	margin: 0 auto;
	line-height: 25px;
	margin-top: 20px;
	font-size: 14px;
}





/*联系我们*/
.call-me{
	width: 1024px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	text-align: center;
	font-size: 14px;
}
.call-me span{
	display: inline-block;
	box-sizing: border-box;
	width: 19.5%;
	margin-top: 30px;
}
.call-me img{
	margin-bottom: 30px;
}
