.cpfl_show{
	margin: 20px 0;
}
.cpfl_show .cpfl_hr{
	height: 2px;
}
.cpfl_name{
	height: 80px;
	padding: 10px 10px;
}
.cpfl_name>h2{
	margin:0;
	color:#fff;
	font-size: 22px;
}
/*1*/
.cpfl_show_1 .cpfl_hr{
    border-top: 2px #eb9316 solid;
}
.cpfl_show_1 .cpfl_name{
	background-color: #eb9316;
}
.cpfl_show_1 .cpShow_email{
	display: none;
	text-align: center;
    background-color: #fff;
}
/*2*/
.cpfl_show_2 .cpfl_hr{
    border-top: 2px #2aabd2 solid;
}
.cpfl_show_2 .cpfl_name{
	background-color: #2aabd2;
}
.cpfl_show_2 .cpShow_email{
	display: none;
	text-align: center;
	background-color: #fff;
}
/*3*/
.cpfl_show_3 .cpfl_hr{
    border-top: 2px #265a88 solid;
}
.cpfl_show_3 .cpfl_name{
	background-color: #265a88;
}
.cpfl_show_3 .cpShow_email{
	display: none;
	text-align: center;
	background-color: #fff;
}
/*4*/
.cpfl_show_4 .cpfl_hr{
    border-top: 2px #c12e2a solid;
}
.cpfl_show_4 .cpfl_name{
	background-color: #c12e2a;
}
.cpfl_show_4 .cpShow_email{
	display: none;
	text-align: center;
	background-color: #fff;
}
/*5*/
.cpfl_show_5 .cpfl_hr{
    border-top: 2px #419641 solid;
}
.cpfl_show_5 .cpfl_name{
	background-color: #419641;
}
.cpfl_show_5 .cpShow_email{
	display: none;
	text-align: center;
	background-color: #fff;
}
/*6*/
.cpfl_show_6 .cpfl_hr{
    border-top: 2px #e0e0e0 solid;
}
.cpfl_show_6 .cpfl_name{
	background-color: #e0e0e0;
}
.cpfl_show_6 .cpShow_email{
	display: none;
	text-align: center;
	background-color: #fff;
}
/*产品显示*/
.cpfl_cpShow{
	padding: 5px 5px;
	position: relative;
}
.cpfl_cpShow:hover{
}
.cpfl_cpShow:hover .thumbnail{
	/*margin-bottom: 30px;*/
	position: relative;
	width: 100%;
	height: 100%;
	/*left: 0;*/
	z-index: 90;
	/*border:1px #ccc solid;*/
	/*border-bottom: 1px #ccc solid;*/
	box-shadow: 2px 3px 6px #aaa;
}
.cpfl_cpShow:hover .cpShow_email{
	display: block;
	position: absolute;
	left: -1px;
	width: 100%;
	padding: 10px 0 20px 0 ;
	margin: 0 1px;
	z-index: 91;
	box-shadow: 2px 3px 6px #aaa;
	border-radius: 0 0 4px 4px;
}
.cpfl_cpShow .thumbnail{
	border: none;
	margin-bottom: 10px;
}
.cpfl_cpShow_xs{
	padding: 5px 5px;
}
.cpfl_cpShow_xs .thumbnail{
	border: none;
	margin-bottom: 10px;
}
.cpfl_cpShow_xs .cpShow_email{
	display: block;
}
.cpfl_cpShow h4,.cpfl_cpShow_xs h4{
	font-size: 14px;
	height: 60px;
	overflow: hidden;
}