﻿@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

body,
button,
select,
textarea,
label {
	font-size: 14px;
	font-family: 微软雅黑;
	-webkit-text-size-adjust: none；
}

input {
	font-size: 12px;
}

body {
	/*background: url(../images/bj-1.jpg) no-repeat #fff left top;*/
	background: url() left top no-repeat;
	background-size: 100% auto;
	font-family: "微软雅黑"
}

button,
input,
select,
label {
	vertical-align: middle;
	list-style-type: none;
	border: none
}

label {
	padding-left: .4em
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #1c6cbf
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

ul,
li {
	list-style: none;
}

h1 {
	font-size: 22px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 12px
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 12px
}

sup {
	vertical-align: text-top
}

sub {
	
}

img {
	border: 0 none;
}

a img,
span img {
	vertical-align: bottom
}

em {
	font-style: normal;
	font-weight: 700
}

button,
input,
select,
textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table th {
	font-weight: 300
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.float-lt {
	float: left;
}

.float-rt {
	float: right;
}

.mar-r-20 {
	margin-right: 5px;
}

.mar-t-20 {
	margin-top: 20px;
}

.mar-b-20 {
	margin-bottom: 20px;
}

.wrapper {
	width: 1000px;
	overflow: hidden;
}

.header-bar {
	width: 1020px;
	height: 226px;
	margin: 0 auto;
	overflow: hidden;
}

.bg-all {
	background: url(../images/bj-2.jpg) no-repeat;
}

.bg-all-up {
	width: 1000px;
	height: 80px;
	margin: 10px auto;
	padding: 15px 10px 10px 10px;
	background: #fff;
}

.main-bar {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	padding: 15px 10px 10px 10px;
}


/***********顶部**************/

.header-top {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
}

.header-top a {
	color: #fff;
}

.header-logo {
	width: 1000px;
	padding: 60px 0;
	overflow: hidden;
}

.slogan {
	display: inline-block;
	width: 434px;
	height: 125px;
	margin: -32px 0 0 50px;
	/*background: url(../images/jh-2.png);*/
	background-size: 100% 100%;
	animation: myfirst 2s;
	-moz-animation: myfirst 2s;
	/*Firefox*/
	-webkit-animation: myfirst 2s;
	/* Safari and Chrome */
	-o-animation: myfirst 2s;
	/* Opera */
}

@keyframes myfirst {
	0% {
		width:0 ;
		height:0 ;
	}
	/*10% {
		width:43.4px ;
		height:12.5px ;
	}*/
	20% {
		width:86.8px;
		height:25px;
	}
	/*30% {
		width:130.2px;
		height:37.5px;
	}*/
	40%{
		width:173.6px ;
		height:50px ;
	}
	/*50%{
		width:217px ;
		height:62.5px ;
	}*/
	60%{
		width:260.4px ;
		height:75px ;
	}
	/*70%{
		width:303.8px ;
		height:87.5px ;
	}*/
	80%{
		width:347.2px ;
		height:100px ;
	}
	/*90%{
		width:390.6px ;
		height:112.5px ;
	}*/
	100%{
		width:434px;
		height:125px;
	}
}

@-moz-keyframes myfirst
/* Firefox */
{
	0% {
		width:0 ;
		height:0 ;
	}
	/*10% {
		width:43.4px ;
		height:12.5px ;
	}*/
	20% {
		width:86.8px;
		height:25px;
	}
	/*30% {
		width:130.2px;
		height:37.5px;
	}*/
	40%{
		width:173.6px ;
		height:50px ;
	}
	/*50%{
		width:217px ;
		height:62.5px ;
	}*/
	60%{
		width:260.4px ;
		height:75px ;
	}
	/*70%{
		width:303.8px ;
		height:87.5px ;
	}*/
	80%{
		width:347.2px ;
		height:100px ;
	}
	/*90%{
		width:390.6px ;
		height:112.5px ;
	}*/
	100%{
		width:434px;
		height:125px;
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	0% {
		width:0 ;
		height:0 ;
	}
	/*10% {
		width:43.4px ;
		height:12.5px ;
	}*/
	20% {
		width:86.8px;
		height:25px;
	}
	/*30% {
		width:130.2px;
		height:37.5px;
	}*/
	40%{
		width:173.6px ;
		height:50px ;
	}
	/*50%{
		width:217px ;
		height:62.5px ;
	}*/
	60%{
		width:260.4px ;
		height:75px ;
	}
	/*70%{
		width:303.8px ;
		height:87.5px ;
	}*/
	80%{
		width:347.2px ;
		height:100px ;
	}
	/*90%{
		width:390.6px ;
		height:112.5px ;
	}*/
	100%{
		width:434px;
		height:125px;
	}}

@-o-keyframes myfirst
/* Opera */

0% {
		width:0 ;
		height:0 ;
	}
	/*10% {
		width:43.4px ;
		height:12.5px ;
	}*/
	20% {
		width:86.8px;
		height:25px;
	}
	/*30% {
		width:130.2px;
		height:37.5px;
	}*/
	40%{
		width:173.6px ;
		height:50px ;
	}
	/*50%{
		width:217px ;
		height:62.5px ;
	}*/
	60%{
		width:260.4px ;
		height:75px ;
	}
	/*70%{
		width:303.8px ;
		height:87.5px ;
	}*/
	80%{
		width:347.2px ;
		height:100px ;
	}
	/*90%{
		width:390.6px ;
		height:112.5px ;
	}*/
	100%{
		width:434px;
		height:125px;
	}
}

.search-bar-left{
	display: inline-block;
	
}
.search-bar {
	float: right;
	padding: 10px;
	display: inline-block;
	width
}

.search-bar p {
	margin-bottom: 5px;
	font-size: 13px;
}

.search-bar p a {
	color: #da4b54;
	font-weight: bold;
}

.search input {
	vertical-align: top;
	width: 200px;
	height: 24px;
	border: 1px solid #c3ced5;
	border-right: 0;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
}

.clearfloat {
	clear: both;
}

.pt-search,
.gj-search {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.pt-search {
	width: 62px;
	background-color: #02b150;
	border: 1px solid #02b150;
	border-left: none;
}
.pt-search:hover {
	background-color: #029945;
	color:#fff;
	text-decoration:none;
	border: 1px solid #029945;
	border-left: none;
}

.gj-search {
	width: 80px;
	background: #015597;
	border: 1px solid #015597;
}
.gj-search:hover {
	background: #029945;
	border: 1px solid #029945;
	color:#fff;
	text-decoration: none
}

/***********导航**************/

.nav-bar {
	width: 1020px;
	height: 50px;
	border-bottom: 2px solid #015597;
	margin: 0 auto;
	background: linear-gradient(rgba(1, 82, 147, 1), rgba(0, 136, 214, 1));
}

.header_nav {
	width: 1020px;
	height: 50px;
	margin: 0 auto;
	background: linear-gradient(rgba(1, 82, 147, 1), rgba(0, 136, 214, 1));
	position: relative;
	z-index: 99;
}

.header_nav .fixed_width .nav_ul {
	width: 100%;
	height: 50px;
	position: relative;
}

.box_li {
	border-left: 2px solid #015597;
}

.wryjg-box {
	border-right: 2px solid #015597;
}

.header_nav .nav_ul .box_li {
	float: left;
	width: 168px;
}

.fixed_width {
	width: 1034px;
}

.header_nav .fixed_width .nav_ul .box_li img {
	margin-bottom: 13px;
}

.header_nav .fixed_width .nav_ul .box_li a.name {
	font-family: 微软雅黑;
	color: #FFFFFF;
	font-size: 20px;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #FFFFFF;
}

.header_nav .fixed_width .nav_ul .box_li a.name:hover {
	background: #015597;
	text-decoration: none;
	color: #fff;
}

.header_nav .fixed_width .nav_ul .box_li.active a.name {
	background: #015597;
	text-decoration: none;
	color: #fff;
}

.header_nav .fixed_width .nav_hovercot {
	width: 996px;
	height: 280px;
	border: 2px solid #015597;
	background: #fff;
	padding: 10px;
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 9999;
}

.header_nav .fixed_width .nav_hovercot.kong {
	width: 0;
	height: 0;
	border: none
}

.header_nav .fixed_width .nav_hovercot.cur {
	display: block
}

.header_nav .fixed_width .news_center {
	overflow: hidden
}

.zf-enter-bar {
	width: 332px;
	overflow: hidden;
	font-size: 15px;
}

.zf-enter-bar a {
	display: block;
	float: left;
	width: 154px;
	height: 24px;
	padding-top: 60px;
	border: 1px solid #9dc5ea;
	color: #015597;
	text-align: center;
	margin: 4px 0 4px 10px;
	font-weight: bold;
}

.zf-enter-bar a:hover {
	border: 1px solid #015597;
	-webkit-box-shadow: inset 0 0 6px #015597;
	-moz-box-shadow: inset 0 0 6px #015597;
	box-shadow: inset 0 0 6px #015597;
	text-decoration: none;
}

.zf-enter-bar a.zf-enter-1 {
	background: url(icon-1.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zf-enter-2 {
	background: url(icon-2.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zf-enter-3 {
	background: url(icon-3.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zf-enter-4 {
	background: url(icon-4.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zf-enter-5 {
	background: url(icon-5.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zx-enter-1 {
	background: url(icon-10.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zx-enter-2 {
	background: url(icon-11.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zx-enter-3 {
	background: url(icon-12.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zx-enter-4 {
	background: url(icon-13.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zx-enter-5 {
	background: url(icon-14.png) no-repeat #f1f7fc center 10px;
}

.zf-enter-bar a.zx-enter-6 {
	background: url(../images/2.jpg) no-repeat #f1f7fc center 10px;
}

.zwgk-enter-bar {
	width: 332px;
	overflow: hidden;
	margin-top: 3px;
}

.zwgk-enter-bar a {
	display: block;
	float: left;
	width: 154px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #9dc5ea;
	color: #015597;
	text-align: center;
	margin: 2px 0 2px 10px;
	font-weight: bold;
	font-size: 16px;
	background: #f1f7fc;
}

.zwgk-enter-bar a:hover {
	border: 1px solid #015597;
	-webkit-box-shadow: inset 0 0 6px #015597;
	-moz-box-shadow: inset 0 0 6px #015597;
	box-shadow: inset 0 0 6px #015597;
	text-decoration: none;
}

.hover-list-bar {
	width: 640px;
	overflow: hidden;
}

.hover-list-part {
	width: 290px;
	float: left;
	margin: 0 15px;
}

.hover-list-part h3 {
	height: 34px;
	line-height: 34px;
	color: #015597;
}

.hover-list-part h3 b {
	display: inline-block;
	width: 6px;
	height: 14px;
	border-radius: 2px;
	vertical-align: middle;
	background: #015597;
	margin-right: 4px;
}

.hover-lp-con {
	width: 290px;
}

.lp-con-min {
	height: 104px;
}

.lp-con-max {
	height: 234px;
}

.hover-lp-con li {
	padding-left: 10px;
	background: url(point.png) no-repeat left center;
	height: 26px;
	line-height: 26px;
}

.wr-enter-bar {
	width: 300px;
	margin: 10px 15px;
}

.wr-enter-bar a {
	display: block;
	width: 184px;
	padding-left: 114px;
	height: 52px;
	line-height: 52px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #9dc5ea;
	color: #015597;
	margin: 10px 15px;
}

.wr-enter-bar a:hover {
	border: 1px solid #015597;
	-webkit-box-shadow: inset 0 0 6px #015597;
	-moz-box-shadow: inset 0 0 6px #015597;
	box-shadow: inset 0 0 6px #015597;
	text-decoration: none;
}

.wr-enter-bar a.wr-enter-1 {
	background: url(icon-6.png) no-repeat #f1f7fc 35px center;
}

.wr-enter-bar a.wr-enter-2 {
	background: url(icon-7.png) no-repeat #f1f7fc 35px center;
}

.wr-enter-bar a.wr-enter-3 {
	background: url(icon-8.png) no-repeat #f1f7fc 35px center;
}

.wr-enter-bar a.wr-enter-4 {
	background: url(icon-9.png) no-repeat #f1f7fc 35px center;
}


/********政民互动************/

.zm-enter-bar {
	width: 340px;
	overflow: hidden;
}

.zm-enter-bar a {
	float: left;
	display: block;
	width: 154px;
	height: 38px;
	padding-top: 80px;
	border: 1px solid #9dc5ea;
	color: #015597;
	text-align: center;
	margin: 5px 0 10px 10px;
	font-weight: bold;
	font-size: 16px;
}

.zm-enter-bar a:hover {
	border: 1px solid #015597;
	-webkit-box-shadow: inset 0 0 6px #015597;
	-moz-box-shadow: inset 0 0 6px #015597;
	box-shadow: inset 0 0 6px #015597;
	text-decoration: none;
}

.zm-enter-bar a.zm-enter-1 {
	background: url(icon-16.png) no-repeat #f1f7fc center 20px;
}

.zm-enter-bar a.zm-enter-2 {
	background: url(icon-17.png) no-repeat #f1f7fc center 20px;
}

.zm-enter-bar a.zm-enter-3 {
	background: url(icon-18.png) no-repeat #f1f7fc center 20px;
}

.zm-enter-bar a.zm-enter-4 {
	background: url(icon-15.png) no-repeat #f1f7fc center 20px;
}

.zm-list-bar {
	width: 640px;
	overflow: hidden;
}

.zm-list-part {
	width: 290px;
	margin-left: 20px;
}

.zm-list-part h3 {
	height: 34px;
	line-height: 34px;
	color: #015597;
}

.zm-list-part h3 b {
	display: inline-block;
	width: 6px;
	height: 14px;
	border-radius: 2px;
	vertical-align: middle;
	background: #015597;
	margin-right: 4px;
}

.zm-lp-con {
	width: 370px;
}

.zm-con-min {
	height: 104px;
}

.zm-lp-con li {
	padding-left: 10px;
	background: url(point.png) no-repeat left center;
	height: 26px;
	line-height: 26px;
}

.zm-lp-con-1 {
	width: 290px;
}

.zm-lp-con-1 li {
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
}

.zm-floor {
	height: 78px;
	padding-top: 42px;
	position: relative;
}

.zm-floor img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}
 
.link {
	width: 998px;
	overflow: hidden;
	margin: 25px auto 0 auto;
	padding: 15px 0;
	border: 1px solid #ddd;
}
.link span {
	float: left;
	display: block;
	width: 150px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #1b377f;
}

.link select {
	height: 30px;
	border: 1px solid #ccc;
	width: 230px;
	padding: 0 5px;
	margin-left: 25px;
	outline: none
}


/*右侧悬浮*/

.fixed {
	position: fixed;
	left: 89%;
	top: 40%;
	z-index: 9999;
}

.fixed dl {
	position: relative;
	cursor: pointer;
}

.fixed dl dd {
	display: none;
	position: absolute;
	left: -110px;
	top: 0;
}


/***********尾部**************/

.footer-bar {
	width: 100%;
	min-width: 1000px;
	border-top: 2px solid #32c071;
	margin-top: 25px;
	padding: 10px 0 15px 0;
}

.footer {
	width: 740px;
	margin: 0 auto;
	overflow: hidden;
}

.footer p {
	height: 30px;
        line-height:30px;
	font-size: 13px;
}

.footer ul {
	width: 400px;
}

.footer ul li {
	line-height: 20px;
}

.footer ul li img {
	vertical-align: middle;
}

.foot-logo {
	width: 250px;
	margin-top: 10px;
}

.foot-logo a {
	display: inline-block;
	vertical-align: middle
}