/*
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009-1-14 
---------------------------------*/

/* 外部容器
---------------------------------*/
#container {
width:1002px;
margin:0 auto;
}
/* 页头:header
---------------------------------*/
#headTop {
position:relative;
height:107px;
background:#5F5E5C url(headBg.jpg) no-repeat 100% 0;
border-bottom:1px solid #3A3532; 
}
/* logo */
#logo {
position:absolute;
left:37px;
bottom:0;
}
#secondaryNav {
position:absolute;
right:10px;
top:10px;
text-align:right;
}
#secondaryNav li {
float:right;
display:inline;
margin:0 8px;
}
/* banner */
#banner {
overflow:hidden;
}
#banner img, #banner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
background:#C3C3C1; 
border-top:1px solid #3A3532; 
}
/* sidebar */
#sidebar {
float:left;
width:194px;
background:#1F1A17;
height:389px;
overflow:scroll;
overflow-x:hidden;
}
/* content */
#content {
float:right;
width:807px;
margin-right:0; 
background:#969792;
border:1px solid #797876;
border-width:0 0 0 1px; 
overflow:hidden; 
}

/* 页脚
---------------------------------*/
#footer {
background:#343434;
padding:5px;
color:#fff;
}
#footer #copyright {
line-height:20px;
padding:5px 0;
color:#fff;
}
/* 主导航 */
#mainNav {
background:#1F1A17; 
}
#mainNav li {
float:left;
height:43px; 

}
#mainNav li a {
color:#fff; 
height:43px; 
line-height:43px;
background:url(mainNavDiv.gif) no-repeat 0 50%;
padding-left:20px; 
margin-left:18px; 
display:inline-block; 
}
#mainNav li a:hover {
color:#DB251C; 
}

/* 首页模块
---------------------------------*/
/* 侧栏菜单
---------------------------------*/
#subNav ul{
padding:10px 0;
}
#subNav ul li {
font-size:13px;
font-family:黑体;
width:100%;
float:left;
}
#subNav ul li a {
line-height:14px;
display:block;
color:#fff; 
padding:5px 10px 5px 40px;
}
#subNav ul  li a:hover, #subNav ul  li a.current {
color:#DB251C; 
}
/* 内页内容区
---------------------------------*/
#contact h2 {
background:#323232 url(contactTitle.gif) no-repeat 0 0;
height:22px; 
line-height:22px; 
padding-left:20px; 
color:#fff; 
font-size:12px;
}
#contact .content {
padding:10px; 
color:#ccc; 
}
#function {
margin:10px 45px 15px; 
height:319px;
overflow:scroll;
overflow-x:hidden;
border:1px solid #727270; 
background:#5F5E5C; 
}
#function #mainContent {
padding:20px;
color:#fff; 
background:#5F5E5C; 
color:#fff; 
}
#login {
background:#959595; 
padding:8px; 
}
#login a{
color:#fff; 
}
#login a:hover{
color:#f00; 
}
#login input {
vertical-align:middle; 
font-size:12px;
font-family:Arial, tahoma, Verdana;
}
#login .btnLogin {
border:none; 
background:url(btnLoginBg.gif) no-repeat 0 0;
width:40px; 
height:19px; 
vertical-align:middle; 
color:#000;
display:inline-block; 
text-align:center; 
line-height:19px; 
cursor:pointer;
}
/* 产品列表
---------------------------------*/
.productList {
text-align:center;
}
.productList li {
width:19.9%;
float:left;
padding:5px 0;
text-align:center;
}
.productList a {
display:inline-block;
margin:0 auto;
}
.productList a img {
}
.productList a:hover img {
}
.productList a span {
color:#333;
display:inline-block;
cursor:pointer;
overflow:hidden;
text-align:center;
line-height:20px;
height:20px;
margin:4px auto 0;
}
.productList a:hover span {
text-decoration:underline;
color:#fff;
}
/* 新闻列表
---------------------------------*/
.newsList {
margin:0 auto;
}
.newsList li {
float:left;
line-height:14px;
position:relative;
text-align:left;
width:100%;
padding:10px 0;
border-bottom:1px solid #ddd;
}
.newsList li a {
background:url(listIcon01.gif) no-repeat 0 0;
*background-position:0 -2px;
padding-left:20px;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
}
/* 分页
---------------------------------*/
.pagination {
height:22px;
padding:10px 0;
}
.pagination span, .pagination a {
background:#8C8B8A;
border:1px solid #ddd;
display:inline;
float:right;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pagination a:hover {
border-color: #78D0D6;
background:#EDFEFF;
color:#0B93C6;
}
.pagination .current {
border:none;
color:#f00;
font-weight:bold;
}
.pagination .pr_off, .pagination .nt_off {
color:#ccc;
}
/* 提问功能、招聘功能
---------------------------------*/
.questionList dt, .jobList dt {
font-weight:normal;
margin-top:10px;
}
.questionList dt span, .jobList dt span {
cursor:pointer;
font-weight:bold;
margin:0 4px;
}
.questionList dd, .jobList dd {
border:#ccc 1px solid;
padding:6px 10px;
}
/* 视频列表
---------------------------------*/
td.videoList a {
background:#fff url(videoIcon.jpg) no-repeat left 50%;
padding-left:25px;
}
div.videoShow {
text-align:center;
background:#fff;
border:solid 1px #eee;
width:80%;
padding:10px;
margin:0 auto;
}
div.videoShow h4 {
width:80%;
margin:0 auto;
background:url(videoIcon.jpg) no-repeat left 50%;
text-align:left;
padding-left:25px;
font-size:14px;
height:50px;
line-height:50px;
}
#mainContentSearch {
margin:30px;
}
.searchTitle {
border:1px solid #ddd;
border-width:1px 0;
padding:0 10px;
line-height:22px;
background:#f8f8f8;
}
.searchTitle a {
background:url(listImg.gif) no-repeat right 50%;
padding-right:10px;
}
#mainContentSearch strong {
padding-left:2em;
}
.resultTopicTitle {
}
#mainContentSearch .newsList {
width:100%;
}
/* 网站地图
---------------------------------*/
#webmap {
padding-bottom:20px;
}
#webmap dt {
color:#975317;
float:left;
height:19px;
line-height:19px;
margin-top:20px;
width:100%;
}
#webmap dt .dtBg01 {
background:url(webmapBg.gif) no-repeat 100% top;
float:left;
}
#webmap dt .dtBg02 {
background:url(webmapBg.gif) no-repeat 0 -38px;
float:left;
line-height:19px;
padding:0 10px;
}
#webmap dd {
float:left;
height:19px;
line-height:19px;
margin:4px 3px 0 0;
}
#webmap dd a {
background:url(webmapBg.gif) no-repeat 100% -19px;
float:left;
}
#webmap dd a span {
background:url(webmapBg.gif) no-repeat 0 -57px;
cursor:pointer;
float:left;
line-height:19px;
padding:0 10px;
white-space:nowrap; /* 强制不换行 */
}
#webmap dd a:hover {
background-position:100% 0;
}
#webmap dd a:hover span {
background-position: 0 -38px;
color:#975317;
}
/* 新闻详细页
---------------------------------*/
.article{
min-height: 400px;
height: auto !important;
height: 400px;
overflow: visible;
}
.article h3 {
border-bottom:1px solid #ddd;
font-size:14px;
line-height:28px;
text-align:center;
}
.article .newsDate {
line-height:22px;
margin-bottom:16px;
text-align:center;
}
/* 相关新闻
---------------------------------*/
.relatedNews {
padding:10px;
}
.relatedNews h3 {
font-size:14px;
margin-bottom:8px;
}
.relatedNews a {
background:url(listIcon06.gif) no-repeat 0 50%;
line-height:22px;
padding-left:12px;
}
/* 产品详细页
---------------------------------*/
#productDetails {
margin:20px auto;
text-align:center;
}
#productDetails th h3 {
text-align:center;
font-size:12px;
line-height:22px;
}
#productDetails .column01 {
text-align:right;
width:20%;
}
.productDetails .column02 {
text-align:left;
width:80%;
}
#productDetails h3 {
font-size:14px;
line-height:30px;
text-align:center;
}
.proImg {
padding:10px;
text-align:center;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
fieldset {
border:none;
padding-left:120px;
}
fieldset legend {
font-weight:bold;
height:40px;
line-height:40px;
*margin-left:-7px;
}
fieldset ol {
list-style: none;
margin-top: 1em;
}
fieldset li {
display:inline;
float: left;
padding-bottom: 1em;
width: 100%;
}
fieldset li label {
float: left;
line-height:20px;
margin-right:1em;
text-align: left;
}
fieldset li span {
display:inline;
float:left;
line-height:18px;
margin-left:10px;
width:8em;
}
fieldset input.text, fieldset textarea {
display:inline;
float:left;
font:12px Arial, Helvetica, sans-serif;
outline:none;
padding:2px;
width:200px;
}
fieldset em {
float:left;
text-align:center;
width:7px;
}
fieldset input.text2 {
width:42px;
}
fieldset input.text3 {
width:145px;
}
fieldset textarea {
height:8em;
}
/*.focusField {
border:solid 1px #83C6FA;
background:#F6FCFF;
color:#000;
padding:1px;
}
.idleField {
background:#fff;
color: #6F6F6F;
padding:1px;
border: solid 1px #ddd;
}*/
/* 默认按钮样式
---------------------------------*/
.pageNav {
margin:20px 0;
text-align:right;
}
.button, .pageNav a {
background:url(btnBg.gif) no-repeat 0 -48px;
display:inline-block;
height:24px;
line-height:14px;
margin:0 10px 0 0;
overflow:hidden;
padding-left:4px;
}
.button input, .pageNav a span {
background:url(btnBg.gif) no-repeat 100% 0;
float:left;
border:none;
color:#666;
cursor:pointer;
font-size:12px;
display:inline;
height:24px;
line-height:24px;
outline:none;
white-space:nowrap; /* 强制不换行 */
*overflow:visible;  /*IE中input的padding值随长度变长增加bug */
padding:0 15px 0 11px;
}
.button:hover, .pageNav a:hover {
background-position:0 -72px;
}
.button:hover input, .pageNav a:hover span {
background-position:100% -24px;
color:#1D7BC4;
}
/* 会员功能
---------------------------------*/
#member {
position:relative;
width:100%;
}
.btn {
float:left;
height:24px;
line-height:24px;
margin-right:10px;
}
/*会员功能工具条
---------------------------------*/
.toolbar {
position:absolute;
right:0;
text-align:right;
top:0;
background:#fff;
}
#toolbarHandler {
text-align:center;
position:absolute;
right:0;
top:0;
border:1px solid #C1D7E4;
border-width:1px 2px 1px 1px;
height:24px;
line-height:24px;
overflow:hidden;
width:80px;
}
#toolbarHandler img, .toolbar ul a img {
vertical-align:middle;
}
#toolsList {
text-align:left;
display:none;
}
.toolbar ul {
border:1px solid #C1D7E4;
border-width:1px 2px 1px 1px;
padding-top:25px;
width:150px;
}
.toolbar ul li {
float:left;
width:100%;
border-bottom:1px solid #C1D7E4;
}
.toolbar ul a {
display:block;
height:34px;
line-height:34px !important;
overflow:hidden;
}

