/* 二级导航 */
.secondary {
    background: #F8F8F8;
    ;
    border-bottom: 1px solid #DDDDDD;
}
.worth-title,.culture .title ,.zeren-title{
    font-weight: bold;
}

/* 我们的价值观*/


.wenuha {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    grid-gap: 24px;
    margin-top: 55px;
    justify-content: space-between;
}

.wenhua-box {
    cursor: pointer;
}

.wenhua-box .img {
    overflow: hidden;
}

.wenhua-box .img img {
    transition: all .5s;
}

.wenhua-box:hover .img img {
    transform: scale(1.1);
    transition: all .5s;
}

.wenhua-box .name {
    /* font-size: 26px; */
    font-family: SourceHanSansCN-Regular;
    color: #666 !important;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 0 12px;
    box-sizing: border-box;
    transform: all 1s;
}

.wenhua-box:hover .name {
    border-bottom-color: #333333;
    transform: all 1s;
}

/* 文化，让我们与众不同 */
.worth,
.crumbs {
    background: #F8F8F8;
}

.worth-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    background-color: #fff;
}

.jzg-box {
    width: 100%;
    display: flex;
}

.worth-img {
    width: 50.6%;
    cursor: pointer;
    overflow: hidden;
}

.worth-img img {
    transform: scale(1);
    transition: all 0.5s;
}

.worth-img:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.worth-text {
    /* padding-left: 108px; */
    padding-left: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url(../images/worth-bg.png) no-repeat bottom right;
    width: 50.5%;
    background-size: 50%;
}

.worth-title ,.culture .title ,.zeren-title,.worth-txt,.wenhua-box .name{
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 40px;
}

.worth-txt {
    font-family: SourceHanSansCN-Regular;
    color: #666;
    line-height: 40px;
    margin-top: 10px;
}

.jzg-box:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.jzg-box:nth-of-type(2n) .worth-text {
    /* padding-right: 108px; */
    padding-right: 10%;
    text-align: right;
    background: url(../images/worth-bg2.png) no-repeat bottom left;
    background-size: 50%;
}

.jzg-box:nth-of-type(2n) .worth-title::before {
    right: -55%;
    left: auto;
}


/* 责任 */
.responsibility .container {
    width: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 0;
}

.zeren {
    display: flex;
    width: 100%;
    margin-top: 60px;
    background: url(../images/responsibility-bg.jpg) center no-repeat;
    background-size: cover;
}

.zeren-box {
    width: calc(100% / 3);
    height: 610px;
    position: relative;
}

.zeren-text {
    cursor: pointer;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 110px;
    margin: auto;
    text-align: center;
    position: absolute;
    transition: all 0.5s;
}

.zeren-text:hover {
    transition: all 0.5s;
    bottom: 50%;
    transform: translateY(50%);
}

.zeren-title {
    font-family: SourceHanSansCN-Regular;
    color: #FFFFFF;
    line-height: 1.67;
}

.zeren-txt {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    color: #FFFFFF;
    line-height: 2;
    margin-top: 30px;
}

.zeren-box:nth-of-type(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width:1440px) {
    .zeren-box {
        height: 510px;
    }
    .worth-title ,.culture .title ,.zeren-title ,.worth-txt ,.wenhua-box .name{
        font-size: 20px;
    }
   
}
@media (max-width:1280px) {
    .worth-title ,.culture .title ,.zeren-title ,.worth-txt ,.wenhua-box .name{
        font-size: 18px;
    }
   
    .zeren-text {
        bottom: 70px;
    }
   
    .zeren-box {
        height: 410px;
    }

    .wenuha ,.zeren ,.worth-box{
        margin-top: 35px;
    }
}
@media (max-width:1024px) {
    .worth-box {
        margin-top: 40px;
    }
  
    .worth-txt {
        line-height: 30px;
    }
    .worth-text {
        padding-left: 8%;
    }
    .jzg-box:nth-of-type(2n) .worth-text {
        padding-right: 8%;
    }
  
    .wenuha {
        margin-top: 30px;
    }
    .zeren {
        margin-top: 30px;
    }

    .zeren-box {
        height: 310px;
    }
    .zeren-txt {
        margin-top: 20px;
    }
    .zeren-txt {
        font-size: 14px;
    }
    .zeren-text {
        bottom: 50px;
    }
  
    .zeren-text {
        width: 90%;
    }
}
@media (max-width:767px) {
    .zeren-txt {
        font-size: 14px;
        line-height: 2;
    }
    .worth-title ,.culture .title ,.zeren-title,.worth-txt ,.wenhua-box .name{
        font-size: 16px;
    }
    .worth-box {
        margin-top: 30px;
        background-color: #F8F8F8;
    }
   
    .jzg-box {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .jzg-box:nth-child(1) {
        margin-top: 0;
    }
    .worth-img,.worth-text {
        width: 100%;
        background-color: #fff;
    }
    .jzg-box:nth-of-type(2n) {
        background-color: #fff;
    }
    .worth-text {
        padding: 30px;
        box-sizing: border-box;
    }
    .jzg-box:nth-of-type(2n) .worth-text {
        text-align: left;
        padding-right: 0;
        background-position: bottom right;
    }
    .wenuha {
        grid-template-columns: repeat(1, 100%);
    }
    .zeren {
        flex-wrap: wrap;
    }
    .zeren-box {
        width: 100%;
        height: 210px;
    }
    .zeren-box{
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    .zeren-box:nth-last-child(1) {
        border-bottom: unset;
    }
    .zeren-text {
       bottom: 50%;
       transform: translateY(50%);
       font-size: 16px;
    }
}