

/*Slide Start幻灯片位置开始*/

#slideshow_wrapper {
	height: 587px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#slideshow_wrapper .tu {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height:587px;
	clear:both;
}
#slideshow_footbar {
	Z-INDEX: 999999999;
	POSITION: absolute;
	WIDTH: 53%;
	BOTTOM: 30px;
	HEIGHT: 10px;
}


#slideshow_photo {
	POSITION: absolute;
	WIDTH: 100%;
	HEIGHT: 100%;
	CURSOR: pointer;
}
#slideshow_photo A {
	Z-INDEX: 1;
	BORDER-BOTTOM: 0px;
	POSITION: absolute;
	BORDER-LEFT: 0px;
	MARGIN: 0px;
	DISPLAY: block;
	BORDER-TOP: 0px;
	TOP: 0px;
	BORDER-RIGHT: 0px;
	LEFT: 0px
}
#slideshow_footbar .slideshow-bt {
	background:url(../images/imagehei.png) no-repeat 0px 0px;
	MARGIN: 15px 15px 0px 0px;
	WIDTH: 15px;
	DISPLAY: inline;
	FLOAT: right;
	HEIGHT: 15px;
	FONT-SIZE: 0px
}
#slideshow_footbar .bt-on {
	background: url(../images/imagefen.png) no-repeat;
}

.banner {
	position:relative;
	height:315px;
	overflow:hidden;
	width:230px;
}

.banner .show {
	width:230px;
	position:absolute;
	top:0px;
	height:315px;
	overflow:hidden;
}
.banner .show ul {
	position:relative;
	height:315px;
	overflow:hidden;
	width:230px;
	float:left;
	
}
.banner .show ul li {
	text-align:center;
	width:230px;
	float:left;
	height:315px;
	position:absolute;
	display:none;
	text-align:right;
}
.banner   .focus {
	background:url(../images/ic002.png) no-repeat;
	position:absolute;
	width:90px;
	padding-top:4px;
	bottom:0px;
	height:18px;
	margin:0 auto;
	text-align:center;
	padding-left:140px;
}
.banner .focus a {
	width:20px;
	height:15px;
	line-height:15px;
	text-align:center;
	background:url(../images/ico01.png) no-repeat left ;
	float:left;
	margin-left:2px;
	display:inline-block;
	color:#000;
	text-decoration:none;
}


.banner .focus a.on {
	background:url(../images/ico00.png) no-repeat left top;
	color:#FFF
}
.all_bg {
	background-image:url(../images/all_bg.png);
	background-repeat:no-repeat
}
.banner .wrapper {
	width:230px;
	margin:0 auto;
	text-align:center;
}




/* 轮播 */
.bannertop { position: relative; overflow: auto; }
.bannertop li { list-style: none; }
.bannertop ul li { float: left; }

.bannertop .arrows {
    display: none;
}

.bannertop:hover .arrows,
.bannertop.hover .arrows {
    display: block;
}

@media only screen {
    .bannertop .arrows {
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: 0;
        display: block;
    }
    
    .bannertop:hover .arrows,
    .bannertop.hover .arrows {
        opacity: 1;
    }
}

.bannertop .arrows {
    position: absolute;
    z-index: 20;
}

.bannertop .arrows .prev,
.bannertop .arrows .next {
    position: absolute;
    width: 20px;
    height: 20px;
    font: 0/0 a;
    color: transparent;
    cursor: pointer;
}

.bannertop .arrows .prev {
    left: 5px;
    background: url(../images/slide_arrow_left.png) no-repeat;
	height:
}

.bannertop .arrows .next {
    left: 225px;
    background: url(../images/slide_arrow_right.png) no-repeat;
}

.section4 {
    height: 100px;
}

.section4 .bannertop ul li {
    height: 100px;
}

.section4 .bannertop .arrows {
    top: 40px;
}