
dl{
	/*height: 32px;*/
    padding: 11px 0;
	border-bottom: 1px solid #0b91ba;
	display: table;
}

dt{
	height: 46px;
	float: left;
	background: skyblue;
    width: 160px;
    border-radius: 6px;
    text-align: center;
    padding: 4px 0;
    color: #ffffff;
    font-size: 14.5px;
    display: table-cell;
}

dt.single{
	line-height: 46px;
}


dd {
	height: 54px;
    width: 537px;
    margin-left: 160px;
    padding-left: 30px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.main .detail{
	color: #444444;
    font-size: 15px;
    margin-top: 11px;
}

.contact-area{
	background: darkcyan;
    padding: 20px 0;
    border-radius: 7px;
    margin: 45px 0;
}

	.contact-area a{
		display: block;
		color: #ffffff;
    	font-size: 23px;
	}


.our-business{
	clear: both;
}

.arrow:before{
	display: inline-block;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	margin-top: -5px;
}


