.preponderance{
	width: 100%;
	display: table;
}
.preponderance-col{
	width: 100%;
	display: table;
	padding-top: 40px;
}
.preponderance-list{
	width: 100%;
	min-height: 200px;
}
.preponderance-list-txt{
	width: calc(100% - 120px);
	text-align: right;
}
.preponderance-list-img{
	width: 120px;
	height: 142px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preponderance-list-txt h4{
	line-height: 48px;
	font-size: 40px;
	font-family: arial;
	font-weight: normal;
}
.preponderance-list-txt h5{
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
}
.preponderance-list-txt p{
	line-height: 26px;
	color: #333;
	min-height: 78px;
}
.preponderance-list-box{
	width: 100%;
	margin-top: 25px;
	display: table;
}
.preponderance-img{
	width: 100%;
	height: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preponderance-img img{
	max-width: 90%;
}
.preponderance-list-left .preponderance-list-txt{
	text-align: left;
}
.joins-col{
	width: 100%;
	display: table;
	padding-top: 30px;
}
.joins-col>div{
	padding: 0;
}
.titles{
	width: 100%;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 30px;
}
.titles h3 em{
	line-height: 40px;
	font-size: 30px;
	color: #404041;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
	letter-spacing: 2px;
}
.titles h3 b{
	display: block;
	line-height: 46px;
	font-size: 26px;
	color: #404041;
}
.joins-box{
	width: 100%;
	height: 196px;
	position: relative;
	padding: 0 15px;
}
.joins-box.joins-box-bg{
	background-color: #e5e5e5;
}
.joins-box.joins-box-bg .joins-number{
	color: #fff;
}
.joins{
	padding-bottom: 150px;
}
.joins-number{
	width: 100%;
	font-size: 140px;
	color: #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-weight: bold;
	font-family: arial;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.joins-txt{
	position: relative;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.joins-txt h4{
	line-height: 32px;
	font-weight: bold;
	font-size: 20px;
	color: #676767;
	margin-bottom: 8px;
	text-align: center;
}
.joins-txt p{
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
