.container {
	padding-right: 15px;
	padding-left: 15px;
	margin:5px auto;
	width:1000px;
}
.pro_list {
	width:245px; float:left; margin-left:5px;
}
.pro_list .chus{margin-left:-3px;}
.pro_list .show{ margin-left:-3px;}
.bg1 {
	border-radius: 10px;
	background-color: #FC7C66;
}
.bg3 {
	border-radius: 10px;
	background-color: #3CDD6D;
}
.bg2 {
	border-radius: 10px;
	background-color: #4F87FB;
}
.bg4 {
	border-radius: 10px;
	background-color: #393939;
}
.pro_name {
	margin:20px 30px;
	text-align: center;
	color: #FFFCF0;
	font-size: 30px;
}
.pro_description {
	text-align: center;
	color: #FFFCF0;
	margin-top: 20px;
}
.btns {
	display: inline-block;
	text-align: center;
	width: 180px;
	height: 48px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration:none;
}
.show {
	text-align: center;
}
