ul,li,p,span,a,iframe,div{
	box-sizing:border-box; 
	-wekit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0;
    margin:0;
    list-style:none;
	font-family:'微软雅黑'
}
/*头尾*/
.top{height:30px; line-height:30px; background:#f0f2f5; border-bottom:#e4e4e4 solid 1px;}
.banner{ background:#FFF;}
.nav{background:#1369c0;}
.content{width:1000px; margin:0 auto;}
.footer{background:#1369c0; text-align:center;}
.bt_note{width:100%; height:15px;}

/*当前位置*/
.currentpath {width:100%; height:35px; line-height:30px; text-align:left;}
.currentpath .cen{width:1000px; height:35px; line-height:35px; margin:0 auto;background:#f8f8f8; }
.currentpath .cen span{ line-height:35px; float:left; padding-left:30px; background:url(bt_lm_bj.png) no-repeat 5px 12px;}
.currentpath .cen img{ margin:0 5px 0 0}
.currentpath .cen table tr td{ float:left;line-height:35px;}
.currentpath .cen a{ padding:0 5px 0 0 !important; line-height:35px; font-size:14px;}


/*****主框架*******/
.bt_center{width:1000px; height:auto; margin:0 auto;}
.bt_box{ min-height:500px; background:#FFF;}