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

/*NA-UI功能样式及布局系统*/
body { height: auto; font-size:14px; color:#4c3a31; 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; }

.wrapper { width:1200px; margin: 0 auto; }

/*header-box*/
.header-box{ height:110px; position:relative; z-index:999; }
.header-logo{ width:302px; height:110px; overflow:hidden;}
.logo-img{ width:67px; height:81px; background:url(../images/logo.png) left center no-repeat; margin-top:16px; margin-right:10px;}
.logo-text{ width:225px; margin-top:36px; }
.logo-text h2{ font-size:21px; color:#000000; height:30px; padding-left:1px; background:url(../images/title.jpg) left top no-repeat;}
.logo-text span{ display:inline-block; background:url(../images/icon.png) left top no-repeat; padding-top:3px; padding-left:18px; color:#797979; font-size:14px;}
.header-naw{ margin-top:46px; margin-left:50px; overflow:hidden;}
.header-naw li{ float:left; padding:10px 5px 0px; text-align:center; height:26px; text-align:center;}
.header-naw li a{ padding:0px 6px; text-align:center; height:24px; color:#301900; font-size:16px; display:inline-block; }
.header-naw li a:hover,.header-naw li a.active{ color:#ff3500; border-bottom:2px solid #ff3500;}




























