#flexiselDemo {
	display:none;
}

.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;	
	text-align:center;	
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}

.nbs-flexisel-item {
	float:left;
	padding:0px;
	cursor:pointer;
	position:relative;
}
.nbs-flexisel-item a{
	display: block;
	padding:0px 0 168px 0;
	max-width:396px;
	position: relative;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	max-width:396px;
	max-height:406px;
}
.nbs-flexisel-item .flexisel-cont{
	width: 100%;
	min-height: 168px;
	text-align: center;
	border-bottom: 3px solid #d4dce4;
	position:absolute;
	left:0;
	bottom:0;
	transition: 0.4s;
}
.flexisel-cont h2{
	font-size: 18px;
	padding: 32px 0 4px 0;
	text-transform: uppercase;
}
.flexisel-cont h3{
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	color: #2347a2;
	line-height: 24px;
	padding-bottom: 20px;
}
.flexisel-cont p{
	font-size: 14px;
	color: #888;
	padding: 0 12px;
}
.al-btn{
	position:absolute;
	left:50%;
	margin-left:-75px;
	width:150px;
	height:40px;
	margin-top:60px;
	line-height:40px;
	display:block;
	border:1px solid rgba(255,255,255,0.36);
	border-radius:40px;
	color:#fff;
}
.nbs-flexisel-item a:hover .flexisel-cont{
	border-bottom:none;
	background: #c92323;
	color: #fff;
	min-height: 323px;
}
.nbs-flexisel-item a:hover .flexisel-cont h2{
	font-size: 30px;
	padding: 56px 0 10px 0;
}
.nbs-flexisel-item a:hover .flexisel-cont h3{
	color: #fff;
}
.nbs-flexisel-item a:hover .flexisel-cont p{
	color: #fff;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 56px;
	height: 56px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
}

.nbs-flexisel-nav-left {
	left: -18px;
	background: url(../Image/button-previous.png) no-repeat;
	background-size: cover;
}

.nbs-flexisel-nav-right {
	right: -18px;
	background: url(../Image/button-next.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1380px){
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		width: 52px;
		height: 52px;
	}
	.nbs-flexisel-nav-left {
		left: -8px;
	}
	.nbs-flexisel-nav-right {
		right: -8px;
	}
	.nbs-flexisel-item a:hover .flexisel-cont h2{
		font-size: 28px;
	}
}
@media screen and (max-width: 1325px){
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		width: 48px;
		height: 48px;
	}
	.nbs-flexisel-nav-left {
		left: 0px;
	}
	.nbs-flexisel-nav-right {
		right: 0px;
	}
	.nbs-flexisel-item a:hover .flexisel-cont h2{
		font-size: 26px;
	}
}
@media screen and (max-width: 768px){
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		width: 42px;
		height: 42px;
	}
	.nbs-flexisel-container {
		max-width:94%;
		margin:0 auto;
	}
	.nbs-flexisel-item a:hover .flexisel-cont h2{
		font-size: 24px;
	}
}