/*
Template Name: default
Version: 1.0
Author: mugee Design
Author URI: /
*/

/* 全局通用
----------------------------------------------- */
body {
	font-family:Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
	color:#555;
	background-color:#F4F4F4;
	min-width: 998px;
}
body, button, input, textarea {
	font-size:12px;
	line-height:1.531;
	outline:none;
	margin:0;
	padding:0;
	border:0;
}
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:none;
	color:#C70D0E;
}
input, img, select {
	vertical-align:middle;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.clearfix {
	overflow:hidden;
	zoom:1;
}
.none {
	display:none;
}
#captcha {
	cursor:pointer;
}
.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:998px;
	margin:0px auto;
}
#wrapper .mb {
	margin-bottom:15px;
	margin-top:10px;
}
/* -- 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:795px;
	overflow:hidden;
}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#top {
	background-color:#EEEEEE;
	height:30px;
	border-bottom:1px solid #D8D8D8;
	text-align:right;
	color:#CCC;
	display:none;
}
/* topNav */
#top .topNav {
	position: relative;
	z-index:1000;
	height:30px;
	float:right;
}
#top .topNav li {
	border:1px solid #EEEEEE;
	border-bottom:0;
	float:left;
	zoom:1;
	text-align:center;
}
#top .topNav li s {
	top:9px;
	left:0;
	width:0;
	height:12px;
	border-left:1px solid #DDD;
	overflow:hidden;
}
#top .topNav li a {
	padding:0 12px;
	height:28px;
	line-height:28px;
	color:#555;
}
#top .topNav li.hover {
	position:relative;
	background:#FFFFFF;
	border:1px solid #DDDDDD;
	border-bottom:0;
}
#top .topNav li.hover s {
	border-left:1px solid #FFF;
}
#top .topNav ul {
	background:#FFFFFF;
	border:1px solid #DDDDDD;
	border-top:0;
	width:100%;
	display:none;
	position: absolute;
	top:100%;
	left:-1px;
	padding-bottom:4px;
}
#top .topNav ul li {
	float:none;
}
#top .topNav li.hover ul li {
	border:none;
}
#top .topNav li.hover ul li a {
	height:25px;
	line-height:25px;
}
/* -- header -- */
#header {
	min-height:90px;
	border-top:5px solid #e30000;
}
#header .logo {
	padding:12px 0;
	float:left;
}
#header .top_r_nav{
	float: right;
    width: 605px;	
}
#header .top_r_nav2{
	margin-top:80px;
}

#header .search {
	border-radius:20px;
	border:1px solid #aaa;
	margin:30px 10px 0 0;
	float:right;
	background-color:#FFF;
	height:28px;
	padding-left:10px;
}
#header .search {
	position:relative;
	white-space:normal
}
#header .search label {
	height:0;
	line-height:0;
	overflow:hidden;
	width:0;
	position:absolute;
	font-size:0;
	z-index:-1;
	outline:0
}
#header .search .keyword {
	width:135px;
	color:#CCCCCC;
}
#header .search .keyword:focus {
	color:#555
}
#header .search .keyword::-webkit-input-placeholder {
	color:#CCCCCC;
}
#header .search .keyword:focus:-moz-placeholder, #header .search .keyword:focus::-moz-placeholder {
color:transparent!important
}
#header .search .keyword:focus::-webkit-input-placeholder {
color:transparent!important
}
#header .search .btnSearch {
	background:#E0E0E0 url(images/btn_search.gif) no-repeat;
	width:28px;
	height:28px;
	text-indent:-999px;
	border-radius:25px;
	margin-right:5px;
	cursor:pointer;
}
/* -- flash2 -- */
.Banner {
    background: url("images/banner_bg2.jpg") repeat-x scroll 0 0;
    height: 130px;
    text-align: center;
}
.Banner div{margin:0px auto; width:980px;}
.Banner div img{width:980px;height:130px;}

/* -- mainNav -- */
#mainNav {
	margin-bottom:5px;
	height:45px;
	font-size:14px;
}
/* LEVEL ONE */
#mainNav ul.wrap {
	position: relative;
	z-index:1000;
}
#mainNav ul li {
	background-color:#e30000;
	margin-right:2px;
	float: left;	
	zoom: 1;
	width:99px;
}
#mainNav ul li.first{border-radius:15px 0 0 15px;}
#mainNav ul li.end{border-radius:0 12px 12px 0;}
#mainNav ul li a {
	display: block;

	padding:0 9px;
	text-align:center;
	height:40px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
}
#mainNav ul li.hover, #mainNav ul li.cur {
	background: #f15620;
	position: relative;
}
#mainNav ul li.hover a, #mainNav ul li.cur a {
	color:#FFF;
}
#mainNav ul li .first {
	
}

#mainNav ul li .last {
	margin-right:-1px;
}

/* LEVEL TWO */
#mainNav ul ul {
	min-width:125px;
	_width:125px;
	display:none;
	position: absolute;
	top:100%;
	left:0;
	border-top:1px solid white;
	background:#E0E0E0;
}
#mainNav ul ul li {
	font-weight: normal;
	background:#E0E0E0;
	float:none;
}
#mainNav ul li.hover ul li a {
	color:#24313C;
	border-right:none;
	display:inline-block;
}
#mainNav ul li.hover ul li.hover a {
	color:#FFF;
}
#mainNav ul li.hover ul a.parent {
	background:url(images/icon_red.gif) no-repeat 100px 50%;
}
/* LEVEL THREE */
#mainNav ul ul ul {
	left:100%;
	top:0;
	border-top:0;
	_border-top:1px;
}
#mainNav ul li.hover ul li.hover ul li a {
	color:#24313C;
}
#mainNav ul li.hover ul li.hover ul li.hover a {
	color:#FFF;
}
/* 首页样式
----------------------------------------------- */

#slide-index-box {
    background: url("images/banner_bg.jpg") repeat-x scroll 0 center #fff;
    height: 350px;
    margin: 0 auto;
    width: 100%;
	position: relative;
}
#slide-index .banner {
    /*background: url("images/banner_bg1.jpg") no-repeat scroll center 0;*/
    height: 350px;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
    width: 998px;
}
#slide-index .slides {
    width: 998px;
}
#slide-index .slide {
    float: left;
    height: 350px;
	width: 998px;
}
#slide-index .image {
    overflow: hidden;
    padding: 50px 0 0 20px;
    position: absolute;
    z-index: 1;
}
#slide-index .text {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    position: absolute;
    width: 400px;
    z-index: 2;
}
.autoMaxWidth {
    height: 350px;
    overflow: hidden;
    position: relative;
}
#slide-index .button {
    display: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    position: absolute;
    width: 430px;
    z-index: 2;
}
#slide-index .button img {
    display: block;
    margin-top: 6px;
}
#slide-index .button strong {
    display: block;
    padding-top: 8px;
}
#slide-index #bi_1 {
    padding-top: 120px;
}
#slide-index #bi_2 {
    padding-left: 0;
    padding-top: 100px;
}
#slide-index #bi_3 {
    padding-left: 0;
    padding-top: 120px;
}
#slide-index #bi_4 {
    padding-left: 0;
    padding-top: 60px;
}
/*ie6 */
* html #bt_0{ padding-left: 180px; }
* html #bb_0{ padding-left: 180px; }
* html #bt_1{ padding-left: 180px; }
* html #bb_1{ padding-left: 180px; }
* html #bt_2{ padding-left: 180px; }
* html #bb_2{ padding-left: 180px; }
* html #bt_3{ padding-left: 180px; }
* html #bb_3{ padding-left: 180px; }
* html #bt_4{ padding-left: 180px; }
* html #bb_4{ padding-left: 180px; }

#slide-index .control {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 330px;
    z-index: 999;
}
#slide-index .control a {
    background-image: url("images/flash_2.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin-right: 6px;
    opacity: 0.6;
    width: 9px;
}
#slide-index .control a:hover, #slide-index .control a.active {
    background-image: url("images/flash_1.gif");
    opacity: 1;
}

/* -- 幻灯 -- */
#slideShow {
	z-index:5;
	position:relative;
	text-align:center;
	height:350px;
	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:#f15620;
	color:#EEE;
	padding:5px 15px;
	text-transform:capitalize;
	cursor:pointer;
	font-weight:bold;
}
.btn:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#f00;
}
.btnGray {
	display:inline-block;
	background-color:#CCC;
	border:0;
	color:#333;
	padding:6px 15px;
	text-transform:capitalize;
	cursor:pointer;
	font-weight:bold;
}
/* -- input -- */
.textInput {
	padding:0 4px;
	height:28px;
	border:1px solid #DDDDDD;
}
.textArea {
	padding:4px;
	border:1px solid #DDDDDD;
}
/* -- style -- */
.price {
	color:#999;
}
/* -- incBox -- */
.incBox {
	margin-bottom:15px;
}
.incBox h3 {
	height:35px;
	line-height:35px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	border-bottom:2px solid #ccc;
	background:#f00;
	padding-left:15px;
}
.incBox h3 a {
	color:#fff;
}
/* -- tree -- */
.treeBox {
	margin-bottom:15px;
	border:1px solid #f00;
	background: #fff;
}
.treeBox_div{
	margin:0px;
}
.treeBox h3 {
	height:38px;
	line-height:38px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding-left:20px;
	background:#f00;
	border-bottom: 2px solid #ccc;
}
.treeBox .treeBox_div li a{	
	background:url("images/icon_red.gif") no-repeat scroll 5px 50%;
}
.treeBox .treeBox_div li .prosub a{background:none;}
.treeBox li a {
	color:#666;
	display:block;	
	line-height:35px;
	height:35px;
	margin-top:2px;
	padding-left:15px;border-bottom: 2px solid #fff;	  
}
.treeBox #probaseli .cur{
	color:#fff;
	background:#f00;
	border-bottom: 2px solid #ccc;
}

.treeBox #probaseli a:hover {
	color:#fff;
	background:#f60;
	border-bottom: 2px solid #ccc;
}
.treeBox #probaseli2 .cur{background:none;color:#f00;border-bottom: 2px solid #fff;	}
.probase .prosub{display:none;}
.probase .open .prosub{display:block;}

.probase .probaseli2 .prosub{display:none;}
.probase .probaseli2open .prosub{display:block;}
/* 库项目样式
----------------------------------------------- */
/* -- urHere -- */
.urHere {
	height:35px;
	line-height:35px;
	color:#666;
	border-bottom:1px solid #f00;
}
.urHere a {
	color:#666;
}
.urHere b {
	margin:0 8px;
}
/* -- recommendProduct -- */
.recommendProduct {
	padding-top:10px;
}
.recommendProduct li {
	float:left;
	width:137px;
	height:200px;
	margin-right:17px;
	text-align:center;
}
.recommendProduct li.clearBorder {
	margin-right:0;
}
.recommendProduct .img {
	border:1px solid #E4E4E4;
	margin-bottom:8px;
}



/* -- recommendCase -- */
.recommendCase {
	padding-top:10px;
}
.recommendCase li {
	float:left;
	width:160px;
	height:200px;
	margin:0 17px 0 5px;
	text-align:center;
}
.recommendCase li.clearBorder {
	margin-right:0;
}
.recommendCase .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:#555;
	word-wrap:break-word;
	word-break:normal;
}
.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:#666;
	padding-right:8px;
}
.recommendArticle li.last {
	border-bottom:0;
}
/* -- recommendsc -- */
.recommendsc {
	padding-top:0px;
	background: #f1f1f1;
}
.recommendsc li {
	float:left;
	width:194px;	height:145px;
	margin:6px 5px 0 0;
	text-align:center;
	border:1px solid #d2d2d2;    overflow: hidden;
}
.recommendsc li #rsca{background:#fff;display: block;width:100%;height:100%;}
.recommendsc li #rsca:hover{}
.recommendsc li.clearBorder {
	margin-right:0;
}
.recommendsc li .title{
	line-height: 35px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	color: #555;
	margin-bottom: 0px;	
}
.recommendsc li .title i{color:#068dcb;
padding-right: 8px;
font-size: 14px;}
.recommendsc li .context{
	line-height: 23px;
	display: table-cell;
	 vertical-align: middle;
    text-align: center;
	color: #777;
	height:108px;
	    width: 193px;    overflow: hidden;
}
.recommendsc li .context img{	
    height: 103px;
}

/* -- 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:#666;
}
.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:#666;
	font-size:13px;
}
#page .content {
	color:#666666;
	line-height:200%;
	padding-top:10px;
}
/* product_category
----------------------------------------------- */
.productList {
	padding-top:20px;
	color:#666;
}
.productList .pro_item .pic {
    float: left;
    height: 223px;
    width: 208px;
}

.productList .pro_item .text {
    float: right;
    width: 540px;
}
.productList .pro_item .text h3 {
   background: #f00;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 2px solid #ccc;
}
.productList .pro_item .text h3 a,
.productList .pro_item .text h3 a:visited {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right:10px;
}
.productList .pro_item .text h3 a:hover {
    color: #f60; margin-right:10px;
}
.productList .pro_item .text ul {
    margin-top: 8px;
}
.productList .pro_item .text ul li {
    background: url("images/ico_3.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    float: left;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 10px;
    width: 170px;
}
.productList dl {
	 float: left;
    height: 150px;
    margin: 0 20px 30px 0;
    overflow: hidden;
    width: 370px;
}
.productList dl.last {
	margin-right:0;
}
.productList dt {
	float:left;
	width:160px;
}
.productList dd {
	float:left;
	width:195px;
	padding:0px 0 0 15px;
}
.productList dt img {
	border:1px solid #EEEEEE;
}
.productList .name {
	height:18px;
	overflow:hidden;
}
.productList .name a {
	color:#333333;
	font-weight:bold;
}
.productList .brief {
	color:#666;
	padding-top:8px;
	height:80px;
}
.productList .price {
	padding-bottom:10px;
}
/* product
----------------------------------------------- */
#product {
	padding:15px 0;
}
#product .productImg {
	float:left;
	width:300px;
}
#product .productInfo {
	float:left;
	width:465px;
	padding:5px 0 0 15px;
	line-height:200%;
}
#product .productInfo h1 {
	font-size:18px;
}
#product .productInfo ul {
	padding-top:19px;
}
#product .productInfo .productPrice {
	margin-bottom:5px;
}
#product .productInfo .productPrice .price {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}
#product .productInfo .productService{
	font-size:15px;
	line-height:30px;	
	border-bottom: 1px dotted #cbd1d3;
	margin:5px 0px;
}
#product .productContent h3 div,
#product .productInfo .productService div{
	 background: none repeat scroll 0 0 #f00;
    color: #fff;
    padding-left: 15px;
      border-radius: 5px 5px 0 0;
    width: 80px;
	}
#product .productInfo .btnAsk {
	margin-top:20px;
}
#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:25px 0;
}
#product .productContent h3 {
	height:30px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	border-bottom:2px solid #ccc; 	
	background:#f00;
}
#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:#666;
	padding-left:2px;
	line-height:180%;
}
#articleList .numDate {
	float:right;
	text-align:right;
	padding-top:12px;
}
#articleList .numDate em {
	background-color:#e41111;
	color:#FFF;
	padding:3px 4px;
	font-size:14px;
	font-weight:bold;
}
#articleList .numDate p {
	font-size:16px;
	color:#666;
	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:#666;
	font-size:13px;
}
#article .content {
	color:#666666;
	line-height:180%;
}

/* case_category
----------------------------------------------- */
#caseList dl {
	border-bottom:1px dotted #D1D1D1;
	padding:20px 0;
}
#caseList dl.last {
	border-bottom:0;
}
#caseList dt {
	width:620px;
	background:url(images/icon_red.gif) no-repeat left 50%;
	padding-left:15px;
	margin-bottom:10px;
}
#caseList dd {
	width:620px;
	color:#666;
	padding-left:2px;
	line-height:180%;
}
#caseList .numDate {
	float:right;
	text-align:right;
	padding-top:12px;
}
#caseList .numDate em {
	background-color:#e41111;
	color:#FFF;
	padding:3px 4px;
	font-size:14px;
	font-weight:bold;
}
#caseList .numDate p {
	font-size:16px;
	color:#666;
	margin-top:5px;
}
/* case
----------------------------------------------- */
#case {
	padding:20px 0;
}
#case h1 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
#case .info {
	padding:2px 0 20px 0;
	color:#666;
	font-size:13px;
}
#case .content {
	color:#666666;
	line-height:180%;
}

/* download_category
----------------------------------------------- */
#downloadList dl {
	border-bottom:1px dotted #D1D1D1;
	padding:20px 0;
}
#downloadList dl.last {
	border-bottom:0;
}
#downloadList dt {
	width:620px;
	background:url(images/icon_red.gif) no-repeat left 50%;
	padding-left:15px;
	margin-bottom:10px;
}
#downloadList dd {
	width:620px;
	color:#666;
	padding-left:2px;
	line-height:180%;
}
#downloadList .numDate {
	float:right;
	text-align:right;
	padding-top:12px;
}
#downloadList .numDate em {
	background-color:#e41111;
	color:#FFF;
	padding:3px 4px;
	font-size:14px;
	font-weight:bold;
}
#downloadList .numDate p {
	font-size:16px;
	color:#666;
	margin-top:5px;
}
/* download
----------------------------------------------- */
#download {
	padding:20px 0;
}
#download h1 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
#download .info {
	padding:2px 0 20px 0;
	color:#666;
	font-size:13px;
}
#download .content {
	color:#666666;
	line-height:180%;
}

/* 留言板
----------------------------------------------- */
#guestBook {
	padding:20px 0;
}
#guestBook h2 {
	color:#555;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
/* bookList */
#guestBook .bookList {
	margin-bottom:30px;
	line-height:180%;
	font-size:13px;
}
#guestBook .bookList dl {
	margin-bottom:15px;
}
#guestBook .bookList dt {
	color:#999;
	margin-bottom:3px;
}
#guestBook .bookList dt b {
	color:#999;
	margin-left:20px;
}
#guestBook .bookList dd {
	color:#666;
	overflow:hidden;
	zoom:1;
}
#guestBook .bookList dd em {
	float:left;
	width:70px;
}
#guestBook .bookList dd span {
	float:right;
	width:910px;
	text-align:left;
}
#guestBook .bookList p {
	color:#0072C6;
	margin-top:5px;
	overflow:hidden;
	zoom:1;
}
#guestBook .bookList p em {
	float:left;
	width:70px;
}
#guestBook .bookList p span {
	float:left;
	width:800px;
}
#guestBook .bookList p b {
	color:#999;
	float:right;
}
#guestBook .bookList .pager {
	text-align:center;
}
/* bookList */
#guestBook .bookAdd {
	line-height:180%;
	font-size:13px;
}
#guestBook .bookAdd dl {
	overflow:hidden;
	zoom:1;
	margin-bottom:15px;
}
#guestBook .bookAdd dl dt, #guestBook .bookAdd dl dd {
	float:left;
}
#guestBook .bookAdd dl dt {
	width:70px;
	text-align:right;
	line-height:30px;
}
#guestBook .bookAdd .vcode {
	text-transform:uppercase;
}
#guestBook .bookAdd .select {
	height:28px;
}
#guestBook .bookAdd dl.cue {
	margin:-8px 0 10px 60px;
	color:#999;
}
#guestBook .bookAdd dl.submit {
	margin:20px 0 0 60px;
}
#guestBook .bookAdd dd b {
	display:block;
	padding: 2px 0 2px 3px;
	border:1px solid #fec600;
	color:#666;
	background-color:#fbf8e9 ;
	line-height:16px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
	padding:10px 0 100px 0;
}
#douMsg dl {
	padding:160px 0 200px 0;
	text-align:center;
	background-color:#EBEBEB;
	border-top:1px solid #FFFFFF;
}
#douMsg dt {
	color:#0072C6;
	font-size:16px;
	margin-bottom:30px;
	font-weight:bold;
}
#douMsg dd {
	color:#666;
}
#douMsg dd a {
	margin-left:5px;
	color:#000;
}
/* 分页
----------------------------------------------- */
.pager {
	text-align:center;
	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:666;
	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 #e30000;
	background-color:#F2F2F2;
	width:77px;
	min-height:84px;
	padding:10px;
	position:absolute;
	right:34px;
	top:0;
	display:none;
	z-index:666;
}
#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:2px solid #ccc;
	background-color:#e41111;
	padding:35px 0;
	line-height:25px;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer .footNav i {
	margin:0 12px;
	color:#CCC;
}
#footer .wrap_l{width:720px;float:left;}
#footer .wrap_r{width:250px;float:right;}
#footer .footNav a.first {
	margin-left:0;
}
#footer .copyRight {
	font-family:Arial, Lucida, Verdana, Helvetica, sans-serif;
}

ul#reseauxlist {
    display: table;
    margin: 5px auto 17px;
}
ul#reseauxlist li {
    border: 0 none;
    display: inline;
    margin-left: 0;
    padding:0;
}
ul#reseauxlist li a {
    background: url("images/footer_icons.png") no-repeat scroll 0 0 ;
    border: 0 none;
    display: block;
    float: left;
    height: 45px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    padding-left:10px;
}
ul#reseauxlist li a.sina {
    background-position: 0 0;
    background-size: 250px auto;
    width: 46px;
}
ul#reseauxlist li a.sina:hover {
    background-position: 0 -48px;
    transition: all 0.2s ease-out 0s;
}
ul#reseauxlist li a.wqq {
    background-position: -67px 0;
    background-size: 250px auto;
    width: 46px;
}
ul#reseauxlist li a.wqq:hover {
   background-position: -67px -48px;
   transition: all 0.2s ease-out 0s;
}
ul#reseauxlist li a.twitter {
   background-position: -133px 0;
    background-size: 250px auto;
    width: 46px;
}
ul#reseauxlist li a.twitter:hover {
     background-position: -133px -48px;
    transition: all 0.2s ease-out 0s;
}
ul#reseauxlist li a.facebook {
    background-position: -199px 0;
    background-size: 250px auto;
    width: 46px;
}
ul#reseauxlist li a.facebook:hover {
    background-position: -199px -48px;
    transition: all 0.2s ease-out 0s;
}



.pwdbox {
	padding: 20px 10px;
	font-size: 14px;
}

.pwdbox em {
	line-height: 40px;
	font-style: inherit;
	display: inline-block;
}

.pwdbox input {
	line-height: 40px;
	padding: 0 5px;
	width: 120px;
	display: inline-block;
	margin: 0 1px;
	border-radius: 4px;
	border: 1px solid #C7C7C7;
	outline: none;
	margin-bottom: 3px;
}

.pwdbox button {
	line-height: 40px;
	padding: 0 8px;
	display: inline-block;
	margin: 0 5px;
	background: #317fff;
	color: white;
	border: none;
	border-radius: 4px;
	outline: none;
}

.pwdbox .zixun {
	background: #dd3c13;
	display: inline-block;
	font-size:12px;
	border: 1px solid #dd3c13;
	padding: 5px  10px;
	color: white;
}

.pwdbox .shouzhi {
	border: 1px solid #dd3c13;
	background: white;
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
}

.pwdbox a img {
	width: 30px;
	margin-right:10px;
}

.product_doc{
	border: 1px solid #317fff;
	padding: 2px 10px;
	margin: 20px;
	line-height: 50px;
}