.sybanner{
	position: relative;
}


.sybox{
	position: absolute; left: 0; top: 0; width: 100%; z-index: 999; top: 240px;
}
.sya{
	width: 1440px; margin: auto; max-width: 94%;
}
.sya0{
	margin-bottom: 30px;
}
.sya1{
	width: 700px; height: 200px; background-image: url(../images/hong.png); background-position: center; background-repeat: no-repeat;
}
.sya1x{
	padding: 40px 50px;
}
.sya1x p{
	line-height: 35px; font-size: 18px; color: #fff;
}
.sya1x span{
	width: 120px; height: 20px; border-bottom: 2px solid #fff; display: flex;
}
.sya2{
	margin-top: 50px;
}
.sya2 a{
	color: #fff; font-size: 16px; background-color: #013990; padding: 10px 20px; border-radius: 20px;
}



.sybanner .swiper {
	width: 100%;
	height: 800px;
	--swiper-theme-color: #013990;
}

.sybanner .swiper-slide {
	text-align: center;
	font-size: 18px;
	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;
	position: relative;
}

.sybanner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sybanner .swiper-slide div{
	position: absolute; width: 100%; left: 0px; bottom: 100px;
}
.sybanner .swiper-slide div p{
	width: 1440px; height: auto; margin: auto; text-align: left; max-width: 84%;
}
.sybanner .swiper-slide div p a{
	color: #fff; font-size: 16px; background-color: #013990; padding: 10px 20px; border-radius: 20px;
}


.m3con .swiper-slide video{
	width: 100%; height: 100%;
}


@media screen and (max-width:1200px){
	.sybanner .swiper{height: 200px;}
	.sybanner .swiper-slide div{bottom: 20px;}
	.sybanner .swiper-slide div p a{padding: 5px 10px; border-radius: 5px; font-size: 12px;}
	.sybox{top: 50px;}
	.sya1{display: none;}
	.sya0{margin-bottom: 0;}
	.sya0 img{height: 40px;}
}
