.index_tit{
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    text-align: center;
    padding: 100px 0px 20px 0px;
}
.index_tit p {
    line-height: 30px;
    height: 30px;
    position: relative;
}

.products>div{
	margin: 16px 0px;
}
.category span{
	background-color: #0C44B2;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	width: 160px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	cursor: pointer
}
.category div{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-name span{
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}
.product-link span{
	font-size: 18px;
	line-height:  40px;
	width: 100px;
	height: 40px;
	font-weight: 400;
	display: inline-block;
	color: #FFFFFF;
	background-color: #0C44B2;
	text-align: center;
}
.product-link a{
	width: 100px;
	height: 40px;
	display: inline-block;
}

.products>div>div{
	padding-bottom: 20px;
}
