﻿/* slideBox样式  
--------------------------------------------------------------------*/
.slideBox_wrap {
	overflow: hidden;
	position: relative;
	height: 540px;
}
.slideBox_row {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.slideBox {
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 20px;
	z-index: 1;
	width:100%;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align:center;
}
.slideBox .hd ul li {
	display:inline-block;
	margin-right:10px;
	width: 40px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	background: #aaa;
	border:solid 1px #aaa;
	border-radius:5px;
	color: #aaa;
	cursor: pointer;
	*line-height: 8px;
	*display:inline;
	*height:0px;
	*padding-left:4px;
	*padding-top:0px;
	*padding-bottom:0px;
}
.slideBox .hd ul li.on {
	background: #008ed6;
	border:solid 1px #008ed6;
	color: #008ed6;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 100%;
	height: 540px;
}
.slideBox .bd img {
	width: 100%;
	height: 540px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	overflow: hidden;
	position: relative;   
	height:470px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.page_banner_row {
}
.page_banner {
	overflow: hidden;
}
.page_banner img {
	width:100%;    
	height: 420px;
}
.page_banner .BMap_Marker img {
	height:auto;
	width:auto;
}/*百度地图兼容*/
.page_products .page_banner_wrap {
	overflow: hidden;
	position: relative;    
	height:470px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.page_products .page_banner img {
	width:100%;    
	height: 420px;
}
.page_products .alltitle .crumbs img {
    width: auto;
    height: auto;
}