@charset "utf-8";
.box-pd {
    padding: 45px 0 30px 0;
}

.scsb-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex: auto; */
}

.scsb-detail p {
    font-size: 16px;
    color: #221815;
    line-height: 42px;
}

.scsc-tit {
    font-size: 19px;
    color: #ffffff;
    position: relative;
    letter-spacing: 10px;
    line-height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scsc-tit::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    background: #ffffff;
}

.scsc-label-detail {
    color: #ffffff;
    margin: 20px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-weight: 100;
    letter-spacing: 2px;
}

.inn-nav {
    display: flex;
    justify-content: flex-end;
    margin: 20px;
    cursor: pointer;
}

.nav-left {
    background: url(../img/scsb/left-arr.png) left center no-repeat;
    width: 26px;
    height: 49px;
}

.nav-right {
    background: url(../img/scsb/right-arr.png) left center no-repeat;
    width: 26px;
    height: 49px;
}

.dot-list {
    display: flex;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 49px;
    background: url(../img/kycx/dot.png) center no-repeat;
    margin: 0 10px;
}

.scsb-label-box {
    padding: 55px 0 10px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.zz-bg {
    position: relative;
}

.about-tit-head {
    text-align: center;
}

.sm-box .about-tit {
    padding-bottom: 20px;
}

.zz-bg::before {
    position: absolute;
    content: "";
    right: 0;
    top: calc((100% + 20px - 3px)/2);
    width: 10px;
    height: 10px;
    background: #0f2141;
}

.zz-label {
    text-align: center;
    font-size: 19px;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.flex-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.flex-img p {
    font-size: 20px;
    line-height: 40px;
}

.hzl-detail-item1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hzl-detail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hzl-detail-item p {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    background: #000000;
    opacity: 0.5;
    text-align: center;
}

#scbx-list {
    width: 100%;
}

.yr-box {
    background: #efefef;
    padding: 40px 0;
}

.yr-label {
    width: 100%;
    font-size: 16px;
    letter-spacing: 3px;
}

.yr-title {
    width: 100%;
    font-size: 44px;
    line-height: 100px;
    position: relative;
    margin-bottom: 30px;
}

.yr-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    background: #242424;
    height: 2px;
}

@media only screen and (min-width: 1024px) {
    .scsb-index-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 678px;
        padding: 0;
        z-index: 1;
    }
    .hzl-index-img {
        width: 817px;
        height: 800px;
        max-width: 1217px;
        padding: 0;
    }
    .zz-label {
        text-align: center;
        font-size: 12px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .hzl-detail-item img {
        max-width: 180px;
    }
    .gray-box {
        position: relative;
        height: 1160px;
    }
    .gray-box .container {
        padding: 0 20px;
        max-width: 100%;
    }
    .scsb-label {
        position: absolute;
        left: 0;
        top: 80px;
        width: calc(100% - 195px);
        height: 640px;
    }
    .scsb-index-img {
        position: absolute;
        left: 0;
        top: 120px;
        width: 548px;
        padding: 0;
        z-index: 1;
    }
    .yr-box img {
        max-width: 100%;
        float: right;
    }
    .scsb-index-img img {
        width: 100%;
    }
    .zz-label {
        text-align: center;
        font-size: 16px;
        padding-top: 20px;
        letter-spacing: 1px;
    }
    .scsb-list {
        position: absolute;
        right: 0;
        top: 555px;
        width: calc(100% - 40px);
        height: 285px;
    }
    .scsc-label-detail {
        font-size: 16px;
        /* letter-spacing: 4px; */
    }
    .scsb-list {
        display: flex;
        align-items: center;
    }
    .zz-bg::after {
        position: absolute;
        content: "";
        left: 35px;
        top: 40px;
        width: 81px;
        height: 47px;
        background: url(../img/scsb/toggle.png) center no-repeat;
    }
    .zz-tit {
        width: 100%;
        height: 265px;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
    .sm-box {
        max-width: 1670px;
        width: 1670px;
    }
    .box-cross {
        position: relative;
        border: 2px solid #afaeae;
    }
    .box-cross:before,
    .box-cross:after {
        content: "";
        position: absolute;
        background: #afaeae;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .box-cross:before {
        width: 100%;
        height: 2px;
    }
    .box-cross:after {
        width: 2px;
        height: 100%;
    }
    .hzl {
        background: url(../img/scsb/hzl-bg.jpg) center no-repeat;
    }
    .hzl .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .hzl-index-img {
        width: 617px;
        height: auto;
        max-width: 780px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .hzl-index-img img {
        width: 100%;
        max-height: 800px;
    }
    .hzl-detail {
        width: calc(100% - 900px);
        max-width: calc(100% - 80px);
        padding: 0;
    }
    .box-between {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }
    .hzl-detail .about-tit {
        margin-top: 60px;
    }
    .head-small {
        font-size: 43px;
        background: url(../img/bg-line.png) bottom repeat-x;
        /* width: 300px */
    }
    .hzl-detail.row {
        padding: 0;
        flex: auto;
        margin: 0;
    }
    .hzl-detail .row {
        padding: 0;
        margin: 0;
    }
    .hzl-detail-item1 {
        margin-bottom: 20px;
    }
    .head-small1 {
        font-size: 16px;
        width: 80%;
        line-height: 26px;
        margin-top: 20px;
    }
    .yr-label {
        width: 100%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .sbcx {
        background: url(../img/kycx/sbcx-bg.jpg) center no-repeat;
        padding: 35px 0 0 0;
    }
    .sbcx .row {
        margin: 0;
    }
    .inn-first-img {
        padding: 0;
    }
    .inn-first-img img {
        width: 100%;
    }
    .scbx-list,
    .inn-nav {
        display: none;
    }
    .inn-tit {
        width: 100%;
        text-align: left;
        font-size: 28px;
    }
    .tit-item {
        font-size: 22px;
        text-align: center;
        flex: auto;
        padding: 10px 0;
        margin: 0 10px;
        line-height: 30px;
        min-width: 80px;
        position: relative;
        cursor: pointer;
        letter-spacing: 5px;
    }
    .hzl {
        background: #222222;
        padding: 20px 0;
    }
    .flex-center {
        display: initial;
    }
}

@media (min-width: 1400px) {
    .hzl-detail-item img {
        max-width: 200px;
    }
    .scsb-index-img {
        position: absolute;
        left: 0;
        top: 70px;
        width: 678px;
        padding: 0;
        z-index: 1;
    }
    .yr-label {
        width: 100%;
        font-size: 16px;
    }
    .hzl-index-img {
        width: 900px;
        max-width: 900px;
    }
}

@media only screen and (min-width: 1700px) {
    .hzl-detail-item1 {
        margin-bottom: 50px;
    }
    .hzl-detail-item img {
        max-width: 260px;
    }

    .scsb-detail p {
        font-size: 21px;
    }

    .scsc-tit {
    font-size: 29px;
    }
    .scsb-index-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 878px;
        padding: 0;
        z-index: 1;
    }
    .scsb-list {
        position: absolute;
        right: 0;
        top: 555px;
        width: calc(100% - 40px);
        height: 365px;
    }
    .gray-box {
        position: relative;
        height: 1290px;
    }
    .scsc-label-detail {
        font-size: 16px;
    }
    .hzl-index-img {
        width: 1200px;
        max-width: 1200px;
    }
    .hzl-detail {
        width: calc(100% - 1217px);
        max-width: calc(100% - 1217px);
        padding: 0;
    }
    .yr-label {
        width: 100%;
        font-size: 16px;
        letter-spacing: 3px;
    }
}