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

/* 外部容器
---------------------------------*/
#container {
    width:1002px;
    margin:0 auto;
    background:#fff;
}
/* 页头:header
---------------------------------*/
#headTop {
    background:url(headerBg.jpg) no-repeat 0 0;
    position:relative;
    height:80px;
}
/* logo */
#logo {
    position:absolute;
    left:15px;
    top:15px;
}
#secondaryNav {
    position:absolute;
    right:10px;
    top:10px;
    text-align:right;
}
#secondaryNav li {
    float:right;
    display:inline;
    margin:0 8px;
}
/* banner */
#banner {
    overflow:hidden;
    margin-bottom:10px;
}
#banner img, #banner object {
    float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
    overflow: hidden;
    text-align:left;
}
/* sideBar */
#sideBar {
    float:left;
    width:257px;
    background:url(sideBg.gif) repeat-y 0 0;
}
/* content */
#content {
    float:right;
    width:745px;
}
/* 页脚
---------------------------------*/
#footer {
    background:#fff url(footBg.gif) no-repeat 0 100%;
}
#footer #copyright {
    line-height:20px;
    padding:20px 0;
    background:url(copyrightBg.gif) no-repeat center top;
    margin-top:20px;
}
/* 首页模块
---------------------------------*/
.title {
    background:url(sideTitleBg.jpg) no-repeat 0 0;
    height:31px;
}
.title h2 {
    font-size:13px;
    color:#0080AF;
    height:31px;
    line-height:31px;
    padding-left:30px;
    background-repeat:no-repeat;
    background-position:5px 50%;
    background-image:url(titleIcon.gif);
}
.title2, .title3 {
    position:relative;
}
.title2 {
    background-image:url(titleBg2.jpg);
}
.title3 {
    background-image:url(titleBg3.jpg);
}
.title2 span, .title3 span {
    line-height:31px;
    position:absolute;
    top:0;
    right:20px;
    color:#FF7E00;
}
#category .title h2 {
    padding-left:50px;
    background-position:25px 50%;
    background-image:url(cateTitleIcon.gif);
}
#contact .title h2 {
    padding-left:50px;
    background-position:25px 50%;
    background-image:url(contactTitleIcon.gif);
}
#search {
    background:url(sideTop.gif) no-repeat 0 0;
    padding:67px 10px 20px;
}
#search h2 {
    background:url(iconSearch.gif) no-repeat 5px 50%;
    font-size:13px;
    color:#0080AF;
    height:31px;
    line-height:31px;
    padding-left:30px;
}
#search .btnSearch {
    background:url(btnSearch.gif) no-repeat 0 0;
    border:none;
    outline:none;
    width:49px;
    height:18px;
    color:#fff;
    line-height:18px;
    text-align:center;
    display:inline-block;
    font-size:12px;
    cursor:pointer;
    margin-left:5px;
}
#contact {
    background:url(contactBg.gif) no-repeat 0 100%;
}
#contact .content {
    padding:10px 20px;
    line-height:20px;
}
#profile, #news, #products {
    margin:0 10px;
}
#profile .content, #news .content, #products .content {
    padding:10px;
}
#profile .content {
    color:#3A89A4;
    line-height:20px;
}
#products {
    margin-top:10px;
}
#profile {
    float:left;
    width:720px;
    display:inline;
}
.profile {
line-height:23px;
padding:10px 20px;
}
/* 侧栏菜单
---------------------------------*/
#category #subMenu {
    padding:10px 13px 10px 11px;
}
#category ul li {
    font-size:12px;
    width:100%;
    float:left;
    background:#EAF6FA;
    border-bottom:3px solid #fff;
}
#category ul li li {
    border:none;
}
#category ul ul {
    display:none;
    padding-left:16px;
}
#category ul li a {
    line-height:14px;
    display:block;
    background:url(listIcon01.gif) no-repeat 5px 50%;
    padding:4px 0 4px 25px;
}
#category ul li li a {
    background-image:url(listIcon02.gif);
}
#category ul li.current li li a {
    background-image:url(listIcon03.gif);
}
/* 内页内容区
---------------------------------*/
#function {
    padding:20px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    overflow: visible;
}
/* 产品列表
---------------------------------*/
#demo {
width:650px;
margin:5px 15px;
overflow:hidden;
padding-left:30px;
}
#demo1 td,#demo2 td {
padding:5px 8px;
}
#demo1 td img,#demo2 td img{
border:#2390AF 1px solid;
padding:2px;
width:120px;
height:163px;
}

#demo1 td span,#demo2 td span{
color:#333;
display:block;
cursor:pointer;
overflow:hidden;
text-align:center;
line-height:20px;
height:40px;
margin:4px auto 0;
}
.productList {
text-align:center;
}
.productList li {
width:24.5%;
float:left;
padding:10px 0;
text-align:center;
}
.productList a {
display:inline-block;
margin:0 auto;
}
.productList a img {
border:#ddd 1px solid;
padding:2px;
}
.productList a:hover img {
border-color:#105A73;
}
.productList a span {
color:#333;
display:block;
cursor:pointer;
overflow:hidden;
text-align:center;
line-height:20px;
height:40px;
margin:4px auto 0;
}
.productList a:hover span {
text-decoration:underline;
color:#A85700;
}
/* 新闻列表
---------------------------------*/
.newsList {
    margin:0 auto;
}
.newsList li {
    float:left;
    line-height:14px;
    position:relative;
    text-align:left;
    width:100%;
    padding:10px 0;
    border-bottom:1px dashed #ddd;
}
.newsList li a {
    background:url(listIcon11.gif) no-repeat 0 0;
*background-position:0 -2px;
    padding-left:20px;
}
.newsList li span {
    color:#999;
    position:absolute;
    right:10px;
}
.newsList02 li {
    padding:8px 0;
}
/* 分页
---------------------------------*/
.pages {
    height:22px;
    padding:30px 0;
}
.pages span, .pages a {
    background:#fff;
    border:1px solid #ddd;
    display:inline;
    float:left;
    height:20px;
    line-height:20px;
    margin-right:4px;
    padding:0 8px;
}
.pages a:hover {
    border-color:#666;
    background:#eee;
}
.pages .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 {
}
#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;
}
/* 详细页导航
---------------------------------*/
.pageNav {
    margin:20px 0;
}
/* 相关新闻
---------------------------------*/
.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;
}
.button, .pageNav a {
    background:url(btnBg.gif) no-repeat 0 -48px;
    float:left;
    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;
    padding:1px;
    color:#000;
}
.idleField {
    background:#fff;
    color: #6F6F6F;
    border: solid 1px #ddd;
    padding:1px;
}
/* 会员功能
---------------------------------*/
#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;
}
