﻿@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	}
body{
	width:100%;
	margin:0 auto;
	}
img{
	border:none;}
a{
	text-decoration:none;

	}
a:hover{
	color:#f28101;
	}
ul{
	list-style-type:none;
	}
#top{
	height:147px;
	width:100%;
	background:#272727;
	}
#top ul{
	width:1095px;
	margin:0 auto;
}

	
	
#nav{
	width:100%;
	height:47px;
	background:#0d0d0d;	
	}
#nav ul{
	width:1100px;
	margin:0 auto;
	height:47px;
	}
#nav ul li{
	text-align:center;
	width:150px;
	height:47px;
	line-height:47px;
	float:left;
	font:"微软雅黑";
	color:#fff;
	font-size:16px;
	}
#nav ul li a{
	margin:0 auto;
	display:block;
	width:130px;
	color:#fff;
	}	
#nav ul li:hover{
	background:#333333;
	}
	

	
	
	
#footer{
	width:100%;
	font:"宋体";
	color:#c3c3c3;
	height:140px;
	margin:0 auto;
	text-align:center;
	background:#000;
	}

.footer-1{width:690px;margin:0 auto;padding-top:50px;}
.footer-1 ul li{width:115px;text-align:center;float:left;}
.footer-1 ul li a{font-size:16px;color:#c3c3c3;font-weight:bold;}	