﻿/* Header */
#header{ width:100%; height:130px; position:fixed; top:0px; z-index:10000; background:url(header_shadow.png) repeat-x;}
.header{ width:1000px; margin:0 auto; /*background:url(img-color-top.jpg) no-repeat 160px top;*/}
.header .left{ width:280px; height:80px; background:url(logo.jpg) no-repeat left center; display:block; float:left;}
.header .right{ width:700px; height:80px; float:right;}
/* Header */

/* 光标跟随带下拉导航栏 */
.navBar { width:718px; height:80px; /*margin-top:5px;*/}
.nav { position:relative; width:718px;}
.nav a { color:#333;}
.nav h3 { font:normal 13px/78px "微软雅黑","微软雅黑"; text-transform:uppercase;}
/*.nav h3 { font-size:100%; font-weight:normal;}
.nav h3 p{ font:bold 14px/24px "微软雅黑",SimSun,SimHei; margin-top:10px;}
.nav h3 span{ font:12px/12px 微软雅黑,"微软雅黑",SimSun,SimHei; color:#999; text-transform:uppercase;}*/
.nav .m { float:left; position:relative; z-index:1;}
.nav .s { float:left; width:0px; text-align:center; color:#D4D4D4; font-size:12px; line-height:80px;}
.nav h3 a { display:block;  width:100px; text-align:center; /*font-weight:bold;*/}
.nav .sub { display:none; position:absolute; left:0; top:68px; z-index:1; width:100px; border-bottom:10px solid #1C1C1C;
            border-top:0px; background:#fff; }
.nav .sub li { text-align:center; width:100px; height:30px; line-height:30px;}
.nav .sub li a { height:29px; display:block; border-bottom:1px solid #F1F1F1; color:#666;}
.nav .sub li a:hover { height:29px;color:#19D3FF;background:#F1F1F1;}
.nav .block { height:3px; width:100px; background:#353535; position:absolute; left:0; top:64px; overflow:hidden;}
