@charset "gb2312";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, th, td, input, select, textarea, option, button, p, abbr, address, artical, aside, b, bdo, blockquote, button, datalist, del, details, dialog, em, strong, dfn, code, samp, kbd, var, cite, footer, header, i, ins, legend, m, menu, nav, q, section, time {
	margin: 0;
	padding: 0
}
table, td, th {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img, abbr, input {
	border: 0
}
body {
	font-family: "Microsoft YaHei"
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
ul, ol {
	list-style: none
}
a {
	text-decoration: none;
	color: #333;
	outline: none
}
a:hover {
	color: #333
}
fieldset, img {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button, input, select, textarea {
	font-size: 100%;
	outline: none
}
textarea {
	resize: none
}
article, aside, footer, header, hgroup, main, nav, section {
	display: block
}
.btn-group {
	width: 100%;
	max-width: 640px;
}
a{
	font-family:"Microsoft YaHei";
	color: #fff;
}
.bg-color-red{
	background: #F0433D;
}
.bg-color-grey {
	background: #333333;
}
.bd {
	border-right: 1px #fff solid
}
.footer {
	background: #fff;
	max-width: 650px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px
}
.ft1 {
	width: 100%;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	text-align: center
}
.ft_link a.link {
	color: #F0433D;
	padding: 2px 3px;
	text-decoration: underline;
	font-size: 16px;
	line-height: 22px;
	text-align: center
}
.ft_link a.link:hover {
	background: #ccc
}
.copy {
	text-align: center;
	background: #fff;
	max-width: 650px;
	height: 160px;
	overflow: hidden;
	margin-top: 10px
}
.copy img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	overflow: hidden
}
.copy a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #df0000;
	font-weight: bold
}
.btm-l {
	float: left;
	width: 36%;
	display: inline-block;
	margin-left: 2%
}
.btm-l img {
	width: 80%
}
.btm-r {
	float: left;
	width: 52%;
	display: inline-block;
	margin-left: 5%;
	font-size: 14px
}
@media (min-width:640px) {
	body {
		width: 640px;
		margin: 0 auto;
		position: relative
	}
}