.strong-font {
	font-weight: bold;
}

section.show_banner {
	width: 100%;
	height: 500px;
	border: 1px solid #000;
}

.merit {
	margin: 50px 0 30px;
	padding:10px 10px;
}

.merit>div {
	/* transition: 0.2s; */
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0;
	height: 240px;
}

/* .merit>div:hover {
	transform: scale(1.1);
} */

.organ>img {
	width: 50px;
	height: 50px;
}

.organ h3 {
	margin: 20px 0;
    font-weight: bold;
	color: #333333;
}

.organ div {
	color: #666;
	font-size: 14px;
}

.company_attestation .service {
	margin: 10px 0;
}

.company_attestation>div {
	margin: 10px 0;
}

.company_attestation h3 {
	border-bottom: #CCCCCC 1px solid;
	padding: 10px;
	font-weight: bold;
}

.company_attestation h3:before {
	content: "";
	display: inline-block;
	width: 3px;
	margin: 0 5px;
	height: 20px;
	vertical-align: text-top;
	background: #2A5E9E;
}

.table_work li>a {
	display: flex;
	padding-top:20px;
	margin-left: 20px;
}

.table_work li img {
	width: 40px;
	align-self: center;
}

.table_work li h4,
.table_work li p {
	margin: 5px 15px;
}

.table_work li h4 {
	color: #000000;
}

.table_work li:hover h4 {
	color: #2A5E9E;
}

.table_work li p {
	font-size: 13px;
	color: #666;
}

.book_show ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}

.book_show ul>li {
	margin-right: 55px;
	margin-top: 15px;
	display: inline-block;
}

.book_show ul>li:last-of-type{
	margin-right: 0;
}

.book_show img {
	height: 150px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
