/*头部*/
header .container>ul li:nth-child(5){
	background-color: #3f51b5;
	border-radius: 7%;
}
header .container>ul li:nth-child(5) a{
	color: white;
}

/*关于我们样式*/
.aboutUsContent{
	background: #f6f6f6;
	padding: 5% 5%;
}
h2{
	letter-spacing: 10px;
}
.aboutUsContent p{
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 2px;
}
.aboutUsContent p img{
	position: relative;
	top: -3px;
}
