
@charset "utf-8";
/* Creat by mypenn@gmail.com */
/*防止IE6下fixed元素闪动*/
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.67 "微软雅黑",tahoma,arial;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}

input:focus{outline:0;}
a{color:#3db0d6;}
a:hover{color:#3d3d3d;text-decoration:none;}
.y1{color:#3db0d6;}
.y2{color:#f8b62c;}
.y3{color:#666;}
.y4{color:#FFF;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;}
.f40{font-size:40px;}
.fwb{font-weight:bold;}
.fwn{font-weight:normal;}
.w{clear:both;width:100%;}

#Slide1{
	width:300%;
	height:auto;
	overflow:hidden;
	padding:25px 0 10px;
}
#Slide1 ul{
	float:left;
	width:716px;
}
#Slide1 ul li{
	float:left;
	width:328px;
	height:auto;
	overflow:hidden;
	margin:20px 15px;
	_display:inline;
}
#Slide1 ul li img{
	float:left;
	margin:0 18px 0 0;
	width:116px;
	height:95px;
}
#Slide1 ul li p{
	line-height:18px;
}

/**/
.rnav{
	position:fixed;
	top:210px;
	right:2px;
	z-index:9;
	width:124px;
	height:auto;
	overflow:hidden;
	_position:absolute;
}
.rnav ul li{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:1px;
}
.rnav ul li a{
	display:block;
	width:100%;
	height:35px;
	overflow:hidden;
	line-height:35px;
	color:#00c0ff;
	background:#FFF url(../images/arr4.gif) no-repeat 14px center;
	text-indent:24px;
	font-weight:bold;
}
.rnav ul li a.active{
	background-color:#00c0ff;
	color:#FFF;
}
