<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lubo {
	position: relative;
	width: 100%;
	height:560px;
}

.lubo_box {
	width: 100%;
}

.lubo_box li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.lubo_box li a {
	display: block;
	width: auto;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
}

/* 鍦嗙偣 */
.cir_box {
	position: absolute;
	bottom: 4%!important;
	overflow: hidden;
	z-index: 9900;
}

.cir_box li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	border-radius: 6px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}

.cir_on {
	background-color: #fff!important;
	opacity: .6!important;
	filter: alpha(opacity=60)!important;
}

/* 鎸夐挳 */
/* .lubo_btn {
	display: block;
	position: absolute;
	margin:0 auto;
	top: 0;
	width: 100%; 
}
 */
 
.left_btn,
.right_btn {
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
	width: 10%;
	height: 560px;
	color: #ccc;
	font-size: 56px;
	line-height: 560px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.left_btn {
	padding-left: 6.3%;
	text-align: left;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2), transparent);
	background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .2), transparent);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .2), transparent);
}

.right_btn {
	right: 0;
    left: auto;
	padding-right: 6.3%;
	text-align: right;
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .2), transparent);
	background-image:    -moz-linear-gradient(right, rgba(0, 0, 0, .2), transparent);
	background-image:      -o-linear-gradient(right, rgba(0, 0, 0, .2), transparent);
}

.left_btn:hover,
.right_btn:hover {
	color: #fff;
}

.left_btn:hover {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3), transparent);
	background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .3), transparent);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .3), transparent);
}

.right_btn:hover {
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .3), transparent);
	background-image:    -moz-linear-gradient(right, rgba(0, 0, 0, .3), transparent);
	background-image:      -o-linear-gradient(right, rgba(0, 0, 0, .3), transparent);
}
/* 
 * banner
 *  绗旇鏈數鑴戝浘鐗囪疆鎾�
 */
@media screen and and (min-width: 900px) (max-width: 1025px) {
	.lubo {
		height:400px;
	}
	.lubo_box li a {
		background-size:137%;
	}
   .left_btn,
   .right_btn {
		height: 400px;
		line-height: 400px;
 	}
}
 /* 鎵嬫満绔椤垫牱寮� 768*1024 */
@media screen and (max-width: 767px) {
	.lubo {
		height:250px;
	}
	
	.lubo_box li {
		height:250px;
	}
	.lubo_box li a {
		background-size:176%;
	}
	.left_btn,
	.right_btn {
		height: 250px;
		line-height: 250px;
	}
	
}

</pre></body></html>