﻿@charset "utf-8";

.module0106{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.module0106_left{
	width:56%;
}
.module0106_tit{
	width:100%;
}
.module0106_tit>span{
	display: inline-block;
	font-size: 1.625rem;
	min-height: 2rem;
	color: var(--OneColor);
	padding-right: 40px;
}

.module0106_tit i{
	color: var(--OneColor);
	font-size: 2rem;
	margin-right: 10px;
}
.module0106_tit i:nth-child(2){
	opacity: 0.5;
}


.module0106_con{
	color:var(--FontTowColor);
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 2rem;
}

.module0106_right{
	width:39%;
	font-size: 0px;
	overflow: hidden;
}
.module0106_right>img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width:1023px)and (min-width:300px){
	.module0106{
		width: 96vw;
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
	}
	.module0106_left{
		width:100%;
		margin-top: 2vh;
	}
	.module0106_tit{
		width:100%;
	}
	.module0106_tit>span{
		display: inline-block;
		font-size: 1.25rem;
		height: 2rem;
		line-height: 2rem;
		position: relative;
		padding-right: 30px;
	}
	.module0106_tit i{
		font-size: 1.25rem;
	}
	.module0106_con{
		font-size: 1rem;
		margin-top: 2vh;
	}

	.module0106_right{
		width:100%;
	}
	.module0106_right>img{
		width:100%;
		height: 200px;
	}
}
