#zhyHomeHeader .serve{
    position: fixed;
    right: 0;
    top: 25%;
    width: 70px;
    height: 300px;
    z-index: 9999;
}
#zhyHomeHeader .serve ul{
    position: relative;
    transition: all .3s;
    width: 70px;
}
#zhyHomeHeader .serve ul li{
    height: 70px;
    float: none;
    border-bottom: 1px solid #ffffff;
    background-color: #d51920;
}

#zhyHomeHeader .serve ul li .item{
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
}
#zhyHomeHeader .serve ul li .item img{
    margin: 5px 17px;
    width: 36px;
    height: 36px;
}

#zhyHomeHeader .serve ul li .item p{
    color: white;
    font-size: 12px;
    line-height: 12px;
}

#zhyHomeHeader .serve ul li:nth-child(4){
    height: 100px;
}
#zhyHomeHeader .serve ul li:nth-child(4) .item{
    padding-top: 22px;
    text-align: center;
}

#zhyHomeHeader .serve ul li:nth-child(4) .item div:nth-child(1){
    margin: 0 auto;
    margin-bottom: 5px;
    transition: 0.5s;
    background-color: #ffffff;
    width: 2px;
    height: 40px;
}
#zhyHomeHeader .serve ul li:nth-child(4) .item div:nth-child(2){
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
#zhyHomeHeader .serve .arrow{
    margin-top: 50px;
    cursor: pointer;
}
#zhyHomeHeader .serve .arrow .item{
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(213,25,32,0.2);
    transition: 0.5s;
}
#zhyHomeHeader .serve .arrow .item img{
    transition: all .3s;
    margin: 10px;
    width: 50px;
    height: 50px;
}


#zhyHomeHeader .serve ul li .z-lan-k1{
    display: none;
    width: 140px;
    height: 45px;
    padding: 0 12px;
    background: #d51920;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    top: calc(10% - 18px);
    right: calc(100% + 12px);
}
#zhyHomeHeader .serve ul li .z-lan-k1 span{
    line-height: 45px;
    color: #fff;
}
#zhyHomeHeader .serve ul li .z-lan-k1 .z-lan-t1{
    width: 0;
    height: 0;
    border-left: 9px solid #d51920;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: calc(100% - 1px);
    top: calc(50% - 7px);
}







