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

/*外部容器
---------------------------------*/
#container {
width:1002px;
margin:0 auto;
background:#fff;
}
/*页头
---------------------------------*/
#header {
}
#headTop {
background:url(headBg.jpg) no-repeat right top;
position:relative;
height:59px;
margin-bottom:6px;
}
/* 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;
}
/* banner */
#banner {
height:208px;
overflow:hidden;
}
/*主要内容区
---------------------------------*/
#main {
overflow: hidden;
}
/* sideBar */
#sideBar {
float:left;
width:183px;
background:url(sideBg.jpg) repeat-y left top;
}
/* content */
#content {
border:1px solid #979797;
border-width:0 0 0 1px;
float:right;
width:818px;
text-align:left;
}
/* 以下代码片段使左右两列自适应高度 */
#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 {
border-top:#EAE5DF 6px solid;
background:#689BD2 url(footBg.jpg) repeat-x left top;
color:#fff;
}
#footer .copyright {
line-height:20px;
padding:10px 0;
}
/*首页模块
---------------------------------*/
/*侧栏*/
#subNav h2, #contact h2, #news h2 {
font-size:12px;
border:4px solid #CECFE5;
border-width:4px 4px 4px 0;
height:34px;
line-height:34px;
text-align:left;
color:#fff;
padding-left:30px;
background:#2A2F8A url(subNavBg.jpg) no-repeat left top;
}
#subNav li {
background:url(listDiv02.jpg) no-repeat left bottom;
padding-bottom:8px;
margin:4px 0;
}
#subNav li a {
background:url(listImg02.gif) no-repeat left 50%;
padding-left:15px;
display:block;
}
#menu {
width:94%;
margin:0 auto 30px;
}
#subNav li ul {
border:1px solid #B8CAEA;
border-width:0 1px 1px 0;
}
#subNav li li {
border:1px solid #B8CAEA;
border-width:1px 0 0 1px;
padding:0;
margin:0;
}
#subNav li li a {
background:#fff url(listImg03.gif) no-repeat 15px 50%;
padding:2px 0 2px 27px;
display:block;
color:#868686;
height:16px;
line-height:18px;
}
#subNav li li a:hover {
color:#000;
background:#f8f8f8 url(listImg05.gif) no-repeat 15px 50%;
}
#contact .content,#news .content {
padding:10px;
text-align:left;
line-height:20px;
}
/*滚动信息*/
#scrollInfo {
background:#E5E5E5;
height:24px;
line-height:24px;
overflow:hidden;
width:818px;
}
table.items {
text-align:left;
width:900px;
}
/*功能区*/
#function {
min-height:400px;
height:auto !important;
height:400px;
overflow:visible;
padding:20px;
}
.function {
padding:20px 0;
}
.title {
background:url(listDiv03.gif) repeat-x left bottom;
height:30px;
position:relative;
}
.title h2 {
font-size:12px;
color:#f00;
background:url(listImg04.gif) no-repeat left 50%;
height:30px;
padding-left:15px;
line-height:30px;
position:absolute;
left:0;
top:0;
}
.title span {
position:absolute;
right:10px;
top:10px;
}
/*首页公司简介*/
#about {
margin-bottom:20px;
}
#about .content {
padding:10px;
}
/*首页产品滚动*/
#demo {
overflow:hidden;
width:700px;
padding:15px 0;
}
#demo td {
padding:0 8px;
text-align:center;
}
#demo a img {
padding:1px;
border:1px solid #ddd;
}
#demo a:hover img {
border-color:#000;
}
#demo span {
line-height:26px;
}
/*内页内容区
---------------------------------*/
/* 产品列表
---------------------------------*/
.productList {
text-align:center;
}
.productList li {
width:33.3%;
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;
width:220px;
height:165px;
}
.productList a:hover img {
border-color:#000;
}
.productList a span {
color:#333;
display:inline-block;
cursor:pointer;
overflow:hidden;
text-align:center;
line-height:20px;
margin:4px auto 0;
}
.productList a:hover span {
text-decoration:underline;
color:#f00;
}
/* 新闻列表
---------------------------------*/
.newsList {
margin:0 auto;
}
.newsList li {
float:left;
line-height:14px;
position:relative;
text-align:left;
width:100%;
padding:10px 0;
border-bottom:1px solid #ddd;
}
.newsList li a {
background:url(listIcon01.gif) no-repeat 0 0;
*background-position:0 -2px;
padding-left:20px;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
}
/* 分页
---------------------------------*/
.pagination {
height:22px;
padding:30px 0;
}
.pagination span, .pagination a {
background:#fff;
border:1px solid #ddd;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pagination a:hover {
border-color: #78D0D6;
background:#EDFEFF;
color:#0B93C6;
}
.pagination .current {
border:none;
color:#f00;
font-weight:bold;
}
.pagination .pr_off, .pagination .nt_off {
color:#ccc;
}
/* 提问功能、招聘功能
---------------------------------*/
.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;
}
/* 相关新闻
---------------------------------*/
.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;
}
/***** Product details *****/
.productImage{
text-align:center; 
}

.productDetails {
margin:20px auto;
text-align:center;
width:100%;
}

.productDetails .proImg {
padding:10px;
text-align:center;
}

.productDetails th{
width:15%; 
}

.productDetails .caption{
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:300px;
}
fieldset em {
float:left;
text-align:center;
width:7px;
}
fieldset input.text2 {
width:42px;
}
fieldset input.text3 {
width:145px;
}
fieldset textarea {
height:8em;
}
.focusField {
border:solid 1px #83C6FA;
background:#F6FCFF;
color:#000;
padding:1px;
}
.idleField {
background:#fff;
color: #6F6F6F;
padding:1px;
border: solid 1px #ddd;
}
/* 默认按钮样式
---------------------------------*/
.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;
}

