body{
	width:100%;
        margin:0;
	border:0;
	padding:0;
}

body>div{
	position:relative;
	float:left;
	width:100%;
}

/*边距全0*/
.trim{
	margin:0;
	border:0;
	padding:0;
}

/*内容展示区域开始*/
div#contain{
	height:100%;
        min-height:600px;
	width:100%;
}

div#main{
	height:100%;
	width:1080px;
	background-color:RGB(255,255,255);
	display:table;
	margin:0 auto;
}
/*二级页面导航区域*/
.navi2{
       width:auto;
       text-align:center;
       margin:5px 10px;
       padding:5px 0;
}

div#l-main{
        position:relative;
	float:left;
        width:180px;
	height:inhert;
	display:table-cell;
}
div#navi{
	width:auto;
	height:auto;
	min-height:200px;
	background-color:RGB(255,255,255);
        display:block;
        padding:10px 10px;
}


.navi2title{
       width:auto;
       height:30px;
       text-align:center;
       border-bottom:2px solid RGB(6,107,175);
       margin:5px 10px 5px 10px;
}
.navi2list{
       position:relative;
       top:10px;
       width:auto;
       height:30px;
       text-align:center;
       margin:5px 10px 5px 10px;
}
.navi2list:hover{
       background-color:RGB(228,243,254);
}

/*正文区域*/
div#r-main{
        position:relative;
	float:left;
	height:100%;
        min-height:705px;
	width:840px;
        margin:0;
        border:0;
        padding:20px 20px;
        background-color:RGB(255,255,255);
	display:table-cell;
}

/*替换main_0_*/
.replace_main_0_{
       z-index: 99999; 
       position: relative; 
       top: 0px; 
       left: 1px; 
       width: 679px; 
       display: none;
}

.opacity_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: RGB(250,250,250);
        opacity: 0.6;
        margin: auto;
        z-index: 1024;
        display: none;
    }    
 #dialog {
        position: absolute;
        top: 100px;;
        left: 150px;
        z-index: 1025;
        width:600px;
        height:400px;
        background: RGB(240,240,240);
        display: none;
    }
 #dialog div{
        position:relative;
        float:left;
    }