body {
	margin:0;
}

#wrap {
        /*
	margin-right: auto;
	margin-left: auto;
        
	overflow: hidden;
	min-height: 800px;*/
        margin-left:10px;;
}
.left {
	float: left;
	height: auto;
	width: 200px;
	/*padding-left: 30px;*/
	background-color: #bc9c19;
	color: #FFF;
	font-weight: bold;
	min-height: 800px;
       /* margin-left: 100px;*/

}


#menustyle{
    display: none;
}
.list{
    font-weight:100;
    margin-left:30px;
}
.list a{font-size: 12px;}

/*下拉菜单*/
.menu_list{width:200px;}
.menu_head{width:200px;height:47px;line-height:47px;font-size:14px;cursor:pointer;position:relative;font-weight:bold;margin:0; padding-left:20px;}
.menu_list .current{}
.menu_body{width:200px;height:auto;overflow:hidden;line-height:38px;padding-left:20px;}
.menu_body a{display:block;width:150px;height:38px;line-height:38px;padding-left:10px;color:#fff; font-size: 12px; font-weight: 100;}
.menu_body a:hover{text-decoration:none;color: #ccc;}
.menu_head a{color: #fff;}
.menu_head a:hover{color: #ccc;}

.right {
	float: left;
	height: auto;
	font-size: 14px;
	line-height: 18px;
}


#header_bg {
    height: 90px;
    width: 100%;
    background-color: #bc9c19;
}
#header_bg p{
    font-size:12px;
    color:#fff;
    font-weight:bold;
    float: right;
    margin-right:30px;
    margin-top:25px;
}
#header_r {
    height: 90px;
    width:600px;
    float: left;

}
#header_l {
    height: 90px;
    width: 200px;
    float: left;
    /*margin-left:100px;*/
}


a{text-decoration: none; color:#000;}
a:hover{color:#000;}
.top{
    width: 100%;
    background-color: #bc9c19;
}

.login{
   width: 451px;
   margin: 0 auto;
}
/*====Ajax弹出层样式====*/
 .mydiv{
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height:20px;
    font-size: 12px;
    //font-weight: bold;
    z-index: 99;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%; 
    margin-left: -150px !important; 
    margin-top: -60px !important;
    margin-top: 0px;
    position: fixed !important; 
    position: absolute; 
}
 .mydiv2{
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height:20px;
    font-size: 12px;
    //font-weight: bold;
    z-index: 99;
    width: 400px;
    height: 120px;
    left: 50%;
    top: 50%; 
    margin-left: -150px !important; 
    margin-top: -60px !important;
    margin-top: 0px;
    position: fixed !important; 
    position: absolute; 
}
 .mydiv3{
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height:20px;
    font-size: 12px;
    //font-weight: bold;
    z-index: 99;
    width: 400px;
    height: 120px;
    left: 50%;
    top: 50%; 
    margin-left: -150px !important; 
    margin-top: -60px !important;
    margin-top: 0px;
    position: fixed !important; 
    position: absolute; 
}

.bg
{
    background-color:#ccc;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 
    filter: alpha(opacity=50); 
    opacity: 0.5; 
    z-index: 1;
    position: fixed !important; 
    position: absolute; 
}