@charset "utf-8";


.head-page .item.tm-culture>a span {
    color: #ff0000;
}
.head-page .item.tm-culture>a::after {
    transform: scale(1);
    opacity: 1;
}


/* 企业文化 */
.culture_pg {
    background: #fff;
}

.culture .list{
    margin-top: 35px;
    width: 48.5%;
    margin-right: 3%;
    height: 361px;
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.culture .list:nth-child(2n){
    margin-right: 0;
}
.culture .list img{
    display: block;
}
.culture .list .culture_icon{
    max-width: 100px;
    margin-bottom: 24px;
}
.culture .list .culture_tit {
    margin: 6px 0 11px;
}

/* 品牌方针 */
.brand_pg {
    background: #fff;
}
.brand .list{
    margin-top: 35px;
    width: 48.5%;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);
    margin-right: 3%;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.brand .list:nth-child(2n){
    margin-right: 0;
}
.brand .list .brand_bgicon{
    max-width: 100px;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}
.brand .list .brand_con {
    margin-top: 25px;
    min-height: 60px;
}


/* 美力正道行 */
.marathon_pg {
    background: #fff;
}
.marathon .list{
    width: 49%;
    margin-right: 2%;
    margin-top: 25px;
    background: #F8F9F9;
    padding: 29px 26px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.marathon .list:nth-child(2n){
    margin-right: 0;
}
.marathon .list::before{
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #ff0000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}
.marathon .list .marathon_img{
    width: 36.92%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.marathon .list .marathon_img img{
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.marathon .list .marathon_texts{
    width: 63.08%;
    padding-left: 25px;
    box-sizing: border-box;
}
.marathon_tit {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}
.more_btn img{
    margin-left: 12px;
}
.marathon .list:hover .marathon_img img{
    transform: scale(1.08);
}
.marathon .list:hover::before{
    width: 100%;
}
.marathon_page_descicon .marathon_page_icon{
    width: 18px;
    float: left;
    margin-right: 10px;
}

/* 了凡四训 */
.liaofan_pg {
    background: #fff;
}
.liaofan .list{
    width: 23.5%;
    margin-right: 2%;
    margin-top: 35px;
}
.liaofan .list:nth-child(4n){
    margin-right: 0;
}
.liaofan .list .liaofan_img{
    width: 100%;
    height: 348px;
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}
.liaofan .list .liaofan_img img{
    display: block;
    max-height: 100%;
}
.liaofan .list .liaofan_texts{
    text-align: center;
    padding: 25px 0 10px;
    box-sizing: border-box;
}
.liaofan .list .liaofan_texts .liaofan_tit {
    font-style: italic;
}
.liaofan .list .liaofan_author {
    margin-top: 8px;
}
@media only screen and (max-width: 1280px) {
    .marathon_page_descicon .marathon_page_icon{
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1200px) {
    .culture .list .culture_icon {
        max-width: 90px;
    }
    .brand .list .brand_bgicon{
        max-width: 90px;
    }
    .liaofan .list .liaofan_img{
        height: 332px;
    }
    .marathon_tit{
        margin: 15px 0;
    }
}
@media only screen and (max-width: 1043px) {
    .culture .list .culture_icon {
        max-width: 80px;
    }
    .brand .list{
        padding: 0 20px;
    }
    .brand .list .brand_bgicon {
        max-width: 80px;
    }
}
@media only screen and (max-width:750px) {
    .culture .list {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        height: auto;
        padding: 30px 15px;
    }
    .culture .list .culture_icon {
        max-width: 55px;
        margin-bottom: 20px;
    }
    .brand .list {
        padding: 0 20px;
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        height: auto;
        padding: 30px 15px;
    }
    .brand .list .brand_con{
        margin-top: 15px;
    }
    .brand .list .brand_bgicon {
        max-width: 60px;
    }
    .liaofan .list {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .liaofan .list .liaofan_texts{
        padding: 20px 0 10px;
    }
    .marathon .list {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        padding: 20px 15px;
    }
    .marathon_tit {
        margin: 8px 0 10px;
    }
    .marathon .list .marathon_texts{
        padding-left: 20px;
    }
}