* {
	margin: 0;
	padding: 0;
}

input,
button {
	outline: none;
	font-family: "microsoft yahei";
}

body {
	background: #fff;
	font-family: "microsoft yahei";
}

li {
	list-style: none;
}

a,
button {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}




/*button*/

.button {
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button:focus {
	outline: none;
}

.button>span {
	vertical-align: middle;
}


/**/

.leftbar {
	background: url(../image/leftbar-bg.png) no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
	position: fixed;
	top: 10%;
	right: 0;
	width: 150px;
	height: 519px;
	z-index: 9;
	padding-top: 50px;
}

.leftbar-t li {
	border-bottom: #604da6 1px solid;
	border-top: #957fea 1px solid;
	overflow: hidden;
	line-height: 59px;
	cursor: pointer;
}

.leftbar-t li:first-child {
	border-top: none;
}

.leftbar-t li:last-child {
	border-bottom: none;
}

.leftbar-t li i {
	/*background: url(../images/leftbar-icon.png) no-repeat 0 0;
	width: 20px;*/
	height: 20px;
	display: block;
	float: left;
	/*margin: 20px 0 0 20px;*/
}

.leftbar-t li i.leftbar-i2 {
	background-position: 0 -20px;
}

.leftbar-t li i.leftbar-i3 {
	background-position: 0 -40px;
}

.leftbar-t li i.leftbar-i4 {
	background-position: 0 -60px;
}

.leftbar-t li h3 {
	font-size: 16px;
	color: #f2f0fa;
	font-weight: normal;
	/*float: left;*/
	/*margin-left: 12px;*/
	text-align: center;
}

.leftbar-t li.on {
	background: #179ad0;
	margin-top: 8px;
}

.leftbar-t li.on i {
	background-position: -20px 0;
}

.leftbar-t li.on i.leftbar-i2 {
	background-position: -20px -20px;
}

.leftbar-t li.on i.leftbar-i3 {
	background-position: -20px -40px;
}

.leftbar-t li.on i.leftbar-i4 {
	background-position: -20px -60px;
}

.leftbar-t li.on h3 {
	color: #fff;
}

.leftbar-b {
	background-color:#179ad0;
	height: 270px;
	margin: 0 auto;
	padding-top: 9px;
}

.leftbar-b-title {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
  margin-top:4px;
}

.leftbar-form {
	margin-top: 18px;
}

.leftbar .leftbar-div {
	background: #fff;
	width: 144px;
	height: 35px;
	margin: 10px auto 0;
	box-shadow: 2px 2px 4px rgba(93, 76, 153, 0.2) inset;
}

.leftbar .leftbar-div:first-child {
	margin-top: 0;
}

.leftbar-div>label {
	/*background: url(../images/leftbar-form-icon.png) no-repeat 0 0;*/
	/*width: 16px;
	height: 16px;
	float: left;
	margin: 10px 0 0 10px;*/
}

.leftbar-div>label.leftbar-label2 {
	background-position: 0 -16px;
}

.leftbar-div>input {
	background: transparent;
	border: none;
	width: 110px;
	/*float: left;*/
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #000;
	/*padding-left:7px;*/
	text-align: center;
	
}


.leftbar-div>input::-webkit-input-placeholder {
	color: #1b7735;
	opacity: 1;
}

.leftbar-div>input:-moz-placeholder {
	color: #1b7735;
	opacity: 1;
}

.leftbar-div>input::-moz-placeholder {
	color: #1b7735;
	opacity: 1;
}

.leftbar-div>input:-ms-input-placeholder {
	color: #1b7735;
	opacity: 1;
}

.leftbar-btn {
	background: #fff220;
	width: 144px;
	height: 30px;
	display: block;
	font-size: 16px;
	color: #000;
	border: none;
	margin: 10px auto 0;
}

.leftbar-p {
	font-size: 12px;
	color: #fff220;
	line-height: 1;
	text-align: center;
	margin: 8px 0 0 0;
}



.right_fuceng{
	width:180px;
	height: 596px;
	position: fixed;
	right: 0;
	top:15%;
	z-index: 9999;
}

