<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*============================*/
#banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}


#nivo-wrapper {
    width:100%;
    height:450px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
    height:100%;
    background-position:top center
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 100%;
}

.nivoSlider a {
	border:0;
	display:block;
}


/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}



/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav {
	position:absolute;
	width: 100%;
	text-align: center;
	bottom:10px;
	z-index: 999;
}
.nivo-controlNav a {
	display:inline-block;
	padding: 0 5px;
	width: 9px;
	line-height: 18px;
	background: #DDD;
	border: 0;
	margin-right: 8px;
	cursor:pointer;
	text-decoration: none;
	text-indent: -9999px;
	border-radius: 30px;
}

.nivo-controlNav a:hover{
	background: #FF6161;
}
.nivo-controlNav a.active {
	background: #FF6161;
	background: #c80a28;
	color: #FFF;
}

/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav{
    width: 100%;
    max-width: 1200px;
    position: absolute;
    margin-left: -600px;
    left: 50%;
    top: 46%;
    z-index: 99;
}

.nivo-directionNav a {
	position:absolute;
	display:block;
	background:url("images/new_preNext.png"/*tpa=http://www.jiashangfarm.com/themes/hd/images/new_preNext.png*/) no-repeat;
	text-indent:-9999px;
	top:45%;
	border:0;
	width:55px; 
	height: 64px;
	z-index:99;
	cursor:pointer;
}
a.nivo-nextNav {
	background-position: right top;
	right:0;
}
a.nivo-prevNav {
	left:0;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


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