﻿/** 顶部信息 **/
.top{
	width: 100%;
	height:48px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}
.top .logo
{
	width:250px;
	text-align: left;
	height:43px;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
}
.top .logo .wandot
{
	width:116px;
	height:53px;
	float:left;
	background-image: url(images/wandot.logo.jpg);
	background-repeat: no-repeat;
}
.urldo
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	width: 116px;
	float:left;
	line-height: 24px;
}
.shengyidao
{
	color: #C00;
	width: 116px;
	height:auto;
	text-align: center;
	float:left;
	margin-top: 6px;
	line-height: 24px;
}
/** 搜索区 **/
.mainSearch{
	float:left;
	text-align: center;
	width: 100%;
	min-height:200px;
	height:auto;
	display:table;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	clear: both;
}
.mainSearch .input{
	background-color:transparent;
	background-image:url(images/mainSearch.Input.BG.jpg);
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width:300px;
	vertical-align: bottom;	
}
.mainSearch .button{
	background-image:url(images/search.button.jpg);
	background-repeat: repeat;
	width:93px;
	height:28px;
	background-position: center;
	text-align: center;
	visibility: visible;
	background-color: Transparent;
	cursor: pointer !important;
	cursor: hand;
	border: 1px solid #39F;
	margin-left: -8px;
}

.category{
	width:600px;
	height:auto;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
}

.mid
{
	width:800px;
	min-height:300px;
	height:auto;
	float: left;
	margin-left: 16px;
	text-align: left;
}
.bottom {
	height:100px;
	width:800px;
	display: block;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


