* {
	margin:0;
	padding:0;
	
}

body{ min-width:960px; background-color:#F7F7F7;
	font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	background-image: url(../images/bg.png);
	background-repeat: repeat; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;	/* Firefox */
    -webkit-box-sizing:border-box;	/* Safari */
}
a{
	color:#333; cursor: pointer;
	text-decoration: none;
	outline:none;
}
a img{border: none;}

li{list-style-type: none;}

input{ vertical-align:middle;}
strong{ font-weight:normal;}
p{text-indent:2em; text-align:left;}
.all{ width:100%;}
.allC{ width:1000px; margin:0 auto; z-index:2;}
.all_txt{ width:100%;}
.all_txt p{width:100%; margin-bottom:20px; text-align:left;}




