
/*热门产品*/
.hot_cp{ width:1200px; height:auto; margin:40px auto 0;}
.hot_cp .contenta{}
.hot_cp .contenta ul li{ float:left; margin-right:22px; margin-top:22px}
.hot_cp .contenta ul li .topimg{
	width: 383px;
    height: 287px;
    overflow: hidden;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #cfcfcf;
	}
.hot_cp .contenta ul li .topimg img{
	transform: scale(1);
	transition: all 1s ease-out;
	max-width: 100%;
    max-height: 100%;
	}
.hot_cp .contenta ul li p{
	width:100%; margin:0 auto; background:#009944;
	line-height:52px;
	font-size:16px;
	color:#ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; text-align:center
	}
.hot_cp .contenta ul li p a{
	line-height:52px;
	font-size:16px;
	color:#ffffff;
	}
.hot_cp .contenta ul li:hover .topimg img{
	transform: scale(1.2);
	}
.hot_cp .contenta ul li:hover p{background:#8ec31f}
.hot_cp .contenta ul li:hover p a{
	line-height:52px;
	font-size:16px;
	color:#fff;
	}


