﻿/*
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009-1-14 
---------------------------------*/

/*外部容器
---------------------------------*/
#container {
width:1002px;
margin:0 auto;
background:#fff;
}
/*页头
---------------------------------*/
#header {
position:relative;
z-index:100;
}
#headTop {
background:url(headTopBg.gif) repeat-x 0 0;
height:25px;
text-align:right;
}
#secondaryNav {
text-align:right;
color:#fff;
line-height:25px;
margin-right:20px;
}
#secondaryNav li {
float:right;
margin:0 4px;
}
#secondaryNav li.tool {
font-weight:bold;
}
#secondaryNav li a {
text-transform:uppercase;
color:#fff;
}
#secondaryNav li a:hover {
text-decoration:underline;
}
/* banner */
#banner {
height:168px;
}

#banner object {
float:left;
}
/*主要内容区
---------------------------------*/
#mainWrapper {
background:url(mainBg01.gif) repeat-x 0 0;
}
#main {
overflow: hidden;
background:url(mainBg02.gif) no-repeat 0 0;
}
/* sideBar */
#sideBar {
float:left;
width:235px;
background:#fff url(sidebarBg.jpg) no-repeat 0 0;
height:400px;
margin-top:56px;
border:1px solid #DFE8F1;
border-width:0 1px 0 0;
text-align:center;
}
/* content */
#content {
float:right;
width:732px;
display:inline;
margin:45px 17px 0 0;
}
/* 以下代码片段使左右两列自适应高度 */
#main:after {
content:'[DO NOT LEAVE IT IS NOT REAL]';
display:block;
height:0;
clear both;
visibility:hidden;
}
#main {
display:inline-block;
}
/*\*/
#main {
display:block;
}
/*\*/
#sideBar, #content {
padding-bottom:32767px !important;
margin-bottom:-32767px !important;
}
@media all and (min-width: 0px) {
#sideBar, #content {
padding-bottom:0 !important;
margin-bottom:0 !important;
}
#sideBar:before, #content:before {
content:'[DO NOT LEAVE IT IS NOT REAL]';
display:block;
background:inherit;
padding-top:32767px !important;
margin-bottom:-32767px !important;
height:0;
}
}
/*页脚
---------------------------------*/
#footer {
background:url(footBg.gif) no-repeat 0 bottom;
min-height:87px;
height:auto !important;
height:87px;
overflow:visible;
}
#footer #copyright {
float:right;
text-align:center;
line-height:24px;
width:732px;
padding:8px 0;
color:#034D89;
}
/*首页模块
---------------------------------*/
.box {
background:#fff url(boxBg.gif) repeat-y 0 0;
text-align:left;
margin-bottom:8px;
}
.boxBg01 {
background:url(boxBg.gif) repeat-y right top;
width:100%;
}
.boxBg02 {
background:url(boxBottom01.gif) no-repeat right bottom;
}
.boxBg03 {
background:url(boxTop01.gif) no-repeat right top
}
.box h2 {
padding-left:15px;
height:28px;
line-height:28px;
color:#034D89;
font-size:12px;
background:url(boxTop02.gif) no-repeat 0 0;
}
.box .content {
background:url(boxBottom02.gif) no-repeat 0 bottom;
padding:10px;
}
/*notice*/
	#notice, #category {
width:208px;
margin:0 auto 8px;
}
#notice h2 {
background-image:url(boxTop04.gif);
}
#notice .boxBg03 {
background-image:url(boxTop03.gif);
}
#column01 {
float:left;
width:512px;
}
#column02 {
float:right;
width:208px;
}
#application {
background:url(applicationRight.gif) no-repeat right top;
}
#applicationBg {
background:url(applicationLeft.gif) no-repeat 0 0;
height:133px;
overflow:hidden;
padding-left:32px;
}
/* news */
#news {
position:relative;
height:250px;
}
#news ul#tags {
position:absolute;
z-index:3;
height:26px;
top:0;
left:0;
}
#tagContents {
position:absolute;
width:100%;
z-index:2;
left:0;
top:25px;
}
#tagContents .content {
height:200px;
overflow:hidden;
}
#tagContents .newsPic {
float:left;
display:inline;
margin:8px 20px 10px 8px;
height:180px;
}
#tags li {
float:left;
height:26px;
line-height:26px;
background:url(tags.gif) no-repeat right -26px;
margin-right:1px;
display:inline;
color:#034D89;
cursor:pointer;
}
#tags li.current {
background-position:right 0;
font-weight:bold;
}
#tags li span {
float:left;
line-height:26px;
background:url(tags.gif) no-repeat 0 -78px;
padding:0 16px;
}
#tags li.current span {
background-position:0 -52px;
}
#tagContents .boxBg03 {
background-image:url(boxTop05.gif);
}
#tagContents li {
height:26px;
line-height:26px;
position:relative;
float:left;
width:336px;
}
#tagContents li span {
position:absolute;
right:8px;
top:0;
line-height:26px;
}
#tagContents li a {
background:url(listIcon08.gif) no-repeat 0 -27px;
padding-left:20px;
line-height:26px;
float:left;
height:26px;
}
#tagContents li a:hover {
background-position:0 0;
}
#tagContents li.btnMore a {
background:none;
padding:0;
}
#news2 {
display:none;
}
.productList li {
float:left;
text-align:center;
width:25%;
}
.productList li a img {
border:1px solid #ddd;
padding:1px;
}
.productList li a:hover img {
border-color:#3A62DA;
}
.productList li span {
width:80%;
margin:0 auto;
height:30px;
line-height:30px;
}
#demo {
width:456px;
margin:0 auto;
overflow:hidden;
padding-top:6px;
}
#demo .scrollList td {
padding:0 5px;
}
#demo .scrollList td span {
line-height:30px;
}
/* rights */
#rights .content, #rights .content p{
	line-height:24px;
	margin:0;
	color:#034D89;}
	/* notice */
	#notice{
		line-height:21px;
		}
		/* quick */
		#quick{
			text-align:center;}
/*侧栏-三级菜单*/
#subNav {
	margin-left:10px;
}
#subNav ul li {
font-size:12px;
width:100%;
display:inline;
}
#subNav ul ul {
padding-left:15px;
}
#subNav ul li a {
line-height:22px;
display:block;
background:url(listIcon01.gif) no-repeat 5px 9px;
padding:4px 0 4px 20px;
}
#subNav ul li.current li a {
background-image:url(listIcon02.gif);
border-bottom:1px dashed #ddd;
line-height:16px;
}
#subNav ul li.current li li a {
background-image:url(listIcon03.gif);
}
/*内页内容区
---------------------------------*/
#function {
padding:20px;
min-height:460px; 
height:auto !important; 
height:460px; 
overflow:visible;
}
.productList02 li{
	width:33.3%;
	margin-bottom:20px;}
	/*--- 内页新闻列表 ---*/
.newsList{
margin:0 auto;
}
.newsList li{
text-align:left;
padding:10px 0;
border-bottom:1px solid #ddd;
position:relative;
width:100%;
z-index:4;
}
.newsList li a{
padding-left:30px;
background:url(listIcon02.gif) no-repeat 15px 50%;
}
.newsList li span{
color:#999;
position:absolute;
right:10px;
}
	/*--- 分页 ---*/
.pages{
text-align:center;
line-height:24px;
height:24px;
padding:30px 0;
}
/*--- 提问功能、招聘功能 ---*/
.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:4px 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;
}
/*--- 表单：左标签等宽右对齐 ---*/
#demoForm {
background:red;
margin:0 auto;
}
fieldset {
border:none;
}
fieldset legend {
font-weight:700;
padding:20px 0 20px 160px;
}
fieldset ol {
list-style: none;
}
fieldset li {
display:inline;
float: left;
padding-bottom: 1em;
width: 100%;
}
fieldset li label {
float: left;
line-height:22px;
margin-right:10px;
text-align: right;
width: 150px;
}
fieldset li span {
display:inline;
float:left;
line-height:18px;
margin-left:10px;
width:120px;
}
fieldset input.text, fieldset textarea {
border:1px solid #999;
display:inline;
float:left;
font:12px Arial, Helvetica, sans-serif;
padding:1px;
width:300px;
}
fieldset textarea {
height:8em;
}
.btnSubmit {
background:#ddd;
border:#666 1px solid;
cursor:pointer;
font-size:12px;
line-height:14px;
padding:2px 6px;
}
div.submit a {
margin-right:8px;
}
div.submit, div.submit2 {
padding-left:160px;
text-align:left;
}
/*会员功能
 *登录
 *注册
 *找回密码
 *修改资料
 *用户信息
---------------------------------*/
.memberLogin, .register, .fetchPassword, .passwordModify, .userInfo {
}
.memberLogin .text, .passwordModify .text {
width:180px;
}
/*会员功能工具条
---------------------------------*/
.toolbar {
border:1px solid #999;
}
.toolbar a {
float:left;
display:block;
padding:4px 10px;
background:#ddd;
border-right:1px solid #999;
}
.toolbar a:hover {
background:#eee;
}
