

/* 业务中心 */
.BusinessCenter{
	width: 100%;
	/* background-color: #1781bd; */
    margin-top: 2rem;
}
.businesstitle{
    width: 80rem;
    margin: 0 auto;
    /* background-color: antiquewhite; */
}
.titletext1{
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 28px;
}
.titletext2{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 16px;
    color: #999;
}

