html,body{
}
body#home{
	background: url('../images/home-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.ctsec-container{
	min-width: 1000px;
	max-width: 1780px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left:100px ;
	padding-right:100px ;
	overflow: auto;
	/* height: calc(100% - 125px); */
}
.left-box{
	padding-top: 125px;
}
.logo{
	width: 230px;
	display: block;
}
.title{
	width: 722px;
	display: block;
	margin-top: 50px;
}
.business{
	width: 722px;
	display: block;
	margin-top: 96px;
}
.phone{
	margin-top: 155px;
	width: 387px;
	background: url('../images/phone.png') no-repeat;
	background-size: contain;
	background-position: center;

}
.footer{
	font-size: 14px;
	color: #999;
	padding-top: 200px;
}