<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (min-width: 769px){
/*---------s-婊氬姩鍥剧墖---------*/
#section3 .flexslider{ width:100%; height:auto; overflow:hidden;}
#section3 .flexslider img{ width:100%; height:auto;}
#section3 .flexslider {
	position: relative;
	overflow: hidden;	
	height: auto;
	background: url(../images/loading.gif) 50% no-repeat
}

#section3 .flexslider .slides {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto
	}

#section3 .flexslider .slides li {
	width: 100%;
	height: 100%;border-radius:0px;
	overflow: hidden
}

#section3 .flexslider .slides li img {
	width: 100%;
	height: 100%
}


#section3 .flexslider .flex-direction-nav {
	position: absolute;
	z-index: 1002;
	width: 100%;
	top: 50%;
	 opacity:0; visibility:hidden;
	transition: opacity .5s, visibility .5s; -webkit-transition: opacity .5s, visibility 0.5s;  -moz-transition: opacity .5s, visibility .5s;
}

#section3 .flexslider .flex-direction-nav li a {
	display: block; width:50px; height:54px; border-radius:0; 
	cursor: pointer;
	position: absolute; text-align:center;
	transform: translate(0, -50%);
	background-position:center;	
	background-size:auto 90%;
}
#section3 .flexslider .flex-direction-nav li a.flex-prev {
	left: 4vw;
	background:url(../images/left.png) no-repeat; 
	transition: all .3s
}
#section3 .flexslider .flex-direction-nav li a:hover.flex-prev {
	left: calc(4vw - 10px);
	background:url(../images/left.png) no-repeat; 
	transition: all .3s;
}

#section3 .flexslider .flex-direction-nav li a.flex-next {
	right: 4vw;
	background:url(../images/right.png) no-repeat; 
	transition: all .3s
}

#section3 .flexslider .flex-direction-nav li a:hover.flex-next {
	right: calc(4vw - 10px);
	background:url(../images/right.png) no-repeat;
	transition: all .3s
}

#section3 .flexslider .flex-direction-nav.is-visible {
	opacity:1; visibility:visible;transition: opacity .5s, visibility 0.5s; -webkit-transition: opacity .5s, visibility 0.5s;  -moz-transition: opacity .5s, visibility 0.5s;
}



#section3 .flexslider .flex-control-nav {
	position: absolute;
	bottom: 3vw;
	left: 50%;
	z-index: 2;
	width: 50%; transform: translate(-50%, -50%);
	padding: 0;
	 display: -webkit-flex; /* Safari */
  display: flex;align-items:center;justify-content:center;
}

#section3 .flexslider .flex-control-nav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	margin: 0 12px;
	zoom: 1;
	padding: 0;display: flex;align-items:center;justify-content:center;
}

#section3 .flexslider .flex-control-nav li a {
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	background: rgba(255,255,255,.8);
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer
}
#section3 .flexslider .flex-control-nav .flex-active {
	width: 18px;
	height:18px;
	min-width: 18px;
	min-height: 18px;
	background: none; border:#FFF solid 2px;
}
}
@media (max-width:768px) {
	#section3 .flexslider{ width:100%; height:auto; overflow:visible;}
#section3 .flexslider img{ width:100%; height:auto;}
#section3 .flexslider {
	position: relative;
	overflow: visible;	
	height: auto;
	background: url(../images/loading.gif) 50% no-repeat
}

#section3 .flexslider .slides {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto
	}

#section3 .flexslider .slides li {
	width: 100%;
	height: 150%;border-radius:0px;
	overflow: hidden
}

#section3 .flexslider .slides li img {
	width: 100%;
	height: 100%
}


#section3 .flexslider .flex-direction-nav {
	position: absolute;
	z-index: 1002;
	width: 100%;
	top: 50%;
	 opacity:0; visibility:hidden;
	transition: opacity .5s, visibility .5s; -webkit-transition: opacity .5s, visibility 0.5s;  -moz-transition: opacity .5s, visibility .5s;
}

#section3 .flexslider .flex-direction-nav li a {
	display: block; width:50px; height:54px; border-radius:0; 
	cursor: pointer;
	position: absolute; text-align:center;
	transform: translate(0, -50%);
	background-position:center;	
	background-size:auto 90%;
}
	#section3 .flexslider .flex-direction-nav li a.flex-prev {
	left: 20px;
	background:url(../images/left.png) no-repeat; 
	transition: all .3s
}
#section3 .flexslider .flex-direction-nav li a:hover.flex-prev {
	left: calc(20px - 10px);
	background:url(../images/left.png) no-repeat; 
	transition: all .3s;
}

#section3 .flexslider .flex-direction-nav li a.flex-next {
	right: 20px;
	background:url(../images/right.png) no-repeat; 
	transition: all .3s
}

#section3 .flexslider .flex-direction-nav li a:hover.flex-next {
	right: calc(20px - 10px);
	background:url(../images/right.png) no-repeat;
	transition: all .3s
}

#section3 .flexslider .flex-direction-nav.is-visible {
	opacity:1; visibility:visible;transition: opacity .5s, visibility 0.5s; -webkit-transition: opacity .5s, visibility 0.5s;  -moz-transition: opacity .5s, visibility 0.5s;
}



#section3 .flexslider .flex-control-nav {
	position: absolute;
	bottom: -40px;
	left: 50%;
	z-index: 2;
	width: 50%; transform: translate(-50%, -50%);
	padding: 0;
	 display: -webkit-flex; /* Safari */
  display: flex;align-items:center;justify-content:center;
}

#section3 .flexslider .flex-control-nav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	margin: 0 12px;
	zoom: 1;
	padding: 0;display: flex;align-items:center;justify-content:center;
}

#section3 .flexslider .flex-control-nav li a {
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	background: rgba(0,0,0,.3);
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer
}
#section3 .flexslider .flex-control-nav .flex-active {
	width: 18px;
	height:18px;
	min-width: 18px;
	min-height: 18px;
	background: none; border:#df0716 solid 2px;
}
}
/*---------e-婊氬姩鍥剧墖---------*/
</pre></body></html>