.get {
    background: #1E5B94;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.get-title {
    font-size: 200%;
    border: 2px solid #fff;
    padding: 20px;
    display: inline-block;
}

.get-btn {
    background: #fff;
}

.detail {
    background: #fff;
}

.detail-h2 {
    text-align: center;
    font-size: 150%;
    margin: 40px 0;
}

.detail-h3 {
    color: #1f8dd6;
}

.detail-p {
    color: #7f8c8d;
}

.detail-mb {
    margin-bottom: 30px;
}

.hope {
    background: #0bb59b;
    padding: 50px 0;
}

.hope-img {
    text-align: center;
}

.hope-hr {
    border-color: #149C88;
}

.hope-title {
    font-size: 140%;
}

.hope img {
    height: 180px;
}

.about {
    background: #fff;
    padding: 40px 0;
    color: #7f8c8d;
}

.about-color {
    color: #34495e;
}

.about-title {
    font-size: 180%;
    padding: 30px 0 50px 0;
    text-align: center;
}

.footer {
    background: #2d3e50;
}

.footer p {
    color: #7f8c8d;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.am-g-fixed{min-height: 700px;}
/* 禁用响应式*/

.am-container {
    width: 980px !important;
    max-width: none;
}

.get,
.hope,
.footer {
    min-width: 980px;
}

.am-topbar-collapse {
    clear: none;
    padding: 0 10px;
}

.am-topbar-nav {
    float: left;
    margin: 0;
}

.am-topbar-nav>li {
    display: inline-block;
    margin: 0!important;
}

.am-topbar-collapse .am-dropdown.am-active .am-dropdown-content {
    position: absolute;
}

.am-topbar-nav>li>a {
    position: relative;
    line-height: 50px;
    padding: 0 10px;
}

.am-topbar-nav>li>a:after {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 6px solid #f8f8f8;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 0 dotted;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.am-topbar-nav>li>a:hover:after {
    border-bottom-color: #666666;
}

.am-topbar-nav>li.am-dropdown>a:after {
    display: none;
}

.am-topbar-nav>li.am-active>a,
.am-topbar-nav>li.am-active>a:hover,
.am-topbar-nav>li.am-active>a:focus {
    border-radius: 0;
    color: #0e90d2;
    background: none;
}

.am-topbar-nav>li.am-active>a:after {
    border-bottom-color: #0e90d2;
}


@media only screen and (min-width: 641px) {
    .am-offcanvas {
        display: block;
        position: static;
        background: none;
    }
    .am-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .am-offcanvas-bar:after {
        content: none;
    }
}

@media only screen and (max-width: 640px) {
    .am-offcanvas-bar .am-nav>li>a {
        color: #ccc;
        border-radius: 0;
        border-top: 1px solid rgba(0, 0, 0, .3);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05)
    }
    .am-offcanvas-bar .am-nav>li>a:hover {
        background: #404040;
        color: #fff
    }
    .am-offcanvas-bar .am-nav>li.am-nav-header {
        color: #777;
        background: #404040;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
        border-top: 1px solid rgba(0, 0, 0, .3);
        font-weight: 400;
        font-size: 75%
    }
    .am-offcanvas-bar .am-nav>li.am-active>a {
        background: #1a1a1a;
        color: #fff;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
    }
    .am-offcanvas-bar .am-nav>li+li {
        margin-top: 0;
    }
}

.my-head {
    margin-top: 40px;
    text-align: center;
}

.my-button {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
}

.my-sidebar {
    padding-right: 0;
    border-right: 1px solid #eeeeee;
}

.my-footer {
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
}