.gy .swiper-container img {
    width: 100%;
    max-width: 1920px;
}


/* 企业概况 */

.concept {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}

.concept_title {
    margin: 60px 0 20px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.concept_title h2 {
    font-size: 32px;
    margin: 0 30px 0 0;
    color: #36a390;
    text-transform: uppercase;
    transform: scale(1, 2);
    display: block;
    float: left;
    margin-right: 30px;
}

.concept_title h3 {
    font-size: 24px;
    display: inline-block;
    color: #333;
    color: #333;
    transform: scale(1, 1);
    line-height: 50px;
}

.concept_pic {
    width: 100%;
    height: auto;
    max-height: 360px;
    text-align: center;
}

.concept_pic img {
    max-width: 100%;
}

.concept_con {
    padding: 20px;
    box-sizing: border-box;
}

.concept_con h3 {
    font-size: 30px;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 10px;
}

.concept_con h4 {
    font-size: 43px;
    margin-bottom: 30px;
    letter-spacing: 10px;
    color: #cfcfcf;
    font-weight: 400;
}

.concept_con p {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

@media screen and (max-width:1024px) {
    .concept {
        box-sizing: border-box;
        padding: 15px;
    }

    .concept_title {
        margin: 60px 0 10px;
        padding: 0;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
    }

    .concept_title h2 {
        margin: 0;
        clear: both;
    }

    .concept_title h3 {
        padding: 15px 0;
    }

    .concept_con {
        padding: 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .concept .zedee0col-md4 {
        height: 360px;
    }

    .concept .zedee0col-md4 img {
        height: 360px;
    }

    .concept .zedee0col-md8 {
        width: 100%;
    }

    .concept_con {
        padding: 0px;
    }
}

@media screen and (max-width:650px) {
    .concept .zedee0col-md4 {
        width: 100%;
    }

    .concept_con h3 {
        line-height: 1.5;
    }

    .concept_con h4 {
        line-height: 1;
    }
}


/* 视频案例 */

.data_video {
    background: #000;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}

#myVideo1 {
    width: 100%;
    height: 400px;
}

@media screen and (max-width:1024px) {
    .data_video {
        padding: 15px;
        box-sizing: border-box;
    }
}


/* 企业文化 */

.culture {
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}

.culture_title {
    text-align: center;
}

.culture_title h3 {
    font-size: 30px;
    color: #333;
    padding: 75px 0;
}

.culture_title h3 span {
    position: relative;
}

.culture_title h3 span::before {
    content: '|';
    color: #36a390;
    position: absolute;
    left: -25px;
    top: 10px;
    width: 1px;
    height: 100%;
}

.culture_title h3 span::after {
    content: '|';
    color: #36a390;
    position: absolute;
    right: -25px;
    top: 10px;
    width: 1px;
    height: 100%;
}

.culture .zedee0col-md3 {
    height: 360px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.culture .culture_pic {
    width: 142px;
    height: 142px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.culture_info h3 {
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.culture_info h5 {
    font-size: 16px;
    color: #666;
}

.culture_info p {
    font-size: 16px;
    color: #36a390;
    margin: 10px 20px;
    line-height: 1.5;
    font-weight: 555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;


}

@media screen and (max-width:650px) {
    .culture_info p {
        height: 50px;
    }
}