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

/* 外部容器
---------------------------------*/
#container {
width:967px;
margin:0 auto;
}
/* 页头:header
---------------------------------*/
#headTop {
position:relative;
height:97px;
}
/* logo */
#logo {
position:absolute;
left:10px;
top:0;
}
#secondaryNav {
position:absolute;
right:30px;
top:4px;
text-align:right;
}
#secondaryNav li {
float:right;
display:inline;
margin:0 8px;
}
#secondaryNav li a {
color:#fff;
}
#secondaryNav li a:hover {
text-decoration:underline;
}
/* hotline */
         #hotline {
position:absolute;
right:30px;
top:40px;
}
/* banner */
#banner {
overflow:hidden;
}
#banner img, #banner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
padding-top:5px;
}
.indexMain {
background:url(indexMainBg.gif) no-repeat 100% 10px;
}
/* sidebar */
#sidebar, #sidebarIndex {
float:left;
display:inline;
padding-top:10px;
}
/* content */
#content, #contentIndex {
float:right;
display:inline;
}
/* sidebar */
#sidebarIndex {
margin:0 0 0 4px;
width:247px;
}
/* content */
#contentIndex {
width:701px;
margin:0 7px 0 0;
}
/* sidebar */
#sidebar {
width:220px;
margin:10px 0 0 4px;
background:#FFF3F5 url(sidebarBg.gif) no-repeat 0 0;
}
/* content */
#content {
width:725px;
padding-top:6px;
margin:10px 8px 0 0;
background:#FFF3F5 url(contentBg.gif) no-repeat 0 0;
}
/* 以下代码片段使左右两列自适应高度 */
#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(footBg.jpg) no-repeat 50% 0;
color:#E5004F;
margin-top:8px;
}
#footer #copyright {
line-height:20px;
padding:20px 0;
}
/* 首页模块
---------------------------------*/
.box {
background:#FFF3F5 url(boxTop.gif) no-repeat 0 0;
margin-bottom:8px;
padding-top:11px;
}
.box .title {
width:224px;
margin:0 auto;
background: url(sideTitleBg.gif) no-repeat 0 0;
position:relative;
height:35px;
line-height:35px;
}
.box .title h2 {
padding-left:30px;
}
.box .title span {
position:absolute;
right:10px;
top:0;
}
.box .title span a {
color:#fff;
}
.box .title span a:hover {
text-decoration:underline;
}
.box .content {
background:url(boxBottom.gif) no-repeat 0 100%;
padding:10px;
}
#products {
background:#FFF3F5 url(boxTop2.gif) no-repeat 0 0;
padding-top:6px;
}
#products .title, #mainTitle {
position:relative;
height:41px;
line-height:41px;
background:url(titleBg2.gif) repeat-x 0 100%;
width:670px;
margin:0 auto;
}
#products .title h2 {
padding-left:10px;
}
#products .title span, #mainTitle span {
position:absolute;
right:10px;
top:0;
}
#products .content {
background:url(boxBottom2.gif) no-repeat 0 100%;
padding:10px 20px;
min-height: 380px;
height: auto !important;
height: 380px;
overflow: visible;
}
#mainTitle {
height:40px;
line-height:40px;
width:700px;
}
#mainTitle h2 {
font-size:14px;
color:#FA1276;
padding-left:30px;
background:url(iconMainTitle.gif) no-repeat 10px 50%;
}
#links {
background:#FFF3F5 url(linksBg.gif) no-repeat 0 0;
height:44px;
padding:10px 10px 10px 140px;
margin:8px 7px 0 4px;
}
/* 滚动 */
#marqueeDemo {
overflow: hidden;
width: 806px;
height:44px;
}
#marqueeDemo a {
display:inline-block;
width:100px;
text-align:center;
}
#marqueeDemo a img {
height:44px;
}
/* 侧栏菜单
---------------------------------*/
#subNav {
margin-bottom:20px;
width:197px;
margin:0 auto;
}
#subNav h2 {
height:35px;
line-height:35px;
text-align:center;
font-size:14px;
color:#fff;
background:url(subNavTitle.gif) no-repeat 0 0;
}
#subNav ul li {
font-size:12px;
width:100%;
float:left;
background:url(listDiv01.gif) repeat-x 0 100%;
}
#subNav ul ul {
display:none;
padding-left:16px;
}
#subNav ul li a {
line-height:14px;
display:block;
background:url(listIcon06.gif) no-repeat 20px 50%;
padding:8px 0 8px 60px;
}
#subNav ul li.current a {
color:#FA1276;
}
/* 内页内容区
---------------------------------*/
#function {
padding:20px;
min-height: 480px;
height: auto !important;
height: 480px;
overflow: visible;
}
#album {
width:903px;
margin:1px auto 10px;
}
#albumLarge {
float:left;
width:741px;
height:455px;
overflow:hidden;
border:10px solid #FFF3F5;
background:#FEEBED;
position:relative;
}
#albumLarge img{
    position:absolute;
    top:0;
    left:0;}
#albumList {
float:right;
width:132px;
height:430px;
padding:45px 0 0 9px;
overflow:hidden;
background:#FEEBED;
position:relative;
}
#albumThumbnails li {
height:80px;
padding:8px 0;
}
#albumThumbnails li img {
border:2px solid #fff;
cursor:pointer;
}
#albumThumbnails li.active img{
    border-color:#FF4B7B;}
.btnPrev, .btnNext {
background-image:url(btnArrow.png);
background-repeat:no-repeat;
width:50px;
height:37px;
position:absolute;
left:40px;
z-index:100;
}
.btnPrev {
backgroun-position:0 0;
top:5px;
}
.btnNext {
background-position:0 -74px;
bottom:5px;
}
.btnPrev:hover {
background-position:0 -37px;
}
.btnNext:hover {
background-position:0 -111px;
}
/* 产品列表
---------------------------------*/
.productList {
text-align:center;
}
.productList li {
width:24.9%;
float:left;
padding:4px 0;
text-align:center;
}
.productList a {
display:inline-block;
margin:0 auto;
}
.productList a img {
border:#fff 3px solid;
}
.productList a:hover img {
border-color:#FA1276;
}
.productList a span {
display:block;
cursor:pointer;
overflow:hidden;
text-align:center;
line-height:20px;
height:20px;
margin:4px auto 0;
}
.productList a:hover span {
text-decoration:underline;
}
/* 新闻列表
---------------------------------*/
.newsList {
margin:0 auto;
}
.newsList li {
float:left;
line-height:14px;
position:relative;
text-align:left;
width:100%;
padding:10px 0;
background:url(listDiv01.gif) repeat-x 0 100%;
}
.newsList li a {
background:url(listIcon01.gif) no-repeat 0 0;
*background-position:0 -2px;
padding-left:20px;
}
.newsList li span {
color:#D9A1AA;
position:absolute;
right:10px;
}
.newsList02 li {
padding:7px 0;
}
/* 分页
---------------------------------*/
.pagination {
height:22px;
padding:30px 0;
}
.pagination span, .pagination a {
background:#fff;
border:1px solid #F7D4E0;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pagination a:hover {
border-color: #FA1276;
background:#FA1276;
color:#fff;
}
.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;
}
/* 产品详细页
---------------------------------*/
#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;
}
#category{
    background:#FEEBED;
    padding:0 10px;
    width:883px;
    margin:10px auto 0;
    border-bottom:1px solid #fff;}
    #category ul{
        overflow:hidden;
        padding:2px 0 6px 0;}
#category li{
    float:left;
    display:inline;
    margin:4px 4px 0 0;}
    #category li a{
        display:inline-block;
        padding:1px 6px;
        background:#fff;
        height:18px;
        line-height:18px;
        white-space:nowrap;
        border:1px solid #FECFD9;}
        #category li a:hover, #category li a.current{
            background:#FECFD9;
            color:#FA1276;
            }
            #category li a:hover{
                border-top-color:#fff;
                border-right-color:#EFB5C1;
                border-bottom-color:#EFB5C1;
                border-left-color:#fff;}
            #category li a.current{
                border-top-color:#EFB5C1;
                border-right-color:#fff;
                border-bottom-color:#fff;
                border-left-color:#EFB5C1;}
/* 表单：左标签等宽右对齐
---------------------------------*/
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 #FFB8D7;
background:#FFE4F0;
color:#FA1276;
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;
}
