﻿@charset "utf-8";
/*************************************
*样式主文件
*@mogumomo
*420128796
*2014-9-23
*project hongxiangshangwu
*************************************/
/* CSS Document */

/*NA-UI功能样式及布局系统*/
body { height: auto; font-size:14px; min-width:1200px; font-family:"微软雅黑";}
/*图片自动缩放*/
ul li { list-style-type: none; border: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea { border: none; }

/*去掉默认边框*/
input, button, select, textarea, a { outline: none; background-color: transparent; }
/* 只支持IE，过多使用效率低 */
a { blr: expression(this.onFocus=this.close()); blr: expression(this.onFocus=this.blur()); }
/* IE不支持 */
a:focus { -moz-outline-style: none; outline: none; }

/*浮动*/
.fl { float: left; }
.fr { float: right;}

/*清除浮动*/
.clearfix:after { height: 0; content: ""; display: block; clear: both; visibility: hidden; font-size: 0; }
.clearfix { zoom: 1; }
* html .clearfix { zoom: 1; }
.dn{display: none;}
.wrapper { width:1200px; margin:auto; }

/*header*/
.header img{ display:block; float:left; width:734px; height:88px;}
.collect{ float:right; margin-top:13px;}
.collect a{ display:inline-block; color:#3b3b3b; margin-left:22px; line-height:18px; height:18px; padding-left:24px;}
.collect a:nth-child(1){ background:url(../images/icon1.png) left center no-repeat;}
.collect a:nth-child(2){ background:url(../images/icon2.png) left center no-repeat;}

/*nav*/
.nav{ border:1px solid #0068b8; border-left:none; border-right:none;}
.nav ul{  border:1px solid #0090fe; background:#037cd9;}
.nav ul li{ float:left;}
.nav ul li a{ display:inline-block; padding:0 28px; height:40px; line-height:40px; color:#ffffff; font-size:14px; border-left:1px solid #0068b8; border-right:1px solid #0090fe; transition:all ease-out 0.5s;}
.nav ul li:last-child a{ padding-right:36px;}
.nav ul li:hover a,.nav ul li.on a{ background:#0070c6;}

/*footer*/
.footer{ padding:21px 0; background:#dadada; text-align:center;}
.footer a,.footer span{ display:inline-block; color:#333333; font-size:12px; margin-right:20px;line-height: 24px;}

/*inter-banner*/
.inter-banner{ box-shadow:0 4px 4px #c8c8c8; -webkit-box-shadow:0 4px 4px #c8c8c8; -moz-box-shadow:0 4px 4px #c8c8c8; margin-bottom:16px; margin-top:8px;}
.inter-banner img{ display:block; width:100%; height:180px;}

/*pageList*/
.pageList{ padding:24px 0; border-top:2px solid #037cd9;}
.pageList ul{ text-align:center;}
.pageList ul li{ display:inline-block; cursor:pointer; margin-right:4px; padding:0px 9px; height:26px; line-height:26px; border:1px solid #dadada; color:#cccccc; font-size:12px; transition:all linear 0.5s;}
.pageList ul li:hover,.pageList ul li.on{ background:#037cd9; border:1px solid #0066a5; color:#fff;}
.pageList .selected{ background:#037cd9 !important; border:1px solid #0066a5; color:#fff;}
.go-top{position: fixed;bottom: 40px;right: 20px;width: 49px; height:67px; z-index: 999; background:url(../images/top.jpg) center no-repeat; cursor:pointer; display:none;}







