* {
    margin: 0;
    padding: 0;
    font-family: microsoft yahei;
    box-sizing: border-box;
}

html, body {
    background: #f3f3f3
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #555
}

.pro_recommend {
    width: 1200px;
    height: auto;
    margin: 0 auto
}

/*.pro_recommend h2 {*/
    /*font-size: 20px;*/
    /*color: #555;*/
    /*font-weight: 700;*/
    /*margin-bottom: 20px*/
/*}*/

.pro_recommend ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff
}

.pro_recommend ul li {
    float: left;
    position: relative;
    overflow: hidden;
    transition: all .3s ease 0s;
    width: 307px;
    height: 219px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.pro_recommend ul li:first-child {
    border: none;
    width: 279px;
    height: 440px;
    border-right: 1px solid #ebebeb
}

/*.pro_recommend ul li:nth-child(2) {*/
    /*float: right;*/
    /*border: none;*/
    /*width: 280px;*/
    /*height: 440px*/
/*}*/

.pro_recommend ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute
}

.pro_recommend ul li img {
    position: absolute;
    width: 185px;
    height: 111px;
    bottom: 0;
    right: -40px;
    transition: all .3s ease 0s;
    vertical-align: middle
}

.pro_recommend ul li:first-child img {
    width: 270px;
    height: 162px
}

/*.pro_recommend ul li:nth-child(2) img {*/
    /*width: 240px;*/
    /*height: 240px*/
/*}*/

.pro_recommend ul li .item-text {
    position: absolute;
    top: 30px;
    left: 30px
}

.pro_recommend ul li .item-text strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    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 .3s ease 0s
}

.pro_recommend ul li .i-p-hot {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../imgs/icon_bg.png) no-repeat 0 -280px;
    position: absolute;
    right: 0;
    top: 0
}

.pro_recommend ul li .i-p-new {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../imgs/icon_bg.png) no-repeat -80px -280px;
    position: absolute;
    right: 0;
    top: 0
}

.pro_recommend ul li .i-p-free {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../imgs/icon_bg.png) no-repeat -160px -280px;
    position: absolute;
    right: 0;
    top: 0
}

.pro_recommend ul li a:hover .item-img {
    right: -20px
}

.item-img {
    border-width: 0
}

.pro_recommend ul li a:hover .item-text span {
    background: #fc6451;
    border: 1px solid #fc6451;
    color: #fff
}