﻿@charset "utf-8";
.module0022{
	width:100vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.module0022_box{
	width:25%;
	height: calc(25vw * 661 / 480);
}
.module0022_box a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.module0022_box a:hover .module0022_box_box{
	top:0%;
}
.module0022_box a:hover .module0022_box_nobox{
	bottom: -18.5rem;
}


.module0022_img{
	width:100%;
	height:100%;
	font-size: 0px;
	overflow: hidden;
}
.module0022_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;
}
.module0022_img_bg{
	position: absolute;
	top: 0;
	background: var(--FontOneColor);
	opacity: 0.4;
	width: 100%;
	height: 100%
}


.module0022_box_box{
	width:100%;
	position: absolute;
	height: 100%;
	background: var(--OneColor);
	overflow: hidden;
	top: 100%;
	padding: 0px 5%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}



.module0022_box_title{
	width: 100%;
	color: var(--FontWhiColor);
	font-size: 1.625rem;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	margin-top: 1rem;
	
}
.module0022_box_con{
	width: 100%;
	color: var(--FontWhiColor);
	opacity: 0.8;
	font-size: 1.125rem;
	line-height: 1.5rem;
	max-height: 4.5rem;
	margin-top: 2rem;
	overflow: hidden;
	
}
.module0022_box_btn{
	width: 100%;
	height: 3rem;
	text-align: center;
	margin-top: 5rem;
	
}
.module0022_box_btn span {
	display: block;
	margin:0 auto;
	height: 2.5rem;
	line-height: calc(2.5rem - 2px);
	color: var(--FontWhiColor);
	border-radius: 5px;
	text-align: center;
	width: 8rem;
	border: 1px var(--FontWhiColor) solid;
}



.module0022_box_nobox{
	width:100%;
	padding: 0px 5%;
	text-align: center;
	position: absolute;
	bottom: 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.module0022_box_noimg{
	width: 100%;
	height: 5.5rem;
}
.module0022_box_noimg img{
	height: 5.5rem;
	width: auto;
}

.module0022_box_notitle{
	width: 100%;
	color: var(--FontWhiColor);
	font-size: 1.625rem;
	line-height: 2rem;
	height: 2rem;
	overflow: hidden;
	margin-top: 1rem;
	
}

@media screen and (max-width:1023px)and (min-width:300px){
.module0022_box{
	width:50%;
	height: calc(50vw * 661 / 480);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.module0022_box_box{
	width:100%;
	position: absolute;
	height: calc(50vw * 661 / 480);
	background: transparent;
	overflow: hidden;
	top:0px;
}
.module0022_box_noimg{
	height: 5rem;
}
.module0022_box_noimg img{
	height: 5rem;
}
.module0022_box_title{
	
	font-size: 1.25rem;
	height: 2rem;
	line-height: 2rem;
	
}

.module0022_box_btn{
	margin-top: 2rem;
	
}
.module0022_box_nobox{
	display: none;
}

}








