/*ANIMATIONS*/
/*rotate*/
@keyframes "cl_rotate" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(360deg);
   	-moz-transform: rotate(360deg);
   	-o-transform: rotate(360deg);
   	-ms-transform: rotate(360deg);
   	transform: rotate(360deg);
 }
}

@-moz-keyframes cl_rotate {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-webkit-keyframes "cl_rotate" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-ms-keyframes "cl_rotate" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}

@-o-keyframes "cl_rotate" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}
/*rotate-back*/
@keyframes "cl_rotate_back" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(-360deg);
   	-moz-transform: rotate(-360deg);
   	-o-transform: rotate(-360deg);
   	-ms-transform: rotate(-360deg);
   	transform: rotate(-360deg);
 }
}

@-moz-keyframes cl_rotate_back {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-webkit-keyframes "cl_rotate_back" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-ms-keyframes "cl_rotate_back" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}

@-o-keyframes "cl_rotate_back" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(-360deg);
   transform: rotate(-360deg);
 }
}
/*weight up*/
@keyframes "up" {
 from {
    bottom: 0px;
 }
 to {
    bottom: 340px;
 }
}

@-moz-keyframes up {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-webkit-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-ms-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}

@-o-keyframes "up" {
 from {
   bottom: 0px;
 }
 to {
   bottom: 340px;
 }
}
/*chain up and down*/
@keyframes "collapse" {
 from {
    height: 387px;
 }
 to {
    height: 48px;
 }
}

@-moz-keyframes collapse {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-webkit-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-ms-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

@-o-keyframes "collapse" {
 from {
   height: 387px;
 }
 to {
   height: 48px;
 }
}

/*weight left*/
@keyframes "left" {from{left: 41px;}to{left: 22px;}}
@-moz-keyframes left {from{left: 41px;}to{left: 22px;}}
@-webkit-keyframes "left" {from {left: 41px;}to{left: 22px;}}
@-ms-keyframes "left" {from{left: 41px;}to{left: 22px;}}
@-o-keyframes "left" {from{left: 41px;}to {left: 22px;}}

/*weight right*/
@keyframes "right" {from{left: 100px;}to{left: 122px;}}
@-moz-keyframes right {from{left: 100px;}to{left: 122px;}}
@-webkit-keyframes "right" {from {left: 100px;}to{left: 122px;}}
@-ms-keyframes "right" {from{left: 100px;}to{left: 122px;}}
@-o-keyframes "right" {from{left: 100px;}to {left: 122px;}}

/*wx1_up*/
@keyframes "wx1_up" {from {top: 62px;}to {top: 58px;}}
@-moz-keyframes wx1_up {from {top: 62px;}to {top: 58px;}}
@-webkit-keyframes "wx1_up" {from {top: 62px;}to {top: 58px;}}
@-ms-keyframes "wx1_up" {from {top: 62px;}to {top: 58px;}}
@-o-keyframes "wx1_up" {from {top: 62px;}to {top: 58px;}}
/*wx2_up*/
@keyframes "wx2_up" {from {top: 67px;}to {top: 63px;}}
@-moz-keyframes wx2_up {from {top: 67px;}to {top: 63px;}}
@-webkit-keyframes "wx2_up" {from {top: 67px;}to {top: 63px;}}
@-ms-keyframes "wx2_up" {from {top: 67px;}to {top: 63px;}}
@-o-keyframes "wx2_up" {from {top: 67px;}to {top: 63px;}}
/*wx3_up*/
@keyframes "wx3_up" {from {top: 72px;}to {top: 70px;}}
@-moz-keyframes wx3_up {from {top: 72px;}to {top: 70px;}}
@-webkit-keyframes "wx3_up" {from {top: 72px;}to {top: 70px;}}
@-ms-keyframes "wx3_up" {from {top: 72px;}to {top: 70px;}}
@-o-keyframes "wx3_up" {from {top: 72px;}to {top: 70px;}}
/*wx4_up*/
@keyframes "wx4_up" {from {top: 74px;}to {top: 72px;}}
@-moz-keyframes wx4_up {from {top: 74px;}to {top: 72px;}}
@-webkit-keyframes "wx4_up" {from {top: 74px;}to {top: 72px;}}
@-ms-keyframes "wx4_up" {from {top: 74px;}to {top: 72px;}}
@-o-keyframes "wx4_up" {from {top: 74px;}to {top: 72px;}}
/*wx5_up*/
@keyframes "wx5_up" {from {top: 77px;}to {top: 75px;}}
@-moz-keyframes wx5_up {from {top: 77px;}to {top: 75px;}}
@-webkit-keyframes "wx5_up" {from {top: 77px;}to {top: 75px;}}
@-ms-keyframes "wx5_up" {from {top: 77px;}to {top: 75px;}}
@-o-keyframes "wx5_up" {from {top: 77px;}to {top: 75px;}}
/*wx6_up*/
@keyframes "wx6_up" {from {top: 80px;}to {top: 78px;}}
@-moz-keyframes wx6_up {from {top: 80px;}to {top: 78px;}}
@-webkit-keyframes "wx6_up" {from {top: 80px;}to {top: 78px;}}
@-ms-keyframes "wx6_up" {from {top: 80px;}to {top: 78px;}}
@-o-keyframes "wx6_up" {from {top: 80px;}to {top: 78px;}}





/*rotate_3D_Y*/
@keyframes "rotate_3D_Y" {
 from {
    -webkit-transform: rotateY(0deg);
   	-moz-transform: rotateY(0deg);
   	-o-transform: rotateY(0deg);
   	-ms-transform: rotateY(0deg);
   	transform: rotateY(0deg);
 }
 to {
    -webkit-transform: rotateY(360deg);
   	-moz-transform: rotateY(360deg);
   	-o-transform: rotateY(360deg);
   	-ms-transform: rotateY(360deg);
   	transform: rotateY(360deg);
 }
}

@-moz-keyframes rotate_3D_Y {
 from {
   -moz-transform: rotateY(0deg);
   transform: rotateY(0deg);
 }
 to {
   -moz-transform: rotateY(360deg);
   transform: rotateY(360deg);
 }
}

@-webkit-keyframes "rotate_3D_Y" {
 from {
   -webkit-transform: rotateY(0deg);
   transform: rotateY(0deg);
 }
 to {
   -webkit-transform: rotateY(360deg);
   transform: rotateY(360deg);
 }
}

@-ms-keyframes "rotate_3D_Y" {
 from {
   -ms-transform: rotateY(0deg);
   transform: rotateY(0deg);
 }
 to {
   -ms-transform: rotateY(360deg);
   transform: rotateY(360deg);
 }
}

@-o-keyframes "rotate_3D_Y" {
 from {
   -o-transform: rotateY(0deg);
   transform: rotateY(0deg);
 }
 to {
   -o-transform: rotateY(360deg);
   transform: rotateY(360deg);
 }
}


/*rotate_3D_Y_Z*/
@keyframes "rotate_3D_Y_Z" {
 from {
    -webkit-transform: rotateY(0deg) rotateZ(0deg);
   	-moz-transform: rotateY(0deg) rotateZ(0deg);
   	-o-transform: rotateY(0deg) rotateZ(0deg);
   	-ms-transform: rotateY(0deg) rotateZ(0deg);
   	transform: rotateY(0deg) rotateZ(0deg);
 }
 to {
    -webkit-transform: rotateY(360deg) rotateZ(360deg);
   	-moz-transform: rotateY(360deg) rotateZ(360deg);
   	-o-transform: rotateY(360deg) rotateZ(360deg);
   	-ms-transform: rotateY(360deg) rotateZ(360deg);
   	transform: rotateY(360deg) rotateZ(360deg);
 }
}

@-moz-keyframes rotate_3D_Y_Z {
 from {
  -moz-transform: rotateY(0deg) rotateZ(0deg);
  transform: rotateY(0deg) rotateZ(0deg);
 }
 to {
   -moz-transform: rotateY(360deg) rotateZ(360deg);
   transform: rotateY(360deg) rotateZ(360deg);
 }
}

@-webkit-keyframes "rotate_3D_Y_Z" {
 from {
   -webkit-transform: rotateY(0deg)  rotateZ(0deg);
   transform: rotateY(0deg) rotateZ(0deg);
 }
 to {
   -webkit-transform: rotateY(360deg) rotateZ(360deg);
   	transform: rotateY(360deg) rotateZ(360deg);
 }
}

@-ms-keyframes "rotate_3D_Y_Z" {
 from {
   -ms-transform: rotateY(0deg) rotateZ(0deg);
   transform: rotateY(0deg) rotateZ(0deg);
 }
 to {
   -ms-transform: rotateY(360deg) rotateZ(360deg);
    transform: rotateY(360deg) rotateZ(360deg);
 }
}

@-o-keyframes "rotate_3D_Y_Z" {
 from {
   -o-transform: rotateY(0deg) rotateZ(0deg);
   transform: rotateY(0deg) rotateZ(0deg);
 }
 to {
   -o-transform: rotateY(360deg) rotateZ(360deg);
   transform: rotateY(360deg) rotateZ(360deg);
 }
}


.c1{
    background: url("../../images/safedog2016/index/dsj/c1.png") no-repeat 0 0;
	width: 37px;
	height: 37px;
	position:absolute;
	left:80px;
	top:24px;
	z-index: 2;
	-webkit-animation: cl_rotate 7000ms linear infinite;
	-moz-animation: cl_rotate 7000ms linear infinite;
	-ms-animation: cl_rotate 7000ms linear infinite;
	animation: cl_rotate 7000ms linear infinite;
}

.c2{
    background: url("../../images/safedog2016/index/dsj/c2.png") no-repeat 0 0;
	width: 63px;
	height: 63px;
	position:absolute;
	left:40px;
	top:55px;
	z-index: 2;
	-webkit-animation: cl_rotate_back 10000ms linear infinite;
	-moz-animation: cl_rotate_back 10000ms linear infinite;
	-ms-animation: cl_rotate_back 10000ms linear infinite;
	animation: cl_rotate_back 10000ms linear infinite;
}

.b1{
    background: url("../../images/safedog2016/index/dsj/b.png") no-repeat 0 0;
	width: 104px;
	height: 104px;
	position:absolute;
	left:20px;
	top:14px;
	z-index: 1;
}

.y1{
    background: url("../../images/safedog2016/index/dsj/y1.png") no-repeat 0 0;
	width: 31px;
	height: 21px;
	position:absolute;
	left:40px;
	top:29px;
	z-index: 2;
	-webkit-animation: left 2000ms linear infinite alternate;
	-moz-animation: left 2000ms linear infinite alternate;
	-ms-animation: left 2000ms linear infinite alternate;
	animation: left 2000ms linear infinite alternate;
}

.y2{
	
    background: url("../../images/safedog2016/index/dsj/y2.png") no-repeat 0 0;
	width: 24px;
	height: 14px;
	position:absolute;
	left:100px;
	top:62px;
	z-index: 2;
	-webkit-animation: right 1500ms linear infinite alternate;
	-moz-animation: right 1500ms linear infinite alternate;
	-ms-animation: right 1500ms linear infinite alternate;
	animation: right 1500ms linear infinite alternate;
}

/*
.td2_c2{
	background: url("../../images/safedog2016/index/dsj/c2.png") no-repeat 0 0;
	width: 60px;
	height: 60px;
	position:absolute;
	left:45px;
	top:55px;
	z-index: 2;
	-webkit-animation: rotate_3D_Y 1000ms linear infinite;
	-moz-animation: rotate_3D_Y 1000ms linear infinite;
	-ms-animation: rotate_3D_Y 1000ms linear infinite;
	animation: rotate_3D_Y 1000ms linear infinite;
}

.td3_c2{
	background: url("../../images/safedog2016/index/dsj/c2.png") no-repeat 0 0;
	width: 60px;
	height: 60px;
	position:absolute;
	left:45px;
	top:55px;
	z-index: 2;
	-webkit-animation: rotate_3D_Y_Z 1000ms linear infinite;
	-moz-animation: rotate_3D_Y_Z 1000ms linear infinite;
	-ms-animation: rotate_3D_Y_Z 1000ms linear infinite;
	animation: rotate_3D_Y_Z 1000ms linear infinite;
}*/


.b2{
    background: url("../../images/safedog2016/index/dsj/b2.png") no-repeat 0 0;
	width: 141px;
	height: 125px;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
}


.wx1{
    background: url("../../images/safedog2016/index/dsj/wx1.png") no-repeat 0 0;
	width: 7px;
	height: 33px;
	position:absolute;
	left:100px;
	top:62px;
	z-index: 2;
	-webkit-animation: wx1_up 500ms linear infinite alternate;
	-moz-animation: wx1_up 500ms linear infinite alternate;
	-ms-animation: wx1_up 500ms linear infinite alternate;
	animation: wx1_up 500ms linear infinite alternate;
}


.wx2{
    background: url("../../images/safedog2016/index/dsj/wx2.jpg") no-repeat 0 0;
	width: 7px;
	height: 27px;
	position:absolute;
	left:75px;
	top:67px;
	z-index: 2;
	-webkit-animation: wx2_up 600ms linear infinite alternate;
	-moz-animation: wx2_up 600ms linear infinite alternate;
	-ms-animation: wx2_up 600ms linear infinite alternate;
	animation: wx2_up 600ms linear infinite alternate;
}


.wx3{
    background: url("../../images/safedog2016/index/dsj/wx3.jpg") no-repeat 0 0;
	width: 7px;
	height: 23px;
	position:absolute;
	left:88px;
	top:72px;
	z-index: 2;
	-webkit-animation: wx3_up 700ms linear infinite alternate;
	-moz-animation: wx3_up 700ms linear infinite alternate;
	-ms-animation: wx3_up 700ms linear infinite alternate;
	animation: wx3_up 700ms linear infinite alternate;
}

.wx4{
    background: url("../../images/safedog2016/index/dsj/wx4.jpg") no-repeat 0 0;
	width: 7px;
	height: 20px;
	position:absolute;
	left:49px;
	top:74px;
	z-index: 2;
	-webkit-animation: wx4_up 400ms linear infinite alternate;
	-moz-animation: wx4_up 400ms linear infinite alternate;
	-ms-animation: wx4_up 400ms linear infinite alternate;
	animation: wx4_up 400ms linear infinite alternate;
}

.wx5{
    background: url("../../images/safedog2016/index/dsj/wx5.jpg") no-repeat 0 0;
	width: 7px;
	height: 18px;
	position:absolute;
	left:61px;
	top:77px;
	z-index: 2;
	-webkit-animation: wx5_up 600ms linear infinite alternate;
	-moz-animation: wx5_up 600ms linear infinite alternate;
	-ms-animation: wx5_up 600ms linear infinite alternate;
	animation: wx5_up 600ms linear infinite alternate;
}

.wx6{
    background: url("../../images/safedog2016/index/dsj/wx6.jpg") no-repeat 0 0;
	width: 7px;
	height: 14px;
	position:absolute;
	left:36px;
	top:80px;
	z-index: 2;
	-webkit-animation: wx6_up 500ms linear infinite alternate;
	-moz-animation: wx6_up 500ms linear infinite alternate;
	-ms-animation: wx6_up 500ms linear infinite alternate;
	animation: wx6_up 500ms linear infinite alternate;
}

.b3{
    background: url("../../images/safedog2016/index/dsj/b3.png") no-repeat 0 0;
	width: 141px;
	height: 146px;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
}


@keyframes "cl1_up" {from {top: 25px;}to {top: 90px;}}
@-moz-keyframes cl1_up {from {top: 25px;}to {top: 90px;}}
@-webkit-keyframes "cl1_up" {from {top: 25px;}to {top: 90px;}}
@-ms-keyframes "cl1_up" {from {top: 25px;}to {top: 90px;}}
@-o-keyframes "cl1_up" {from {top: 25px;}to {top: 90px;}}

.cl1{
    background: url("../../images/safedog2016/index/dsj/cl1.png") no-repeat 0 0;
	width: 6px;
	height: 26px;
	position:absolute;
	left:36px;
	top:25px;
	z-index: 2;
	-webkit-animation: cl1_up 500ms linear infinite ;
	-moz-animation: cl1_up 500ms linear infinite ;
	-ms-animation: cl1_up 500ms linear infinite ;
	animation: cl1_up 500ms linear infinite ;
}

.cl2{
    background: url("../../images/safedog2016/index/dsj/cl2.png") no-repeat 0 0;
	width: 6px;
	height: 17px;
	position:absolute;
	left:49px;
	top:42px;
	z-index: 2;
	-webkit-animation: cl1_up 900ms linear infinite ;
	-moz-animation: cl1_up 900ms linear infinite ;
	-ms-animation: cl1_up 900ms linear infinite ;
	animation: cl1_up 900ms linear infinite ;
}


.cl3{
    background: url("../../images/safedog2016/index/dsj/cl2.png") no-repeat 0 0;
	width: 6px;
	height: 17px;
	position:absolute;
	left:77px;
	top:29px;
	z-index: 2;
	-webkit-animation: cl1_up 1300ms linear infinite ;
	-moz-animation: cl1_up 1300ms linear infinite ;
	-ms-animation: cl1_up 1300ms linear infinite ;
	animation: cl1_up 1300ms linear infinite ;
}

.cl4{
    background: url("../../images/safedog2016/index/dsj/cl2.png") no-repeat 0 0;
	width: 6px;
	height: 17px;
	position:absolute;
	left:88px;
	top:61px;
	z-index: 2;
	-webkit-animation: cl1_up 900ms linear infinite ;
	-moz-animation: cl1_up 900ms linear infinite ;
	-ms-animation: cl1_up 900ms linear infinite ;
	animation: cl1_up 900ms linear infinite ;
}

.cl5{
    background: url("../../images/safedog2016/index/dsj/cl1.png") no-repeat 0 0;
	width: 6px;
	height: 26px;
	position:absolute;
	left:96px;
	top:4px;
	z-index: 2;
	-webkit-animation: cl1_up 1500ms linear infinite ;
	-moz-animation: cl1_up 1500ms linear infinite ;
	-ms-animation: cl1_up 1500ms linear infinite ;
	animation: cl1_up 1500ms linear infinite ;
}

@keyframes "sd1_up" {from {top: 0px;left:120px;}to {top: 13px;left:106px;}}
@-moz-keyframes sd1_up  {from {top: 0px;left:120px;}to {top: 13px;left:106px;}}
@-webkit-keyframes "sd1_up"  {from {top: 0px;left:120px;}to {top: 13px;left:106px;}}
@-ms-keyframes "sd1_up"  {from {top: 0px;left:120px;}to {top: 13px;left:106px;}}
@-o-keyframes "sd1_up"  {from {top: 0px;left:120px;}to {top: 13px;left:106px;}}

.sd1{
	background: url("../../images/safedog2016/index/dsj/sd1.png") no-repeat 0 0;
	width: 18px;
	height: 21px;
	position:absolute;
	left:120px;
	top:0px;
	z-index: 2;
	-webkit-animation: sd1_up 500ms linear infinite alternate;
	-moz-animation: sd1_up 500ms linear infinite alternate;
	-ms-animation: sd1_up 500ms linear infinite alternate;
	animation: sd1_up 500ms linear infinite alternate;
}

@keyframes "sd2_up" {from {top:4px;left:0px;}to {top: 12px;left:17px;}}
@-moz-keyframes sd2_up  {from {top:4px;left:0px;}to {top: 12px;left:17px;}}
@-webkit-keyframes "sd2_up"  {from {top:4px;left:0px;}to {top: 12px;left:17px;}}
@-ms-keyframes "sd2_up"  {from {top:4px;left:0px;}to {top: 12px;left:17px;}}
@-o-keyframes "sd2_up"  {from {top:4px;left:0px;}to {top: 12px;left:17px;}}

.sd2{
	background: url("../../images/safedog2016/index/dsj/sd2.png") no-repeat 0 0;
	width: 18px;
	height: 23px;
	position:absolute;
	left:0px;
	top:4px;
	z-index: 2;
	-webkit-animation: sd2_up 700ms linear infinite alternate;
	-moz-animation: sd2_up 700ms linear infinite alternate;
	-ms-animation: sd2_up 700ms linear infinite alternate;
	animation: sd2_up 700ms linear infinite alternate;
}

.b4{
    background: url("../../images/safedog2016/index/dsj/b4.png") no-repeat 0 0;
	width: 141px;
	height: 146px;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
}


.jk1{
    background: url("../../images/safedog2016/index/dsj/jk1.png") no-repeat 0 0;
	width: 60px;
	height: 60px;
	position:absolute;
	left:40px;
	top:25px;
	z-index: 2;
	-webkit-animation: cl_rotate 2000ms linear infinite;
	-moz-animation: cl_rotate 2000ms linear infinite;
	-ms-animation: cl_rotate 2000ms linear infinite;
	animation: cl_rotate 2000ms linear infinite;
}


.jk2{
    background: url("../../images/safedog2016/index/dsj/jk2.png") no-repeat 0 0;
	width: 60px;
	height: 60px;
	position:absolute;
	left:40px;
	top:25px;
	z-index: 2;
	-webkit-animation: cl_rotate 5000ms linear infinite;
	-moz-animation: cl_rotate 5000ms linear infinite;
	-ms-animation: cl_rotate 5000ms linear infinite;
	animation: cl_rotate 5000ms linear infinite;
}

.b5{
    background: url("../../images/safedog2016/index/dsj/b5.png") no-repeat 0 0;
	width: 107px;
	height: 65px;
	position:absolute;
	left:21px;
	top:23px;
	z-index: 1;
}

.c3{
    background: url("../../images/safedog2016/index/dsj/c3.png") no-repeat 0 0;
	width: 48px;
	height: 49px;
	position:absolute;
	left:72px;
	top:32px;
	z-index: 2;
	-webkit-animation: cl_rotate_back 10000ms linear infinite;
	-moz-animation: cl_rotate_back 10000ms linear infinite;
	-ms-animation: cl_rotate_back 10000ms linear infinite;
	animation: cl_rotate_back 10000ms linear infinite;
}

.y3{
    background: url("../../images/safedog2016/index/dsj/y3.png") no-repeat 0 0;
	width: 64px;
	height: 39px;
	position:absolute;
	left:63px;
	top:57px;
	z-index: 3;
}

.y4{
    background: url("../../images/safedog2016/index/dsj/y4.png") no-repeat 0 0;
	width: 42px;
	height: 26px;
	position:absolute;
	left:24px;
	top:88px;
	z-index: 3;
}