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

/* 外部容器
---------------------------------*/
#container {
width:878px;
margin:0 auto;
background:#fff;
padding:0 10px;
background:#fff url(mainBg.gif) repeat-x 0 0;
}
/* 页头:header
---------------------------------*/
#headTop {
position:relative;
height:77px;
background:url(headBg.jpg) no-repeat 50% 0;
}
/* logo */
#logo {
position:absolute;
left:0;
top:0;
}
#secondaryNav {
position:absolute;
width:252px;
overflow:hidden;
right:0;
top:20px;
height:32px;
background:url(secBg.gif) repeat-x 0 0;
border:1px solid #E3E6E7;
text-align:right;
}
#secondaryNav li {
float:right;
display:inline;
margin:0 8px;
}
#secondaryNav li a {
background:url(secIcon.gif) no-repeat 0 50%;
height:32px;
line-height:32px;
display:inline-block;
padding-left:20px;
}
/* banner */
#banner {
background:#fff;
overflow:hidden;
border-bottom:7px solid #EFEFEF;
padding-bottom:1px;
margin-bottom:1px;
border-top:2px solid #FCAF17;
}
#banner img, #banner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
padding:1px;
background:#fff;
border:1px solid #BFD3DE;
}
/* sidebar */
#sidebar {
float:left;
width:226px;
background:#EAEFF3 url(sideBg.gif) no-repeat 0 100%;
padding-bottom:170px;
}
/* content */
#content {
float:right;
width:608px;
padding:20px;
}
/* 页脚
---------------------------------*/
#footer {
background:#fff;
margin-top:1px;
padding-top:1px;
width:778px;
}
#footNav {
background:#5B86B9;
color:#fff;
height:24px;
line-height:24px;
text-align: center;
margin-bottom:10px; 
}
#footNav a {
margin:0 16px;
color:#fff;
}
#footNav a:hover {
text-decoration:underline;
}
#footer #copyright {
line-height:20px;
background:#5B86B9;
padding:10px;
color:#fff; 
}
#footer #copyright a{
color:#fff; 
}
#footer #copyright a:hover{
text-decoration:underline; 
}
#footer #copyright p{
margin:0; 
color:#fff; 
}
/* 首页模块
---------------------------------*/
.sideTitle {
background:url(sideTitle.gif) no-repeat 0 0;
height:30px;
line-height:30px;
text-align:center;
}
.sideTitle h2 {
color:#0C2D55;
font-size:12px;
}
.sideTitle h2 span {
font-size:11px;
color:#8CA1BA;
font-weight:normal;
text-transform:uppercase;
}
#category .content, #contact .content, #links .content {
padding:10px 24px;
}
#category, #contact {
border-bottom:1px solid #C5D7E1;
}
#contact, #links {
border-top:1px solid #fff;
}
.title {
border-bottom:1px solid #BFD3DE;
height:30px;
line-height:30px;
position:relative;
}
.title h2 {
font-size:12px;
color:#0C2D55;
background:url(titleIcon.gif) no-repeat 0 50%;
padding-left:36px;
}
.title h2 em {
font-style:normal;
font-size:11px;
color:#8CA1BA;
font-weight:normal;
text-transform:uppercase;
}
.title span {
position:absolute;
right:10px;
top:0;
font-family:"宋体";
}
.title .viewMore {
background:#BFD3DE;
padding:1px 8px;
font-size:10px;
text-transform:uppercase;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
}
.title .viewMore:hover {
color:#f00;
}
#news, #profile {
margin-bottom:15px;
}
#news .content, #profile .content, #products .content {
padding:10px;
}

#marqueeDemo {
width:588px;
height:160px; 
margin:0 auto; 
overflow:hidden; 
background:#fff;
}
#marqueeDemo ul li a{
display:block; 
width:172px; 
}
#marqueeDemo ul li {
float:left;
text-align:left; 
width:190px;
}
#marqueeDemo ul li span{
display:block; 
text-align:center; 
margin-top:4px; 
line-height:20px; 
}
#marqueeDemo ul li a img {
display:block;
height:130px; 
border:1px solid #ddd; 
}
#marqueeDemo ul li a:hover img{
border-color:#999;
}

/* additional */
#demo li {
float:left;
display:inline;
width:180px;
text-align:center;
}
#demo li a {
display:block;
width:172px;
margin:0 auto;
}
#demo li a img {
width:170px;
border:1px solid #ddd;
}
#demo li a:hover img {
border-color:#333;
}
#demo li span {
line-height:30px;
}
/* 侧栏菜单
---------------------------------*/
#subNav {
margin-bottom:20px;
}
#subNav ul li {
font-size:12px;
width:100%;
float:left;
background:url(listDiv02.gif) no-repeat 50% 100%;
}
#subNav ul li li {
background-position:50% 0;
}
#subNav ul ul {
display:none;
padding-left:16px;
}
#subNav ul li a {
line-height:14px;
display:block;
background:url(listIcon02.gif) no-repeat 0 7px;
padding:8px 0 8px 20px;
}
#subNav ul li.current a {
color:#f00;
}
#subNav ul li li a {
background-image:url(listIcon02.gif);
padding:4px 0 4px 20px;
}

/* 内页内容区
---------------------------------*/
.function {
min-height: 480px;
height: auto !important;
height: 480px;
overflow: visible;
float:left;
padding:0 0 0 25px;
}
.subPath{
color:#fff;
}
.subPath a{
color:#fff;
}
.subChan{
color:#fff;
font-size:14px;
}
/***** Product list *****/
.productList {
text-align:center;
}
.productList li {
display: -moz-inline-stack;
display:inline-block;
*display:inline;
text-align:center; 
vertical-align: top;
zoom:1;
padding:10px 0; 
width:33.3%;
min-height:160px;
_height: 160px;
}
.productList a {
display:block; 
margin:0 auto;
width:176px; 
}
.productList a img {
display:block; 
border:#ddd 1px solid;
padding:2px;
width:170px;
height:130px; 
}
.productList a:hover img {
border-color:#296CA3;
}
.productList a span {
cursor:pointer;
display:block;
overflow:hidden;
text-align:center;
color:#333;
margin:4px auto 0;
line-height:20px;
}
.productList a:hover span {
text-decoration:underline;
color:#296CA3;
}

/***** News list *****/
.newsList {
margin:0 auto;
}
.newsList li {
border-bottom:1px solid #ddd;
float:left;
line-height:14px;
padding:10px 0;
position:relative;
text-align:left;
width:100%;
}
.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;
}
#commendNews {
float:right;
}
.newsList02 ul {
width:350px;
}
.newsList02 li {
padding:8px 0;
}

/***** Pagination *****/
.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 {
background:#EDFEFF;
border-color: #78D0D6;
color:#0B93C6;
}
.pagination .current {
border:none;
color:#f00;
font-weight:bold;
}
.pagination .pr_off, .pagination .nt_off {
color:#ccc;
}

/***** Question list *****/
.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;
}

/***** Video list *****/
td.videoList a {
background:#fff url(videoIcon.jpg) no-repeat left 50%;
padding-left:25px;
}
div.videoShow {
background:#fff;
border:solid 1px #eee;
margin:0 auto;
padding:10px;
text-align:center;
width:80%;
}
div.videoShow h4 {
background:url(videoIcon.jpg) no-repeat left 50%;
font-size:14px;
height:50px;
line-height:50px;
margin:0 auto;
padding-left:25px;
text-align:left;
width:80%;
}

/***** Search result list *****/
#mainContentSearch {
margin:30px;
}
.searchTitle {
background:#f8f8f8;
border:1px solid #ddd;
border-width:1px 0;
line-height:22px;
padding:0 10px;
}
.searchTitle a {
background:url(listImg.gif) no-repeat right 50%;
padding-right:10px;
}
#mainContentSearch strong {
padding-left:2em;
}
.resultTopicTitle {
}
#mainContentSearch .newsList {
width:100%;
}

/***** Webmap *****/
#webmap {
padding:20px 20px 20px 80px;
}
.mapList ul {
margin-left:40px; 
margin-bottom:3px;
padding-bottom:12px; 
background:url(ulBg.gif) repeat-y 0 0;
}
.mapList ul ul{
padding:0; 
}
.mapList ul li{
line-height:19px;
margin-top:5px; 
float:left;
width:100%; 
}
.mapList li a{
height:19px; 
line-height:19px; 
display:inline-block; 
background:url(webmapBg.gif) no-repeat 100% -19px;
}
.mapList li a span{
display:inline-block; 
height:19px; 
line-height:19px; 
background:url(webmapBg.gif) no-repeat 0 -57px;
padding:0 20px 0 40px; 
cursor:pointer;
white-space:nowrap;
}
.mapList li a:hover{
background-position:100% 0;
}
.mapList li a:hover span{
background-position:0 -38px;
}
.mapList li a.firstItem{
background-position:100% 0;
}
.mapList li a.firstItem span, .mapList li a.firstItem:hover span{
background-position:-19px -38px;
padding:0 20px; 
}
.mapList li a.lastChild span{
background-position:0 -95px;
}
.mapList li a.lastChild:hover span{
background-position:0 -76px;
}

/***** Article *****/
.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;
}

/***** Related news list *****/
.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:90%;
}
.productDetails .proImg {
padding:10px;
text-align:center;
}
.productDetails th{
width:20%; 
}
.productDetails .caption{
text-align:center; 
}

/***** Form elements *****/
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 .tips {
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 *****/
.pageNav {
padding:20px;
text-align:center; 
}

/***** Default buttons *****/
button { 
position: relative;
border: 0; 
padding: 0;
height:24px; 
vertical-align:middle;
cursor: pointer;
overflow: visible; /* Remove the self-propagation of the width in Internet Explorer */
}
button::-moz-focus-inner {
border: none;  /* Additional padding covering Firefox */
}
button span, .pageNav a span { 
position: relative;
display: inline-block; 
white-space: nowrap;
cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* To amend the margin of Safari and Chrome */
button span {
margin-top: -1px;
}
}

/* Customize buttons: */		
.defaultBtn { 
padding: 0 10px 0 0; 
margin-right:5px; 
font-size:12px; 
font-family:Verdana, Geneva, sans-serif;
text-align: center; 
background: transparent url(btn_default_bg.gif) no-repeat 100% -60px; 
display:inline-block;
height:24px; 
}
.defaultBtn span {
padding: 5px 0 0 10px; 
height:19px; 
background: transparent url(btn_default_bg.gif) no-repeat 0 0; 
color:#445560; 
}
.defaultBtn:hover, .defaultBtnHover { /* Extra defaultBtnHover for IE6 */
background-position: 100% -90px; 
}
.defaultBtn:hover span, .defaultBtnHover span {
background-position: 0 -30px;
color:#052028; 
}

/***** Member *****/
#member {
position:relative;
width:100%;
}

/***** Member tools *****/
.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;
}
#feedback p{
text-indent:2em;
padding-top:10px;
width:83%;
margin:0 auto;
}
.titleTopic{
text-align:left;
padding:10px 25px;
}