﻿.enterprise_culture{
    background: #fff;
    background: url(../images/about_workshop_back.png) no-repeat left bottom;
    background-size: 100%;
}
/* 导航路径 */
.enterprise_culture .address{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px 0;
    margin-bottom: 20px;
}
.enterprise_culture .address a{
    margin-left: 10px;
    color: #999999;
    font-size: 14px;
}
/* 二级导航 */
.enterprise_culture .navigation{
    background: white;
}
.enterprise_culture .navigation{
    border-bottom: 1px solid #dddddd;
    width: 80%;
    margin: 0 auto;
}
.enterprise_culture .navigation ul{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.enterprise_culture .navigation ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 46px;
    margin-right: 10px;
}
.enterprise_culture .navigation ul li a{
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 15px;
    /* line-height: 46px; */
    height: 56px;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
.enterprise_culture .navigation ul li .imgicon{
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
}
.enterprise_culture .navigation ul li:hover a{
    color: #fff;
    background: #e9c42b;
}
.enterprise_culture .navigation ul li:hover .imgicon{
    opacity: 1;
}
.enterprise_culture .navigation ul > .active a{
    color: #fff;
    background: #e9c42b;
}
.enterprise_culture .navigation ul > .active img{
    opacity: 1;
}
.enterprise_culture .content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 140px 0 220px;
    
}
.owl-carousel .owl-stage{
    padding-left: 10px;
    padding-right: 0;
}
.enterprise_culture .content .owl-carousel .item .item-img{
    position: relative;
}
.enterprise_culture .content .owl-carousel .item .item-txt{
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
}
.enterprise_culture .content .owl-carousel .item .item-txt .title {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #000000;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    background: rgba(233, 196, 43, 0.9);
}
.enterprise_culture .content .owl-carousel .item{
    position: relative;
}
.enterprise_culture .content .owl-carousel .item .item_back{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(233, 196, 43, 0.7);
    padding: 50px;
    opacity: 0;
    transition: all .3s linear;
}
.enterprise_culture .content .owl-carousel .item:hover .item_back{
    opacity: 1;
}
.enterprise_culture .content .owl-carousel .item:hover .item-img .item-txt{
    opacity: 0;
}
.enterprise_culture .content .owl-carousel .item .item_back .title{
    margin-top: 20px;
}
.enterprise_culture .content .owl-carousel .item .item_back .title a{
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}
.enterprise_culture .content .owl-carousel .item .item_back .info1{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.enterprise_culture .content .owl-carousel .item .item_back .info2{
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width:1600px){
    .enterprise_culture .content .owl-carousel .item .item_back .title{
        margin-top: 0;
    }
}
@media (max-width:1400px){
    .enterprise_culture .content .owl-carousel .item .item_back .title{
        margin-top: 0;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .title a{
        font-size: 18px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info1{
        font-size: 14px;
        margin-top: 10px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info2{
        font-size: 14px;
        margin-top: 5px;
    }
}
@media (max-width:1200px){
    .enterprise_culture .content .owl-carousel .item .item_back .title a{
        line-height: 25px;
        
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info1{
        line-height: 25px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info2{
        line-height: 25px;
    }
    .enterprise_culture .content .owl-carousel .item .item-txt .title {
        padding: 10px 0;
        font-size: 16px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back{
        padding: 30px;
    }
}
@media (max-width:1100px){
    .enterprise_culture .content .owl-carousel .item .item_back .title a{
        line-height: 20px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info1{
        line-height: 20px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info2{
        line-height: 20px;
    }
}
@media (max-width:960px){
    .enterprise_culture .content .owl-carousel .item .item_back .title a{
        line-height: 25px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info1{
        line-height: 25px;
    }
    .enterprise_culture .content .owl-carousel .item .item_back .info2{
        line-height: 25px;
    }
}
@media (max-width:760px){
    .enterprise_culture .content{
        width: 95%;
    }
    .enterprise_culture .content{
        padding: 100px 0 120px;
    }
}
@media (max-width:550px){
    .enterprise_culture .address{
        width: 95%;
    }
    .enterprise_culture .navigation{
        width: 95%;
    }
    .enterprise_culture .content{
        padding: 60px 0 100px;
    }
}
@media (max-width:450px){
    .enterprise_culture .address a {
        margin-left: 5px;
        color: #999999;
        font-size: 12px;
    }
}