body{
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	margin:0;
}

html{
	width:100%;
}


*{ margin:0; padding:0; list-style:none;}

#logo{float: left;margin-left:120px;height: 64px;}

img{ border:0;}
 
.header{ width:100%; background:#F5F5F5;text-align: center;}
.nav{ width:600px; overflow:hidden; padding-top: 2px;float:right}

.nav ul{margin-left: 50px;}

.nav ul li{ height:40px; line-height:40px; float:left; padding:10px 5px; margin:0px 5px;position:relative;z-index: 9;}
.nav ul li a{ color:#000; font-family:'Microsoft Yahei'; font-size:16px; text-decoration:none;}
.nav ul li a:hover{ color:#000; text-decoration:none;}
.nav ul li span{ display:block; position:absolute; width:0px; height:0px; background:#FE5848; top:58px; left:50%;}/*#FF9933 */
.act{border-bottom: 3px solid #FE5848;}

.nav-name{background:url(/assets/images/BG.png) no-repeat;width: 100%;height: 181px;background-size:100% 100% ;}

.nav-title{text-align: center;padding-top: 50px;}

#top{
	width: 100%;
	background: url(/assets/images/index/top_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

#top-content{
	height: 70px;
	background-color:rgba(255,255,255,0);
}

#footer{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	background: #262a2d;
	}

#logo-bottom{
	float: left;
	margin-left:400px;
	height: 64px;
	
}

#footer-content{
	width: 100%;
	height: 70px;
	font-size: 14px;
}

#footer-content .copyright{
	text-align: center;
	color:#939393;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer-content .copyrigth-zh{
	text-align: center;
	color:#939393;
	margin-bottom: 10px;
}

/*#footer-content ul{
	margin-bottom: 10px;
	padding-top: 15px;
	text-align: center;
	
}

#footer-content .one{
	border:none;
}

#footer-content li{
	display: inline;
	border-left:1px solid #939393;
	padding: 0 8px;
}

#footer-content li a{
	font-size: 14px;
	color:#939393;
}


a, a:hover { text-decoration: none; color: #333; }*/

@media screen and (max-width:1100px ) {
#footer{width: 1100px;}
.header{width: 1100px;}
#top{width: 1100px;}
}
