@charset "utf-8";
/* CSS Document */

body
{
}

*
{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
	font-family:"微软雅黑";
	text-decoration:none
}

#Nav
{
	width:900px;
	height:68px;
	margin:0px auto;
	padding-left:210px;
	background:url(logo.png) no-repeat left 2px; 
}

#Nav a
{
	width:100px;
	height:45px;
	padding-top:20px;
	color:#fff;
	text-align:center;
	font-size:16px;
	float:left;
	font-weight:bold;
	font-family:"微软雅黑";
	border-right:1px solid #7e6155;
}

#Nav a:hover
{
	width:100px;
	height:48px;
	background-color:#d97544;
	border:0px;
}

#Nav .Btn
{
	width:100px;
	height:48px;
	background-color:#d97544;
	border-right:1px solid #7e6155;
}

#NavPanel
{
	width:100%;
	height:70px;
	background:url(pictrue/NavBg.jpg) repeat-x center top;
}

#Nav a
{
	border-right:1px solid #c8b4a6;
}

#DetailSearchPanel
{
	width:100%;
	height:100px;
    border-bottom:1px solid #dfdfdf;
}

#DetailSearch
{
	width:1050px;
	height:70px;
	padding-top:30px;
	padding-left:50px;
	padding-right:0px;
	text-align:right;
	margin:0px auto;
 	background:url(pictrue/ad.jpg) no-repeat 350px 27px;
}

#DetailSearch #State
{
	width:550px;
	height:50px;
	float:left;
        text-align:left;
	color:#666;
}

#DetailSearch #State a
{

	color:#666;
}

#DetailSearch #State *
{
        margin-right:5px;
        margin-left:5px;
}

#DetailSearch #Search
{
	width:350px;
	height:26px;
	float:right;
	background-color:#fff;
	border:1px solid #999;
}

#DetailSearch #Search form input
{
	height:26px;
	border:0px;
}

#DetailSearch #Search .btn
{
	width:50px;
	height:26px;
	border:0px;
	color:#fff;
	background-color:#dfdfdf;
}

#Warp
{
	width:100%;
	height:auto;
}

#MainPanel
{
	width:1060px;
	height:auto;
	padding:20px;
	text-align:center;
	margin:0px auto;
	border-top:3px solid #f2f2f2;
	background-color:#fff;
}


#MainPanel #Title
{
	width:1060px;
	height:40px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#MainPanel #Other
{
	width:1060px;
	height:30px;
	color:#666;
	font-size:12px;
	padding-top:10px;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
}

#MainPanel  #Detail
{
	width:1020px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	font-size:16px;
	line-height:24px;
}

#MainPanel #txt {
    width: 930px;
    padding: 44px;
    padding-top: 30px;
    padding-bottom: 40px;
    clear: both;
    text-align:left;
    line-height:22px;
    font-size:14px;
    border:1px solid #dfdfdf;
    border-top:0px;
    font-family:"宋体";
}

#MainPanel #txt  p,#MainPanel #txt  div
{
    font-family:"宋体";
    line-height:22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#BottomPanel
{
	clear:both;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
    border-top:5px solid #f2f2f2;
	margin:0px auto;
}

#BottomPanel p
{
	text-align:center;
	line-height:30px;
}