.quan-table{
	margin-top: 20px;
}
.quan-table th,.quan-table td{
	font-size:14px;
}

.quan-table th{
	color: #fff;
}

.quan-table td{
	vertical-align:middle !important;
}

.quan-table thead tr th{
	height:40px;
	line-height: 40px;
	background: #5aa0e8;	
	text-align:center;
}

.quan-table thead tr th.quan-th1{
	width:50px;
}

.quan-table thead tr th.quan-th5{
	width: 100px;
}

.quan-desc{
	width: 400px;
	margin:0 auto;
	text-indent: 2em;
}

.quan-td4{
	width:300px;	
}

.quan-product-name{
	padding-left: 20px;
}

.quan-product-name a{
	float:left;
	margin: 5px;
}

.quan-td1,.quan-td2,.quan-td5{
	text-align:center;
}

.quan-td5{
	position:relative;
}

.look-details{
	position: absolute;
	top: 50px;
	left:-80px;
	z-index: 10;
	border: 1px solid #5aa0e8;
	width: 300px;
	padding: 20px 20px;
	background: #fff;
	text-align:left;
}

.look-details h3{
	font-size: 16px;
	font-weight: blod;
	margin: 0;
	margin-bottom: 25px;
}

.closeBtn{
	position:absolute !important;
	right:10px;
	top: 10px !important;
	cursor: pointer;
}

.quan-detail-title{
	margin: 100px 0 30px 0;
	border-bottom: 10px solid #5aa0e8;
	padding-bottom: 20px;
}

.quan-detail-title h3{
	margin: 0;
}

.quan-detail-box{
	border: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.quan-detail-box p{
	width:90%;
	text-indent: 2em;
	margin: 0 auto;
	line-height: 2em;
}

.quan-detail-box table{
	width: 90%;
	margin: 30px auto 0;
}

.quan-detail-box table tr td{
	text-align:center;
}

.quan-detail-box table tr td.quan-map{
	font-weight: bold;
	text-align: left;
}

.quan-tab a{
	margin:0 30px;
}

#allmap{
	height:500px;
}

/******** 产品相册 *********/
.gallery-box{
	padding: 45px 0;
}

.gallery-box ul li{
	width: 166px;
	float: left;
	margin-left: 43px;
	margin-right: 43px;
}

.gallery-bg{
	display: block;
	position:relative;
	background: url(../images/gallery_bg.png) no-repeat;
	width: 100%;
	height: 167px;
}
.gallery-bg img{
	width: 140px;
	height: 140px;
	margin: 10px 0 0 10px;
}

.gallery-icon{
	width: 42px;
	height: 42px;
	background: url(../images/gallery_icon.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

.gallery-box ul li p{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}