/* 隐藏 Chrome、Safari 和 Opera 的滚动条 */
body::-webkit-scrollbar {
    display: none;
}

/* 隐藏 IE、Edge 和 Firefox 的滚动条 */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


/* 导航栏 */

.nav-link {
    color: #fff !important;
}

/* .nav-link:hover {
    color: #fff;
} */

.nav-link-box {
    position: relative;
}

#navbar {
    background-color: #3d8bfd;
}

.slider {
    width: 80px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: -1;
    transition: all ease 0.4s;
}

.current {
    color: #fff;
}

ul li:nth-child(1):hover~.slider,
li:nth-child(1).current~.slider {
    left: 0px;
}

ul li:nth-child(2):hover~.slider,
li:nth-child(2).current~.slider {
    left: 80px;
}

ul li:nth-child(3):hover~.slider,
li:nth-child(3).current~.slider {
    left: 160px;
}

ul li:nth-child(4):hover~.slider,
li:nth-child(4).current~.slider {
    left: 240px;
}


#gsName {
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 1rem;
}

/* 导航栏 end */


/* banner部分 */
.banner-box {
    background-color: #3d8bfd !important;
}

.swiper-item-img {
    height: auto;
}


/* banner部分 */


/* 轮播图下面svg */

/* 轮播图下面svg */




/* 标题 */
.companyProfile {
    font-weight: 700;
}

/* 标题 */

/* 详细介绍 */
.featurette-heading {
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/* 详细介绍 */

/* 客户案例 */

.case-item:hover {
    border-radius: 1%;
    background-color: #3d8bfd;
    color: #fff;
}

.case-item:hover img {
    transform: scale(1.01);
}

/* 客户案例 */

/* 页脚 start */


.footer-box {
    height: 16rem;
}

.footer-detail {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: -70%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.gzh-img {
    width: 10rem;
    height: 10rem;
    margin: 0 2rem;
    /* display: none; */
}

.filingInfo {
    text-decoration: none;
    color: #000;
}

/* 页脚 end */


/* 火狐适配 */

@-moz-document url-prefix() {
    #marBot {
        margin-bottom: 10rem;
    }

    .case-item:hover {
        border-radius: 1%;
        background-color: #3d8bfd;
        color: #000;
    }
}