/****新品推荐****/
.new_pro {
    width: 1002px;
    margin: 15px auto 7px;
}

.new_pro_title {
    width: 122px;
    padding: 50px 20px;
    height: 228px;
    background: #003466 ;
    float: right;
}

.new_pro_title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.new_pro_title p {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    height: 150px;
}

.new_pro_title a {
    width: 89px;
    height: 24px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 24px;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.new_pro_title a:hover {
    background: #fff;
    color: #003466;
    text-decoration: none;
}

.new_pro_ul {
    width: 840px;
    float: left;
}

.new_pro_ul li {
    float: left;
    margin: 0 8px 8px 0;
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

.new_pro_ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.new_pro_ul li .new_pro_detail {
    display: block;
    z-index: 100;
    width: 28px;
    height: 28px;
    background: url(../../../images/20/v800/cp-more.png) no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.new_pro_ul li:hover .new_pro_detail {
    background: url(../../../images/20/v800/cp-more-hover.png) no-repeat;
}

.new_pro_ul li .new_pro_name {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    background: url(../../../images/20/v800/bg-block.png) repeat;
    transition: all 0.2s ease-in-out 0s;
}

.new_pro_ul li .new_pro_name h3 {
    font-size: 14px;
    margin: 25% 0 5% 0;
    padding: 0 8%;
    font-weight: normal;
    color: #fff;
}

.new_pro_ul li .new_pro_name p {
    margin: 0 8%;
    color: #fff;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.new_pro_ul li:hover .new_pro_name {
    filter: alpha(opacity:100);
    opacity: 1;
}

.new_pro_ul li .cpimg {
    border: 1px solid #eeeeee;
    width: 158px;
    height: 158px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.new_pro_ul li .cpimg img {
    max-width: 158px;
    max-height: 158px;
    vertical-align: middle;
}

.new_pro_ul .fist_li {
    width: 328px;
    height: 328px;
}

.new_pro_ul li.fist_li .cpimg {
    border: 1px solid #eeeeee;
    width: 326px;
    height: 326px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.new_pro_ul li.fist_li .cpimg img {
    max-width: 326px;
    max-height: 326px;
    vertical-align: middle;
}
