/*关于我们*/
/*$$
{"color":[{"val":"#c79a59","title":"标题中午字体颜色+底部文字"},
{"val":"#999999","title":"标题英文字体+小字"},
{"val":"#4f4f4f","title":"正文"},
{"val":"#ffffff","title":"正文颜色"}],
"background":[{"val":"#c79a59","title":"了解更多背景颜色"}],
"border":[]}
$$*/
#about_155 {
	width: 100%;
	padding: 60px 0;
}
#about_155 .aboutTop {
	width: 1200px;
	margin: 0 auto;
}

#about_155 .aboutTitle {
	width: 100%;
}

#about_155 .aboutTitleA {
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #c79a59;
}

#about_155 .aboutTitleB {
	font-family: arial;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	text-transform: uppercase;
}
#about_155 .aboutTitleC {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	margin-top: 15px;
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 30px;
}
#about_155 .aboutChar {
	width: 100%;
	margin-top: 20px;
}
#about_155 .aboutChar p {
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#about_155 .aboutMore {
	width: 20%;
	margin: 0 auto;
	border-radius: 20px;
	background: #c79a59;
	text-align: center;
	font-size: 16px;
	line-height: 55px;
	position: relative;
	z-index: 9;
}

#about_155 .aboutMore a {
	color: #ffffff;
	width: 100%;
	display: block;
	cursor: pointer;
	margin-top: 60px;
}

#about_155 .aboutBot {
	width: 100%;
	background: url(/static/images/IC00004_01.png) no-repeat top center;
	background-size: cover;
	padding: 120px 0;
	margin-top: -27px;
	position: relative;
	z-index: 8;
}
#about_155 .aboutBot ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#about_155 .aboutBot ul li {
	width: 25%;
}

#about_155 .aboutBotA {
	font-size: 54px;
	line-height: 36px;
	color: #c79a59;
	text-align: center;
}

#about_155 .aboutBotA span {
	font-size: 20px;
}

#about_155 .aboutBotB {
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #c79a59;
}

@media screen and (max-width:1200px) {
	#about_155 .aboutTop {
		width: 90%;
	}
	#about_155 .aboutBot{
		width: 100%;
	}
	#about_155 .aboutBot ul{
		width: 90%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#about_155{
		padding-bottom: 0;
	}
	#about_155 .aboutTop {
		width: 90%;
	}
	#about_155 .aboutMore{
		width: 30%;
	}
	#about_155 .aboutBot{
		width: 100%;
	}
	#about_155 .aboutBot ul{
		width: 90%;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#about_155{
        padding: 20px 0;
	}
	#about_155 .aboutTop {
		width: 90%;
	}
	#about_155 .aboutMore{
		width: 40%;
	}
	#about_155 .aboutBot ul{
		width: 90%;
	}
	#about_155 .aboutBotA{
		font-size: 20px;
	}
	#about_155 .aboutBotA span{
		font-size: 16px;
	}
	#about_155 .aboutBotB{
		font-size: 14px;
	}
	#about_155 .aboutBot{
		padding: 35px 0 20px 0;
	}	#about_155 .aboutTitleA{
		font-size: 22px;
	}
	#about_155 .aboutTitleB{
		font-size: 14px;
		line-height: 24px;
	}
	#about_155 .aboutChar p{
		font-size: 14px;
		line-height: 24px;
		max-height: 72px;
		text-align: left;
	}
	#about_155 .aboutChar{
		margin-top: 10px;
	}
	#about_155 .aboutMore a{
		margin-top: 20px;
		line-height: 40px;
	}
}

