@charset "utf-8";
/* CSS Document */
.qyfw-banner img{
	max-width: 100%;
}
.content{
	padding: 50px 0;
}
.bg-light{
	background-color: #f8f8f8 !important;
}
.headline-center-title{
	font-size: calc(1.5rem + 0.75vw);
	color: #1e2b65;
}
.fuwu-text{
	font-size: 1.125rem;
	color: #4d4d4d;
	line-height: 2;
	text-align: justify;
}
.yingxiao-card{
	background-color: #f8f8f8;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.15);
	padding: 1.5rem;
	border-radius: 0.75rem;
	text-align: center;
	height: 100%;
}
.yingxiao-card h5{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}
.yingxiao-card p{
	font-size: 1rem;
	color: #4d4d4d;
	margin-bottom: 0;
}

.youshi-num{
	background-color: #E6E6E6;
	border-radius: 1rem;
	padding: 1.5rem;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.15);
}
@media (max-width:767px) {
	.youshi-num{
		display: none;
	}
}
.youshi h4{
	font-size: 1.5rem;
	font-weight: 700;
}
.youshi p{
	font-size: 1rem;
	color: #4d4d4d;
	margin-bottom: 0;
}
.case-card{
	padding: 2.5rem;
	background-color: #f8f8f8;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.15);
	height: 100%;
}
.case-card img{
	border-radius: 0.5rem;
}
.case-title{
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1rem;
}
.case-desc{
	font-size: 1rem;
	color: #4d4d4d;
	line-height: 1.5rem;
	margin-top: 0.75rem;
}
.zixun{
	padding: 30px 0;
	background: url(../images/qyfw2/contact_bg.jpg) no-repeat center center;
	background-color: #F9F9F9;
	background-size: cover;
	border-bottom: #F49320 solid 2px;
}
.display-6 {
    font-size: calc(1rem + 0.5vw);
    font-weight: 300;
    line-height: 1.2;
}

