@charset "utf-8";
/* CSS Document */

html,body{
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

a img{
	border:none;
}
:focus {
	outline:none;
}
ul,li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}


/*=======================
		主要版面
========================*/
#wrapper{
	width:980px;
	height:640px;
	position:absolute;
	background-position: center center;
	margin-top: -320px;
	margin-left: -490px;
	left: 50%;
	top: 50%;

}



/*版面下方*/


#logo{
	width:173px;
	height: 25px;
	position: relative;
	left: 30px;
	top: 100px;
}


#btn_mc{
	height: 25px;
	position: absolute;
	top: 100px;
	left: 200px;
}
#btn_mc li{float:left;}
#btn_mc a{	height:25px;
	overflow:hidden;
	display:block;
	
}
#btn_mc a.on img{
	margin-top:-25px;
}
#btn_mc a:hover img{
	margin-top:-50px;
}
#main{
	position:absolute;
	left: 30px;
	top: 335px;
}
.w_mc{
	width:335px;
	font-size:10px;
	color:#868686;
	line-height:21px;
	letter-spacing: 0.5px;
}
.w_mc a{
text-decoration: none;
color: #868686;
}


.style1 {
	color: #E14107;
}


#pic{
	width:521px;
	height:285px;
	position: absolute;
	top: 194px;
	right: 36px;
	border: 1px solid #f0f0f0;
}
.qr{
	position:absolute;
	right:0;
	bottom:-10px;
}
/*頁尾*/
#footer{
	height:20px;
	width:980px;	
	position:absolute;
	bottom:0;
	text-align:center;
	font-size:12px;
	color: #808080;
}
#footer span,#footer a{
	color:#CCC;
	text-decoration:none;
}