﻿/*
** margin top and bottom
*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

h1, .h1 {
    font-weight: 100;
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    color: #1e1e1e;
    margin: 0 0 20px;
    padding: 0;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 38px;
        font-size: 3.8rem;
        word-wrap: normal;
    }
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 32px;
        font-size: 3.2rem;
        margin: 0 0 47px;
    }

        h1.short, .h1.short {
            margin: 0 0 30px;
        }
}

h2, .h2 {
    font-size: 32px;
    font-size: 3.2rem;
}

h2 {
    line-height: 1.52;
    font-weight: 100;
    color: #505050;
    margin: 0;
}

h3, .h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 200;
}

html {
    margin: 0;
    font-size: 62.5%;
}

body {
    margin: 0;
    font-family: Raleway, 'Helvetica Neue', sans-serif, 'Microsoft YaHei';
    color: #1e1e1e;
    font-size: 1.4rem;
}

.wrap {
    padding-top: 165px;
}

.header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 1000;
}

    .header .logo {
        width: 186px;
        margin: 10px auto;
        background: url(../images/logo.png) no-repeat;
        height: 80px;
        background-size: contain;
    }

        .header .logo a {
            display: block;
            width: 100%;
            margin: 0 auto;
            height: 100%;
        }

    .header h1 {
        margin-bottom: 0;
    }

.navbar-main {
    top: 100px;
}

.breadcrumb > li + li:before {
    content: '>';
}

.container-main {
    position: relative;
}

    .container-main .breadcrumb .dropdown-menu {
        left: auto;
        right: 0;
    }

    .container-main .center .tab-content {
        padding: 5px 15px;
        border: 1px solid #ddd;
        border-top: 0;
    }

@media (max-width: 768px) {
    .container-main .center .nav-tabs > li {
        float: left;
    }

        .container-main .center .nav-tabs > li > a {
            border-radius: 4px;
        }

        .container-main .center .nav-tabs > li + li {
            margin-left: 2px;
        }

        .container-main .center .nav-tabs > li.active > a, .container-main .center .nav-tabs > li.active > a:hover, .container-main .center .nav-tabs > li.active > a:focus {
            color: #fff;
            background-color: #337ab7;
        }
}

.container-main .siderbar-right .sider-bar-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .container-main .siderbar-right .sider-bar-links li {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

.container-main .siderbar-right img {
    width: 96%;
    height: auto;
}

@media (min-width: 970px) {
    .container-main .siderbar-right {
        position: relative;
        top: 90px;
    }
}

/*# sourceMappingURL=site.css.map */
