@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none; font-style:normal;
}
body{min-width:1200px;}
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{text-decoration:underline;}
img {
    border: 0;
    max-width: 100%;
}

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;
}
/*自定义公共*/
.color-3{ color:#333;}
.color-6{ color:#666;}
.color-9{ color:#999;}
.color-org{color:#ff9000;}
.color-pink{color:#ff5454;}
.red{color:#ff1f1f;}
.clr{*zoom:1; margin-bottom: 40px;}
.clr:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.flt {
    float: left;
}
.frt{ float:right;}
table.table-fixed{table-layout:fixed;}
table.table-fixed td{word-wrap:break-word;}
	/*表格*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ml20 { margin-left: 10px;}
.mr20{ margin-right:20px   !important;}
.mt20{margin-top:20px;}
.mt80{margin-top:8px;}
.ml120{ margin-left:120px;}
.mb20{ margin-bottom:20px;}
.m280{margin-left:280px;}
.m15{margin-left:15px;}
.mr5{margin-right:15px;}
.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;}
.box-100{ width:100%; display:block; float:left;}
.m-width130{ min-width:130px; display:inline-block;}
/***/
.w1200{ width:1200px; margin-left:auto; margin-right:auto;}
#w100{ width:100%; margin-left:auto; margin-right:auto;}
.w230{width:230px;text-align:center;}
.w200{width:200px;text-align:center;}

