﻿/*
Template Name: default
Version: 1.0
Author: Zunlang Design
Author URI: http://www.Zunlang.net/
*/

/* 全局通用
----------------------------------------------- */
body {
	font-family:\5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	background-color:#F4F4F4;
	line-height:130%;
	margin:0;
	padding:0;
}
body, button, input, textarea {
	font-size:12px;
	line-height:1.531;
	outline:none;
}
p, ul, ol, dl, dt, dd, form, blockquote {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	margin:0;
	padding:0;
}
em, b, i {
	font-style:normal;
	font-weight:normal;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
	color:#C70D0E;
}
input, img, select {
	vertical-align:middle;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.none {
	display:none;
}
.more {
	float:right;
	padding-right:8px;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}
.more a {
	color:#999;
}
.more a:hover {
	text-decoration:underline;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
}
#wrapper .wrap {
	width:980px;
	margin:0px auto;
}
#wrapper .mb {
	margin-bottom:50px;
}
/* -- index -- */
#indexLeft {
	float:left;
	width:600px;
}
#indexRight {
	float:right;
	width:360px;
	text-align:left;
}
/* -- page -- */
#pageLeft {
	float:left;
	width:180px;
	margin-right:20px;
}
#pageIn {
	float:left;
	width:780px;
	overflow:hidden;
}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#top {
	background-color:#EEEEEE;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #D8D8D8;
	text-align:right;
	color:#CCC;
}
#top a {
	color:#555;
}
/* -- header -- */
#header {
	min-height:80px;
	_height:80px;
}
#header .logo {
	padding-top:14px;
}
/* -- mainNav -- */
#mainNav {
    background: none repeat scroll 0 0 #5b5b5b;
    height: 35px;
    z-index: 1000;
}
#mainNavs {
	z-index:1000;
	height:350px;
	background: url("images/1.jpg") ;
	margin-bottom:10px;
}
#mainNav ul {
}
#mainNav li {
	float:left;
	background-color:#F4F4F4;
	list-style:none;
	padding-right:1px;
}
#mainNav li a {
	display:block;
	background-color:#5b5b5b;
	padding:0 12px;
	font-size:13px;
	width:101px;
	height:35px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
	color:#f5f5f5;
}
#mainNav .first a {

	width:74px;
}
#mainNav .last {
	padding-right:0;
}
#mainNav .last a {

}
#mainNav li a:hover, #mainNav .cur {
	background:#19B4EA;
	color:#FFF;
}
#mainNav .first a:hover, #mainNav .first .cur {

}
#mainNav .last a:hover, #mainNav .last .cur {

}
#mainNav dl {
	width:125px;
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
	display:none;
}
#mainNav dl dd {
	float:none;
	display:inline
}
#mainNav dl dd a {
	opacity:0.95; 
	width:auto;
	background:#818181;
	color:#ffffff;
	border-top: 1px solid #ffffff;
}
#mainNav dl dd a:hover {
	background:#19B4EA;
	color:#FFF;
}
/* 首页样式
----------------------------------------------- */
/* -- 幻灯 -- */
#slideShow {
	z-index:5;
	position:relative;
	text-align:center;
	height:350px;
	margin-bottom:10px;
}
#slideShow2 {
	z-index:5;
	position:relative;
	text-align:center;
	height:510px;
	margin-bottom:10px;
}
#slideShow .slides {
	width:980px;
	height:350px;
	overflow:hidden;
	position:relative;
}
#slideShow .slides .slide {
	background-color:#ffffff;
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#slideShow .slide.current {
	z-index:10;
}
#slideShow .controlBase {
	position:absolute;
	z-index:20;
	width:100%;
	left:0px;
	bottom:5px;
	height:30px;
}
#slideShow .controls {
	z-index:300;
	text-align:center;
	position:absolute;
	left:50%;
	bottom:5px;
	margin-left:-49px;
}
#slideShow .controls li {
	list-style:none;
	display:inline;
}
#slideShow .controls li a {
	width:20px;
	height:30px;
	display:block; /* < = FF2 hack */
	background:url(images/inactive.png) no-repeat 50% 50%;
	float:left;
	text-indent:-9999em;
	cursor:pointer;
	outline:0;
}
#slideShow .controls li.active a, #slideShow .controls li a:hover {
	background:url(images/active.png) no-repeat 50% 50%;
}
/* 通用结构	
----------------------------------------------- */
/* -- form -- */
.btn {
	display:inline-block;
	background-color:#999999;
	border:0;
	color:#F5F5F5;
	padding:4px 24px;
	text-transform:capitalize;
	cursor:pointer;
}
.btn:hover {
	color:#F5F5F5;
	text-decoration:none;
}
/* -- style -- */
.price {
	color:#CC0000;
}
/* -- incBox -- */
.incBox {
	margin-bottom:15px;
}
.incBox h3 {
	height:35px;
	line-height:35px;
	color:#7A7F81;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #CBD1D3;
}
.incBox h3 a {
	color:#7A7F81;
}
/* -- tree -- */
.treeBox {
	margin-bottom:15px;
}
.treeBox h3 {
	height:35px;
	line-height:35px;
	color:#7A7F81;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #CBD1D3;
}
.treeBox li {
	border-left:4px solid #F4F4F4;
	line-height:15px;
	margin-top:15px;
	padding-left:10px;
}
.treeBox li.cur {
	border-left:4px solid #19B4EA;
}
.treeBox li a {
	color:#7A7F81;
}
/* 库项目样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
	height:35px;
	line-height:35px;
	color:#999999;
	border-bottom:1px solid #CBD1D3;
}
.urHere a {
	color:#999999;
}
.urHere b {
	margin:0 8px;
}
/* -- recommendProduct -- */
.recommendProduct {
	padding-top:10px;
}
.recommendProduct li {
	float:left;
	width:137px;
	height:150px;
	margin-right:17px;
	text-align:center;
}
.recommendProduct li.clearBorder {
	margin-right:0;
}
.recommendProduct .img {
	border:1px solid #E4E4E4;
	margin-bottom:8px;
}
/* -- about -- */
.about {
	padding-top:13px;
}
.about p {
	float:left;
	width:120px;
	height:154px;
}
.about dl {
	float:right;
	width:465px;
	height:154px;
}
.about dl dt {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#313131;
	padding:5px 0;
}
.about dl dd {
	line-height:200%;
	color:#999999;
}
.about .aboutBtn {
	display:block;
	text-decoration:underline;
	color:#CC0000;
	font-weight:bold;
	margin-top:12px;
}
/* -- recommendArticle -- */
.recommendArticle li {
	background:url(images/icon_red.gif) no-repeat left 50%;
	border-bottom:1px dotted #D1D1D1;
	line-height:38px;
	padding-left:15px;
}
.recommendArticle li b {
	float:right;
	color:#999999;
}
.recommendArticle li.last {
	border-bottom:0;
}
/* -- contact -- */
.contact {
	border:1px solid #CBD1D3;
	background-color:#EFEFEF;
	padding:15px;
}
.contact h3 {
	border-bottom:1px solid #CBD1D3;
	padding-bottom:10px;
	font-size:14px;
	color:#7A7F81;
}
.contact ul {
	padding:15px 0 0 3px;
}
.contact li {
	background:url(images/icon_contact.gif) no-repeat 0 0;
	height:30px;
	line-height:30px;
	padding-left:47px;
	margin-bottom:8px;
	color:#7A7F81;
}
.contact li.tel {
	background-position:0 -30px;
}
.contact li.fax {
	background-position:0 -60px;
}
.contact li.url {
	background-position:0 -90px;
}
.contact li.email {
	background-position:0 -120px;
}
/* page
----------------------------------------------- */
#page {
	padding:20px 0;
}
#page h1 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
#page .info {
	padding:2px 0 20px 0;
	color:#999999;
	font-size:13px;
}
#page .content {
	color:#666666;
	line-height:200%;
	padding-top:10px;
}
/* product_category
----------------------------------------------- */
.productList {
	padding-top:20px;
	color:#999999;
}
.productList dl {
	float:left;
	width:370px;
	height:160px;
	margin:0 20px 30px 0;
}
.productList dl.last {
	margin-right:0;
}
.productList dt {
	float:left;
	width:160px;
}
.productList dd {
	float:left;
	width:195px;
	padding:15px 0 0 15px;
}
.productList dt img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 8px;
}
.productList .name {
	height:18px;
	overflow:hidden;
}
.productList .name a {
	color:#333333;
	font-weight:bold;
}
.productList .brief {
	color:#999999;
	padding-top:8px;
	height:60px;
}
.productList .price {
	padding-bottom:10px;
}
/* product
----------------------------------------------- */
#product {
	padding:15px 0;
}
#product .productImg {
	float:left;
	width:300px;
}
#product .productInfo {
	float:left;
	width:465px;
	padding:10px 0 0 15px;
	line-height:200%;
}
#product .productInfo h1 {
	font-size:18px;
}
#product .productInfo ul {
	padding-top:10px;
}
#product .productInfo .productPrice {
	margin-bottom:5px;
}
#product .productInfo .productPrice .price {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}
#product .productInfo .btnAsk {
	margin-top:10px;
}
#product .productInfo .btnAsk dt {
	float:left;
	width:88px;
	height:39px;
	line-height:39px;
	text-align:right;
	padding-right:3px;
	margin-right:6px;
	background-color:#E0E0E0;
	color:#333;
	font-weight:bold;
}
#product .productInfo .btnAsk dd {
	float:left;
	width:300px;
}
#product .productContent {
	padding:15px 0;
}
#product .productContent h3 {
	height:35px;
	line-height:35px;
	color:#7A7F81;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #CBD1D3;
}
#product .productContent ul {
	padding:15px 0;
	color:#666;
	line-height:180%;
}
/* article_category
----------------------------------------------- */
#articleList dl {
	border-bottom:1px dotted #D1D1D1;
	padding:20px 0;
}
#articleList dl.last {
	border-bottom:0;
}
#articleList dt {
	width:620px;
	background:url(images/icon_red.gif) no-repeat left 50%;
	padding-left:15px;
	margin-bottom:10px;
}
#articleList dd {
	width:620px;
	color:#999999;
	padding-left:2px;
	line-height:180%;
}
#articleList .numDate {
	float:right;
	text-align:right;
	padding-top:12px;
}
#articleList .numDate em {
	background-color:#0072C6;
	color:#FFF;
	padding:3px 4px;
	font-size:14px;
	font-weight:bold;
}
#articleList .numDate p {
	font-size:16px;
	color:#999999;
	margin-top:5px;
}
/* article
----------------------------------------------- */
#article {
	padding:20px 0;
}
#article h1 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
#article .info {
	padding:2px 0 20px 0;
	color:#999999;
	font-size:13px;
}
#article .content {
	color:#666666;
	line-height:180%;
}
/* 分页
----------------------------------------------- */
.pager {
	text-align:right;
	padding-top:20px;
	color:#666;
}
.pager a {
	color:#666;
	text-decoration:underline;
}
/* link
----------------------------------------------- */
.link {
	margin-bottom:10px;
}
.link strong {
	color:#7A7F81;
	font-weight:bold;
}
.link a {
	color:#555;
}
/* 在线客服
----------------------------------------------- */
#onlineService {
	position:fixed;
	_position:absolute;
  _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-380+"px");
	top:208px;
	right:0;
	z-index:999999;
	display:block;
}
#onlineService dl {
	position:relative;
}
#onlineService .service {
	cursor:pointer;
	background:url(images/online_icon.gif) no-repeat;
	width:34px;
	height:110px;
}
#onlineService #pop {
	border:3px solid #19B4EA;
	background-color:#F2F2F2;
	width:77px;
	min-height:84px;
	padding:10px;
	position:absolute;
	right:34px;
	top:0;
	display:none;
	z-index:999999;
}
#onlineService #pop img {
	margin-bottom:8px;
}
#onlineService .goTop {
	display:none;
}
#onlineService .goTop .goBtn {
	background:url(images/online_go_btn.gif) no-repeat;
	width:34px;
	height:34px;
	display:block;
}
/* footer
----------------------------------------------- */
#footer {
	border-top:1px solid #D8D8D8;
	background-color:#EBEBEB;
	padding:35px 0;
	line-height:25px;
	color:#999999;
}
#footer a {
	color:#999999;
}
#footer .footNav i {
	margin:0 12px;
	color:#CCC;
}
#footer .footNav a.first {
	margin-left:0;
}
#footer .copyRight {
	font-family:Arial, Lucida, Verdana, Helvetica, sans-serif;
}




/*产品小图标*/
.servicesBox { width:980px; height:270px; margin:0 auto; clear:both; line-height:18px; color:#999999; font-size:12px;}
.servicesBox .serBox { cursor:pointer; border:1px solid #fff; display:inline; width:194px; height:250px; float:left; overflow:hidden; background-color:#f7f7f7; position:relative;}
.servicesBox .serBoxOn { font-family:"微软雅黑"; display:none; width:320px; height:270px; background:url(images/serboxon_bg.gif) repeat 0px 0px; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox .serBox .pic1 { width:110px; height:110px; text-align:center; position:absolute; top:22px; right:41px; z-index:99;}
.servicesBox .serBox .pic2 { width:110px; height:110px; text-align:center; position:absolute; top:22px; left:-110px; z-index:99;}
.servicesBox .serBox .txt1 { width:198px; height:100px; color:#999999; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox .serBox .txt2 { width:198px; height:100px; color:#a9cf4f; position:absolute; top:145px; right:-240px; z-index:99;}
.servicesBox .serBox span.tit { font-size:16px; display:block; text-align:center;}
.servicesBox .serBox .txt1 .tit { color:#000000; line-height:30px;}
.servicesBox .serBox .txt2 .tit { color:#fff; line-height:30px; font-family:"微软雅黑";}
.servicesBox .serBox p{ padding:0 10px; text-align:center;}
/*产品小图标*/