﻿
@charset "utf-8";



#flash {
	width: 100%;
	/*float: left;*/
}

.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}

	.slideBox .bd {
		position: relative;
		z-index: 0;
		margin: 0 auto;
	}

		.slideBox .bd li {
			position: relative;
			text-align: center;
		}

			.slideBox .bd li img {
				width: 100%;
			}

	.slideBox .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 10px;
		left: 0;
		height: 12px;
		line-height: 12px;
	}

		.slideBox .hd ul {
			text-align: center;
		}

			.slideBox .hd ul li {
				cursor: pointer;
				display: inline-block;
				*display: inline;
				zoom: 1;
				width: 12px;
				height: 12px;
				margin: 0 5px;
				overflow: hidden;
				background: #fff; /*filter:alpha(opacity=80);opacity:0.8;*/
				line-height: 999px;
				border-radius: 50%;
			}

			.slideBox .hd ul .on {
				background: #d50100;
			}

	.slideBox .prev {
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -37.5px;
		display: none;
		width: 49px;
		height: 75px;
		background: url(../images/left.png) no-repeat left top;
		cursor: pointer;
	}

	.slideBox .next {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -37.5px;
		display: none;
		width: 49px;
		height: 75px;
		background: url(../images/right.png) no-repeat left top;
		cursor: pointer;
	}

	.slideBox:hover .prev, .slideBox:hover .next {
		display: block;
	}













/*.box_skitter {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.box_skitter img {
	max-width: 100%;
    position: fixed;
    width: 100%;
    text-align: center;
    height: auto;
}
.box_skitter ul {
	text-align: center;
	display: none
}
	.box_skitter ul li {
		position: relative;
		text-align: center;

		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 12px;
		height: 12px;
		margin: 0 5px;
		overflow: hidden;
		background: #fff;*/ /*filter:alpha(opacity=80);opacity:0.8;*/
		/*line-height: 999px;
		border-radius: 50%;
	}

.box_skitter .container_skitter {
	position: fixed;
	z-index: 0;
	margin: 0 auto;
}
.box_skitter .image {
	overflow: hidden;
	display: contents;
}
.box_skitter .image img {
	width: 100%;
}
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20
}
.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display:none;
}
.box_skitter .prev_button {
	position: absolute;
	top: 50%;
	left: 35px;
	z-index: 152;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
.box_skitter .next_button {
	position: absolute;
	top: 50%;
	right: 35px;
	z-index: 152;
	width: 42px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
.box_skitter .next_button:hover, .box_skitter .prev_button:hover {
	opacity: .5!important
}
.box_skitter .info_slide_dots {
	position: absolute;
	bottom: -40px;
	z-index: 151;
	padding: 5px 0 5px 5px;
}
.box_skitter .info_slide_dots .image_number {
	background: #333;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
.box_skitter .info_slide_dots .image_number:hover {
	background: #000
}
.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {
	background: #c33;
	float: left;
	margin: 0 5px 0 0
}
, .skitter-clean .next_button, .skitter-clean .prev_button {
display:block
}
.skitter-clean .prev_button {
	background: url(../images/sprite-clean.png) no-repeat left;
	width: 26px;
	height: 50px;
	left: 30px;
}
.skitter-clean .next_button {
	background: url(../images/sprite-clean.png) no-repeat right;
	width: 26px;
	height: 50px;
	right: 30px;
}
.skitter-clean .info_slide_dots {
	bottom: 10px
}
.skitter-clean .info_slide_dots .image_number {
	width: 40px;
	height: 5px;
	background: #fff
}
.skitter-clean .info_slide_dots .image_number:hover {
	background: #009ADE
}
.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover {
	background: #009ADE
}
.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	color: #fff;
	opacity: .5;
	background: #000
}
.box_skitter .label_skitter p {
	padding: 10px 15px;
	margin: 0;
	font-family: microsoft yahei;
	letter-spacing: -1px;
	font-size: 14px;
}
.box_skitter .progressbar {
	background: #000;
	position: absolute;
	top: 5px;
	left: 15px;
	height: 5px;
	width: 200px;
	z-index: 99;
	border-radius: 20px
}*/
