﻿@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0;list-style: none;}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 'Microsoft Yahei',tahoma, arial, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; color: #333 }
a:hover { text-decoration: underline; }


/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

i,em{font-style: normal;}

/* 清除浮动 */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}

.left{float: left;}
.right{float: right;}
.hide{overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.t20{margin-top: 20px;}



/*广告位*/
.banner{width: 1200px; height: 80px; margin:10px auto;}
.banner img{display: block;width: 1200px; height: 80px;}
.column{width: 1200px; height: 60px; margin:10px auto;}
.logo{width: 220px; height: 60px; margin-top:8px; }
.logo img{display: block; width: 220px; height: 60px;}
.side{width: 660px; height: 60px; padding-top:20px;}
.search{width: 355px; height: 40px;}
.search .enter{width: 294px; height:38px; border: 1px solid #ddd; border-right: none; border-top-left-radius:5px; border-bottom-left-radius:5px;}
.search span{display: inline-block; width:40px; height: 40px; background:url(../images/tubiao.png) no-repeat 13px -105px; }
.search .enter input{width:254px; height: 38px; line-height: 38px; font-size: 14px; border:none; outline: none;  }
.search input.btn{cursor: pointer; width: 60px; height: 40px; font-size: 16px; border:none; background: #49c50b; color: #fff; line-height:40px; text-align: center; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.side a.left{display:inline-block; width:65px; height: 40px; text-align: center; line-height: 40px; margin-left: 15px; overflow: hidden; color: #666}
.side a.upload{display: inline-block; width: 80px; padding-left: 46px; height: 40px; font-size:16px; color: #fff; line-height: 40px; border-radius: 5px; background: #ff6600 url(../images/tubiao.png) no-repeat 16px -141px}

.menu{float: left; width:100%; height: 60px; background: #ff6600}
.submenu{ width:1200px; height: 65px; margin:-5px auto 0; }
.submenu a{ display: inline-block; width: 110px; height: 65px; font-size: 18px; color: #fff; line-height: 70px; margin: 0 10px; text-align: center;}
.submenu a.on{background: url(../images/menu.png);}



/*底部*/
.foot{width: 100%; overflow: hidden; text-align:center;}
.footMenu{margin-bottom: 20px; width: 100%; height:16px; padding:15px 0; line-height: 16px; text-align: center;  background: #ff6600}
.footMenu a{font-size: 14px; color: #fff}
.footMenu a:hover{text-decoration: none;}
.footMenu i{margin: 0 10px; color: #dc5800;}
p.copy{width: 100%; height: 30px; line-height: 30px; text-align: center; font-size: 14px; color: #a9a9a9}

















