@charset "utf-8";
/* CSS Document */
/*链接文字效果*/

a {
	color:#555555;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0004;
}
a:active {
	text-decoration: none;
}

/*链接文字效果结束*/

img {
	vertical-align: middle;       /*文字垂直对齐图片中间*/
	border-style: none;
}

li {
	list-style-type: none;          /*去除li前面的点*/
}

h1{
	text-align: center;
	color: #000000;
	font-size: 15PX;
}

table {
	margin-left: 20px;
	border: 1px ridge #767676;
	border-spacing: 0 0;                /*使边框严丝合缝*/
}

table th {
	font-size: 15px;
	color: #000000;
	height: 35px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-width: 1px;
	border-color: #767676;
	font-weight: normal;
}

table td {
	border-right-width: 1px;
	border-right-style: ridge;
	border-color: #767676;
}

body{
	background-color: #FCFCFC;
	line-height: 17px;

}

.zongti{
	width: 1000px;
	height: 960px;
	margin: 0 auto;   /*整体居中*/
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
}

.toubu{
	height: 100px;
}

.daohang{
	height: 70px;
	margin-left: 20px;
}

/*左边下拉菜单*/
.zuocaidan{
	width: 235px;
	height: 700px;
	border-right: 1px dotted #D3D3D3;
	float: left;
}

#faq {
	width: 190px;
	margin-top: 30px;
}
#faq li {
	width: 150px;                                /*让下拉出来的文字不要换行*/
	margin-top: 10px;
}
#faq dl {
 display:inline;
}
#faq dt {
}

#faq dd {
	display: none;
	font-size: 13px;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	margin-top: 5px;
	text-align: center;
	width: 160px;
	margin-left: 1px;                         /*这里加一像素才能方框不出界*/
}
/*左边下拉菜单结束*/
.gongsijianjie{
	margin-left: 250px;
	width: 740px;
}
.gongsijianjie p{
	background-color: #E3E3E3;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.dibu{
	height: 75px;
	background-color: #0067C7;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
