@media screen and (max-width: 1500px) {
    .navbar p {
        font-size: 14px;
    }

    .navbar .menuList {
        font-size: 12px;
    }
}

@media screen and (min-width:1500px) and (max-width:1800px) {
    .navbar p {
        font-size: 20px;
    }

    .navbar .menuList {
        font-size: 16px;
    }
}

@media screen and (min-width: 1800px) {
    .navbar p {
        font-size: 26px;
    }

    .navbar .menuList {
        font-size: 20px;
    }
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 100%;
}

div.Section0 {
    width: 16%;
    float: left;
    position: fixed;
    height: 98%;
    overflow-y: scroll;
    margin-top: 50px;
    padding: 1% 10px;
}

div.Section0 p {
    padding: 10px 0 10px 10px;
    margin-top: 0;
    margin-bottom: 0;
    /* margin: 0;
    padding: 10px 0; */
}

div.Section0 p:hover {
    background-color: #e0e0e0;
}

div.Section0 p.MsoToc1 a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

div.Section0 p a {
    color: #2c3e50;
    text-decoration: none;
}

div.Section0 p a.aAtive {
    color: #007af5;
}

div.Section0 p font {
    font-size: 18px;
    font-family: "微软雅黑";
}

div.Section1 {
    width: 60%;
    float: left;
    margin-left: 30%;
    margin-right: 10%;
}

div.Section1 p {
    margin-top: 0;
    margin-bottom: 0;
}

div.Section1 a:target {
    padding-top: 90px;
}

div.Section1 a::after {
    padding-top: 90px;
}

.navbar {
    padding: .7rem 1.5rem;
    line-height: 2.2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    right: 0;
    height: 4.6rem;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #eaecef;
    background-color: #155da7;
    color: #FFF;
    min-width: 1160px;
}

.navbar img {
    width: 4rem;
    display: inline;
}

.navbar p {
    margin: 0;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.navbar p span {
    color: rgb(68, 114, 196);
}

.navbar .menuList {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    float: right;
}

.border_animation {
    width: auto;
    height: 35px;
    float: left;
    margin-right: 10px;
    position: relative;
    border-right: 1px solid;
}

.border_animation:hover {
    background-color: #28baf9;
}

.border_animation .border_top {
    position: absolute;
    height: 1px;
    width: 0;
    font-size: 0;
    background: #2ac1ff;
    top: 0;
    left: 0;

    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.border_animation .border_right {
    position: absolute;
    height: 0px;
    width: 1px;
    font-size: 0;
    background: #2ac1ff;
    bottom: 0;
    right: 0;

    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.border_animation .border_bottom {
    position: absolute;
    height: 1px;
    width: 0px;
    font-size: 0;
    background: #2ac1ff;
    right: 0;
    bottom: 0;

    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.border_animation .border_left {
    position: absolute;
    height: 0px;
    width: 1px;
    font-size: 0;
    background: #2ac1ff;
    left: 0;
    top: 0;

    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

table tr {
    height: 28.3500pt;
    line-height: 28.3500pt;
}

table tr td {
    text-align: center;
    vertical-align: middle;
}

.hover .border_top,
.hover .border_bottom {
    width: 100%
}

.hover .border_left,
.hover .border_right {
    height: 100%
}

.navbar .menuList a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.navbar .menuList .aActive {
    border-right: 1px solid;
    color: #2ac1ff;
}

.navbar .menuList .aActive {
    border-right: 1px solid;
    color: #2ac1ff;
    background-color: transparent;
}

.navbar .menuList .aActive a {
    color: #2ac1ff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .42);
    background-color: rgba(0, 0, 0, .25);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

h1 {
    background: #E0E0E0;
    width: auto;
}

h2 {
    background-color: #DEDEBE;
    width: auto;
}

h3 {
    background-color: #D2E9FF;
    width: auto;
}

h4 {
    background-color: #f5debd;
    width: auto;
}

.banner {
    border: solid 1px #d2d2d2;
    width: 200px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 40px;
}

.banner img {
    width: 100%;
}

.backTop {
    width: 200px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 120px;
}

.backTop img {
    width: 50px;
    margin: 0 75px;
    cursor: pointer;
}