.homeTitle h4{
    font-size:4rem;
    color:#0e55a0;
    line-height: 10rem;
    padding:0 4rem;
    border-bottom:4px solid #0e55a0;
}
.contentMain{
	padding:2rem;
	background-color: #F0F0F0;
}
.contentMain>div{
	background-color: #fff;
}
/*产品类型选择*/
.typeChooseBox{
	width:100%;
	height:10rem;
	line-height:10rem;
	padding-left:8.5rem;
	background-color: #0e55a0;
	font-size:4.6rem;
	color:#fff;
}
#productType{
	padding-left:3rem;
	width:40rem;
	/*color:#666;*/
	height:8rem;
	line-height:8rem;
	background-color: #0e55a0;
	color:#fff;
	border:none;
}
.typeList{
	padding:3rem 0;
	display:none;
}
.product1{
	display:block;
}
.typeList a{
	margin-bottom:2rem;
}

.typeList a:link{
	color:#666;
	text-decoration: none;
}
.typeList a:visited{
	color:#666;
}
.typeList a:hover{
	color:#666;
}
.typeList a:active{
	color:#666;
}
.productItemInfo{
	font-size:4rem;
	line-height: 5rem;
}
.productItem{
	/*height:35rem;*/
	height:28rem;
	overflow: hidden;
	border-bottom:1px solid #C6C6C6;
}
.productItem>div{
	float:left;
}
.productItem img{
 height:20rem;
}

.productItem>div:first-of-type{
	width:25rem;
	padding:1rem 3rem;
	
}
.productItem>div:last-of-type{
	padding-top:6rem;
}



/*分页*/
.pagingBox{
	height:12rem;
	line-height: 12rem;
	
	color:#666;
	margin-top:5rem;
	margin-bottom:5rem;
	display:none;
}
.paging1{
	display:block;
}
.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;
}

