.member_main .member_right { float:right; background:#fff; width:890px; padding:20px 30px 50px 30px; }
.member_main .member_right .title h3 { float:left; padding:0 5px; border-bottom:2px solid red; line-height:30px; }
.member_main .member_right .title { height:30px; border-bottom:1px solid #CCC; width:100%; margin-bottom:20px; }
.member_main .member_right .title span { font-size:16px; line-height:30px; padding:0 10px; border-bottom:1px solid #c81623 }
.member_main .member_right .body p { height:35px; line-height:35px; color:#555555; font-size:12px; }
.member_main .member_right .body p a { color:#3a63c2; text-decoration:blink; }
.member_main .member_right .body p span { color:#c81623 }
.member_main .member_right .data { margin-top:30px; }
.member_main .member_right .data p { font-size:16px; color:#555555; height:40px; line-height:40px; }
.member_main .member_right .data table { margin-bottom:15px; width:100%; background:#dcdcdc; border-top:1px solid #ec5051 }
.member_main .member_right .data table th { background:#efefef; height:40px; text-align:center }
.member_main .member_right .data table td { background:#fff; height:40px; text-align:center; }
.member_main .member_right .data table td.price { color:#ec5051 }
.member_main .member_right .data table td.info a { color:#617ecb }



.bg{
	width: 100%;
	float:left;
}
.cn{
	width: 1170px;
	margin:0 auto;
	box-shadow: 0px 2px 1px rgba(0,0,0,.03);
    background: #fff;
    padding: 0px;
    margin-bottom: 70px;
}
.msl_tt{
	padding: 0px 40px;
    line-height: 58px;
    border-bottom: 1px solid #eee;
}
.sc_list{
	width: 75%;
	float: left;
	    padding: 20px;
    background: #f9f9f9;
}
.sc_list_div{
	width: 20%;
	float: left;
	margin:2.5%;
	border:1px solid #f8f8f8;
	border-radius: 3px;
	overflow: hidden;
}
.close_menu{
	position: absolute;
	margin-left: 167px;
	font-size: 16px;
	margin-top: -10px;
	background: #000;
	border-radius: 50%;
	color:#fff;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor:pointer;
}
.sc_img{
	width: 100%;
	height: 133px;
	overflow: hidden;
}
.sc_img img{
	width: 100%;
}
.sc_de{
	height: 76px;
	padding:20px 10px;
	background: #fff;
	overflow:  hidden;
}

.navtion_div{
	display: inline-block;
	padding:3px 10px;
	color:#fff;
	background: #ec6110;
}
.sc_address{
	margin-top: 10px;
}

.right_messag{
	float: right;
	width: 19%;
	background: #fff;
	padding:10px;
}
.ms_inp_name{
	width: 20%;
	float:left;
	text-align: center;
	min-height: 34px;
	margin-bottom: 10px;
	color:#333;
}
.ms_inp{
	float: right;
	width: 70%;
	min-height: 34px;
	margin-bottom: 10px;
}
.ms_inp input[type=text]{
	display: block;
    width: 100%;
    height: 28px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    transition:all linear .35s;
}
.ms_inp input[type=text]:focus{
	border-color:#ffae00;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(255,174,0,.075), 0 0 8px rgba(255,174,0, .6);
}
.ms_inp textarea{
	display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    transition:all linear .35s;
}
.ms_inp textarea:focus{
	border-color:#ffae00;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(255,174,0,.075), 0 0 8px rgba(255,174,0, .6);
}
.sub_btn{
	width: 100%;
	float: left;
}
.sub_btn input[type=submit]{
	padding:3px 10px;
	background: #ffae00;
	color:#fff;
	border:0;
	float: right;
}