/* 首页头部装饰图片样式 */

.header .search_box .zodiac_div{
	display: inline-block;
	margin-left: 36px;
	margin-top: -42px;
	width: 122px;
	height: 129px;
	background-image: url(tiger_2022.png);
	background-size: 220%;
	background-position-x: 92%;
}

.hgz{
	position: relative;
}
/* 好工长横幅左右两侧装饰图片样式 */
.hgz .lanter_left{
	position: absolute;
	top: 12px;
	left: 50px;
	display: inline-block;
	width: 122px;
	height: 105px;
	background-image: url(tiger3-left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 8%;
	background-position-y: 54%;
}
.hgz .lanter_right{
	position: absolute;
	top: 12px;
	right: 50px;
	display: inline-block;
	width: 122px;
	height: 105px;
	background-image: url(tiger3-right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 92%;
	background-position-y: 54%;
}