@charset "utf-8";
.flexslider{position:relative;height:400px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:400px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background: url(../images/zuo.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/you.png) center center no-repeat;}
/*产品轮播css*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
a {
	color: #2B93D2;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
fieldset, img {
	border: none;
}
#wrapper {
	text-align: center;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5); /*dim the background*/
	text-align: center;
	display: none;
}
#overlay_pic {
	margin: 200px auto;
	width: 400px;
	box-shadow: 10px 10px 5px #000;
}
.jscarousal {
	width: 932px;
	height:225px;
	margin: 0 auto;
	padding: 0;
	position: relative; 
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right {
	float: left;
	width:30px;
	height:60px;
	color: White;
	position: relative;
	top: 40px;
	cursor: pointer;
}
.jscarousal .jscarousal-left {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position:left;
}
.jscarousal .jscarousal-right {
	background-image: url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:right;
}
.jscarousal-contents {
	width: 870px;
	height:100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div {
	position: absolute;
	width: 100%;
	height: 100%;
}
.jscarousal-contents > div > div {
	float: left;
	margin-left:10px;
}
.jscarousal-contents img {/*width:100%;height:100%;*/border: 1px solid #e9e9e9;}
.jscarousal-contents img:hover {border:1px solid #02aaf6;}
.jscarousal-contents  div p{color:#6b6b6b;line-height:24px;display:block;}
.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive {
	cursor: pointer;
}
.thumbnail-text {
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
/*图片滚动样式*/
.imgScrollScreen { position: relative; float: left; width:860px; height:230px; overflow: hidden;left: 10px; }
.imgScrollScreen .imgScrollWrapper { position: absolute; left: 0; top: 0; width: 2000px; height: 129px }
.btuleft{ width:25px; height:129px; background:url(../images/left_btu.jpg) no-repeat; float:left; cursor: pointer}
.bturight{ width:25px; height:129px; background:url(../images/right_btu.jpg) no-repeat; float:right; cursor: pointer}

/*产品放大css（productdetail.html）*/
.large{width:331px; margin-right:30px;}
.left-pro{ width:321px; background-color: #FFF;padding:0px; }
.left-pro .t1{width:321px;padding-top:10px;height:64px;overflow:hidden;}
.left-pro .t2{width:321px;}
.left-pro .t2 img{text-indent:0;}
#showArea,#showArea a{float:left;}
#showArea a{cursor:pointer;display:block;margin-right:10px;}
#showArea img{width:81px;padding:1px;border:1px solid #ccc;height:60px;}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;float:left; position: relative;top: 25px;}
#gobottom{cursor:pointer;float:right; position: relative;top: 25px;}
#showArea{height:64px;overflow:hidden;width:290px; margin-left:7px;}

#showArea img:hover{
	border:1px solid #d10101;
}