.companyBox{
	background: #333;
	color: #fff;
}
.companyBox .content{
	width: 1200px;
	padding: 25px 0 30px;
	margin: 0 auto;
}
.companyLogo{
	height: 55px;
	margin-bottom: 40px;
}
.infoContent{
	width: 360px;
}
.infoContent2{
	width: 680px;
}
.infoItem{
	margin-bottom: 10px;
	font-size: 14px;
}
.codeContent{
	margin-top: 95px;
	padding-right: 80px;
}
.codeContent2{
	margin-top: 95px;
}
.infoItem a{
	color:#fff;
}
.codeItem{
	text-align: center;
	font-size: 12px;
}
.codeImg{
	width: 150px;
	height: 150px;
	margin-bottom: 3px;
}
.webInfo{
	background: #262626;
	font-size: 13px;
	color: #fff;
	padding: 10px 0;
}
.webInfo .content{
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.contentTitle{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.formContent{
	width: 290px;
}
.formItem{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #fff;
}
.formItem .formIcon{
	width: 14px;
	height: 14px;
	margin-left: 5px;
}
.formItem .formInput{
	color: #fff;
	height: 30px;
	background: rgba(0,0,0,0);
	width: 235px;
	border: none;
}
.formBtn{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #d61518;
	margin: 18px 0 8px;
	border-radius: 5px;
	cursor: pointer;
}
.formText{
	font-size: 12px;
	text-align: center;
}