h1, h2{
	text-align: center;
}
h2{
	line-height: 3em;
}
h1 + p{
	text-align: center;
	color: #999;
	padding: 0 10%;
}

.navbar-2-list > li{
	position: relative;
	margin-right: 10px;
}

.navbar-2-list > li > ul{
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	height: auto;
	padding: 10px 15px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	
}
.navbar-2-list > li:hover > ul{
	display: block;
}
.navbar-2-list > li > ul > a{
	position: relative;
	display: block;
	line-height: 2.4em;
}
.navbar-2-list > li > ul > a:hover{
	color: #0066cc;
}
#product-list{
	position: relative;
	overflow: hidden;
}
#product-list > div{
	position: relative;
	float: left;
	width: 32%;
	padding: 10.3% 0;
	margin: 2% 0.666% 3em 0.666%;
}
#product-list > div:nth-child(3n+1),
#product-list > div:nth-child(3n+3){
	margin-left: 0;
	margin-right: 0;
}
#product-list > div:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}
#product-list > div > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#product-list > div img{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
#product-list > div p{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3em;
	line-height: 3em;
	font-size: 16px;
	color: #333;
}

#load-more{
	position: relative;
	width: 12em;
	height: 2.6em;
	line-height: 2.6em;
	margin: 2em auto;
	color: #0066cc;
	text-align: center;
	border: 1px solid #0066cc;
	clear: both;
	cursor: pointer;
}
.customer-list{
	position: relative;
	overflow: hidden;
}
.customer-list > div{
	position: relative;
	float: left;
	width: 18%;
	margin: 1%;
	overflow: hidden;
}
.customer-list > div > img{
	width: 100%;
}
.product-detail-sidebar{
	display: inline-block;
	width: 260px;
	
}
.article-sidebar{
	border: none;
}
.product-detail-sidebar-fixed{
	position: fixed !important;
	top: 100px;
}
.product-detail-sidebar a{
	display: block;
	position: relative;
	width: 100%;
	height: 3em;
	line-height: 3em;
	color: #333;
	padding: 0 2em;
	font-size: 18px;
	background: #f8f8f8;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}
.product-detail-sidebar a:hover{
	text-decoration: none;
}
.product-detail-sidebar a:first-child.active,
.product-detail-sidebar a:last-child.active{
	border: 1px solid #f8f8f8;
}
.product-detail-sidebar a.active{
	background: #fff;
	color: #0066ff;
}
.product-detail-sidebar a.active:before{
	content: ' ';
	position: absolute;
	border: 3px solid transparent;
	border-left: 5px solid #0066cc;
	top: 1.5em;
	left: 1em;
	margin-top: -1.5px;
}
.carousel-control.left,.carousel-control.right{
	background-image:none;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	color: #999;
    font-size: 50px;
    top: 50%;
    margin-top: -35px;
}
