﻿

/*banner*/
.banner{width:100%; height:335px;overflow:hidden;}
.bana{width:1000px;}

.libg1{background:url(banner_bg.jpg) repeat-x}
.libg2{background:url(banner_bg2.jpg) repeat-x}
.libg3{background:url(banner_bg3.jpg) repeat-x}
.libg4{background:url(banner_bg4.jpg) repeat-x}
.slideBox{
	width:100%; height:335px;
	margin:0 auto;
	position:relative; 
	}
.liarea{
	width:1000px; height:auto;
	margin:0 auto;
	}
.slideBox .hd{
	height:15px; overflow:hidden; 
	position:absolute; right:5px; 
	bottom:5px; z-index:1; 
	}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ 
	float:left; margin-right:2px;  
	width:15px; height:15px; 
	line-height:14px; text-align:center; 
	cursor:pointer; 
	}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{position:relative; height:100%; z-index:0;   }
.slideBox .bd li{width:100%;height:335px; zoom:1; vertical-align:middle; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
	position:absolute; left:3%; top:50%; left:50.5%;
	margin-top:-25px; display:block; 
	width:24px; height:45px;
	}
.slideBox .prev{ background:url(bann_left.png) no-repeat; margin-left:-550px;}
.slideBox .next{background:url(bann_right.png) no-repeat; margin-left:530px;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.box1{
	width:100%; height:440px;
	padding:30px 0; margin-bottom:100px;
	background:#e7f1fb;
	}
.box1_a{
	width:1000px; height:auto;
	overflow:hidden; margin:0 auto;
	}
.box1_a dl{
	width:190px; height:200px;
	float:left; padding-right:75px;
	text-align:center; font-size:14px;
	color:#6a6d70; background:url(pro_bgline.png) no-repeat 230px 10px;
	}
.box1_a dl dt{ text-align:center;}
.b1a_tit{ padding:20px 0 10px; font-size:20px; font-weight:bold; color:#333;}
.b1a_txt{ line-height:20px;} 
.box1_b{
	width:1000px; height:auto;
	margin:0 auto; padding:30px 0 0 0;
	}
.b1b_tit{
	width:1000px; height:50px;
	position:relative;
	z-index:1;
	}
.blb_line{
	width:1000px; height:25px;
	border-bottom:1px solid #cfd8e1;
	position:absolute; z-index:2;
	top:0; left:0;
	}
.blb_txt{
	width:190px; height:50px;
	position:absolute; left:395px;
	top:0; text-align:center;
	background:#e7f1fb; z-index:3;
	font-size:14px; color:#666; font-family:Georgia;
	}
.blt_p1{ font-family:microsoft yahei; font-size:24px; font-weight:bold; color:#333; margin-bottom:8px;}
.blb_ul{
	width:1000px; height:auto;
	padding:20px 0 0 0;
	position:relative;
	}
.blb_ul li{
	width:280px; height:auto;
	float:left; margin:0 80px 0 0;
	}
.blbimg{
	width:280px; height:170px;
	overflow:hidden;
	}
.blbimg img{
	width:280px; height:170px;
	overflow:hidden;
	}
.blbtxt{
	width:250px; height:20px;
	padding:15px; background:#e7f1fb;
	color:#7f858a; line-height:20px;
	font-size:14px;
	}
.blb_bt{ font-size:16px; font-weight:bold; color:#333; margin-bottom:15px;text-align:center;}
.blb_ul .prev,.blb_ul .next{
	display:block; cursor:pointer;
	position:absolute; top:100px;
	width:50px; height:50px;}
.blb_ul .prev{ background:url(case_prev.png) no-repeat; left:-100px;}
.blb_ul .next{ background:url(case_next.png) no-repeat; right:-100px;}
.list li{ display:none;}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
