.aboutPage .article_content_box .article_title {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    padding: 0 2% 35px;
    font-family: var(--ThemesFooterNavFont);
}

.aboutPage {
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutPage .editor_txt {
    color: #2c2b2b
}

@media screen and (max-width: 1000px) {
    .aboutPage {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



@media screen and (max-width: 767px) {
    table {}

    table tr,
    table td {
        width: 100% !important;
        display: block;
    }
}


.culturePage {
    background: url(../images/proBg.jpg) no-repeat center/cover;
    padding: 8% 0;
}

.culturePage .hmPage5L {
    width: 100%;
}

.hmPage5 .hmp5_u1 {
    width: 100%;
    padding: 0 6%;
}


.culturePage .hmp2_t1 {
    font-size: 38px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
}

.culturePage .hmp2_t2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 6%;
    position: relative
}

.culturePage .hmp2_t2:after {
    content: "";
    width: 37px;
    height: 0;
    background: #333333;
    position: absolute;
    left: 0;
    bottom: 0
}

.culturePage .hmp5_u1 li {
    width: calc(100%/3 - 4%);
    margin: 0 2%;
    background-color: rgb(255 255 255 / 80%);
    padding: 2% 0;
    cursor: pointer;
    float: left;
    text-align: center;
}

.culturePage .hmP5Lbox {
    margin-top: 0;
}

.culturePage .hmp5_u1 li .hmp5icon {
    opacity: 1;
    text-align: center;
    height: 80px;
    width: 80px;
    margin: 0 auto 40px;
}

.culturePage .hmp5_u1 li .hmp5icon img {
    max-width: 100%;
}

.culturePage .hmp5_u1 li strong {
    font-size: 30px;
    color: #7b8697;
    text-align: center;
}

.culturePage .hmp5_u1 li p {
    font-size: 18px;
    line-height: 30px;
    color: #a3b5ce;
    text-align: center;
    font-weight: normal;
    width: 80%;
    margin: 0 auto;
    display: none;
    min-height: 60px;
}

.culturePage .hmp5_u1 li .hmp5desc {
    font-size: 14px;
    color: #797979;
    line-height: 24px;
    text-align: center;
    margin: 30px 0 40px;
}

.culturePage .hmp5_u1 li .hmp5more {
    font-size: 16px;
    color: #6d6d6d;
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.culturePage .hmp5_u1 li {
    transition-delay: 0.1s !important;
}

.culturePage .hmp5_u1 li:hover {
    background-color: #193e8d;
    transition-delay: 0.1s !important;
}

.culturePage .hmp5_u1 li:nth-child(2):hover {
    background-color: #ef8d27;
    transition-delay: 0.1s !important;
}

.culturePage .hmp5_u1 li:nth-child(3):hover {
    background-color: #4da2f5;
    transition-delay: 0.1s !important;
}

.culturePage .hmp5_u1 li:hover .hmp5icon {
    display: none;
    opacity: 0;
    transition: all 0.4s linear;
}

.culturePage .hmp5_u1 li:hover .hmp5more {
    color: #ff8c01;
    border-top: 1px solid #ff8c01;
    border-bottom: 1px solid #ff8c01;
    transition: all 0.4s ease;
}

.culturePage .hmp5_u1 li:hover strong {
    color: #fff;
    transition: all 0.4s linear;
}

.culturePage .hmp5_u1 li:hover p {
    display: block;
    color: #fff;
    transition: all 0.4s linear;
}

.culturePage .hmp5_u1 li .xian {
    height: 1px;
    width: 40px;
    background-color: #a3b5ce;
    margin: 40px auto;
    display: none;
}

.culturePage .hmp5_u1 li span {
    font-size: 18px;
    color: #7b8697;
    text-align: center;
    display: block;
    margin-top: 2px;
}

.culturePage .hmp5_u1 li:hover span {
    display: none;
}

.culturePage .hmp5_u1 li:hover .xian {
    display: block;
    background-color: #fff;
    transition: all 0.4s linear;
}

@media screen and (max-width: 767px) {
    .culturePage .hmp5_u1 li {
        width: 100%;
        background-color: #193e8d;
        transition-delay: 0.1s !important;
        margin-bottom: 5%;
    }

    .culturePage .hmp5_u1 li:nth-child(2) {
        background-color: #ef8d27;
        transition-delay: 0.1s !important;
    }

    .culturePage .hmp5_u1 li:nth-child(3) {
        background-color: #4da2f5;
        transition-delay: 0.1s !important;
    }

    .culturePage .hmp5_u1 li .hmp5icon {
        display: none;
        opacity: 0;
    }

    .culturePage .hmp5_u1 li p {
        display: block;
        color: #fff;
        transition: all 0.4s linear;
    }

    .culturePage .hmp5_u1 li strong {
        color: #fff;
        transition: all 0.4s linear;
    }

    .culturePage .hmp5_u1 li p {
        display: block;
        color: #fff;
        transition: all 0.4s linear;
    }
    .culturePage .hmp5_u1 li .xian{
        display: block;
        color: #fff;
    }
    .culturePage .hmp5_u1 li span{
        display: none;
    }
}