@charset "gb2312";
.contact-holder {
	width: 100%;
}
/*---------------------------------------------------------*/
.contact-text-holder {
	width: 100%;
}
.contact-text {
	width: 1200px;
	margin: auto;
	padding-bottom: 40px;
	line-height: 24px;
	text-align: justify;
}
.contact-text img {
	max-width: 100%;
}
/*---------------------------------------------------------*/
.contact-map-holder {
	width: 100%;
	height: 500px;
}
/*---------------------------------------------------------*/
.contact-form-holder {
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
}
.contact-form-holder .input-holder {
	position: relative;
	display: block;
	width: 49%;
	height: 55px;
	float: left;
}
.contact-form-holder .input-holder span {
	position: absolute;
	left: 50px;
	top: -45px;
	display: none;
	padding: 10px;
	height: 40px;
	border: 1px solid #6ECFFF;
	background-color: #FFFAD2;
	line-height: 18px;
	color: #FF8800;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.contact-form-holder .input-holder i {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	padding: 10px;
	height: 40px;
	line-height: 20px;
	color: #FF8800;
}
.contact-form-holder .input-holder:nth-child(2n) {
	float: right;
}
.contact-form-holder .input-holder input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 9px 50px 9px 9px;
	border: 1px solid #CCC;
	line-height: 20px;
}
.contact-form-holder .textarea-holder {
	position: relative;
	display: block;
	width: 100%;
	height: 115px;
}
.contact-form-holder .textarea-holder textarea {
	display: block;
	width: 100%;
	height: 100px;
	padding: 9px;
	border: 1px solid #CCC;
}
.contact-form-holder .submit-holder {
	display: block;
	width: 100%;
	height: 50px;
}
.contact-form-holder .submit-holder input {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #1f7ff0;
	color: #FFF;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
}
/*---------------------------------------------------------*/
.contact-title {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	text-align: center;
}
.contact-title .en-title {
	display: block;
	width: 100%;
	height: 50px;
	font-family: 'medioroman';
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #1f7ff0;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.contact-title .cn-title {
	position: relative;
	z-index: 66;
	display: inline-block;
	height: 40px;
	padding: 0px 30px;
	border: 1px solid #ddd;
	background-color: #FFF;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1f2e4b;
}
.contact-title .parting-line {
	display: block;
	position: relative;
	top: -20px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #ddd;
}