﻿

.btn41{
    overflow: hidden;
	background:url('../images/bg.png') #e0e0e0;
    padding:0px auto;
    margin:0px auto;
}
.btn41 .col-xs-3{
	padding:5px 0px;
}
.btn41 .col-xs-3 a{
	display:inline-block;
    width:100%;
	height:100%;
	font-size:10px;
}

.cont {
    /*border: 1px solid #C6C6C6;
	background:rgba(255,255,255,0.5);*/
    background-color: #fff;
    padding:0px;
    margin-bottom:0px;
    overflow: hidden; 
}


.big_product{
	width:100%;
	clear: both;
	overflow: hidden;
	border-bottom:1px #e2e2e2 solid;
}
.big_product a{
	width:100%;
	height:100%;
	display: inline-block;
}

.xiao_product{
	float: left;
	width:32.9999999%;
	height:100px;
	overflow: hidden;
	border-left:1px #e2e2e2 solid;
}
.xiao_product a{
	width:100%;
	height:100%;
	display: inline-block;
}

.pro_product{
	float: left;
	width:32.88888888%;
	overflow: hidden;	
	background:rgba(255,255,255,0.5);
	background:#fff;
	margin-left:1px;
	margin-bottom:1px;
}
.pro_product a{
	width:100%;
	height:100%;
	display: inline-block;
}

.pro_img{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0 0 0 3px #e9e9e9;
	width: 95px;
	height: 95px;
	margin: 3px;
	max-width: none;
}

.ke_product{
	float: left;
	width:49.5555555%;
	height:160px;
	overflow: hidden;
	background:#fff;
	margin-left:1px;
	margin-bottom:1px;
}

.ke_product a{
	width:100%;
	height:100%;
	display: inline-block;
}
.ke_product .imgbox{	
	position: relative;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
.ke_product .fontbox{
	width:100%; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	background-color: rgba(0,0,0,0.4);
}
.ke_product .newbox{	
	position: absolute; 
	top: 0; 
	right: 0; 
}