.swip1 .swiper-slide {
    width: 3541px !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;
    }
}


 .brandStoryMain {
  position: relative;
}

 .brandStoryMain.active .image:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

 .brandStoryMain.active .image:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

 .brandStoryMain.active .image:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

 .brandStoryMain.active .image:nth-of-type(4) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

 .brandStoryMain.active .brandStoryVideo video {
  width: 100%;
  height: 100vh;
  border-radius: 0px;
}

 .brandStoryMain.active .brandStoryVideo .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

 .brandStoryMain .image {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  position: absolute;
  border-radius: 0.78125vw;
  overflow: hidden;
  box-shadow: 0px 3px 22px #12101059;
}

 .brandStoryMain .image:nth-of-type(1) {
  width: 3.5rem;
  top: 5.67708vw;
  left: 6.40625vw;
}

 .brandStoryMain .image:nth-of-type(2) {
  width: 3.1rem;
  top: 4.79167vw;
  left: 81.66667vw;
}

 .brandStoryMain .image:nth-of-type(3) {
    width: 3.6rem;
    top: 30.26042vw;
    left: 1.5rem;
}

 .brandStoryMain .image:nth-of-type(4) {
  width: 4.1rem;
  top: 32.13542vw;
  left: 76.04167vw;
}

 .brandStoryMain .image img {
  width: 100%;
  height: auto;
}

 .brandStoryMain .brandStoryVideo video {
  display: block;
  width: 35.26042vw;
  height: 9.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
  position: relative;
  z-index: 2;
  border-radius: 0.52083vw;
  margin: 0 auto;
}

 .brandStoryMain .brandStoryVideo .content {
  text-align: center;
  left: 50%;
  top: 42%;
  margin-top: 1.5rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  padding: 0px 0.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  z-index: 2;
}

 .brandStoryMain .brandStoryVideo .content .title {
  font-size: 2.86458vw;
  color: #fff;
  margin-bottom: 0.9375vw;
}

 .brandStoryMain .brandStoryVideo .content .desc {
  font-size: 0.88542vw;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.35417vw;
  font-weight: normal;
  margin-bottom: 1.66667vw;
}
