﻿
/*#ul01 li
{
	float: left;
	margin: 5px 0px;
}
.slideBox
{
	position: relative;
}
.tempWrap
{
	margin:0px auto;
	height:85px;
}
.sPrev, .sNext
{
	position: absolute;
	left:0px;
	top: 0px;
	display: block;
	width:20px;
	height: 85px;
	background: url(../../images/slider-arrow.png) -115px center no-repeat;
	position: absolute;
	z-index: 100;
}
.sNext
{
	left: auto;
	right: 0px;
	background-position: 0px center;
}
.slideBox .sPrev:hover, .slideBox .sNext:hover
{
	border-color: #f60;
}
.pic-list
{
	float: left;
	width: 160px;
	height: 160px;
	margin: 0px 10px;
}
.pic-list a
{
	color: #fff;
	text-decoration: none;
}

.cxgh-pic
{
	position: absolute;
}
.cxgh-wz
{
	background: url(tpbg.png) left bottom;
	color: #fff;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 20;
	height:115px;
	padding-top:45px;
	font-size: 16px;
	font-weight: bold;
	display: none;
	opacity: 0.6;
	vertical-align:middle;
}*/


.slider .bd
{
	left: 50%;
	margin-left: -510px;
	position: absolute;
	width: 1020px;
}

	.slider .bd li
	{
		width: 1020px;
		overflow: hidden;
		position:relative;
	}

		.slider .bd li img
		{
			display: block;
			width: 1020px;
			height: 384px;
		}

.slider .tempWrap
{
	overflow: visible !important;
}

	.slider .tempWrap ul
	{
		margin-left: -1020px !important;
	}

.slider .hd
{
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
}

	.slider .hd li
	{
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 10px;
		height: 10px;
		line-height: 99px;
		overflow: hidden;
		background: #fff;
		margin: 0 5px;
		cursor: pointer;
		filter: alpha(opacity=60);
		opacity: 0.6;
		border-radius: 50%;
	}

		.slider .hd li.on
		{
			background: #cb0100;
			filter: alpha(opacity=100);
			opacity: 1;
		}

.slider .pnBtn
{
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 384px;
	cursor: pointer;
}

.slider .prev
{
	left: -50%;
	margin-left: -510px;
}

.slider .next
{
	left: 50%;
	margin-left: 510px;
}

.slider .pnBtn .blackBg
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 384px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slider .pnBtn .arrow
{
	/*display: none;*/
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 384px;
}

	.slider .pnBtn .arrow:hover
	{
		filter: alpha(opacity=60);
		opacity: 0.6;
	}

.slider .prev .arrow
{
	right: 0;
	background: url(slider-arrow.png) -97px center no-repeat;
	outline:none;
}

.slider .next .arrow
{
	left: 0;
	background: url(slider-arrow.png) 26px center no-repeat;
	outline:none;
}


.slider .title
{
	background: #000 none repeat scroll 0 0;
	bottom: 0px;
	left: 0;
	opacity: 0.8;
	padding: 3px 20px;
    line-height:30px;
	position: absolute;
	z-index:2;
}

	.slider .title a
	{
		color:#fff;
		font-size:16px;
	}
