@charset "gb2312";
.contact-text {
	width: 100%;
	padding-bottom: 100px;
	background-image: url("../img/contact-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-text-holder {
	width: 1380px;
	margin: auto;
}
.contact-text-holder .text {
	float: left;
	width: 880px;
	min-height: 200px;
	padding-right: 50px;
	border-right: 1px solid #DDD;
	text-align: justify;
	line-height: 30px;
	font-size: 16px;
	color: #404040;
}
.contact-text-holder .qrcode {
	float: left;
	width: 500px;
	text-align: center;
}
.contact-text-holder .qrcode img {
	width: 160px;
	height: auto;
	margin: auto 15px;
}
/*----------------------------------------------------------*/
.contact-form {
	width: 1380px;
	height: 400px;
	margin: 100px auto 0px auto;
	background-color: #ddd;
}
.contact-form-img {
	float: left;
	width: 480px;
	height: 400px;
}
.contact-form-img li {
	width: 100%;
	height: 100%;
	background-image: url("../img/zmd.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*----------------------------------------------------------*/
.page-message-online {
	float: left;
	width: 900px;
	height: 400px;
	padding: 30px;
}
.page-message-online .name {
	float: left;
	width: 49%;
	height: 70px;
}
.page-message-online .phone {
	float: right;
	width: 49%;
	height: 70px;
}
.page-message-online .province {
	float: left;
	width: 49%;
	height: 70px;
}
.page-message-online .city {
	float: right;
	width: 49%;
	height: 70px;
}
.page-message-online .text {
	clear: both;
	width: 100%;
	height: 150px;
}
.page-message-online .submit {
	width: 100%;
	height: 50px;
}
.page-message-online li {
	position: relative;
}
.page-message-online li i {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #FF8800;
}
.page-message-online li span {
	display: none;
	position: absolute;
	top: -40px;
	left: 20px;
	height: 36px;
	padding: 10px;
	line-height: 14px;
	font-size: 12px;
	color: #00271B;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.page-message-online input[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	padding: 9px 49px 9px 9px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #ddd;
}
.page-message-online select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 9px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #FFF;
}
.page-message-online textarea {
	display: block;
	width: 100%;
	height: 130px;
	padding: 9px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #ddd;
}
.page-message-online input[type="submit"] {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.contact-title-a {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.contact-title-a .cn-title {
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-a-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #00271b;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.contact-title-a .en-title {
	width: 100%;
	height: 66px;
	color: #00271b;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.contact-title-a .cn-note {
	width: 100%;
	color: #00271b;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
.contact-title-b {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.contact-title-b .cn-title {
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-b-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.contact-title-b .en-title {
	width: 100%;
	height: 66px;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.contact-title-b .cn-note {
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/