@media (min-width: 992px) {
	.banner .swiper-slide-active h2{
		animation: fadeInRight_qs50 .8s ease-out forwards;
	}
	.banner .swiper-slide-active h4{
		animation: fadeInRight_qs50 1.2s ease-out forwards;
	}
	.index .swiper-slide-active .about ul{
		animation: fadeInUp_qs200 1.3s ease-out;
	}
	.index .swiper-slide-active .about .abimg,.index .swiper-slide-active .about .abtext{
		animation: fadeInUp_qs200 1.3s ease-out;
	}
	.index .swiper-slide-active .title,.index .swiper-slide-active .about .abtext section{
		animation: fadeInUp_qs200 1.3s ease-out;
	}
	.index .swiper-slide-active .about .abtext>a{
		animation: fadeInUp_qs200 1.5s ease-out;
	}
	.index .swiper-slide-active .business ul{
		animation: fadeInUp_qs200 1.5s ease-out;
	}
	.index .swiper-slide-active .business .service{
		animation: fadeInUp_qs200 1.7s ease-out;
	}
	.index .swiper-slide-active .labment .lmtitl{
		animation: fadeInUp_qs200 1.7s ease-out;
	}
	.index .swiper-slide-active .labment .swiper{
		animation: fadeInUp_qs200 1.7s ease-out;
	}
	.index .swiper-slide-active .partner li:nth-child(1) span {
		animation: zoomIn 0.8s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(7) span {
		animation: zoomIn 1s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(13) span {
		animation: zoomIn 1.2s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(19) span {
		animation: zoomIn 1.4s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(5) span {
		animation: zoomIn 1.6s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(11) span {
		animation: zoomIn 1.8s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(17) span {
		animation: zoomIn 2s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(9) span {
		animation: zoomIn 2.2s ease-out forwards;
	}
	.index .swiper-slide-active .partner li:nth-child(15) span {
		animation: zoomIn 2.4s ease-out forwards;
	}
	.index .swiper-slide-active .news .swiper{
		animation: fadeInUp_qs200 1.6s ease-out;
	}
}