/* CSS Document */
		/* banner css */
            * {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:#f6f6f6;
	font:normal 12px/22px 宋体;
	width:100%;
}
img {
	border:0;
}

#footer {
	text-align:center;
}
.alp {
	filter:alpha(opacity=90);/*IE*/
	-moz-opacity:0.9;/*Moz+FF*/
	opacity:0.9;/* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
	background-color:#ffffff;
}

.alps {
	filter:alpha(opacity=100);/*IE*/
	-moz-opacity:1.0;/*Moz+FF*/
	opacity:1.0;/* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
	background-color:#333333;
}
.fullSlide {
	width:100%;
	position:relative;
	height:380px;

}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:380px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:380px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
	background:url(images/touming.png)repeat-x;
	text-align:center;
	_background:#000;
	_filter:alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align:center;
	padding-top:0px;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12px;
	height:10px;
	margin:3px;
	background:url(images/tg_flash_p.png) -18px 0;
	overflow:hidden;
	line-height:9999px;
}
.fullSlide .hd ul .on {
	background-position:0 0;
}

