/**
* Description：Layout CSS for the website
* Author：Gavin
* E-mail: shengzhizhang@gmail.com
* Created On：2008-10-27
* Last modification On：2010-3-8
**/

/***** Container *****/
#container {
background:#000;
margin:0 auto;
width:960px;
}

/***** Header *****/
#headTop {
height:85px;
position:relative;
}


/***** Logo *****/
#logo {
left:0;
position:absolute;
top:0;
}

#message { color:#ccc;}



/***** Secondary navigation *****/
#secondaryNav {
position:absolute;
right:10px;
top:10px;
text-align:right;
}
#secondaryNav li {
display:inline;
float:right;
margin:0 8px;
}
#secondaryNav li a:hover {
text-decoration:underline; 
}
#secondaryNav img { position:absolute; right:10px; top:35px;}





/***** Banner *****/
#banner {
background:#666;
overflow:hidden;
}
#banner img,
#banner object {
float:left;
}

/***** Main *****/
#main {
overflow: hidden;
text-align:left;
}


/*****  Home Left  ******/
#Left { float:left; width:157px; margin:0 2px;}
.HotProductList { margin:20px 0 0 0; background:url(index_25.jpg) no-repeat 2px bottom; display:inline-block; padding:0 0 15px 4px;}
.HotProductList H4{ color:#b18347; font-size:12px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin:3px 0;}
.HotProductList ul li{ float:left; border:1px solid #1e1e1e; width:144px; height:20px; line-height:20px; color:#fff; margin:2px 0 0 0;}
.HotProductList ul li a{color:#fff; display:block; margin: 0 0 0 4px;}
.PicLinks { margin:15px 0 0 2px;;}
.PicLinks img { border:1px solid #1e1e1e; margin:5px  0 0 0;}


/*****  Home Left End ******/






/*****  Home Center  ******/
#Center { width:600px;float:left; padding:5px 0 0 8px;}
#Center.Inside {border:1px solid #1e1e1e; padding:0; margin:0;}
.TitlePic,.TitlePic2{ width:600px; height:38px; overflow:hidden;}
.TitlePic2 { padding:51px 0 0 0;}

#Center ul { margin:0 0 0 6px;}
#Center ul li { width:290px; float:left; margin:0 2px; display:inline; margin-top:20px; background:url(index_25.jpg) repeat-x bottom; height:210px; overflow:hidden; border:1px solid #1e1e1e;}
#Center ul li a H4 { color:#fff; font-size:14px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; background:#1e1e1e; height:25px; line-height:25px; padding:0 0 0 4px;}
#Center ul li a .clearfix { height:24px; line-height:24px; margin:0 0 0 4px;}
#Center ul li a H1 { font-size:12px; color:#ae8547; float:left;}
#Center ul li a H2 { font-size:14px; color:#fff; font-weight:bold; font-family:Verdana, Geneva, sans-serif;float:left;}
#Center ul li a span { margin:0 0 31px 4px; display:block; color:#999;}

#ProductListL ul { margin:0;}
#ProductListL { padding:0 0 25px 0; display:inline-block;}
/*****  Home Center End  ******/


.pic1 { width:167px;}
.pic2 { width:123px;}








/*****  Home Right  ******/
#Right { width:171px; float:right;}

.Right_1 img { margin:2px 0 0 0;}
.Right_Contact {border:1px solid #1e1e1e; width:163px; margin:4px 0 0 0;}
.Right_Contact h4 { background:#1e1e1e; font-size:12px; font-weight:bold; color:#b18347; height:23px; line-height:23px;}

.Right_Contact div { background:url(index_25.jpg) repeat-x bottom; padding:2px 2px 10px 2px;}


/*****  Home Right End  ******/






.Proproduct_read { text-align:center;}
.Proproduct_read H4{ margin:0 0 12px 0; display:block; width:592px; text-align:center; font-size:14px; font-weight:bold; color:#fc7b00; height:31px; background:url(pc_03.jpg) no-repeat center bottom; padding:35px 0 0 0;}

.Proproduct_read div { background:#232323; padding:10px; color:#e0b186; margin:10px 0 0 0;}





/***** Sidebar *****/
#sidebar {
background:#eee;
float:left;
width:200px;
}

/***** Content *****/
#content {
float:right;
width:760px;
}

/* Self-Adaptive height */
#main:after {
clear:both;
content:'[DO NOT LEAVE IT IS NOT REAL]';
display:block;
height:0;
visibility:hidden;
}
#main {
display:inline-block;
}
/*\*/
#main {
display:block;
}
/*\*/
#sidebar, #content {
margin-bottom:-32767px !important;
padding-bottom:32767px !important;
}
@media all and (min-width: 0px) {
#sidebar, #content {
margin-bottom:0 !important;
padding-bottom:0 !important;
}
#sidebar:before, #content:before {
background:inherit;
content:'[DO NOT LEAVE IT IS NOT REAL]';
display:block;
height:0;
margin-bottom:-32767px !important;
padding-top:32767px !important;
}
}

/***** Footer *****/
#footer {
background:#000;
padding:10px;
}
#copyright {
line-height:20px;
padding:0 0 8px 0;
}
#footerNav ul { margin:0 0 0 335px;}
#footerNav ul li { float:left; }
#footerNav ul li a{ color:#fff; padding:0 6px; border-left:1px solid #9eaa68;}
#footerNav {height:34px; line-height:34px; background:#1e1e1e; width:100%; display:inline-block; margin:15px 0;}





/***** Index modules *****/
/***** Sub navigation *****/
#subNav {
margin-bottom:20px;
}
#subNav h2 {
font-size:14px;
height:32px;
line-height:32px;
text-align:left;
}
#subNav ul li {
float:left;
font-size:12px;
width:100%;
}
#subNav ul ul {
display:none;
padding-left:16px;
}
#subNav ul li a {
background:url(listIcon01.gif) no-repeat 0 50%;
display:block;
line-height:14px;
padding:8px 0 8px 20px;
}
#subNav ul li a.current{
color:#f00; 
}
#subNav ul li li a {
background-image:url(listIcon02.gif);
padding:4px 0 4px 20px;
}

/***** Inside Pages *****/
#function {
width:600px;
padding:4px;
display:inline-block;
}

/***** 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:24.9%;
min-height:120px;
_height: 120px;
}
.productList a {
display:block; 
margin:0 auto;
width:135px; 
}
.productList a img {
display:block; 
border:#ddd 1px solid;
padding:2px;
width:129px; 
}
.productList a:hover img {
border-color:#f00;
}
.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 {
color:#f00;
text-decoration:underline;
}

/***** News list *****/
#function #newsList {
margin:0 auto;
}
#function #newsList li {
border-bottom:1px solid #666;
background:none;
float:left;
line-height:14px;
padding:10px 0;
position:relative;
text-align:left;
width:570px;
line-height:25px;
height:25px;

}
#function #newsList li a {
background:url(listIcon02.gif) no-repeat 0 0;
*background-position:0 -2px;
padding-left:20px;
}
#function #newsList li span {
color:#999;
position:absolute;
right:10px;
}

/***** Pagination *****/
.pagination {
	float:right;
height:22px;
padding:30px 0;
}
.pagination span, .pagination a {
background:#999;
border:1px solid #999;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
color:#fff;
}
.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 *****/
#function .article h3 {
border-bottom:1px solid #ddd;
font-size:14px;
line-height:28px;
text-align:center;
}
#function .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;
}

















