@charset "UTF-8";
	/* 首页banner start*/
	.banner {
	margin: 0 auto 0;
	width: 100%;
	background: #FFFFFF;
	position: relative;
}
.banner .swiper-pagination {
	left: 0;
	right: 0;
	text-align: center;
	bottom: 40px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #FFF;
	opacity: 0.5;
	transition: all 0.6s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	width: 40px;
}
.sub-menulist {
	position: absolute;
	top: 0;
	left: calc((100% - 1440px)/2);
	z-index: 2;
	height: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(13px);
}
.sub-menulist ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sub-menulist ul li {
	flex: 1;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.sub-menulist ul li:nth-last-child(1) {
	border-bottom: none;
}
.sub-menulist .s-item {
	padding: 5px 40px;
	box-sizing: border-box;
	width: 100%;
}
.sub-menulist .s-item .sub-tags {
	color: #777;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 2px;
}
.sub-menulist .s-item .sub-tt img {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	object-fit: cover;
	margin-right: 3px;
}
.sub-menulist .sub-tt {
	color: #222222;
	position: relative;
}
.sub-menulist .sub-tt span {
	font-weight: bold;
}
.sub-menulist .sub-tt .iconfont {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #999999;
}
.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.banner .swiper-slide .video-box {
	width: 100%;
	padding-bottom: 40%;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .video-box video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.banner .bg-box {
	position: relative;
	z-index: 1;
}
.banner .bg-box .img-box {
	padding-bottom: 46.875%;
	position: relative;
}
.banner .bg-box .img-box picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.banner .banner-content {
	position: absolute;
	width: 100%;
	top: 0%;
	z-index: 9;
	color: #FFF;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	bottom: 0;
	text-align: center;
}

.banner .banner-content .text{
	max-width: 500px;
}
.banner .banner-content h4{
	line-height: 1.15;
	margin-bottom: 12px;
}
.swiper-slide .banner-content {
	transform: translateY(200px);
	opacity: 0;
	transition: all .6s;
}
.ani-slide .banner-content {
	transform: translateY(0);
	opacity: 1;
}
/* 首页banner end*/
	@media screen and (max-width: 1023px) {
	.banner .swiper-slide .video-box {
	padding-bottom: 60%;
}
.banner .bg-box .img-box {
	padding-bottom: 60%;
}
.swiper-slide .banner-content {
	display: none;
}
}
