﻿@charset "utf-8";
.module0414{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.module0414_con{
	width: 100%;
	height: auto;
	margin-top: 3rem;
}
.module0414_con:nth-child(1){ margin-top: 0;}


.module0414_con a{
	display: block;
	width: 100%;
	position: relative;
	height: calc(1400px * 500 / 1440);
	height: calc(var(--mainwidth) * 500 / 1440);
}

.module0414_img{
	width:100%;
	height:100%;
	font-size: 0px;
	overflow: hidden;
}
.module0414_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;
    transform: perspective(100px) translateZ(0px);
}

.module0414_con a:hover .module0414_img img{
    transform: perspective(100px) translateZ(3px);
}

.module0414_nei_warp{
	width: 40%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: -4rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.module0414_con:nth-child(2n) .module0414_nei_warp{
	left: inherit;
	right: -4rem;
}
.module0414_nei{
	width: 100%;
    height: 100%;
	background: var(--OneColor);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 4rem;
}
.module0414_1{
	color: #fff;
	font-size: 2rem;
	font-family: opb;
}
.module0414_2{
    font-size: 1rem;
    line-height: 180%;
    color: #fff;
    margin-top: 1.25rem;
    text-align: justify;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

@media screen and (max-width:1023px)and (min-width:300px){
.module0414{
	width:94%;
}
.module0414_con{
	margin-top: 1rem;
}
.module0414_con:nth-child(2n) .module0414_nei_warp{
	left: inherit;
	right: 0;
}

.module0414_con a{
	height: auto;
}

.module0414_img{
		height: calc(94vw * 640 / 1440);
}

.module0414_nei_warp{
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
}
.module0414_nei{
	width: 100%;
	height:auto;
	padding: 1.5rem;
}
.module0414_1{
	font-size: 1.5rem;
}
.module0414_2{
    font-size: 1rem;
    line-height: 170%;
    color: #fff;
    margin-top: 1rem;
}


}
