ul, li, ol {
    list-style: none;
}
a:link{ color:#2b2b2b; text-decoration:none}
a:visited{ color:#2b2b2b; text-decoration:none}
a:hover{ color:#1658a0; text-decoration:none;}
a:active{ color:#1658a0}

#zfheader {
	width: 100%;height:121px;
}

.header-top {
	max-width: 1300px;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
        position: relative;
}

.header-left {
	float: left;
	width: 400px;
}

.header-left img {
	width: 100%;
	transform: all .1s;
}

.header-right {
	/* width: 100%;	*/
	float: right;
}

.header-other {
	width: auto;
	float: right;
}


/* 其他地方机关 */
.other-local {
	float: left;
}

.other-local ul {
	width: 100%;
	overflow: hidden;
}

.other-local ul li {
	float: left;
	margin-left: 10px;
}

.other-local ul li a {
	display: inline-block;
	font-size: 14px;
	color: #1658a0;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	border: 1px #1658a0 solid;
	border-radius: 6px;
	/* transition: all .3s; */
	text-decoration: none;
}

/* tabbar栏 */
.header-tabbar {
	margin-top: 60px;
}

.header-tabbar ul {
	width: 100%;
	overflow: hidden;
	text-align: right;
}

.header-tabbar ul li {
	float: left;
	margin-left: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.header-tabbar ul li a{
       padding-bottom: 20px;
       display: block;
       position: relative;
}


