﻿/*首页导航菜单*/
#nav{
	width:900px;
	height:55px;
	margin:110px auto 0 auto;
	overflow: hidden;
}
#nav ul {
	margin:0px;
	list-style-type: none;
}
#nav ul li {
	text-align:center;
	float:left;
}
#nav ul li a{
	color:#333;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:bold;
	line-height:55px;
	background:url(../img/navon.gif) no-repeat right;
}
#nav ul li a:hover{
	color:#CA0000;
	background:url(../img/navover.gif) no-repeat right;
}
#nav ul li.navon{
	display:block;
	font-weight:bold;
	color:#CA0000;
	line-height:55px;
	padding:0px 10px;
	background:url(../img/navover.gif) no-repeat right;
}
#nav ul li.navon02 a{
	color:#333;
	width:90px;
    padding:0px;
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:bold;
	line-height:55px;
	background:url(../img/navon02.gif) no-repeat center;
}
#nav ul li.navon02 a:hover{
	color:#CA0000;
	background:url(../img/navover02.gif) no-repeat center;
}
#nav ul li.navon03{
	color:#CA0000;
	width:90px;
    padding:0px;
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:bold;
	line-height:55px;
	background:url(../img/navover02.gif) no-repeat center;
}

/*搜索布局*/
#search_bar{
	width:900px;
	margin:0px auto;
	height:33px;
	background:url(../img/search_bar.gif) no-repeat left;
}
#search_bar p {
	position: relative;
	width:296px;
	float:right;
	line-height: 33px;
}
#search_bar p .Minput{ /* firefox */
	background: url(../img/input_dg.gif) repeat;
	border:0px none;
	color: #FFFFFF;
	height:20px;
	width:220px;
	margin-top: 7px;
	line-height: 20px;
}
* html #search_bar p .Minput{ /* ie6 */
	background: url(../img/input_dg.gif) repeat;
	border:0px none;
	color: #FFFFFF;
	height:20px;
	width:220px;
	margin-top: 6px;
	line-height: 20px;
}
*+html #search_bar p .Minput{ /* ie7 */
	background: url(../img/input_dg.gif) repeat;
	border:0px none;
	color: #FFFFFF;
	height:20px;
	width:220px;
	margin-top:0px;
	line-height: 20px;
}
#search_bar p .search_b{
	background:url(../img/search_b.gif) no-repeat center center;
	color:#fff;
	width: 80px;
	display:block;
	text-decoration: none;
	text-align: center;
}
#search_bar p span{ /* firefox */
	position: relative;
	float:right;
	margin-top:-27px;
}
* html #search_bar p span{ /* ie6 */
	position: relative;
	float:right;
	_margin-top: -28px;
}
*+html #search_bar p span{ /* ie7 */
	position: relative;
	float:right;
	margin-top: -33px;
}

/*主体布局*/
.wrap{
	width:900px;
	margin: 0 auto;
	background-color:#FFFFFF;
	overflow: hidden;
}
.Mcontantl{
	float:left;
	width:250px;
	background-image: url(../img/contentl_dg.gif);
	background-repeat: repeat-y;
}
.Mcontantc{
	float:left;
	width:437px;
}
.Mcontantr{
	float:right;
	width:213px;
}
.Mcontant{
	float:left;
	width:649px;
	background-color:#FFFFFF;
}
.contant_l{
	float:left;
	width:230px;
	margin-top:10px;
}
.contant{
	float:left;
	width:411px;
	margin/**/:10px 13px; /* ie7 */
	_margin:10px 6px; /* ie6 */
}
.contant_r{
	float:right;
	width:213px;
	margin-bottom:20px;
}

/*底部*/
#footer{
	margin:12px auto 24px auto;
	padding:3px 0px;
	width:900px;
	border-top: 2px solid #CA0000;
	border-bottom: 2px solid #CA0000;
	clear: both;
}
#footer .footer_border{
	border-top: 4px solid #FED4D6;
	border-bottom: 4px solid #FED4D6;
	padding:16px 60px 6px 60px;
	color:#333;
}
#footer dl dt{
	float:left;
	padding:5px 10px;
	display: block;
	height:62px;
}
#footer dl dd{
	float:left;
	line-height:20px;
	width:526px;
	height:62px;
	padding:5px 10px;
	border-right:2px solid #FFA200;
	border-left:2px solid #FFA200;	
}
#footer dl dd span{
	font-size: 12px;
	font-weight: bold;
	color: #CA0000;
	font-family: Arial;
}
#footer .footer_border p{
	line-height:30px;
	font-weight: bold;
	text-align: center;
}

/*登陆区*/
.ilogin{
	float:left;
	width:250px;
}
.ilogin_top {
	width: 250px;
	height: 68px;
	background: url(../img/ilogin_top.jpg) no-repeat;
}
.ilogin_top2 {
	width: 250px;
	height: 68px;
	background: url(../news/img/ilogin_top2.jpg) no-repeat;
}
.ilogin_content{
	width: 250px;
	background: url(../img/ilogin_middle.gif);
	overflow: hidden;
}
.ilogin_content iframe {
	margin-left:10px;
}
.ilogin_bottom {
	width: 250px;
	height: 20px;
	background: url(../img/ilogin_bottom.jpg) no-repeat;
}

/*页次*/
.p_p50{
	padding:10px 50px 20px 50px;
	float:right;	
}
#page {
	clear:both;
	font-size:10px;
	background:#fff;
}
#page span {
	float:left;
	display:block;
	border:1px solid #c00000;
	background:#c00000;
	color:#fff;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	margin-left:2px;
	font-weight:bold;
	overflow:hidden;
}
#page a {
	float:left;
	display:block;
	border:1px solid #ccc;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-family:Tahoma;
	color:#333;
	margin-left:2px;
	text-decoration:none;
}
#page a:hover {
	border:1px solid #c00000;
	background:#c00000;
	color:#fff;
}
#page .list_total{
	width:180px;
	color:#333;
	font-weight:normal;
	margin-right:2px;
	border:1px solid #ccc;
	background:#f7f7f7;
}
#page .nextprv{
	width:60px;
}
/*页次end*/