@charset "utf-8";
nav .navBox ul li{
	float: left;
	width:25%;
}
.aboutUsBox,.contactBox{
	width: 1100px;
	margin:0 auto;
	padding:80px 0 40px 0;
	background:url(../images/whcom.png) 0px 20px no-repeat;
}
.aboutUsBox h1,.contactBox h1{
	font-size: 18px;
	color: #292626;
	padding:10px 0 5px 0;
}
.articleTxt p{
	line-height: 26px;
	font-size: 16px;
	text-align: justify;
}
.articleTxt{
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
}
.navBox li .cuttent{
	color:#ff7129;
	background: #fff;
}
.navBox li a {
    line-height: 48px;
    width: 100%;
    color: #fff;
    font-size: 1.8em;
    display: block;
    text-align: center;
}
.pageBottomBox{position: fixed;bottom: 0;width: 100%;}