﻿@charset "utf-8";

.module0009{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	position: relative;

}

.module0009_con{
	width:100%;
	height: calc(73vw * 0.5 * 395 / 700);
	height: calc(var(--mainwidth) * 0.5 * 395 / 700);

}
.module0009_con:nth-child(2n) .module0009_right{
	float: left;
	padding-left: 0%;
	padding-right: 5%;
}
.module0009_con:nth-child(2n) .module0009_img{
	float: right;
}

.module0009_img{
	width:50%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	float: left;
}

.module0009_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;
}
.module0009_right{
	float: right;
	width:50%;
	padding-left: 5%;
	height: 100%;
	display: flex; 
	flex-direction:column;
	justify-content:center;
}


.module0009_1{
	color: var(--FontOneColor);
	overflow: hidden;
	font-size:1.375rem;
	height: 4rem;
	line-height: 4rem;
	border-bottom: 3px var(--OneColor) solid;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0009_2{
	font-size:1rem;
	height: auto;
	max-height: 4.5rem;
	line-height: 1.5rem;
	color: var(--FontTowColor);
	margin-top: 2rem;
	overflow: hidden;
}

.module0009_3{
	height: 5rem;
	font-size: 0px;
	overflow: hidden;
	margin-top: 2rem;
}
.module0009_3 img{
	height: 5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0009_con:hover .module0009_img img{
	-moz-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05); 
	transform:scale(1.05,1.05);
}
.module0009_con:hover .module0009_1{
	color: var(--OneColor);
}


@media screen and (max-width:1023px)and (min-width:300px){
	.module0009{
		width:96vw;
	}

.module0009_con{
	width:100%;
	height:  auto;
	margin-top: 2vh;
}

.module0009_con:nth-child(2n) .module0009_right{
	padding-left: 0%;
	padding-right: 0%;
	float: none;
}
.module0009_con:nth-child(2n) .module0009_img{
	float: none;
}
.module0009_con:nth-child(1){
	margin-top: 0;
}

.module0009_img{
	width:100%;
	height: calc(96vw * 395 / 700);
	float: none;
}


.module0009_right{
	float: none;
	width:100%;
	padding-left: 0%;
	height: auto;
	display: flex; 
	flex-direction:column;
	justify-content:center;
	text-align: center;
	
}



.module0009_2{
	margin-top: 1rem;
	text-align: left;
}

.module0009_3{
	margin-top: 1rem;
}
.module0009_3 img {
    height: 4rem;
}

}













