@charset "utf-8";
body{
	margin:0px 0px;
	padding:0px 0px;
	font-family:"微软雅黑";
	font-size:16px;
}
dl,dt,dd,ul,li,p,span,h3,img,a,input{
	margin:0px 0px;
	padding:0px 0px;
	border:0px;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
}
a{
	color:#333333;
}
a:hover{
	color:#c31616;
}
.clear{
	clear:both;
}
.w1300{
	width:1300px;
	height:auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
#header{
	width:100%;
	height:171px;
	background:url(../images/index_01.jpg) no-repeat top center;
}
#header .logo{
	position:relative;
	top:46px;
	left:48px;
}
#header .search{
	width:395px;
	height:36px;
	background-color:#fff;
	position:relative;
	top:72px;
	right:50px;
}
#header .search .text{
	width:321px;
	height:18px;
	padding:0px 12px;
	border-right:1px solid #e8e8e8;
	position:relative;
	top:9px;
	left:0px;
	font-size:14px;
	color:#c3c3d1;
	line-height:18px;
}
#header .search .button{
	width:21px;
	height:20px;
	background:url(../images/search.jpg) no-repeat center;
	position:relative;
	top:8px;
	right:13px;
}
#menu{
	width:100%;
	height:57px;
	background-color:#009091;
	position:relative;
	z-index:999;
}
#menu .menu-box{
	margin:auto;
}
#menu #zy-menu{
	width:1300px;
	height:57px;
	margin:auto;
	position:absolute;
	z-index:999;
}
#menu #zy-menu li{
	width:150px;
	height:57px;
	float:left;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	line-height:57px;
	position:relative;
	cursor:pointer;
}
#menu #zy-menu .first{
	width:100px;
	height:57px;
}
#menu #zy-menu .current,#menu #zy-menu .cur{
	height:62px;
	display:block;
	background-color:#55c4b8;
	position:relative;
	top:-4px;
}
#menu #zy-menu .current a,#menu #zy-menu .cur a{
	color:#fff;
}
#menu #zy-menu li a{
	color:#ffffff;
}
#menu #zy-menu li a:hover{
	color:#fff;
}
#menu #zy-menu li .box{
	width:100%;
	height:auto;
	padding:3px 0px 8px;
	display:inline-block;
	position:absolute;
	top:57px;
	left:0px;
	display:none;
	z-index:9999;
	background-color:#55c4b8;
}
#menu #zy-menu li .box li{
	width:100%;
	height:45px;
	padding:0px 0px;
	margin:0px 0px;
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height:45px;
	text-align:center;
	border:0px;
	position:relative;
	top:0px;
}
#menu #zy-menu li .box li a{
	display:block;
	color:#ffffff;
}
#menu #zy-menu li .box li a:hover{
	color:#ffffff;
}
#index-link{
	width:100%;
	height:108px;
	background-color:#27968a;
}
#index-link .link-con{
	width:1280px;
	height:108px;
	margin:auto;
}
#index-link .link-con .adr{
	width:600px;
	height:60px;
	float:left;
	position:relative;
	top:20px;
	left:35px;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	overflow:hidden;
}

#index-link .link-con .lk-con{
	width:605px;
	height:34px;
	float:right;
	position:relative;
	top:38px;
	right:0px;
}
#index-link .link-con .lk-box{
	width:130px;
	height:35px;
	float:right;
	background-color:#e0e3e3;
}
#index-link .link-con .bl{
	margin-right:8px;
}
#index-link .link-con .filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#index-link .link-con .filter-box {
    position: relative;
}
#index-link .link-con .filter-box select {
	display: none;
}
#index-link .link-con .filter-text {
	height: 34px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 18px;
	border: 1px solid #e2ebda;
}
#index-link .link-con .filter-text input {
	font-size: 14px;
}
#index-link .link-con .filter-text .filter-title {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	color:#7f8181;
	padding-left:0px;
	_padding-left:0px;
}
#index-link .link-con .filter-list {
	display: none;
	width: 128px;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;
}

#index-link .link-con .filter-list li.filter-null a {
	color: #d2d2d2;
}

#index-link .link-con .filter-list li a {
	display: block;
	padding: 0 18px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

#index-link .link-con .filter-list li:hover {
	background-color: #f2f2f2;
}

#index-link .link-con .filter-list li.filter-selected {
	background-color: #f2f2f2;
}

#index-link .link-con .filter-list li.filter-selected a{
	display: block;
	color: #000000;
}

#index-link .link-con .filter-list li.filter-disabled {
	background-color: #fff;
}

#index-link .link-con .filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

#index-link .link-con .filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

#index-link .link-con .icon {
	position: absolute;
}

#index-link .link-con .icon-filter-arrow {
	width: 12px;
	height: 10px;
	background-repeat: no-repeat;
    background-image: url(../images/down.jpg);
    background-size: 100%;
    right: 18px;
    top: 13px;
    transition: all .2s;
}

#index-link .link-con .icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#index-link .link-con .filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

#index-link .link-con .filter-list::-webkit-scrollbar-track {
	background: #fff 
}

#index-link .link-con .filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}
#foot{
	width:100%;
	height:50px;
	font-size:16px;
	color:#76e7e8;
	text-align:center;
	line-height:50px;
	background-color:#009091;
	overflow:hidden;
}