﻿
/* CSS Document */

body {
	font-family: "微软雅黑";
	font-style: normal;
	font-weight: normal;
	background-color: #f2f2f2;
	padding: 0px;
	width: 100%;
	margin:0 auto;
	border:0px;
}
a{
	text-decoration:none;
}
li{
	list-style:none
}
ul,li,div{ 
    padding:0;
    margin:0;
}
a img{
	border:0px;
}


.font1{
	font-family:'微软雅黑';
	font-size:20px;
	color:#000;
}
.font2{
	font-family:"宋体";
	font-size:12px;
	color:#facf68;
}
.font2 a:link{
	font-family:"宋体";
	font-size:12px;
	color:#facf68;
}
.font2 a:hover{
	font-family:"宋体";
	font-size:12px;
	color:#facf68;
}
.font2 a:visited{
	font-family:"宋体";
	font-size:12px;
	color:#facf68;
}
.font5{
	font-family:"黑体";
	font-size:14px;
	color:#b20a03;
	text-decoration:underline;
}
.font5 a:link{
	font-family:"黑体";
	font-size:14px;
	color:#b20a03;
	text-decoration:underline;
}
.font5 a:hover{
	font-family:"黑体";
	font-size:14px;
	color:#b20a03;
	text-decoration:underline;
}
.font5 a:visited{
	font-family:"黑体";
	font-size:14px;
	color:#b20a03;
	text-decoration:underline;
}
.font6{
	font-family:"宋体";
	font-size:14px;
	color:#000;
}
.font6 a:link{
	font-family:"宋体";
	font-size:14px;
	color:#000;
}
.font6 a:hover{
	font-family:"宋体";
	font-size:14px;
	color:#000;
}
.font6 a:visited{
	font-family:"宋体";
	font-size:14px;
	color:#000;
}



/*头部开始*/

.jwnav{
	width:100%;
	height:40px;
	background-color:#f4f4f4;
	overflow:hidden;
	position:fixed;  
    	left:0px;  
    	top:0;
}
.back{
	width:2.6%;
	float:left;
	margin:13px 0 auto 10px;
}
.name{
	margin-left:20px;
	float:left;
	line-height:40px;
}
.home{
	width:6%;
	float:right;
	margin-right:20px;
	margin-top:13px;
}




.pic{
	width:100%;
	margin:0 auto;
	padding:0px;
}

/*基本信息*/
.jbxx{
	width:100%;
	min-height:230px;
	background-image:url(../images/jwsj_08.jpg);
}
.dz{
	line-height:160%;
	margin-left:30px;
}

/*底部*/
.footbox{
	clear:both;
	width:100%;
	min-height:44px;
	padding:0;
	overflow:hidden;	
	position:fixed;  
        left:0px;  
        bottom:0px;  
        _position:absolute; 
	_top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight); 
}
.footbox ul{
	width:100%;
}
.footbox li{
	float:left;
	width:25%;
	text-align:center;
}
.footbox img{	
	vertical-align:bottom;
}


