.certificatebox{
	margin:0 auto;
	padding-top: 20px;
}
.cer_name{
	border-bottom: 1px solid #ff6600;
}
.cer_name span{
	padding: 0 15px;
	background: #ff6600;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
}
.cer_name h1{
	font-size: 24px;
	display: inline-block;
	font-weight: normal;
}
.detail_cont{
	padding: 10px 5px;
	overflow: hidden;
	font-size: 16px;
}
.detail_cont p{
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-indent: 32px;
}
ul.honorlist {
    overflow: hidden;
    margin: 0 auto;
}
ul.honorlist li {
    padding: 10px 10px;
    width: 270px;
    height: 210px;
    float: left;
}
ul.honorlist li a {
    display: inline-block;
}
ul.honorlist li a img {
    width: 270px;
    height: 180px;
}
.honortxt {
    height: 30px;
    line-height: 30px;
    text-align: center;
}







/*推荐产品*/
.recom_productbox{
	width: 1188px;
	border:1px solid #e6e6e6;
	margin:20px auto;
}
.recom_title{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ff6600;
	padding:0 20px;
}
.recom_title i{
	width: 4px;
	height: 18px;
	background: #ff6600;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top:2px;
}
.recom_title span{
	font-size: 20px;
	color: #222;
}
.title_more{
	float: right;
	font-size: 16px;
	color: #999;
}
.title_more:hover{
	color: #ff6600;
}
ul.recom_product{
	padding-left: 24px;
	overflow: hidden;
}
ul.recom_product li{
	width: 210px;
	float: left;
	margin-right: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}
ul.recom_product li:nth-child(5n){
	margin-right: 0px;
}
ul.recom_product li a img{
	width: 210px;
	height: 210px;
}
ul.recom_product li p{
	font-size: 16px;
	height:24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
ul.recom_product li a:hover{
	color: #ff6600;
}
