/**
    slider
            **/

.slider {
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin-top: -99px;
}
.slider > div {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ns_nerveSlider {
	overflow: hidden;
	position: relative;
	display: inline-block;
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
	text-align:left;
	-ms-interpolation-mode:bicubic;
}
.ns_slideContent div img {
    display: none;
}
.ns_nerveSlider .ns_slides {
	width:100%;
	height:100%;
}

.ns_nerveSlider .ns_slides .ns_slidesTrack {
	width:100%;
	height:100%;
	position:absolute;
	overflow:visible;
}

.ns_nerveSlider .ns_slideContainer {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
	font-size:15px;
	letter-spacing:auto;
	word-spacing:auto;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ns_nerveSlider.heightAdaptable .ns_slideContainer img.ns_slideImage {
	width:100%;
	height:auto;
}
.slider > .ns_dots {
    width: 100%;
    height: 48px;
    text-align: center;
    background: rgba(0,0,0,.35);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.ns_nerveSlider .ns_dots {
    height: 48px;
    text-align: center;
	position:absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	z-index: 200;
    background: rgba(0,0,0,.35);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
    display: none;
}
.ns_nerveSlider .ns_dots .ns_dot {
	width: 28px;
	height: 28px;
	margin: 10px 3px 0 3px;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
    background: transparent url(../pic/dot.png) no-repeat 0 0;
    display: inline-block;
}
.ns_nerveSlider .ns_dots .ns_dot.ns_selected {
	cursor: default;
    background: transparent url(../pic/dot_active.png) no-repeat 0 0;
}
.ns_slideContent {
    width: 1000px;
    margin: 0 auto;
    height: 550px;
}
.ns_slideContent > div {
    width: 1280px;
    margin: 0 auto;
    height: 550px;
    position: relative;
}
.ns_slideContent i {
    font: 21px Calibri;
    display: block;
    color: #fff;
    width: 310px !important;
    font-style: normal;
}
.ns_slideContent strong {
    font: 24px Calibri;
    color: #fff;
    text-decoration: none;
    z-index:1;
    background: rgba(0,0,0,0.65);
    box-shadow: 0.5em 0 0 rgba(0,0,0,0.65),-0.5em 0 0 rgba(0,0,0,0.65);
    line-height: 40px;
    padding: 3px 0 2px 0;
    font-weight: normal;
}
.ns_slideContent i em {
    background: rgba(0,0,0,0.65);
    box-shadow: 0.5em 0 0 rgba(0,0,0,0.65),-0.5em 0 0 rgba(0,0,0,0.65);
    line-height: 40px;
    font-style: normal;
    display: inline;
    padding: 4px 0;
    clear: both;
}

.ns_nerveSlider .ns_filmstrip {
	background: transparent;
	position: absolute;
	top: 190px;
	left: auto;
    right: 0;
	overflow-x: hidden;
    overflow-y: auto;
	width: 60px;
	max-width:100%;
	padding: 0;
	margin: 0;
	z-index:52;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	/*opacity:0;*/
    height: auto;
	}
.ns_nerveSlider .ns_filmstrip:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	}

.ns_nerveSlider .ns_filmstrip img.ns_fThumb {
	height: 60px;
	margin: 0 0 10px 30px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
    border: 3px solid #fff;
    border-radius: 2px;
}

.ns_nerveSlider .ns_filmstrip img.ns_fThumb:hover {
	margin: 0 0 10px 0;
	}
.slider div.content {
    background:rgba(0,0,0,.6);
    padding: 20px;
    max-width: 620px;
    position: absolute;
    left: 0;
    bottom: 65px;
}
.slider div.content p {
    color: #fff;
    line-height: 30px;
    font-family: 'AvenirLight';
    font-size: 18px;
    margin-top: 10px;
}
.slider div.content a,
.slider div.content span.title {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-family: 'AvenirLight';
}
.slider.list.ns_nerveSlider {

}

.slider.list {
    height: 450px;
}
.slider.list.ns_nerveSlider .ns_filmstrip img.ns_fThumb {
    display: none;
}
.slider.list .ns_slideContent {
    margin: 0 auto;
    height: 450px;
}
.slider.list .ns_slideContent > div {
    height: 450px;
}