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

/* 外部容器
---------------------------------*/
#container {
width:980px;
margin:0 auto;
padding:0 7px;
background:url(mainBg.png) repeat-y 0 0;
}
#containerBg {
background:#F3ECDC;
}
/* 页头:header
---------------------------------*/
/* banner */
#banner {
overflow:hidden;
background:url(bannerBg.gif) center bottom;
padding-bottom:1px;
}
#banner img, #banner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
}
/* columnLeft */
#columnLeft {
float:left;
width:265px;
background:url(columnDiv.gif) no-repeat 100% 30px;
min-height: 600px;
height: auto !important;
height: 600px;
overflow: visible;
}
/* columnCenter */
#columnCenter {
float:left;
width:424px;
background:url(columnDiv.gif) no-repeat 100% 30px;
min-height: 600px;
height: auto !important;
height: 600px;
overflow: visible;
}
/* columnRight */
#columnRight {
float:right;
width:291px;
}
/* sidebar */
#sidebar {
float:left;
width:250px;
background:url(profileBg.gif) no-repeat 0 0;
}
/* content */
#content {
float:right;
width:659px;
padding:16px 47px 0 24px;
background:url(columnDiv.gif) no-repeat 0 0;
}
/* 页脚
---------------------------------*/
#footer {
margin-top:25px;
}
#footNav {
background:url(footNavBg.gif) repeat-x 0 0;
height:35px;
line-height:35px;
text-align:center;
overflow:hidden;
border-top:1px solid #191C21;
color:#fff;
}
#footNav a {
margin:0 20px;
color:#fff;
}
#footNav a:hover {
color:#A16D2A;
}
#footer #copyright {
line-height:20px;
padding:16px 0;
background:#191C23 url(copyrightBg.gif) repeat-x 0 0;
color:#fff;
}
/* 首页模块
---------------------------------*/
.title {
height:31px;
line-height:31px;

}
.title2 {
height:31px;
line-height:31px;
position:relative;
}
.title2 span {
position:absolute;
right:20px;
top:0;
}
.more {
text-align:right;
}
.title2 span a, .more a {
display:inline-block;
width:53px;
height:18px;
background:url(moreBg.gif) no-repeat 0 0;
color:#fff;
line-height:18px;
text-align:center;
margin-top:10px;
}
.title2 span a:hover, .more a:hover {
color:#A40000;
}
#profile, #news, #inChina {
border-top:7px solid #191C21;
padding-top:12px;
}
#profile .title {
}
#news .title {
}
#inChina {
margin-bottom:12px;
}
#inChina .title {
}
#news dl {
background:url(newsBg.gif) no-repeat 50% 0;
padding:10px 25px 0 15px;
}
#news dt a {
line-height:46px;
height:46px;
padding-left:10px;
font-size:12px;
color:#9E763F;
font-weight:bold;
}
#news dt a:hover {
color:#A40000;
text-decoration:underline;
}
#news dd {
line-height:18px;
padding-left:10px;
}
#news dd .viewDetails {
color:#655D53;
}
#news dd .viewDetails:hover {
color:#999999;
text-decoration:underline;
}
#inChina .content {
background:url(inChinaBg.gif) no-repeat 50% 0;
padding-top:2px;
}
#profile .content {
background:url(profileBg.gif) no-repeat 50% 0;
line-height:20px;
}
#profile .content, #branches .content {
padding:25px 20px 0;
}
.content ul li{
padding:2px 0;
}
#branches .content {
text-align:center;
}
#category dt {
font-size:12px;
font-weight:bold;
color:#9E763F;
line-height:26px;
height:26px;
margin-top:5px;
}
#category dl {
padding:10px 44px;
}
#category dd {
line-height:18px;
}
#category dd a {
display:block;
}
/* 侧栏菜单
---------------------------------*/
#subNav {
margin-bottom:20px;
}
#subNav h2 {
height:30px;
line-height:30px;
text-align:left;
font-size:12px;
background:url(subNavTitleBg.gif) no-repeat 0 0;
padding-left:35px;
margin:16px 0;
}
#subMenu {
margin:0 23px;
}
#subNav ul li {
font-size:12px;
width:100%;
float:left;
border-bottom:5px solid #F3ECDC;
}
#subNav li.active a {
color:#000;
font-weight:bold;
}
#subNav li.active li a {
font-weight:normal;
color:#655D53;
}
#subNav ul ul {
display:none;
}
#subNav ul li a {
line-height:14px;
display:block;
background-color:#B68B5E;
font-size:12px;
color:#fff;
}
#subNav ul li li {
border-top:5px solid #F3ECDC;
border-bottom:none;
}
#subNav ul li li a {
color:#655D53;
background-color:#E5D7C3;
}
#subNav ul li li a:hover, #subNav ul li li.current a {
color:#A16D2A;
}
/* 内页内容区
---------------------------------*/
#crumbs {
background:#202133;
color:#fff;
text-align:right;
padding-right:20px;
height:31px;
line-height:31px;
font-family:"宋体";
}
#crumbs span {
background: url(crumbsIcon.gif) no-repeat 0 2px;
padding-left:15px;
}
#crumbs a {
color:#fff;
}
#crumbs a:hover {
color:#A16D2A;
}
.mainTitle {
background:url(mainTitleBg.gif) no-repeat 0 0;
height:30px;
line-height:30px;
color:#000;
font-size:16px;
font-weight:bold;
padding-left:38px;
}
#function {
min-height: 540px;
height: auto !important;
height: 540px;
overflow: visible;
padding:10px 15px 8px 20px;
line-height:22px;
}
#contact .content {
padding:10px 20px;
line-height:20px;
}
/* 产品列表
---------------------------------*/
.productList {
text-align:center;
padding-bottom:20px;
}
.productList li {
width:100%;
float:left;
background:url(listDiv02.gif) no-repeat 0 100%;
padding:20px 0;
}
.productList li .productImage {
float:left;
display:inline;
margin-left:20px;
text-align:center;
border:1px solid #ddd;
overflow:hidden;
}
.productList li .productImage:hover {
border-color:#000;
}
.productList li .productImage img {
width:145px;
height:104px;
}
/* .productList li span {
text-align:center;
display:block;
width:131px; 图片宽度加上左右border-width
height:40px;
line-height:20px;
overflow:hidden;
margin:0 auto;
} */
.productInfo {
float:right;
width:420px;
text-align:left;
color:#131312;
line-height:22px;
}
.productInfo a {
color:#CD972F;
font-size:13px;
height:28px;
line-height:28px;
}
/* 新闻列表
---------------------------------*/
.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 #E7D4B5;
}
.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:#666;
background:#eee;
}
.pagination .current {
border:none;
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:12px;
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 {
line-height:22px;
}
.article h3 {
border-bottom:1px solid #E7D4B5;
font-size:12px;
line-height:28px;
text-align:center;
}
.article .newsDate {
line-height:22px;
margin-bottom:16px;
text-align:center;
}
/* 相关新闻
---------------------------------*/
.relatedNews {
padding:10px;
}
.relatedNews h3 {
font-size:12px;
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:12px;
line-height:30px;
text-align:center;
}
.proImg {
padding:20px 0;
text-align:center;
}
.proImg h2{
    font-size:16px;
    color:#131312;
    height:50px;
    line-height:50px;}
    #siblingsWrapper{
        background:url(listDiv02.gif) no-repeat 0 0;}
    #siblings{
        text-align:center;
        background:url(listDiv02.gif) no-repeat 0 100%;
        padding:20px 0;
        }
    #siblings ul{
        margin:0 auto;
       
        display:inline-block;
        _display:inline;}
    #siblings li{
        padding:0 6px;
        float:left;
        background:url(listDiv03.gif) no-repeat 0 0;}
    #siblings li img{
        width:93px;
        height:67px;}
/* 表单：左标签等宽右对齐
---------------------------------*/
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:200px;
}
fieldset em {
float:left;
text-align:center;
width:7px;
}
fieldset input.text2 {
width:42px;
}
fieldset input.text3 {
width:145px;
}
fieldset textarea {
height:8em;
}
/* 默认按钮样式
---------------------------------*/
.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:#854214;
}
.focusField {
border:solid 1px #83C6FA;
background:#F6FCFF;
color:#000;
padding:1px;
}
.idleField {
background:#fff;
color: #6F6F6F;
padding:1px;
border: solid 1px #ddd;
}
/* 会员功能
---------------------------------*/
#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;
}

.honors {
background:url(i.jpg) no-repeat right bottom;
}

/*--- 产品列表1---*/
.productList1{
text-align:center;
min-height:200px; 
height:auto !important; 
height:200px; 
overflow:visible;
}
.productList1 li{
width:33.3%;
margin:10px 0;
float:left;
text-align:center;
}
.productList1 li a img{
border:1px solid #C59A6C;
padding:1px;
}
.productList1 li a:hover img {
border-color:#572F04;
}
.productList1 li a span{
text-align:center;
color:#CD972F;
font-weight:bold;
}
.productList1 li a:hover span{
color:#9E763F;
}
.productList1 span{
display:block;
cursor:pointer;
margin:6px auto 0;
line-height:24px;
font-weight:bold;
}
/* 产品详细页
---------------------------------*/
.productDetails1 {
margin:20px auto;
text-align:center;
width:90%;
}
.productDetails1 .column01 {
text-align:right;
width:20%;
}
.productDetails1 .column02 {
text-align:left;
width:80%;
}
.productDetails1 h3 {
font-size:12px;
line-height:30px;
text-align:center;
}
.productDetails1 .proImg {
padding:10px;
text-align:center;
}

.sevies a {
color:#9E763F;
text-decoration:none;
}
.sevies a:hover {
color:#655D53;
}