﻿@charset "utf-8";
/* CSS Document */
.header {
    height: 70px;
	}
	.list-group-item {
	    margin-bottom: 0px;
	    border-bottom: 1px solid #ddd;
	}
    /*prolist*/
.prolist .item {
	width: 333px;
	float: left;
	margin: 0 20px 25px 0;
	position: relative;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 6px;
	transition: all ease 300ms;
	overflow: hidden;
}
.prolist .item:nth-child(4n){
    margin-right:0;
}
.prolist .item a {
	display: block;
	width: 100%;
}
.prolist .item img {
	width: 333px;
	
	display: block;
	border-bottom: 1px solid #dddddd;
}
.prolist .item h3 {
	padding: 0 16px;
	height: 68px;
	font-size: 16px;
	color: #333;
	line-height: 68px;
	overflow: hidden;
	transition: all ease 300ms;
}
.prolist .item h3:hover {
	color: #ef0808;
}
.prolist .item h3 span {
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 20px;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid #f95927;
	color: #f95927;
	text-align: center;
	transition: all ease 300ms;
}
.prolist .item h3 span s {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background-position: -120px -78px;
}
.prolist .item .xcx {
	width: 333px;
	height: 247px;
	z-index: 10;
	padding-top: 30px;
	position: absolute;
	left: -2%;
	top: 0;
	background: url(../images/black20.png) repeat 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease 300ms;
	left: 20%;
}
.prolist .item .xcx span {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 10;
	font-size: 16px;
	color: #333;
}
.prolist .item .xcx img {
	width: 160px;
	height: 160px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	padding: 40px 20px 20px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.prolist .item:hover {
	border-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.prolist .item:hover .xcx {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0;
}
.prolist .item:hover h3 span {
	background: #f95927;
	color: #fff;
}
.prolist .item:hover h3 span s {
	background-position: -142px -78px;
}