@charset 'gb2312';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type: none;
}

.block_home_slider {
	padding: 0px;
	position: relative;
	background-color: #ffffff;
	behavior: url(js/PIE.htc);
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


/*�ײ�Сͼ��*/

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	text-indent: -9000px;
	background-position: center;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	opacity: 0.5;
}

.block_home_slider .flex-direction-nav{
	opacity: 0;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.block_home_slider:hover .flex-direction-nav{
	opacity: 1;
}

.block_home_slider .flex-direction-nav a:hover{
	opacity: 1;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	background: url(../img/ban_pre.png);
	left: 60px;
	background-position: left;
	
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: right;
}

.block_home_slider .flex-direction-nav a.flex-next {
	background: url(../img/ban_next.png);
	right: 60px;
	background-position: right;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-position: left;
}

.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	bottom: 53px;
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: row;
	justify-content: center;
}

.block_home_slider .flex-control-paging li {
	margin: 0 7px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	display: inline-block;
}

.block_home_slider .flex-control-paging li a {
	width: 43px;
	height: 3px;
	display: block;
	 background-color: #fff;
	text-indent: -9000px;
	cursor: pointer;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background-color: #f17443;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}