.about{
	display: inline-block;
	width: 100%;
	background: url(../img/Bgbg.png) repeat;
}
.abouts{
	background: #fff;
	padding: 20px;
	margin: 30px 0;
}

.tag{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.tag a{
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
	text-decoration: none;
}
.tag a:hover,.tag .on{
	background: #f44;
	color: #fff;
	border-color: #f44;
}

.pmm{
	min-height: 600px;
}




.mess h4{
	font-size: 22px;
	padding-top: 40px;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.mess ul{
	width: 50%;
	float: left;
}
.mess li{
	margin-bottom: 20px;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 10px 20px;
}
.mess li label{
	width: 70px;
	display: inline-block;
	border-right: 1px solid #ddd;
	margin-right: 10px;
}
.mess li .iptTxt{
	width: 340px;
	height: 32px;
	border: none;
}
.mess li .txtAre{
	width: 340px;
	border: none;
}
.mess li .btnSubmit,.mess li .btnReset{
	width: 161px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border: none;
	background-color: #b3b3b3;
	cursor: pointer;
}
.mess li .btnSubmit{
	margin-right: 20px;
	background-color: #c30101;
}


.mess .ads{
	float: right;
	width: 500px;
	height: 360px;
	border: 1px solid #ddd;
}
.mess .ads img{
	display: block;
	width: 100%;
}