@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: 14px;background: url(../images/bg.png) no-repeat center top;}
/** 重置列表元素 **/
ul, ol,li{ list-style: none; }
/** 重置超链接元素 **/
a {color:#333;}
a:hover {color:#3368AF;text-decoration:none;}
/** 重置图片元素 **/
img{ border:none;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0;}
em,i{font-style: normal;}

/*--通用样式预设--*/
/*清除浮动*/
.clear{clear:both;}
/*浮动*/
.left{float: left;}
.right{float: right;}
/*宽高*/
.width{width: 1000px;}
.w100{width: 100%;}
/*对齐方式*/
.center{margin: 0 auto;}
.tcenter{text-align: center;}
/*颜色*/
.color{color: #fff;}
/*display*/
.block{display: block;}
.hidden{display: none;}
/*over*/
.overflow{overflow: hidden;}
/*边距*/
.mtop{margin-top: 30px;}
/*定位*/
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
/*线*/
.line{height: 0;width: 100%;border-bottom: 1px dashed #ccc;margin: 0;}
/*测试 背景色填充*/
.tb{background: #f60;}


/*header*/
.header{height: 161px;}
.logo a{display: block;width: 420px;height: 60px;margin-top: 35px;text-indent: -9999px;}
.nav{right: 0;bottom: 0;height: 30px;line-height: 30px;width: 623px;}
.sea{margin-top: 35px;width: 265px;}
.goback{text-align: right;}
.footer{text-align: right;padding: 30px 0 50px 0;}
