#page16 {
	background: url(../images/p16/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1920px !important;
	height: 1092px !important;
	position: absolute !important;
	overflow: hidden;
	left: 1920px;
	top: 0px;
}


.p16_img1{
    position: absolute;
    bottom: 0px;
    left: 0px;
	opacity: 0;
}
.p16_img2{
	position: absolute;
    bottom: 0px;
    left: 123px;
	opacity: 0;
}

#p16_mask{
    position: absolute;
    left: 594px;
    top: 439px;
    height: 259px;
    overflow: hidden;
    width: 1300px;
}
.p16_img1{
	animation-name: fadeInUpBig;
	animation-duration: 1s; /* or: Xms */
	animation-direction: alternate; /* or: normal */
	animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	animation-fill-mode: forwards; /* or: backwards, both, none */
	animation-delay: 0s; /* or: Xms */
	 /* chrome or safari */
	-webkit-animation-name: fadeInUpBig;
	-webkit-animation-duration: 1s; /* or: Xms */
	-webkit-animation-direction: alternate; /* or: normal */
	-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
	-webkit-animation-delay: 0s; /* or: Xms */
	/* opera */
	-o-animation-name: fadeInUpBig;
	-o-animation-duration: 1s; /* or: Xms */
	-o-animation-direction: alternate; /* or: normal */
	-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	-o-animation-fill-mode: forwards; /* or: backwards, both, none */
	-o-animation-delay:0s; /* or: Xms */
	/* mozilla */
	-moz-animation-name: fadeInUpBig;
	-moz-animation-duration: 1s; /* or: Xms */
	-moz-animation-direction: alternate; /* or: normal */
	-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
	-moz-animation-delay: 0s; /* or: Xms */
	}
.p16_img2{
	animation-name: fadeInUpBig;
	animation-duration: 1s; /* or: Xms */
	animation-direction: alternate; /* or: normal */
	animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	animation-fill-mode: forwards; /* or: backwards, both, none */
	animation-delay: 0.5s; /* or: Xms */
	 /* chrome or safari */
	-webkit-animation-name: fadeInUpBig;
	-webkit-animation-duration: 1s; /* or: Xms */
	-webkit-animation-direction: alternate; /* or: normal */
	-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
	-webkit-animation-delay: 0.5s; /* or: Xms */
	/* opera */
	-o-animation-name: fadeInUpBig;
	-o-animation-duration: 1s; /* or: Xms */
	-o-animation-direction: alternate; /* or: normal */
	-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	-o-animation-fill-mode: forwards; /* or: backwards, both, none */
	-o-animation-delay:0.5s; /* or: Xms */
	/* mozilla */
	-moz-animation-name: fadeInUpBig;
	-moz-animation-duration: 1s; /* or: Xms */
	-moz-animation-direction: alternate; /* or: normal */
	-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
	-moz-animation-delay: 0.5s; /* or: Xms */
	}

