.companyEwmImg {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.companyEwm .ewmcontent {
	width: 240px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%) scale(0);
	transform-origin: 100% 50%;
	opacity: .1;
	transition: transform .5s, opacity .7s;
	z-index: 100;
}

.companyEwm .ewmcontent:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 10px solid #fff;
	position: absolute;
	left: -8px;
	top: 20px;
	z-index: 100;
}

.ewmIcon {
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	margin: 20px;
	margin-bottom: 15px;
}

.companyEwm:hover .ewmcontent {
	transform: translate(110%, -10%) scale(1);
	opacity: 1
}

.companyEwm .ewmcontent .color2 {
	color: #3c78fc;
}

.companyEwmIcon {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.wxIcom {
	width: 18px;
	height: 14px;
	margin-right: 6px;
}