 /*
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009-1-14 
---------------------------------*/

/*外部容器
---------------------------------*/
#container {
width:1002px;
margin:0 auto;
background:#fff;
}
/*页头
---------------------------------*/
#header {
position:relative;
}
#headTop {
position:relative;
height:80px;
border-bottom:#858585 solid 5px;
/*background:url(logo_gddxdlc.png) no-repeat left center;*/
}
/* logo */
#logo {
position:absolute;
left:0;
top:0;
}
#secondaryNav {
position:absolute;
right:10px;
top:4px;
text-align:right;
}
#secondaryNav li {
float:right;
margin:0 8px;
}
/* banner */
#banner {
overflow:hidden;
_height:452px;
min-height:452px;
height:!important;
}
#headBar {
height:30px;
background:#858585 url(headBarBg.gif) no-repeat 0 0;
position:relative;
z-index:0 !important; 
z-index:-1; 
}
#search {
position:absolute;
left:380px;
top:4px;
}
#date {
position:absolute;
background:url(dateDiv.gif) no-repeat 0 50%;
right:20px;
top:0;
color:#fff;
width:261px;
line-height:30px;
height:30px;
text-align:right;
}
/*主要内容区
---------------------------------*/
#main {
overflow: hidden;
background:url(mainBg.jpg) repeat-x 0 0;
}
#left, #center, #right {
padding-top:20px;
/*height:300px;*/
overflow:hidden;
}
/* left */
#left {
float:left;
width:214px;
background:url(mainDiv.gif) repeat-y right 0;
}
/* center */
#center {
float:left;
width:508px;
background:url(mainDiv.gif) repeat-y right 0;
}
/* right */
#right {
float:right;
width:280px;
}
/* sideBar */
#sideBar {
padding-top:20px;
float:left;
width:214px;
background:url(mainDiv.gif) repeat-y right 0;
}
/* content */
#content {
padding-top:20px;
float:right;
width:770px;
}
/* 以下代码片段使左右两列自适应高度 */
#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 right top;
padding-top:64px;
text-align:center;
}
#footer #copyright {
background:#E3E3E3;
line-height:20px;
padding:10px 0;
}
/*首页模块
---------------------------------*/
.title01 {
background:url(titleBg01.gif) no-repeat 160px 50%;
height:30px;
position:relative;
}
.title01 h2 {
background:url(titleBg02.gif) no-repeat 5px 50%;
height:30px;
line-height:30px;
float:left;
font-size:13px;
padding:0 20px 0 30px;
}
.title01 span {
position:absolute;
line-height:30px;
top:0;
right:10px;
background:#FFEDFB;
padding:0 20px;
}
.box {
background:#fff url(contactBg.gif) no-repeat 0 bottom;
width:175px;
margin:0 auto;
padding-bottom:14px;
}
.box .boxWrapper {
border:1px solid #DCDCDC;
padding:2px;
}
.box .boxContent {
background:#F9F9F9;
padding:10px 0;
text-align:left;
overflow:hidden;
line-height:20px;
}
.vedio{
	text-align:center;
	margin:0 auto;
	padding:0;
	display:block;
}
#left h2 {
background:url(titleBg03.gif) no-repeat 30px 50%;
padding-left:50px;
font-size:13px;
line-height:30px;
height:30px;
text-align:left;
}
#sideBar h2 {
background:#AB82A2 url(titleBg03.gif) no-repeat 10px 50%;
padding-left:30px;
margin:0 auto;
width:145px;
height:44px;
line-height:44px;
font-size:14px;
color:#fff;
text-align:left;
}
#sideBar .boxContent {
min-height:180px;
height:auto !important;
height:180px;
overflow:visible;
padding:0;
}
#profile {
margin:0 16px;
}
#news {
width:250px;
margin:0 auto;
}
#news h2 {
background:url(titleBg04.gif) no-repeat 0 0;
color:#fff;
padding-left:14px;
line-height:25px;
height:25px;
font-size:13px;
text-align:left;
}
#news .content {
padding:10px;
line-height:21px;
background:#F4F4F4 url(newsBg.gif) no-repeat right bottom;
}
.recommendedNews {
text-align:left;
color:#333;
line-height:20px;
}
.recommendedNews a {
border-bottom:1px dashed #999;
display:block;
width:100%;
color:#333;
padding-bottom:10px;
}
.recommendedNews a:hover {
color:#f00;
}
/*--- 新闻列表 ---*/
#newsList {
text-align:left;
padding:2px 0 10px 0;
}
#newsList ul li {
margin:6px 0;
}
#newsList ul li a {
text-decoration:none;
color:#000;
background:url(listIcon05.gif) no-repeat 0 6px;
padding-left:8px;
line-height:16px;
}
#newsList ul li a:hover {
color:#f00;
text-decoration:underline;
}
#demo {
width:930px;
margin:5px 15px;
overflow:hidden;
padding-left:30px;
}
#demo1 td,#demo2 td {
padding:5px 8px;

}
#demo table, #demo td{
border:none;
}
#demo1 td img,#demo2 td img{
border:#858585 1px solid;
padding:2px;
width:140px;
height:140px;
}

#demo1 td span,#demo2 td span{
color:#333;
display:block;
cursor:pointer;
overflow:hidden;
text-align:center;
line-height:20px;
height:20px;
margin:4px auto 0;
}

/*侧栏-三级菜单*/
#subNav {
}
#subNav ul li {
font-size:12px;
width:100%;
display:inline;
}
#subNav ul ul {
padding-left:15px;
}
#subNav ul li a {
line-height:16px;
display:block;
font-weight:bold;
padding:4px 0 4px 20px;
color:#98157F;
}
#subNav ul li a:hover {
background:#EEDCEA;
}
#subNav ul li.current li a {
background:url(listIcon05.gif) no-repeat 10px 50%;
font-weight:normal;
}
#subNav ul li.current li li a {
background-image:url(listIcon03.gif);
}
/*内页内容区
---------------------------------*/
#function {
padding:20px;
text-align:left;
line-height:22px;
min-height: 300px;
height: auto !important;
height: 300px;
overflow:visible;
}
/*--- 产品列表 ---*/
.productList {
text-align:center;
min-height:150px;
height:auto !important;
height:150px;
overflow:visible;
}
.productList li {
text-align:center;
width:24.9%;
margin:5px 0;
float:left;
}
.productList li img {
border:1px solid #ccc;
padding:2px;
background:#fff;
width:140px;
height:140px;
}
.productList li a span {
text-align:center;
font-weight:bold;
}
.productList li a:hover span {
color:#000;
text-decoration:underline;
}
.productList span {
display:block;
cursor:pointer;
width:90%;
margin:6px auto 0;
line-height:22px;
min-height:32px;
height:auto !important;
height:32px;
overflow:visible;
}
.productImage{
text-align:center;
}
/*--- 内页新闻列表 ---*/
.newsList {
margin:0 auto;
}
.newsList li {
text-align:left;
padding:10px 0;
background:url(newsDiv.gif) repeat-x bottom;
position:relative;
width:100%;
}
.newsList li a {
padding-left:30px;
background:url(listIcon05.gif) no-repeat 15px 50%;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
}
/*--- 分页 ---*/
.pages {
text-align:right;
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 {
    margin-top:20px;
}
#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;
}
.article .print {
text-align:right;
}
/* 默认按钮样式
---------------------------------*/
.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;
}
/* 会员功能
---------------------------------*/
#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;
}

/*--- 产品详细页 ---*/
.productDetails {
margin:20px auto;
width:100%;
}
.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;
}
/*--- 表单：左标签等宽右对齐 ---*/
#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;
}
/* 相关新闻
---------------------------------*/
.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;
}
#message{
	overflow:hidden;
}
