*{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}
body{
    margin: 0;
    padding: 0;
}
#jzzbottom{
    background: url("../images/jjtb/jjywbjt.jpg") no-repeat center;
    width:100% ;
}

.head-mid-msg{
    color: #FFFFFF;
    height: auto;
    padding-left: 50px;
}
.head-mid-msg i{
    font-size: 40px;
    height: 45px;
    line-height: 45px;
    padding:120px 0 35px 0;
    display: block;
}
.head-mid-msg p{
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 16px;
    padding-left: 10px;
}

.saveWidth{
    width: 1170px;
    margin: auto;
}
/*-----水波-----*/
.head-bom{
    position: relative;
    height: 108px;
}
.head-bottom {
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
}
.bgTop {
    z-index: 15;
    opacity: 0.4;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.65;
}
.bgBottom {
    z-index: 5;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    /*background: url("./images/jzz/bg1.png") no-repeat;*/
    /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
}
.waveAnimation .waveTop {
    /*animation: move-wave 3s;*/
    /*-webkit-animation: move-wave 4s;*/
    /*-webkit-animation-delay: 5s;*/
    /*animation-delay: 5s;*/
    animation: move_wave 10s linear infinite;
}

.waveTop {
    background-size: 50% 90px;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveAnimation .waveMiddle {
    animation: move_wave 15s linear infinite;
}

.waveMiddle {
    background-size: 50% 110px;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(0.6);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.4);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(0.6);
    }
}

