.am-container {
    max-width: 1000px;

}
/* Write your styles */
.keyword {
    color: rgb(108, 157, 48); text-decoration: none; border-bottom-color: rgb(108, 157, 48); border-bottom-width: 1px; border-bottom-style: dotted; cursor: pointer;
}
.layout_arrows_content {
    display: none;
}
.abs_content {
    text-indent: 2em; display: none;
}
.layout_arrows {
    width: 16px; height: 16px; display: inline-block; cursor: pointer;
}
.to_down.layout_arrows {
    background: url("../../images/layout_arrows.png") no-repeat -16px 0px; width: 16px; height: 16px; display: inline-block;
}
.to_up.layout_arrows {
    background: url("../../images/layout_arrows.png") no-repeat -16px -16px; width: 16px; height: 16px; display: inline-block;
}
/* ==========================================================================
   Component: OffCanvas Plugin
 ============================================================================ */
/* Off-canvas overlay and bar container */
.am-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1090;
    background: rgba(1, 1, 1, 0.82);
}
.am-offcanvas.am-active {
    display: block;
}
/**
 * .@{ns}offcanvas-page
 *
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.am-offcanvas-page {
    position: fixed;
    /* 1 */
    -webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    /* 2 */
}
/* Sub-object .@{ns}offcanvas-bar */
.am-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1091;
    width: 95%;
    max-width: 100%;
    background: #ffffff;
    overflow-y: auto;
    opacity:1;
    border-radius: 8px;
    /* scrollable */
    -webkit-overflow-scrolling: touch;
    /* scrollable */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.am-offcanvas-bar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    background: #262626;
}
.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
/* .@{ns}offcanvas-bar-flip */
.am-offcanvas-bar-flip {
    left: auto;
    right: 0;
    top: 30px;
    bottom: 30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.am-offcanvas-bar-flip:after {
    right: auto;
    left: 0;
}
.am-offcanvas-content {
    padding: 20px 15px 5px 30px;
    color: #3d201b;
}
.am-offcanvas-content a {
    color: #2150f9;
}
.am-offcanvas-content a {
    color: #2150f9;
}
.am-offcanvas-content a.dt-btn {
    color: #ffffff;
    margin: 1px;
}
.am-offcanvas-content a.dt-btn:hover {
    color: #166bde;
}
.am-offcanvas-content p {
    text-indent: 0em;
}

@media (max-width: 640px) {
    .img_index{
        display:none;
    }
}

.btn-blue {
    background: #0066a4 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-left: 18px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 12px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    vertical-align: baseline;
}
/* ��ʾ�������ʽ*/
.am-popover-inner {
    background: #f7f7f6 none repeat scroll 0 0;
}
.am-popover {
    color: #080808;
    font-size: 1.6rem;
}