.leftbar {
	width:155px;
	height:227px;
	background: url(../images/leftbar_bg.png) no-repeat 0 0;
	position: fixed;
	top: 50%;
	left:0;
	z-index: 999;
	padding-top:159px;
	margin-top: -193px;
	/* display: none; */
}

.leftbar_p{
	background: url("../images/leftbar_line.png") no-repeat center bottom;
	height: 35px;
	display: block;
	text-align: center;
	line-height:33px;
	color: #fff;
	font-size:15px;
	cursor: pointer;
}

.leftbar_p:hover{
	color: #fbfe2b;
}

.leftbar_btn {
	width:155px;
	height: 30px;
	background:#3e7aea;
	font-size:15px;
	color:#fbfe2b;
	display: block;
	margin: 10px auto 0;
	cursor: pointer;
}

.leftbar_btn span{
	font-size: 14px;
}

.leftbar_btn span {
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

.leftbar_btn span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.leftbar_btn span:nth-of-type(2) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.rightbar {
	background: url(../images/rightbar_bg.png) no-repeat 0 0;
	width: 130px;
	height:478px;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -305px;
	z-index: 9999;
	padding-top: 133px;
	padding-left: 3px;
	padding-right: 3px;
}

.rightbar_btns{
	padding-bottom: 16px;
	border-bottom: #fff 1px dashed;
}

.rightbar_btn{
	background: url(../images/rightbar_icon.png) no-repeat 101px center;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	display: block;
	margin-top:12px;
	padding-left:30px;
	cursor: pointer;
}

.rightbar_btn:hover{
	color: #fbfe2b;
}

.rightbar_form{
	padding: 13px 0;
	border-bottom: #fff 1px dashed;
}

.rightbar_p{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.telphone{
	background: #fff;
	width: 110px;
	height: 25px;
	box-shadow: inset 3px 3px 6px rgba(16,29,51,0.2);
	display: block;
	margin:10px auto 0;
	font-size: 14px;
	color: #2f66cc;
	text-align: center;
	line-height: 25px;
}

.telphone ::-webkit-input-placeholder{
	color: #2f66cc;
	opacity: 0.9;
}

.telphone :-moz-placeholder{
	color: #2f66cc;
	opacity: 0.9;
}

.telphone ::-moz-placeholder{
	color: #2f66cc;
	opacity: 0.9;
}

.telphone :-ms-input-placeholdselecter{
	color: #2f66cc;
	opacity: 0.9;
}

.rightbar_call{
	background: #fbfe2b;
	width: 110px;
	height: 25px;
	border: none;
	font-size: 14px;
	color: #2f66cc;
	display: block;
	margin: 8px auto 0;
}

.toTop{
	background: url("../images/toTop.png") no-repeat center 14px;
	width: 130px;
	height: 74px;
	border-radius:0 0 65px 65px;
	cursor: pointer;
}