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;
    display: flex;
    justify-content: space-between;
}

/*.active a b {*/
/*     border-bottom: 2px solid #083E94;*/
/*    padding: 10px;*/
/*    color: #0a3d97 !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: #FFFFFF !important
}
.my-navbar .navigat{
    color: #363636 !important;
    text-decoration: none;
}
.my-navbar a:hover {
    color: #45bcf9 !important;
    background: transparent;
    outline: 0
}

.my-navbar a {
    transition: color 0.5s ease-in-out;
}

    * {
            margin: 0;
            padding: 0;
        }

        a {
            color: #363636 !important;
            margin-left: 10px;
            text-decoration: none;
            /* 添加这一行去除默认下划线 */
        }

        .navigat {
            position: relative;
            display: inline-block;
            padding-bottom: 5px;
              
            /* 控制下划线与文字的距离 */
        }

        .navigat::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 3px;
            background-color: #083E94;
            transition: all 0.3s ease-out;
            /* 统一过渡效果 */
        }

        .navigat:hover::after {
            width: calc(100% - 10px);
            /* 动画展开宽度减去两边的内边距 */
            left: 5px;
        }

/*-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;
            background-color: #3f3f3f;
        }

        .bottom-container {
            max-width: 70%;
            margin: 0 auto;
            padding-top: 20px;
        }

        .bottom-container a {
            text-decoration: none;
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .col {
            flex-basis: 20%;
            text-align: center;
        }

        .smo-col-h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }

        .smo-col-ul {
            list-style: none ;
            margin: 0;
            padding: 0;
        }

        .smo-col-li {
            margin-bottom: 10px;
            list-style: none !important;
        }

        .smo-col-li a {
             color: rgb(230, 230, 230) !important;
        }
        .smo-col-li a:hover {
            color: #fff !important;
        }
        .smo-contact {
            max-width: 70%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .smo-contact-us {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
        }

        .smo-contact-content {
            display: flex;
            align-items: center;
        }

        .smo-prs {
            max-width: 70%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;

        }

        .smo-prs a {
            text-decoration: none;
            color: rgb(230, 230, 230) !important;
        }
           .smo-prs a:hover {
            color: #fff !important;
        }
/*.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-right: 20px; */
    margin-top: 6px;
}


/* 部分头部样式 */

.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;
        position: absolute;
    top: 80px;
    right: 0;
    z-index: 1000;
     display: none; 
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 0 0 0;
}
.dropdown-menu>li>a {
    line-height: 2;
    font-size: 18px;
}
/*遮罩层*/
.overlay{
            display: none;
            position: fixed;
            top: 80px;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 999;
            color: white;
            text-align: center;
            padding-top: 20%;
}
/* 媒体查询 */

@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: #45bcf9 !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;
        display: flex;
        justify-content: flex-start;
    }
    /*.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;*/
    /*}*/
          footer {
                color: #fff;
                 background-color: #3f3f3f;
            }

            .bottom-container {
                max-width: 70%;
                margin: 0 auto;
                padding-top: 20px;
            }

            .bottom-container a {
                text-decoration: none;
            }

            .row {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

            .col {
                flex-basis: 50%;
                text-align: center;
            }

            .smo-col-h3 {
                font-size: 20px;
                margin-bottom: 20px;
            }

            .smo-col-ul {
                list-style: none !important;
                margin: 0;
                padding: 0;
            }

            .smo-col-li {
                margin-bottom: 10px;
                list-style: none !important;
            }

            .smo-col-li a {
                color: #fff;
            }
            .smo-col-li a:hover {
            color: #fff !important;
            }
            .smo-contact {
                max-width: 70%;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
            }

            .smo-contact-us {
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
            }

            .smo-contact-content {
                display: flex;
                align-items: center;
            }

            .smo-prs {
                max-width: 70%;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .smo-prs a {
                text-decoration: none;
               color: rgb(230, 230, 230) !important;
            }
           .smo-prs a:hover {
            color: #fff !important;
        }
}