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

/*外部容器
---------------------------------*/
#container {
width:1002px;
margin:0 auto;
}
/*页头
---------------------------------*/
#header {
background:url(headBg.jpg) no-repeat right top;
height:125px;
}
#headTop {
position:relative;
height:80px;
}
/* logo */
#logo {
position:absolute;
left:0;
top:0;
}
#secondaryNav {
position:absolute;
right:10px;
top:10px;
text-align:right;
}
#secondaryNav li {
float:right;
margin:0 8px;
}
#secondaryNav li a {
color:#fff;
}
#secondaryNav li a:hover {
text-decoration:underline;
}
/* banner */
#banner {
overflow:hiden;
margin-bottom:10px;
}
#banner img, #banner object {
float:left;
}
/*主要内容区
---------------------------------*/
#mainWrapper01 {
background:#fff url(mainBg.gif) repeat-y 0 0;
}
#mainWrapper02 {
background:url(mainBgLeft.jpg) no-repeat 0 0;
width:100%;
}
#main {
background: url(mainBgRight.jpg) no-repeat right top;
padding-top:12px;
min-height:700px;
height:auto !important;
height:700px;
overflow:visible;
text-align:left;
}
/* sideBar */
#sideBar {
float:left;
width:255px;
display:inline;
margin-left:16px;
}
/* content */
#content {
float:right;
width:703px;
display:inline;
margin-right:16px;
}
/*页脚
---------------------------------*/
#footer {
background:url(mainBottom.gif) no-repeat 0 0;
padding-top:20px;
}
#footer #copyright {
line-height:20px;
padding:10px 0;
}
/*首页模块
---------------------------------*/
.box {
background:url(boxBg.gif) repeat-y 0 0;
margin-bottom:8px;
}
.box h2 {
background:url(boxTop.gif) no-repeat 0 0;
height:27px;
line-height:27px;
padding:12px 0 0 40px;
font-size:13px;
color:#CE0000;
}
.box .content {
background:url(boxBottom.gif) no-repeat left bottom;
padding:16px;
min-height:120px;
height:auto !important;
height:120px;
overflow:visible;
}
.box02 {
background:#92B6FF;
}
.box02 h2 {
background:url(box02Top.gif) no-repeat 0 0;
height:27px;
line-height:27px;
padding:12px 0 0 40px;
font-size:13px;
color:#1433A5;
}
.box02 .content {
background:url(box02Bottom.gif) no-repeat left bottom;
padding:16px;
min-height:120px;
height:auto !important;
height:120px;
overflow:visible;
color:#fff;
line-height:20px;
}
.title {
background:url(titleBgRight.gif) no-repeat right top;
height:27px;
position:relative;
}
.title h2 {
height:27px;
line-height:27px;
background:url(titleBgLeft.gif) no-repeat 0 0;
font-size:13px;
color:#1433A5;
padding-left:30px;
}
.title span {
position:absolute;
right:20px;
top:0;
line-height:27px;
}
#profile {
margin-bottom:10px;
}
#profile .content, #products .content {
padding:12px 10px;
}
/*侧栏-三级菜单*/
.subNav {
margin-bottom:10px;
}
.subNav h2 {
height:32px;
line-height:32px;
text-align:left;
font-size:14px;
}
.subNav ul li {
font-size:12px;
width:100%;
float:left;
background:url(listDiv01.gif) repeat-x left bottom;
}
.subNav ul li li {
background-image:none;
}
.subNav ul ul {
padding-left:15px;
background-color:#fff;
}
.subNav ul li a {
line-height:18px;
display:block;
background:url(listIcon01.gif) no-repeat 5px 7px;
color:#2353B3;
padding:4px 0 4px 20px;
}
.subNav ul li a:hover {
color:#000;
}
.subNav ul li.current li a {
background-image:url(listIcon02.gif);
}
.subNav ul li.current li li a {
background-image:url(listIcon03.gif);
}
/*内页内容区
---------------------------------*/
#function {
padding:16px;
}
#demo{
	width:680px;
	overflow:hidden;}
	#demo a img{
border:#ccc 1px solid;
padding:2px;}
#demo .productList03 td{
	padding:0 8px;}
	
.zi p{
line-height:26px;
}
.zi ul li{
list-style:disc;
color:#721206;
line-height:26px;
margin-left:30px;
}
.zi p a{
color:#0033FF;
text-decoration:underline;
}
.zi p a:hover{
text-decoration:none;
color:#666;
}
/*--- 产品列表 ---*/
.productList {
text-align:center;
}
.productList li {
width:33.3%;
margin:10px 0;
float:left;
text-align:center;
}
.productList li img {
width:145px;
border:#ccc 1px solid;
padding:2px;
}
.productList li a span {
text-align:center;
}
.productList li a:hover span {
color:#000;
text-decoration:underline;
}
.productList span {
display:block;
cursor:pointer;
margin:6px auto 0;
line-height:20px;
}
/*--- 产品附件---*/
.annex{
padding-bottom:15px;
}
.annex ul li{
display: inline;
float: left;
margin:5px;
}
.annex ul li a{
display: block;
padding: 0 10px;/****一级栏目间距****/
line-height:20px;/****改为跟一级栏目高度同样的数值****/
background:#EBEBEB url(mainNavDiv.gif) no-repeat left 50%;/****一级栏目间隔线背景****/
text-decoration: none;
border:#DCDCDC 1px solid;
}
.annex ul li a:hover {
background:#eee;
border-color:#999;
}


/*--- 新闻列表 ---*/
.newsList {
margin:0 auto;
}
.newsList li {
text-align:left;
padding:6px 0;
background:url(listDiv01.gif) repeat-x left bottom;
position:relative;
width:100%;
}
.newsList li a {
padding-left:20px;
background:url(listIcon06.gif) no-repeat 5px 50%;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
}
.newsList02 li {
padding:10px 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%;
}
/*网站地图*/
.map {
margin-bottom:10px;
}
.map ul {
margin-left:20px;
background:url(ulBg.gif) repeat-y;
}
.map ul li {
background:url(liBg01.gif) no-repeat left top;
font-size:12px;
line-height:24px;
padding-left:15px;
}
.map ul li.lastChild {
background-image:url(liBg02.gif);
}
/*--- 新闻详细页 ---*/
.article h3 {
border-bottom:1px solid #ddd;
font-size:14px;
height:30px;
line-height:30px;
margin:0 1em;
text-align:center;
}
.article .newsDate {
line-height:22px;
margin-bottom:16px;
text-align:center;
}
.pageNav {
margin:20px auto;
width:300px;
}
.pageNav li {
float:left;
margin-right:20px;
}
.pageNav li a {
background:#ddd;
border:#666 1px solid;
float:left;
padding:2px 8px;
}
.pageNav li a:hover {
background:#eee;
border-color:#999;
}
.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;
width:90%;
}
.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;
}
.productDetails .proImg {
padding:10px;
text-align:center;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
fieldset {
border:none;
padding-left:60px;
}
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:300px;
}
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 30px 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;
}
.idleField {
background:#fff;
color: #6F6F6F;
border: solid 1px #ddd;
}
/*会员功能
---------------------------------*/
.memberLogin .text, .passwordModify .text {
width:180px;
}
/*会员功能工具条
---------------------------------*/
.toolbar {
background:url(crumbsBg.gif) no-repeat left -32px;
}
.toolbar ul {
background:url(crumbsBg.gif) no-repeat right top;
margin-left:16px;
padding:1px 0;
}
.toolbar ul li {
float:left;
position:relative;
margin-left:-8px;
}
.toolbar a {
height:30px;
line-height:30px;
color:#666;
float:left;
background:url(crumbsBg.gif) no-repeat right -64px;
padding-right:8px;
}
.toolbar a span {
height:30px;
line-height:30px;
float:left;
padding:0 8px 0 16px;
cursor:pointer;
}
.toolbar a:hover {
color:#333;
background:url(crumbsBg.gif) no-repeat right -94px;
}
.toolbar a:hover span {
background:#fff;
}
#down ul li{
list-style:disc;
color:#721206;
line-height:26px;
margin-left:30px;
}
#down ul li a{
text-decoration:underline;
color:#0048EA;
}
#down ul li a:hover{
text-decoration:none;
color:#505050;
}
/* getPassword */
#getPassword{
    width:300px;
padding:30px;
height:30px;
overflow:hidden;
background:url(functionBg.png);
margin:0 auto;
    }
    .titlePwd{
        width:300px;
        padding-top:200px;
        margin:0 auto;
		}
        .titlePwd h2{
            text-align:left;
			color:#fff;
			font-size:14px;}
