/*证书信息*/
#certificate{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

#certificate .cer-box{
	width: 987px;
	height: 100%;
	margin-top: 60px;
}
#certificate .cer-box .cerT{
	width: 100%;
	height: 50px;
	margin-bottom: 35px;
}
#certificate .cer-box .cerT h3{
	width: 344px;
	line-height: 50px;
	text-align: center;
	background: #306AC8;
	color: #fff;
}

#certificate .cer-box .cerL{
	width: 210px;
	height: 300px;
}
#certificate .cer-box .cerL .phoBox{
	margin: 38px 24px 0 26px;
	text-align: center;
}
#certificate .cer-box .cerL .pho{
	width: 160px;
	height: 205px;
	line-height: 205px;
	overflow: hidden;
}
#certificate .cer-box .cerL .pho img{
	width: 100%;
	margin: 0 auto;
}
#certificate .cer-box .cerL h4{
	height: 42px;
	line-height: 42px;
	color: #666;
}

#certificate .cer-box .cerR{
	width: 776px;
	height: 388px;
	border-left: 1px solid #E6E6E6;
}
#certificate .cer-box .cerR ul{
	width: 100%;
}
#certificate .cer-box .cerR li{
	width: 50%;
	height: 42px;
	line-height: 42px;
	color: #666;
}
#certificate .cer-box .cerR li .attr{
	width: 144px;
	text-align: right;
}
#certificate .cer-box .cerR li .val{
	width: 224px;
	text-align: left;
	padding-left: 20px;
}
