.qiyeContRight h1 {
    font-size: 22px;
    color: #0268B3;
	text-align: center;
	margin-bottom: 16px;
	cursor: default;
	font-weight: normal;
	border-bottom: 1px solid#ddd;
    font-family: 'open sans';
    padding-bottom: 10px;
}
.rightContImg {
    margin: 0 -7px;
}
.rightContImg li {
    width: 33.3333%;
    float: left;
    position: relative;
    padding: 7px;
    box-sizing: border-box;
}
.product-info {
    border: 1px solid #ddd;
	padding: 15px;
	background-color:#fff;
    position: relative;
}
.rightContImg li img {
    width: 160px;
    height: 120px;
    padding: 5px;
}
.rightContImg p {
    text-align: center;
    font-size: 13px;
    color: #2C70B7;
    cursor: default;
    overflow: hidden;
    height: 34px;
    margin-top: 15px;
    font-family: tahoma;
	padding:0 15px
}
.rightContImg strong{
	font-weight: normal;
	font-size: 13px;
	display: block;
	overflow: hidden;
	color: #747474;
	position: absolute;
	top: 0;
	display: none;
	color: #fff;
	font-family: tahoma;
	padding: 15px;
}
.rightContImg li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;

}
.rightContImg li:hover a{
	background: rgba(0,0,0,0.7);
}
.rightContImg li:hover strong{
	display:block;
}
@media screen and (max-width: 878px){

.rightContImg li{
           margin-left:10px;
         }
        .qiyeContLeft #leftBtn li a{
             height:auto;
             line-height:18px;
}

@media screen and (max-width: 509px){
	.rightContImg li{
		width:44%;
	}
}
@media screen and (max-width: 415px){
	.rightContImg li{
		width: 80%;
	}
}