
.pz-icon{
    width: 103px;
}
.n-brand{
    /*border: 1px solid #1A1A1A;*/
    /*border-radius: 15px;*/
    /*height: 350px;*/
    line-height: 350px;
    /*box-shadow: 29px 20px 0px 20px #CCCCCC;*/
}
.brand-icon{
    left: 10%;
    top: 3px;
    width: 53px;
}
.border-img{
    width: 100%;
    position: relative;
}
.service-item{
    background: #333333;
    width: calc(100% / 3 - 70px);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.service-item:hover{
    background: #E50012;
}
.service-icon{
    /*width: 62px;*/
    height: 62px;
}
.case-item{
    width: calc(100% / 2 - 13px);
    margin-right: 26px;
    margin-bottom: 26px;
}
.case-item:nth-child(even){
    margin-right: 0px;
}
.case-icon{
    width: 100%;
}

.partner-item{
    /*width: calc(100% / 4 - 32px);*/
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
    /*margin-bottom: 10px;*/
    border: 1px solid #eaeaeafc;
    padding: 10px;
    box-sizing: border-box;
}
.partner-icon{
    height: 50px;
}
.footer-item:last-child{
    padding-right: 0px;
}
.footer-item{
    position:relative;
    width: calc(100% / 3 - 35px);
    padding: 0px 30px 0px 5px;
}
.new-content{
    text-align: left;
    line-height: 18px;
}
.new-times{
    border-right: 1px solid #363636;
    padding-right: 20px;
}
.footer-item:nth-child(2)::before{
    content:"";
    position:absolute;
    left:-126px;
    top: 50%;
    transform: translateY(-50%) rotateZ(104deg);
    width:60%;
    /*height:50px;*/
    box-sizing:border-box;
    border-bottom:1px solid #363636;
    transform-origin:bottom center;
    /*transform:rotateZ(108deg) ;*/
    animation:slash 5s infinite ease;
}
.footer-item:nth-child(2)::after{
    content:"";
    position:absolute;
    right:-90px;
    top:50%;
    width:60%;
    /*height:50px;*/
    box-sizing:border-box;
    border-bottom:1px solid #363636;
    transform-origin:bottom center;
    transform: translateY(-50%) rotateZ(104deg);
    animation:slash 5s infinite ease;
}

#certifys .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
#certifys .swiper-slide{
    width: 150px;
    height: 169px;
    overflow: hidden;
}
.new-title{
    width: 126px;
}

/*关于墨寒 start*/
.about-box{
    min-height: 830px;
    position: relative;
}
.arrows-icon{
    width: 15px;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    margin: auto;    /* 有了这个就自动居中了 */
}
.yeas-item{
}
.item-right{
    position: relative;
    width: 50%;
    left: 6px;
    top: 50px;
}
.company-history__item:nth-child(even)>.red-circle{
    margin-left: 10px;
}
.company-history__item:nth-child(odd)>.red-circle{
    margin-right: 10px;
}

.red-circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    border: 2px solid red;
    display: inline-block;

}
.line-icon{
    display: inline-block;
    width: 30px;
    border: 1px solid #999;
}
.circle-icon{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: black;
}
/*关于墨寒 end*/
























