.pro_nav_name {
	font-size:25px;
}
.pro_nav_list {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.pro_nav {
	padding:3px 10px;
	border-radius:5px;
	color:#383333;
	font-size:17px;
	font-weight:bold;
	border:2px solid #06c;
	background: #ffff45;
}
@media screen and (max-width:800px) {
	.pro_nav {
	padding:3px;
	border-radius:5px;
	font-size:14px !important;
	margin:3px 0;
}
}.pro_list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pro_list_con {
	border:1px solid #aaa;
	width:250px;
	height:291px;
	border-radius:3px;
	margin-top:37.5px;
	position:relative;
}
.pro_list_con .thumbnail {
	display:flex;
	justify-content:center;
}
.pro_list_con .img-responsive {
	/* height:210px; */
}
.pro_list_con .caption {
	position:absolute;
	bottom:0;
	width:100%;
}
.pro_list_con .caption h3 {
	text-align:center;
	line-height:38px;
	background:#0066cc;
	padding: 0;
    margin: 0;
    border: 0;
    height: 39px;
	overflow:hidden;
}
.pro_list_con .caption h3 a {
	color:#fff;
	font-size:14px;
}
@media screen and (max-width:800px) {
	.pro_list {
	justify-content:center;
}
}.pages {
	margin-top:20px;
	display:flex;
}
@media screen and (max-width:800px) {
	.pages {
	flex-wrap:wrap;
}
.pages span {
	display:inline-block;
	margin:5px;
}
}