﻿*{							/*全局样式*/
	margin: 0;
	padding:0;
	border: 0;
	list-style: none;
	background-repeat:no-repeat;
}
/*输入框字体样式*/
input::-webkit-input-placeholder {
    color: #f1f1f1;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f1f1f1;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f1f1f1;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f1f1f1;
}
/*返回引导页和无障碍*/
.tool-bar{
	position:absolute;
	top:52px;
	right:420px;
}
.div-inline{
	display:inline-block;
	height:46px;
	border-radius: 30px;
	background:rgba(255,255,255,0.3);
	box-shadow: 0px 1px 5px -2px;
}
.back-to-index{
	width:100px;
}
.div-inline>a{
	color:#f3f3f3;
	font-size:16px;
	display:inline-block;
	padding:12px 0px 0px 9px;
}
.barrier-free{
	 width:70px;
}
/****搜索栏****/
#header{
	width: 100%;
	background: url(http://www.jxq.gov.cn/images/jicengzhengwu.jpg) center no-repeat;
	background-size:100% 100%;
	height: 602px;
	position: relative;
}
.head_search{
	height: 46px;
	width: 300px;
	position: absolute;
	top:52px;
	right: 110px;
}
#searchMdiy{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 3px;
	right: 20px;
	background-color: rgba(0,0,0,0);
	z-index: 9;
}
.head_search img{
	position: absolute;
	top: 3px;
	right: 15px;
}
.text{
	background:rgba(255,255,255,0.3);/*设置背景透明*/
	height: 46px;
	width: 280px;
	border-radius: 30px;
	border: none;
	padding-left:20px;
	overflow:hidden;
	box-shadow: 0px 1px 5px -2px ;
        font-size:16px;
}
.gfh{
	display: block;
	width: 802px;
	height: 220px;
	margin: 0 auto;
	padding-top: 130px;
}
#main{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#nav{
	width: 1220px;
	height: 120px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 2px 2px 2px #D0D0D0;
	position: relative;
	top: -60px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.nav_li{
	float: left;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 120px;
	text-align: center;
}
.nav_li1{
	float: left;
	display: block;
	overflow: hidden;
	width: 160px;
	height: 120px;
	text-align: center;
	
}
#nav a{
	font-family: "microsoft yahei";
	font-size: 24px;
	color: #2669B0;
	text-decoration: none;
	line-height: 120px;
}
#nav a:hover{
	font-size: 26px;
	color: #f77951;
}
#jycy_title a:hover{
	color: #F77951;
}
/*右侧工具栏*/
#tools-bar{
	position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -92px;
    width: 76px;
    z-index: 999;
    display: none;
}
.survey{
	display: block;
	cursor: pointer;
	width: 76px;
	height: 184px;
	margin-bottom: 5px;
}
.survey>a{
	display: block;
	width: 76px;
	height: 184px;
	background:url(../images/survey.png);
}
.to_top{
	cursor: pointer;
	width: 76px;
	height: 76px;
}
.to_top>a{
	display: block;
	width: 76px;
	height: 76px;
	background: url(../images/to_top.png);
}
