.core{ margin-top: 60px; }
/*.coreBusiness .coreCon .boxShow{ position: absolute;
    left: 0px; }*/
.coreBusiness .coreCon img{ width: 30% }  
.coreBusiness .coreCon .boxShow .card{ flex-direction: row; }
.coreCon .manu{ 
	display: flex; 
	justify-content: center;
	padding: 30px 0;
}
.coreCon .manu a{
	width: 10%; 
	text-align: center;
	text-decoration: none;
    color: #333;
    display: inline-block;
    font-size: 16px;
    border-bottom: 2px solid #c5c5c5;
    height: 28px;
    overflow: hidden;
}

.coreBusiness .fontCon{
    height: 336px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coreBusiness .fontCon div{
    margin-top: 94px;
}
.coreBusiness .fontCon h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.coreBusiness .fontCon h4{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
}

.coreBusiness .bg{
	background: url('../images/qx_banner_bg.png') no-repeat center top;
}
.coreBusiness .fontCon p{
	font-size: 55px;
    color: #e60012;
}
.coreBusiness .introduct{
	background-color: #FAFBFD;
	padding: 50px 54px 50px 44px;
	box-sizing: border-box;
	margin: 80px auto 80px;
}
.coreBusiness .introduct p{
	line-height: 40px;
	font-size: 22px;
}
.coreBusiness .introduct .round{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #BD7E4A;
	margin-top: 14px;
	margin-right: 10px;
}


.coreCon .manu a.active{color: #e60012; border-bottom: 2px solid #e60012;}

@media(max-width: 960px){
	.coreCon .manu{ 
		flex-wrap: wrap;
	}
}
