body {
	background: url('/template/default/html/images/banner_solution.jpg') no-repeat;
	background-size: 100%;
}
.page-introduce {
	margin: 150px auto 0;
	width: 85vw;
	max-width: 1440px;
	color: #fff;
}
 @media screen and (max-width: 475px) {
.page-introduce {
	width: 90vw;
}
}
.page-introduce>div:nth-child(1) {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4em;
}
.page-introduce>div:nth-child(2) {
	margin-top: 10px;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 400;
}
.page-introduce>div:nth-child(3) {
	padding: 10px 0;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a {
	color: #fff !important;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child {
	color: rgba(255,255,255,0.64) !important;
}
.page-container {
	background: #fff;
}
.container-box {
	display: flex;
	margin: 0 auto;
	padding: 50px 0;
	width: 85vw;
	max-width: 1440px;
}
 @media screen and (max-width: 475px) {
.container-box {
	display: block;
	width: 95vw;
}
}
.certificate-type-box {
	flex: 2;
	margin-bottom: 30px;
}
.certificate-type {
	margin: 0 10px;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.09);
}
.certificate-type-title {
	padding-left: 18px;
	line-height: 2.5em;
	font-size: 20px;
	color: #fff;
	background-color: #045fab;
}
.certificate-type-list {
}
.certificate-type-item {
	padding-left: 18px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	border-top: 1px solid #e7e7e7;
}
.certificate-type-item.active, .certificate-type-item:hover {
	background: #e7e7e7;
}
.certificate-list-box {
	flex: 10;
}
.certificate-list {
	margin: 0 10px;
	width: calc(100% - 20px);
	box-shadow: 0 0 20px #d2d2d2;
	text-align: left;
	font-size: 16px;
}
.certificate-list-mobile {
	display: none;
}
 @media screen and (max-width: 475px) {
.certificate-list {
	display: none !important;
}
.certificate-list-mobile {
	display: block;
}
}
.certificate-list thead {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #ddd;
	color: #666;
	background-color: #f8f9f9;
}
.certificate-list thead>tr>th, .certificate-list thead>tr>td, .certificate-list tbody>tr>th, .certificate-list tbody>tr>td {
	padding: 8px;
	min-width: 80px;
}
.certificate-item td {
	line-height: 1.8em;
	word-break: break-all;
}
.certificate-item td .btn {
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color: #44b549;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
}
.certificate-list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.certificate-item {
	margin: 10px;
	width: 30%;
}
.certificate-item .certificate-img {
	position: relative;
	padding-bottom: 141.4%;
}
.certificate-item .certificate-img img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.certificate-page {
	margin: 0 10px;
}
