﻿/********************
首页banner图片轮播样式
********************/
.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 330px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides
{
    margin:0 auto;
}
.flexslider .slides li 
{
	width: 100%;
	height: 100%;
	font-size:0px;
}
.flex-direction-nav a {
	width: 50px;
	height: 50px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -50px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(/images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a
{
    margin:0 auto;
}
.flexslider .slides a img {
	width: 100%;
	height: 330px;
	display: block;

}
/*********************************
首页图片轮播带按钮
**********************************/
a { color:#097402;  text-decoration:none; }
a:hover { color:#097402; }
.blk_18 { overflow:hidden; zoom:1; font-size:9pt; border:1px solid #e3e3e3; background:#eee; width:99.8%; margin-top:8px;
    height: 212px;
}
.blk_18 .pcont { width:95%; float:left; overflow:hidden; padding-left:5px; }
.blk_18 .ScrCont { width:32766px; zoom:1; margin-left:-5px; }
.blk_18 #List1_1, .blk_18 #List2_1 { float:left; }
.blk_18 .LeftBotton, .blk_18 .RightBotton { width:15px; height:74px; float:left; background:url(/images/ax.gif) no-repeat; }
.blk_18 .LeftBotton { background-position: 0 0; margin:50px 5px 0; }
.blk_18 .RightBotton { background-position: 0 -100px; margin:50px 1px 10px 5px; }
.blk_18 .LeftBotton:hover { background-position: -20px 0; }
.blk_18 .RightBotton:hover { background-position: -20px -100px; }
.blk_18 .pl img { width:205px; height:165px; display:block; cursor:pointer; border:none; margin-bottom:8px; }
.blk_18 .pl { width:210px;height:200px; border:1px solid #f3f3f3; float:left; float:left; text-align:center; line-height:24px; margin:8px; }
.blk_18 a.pl:hover { border:1px solid #097402; color:#f57b05; background:#fff; text-decoration:none; }