@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none; font-style:normal;
}
body, a, input {
	font-family: "Microsoft Yahei", "Droid Sans Fallback", "Arial", "Helvetica", "sans-serif", "宋体"; color:#333; font-size:12px;
} 
a {
	text-decoration: none;
	color: #333;
}
a:hover{ color:#333; text-decoration:underline;}
img {
    border: 0;
    max-width: 100%; display:block;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="password"], input[type="search"], input[type="email"], input[type="number"], input[type="phone"], button, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none; outline:none;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p, label{
	border: none;
	font-weight: normal;
}

.clear{ clear:both; height:0x; display:block;}
.color-3{ color:#333;}
.color-6{ color:#666;}
.color-9{ color:#999;}

.flt {
    float: left;
}
.frt{ float:right;}
.ml20 { margin-left: 10px;}
.mr20{ margin-right:20px   !important;}
.ml120{ margin-left:120px;}
.mb20{ margin-bottom:20px;}
.pl-10{ text-align:left  !important;padding-left:10px;}

.fs12{ font-size:12px;}
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
.fs18{ font-size:18px;}
.fs26{ font-size:26px;}
