.bread-menu {
	margin: 20px auto; 
	color: #0abbb9;
}
.bread-link {
	color: #0abbb9;
}
.fa-home {
	margin-right: 10px;
}
.basic-info-box {
	padding: 30px 0;
	height: 520px;
}
.slide-box {
	width: 55%;
	/*float: left;*/
	display: inline-block;
}
.slide-img-box {
	
}
.pro-title {
	font-size: 0.375rem;
}
.pro-desc {
	line-height: 22px;
	margin: 12px 0; 
	color: #bbb;
}
.basic-desc {
	display: inline-block;
	float: right;
	width: 41%;
}
.info-list {
	font-size: 0;
	padding: 10px 0;
	border-top: 1px solid #eee; 
	border-bottom: 1px solid #eee; 
	color: #5e7387; 
}
.info-item {
	font-size: 0.2188rem;
}
.detail-info-box {
	padding: 30px 0;
	width: 100%;
	background: #f2f2f2; 
}
.reco-product {
	font-size: 0;
	padding: 20px 28px;
	background: #fff;
	float: left;
	overflow: hidden;
	display: inline-block;
	width: 23%;
}
.reco-item {
	font-size: 0.25rem;
	margin-bottom: 20px;
}
.reco-title {
	margin-bottom: 16px; 
	font-size: 0.25rem;
}
.detail-desc {
	margin-left: 2%;
	padding: 30px;
	background: #fff;
	/*float: right;*/
	display: inline-block;
	width: 75%;
}
.img-box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.product-img {
	position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.reco-product-title {
	line-height: 28px;
	text-align: center;
}
.reco-link {
	color: #666;
}
.detail-desc-title {
	margin-bottom: 20px;
	height: 30px;
	color: #0abbb9;
	border-bottom: 1px solid #ddd;
}
/*轮播图*/
.carousel:hover .glyphicon-cont{
  display: block;
}
.glyphicon-cont{
  display: block;
  position: absolute;
  top: 50%;
  width: 3%;
  height: 20%;
  background: #fff;
  margin-top: -3%;
  border-radius: 0 4px 4px 0;
}
.glyphicon-cont.right{
  right: 0;
  border-radius: 4px 0 0 4px;
}
.glyphicon-cont .fa{
  font-size: 0.375rem;
  color:#666;
  line-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.glyphicon-cont .fa-angle-left{
  margin-left: -8px;
}
.carousel-inner {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.slide-box {
		width: 100%;
	}
	.basic-info-box {
		text-align: left;
		height: auto;
	}
  .basic-desc {
  	padding: 0 20px;
  	width: 100%;
  	float: none;
  }
  .reco-product {
  	float: none;
  	width: 100%;
  }
  .detail-desc {
  	margin-left: 0;
  	width: 100%;
  }
  .reco-item {
  	padding: 0 12px;
  	display: inline-block;
  	width: 50%;
  }
}





























