@charset "UTF-8";

#top_wrap{
	width: 1128px;
}
#slideshow {
	width:1128px;
	text-align: left;
}
#slideshow div.topcover {
	width:1128px;
	height: 566px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#slideshow div div {
	position: absolute;
}

/*------------------------------/
add  
-------------------------------*/
#slideshow .h_tnav {
	position: absolute;
	bottom: 15px;
    left: 20px;
	z-index: 10000;
	width: 120px;
}
#slideshow .h_tnav ul {
	display: flex;
	justify-content: space-between;
	max-width: 190px;
}
#slideshow .h_tnav ul li {
	width: 43px;
	height: 6px;
	margin-bottom: 4px;
	margin-right: 5px;
	opacity: 1!important;
	
}
#slideshow .h_tnav ul li a{
	background:rgba(255,255,255,0.8);;
	display: block;
	width: 43px;
    height: 6px;
}
#slideshow .h_tnav ul li.active a{
	background: #0056b1;
}
#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#top_wrap { position: relative; }
#top_wrap a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}