.zjwl-main{
	width: 100%;
	height: 790px;
	position: relative;
}
.zjwl-pic{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: auto 100%;
}
.zjwl-pic .item{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	display: none;
}
.zjwl-pic .item.cur{
	display: block;
}
.zjwl-logo{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 60px;
	left: 0;
}
.zjwl-nav{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 115px;
	text-align: center;
}
.zjwl-nav a{
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 70px;
}
.zjwl-nav a>div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.zjwl-nav a>div *{
	width: 100%;
	height: 100%;
}
.zjwl-nav a .bg{
	position: absolute;
	top: 0;
	left: 0;
}
.zjwl-nav a .word{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.zjwl-nav .item-hover,.zjwl-nav a.cur .item{
	opacity: 0;
}
.zjwl-nav a *{
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
}
.zjwl-nav a.cur .item-hover{
	opacity: 1;
}
.zjwl-nav a.cur .word{
	top: 60px;
}
.zjwl-nav a .ic{
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}
.zjwl-nav a.cur .ic{
	width: 100%;
	height: 100%;
	left: 0;
	top: -6px;
}
.zjwl-nav a.cur .bg{
	transform: rotate(360deg);
}
@keyframes bgScale {
    0% {
    	background-size: auto 105%;
    }
    50% {
    	background-size: auto 100%;
    }

    100% {
    	background-size: auto 105%;
    }
}
.bgScale{
    -webkit-animation-name: bgScale;
    animation-name: bgScale;
}
.bgScaleTime{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@media screen and (max-width: 768px){
	.zjwl-main{
		height: 7rem;
	}
	.zjwl-logo{
		top: .5rem;
	}
	.zjwl-logo img{
		width: 3rem;
	}
	.zjwl-nav{
		bottom: .6rem;
	}
	.zjwl-nav a{
		width: 1rem;
		height: 1rem;
		margin: 0 .2rem;
	}
	.zjwl-nav a.cur .ic{
		top: -.04rem;
	}
	.zjwl-nav a.cur .word{
		top: .7rem;
	}
	.zjwl-sybtn{
		position: absolute;
		width: 100%;
		text-align: center;
		top: 3.6rem;
	}
	.zjwl-sybtn a{
		display: inline-block;
		border: 1px solid #DBCCAA;
		color: #fff;
		font-size: .28rem;
		padding: 0 .2rem;
		line-height: .6rem;
		border-radius: .3rem;
		background: rgba(219,204,170,.4);
	}
}