*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:Arial, "微软雅黑";}
img{border:none;vertical-align:middle;}
p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;list-style:none;}
input,textarea{-webkit-user-select:text;-ms-user-select:text;user-select:text;-webkit-appearance:none;font-size:1em;line-height:1.5em;}
table{border-collapse:collapse;font-size:12px;}
input,select,textarea{outline:none;border:none;background:none;}
a{outline:0;cursor:pointer;*star:expression(this.onbanner=this.blur());}
a:link,a:active{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a{text-decoration:none;-webkit-touch-callout:none;}
em,i{font-style:normal;}
li,ol{list-style:none;}
/*html{font-size:12px;}*/
.clearfix {*zoom: 1;} 
.clearfix:before, .clearfix:after { display: table;line-height: 0; content: ""; } 
.clearfix:after { clear: both; } 
.oh{overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.t_l{text-align:left;}
.t_r{text-align:right;}
.t_c{text-align:center;}
.w{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body{
	color:#333;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body, button, input, select, textarea{
    font: 12px/1.5 'microsoft yahei',arial,\5b8b\4f53;
}
a{color:#333;}

/*-webkit-user-select:none;-ms-user-select:none;user-select:none;*/
/*===============================样式初始化=====================================*/

.page_bg{
	background:#FBFCFE;
}
.page_content{
	padding:40px 0px;
}
.page_router{
	line-height:40px;
}
.go_home_link{
	display:inline-block;
	margin:0px 5px;
}
.curr_page{
	display:inline-block;
	margin:0px 5px;
}
.page_module{
	position:relative;
	overflow:hidden;
}

.l_module{
	width:200px;
	float:left;
	line-height:45px;
}
.r_module{
	padding-left:240px;
}
.router_list{
	width:100%;
}
.router_item{
	position:relative;
	padding-left:10px;
	display:block;
	font-size:16px;
	background:#ededed;
	border-bottom:1px solid #d2d2d2;
	transition: padding .32s;
	-moz-transition: padding .32s;
	-webkit-transition: padding .32s;
	-o-transition: padding .32s;
	overflow:hidden;

}
.router_item:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:-15px;
	width:10px;
	height:20px;
	margin-top:-10px;
	line-height:16px;
	font-size:20px;
	transition: left .32s;
	-moz-transition: left .32s;
	-webkit-transition: left .32s;
	-o-transition: left .32s;
	background-image:url("images/active.png");
	background-size:90% auto;
	background-repeat:no-repeat;
	background-position:center center;
}
/*.router_item:after{
	content:"«";
	display:inline-block;
	position:absolute;
	top:50%;
	right:-15px;
	width:10px;
	height:20px;
	margin-top:-10px;
	line-height:16px;
	font-size:20px;
	transition: right .32s;
	-moz-transition: right .32s;
	-webkit-transition: right .32s;
	-o-transition: right .32s;
}*/
.router_item.active{
	padding-left:25px;
}
.router_item.active:before{
	left:5px;
}
/*.router_item.active:after{
	right:5px;
}*/
.l_moudle_item a:hover{
	background:#4A90E2;
	color:#fff;
}
.module_item_link.active{
	background:#4A90E2;
	color:#fff;
}
.router_view{
	border-top:1px solid #10C69E;
	font-size:14px;
}
.router_view_tit{
	text-align:center;
	line-height:40px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:15px;
	font-size:15px;
}
.router_view_tit span{
	font-size:24px;
	margin-right:10px;
	color:#10C69E;
}
.l_moudle_item{
	display:none;
	padding-left:10px;
}
.l_moudle_item.active{
	display:block;
}
.l_moudle_item a{
	display:block;
	padding-left:15px;
}
.l_module.fixed{
	position:absolute;
	left:0px;
	top:0px;
}



/*列表分页样式*/
.list_page{
	color:#ababab;
	text-align:center;
	padding:20px 0px;
}
.list_page span{
	display:inline-block;
	margin:0px 10px;
	padding:5px 10px;
	color:#666;
}
.list_page a{
	display:inline-block;
	margin:0px 10px;
	padding:5px 10px;
	color:#666;
	background:#E4E4E4;
}
.list_page a:hover{
	color:#fff;
	background:#10C69E;
}
.list_page .active{
	color:#fff;
	background:#10C69E;
}



@media screen  and (max-width:950px){
	.enter_business_page{
		padding:10px 0px;
	}
	.l_module{
		width:20%;
	}
	.r_module{
		padding-left:22%;
	}
}
@media screen  and (max-width:768px){
	.l_module{
		display:none;
	}
	.r_module{
		padding-left:0px;
	}
	.page_content{
		padding:20px 0px;	
	}
}