.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    min-width: 1180px;
    max-width: 1180px;
    width: 1180px;
}
.main-bg {
    padding: 50px;
    background: #fff;
    overflow: hidden;
}
.main-title {
    position: relative;
    display: block;
    width: 180px;
    padding: 0 20px;
    margin: 0 auto 30px;
    text-align: center;
}
.main-title:before, .main-title:after {
	position: absolute;
	content: '';
	top: 50%;
	display: block;
	width: 100px;
	height: 1px;
	background: #dfdfdf;
}
.main-title:before {
	left: -100px;
}
.main-title:after {
	right: -100px;
}
.main-title > h2 {
	color: #333;
}
.main-title > p {
	font-size: 14px;
	color: #999;
}
.message {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.message ul li {
	float: left;
	width: 520px;
	height: 42px;
	margin-right: 36px;
	margin-bottom: 25px;
	color: #666;
	line-height: 42px;
	border: 1px solid #dfdfdf;
}
.message ul li:last-child {
	margin-bottom: 0;
}
.message ul li:nth-of-type(2) {
	margin-right: 0;
}
.message ul li label {
	display: block;
	float: left;
	width: 120px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	background: #f6fbfc;
	border-right: 1px solid #dfdfdf;
}
.message ul li input:focus {
	width: 250px;
	border-color: #00a0ea;
}
.message ul li input[type=text] {
	width: 390px;
	height: 36px;
	padding-left: 5px;
	line-height: 36px;
	border: none;
}
.message ul li select {
	height: 38px;
	padding-left: 5px;
	line-height: 38px;
	border: none;
}
.message ul li.textarea {
	width: 610px;
	height: 40px;
	margin-right: 0;
	overflow: hidden;
}
.message ul li.textarea .textarea-tit {
	padding-left: 16px;
	font-size: 16px;
	text-align: left;
	letter-spacing: 2px;
	background: #f6fbfc;
	border-bottom: 1px solid #dfdfdf;
}
.message ul li.textarea textarea {
	width: 1046px;
	height: 130px;
	padding: 16px;
	border: none;
	resize: none;
}
.message ul li.code {
	float: left;
	width: 300px;
}
.message ul li.code input {
	float: left;
	width: 110px;
}
.message ul li.code img {
	float: right;
	width: auto;
	height: 40px;
}
.message ul li.submit {
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	border: none;
}
.message ul li.submit input[type=submit] {
	display: block;
	width: 180px;
	height: 46px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: #00a0ea;
	border-radius: 23px;
	border: none;
	cursor: pointer;
}
.message ul li.submit input[type=submit]:hover {
	background: rgba(0, 160, 234, .75);
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	-moz-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
#yysj{width:255px;height: 30px;padding-top: 6px;}