﻿.index_bg01 {
	BACKGROUND: url(../Images/banner_bg01.gif) repeat-x 0px 0px
}

.index_bg02 {
	BACKGROUND: url(../Images/banner_bg02.gif) repeat-x 0px 0px
}

.index_bg03 {
	BACKGROUND: url(../Images/banner_bg03.gif) repeat-x 0px 0px
}

.index_bg04 {
	BACKGROUND: url(../Images/banner_bg04.gif) repeat-x 0px 0px
}

.index_bg05 {
	BACKGROUND: url(../Images/banner_bg05.gif) repeat-x 0px 0px
}

#warp {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 100%;
	PADDING-RIGHT: 0px;
	HEIGHT: 400px;
	PADDING-TOP: 0px;
}

.banner {
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.banner:hover .banner_l,
.banner:hover .banner_r {
	display: block;
}


.banner_l,
.banner_r {
	position: absolute;
	z-index: 10;

	display: none;
}

.banner_l {
	MARGIN-TOP: 190px;
	WIDTH: 50px;
	left: 130px;
	z-index: 999;
}

.banner_r {
	MARGIN-TOP: 190px;
	WIDTH: 50px;
	right: 140px;
	z-index: 999;
}

/*
.banner_l a{background:url(../Images/banner_l1.png) no-repeat center;width:50px;height:50px;display:block}
.banner_r a{background:url(../Images/banner_r1.png) no-repeat center;width:50px;height:50px;display:block}
*/
.banner_l a {
	width: 50px;
	height: 50px;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	filter: alpha(opacity=0.5); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
}

.banner_r a {
	width: 50px;
	height: 50px;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	filter: alpha(opacity=0.5); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
}

.banner_l:hover a {
	background-color: rgba(63, 145, 233, 1);
	filter: alpha(opacity=1); /*IE滤镜，透明度50%*/
	-moz-opacity: 1; /*Firefox私有，透明度50%*/
}

.banner_r:hover a {
	background-color: rgba(63, 145, 233, 1);
	filter: alpha(opacity=1); /*IE滤镜，透明度50%*/
	-moz-opacity: 1; /*Firefox私有，透明度50%*/
}

.bannerImg {
	position: absolute;
	float: left;
	margin: 0px;
	padding: 0;
	width: 1920px;

	left: 50%;
	margin-left: -960px;
}

.bannerImg .bannerPage {
	position: absolute;
	width: 100px;
	text-align: center;
	top: 420px;
	left: 50%;
	margin-left: -50px;
}

.bannerImg .bannerPage A {
	MARGIN-RIGHT: 2px
}

.bannerImg .bannerPage A IMG {
	VERTICAL-ALIGN: middle
}

.slides_container {
	POSITION: relative;
	WIDTH: 2100px;
	OVERFLOW: hidden
}

.pagination {
	margin: 0px auto;
	overflow: hidden;
	/*margin-left: 200px;*/
}

.pagination LI {
	MARGIN: 0px 1px;
	FLOAT: left
}

.pagination LI A {
	BACKGROUND-IMAGE: url(../Images/pagination.png);
	WIDTH: 15px;
	DISPLAY: block;
	BACKGROUND-POSITION: 0px -1px;
	FLOAT: left;
	HEIGHT: 0px;
	OVERFLOW: hidden;
	PADDING-TOP: 12px
}

.pagination LI.current A {
	BACKGROUND-POSITION: 0px -18px
}

.hiddens {
	visibility: hidden
}