/* Css Reset */
body, ul, ol, p, li, h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
	padding: 0;
	margin: 0
}
body {
	text-align: left;
	font-family: Helvetica, STHeiti, Droid Sans Fallback;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
li {
	list-style: none
}
a, a:visited {
	text-decoration: none;
	color: #000
}
.fl {
	float: left
}
.fr {
	float: right
}
.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: "."
}
.hide {
	display: none
}
* {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
img {
	border: 0;
}
body {
	background: url(images/bg.jpg);
	color: #333;
}
/*消除浮动*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*!Css widget/gotop/gotop.css*/
#gotop {
	position: fixed;
	display: none;
	width: 50px;
	height: 50px;
	bottom: 60px;
	right: 5px;
	z-index: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 5px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 5px #9c9c9c;
	opacity: .9;
	background: #454545 url(./images/ui-gotop-icon.png) no-repeat center center;
	-webkit-background-size: 18px 15px;
}
body {
	background: url(imagesbody-bg.png) no-repeat 0 0;
	width: 100%
}
/* 头部 */
#header {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 0 3%
}
#header img {
	max-width: 100%;
}
#nav-top {
	padding: 0 5%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#menu {
	width: 94%;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}
#menu li {
	float: left;
	max-width: 125px;
	min-width: 45%;
	text-align: center;
}
@media all and (min-width: 320px) {
#menu li {
	margin: 0 1.5%;
}
}
/* 头部搜索 */
.searchBar {
	position: relative;
	z-index: 1;
	margin: 5px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #bbccc8;
	background-size: 28px auto;
	background: #ffffff
}
.searchBar input {
	border: 0;
	padding-left: 0;
	width: 100%;
	resize: none;
	outline: none;
	-webkit-appearance: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 17px;
}
/* 尾部 */
.footer {
	width: 100%;
	background: #e5e5e5;
	min-height: 45px;
	border-top: #0ca9ec 5px solid;
	line-height: 45px;
	text-align: center;
	color: #515151;
	font-size: 0.9em
}
/* 内容区 */
#content {
	position: relative;
	z-index: 0;
}
/* 加载更多按钮 */
.cateBtn {
	display: block;
	height: 34px;
	margin: 10px 0 1px 0;
	border: 1px solid #cbcbcb;
	text-align: center;
	line-height: 34px;
	font-size: 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #f6fffa, #bbebff);
	background: -webkit-linear-gradient(top, #f6fffa, #bbebff);
	background: linear-gradient(top, #f6fffa, #bbebff);
； border:#cbcbcb 1px solid;
	-webkit-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	-moz-box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
	box-shadow: #fff 0 1px 0 inset, #fff 1px 1px 0;
}
.cateBtn:active {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ECE1E1), to(#e2d1d1));
	background: -moz-linear-gradient(#ECE1E1, #e2d1d1);
	background: linear-gradient(#ECE1E1, #e2d1d1);
}
.cateBtn.getAll {
	color: #999;
}
/* 图片列表 */
.infoBox .picList {
	padding-top: 15px;
}
.picList {
	overflow: hidden;
	padding-bottom: 5px;
}
.picList li {
	width: 46%;
	float: left;
	margin: 0 2% 2% 2%;
	text-align: center;
	position: relative;
	overflow: hidden;
	line-height: 0
}
.picList li a {
	display: block;
	overflow: hidden;
}
.picList li img {
	width: 100%;
	max-width: 240px;
	border: 0;
}
.picList li .title {
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 24px;
	z-index: 1;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
/* 领导列表 */
.leaderList li {
	padding: 10px 0;
	padding-left: 5px;
	overflow: hidden;
	border-bottom: 1px solid #E2D1CD;
	-webkit-box-shadow: #fff 0 1px 0;
	-moz-box-shadow: #fff 0 1px 0;
	box-shadow: #fff 0 1px 0;
}
.leaderList li:last-child {
	border-bottom: 0;
	-webkit-box-shadow: #fff 0 0 0;
	-moz-box-shadow: #fff 0 0 0;
	box-shadow: #fff 0 0 0;
}
.leaderList li .pic {
	float: left;
}
.leaderList li .pic img {
	width: 80px;
	height: 96px;
}
.leaderList li .con {
	margin-left: 90px;
}
.leaderList li .con .title {
	font-size: 17px;
}
.leaderList li .con .intro {
	font-size: 14px;
	color: #676767;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	margin-top: 10px;
}
/* 首页-走进县市 */
.zjxsList {
	overflow: hidden;
	padding-bottom: 5px;
}
.zjxsList li {
	width: 30%;
	float: left;
	margin: 0 0 2% 2%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DCC2C2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFAFA), to(#F7E4E4));
	background: -moz-linear-gradient(#FFFAFA, #F7E4E4);
	background: linear-gradient(#FFFAFA, #F7E4E4);
}
.zjxsList li.touchOn {
	background: #f2d0d0;
}
/* 提示信息弹出 */
.popTip {
	position: fixed;
	z-index: 10000;
	background: rgba(0, 0, 0, .8);
	box-shadow: #333 0 0 10px;
	padding: 10px 15px;
	border-radius: 5px;
	white-space: nowrap;
}
.popTip .icon {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background: url(images/icon_notice.png) no-repeat;
	background-size: 32px 32px;
}
.popTip .text {
	color: #fff;
	line-height: 32px;
}
.popTip .icon.suc {
	background-image: url(images/icon_success.png);
}
.popTip .icon.err {
	background-image: url(images/icon_error.png);
}
.popTip .icon.load {
	background-image: url(images/tip_loading.gif);
	background-size: auto;
	background-position: center;
}
.buliding {
	padding: 40px 0;
	text-align: center;
	font-size: 30px;
}
/* 遮罩层 */
#winMark {
	display: none;
	position: fixed;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
