.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }

html { margin: 0; padding: 0; }
body { font-size: 100%; margin: 0 auto; padding: 1.75em; font-family: 'Helvetica Neue', Arial, sans-serif;}

h1 { font-size: 1.75em; margin: 0 0 0.6em 0; }

a { color: #2996cc; text-decoration: none;}
a:hover { text-decoration: none; }

p { line-height: 1.5em; }
.small { color: #666; font-size: 0.875em; }
.large { font-size: 1.25em; }

/**
 * Nestable
 */

.dd { text-align:left; position: relative; display: block; margin: 0 auto; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { 
    display: block; height: 30px; color: #333; text-decoration: none; font-weight: bold;
    position: absolute; margin: 0; left: 0; top: 0; cursor: move; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #aaa;background: #ddd;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd-handle:hover { background: #ddd; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; margin-left: 30px; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
.dd-content { display: block; height: 30px; margin: 5px 0; padding: 5px 40px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-content:hover { color: #2ea8e5; background: #fff; }
.dd-content a {display: inline-block; width:400px; height:20px}
.dd-dragel > .dd-item > .dd-content { margin: 0; }
.dd-item > button { margin-left: 30px; }

.dd-remove { 
    position: absolute;
    right: 0; top: 0;
    height: 30px;
    line-height: 30px; 
    font-size: 20px;
    width: 20px; 
    color: #ccc;
    padding-left:8px;
    cursor:pointer; 
}
.dd-remove:before { content: '×'; }
.dd-remove:hover { color:#000;}

.op-box{text-align:center;}

.l-box{padding:16px}
.l-item{padding:2px;}
.l-input{height:26px; line-height:30px; border:1px solid #ccc; width:400px; padding-left:4px;}
.l-select{height:30px; border: 1px solid #ccc; width:404px}
.l-btn{display:inline-block; height:28px;line-height:28px; margin:0px; padding-bottom:28px;  border:1px solid #dedede;border-radius:2px;font-size:14px;font-weight:400;cursor:pointer;border-color:#4898d5;background-color:#2e8ded;color:#fff;}
.l-btn:hover{background-color:#1478f2;}

/* 前台菜单导航 */
.nav-box{margin:0 auto; }
.nav-box a{color:#03c;font-size: 15px;cursor: pointer;text-decoration: none;}
.nav-box a.empty{ cursor:default;}
.nav-box a:hover{text-decoration:underline;}
.nav-box table{border-left:1px solid #ccc;border-top:1px solid #ccc;}
.nav-box table td,.nav-box table th{border-right:1px solid #ccc;border-bottom:1px solid #ccc; height:40px; }
.nav-box table th{width: 160px;}
.nav-box table th a{color:#000;}
.nav-box ul{list-style: none; margin: 0; padding: 0; width: 1120px; margin:0 auto;}
.nav-box ul li{display:inline-block; padding:0;margin:0; width:160px; height:40px; line-height:40px;text-align: center; border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;margin-right:-1px; margin-bottom:-1px;background-color:}
.nav-box ul li a{display:inline-block; width:150px; height:30px; white-space: nowrap; overflow: hidden; }
.nav-box ul li.par a{color:#456;font-weight:700;font-size:14px;}
.nav-box ul li.par a:hover{color:#333;}
.nav-box ul li.lea a{font-size:14px;}

/* 前台菜单导航 二 */
.nav-box2{margin:0 auto; text-align: center;}
.nav-box2 a{border-radius:2px;}
.nav-box2 .item{display: table;text-align: center;margin:0 auto;}
.nav-box2 .td{display:table-cell;text-align:left;}
.nav-box2 .th{display:table-cell; width:160px;vertical-align: middle; border:2px solid #fff; padding: 2px;background-color:#393D49; color:#fff; }
.nav-box2 .th:hover{background-color:#2F4056;}
.nav-box2 .th i{display:inline-block;width:160px; font-style: normal;}
.nav-box2 ul{list-style: none; margin: 0; padding: 0; width: 1150px; margin:0 auto;}
.nav-box2 ul li{display:inline-block; padding:0;margin:0; width:160px; line-height:40px; padding:2px; text-align:center;}
.nav-box2 ul li a{ display:inline-block;width:160px; height:40px; line-height:40px; font-size: 15px; color:#fff; background-color:#009688;}
.nav-box2 ul li a:hover{background-color:#5FB878;}
.nav-box2 ul li.par a{background-color:#393D49; color:#fff;}
.nav-box2 ul li.par a:hover{background-color:#2F4056;}
.nav-box2 ul li.lea a{font-size:14px;}

/* 后台登录页面 */
.login-box{margin:30px auto; text-align: center;}
.login-box .login-it{padding:4px;}
.login-box .login-it .l-account,.login-box .login-it .l-password{width:300px; height:30px; line-height:30px}
.login-box .login-it .l-login{width: 306px;height:36px;}