body{
	background: #f5f6f6;
}
.centen{
    max-width: 1650px;
	width: 100%;
	margin-top: 116px;
	margin-left: 200px;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.contens{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.biaoimg{
	margin: 62px 0 0 0;
	text-align: center;
}
.biaoimg img{
	/* width: 5.07rem;
	height: 1.04rem; */
}
.con{
	display: flex;
	flex-wrap: wrap;
}

.cons{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 24px 32px;
	margin-right: 45px;
	margin-top: 45px;
	position: relative;
}
.zhezhao{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	display: none;
}

.dianji,.dianjiwo {
	width: 180px;
	margin-top: 20px;
	cursor: pointer;
	height: 42px;
	border-radius: 0.60rem;
	background: rgba(0, 0, 0);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}
.dianjiwo {
	margin-top: 20px;
}
.cons:hover .zhezhao{
	display: flex;
}
.rightfixed{
	background: url(https://img.alicdn.com/imgextra/i2/2791424107/O1CN01TCpYgo1gD3FB0ZBUj_!!2791424107.png) center center;
	width: 182px;
	height: 429px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	right: 50px;
	top: 400px;
}
.fixeds{
	margin-top: 40px;
	cursor: pointer;
	margin-left: 8px;
}
.fix-bottom{
	margin-left:0;
}