.nav .nav4{
	color: deepskyblue;
}


/*这里是banner位置*/
.banner {
	width: 100%;
	height: 300px;
	padding-top: 80px;
	background: url(../images/other-bg-web.png);
	background-position: center;
}





/*主题部分*/
.web {
	width: 100%;
	padding: 20px 0;
}
.flow{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px dashed #eee;
}
.content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.title-big{
	color: #00ABFF;
	font-size: 24px;
	line-height: 60px;
}
.title{
	font-size: 18px;
	line-height: 30px;
}
.text{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 30px;
}
