html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav1, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #eaeaea;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

pre{
	font-family:inherit;
}

h1 {
    margin: 0;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 16px 25px;
    height: 68px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #b9b9b9;
}

.logo {
    padding-left: 60px;
    height: 36px;
    line-height: 36px;
    background: url(../img/logo.png) 0 0 no-repeat;
    font-size: 24px;
    color: #b3b3b3;
    font-weight: normal;
}

html, body {
    height: 100%;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 1048px;
    /*height: 100%;*/
    background: #eaeaea;
    margin-top:15px;
}

.slider {
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 0px;
    padding: 15px;
    width: 240px;
    overflow: auto;
    background: #ffffff;
    padding-left: 30px;
}

.main {
    /*position: absolute;
    left: 255px;
    right: 0;
    top: 15px;
    bottom: 0px;*/
   margin-left: 240px;
   margin-top: 15px;
   min-height: 1000px;
   background: #fff;
   width:788px
}

.nav1 > li > a {
    padding-left: 20px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: inherit;
    background: url(../img/plus.png) 0 9px no-repeat;
    white-space: nowrap;
}

.nav1 > li.open > a {
    background-image: url(../img/minus.png);
}

.nav1 > li.home > a {
    background: url(../img/home_default.png) 0 7px no-repeat;
}

.nav1 > li.active > a {
    color: #1d7cbe;
}

.nav1 > li.home.active > a {
    background-image: url(../img/home_active.png);
}

.nav1 > li.no_child > a, .nav1 > li.open > a.no_child {
    background: none;
}

.nav1 > li > .nav1 {
    padding-left: 35px;
    display: none;
}

.nav1 > li.open > .nav1 {
    display: block;
}

.end_nav > li {
    list-style: disc outside;
}

.end_nav > li > a, .end_nav > li.open > a {
    background: none;
    padding-left: 5px;
    width: 150px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: #36bebd;
    text-align: center;
}

.dev_main {
    background: #ffffff;
    padding: 15px 36px;
    word-break: break-all;
    min-height: 100%;
}

.dev_title {
    margin: 10px 0;
    font-weight: normal;
    border-bottom: 2px solid #dddddd;
    font-size: 1.5em;
}

.dev_content {
    margin-bottom: 20px;
}

.text-indent {
    text-indent: 30px;
}

.dev_main a {
    color: #428bca;
}

.dev_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.img_des {
    margin-top: 10px;
    text-align: center;
}

.dev_main ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

.dev_main li {
    list-style: inside disc;
}

.dev_main p {
    margin: 0 0 10px;
    white-space: normal;
    word-break: break-all;
}

.code {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

.table-bordered {
    border: 1px solid #ddd;
}

th {
    text-align: left;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.text-red {
    color: #ff0000;
}

.text-success {
    color: #3c763d;
}

.text-muted {
    color: #777;
}

.text-danger {
    color: #a94442;
}

.dev_star {
    font-family: "宋体";
}

.home_title {
    font-size: 16px;
}

.home_content {
    color: #666666;
    line-height: 1.8;
}
.navbar-nav > li > a {
padding: 7px 10px !important;
border-bottom: 2px solid transparent;
}
.navbar-nav>li>a{
	margin-top: 0px;
	display: inline-block;
}
