body{background:#e7e8eb;}
/*顶部导航*/
.header{background:#3d474a;color:#fff;}
.header_top{height:30px;line-height:30px;}
.quit{color:#fff;padding:0 20px;display:inline-block;float:left;}
.quit:hover{color:#44b549;}
.head_phone{margin-top:0px;}
.head_phone label{height:30px;line-height:30px;margin:0px;padding-top:0px;}
.header ._wrap{width:1200px;}
.header .logo{margin-top:0px;}
.header .logo img{height:26px;}
.header_nav{height:75px;line-height:75px;background:#fff;padding:0px;border-bottom:1px solid #d9dadc;}
.header ._nav li a{color:#222222;height:72px;line-height:72px;padding:0 25px;}
.header ._nav li .a_click{border-bottom:3px solid #44b549;}
/*主体部分*/
.container{margin-top:35px;width:1160px;border:1px solid #d9dadc;}
/* = 管理
------------------------------------------ */
.modalDialog_title{background:#44b549;height:40px;line-height:40px;}
.modalDialog{border:1px solid #44b549;}
/* = 分页
------------------------------------------ */
.page {
    margin: 10px 0;
    *zoom: 1;
}
.page:before,
.page:after {
    display: table;
    content: "";
}
.page:after {
    clear:both;
}
.page a,
.page span {
    float: left;
    margin-left: -1px;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    color: #000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    /*background-color: #4bbd00;*/
}
.page a:hover
 {
    text-decoration: none;
    background-color: #4bbd00;
	color:#fff;
}
.page .current {
    border-top: 2px solid #4bbd00;
    margin-top: -1px;
}
.page .next,
.page .prev {
    font-family: "宋体";
    font-weight: bold;
}
.page .rows {
	border-right: 1px solid #CCCCCC;
}
.page a, .page span {
    color: #686868;
    border: 1px solid #CCCCCC;
}
	
	
	
	
	
	