/* .content {
    display: flex;
} */

.content .row {
    margin-left: 0px;
    margin-right: 0px;
}

.content .col {
    padding-left: 0px;
    padding-right: 0px;
}

.content h3 {
    font-size: 34px;
    padding-bottom: 20px;
}

.content p {
    font-size: 20px;
    color: #333;
}

.content .descText {
    font-size: 20px;
    color: #333;
    line-height: 40px
}
.carousel-caption {
    bottom:200px!important;
}
.t-r {
    text-align: right;
}

.t-l {
    text-align: left !important;
}

.p-t-10-p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.t-r div {
    /* margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50% ,-50%); */
}

.t-l div {
    /* margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%); */
}

/* 子页面 */

.child-pages .hero-text p {
    margin-top: 100px;
    font-size: 16px;
}

.child-pages .header-content-div {
    justify-content: space-around;
    padding: 90px 23% 0;
}

.child-pages .p-indent {
    text-indent: -14px
}

.child-pages .content-text-div p {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.child-pages .content-text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.child-pages .content-text-div div {
    padding-left: 128px;
    padding-right: 128px;
}

.child-pages .btn {
    width: 104px;
    height: 46px;
    background: rgba(2, 102, 171, 1);
    font-weight: 500;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    border-radius: 0rem;
    margin-top: 60px
}

.child-pages .btn-primary {
    color: #fff;
    background-color: rgba(2, 102, 171, 1);
    border-color: rgba(2, 102, 171, 1);
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

.content .col-6 {
    padding: 0px;
    text-align: center;
}

.header-content {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color:#f7d58d;
    font-family: 'Times New Roman', Times, serif;
}

.t-center {
    text-align: center;
    width: 100%;
}

.t-left {
    text-align: left;
    width: 100%;
}

.t-right {
    text-align: right;
    width: 100%;
}

@media (max-width: 960px) {
    .content .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        text-align: center !important;
    }

    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .content .p-t-10-p {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content h3 {
        font-size: 28px;
    }

    .content p {
        font-size: 16px;
    }

    .content .descText {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }

    .t-center {
        text-align: center;
        width: 100%;
    }

    .t-left {
        text-align: center;
        width: 100%;
    }

    .t-right {
        text-align: center;
        width: 100%;
    }
}