.zjzn {
  background-image: url("/images/zjzn.jpg");
  height: 320px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.w1200{
	width: 1200px;
	height: 126px;
	background-color: #e4dfbb; /* 浏览器不支持时显示 */
	background-image: linear-gradient(#ffffff 5%, #e4dfbb 200%);
}
.k1200{width: 1200px;}
.zjzn_zj{
	width: 1200px;
	flex-wrap: wrap;
}
.zjzn_zj a{
	margin-right: 40px;
}
.zjzn_zj a:nth-child(4n){
	margin-right: 0px;
}
.zjzn_jj{
	width: 270px;
	height: 160px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box; 
	box-sizing: border-box;
	margin-top: 50px;
}

.zjzn_jj dl{
	margin-left: 10px;
	width: 138px;
}
.zjzn_jj dl dt{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #333333;
}
.zjzn_jj dl dd{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.zjzn_jj dl dt::before{
	content: "";
	margin-right: 10px;
	width: 5px;
	height: 20px;
	background-color: #0061c0;
}
.zjzn_tx{
	width: 99px;
	height: 132px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.zjzn_tx img{
	width: 99px; 
	height: 132px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	}

.w890{
	width: 890px;
	height: 100%;
}
.w890 a{
	flex: 1;
	font-size: 19px;
	color: #95a3ab;
}

.w890 a:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #c7a368;
	/* 浏览器不支持时显示 */
	background-image: linear-gradient(#c7a368 5%, #ffdfab 100%);
}
.hover{
	color: #FFFFFF !important;
	font-weight: bold;
	background-color: #c7a368;
	/* 浏览器不支持时显示 */
	background-image: linear-gradient(#c7a368 5%, #ffdfab 100%);
}
.w890 a span{
	background-size: 819px 105px;
	background-image: url("/images/zjzn_ico.png");
	width: 39px;
	height: 39px;
	overflow: hidden;
	background-position: 0px 0px;
}


/* Grow Shadow */
.znzj-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.znzj-shadow:hover, .znzj-shadow:focus, .znzj-shadow:active {
  box-shadow: 0px 6px 6px -2px rgba(0, 0, 0, 0.09);
  border: 1px solid #0061c0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.w890 a:first-child span{
	background-position: 5px 0px;
}

.w890 a:nth-child(2) span{
	background-position: -128px 0;
}

.w890 a:nth-child(3) span{
	background-position: -390px 0;
}

.w890 a:nth-child(4) span{
	background-position: -523px 0;
}

.w890 a:nth-child(5) span{
	background-position: -651px 0;
}

.w890 a:nth-child(6) span{
	background-position: -785px 0;
}

.w890 a:first-child:hover span{
	background-position: 5px -70px;	
}

.w890 a:nth-child(2):hover span{
	background-position: -128px -70px;
}

.w890 a:nth-child(3):hover span{
	background-position: -390px -70px;
}

.w890 a:nth-child(4):hover span{
	background-position: -523px -70px;
}

.w890 a:nth-child(5):hover span{
	background-position: -651px -70px;
}

.w890 a:nth-child(6):hover span{
	background-position: -785px -70px;
}