@import url("./common.css");
.about{
	padding: 3% 0 8%;
	background: #EFEFEF ;
	background-attachment: fixed;
	position: relative;
}
.about_item{
	background: #FFFFFF;
	box-shadow: 0 0 18px rgb(12 3 6 /19%);
	padding: 60px;
}
.in-h{
	margin-bottom: 30px;
}
.in-h::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 27px;
	margin-top: -10px;
	display: block;
	background-color: #006FC6;
}
.in-h b{
	font-size: 30px;
	color: #333333;
	margin-left: 15px;
	position: relative;
	top: -15px;
}
.breadcrumb{
	height: 72px;
}
.breadcrumb li a{
	color: #333333;
	line-height: 50px;
}
.breadcrumb > li + li:before {
    color: #006FC6;
    content: "---";
    padding: 0 5px;
}
/* 荣誉资质 */
/* 标题 */
small {
	display: block;
	font-size: 42px;
	font-family: "microsoft yahei";
	color: #333333;
	text-transform: uppercase;
}
strong {
	width: 200px;
	height: 40px;
	display: block;
	position: relative;
	margin-top: 10px;
	font-weight: bolder;
	color: #104492;
	font-size: 30px;
}

hr {
	margin-top: -20px;
}
.ourHoner{
	margin-top: 20px;
}
.ourHoner ul li{
	width: 20%;
	margin: 20px;
	cursor: pointer;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
}
.ourHoner ul li img{
	max-width: 100%;
	font-size: 0;
}
.ourHoner ul li:hover{
	transform: scale(1.1);
}
.ourHoner ul{
	display: flex;
	justify-content: space-between;
}
.ourHoner p::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	display: block;
	background-color: #006FC6;
}
.ourHoner p b{
	font-size: 18px;
	color: #333333;
	margin-left: 15px;
	position: relative;
	top: -5px;
}
@media all and (min-width: 2000px) {
    .about{
		width: 1920px;
		margin: auto;
	}
}