@charset "utf-8";
/* CSS Document */
.contact-banner {
	height:593px;
	overflow:hidden;
	background:url(../IMG/contact-banner.jpg) center top no-repeat;
	}
	
.contact-line {
	height:8px;
	overflow:hidden;
	background:url(../IMG/contact-line.jpg) center top no-repeat;
	margin:40px auto 0px;
	}

.contain {
	height:auto;
	overflow:hidden;
	background:#003480;
	margin:0px;
	}
.contain .map {
	width:1244px;
	height:604px;
	margin:0px auto;
	border:3px solid #7386a0;
	border-top:none;
	}
.contain .contact {
	height:240px;
	width:1240px;
	margin:55px auto;
	padding-left:10px;
	}
.contain .contact dl {
	height:150px;
	overflow:hidden;
	border-left:3px solid #ffb400;
	float:left;
	margin-right:60px;
	}
.contain .contact dl dt {
	font-size:19px;
	color:#ffb400;
	padding-left:30px;
	}
.contain .contact dl dd {
	padding-left:30px;
	margin-top:15px;
	}
.contain .contact dl dd h3.address {
	width:19px;
	height:19px;
	margin-top:10px;
	background:url(../PNG/icon-contact.png) -133px 0px no-repeat;
	padding-left:30px;
	float:left;
	}
.contain .contact dl dd h3.phone {
	width:19px;
	height:19px;
	margin-top:10px;
	background:url(../PNG/icon-contact.png) -426px 0px no-repeat;
	padding-left:30px;
	float:left;
	}
.contain .contact dl dd h3.fax {
	width:19px;
	height:19px;
	margin-top:10px;
	background:url(../PNG/icon-contact.png) -753px 0px no-repeat;
	padding-left:30px;
	float:left;
	}
.contain .contact dl dd h3.email {
	width:19px;
	height:19px;
	margin-top:10px;
	background:url(../PNG/icon-contact.png) -1081px 0px no-repeat;
	padding-left:30px;
	float:left;
	}
.contain .contact dl dd p {
	float:left;
	line-height:35px;
	font-size:19px;
	color:#FFF;
	}
.foot-line {
	height:8px;
	overflow:hidden;
	background:url(../IMG/contact-line.jpg) center top no-repeat;
	margin:0px auto 0px;
	}