@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #FFF;
	}
	
#top {
	 text-align:center;
     height:235px;
     background-image:url(../images/topb.gif) ;    
	}

#top2{
	text-align:center;
	height:39px;
	background-image:url(../images/topb2.gif)
	}
	
.but-on{
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	color: #FFF;	 
	background-image: url(../images/on.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.but-off{
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	color: #FFF;	 
	background-image: url(../images/off.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}	

#spb{
	 text-align:center;
     height:612px;
     background-image:url(../images/spb.gif);
	 background-repeat:repeat-x;
}
	
.jie_bt {
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 28px;
	
}

.ml-bt{
	 background-color:#989dad;
	 color:#ffa82c;
	 height:37px;
	 text-align:left;
	 padding-left:30px;
	 font-family:"黑体";
	 font-weight:bold;
	 font-size:20px;
	 border-bottom:#FFF solid 3px;
	}

.mll{ 
    color:#363c46;
    height:38px;
	text-align:left;
    background-color:#e0e4ec;
}
.mll_off{
    color:#363c46;
    height:38px;
	text-align:left;
    background-color:#e0e4ec;
}
.mll_on{
    color:#363c46;
    height:38px;
	text-align:left;
	background-color:#CFF;
}
.mll td{ 
	border-bottom:#FFF solid 3px;
}
.mlc{ 
	text-align:center;
}

<!--罩遮层样式 -->
.big1{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #000;
}
.content1{
	display: none;
	width: 750px;
	height: 500px;
	position: absolute;
	top: 150px;
	margin-top: 0px;
	z-index: 3;
	margin-left: -350px;
	background-color: #999;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	left: 50%;
	right: 0px;
	bottom: 50px;
	border: 5px solid #EFEFF0;
}
.big2{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #000;
}
.content2{
	display: none;
	width: 750px;
	height: 500px;
	position: absolute;
	top: 150px;
	margin-top: 0px;
	z-index: 3;
	margin-left: -350px;
	background-color: #999;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	left: 50%;
	right: 0px;
	bottom: 50px;
	border: 5px solid #EFEFF0;
}
.big3{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #000;
}
.content3{
	display: none;
	width: 750px;
	height: 600px;
	position: absolute;
	top: 150px;
	margin-top: 0px;
	z-index: 3;
	margin-left: -350px;
	background-color: #999;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	left: 50%;
	right: 0px;
	bottom: 50px;
	border: 5px solid #EFEFF0;
}
.topitem{
	background-color:#F8F8F8; 
	height:24px;
	float:left; 
	width:750px; 
	border-bottom:solid 1px;
	border-bottom-color:#c4c4c4;
}
.item-text {
	font-family: "宋体";
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	line-height: 25px;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 30px;
	text-indent: 30px;
	padding-bottom: 10px;
}
.img {
	text-align: center;
	padding-top: 15px;
	padding-left: 35px;
}
