.main .introduction .content p span {
    display: inline !important;
}
strong {
    display: inline !important;
}
.main .banner {
    width: 100%;
    max-height: 525px;
    overflow: hidden
}

.main .banner a {
    width: 100%;
    height: 100%
}

.main .banner a img {
    width: 100%;
    max-height: 525px
}

.main .introduction {
    width: 100%;
    background: #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main .introduction .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    background: #fff;
    padding-top: 50px
}

.main .introduction .content h3 span {
    color: #35323C;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase
}

.main .introduction .content i {
    display: block;
    width: 1000px;
    height: 1px;
    background: #b5b5b5;
    margin: 30px 0 50px 0
}

.main .introduction .content p {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
    line-height: 34px;
    width: 808px;
    text-align: justify
}

.main .introduction .content p span {
    font-size: 16px;
    color: #35323C;
    text-align: justify
}

.main .introduction .content p span strong {
    display: inline;
    font-weight: bold
}

.main .family-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #e4e4e4;
    border-bottom: 1px solid #cfcfcf
}

.main .family-profile .family-box {
    width: 1200px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main .family-profile .family-box ul {
    margin-top: 65px;
    margin-bottom: 55px;
    max-width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

.main .family-profile .family-box ul li {
    width: 32%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 45px;
    /* -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) */
}

.main .family-profile .family-box ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main .family-profile .family-box ul li a img {
    width: 100%
}

.main .family-profile .family-box ul .center {
    -webkit-box-shadow: none;
    box-shadow: none
}

.main .family-profile .family-box ul .center a img {
    max-width: 182px;
    max-height: 74px
}

@media screen and (max-width: 768px) {
    .main .introduction {
        padding: 0 0rem
    }

    .main .introduction .content {
        padding: 0 .4rem
    }

    .main .introduction .content h3 {
        margin-top: .4rem
    }

    .main .introduction .content h3 span {
        color: #000;
        font-size: .426667rem
    }

    .main .introduction .content i {
        display: block;
        width: 6.933333rem;
        height: 1px;
        background: #b5b5b5;
        margin: .4rem 0 .533333rem 0
    }

    .main .introduction .content p {
        line-height: .64rem;
        width: 100%;
        text-align: left;
        /* text-align: justify */
    }

    .main .introduction .content p span {
        margin-bottom: 15px;
        font-size: .32rem;
        text-align: left;
    }

    .main .family-profile {
        padding: 0 0rem
    }

    .main .family-profile .family-box ul {
        margin: 15px 0 30px 0;
        max-width: 10rem;
        padding: 0 .4rem
    }

    .main .family-profile .family-box ul li {
        width: 31%;
        height: auto;
        border-radius: .1rem;
        margin-bottom: .266667rem;
        /* -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.4) */
    }

    .main .family-profile .family-box ul li a img {
        width: 100%
    }
}

/*# sourceMappingURL=aboutUs.css.map */