.naire{
	background:#afdce4 url(../../img/Home/bg_top_04.png) no-repeat top center;
	background-size: 100% auto;
}
.naire-bg{
	width: 100%;
	height: 100%;
	background: url(../../img/Home/bg_bottom.png) no-repeat bottom center;
	background-size: 100% auto;
	padding: 60px 0 0;
}
.orange-text{
	color: #ff7537;
}
.naire .wrapper{
	position: relative;
}
.naire-con{
	background: #fff;
	min-height:800px;
}
.deer-icon{
	position: absolute;
	width: 180px;
	top: 12%;
	left: -115px;
}
.naire-col{
	padding: 60px 85px 120px;
	font-size: 15px;
}
.naire-title{
	font-size: 28px;
	line-height: 34px;
	color: #000;
	text-align: center;
}
.naire-des{
	color: #5a5a5a;
	margin: 30px 0;
}
.naire-des img{
	max-width: 100%;
}
.naire-items{
	width: 840px;
	margin: 0 auto;
	color: #5a5a5a;
}
.naire-item{
	padding-top: 20px;
}
.naire-item-title{
	margin-bottom: 8px;
}
.naire-label{
	display: inline-block;
	width: 100%;
	height: 31px;
	line-height: 31px;
	margin-top: 5px;
	text-indent: 18px;
	*text-indent:14px;
	position: relative;
}
.naire-label.naire-label-active{
	background: #ebebeb;
}
.naire-label .radio-replace {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../img/Home/icon.png) no-repeat;
    background-position: -160px 0;
    position: absolute;
    left: 8px;
    top: 2px;
    margin: 0;
}
.naire-label-active .radio-replace {
    background-position: -135px 0;
}
.naire-confim{
	display: inline-block;
	width: 842px;
	height: 40px;
	line-height: 40px;
	background: #ff6c43;
	color: #fff;
	text-align: center;
	margin:40px auto;
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-o-border-radius: 5px ;
	float: right;
}
/*message.html*/
.message-items{
	width: 890px;
	margin: 0 auto;
}
.message-label{
	display: block;
	padding: 10px 0;
}
.message-input,.message-textarea{
	width: 764px;
	height: 20px;
	padding: 12px 10px;
	line-height: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
}
.message-textarea{
	height: 40px;
}
.message-textarea{
	height: 500px;
}
.message-input:hover{
	outline: 1px solid #0081ff;
	color: #0081ff;
}
.message-input-title{
	display: inline-block;
	width: 95px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	line-height: 45px;
}
