@charset "utf-8";
/* CSS Document */

html, body, div, ul, li, p, span, h2{
	padding:0;
    margin:0; 
	list-style:none;
	font-family:"微软雅黑";
}
.header{
	background-image:url(../images/headr_01.png);
	width:100%;
	height:100px;
}
.logo{
	float:left;
	margin-top:14px;
	margin-left:40px;
}
.xuanxiang{
	float:right;
}
.xuanxiang a{
	display:inline-block;
	text-align:center;
	font-family:"微软雅黑";
	color:#cccccc;
	font-size:20px;
	text-decoration:none;
	padding:20px 20px;
}
.xuanxiang a:hover{
	background:#c7054b;
}
.xuanxiang a span{
	display:block;
	margin-top:4px;
}
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	float:left;
	height:600px;
}
.playBox{
	width:100%;
	overflow:hidden;
}
.banner_ul{
	width:300%;
	position:absolute;
	top:0px;
	left:0px;
}
.banner_ul li{
	width:33.33%;
	float:left;
}
.eriwuma{
	position:absolute;
	bottom:50px;
	left:40px;
	padding:8px 15px;
	background:rgba(0,0,0,0.5);
	text-align:center;
}
.eriwuma span{
	font-family:"宋体";
	font-size:12px;
	color:#cccccc;
	display:block;
	margin-top:5px;
}
.banner_ul li img{
	width:100%;
}
.ico2{
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-59px;
	cursor:pointer;
}
.ico2 span{
	display:inline-block;
	height:20px;
	width:20px;
	border-radius:50%;
	border:3px solid #ffffff;
	margin-left:10px;
}
.sekuai{
	background:#000;
	border:3px solid #000 !important;
	opacity:0.6;
}
.prve{
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-50px;
}
.next{
	position:absolute;
	right:40px;
	top:50%;
	margin-top:-50px;
}
.foot{
	width:100%;
	text-align:center;
	height:140px;
	background:#000;
	font-family:"微软雅黑";
	font-size:14px;
	color:#555555;

	float:left;
}


#slider-wrapper {
  
}

#slider {
	
    height:246px;
   
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom:42px;
	text-align:center;
	 margin-left:800px;
	
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

