/*重置CSS*/
*html,
*html body {
	background-attachment: fixed;
}
body,
html{
    color: #333;
	min-height:100%;
	height:100%;
	_height:100%;
	width:100%;
	-webkit-text-size-adjust:none;
	font-size:12px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,h2,h3,h4,h5,h6,
pre,
ul,ol,li,
dl,dt,dd,
form,
a,
fieldset,
input,
select,
textarea,
th,
td{
	margin:0;
	padding:0;
	border:0;
	outline:none;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
table {
	border-collapse:collapse;
	border-spacing:0}

fieldset,img {
	border:0}
img{
	-ms-interpolation-mode: bicubic;
	vertical-align:top;
}
address,caption,cite,code,dfn,em,i,b,strong,th,var{
	font-style:normal;
	font-weight:normal}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
	cursor: pointer;
}
ol,ul {
	list-style:none;
	list-style-position:inside}
a{
	color:#333;
	text-decoration:none}
a:hover{
    color: #31a5e7;
}
caption,th{
	text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal}
q:before,q:after{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden}
abbr,acronym{
	border:0}
/* 公用css */
.w120{
    width: 120px !important;
}
.w140{
    width: 140px !important;
}
.w150{
    width: 150px !important;
}
.w180{
    width: 180px !important;
}
.w200{
    width: 200px !important;
}
.w230{
    width: 230px !important;
}
.w260{
    width: 260px !important;
}
.w360{
    width: 360px !important;
}
.w500{
    width: 500px !important;
}
.w600{
    width: 600px !important;
}
.h300{
    height: 300px;
}
.h500{
	height: 500px;
}
.pl15{
	padding-left: 15px !important;
}
.pl20{
    padding-left: 20px !important;
}
.pl30{
    padding-left: 30px !important;
}
.pl140{
	padding-left: 140px !important;
}
.pr30{
    padding-right: 30px !important;
}
.mt13{
    margin-top: 13px;
}
.mt12{
    margin-top: 12px;
}
.mt20{
	margin-top: 20px;
}
.mr40{
    margin-right: 40px;
}
.mb20{
    margin-bottom: 20px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml50{
    margin-left: 50px;
}
.ml135{
    margin-left: 135px;
}
.fl{
	float:left}
.fr{
	float:right}
.clear{
	clear:both}
.wm-1200{
	width:1200px;
	margin:0 auto; height:auto; overflow:hidden;
	position:relative}