html,
body {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.body {
    padding-top: 90px;
}

.nav-wrap {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.fade-enter-active {
    margin-top: 0;
    transition: margin-top .3s linear;
}

.fade-enter {
    margin-top: -90px
}

.fade-leave-active {
    margin-top: -90px;
    transition: margin-top .3s linear;
}

.fade-leave {
    margin-top: 0;
}

.nav {
    width: 1200px;
    line-height: 90px;
    margin: 0 auto;
    position: relative;
}

.nav-logo {
    display: block;
    width: 236px;
    height: 90px;
    background: url(../../images/nav/logo_black.png) no-repeat left center;
    background-size: 100% auto;
}

.nav-list {
    position: absolute;
    right: 0;
    top: 0;
}

.nav-list li {
    float: left;
    padding: 0 35px;
    cursor: pointer;
    position: relative;
}

.nav-list li a {
    display: inline-block;
    height: 70px;
    color: #333;
    font-size: 14px;
    position: relative;
    -webkit-transition: color .4s ease-in;
    -moz-transition: color .4s ease-in;
    -ms-transition: color .4s ease-in;
}

/*.nav-list li a:hover i,.nav-list a:hover,.nav-list a.cur{font-weight: bold;}*/
.nav-list a.cur {
    font-weight: bold;
}

.nav-list a i {
    display: block;
    width: 0px;
    height: 3px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #000;
    overflow: hidden;
}

.nav-list a.cur i {
    width: 100%;
    left: 0;
}

.nav-list li.login {
    margin: 0 20px;
}

.nav-list li.login i {
    margin: 0 8px;
    color: #333;
}
.nav-list .drop-down-menu-wrap{
    height: 0;
    overflow: hidden;
}
.nav-list .drop-down-menu{
    color: #ffffff;
    font-size: 14px;
    /* margin-top: 22px; */
    /* background: rgba(0, 0, 0, .3); */
    background: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
    line-height: 50px;
    /* height:50px; */
}
.nav-list li .drop-down-menu a{
    line-height: 50px;
    height:50px;
}
.nav-list .drop-down-menu>div:hover{
    background: rgba(0, 0, 0, .1);
}
.nav-list li:hover .drop-down-menu{
    height: auto;
    transition: all 0.3s;
}
.server-tel{
    position: absolute;
    left: 66px;
    top: 15px;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}
.header-phone {
    background: url(../../images/nav/nav-phone.png) no-repeat left 34px;
    padding-left: 20px;
    background-size: 18%;
}

.hoverNav {
    display: block;
    left: 0;
    animation-name: navHover;
    -webkit-animation: navHover .2s linear 0s normal none;
    -moz-animation: navHover .2s linear 0s normal none;
    animation: navHover .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.swiper-container4{
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.zhilv-banner-swiper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}
.zhilv-banner-swiper .swiper-button-next4,
.zhilv-banner-swiper .swiper-button-prev4{
    /*background-image: url();*/
    top: 50%;
    margin-top: -45px;

}
.zhilv-banner-swiper .swiper-button-prev4{
    left: 20px;
}
.zhilv-banner-swiper .swiper-button-next4{
    right: 20px;
    left: auto;
}
.zhilv-banner-swiper .swiper-button-next4 img,
.zhilv-banner-swiper .swiper-button-prev4 img{
    width: 100%;
}

@-webkit-keyframes navHover {
    0% {
        width: 0
    }

    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes navHover {
    0% {
        width: 0
    }

    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes navHover {
    0% {
        width: 0
    }

    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%
    }
}

.outNav {
    display: block;
    left: 0;
    animation-name: outNav;
    -webkit-animation: outNav .2s linear 0s normal none;
    -moz-animation: outNav .2s linear 0s normal none;
    animation: outNav .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes outNav {
    0% {
        width: 100%
    }

    10% {
        width: 90%
    }

    20% {
        width: 80%
    }

    30% {
        width: 70%
    }

    40% {
        width: 60%
    }

    50% {
        width: 50%
    }

    60% {
        width: 40%
    }

    70% {
        width: 30%
    }

    80% {
        width: 20%
    }

    90% {
        width: 10%
    }

    100% {
        width: 0
    }
}

@-moz-keyframes outNav {
    0% {
        width: 100%
    }

    10% {
        width: 90%
    }

    20% {
        width: 80%
    }

    30% {
        width: 70%
    }

    40% {
        width: 60%
    }

    50% {
        width: 50%
    }

    60% {
        width: 40%
    }

    70% {
        width: 30%
    }

    80% {
        width: 20%
    }

    90% {
        width: 10%
    }

    100% {
        width: 0
    }
}

@-ms-keyframes outNav {
    0% {
        width: 100%
    }

    10% {
        width: 90%
    }

    20% {
        width: 80%
    }

    30% {
        width: 70%
    }

    40% {
        width: 60%
    }

    50% {
        width: 50%
    }

    60% {
        width: 40%
    }

    70% {
        width: 30%
    }

    80% {
        width: 20%
    }

    90% {
        width: 10%
    }

    100% {
        width: 0
    }
}

.outNavReturn {
    display: block;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    animation-name: outNav;
    -webkit-animation: outNav .2s linear 0s normal none;
    -moz-animation: outNav .2s linear 0s normal none;
    animation: outNav .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes outNav {
    0% {
        width: 100%
    }

    10% {
        width: 90%
    }

    20% {
        width: 80%
    }

    30% {
        width: 70%
    }

    40% {
        width: 60%
    }

    50% {
        width: 50%
    }

    60% {
        width: 40%
    }

    70% {
        width: 30%
    }

    80% {
        width: 20%
    }

    90% {
        width: 10%
    }

    100% {
        width: 0
    }
}

@-moz-keyframes outNav {
    0% {
        width: 100%
    }

    10% {
        width: 90%
    }

    20% {
        width: 80%
    }

    30% {
        width: 70%
    }

    40% {
        width: 60%
    }

    50% {
        width: 50%
    }

    60% {
        width: 40%
    }

    70% {
        width: 30%
    }

    80% {
        width: 20%
    }

    90% {
        width: 10%
    }

    100% {
        width: 0
    }
}

@-ms-keyframes outNav {
    0% {
        width: 100%
    }

    10% {
        width: 90%
    }

    20% {
        width: 80%
    }

    30% {
        width: 70%
    }

    40% {
        width: 60%
    }

    50% {
        width: 50%
    }

    60% {
        width: 40%
    }

    70% {
        width: 30%
    }

    80% {
        width: 20%
    }

    90% {
        width: 10%
    }

    100% {
        width: 0
    }
}

.hoverNavReturn {
    display: block;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    animation-name: hoverNavReturn;
    -webkit-animation: hoverNavReturn .2s linear 0s normal none;
    -moz-animation: hoverNavReturn .2s linear 0s normal none;
    animation: hoverNavReturn .2s linear 0s normal none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes hoverNavReturn {
    0% {
        width: 0
    }

    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes hoverNavReturn {
    0% {
        width: 0
    }

    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes hoverNavReturn {
    0% {
        width: 0
    }

    10% {
        width: 10%
    }

    20% {
        width: 20%
    }

    30% {
        width: 30%
    }

    40% {
        width: 40%
    }

    50% {
        width: 50%
    }

    60% {
        width: 60%
    }

    70% {
        width: 70%
    }

    80% {
        width: 80%
    }

    90% {
        width: 90%
    }

    100% {
        width: 100%;
    }
}

.zhilv-banner {
    width: 100%;
    height: 510px;
    background: url(../../images/zhilv/banner.png) no-repeat center center;
}

.zhilv-banner h3 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #f0f0f0;
    padding: 0;
    padding: 144px 0 86px;
    font-weight: 100;
}

.zhilv-banner em {
    display: none;
    width: 58px;
    height: 58px;
    margin: 0 auto;
}

.zhilv-banner em img {
    width: 100%;
}

.zhilv-cont {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
}

.zhilv-tab {
    margin: 70px 0 80px 0;

    padding-bottom: 20px;
    border-bottom: 2px solid #dedede;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.zhilv-tab li {
    font-size: 22px;
    color: #aaa;
    float: left;
    margin-right: 100px;
    height: 47px;
    cursor: pointer;
    -webkit-transition: color .4s ease-in;
    -moz-transition: color .4s ease-in;
    -ms-transition: color .4s ease-in;
}

.zhilv-tab li:hover {
    color: #333;
}

.zhilv-tab li.on {
    color: #333;
    border-bottom: 3px solid #333;
}

.zhilv-list {
    width: 1200px;
    margin-bottom: 130px;
    min-height: 670px;
}

.zhilv-item {
    width: 370px;
    height: 420px;
    box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
    float: left;
    margin: 0 45px 45px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -webkit-transform .2s;
    -o-transition: -webkit-transform .2s;
    transition: transform .2s;
}

.zhilv-item:after {
    content:'...';
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 10px 1px 45px;
    color: #aaafb6;
}
.zhilv-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.zhilv-item.margin0 {
    margin: 0 0 45px;
}

.zhilv-item span {
    display: block;
    width: 370px;
    height: 246px;
}

.zhilv-item span img {
    width: 100%;
    height: 100%;
}

.zhilv-item i {
    padding: 6px 14px;
    font-size: 12px;
    color: #f0f0f0;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 3px;
}

.zhilv-item i.doing {
    background: #7fc441;
}

.zhilv-item i.will {
    background: #f79730;
}

.zhilv-item i.did {
    background: #aaafb6;
}

.zhilv-item em {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    display: block;
    font-size: 22px;
    color: #333;
    padding: 26px 20px 8px 26px;
    font-weight: 100;
}

.zhilv-item strong {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.4em;
    display: -webkit-box;
    font-size: 16px;
    color: #8696a6;
    padding: 0 26px 0 26px;
    line-height: 1.8;
    font-weight: 100;
}

.zhilv-banner h3 {
    animation-name: headerTitle;
    -webkit-animation: headerTitle .8s ease-out;
    -moz-animation: headerTitle .8s ease-out;
    animation: headerTitle .8s ease-out;
}

.zhilv-banner em {
    animation-name: headerTitle;
    -webkit-animation: headerTitle .8s ease-out;
    -moz-animation: headerTitle .8s ease-out;
    animation: headerTitle .8s ease-out;
}

@-webkit-keyframes headerTitle {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes headerTitle {
    from {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes headerTitle {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
