@import url("style.css");
@import url("mobile.css");
@import url("custom.css");
@import url("pscroll.css");

.banner {
    height: 42.93vw !important
}
.banner img {
	width: 100%;
	display: block;
}
.banner .lzpic1, .banner .lzpic2 {
	background-repeat: no-repeat;
	background-position: center center;
	height: 42.93vw;
	background-size: cover;
}
.banner .lzpic2 {
	background-size: cover;
}
.banner.full .lzpic1, .banner.sm-full .lzpic1, .banner.full .lzpic2, .banner.sm-full .lzpic2 {
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.banner.sm-full .lzpic2 img, .banner.full .lzpic1 img {
	display: none;
}
@keyframes banner-down {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: 10px;
	}
}
@-o-keyframes banner-down {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: 10px;
	}
}
@-moz-keyframes banner-down {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: 10px;
	}
}
@-webkit-keyframes banner-down {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: 10px;
	}
}
.main .banner {
	position: relative;
}
.main .banner .wrap {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	max-width: 1630px;
}
.main .banner .table .wrap {
	position: static;
	transform: translateX(0%);
	left: 0;
}
.main .banner .btn {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 9;
	width: 100%;
	height: 0;
}
.main .banner .btn .boxs {
	width: 88px;
	float: right;
	overflow: hidden;
}
.main .banner .btn .wrap {
	position: relative;
	height: 0;
}
.main .banner .swiper-button-prev, .main .banner .swiper-button-next, .main .banner .swiper_button_play {
	width: 63px;
	height: 63px;
	margin: 0 0 0 8px;
	background: no-repeat center;
	position: static;
	margin-top: -31px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background-size: 100% 100%;
}
.main .banner .swiper-button-prev {
	background-image: url("../img/arrow2.png");
	float: left;
	margin-left: 60px;
}
.main .banner .swiper-button-prev:hover {
	background-position: 0 center;
	background-image: url("../img/arrow2_on.png");
}
.main .banner .swiper-button-prev.swiper-button-disabled {
	background-image: url("../img/arrow2.png");
	opacity: 1.0;
}
.main .banner .swiper-button-next {
	background-image: url("../img/arrow3.png");
	float: right;
	margin-right: 60px;
}
.main .banner .swiper-button-next:hover {
	background-position: right center;
	background-image: url("../img/arrow3_on.png");
}
.main .banner .swiper-button-next.swiper-button-disabled {
	background-image: url("../img/arrow3.png");
	opacity: 1.0;
}
.main .banner .swiper_button_play {
	background-image: url("../img/play.png");
	float: left;
	cursor: pointer;
}
.main .banner .swiper_button_play#on {
	background-image: url("../img/play.png");
}
.main .banner .down {
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: 10;
	width: 60px;
	height: 60px;
	background: url("../img/i_pic2.png") no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.main .banner .down i {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0%;
	animation: heightani 3000ms linear infinite;
	background: url("../img/i_pic1.png") no-repeat;
	background-size: 100% 100%;
}
.main .banner .swiper-slide {
	position: relative;
}
.main .banner .swiper-slide .table {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: left;
}
.main .banner .swiper-slide .table .td {
	display: block;
}
.main .banner .swiper-slide .txt {
	color: #ababab;
	letter-spacing: 2px;
	width: 100%;
	margin-bottom: 1%;
	font-weight: bold;
}
.main .banner .swiper-slide .desc {
	color: #a9a9a9;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 0.5%;
	text-transform: uppercase;
	margin-bottom: 6%;
}
.main .banner .swiper-slide .rbtn {
	margin-top: 22%;
}
.c-banner1 .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 37px;
}
.c-banner1 .swiper-pagination-bullet {
	position: relative;
	margin: 0 10px !important;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
}
.c-banner1 .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #878787;
	transition: all 0s;
}
.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	top: 1px;
	left: 1px;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(135, 135, 135, .5);
	background: transparent;
}
.c-banner1 .swiper-pagination-bullet svg {
	vertical-align: top;
}
.c-banner1 .swiper-pagination-bullet svg circle {
	opacity: 0;
	fill: none;
	stroke: #b63034;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 39 39;
	stroke-dashoffset: 39;
	-webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
	transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
	opacity: 1;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
	transition: stroke-dashoffset 5s linear, opacity 0s linear;
}
.main .banner .swiper-slide .ends {
	text-align: center;
}
.main .banner .swiper-slide .ends .rbtn {
	vertical-align: top;
	margin-left: 0.6%;
	margin-right: 0.6%;
}
.banner .c-dot-box .c-line-box .c-line {
	width: 0;
	height: 2px;
	background: #fff;
	transition: 1s;
}
.i_one {
	overflow: hidden;
	margin-top: 7%;
	margin-bottom: 4%;
	position: relative;
}
.i_one .i_one_r {
	float: right;
	width: 75%;
	overflow: hidden;
	line-height: 1.7;
}
.i_one .i_one_r .rbtn {
	margin-top: 3%;
}
.i_one .i_one_l {
	position: absolute;
	width: 20%;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	line-height: 1.6;
	font-weight: bold;
}
.i_one .i_one_l .boxs {
	font-family: 'Montserrat';
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
/*产品*/
.i_two_bg {
	overflow: hidden;
	background: #f3f5f7;
}
.i_two_a {
	text-align: center;
	overflow: hidden;
	margin-top: 4%;
}
.i_two_a a {
	font-family: 'Montserrat';
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 2.4rem;
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
	margin-left: 3.2%;
	margin-right: 3.2%;
}
.i_two_a a.isel {
	color: var(--main-color);
}
.i_two_a a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 0;
	height: 4px;
	background: var(--main-color);
	transition: all 0.3s;
}
.i_two_a a.isel:after {
	width: 80%;
	left: 10%;
	right: 10%;
}
.i_two_ul {
	margin-top: 3%;
}
.i_two_ul .divhidden {
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all 0.6s;
	display: none;
}
.i_two_ul .divhidden.on {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	display: block;
}
.i_two_ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.i_two_ul li:nth-child(4n) {
	margin-right: 0;
}
.i_two_ul li:hover .imgs {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.i_two_ul li .imgs {
    background: #fff;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	border-radius: 10px;
}
.i_two_ul li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_two_ul li .h3 {
    font-family: 'Montserrat';
	font-weight: 600;
	overflow: hidden;
	line-height: 36px;
	height: 36px;
	margin-top: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}
.i_two_ul li:hover .h3 {
	color: var(--main-color);
}
.i_two_bg .i_two_end {
	text-align: center;
	overflow: hidden;
	padding-top: 2%;
	margin-bottom: 5%;
	clear: both;
}
.i_about {
	position: relative;
	overflow: hidden;
	margin: 5% 0;
}
.i_about .i_about_l {
	position: absolute;
	width: 50%;
	overflow: hidden;
	right: 0;
	top: 0;
}
.i_about .i_about_l .img {
	width: 100%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.i_about .i_about_l:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_about .i_about_l .imgs {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.i_about .i_about_l .imgs .bgs {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: left;
	position: absolute;
	top: 0;
	left: 0;
}
.i_about .i_about_l .imgs .bgs i {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	background: url("../img/i_pic6.png") center center no-repeat;
	background-size: 100% 100%;
}
.i_about .i_about_r {
	float: left;
	width: 48%;
	overflow: hidden;
	max-width: 610px;
}
.i_about .i_about_r .h4 {
	font-family: 'Montserrat';
	font-weight: bold;
	letter-spacing: 0.5px;
	position: relative;
	color: #232323;
}
.i_about .i_about_r .desc {
	overflow: hidden;
	line-height: 1.6;
	color: #333;
	margin-top: 3%;
}
.i_about .i_about_r .counter {
	text-align: left;
	margin-top: 8%;
}
.i_about .i_about_r .counter ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 24%;
	transition: all 0.3s;
	position: relative;
}
.i_about .i_about_r .counter ul li .nums {
	line-height: 1;
	color: var(--main-color);
}
.i_about .i_about_r .counter span {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
}
.i_about .i_about_r .counter label {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	font-weight: 500;
	padding-left: 5px;
}
.i_about .i_about_r .counter .h6 {
	color: #333;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 12px;
}
.i_about .i_about_r .counter ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.i_about .i_about_r .rbtn {
	margin-top: 5%;
}
.i_news {
	background: #f3f5f7;
	padding-top: 1px;
	padding-bottom: 1px;
}
.i_three {
	overflow: hidden;
	position: relative;
}
.i_three .img {
	display: block;
	width: 100%;
}
.i_three .bgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.i_three ul {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.i_three ul li {
	float: left;
	width: 25%;
	overflow: hidden;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
}
.i_three ul li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.5);
}
.i_three ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0%;
	height: 71px;
	margin-top: -35px;
	width: 4px;
	background: var(--main-color);
	transition: all 0.3s;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.i_three ul li:hover:after {
	opacity: 1.0;
	filter: Alpha(opacity=100);
	top: 50%;
}
.i_three ul li a {
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	overflow: hidden;
	text-align: center;
}
.i_three ul li .ico {
	display: block;
	height: 88px;
	margin: 0 auto;
}
.i_three ul li .h3 {
	color: #fff;
	overflow: hidden;
	line-height: 1.4;
	margin-top: 4%;
}
.i_three ul li i {
	display: block;
	overflow: hidden;
	font-style: normal;
	margin-top: 4%;
	color: var(--main-color);
	transition: all 0.3s;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.i_three ul li:hover i {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
.i_three ul li:last-child:before {
	display: none;
}
.i_three ul li:last-child:after {
	display: none;
}
.i_four {
	margin-top: 2%;
	overflow: hidden;
	margin-bottom: 5%;
}
.i_four li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.i_four li:nth-child(3n) {
	margin-right: 0;
}
.i_four li .imgs {
	overflow: hidden;
}
.i_four li .imgs img {
	width: 100%;
	aspect-ratio: 16 / 9;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}
.i_four li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_four li .bgs {
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.i_four li .boxs {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.i_four li .ico {
	display: block;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 4%;
	transition: all 0.3s;
}
.i_four li .h3 {
	font-weight: 600;
	width: 100%;
	height: 52px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	padding: 0 15px;
}
.i_four li:hover .h3 {
	color: #fff;
}
.i_four li .p {
	overflow: hidden;
	height: 80px;
	line-height: 1.5;
	color: #999;
	margin-top: 3%;
	transition: all 0.3s;
}
.i_four li .date {
	color: #777;
	padding-top: 8px;
}
.i_four li:hover .p, .i_four li:hover .date {
	color: #fff;
}
.i_four li:hover .bgs {
	background: rgba(0, 0, 0, 0.5);
}
.i_four li:hover .ico {
	display: none;
}
@media screen and (max-width: 1500px) {
	.i_about {
		min-height: inherit;
	}
	.i_about .i_about_r .counter {
		margin-top: 10%;
	}
	.i_about .i_about_r .h4 {
		margin-top: 2%;
	}
	.i_about .i_about_l .imgs .bgs i {
		height: 116px;
		width: 116px;
	}
	.i_four {
		margin-top: 3%;
	}
	.i_four li .ico {
		height: 80px;
	}
	.i_four li .h3 {
		height: 40px;
		line-height: 40px;
	}
	.i_four li .p {
		line-height: 30px;
		height: 90px;
	}
	.i_three ul li .ico {
		height: 80px;
	}
}
@media screen and (max-width: 1200px) {
	.main .banner:hover .btn .boxs {
		width: 97%;
	}
	.main .banner .btn .boxs {
		width: 98%;
	}
	.main .banner .swiper-slide .rbtn {
		display: none;
	}
	.i_about .i_about_r .desc {
		line-height: 1.6;
	}
	.i_about .i_about_r .counter {
		margin-top: 8%;
	}
	.i_about .i_about_r .h4 {
		margin-top: 0%;
	}
	.i_about .i_about_r .rbtn {
		margin-top: 6%;
	}
	.i_about .i_about_l .imgs .bgs i {
		height: 100px;
		width: 100px;
	}
	.i_four li {
		width: 49%;
	}
	.i_four li:nth-child(3n) {
		margin-right: 2%;
	}
	.i_four li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 992px) {
	.i_two_ul li {
		width: 49%;
	}
	.i_two_ul li:nth-child(4n) {
		margin-right: 2%;
	}
	.i_two_ul li:nth-child(2n) {
		margin-right: 0;
	}
	.i_about .i_about_l {
		position: static;
		width: 100%;
	}
	.i_about .i_about_r {
		float: none;
		width: 100%;
		max-width: none;
		margin-top: 5%;
		text-align: center;
	}
	.i_about .i_about_r .desc {
		margin-top: 3%;
		text-align: left;
	}
	.i_about .i_about_r .counter {
		text-align: center;
	}
	.i_about .i_about_r .counter span {
		font-size: 40px;
	}
	.i_three ul li .ico {
		height: 70px;
	}
	.i_three ul li .h3 {
		margin-top: 5%;
	}
	.i_three ul li i {
		margin-top: 5%;
	}
	.i_four li .ico {
		height: 70px;
	}
	.i_four li .h3 {
		height: 32px;
		line-height: 32px;
	}
	.i_four li .p {
		line-height: 26px;
		height: 78px;
	}
}
@media screen and (max-width: 640px) {
	.main .banner .swiper-button-prev, .main .banner .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 10px auto;
	}
	.c-banner1 .swiper-pagination-bullet {
		margin: 0 4px !important;
	}
	.i_one .i_one_l {
		position: static;
		display: block;
		width: 100%;
		text-align: center;
	}
	.i_one .i_one_r {
		float: none;
		width: 100%;
		margin-top: 3%;
		text-align: center;
	}
	.i_one .i_one_r p {
		text-align: left;
	}
	.i_two_a a {
	    font-size: 1.7rem;
	    padding-bottom: 5px;
		margin-left: 2%;
		margin-right: 2%;
	}
	.i_two_ul {
		margin-top: 4%;
	}
	.i_two_ul li .h3 {
		height: 30px;
		line-height: 30px;
		margin-top: 6px;
	}
	.i_about .i_about_l .imgs .bgs i {
		height: 80px;
		width: 80px;
	}
	.i_about .i_about_r .counter span {
		font-size: 32px;
	}
	.i_three ul li .ico {
		height: 60px;
	}
	.i_three ul li .h3 {
		margin-top: 6%;
	}
	.i_three ul li i {
		margin-top: 6%;
	}
	.i_four li .ico {
		height: 50px;
	}
	.i_four li .h3 {
		height: 28px;
		line-height: 28px;
	}
	.i_four li .p {
		line-height: 22px;
		height: 66px;
	}
	.i_four li .imgs img {
		min-height: 179px;
	}
}
@media screen and (max-width: 480px) {
	.main .banner .btn {
		bottom: 22px;
	}
	.main .banner .swiper-slide .txt {
		font-size: 36px;
	}
	.c-banner1 .swiper-pagination {
		bottom: 20px;
	}
	.main .banner .swiper-slide .desc {
		font-size: 18px;
	}
	.i_about .i_about_l .imgs .bgs i {
		width: 60px;
		height: 60px;
	}
	.i_about .i_about_r {
		margin-top: 6%;
	}
	.i_two_a a {
		margin-left: 2%;
		margin-right: 2%;
	}
	.i_three ul li .ico {
		height: 50px;
	}
	.i_three ul li:after {
		height: 50px;
		width: 3px;
	}
	.i_three ul li:hover:after {
		margin-top: -25px;
	}
	.i_three ul li .h3 {
		font-size: 15px;
		margin-top: 7%;
	}
	.i_three ul li i {
		margin-top: 7%;
	}
	.i_four li .ico {
		height: 40px;
	}
	.i_four li .h3 {
		height: 24px;
		line-height: 24px;
	}
	.i_four li .p {
		line-height: 20px;
		height: 80px;
		-webkit-line-clamp: 4;
	}
	.i_four li .imgs img {
		min-height: 155px;
	}
}
@media screen and (max-width: 420px) {
	.c-banner1 .swiper-pagination {
		bottom: 15px;
	}
	.main .banner .swiper-slide .txt {
		font-size: 32px;
	}
	.main .banner .swiper-slide .desc {
		font-size: 16px;
	}
	.i_three ul li .ico {
		height: 40px;
	}
	.i_three ul li .h3 {
		margin-top: 10%;
		font-size: 14px;
	}
	.i_three ul li i {
		font-size: 13px;
	}
	.i_four li {
		margin-bottom: 4%;
	}
	.i_four li .h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	.main .banner .swiper-slide .txt {
		font-size: 30px;
	}
	.main .banner .swiper-slide .desc {
		font-size: 14px;
	}
	.i_about .i_about_r .counter ul li {
		width: 23.5%;
	}
	.i_three ul li .h3 {
		font-size: 13px;
	}
	.i_three ul li i {
		font-size: 12px;
	}
	.i_four li .h3 {
		font-size: 15px;
	}
}
@media screen and (min-width: 1200px) {
	.main .banner .swiper-slide {
		position: relative;
		height: 100%;
	}
}
@keyframes mymove6 {
	from {
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: translateY(-100px) translateX(0);
		-moz-transform: translateY(-100px) translateX(0);
		transform: translateY(-100px) translateX(0);
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}
	to {
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transform: translateY(0px) translateX(0);
		-moz-transform: translateY(0px) translateX(0);
		transform: translateY(0px) translateX(0);
	}
}
@-webkit-keyframes mymove6 {
	from {
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: translateY(-100px) translateX(0);
		-moz-transform: translateY(-100px) translateX(0);
		transform: translateY(-100px) translateX(0);
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}
	to {
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-transform: translateY(0px) translateX(0);
		-moz-transform: translateY(0px) translateX(0);
		transform: translateY(0px) translateX(0);
	}
}