.breadcrumb{
	font-size: 14px;
	color: #153f82;
	padding: 10px 0 0 0;
}
.index_top {
    position: relative;
    width: auto;
    height: 520px;
    background-image: url( /img/blog/top_bg.jpg );
    background-size: 100% 500px;
    background-repeat: no-repeat;

}
.repair_menu{
	margin:25px 0 0 0;
	float:left;
	width:25%;
	background-color:#a8a8a8;
}
.repair_menu_box{
	margin:0 0 30px 0;
}
.repair_menu_item{
	padding:15px 20px 10px;
	font-size:26px;
	color:#eee;
	background-color: #153f82;
	text-align:center;
	font-weight: bold;
}
.repair_menu_list{
	font-size:18px;
	text-align: justify;
	text-justify:inter-ideograph;
}
.repair_menu_list a {
	color:#000;
	text-decoration:none;
	padding:7px 20px 7px 20px;
	display:block;
}
.repair_menu_list a:hover{
	color:#fff;
	background-color:#4F8EDA;
}
.repair_menu_list>.select{
	width:85%;
	color:#fff;
	background-color:#c01c30;
	padding:7px 20px 7px 20px;
}

/*.select{height:auto}*/




.repair_content{
	margin:0 0 0 35px;
	float:left;
	width:69%;
}
.repair_content .fb-like {
	margin-top: 25px;
}
.repair_title{
	font-size:30px;
	padding:10px 0;
	font-weight: bold;
}
.repair_question{
	font-size:24px;
	color:#153f82;
	padding:8px 0;
	font-weight: bold;
}
.repair_answer_box{
	margin:0px 0 20px 0;
	line-height:21px;
	text-align: justify;
	text-justify:inter-ideograph;
}
.repair_answer_item{
	float:left;
	width:110px;
	font-size:18px;
	line-height:24px;
}
.repair_answer_txt{
	float:left;
	width:540px;
	font-size:18px;
	line-height:24px;
	margin:0 0 30px 0;
}

.pop_up_bg{
	position: fixed;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	width: 100%;
	height: 100%;
	margin: auto auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9997;
}

.pop_up{
	position: absolute;
	background: url(images/blog/fans_popup.png?) no-repeat;
	width: 600px;
	height: 450px;
	margin: auto auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9998;
}

.pop_up_fb_like{
	position: absolute;
	margin: auto auto;
	width: auto;
	left: 0;
	right: 0;
	top: 260px;
	text-align: center;
	z-index: 9999;
}

.pop_up_close_bt{
	position: absolute;
	width: 520px;
	height: 98px;
	margin: auto auto;
	left: 0;
	right: 0;
	top: 330px;
	z-index: 9999;
	cursor: pointer;
}

#fbiframe {
  margin-left: -30px;
  transform: scale(2) !important;
	-webkit-transform: scale(2) !important;
	-o-transform: scale(2);
	-moz-transform: scale(2);
	transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
}

.bottom_banner .intro {
	position: relative;
	top: 25px;
	left: 380px;
}
.bottom_banner img.intro_1 {
	width: 100%;
}
.header_menu .menu-icon[data-id="3"] {
    color: #FFF;
    /*border: #fff 1px solid;*/
    background-color: #4F8EDA;
}