﻿/*
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009-1-14 
---------------------------------*/

/* 外部容器
---------------------------------*/
#container {
    width:978px;
    margin:0 auto;
    background:#ADACAD;
}
/* 页头:header
---------------------------------*/
#header {
    width:100%;
    position:relative;
    z-index:100;
}
/* banner */
#banner {
    background:#666;
}
#banner img, #banner object {
    float:left;
}
/* language */
#language {
    position:absolute;
    right:38px;
    top:18px;
    background:#fff;
    filter: Alpha(opacity=80);
    -moz-opacity:.80;
    opacity:0.80;
}
#language1 {
    position:absolute;
    left:38px;
    top:18px;
    background:#fff;
    filter: Alpha(opacity=80);
    -moz-opacity:.80;
    opacity:0.80;}
	
	
#language li {
    float:left;
    height:24px;
}
#language li a {
    display:inline-block;
    height:24px;
    line-height:24px;
    padding:0 14px;
}
#language li a:hover {
    background:#CC0000;
    color:#fff;
}
/* 主要内容区:main
---------------------------------*/
#main {
    overflow: hidden;
    text-align:left;
    background:url(mainBg.jpg) repeat-x 0 0;
    padding:10px 0;
}
/* sidebar */
#sidebar {
    float:right;
    width:243px;
    display:inline;
    margin-right:17px;
}
/* content */
#content {
    float:left;
    width:688px;
    display:inline;
    margin-left:16px;
}
#sidebar2 {
    float:left;
    width:243px;
    display:inline;
    margin-left:26px;
}
#content2 {
    float:right;
    width:670px;
    display:inline;
    margin-right:27px;
    overflow:hidden;
}
/* 页脚
---------------------------------*/
#footer {
    background:url(footBg.jpg) no-repeat center top;
}
#footer #copyright {
    line-height:20px;
    padding:10px 0;
    color:#5F5F5F;
}
/* 首页模块
---------------------------------*/
#search {
    height:22px;
    margin:10px 0;
    position:relative;
}
#search label, #search .inputSearch {
    float:left;
}
#search .focusField, #search .idleField {
    width:144px;
    padding:2px 22px 2px 2px;
}
.btnSearch {
    border:none;
    outline:none;
    background:url(btn_search.gif) no-repeat 0 0;
    width:18px;
    height:18px;
    cursor:pointer;
    position: absolute;
    right:3px !important;
    right:2px;
    top:2px;
}
#contact {
    background:url(contactBg.jpg) no-repeat 0 100%;
    margin-top:17px;
}
#contact1 {
    background:url(functionBg.jpg) no-repeat 0 100%;
    margin-top:0px;
}
#contact2 {
    background:url(newsBg.jpg) no-repeat 0 100%;
}
#contact3 {
    background:url(newsBg.jpg) no-repeat 0 100%;
    margin-top:0px;
}
.title {
    height:25px;
    border-top:0px solid #fff;
    border-bottom:1px solid #bbb;
    position:relative;
}
.title span {
    position:absolute;
    right:10px;
    top:5px;
}
#contact .content {
    padding:10px;
    min-height: 173px;
    height: auto !important;
    height: 123px;
    overflow: visible;
}
#contact1 .content {
    padding:10px;
    min-height: 170px;
    height: auto !important;
    height: 170px;
    overflow: visible;
background:url(functionBg.jpg) repeat-x 0 0;
}
#contact2 .content {
    padding:10px;
    min-height: 170px;
    height: auto !important;
    height: 170px;
    overflow: visible;
background:url(functionBg.jpg) repeat-x 0 0;
}
#contact3 .content {
    padding:10px;
    min-height: 138px;
    height: auto !important;
    height: 138px;
    overflow: visible;
background:url(caseBg.jpg) repeat-x 0 0;
}
#contact1 .title span {
    top:11px;
}
#contact2 .title span {
    top:11px;
}
#contact3 .title span {
    top:11px;
}
#news {
    float:left;
    width:313px;
}
#profile {
    float:right;
    width:359px;
}
#profile .content {
    height:150px;
    line-height:20px;
    overflow:hidden;
    background:url(profileBg.jpg) no-repeat 0 0;
    padding:20px 15px;
}
#news .title, #cases .title,#contact1 .title {
    height:30px;
    border:none;
}
#news .title span, #profile .title span {
    top:8px;
}
#news .content {
    height:128px;
    overflow:hidden;
    background:url(newsBg.jpg) no-repeat 0 0;
    padding:20px 15px;
}
#news li {
    padding:6px 0;
    border:none;
    background:url(listDiv01.gif) repeat-x 0 100%;
}
#news li a {
    color:#4C4C4C;
    background:url(listIcon01.gif) no-repeat 0 0;
}
#news li a:hover {
    color:#D90600;
}
#news li span {
    font-size:10px;
    color:#808080;
}
#cases {
    margin-top:13px;
}
#cases .title {
    height:34px;
}
#cases .title span {
    top:11px;
}
#cases .content {
    background:url(caseBg.jpg) repeat-x 0 0;
    position:relative;
    padding-top:13px;
padding-bottom:5px;
    height:130px;
}
#scrollShow li {
    width:158px;
    height:119px;
    overflow:hidden;
    float:left;
    text-align:center;
}
#scrollShow {
    margin:0 auto;
}
#scrollShow li a {
    display:block;
    width:135px;
    margin:0 auto;
}
#scrollShow li a span {
    display:block;
    height:22px;
    line-height:22px;
}
#scrollShow li a img {
    width:131px;
    height:110px;
    border:2px solid #C4C4C4;
}
#scrollShow li a:hover img {
    border-color:#F13D03;
}
.btnPrev, .btnNext {
    background-image:url(btnArrow.gif);
    background-repeat:no-repeat;
    width:21px;
    height:30px;
    position:absolute;
    top:50px;
    z-index:100;
}
.btnPrev {
    backgroun-position:0 0;
    left:7px;
}
.btnNext {
    background-position:0 -60px;
    right:7px;
}
.btnPrev:hover {
    background-position:0 -30px;
}
.btnNext:hover {
    background-position:0 -90px;
}
/* 侧栏菜单
---------------------------------*/
#subNav {
    margin-bottom:12px;
    background:#ddd url(subNavBg.jpg) repeat-x 0 0;
}
#subNav h2 {
    height:29px;
    line-height:29px;
    text-align:left;
    font-size:14px;
    padding:6px 0 0 68px;
    background:url(subNavTitle.gif) no-repeat 0 0;
    border-bottom:1px solid #D5D5D5;
}
#subNav ul {
    padding:10px 20px 20px;
}
#subNav ul ul {
    padding:0;
}
#subNav ul li {
    font-size:14px;
    width:100%;
    background:url(listDiv02.gif) repeat-x 0 100%;
    float:left;
}
#subNav ul li a {
    line-height:14px;
    display:block;
    padding:8px 0 8px 30px;
    background:url(listIcon02.gif) no-repeat 13px 50%;
}
#subNav ul li a:hover {
    color:#C60501;
}
#subNav ul li.current a, #subNav ul li.current a:hover {
    background:#C60501 url(subNavItem.jpg) repeat-y 0 0;
    color:#fff;
}
#subNav ul li li {
    font-size:13px;
}
#subNav ul li li a {
    background-image:url(listIcon03.gif);
    background-position:25px 7px;
    padding:6px 0 6px 40px;
}
#subNav ul li li {
    font-size:12px;
}
#subNav ul li li li a {
    padding:6px 0 6px 50px;
    background:none;
}
/* 内页内容区
---------------------------------*/
#mainTitle {
    position:relative;
    height:30px;
    line-height:30px;
}
#mainTitle h1 {
    font-size:14px;
    background:url(mainTitleIcon.gif) no-repeat 0 50%;
    padding-left:20px;
}
#mainTitle span {
    position:absolute;
    color:#7F7F7F;
    right:10px;
    top:0;
}
#mainTitle span a {
    color:#7F7F7F;
}
#mainTitle span a:hover {
    color:#D90600;
}
#function {
    padding:20px;
    background:url(functionBg.jpg) repeat-x 0 0;
    min-height: 480px;
    height: auto !important;
    height: 480px;
    overflow: visible;
    border-top:5px solid #D5D5D5;
}
/* 产品列表
---------------------------------*/
.productList {
    width:670px;
    text-align:center;
    padding-bottom:20px;
}
.productList ul {
    width:670px;
}
.productList li {
    width:211px;
    float:left;
    text-align:center;
    overflow:hidden;
    margin-top:20px;
}
.productList li a {
    display:block;
}
.productList li a img {
    width:200px;
    height:128px;
    border:#999 1px solid;
    background:#fff;
    padding:1px;
    margin:0 2px;
}
.productList li a:hover img {
    border-color:#f00;
}
.productList li a span {
    text-align:center;
    display:block;
    cursor:pointer;
    height:30px;
    line-height:30px;
}
.productList li a:hover span {
    color:#f00;
    text-decoration:underline;
}
/* 新闻列表
---------------------------------*/
.newsList {
    margin:0 auto;
}
.newsList li {
    float:left;
    line-height:14px;
    position:relative;
    text-align:left;
    width:100%;
    padding:10px 0;
    border-bottom:1px dashed #888;
}
.newsList li a {
    background:url(listIcon02.gif) no-repeat 0 0;
 *background-position:0 -2px;
    padding-left:20px;
}
.newsList li span {
    color:#666;
    position:absolute;
    right:10px;
}
/* 分页
---------------------------------*/
.pages {
    height:22px;
    padding:30px 0;
}
.pages span, .pages a {
    background:#ddd;
    border:1px solid #ddd;
    display:inline-block;
    float:left;
    height:20px;
    line-height:20px;
    margin-right:4px;
    padding:0 8px;
}
.pages a:hover {
    border-color:#fff;
    background:#fff;
}
.pages .current {
    color:#f00;
    font-weight:bold;
}
/* 提问功能、招聘功能
---------------------------------*/
.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;
}
/* 网站地图
---------------------------------*/
#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;
}
/* 详细页导航
---------------------------------*/
.pageNav {
    margin:20px 0;
}
/* 相关新闻
---------------------------------*/
.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;
}
#productDetails th h3 {
    text-align:center;
    font-size:12px;
    line-height:22px;
}
#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;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
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;
}
fieldset input.text{
    height:16px;
    width:200px;}
fieldset textarea{
    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;
}
.button, .pageNav a {
    background:url(btnBg.gif) no-repeat 0 -48px;
    float:left;
    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:#fff;
    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:#fff;
}
.focusField {
    border:solid 1px #E97D78;
    padding:2px;
    background:#fff;
    color:#000;
}
.idleField {
    background:#F7F8F8;
    color: #6F6F6F;
    padding:2px;
    border: solid 1px #BABBBB;
}
/* 会员功能
---------------------------------*/
#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;
}
#memberTools {
    position:relative;
    z-index:1;
    width:47px;
}
#iconSetting {
    position:absolute;
    right:0;
    top:0;
    z-index:3;
    width:47px;
    height:61px;
    background:url(iconSetting.png) no-repeat 0 0;
}
#memberTools ul {
    position:absolute;
    top:0;
    right:26px;
    border:1px solid #CFCFCF;
    width:120px;
    overflow:hidden;
    z-index:2;
    padding:1px;
}
#memberTools ul li {
    line-height:19px;
    height:19px;
    float:left;
    width:100%;
}
#memberTools ul li a {
    width:85px;
    padding-left:18px;
    display:block;
    background:url(listIcon20.gif) no-repeat 0 50%;
}
#memberTools ul li a:hover {
    background-color:#F5F5F5;
}
/* 搜索结果 */
#searchResult {
    width:880px;
    margin:0 auto;
    min-height: 350px;
    height: auto !important;
    height: 350px;
    overflow: visible;
}
.resultTopicTitle {
    font-size:14px;
}
#searchResult .newsList {
    margin-bottom:30px;
}
/* =-=-=-=-=-=-=-[Nav 4]-=-=-=-=-=-=-=- */	
	#nav_container4{
	width:788px;
	margin-left:60px;
	margin-top:30px;
	float:left;
	}
	#nav_container4 li{
	padding:0px;
	margin-bottom:1px;
	float:left;
	border-right:1px solid #ccc;
	border-left: 1px solid #888;
	}
	#nav_container4 a:link,#nav_container4 a:visited,#nav_container4 a:active{
	width:145px;
	background: url(../menu/images/bg5.gif) 0px -70px repeat-x;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	display:block;
	text-align:center;
	border-bottom:1px solid #777;
	text-decoration:none;
	color:#333;
	}
	#nav_container4 a:hover{
	color:#000;
	background: url(../menu/images/bg5.gif)  0px 0px repeat-x;
	}