/*聯繫我們彈窗*/
.call_bg{
	width:100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999998;
	background: rgba(0,0,0,0.4);
}
.call_bigbox{
	width:400px;
	position: fixed;
	z-index: 999999999999;
	top:50%;
	left:50%;
	margin-top: -125px;
	margin-left: -200px;
	border-radius: 5px;
}
.call_title{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size: 18px;
	padding-left:10px;
	background: #ff4400;
	color: #fff;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.call_title a{
	display: block;
	float: right;
}
.call_title a img{
	width: 16px;
	float: right;
	margin: 12px 10px;
	cursor: pointer;
}
.call_text{
	padding:10px 20px 20px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.margin_t10{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}
.margin_t10 img{
	height: 20px;
}
.dizhi_one{
	display: block;
	width:74px;
	float: left;
}
.dizhi_two{
	display: block;
	float:left;
}


#question_content{
    max-width:1000px;
    margin: 70px auto 0 auto;
}
.ques_body_parts h2{
    color:#ff4000;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 5px;
    background: #f5f5f5;
}
.ques_body_parts h3{
    font-size: 16px;
    margin-left:15px;
  ;
}
.ques_body_parts p{
    font-size:14px;
    margin: 4px 0 4px 35px;
    color:#777777;
}
.ques_body_parts img{
    width:400px;
    margin-left: 35px;;
}
@media  screen and (max-width: 650px){
    .ques_body_parts img{
        width:300px;
        margin-left: 35px;;
    }
}
@media  screen and (max-width: 500px){
    .ques_body_parts img{
        width:250px;
        margin-left: 35px;;
    }
     /*聯繫我們彈窗*/			
	.call_bigbox{
		width:300px;
		position: fixed;
		z-index: 999999999999;
		top:50%;
		left:50%;
		margin-top: -125px;
		margin-left: -150px;
		border-radius: 5px;
	}
	.dizhi_two{
		width: 180px;
		display: block;
		float:left;
	}
}
@media screen and (max-width:370px) {
	 /*聯繫我們彈窗*/		
	.call_bigbox{
		width:300px;
		position: fixed;
		z-index: 999999999999;
		top:50%;
		left:50%;
		margin-top: -125px;
		margin-left: -150px;
		border-radius: 5px;
	}
	.dizhi_two{
		width: 180px;
		display: block;
		float:left;
	}
}
/*header样式修改*/
#header{
    height:auto;
}
#nav_tab_box{
    background: rgba(0,0,0,0.8);
}
