/*
 * 功能：网站布局
 * 作者：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;
}

#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 {
overflow:hidden;
height:195px;
}
#headBar {
height:30px;
background:#858585 url(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/mainbg.jpg) repeat-x 0 0;
}
#left, #center, #right {
padding-top:20px;
height:300px;
overflow:hidden;
}

#left {
float:left;
width:214px;
background:url(../../../../templates/gb2312/no1/images/maindiv.gif) repeat-y right 0;
}

#center {
float:left;
width:508px;
background:url(../../../../templates/gb2312/no1/images/maindiv.gif) repeat-y right 0;
}

#right {
float:right;
width:280px;
}

#sideBar {
padding-top:20px;
float:left;
width:214px;
background:url(../../../../templates/gb2312/no1/images/maindiv.gif) repeat-y right 0;
}

#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(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/titlebg01.gif) no-repeat 160px 50%;
height:30px;
position:relative;
}
.title01 h2 {
background:url(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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;
height:208px;
overflow:hidden;
line-height:20px;
}
#left h2 {
background:url(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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:10px;
padding-top:2px;
}
#newsList ul li {
margin:6px 0;
}
#newsList ul li a {
text-decoration:none;
color:#000;
background:url(../../../../templates/gb2312/no1/images/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:200px;
}

#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(../../../../templates/gb2312/no1/images/listicon05.gif) no-repeat 10px 50%;
font-weight:normal;
}
#subNav ul li.current li li a {
background-image:url(../../../../templates/gb2312/no1/images/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:33%;
margin:5px 0;
float:left;
}
.productList li img {
border:1px solid #ccc;
padding:2px;
background:#fff;
width:140px;
height:200px;
}
.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(../../../../templates/gb2312/no1/images/newsdiv.gif) repeat-x bottom;
position:relative;
width:100%;
}
.newsList li a {
padding-left:30px;
background:url(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/ulbg.gif) repeat-y;
}
.map ul li {
background:url(../../../../templates/gb2312/no1/images/libg01.gif) no-repeat left top;
font-size:12px;
line-height:24px;
padding-left:15px;
}
.map ul li.lastChild {
background-image:url(../../../../templates/gb2312/no1/images/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 0;
text-align:center;
}
.button, .pageNav a {
background:url(../../../../templates/gb2312/no1/images/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(../../../../templates/gb2312/no1/images/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;  
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(../../../../templates/gb2312/no1/images/listicon06.gif) no-repeat 0 50%;
line-height:22px;
padding-left:12px;
}
/***** Pagination *****/
.pagination {
height:22px;
padding:30px 0;
text-align:right; 
}
.pagination span, .pagination a {
background:#fff;
border:1px solid #ddd;
display:inline-block;
height:20px;
line-height:20px;
margin-right:2px;
padding:0 6px;
overflow:hidden; 
vertical-align:middle; 
}
.pagination a:hover {
border-color: #999;
background:#eee;
color:#666;
}
.pagination .current {
border:none;
color:#f00;
padding:1px 6px;
font-weight:bold;
}
.pagination .pr_off, .pagination .nt_off {
color:#ccc;
}

.msgPagination li {
float:left;
display:inline; 
margin-right:15px; 
}

.msgPagination li a{
padding-left:18px; 
display:inline-block; 
white-space:nowrap;
height:18px; 
line-height:18px; 
background:url(../../../../templates/gb2312/no1/images/listicon02.gif) no-repeat 0 50%;
}


