﻿@charset "utf-8";
.module0037{
	width:1400px;
	width:var(--mainwidth);
	height:auto;
	margin:0 auto;
}
.module0037 .swiper-slide{
	height: calc(1400px * 0.2 * 12 / 25);
	height: calc(var(--mainwidth) * 0.2 * 12 / 25);
}
.module0037_box{
	width:100%;
	height: calc(1400px * 0.2 * 12 / 25);
	height: calc(var(--mainwidth) * 0.2 * 12 / 25);
	text-align: center;
	overflow: hidden;
	font-size: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.module0037_box:hover img{
	box-shadow:0 0px 10px rgba(0,0,0,0.08);
	transform:scale(1.01);
}
.module0037_box img{
	width:94%;
	height: calc(1400px * 0.2 * 0.94 * 11 / 25);
	height: calc(var(--mainwidth) * 0.2 * 0.94 * 11 / 25);
	border: 1px #dedede solid;
	border-radius: 10px;
	margin: auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0037 .paginationmodule0037{
	position:relative;
	margin-top: 1.5rem;
	height: 1rem;
	line-height: 1rem;
	z-index: 2;
	text-align: center;
}
.module0037 .swiper-pagination-bullet { 
	display: inline-block; 
	width:10px; 
	height:10px; 
	opacity: 1;
	background-color:var(--FontOneColor); 
	opacity: 0.2;
	border-radius:50px; 
	margin:0px 5px; 
	cursor: pointer;
}
.module0037 .swiper-pagination-bullet-active{ 
	opacity: 1;
}	

@media screen and (max-width:1023px)and (min-width:300px){
.module0037{
	width:96vw;
}
.module0037 .swiper-slide{
	height: calc(96vw * 0.33 * 12 / 25);
}
.module0037_box{
	width:100%;
	height: calc(96vw * 0.33 * 12 / 25);
}

.module0037_box img{
	width:94%;
	height: calc(96vw * 0.33 * 0.94 * 11 / 25);
}

.module0037 .swiper-pagination-bullet { 
	display: inline-block; 
	width:8px; 
	height:8px; 
}


}