.content-box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 180px;
}
.contact-box {
	height: 600px;
	color: #fff;
	padding: 50px 45px 0;
	box-sizing: border-box;
	background-color: #226CDD;
}
::selection {
    color: #fff;
    background: #DA1A1A;
}
.contact-box .title1 {
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-box .title2 {
	font-size: 20px;
	margin-bottom: 55px;
}
.contact-box .item {
	padding-left: 50px;
	margin-bottom: 38px;
	background: url('../image/location.png') no-repeat left center;
	background-size: 40px;
	font-size: 16px;
}
.contact-box .item2 {
	background-image: url('../image/print.png');
}
.contact-box .item3 {
	background-image: url('../image/info.png');
}
.contact-box .item4 {
	background-image: url('../image/mobile.png');
}
.contact-box .top {
	color: #AFCFFF;
	margin-bottom: 5px;
}
#maps {
	width: 785px;
	height: 600px;
}