﻿@charset "utf-8";

.module0328{
	width:1400px;
	width:var(--mainwidth);
	height:auto;
	margin: 0 auto;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.module0328_con{
	width:32%;
	height:auto;
	margin-right: 2%;
	margin-top: calc(1400px * 0.02);
	margin-top: calc(var(--mainwidth) * 0.02);
}
.module0328_con:nth-child(1),.module0328_con:nth-child(2),.module0328_con:nth-child(3){ margin-top: 0px;}
.module0328_con:nth-child(3n){ margin-right: 0px;}

.module0328_con a{
	display: block;
	width: 100%;
	height: 100%;
}
.module0328_con a:hover .module0328_img img{
	transform: scale(1.05);
}
.module0328_con a:hover .module0328_img:before {
	transform: scale(1, 1);
	transform-origin: bottom center;
}
.module0328_con a:hover .module0328_nei:after{
	height: 100%;
}
.module0328_con a:hover .module0328_nei span{
	color: var(--FontWhiColor);
}


.module0328_img{
	width:100%;
	height: calc(1400px * 0.32 * 428 / 652);
	height: calc(var(--mainwidth) * 0.32 * 428 / 652);
	font-size: 0px;
	overflow: hidden;
	position: relative;
	border-radius:7px;
}
.module0328_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0328_img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, .3);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	border-radius: 8px;
	z-index: 1;
}




.module0328_nei{
	background:var(--FontWhiColor);
	width: 90%;
	margin: 0 auto;
	padding: 0px 5%;
	height: 3.5rem;
	line-height:3.5rem;
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: -1.75rem;
	border-radius:7px;
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .1);
	overflow: hidden;
}
.module0328_nei:after{
	content: '';
	width: 100%;
	height:0px;
	background: var(--OneColor);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow: hidden;
}

.module0328_nei span{
	display: block;
	overflow: hidden;
	    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 1.125rem;
	color: var(--FontOneColor);
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}





@media screen and (max-width:1023px)and (min-width:300px){
.module0328{
	width:96vw;
}

.module0328_con{
	width:49%;
	margin-top: calc(96vw * 0.03);
}
.module0328_con:nth-child(3){ margin-top: calc(96vw * 0.03);}
.module0328_con:nth-child(3n){ margin-right: 2%;}
.module0328_con:nth-child(2n){ margin-right: 0px;}



.module0328_img{
	height: calc(96vw * 0.5 * 428 / 652);
}

.module0328_nei{

	height: 3rem;
	line-height:3rem;
	margin-top: -1.5rem;
}


.module0328_nei span{
}
	
	

}
