@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, button, input,legend,div, 
img{
  border:medium none;
  margin: 0;
  padding: 0;
}
body{color:#333;overflow-x: hidden;font-family: "Microsoft Yahei";font-size: 12px;}
/** 重置列表元素 **/
ul, ol,li{ list-style: none; }
/** 重置超链接元素 **/
a { text-decoration:none; color:#333;}
a:hover {color:#e38409;text-decoration:none;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0;}
em,i{font-style: normal;}

/*--通用样式预设--*/
/*清除浮动*/
.clear{clear:both;}
/*浮动*/
.left{float: left;}
.right{float: right;}
/*宽高*/
.width{width: 1280px;}
.w100{width: 100%;}
/*对齐方式*/
.center{margin: 0 auto;}
.tcenter{text-align: center;}
/*display*/
.block{display: block;}
.inline{display: inline;}
.hidden{display: none;}
/*over*/
.overflow{overflow: hidden;}
/*边距*/
.mtop{margin-top: 20px;}
/*定位*/
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
/*测试 背景色填充*/
.test{background: #f60;}


/*header*/
.header{height: 80px;background: #fff;border-bottom: 1px solid #95dd6d;padding-top: 15px;}
.logo a{display: block;background: url(../images/logo.png) no-repeat;text-indent: -9999px;width: 218px;height: 62px;}
.nav{margin-left: 320px;}

/*footer*/
.footer{text-align: center;line-height: 69px;height: 69px;background: url(../images/footer_bg.png) repeat-x left top;}








