.cndns-right {
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 100
}
.cndns-right-meau {
	position: relative;
}
.cndns-right-btn {
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
	margin-bottom: 1px;
	position: relative;
	background-color: #0080ff;
}
.cndns-right-btn:hover {
	background-color: #ff9638;
}
.cndns-right-btn span {
	color: #fff;
	font-size: 12px;
}
.cndns-right-btn p {
	padding-top: 8px;
	display: block
}
.cndns-right-btn span {
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	display: block
}
.cndns-right-box {
	position: absolute;
	top: -15px;
	right: 48px;
	padding-right: 25px;
	display: none;
}
.cndns-right-box .box-border {
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	position: relative
}
.cndns-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: -13px;
	top: 26px;
}
.meau-contact .cndns-right-box .box-border {
	width: 130px;
}
.meau-contact .cndns-right-box .box-border p {
	font-size: 16px;
	font-weight: bold;
	color: #0080ff;
}
.meau-contact .cndns-right-box .box-border span {
	font-size: 12px;
	color: #888;
}
.cndns-right-meau:hover .cndns-right-box {
	display: block;
}

@media all and (max-width:1024px) {
.cndns-right {
	top: 70%;
}
.hidden {
	/* [disabled]display: none;
*/
}
}
