﻿/* CSS Document */
body {margin:0 auto;
	padding: 0px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#88091e;}
a{ color:#666;}
ul{ margin:0; padding:0; list-style:none;}
h1{ margin:0; padding:0;}
#container{margin:0px auto;width:960px; background-color: #ffecef}
/*-----页面头部样式-----*/
#header{
	width:960px;
	background-color:#88091e;

}
#logo{width:960px;
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	height: 99px;
}
#logo .left {
	float: left;
}
#logo .right {
	float: right;
}

#top{ display:none;}
#nav{
	width:960px;
	height:32px;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 32px;
}
#nav ul {
	list-style-type: none;
	text-align: right;
	margin-right: 50px;
}
#nav ul li{
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bolder;

}
#nav a{
	color: #990000;
}
#nav a span{}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span{
	color: #FF0000;
}
#nav a:hover { }
#nav a:hover span {}
/*-----页面中间部样式-----*/
#pagebody{
	width:100%;
	margin:0 auto;
	background-color: #ffecef;
}
#sideleft,#sideleft1{
	width:244px;
	float:left;
	background-color: #ffecef;
}
#sideleft h1{ }
#sideleft h2,#sideleft1 h2{
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 32px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sideleft h2 a{}

#sideleft ul{
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}
#sideleft1 ul{
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#sideleft ul li{
padding:5px 0 5px 25px; background:url(images/sign.gif) no-repeat left 8px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #cccccc;
}

#sideleft1 ul li{
padding:5px 0 5px 10px; 
}

#sideleft ul li a:hover{ text-decoration:none; color:#669933;}
.links li{

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;


}





#sideright{
	width:716px;
	background-color:#FFFFFF;
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#sideright .showmenu {
width:716px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	line-height: 32px;
	text-indent: 20px;
		margin: 0px;
	padding: 0px;
}


#more a{ text-decoration:none;}
#ser{margin:0 0 0 20px;padding: 0 0 10px;}

/*-----页面底部样式-----*/

#footer{
	width:970px;
	text-align:center;
	clear: both;
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	height: 99px;
	color: #FFFFFF;
	line-height: 20px;
}
#footer p {
	margin-top: 20px;
}



/*-----内容也样式-----*/
#cpagebody{margin:0 auto; overflow:hidden;}
#page {
	padding: 20px;
}
#page1 {
	padding-left: 10px;
}




#main,#mnav2,#mnav1{
	margin-top: 0px;
	margin-bottom: 20px;
}
#main h3,#mnav2 h3, #mnav1 h3{
	background-color: #FF6600;
	background-repeat: repeat-x;
	background-image: url(images/menu-bg.gif);
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 14px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FF6600;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#tag{
	background-color: #FF9933;
	border: thin solid #FF6600;
	height: 40px;
	padding-top: 5px;
}
#tag ul li {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#main p img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#tag a:hover{
	color: #FFFFFF;
	background-color: #0000FF;
}

/*首页内容主体*/
#indexNewList{margin:0 auto;}
#indexNewList li{
	line-height:14px;
	border-bottom:1px dashed #ccc;
	padding-left:10px;
	margin: 0px;
}

#indexProList{ margin:0; padding:0; list-style:none;}
#indexProList li{
	padding:0;
	margin-right:1%;
	background:none;
	float:left;
	margin-bottom: 15px;
}
#indexProList li img{
	padding:1px;
border:1px solid #0B7FBC
}
#indexProList a span{
	display:block;
	text-align:center;
	margin-top: 3px;
}

.clear{clear:both;}


/*自适应高度*/
#cpagebody:after{ display:block; height:0; clear:both; visibility:hidden;}
#cpagebody{display:inline-block;}
/*\*/
#cpagebody{display:block;}
/* end easy clearing */
/*\*/
#csideleft, #csideright{padding-bottom: 32767px !important; margin-bottom: -32767px !important;}
@media all and (min-width: 0px) {
#csideleft, #csideright{padding-bottom: 0 !important; margin-bottom:0 !important; }
#csideleft:before, #csideright:before{ content: '[DO NOT LEAVE IT IS NOT REAL]'; display: block; background: inherit; padding-top: 32767px !important; margin-bottom: -32767px !important; height:0;}
}
