@charset "gb2312";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th, i, u {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
u, i {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border: 0;
}
body {
	width: 100%;
	color: #333;
	background: #fff;
	font: 12px Verdana, Arial, sans-serif, "Times New Roman", 'Î¢ÈíÑÅºÚ';
}
/*ÐÂ°æ-ÕýÎÄ*/
.sp-list{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:46px;	
}
.s01{
	width:100%;
	overflow:hidden;
	margin-top:10px;	
}
.s01 ul{
	width:96%;
	margin:0 auto;
	display:block;	
}
.s01 ul .s01-a{
	width:100%;
	overflow:hidden;
}
.s01 ul .s01-a a img{
	display:block;
	width:100%;
	height:100%;	
}
.s01 ul li{
	margin-top:5px;	
}
.s01 ul li a{
	font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    color: #222222;
    line-height: 22px;
    text-decoration: none;
}
.s01 ul .s01-p{
	font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    color: #FF6600;
    line-height: 24px;
}

.s02{
	width:31%;
	overflow:hidden;
	margin-top:10px;
	float:left;
	margin-left:2%;	
}
.s02 ul{
	width:96%;
	margin:0 auto;
	display:block;	
}
.s02 ul .s01-a{
	width:100%;
	height:120px;
	overflow:hidden;
}
.s02 ul .s01-a a img{
	display:block;
	width:100%;
	height:100%;	
}
.s02 ul li{
	margin-top:5px;	
}
.s02 ul li a{
	font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
    color: #222222;
    line-height: 20px;
    text-decoration: none;
}
.s02 ul .s01-p{
	font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    color: #FF6600;
    line-height: 24px;
}

.s03{
	margin-top:10px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	padding-bottom:10px;	
}
.s03 .s03-a{
	width:110px;
	float:left;
	margin:0 10px;	
}
.s03 .s03-a img{
	display:block;
	width:100%;
}
.s03 .s03-b{
	float:left;
	width:58%;
}
.s03 .s03-b p{
	font-family: "Î¢ÈíÑÅºÚ";
    font-size: 12px;
    color: #222222;
    line-height: 20px;
    text-decoration: none;
}
.s03 .s03-b h1{
	font-family: "Î¢ÈíÑÅºÚ";
    font-size: 20px;
    color: #FF6600;
    line-height: 24px;
	margin-top:5px;	
}


.mask {
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:100%;
	background:#333;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	display:none;
}
#LoginBox {
	position:absolute;
	top:20%;
	background:#ffffff;
	width:90%;
	left:5%;
	z-index:10000;
	display:none;
	height:160px;
}
#LoginBox ul{
	margin-top:30px;
	width:100%;	
}
#LoginBox ul li{
	float:left;
	width:25%;
}
#LoginBox ul li a img{
	display:block;
	margin:0 auto;	
}
#LoginBox ul li a img:hover{
	border:1px solid #f50e50;
}
#LoginBox p{
	font-size:14px;
	text-align:center;
	margin-top:20px;
	font-weight:bold;	
}
#closeBtn{
	float:right;
	margin:10px;
	font-size:14px;
	color:#666;	
}

