.sliderItem img {
}

.slider-img-list {
	position: relative;
	font-size: 0;
	text-align: left;
	height: 100%
}

.slider-img-list li {
	float: left;
	position: relative;
	text-align: center;
	height: 100%
}

.slider-img-list li .sliderItem {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%
}

.slider-anchor-list {
	font-size: 0;
	display: block;
	width: 100%;
	text-align: center;
	background-color: transparent;
	position: absolute;
	bottom: 3px;
	height: 10px
}

.slider-anchor-list li {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	*display: inline;
	*zome: 1;
	position: relative;
	padding: 0 7px;
	height: 10px;
	cursor: pointer;
	width: 10px
}

.slider-anchor-list li .anchor-dot {
	position: absolute;
	opacity: .6;
	width: 6px;
	height: 6px;
	background-color: #6c6c6c;
	border-radius: 50%;
	top: 1px;
	right: 9px;
	border: 0
}

.slider-anchor-list li .anchor-dot-stroke {
	position: absolute;
	width: 8px;
	border-radius: 50%;
	height: 8px;
	top: -1px;
	right: 7px;
	border: 1px solid #6c6c6c;
	background-color: transparent;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.slider-anchor-list li.active .anchor-dot {
	background-color: transparent
}

.slider-anchor-list li.active .anchor-dot-stroke {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.title-19 {
	text-align: left;
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 10;
}

.title-19-1 {
	font-size: 3em;
	color: #333333;
	text-align: left;
}



.downloadcode {
	float: left;
	text-align: center;
	line-height: 40px;
	width: 120px;
	height: 40px;
	background: #999999;
	margin-right: 15px;
}

.img-1-3 {
	height: 60px;
	clear: left;
	margin-top: 15px;
}

.clear-fit {
	clear: left;
}

.title-19-3 {
	position: absolute;
	left: 0;
	margin-top: 15px;
	font-size: 14px;
	color: red;
	line-height: 30px;
}

.title-19-2 {
	margin-top: 10px;
	font-size: 14px;
	color: #777;
	line-height: 30px;
}
.applogo{
    	position: absolute;
    	left:20%;
    	width:20%;
    	top:20%;
    }