/* font */
@font-face {
	font-family: "font_icon_wyfy";
	src: url( './font/font-icon-wyfy.ttf' ) format("truetype");
}

/* wyfy-icon */
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'font_icon_wyfy' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-icon-1:before {
	content: "\e905";
}
.icon-icon-2:before {
	content: "\e900";
}
.icon-icon-3:before {
	content: "\e901";
}
.icon-icon-4:before {
	content: "\e902";
}
.icon-icon-5:before {
	content: "\e903";
}
.icon-icon-6:before {
	content: "\e904";
}


.leftbar{
	margin-top: 20px;
	padding: 0;
}

.leftbar>a{
	height: 50px;
	color: #fff;
	margin:1px 0;
	line-height: 26px;
	padding: 12px 10px;
	background-color: #0086ea;
	border-radius: 2px;
	text-align: left;
}
.leftbar>a:hover{
	color: #0086ea;
	background-color: #fff;
	border: 1px solid #0086ea;
}
.clienttop{
	color: #fff;
	background-color: #0086ea;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.icon-icon-1,.icon-icon-2,.icon-icon-3,.icon-icon-4,.icon-icon-5,.icon-icon-6{
	font-size: 20px;
	padding-right:16px;
}
/*banner样式*/
.item {
	height: 380px;
	overflow: hidden;
}

.banner_bc {
	height: 380px !important;
	width: 1920px !important;
	max-width: none !important;
	position: absolute;
	margin-left: -960px;
	left: 50%;
	top: 0;
}
/*banner样式-end*/