﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-describe {
        display: none;
    }
}




.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 */
}

.footer {
    position: relative;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    text-align: center;
}


.subMenuBox {
    position: absolute;
    width: 300px;
    background-color: #ffffff;
    display: none;
    border: 1px solid #cdcdcd;
}

    .subMenuBox ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        color: black;
    }

        .subMenuBox ul li {
            color: #000000;
            line-height: 32px;
            text-align: center;
            cursor: pointer;
        }

            .subMenuBox ul li:hover {
                background-color: #f3e7e7;
            }

            .subMenuBox ul li a {
                text-decoration: none;
                color: #000000;
            }


/*****通用的尺寸、位置和颜色控制***/
.top50 {
    top: 50px !important;
}

.top60 {
    top: 57px !important;
}

.mh760 {
    min-height: 760px !important;
    top: -15px;
}

.mh840 {
    min-height: 840px !important;
    top: -15px;
}


.mh320 {
    min-height: 320px !important;
}

.space10 {
    height: 10px;
}

.mr-15 {
    margin-right: -15px;
}

.ml-15 {
    margin-left: -15px;
}


.bg-white {
    background-color: #ffffff !important;
}

.bg-f8 {
    background-color: #f8f8f8 !important;
}

.bg-f7 {
    background-color: #f7f7f7 !important;
}

.position-r {
    position: relative;
}


img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.icon-sound {
    color: #d6d6d6;
    cursor: pointer;
}
/*****网站底部菜单区***/
.footMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    color: black;
}

    .footMenu ul li {
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        color: #5d5d5d;
        font-size: 1em;
    }

        .footMenu ul li:hover {
            background-color: #e2f3cd;
        }


        .footMenu ul li a {
            background-color: transparent;
            text-decoration: none;
            color: #5d5d5d;
        }

    .footMenu ul .firstMenu {
        color: #02312f;
        font-size: 1.1em;
        cursor: default;
        border-bottom: 1px solid #eae4e4;
    }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
