@charset "utf-8";
/* CSS Document */
body{background-color: #fef7df;}
*{margin: 0;padding: 0;font-family: "微软雅黑";font-size: 16px;list-style: none; }
a{text-decoration: none;color: #333333;}
.container{ width:1280px; margin:0 auto;}
.top{ width:100%; height:240px; background-color:#EC7400;}
.link{ background-image:url(../images/nav_bg.jpg);height:40px;}
.link ul{ list-style-type:none;}
.link ul li{ width:115px; float:left;height: 40px;line-height: 40px;vertical-align: middle;text-align: center;}
.link ul li a{ color:#FFFFFF;}
.clearfix{clear: both;}

.copyright{width: 1280px; margin:0 auto; float: left;}
.copyright p{text-align: center;line-height: 180%;}
.maxbox{width:1280px;margin:0 auto;background:#ffffff;}