/* 服务条款、关于我们、意见反馈 */
.others_box{
	position:relative;
	float:left;
	width:1150px;
	margin-left:50px;
	margin-bottom:60px;
}
.others_box .others_title{
	float:left;
	width:1150px;
	font-size:17px;
	color:#434343;
	letter-spacing:27px;
	line-height:30px;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:12px;
	margin-bottom:20px;
}
.others_box .others_title p.yellow{ color:#f0bb00; letter-spacing:0;}
.others_box .others_con{
	float:left;
	width:1150px;
	line-height:24px;
}
.others_con_title{
	float:left;
	width:1150px;
	font-size:24px;
	color:#000;
	text-indent:15px;
	line-height:35px;
	border-bottom:3px double #ff2626;
	margin-bottom:20px;
}
.others_con p{
	float:left;
	width:1150px;
}
.others_con p.img{ text-align:center; margin:30px 0;}
.others_con p.img01{ text-align:center; margin:0 0 15px 0;}
.others_con p.titlefnt{
	font-size:16px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}
.others_con p.confnt{
	font-size:16px;
	line-height:25px;
	text-indent:30px;
	margin-bottom:20px;
}
.others_con .left_addressbox,.others_con .right_addressbox{
	float:left;
	width:500px;
	line-height:30px;
	margin-bottom:50px;
}
.others_con .other_fwtk{
	color:#333;
	line-height:28px;
}
.others_con .other_fwtk p{ margin-bottom:5px;}
.others_con .other_fwtk .contitle{ font-size:18px; color:#000; font-weight:bold; margin:10px 0;}
.others_con .other_fwtk .txtindt{ text-indent:24px;}
.others_con .yjfk_box{
	position:relative;
	width:700px;
	min-height:500px;
	font-size:16px;
	letter-spacing:3px;
	margin:0 auto;
	padding:30px 0;
}
.yjfk_box p{ float:left; width:700px; margin-bottom:20px;}
/*意见反馈-文本域*/
.txt_area-feedback{ 
	width:700px; 
	height:200px; 
	border:1px solid #d2d2d2; 
	font-family:"Microsoft YaHei"; 
	font-size:16px; 
	color:#333; 
	line-height:21px; 
	overflow-y:auto; 
	resize: none; 
	text-indent:5px;
}
.txt_area-feedback:hover{
	outline:none; 
	border:1px solid #e4c147;
}
/*按钮*/
.btn-input{
	width:250px;
	height:40px;
	font-family:"Microsoft YaHei";
	font-size:15px;
	color:#434343;
	border:1px solid #e4c147;
	border-radius:3px;
	background:#e4c147;
	cursor:pointer;
}
.btn-input:hover{
	background:#e4c147;
}