﻿html, body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	_behavior: url("iepngfix.htc");/* IE6 解决透明问题；images目录的blank.gif透明图片作为png图片的替换,如目录有变请修改iepngfix.htc里blank.gif代码路径 */
}

body{
	background-image:url(../../images/bg.gif);
	font:12px 宋体, Arial,  sans-serif;
	color:#555;
	letter-spacing: 1px;/*字间距*/
	line-height:150%;/*行间距*/
}
ul{	list-style-type:none;}

a{  color:#555; text-decoration:none; } /* 正常的样式 ;  a:link */
a:hover{color:#bb0002; text-decoration:none; } /* 经过的样式  */
a:visited{ color:#555; text-decoration:none; } /* 被点击过的样式 ； text-decoration: underline */
i{ color:#bb0002; font-style:normal;}
em{ color:#017101; font-style:normal;}

.red{color:#bb0002;}
.green{ color:#017101;}
.blue{ color:#0005C1;}
.pink{ color: #FF5900; }
.more{
	float:right;
	padding-right:5px;
	height:20px;
	text-align:right;
	line-height:30px;
}
#Service {
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	width:240px;
	height:202px;
	background:#F2F1ED url(../../images/bg_icon01.jpg) left top repeat-x !important;
}
#Service h2{
	display:block;
	color:#F2F1ED;
	font-size: 13px;
	position:absolute;
	height:25px;
	width:150px;
	line-height:25px;
	padding-left:30px;
}

/*---------------------------------------------shadow---Start---------------*/

/*CSS black style pagination*/
#List_black
 {
	float:left;
	width: 460px;
	padding-top: 50px;
	padding-left:220px;
	text-align: center;
}
#List_black .black {
	float:left;
	width: 350px;
	height: 30px;
	padding-bottom: 5px;
	text-align: center;

}
#List_black .black .cout{
	float:left;
}
#List_black .black A {
	float:left;
	font-size: 12px;
	color:#555;
	padding:0px 5px 0px 5px;
	margin-right:3px;
	text-decoration:none;
}
#List_black .black A:hover {
	float:left;
	font-size: 12px;
	border: #D3D3D3 1px solid;
	color: #ffffff;
	background-color:#404040;
}

#List_black .black .current {
	float:left;
	font-size: 12px;
	border: #D3D3D3 1px solid;
	background-color:#FFF;
	color:#555;
	padding:0px 5px 0px 5px;
	margin-right:3px;
	FONT-WEIGHT: bold;
}
#List_black .black .disabled {
		float:left;
		font-size: 12px;
		background:url(../../images/Index/icon_20.jpg) center 2px no-repeat !important;
		color:#fff;
		padding:2px 5px 2px 5px;
		cursor:pointer;
		margin-right:3px;
		width:22px;
}

/*CSS black2 style pagination*/