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

/* 外部容器
---------------------------------*/
#container {
width:826px;
margin:0 auto;
background:#fff;
}
/* 页头:header
---------------------------------*/
#headTop {
position:relative;
height:103px;
}
/* logo */
#logo {
position:absolute;
left:0;
top:0;
}
/* hotline */
#hotline {
position:absolute;
right:0;
bottom:0;
}
/* search */
#search {
position:absolute;
right:240px;
bottom:10px;
}
#search .btnSearch {
height:22px;
line-height:18px;
padding:0 4px;
cursor:pointer;
}
/* banner */
#banner {
background:url(bannerBg.gif) no-repeat 100% 0;
overflow:hidden;
margin-bottom:3px;
}
#banner img, #banner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
}
/* sidebar */
#sidebar {
float:left;
width:198px;
}
/* content */
#content {
float:right;
width:618px;
}
/* 页脚
---------------------------------*/
#footer {
background:#eee url(footBg.gif) no-repeat 0 0;
margin-top:10px;
}
#footer #copyright {
line-height:20px;
padding:20px 0;
}
/* 首页模块
---------------------------------*/
.title {
position:relative;
}
.title h2 {
font-size:12px;
}
.title span {
position:absolute;
right:20px;
top:0;
font-family:"宋体";
}
.content {
padding:14px;
}
#profile {
background:#A3DAF9 url(profileBottom.gif) no-repeat 0 100%;
margin-bottom:5px;
}
#profile .title {
background:url(profileTop.gif) no-repeat 0 0;
height:24px;
line-height:26px;
overflow:hidden;
}
#profile .title h2 {
padding-left:30px;
}
#profile .content {
border-top:1px solid #fff;
padding:14px 0;
margin:0 18px;
}
#contact {
background:url(contactBg.gif) no-repeat 0 100%;
}
#contact .title {
background: url(contactTop.gif) no-repeat 0 0;
height:22px;
line-height:22px;
position:static;
}
#contact .title h2 {
color:#fff;
padding-left:10px;
}
#contact .content {
line-height:18px;
}

#function .title {
border-bottom:2px solid #3384D6;
height:24px;
line-height:24px;
}
#function .title h2 {
 background:url(titleIcon.gif) no-repeat 0 50%;
 padding-left:20px;
}
#products .title{
    height:30px;
    line-height:30px;
     background:url(productTitleBg.gif) no-repeat 0 0;}
 #products .title h2{
     padding-left:25px;
     font-size:14px;
     color:#fff;}
#demo {
width:590px;
overflow:hidden;
padding:16px 0;
}
#demo td {
padding:0 5px;
}
#demo td a img {
height:150px;
border:1px solid #ddd;
}
#demo td a:hover img {
border-color:#333;
}
#demo td span{
    margin:0 auto;
    height:50px;
    line-height:50px;
    text-align:center;
    display:block;
    width:151px;}
/* 侧栏菜单
---------------------------------*/
#subNav {
border:1px solid #AACCEE;
margin-bottom:10px;
padding:4px;
}
#subNav h2 {
height:32px;
line-height:32px;
text-align: center;
font-size:14px;
color:#fff;
background-color:#3384D6;
}
#subNav ul {
background-color:#3384D6;
padding:0 20px 10px;
}
#subNav ul li {
font-size:12px;
width:100%;
float:left;
}
#subNav ul li a {
text-align:center;
line-height:14px;
display:block;
width:100%;
background:url(topicBg.gif) no-repeat 0 0;
padding:4px 0;
margin:4px 0;
color:#333;
}
#subNav ul li a:hover, #subNav ul li.current a {
background:url(topicBgon.gif) no-repeat 0 0;
color:#fff;
}
/* 内页内容区
---------------------------------*/
.function {
padding:20px;
min-height: 360px;
height: auto !important;
height: 360px;
overflow: visible;
}
/* 产品列表
---------------------------------*/
.productList {
text-align:center;
padding-bottom:20px;
}
.productList li {
width:33.3%;
float:left;
text-align:center;
overflow:hidden;
margin-top:20px;
}
.productList li.clear {
margin:0;
clear:both;
height:0;
padding:0;
overflow:hidden;
}
.productList li a {
display:block;
margin:auto;
width:150px;
height:150px;
text-align:center;
border:1px solid #ddd;
overflow:hidden;
position:relative;
}
.productList li a:hover {
border-color:#000;
}
.productList li a img {
position:absolute;
}
.productList li span {
text-align:center;
display:block;
width:152px; /* 图片宽度加上左右border-width */
height:40px;
line-height:20px;
overflow:hidden;
margin:0 auto;
}
/* 新闻列表
---------------------------------*/
.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:30px 0;
}
.pagination span, .pagination a {
background:#fff;
border:1px solid #ddd;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pagination a:hover {
border-color:#666;
background:#eee;
}
.pagination .current {
border:none;
color:#f00;
font-weight:bold;
}
/* 提问功能、招聘功能
---------------------------------*/
.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 {
    margin-top:10px;
}
#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 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;
}
/* 默认按钮样式
---------------------------------*/
.pageNav {
margin:20px 0;
text-align:center;
}
.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;
}
.focusField {
border:solid 1px #83C6FA;
background:#F6FCFF;
color:#000;
padding:1px;
}
.idleField {
background:#fff;
color: #6F6F6F;
padding:1px;
border: solid 1px #ddd;
}
/* 会员功能
---------------------------------*/
#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;
}
#memberTools {
position:relative;
z-index:1;
width:47px;
}
#iconSetting {
position:absolute;
right:0;
top:0;
z-index:3;
width:47px;
height:61px;
background:url(iconSetting.png) no-repeat 0 0;
}
#memberTools ul {
position:absolute;
top:0;
right:26px;
border:1px solid #CFCFCF;
width:120px;
overflow:hidden;
z-index:2;
padding:1px;
}
#memberTools ul li {
line-height:19px;
height:19px;
float:left;
width:100%;
}
#memberTools ul li a {
width:85px;
padding-left:18px;
display:block;
background:url(listIcon20.gif) no-repeat 0 50%;
}
#memberTools ul li a:hover {
background-color:#F5F5F5;
}
