body {
    background: url(guide_bg.png) no-repeat center bottom #F9F9F9;
    background-size: 1260px auto;
}

.zjhz-width-center {
    /* width: 772px; */
    margin: 0 auto;
}

.zjhz-guide-main {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    /* padding-top: 110px; */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
    min-height: 850px;
}

.zjhz-guide-logo {
    width: 809px;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.zjhz-guide-logo a {
    display: block;
}

.zjhz-guide-logo .first-A {
    padding-left: 38px;
}

.zjhz-guide-logo .line {
    display: block;
    width: 1px;
    height: 50px;
    background-color: #74A6CA;
    margin: 0 30px;
}

.zjhz-guide-slogan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.zjhz-guide-slogan img {
    display: block;
}

.zjhz-guide-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 261px;
}

.zjhz-guide-time {
    width: auto;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px #b1c9cf;
}

.zjhz-guide-time span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0 9px;
}

.zjhz-guide-time .time-day {
    font-family: "YouSheBiaoTiHei";
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #678f99;
}

.zjhz-guide-time .titme-years {
    background: #678f99;
    line-height: 30px;
}

.zjhz-guide-search-right {
    width: 700px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 2px 17px #76a3c040;
    overflow: hidden;
    height: 60px;
    margin-left: 40px;
}

.zjhz-guide-search-right form {
    display: flex;
    align-items: center;
}

.zjhz-guide-search-right .input {
    width: 92%;
}

.zjhz-guide-search-right input {
    border: none;


}

.zjhz-guide-search-right input[type='text'] {
    width: 100%;
    padding-left: 30px;
    /* font-weight: 700; */
    font-size: 18px;
    color: #333;
    height: 60px;
    line-height: 60px;
}

.zjhz-guide-search-right .btn {
    width: 44px;
    height: 44px;
}

.zjhz-guide-search-right input[type='submit'] {
    width: 100%;
    height: 100%;
    background: url(search_btn.png) no-repeat center;
    background-size: 44px;
}

.zjhz-guide-columnmenu {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.zjhz-guide-columnmenu ul {
    display: flex;
    flex-wrap: wrap;
}

.zjhz-guide-columnmenu ul li {
    width: 250px;
    height: 100px;
    border-radius: 8px;
    background: #e9ecee;
    margin: 0 15px;
    margin-bottom: 30px;
}

.zjhz-guide-columnmenu ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

.zjhz-guide-columnmenu ul li .columnmenu-icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 26px 0 30px;
}

.zjhz-guide-slogannew {
    /* width: 266.5px; */
    width: 329px;
    margin: 0 auto;
    margin-bottom: 94px;
}

.zjhz-guide-slogannew img {
    display: block;
    width: 100%;
}

.mouse {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 35px;
    -webkit-animation: TopBots 1.2s ease-in-out infinite both;
    -moz-animation: TopBots 1.2s ease-in-out infinite both;
    -ms-animation: TopBots 1.2s ease-in-out infinite both;
    animation: TopBots 1.2s ease-in-out infinite both;
}

.mouse p {
    margin-top: 10px;
    font-size: 16px;
}


@keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-webkit-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-moz-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@-ms-keyframes TopBots {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-8px)
    }
}



/* 移动端适配 */
@media only screen and (max-width: 767px) {
    .zjhz-guide-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: auto;
        padding-top: 0;
    }
    .zjhz-guide-slogannew{
        width: 60%;
        margin-bottom: 9.2vw;
    }
    .zjhz-guide-logo {
        width: 100%;
        margin-bottom: 10.2vw;
        padding: 0 3.2vw;
    }

    .zjhz-guide-logo a {
        display: block;
        width: 50%;
    }

    .zjhz-guide-logo a img {
        display: block;
        width: 100%;
    }

    .zjhz-guide-logo .line {
        background-color: transparent;
        margin: 0 2.1333vw;
    }

    .mouse svg {
        width: 7.4667vw;
        height: 7.4667vw;
        position: static;
    }

    .mouse p {
        margin-top: 0;
        font-size: 4.2vw;
    }
}