/*
=Common
*/
*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
	font: 13px/150% Arial;
	margin-top: 5px;
}
#help a:link,#help a:visited{
	color:#0449BE;
}
a:hover{
	color:#0449BE;
}
a img{
	border: none;
}

.clear:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.clear{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear{
	height: 1%;
}
.clear{
	display: block;
}

/*
=Layout
*/
#help{
	width: 1000px;
	margin: 10px auto;
	text-align: left;
}
#logo{
	padding-right: 5px;
	margin-right: 5px;
	border:none;
	border-right: 2px solid #EEE;
	position: relative;
	top: 5px;
}
#hd{
	margin-bottom: 15px;
}
	#hd h1{
		background: url(img/hd_top_bg.gif) no-repeat 0 bottom;
		padding-bottom: 15px;
	}
#sidebar{
	float: left;
	width: 190px;
}
#main{
	margin-left: 200px;
	_margin-left:197px;
}
#main h1{ font-size:24px;}
	#main ul{
		margin-bottom: 1em;
		list-style: none;
		padding: 0 5px 3px 5px;
	}
	#main .paragraph{
		margin-bottom: 1em;
	}
	#main ul.paragraphList{
		list-style: square;
		margin: 0 0 1.5em 0;
		padding: 0 0 0 2em;
	}
#ft{
	border-top: 1px solid #EEE;
	text-align: center;
	height: 30px;
	margin-top: 40px;
}
	#ft p{
		margin-top: 5px;
	}

/*
=Text
*/
h1{
	font-size: 24px;
}
#help h2{
	font-size: 14px;
	padding: 3px 5px;
	font-weight: bold;
}
.qt{
	font-size: 14px;
	margin-bottom: 12px;
}

/*
=Componets
*/
.sidebarBox{
	border: 1px solid #CCC;
	margin-bottom:10px;
}
	.sidebarBox ul{
		margin: 5px;
		list-style: none;
	}
	.sidebarBox p{
		margin: 5px;
	}
	.sidebarBox .tel {
		text-indent: 64px;
	}

.totop{
	font-size: 11px;
	font-family: pMingLiu;
	text-align: right;
	margin-bottom: 2em;
}
.pssm_table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
	}
.pssm_table th{
	padding:5px!important;
	}
.pssm_table td{
	padding:5px!important;
	}
.grayText{
	color:#666666;
	}
	
/*招商页面添加样式 add by panzhifan*/
#main .breadcrumb a { text-decoration: none; color:#666;}
#main .breadcrumb a:hover { color:#f60;}
.head_title {font-size: 14px; line-height: 30px; font-weight: bold;}
.section { margin-bottom: 20px;}
.section .second_title {color:#4e9700; font-size: 14px; line-height: 30px;}
.section p {line-height: 23px;}
.indentation {text-indent: 25px;}