body {
	background-color: #fafafa;
}

.about-banner {
	background-image: url(../img/about_banner.jpg);
}

.about-top {
	padding-bottom: 150px;
}

.about-top-img {
	width: 100%;
	max-width: 651px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.about-top-text {
	width: 100%;
	max-width: 854px;
	height: 691px;
	background-color: #ffffff;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 165px;
	padding-top: 110px;
	padding-right: 60px;
	position: relative;
	z-index: -1;
	margin-left: -105px;
	margin-top: 30px;
}

.about-center {
	width: 100%;
	height: 600px;
	background: url(../img/about2.jpg)top center no-repeat;
}

.about-bottom {
	padding: 100px 0 120px 0;
	background: url(../img/about_bg.jpg) bottom center no-repeat;
}

.about-bottom-left {
	width: 100%;
	height: auto;
	max-width: 624px;
	padding-top: 85px;
}

.about-bottom-right {
	width: 100%;
	max-width: 680px;
	height: auto;
}

.about-bottom-right .about-img {
	margin-bottom: 5px;
}


.about-center p {
	width: 100%;
	max-width: 789px;
	line-height: 30px;
	margin:0 auto;
}

.about-center .inside-common-title{
	margin-bottom: 10px;
}

.about-center,
.about-center .inside-common-title-cn,
.about-center .inside-common-title-en {
	color: #fff !important;
	text-align: center;
}

@media screen and (max-width: 1400px) {
	.about-top {
		padding-bottom: 50px;
	}

	.about-top-img {
		display: none;
	}

	.about-top-text {
		max-width: 100%;
		height: auto;
		margin-left: 0;
		padding: 30px;
	}

	.about-bottom {
		padding: 50px 0 60px 0;
		background-size: cover;
	}

	.about-bottom-left {
		max-width: 100%;
		padding-top: 0;
	}

	.about-bottom-right {
		max-width: 100%;
		margin-top: 20px;
	}

	.about-bottom-right .about-img {
		width: calc(50% - 2.5px);
	}
}
