.swip1 .swiper-slide {
    width: 2228px !important;
    height: 98%;
}


.pub_banner {
    overflow: hidden;
    position: relative;
}

.pub_banner .box {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 1;

}

.pub_banner .pc_banner1 {
    background-position: center center;
    background-size: cover;
    width: 100%;
    display: inline-block;
}

.swip1 {
    height: 100%;
}

.pub_banner .ban_dow .dow_text {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.pub_banner .ban_dow .dow_img img {
    width: 100%;
    height: 100%;
}

.pub_banner .ban_dow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -28px;
    /* cursor: pointer; */
    z-index: 100;
}

.pub_banner .ban_dow .dow_img {
    -webkit-animation: ani-svg 1.6s linear infinite;
    animation: ani-svg 1.6s linear infinite;
}

.pub_banner .ban_dow .dow_img {
    width: 15px;
    height: 8px;
    margin: 0 auto;
}


.pub_banner .box h4 {
    font-size: 0.48rem;
    line-height: 0.78rem;
    color: #fff;
}

.pub_banner .box p {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-top: 29px;
}

.content h4 {
    font-size: 0.39rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #000;
}

.qedge-com-about-us {
    padding-top: 1.4rem;
    padding-bottom: 0.2rem;
}

.qedge-com-about-us {
    font-size: 20px;
    color: #000;
    line-height: 34px;
}

.qedge-com-vision-mission-content .bg-title {
    font-family: PingFangSC-Regular, source-han-sans-simplified-c, sans-serif;
    font-size: 2rem;
    color: #f7f5f5;
    letter-spacing: 0;
    line-height: 2rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 92%;
    height: 100%;
    background: url(../images/vm.png) no-repeat;
    background-size: contain;
}

.qedge-com-vision-mission {
    margin-top: 0.6rem;
    padding-bottom: 0.8rem;
}

.qedge-com-vision-mission-content {
    position: relative;
    height: 4rem;
}

.qedge-com-vision-mission-content .title {
    font-family: PingFangSC-Regular, source-han-sans-simplified-c, sans-serif;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.65rem;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    top: 100px;
    font-weight: normal;
}



.public-banner.c-news,
.public-banner.c-investor {
    height: 532px;
}

.public-banner .c-pc,
.public-banner .c-mb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-banner .c-mb {
    display: none;
}

.public-banner .c-text-box {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.public-banner {
    position: relative;
    z-index: 1;
    height: calc(100vh - 84px);
    overflow: hidden;
    line-height: 1.2;
    background-color: #f7f9fc;
}

.container1 {
    margin: 0 auto;
    width: 85%;
    max-width: 1600px;
}

.public-banner .c-text-box .c-title {
    font-weight: bold;
}

.font42 {
    color: #f8f8f8;
}

.cont-l {
    background-color: #f0f2f6;
    position: relative;
    height: 100%;
    padding: 0.39rem;
    margin-right: 10px;
    width: 44%;
    float: left;
    margin-bottom: 0.9rem;
}

.cont-r {
    height: 500px;
    width: 55%;
    float: right;
}

.cont-l .brow {
    border-top: 2px solid #618fb9;
    padding: 0.25rem 0;
}

.cont-l span {
    display: block;
    font-size: 0.30rem;
    font-weight: bold;
    color: #065092;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
}

.cont-l .brow p {
    line-height: 26px;
    font-size: 17px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.cont-l .brow2 p {
    border-bottom: none;
}

.cont-l .brow2 {
    border-top: 2px solid #618fb9;
    padding: 0.25rem 0;
}

.bimg {
    width: 135px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


@media only screen and (max-width: 1366px) {
    .swip1 .swiper-slide {
        width: 1570px !important;
        height: 98%;
    }

    .qedge-com-about-us {
        font-size: 14px;
        color: #000;
        line-height: 25px;
    }

    .qedge-com-vision-mission-content .title {
        top: 9px;
    }
}

@media only screen and (max-width: 800px) {

    .c-title {
        text-align: center;
    }

    .cont-l {
        width: 100%;
    }

    .cont-r {
        width: 100%;
    }

    .cont-l .brow p {
        font-size: 14px;
        line-height: 14px;
    }

    .cont-l .brow2 p {
        font-size: 14px;
        line-height: 14px;
        padding: 15px 0;
    }

    .us-content img {
        max-width: 100%;
        height: auto;
    }

    .public-banner.c-news,
    .public-banner.c-investor {
        height: 300px;
    }

    .public-banner .c-text-box .c-title {
        text-align: center;
        margin-top: 38px;
    }
}