@charset "utf-8";
/*************************************
*样式主文件
*@mogumomo
*420128796
*2014-9-28
*jizhunfangzhong project
*************************************/
/* CSS Document */

/*NA-UI功能样式及布局系统*/
html,body{width: 100%; overflow-x:hidden; }
.jzwrap { width: 1000px; margin: 0 auto; }
/*浮动*/
.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; }
/* IE6 */
*:first-child + html .clearfix { zoom: 1; }
/* IE7 */
.clear { clear: both; height: 0; font-size: 0; }

/*基础样式*/
html { width: 100%;}
body { box-sizing: content-box; font: normal 12px/1.5 \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53; min-width: 1200px; }
/*图片自动缩放*/
img { max-width: 100%; -ms-interpolation-mode: bicubic; border: none; font-size: 0; margin: 0; padding: 0; display: block; }
ul li { list-style-type: none; border: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea { border: none; }
/*在谷歌和火狐下不能拖拽*/
textarea { resize: 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; }

h1, h2, h3, h4, h5 { font-weight:normal;}

/*top*/
.topbg { width: 100%; height: 27px; line-height: 27px; background-color: #efefef; text-align: right; }
.top > a { display: inline-block; margin: 0 13px; color: #727171; }
.top > a:hover { color: #464646; }
.top > span { display: inline-block; margin-left: 37px; color: #727171; }
.top > span a { color: #727171; text-transform: capitalize; }
.top > span a:hover { color: #464646; }
/*End top*/

/*header*/
header { position: relative; z-index: 30; width: 100%; padding-top: 0px; height: 62px; background: url("../images/header_bg.jpg")/*tpa=http:///public/images/header_bg.jpg*/ repeat-x; }
.header .logo { z-index: 110; width: 116px; height: 24px; padding-top: 0px; padding-bottom: 18px; margin-right: 70px; }
.header .logo img { width: 113px; height: 119px; z-index: 110; padding-top: 0px;}
/*End header*/

/*Nav*/
nav { position: relative; z-index: 20; width: 522px; height: 62px; }
.nav { margin-left: -39px; }
.nav > li { position: relative; height: 61px; line-height: 61px; float: left; margin-left: 39px; }
.nav > li > a { display: block; font-size: 14px; color: #727171; }
.nav > li.current { border-bottom: 1px solid #000; }
.nav > li.current a { color: #464646; }
.subnav { position: absolute; height: 38px; }
.subnav ul { position: absolute; width: 622px; height: 38px; margin-left: -136px; display: none; }
.subnav ul li { height: 38px; line-height: 38px; float: left; margin-left: 40px; }
.subnav ul li a { color: #727171; }
.subnav ul li.subin a { color: #000; }
.subnav ul li a:hover { color: #464646; }
.subnavbg { position: absolute; z-index: 4; top: 62px; width: 100%; height: 38px; background: rgba(255,255,255,.8); background-color: #fff\9; filter: alpha(opacity=80); display: none; }
/*End Nav*/

/*search*/
.search { position: relative; width: 176px; height: 24px; padding-left: 16px; background: url("../images/search_bg.png")/*tpa=http:///public/images/search_bg.png*/ no-repeat; margin-top: 19px; }
.search .search-text { width: 143px; height: 22px; *line-height: 22px; line-height: 22px\9; margin-right: 2px; }
.search .searchbtn { width: 18px; height: 18px; background: url("../images/search_btn.png")/*tpa=http:///public/images/search_btn.png*/ no-repeat; cursor: pointer; }
/*End search*/

/*Footer*/
footer a{color:#727171;}
footer { width: 100%; height: 36px; line-height: 36px; background-color: #efefef; text-align: center; color: #727171; }
/*End Footer*/

