@charset "utf-8";
/* 通用样式 */

/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p,  
blockquote, /* structural elements 结构元素 */ 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 
pre, /* text formatting elements 文本格式元素 */ 
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 
th, td, /* table elements 表格元素 */ 
img/* img elements 图片元素 */{ 
  margin: 0;  
  padding: 0;  
}
body{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}
ul,li{
	list-style:none;
}
img{
	border:0px;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#f60;
	text-decoration:none;
}
.clear{
	clear:both;
}

.f_left{
	float:left;
}
.f_right{
	float:right;
}

.t_left{
	text-align:center;
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}
h1{
	font-size:14px;
	color:#666;
	line-height:31px;
	margin-left:20px;
	
}
.top10{
	margin-top:10px;
}
.button{
	color:#fff; background:url(../images/btn.jpg) no-repeat; width:78px; height:25px; border:none;
	margin-left:50px;
}

/*************** Pagination ***************/

.pagination {
                text-align: right;
				margin-top:10px;s
                padding: 4px 0 5px 0;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
				line-height:16px;
				color:#999;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
				color:#999;
                }
.pagination a.number:hover{
                background: #0d97ef;
                border-color: #0d97ef !important;
                color: #fff !important;
                }
.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current{
                background: #0d97ef;
                border-color: #0d97ef !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }
                
                
                /*--图片轮换--*/
.imgContainer{width:909px; height:247px; overflow:hidden;position:relative;}
.slider{position:absolute;}
.slider li{
	list-style:none;
	display:inline;
	background-image: url(../image/d_55.png);
	background-repeat: no-repeat;
}
.slider img{ width:909px; height:247px; display:block;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{float: left;color: #39f;text-align: center;line-height: 16px;width: 16px;height: 16px;font-family: Arial;font-size: 12px;cursor: pointer;overflow: hidden;margin: 3px 1px;border: 1px solid #39f;background-color: #fff;}
.num li.on{color: #fff;line-height: 21px;width: 21px;height: 21px;font-size: 16px;margin: 0 1px;border: 0;background-color: #39f;font-weight: bold;}

/*翻页*/
.pager{float:right;overflow: hidden;height: 24px;display:inherit; margin-right:10px;}
.pager a {
	height: 22px;
	width: 22px;
	display: block;
	float: left;
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
	text-align: center;
	margin-left: 2px;
	overflow:hidden;
	border:1px solid #ccc;
}
.pager a:hover,.pager .current{
	background-image: url(../Images/pager_1_Bg.png);
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}

.warp{
	width:1002px;
	margin:0 auto;
}