
/*作品 works*/
.zp_banner{
    width: 100%;
    height: 264px;
    background: url("../image/zp_banner.jpg") no-repeat center / cover;
}

.menu{
    height: 65px;
    background: #fff;
    /*padding-top: 39px;*/
}
.menu .fei{
    position: fixed;
    top: 0;
    height: 65px;
    left: 0;
    z-index: 9999999;
    background: #fff;
}
.menu ul{
    height: 65px;
    box-sizing: border-box;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.menu ul li{
    display: inline-block;
    padding: 0 41px 0 40px;
    color: #666;
    line-height: 35px;
    height: 35px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}
.menu ul li:last-child i{
display: none;
}
.menu ul li a{
    color:#666;
    display: inline-block;
    height: 35px;
}
.menu ul li i{
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    background: #999;
    right: 0px;
    top: 10px;
}
.menu ul .af1:after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    background: #393;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.menu ul li:hover:after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    background: #393;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
#bnt div{
    position: absolute;
    width: 40px;
    height: 55px;
    font-size: 40px;
    bottom: 5px;
    line-height: 55px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
}
.page{
    width: 100%;
    height: 40px;
    padding-top:20px;
    padding-bottom: 10px;
    text-align: center;
    
}

.page a{
    padding:10px 12px;
    font-size:16px;
    color:#fff; 
    background-color: #333;
    border-radius: 5px;
}