
.slider-wrapper { 
	width: 1024px; 
	height:559px;
	
}
.theme-bar.slider-wrapper {
    position: relative;
    overflow: hidden;
}
.theme-bar .nivoSlider {
	position:relative;
	/*background:url(/res/front/images/loading.gif) no-repeat 50% 50%;*/
	width: 1024px; 
	height:469px;
	margin-top:90px;
}
.theme-bar .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 1024px; 
	height:469px;
}
.theme-bar .nivoSlider a {
	border:0;
	display:block;
}

.theme-bar .nivo-controlNav {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 1024px;
    height: 30px;
	text-align: center;
	padding: 5px 0;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-controlNav {
	left:0px;
    bottom: 10px;
    opacity: 1;
}
.theme-bar .nivo-controlNav a {
	display:inline-block;
	width:67px;
	height:73px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 5px 2px 0 2px;
}
.theme-bar .nivo-controlNav a.active {
	background-position:0 0px;
}

.theme-bar .nivo-directionNav a {
	display:block;
	border:0;
	width:30px;
	height:30px;
	top: auto;
	bottom: 180px;
	text-indent:-9999px;
	z-index: 11;
	
	opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	background:url(images/arrows.png) no-repeat;
}
.theme-bar a.nivo-nextNav {  background-position:-30px 50%; 
	right:-30px; }
.theme-bar a.nivo-prevNav { background-position:0px 50%; 
	 left:-30px; }
.theme-bar:hover a.nivo-nextNav { 
    background-position:-30px 50%; 
	right:40px;
    opacity: 1;
}
.theme-bar:hover a.nivo-prevNav { 
     background-position:0px 50%; 
	 left:40px;
    opacity: 1;
}
.theme-bar .nivo-directionNav a:hover { color: #ddd; }

.theme-bar .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-bar:hover .nivo-caption {
    bottom: 41px;
}
.theme-bar .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-bar .nivo-caption a:hover {
    color:#fff;
}

.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
	width: 1024px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}





/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:1024px;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 1024px !important;
}

/* If an image is wrapped in a link */
 .nivoSlider a.nivo-imageLink{
	position:absolute;
	filter: alpha(opacity=0);
    background: #fff;
	 opacity: 0;
-webkit-opacity:0;
-moz-opacity:0;
-khtml-opacity:0;

	top:0px;
	left:0px;
	width:1024px;
	height:469px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:469px;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:1024px;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav a:nth-child(1) {
background:url(../images/vip/vip1.png);
}
.nivo-controlNav a:nth-child(2) {
background:url(../images/vip/vip2.png);
}
.nivo-controlNav a:nth-child(3) {
background:url(../images/vip/vip3.png);
}
.nivo-controlNav a:nth-child(4) {
background:url(../images/vip/vip4.png);
}
.nivo-controlNav a:nth-child(5) {
background:url(../images/vip/vip5.png);
}
.nivo-controlNav a:nth-child(6) {
background:url(../images/vip/vip6.png);
}
.nivo-controlNav a:nth-child(7) {
background:url(../images/vip/vip7.png);
}
.nivo-controlNav a:nth-child(8) {
background:url(../images/vip/vip8.png);
}
.nivo-controlNav a:nth-child(9) {
background:url(../images/vip/vip9.png);
}
.nivo-controlNav a:nth-child(10) {
background:url(../images/vip/vip10.png);
}
.nivo-controlNav a:nth-child(11) {
background:url(../images/vip/vip11.png);
}
.nivo-controlNav a:nth-child(12) {
background:url(../images/vip/vip12.png);
}




.nivo-controlNav a:nth-child(1).active {
background:url(../images/vip/vip1_lit.png);
}
.nivo-controlNav a:nth-child(2).active {
background:url(../images/vip/vip2_lit.png);
}
.nivo-controlNav a:nth-child(3).active {
background:url(../images/vip/vip3_lit.png);
}
.nivo-controlNav a:nth-child(4).active {
background:url(../images/vip/vip4_lit.png);
}
.nivo-controlNav a:nth-child(5).active {
background:url(../images/vip/vip5_lit.png);
}
.nivo-controlNav a:nth-child(6).active {
background:url(../images/vip/vip6_lit.png);
}
.nivo-controlNav a:nth-child(7).active {
background:url(../images/vip/vip7_lit.png);
}
.nivo-controlNav a:nth-child(8).active {
background:url(../images/vip/vip8_lit.png);
}
.nivo-controlNav a:nth-child(9).active {
background:url(../images/vip/vip9_lit.png);
}
.nivo-controlNav a:nth-child(10).active {
background:url(../images/vip/vip10_lit.png);
}
.nivo-controlNav a:nth-child(11).active {
background:url(../images/vip/vip11_lit.png);
}
.nivo-controlNav a:nth-child(12).active {
background:url(../images/vip/vip12_lit.png);
}

.main-bg {
	background-image: url('../images/vip/vip_bg.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top center !important;
}

.termscond {
	font-size: 14px;
	font-family: Arial, "宋体", serif,sans-serif;
	color: white;
	padding: 30px;
	line-height: 32px;
}

.termscond p {
	font-weight: bold;
	margin-left: 14px;
}