/*jssor slider loading skin spin css*/
#small-screen-banner {
	max-height: 180px;
}

#small-screen-banner img {
	width: 100%;
}

#jssor_1 {
	display: none;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from 	{
    	transform: rotate(0deg);
	}
    to 		{
    	transform: rotate(360deg);
	}
}
        
/*jssor slider bullet skin 032 css*/
.jssorb032 {
	position:absolute;
	bottom:12px;
	right:12px;
}

.jssorb032 .i {
	position:absolute;
	cursor:pointer;
	width:16px;
	height:16px;
}

.jssorb032 .i .b {
	fill:#fff;
	fill-opacity:0.7;
	stroke:#33252a;
	stroke-width:1200;
	stroke-miterlimit:10;
	stroke-opacity:0.25;
}
.jssorb032 .i:hover .b {
	fill:#000;
	fill-opacity:.6;
	stroke:#fff;
	stroke-opacity:.35;
}

.jssorb032 .iav .b {
	fill:#a93d61;
	fill-opacity:1;
	stroke:#33252a;
	stroke-opacity:.35;
}

.jssorb032 .i.idn {
	opacity:.3;
}

.jssorb032 .i .circle {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
        
/*jssor slider arrow skin 051 css*/
.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;
}

.jssora051-left {
	width:65px;
	height:65px;
	top:0px;
	left:25px;
}

.jssora051-right {
	width:65px;
	height:65px;
	top:0px;
	right:25px;
}

.jssora051 .view {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


#jssor_1 {
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:1500px;
	height:750px;
	overflow:hidden;
	visibility:hidden;	
}

.jssorl-009-spin {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}

.jssor-position {
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
}

.jssor-img-position{
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:1500px;
	height:700px;
	overflow:hidden;	
}


.touch-swipe {
	position:absolute;
	top:30px;
	left:30px;
	width:480px;
	height:130px;
	z-index:0;
	background-color:rgba(255,188,5,0.8);
	font-size:40px;
	font-weight:100;
	color:#000000;
	line-height:60px;
	padding:5px;
	box-sizing:border-box;
}

.responsive-slider {
	position:absolute;
	top:300px;
	left:30px;
	width:480px;
	height:130px;
	z-index:0;
	background-color:rgba(255,188,5,0.8);
	font-size:30px;
	color:#000000;
	line-height:38px;
	padding:5px;
	box-sizing:border-box;
}

@media only screen and (min-width: 35rem) {
	#small-screen-banner {
		display: none;
	}

	#jssor_1 {
		display: block;
	}
}