main{
	 background-color: #F0F0F0;
	
}
.contentMain{
	padding:2rem 2rem;
	background-color: #F0F0F0;
}
/*tab样式设置*/
.aboutTitle{
	width:100%;
	height:35rem;
	overflow: hidden;
}
.aboutBg{
	height:35rem;
	overflow: hidden;
}
.aboutBg img{
	width:100%;
	height:35rem;
	
}
.aboutTabScroll{
	width:100%;
	height:10rem;
	overflow-x: scroll;
}
.abTabBig{
	/*width:150rem;*/
	height:10rem;
}
.abTabBig span.abTabItem{
	display: inline-block;
	/* min-width:25rem;
	width:auto; */
	width:25rem;
	height:10rem;
	line-height: 10rem;
	padding:0 1rem;
	text-align: center;
	background-color: #0e55a0;
	color:#fff;
	font-size:4rem;
	/*margin-left:-.1rem;*/
	border-right:.1rem solid #fff;
		
}
.abTabBig span:first-of-type{
	background-color: #fff;
	color:#0e55a0;
}

section{
	background-color: #fff;
	padding:3rem 1rem 5rem 1rem;
    
    display: none;
}
section:last-of-type{
	  margin-bottom:0;
}
section:first-of-type{
	display: block;
}
section h4{
	font-size:4rem;
    color:#0e55a0;
    line-height: 10rem;
    padding:0 1rem;
    border-bottom:4px solid #0e55a0;
}
section p{
    font-size:4rem;
    color:#666;
    line-height: 8rem;
    text-indent: 6.5rem;
    margin-bottom:2rem;
}
.boxContent{
	padding:2rem 2rem;
}
/*发展历程*/
#deveUl li{
    min-height: 14rem;
   /* line-height:10rem;*/
    font-size:3.6rem;

}
#deveUl li span{
    margin-right:2rem;
}

#deveUl img{
	margin-top:-9rem;
}
#deveUl .firstSpanDeve img{
    display: inline-block;
    margin-top:3rem;
}
.mainCompany h4{
	font-size:4.6rem;
    color:#0e55a0;
    line-height: 7rem;
    padding:0 1rem;
    border-bottom:none;
    text-align: center;
    margin-bottom:4rem;
}
.frameImg{
	margin-bottom:8rem;
}
.mainCompany img{
	width:100%;
	height:40rem;
}
.companyInfo p{
	padding:5rem 0;
}
.mainCompany>.row{
	margin-bottom:8rem;
	border-bottom:3rem solid #F0F0F0;
}
.imgBox>div{
	overflow: hide;
}

#partnerBox img{
	width:100%;
	height:15rem;
}
#partnerBox .row>div{
	height:15rem;
}
#partnerBox .row,#honorBox .row{
	margin-bottom:5rem;
}

.pagination{
	left:50%;
	margin-left:-31rem;
	width:62rem;
	
}
.pagination li{
	width:12rem;
	line-height: 15rem;
	
}
.pagination a{
	width:12rem;
	line-height: 15rem;
	font-size:4rem;
	text-align: center;
	
}
.pagination>li>a, .pagination>li>span{
	border:none;
	color:#0e55a0;
}
.pagingBox{
	margin-top:10rem;
}
.pagination>.active>a{
	background-color: #0e55a0;
    border-color: #0e55a0;
}
/*分页*/
#pagingBox{
	height:12rem;
	line-height: 12rem;
	
	color:#666;
	margin-top:5rem;
	margin-bottom:5rem;
}

.prevBtn{
	float:left;
	margin-left:1rem;
}
.nextBtn{
	float:right;
	margin-right:1rem;
}
.pageBtn{
	display: inline-block;
	width:20rem;
	height:8rem;
	line-height: 8rem;
	font-size:3.6rem;
	border:1px solid #0e55a0;
	text-align: center;
	color:#0e55a0;
}
.pageNumberBox{
	text-align: center;
	line-height: 8rem;
	font-size:4.6rem;
}
.nowPage{
	margin-right:1rem;
}
.pageAllNumber{
	margin-left:1rem;
}
/*遮罩层样式设置*/
#showImgMask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999;
    background-color:rgba(0,0,0,0.6);
    display:none;
}
.MaskImgBox{
	position:relative;
	width:65rem;
	height:75rem;
	/* background-color:#fff; */
	margin:0 auto;
	margin-top:20%;
}
.MaskImgBox img{
	width:100%;
}

