@charset "utf-8";
body{
	margin:0px 0px;
	padding:0px 0px;
	font-family:"微软雅黑";
}
div,ol,ul,li,dl,dt,dd,h3,p,span,hr,img,a,input{
	margin:0px 0px;
	padding:0px 0px;
	text-decoration:none;
	list-style:none;
	border:0px;
}
a{
	color:#000000;
}
a:hover{
	color:#009966;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#header{
	width:100%;
	min-width:1300px;
	height:124px;
	border-top:6px solid #009966;
	overflow:hidden;
}
#header .tcon{
	width:1300px;
	height:124px;
	margin:auto;
}
#header .tcon .logo{
	position:relative;
	top:26px;
	left:19px;
}
#header .tcon .search{
	width:374px;
	height:40px;
	position:relative;
	top:51px;
	right:0px;
}
#header .tcon .search .input{
	width:308px;
	height:38px;
	padding:0px 5px;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	font-size:14px;
	color:#000000;
	line-height:38px;
}
#header .tcon .search .btn{
	width:55px;
	height:40px;
	background:url(../images/sx_06.jpg) no-repeat center;
}
#zy-menu{
	width:1300px;
	height:54px;
	margin:auto;
	border-top:1px solid #cccccc;
}
#zy-menu li{
	width:146px;
	height:54px;
	margin:0px 0px;
	float:left;
	font-size:18px;
	color:#282828;
	text-align:center;
	line-height:54px;
	position:relative;
	cursor:pointer;
}
#zy-menu .first{
	width:132px;
	height:54px;
}
#zy-menu .current,#zy-menu .cur{
	background-color:#009966;
	position:relative;
}
#zy-menu .current a,#zy-menu .cur a{
	color:#ffffff;
}
#zy-menu li a{
	color:#282828;
	position:relative;
	top:3px;
}
#zy-menu li a:hover{
	color:#ffffff;
	background-color:#009966;
}
#zy-menu li .box{
	width:100%;
	height:auto;
	display:inline-block;
	position:absolute;
	top:54px;
	left:0px;
	display:none;
	z-index:9999;
}
#zy-menu li .box li{
	width:100%;
	height:48px;
	padding:0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	background-color:#f2f7fb;
	font-size:18px;
	font-weight:normal;
	color:#282828;
	line-height:48px;
	text-align:center;
	border:0px;
	position:relative;
	top:0;
}
#zy-menu li .box li a{
	display:block;
	color:#282828;
	position:relative;
	top:0px;
}
#zy-menu li .box li a:hover{
	color:#ffffff;
	background-color:#009966;
}
#slide{
	width:1300px;
	height:395px;
	margin:14px auto 25px;
	overflow:hidden;
}
.hiSlider{
	overflow: hidden;
	height: 395px;
	width: 1300px;
}
.hiSlider-item{
	float: left;
}
.hiSlider-item img{
	width:100%;
	height:395px;
}
.hiSlider-pages,.hiSlider-title{
	position:absolute;
	z-index:3
}
.hiSlider-btn-prev,.hiSlider-btn-next{
	position:absolute;
	z-index:5;
	top:50%;
	height:30px;
	width:30px;
	margin-top:-15px;
	text-indent:-200px;
	overflow:hidden;
	opacity:.6;
	filter:alpha(opacity:60);
	display:none;
}
.hiSlider-btn-prev{
	left:10px
}
.hiSlider-btn-next{
	right:10px;
	background-position:-30px 0;
}
.hiSlider-btn-prev:hover,.hiSlider-btn-next:hover{
	opacity:1;
	filter:alpha(opacity:100)
}
.hiSlider-title{
	bottom:0;
	width:100%;
	padding:6px 0;
	color:#fff;
	text-indent:10px;
	background:rgba(0,0,0,.6);
	z-index:2;
	font:14px/2 "Microsoft YaHei",Arial,Tahoma
}
.hiSlider-pages{
	width:100%;
	height:20px;
	bottom:22px;
	text-align:center;
}
.hiSlider-pages a{
	height:18px;
	width:18px;
	margin:0 5px;
	display:inline-block;
	overflow:hidden;
	font-size:0;
	border-radius:50%;
	border:1px solid #fafaf9;
}
.hiSlider-pages a.active{
	background:#009966;
	border:1px solid #009966;
}
#foot{
	width:100%;
	min-width:1300px;
	height:auto;
	background-color:#009966;
}
#foot .fcon{
	width:1300px;
	height:126px;
	margin:auto;
	background:url(../images/sx_39.jpg) no-repeat 69px center;
}
#foot .fcon .ftxt{
	width:731px;
	height:auto;
	padding:38px 0px 0px;
	margin:0px 48px 0px 0px;
	font-size:16px;
	color:#ffffff;
	line-height:25px;
	text-align:center;
}
#foot .fcon .lk-box{
	width:300px;
	height:38px;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	position:relative;
	top:43px;
	right:109px;
}
#foot .fcon .bl{
	margin-right:8px;
}
#foot .fcon .filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#foot .fcon .filter-box {
    position: relative;
}
#foot .fcon .filter-box select {
	display: none;
}
#foot .fcon .filter-text {
	height: 38px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 28px;
}
#foot .fcon .filter-text input {
	font-size: 16px;
}
#foot .fcon .filter-text .filter-title {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	color:#666666;
	padding-left:0px;
	_padding-left:0px;
	+padding-left:0px;
}
#foot .fcon .filter-list {
	display: none;
	width: 300px;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 34px;
	left: -1px;
	z-index: 999999;
	border: 1px solid #e6e6e6;
	overflow: auto;
}

#foot .fcon .filter-list li.filter-null a {
	color: #d2d2d2;
}

#foot .fcon .filter-list li {
	width:100%;
	height:auto;
	clear:both;
}

#foot .fcon .filter-list li a {
	display: block;
	padding: 0 28px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

#foot .fcon .filter-list li:hover {
	background-color: #f2f2f2;
}

#foot .fcon .filter-list li.filter-selected {
	background-color: #f2f2f2;
}

#foot .fcon .filter-list li.filter-selected a{
	display: block;
	color: #000000;
}

#foot .fcon .filter-list li.filter-disabled {
	background-color: #fff;
}

#foot .fcon .filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

#foot .fcon .filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

#foot .fcon .icon {
	position: absolute;
}

#foot .fcon .icon-filter-arrow {
	width: 6px;
	height: 6px;
	background-repeat: no-repeat;
    background-image: url(../images/down.jpg);
    background-size: 100%;
    right: 18px;
    top: 15px;
    transition: all .2s;
}

#foot .fcon .icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#foot .fcon .filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

#foot .fcon .filter-list::-webkit-scrollbar-track {
	background: #fff 
}

#foot .fcon .filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}