

/*-- .banner-outer {
	display: block;
	position: relative;
	overflow-x: hidden;
	z-index: 1;
}
.banner-slider .container {
	display: table;
	height: 100%;
}
.banner-outer .slide_hei {
	display: block;
	height: 700px;
}
.banner-outer .slide1 {
	background: url(../images/slider1.png) no-repeat center top / cover;
}
.banner-outer .slide2 {
	background: url(../images/slide2.png) no-repeat center top / cover;
}
.banner-outer .slide3 {
	background:url(../images/slider3.png) no-repeat center top / cover;
}
.banner-outer .slide4 {
	background: url(../images/banner4.png) no-repeat center top / cover;
}
.banner-outer .slide5 {
	background: url(../images/banner5.png) no-repeat center top / cover;
}
.banner-outer .slide6 {
	background: url(../images/banner6.png) no-repeat center top / cover;
}
.banner-outer .content {
	display: table-cell;
	vertical-align: middle;
	position:relative;
	z-index:99
}
.banner-slider .content .fl-right {
	float: right;
}
.banner-outer .content h1 {
	display: block;
	font-size: 32px;
	color: #24343a;
	line-height: 50px;
	text-transform: uppercase;
	-webkit-animation-delay: 0.2s;
}
.banner-outer .content h1 span {
	display: block;
	font-size: 42px;
	-webkit-animation-delay: 0.3s;
	color:#fff;
}
.banner-outer .content p {
	display: block;
	max-width: 390px;
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
	-webkit-animation-delay: 0.34s;
}
.banner-outer .content a.btn {
	-webkit-animation-delay: 0.36s;
}
.banner-outer .slide2 .content a.btn {
	margin: 0 10px;
}
.banner-outer .slide2 .content {
	float: none;
}
.banner-outer .slide2 .content h1, .banner-outer .slide3 .content h1 {
	font-size: 42px;
	color: #fff;
}
.slide2 .content h1{ text-align:center}
.banner-outer .slide2 .content p {
	color: #fff;
}
.banner-outer .slide3 .content h1, .banner-outer .slide3 .content p {
	color: #fff;
}

.banner-outer .slide4 .content h1, .banner-outer .slide4 .content p {
	color: #fff;
}

.slide_hei h1{font-size: 42px;
	color: #fff;
}
.slide_hei .content h1 { color:#fff; font-size:42px;}
.btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	background: #ff9600;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width:auto !important
}
.btn span {
	display:none;
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	content: "";
	opacity: 0.5;
}
.btn:hover, .btn:focus {
	background: #2c97ea;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #595545;
}
.btn.white:hover {
	background: #2c97ea;
	color: #fff;
}
.btn.blue {
	background: #2c97ea;
	color: #fff;
}
.btn.blue:hover {
	background: #17a43b;
}
.banner-outer .bx-wrapper .bx-pager {
	bottom: 60px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.banner-outer .bx-wrapper .bx-pager a {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 5px;
	margin: 0 4px;
	outline: 0 none;
	text-indent: -9999px;
	width: 18px;
	opacity: 0.3;
}
.banner-outer .bx-wrapper .bx-pager a:hover, .banner-outer .bx-wrapper .bx-pager a.active {
	background: #fff;
	opacity: 1;
} --*/

