@charset "utf-8";

section {
    width: 1240px;
    margin: 40px auto;
}

section .head_box {
    width: 1240px;
    margin-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

section .head_box .left_head_box {
    width: 295px;
    height: 100px;    
    float: left;
    padding-right: 20px;
}

section .head_box .left_head_box h4 {
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    font-size: 33px;    
}

section .head_box .right_head_box {
    height: 100px;
}

section .product_show ul li {
    border: 1px solid #ccc;
    width: 295px;
    height: 295px;
    text-align: center;
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
	position: relative;
}

section .product_show h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 30px;
}

section .product_show ul li p {
    font-weight: 400;
    font-size: 15px;
    padding: 0 20px;  
    margin-top: 12px;
}

section .product_show ul li p.more_view {
	width: 255px;
	height: 60px;
	position: absolute; 
	bottom: 0;
	line-height: 60px;
}

section .product_show ul li p.more_view a {
    color: #cc0000;
    padding: 5px 25px;
    border: 1px solid #cc0000;
    font-size: 16px;
}

section .product_show ul li p.more_view a:hover {
    background-color: #cc0000;
    color: #fff;
}