@charset "utf-8";

.jssor-container {
	position: relative;
	margin: 0 auto;
	top: 0px; 
	left: 0px; 
	width: 1100px; 
	height: 300px;	
	overflow:hidden;
}

.jssor-main-content {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1100px;  
	height: 300px; 
	overflow: hidden;
}

.jssor-thumbnavigator {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1100px;
	height: 80px;
	color: #fff;
	overflow: hidden;
	cursor: default;
	background-color:rgba(0,0,0,.5);
}

.jssor-thumbnavigator .thumbnavigator-prototype {
	position: absolute;
	top: 0;
	left: 0;
	width: 1100px;
	height: 80px;
}

.jssor-thumbnavigator .thumbnavigator-thumbnailtemplate {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	font-family: Arial;
	font-weight: normal;
	/*line-height: 2em;*/
	font-size: 2em;
	padding: 0px 10px;
	box-sizing: border-box;
	color: #ffffff;
	/*background-color: #78A5C8;*/
}

.jssor-navigator {
	position: absolute;
	bottom: 12px;
	right: 12px;
}

.jssor-navigator .navigator-prototype {
	width: 16px;
	height: 16px;
}


.jssor-arrowleft {
	width: 55px;
	height: 55px;
	top: 0px;
	left: 25px;
}	

.jssor-arrowright {
	width: 55px;
	height: 55px;
	top: 0px;
	right: 25px;	
}	

.jssor-navigator svg
, .jssor-arrowleft svg
, .jssor-arrowright svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jssor-loading-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}

.jssor-loading-content img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	
	margin-top: -19px;
	position: relative;
	top: 50%;
	width: 38px;
	height: 38px;
}

@keyframes jssor-loading-content {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#0099CC;fill-opacity:0.5;stroke:#000;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.7;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.2;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}