.bLine{
	font-size: 14px;line-height: 25px;
}
.bLine::after{
	position: absolute;
	width: 3px;
	height: 14px;
	background: #000;
	top:6px;
	left: 0;
	content: '';
	margin: auto;
}
.subBtn{
	width: 120px;height: 40px;line-height: 40px;border: none;color: #D7000F;
}
@media screen and (max-width: 768px) {
    .contactBox{
        flex-wrap: wrap;
    }
    .center{
        margin: 30px 0;
    }
    .right{
        margin-left: 0 !important;
    }
}