.wrapper {
	width: 100%;
	background-image: url(../img/about-bg.png);
	background-position: 50%;
	background-size: cover;
}
.itembox {
	width: 100%;
	padding: 200px 0;
}
.itembox .itemcon {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.itembox .itemcon .info {
	width: 533px;
	margin-right: 60px;
}
.itembox .itemcon .info .tit {
	font-size: 68px;
	font-weight: 700;
	color: #fff;
}
.itembox .itemcon .info .text {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 60px;
}
.itembox .itemcon .info .small {
	width: 100%;
	white-space: normal;
	word-break: break-all;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 42px;
}
.itembox .itemcon .imgbox {
	width: 585px;
	border: 8px solid #fff;
	line-height: 0;
	font-size: 0;
}
.itembox .itemcon .imgbox img {
	width: 100%;
	height: auto;
}



/* 移动端兼容性样式 */
.itembox.m-mobile {
	padding: 2.8rem 0;
}
.itembox.m-mobile .itemcon {
	width: 9.2rem;
	padding: 0 .4rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itembox.m-mobile .itemcon .info {
	width: 9.2rem;
	margin-right: 0;
	margin-bottom: .4rem;
}	
.itembox.m-mobile .itemcon .info .tit {
	font-size: .92rem;
}
.itembox.m-mobile .itemcon .info .text {
	font-size: .48rem;
    margin-bottom: .48rem;
}
.itembox.m-mobile .itemcon .info .small {
	font-size: .4rem;
    line-height: .68rem;
}
.itembox.m-mobile .itemcon .imgbox {
	width: 8.8rem;
	border: .2rem solid #fff;
}






















