@charset "gb2312";

/* CSS Document */

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;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;}
/*footer*/
.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 5px;
	font-size: 1.6rem;
	line-height: 22px;
	text-align: center;
    text-decoration:underline;
}
.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;
}


.ft_link {
	margin: 0 auto;
	max-width: 650px;
	line-height: 50px;
}



@media (min-width: 640px){
body{width:640px;margin:0 auto;position:relative;}
}