/*企业文化*/
.sec-culture{
    background:#f5f5f5;
    padding-bottom: 55px;
    position: relative;
}
.culture-box{margin:35px -15px 0 -15px;}
.culture-item{
    float: left;
    width: 555px;
    margin:15px;
    overflow: hidden;
    position: relative;
    height: 314px;
}
.culture-item .m-pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.culture-item .m-pic img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.culture-item .m-cont{
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding:23px 10px;
    width: 100%;
    height: 76px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.culture-item .mark{
    width: 100%;
    height: 100%;
    background:rgba(230,1,21,.6);
    color: #fff;
    text-align: center;
    padding:10px 50px 10px 60px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 3;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.culture-item .m-tit{font-size: 20px;}
.culture-item .m-des{
    color: rgba(255,255,255,8);
    line-height: 24px;
    margin-top: 8px;
}
.culture-item .scrollbar{
    height:100%;
    padding-right: 10px;
}
.culture-item .scrollbar::-webkit-scrollbar-thumb {
    background-color:#333;
}
.culture-item:hover .mark{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.culture-item:hover .m-cont{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
/*合作客户*/
.sec-partner{padding-bottom: 70px;position: relative;}
.partnerSlide{position:relative;margin-top: 50px;}
.partner-list ul li{
    float: left;
    width: 290px;
    height: 156px;
    margin: 5px;
}
.partner-list ul li a{
    width: 100%;
    height: 100%;
    display: block;
    
    border: 1px solid #dedede;
    /*border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;*/
    overflow: hidden;
}
.partner-list ul li:nth-of-type(4n),
/*.partner-list ul li:nth-last-of-type(1){
    /*border-right: 1px solid #dedede;*/
   border: 1px solid #dedede;
}*/
/*.partner-list ul li:nth-last-of-type(4),
.partner-list ul li:nth-last-of-type(3),
.partner-list ul li:nth-last-of-type(2),*/
/*.partner-list ul li:nth-last-of-type(1){
    /*border-bottom: 1px solid #dedede;*/
   border: 1px solid #dedede;
}*/
.partner-list ul li img{
    width:100%;
    height:100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.partner-page{
    width:100%;
    margin-top: 25px;
    font-size: 0;
}
.partner-page ul{
    text-align: center;
}
.partner-page ul li{
    display: inline-block;
    width:54px;
    height:6px;
    border-radius:3px;
    background:rgba(51,51,51,.3);
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    margin:0 10px;
    text-indent: -9999px;
    cursor: pointer;
}
.partner-page ul li.on{background:#d70514;}
.partner-list li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.absol{
    position: absolute;
    top:-100px;
    left: 0;
}
.contact-title{text-align: center;margin-top: 63px;}
.contact-title .m-tit{font-size: 24px;}
.contact-title .hr{
    width: 28px;
    height: 2px;
    background-color: #e60115;
    margin: 3px auto 0 auto;
}