html,body {
	position: relative;
	height: 100%;
} 
.box20220509115716 video{
	width: 100%;
}
@media(min-width:1200px){
.box20220509115716 video{
	width: 50%;

}	
}


.box20220509115716{
	width: 100%;
	height: 100%;
}
.box20220509115716 .swiper {
	width: 100%;
	height: 100%;
}

      .box20220509115716 .swiper-slide {
        text-align: center;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .box20220509115716 .swiper-slide img {
/*        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;*/
      }

.secScreen {
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: black;*/
	
}

.secScreen2 {
    width: 100%;
    position: absolute;
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start; 
	/*background-color: black;*/
	background:url(/template/webpage/images/banner/home_pinpai_wap.jpg?v=5) 50% 0% no-repeat;
	background-size: 100%;

}
@media(min-width:992px){
	.secScreen2 {
		background:url(/template/webpage/images/banner/home_pinpai.jpg?v=5) 50% 0% no-repeat;
		background-size: 100%;
	}
}

.secScreen2 .bg {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*.secScreen .conTxt{ width:1204px;  color:#fff;  height:350px; position:absolute; left:50%; top:50%;  margin:-125px 0 0 -602px;}*/
.secScreen .conTxt{ width:100%;  color: #fff;  /*height:350px;*/ }

.secScreen .conTxt .aboutKamu{ margin:0 auto; padding-top:27px; }

.secScreen .conTxt .aboutKamu .title{ font-size:18px;}
.secScreen .conTxt .aboutKamu .title span{line-height:50px; font-size:30px;}
.secScreen .conTxt .aboutLine{ width:auto; text-align: center;position: relative;}
/*.secScreen .conTxt .textarea{ width:1112px; margin:0 auto; padding-top:20px; line-height:30px; color:#fff; font-size:14px; height:150px;}*/
.secScreen .conTxt .textarea{ margin:0 30px; padding-top:20px; line-height:30px; color:#fff; font-size:14px; /*height:150px;*/}
.secScreen .conTxt .more{ width:190px; height: 50px;  margin:0 auto; padding:30px 0 0 0;}
.secScreen .conTxt .more a{border:1px solid #fff;  border-radius:5px; display:block; width:190px; height:50px; line-height:50px; text-decoration:none; color:#fff; text-align:center;}
.secScreen .aboutLine  img {
	display: inline-block;
    height:12px !important;
    object-fit:none !important;
}

@media(min-width:1024px){
	.secScreen .conTxt .textarea{ max-width: 1024px; margin:0 auto; padding-top:20px; line-height:30px; color:#fff; font-size:14px; /*height:150px;*/}	
}