html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-family: '思源黑体';
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}


/*非常重要的样式让背景图片100%适应整个屏幕*/

.bg {
    width: 100%;
    height: 100%;
    padding: 0 0;
    text-align: center;
    color: #fff;
    /* background-color: #245624; */
    background-size: cover;
}

.bg-top-img {
    margin-bottom: 110px;
    height: 484px;
    /* background: orange; */
    padding-top: 80px
}

.container {
    width: 70% !important;
}

.active a b {
    border: 2px solid #083E94;
    padding: 10px;
    color: #083E94 !important;
}

.my-navbar {
    padding: 20px 0;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    font-size: 16px;
}

.my-navbar a {
    background: transparent !important;
    color: #fff !important
}

.my-navbar .navigat{
    color: #3A3A3A !important
}

.my-navbar a:hover {
    color: #083E94 !important;
    background: transparent;
    outline: 0
}

.my-navbar a {
    transition: color 0.5s ease-in-out;
}


/*-webkit-transition ;-moz-transition*/

.top-nav {
    padding: 0;
    background: #fff;
}

button.navbar-toggle {
    background-color: #fbfbfb;
}


/*整个背景都是transparent透明的，会看不到，所以再次覆盖一下*/

button.navbar-toggle>span.icon-bar {
    background-color: #dedede
}


/* 底部 */

.footer {
    color: #fff;
}

.footer ul li {
    text-align: left;
    line-height: 40px;
    font-size: 20px
}

.footer ul li a {
    color: #fff
}

.footer hr {
    color: #5A7EBD;
    width: 70%
}

.footer p {
    text-align: left;
    /* line-height: 50px; */
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
}

.footer .footer-logo img {
    width: 244px;
    /* height: 82px; */
}

.footer-main {
    font-size: 26px !important;
}

.footer-img-icon {
    width: 18px;
    /* height:27px; */
    margin-right: 15px
}

.footer .row {
    margin: 0 !important;
}


/* 导航logo */

.logoImg {
    padding: 0;
}

.logoImg img {
    width: 126px;
    margin-top: -20px;
    /* margin-right: 20px; */
}


/* 部分头部样式 */

.bg .bg-top-img-title {
    width: 70%;
    font-size: 60px;
    /* font-weight: bold; */
    color: #FFFFFF;
    /* line-height: 350px; */
    padding-top: 160px;
    margin: 0;
    text-align: left;
    margin: auto;
    box-shadow: 0 0 10 #888;
    /* padding: 20px; */
    animation: sport 1s;
    transform: translateY(0px);
    /* font: 500%/1 Rockwell,
        serif; */
    /* text-shadow: 0 1px hsl(0, 0%, 85%), 0 2px hsl(0, 0%, 80%), 0 3px hsl(0, 0%, 75%), 0 4px hsl(0, 0%, 70%), 0 5px hsl(0, 0%, 65%), 0 5px 10px black; */
}

.bg .bg-top-img-title p {
    font-size: 40px;
    line-height: 60px;
}

@keyframes sport {
    0% {
        transform: translateY(80px);
        opacity: 1;
    }
    /* 25% {
        transform: translateY(50px);
        opacity: 1
    }
    50% {
        transform: translateY(20px);
        opacity: 1
    } */
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

.dropdown-menu {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
}


/* 媒体查询 */

@media (max-width: 970px) {
    .bg {
        width: 100%;
        height: 100%;
        padding: 0 0;
        text-align: center;
        color: #fff;
        /* background-color: #245624; */
        background-size: cover;
    }
    .bg-top-img {
        margin-bottom: 110px;
        height: 180px;
        /* background: orange; */
        padding-top: 80px
    }
    .active a b {
        border: 2px solid #083E94;
        padding: 10px;
        color: #083E94 !important;
    }
    .my-navbar {
        padding: 8px 0;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.5)
    }
    .my-navbar a {
        background: transparent !important;
        color: #fff !important
    }
    .my-navbar a:hover {
        color: #083E94 !important;
        background: transparent;
        outline: 0
    }
    .my-navbar a {
        transition: color 0.5s ease-in-out;
    }
    /*-webkit-transition ;-moz-transition*/
    .top-nav {
        padding: 0;
        background: rgba(0, 0, 0, 0.8);
    }
    button.navbar-toggle {
        background-color: #fbfbfb;
    }
    /*整个背景都是transparent透明的，会看不到，所以再次覆盖一下*/
    button.navbar-toggle>span.icon-bar {
        background-color: #dedede
    }
    .bg .bg-top-img-title {
        width: 100%;
        font-size: 22px;
        /* font-weight: bold; */
        color: #FFFFFF;
        /* line-height: 32px; */
        padding-top: 16px;
        margin: 0;
        text-align: left;
        margin: auto;
        box-shadow: 0 0 10 #888;
        /* padding: 20px; */
        animation: sport 1s;
        transform: translateY(0px);
        /* font: 500%/1 Rockwell,
            serif; */
        /* text-shadow: 0 1px hsl(0, 0%, 85%), 0 2px hsl(0, 0%, 80%), 0 3px hsl(0, 0%, 75%), 0 4px hsl(0, 0%, 70%), 0 5px hsl(0, 0%, 65%), 0 5px 10px black; */
    }
    .bg .bg-top-img-title p {
        font-size: 16px;
        line-height: 20px;
    }
    @keyframes sport {
        0% {
            transform: translateY(80px);
            opacity: 1;
        }
        /* 25% {
            transform: translateY(50px);
            opacity: 1
        }
        50% {
            transform: translateY(20px);
            opacity: 1
        } */
        100% {
            transform: translateY(0px);
            opacity: 1
        }
    }
    .container {
        width: 100% !important;
    }
    .footer {
        color: #fff;
    }
    .footer ul li {
        text-align: left;
        line-height: 30px;
        font-size: 14px
    }
    .footer ul li a {
        color: #fff
    }
    .footer hr {
        color: #5A7EBD;
        width: 100%
    }
    .footer p {
        text-align: left;
        /* line-height: 50px; */
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .footer .footer-logo img {
        width: 244px;
        /* height: 82px; */
    }
    .footer-main {
        font-size: 26px !important;
    }
    .footer-img-icon {
        width: 16px;
        /* height:27px; */
        margin-right: 15px
    }
    .footer .row {
        margin: 0 !important;
    }
}