@charset "utf-8";
/* CSS Document */

.slider0 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*閻╂帒鐡欑敮锕€顔愰崳锟�*/
.slides0 {
	height: auto;
	/* Simple clear fix */
	overflow: hidden;
	/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.arrowsWrapper0{display:none}
.slider0:hover .arrowsWrapper0{display:block}
.slide0 {
	width: 100%;
	float: left;
	clear: none;
}
.slider-arrows0 {
}
.slider-arrow0 {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 100px;
	height: 100px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2em;
	/*
	background-color: #333;
	background-color: rgba(50,50,50,.3);
	border-radius: 50%;
	*/
}/*瀹革箑褰搁幐澶愭尦閺嶅嘲绱￠崣濠冩杹缂冾喕缍呯純锟�*/
.slider-arrow--right0 {
	bottom: 45%;
	right: 30px;
	background:url(../images/right_jt.png) no-repeat center;
}
.slider-arrow--left0 {
	bottom: 45%;
	left: 30px;
	background:url(../images/left_jt.png) no-repeat center;
}
/*
background:url(img/.png) no-repeat;
*/

.slider-nav0 {
	position: absolute;
	bottom: 50px;
}
.slider-nav__item0 {  /*nva閺嶅嘲绱�*/
	width: 20px;
	height: 20px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #ccc;
	border-radius: 100%;
}
.slider-nav__item0:hover {
	background: #ff6600;
}
.slider-nav__item--current0 {
	background: #ff6600;
} /*鐞氼偊鈧鑵戦崥搴ｆ畱閺嶅嘲绱�*/