@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
@import url("reset.css");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
table {
	border-spacing: 0;
}
fieldset,
img {
	border:  none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}
/* Custom CSS
 * --------------------------------------- */

body {
	font-family: "Microsoft YaHei","微软雅黑",helvetica,arial,verdana,tahoma,sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
}
.w1200 {
	width: 1200px;
	overflow: hidden;
}
.w980 {
	width: 980px;
}
.w1000{
	width:1000px;
}

.ma {
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clr {
	clear: both;
}
.tc{ text-align: center;}

.mr{ margin-right: 0px !important;}
.mr2{margin-right: 0px !important;}
.mr3{margin-right: 0px !important;}
.ssa {width:198px;float:left; padding-top:10px;margin-left:190px;}

.ssa .texta{width:140px;line-height:28px;height:28px;border:1px solid #ccc;}
.ssa .cxa{width:50px;line-height:30px;background:#3b80ff;text-align:center;border:0;color:#fff;}
.ssb{font-size:18px;color:red;padding: 0px 50px;}








