#aboutApp {}

#subHeader {
    width: 100%;
    height: 472px;
    background-color: #f40;
    position: relative;
    background: url(https://res.hangxintong.cn/companies/changrun/web/aboutBg.jpg)center no-repeat;
    background-size: cover;
}

.slogen {
    width: 1200px;
    position: absolute;
    text-shadow: 0px 12px rgba(65.10000000000001, 81.8986956521739, 138, 0.3);
    color: #fff;
    font-size: 72px;
    font-family: Barlow;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}


#story {
    width: 100%;
    padding: 104px 0px 0px;
    margin-bottom: 128px;
}

.storyWrap {}




.storyWrap {
    width: 1200px;
    height: 500px;
    /* background-color: #0f0; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.storyWrap .item {
    width: 50%;
    height: 100%;
}

.storyWrap .leftBox {
    position: relative;

}

.storyWrap .leftBox .imgBox {
    width: 512px;
    height: 323px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
}

.storyWrap .leftBox .imgBox img {
    width: 512px;
    height: 323px;
}

.storyWrap .leftBox .line {
    width: 512px;
    height: 447px;
    position: absolute;
    right: 40px;
    bottom: 0;
    border: 5px solid #2FC1FF;
}

.storyWrap .leftBox .line .name {
    width: 100%;

    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.5rem;
    color: #101218;
    font-weight: bold;
}

.storyWrap .rightBox {
    padding-left: 40px;
    box-sizing: border-box;
}

.storyWrap .rightBox .textRow.content {
    /* padding-left: 40px; */
    box-sizing: border-box;
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    color: rgb(76, 82, 83);
    margin-bottom: 40px;
}

.storyWrap .iconNav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);

}

.storyWrap .iconNavItem {
    width: 100%;
    height: 50px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.storyWrap .icons {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    /* border: 1px solid #000; */
    box-sizing: border-box;
}

.storyWrap .icons img {
    width: 100%;
    height: 100%;
}

.storyWrap .iconTitle {}

.storyWrap .iconTitle .titleText {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #4C5253;
}



#founder {}



#founder .content {
    width: 1200px;
    margin: 0 auto;

}

#founder .content .poster {
    text-align: center;
    margin-bottom: 40px;
}

#founder .content .poster img {
    width: 768px;
    height: 753px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

#founder .content .poster .nameBox {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

#founder .content .subTitle {
    font-size: 40px;
    color: #CECECE;
    font-family: 'Barlow', sans-serif;
}


#video {
    background-color: #2FC1FF21;
    padding-top: 40px;
    padding-left: 40px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

#video .videoBox {
    height: 652px;
    position: relative;
}

.videoWrap {
    width: 1160px;
    height: 652px;
    object-fit: cover;
}

.playBtn {
    z-index: 100;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.4;
    transition: all linear 0.3s;
}

.playBtn:hover {
    opacity: 1;
}


#culture {}

#culture .desc {
    width: 520px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 2px;
}

#culture .titleBox {
    margin-bottom: 20px;
}

#culture .swiperWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

#culture .swiperWrap .cultureItem {
    width: 598px;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

#culture .swiperWrap .cultureItem .cultureVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cultureSwiper {
    width: 100%;
    height: 285px;
}


#culture .cultureSlide img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#culture .subTitle {
    margin-bottom: 20px;
    font-size: 40px;
    color: #CECECE;
    font-family: 'Barlow', sans-serif;
    text-align: right;
}

#development {
    padding-bottom: 20px;
}

#development .infos {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#development .infos .left,
#development .infos .right {
    width: 590px;
    height: 480px;
    box-sizing: border-box;
}

#development .infos .left {
    padding: 10px;
}

#development .infos .left .leftContent {
    color: #333;
    line-height: 30px;
}

#development .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px !important;
}

.developmentSwiper {
    padding-bottom: 40px !important;
}


#honor {
    padding-bottom: 40px;
}

#honor .desc {
    width: 520px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 2px;
}

.itemTitle {
    font-size: 24px;
    font-weight: 600;
    /* font-family: sans-serif; */
    color: #101218;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
}

.honorItem {
    position: relative;
    padding-top: 40px;
}

.honorItem::before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background-color: #2FC1FF;
    position: absolute;
    top: 20px;
    left: 0;

}

.honorSwiperBox {
    width: 1200px;
    height: 315px;
    margin: 0 auto;
}

.honorSwiper {
    width: 1200px;
    height: 278px;
    padding-bottom: 20px !important;
}

.honorSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#honor .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px !important;
}


.honorSubSwiper {
    width: 1200px;
    height: 315px;
    margin: 0 auto;
}

.honorSubSwiper {
    width: 1200px;
    height: 278px;
    padding-bottom: 20px !important;
}

.honorSubSlide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#aboutApp .bgWrap {
    height: 504px;
}

#aboutApp .bgWrap .mask {
    position: relative;
}
#aboutApp .bgWrap .contact {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-20%);
}
#aboutApp .bgWrap .contactTitle {
    position: relative;
}

#aboutApp .bgWrap .contactTitle::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-54%);
    width: 64px;
    height: 5px;
    background-color: #2FC1FF;
}
body{
    scroll-behavior: smooth;
}
#aboutApp{
    scroll-behavior: smooth;
}