@charset "utf-8";
body {
	margin: 0;
	font-family: simsun;
	font-size: 12px;
	color: black;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
}
p {
	margin: 0;
	padding: 5px 0;}
.BigBg {
	background:url(../images/img_bg_01.jpg) no-repeat #FFFFFF;
}
.LeftBg {
	background:url(../images/img_02.gif) no-repeat;
}
.CenterBg {
	background:url(../images/img_centerbg.gif) no-repeat;
}
.introduction {
	padding: 5px 2px 5px 15px;
	line-height: 18px;
}
.ConsultingService {
	line-height: 16px;
}
input {
	border: 1px #6E6E6E solid;
	height: 14px;
}
#radio {
	border: 0px;
}
.title {
	font-size: 14px;
}
.CenterContent {
	width: 746px;
	height: 870px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 8px;
	padding-right: 10px;
}
.CenterContent2 {
	width: 745px;
	height: 760px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 8px;
	padding-right: 10px;
}
.nav {
	padding-left: 5px;
}
.TabText {
	line-height: 20px;
	padding:0 5px;
}