@charset "utf-8";
/* 特殊选择符设置和网页元素自身设置 */


img
{
	border: 0px;
}

ul{
	list-style-type:none;
}


a{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:none;
}

p{
	text-align:justify;
	color:#333;
	line-height:22px;
}
h1{
	font-size:14px;
	font-weight:bold;
	float: left;
}
h2{
	font-size:14px;
	font-weight:bold;
	float: left;
	color:#0054a5;
}

.input1{
	width:115px;
	height:13px;
	background-color:#ccc;
}

.search_text{
	width:185px;
	height:32px;
	float:left;
}

.search_bt{
	width:80px;
	height:26px;
	float:left;
	padding-top:6px;
}
