@charset "utf-8";
/* CSS Document */
body{background:#F6F6F6;}

.banner,.footer{border-radius:0;}

.banner_app{height:100vh;}
.banner_app .banner_bg{width:100%;height:100vh;}
.banner_app .banner_bg img{width:100%;height:100vh;object-fit:cover;}

.app{width:100%;position:relative;}
.appSwiper{width:100%;overflow:hidden;}
.app_item{position:relative;width:100%;height:100vh;display:flex;justify-content:space-between;align-items:stretch;}

.app_height{height:100%;}


.app_main{flex:1;height:100%;}
.cl1{background:#FFE5E6;}
.cl2{background:#B4D9E5;}
.cl3{background:#4B4B4B;}
.cl4{background:#2D0456;}
.cl5{background:#2D365C;}
.app_main .content{height:100%;}
.app_main_list{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;text-align:left;padding:100px 0;box-sizing:border-box;}

.app_main_title{height:30px;}

.app_main_info{margin:10px 0;}
.app_main_info>p{padding:10px 0;}
.app_main_info>p strong{font-size:48px;line-height:80px;}
.app_main_desc{display:inline-block;width:100%;box-sizing:border-box;overflow:auto;margin:20px 0;background:rgba(255,255,255,0.4);border-radius:20px;padding:40px;max-height:60vh;}
.app_main_desc p{padding:5px 0;line-height:30px;text-align:justify;}
.app_main_desc p.app_main_desc_ti{text-align:left;line-height:35px;}
.app_main_desc p strong{font-weight:500;color:#333;font-size:20px;}
.app_main_desc p b{font-weight:500;color:#333;font-size:16px;}
.app_main_desc p span{color:#666;font-size:16px;}
.app_clw>strong,.app_clw p strong,.app_clw p b{color:#fff;}
.app_clw p span{color:rgba(255,255,255,0.85);}

.app_main_button{height:30px;}

.app_pic{flex:1;height:100%;}
.app_pic img{width:100%;height:100%;object-fit:cover;}


