@charset "utf-8";
.full {
	background-image: none;
}
.headline-mask {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.headline-background {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: -5;
	bottom: 0px;
	max-height: 355px;
	background-image: url(../images/contactus/topBg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 50px;
	background-size: 100% auto;
}
.topT {
	color: #000;
	text-align: center;
	z-index: 99;
}
.topT img {
	width: 100%;
	vertical-align: bottom;	
}
.section2 {
	background-color: #FFFFFF;
	z-index: 100;
}
h1 {
	color: #454545;
	padding-left: 10px;
	font-size: 36px;
}
h2 {
	color: #454545;
	padding-left: 10px;
	font-size: 36px;
}
.contactCon {
	color: #727272;
	margin-top: 30px;
	margin-bottom: 40px;
}
*:first-child+html .contactCon {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.contactCon a {
	color: #727272;
}
.contactCon a:hover {
	color: #00A2FC;
}
.contactCon #contact {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
}
#contact li {
	font-size: 15px;
	line-height: 26px;
	list-style: none;
	vertical-align: bottom;
}
#contact em {
	font-size: 14px;
	font-style: normal;
	padding-right: 10px;
	display: inline-block;
	width: 60px;
}
#contact strong {
	color: #00A2FC;
	font-size: 23px;
}
#contact span {
	font-size: 13px;
	font-style: italic;
}
#contact #coName {
	font-size: 26px;
	line-height: 50px;	
}
#contact #address {
	padding-bottom: 10px;
}
.contactCon #form {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
}
#form li {
	font-size: 15px;
	line-height: 26px;
	list-style: none;
	width: 100%;
}
#form label {
	width: 70px;
	display: inline-block;
	margin-bottom: 10px;
}
#form #formSubmit {
	margin-left: 35px;
}
#okMsg {
	padding: 15px;
}
#okMsg strong {
	color: #00A2FC;
}
.alert {
	font-size: 13px;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.section3 {
	background-color: #FFF;
	max-width: 100%;
	overflow: hidden;
}
.section3 .map {
	min-height: 500px;
}
.iw_poi_title {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 16px;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
