.homeTitle h4{
    font-size:4rem;
    color:#0e55a0;
    line-height: 10rem;
    padding:0 4rem;
    border-bottom:4px solid #0e55a0;
}
.homeTitle a{
	float:right;
	display: inline-block;
	font-size:3rem;
}
.homeTitle a:link{
	color:#666;
}
.homeTitle a:visited{
	color:#666;
}
.homeTitle a:hover{
	color:#0e55a0;
}
.homeTitle a:active{
	color:#0e55a0;
}
/*产品展示部分*/
.productBox{
	/*padding-top:5rem;*/
}
.productBox a{
	display: block;
	margin-bottom:.1rem;
}
.productItem{
	width:100%;
	height:100rem;
	background-size: cover;
	overflow: hidden;
	
}
.productItem img{
	width:100%;
	height:100rem;
}
/*.productBox a:first-of-type .productItem{
	background:url("../images/product/影像打印机.png") no-repeat;
}
.productBox a:nth-of-type(2) .productItem{
	background:url("../images/product/胶片系列4.png") no-repeat;
}
.productBox a:nth-of-type(3) .productItem{
	background:url("../images/product/影像诊断2.png") no-repeat;
}
.productBox a:nth-of-type(4) .productItem{
	background:url("../images/product/超声诊断.png") no-repeat;
}
.productBox a:last-of-type .productItem{
	background:url("../images/product/酒.png") no-repeat;
}*/
