li {
	list-style: none;
}

.Carousel_image {
	width: 100%;
	height: 680px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-bottom: 25px;
}

.Carousel_image ul {
	width: 100%;
	height: 680px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}

.Carousel_image li {
	float: left;
	width: 100%;
	height: 680px;
}

.Carousel_image li span {
	display: block;
	width: 100%;
	height: 680px
}

.Carousel_image li a {
	display: block;
	width: 100%;
	height: 680px
}

.Carousel_image li {
	position: relative;
}

div.arrow_package {
	width: 1180px;
	margin: 0 auto;
	position: relative
}

div.arrow_package .index_arrow {
	position: absolute;
	top: 410px;
	right: 42%;
	z-index: 999;
	width: 136px;
}


.btn_prev,
.btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 36px!important;
	height: 80px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
	z-index: 999999;
	border-radius: 0 4px 4px 0;
}

.btn_prev {
	background: url(../../images/index_tab_l.png) #000000 no-repeat 10px center;
	left: 0;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	opacity: 0.6;
	background-size: 34% 28%;
}

.btn_next {
	background: url(../../images/index_tab_r.png) #000000 no-repeat 14px center;
	right: 0;
	cursor: pointer;
	border-radius: 4px 0 0 4px;
	opacity: 0.6;
	background-size: 34% 28%;
}