<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	margin:0;
}
#bnrs{
	width:700px;
	height:376px;
	position:relative;
	margin:0;
	overflow:hidden;
	/*border-radius:0 30px 0 0;*/
	transition:0.5s;
	float: left;
}
#bnrs .bnr{
	display:block;
	position:absolute;
	top:0;left:0;
	width:1102px;
	height:376px;
	white-space:nowrap;
	padding:0;
	margin:0;
	font-size:0;
}
#bnrs .bnr li{
	width: 700px !important;
	display:inline-block;
	width:inherit;
	height:inherit;
	padding:0;
	margin:0;
	background-size:cover;
	background-position: center;
	background-repeat:no-repeat;
}
#bnrs .cub{
	position:absolute;
	display:block;
	top:auto;
	width:auto;
	height:24px;
	left:20px;
	bottom:17px;
	white-space:nowrap;
	margin:0;padding:0;
}
#bnrs .cub li{
	display:inline-block;
	margin:0;padding:0;
	margin-right:5px;
	width:22px;
	height:22px;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	cursor:pointer;
	transition:1s;
}
#bnrs .cub li:hover{
	background-color:#FFF;
	transition:.5s;
}
#bnrs .cub .sel{
	background-color:#FFF;
	transition:1s;
}
#bnrs .cntx{
	display:block;
	position:absolute;
	margin:0;padding:0;
	right:80px;
	top:70px;
	width:410px;
	height:195px;
	background:url(../img/slider_txt_bg.png);
	padding:30px;
	text-align:left;
}
#bnrs .cntx li{
	position:absolute;
	display:block;
	opacity:0;
	transition:.6s;
	height:195px;
	width:410px;
	z-index:99;
}
#bnrs .cntx .sh{
	opacity:1;
	transition:.6s;
	z-index:100;
}

#bnrs .cntx li .sl_txt {
	height:164px;
	overflow:hidden;
}
#bnrs .cntx li .sl_txt .sl_h {
	margin-bottom:20px;
}
#bnrs .cntx li .sl_find {
	height:20px;
	position:absolute;
	left:0;
	bottom:-10px;
}

@media screen and (max-width: 1150px) {
    #bnrs .bnr li {
        width: 600px !important ;
    }
}
@media screen and (max-width: 990px) {
    #bnrs .bnr li {
        width: 740px !important ;
    }
}
</pre></body></html>