@charset 'utf-8';
	#footer{
		padding:70px 0 90px 0;
		background-color:#22a7d9;
		color:#fff;
	}
	.service{
		position:relative;
		color:#fff;
		font-size:16px;
	}
	.contact-us{
		width:440px;
	}
	.contact-us div p:not(:first-child){
		margin-left:80px;
	}
	.about-us{
		width:280px;
		padding-left:100px;
	}
	.about-us p{
		line-height:50px;
	}
	.t-s{
		width:280px;
		padding-left:100px;
	}
	.t-s p{
		line-height:50px;
	}
	#footer h4{
		color:#fff;;
		font-size:20px;
		margin-bottom:20px;
	}
	#footer a{
		color:#fff;
	}
	a.go-top{
		position:absolute;
		right:0;
		bottom:-50px;
		width:40px;
		height:40px;
		border:1px solid #0a41f3;
		border-radius:5px;
		background:#22a7d9 url('../images/11.png') no-repeat 12px 15px;
	}
	.w-i{
		text-align:center;
		margin-top:50px;
		color:#FFF;
	}
	.w-i a{
		color:#fff;
	}