﻿/*--滚动图片样式---*/
ul, li, b
{
	margin: 0px;
	padding: 0px;
}

.box2
{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.box-go2
{
	position: relative;
}

	.box-go2 li
	{
		position: relative;
		list-style: none;
		float: left;
	}

		.box-go2 li span
		{
	position: absolute;
	color: rgba(255,255,255,0.7); /*IE8*/
	font-size: 40px;
	left: 40%;
	top: 52%;
	float: left;
	z-index: 5;
	filter: Alpha(opacity=73)\9; /*IE8*/
		}

	.box-go2 img
	{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}

.box2 b
{
	color: #FFFFFF;
	position: absolute;
	top: 40%;
	background: rgba(239,239,239,0.4);
	display: block;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 30px;
	cursor: pointer;
	color: #999999\9; /*IE8*/
	background-color: #EFEFEF\9; /*IE8*/
	filter: Alpha(opacity=40)\9; /*IE8*/
	font-weight: lighter;
}

.box2 .btn2-l
{
	left: 2%;
}

.box2 .btn2-r
{
	right: 2%;
}

.box2 .quan
{
	position: absolute;
	bottom: 30px;
	left: 40%;
	z-index: 30;
	height: 20px;
}

.box2 i
{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: gray;
	margin: 0px 8px;
	background-image: url('../images/png/dian_gray.png')\9; /*IE8*/
	background-repeat: no-repeat;
}

.quan .red
{
	background: red;
	background-image: url('../images/png/dian_red.png')\9; /*IE8*/
	background-repeat: no-repeat;
}
/*---*/
