@charset "utf-8";
/* CSS Document */
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}  /*让这些的标签内外边距都是0*/
fieldset, img {
	border: none;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: '微软雅黑';
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 14px;
	margin: 0;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
}
body {
	color: #4D4D4D;
	font: 14px '微软雅黑';
}
a {
	color: #4D4D4D;
	text-decoration: none;
	font-size: 14px;
}
img {
	vertical-align: middle;
}
i {
	font-style: normal;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
	clear: both;
}
.clearfix {
	*zoom: 1
}
.fll {
	float: left;
}
.flr {
	float: right;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
/*以下是页面代码*/
input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #B6B6B6;
}
 input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #B6B6B6;
}
 input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #B6B6B6;
}
 input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #B6B6B6;
}

.wrap {
	width: 1280px;
	margin: 0 auto;
}
.index-header {
	width: 100%;
	position:relative;
}
.banner img{
	width: 100%;
	height: auto;
}
.h-search {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 3px;
}
.h-search input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
}
.h-search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 3px;
	background: #fff url("../images/search1.png") center no-repeat;
	cursor: pointer;
}


.time{
	width: auto;
	height: auto;
	padding-top: 12px;
}

.wza{
	width: auto;
	height: auto;
	padding-top: 12px;
	margin-left: 20px;
}

.wzsyx{
	width: auto;
	height: auto;
	padding-top: 10px;
	margin-left: 15px;
}

.t-search {
	width: 20%;
	position: relative;
	background: #fff;
	border-radius: 3px;
	border: solid 1px #c1bdbd;
	top: 4px;
	margin-left: 40px;

}
.t-search input {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
}
.t-search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 35px;
	border: none;
	border-radius: 3px;
	background: #fff url("../images/search1.png") center no-repeat;
	cursor: pointer;
}

.header-top-nav {
	width: 100%;
	background: #fdfbfc;
	overflow: hidden;
}
.top-nav-content {
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
}
.top-nav-content li {
	width: auto;
	height: 25px;
	line-height: 25px;
	float: right;
	/* text-align: center; */
	padding: 0px 10px;
}
.top-nav-content li a {
	display: inline-block;
	width: 100%;
	color: #454545;
	font-size: 14px;
    height: 25px;
    line-height: 25px;
}

.header-nav {
	width: 100%;
	background: #2258a9;
	overflow: hidden;
}
.nav-content {
	overflow: hidden;
	box-sizing: border-box;
}
.nav-content li {
	width: 20%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
}
.nav-content li a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-right: 1px solid #fff;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
}
.nav-content li a img{
	width: 20px;
	margin-right: 5px;
}
.nav-content li:nth-of-type(1) img{
	margin-top: -3px;
}
.nav-content li.on {
	background: #093b87;
}
.main-content {
	padding: 30px 40px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.left-banner {
	width: 600px;
	height: 340px;
}
/*banner轮播*/
.slider {
	width: 100%;
	height: 340px;
	overflow: hidden;
	position: relative;
}
.slider ol {
	position: absolute;
	right: 10px;
	bottom: 0;
	height: 40px;
	line-height: 40px;
}
.slider ol li {
	height: 6px;
	width: 14px;
	display: inline-block;
	background: #fcf2f1;
	margin: 0 2px;
}
.slider ol .on {
	background: #f2381f;
}
.slider ul {
	width: 600px;
	float: left;
	position: relative;
}
.slider ul li {
	position: absolute;
	left: 0;
	top: 0;
}
.slider ul li img {
	width: 100%;
	height: 340px;
}
.slider p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding-left: 10px;
	box-sizing: border-box;
}
.right-content {
	width: 550px;
	margin-left: 50px;
	height: 335px;
	overflow: hidden;
}
.list-tab {
	border-bottom: 1px solid #97A3B1;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.list-tab .more {
	color: #3E8AE7;
	font-size: 16px;
	float: right;
}
.list-tab span {
	font-weight: 400;
	font-size: 20px;
	padding: 0px 10px 5px 10px;
	cursor: pointer;
}

.list-tab span a {
    font-size: 20px;
}

.list-tab span.on {
	color: #1b5eaf;
	border-bottom: 3px solid #71A8E8;
}

.list-info {
    height: 200px;
}

.list-info li {
	overflow: hidden;
	line-height: 32px;
	font-size: 16px;
}
.list-info p:nth-of-type(1) {
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.list-info p:nth-of-type(2) {
	float: right;
	color: #666;
}
.content-2 {
	margin-top: 40px;
}
.banner-bd li a {
	display: inline-block;
	margin-right: 26px;
	float: left;
}
.banner-bd li a:nth-of-type(4) {
	margin-right: 0;
}
.banner-bd{ 
	width: 1200px; 
	height: 80px; 
	position: relative; 
  overflow: hidden;
}
.banner-bd ul {
	width: 6500px; 
	position:absolute;
	left:0;
	top:0;
}
.banner-bd ul li{
	float: left;
}
.pre-prev{
	display: inline-block;
	width: 30px;
	height: 60px;
	background:url("../images/l.png") no-repeat;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -30px;
}
.pre-next {
	width: 30px;
	height: 60px;
	background:url("../images/r.png") no-repeat;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
}
.nav-link{
	height: 70px;
	line-height: 70px;
	background: #f6f9fe;
	padding:0 40px;
	box-sizing: border-box;
	font-size: 16px;
}
.nav-link li{
	float: left;
	margin: 0 20px;
}
.nav-link li i{
	width: 12px;
	height: 8px;
	background: url("../images/d.png") no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 15px;
}
/* .footer-content{
	text-align: center;
	padding: 30px 0;
	position: relative;
}
.footer-content p{
	line-height: 24px;
}
.footer-content p img{
	margin-right: 10px;
} */
/* .footer-img {
	position: absolute;
	left: 50px;
	top: 20px;
} */
.h-bg{
	margin-top: 30px;
	margin-bottom: 30px;
}
.new-list, .zw-open{
	width: 750px;
	height: 390px;
	padding: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-right: 40px;
	overflow: hidden;
}
.work-list, .zw-interact{
	width: 410px;
	height: 390px;
	padding: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	overflow: hidden;
}
.til-h2{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color:#2468b1;
	margin-bottom: 15px;
	background: url("../images/xx.png") center repeat-x;
}
.til-h2 span{
	display: inline-block;
	background: #fff;
	padding-right: 12px;
}
.work-pic img{
	width: 100%;
	height: auto;
}
.work-info{
	margin-top: 30px;
}
.work-info a{
	float: left;
	width: 30%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	border: 1px solid #9bb3d9;
	box-sizing: border-box;
}
.center-a{
	margin: 0 5%;
}
.zw-content{
	margin-top: 30px;
}
.zw-nav{
	border: 1px solid #b1cde5;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	color: #2468b1;
	font-size: 17px;
	font-weight: bold;
}
.zw-nav a{
	color: #2468b1;
	font-size: 17px;
	font-weight: bold;
	padding: 0 28px;
}
.interact-icon{
	margin-top: 50px;
	overflow: hidden;
}
.interact-icon li{
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 40px;
}
.interact-icon li p{
	font-size: 18px;
	margin-top: 10px;
}
.ixPart7-slide {
  margin-top: 20px;
	margin-bottom: 20px;
}
.ixPart7 .slick-arrow.pre-prev {
    left: 30px;
}
.ixPart7 .slick-arrow.pre-next {
    right: 0px;
}
.ixPart7 .img {
    display: block;
    margin: 0 30px;
}
.ixPart6 {
	background:#f6f9fe;
	padding: 20px 0;
}
.ixPart6 .tit {
	width: 109px;
	line-height: 30px;
	border-right: 1px solid #999;
	padding-left: 40px;
}
.ixPart6 .linkCon {
	width: 1000px;
	color: #444;
	font-size: 14px;
}
.ixPart6 .linkCon .cusSelect {
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
	background: url(../images/d.png) no-repeat right center;
	padding-right: 20px;
	display: inline-block;
}
.ixPart6 .linkCon .cusTitle {
	font-size: 14px;
	color: #444;
	line-height: inherit;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ixPart6 .linkCon .cusOpSet {
	display: none;
	min-width: 100%;
	max-height: 322px;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	overflow-y: auto;
	background-color: #fff;
	z-index: 100;
	box-sizing: border-box;
}
.ixPart6 .linkCon .cusOption {
	width: auto;
	line-height: 32px;
	font-size: inherit;
	background-color: inherit;
	padding: 0;
	white-space: nowrap;
}
.ixPart6 .linkCon .cusOption a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 0 10px;
}
.ixPart6 .linkCon .cusOption:hover {
	background-color: #2f6ea2;
	color: #fff;
}

/**办事服务**/
.bsfw-icon{
	margin-top: 50px;
	overflow: hidden;
}
.bsfw-icon li{
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 40px;
}
.bsfw-icon li p{
	font-size: 18px;
	margin-top: 10px;
}


/**栏目概览**/
.current-menu{
	height: 45px;
	line-height: 45px;
	/*padding-left: 40px;*/
}

.column-content{
	width: 20%;
}

.column-list ul li{
	line-height: 45px;
	border: 1.1px solid #dadada;
	margin-top: -1px;
	padding-left: 30px; 
}

.column-list ul li a{
	font-size: 16px;
}

.gailan-on{
	border-left: 6px solid #2473c2 !important;
}

.gailan-on a{
	color: #2473c2;
	font-weight:bold;
}

.published-content{
	width: 80%;
}

.published-content ul li {
	margin-left: 50px;
	line-height: 40px;
	height: 40px;
}

.published-content li i {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.published-content ul li p{
	width: 735px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.published-content ul li a{
	font-size: 16px;
}

.published-content ul li span {
	float: right;
	width: 100px;
	text-align: right;
}

#page-div{
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: center;
}

.page-btn{
	width:36px;
	height: 30px;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: #e2e2e2;
}

.page-btn.first{
	width:65px;
}

.page-btn.prev{
	width:65px;
}

.page-btn.next{
	width:65px;
}

.page-btn.last{
	width:65px;
}

.current{
	background-color: #3e8be7;
	color: #fff;
}

/**首页**/
.header-content{
	width: 18%;
    position: absolute;
    top: 26%;
    left: 58%;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 5px 0px rgba(221, 221, 221, 0.9)
}


/**细览页面**/
.container {
	padding: 30px 40px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.title {
	width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.subtitle {
    font-size: 14px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 22px;
}

.content{
	width: 100%;
	height: 100%;
	margin-top: 30px;
	line-height: 30px;
}

/**网站地图**/
.wzdt-content{
	padding: 30px 40px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.wzdt-list{
	margin-top: 20px;
	overflow: hidden;
}
.wzdt-list ul{
	margin-top: 30px;
}

.wzdt-list li{
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 40px;
}
.wzdt-list li p{
	font-size: 14px;
	margin-top: 10px;
}

.wzdt-title{
	font-size: 14px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 5px #2673c2 solid ;
}