.menu_left{
	width:15%;
    background:#ffffff;
	float:left;
}
.menu_left .menu{
	
}

.menu_left .menu li{
	width:100%;
	height:34px;
	line-height:34px;
	text-align:center;
	border-bottom:1px dashed gray;	
}

.menu_left .menu li  a:hover {
	color:#009ce0;
}

.menu_right{
	width:84%;
	float:right;
    background:#ffffff;
}



.menu_right .searchcode{
	text-align:center;
	padding-bottom:20px;
}
.menu_right .searchcode .code{
	border:1px solid gray;
}

.menu_right .searchcode .bnt{
	border:1px solid gray;
}

.pagestr{
    clear:both;
}


.menu_right .box{
	width:100%;
	line-height:30px;
	font-size:20px;
	text-align:left;
	padding-left:10%;
    padding-top:1%;
	border-bottom:1px solid gray;

}

.menu_right .box .title{
	
	width:100%;
	line-height:30px;
	font-size:20px;
	text-align:left;
	text-indent:6%;
	background:url(../images/service_list4.gif) no-repeat left 5px;
}
.menu_right .box .title a{
	font-size:18px;
}
.menu_right .box .cont_detail{
	display:none;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align:left;
	text-indent:6%;
	background:url(../images/service_list4.gif) no-repeat left -46px;	
}

.menu_right .box  .bottom {
	text-indent:6%;
}


.menu_right .box  .bottom  a{
	
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align:left;
	color:#009ce0;
}


.menu_right .title_top{
	font-size:24px;
	padding-left:1%;
}
.menu_right .message{
	padding-top:10px;
	padding-left:4%;
}
.menu_right .message span{
	margin-right:2%;
}
.menu_right .ftitle{
	padding-left:4%;
	padding-top:4%;
	font-size:16px;
}



.menu_right .download{
	padding-left:4%;
	padding-top:4%;
}


.menu_right .fanye{
	padding-left:4%;
	padding-top:4%;
}

.menu_right .fanye p{
	line-height:28px;
}

@media (min-width: 640px) and (max-width: 940px) {
	.menu_left{
		width:100%;
		float:left;
	}
	.menu_left .menu li{
		width:20%;
		height:32px;
		float:left;
		line-height:32px;
		text-align:center;

	}	
	.menu_right{
		width:100%;
		float:right;
		margin-top:20px;
	}	
	
	
}


@media (max-width: 640px) {
	
	.menu_left{
		width:100%;
		float:left;
	}
	.menu_left .menu li{
		width:30%;
		height:32px;
		float:left;
		line-height:32px;
		text-align:center;
	}	
	.menu_right{
		width:100%;
        float:right;
		margin-top:20px;	
	}		
	
}





