* {
	margin: 0;
	padding: 0;
	border:none;
	font-size: 18px;
}
table,tr,td{
	border-collapse:collapse;
}
ol,ul,li{
	list-style:none;
}
a:link,a:visited,a:hover,a:active{
  text-decoration:none;
}
.dakuang{
	width:1200px;
	height:100%;
	margin:0 auto;
	position:relative;
}
.zuokuang{
	text-align:center;
	margin:0 auto;
	margin-top:276px;
}
.dakuang img{
	position:fixed;
	top:0;
	width:1200px;
	height:260px;
}
iframe{
	position:fixed;
	top:272px;
	width:800px;
	height:650px;
	margin-left:400px!important;
	
}
/* 一级标题文字样式 */
.first{
	width:350px;
	height:40px;
	line-height:40px;
	padding: 5px;
	margin-bottom:10px;
	background-color:rgb(15,152,248);
	color:#fff;
	cursor:pointer;
	text-align:center;
}
/* 一级标题文字太长时的样式 */
.long {
    height: 50px;
    font-size:14px;
    line-height:25px;
}
/* 鼠标滑过一级标题文字时样式 */
.first a{color:#fff;}

/* pdf链接样式 */
table a {
    color:#000;
	display:block;
	padding: 5px;
	font-size:14px;
}
/* 鼠标滑过pdf链接样式 */
a:hover{
	background-color: #1E293D;
	color: #FEFEFE;
}
/* 目录样式(表格) */
table{
	width:350px;
	display:none;
}
td{
	width:350px;
	margin: 0 auto;
    border: 1px solid #000;
    border-collapse:collapse;
	/*padding:1px 15px;*/
	text-align:left;
}
/* 按钮总样式 */
button[onclick]{
	display:block;
}
button {
    width:350px;
    color:#fff;
	text-align:center;
	padding: 6px;
	cursor:pointer;
	
}
/* 鼠标滑过按钮、一级目录div样式   */
button:hover, .first:hover  {
	color: #1E293D;
	font-weight: bold;
}


/* 一级目录样式(按钮与表格) */
.lv_1 {
    padding: 0 5px;
    }
.btn_1 {
	height:40px;
	/*margin-bottom:10px;*/
	background-color:rgb(15,152,248);
}

/* 去除二级、三级、四级目录下td多余的边框 */
.lv_2 td  {
    border-right:0;
    border-left:0;
    border-top:0;
}
/* 二级目录样式(按钮) */
.btn_2 {
	font-size:15px;
	background-color:rgb(15,152,228);
}
.lv_2, .lv_3 {
    margin: 5px 0;
}
/* 三级目录样式(按钮) */
.btn_3 {
    font-size:15px;
	background-color:rgb(15,152,208);
}
/* 四级目录样式(按钮) */
.btn_4 {
    font-size:15px;
    background-color:rgb(15,152,188);
}








