

@charset "utf-8";
.banner{
	width: 100%;
	overflow-x: hidden;
	position: relative;
	max-width: 1920px;
	margin:0 auto;
}

.index_pro{
	overflow-x: hidden;
	position: relative;
	padding-bottom: 4%;
}

.swiper-banner{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.swiper-banner .swiper-slide{
	position: relative;
	min-height: 160px;
	height: 100%;
	overflow: hidden;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 160px;
	/* -webkit-animation: animScale 20s linear infinite;
	animation: animScale 20s linear infinite;
	-ms-animation: animScale 20s linear infinite;
	-moz-animation: animScale 20s linear infinite;
	-o-animation: animScale 20s linear infinite; */
}

.swiper-banner .ban-pagination{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	z-index: 10;
	text-align: center;
}
.ban-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	position: relative;
	border-radius: 50%;
	background:rgba(255,255,255,0.42);
	opacity: 1;
	margin:0 8px !important;
	vertical-align: top;
	overflow: hidden;
}
.ban-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-notification{
	display: none;
}

.ban-prev,.ban-next{
	width: 57px;
	height: 58px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -29px;
	z-index: 99;
	position: absolute;
	cursor: pointer;
	opacity: 0.5;
}
.ban-prev{
	left: 3%;
	background-image: url(/css_com/css/../images/ban_l.png);
}
.ban-next{
	right: 3%;
	background-image: url(/css_com/css/../images/ban_r.png);
}
.ban-prev:hover,.ban-next:hover{
	opacity: 1;
}
@keyframes animScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@-webkit-keyframes animScale {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}

@-ms-keyframes animScale {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(1.2); }
    100% { -ms-transform: scale(1); }
}

@-moz-keyframes animScale {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.2); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes animScale {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.2); }
    100% { -o-transform: scale(1); }
}

.yy {
    width: 100%;
    height: 30px;
    background: url(/css_com/css/../images/banneryy.png) center center no-repeat;
    
}

.m_banner{
	
	position: relative;
}
.banner_info_wrap{
	width: 100%;
	height:100%;
	left: 0;
	top:0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;

}
.banner_info{
	width: 140px;
	height: 40px;
	font-size: 14px;
	background-color: #5e34b5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	box-shadow: 5px 5px 30px 10px rgba(94,52,181,.3);
}
