﻿@charset 'utf8';
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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 {
	position: relative;
	width: 100%;
    height: 350px;
	overflow: hidden;
}

.block_home_slider .slide {
	position: relative;
}

.block_home_slider .caption {
	height: 42px;
	line-height: 42px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
	text-align: left;
}

.block_home_slider .caption p.title a {
	margin-top: 10px;
	display: inline-block;
	width: 64%;
	height: 22px;
	line-height: 22px;
	text-indent: 15px;
	color: white;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.block_home_slider .caption p.title a:hover{
	color: orange;
}

.block_home_slider .flex-direction-nav a {
	width: 25px;
	height: 25px;
	margin-top: -27px;
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(/gyzcglobal/sprite_arrow_2.png);
	text-indent: -9000px;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 6px;
	background-position: left top;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	background-position: left bottom;
}

.block_home_slider .flex-direction-nav a.flex-next {
	right: 6px;
	background-position: right top;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	background-position: right bottom;
}

.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	bottom: 16px;
	right: 15px;
	z-index: 10;
}

.block_home_slider .flex-control-paging li {
	margin-left: 5px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	text-indent: -9000px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #FFFFFF;
}

.block_home_slider .flex-control-paging li a.flex-active {
	background-position: right top;
	background-color: red;
}

.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%;
	height: 350px;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}