/*公司荣誉*/
.certificate_commonbox{
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.certificate_commonbox h1{
	font-size:14px;
}
.certificate_commonbox p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	color: #333 s;
}
ul.cer_picture{
	overflow: hidden;
	margin: 0 auto;
}
ul.cer_picture li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.cer_picture li .picture{
	width: 100%;
	text-align: center;
	height: 100px;
}
ul.cer_picture li .picture img{
	width: 100%;
	max-height: 100px;
}

/*成功案例*/
ul.goodcase{
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
ul.goodcase li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.goodcase li a{
	position: relative;
	display: inline-block;
}
ul.goodcase li a .pro_picture{
	width: 100%;
	text-align: center;
	height: 100px;
}
ul.goodcase li a .pro_picture img{
	width: 100%;
	max-height:100px; 
}
ul.goodcase li a .pro_text{
	padding: 0 5%;
	color: #333;
	width: 90%;
	overflow: hidden;
	background: #fff;
	text-align: left;
}
p.case_t{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
p.case_c{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}
p.case_xq{
	height: 30px;
	line-height: 30px;
	color: #0080d5;
	font-size: 14px;
}
p.case_xq i{
	width: 12px;
	height: 5px;
	display: inline-block;
	background-image: url(../image/xq.png);
	background-size:100% 100%;
}




