@charset utf-8;

blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul
{
	margin:0;
	padding:0;
}

body,button,input,select,textarea
{
	font:9pt/1.5;
}

address,cite,dfn,em,var
{
	font-style:normal;
}

code,kbd,pre,samp
{
	font-family:微软雅黑 couriernew,courier,monospace;
}

small
{
	font-size:9pt;
}

ol,ul
{
	list-style:none;
}

a
{
	color:#000;
	text-decoration:none;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

legend
{
	color:#000;
}

 

 

table
{
	border-collapse:collapse;
	border-spacing:0;
}

body
{
	/*min-width:1200px;*/
	background:#eceff1;
	color:#000;
	text-align:center;
	/*font-family:微软雅黑;*/
}

.clear
{
	clear:both;
	width:100%;
	height:1px;
}

.lf
{
	float:left;
}

.rt
{
	float:right;
}

.pt5
{
	padding-top:5px;
}

.pb5
{
	padding-bottom:5px;
}

.ml100
{
	margin-left:75pt;
}

.mr100
{
	margin-right:75pt;
}

.wlimit
{
	width:75pc;
	margin:0 auto;
}




#search
{
	position:absolute;
	top:280px;
	left:50%;
	z-index:12;
	margin-left:-340px;
	width:680px;
	height:70px;
	background:#ff0;
}

#search .s-box
{
	float:left;
	width:590px;
	height:70px;
	background:#fff;
}

#search .s-niu
{
	float:left;
	width:90px;
	height:70px;
	background:url(../images/common_new.png) no-repeat 28px -111px #6085e3;
	cursor:pointer;
}

#search .s-niu:hover
{
	background-color:#4f75d3;
}

#search .hot-search
{
	position:absolute;
	top:70px;
	z-index:12;
	display:none;
	width:588px;
	border:1px solid #e5e5e5;
	background:#fff;
	text-align:left;
}

#search .hot-search span
{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	margin:0 20px;
}

#search .hot-search ul
{
	margin:13px 0;
}

#search .hot-search a
{
	display:block;
	height:50px;
	color:#000;
	text-align:left;
	line-height:50px;
}

#search .hot-search a:hover
{
	background:#f0f0f0;
}

#search .s-box .i-search
{
	margin-left:20px;
	width:550px;
	height:70px;
	outline:0;
	border:0 solid;
	font-size:1pc;
	line-height:71px;
}


