@charset "utf-8";
/*面包屑导航*/
#bread_div_bg{
	border-bottom: 1px solid #ccc;
	line-height: 45px;
}
#bread_div{
	/*border: 1px solid red;*/
	margin: 0 auto;
}
.bread_row{
	/*border: 1px solid red;*/
	color: #333;
	font-size: 14px;
}
.bread_row a{
	color: #333;
}
.bread_row a:hover{
	color: #666;
}

#daibi_list_bg{
	/*border: 1px solid red;*/
	background-repeat:no-repeat;
   	 background-position:top;
   	 height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	/*padding-bottom: 9.5%;*/
	/*background: url(../../image/index2_09.jpg) center bottom no-repeat;*/
}
#daibi_list_div{
	margin: 0 auto;
	margin-top:1%;
	/*border: 1px solid red;*/
	margin-bottom: 2%;
}
.daibi_row{
	/*border-bottom: 1px dashed #ccc;*/
	/*border: 1px solid red;*/
	/*padding-bottom: 20px;*/
	padding-top: 20px;
}


.daibi_col{
	/*border: 1px dashed red;*/
	/*padding-bottom: 25px;*/
	margin-bottom: 25px;
	margin-top: 3%;
	width: 21%;
}
.daibi_col_right{
	width: 15%;
}
.fw_lc{
	/*border: 1px solid red;*/
	background: #f5f5f5;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	padding-top: 15%;
	float: left;
}
.fw_lc_right{
	float: right;
}
.fw_lc img{
	display: block;
	margin: 0 auto;
}
.fw_lc font{
	/*border: 1px solid red;*/
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	    color: #333;
}
.fw_jiantou{
	/*border: 1px solid red;*/
	float: right;
	margin-top: 30%;
}

/*提示*/
.tishi_row{
	border: 1px dashed #C00710;
	background: #FDF9F8;
	line-height: 50px;
}
.tishi_row font{
	background: url(../../image/fuwu_23.png) left center no-repeat;
	display: block;
	font-size: 16px;
	padding-left: 3.5%;
}


/*留言*/
.fw_daibi_messages{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
}
.daibi_messages_form{
	/*border: 1px solid red;*/
	width: 50%;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 5%;
}
.daibi_messages_form p{
	margin-bottom: 15px;
	color: #666;
	border: 0px solid red;
}
.daibi_messages_form p font{
	color: red;
}
.name_input{
	border: 1px solid #ccc;
	height: 40px;
	width: 60%;
	margin-left: 2%;
	font-size: 14px;
	padding-left: 10px;
}
.textarea_div{
	width: 88%;
	margin-top: 10px;
	/*color: #BCDEE7;*/
	border: 1px solid #ccc;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 10px;
	margin-left: 10px;
	/*background: none;*/
	border-radius: 4px;
}
.btn_primary{
	border: 1px solid #C4000E;
	background:#C4000E;
	color: #fff;
	height:40px;
	line-height:40px;
	width: 18%;
	/*margin-top: 20px;*/
	font-size: 16px;
	clear: both;
}

/*服务订单*/
.fw_dingdan_h3{
	/*border: 1px solid red;*/
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.fw_dingdan_div{
	border: 1px solid #ccc;
	background: #fafafa;
}
.fw_dingdan_ul{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
	margin: 15px 0px;
}
.fw_dingdan_ul li{
	float: left;
	line-height: 35px;
	width: 50%;
	/*border: 1px solid red;*/
	/*text-align: center;*/
	text-align: left;
	font-size: 14px;
	font-family: 微软雅黑;
}
.fw_dingdan_ul li font{
	color: #C4000E;
	margin-right: 10px;
}
.fw_dingdan_ul li span{
	color: #999;
	margin-right: 10px;
}

.moblie_daibi_messages_form{
	display:none;
}


@media(max-width: 768px){
	.fuwu_nav_ul li{
		width: 20%;
	}
	.daibi_row{
		margin-bottom: 20px;
	}
	.daibi_col{
		/*border: 1px dashed red;*/
		/*padding-bottom: 25px;*/
		margin-bottom: 10px;
		margin-top: 3%;
		width: 50%;
	}
	.daibi_col_right{
		width: 45%;
	}
	.fw_lc{
		/*border: 1px solid red;*/
		width: 130px;
		height: 130px;
	}

	.tishi_row{
		border: 1px dashed #C00710;
		background: #FDF9F8;
		line-height: 25px;
	}
	.tishi_row font{
		background: url(../../image/fuwu_23.png) left center no-repeat;
		display: block;
		padding-left: 10%;
	}
	.daibi_messages_form{
		/*border: 1px solid red;*/
		display:none;
	}
	.moblie_daibi_messages_form{
		display:block;
		margin-top:10%;
		height:auto;
		overflow:hidden;
	}
	.moblie_daibi_messages_form p{
		margin-bottom: 15px;
		border: 0px solid red;
	}
	.name_input{
		border: 1px solid #ccc;
		height: 40px;
		width: 98%;
		padding-left: 2%;
		margin-bottom:10px;
		color:#999;
	}
	.textarea_div{
		width: 100%;
		border:1px solid #ccc;
		padding-left:10px;
		color:#999;
	}
	.btn_primary{
		width: 100%;
	}
	.fw_dingdan_h3{
		/*border: 1px solid red;*/
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 20px;
		margin-left: 4%;
		margin-top:10%;
	}
	.fw_dingdan_div{
		border: 1px solid #ccc;
		background: #fafafa;
		width: 92%;
		margin-left:4%;
	}
	.fw_dingdan_ul li{
		line-height: 25px;
		width: 100%;
		/*border: 1px solid red;*/
		text-align: left;
		margin-bottom:10px;
	}
}