.client.show{
	
}
.client .title,.client .content{
	opacity: 0;
}
.client.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.client.show .content{
	animation:lg-fadeInRight 2s ease forwards;
}

.service .title,.service .service-item{
	opacity: 0;
}
.service.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.service.show .service-item:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.service.show .service-item:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.service.show .service-item:nth-child(3){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.service.show .service-item:nth-child(4){
	animation:lg-fadeInUp 1s 1.2s forwards;
}
.service .lg-more{
	opacity: 0;
}
.service.show .lg-more{
	animation:lg-fadeInUp 1s 1.5s forwards;
}

.case .title,.news .title,.case .subtitle,.news .subtitle,.case .case-list .case-item{
	opacity: 0;
}

.case.show .title,.news.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.case.show .subtitle,.news.show .subtitle{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.case.show .case-list .case-item:nth-child(1){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.case.show .case-list .case-item:nth-child(2){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.case.show .case-list .case-item:nth-child(3){
	animation:lg-fadeInUp 1s 1.2s forwards;
}
.case.show .case-list .case-item:nth-child(4){
	animation:lg-fadeInUp 1s 1.5s forwards;
}
.case.show .case-list .case-item:nth-child(5){
	animation:lg-fadeInUp 1s 1.8s forwards;
}
.case.show .case-list .case-item:nth-child(6){
	animation:lg-fadeInUp 1s 2.1s forwards;
}

.product .title,.product .product-item,.product .lg-more{
	opacity: 0;
}
.product.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.product.show .product-item:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.product.show .product-item:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.product.show .product-item:nth-child(3){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.product.show .lg-more{
	animation:lg-fadeInUp 1s 1.2s forwards;
}

.help .tit,.help .intro,.help .lg-more{
	opacity: 0;
}
.help.show .tit{
	animation:lg-fadeInUp 1s forwards;
}
.help.show .intro{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.help.show .lg-more{
	animation:lg-fadeInUp 1s 0.6s forwards;
}

.news .imgNews,.news .listNews{
	opacity: 0;
}
.news.show .imgNews:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.news.show .imgNews:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.news.show .listNews{
	animation:lg-fadeInUp 1s 0.9s forwards;
}

.message .title,.message .content{
	opacity: 0;
}
#message_canvasF.show .message .title{
	animation:lg-fadeInUp 1s forwards;
}
#message_canvasF.show .message .content{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
/*首页结束*/

.company_intro h3,.company_intro h2,.company_intro p{
	opacity: 0;
}
.company_intro.show h3{
	animation:lg-fadeInUp 1s forwards;
}
.company_intro.show h2{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.company_intro.show p{
	animation:lg-fadeInUp 1s 0.6s forwards;
}

.company_culture .title{
	opacity: 0;
}
.company_culture .culture_left,.culture_right{
	opacity: 0;
}
.company_culture.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.company_culture.show .culture_left{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.company_culture.show .culture_right{
	animation:lg-fadeInUp 1s 0.6s forwards;
}

.company_timeline .title,.company_timeline .content{
	opacity: 0;
}
.company_timeline.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.company_timeline.show .content{
	animation:lg-fadeInUp 1s 0.3s forwards;
}

.company_help .text,.company_help .lg-more{
	opacity: 0;
}
.company_help.show .text{
	animation:lg-fadeInUp 1s forwards;
}
.company_help.show .lg-more:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.company_help.show .lg-more:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}

.contact_intro .title,.contact_intro .content,.contact_intro.show .mapbox,.map_location .text{
	opacity: 0;
}
.contact_intro.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.contact_intro.show .content{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
	
.contact_intro.show .mapbox{
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.contact_intro.show .map_location .text{
	animation:fadeInRight 1s 0.9s forwards;
}

.contact_form .title,.contact_form .content{
	opacity: 0;
}
.contact_form.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.contact_form.show .content{
	animation:lg-fadeInUp 1s 0.3s forwards;
}

.product-intro .title,.product-intro-item,.product-intro .column-line{
	opacity: 0;
}

.product-intro.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.product-intro.show .product-intro-item:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.product-intro.show .column-line:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.product-intro.show .product-intro-item:nth-child(3){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.product-intro.show .column-line:nth-child(4){
	animation:lg-fadeInUp 1s 1.2s forwards;
}
.product-intro.show .product-intro-item:nth-child(5){
	animation:lg-fadeInUp 1s 1.5s forwards;
}

.product-news .title,.product-case .title,.product-help .title,.product-help .subtitle,.product_question .title{
	opacity: 0;
}
.product-news.show .title,.product-case.show .title,.product-help.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.product-news .pnb_left,.product-news .pnb_right,.product-case.show li,.base_qalist dl{
	opacity: 0;
}
.product-news.show .pnb_left{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.product-news.show .pnb_right{
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.product-case.show li:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.product-case.show li:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.product-case.show li:nth-child(3){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.product-case.show li:nth-child(4){
	animation:lg-fadeInUp 1s 1.2s forwards;
}
.product-case.show li:nth-child(5){
	animation:lg-fadeInUp 1s 1.5s forwards;
}
.product-case.show li:nth-child(6){
	animation:lg-fadeInUp 1s 1.8s forwards;
}

.product-help.show .subtitle,.product_question.show .title{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.product-help.show .base_qalist dl:nth-child(1),.product_question.show .base_qalist dl:nth-child(1){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.product-help.show .base_qalist dl:nth-child(2),.product_question.show .base_qalist dl:nth-child(2){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.product-help.show .base_qalist dl:nth-child(3),.product_question.show .base_qalist dl:nth-child(3){
	animation:lg-fadeInUp 1s 1.2s forwards;
}
.product_question .tips{
	opacity: 0;
}
.product_question.show .tips{
	animation:lg-fadeInUp 1s 1.5s forwards;
}

.lg-classify{
	opacity: 0;
}
.lg-classify.show{
	animation:fadeInLeftBig 1s forwards;
}

.base_productshow .title,.base_productshow .subtitle,.base_productshow .pro-item-box .item{
	opacity: 0;
}
.base_productshow.show .title{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.base_productshow.show .subtitle{
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(3){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(4){
	animation:lg-fadeInUp 1s 1.2s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(5){
	animation:lg-fadeInUp 1s 1.5s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(6){
	animation:lg-fadeInUp 1s 1.8s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(7){
	animation:lg-fadeInUp 1s 2.1s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(8){
	animation:lg-fadeInUp 1s 2.4s forwards;
}
.base_productshow.show .pro-item-box .item:nth-child(9){
	animation:lg-fadeInUp 1s 2.7s forwards;
}

.product-custom .title,.product-custom ul li{
	opacity: 0;
}
.product-custom.show .title{
	animation:lg-fadeInUp 1s forwards;
}
.product-custom.show ul li:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.product-custom.show ul li:nth-child(2){
	animation:lg-fadeInUp 1s 0.4s forwards;
}
.product-custom.show ul li:nth-child(3){
	animation:lg-fadeInUp 1s 0.5s forwards;
}
.product-custom.show ul li:nth-child(4){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.product-custom.show ul li:nth-child(5){
	animation:lg-fadeInUp 1s 0.7s forwards;
}
.product-custom.show ul li:nth-child(6){
	animation:lg-fadeInUp 1s 0.8s forwards;
}
.product-custom.show ul li:nth-child(7){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
.product-custom.show ul li:nth-child(8){
	animation:lg-fadeInUp 1s 1s forwards;
}
.product-custom.show ul li:nth-child(9){
	animation:lg-fadeInUp 1s 1.1s forwards;
}
.product-custom.show ul li:nth-child(10){
	animation:lg-fadeInUp 1s 1.2s forwards;
}

.product_help .content .left,.pro-help-item{
	opacity: 0;
}
.product_help.show .content .left{
	animation:lg-fadeInUp 1s forwards;
}
.product_help.show .pro-help-item:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.product_help.show .pro-help-item:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.product_help.show .pro-help-item:nth-child(3){
	animation:lg-fadeInUp 1s 0.9s forwards;
}


.serviceContainer .title .cn,.serviceContainer .title .en,.serviceContainer .title .int{
	opacity: 0;
}
.serviceContainer .title.show .cn{
	animation:lg-fadeInUp 1s forwards;
}
.serviceContainer .title.show .en{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.serviceContainer .title.show .int{
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.service-item-inner div:nth-child(1),.service-item-inner div:nth-child(2){
	opacity: 0;
}
.service-item-inner.show div:nth-child(1){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.service-item-inner.show div:nth-child(2){
	animation:lg-fadeInUp 1s 0.6s forwards;
}

.base_caselist .item{
	opacity: 0;
}
.base_caselist .item.show:nth-child(1){
	animation:lg-fadeInUp 1s forwards;
}
.base_caselist .item.show:nth-child(2){
	animation:lg-fadeInUp 1s 0.1s forwards;
}
.base_caselist .item.show:nth-child(3){
	animation:lg-fadeInUp 1s 0.2s forwards;
}
.base_caselist .item.show:nth-child(4){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.base_caselist .item.show:nth-child(5){
	animation:lg-fadeInUp 1s 0.4s forwards;
}
.base_caselist .item.show:nth-child(6){
	animation:lg-fadeInUp 1s 0.5s forwards;
}
.base_caselist .item.show:nth-child(7){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.base_caselist .item.show:nth-child(8){
	animation:lg-fadeInUp 1s 0.7s forwards;
}
.base_caselist .item.show:nth-child(9){
	animation:lg-fadeInUp 1s 0.2s forwards;
}
.base_caselist .item.show:nth-child(10){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.base_caselist .item.show:nth-child(11){
	animation:lg-fadeInUp 1s 0.4s forwards;
}
.base_caselist .item.show:nth-child(12){
	animation:lg-fadeInUp 1s 0.5s forwards;
}

.base_caseshow .left,.caseshow_intro,.caseshow_detail{
	opacity: 0;
}
.base_caseshow.show .left{
	animation:lg-fadeInUp 1s forwards;
}
.base_caseshow.show .caseshow_intro{
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.base_caseshow.show .caseshow_detail{
	animation:lg-fadeInUp 1s 0.6s forwards;
}

.newsContainer .newsright > div{
	opacity: 0;
}
.newsContainer .newsright.show > div:nth-child(1){
	animation:lg-fadeInUp 1s forwards;
}
.newsContainer .newsright.show > div:nth-child(2){
	animation:lg-fadeInUp 1s 0.3s forwards;
}
.newsContainer .newsright.show > div:nth-child(3){
	animation:lg-fadeInUp 1s 0.6s forwards;
}
.newsContainer .newsright.show > div:nth-child(4){
	animation:lg-fadeInUp 1s 0.9s forwards;
}
<!--0.00020980834960938-->