
.container {
	overflow: hidden;
}


.component {
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	max-width: 100%;
}

.component-small {
	width: 100%;
	height: 614px;
}

.component-fullwidth {
	width: 100%;
	height: 600px;
	margin-bottom: 0;
	background: #333;
}

.component-transparent {
	width: 900px;
	height: 500px;
}

.component > ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.component-small > ul {
	width: 100%;
}

.component-fullwidth > ul {
	overflow: hidden;
}

.component-transparent > ul {
	width: 112px;
}

.qyml_nav {
	width: 1100px;
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;
	z-index: 999;
}

.component-fullwidth li {
	overflow: hidden;
}

.component .current {
	display: block;
	pointer-events: auto;
	z-index: 1000;
}

.component li img {
	display: block;
	max-width: 100%;
}

.component-fullwidth li img {
	min-width: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.nava a {
	position: relative;
	left: 0;
	top: 0;
	line-height: 60px;
	height: 100%;
	font-size: 60px;
	margin-left: 9px;
	margin-right: 8px;
	z-index: 9999;
}
.prev{float: left;}
.next{float: right;}

.prev0{float: left;}
.next1{float: right;}


.prev2{float: left;}
.next3{float: right;}


.prev4{float: left;}
.next5{float: right;}


.prev6{float: left;}
.next7{float: right;}


.prev8{float: left;}
.next9{float: right;}


.nava {
	width: 100%;
	margin-top: 23%;
	position: absolute;
}

