html{
	overflow-x: hidden;
}
.aboutus--muted{
	letter-spacing: 4px;
}
.about-img{
	padding: 10px;
    height: 360px;
    display: flex;
    align-items: center;;
}
.aount-mt{
	text-align: center;
}
.aount-mt .text-muted{
	margin-bottom: 0.5rem;
}
.about-img .zscq{
	height: 100%;
    margin: auto;
}
/*//核心服务*/
.core-row{
	width: 120%;
    margin-left: -10%;
}
.service-box{
    height: 320px;
}
.service-box .service-icon-bg{
    height: 120px;
    display: flex;
    align-items: center;
}

/*项目*/
.project-box .imgbox{
	/*height: 340px;*/
	background: rgba(16,151,189,0.07);
	padding: 10px;
	display: flex;
	align-items: center;
}
.project-box img{
	height: 300px;
}
.core-row-2{
	width: 130%;
    margin-left: -15%;
}
/*联系我们*/
.addressdiv{
	padding: 0 90px;
    text-align: left;
}
.addressdiv .bg-soft-dark{
	font-size: 16px;
	margin-bottom: 16px;
}
.footer{
	padding-top: 30px;
}
.footer-flex{
	display: flex;
	/*border: 1px solid red;*/
	justify-content: center;
    align-items: center;
}
.footer-flex .text-name{
	margin-left: 10px;
	color: white;
}
