/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 0;
    color: #5a5a5a;
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN";
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}



/*导航样式开始*/
.navbar {
    height: 130px;
    background: #fff !important;
    box-shadow: 0px 10px 20px rgb(53 94 130 / 22%);
}

.logo {
    width: 15rem;
}

.nav-link {
    font-size: 1rem;
    color: #444343 !important;
    padding: 0 2rem !important;
}

.navbar-nav {
    position: absolute;
    right: 5rem;
    bottom: 1.3rem;
}

.navbar-brand {
    padding-left: 5rem;
    padding-top: 2rem;
}

/*导航样式结束*/
footer {
    background-image: url(../images/footer-img.jpg);
    background-size: cover;
    background-position: bottom;
    height: 30rem;
    position: relative;
    text-align: center;
}

footer img {
    width: 15rem;
    margin-top: 4rem;
}

footer h1 {
    color: #fff;
    margin-top: 6rem;
    font-size: 3rem;
}

footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #009effa6;
    padding: 1rem;
    position: absolute;
    width: 100%;
    bottom: -16px;
}

.p0 {
    padding: 0;
}

.logo-w {
    display: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 480px) {
    .navbar-brand {
        padding-left: 0;
        padding-top: 0;
    }

    .logo {

        display: none;

    }

    .navbar {
        height: 70px;
        background: #0068b7 !important;
    }

    .logo-w {
        display: inline-block;
        width: 10rem;
    }

    .navbar .show {
        height: 13rem;
    }

    .navbar-collapse {
        background: rgb(0 104 183 / 63%);
        width: 100%;
        position: absolute;
        top: 4.4rem;
        left: 0;
    }

    .navbar-nav {
        position: absolute;
        right: inherit;
        bottom: inherit;
        top: 1rem;
        width: 100%;
    }

    .nav-item {
        border-bottom: 1px solid #fff;
    }

    .nav-item a {
        padding: 0.5rem 0 0.5rem 3rem !important;
    }

    .nav-link {
        color: #ffffff !important;
    }

    footer {
        height: 14rem;
        margin-top: 0rem;
    }

    footer img {
        width: 8rem;
        margin-top: 2rem;
    }

    footer h1 {
        margin-top: 2rem;
        font-size: 1.3rem;
    }








}