@charset "utf-8";
/* CSS Document */
/*    基础样式定义    */
*{margin:0;padding:0;border:0px;}
body{ width:100%; height:100%; font-family:Arial, Helvetica, sans-serif,SimSun;font-size:14px; color:#666; background:#FFF;}
a,a:link,a:visited,a:active {text-decoration:none;color:#666;}
a:hover {text-decoration:none;color:#339788;}
.fl{ float:left;}
.fr{ float:right;}
ul li{ list-style:none;}
a{ text-decoration:none;}
a img{border: none;}
.clear{clear:both;}

/*    header style    */
header{ width:100%; height:auto; margin:0}
.header_box{ width:100%; height:auto; margin:0; padding:0;}
.header_top{ width:100%; height:30px; line-height:30px; background:#F5F5F5; border-bottom:1px solid #ccc;}
.header_top_b{ width:1000px; height:100%; margin:0 auto; font-size:13px;}
.header_center{ width:1000px; height:90px; margin:0 auto; background:#fff;}
.header_center img{ padding-top:6px; float:left;}
.center_fr{ width:574px; height:100%; float:left; margin-left:25px;}
.fr_img{ width:600px; height:90px; margin-top:10px; float:left; background:url(../images/22.jpg) no-repeat;}
.menu{ width:100%; background:#0e6493;color:#fff; float:left; font-size:14px; line-height:34px; margin-bottom:15px; text-align:center;}
 
 
.menu  a{ padding:0 20px;color:#fff; font-size:14px;}
.header_bottom{ width:1000px; height:190px; margin:0 auto;}



/*    footer style    */
.foot{ width:1000px; height:auto; margin:0 auto;}
.foot_top{ width:100%; padding:30px !important; background:#F7F7F7;}
.foot_top p{ width:100%; height:20px; line-height:20px; text-align:center;}
.foot_bottom{ width:100%; height:25px; line-height:25px;}


/* 本例子css */
		.slideBox{ width:100%; height:300px; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ display:block;width:100%;}

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ disp