/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html, body {
    font-family: 'Microsoft YaHei UI';
    margin: 0;
    width: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.wow { 
    visibility:hidden;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

@media (min-width: 768px) {
    html,body {
        font-size: 16px;
    }

    footer{
        line-height:60px;
        color:#999;
        background-color:#111;
    }
    .container{
        max-width:80% !important;
    }

    .aboutus-item {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .wrapper{
        margin:2rem auto;
    }

    .article-title {
        margin: 3rem auto;
    }
    .article-content {
        max-width: 1280px;
        margin: 0 auto;
        padding-top:1rem;
        padding-bottom:3rem;
        min-height:500px;
    }

    .header-img {
        position: relative;
    }

        .header-img div {
            position: absolute;
            width: 100%;
            top: 40%;
        }

        .header-img h2 {
            color: #fff;
            font-size: 4rem;
            font-weight: bold;
            font-family: 'Noto Sans SC', Arial, Helvetica;
        }

        .header-img p {
            color: #fff;
            padding-top: 1rem;
            font-size: 2rem;
            font-weight: bold;
        }

    #process img, #example img, #lab img {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    html, body {
        font-size: 14px;
    }
    .header-top {
        display: none;
    }

    .sydh {
        display: none;
    }

    .side-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100% !important;
        text-align: center;
        background-color: #fff;
    }

        .side-nav ul {
            display: flex !important;
            display: -webkit-flex !important;
            flex-wrap: wrap;
            margin: 3px 15px;
            padding: 0;
            text-align: center;
            justify-content: center;
        }

        .side-nav li {
            width: auto !important;
            display: inline-block !important;
        }

    .menu-active::after {
        display: none !important;
        width: 0;
    }

    .ljgd {
        display: none;
    }

    .news-box-left {
        display: none;
    }

    #newsbody img {
        width: 100%;
    }

    .news-box-left {
        display: none;
    }

    footer {
        display: none;
    }

    .aboutus-item {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .article-title {
        margin: 0.5rem auto;
    }
    .article-content {
        margin-bottom: 0.5rem;
    }
    .header-img {
        position: relative;
    }

        .header-img div {
            position: absolute;
            width: 100%;
            top: 40%;
        }

        .header-img h2 {
            color: #fff;
            font-size: 2rem;
            font-weight: bold;
            font-family: 'Noto Sans SC', Arial, Helvetica;
        }

        .header-img p {
            color: #fff;
            padding-top: 0.2rem;
            font-size: 1rem;
            font-weight: bold;
        }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    margin: 0;
    font-family: 'Microsoft YaHei UI';
}

.footer {
    margin-top: 20px;
    width: 100%;
    white-space: nowrap;
    line-height: 100px; /* Vertically center the text there */
}

.lxwm-more {
    padding: 20px 0 30px 0;
}

.sydh-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

.sydh-item {
    padding: 5px 10px;
}

    .sydh-item h4 {
        margin-bottom: 40px;
    }

    .sydh-item li {
        line-height: 35px;
    }

        .sydh-item li::marker {
            background-color: #0254A6;
        }

.sydh-border-right {
    width: 1px;
    height: 280px;
    background-color: #ccc;
    margin-top: 10px;
    /*    margin: 0 40px;*/
}


.sydh-link {
    color: #666666;
    margin-top: -10px;
    list-style:none;
}

    .sydh-link a {
        color: #666 !important;
        text-decoration: none;
    }

        .sydh-link a:hover {
            color: #ccc !important;
            text-decoration: none;
        }


.container-fluid {
    padding: 0;
}

.nav-item {
    margin: 3px 10px;
}

    .nav-item .nav-item {
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }
    .nav-item .nav-link{
        font-size:16px;
    }

.aboutus {
    margin-top: 80px;
}

.menu-active {
    color: #015eea !important;
    position: relative;
}

    .menu-active::after {
        color: #015eea;
        content: "";
        display: block;
        position: absolute;
        width: 50%;
        height: 2px;
        background: #015eea;
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
        top: 42px;
        left: 25%;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }


.header-nav {
    background-color: #F5F5F5;
    color: #666;
    line-height: 50px;
}

.con-body {
    display: flex;
    display: -webkit-flex;
    margin-top: 50px;
}

.side-nav {
    width: 208px;
    flex-basis: 208px;
}

    .side-nav ul {
        list-style: none;
    }

        .side-nav ul li {
            display: block;
            width: 100%;
            line-height: 50px;
            background-color: #F4F4F4;
            margin-bottom: 5px;
            text-align: center;
            font-size: 14px;
        }

.con-body .content {
    padding-left: 30px;
    color: #5a5a5a;
    font-size: 14px;
    flex: 1;
}

.services-list {
    list-style: none;
}

.btn-pointer {
    cursor: pointer;
}

