.main-content{
	width: 100%;
	display: block;
	padding-top: 1.2rem;
}
/*banner*/
.About-banner{
	position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 5.6rem;/*420px*/
    background: url(../images/aboutus/banner.jpg) no-repeat center/100% 100% ;
}

/*金丝带平台*/
.About-JBox{
	width: 100%;
	background: #FFF;
}
.About-JBox .About-icon{
	width: 2.4rem;
    height: 1.33333rem;
    background-color: #81dcd7;
    margin: 0px auto 0.8rem;
} 
.About-JBox .About-icon .icon-logo{
	margin-left: 0.26667rem;
    background-image: url(../images/common/sprites.png);	
    background-position: 21.2% 0.2%;
    background-repeat: no-repeat;
    display: block;
    width: 1.86667rem;
    height:1.33333rem;
    background-size: 33rem 53rem;
}
.About-JTitle{
	font-size: 0.48rem;
	line-height: 0.66667rem;
	color: #000;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 0.4rem;
}
.About-JBox .About-JText{
	margin-left: 0.69333rem;
	margin-right: 0.69333rem;
	text-align: center;
	margin-bottom: 0.66667rem;
}
.About-JBox .About-JText p{
	font-size: 0.37333rem;
	line-height: 0.53333rem;
	color: #666666;
}

/*公司简介*/
.About-PCompany{
	display: block;
	width: 100%;
	background: #F2F2F2;
	padding-top: 0.8rem;
}
.About-PCompany .company-BContent{
	margin-left: 0.66667rem;
	margin-right: 0.66667rem;
	margin-bottom: 0.53333rem;
}
.About-PCompany .company-BContent p{
	font-size: 0.37333rem;
	line-height: 0.53333rem;
	color: #000;
	text-align: left;
}
.About-PCompany .company-bgImg{
	width: 100%;
	height: 5.68rem;
	text-align: center;
}
.About-PCompany .company-bgImg img{
	height: 5.68rem;
}

/*新闻和活动*/
.About-newsActivity{
	display: block;
	width: 100%;
	background: #FFF;
	margin-top: 0.8rem;
}
.About-newsActivity .About-newsBox{
	display: block;
}	
.About-newsBox .About-Inform{
	margin-bottom: 0.53333rem;
	text-align: center;
}	
.About-newsBox .About-Inform .blue-line{
	display: inline-block;
    width: 0.8rem;
    height: 0.08rem;
    background-color: #8ee0db;
    margin-bottom: 0.53333rem;
}
.About-newsBox .About-Inform p{
	font-size: 0.42667rem;
	color: #333333;
	letter-spacing: 0;
}

.About-newsBox .AItem-JTBox{
	margin-left: 0.66667rem;
	margin-right: 0.66667rem;
	margin-bottom: 0.53333rem;
	border-bottom: 0.01333rem solid #ccc;
}
.About-newsBox .AItem-JTBox .AItem-oneText{
	font-size: 0.42667rem;
	line-height: 0.61333rem;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 0.26667rem;
}
.About-newsBox .AItem-JTBox .AItem-oneText p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.About-newsBox .AItem-JTBox .AItem-TwoText{
	font-size: 0.34667rem;
	line-height: 0.53333rem;
	margin-bottom: 0.26667rem;
}
.About-newsBox .AItem-JTBox .AItem-TwoText a{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666666;
}
.About-newsBox .AItem-JTBox .AItem-DateTime{
	font-size: 0.34667rem;
	line-height: 0.53333rem;
	color: #666666;
	margin-bottom: 0.53333rem;	
}
.About-newsBox .AItem-JTBox .AItem-DateTime p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.About-newsBox .AItem-modJTBox{
	border-bottom:none;
	margin-bottom: 1.17333rem;
}