.padNull-left-right {

	padding-left: 0;

	padding-right: 0;

}



.contact .title {

	color: #0A3B61;

	font-size: 18px;

	font-family: "Swiss_721 W07 Rom";

	line-height: 21px;

}



.contact h3.title {

	margin: 0 0 15px 0;

}



.contact-right-radiobar {

	color: #686868;

	font-family: "Swiss_721 W07 Rom";

	font-size: 12px;

	line-height: 15px;

	padding: 10px 0 0 0;

	width: 100%;

	border-top: 1px solid #DBD9D6;

	border-bottom: 1px solid #DBD9D6;

	margin-bottom: 32px;

}



#inquiryForm {

	margin-bottom: 30px;

}



.addressContent {

	padding-left: 0;

	margin-top: 10px;

}



.form-wrap {

	padding: 0;

}



.form-wrap>div {

	padding-left: 0;

	padding-right: 0;

	margin-bottom: 20px;

}



.form-wrap input,

.form-wrap select,

.form-wrap textarea {

	color: #333;

	font-family: "Swiss_721 W07 Rom";

	font-size: 12px;

	line-height: 15px;

	width: 75%;

	border: 1px solid #E1E0D6;

	background-color: #FFFFFF;

	padding-left: 10px;

	padding-right: 10px;

	border-radius: 0;

}



.form-wrap textarea {

	width: 724px;

	padding-top: 10px;

}



.contact-btn-wrap button:hover,

.contact-btn-wrap button:visited,

.contact-btn-wrap button:focus {

	color: #fff;

}



.contact {

	margin-bottom: 30px;

	margin-top: 40px;

}



.contact-leftPanel {

	margin-top: 36px;

}



.contact-leftPanel ul,

.contact-leftPanel ul li {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 100%;

}



.contact-leftPanel ul {

	margin-bottom: 40px;

}



.contact-leftPanel ul li {

	margin-bottom: 8px;

}



.contact-leftPanel ul li a {

	display: block;

	width: 100%;

	padding: 14px 15px;

	text-decoration: none;

	background-color: #F0EFEA;

	color: #0A3B61;

	font-family: "Swiss_721 W07 Rom";

	font-size: 12px;

	font-weight: bold;

	line-height: 15px;

	border-radius: 0;

}



.nav-pills>li.active>a,

.nav-pills>li>a:hover {

	background-color: #003964;

	color: #fff;

}



.contact-leftPanel img {

	max-width: 100%;

}



.leftpadding0 {

	padding-left: 0;

}





/* Custom radio style */

[type="radio"]:checked,

[type="radio"]:not(:checked) {

	position: absolute;

	left: -9999px;

}



[type="radio"]:checked+label,

[type="radio"]:not(:checked)+label {

	position: relative;

	padding-left: 28px;

	cursor: pointer;

	line-height: 20px;

	display: inline-block;

	color: #666;

}



[type="radio"]:checked+label:before,

[type="radio"]:not(:checked)+label:before {

	content: '';

	position: absolute;

	left: 0;

	top: 0;

	width: 18px;

	height: 18px;

	border: 1px solid #ddd;

	border-radius: 100%;

	background: #fff;

}



[type="radio"]:checked+label:after,

[type="radio"]:not(:checked)+label:after {

	content: '';

	width: 8px;

	height: 8px;

	background: #003964;

	position: absolute;

	top: 5px;

	left: 5px;

	border-radius: 100%;

	-webkit-transition: all 0.2s ease;

	transition: all 0.2s ease;

}



[type="radio"]:not(:checked)+label:after {

	opacity: 0;

	-webkit-transform: scale(0);

	transform: scale(0);

}



[type="radio"]:checked+label:after {

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);

}



/* Base for label styling */

[type="checkbox"]:not(:checked),

[type="checkbox"]:checked {

	position: absolute;

	left: -9999px;

}



[type="checkbox"]:not(:checked)~label,

[type="checkbox"]:checked~label {

	position: relative;

	padding-left: 1.95em;

	cursor: pointer;

}



/* custom checkbox style */

[type="checkbox"]:not(:checked)~label,

[type="checkbox"]:checked~label {

	position: relative;

	padding-left: 35px;

	cursor: pointer;

	margin-bottom: 20px;

}



/* checkbox aspect */

[type="checkbox"]:not(:checked)~label:before,

[type="checkbox"]:checked~label:before {

	content: '';

	position: absolute;

	left: 0;

	top: 0;

	width: 25px;

	height: 25px;

	border: 1px solid #ccc;

	background: #fff;

	border-radius: 0;

	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);

}



/* checked mark aspect */

[type="checkbox"]:not(:checked)~label:after,

[type="checkbox"]:checked~label:after {

	content: '';

	width: 8px;

	height: 8px;

	background-color: #003964;

	position: absolute;

	top: 8px;

	left: 8px;

	border-radius: 0;

}



/* checked mark aspect changes */

[type="checkbox"]:not(:checked)~label:after {

	opacity: 0;

	transform: scale(0);

}



[type="checkbox"]:checked~label:after {

	opacity: 1;

	transform: scale(1);

}



/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)~label:before,

[type="checkbox"]:disabled:checked~label:before {

	box-shadow: none;

	border-color: #bbb;

	background-color: #ddd;

}



/* accessibility */

[type="checkbox"]:checked:focus~label:before,

[type="checkbox"]:not(:checked):focus~label:before {

	border: 1px solid #ccc;

}







.checkbox label,

.contact-TMF-radio span,

.contact-TMF-radio label {

	font-family: "Swiss_721 W07 Rom";

	font-size: 12px;

	color: #686868;

}



@media (max-device-width: 736px) {



	.form-wrap input,

	.form-wrap select,

	.form-wrap textarea {

		width: 100%;

	}

}



.contactPhone {

	margin-top: 30px;

}



/* Simulate placeholder */

select.empty,

select option:first-child[value=""] {

	color: #999;

}



select option {

	color: #333;

}



.contact-submit-img {

	display: inline-block;

}

/* 新加地图 */
.map_lcw {
	width: 60%;
	float: left;
}

.map_box {
	width: 40%;
	height: 350px;
	float: right;
	margin-top: 78px;
}

/**/
@media only screen and (max-width:960px) {
	.map_lcw {
		width: 100%;
		float: none;
	}

	.map_box {
		display: none;
	}
}

/**/
@media only screen and (max-width:560px) {
	.contact {
		padding: 0 15px;
	}
}
