/*---------- base ---------*/
body{
	font:12px Verdana,Arial,Tahoma;
	margin-top:0px;
	background:url(../images/bj.jpg) center 0 no-repeat;
	background-color:#d4d4d4;                                   
}
img{
	border:none;
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:red;
	text-decoration:none;
}
ul{
	list-style:none;
}
.center{
	margin:0px auto;
}
.w958{
	width:958px;
        border:1px solid #DFF2F5;
}
.w960{
	width:960px;
			background-color:#ffffff; 
}
.wh960{
	width:960px;
}
.mt1{
	margin-top:8px;
}
.clear{
	overflow:hidden;
}
/*---------- logo ---------*/
.logo{  
        height:100px;
	    background:url(../images/logo.jpg) 0px 0px no-repeat;
        
}
.logo li{
      font:20px "楷体_GB2312";
	  color:#023365;
	  margin-top:65px;
	  margin-left:310px;  
}
/*---------- 导航 ---------*/
.head{ 
    width:930px;
	height:45px;
	background:url(../images/003.jpg) 0px 0px no-repeat;
	overflow:hidden; 
	margin:0px; 
}
.head td{
        height:17px;
        color:#FFF;
        text-decoration: none
}
.head a{
        color:#FFF;
        text-decoration: none
}
/*---------- 左侧 ---------*/
.pleft{
	width:270px;
	float:left;
	background-color:#628ea7;
	overflow:hidden;
}
.dh{
	float:left;
	height:26px;
	width:270px;
	background-color:#2a404e;
	background:url(../images/001.jpg) 0px 0px repeat-x;
}
.dh strong{
	line-height:26px;
	padding-left:40px;
}
.dh a{
        color:#FFF;
}
.box{
        list-style-type: none;
        padding:0px; 
	overflow:hidden;
        float:left;
	margin-top:8px; 
	/*border:1px solid #628ea7;*/
}
.box2{
        list-style-type: none;
        padding:0px; 
	    overflow:hidden;
        float:left;
	    margin-top:8px;


}
/*---------- 右侧 ---------*/
.pright{
	width:682px;
	float:right;
	overflow:hidden;
}
.dhy{
	float:left;
	height:26px;
	width:682px;
	background-color:#2a404e;
	background:url(../images/001.jpg) 0px 0px repeat-x;
}
.dhy strong{
	line-height:26px;
	padding-left:40px;
}
.dhy a{
        color:#FFF;
}
/*---------- 文本链接 ---------*/
.c1 li{
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/ico-2.gif) 0px 7px no-repeat;
}
.c1-1 li{
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:18px;
	padding-right:10px;
	background:url(../images/ico-1.gif) 0px 3px no-repeat;
}
.c2{
	width:680px;
	padding:0px 0px;
	overflow:hidden;
	clear:both;
}
.c2 ul{
        margin:0px;
        padding:0px;
}
.c2 li{
	width:75;
	margin-left:6px;
	float:left;
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:10px;
}
.c2 li a{

}
.c3{/* 水平切分的两列纯文本链接列表 */
	width:100%;
	padding:4px 0px;
	overflow:hidden;
	clear:both;
}
.c3 li{
	width:44%;
	margin-right:1%;
	float:left;
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:16px;
}
.c4{/* 水平切分的8列纯文本链接列表 */
	width:958px;
	padding:0px 0px;
	overflow:hidden;
	clear:both;
}
.c4 li{
	width:83px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding-left:2px;
}
.c4 li a{

}
/* 横向图片列表 160*90  */
.e1{
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top:8px;
	padding-bottom:8px;
}
.e1 li{
	width:156px;
	overflow:hidden;
	padding-left:12px;
	float:left;
	text-align:center;
}
.e1 li a{
	display:block;
}
.e1 li a img{
	display:block;
	border:1px solid #E3E3E3;
	padding:0px;
	width:156px;
	height:90px;
}
/* 横向图片列表 90*100  */
.e2{
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top:8px;
	padding-bottom:8px;
}
.e2 li{
	width:82px;
	overflow:hidden;
	padding-left:12px;
	float:left;
	text-align:center;
}
.e2 li a{
	display:block;
}
.e2 li a img{
	display:block;
	border:1px solid #E3E3E3;
	padding:0px;
	width:82px;
	height:100px;
}
.datalist{
        width:682px;
	border:0px;	/* 表格边框 */
	border-collapse:collapse;	/* 边框重叠 */
}
.datalist td{
	border:0px;	/* 单元格边框 */
	text-align:left;
	padding-top:4px; padding-bottom:4px;
	padding-left:3px; padding-right:2px;
}
.datalist tr.altrow{
	background-color:#c7e5ff;	/* 隔行变色 */
}