.banner {
    width: 100%;
    margin-top: 35px;
}

.table ul {
    margin-top: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    list-style: none;
}

.table ul li {
    float: left;
    width: 100%;
}

.table .thead ul>li {
    font-weight: bold;
    border-bottom: 2px solid #3bbe7a;
    width: 100%;
}

.table .thead ul>li>div>span {
    padding: 20px 25px;
    display: inline-block;
    color: #aaa;
}

.table .tbody ul>li .link {
    font-size: 16px;
    border-top: 0;
    width: 100%;
    overflow: hidden;
}

.table .tbody ul>li.open .link {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

#accordion {
    width: 100%;
    margin: 0;
    padding: 0;
}

.thead ul {
    margin: 0;
    padding: 0;
}

.submenu {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tbody ul#accordion>li {
    border-bottom: 1px solid rgba(170, 170, 170, .3);
    cursor: pointer;
}

.table .tbody ul>li>div>span {
    padding: 20px 25px;
    display: inline-block;
    color: #666;
    float: left;
}

.table .tbody ul>li .link:hover {
    background-color: #f0f0f0;
}

.submenu {
    background-color: #fff;
    padding: 20px;
    color: #666;
}

.submenu .title {
    padding-top: 40px;
    font-weight: bold;
}

.badge {
    background-color: rgba(59, 190, 122, .2);
    border: 1px solid #3bbe7a;
    color: #3bbe7a;
    font-weight: bold;
    margin-left: 10px;
}

.glyphicon-menu-down {
    font-size: 1px;
    margin-left: 10px;
}

.glyphicon-menu-down {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease-out;
}


/*.glyphicon {
            top: -15px;
            left: 151px;
        }*/

.btn-group-justified>.btn-group {
    padding: 20px 25px;
    color: #aaa;
}

#accordion .btn-group-justified>.btn-group {
    color: #666;
    font-size: 16px;
}

#accordion .open .glyphicon-menu-down {
    transform: rotate(180deg);
}

.glyphicon {
    display: none;
}

#accordion li.hover .glyphicon-menu-down {
    display: inline-block !important;
}

.footer h4 {
    color: #ccc;
    padding-bottom: 20px;
}

#position {
    background: #F8F8F8;
}

.btn-group-justified>.btn-group {
    padding: 20px 25px;
    color: #aaa;
    font-weight: normal
}

#accordion .btn-group-justified>.btn-group {
    color: #666;
    font-size: 16px;
    font-family: "SourceHanSansCN-Light", "Lantinghei SC", "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti-Light", "WenQuanYi Micro Hei", "Arial", "SimSun", "sans-serif"
}

.table .tbody ul>li .link {
    font-size: 16px;
    border-top: 0;
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.table .tbody ul>li.open .link {
    background-color: #f0f0f0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.tbody ul#accordion>li {
    border-bottom: 1px solid rgba(170, 170, 170, .3);
    cursor: pointer
}

.table .tbody ul>li>div>span {
    padding: 20px 25px;
    display: inline-block;
    color: #666;
    float: left;
}

.table .tbody ul>li .link:hover {
    background-color: #f0f0f0
}

.table .tbody ul>li .link {
    font-size: 16px;
    border-top: 0;
    width: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}


/*媒体查询    小屏幕*/

@media(max-width:768px) {
    .submenu .title {
        padding: 0;
        margin: 15px 0;
    }
}