/* 这个版本的carbase.css取消移动端100%page */

/*section*/
.page-container{overflow:hidden;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size: cover;position:relative;}
.sction-footer-container{width:100%;position:absolute;left:0;bottom: 0;}
#section-footer .page-container{min-height: 600px!important;}

.fp-section .page-container img.section-bg{width:100%;height:auto;}
.fp-section:not(.section-canshu) .page-container img.section-bg{max-height:calc(100vh - 80px);}
.page-content{position:relative;}
.page-item-container{position:absolute;}
.page-item-content{position:relative;margin:0 auto;}




@media screen and (max-width:0px){
	.fp-tableCell{display:block!important;}
	/* .full-page{height:calc(100% - 107px)!important;}
	.page-container {height:calc(100% - 107px);} */
	.page-content{height:100%;}
	/* .page-container img.section-bg{height:100%;} */
}

@media screen and (min-width:0px){
	.fp-section:not(.section-canshu),.fp-section:not(.section-canshu) .fp-tableCell,.fp-section:not(.section-canshu) .full-page,.fp-section:not(.section-canshu) .page-container{height:auto!important;max-height:100vh;}
	.fp-section.section-canshu,.fp-section.section-canshu .fp-tableCell,.fp-section.section-canshu .full-page,.fp-section.section-canshu .page-container{height:100%!important;}
	.fp-section.section-canshu .page-content{height:92vh!important;}
	.fp-section.section-canshu .page-content{overflow:auto;}
}


body{padding-top:80px!important;}
.mobile-bg{display:none;width:100%;/* height:100%; *//* position:absolute;left:50%;top:50%;transform:translate(-50%,-50%); */}
.element-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.element-content{position:relative;text-align:left;}
.shuju-title{font-size:40px;font-weight:bold;color:#333;line-height:80px;}
.shuju-content{font-size:20px;line-height:35px;/* color:#888; */color:#333;}

@media screen and (max-width:1025px){
	body{padding-top:54px!important;} 

	.shuju-title{font-size:20px;line-height:30px}
	.shuju-content{font-size:14px;line-height: 23px;}
}
@media screen and (max-width: 0px){
	body{padding-top:0px!important;} 
	.page-item-content{height:100%;}
	/* body{padding-bottom:62px!important;} */
	.pc-bg{display:none}
	.mobile-bg{display:block;min-height:100%;}
	.shuju-title{font-size:14px;line-height:25px}
	.shuju-content{font-size:12px;line-height:20px;}

}

@media (max-width:800px){
	.pc-bg{display:none;}
	.mobile-bg{display:block;}
	.fp-section.section-canshu .page-content{height:85vh!important;}
}
@media (max-width:500px){
	.pc-bg{display:none;}
	.mobile-bg{display:block;}
	.fp-section.section-canshu .page-content{height:auto!important; padding-bottom: 62px;}
	.fp-section .page-container img.section-bg {object-fit: contain;}
	.fp-section.section-canshu, .fp-section.section-canshu .fp-tableCell, .fp-section.section-canshu .full-page, .fp-section.section-canshu .page-container{height:auto!important;}
}

/*section*/