﻿/* CSS Document */

.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}  /* 总的为圆角效果*/
.b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}
.b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:1px solid #999;border-right:1px solid #999;}
.b1,.b1b{margin:0 5px;background:#999;}
.b2,.b2b{margin:0 3px;border-width:2px;}
.b3,.b3b{margin:0 2px;}
.b4,.b4b{height:2px;margin:0 1px;}
.d1{background:#4d4d4d;}
.d2{background:#858585;}

body {
	background-image: url();
	margin:0 auto;
	background-color: #23011C;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif; /*body中改字体应该到页面字体*/
	text-align: center;
}
#conter{ width:780px; margin-right:auto;margin-left:left;}/*为宽780px，左对齐，右自动*/
#b1 {
	height: 543px;
	width: 575px;
	background-color: #4d4d4d;
	margin-top: 0px;
	margin-left:center;/*定b1宽575，高543，设颜色为灰，对齐显居中*/
}
#b2{
	width: 800px;
	background-color: #23011c
	position: relative;	/*定b2宽为800,高为714，是首页中内容部分的底色图片,position: relative;是对宽高的固定*/
}

#pb2{
	width: 800px;
	height: auto;
	background-color: #23011c
	//background-image: url(images/home/bgcolor.jpg);
	position: relative;	/*定b2宽为800,高为714，是首页中内容部分的底色图片,position: relative;是对宽高的固定*/
}

#b3{
margin-left:200px;/*与左边距为200*/
}

#b4{
padding-left:200px;/*左间距*/
}
.conterleft{ float:left;}
.contercenter{float:right; clear:right}/*右对齐*/
.STYLE3 {
	color: #8D5D85;
	text-align: center;
}/*字体白色*/
a:link {
	color: #FFFFFF;/*未连接字体白色*/
}
a:visited {
	color: #23011C;/*已连接字体白色*/
}
#dakuang{ width:600}
#gundong{ float:left; clear:left;}/*左对齐*/
#container{width:800px}
#pagebody{
	width:800px;
	height:auto;
	margin:5px auto;
	text-align: left;
}/*页面内容宽800，高614，间距5*/
#leftside{width:190px; float:left; clear:left; margin:0 auto; text-align:left; overflow:hidden}/*设计左对齐*/
#rightside{width:800px; height:auto; float:center; clear:center; margin:0 auto; text-align:center; overflow:hidden;}/*首页的右对齐设置宽，高，文对齐为右*/

#prightside{width:800px; height:814px; float:center; clear:center; margin:0 auto; text-align:center; overflow:hidden;}

#normaltext{width:800px; height:auto; float:center; clear:center; margin:0 auto; text-align:left; overflow:hidden;}

#dleftside{width:465px; height:614px;float:left; clear:left; margin:0 auto; text-align:left; overflow:hidden}
#drightside{width:265px; height:614px; float:right; clear:right; margin:0 auto; text-align:right; overflow:hidden}

dl dt   { cursor:pointer;padding:3px;}/*设置左栏中文字树目录效果调用*/
dl dd   { padding:3px;}
.expand  { height:auto;}
.collapse  { height:20px;overflow:hidden;}

