*{
	margin: 0;
	padding: 0;
}
body{
    overflow-x:hidden;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
	text-decoration: none;
	color: #505050;
}
a:hover,a:visited{
	text-decoration: none;
    border: none;
}
.header{
    position: relative;
    width: 100%;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.top{
    line-height: 28px;
    padding: 10px 0;
    color: #fff;
}
.top a{
    color: #fff;
}
.top .pull-left > a:after,.top .pull-right > a:after{
    content: "|";
    margin-left: 5px;
}
.top .pull-left > a:last-child:after,.top > .pull-right > a:last-child:after{
    content: "";
}
.banner a>img{
    margin-top: 250px;
}
/*导航条*/
.navbar-collapse{
    padding: 0px;
    background-color: rgba(0,0,0,0.3);
    margin-top: 250px;
}
.navbar-nav{
	width: 100%;
	text-align: center;
}
.navbar-nav>li>a{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.navbar-nav>li>a:focus,.navbar-nav>li>a:hover,.navbar-nav>li>a.on{
    color: #C41A1A;
    -webkit-text-stroke:1px #fff;
    background:none;
}
.navbar-nav li a{
    display: inline-block; 
    padding-top: 15px; 
    padding-bottom: 15px;  
    position: relative;
}
/*搜索框*/
.hysearch{
    position: relative;
}
.navbar-form{
    padding: 0px;
}
.navbar-form .txt{
    width: 100%;
    height: 100px;
    border:15px #D4E7FF solid;
    padding: 25px;
    border-radius: 60px;
    color: #4e90d8;
    font-size: 16px;
}
.navbar-form .sbm{
    height: 100px;
    position: absolute;
    width: 150px;
    background: url(../images/but.png)no-repeat center center;
    border: 0;
    right: 0;
}
.hotkey{
    position: absolute; 
    top: 0; 
    right: 140px; 
    font-size: 1.125em; 
    line-height: 100px;
}
.hotkey span{
    color: #A6A6A6;
}
.hotkey a{
    display: inline-block; 
    margin: 0 5px; 
    padding: 0 15px; 
    line-height: 32px; 
    border-radius: 16px; 
    background: #F3F5F8;
} 
.hotkey:after{
    content: ''; 
    width: 1px; 
    position: absolute; 
    right: -25px; 
    margin:25px 0px;
    top: 0; 
    bottom: 0; 
    background: #E5E5E5;
}
/*头条新闻*/
.ttxw{
    padding-top: 15px;
}
.ttxw h2 a{
    font-size: 32px;
    color: #4e90d8;
    font-weight:bolder;
}
.ttxw span{
    font-size:16px;
    text-align:center;
    display:block;
    margin-top:12px;
    color: #505050;
}
.ttxw span a{
    color: #4e90d8;
}

/*第一部分内容*/
.conter{
    margin-top:20px;
    padding:0px
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 0, 0,.5);
    color: #fff;
    margin-top: -50px;
    line-height: 50px;
    text-indent: 2em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.focus .swiper-slide{
    padding-top:63.96%;
}
.swiper-pagination {
    text-align: right;
    position: absolute;
    z-index: 999;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 98%;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.swiper-pagination-bullet-active{
    width: 35px;
    border-radius: 15px;
    opacity: 1;
}
.focus .swiper-slide,.ztzl .swiper-slide{
    position:relative;
    width:100%;
    height:0;
}
.focus .swiper-slide img,.ztzl .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title{
    display: flex;
    border-bottom: 2px solid #6c94bf;
}
.title ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.title li{
    float: left;
    cursor:pointer;
    line-height: 42px;
}
.title a{
    color: #999;
    font-size: 20px;
    font-weight: bold;
}
.title > a, .title li.on a {
    color: #4e90d8;
}
.nl{
    margin-top: 10px;
}
.nl li {
    display: flex;
    justify-content: space-between;
    line-height: 2.4em;
}
.nl li a {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.nl li span{
    color: #999;
}
.nl li:hover a{
    color: #4e90d8;
}
.nl li:hover span{
    color: #666;
}
.tj{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.tj a{
    background-color: #4e90d8!important;
    line-height: 32px;
    border-radius: 60px;
    padding: 3px 0px 3px 60px;
    color: #fff;
    width: 145px;
    font-size: 16px;
    font-weight: bold;
}
.tj a:hover{
    box-shadow:0px 0px 5px 2px rgb(154, 154, 154);
    color: #fff;
}
.ywtj_btn{
    background: url(../images/files.png)no-repeat;
    background-size:20px;
    background-position:20px;
}
.swtj_btn{
    background: url(../images/file.png)no-repeat;
    background-size:20px;
    background-position:20px;
}
.hydt_btn{
    background: url(../images/mac.png)no-repeat;
    background-size:25px;
    background-position:20px;
}
/*政务公开*/
.nav-item{
	margin-top: 20px;
	display: flex;
    padding: 40px 0px;
    justify-content: space-between; 
}
.item {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    width: 32%;
    line-height: 114px;
    height: 114px;
    text-align: center;
}
.item span{
    padding-left: 15px;
}
.item.zhli,.item.zhli:before{
    height: 126px;
    color: #fff;
}
.item-open {
    background: url(../images/zwgk-bg.png)no-repeat center;
    background-size:100% 100%;
}
.item-service {
    background: url(../images/zwfw-bg.png)no-repeat center;
    background-size:100% 100%;
}
.item-interact{
    background: url(../images/hdjl-bg.png)no-repeat center;
    background-size:100% 100%;
}
.item-open.zhli {
    background: url(../images/zwgk-bg1.png)no-repeat center;
    background-size:100% 100%;
}
.item-service.zhli {
    background: url(../images/zwfw-bg1.png)no-repeat center;
    background-size:100% 100%;
}
.item-interact.zhli{
    background: url(../images/hdjl-bg1.png)no-repeat center;
    background-size:100% 100%;
}
.nav-item a:before {
    font-family: "iconfont" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4e90d8;
    display: inline-block;
}
.nav-item a:nth-of-type(1):before{
    content: "\e636";
}
.nav-item a:nth-of-type(2):before{
    content: "\e663";
}
.nav-item a:nth-of-type(3):before{
    content: "\e63a";
}
.tab3,.tab4{
	height: auto;
	border-bottom:#6c94bf 2px solid;
	padding-left: 0px;
	padding-bottom: 5px;
	}
.tab3 li,.tab4 li{
	float: left;
	margin-top: 10px;
	padding: 10px 10px;
	line-height: 30px;
}
 .tab3 li b,.tab4 li a{
    height: auto;
    display: block;
    font-size: 20px;
    color: #999;
    font-weight: bold;
}
 .tab3 li.on a{
    display: block;
}
.tab3 li a{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
 .tab3 a{
    color: #999;
    font-size: 12px;
    margin-right: 2em;
    flex-grow: 1;
    text-align: right;
    line-height: 70px;
}
.tab3 a:hover{
	color: #4e90d8;
}
 .tab3>b, .tab3 li.on b,.tab4 li.on a{
   color: #4e90d8;
}
.jb li a{
    font-size: 18px;
}
.xxgk{
    margin-top: 10px;
}
.xxgk .link_ul{
	display: inline-block;
}
.xxgk .link_ul li{
	float: left;
	width: 30%;
	line-height: 30px;
	text-align: center;
	margin-left:10px;
}
.xxgk .link_ul li i{
	float: left;
	width:16px;
	height:30px;
	margin-left:4px;
	background:url(../images/arrow.png) no-repeat;
	background-position:0px center;
}
.xxgk .link_ul li.on span {
	color:#C41A1A;
}
.xxgk .link_ul li.on i {
	background-position:-16px center;
	transition:all 0.1s;
	-moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}
.xxgk .icon{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.icon a:nth-of-type(1):before{
    content: "\e842";
}
.icon a:nth-of-type(2):before{
    content: "\e67f";
}
.icon a:nth-of-type(3):before {
    content: "\e604";
}
.icon a:nth-of-type(4):before {
    content: "\e605";
}
.icon a:nth-of-type(5):before {
    content: "\e609";
}
.icon a:nth-of-type(6):before {
    content: "\e61e";
}
.icon a:nth-of-type(7):before {
    content: "\e672";
}
.icon a:nth-of-type(8):before {
    content: "\e62a";
}
.icon a:nth-of-type(9):before {
    content: "\e61a";
}
.icon a:nth-of-type(10):before {
    content: "\e6a9";
}
.icon a:before{
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4e90d8;
    display: block;
	float: left;
}
.icon a{
    background: #fff;
    width: 48%;
	display: flex;
	align-items: center;
    text-align: center;
    margin-top: 8px;
    border-radius: 5px;
	border: 1px solid #4e90d8;
	padding-left: 15px;
}
.icon .on,.icon .on:before,.icon a:hover,.icon a:hover:before{
    color: #fff;
	background-color: #4e90d8;
}
.icon a span{
	padding-left: 10px;
}
/*办雁事*/
.tab5,.tab6,.tab7{
	height: auto;
	width: 98%;
	border-bottom: #6c94bf 2px solid;
	padding-left: 0px;
	padding-bottom: 5px;
	}
.tab5 li,.tab6 li{
	float: left;
	height: auto;
	margin-top: 10px;
	padding: 10px 0;
	line-height: 30px;
}
.tab5 li a,.tab6 li a{
	height: auto;
	display: block;
	font-size: 20px;
	color: #4e90d8;
	font-weight: bold;
}
.con-a2{
	display: block;
	float: right;
	line-height: 30px;
	color: #999;
	margin-top: 10px;
	padding: 10px 10px 0 0; 
	font-size: 12px;
}
.con-a2:hover,.tab7 a:hover{
	color: #4e90d8;
}
/*个人办事*/
.grbs{
	display: flex;
	margin-top: 18px;
}
.grbs a{
	display: block;
	width: 25%;
	height: 60px;
	color: #666;
	text-align: center;
}
.grbs a:hover{
	color: #4e90d8;
}

/*部门办事*/
.bmbs{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.bmbs a{
	text-align: center;
	display: block;
	width: 28%;
	height: 30px;
	line-height: 30px;
	color: #666;
	background-color: #e4f0fa;
}
.bmbs a:hover{
	color: #4e90d8;
}
/*个人办事和法人办事图标*/
.bs-a1:before{
	content: "\e612";
}
.bs-a2:before{
	content: "\e616";
}
.bs-a3:before{
	content: "\e606";
}
.bs-a4:before{
	content: "\e625";
}
.bs-a5:before{
	content: "\e60a";
}
.bs-a6:before{
	content: "\e6ec";
}
.bs-a7:before{
	content: "\e670";
}
.bs-a8:before{
	content: "\e631";
}
.bs-a9:before{
	content: "\e614";
}
.bs-a10:before{
	content: "\e61d";
}
.bs-a11:before{
	content: "\e61f";
}
.bs-a12:before{
	content: "\e641";
}
.bs-a13:before{
	content: "\e61b";
}
.bs-a14:before{
	content: "\e620";
}
.grbs a:before{
	font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
    margin-bottom: 3px;
    color: #4e90d8;
}.grbs a:before{
	font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
    margin-bottom: 3px;
    color: #4e90d8;
}
.wsbsd{
	width: 95%;
	margin: 20px auto 0 auto;
}
.wsbsd a{
	display: block;
	background-color: #eef4f9;
}
.wsbsd a img{
	float: left;
}
.wsbsd a span{
	font-size: 24px;
	line-height: 80px;
	letter-spacing:10px;
	margin-left: 20%;
}
.wsbsd > a > #erwm{
    position: absolute;
    top:-145px;
    display:none;
    z-index:10000;
}
.wsbsd > .togg:hover #erwm{
    display: block!important;
}
/*询雁务*/
.con-5{
	background-color: #f5f7f8;
	border-radius: 5px;
}
.table{
	height: auto;
	width: 98%;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.table table{ 
	width: 100%;
}
table tr{
	font-size: 16px;
	line-height: 45px;
}
table:nth-child(1) tr th{
	text-align: center;
	color: #fff;
}
.tab-1 th:nth-child(2){
	width: 57%;
}
table:nth-child(1) tr{
	background-color: #4e90d8;
}
.tab-2{
	height: 225px;
	
	display: block;
	overflow-y: scroll;
}
table tr td:nth-child(1){
	width: 7%;
	text-align: center;
}
table tr td:nth-child(2){
    width: 45%;
}
table tr td:nth-child(3){
	width: 14%;
	text-align: center;
}
table tr td:nth-child(4){
	width: 12%;
	text-align: center;
}
table tr td a{
	color: #000000;
}
.tab7 li{
	float: left;
	margin-top: 10px;
	padding: 10px 10px;
	line-height: 30px;
}
.tab7 li b{
	color: #4e90d8;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.tab7 li a{
	position: absolute;
	right: 2em;
	top: 0;
	font-size: 12px;
	line-height: 70px;
	color: #999;
}
.myzj{
	margin-top: 10px;
}
.myzj p{
	margin-top: 10px;
}
.myzj p:nth-child(1) a{
	color: #333;
	font-size: 16px;
}
.myzj p:nth-child(2) a{
	color: #999;
}
.myzj p a:hover{
	color: #4e90d8;
}
.myzj:nth-child(2){
	border-top: #6c94bf 2px dashed;
}
.myzj:nth-child(3){
	border-top: #6c94bf 2px dashed;
}
.myzj-ts{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.myzj-ts a{
	width: 32%;
	height: 40px;
	background-color: #6395ec;
	border-radius: 5px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.myzj-ts a:nth-of-type(1):before{
    content: "\e640";
}
.myzj-ts a:nth-of-type(2):before{
    content: "\e653";
}
.myzj-ts a:nth-of-type(3):before {
    content: "\e61c";
}
.myzj-ts a:before{
	font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
    color: #fff;
	padding-right: 5px;
}
.myzj-ts a:hover{
    box-shadow:0px 0px 5px 2px rgb(154, 154, 154);
    color: #fff;
}
/*专题*/
.ztzl{
    margin-top: 20px;
}
.ztzl .swiper-slide {
    padding-top: 9.17%;
}
/*底部*/
.footer{
	padding: 20px 0;
	margin-top: 20px;
}
.friendlink_box{
	padding-bottom: 20px;
	border-bottom: #6c94bf 2px solid;
}
#select{
	display: flex;
	justify-content: space-between;
}
select{
	width: 220px!important;
	border-radius: 10px!important;
	height: 30px!important;
	position: relative;
	box-shadow:3px 3px 4px 0px rgb(199, 199, 199)!important;
    border:1px solid #fff!important;
}
.bottom{
	margin-top: 30px;
}
.bottom p{
	color: #505050;
	font-size: 14px;
}
/*右侧导航按钮*/
.flex {
    left:49%;
    width:70px;
    height:324px;
    margin-left:600px;
    z-index:100;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition:all 1s;
}
.flex ul li a {
    display:inline-block;
    width:100%;
    height:100%;
    text-align: center;
}
.flex ul li a img{
    float:left;
    width:57px;
    height:57px;
    margin:6.5px;
    transition:all ease .25s;
    border-radius:50% !important;
}
.flex ul li:hover a img{
    box-shadow:rgba(0,0,0,.3) 2px 2px 20px;
}
.flex a{
opacity: 0.7;
text-align: center;
}


@font-face {
  font-family: 'iconfont';  /* Project id 4945014 */
  src: url('https://at.alicdn.com/t/c/font_4945014_ax33enxjzfp.woff2?t=1750388042131') format('woff2'),
       url('https://at.alicdn.com/t/c/font_4945014_ax33enxjzfp.woff?t=1750388042131') format('woff'),
       url('https://at.alicdn.com/t/c/font_4945014_ax33enxjzfp.ttf?t=1750388042131') format('truetype');
}
@media (min-width: 1200px) {
	.wsbsd  a span{
		font-size: 20px;
	}
}
@media (min-width: 768px) {
    .navbar-nav{
        display: flex;
        width: 100%;
    }
    .navbar-nav li{
        flex-grow: 1;
        text-align: center;
        position: relative;
    }
}
@media (max-width: 767px) {
    .banner a>img{
        margin-top: 180px;
    }
    .navbar-collapse{
        margin-top: 130px;
    }
    .navbar-nav li{
        float: left;
        width: 50%;
    }
    .navbar-form{
        margin: 0px;
    }
    .form-top{
        top: 240px;
    }
    .banner{
        padding: 20px 0 10px;
    }
    .navbar-nav {
        margin: 10px -15px 25px;
    }
    .form-top {
        bottom: -20px;
        right: 50%;
        transform: translate(50%,0);
    }
    .item{
        padding-left: 16px;
        line-height: 74px;
        height: 74px;
    }
    .item,.nav-item a:before{
        font-size: 14px;
    }
    .item.zhli, .item.zhli:before{
        height:86px;
    }
    .item span{
        padding-left: 8px;
    }
    .hotkey{
        display: none;
    }
    .wsbsd a span{
        letter-spacing:5px;
    }
    .ztzl>.swiper-pagination{
        top: 12px;
    }
    .ztzl>.swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .flex{
        left: 28%;
    }
    #id{
        right: 32%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .nav>li>a{
        padding: 20px 0 0;
    }
    #select select{
        width: 48%!important;
    }
}
@media (max-width: 500px) {
    .navbar-brand{
        padding: 0;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
    }
    .conter {
        padding: 30px 5px;
    }
    .focus li p{
        text-indent: 0;
    }
    .tj a{
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        padding:0 0 0 30px;
        background-size:18px;
        background-position:10px;
    }
    .navbar-brand img{
        width: 300px;
    }
    #select{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #select select{
        width: 48%!important;
    }
    .wsbsd a span {
        margin-left: 6%;
        font-size: 15px;
    }
}