/* CSS Document */
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
input[type="button"],  input[type="submit"],  input[type="reset"] {
	-webkit-appearance: none;
}
a {
	text-decoration: none;
}
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0}
body {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background: #eeeeee;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-width: 320px;
}

.banner img {
	width: 100%;
	max-width: 640px;
	margin: 0px auto;
}
.main {
	width: 100%;
	max-width: 640px;
	margin-top:20px;
}
.main ul {
	display:block;
	background-color:#FFF;
}
.main ul li {
	float: left;
	width: 33%;
	padding: 4% 0;
	text-align:center;
}
.border {
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
.border_bottom {
	border-bottom: 1px solid #d2d2d2;
}
.border_right {
	border-right: 1px solid #d2d2d2;
}
.main ul li img {
	width: 70%;
}
.main ul li p {
	text-align: center;
	color: #5b595a;
}
.main ul li p span {
	clear: both;
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}
.foot{
	line-height: 36px;
	text-align: center;
	width:60%;
	margin:20px auto 0px auto;
}
.foot a{
	color: #666;
}
.foot .massge{
	float:left;
	width:50%;

}
.foot .our{
	float:left;
	width:50%;
}
.erweima{
	width:300px;
	height:300px;
	position:fixed;
	left:50%;
	margin-left:-150px;
	top:50%;
	margin-top:-150px;
}
.erweima img{
	marginp:0px;
}
.erweima p{
	width:100%;
	line-height:60px;
	text-align:center;
	background-color:#e8e8e8;
	margin:0px;
	background-color:#900;
	color:#FFF;
}
@media (max-width: 768px) {
.erweima{
	display:none;
}
}