@charset "utf-8";
/* CSS Document */

/* ------------------------------------------
  banner
--------------------------------------------- */
.Banner{
	width:100%;
	height:500px;
	min-height:500px;
	overflow:auto;
	background:#ccc;
	 
}
.Banner { position: relative; overflow: auto; }
.Banner li { list-style: none; text-align:center }
.Banner ul li{ float: left; width:100%; height:500px; }
.unslider-arrow{
	width:37px;
	height:87px;
	display:block;
	position:absolute;
	z-index:99;
}
.prev{
	top:200px;
	left:50px;
	background:url(../images/prev.png) no-repeat;
}
.next{
	top:200px;
	right:50px;
	background:url(../images/next.png) no-repeat;}
.Relative{
	position:relative;
}

.SlideMess{
	z-index:50;
	width:300px;
	height:310px;
	position:relative;
	color:#fff;
}
.SlideMess table{ width:85%; margin:10px auto;}
.SlideMess td{ padding:5px 0; color:#fff; vertical-align:middle;}
.input_op{border:1px solid #fff;
          height:30px;line-height:30px;
		  font-size:14px;
		  width:100%;
		  background:#fff;
		  -moz-border-radius: 3px; 
	  -webkit-border-radius: 3px;
	  border-radius:3px; 
		  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
	      -moz-opacity:0.8; /*Firefox私有，透明度50%*/
	      opacity:0.8;/*其他，透明度50%*/}
.input_60{border:1px solid #fff;
          height:30px;line-height:30px;
		  font-size:14px;
		  width:60px;
		  -moz-border-radius: 3px; 
	      -webkit-border-radius: 3px;
	      border-radius:3px; 
		  background:#fff;
		  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
	      -moz-opacity:0.8; /*Firefox私有，透明度50%*/
	      opacity:0.8;/*其他，透明度50%*/}
.SlideOP{
	width:300px;
	height:310px;
	position:relative;
	left:700px;
	background:#000;
	z-index:0;
	margin-top:30px;
	filter:alpha(opacity=60); /*IE滤镜，透明度50%*/
	-moz-opacity:0.6; /*Firefox私有，透明度50%*/
	opacity:0.6;/*其他，透明度50%*/

}
.SlideMess .fget-mima{
	font-size:12px;
}
.SlideMess a{
	width:106px;
	height:40px;
	font-size:12px;
	color:#fff;
}
.BannerFloatBox{
	width:1000px; 
	height:500px; 
	margin-top:0px; 
	position:absolute; 
	z-index:40;
	left:50%;
	margin-left:-500px;
}
.fL{
	float:left;
}
.fR{
	float:right;
}
.ButtonBox{
	padding-left:20px;
}
.dots{
	position:absolute;
	z-index:99;
	top:480px;
	right:47%;
}
.dot{
	width:25px;
	height:4px;
	background:#000;
	opacity:0.2;
	float:left;
	margin-right:2px;
}
.active{
	width:25px;
	height:4px;
	background:#fff;
	float:left;
	opacity:1;
	margin-right:2px;
}
.Banner .li_01{
	background:url(../images/a.jpg) no-repeat center #c7d4e0;
}
.Banner .li_02{
	background:url(../images/b.jpg) no-repeat center #f5e9db;
}
.Banner .li_03{
	background:url(../images/c.jpg) no-repeat center #eaeae6;
}

.Banner .li_04{
	background:url(../images/d.jpg) no-repeat center #e7e4e3;
}

.Banner .li_05{
	background:url(../images/banner_03.jpg) no-repeat center #bfc3c4;
}
/* ------------------------------------------
  banner
--------------------------------------------- */