@import url("./common.css");
.case{
	padding: 3% 0 8%;
	background: #EFEFEF ;
	background-attachment: fixed;
	position: relative;
}
.case_item{
	background: #FFFFFF;
	box-shadow: 0 0 18px rgb(12 3 6 /19%);
	padding: 60px;
}
.media{
	border: 4px dashed #f5f5f5;
	cursor: pointer;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
}
.media:hover{
	transform: scale(1.1);
	border: 4px solid #007AFF;
	box-shadow: 6px 5px 7px #f5f5f5;
}
.media-body{
	width:80%;
	padding: 40px;
}
.media-body p span{
	font-size: 16px;
	font-weight: 600;
}
.media-heading{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	position: relative;
	top: -15px;
}
.media-heading::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	left: -15px;
	display: block;
	background-color: #006FC6;
}

.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;
}
@media all and (min-width: 2000px) {
    .case{
		width: 1920px;
		margin: auto;
	}
}