@charset "utf-8";
/* CSS Document */
.banner {
	height: 220px;
	background: url(../img/contact/banner.jpg) center no-repeat;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.main .title {
	font-size: 20px;
	color: #0a78d1;
	margin: 20px 0 40px 0;
	overflow: hidden;
}
.main .title h3 {
	float: left;
	padding-left: 20px;
	line-height: 1;
	border-left: 3px #0a78d1 solid;
}
.main .title span {
	font-size: 14px;
	line-height: 1;
	float: right;
}
.main .con p {
	margin-bottom: 30px;
	line-height: 2;
	color: #333;
}
.main .con .show {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 30px;
}
.main .con .show li {
	float: left;
	width: 400px;
	height: 200px;
	background: url(../img/contact/contact.png) center no-repeat;
}
.main .con .show li p {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	margin-top: 170px;
}
.main .con .show .phone {
	background-position: center 0;
}
.main .con .show .fax {
	background-position: center -206px;
}
.main .con .show .email {
	background-position: center -411px;
	margin: 0;
}
/*留言*/
.main .msg {
	width: 1180px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.main .msg h3 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	width: 1180px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px 10px 0 0;
	background-color: #0a78d1;
}
.main .msg form {
	margin-top: 40px;
	width: 1150px;
}
.main .msg form div {
	margin-bottom: 30px;
}
.main .msg form .left input,.main .msg form .right input {
	width: 430px;
	height: 38px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	outline: none;
	border: 1px #ccc solid;
}
.main .msg form p {
	width: 90px;
	text-align: right;
	margin-right: 14px;
	color: #0a78d1;
	display: inline-block;
}
.main .msg form .left {
	float: left;
}
.main .msg form .right {
	float: right;
}
.main .msg form .text {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.main .msg form .text textarea {
	width: 1045px;
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px #ccc solid;
	box-sizing: border-box;
	resize: none;
	outline: none;
}
.main .msg form .btn {
	width: 1074px;
	float: right;
	margin: 30px 0 50px 0;
}
.main .msg form .btn input {
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	margin-left: 230px;
	cursor: pointer;
	background-color: #0a78d1;
}
.main .msg form .btn input[type=reset] {
	background-color: #242d3c;
}