@media screen and (max-width: 1200px)@media screen and (max-width: 1200px)@media screen and (max-width: 1200px)@media screen and (max-width: 1200px)@font-face{
            font-family: 'VeneerCleanReg';
            src :url(../font/VeneerCleanReg.otf);
        }
@font-face{
            font-family: 'OpenSans';
            src :url(../font/OpenSans-Regular.ttf);
        }



.about{
	padding: 30px 0;
}
.about_title{
	padding-bottom: 26px;
	
}

.about_title h3{
	line-height: 1;
	font-size: 12px;
	float: left;
	font-weight: normal;
}
.about_title i{
	font-size: 12px;
	color: #e40c24;
	float: left;
	padding: 0 10px;
}
.about_title p{
	line-height: 1;
	font-size: 12px;
	float: left;
}
.about_contant{
	background: #fff;
	padding: 20px;
}

.product{
	padding: 30px;
}
.product_1{
	padding-bottom: 20px;
}
.product_1 h5{
	border-bottom: 1px solid #eaeaea;
	font-size: 36px;
	font-family: "VeneerCleanReg";
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.p_li{
	float: left;
	margin-right: 16px;
	margin-bottom: 50px;
	text-align: center;
	cursor: pointer;
}
.p_li:hover{
	box-shadow: 0 2px 5px #ddd;
	
}
.p_li_pic{
	width: 176px;
	height: 176px;
}
.p_li_pic img{
	width: 100%;
	height: 100%;
}
.p_li p{
	font-size: 14px;
}


@media screen and (max-width: 900px){
	.p_li_pic{
	width: 100%;
	height: auto;
}
}