.culture-box {
    width: 100%;
    min-width: 1190px;
    margin: 100px auto 120px;
}

.col-lg-2 {
    padding: 0px;
}
.menu {
    height: 1100px;
}
.culture-right {
    margin-top: 20px;
    padding: 0;
    padding-left: 100px;
}

.title-style {
    color: #333333;
    font-size: 28px;
    letter-spacing: 60;
    line-height: 36px;
    font-family: Noto Sans SC;
    ;
}

.items-style {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 60;
    margin: 0;
    font-family: Noto Sans SC;
    ;
    font-weight: 400;
}

.claims-style {
    color: #005da2;
    font-size: 20px;
    line-height: 24px;
    /* letter-spacing: 1px; */
    margin: 10px 0;
    font-family: Noto Sans SC;
    ;
    font-weight: bold;
}


/* ***********************************企业文化***************************************/

.culture-title {
    height: 36px;
}

.culture-style {
    width: 890px;
    height: 155px;
    margin-top: 60px;
    /* margin-left: 30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
}

.culture-style-child {
    width: 296px;
    height: 155px;
}

.culture-style-child1 {
    width: 296px;
    height: 80px;
}


/* ***********************************企业理念***************************************/

.concept-title {
    margin-top: 70px;
    height: 36px;
}

.concept-style {
    width: 890px;
    height: 235px;
    margin-top: 60px;
    /* margin-left: 30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
}

.concept-style-child {
    width: 296px;
    height: 235px;
}

.concept-style-child1 {
    width: 296px;
    height: 80px;
}


/* ***************************************企业图片****************************************** */

.culture-img {
    margin-top: 98px;
}

.culture-img-style {
    margin-top: 38px;
    width: 890px;
    height: 330px;
}

.fadeInUp1 {
    animation-name: culture-move;
    animation-duration: 1s;
    -webkit-animation-name: culture-move;
    -webkit-animation-duration: 1s;
}

@keyframes culture-move {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes culture-move {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}