@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;
}

section .down_catalog {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	text-align: center;	
	background-color: #f4f4f4;
	height: 45px;
	line-height: 45px;
}

section .down_catalog a.inner_wrap_down_catalog {	
	font-weight: 600;
	font-size: 16px;
	color: #686868;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

section .down_catalog:hover {
	border: 1px solid #e67373;
	transition: .3s;
	background-color: rgba(255, 132, 132, 0.21);
}

section .down_catalog a.inner_wrap_down_catalog img {
	margin-bottom: -6px;
	margin-right: 6px;
}

section .contact_us {
	width: 100%;
	margin-top: 15px;
}

section .contact_us table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

section .contact_us table th {
	text-align: center;
	border: 1px solid #b9b9b9;
	background-color: gray;
	color: #fff;
	padding: 8px 5px;
	font-size: 16px;
	font-weight: 500;
}

section .contact_us table td {
	padding: 10px;
	border: 1px solid #b9b9b9;	
}

section .contact_us table td img {
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 3px;
}