.aboutus_33{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abouts_33_l{
	flex: 0 0 48%;
	width: 48%;
}
.abouts_33_r{
	flex: 0 0 48%;
	width: 48%;
	padding-right: 8vw;
}
.abouts_33_r_lettle{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.abouts_33_r_lettle:after{
	position: absolute;
	display: block;
	content:'';
	width: 100%;
	height: 6px;
	margin-top: 10px;
}
.abouts_33_r_list{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.abouts_33_r_list li{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.abouts_33_r_list li div{
	font-size: 60px;
}
.abouts_33_r_list li p{
	font-size: 20px;
}
.abouts_33_r_button{
	display: inline-block;
    padding: 12px 45px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    overflow: hidden;
	border:1px solid #333;
}
.abouts_33_r_button a{
	color:#333;
}
.abouts_33_r_button:hover a{
	color:#FFFFFF;
}
@media(min-width: 1445px) {
	.abouts_33_r_text{
		font-size: 20px;
		color: #818181;
	}
}
@media(max-width: 1440px) and (min-width: 1366px) {
	.abouts_33_r_list li div{
		font-size: 50px;
	}
}
@media(max-width: 1365px) {
	.abouts_33_r_list li div{
		font-size: 30px;
	}
	.abouts_33_r_list li p{
		font-size: 16px;
	}
}
@media(max-width: 1200px) {
	.aboutus_33{
		flex-wrap: wrap;
	}
	.abouts_33_l{
		flex: 0 0 100%;
		width: 100%;
	}
	.abouts_33_r{
		flex: 0 0 100%;
		width: 100%;
		padding: 15px 30px;
	}
}
@media(max-width: 767px) {
	.abouts_33_r{
		flex: 0 0 100%;
		width: 100%;
		padding: 15px;
	}
}

.abouts_33_l-wrapper{
	position: relative;
}
.abouts_33_l-play{
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}