.siderbar-zy {
	position: fixed;
	right: -236px;
	top: 0;
	height: 100%;
	width: 240px;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s;
}

.siderbar-zy2 {
	position: fixed;
	right: 0px;
	top: 0;
	height: 100%;
	width: 240px;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s;
}

.siderbar-zy:hover {
	right: 0px;
}

.siderbar-box {
	position: relative;
	top: 60px;
	/* margin-top: -347px; */
	width: 100%;
	padding-left: 0;
}

.siderbar-box::before {
	position: absolute;
	top: 90%;
	left: -26px;
	margin-top: -68px;
	content: "导航";
	color: white;
	box-sizing: border-box;
	padding: 17px 5px;
	display: block;
	width: 26px;
	height: 68px;
	background: #e43a45;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	z-index: -2;
}

.siderbar-box li {
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.siderbar-box li {
	color: #000;
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
}

.siderbar-box li:hover {
	background: #5C9BD1;
	color: #fff;
}

@media screen and (min-width:1440px) {
	.effect8 {
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px
			rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px
			rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1)
			inset;
	}
	.effect8:before, .effect8:after {
		content: "";
		position: absolute;
		z-index: -1;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
		top: 0px;
		bottom: 0px;
		left: 0;
		right: 0;
	}
	.effect8:after {
		right: 10px;
		left: auto;
		-webkit-transform: skew(8deg) rotate(3deg);
		-moz-transform: skew(8deg) rotate(3deg);
		-ms-transform: skew(8deg) rotate(3deg);
		-o-transform: skew(8deg) rotate(3deg);
		transform: skew(8deg) rotate(3deg);
	}
}

@media screen and (max-width:1440px) {
	.siderbar-zy {
		position: fixed;
		right: -236px;
		top: 0;
		height: 100%;
		width: 240px;
		background: #fff;
		box-sizing: border-box;
		transition: all 0.5s;
		-moz-transition: all 0.5s; /* Firefox 4 */
		-webkit-transition: all 0.5s; /* Safari 和 Chrome */
		-o-transition: all 0.5s;
	}
	.siderbar-zy2 {
		position: fixed;
		right: 0px;
		top: 0;
		height: 100%;
		width: 240px;
		background: #fff;
		box-sizing: border-box;
		transition: all 0.5s;
		-moz-transition: all 0.5s; /* Firefox 4 */
		-webkit-transition: all 0.5s; /* Safari 和 Chrome */
		-o-transition: all 0.5s;
	}
	.siderbar-zy:hover {
		right: 0px;
	}
	.siderbar-box {
		position: relative;
		width: 100%;
		padding-left: 0;
	}
	.siderbar-box::before {
		position: absolute;
		top: 50%;
		left: -26px;
		margin-top: -68px;
		content: "导航";
		color: white;
		box-sizing: border-box;
		padding: 17px 5px;
		display: block;
		width: 26px;
		height: 68px;
		background: #e43a45;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		z-index: -2;
	}
	.siderbar-box li {
		font-family: "微软雅黑";
		font-size: 14px;
		text-align: center;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.siderbar-box li {
		color: #000;
		width: 100%;
		display: block;
		padding: 10px;
		box-sizing: border-box;
		text-decoration: none;
	}
	.siderbar-box li:hover {
		background: #5C9BD1;
		color: #fff;
	}
}

.fixed-box {
	position: fixed;
	bottom: 80px;
	right: 0px;
	width: 240px;
	height: auto;
	text-align: center;
}

.btn-fixed {
	display: inline-block;
	min-width: 110px;
	margin: 10px 5px;
	padding: 10px 15px 12px;
	font: 700 12px/1 'Open Sans', sans-serif;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px
		rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.btn-fixed.pri {
	background: #d33;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-fixed.pri:hover {
	background: #c22;
}

.btn-box {
	background: white;
	border-radius: 3px;
	padding: 26px 0;
	width: 200px;
	margin-left: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px
		rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn-box:hover {
	box-shadow: none;
}