﻿@charset "utf-8";
.module0014{
	width:100%;
	height: auto;
}

.module0014_con{
	width:1400px;
	width:var(--mainwidth);
	height: calc(1400px * 0.5 * 350 / 530);
	height: calc(var(--mainwidth) * 0.5 * 350 / 530);
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}

.module0014_con_left{
	width:50%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.module0014_con_right{
	width:45%;
	height: 100%;
	display: flex; 
	flex-direction:column;
	justify-content:center;
}
.module0014_1{
	font-size:1.625rem;
	padding-bottom: 2rem;
	color: var(--FontOneColor);
	font-weight: bold;
}
.module0014_2{
	color: var(--FontOneColor);
}
.module0014_2_1{
	line-height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
}
.module0014_2_1 svg{
	fill: var(--OneColor);
	width: auto;
    height: 1.7rem;
	margin-right: 0.5rem;
}
.module0014_2_1 a{
	color: var(--FontOneColor);
}


@media screen and (max-width:1023px)and (min-width:300px){

	.module0014_con{
		width:96vw;
		height: auto;
		justify-content:center;
		flex-direction: column;
	}

	.module0014_con_left{
		width:100%;
		height: calc(96vw * 350 / 530);
	}
	.module0014_con_right{
		width:100%;
		height:  auto;
		margin-top: 2rem;
		text-align: center;
	}

	.module0014_2_1{
		font-size: 1.125rem;
	}






}













