@charset "UTF-8";
/* CSS Document */

#banner {
	width:100%;
	height:400px;
	background-position:center;
	background-repeat:no-repeat;
}

/*contact*/
#contact {
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.contact_left {
	width:650px;
	height:530px;
	float:left;
}

.contact_left img {
	width:650px;
	height:530px;
	display:block;
}

/*留言板*/
.contact_ly {
	width:500px;
	height:auto;
	float:left;
	margin-left:50px;
	margin-top:20px;
}

.contact_ly p {
	width:395px;
	line-height:26px;
	margin-bottom:20px;
}

.contact_ly label {
	width:400px;
	float:left;
	margin-bottom:15px;
}

.contact_ly label span {
	margin-right:10px;
	float:left;
	display:block;
	font:14px/35px "微软雅黑";
}

.contact_ly label input {
	width:300px;
	height:35px;
	border-radius:3px;
	line-height:24px;
	padding-left:8px;
	border:1px solid #cbcbcb;
}


.contact_ly .contact_yzm {
	width:120px;
	float:left;
}

.contact_yzhm {
	width:100px;
	height:35px;
	float:left;
	background-color:rgba(245,78,81,1.00);
	margin-left:20px;
}

.contact_ly label textarea {
	width:300px;
	height:100px;
	border:1px solid #cbcbcb;
	resize: none;
	border-radius:2px;
	line-height:24px;
	padding:8px;
}

.tSubmit {
	width:200px;
	height:45px;
	background-color:#0c4e77;
	color:#ffffff;
	font:16px "微软雅黑";
	margin-left:82px;
	border-radius:3px;
	cursor:pointer;
}
	
.tSubmit:hover {
	background-color:#439e5b;
}
	
