.about,
#product,
.experiencer,
.culture {
	margin-top: 120px !important;
}

.about .aboutBox,
.aboutCon {
	height: auto;
	width: 1131px;
	margin: 40px auto 0;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	justify-content: space-between;
	align-items: flex-start;
}

.paging ul {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	justify-content: center;
	align-items: center;
}

.paging ul li {
	height: 39px;
	width: 39px;
	background: #fff;
	border-radius: 4px;
	font-size: 12px;
	color: #b7b7b8;
	text-align: center;
	line-height: 39px;
	margin-right: 8px;
	cursor: pointer;
}

.paging ul li.pagingCur {
	background: #009b66;
	color: #fff;
}

.rightBtn {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	justify-content: center;
	align-items: center;
}

.rightBtn img {
	height: 15px;
	width: 8px;
}

.aboutBox {
	background: #fff;
	position: relative;
}

p.aboutLeftText1 {
	position: absolute;
	top: 26px;
	left: 40px;
	font-size: 30px;
	letter-spacing: 15px;
	font-weight: 500;
}

p.aboutLeftText2 {
	position: absolute;
	top: 74px;
	left: 40px;
	font-size: 16px;
	color: #484848;
}

.aboutLeftLine {
	position: absolute;
	top: 180px;
	left: 40px;
	font-size: 16px;
	width: 39px;
	height: 1px;
	background: #000;
}

.aboutLeftText3 {
	position: absolute;
	top: 131px;
	left: 40px;
	color: #929191;
	font-size: 12px;
}

.aboutRight {
	width: 760px;
}

.aboutRight img {
	width: 100%;
}

.aboutCon {
	margin-bottom: 40px;
	margin-top: 17px;
}

.aboutCon ul li {
	float: left;
	width: 357px;
	margin-left: 30px;
	background: #fff;
	cursor: pointer;
	margin-top: 15px;
}

.aboutCon ul li .aboutImg {
	padding: 0px;
	width: 357px;
	height: 357px;
}

.aboutCon ul li .aboutImg img {
	width: 100%;
	height: 100%;
}

.aboutLi {
	padding: 15px 0px 0px 20px;
	height: 66px;
}

.aboutLi img {
	width: 25px;
	height: 25px;
	display: inline-block;
}

.aboutLi p {
	display: inline-block;
}

.aboutLi p:nth-child(2) {
	position: relative;
	top: -5px;
	font-weight: 600;
	max-width: 90%;
}

.aboutLi p.mini {
	padding-left: 28px;
	font-size: 14px;
	color: #9a9898;
	width: 210px;
	word-break: keep-all;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.aboutCon ul li:nth-child(1),.aboutCon ul li:nth-child(4) {
	margin: 0;
	margin-top: 15px;
}

.aboutCon a {
	color: #000;
}