body{
	width: 100%;
	
	background: url(imagesbg.jpg) repeat-x center top;
}
.header {
	width: 1000px;
	height: 202px;
	margin: 0 auto;
}
.header .inner{
	margin: 0 auto;
	width: 1000px;
	height: 139px;
	border-top: 8px solid #01479D;
	border-bottom: 1px solid #DCDCDC;
}
.header .inner .logo{
	float: left;
	width: 296px;
	height: 139px;
	background: url(imageslogo.jpg) no-repeat;
}
.header .inner .welcome{
	width: 296px;
	float: right;
	font:12px/54px "宋体";
	color: #4c4c4c;
}
.header .nav{
	height: 55px;
	width: 1000px;
	margin: 0 auto;
}
.header .nav ul li.fuli{
  	float: left;
  	width:99px;
  	text-align: center; 
  	position: relative;
}
.header .nav ul li.cur{
	background: #F8F7F7;
}
.header .nav ul li.fuli a{
	display: block;
	width: 99px;
	font:16px/55px "微软雅黑";
	color: #01479d;
	text-decoration: none;
}
.header .nav ul li.fuli .menu{
	position: absolute;
	top:55px;
	left: 0px;
	width: 99px;
	background:#F8F7F7;
	padding-bottom: 5px;
	display: none;
	z-index:999;
}
.header .nav ul li.fuli .menu ul li a{
    font:14px/32px "微软雅黑";
	color: #01479d;
}
.header .nav ul li.fuli .menu ul li a:hover{
	color: #000;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content .left{
	width: 490px;
	float: left;
	border-top: 2px solid #01479D;
}
.content .left .advice{
	height: 286px;*height: 310px;
}
.content .hd{
	height: 31px;
}
.content .hd h3{
	float: left;
	width: 87px;
	position: relative;
	font:14px/31px "微软雅黑";
	color: #01479d;
	padding-left: 13px;

}
.content .hd h3 span{
	position: absolute;
	top:-1px;
	left: 56px;
	font:20px/31px "微软雅黑";
	color: #a30100;
}
.content .hd a{
	display: block;
	float: left;
	width: 379px;
	height: 30px;
	text-decoration: none;
	font:12px/31px "宋体";
	color: #01479d;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	background: #f5f5f5;
	text-align: right;
	padding-right: 10px;
}
.content .bd ul li {
	height: 27px;
	background: url(imagesyuan.png) no-repeat 10px 10px;
}
.content .bd ul li a{
	text-decoration: none;
	float: left;
	width: 372px;
	padding-left: 29px;
	font:12px/27px "宋体";
	color: #4c4c4c;

}
.content .bd ul li span{
	font:12px/27px "宋体";
	color: #4c4c4c;
	display: block;
	float: right;
	width: 58px;
	text-align: center;
}
.content .left .school{
	height: 296px;*height:312px;
	border-top: 2px solid #01479D;
}
.content .left .school .hd h3 span{
	left: 30px;
}
.content .right{
	float: left;
	width: 490px;
	padding-left: 19px;

}
.content .right .inner{
	width: 490px;
    border-top: 2px solid #01479D;
}
.content .right .inner .news{
	height: 360px;*height: 373px;
}
.content .right .inner .news .bd ul{
	height: 172px;*height: 190px;
	clear: both;
}
.content .right .inner .jiangzuo .hd h3 span{
	left:41px;
}
.content .right .inner .news .bd .pic1{
	float: left;
	width: 162px;
	height: 152px;
	margin-right: 2px;
}
.content .right .inner .news .bd .tu a{
    display: block;
    width: 162px;
    font:12px/43px "宋体";
    color: #4c4c4c;
    text-decoration: none;
}
.content .right .inner .news .bd .pic2{
	float: left;
	width: 162px;
	height: 152px;
	margin-right: 2px;
}
.content .right .inner .news .bd .pic3{
	float: left;
	width: 162px;
	height: 152px;
}
.content .right .jiangzuo{
	height: 223px;
	border-top: 2px solid #01479D;
}
.content .photo{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
.content .photo .hd{
	width: 100%;
	height: 24px;
	position: relative;
	background: url(imagesxian.jpg) no-repeat left center ;
}
.content .photo .hd h3{
    position: absolute;
    top:-6px;
    left: 406px;
    display: block;
    width: 198px;
}
.content .photo .bd{
	padding: 20px 10px;
	height: 100px;
}
.content .photo .bd .wufeng{
	width: 980px;
	height: 100px;
	position: relative;
	overflow: hidden;
		}
.content .photo .bd .wufeng ul{
	width: 10000px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content .photo .bd .wufeng ul li{
	float: left;
	height: 100px;
	width: 150px;
	margin-right: 16px;
	background: none;
}
.content .photo .bd .wufeng ul li a {
   display: block;
   float: left;
   width: 150px;
   padding-left: 0px;
}

.content .visit{
	width: 1000px;
	height: 32px;
	background: #F5F5F5;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
}
.content .visit span{
	font:12px/32px "宋体";
	color: #4c4c4c;
}
.footer{
	width: 1000px;
	height: 61px;
	margin: 0 auto;
	text-align: center;
}
.footer span{
	font:12px/61px "宋体";
	color: #4c4c4c;
}
a:link,a:visited{

}
.content .bd ul li a:hover{
	color: #B5B5B5;
}
.content .hd a:hover{
	color: black;
}
.content .right .inner .news .bd .tu a:hover{
	color:#01479D; 
}
.header .nav ul li a:hover{
	color: #011E92;
}