@media only screen and (max-width: 992px) {
	.aboutusinfo .container {
	    padding-right: 25px;
	    padding-left: 25px;
	} 
}
.aboutUs h3 {
	font-size: 18px;
	font-weight: 500;
}
.aboutUs .intro {
	font-size: 16px;
	line-height: 2;
	color:rgba(51,51,51,1);
}
.aboutUs .intro {
	font-size: 16px;
	line-height: 2;
	color:rgba(51,51,51,1);
}
.centerInfo {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.centerInfo .topic {
	font-size: 24px;
	font-weight: 500;
}
.centerInfo .name {
}

.founderinfo .head {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.founderinfo .name {
	font-weight: 500;
	padding-top: 20px;
}
.founderinfo .row {
	margin-bottom: 50px;
}
.founderinfo ul {
	color: #778FBC;
	margin-top: 10px;
	line-height: 1.8;
}
.founderinfo .intro {	
	line-height: 1.8;
}
.centerInfo img {
	border-radius: 12px;
}
.centerInfo .txt h4 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
@media only screen and (min-width: 992px) {
	.aboutUs .container {
		width: 1030px;
		margin: 0 auto;
	}
	.centerInfo {
		width: 480px;
		border-radius: 12px;
	}
	.centerInfo img {
		width: 480px;
		height: 280px;
		margin-bottom: 25px;
	}
	.centerInfo .txt {
		position: absolute;
		top: 0;
		left: 0;
		width: 480px;
		height: 280px;
		background:rgba(0,0,0,0.4);
		border-radius: 12px;
		padding: 30px 40px;
		top: -280px;
	}
	.centerInfo:hover .txt {
		top: 0px;
	}
	.centerInfo .txt h4 {
		color: #FFFFFF;
		font-weight:300;
		font-size: 16px;
		line-height: 2;
		text-align: left;
		-webkit-line-clamp: 4;
	}
	.centerInfo .txt .btn {
		position: absolute;
		bottom: 40px;
		left: 50%;
		margin-left: -70px;
	}
	.aboutusinfo .container {
		width: 830px;
		margin: 0 auto;
	}
	.aboutusinfo .topping img{
		width: 100%;
	}
	.aboutusinfo .topping .intro {
		padding-top: 30px;
		line-height: 2;
	}
	.btnbox {
		text-align: right;
		padding: 25px 0;
	}
	.founderinfo .head {
		width: 240px;
		height: 328px;
	}
	.founderinfo .name {
		font-size:24px;
	}
	.founderinfo hr {
		background:rgba(51,51,51,1);
		border:1px solid rgba(238,238,238,1);
		margin: 28px -15px;
	}
	.founderinfo ul {
		font-size: 16px;
	}
	.centerInfo .btn-wap {
		display: none;
	}
	.btn-box {
		padding-top: 40px;
	}
	.btn-box .btn {
		margin: 0 20px;
	}
}

@media only screen and (max-width:992px ) {
	.aboutUs .intro {
		font-size: 15px;
		line-height: 2.2;
	}
	.centerInfo {
		margin-top: 30px;
	}
	.centerInfo img {
		width: 100%;
	}
	.centerInfo .topic {
	    font-size: 17px;
	    font-weight: 500;
	    padding-top: 15px;
	}
	.centerInfo .name {
	    font-size: 14px;
	    font-weight: 400;
	    padding-top: 5px;
	}
	.centerInfo h4 {
	    font-size: 12px;
	    font-weight: 300;
	    line-height: 2;
	    text-align: left;
    		margin: 10px 0 0;
	}
	.centerInfo .btn-alpha {
		display: none;
	}
	.centerInfo .btn-wap {
		color: #778FBC;
    		line-height: 32px;
    		padding: 0;
	}
	.centerInfo .btn-wap span {
		font-size: 12px;
		padding-left: 10px;
	}
	.aboutusinfo .topping {
		margin-left: -25px;
		margin-right: -25px;
	}
	.aboutusinfo .topping img {
		width: 100%;
	}
	.aboutusinfo .topping .intro {
		padding: 0 25px;
		margin: 20px 0 30px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.aboutusinfo .topping .btnbox {
		text-align: center;
	}
	.aboutusinfo .topping .btnbox .btn {
		width: 150px;
	}
	.founderinfo {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.founderinfo .head {
		width:200px;
		height:283px;
		margin: 0 auto;
	}
	.founderinfo .name,
	.founderinfo ul  {
		text-align: center;
	}
	.founderinfo ul {
		font-size: 14px;
	}
	.founderinfo .intro {
		font-size: 12px;
	}
	.founderinfo .btn-box {
    		padding-top: 30px;
    		padding-left: 0;
    		padding-right: 0;
	}
	.btn-box .btn {
		width: 38%;
	}
	.btn-box .btn {
		margin: 2px;
		font-size: 12px;
	}
	.founderinfo  .intro.mini {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}