<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width:1000px) {
/* flexslider */

.flexslider{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
}
.flexslider .slides{
	position:relative;
	z-index:1;
}
.flexslider .slides li{
	height: auto; 
	position:relative;
}
.flexslider .slides li a{ 
	height:100%; 
	width:100%; 
	float:left;
}
.flexslider .slides li img{
	width: 100%;
	height: auto;
	display: block;
}

.flexslider .flex-control-nav{
	position:absolute;
	bottom:1.0rem;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider .flex-control-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 10px;
	*display:inline;
	zoom:1;
}
.flexslider .flex-control-nav a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden; 
	background:rgba(255,255,255,1);
	cursor:pointer;
	border-radius:50%;
}
.flexslider .flex-control-nav .flex-active{
	background:rgba(0,139,255,1);
}
.flexslider .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%; 
	top: calc(50% - 27px); 
	height: 54px;
}
.flexslider .flex-direction-nav li a{
	display:block;
	width:27px;
	height:54px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider .flex-direction-nav li a.flex-prev{
	left:40px; 
	background-image: url(../img/zj.png);
	background-position: center; 
	background-repeat: no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next{
	right:40px;
	background-image: url(../img/zj.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
}



}




@media (max-width:999px) {

.flexslider{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
	margin-top:4.0rem;
}
.flexslider .slides{
	position:relative;
	z-index:1;
}
.flexslider .slides li{
	height: auto; 
	position:relative;
}
.flexslider .slides li a{ 
	height:100%; 
	width:100%; 
	float:left;
}
.flexslider .slides li img{
	width: 100%;
	height: auto;
	display: block;
}

.flexslider .flex-control-nav{
	position:absolute;
	bottom:1.0rem;
	z-index:2;
	width:100%;
	text-align:center;
}
.flexslider .flex-control-nav li{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 10px;
	*display:inline;
	zoom:1;
}
.flexslider .flex-control-nav a{
	display:inline-block;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden; 
	background:rgba(255,255,255,1);
	cursor:pointer;
	border-radius:50%;
}
.flexslider .flex-control-nav .flex-active{
	background:rgba(0,139,255,1);
}
.flexslider .flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%; 
	top: calc(50% - 27px); 
	height: 54px;
}
.flexslider .flex-direction-nav li a{
	display:block;
	width:27px;
	height:54px;
	overflow:hidden;
	cursor:pointer;
	position:absolute; 
}
.flexslider .flex-direction-nav li a.flex-prev{
	left:40px; 
	background-image: url(../img/zj.png);
	background-position: center; 
	background-repeat: no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next{
	right:40px;
	background-image: url(../img/zj.png); 
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
}









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