@charset "utf-8";
.fl {
	float:left;
}
.fr {
	float:right;
}

.bg-gray{
	background-color: #f5f5f5;
}

.wrap {
    padding: 0 6%;
    width: 88%;
}



.aboutus-main{
	padding-top: 60px;
	padding-bottom: 20px;
}
.aboutus-main.m-wrap{
	width: 100%;
	padding: 0;
	background-color: #fff;
}
.aboutus-main ul{
	width: 100%;
}
.aboutus-main li{
	width: 100%;
	background-color: #fff;
	margin-bottom: 60px;
	height: 420px;
}
.aboutus-main li .word{
	display: block;
	line-height: 30px;
	margin-top: 10px;
	font-size: 14px;
}
.aboutus-main li .img{
	display: block;
	width: 65%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.aboutus-main li img{
	display: block;
	transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}

.aboutus-main li .img:hover img{
	transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.aboutus-main li .cont{
	width: 25%;
	padding-top: 40px;
	margin-left: 5%;
	margin-right: 5%;
}

.aboutus-main li .f48{
	font-size: 36px;
	display: block;
	line-height: 66px;
	color: #0E842C;
}
.aboutus-main li .more{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #0E842C;
	margin-top: 10px;
}
.aboutus-main li .more:hover{
	opacity: 0.8;
}
