.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	text-align: center;
	color: #4b4a4a;
}

.p12-aboutinfo-1-tit span {
	font-size: 22px;
	color: #aaa;
}

.p12-aboutinfo-1-nr {
	padding: 0 20px 20px;
}



.con-wapper * {
	box-sizing: border-box;
}

/*clearfix*/
.con-wapper .clearfix {
	*zoom: 1
}

.con-wapper .clearfix:before,
.con-wapper .clearfix:after {
	display: table;
	content: ""
}

.con-wapper .clearfix:after {
	clear: both
}

.con-wapper {
	width: 100%;
	background-color: #f9f9f9;
	padding-bottom: 26px;
}

.conw-main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/**/
.conwm-line {
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	position: absolute;
	top: 66px;
}

.conwm-tab {
	margin: 0 auto;
	display: inline-flex;
	padding: 48px 0;
	position: relative;
	z-index: 2;
}

.conwm-tab a {
	display: block;
	float: left;
	width: 100px;
	padding: 0 25px;
	height: 34px;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	text-align: center;
	margin-right: 8px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	border-radius: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.conwm-tab a:last-child {
	margin-right: 0;
}

.conwm-tab a.active {
	background-color: #083053;
	border: 1px solid #083053;
	color: #ffffff;
}

.conwm-tab a:hover {
	background-color: #083053;
	border: 1px solid #083053;
	color: #ffffff;
}

/**/


/**/
.certificatebox {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #f3f3f3;
	padding: 43px 37px 43px 37px;
	margin-bottom: 32px;
}

.certificate-tab {
	width: 100%;
	text-align: center;
}

.certificate-tab a {
	display: inline-block;
	width: 110px;
	height: 32px;
	border: 1px solid #e8e8e8;
	text-align: center;
	line-height: 32px;
	border-right: none;
}

.certificate-tab a:last-child {
	border-right: 1px solid #e8e8e8;
}

.certificate-tab a.active {
	background-color: #083053;
	color: #ffffff;
}

.certificate-tab a:hover {
	background-color: #083053;
	color: #ffffff;
}

.cer-list {
	margin-top: 37px;
	margin-bottom: 34px;
}

.cer-list li {
	width: 49%;
	border: 1px solid #e9e9e9;
	padding: 20px 25px;
	padding-right: 8.5%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

.cer-list li:nth-child(2n-1) {
	float: left;
}

.cer-list li:nth-child(2n) {
	float: right;
}

.cer-list li i {
	position: absolute;
	width: 32px;
	height: 30px;
	background: url("../image/download.png") no-repeat;
	background-size: cover;
	top: 56px;
	right: 34px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cer-list li div {
	color: #888888;
	height: 40px;
	overflow: hidden;
}

.cer-list li p.cerl-tlt {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cer-list li:hover .cerl-tlt {
	color: #083053;
}

.cer-list li:hover i {
	top: 40px;
}

.cer-list li:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
