@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:"微软雅黑";}
a{ color:#333;}
a:visited{ color:#333;}
a:hover{ color:#4178be;}

/*top*/
.top{ width:100%; height:auto; position:relative;}

/*服务一站通banner*/
.fwyzt_banner{ width:100%; height:80px;}

/*市区切换区*/
.city_change{
	width:1200px;
	height:124px;
	border:1px solid #e9e9e9;
	margin-top:25px !important;
	margin:auto;
}
.city_change_main{
	height:34px;
	margin-top:25px;
	margin-left:24px;
}
.city_change_other{
	height:34px;
	margin-top:5px;
	margin-left:24px;
	overflow:hidden;
}
.city_list li{
	display:block;
	float:left;
	height:34px;
	width:110px;
	line-height:34px;
	font-size:15px;
	text-align:center;
}
.city_list li:hover{
	background-color:#4178be;
}
.city_list li:hover a{
	color:#ffffff;
}
.city_change_bg_colour{
	background-color:#4178be;
}
.city_change_bg_colour a{ 
	color:#fff;
}
.city_list li a{
	line-height:34px;
	font-size:15px;
	font-family:"微软雅黑";
}

/*主体区*/
.main_box{
	width:1200px;
	height:auto;
	margin:auto;
	margin-top:30px !important;
	zoom:1;
    overflow:hidden;
    margin-bottom:50px !important;
}
.main_box_l{
	width:320px;
	float:left;
	margin-bottom:30px !important
}
.main_box_l_t{
	height:65px;
	width:100%;
	text-align:center;
	background: url(bumen.png) no-repeat center #37a6ed;
}
.main_box_l_b{
	width:100%;
}
.main_box_l_b ul{
	display:block;
	width:300px;
	margin:auto;
	margin-top:10px !important;
}
.main_box_l_b ul li{
	display:block;
	width:150px;
	height:40px;
	text-align:center;
	line-height:40px;
	float:left;
}
.main_box_l_b_color{
	background-color:#37a6ed;
}
.main_box_l_b_color a{
	color:#ffffff !important;
}
.main_box_l_b ul li:hover{
	background-color:#37a6ed;	
}
.main_box_l_b ul li:hover a{
	color:#ffffff !important;
}
.main_box_r{
	width:880px;
	float:left;
	padding-left:60px;
	margin-bottom:30px !important
}
.main_box_r_t{
	height:65px;
	width:100%;
}
.bujianm_box{
	margin-top:0px !important;
	overflow:hidden;
}
.bujianm_box li{
	display:block;
	height:65px;
	width:200px;
	margin-left:125px;
	border:solid 1px #959595;
	float:left;
	font-size:24px;
	line-height:65px;
	text-align:center;
}
.bujianm_color{
	color:#4178be !important;
	font-weight:bold;
}
.main_box_r_b{
	margin-top:10px;
	width:100%;
	position:relative;
}
.main_box_r_b .bjm_list{
	position:absolute;
	width:100%;
}
#bjm2_list{
	display:none;
}
.bjm_list ul li{
	display:block;
	height:50px;
	width:100%;
	margin-top:20px;
	border:1px solid #e9e9e9;
	line-height:50px;
	padding-left:40px;
	background:url(xiaojiantou.png) no-repeat 0px 0px;
}
.bjm_list ul li a{
	font-size:17px;
}
.bjm_list ul li ul{
	overflow:hidden;
}
.bjm_list ul li ul li{
	display:block;
	height:30px;
	float:left;
	width:auto;
	margin-top:0px;
	font-size:15px;
	line-height:15px;
	border:none;
	padding-left:5px;
	padding-right:5px;
	background:none;
}
.bjm_list_m ul{
	display:block !important;	
}
.main_box_r_b div ul li ul{
	display:none;
}
.bjm_list_m{
	height:80px !important;
}
.fenye_box{
	height:35px;
	width:100%;
	line-height:35px;
	margin-top:30px;
}
.fenye_box a{
	display:block;
	padding:0px 10px;
	float:left;
	height:35px;
	line-height:35px;
	border:1px solid #e9e9e9;
	margin-right:8px;
}
.fenye_box span{
	float:left;
	margin-right:8px;
}
.fenye_color{
	color:#ffffff;
	background-color:#4e9de2;
}
.fenye_box a:hover{
	background-color:#4e9de2;
	color:#ffffff;
}


/*foot*/
.foot{ width:100%; height:auto; background-color:#d9d9d9;}
