* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

html,
body {
	
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #555;
}

.pro_recommend {
	    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 13%;
    max-width: 1500px;

}

.pro_recommend h2 {
	font-size: 20px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}

.pro_recommend ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	
}

.pro_recommend ul li {
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	width: 287px;
	height: 219px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.pro_recommend ul li:first-child {
	border: none;
	width: 576px;
	height: 440px;
	border-right: 1px solid #ebebeb;
}

.pro_recommend ul li:nth-child(2) {
	float: right;
	border: none;
	width: 332px;
	height: 440px;
}

.pro_recommend ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.pro_recommend ul li img {
	position: absolute;
	width: 180px;
	height: 180px;
	bottom: 0;
	right: -40px;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}

.pro_recommend ul li:first-child img {
	width: 240px;
	height: 240px;
}

.pro_recommend ul li:nth-child(2) img {
	width: 240px;
	height: 240px;
}

.pro_recommend ul li .item-text {
	position: absolute;
	bottom:0px;
	right:0px;
	
}

.pro_recommend ul li .item-text strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.pro_recommend ul li .item-text p {
	font-size: 14px;
	margin-bottom: 30px;
}

.pro_recommend ul li .item-text span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #fc6451;
	color: #fc6451;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 2px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.pro_recommend ul li .i-p-hot {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/icon_bg.png) no-repeat 0 -280px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.pro_recommend ul li .i-p-new {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/icon_bg.png) no-repeat -80px -280px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.pro_recommend ul li .i-p-free {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/icon_bg.png) no-repeat -160px -280px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.pro_recommend ul li a:hover .item-img {
	right: -20px;
}
.item-img{
	border-width: 0px;
}
.pro_recommend ul li a:hover .item-text span {
	background: #fc6451;
	border: 1px solid #fc6451;
	color: #fff;
}