.detial{
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
	overflow: hidden;
}
.detial .de-btn{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.detial .de-btn .de-btn1{
	display:inline;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	padding:10px;
	border: 1px solid #CCCCCC;
	color: #333;
}
.detial .de-btn .de-btn1:hover{
	border: 1px solid #666;
}
.detial .title1{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
	font-weight: bold;
}
.detial img{
	margin-bottom: 10px;
	width: 100%;
}
.user{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.user .lf-input{
	width: 780px;
	overflow: hidden;
	margin-left: 25px;
	margin-bottom: 40px;
}
.user .lf-input .input{
	width: 340px;
	height: 50px;
	padding-left: 10px;
	background: #ebe7e3;
	margin-right: 40px;
	margin-bottom: 50px;
}
.user .lf-input .se{
	width: 350px;
	margin-right: 40px;
}
.user .lf-input .se input{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.user .lf-input .se p{
	float: left;
	color: #666666;
	text-transform : uppercase
}
.user .ri-input{
	width: 350px;
	height: 310px;
	padding: 10px;
	background: #ebe7e3;
}
.user .ri-input textarea{
	width: 350px;
	height: 310px;
	overflow-y: auto !important;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.user .suer-subbtn{
	clear: both;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #999; 
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	font-size: 24px;
	color: #666;
	margin-bottom: 20px;
}
.user .suer-subbtn:hover{
	color: #000;
}
.title{
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.title .name{
	text-align: center;
	font-size: 24px;
}
.title .line{
	width: 13px;
	height: 3px;
	margin: 0 auto;
	margin-top: 10px;
	background: #333;
}
.tiaoyue{
	color: #ccc;
}
.tiaoyue:hover{
	color: #666;
}
@media screen and (max-width: 1200px) {
	.detial{
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	.user {
		width: 90%;
		margin: 0 auto;
	}
	.user .lf-input {
		width: 100%;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.user .lf-input .input {
		width: 100%;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.user .lf-input .se {
		width: 100%;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.user .ri-input {
		width: 100% !important;
		margin-left: 0px;
		margin-bottom: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.user .ri-input textarea {
		width: 100% !important;
		height: 100%;
	}
	.massage {
		width: 90%;
		margin: 0 auto;
		margin-top: 40px;
		overflow: hidden;
	}
	.massage ul li {
		width: 90%;
		min-height: 280px;
		float: none;
		margin-bottom: 20px;
		font-size: 16px;
	}	
	.detial .de-btn{
	width: 100%;
	height: 40px;
	margin: 20px 0;
	text-align: center;
}
.detial .de-btn .de-btn1{
	display:inline;
	margin-left: 0px;
	margin-right: 20px;
	font-size: 14px;
	float: left;
	margin-bottom: 20px;
}
}