<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 内容页表格居中 */
.content_article .ue_table table{margin:0 auto}

.news-box .swiper-container {
  width: 590px;
  height: 370px;
}
 
.nav-wrap .nav-box .nav-list li:nth-of-type(1) a &gt; p {
  color: #2d66a5;
  font-weight: bold;
}
.nav-wrap .nav-box .nav-list li:nth-of-type(2) a &gt; p {
  color: #2d66a5;
  font-weight: bold;
}
.nav-wrap .nav-box .nav-list li:nth-of-type(3) a &gt; p {
  color: #2d66a5;
  font-weight: bold;
}
.nav-wrap .nav-box .nav-list li:nth-of-type(4) a &gt; p {
  color: #2d66a5;
  font-weight: bold;
}
.nav-wrap .nav-box .nav-list li:nth-of-type(5) a &gt; p {
  color: #2d66a5;
  font-weight: bold;
}
.nav-wrap .nav-box .nav-list li:nth-of-type(6) a &gt; p {
  color: #2d66a5;
  font-weight: bold;
} 
.index-page .swiper-button-self {
  display: none;
}
.index-page .swiper-container:hover .swiper-button-self {
  display: block;
}
.news-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next.swiper-button-self {
  transform: rotate(180deg);
  border-radius: 0 4px 4px 0 !important;
}
.swiper-button-prev.swiper-button-self {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 4px 4px 0;
  left: 0;
}
.swiper-button-self:hover {
  background-color: #2d66a5 !important;
}
.swiper-button-next.swiper-button-self {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px 0 0 4px;
  right: 0;
}

.news-box .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-wrap .top-article .look-all {
  display: inline-block;
}

.index-wrap .top-article .look-all:hover {
  color: #2d66a5;
}

.news-box .swiper-slide .title {
  color: #ffffff;
  padding: 15px 18px;
  padding-right: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  box-sizing: border-box;
}

.news-box .swiper-slide .title h2 {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-box .swiper-slide img {
  width: 100%;
  height: 100%;
}

.index-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.index-wrap .index-container {
  background: #fff;
  padding-bottom: 20px;
}

.index-wrap .index-container .top-article {
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #e2e6e8;
}

.index-wrap .index-container .top-article h2 {
  font-size: 32px;
  color: #2d66a5;
  text-align: center;
  line-height: 38px;
  padding-bottom: 10px;
}

.index-wrap .index-container .top-article .art-desc {
  font-size: 18px;
  color: #666666;
}

.index-wrap .index-container .top-article .art-desc .desc-content {
  display: inline-block;
  color: #999;
}

.index-wrap .index-container .top-article .art-desc .desc-content:hover {
  color: #2d66a5;
}

.index-wrap .index-container .news-box {
  padding: 25px 30px;
}

.index-wrap .index-container .news-list-box {
  width: 512px;
  font-size: 0;
/*   padding: 10px 0; */
  position: relative;
  height: 335px;
  overflow: hidden;
}
.index-wrap .index-container .news-list-box .news-tit-bar{
	border-bottom:1px solid #ddd
}
.index-wrap .index-container .news-list-box .news-tit-bar a:first-child + a + a + a + a {
	margin-right:0;
}
.index-wrap .index-container .news-list-box .news-tit-bar a {
  font-size: 20px;
  color: #212121;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  line-height: 1;
  padding-bottom:10px;
}

.index-wrap .index-container .news-list-box .news-tit-bar a.active {
  color: #2d66a5;
  border-bottom: 3px solid #2d66a5;
}

.index-wrap .index-container .news-list-box .news-list-list {
  padding-top: 5px;
  display: none;
}

.index-wrap .index-container .news-list-box .news-list-list.open {
  display: block;
}

.index-wrap .index-container .news-list-box .news-list-list li {
  padding: 10px 0;
}

.index-wrap .index-container .news-list-box .news-list-list li a:hover p,
.index-wrap .index-container .news-list-box .news-list-list li a:hover h3 {
  color: #2d66a5;
}

.index-wrap .index-container .news-list-box .news-list-list li a h3 {
  font-size: 16px;
  color: #212121;
  float: left;
  width: 420px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
}

.index-wrap .index-container .news-list-box .news-list-list li p {
  font-size: 14px;
  color: #999999;
  float: right;
}

.index-wrap .my-bullet {
  width: 20px;
  height: 6px;
  opacity: 0.35;
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
}

.index-wrap .my-bullet-active {
  background: #ffffff;
  opacity: 1;
}

.index-wrap .swiper-pagination-bullets {
  text-align: right;
  bottom: 20px !important;
}

.index-wrap .my-bullet:last-of-type {
  margin-right: 0px;
}

.index-wrap .news-banner .my-bullet:last-of-type {
  margin-right: 20px;
}

.index-wrap .gov-about-box {
  padding: 0 20px 0 30px;
}

.index-wrap .gov-open-box {
  width: 590px;
}
.gov-open-inner {
  border: 1px solid #ddd;
  padding: 0 0 5px 0px;
}

.index-wrap .bar-tit {
  padding-bottom: 20px;
}

.index-wrap .bar-tit h1 {
  font-size: 28px;
  color: #2d66a5;
  font-weight: bold;
}


.index-wrap .bar-tit &gt; a {
  font-size: 16px;
  color: #999;
  margin-top: 9px;
}

.index-wrap .bar-tit &gt; a:hover {
  color: #2d66a5;
}

.index-wrap .gov-open-box .gov-open-content {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title {
  background: #f2f4f7;
  height: 48px;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title li {
  width: 33.33%;
  font-size: 20px;
  color: #212121;
  text-align: center;
  line-height: 48px;
  float: left;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title li.active {
  background: #2d66a5;
  position: relative;
  color: #fff;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title li.active a {
  color: #fff;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title li::after {
  content: "";
  height: 22px;
  width: 1px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title li:nth-of-type(3)::after {
  content: "";
  height: 0;
  width: 0;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title li.active::before {
  content: "";
  background-image: url(../images/blue/16/index_xxgk_arrow_1.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0;
  height: 16px;
}

.index-wrap .gov-open-box .gov-open-content .gov-open-title li.active::after {
  content: "";
  height: 0;
  width: 0;
}

.index-wrap .gov-open-box .gov-open-content .search-box {
  border: 1px solid #ddd;
  margin: 20px 0px 15px 0px;
}

.index-wrap .gov-open-box .gov-open-content .search-box .sel-box {
  width: 99px;
  height: 44px;
  border-right: 1px solid #ddd;
  line-height: 44px;
  text-align: center;
}

.index-wrap .gov-open-box .gov-open-content .search-box .sel-box select:focus {
  outline: none;
}

.index-wrap .gov-open-box .gov-open-content .search-box .sel-box select {
  width: 100%;
  height: 100%;
  border: none;
  color: #2d66a5;
  font-size: 15px;
  color: #2d66a5;
  text-align: center;
  appearance: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/blue/8/zfwjk_arrow_1.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: 85px center;
  padding: 0 18px 0 10px;
}

.index-wrap .gov-open-box .gov-open-content .search-box .sel-box select option {
  text-align: center;
  font-size: 15px;
  color: #2d66a5;
}

.index-wrap .gov-open-box .gov-open-content .search-box .sel-box span {
  font-size: 14px;
  color: #2d66a5;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.index-wrap .gov-open-box .gov-open-content .search-box .sel-box .arrow {
  background-image: url(../images/blue/8/zfwjk_arrow_1.png);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: center center;
  width: 20px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
}

.index-wrap .gov-open-box .gov-open-content .search-box .input-box {
  font-size: 0;
  text-align: justify;
}

.index-wrap .gov-open-box .gov-open-content .search-box .input-box input {
  border: 1px solid #dddddd;
  width: 380px;
  height: 44px;
  display: inline-block;
  border: none;
  vertical-align: middle;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.index-wrap .gov-open-box .gov-open-content .search-box .input-box .search-ico {
  background-image: url(../images/blue/20/index_zfxxgk_search_1.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  display: inline-block;
  width: 60px;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}

.index-wrap .gov-open-box .gov-news-box {
  padding: 0 15px 19px 25px;
  display: none;
}

.index-wrap .gov-open-box .gov-news-box.open {
  display: block;
}

.index-wrap .gov-open-box .gov-news-box li a {
  padding: 5px 0;
  display: block;
}

.index-wrap .gov-open-box .gov-news-box li a:hover h3,
.index-wrap .gov-open-box .gov-news-box li a:hover p {
  color: #2d66a5;
}

.index-wrap .gov-open-box .gov-news-box li a::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.index-wrap .gov-open-box .gov-news-box li a h3 {
  font-size: 16px;
  color: #212121;
  float: left;
  font-weight: normal;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-wrap .gov-open-box .gov-news-box li a p {
  font-size: 14px;
  color: #999999;
  float: right;
}
.index-wrap .open-item-box.l {
  float: left;
  position: relative;
}
.index-wrap .open-item-box.r {
  padding: 0 0 0 0px;
  position: relative;
  float: right;
}

.index-wrap .open-item-box li {
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.index-wrap .open-item-box li:hover .open-detail-item {
  display: block;
  transition: display 0.8s linear;
}

.open-detail-item::-webkit-scrollbar {
  width: 10px;
  background: #f6f6f6;
  border-radius: 20px;
}

.open-detail-item::-webkit-scrollbar-thumb {
  background-color: #2d66a5;
  border-radius: 20px;
}

.open-detail-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.index-wrap .open-item-box li .open-detail-item {
  position: absolute;
  width: 590px;
  height: 140px;
  left: 0px;
  top: 81px;
  padding: 20px 30px;
  box-sizing: border-box;
  overflow-x: auto;
  display: none;
  z-index: 5;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
}

.index-wrap .open-item-box li .open-detail-item::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.index-wrap .open-item-box li .open-detail-item a {
  font-size: 16px;
  color: #212121;
  width: 33.33%;
  padding: 6px 0;
  float: left;
}

.index-wrap .open-item-box li .open-detail-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2d66a5;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.index-wrap .open-item-box li .open-detail-item a:hover {
  color: #2d66a5;
}

.index-wrap .open-item-box li:last-of-type {
  margin-right: 0;
}

.index-wrap .open-item-box li h2 {
  font-size: 16px;
  color: #212121;
  text-align: center;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center 10px;
  padding-top: 50px;
  width: 114px;
  height: 81px;
  box-sizing: border-box;
  background-color: #f2f4f7;
  font-weight: normal;
}
.index-wrap .open-item-box.r li h2 {
  width: 129px;
}
.index-wrap .open-item-box li:hover h2 {
  background-color: #fff;
  border-top: 3px solid #2d66a5;
  transition: background-color 0.1s linear;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.index-wrap .open-item-box.r li:hover h2 {
  border: none;
  background-color: #2d66a5;
  color: #fff;
  transition: none;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center 10px;
  padding-top: 50px;
}
.index-wrap .open-item-box.l li:first-of-type h2 {
  background-image: url(../images/blue/44/xxgk_3.png);
}

.index-wrap .open-item-box.l li:nth-of-type(2) h2 {
  background-image: url(../images/blue/44/xxgk_4.png);
}

.index-wrap .open-item-box.l li:nth-of-type(3) h2 {
  background-image: url(../images/blue/44/xxgk_2.png);
}

.index-wrap .open-item-box.l li:nth-of-type(4) h2 {
  background-image: url(../images/blue/44/xxgk_5.png);
}

.index-wrap .open-item-box.l li:nth-of-type(5) h2 {
  background-image: url(../images/blue/44/xxgk_6.png);
}
.index-wrap .open-item-box.r li:first-of-type h2 {
  background-image: url(../images/blue/changeIndex/44-hdjl_3.png);
}
.index-wrap .open-item-box.r li:first-of-type:hover h2 {
  background-image: url(../images/blue/changeIndex/44-hdj-1-1.png);
}

.index-wrap .open-item-box.r li:nth-of-type(2) h2 {
  background-image: url(../images/blue/changeIndex/44-hdjl_2.png);
}

.index-wrap .open-item-box.r li:nth-of-type(2):hover h2 {
  background-image: url(../images/blue/changeIndex/44-hdjl_2_1.png);
}
.index-wrap .open-item-box.r li:nth-of-type(3) h2 {
  background-image: url(../images/blue/changeIndex/44-hdjl_6.png);
}

.index-wrap .open-item-box.r li:nth-of-type(3):hover h2 {
  background-image: url(../images/blue/changeIndex/44-hdjl_6_1.png);
}

.index-wrap .open-item-box.r li:nth-of-type(4) h2 {
  background-image: url(../images/blue/changeIndex/44-hdjl_7.png);
}
.index-wrap .open-item-box.r li:nth-of-type(4):hover h2 {
  background-image: url(../images/blue/changeIndex/44-hdjl_7_1.png);
}

.index-wrap .gov-info-box {
  padding: 0 15px 10px 15px;
}
.index-wrap .gov-info-box li:nth-of-type(3n) {
  margin-right: 0;
}
.index-wrap .gov-info-box li {
  float: left;
  height: 52px;
  width: 170px;
  box-sizing: border-box;
  background: #f7f8fd;
  border: 1px solid rgba(221, 221, 221, 1);
  opacity: 1;
  line-height: 52px;
  padding: 0 12px;
  padding-right: 0;
  margin-right: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.index-wrap .gov-info-box li:hover {
  background: #2d66a5;
}
.index-wrap .gov-info-box li:hover a {
  color: #fff !important;
}
.index-wrap .gov-info-box li.zfgzbg-1,
.index-wrap .gov-info-box li.xxgklb-1 {
  width: 202px;
}

.index-wrap .gov-open-status .gov-info-box li a {
  font-size: 14px;color:#436ea1;
  text-align: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  /* line-height: 26px; */
}
.index-wrap .gov-open-status .gov-info-box li.zfgzbg-1 a {
  background-image: url(../images/blue/changeIndex/zfgzbg-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.zfgzbg-1:hover a {
  background-image: url(../images/blue/changeIndex/zfgzbg-1-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.xxgk-3-1 a {
  background-image: url(../images/blue/changeIndex/xxgk-3-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.xxgk-3-1:hover a {
  background-image: url(../images/blue/changeIndex/xxgk-3-1-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.xxgk-1-1 a {
  background-image: url(../images/blue/changeIndex/xxgk-1-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.xxgk-1-1:hover a {
  background-image: url(../images/blue/changeIndex/xxgk-1-1-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.xxgklb-1 a {
  background-image: url(../images/blue/changeIndex/xxgklb-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.xxgklb-1:hover a {
  background-image: url(../images/blue/changeIndex/xxgklb-1-1.png);
}

.index-wrap .gov-open-status .gov-info-box li.zfxxgk-1 a {
  background-image: url(../images/blue/changeIndex/zfxxgk-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.zfxxgk-1:hover a {
  background-image: url(../images/blue/changeIndex/zfxxgk-1-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.ggzyjy-1 a {
  background-image: url(../images/blue/changeIndex/ggzyjy-1.png);
}
.index-wrap .gov-open-status .gov-info-box li.ggzyjy-1:hover a {
  background-image: url(../images/blue/changeIndex/ggzyjy-1-1.png);
}
.index-wrap .gov-info-box li a:hover {
  color: #2d66a5;
}

.index-wrap .gov-open-box .one-nectcom .bar-tit h1 {
  background-image: url(../images/blue/32/bt_2.png);
}
.info-open-items {
  padding: 0 20px 0 30px;
}
.index-wrap .one-nectcom {
  width: 530px;
}

.index-wrap .one-nectcom .one-nectcom-box {
  border: 1px solid #ddd;padding:20px;
  padding-bottom: 28px;
}

.index-wrap .one-nectcom .one-nectcom-title {
  height: 55px;background:#f3f8ff;
  margin-top: 5px;
}

.index-wrap .one-nectcom .one-nectcom-title li {
  width: 50%;
  font-size: 20px;
  color: #212121;
  text-align: center;
  line-height: 55px;
  float: left;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.index-wrap .one-nectcom .one-nectcom-title li.active {
  position: relative;background:#dff0fe;
  color: #2d66a5;
}

.index-wrap .one-nectcom .one-nectcom-content {
  padding-top: 20px !important;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
}
.index-wrap .gov-hdjl-box{
	padding: 20px 30px;
}
.index-wrap .gov-hdjl-box .hdjl-con {
    width: 590px;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list{
	border: 1px solid #ddd;
    padding: 20px;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis{
	animation-duration: .3s;
    overflow: hidden;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li {
    width: 48%;
    height: 90px;
    background: #f1f3f6;
    float: left;
    margin: 5px 1% 5px;
    text-align: center;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li a{
	display:block;height:100%;line-height:90px;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li a i.ss1 {
    background: url(../images/icon-1.png) no-repeat;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li a i.ss2 {
    background: url(../images/icon-2.png) no-repeat;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li a i.ss3 {
    background: url(../images/icon-3.png) no-repeat;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li a i.ss4 {
    background: url(../images/icon-4.png) no-repeat;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li a i {
    display: inline-block;vertical-align:middle;
    width: 32px;margin-right:10px;
    height: 32px;
}
.index-wrap .gov-hdjl-box .hdjl-con .hdjl-con-list ul.syhd-lis li a span{
	vertical-align:middle;font-size:18px;
}

.index-wrap .gov-hdjl-box .zxjygg-con {
    width: 530px;
}
.index-wrap .gov-hdjl-box .zxjygg-con .zxjygg-con-list{
	border: 1px solid #ddd;
    padding:20px;
}
.index-wrap .gov-hdjl-box .zxjygg-con .zxjygg-con-list ul li{
	padding: 10px 0;
    overflow: hidden;
}
.index-wrap .gov-hdjl-box .zxjygg-con .zxjygg-con-list ul li a{
	width: 100%;
    padding-bottom: 12px;
    margin: 0px;
}
.index-wrap .gov-hdjl-box .zxjygg-con .zxjygg-con-list ul li a h3{
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #212121;
    float: left;
    width: 80%;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: normal;
}
.index-wrap .gov-hdjl-box .zxjygg-con .zxjygg-con-list ul li a p{
	font-size: 14px;
    color: #999999;
    float: right;
}
.r-map {
  padding: 5px 0px 0px 0;
  width: 236px;
  height: 289px;
  box-sizing: border-box;
  margin-left: 10px;
}
.r-map img {
  width: 100%;
  height: 100%;
}
.index-wrap .one-nectcom .one-nectcom-content.b li a {
  padding: 16px 5px;
}

.index-wrap .one-nectcom .one-nectcom-content.b li a h2 {
  background-image: none !important;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-wrap .one-nectcom .one-nectcom-content.open {
  display: block;
}

.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw-ti li {
  float: left;text-align:center;
  width: 23%;
  margin: 5px 1% ;
  color: #212121;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw-ti{
	overflow:hidden;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw-ti li a img{
 height:60px;margin-bottom:5px;
}

.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw-ti li a {
  display: block;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw-ti li a p{
	font-size:16px;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw-ti li a {
  display: block;
  padding: 10px 0;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw{
	overflow: hidden;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw li {
    float: left;margin:0 1%;
    width: 23%;
    text-align: center;
    line-height: 45px;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw li a{
	color:#fff;font-size:15px;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw li.z1 {
    background: url(../images/sy-fwbt1.png) no-repeat;
    background-size: 100% 100%;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw li.z2 {
    background: url(../images/sy-fwbt2.png) no-repeat;
    background-size: 100% 100%;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw li.z3 {
    background: url(../images/sy-fwbt3.png) no-repeat;
    background-size: 100% 100%;
}
.index-wrap .one-nectcom .one-nectcom-content .sy-zwfw li.z4 {
    background: url(../images/sy-fwbt4.png) no-repeat;
    background-size: 100% 100%;
}
.index-wrap .one-nectcom .one-nectcom-content li:nth-of-type(4n) {
  margin-right: 0;
}

.index-wrap .one-nectcom .one-nectcom-content li a h2 {
  font-size: 16px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center 5px;
  text-align: center;
  padding: 0px 6px;
  padding-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

li.bsfr_frfw_13 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_13.png);
}

li.bsfr_frfw_14 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_14.png);
}

li.bsfr_frfw_15 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_15.png);
}

li.bsfr_frfw_16 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_16.png);
}

li.bsfr_frfw_17 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_17.png);
}

li.bsfr_frfw_18 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_18.png);
}

li.bsfr_frfw_19 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_19.png);
}

li.bsfr_frfw_20 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_20.png);
}

li.bsfr_frfw_21 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_21.png);
}

li.bsfr_frfw_22 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_22.png);
}

li.bsfr_frfw_23 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_23.png);
}

li.churujing h2 {
  background-image: url(../images/blue/32/churujing.png);
}
li.churujing a:hover h2 {
  background-image: url(../images/blue/32/churujing-1.png);
}
li.xiaofeiweiquan h2 {
  background-image: url(../images/blue/32/xiaofeiweiquan.png);
}
li.xiaofeiweiquan a:hover h2 {
  background-image: url(../images/blue/32/xiaofeiweiquan-1.png);
}
li.youdaifuxue a:hover h2 {
  background-image: url(../images/blue/32/youdaifuxue-1.png);
}
li.youdaifuxue h2 {
  background-image: url(../images/blue/32/youdaifuxue.png);
}
li.wenhuatiyu h2 {
  background-image: url(../images/blue/32/wenhuatiyu.png);
}
li.wenhuatiyu a:hover h2 {
  background-image: url(../images/blue/32/wenhuatiyu-1.png);
}
li.zhishichanquan h2 {
  background-image: url(../images/blue/32/zhishichanquan.png);
}
li.zhishichanquan a:hover h2 {
  background-image: url(../images/blue/32/zhishichanquan-1.png);
}

li.renliziyuan h2 {
  background-image: url(../images/blue/32/renliziyuan.png);
}
li.renliziyuan a:hover h2 {
  background-image: url(../images/blue/32/renliziyuan-1.png);
}

li.haiguankouan h2 {
  background-image: url(../images/blue/32/haiguankouan.png);
}

li.haiguankouan a:hover h2 {
  background-image: url(../images/blue/32/haiguankouan-1.png);
}

li.jiaoyukeyan h2 {
  background-image: url(../images/blue/32/jiaoyukeyan.png);
}

li.jiaoyukeyan a:hover h2 {
  background-image: url(../images/blue/32/jiaoyukeyan-1.png);
}

li.zhaobiaopaimai h2 {
  background-image: url(../images/blue/32/zhaobiaopaimai.png);
}

li.zhaobiaopaimai a:hover h2 {
  background-image: url(../images/blue/32/zhaobiaopaimai-1.png);
}

li.jianyanjianyi h2 {
  background-image: url(../images/blue/32/jianyanjianyi.png);
}

li.jianyanjianyi a:hover h2 {
  background-image: url(../images/blue/32/jianyanjianyi-1.png);
}

li.zhiliangjishu h2 {
  background-image: url(../images/blue/32/zhiliangjishu.png);
}

li.zhiliangjishu a:hover h2 {
  background-image: url(../images/blue/32/zhiliangjishu-1.png);
}

li.kejichangxin a:hover h2 {
  background-image: url(../images/blue/32/kejichangxin-1.png);
}

li.kejichangxin h2 {
  background-image: url(../images/blue/32/kejichangxin.png);
}

li.jiaotongyunshu h2 {
  background-image: url(../images/blue/32/jiaotongyunshu.png);
}

li.jiaotongyunshu a:hover h2 {
  background-image: url(../images/blue/32/jiaotongyunshu-1.png);
}

li.farenzhuxiao h2 {
  background-image: url(../images/blue/32/farenzhuxiao.png);
}

li.farenzhuxiao a:hover h2 {
  background-image: url(../images/blue/32/farenzhuxiao-1.png);
}

li.nonglinmuyu h2 {
  background-image: url(../images/blue/32/nonglinmuyu.png);
}

li.nonglinmuyu a:hover h2 {
  background-image: url(../images/blue/32/nonglinmuyu-1.png);
}

li.guotuheguihaujianshe h2 {
  background-image: url(../images/blue/32/guotuheguihaujianshe.png);
}

li.guotuheguihaujianshe a:hover h2 {
  background-image: url(../images/blue/32/guotuheguihaujianshe-1.png);
}

li.yiliaoweisheng h2 {
  background-image: url(../images/blue/32/yiliaoweisheng.png);
}

li.yiliaoweisheng a:hover h2 {
  background-image: url(../images/blue/32/yiliaoweisheng-1.png);
}

li.mingzuzongjiao h2 {
  background-image: url(../images/blue/32/mingzuzongjiao.png);
}

li.mingzuzongjiao a:hover h2 {
  background-image: url(../images/blue/32/mingzuzongjiao-1.png);
}

li.gonganxiaofang h2 {
  background-image: url(../images/blue/32/gonganxiaofang.png);
}

li.gonganxiaofang a:hover h2 {
  background-image: url(../images/blue/32/gonganxiaofang-1.png);
}

li.churujing a:hover h2 {
  background-image: url(../images/blue/32/churujing-1.png);
}

li.churujing h2 {
  background-image: url(../images/blue/32/churujing.png);
}

li.shewaifuwu a:hover h2 {
  background-image: url(../images/blue/32/shewaifuwu-1.png);
}

li.shewaifuwu h2 {
  background-image: url(../images/blue/32/shewaifuwu.png);
}

li.zhaobiaopaimai h2 {
  background-image: url(../images/blue/32/zhaobiaopaimai.png);
}

li.zhaobiaopaimai a:hover h2 {
  background-image: url(../images/blue/32/zhaobiaopaimai-1.png);
}

li.yiliaoweisheng h2 {
  background-image: url(../images/blue/32/yiliaoweisheng.png);
}

li.yiliaoweisheng a:hover h2 {
  background-image: url(../images/blue/32/yiliaoweisheng-1.png);
}

li.minzuzongjiao h2 {
  background-image: url(../images/blue/32/minzuzongjiao.png);
}

li.minzuzongjiao a:hover h2 {
  background-image: url(../images/blue/32/minzuzongjiao-1.png);
}

li.lizhituixiu a:hover h2 {
  background-image: url(../images/blue/32/lizhituixiu-1.png);
}

li.lizhituixiu h2 {
  background-image: url(../images/blue/32/lizhituixiu.png);
}

li.siwangbinzang a:hover h2 {
  background-image: url(../images/blue/32/siwangbinzang-1.png);
}
li.siwangbinzang h2 {
  background-image: url(../images/blue/32/siwangbinzang.png);
}

li.gonggonganquan a:hover h2 {
  background-image: url(../images/blue/32/gonggonganquan-1.png);
}

li.gonggonganquan h2 {
  background-image: url(../images/blue/32/gonggonganquan.png);
}

li.gonggongshiye h2 {
  background-image: url(../images/blue/32/gonggongshiye.png);
}
li.gonggongshiye a:hover h2 {
  background-image: url(../images/blue/32/gonggongshiye-1.png);
}
li.sifagongzheng h2 {
  background-image: url(../images/blue/32/sifagongzheng.png);
}
li.sifagongzheng a:hover h2 {
  background-image: url(../images/blue/32/sifagongzheng-1.png);
}
li.rongzixindai a:hover h2 {
  background-image: url(../images/blue/32/rongzixindai-1.png);
}
li.rongzixindai h2 {
  background-image: url(../images/blue/32/rongzixindai.png);
}
li.diyazhiya h2 {
  background-image: url(../images/blue/32/diyazhiya.png);
}
li.diyazhiya a:hover h2 {
  background-image: url(../images/blue/32/diyazhiya-1.png);
}
li.huanbaolukuai h2 {
  background-image: url(../images/blue/32/huanbaolukuai.png);
}
li.huanbaolukuai a:hover h2 {
  background-image: url(../images/blue/32/huanbaolukuai-1.png);
}
li.luyouguanguang h2 {
  background-image: url(../images/blue/32/luyouguanguang.png);
}
li.luyouguanguang a:hover h2 {
  background-image: url(../images/blue/32/luyouguanguang-1.png);
}
li.yinduiqihoubianhua h2 {
  background-image: url(../images/blue/32/yinduiqihoubianhua.png);
}
li.yinduiqihoubianhua a:hover h2 {
  background-image: url(../images/blue/32/yinduiqihoubianhua-1.png);
}
li.shuiwuqixiang h2 {
  background-image: url(../images/blue/32/shuiwuqixiang.png);
}
li.shuiwuqixiang a:hover h2 {
  background-image: url(../images/blue/32/shuiwuqixiang-1.png);
}
li.wenjiaotiyu h2 {
  background-image: url(../images/blue/32/wenjiaotiyu.png);
}
li.wenjiaotiyu a:hover h2 {
  background-image: url(../images/blue/32/wenjiaotiyu-1.png);
}
li.bsfr_frfw_1 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_1.png);
}

li.bsfr_frfw_2 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_2.png);
}

li.bsfr_frfw_3 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_3.png);
}

li.bsfr_frfw_4 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_4.png);
}

li.bsfr_frfw_5 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_5.png);
}

li.bsfr_frfw_6 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_6.png);
}

li.bsfr_frfw_7 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_7.png);
}

li.bsfr_frfw_8 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_8.png);
}

li.bsfr_frfw_9 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_9.png);
}

li.bsfr_frfw_10 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_10.png);
}

li.bsfr_frfw_11 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_11.png);
}

li.bsfr_frfw_12 h2 {
  background-image: url(../images/blue/32/bsfr_frfw_12.png);
}

li.bsfr_frfw_13 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_13_1.png);
}

li.bsfr_frfw_14 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_14_1.png);
}

li.bsfr_frfw_15 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_15_1.png);
}

li.bsfr_frfw_16 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_16_1.png);
}

li.bsfr_frfw_17 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_17_1.png);
}

li.bsfr_frfw_18 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_18_1.png);
}

li.bsfr_frfw_19 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_19_1.png);
}

li.bsfr_frfw_20 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_20_1.png);
}

li.bsfr_frfw_21 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_21_1.png);
}

li.bsfr_frfw_22 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_22_1.png);
}

li.bsfr_frfw_23 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_23_1.png);
}

li.bsfr_frfw_12 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_12_1.png);
}

li.bsfr_frfw_1 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_1_1.png);
}

li.bsfr_frfw_2 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_2_1.png);
}

li.bsfr_frfw_3 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_3_1.png);
}

li.bsfr_frfw_4 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_4_1.png);
}

li.bsfr_frfw_5 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_5_1.png);
}

li.bsfr_frfw_6 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_6_1.png);
}

li.bsfr_frfw_7 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_7_1.png);
}

li.bsfr_frfw_8 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_8_1.png);
}

li.bsfr_frfw_9 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_9_1.png);
}

li.bsfr_frfw_10 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_10_1.png);
}

li.bsfr_frfw_11 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_11_1.png);
}

li.bsfr_frfw_12 a:hover h2 {
  background-image: url(../images/blue/32/bsfr_frfw_12_1.png);
}
li.yiqingzhuanqu a {
  background: rgba(250, 224, 224, 1);
}
li.yiqingzhuanqu h2 {
  background-image: url(../images/blue/32/yiqingzhuanqu.png);
}
li.hujihukou h2 {
  background-image: url(../images/blue/32/hujihukou.png);
}
li.hujihukou a {
  background: rgba(220, 248, 246, 1);
}
li.fugongfuchan h2 {
  background-image: url(../images/blue/32/fugongfuchan.png);
}
li.fugongfuchan a {
  background: rgba(220, 248, 246, 1);
}
li.huiqizhengce h2 {
  background-image: url(../images/blue/32/huiqizhengce.png);
}
li.huiqizhengce a {
  background: rgba(251, 242, 212, 1);
}
li.huanbaoxiaojingling h2 {
  background-image: url(../images/blue/32/huanbaoxiaojingling.png);
}
li.huanbaoxiaojingling a {
  background: rgba(223, 245, 221, 1);
}
li.hzqz h2 {
  background-image: url(../images/blue/32/hzqz.png);
}
li.hzqz a {
  background: rgba(223, 245, 221, 1);
}
li.dianzishuiwu h2 {
  background-image: url(../images/blue/32/dianzishuiwu.png);
}

li.dianzishuiwu a {
  background: rgba(226, 240, 252, 1);
}
li.budongchandengji h2 {
  background-image: url(../images/blue/32/budongchandengji.png);
}
li.budongchandengji a {
  background: rgba(234, 232, 249, 1);
}
.office-services-wrap .office-services-container .office-services-banshi ul li:nth-of-type(3) a {
  margin-right: 12px;
}

.office-services-wrap .office-services-container ul li:nth-of-type(3) a:nth-of-type(4n) {
  margin-right: 0;
}
.one-nectcom-content-wrap {
  height: 184px;
  overflow: hidden;
}
.one-nectcom-box .hjt-zffw-link{
	display:block;width:100%;
}
.one-nectcom-box .hjt-zffw-link img{
	width:100%;height:120px;
}
.index-wrap .nav-container-1 .my-bullet-active {
  background: #2d66a5 !important;
}
.index-wrap .nav-container-1 .swiper-button-next.nav-self {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0px 4px 4px 0px;
  right: 0;
  transform: rotate(180deg);
}
.index-wrap .nav-container-1 .nav-self {
  display: none;
}
.index-wrap .nav-container-1:hover .nav-self {
  display: block;
  transition: all 1s linear;
}
.index-wrap .nav-container-1 .swiper-button-prev.nav-self {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 4px 4px 0;
  left: 0;
}

.index-wrap .one-nectcom .one-nectcom-bottom {
  padding: 12px 30px;
}

.index-wrap .one-nectcom .one-nectcom-bottom li {
  float: left;
  width: 48.5%;
  margin-right: 9.5px;
}
.index-wrap .one-nectcom .one-nectcom-bottom li:last-of-type {
  margin-right: 0;
}
.index-wrap .one-nectcom .one-nectcom-bottom li:nth-of-type(3n) {
  margin-right: 0;
}

.index-wrap .one-nectcom .one-nectcom-bottom li a {
  padding: 10px 0;
  color: #212121;
  display: block;
}

.index-wrap .one-nectcom .one-nectcom-bottom li a:hover {
  color: #2d66a5;
}

.index-wrap .one-nectcom .one-nectcom-bottom li a span {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #2d66a5;
  border-radius: 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: 10px;
}

.index-wrap .one-nectcom .one-nectcom-bottom li a h2 {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 20px;
}

.index-wrap .one-nectcom .one-nectcom-bottom li:first-of-type a span {
  background-image: url(../images/blue/24/menu_8.png);
}

.index-wrap .one-nectcom .one-nectcom-bottom li:nth-of-type(2) a span {
  background-image: url(../images/blue/24/menu_6.png);
}

.index-wrap .one-nectcom .one-nectcom-bottom li:nth-of-type(3) a span {
  background-image: url(../images/blue/24/menu_9.png);
}

.index-wrap .one-nectcom .one-nectcom-bottom li:nth-of-type(4) a span {
  background-image: url(../images/blue/24/menu_5.png);
}

.index-wrap .one-nectcom .one-nectcom-bottom li:nth-of-type(5) a span {
  background-image: url(../images/blue/24/menu_4.png);
}

.index-wrap .one-nectcom .one-nectcom-bottom li:nth-of-type(6) a span {
  background-image: url(../images/blue/24/menu_7.png);
}
.announ-btns a {
  display: inline-block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  background: #f2f4f7;
  font-size: 16px;
  text-align: center;
  color: #212121;
  margin-right: 5px;
  border: 1px solid #ddd;
}
.announ-btns a:first-of-type::before {
  content: "";
  background: url(../images/blue/24-icon-gwywj.png) no-repeat center center;
  background-size: 24px 24px;
  width: 50px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.announ-btns a:last-of-type::before {
  content: "";
  background: url(../images/blue/24-icon-szfwj.png) no-repeat center center;
  background-size: 24px 24px;
  width: 50px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.nav-container-1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}
/* .nav-container-1 ul {
  padding: 0px 15px 30px 15px;
} */
.index-wrap .one-nectcom .one-nectcom-content ul.b li a h2 {
  padding-top: 0;
}
.index-wrap .nav-container-1 .swiper-pagination-bullets {
  text-align: center;
}
.index-wrap .nav-container-1 .my-bullet {
  background: rgba(0, 0, 0, 0.13);
}
.nav-container-1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper-button-next.nav-self {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px 0 0 4px;
  right: 0;
}
.swiper-button-prev.nav-self {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 4px 4px 0;
  left: 0;
}
.gov-open-swiper .swiper-xxk .swiper-slide .content-slide ul li{
	padding:10px 0;overflow:hidden;
}
.gov-open-swiper .swiper-xxk .swiper-slide .content-slide ul li a {
  width: 100%;
  padding-bottom: 12px;
  margin: 0px;
}
.gov-open-swiper .swiper-xxk .swiper-slide .content-slide ul li a h3{
	font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    color: #212121;
    float: left;
    width: 80%;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: normal;
}
.gov-open-swiper .swiper-xxk .swiper-slide .content-slide{
	padding:18px 15px;
}
.gov-open-swiper .swiper-xxk .swiper-slide ul li a p{
	font-size: 14px;
    color: #999999;
    float: right;
}
.gov-open-swiper .swiper-slide .swiper-inner {
  padding: 0 30px;
}

.gov-open-swiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding-bottom: 40px;
  z-index: 1;
}
.gov-open-swiper .tabs{
	line-height:40px;overflow:hidden;
}
.gov-open-swiper .tabs a{
	width:25%;float:left;text-align:center;font-size:16px;color:#436ea1;box-sizing:border-box;
}
.gov-open-swiper .tabs a.active{
	background:#deefff;font-weight:bold;
}
.index-wrap .gov-open-swiper .my-bullet {
  background: rgba(0, 0, 0, 0.3);
}
.index-wrap .gov-open-swiper .my-bullet-active {
  background: #2d66a5 !important;
}
.index-wrap .gov-open-swiper .swiper-pagination-bullets {
  text-align: center;
}
.gov-open-swiper .swiper-slide a h2 {
  background-size: 56px 56px;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 64px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #212121;
}
.gov-open-swiper .swiper-slide a.zhongdaxiangmu h2 {
  background-image: url(../images/blue/changeIndex/zhongdaxiangmu.png);
}
.gov-open-swiper .swiper-slide a.zhaokaoluyong h2 {
  background-image: url(../images/blue/changeIndex/zhaokaoluyong.png);
}
.gov-open-swiper .swiper-slide a.renshixinxi h2 {
  background-image: url(../images/blue/changeIndex/renshixinxi.png);
}
.gov-open-swiper .swiper-slide a.gongzuobaogao h2 {
  background-image: url(../images/blue/changeIndex/gongzuobaogao.png);
}
.gov-open-swiper .swiper-slide a.shengjigongkai h2 {
  background-image: url(../images/blue/changeIndex/shengjigongkai.png);
}
.gov-open-swiper .swiper-slide a.yingjiguanli h2 {
  background-image: url(../images/blue/changeIndex/yingjiguanli.png);
}
.gov-open-swiper .swiper-slide a.sueijichoucha h2 {
  background-image: url(../images/blue/changeIndex/sueijichoucha.png);
}
.gov-open-swiper .swiper-slide a.shujufabu h2 {
  background-image: url(../images/blue/changeIndex/shujufabu.png);
}
.gov-open-swiper .swiper-slide a.xinwenfabu h2 {
  background-image: url(../images/blue/changeIndex/xinwenfabu.png);
}
.gov-open-swiper .swiper-slide a.zhongdianlingyu h2 {
  background-image: url(../images/blue/changeIndex/zhongdianlingyu.png);
}
.gov-open-swiper .swiper-slide a.zhengfulingdao h2 {
  background-image: url(../images/blue/changeIndex/zhengfulingdao.png);
}
.gov-open-swiper .swiper-slide a.zhengfujigou h2 {
  background-image: url(../images/blue/changeIndex/zhengfujigou.png);
}
.gov-open-swiper .swiper-slide a.zhengfuwenjian h2 {
  background-image: url(../images/blue/changeIndex/zhengfuwenjian.png);
}
.gov-open-swiper .swiper-slide a.zhengfugongbao h2 {
  background-image: url(../images/blue/changeIndex/zhengfugongbao.png);
}
.gov-open-swiper .swiper-slide a.zhengcejiedu h2 {
  background-image: url(../images/blue/changeIndex/zhengcejiedu.png);
}
.gov-open-swiper .swiper-slide a.changwuhuiyi h2 {
  background-image: url(../images/blue/changeIndex/changwuhuiyi.png);
}
.gov-open-swiper .swiper-slide a.guihuaxinxi h2 {
  background-image: url(../images/blue/changeIndex/guihuaxinxi.png);
}
.gov-open-swiper .swiper-slide a.tongjixinxi h2 {
  background-image: url(../images/blue/changeIndex/tongjixinxi.png);
}
.gov-open-swiper .swiper-slide a.yusuanjuesuan h2 {
  background-image: url(../images/blue/changeIndex/yusuanjuesuan.png);
}
.gov-open-swiper .swiper-slide a.zhengfucaigou h2 {
  background-image: url(../images/blue/changeIndex/zhengfucaigou.png);
}
.gov-open-swiper .swiper-slide a {
  
}

.index-wrap .gov-open-swiper .swiper-button-next.swiper-button-open {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0px 4px 4px 0px;
  right: 0;
  transform: rotate(180deg);
}
.index-wrap .gov-open-swiper .swiper-button-open {
  display: none;
  top: 80px;
}
.index-wrap .gov-open-swiper:hover .swiper-button-open {
  display: block;
  transition: all 1s linear;
}
.index-wrap .gov-open-swiper .swiper-button-prev.swiper-button-open {
  background-image: url(../images/blue/lbt_arrows_left.png);
  background-size: 24px 24px;
  width: 40px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 4px 4px 0;
  left: 0;
}
</pre></body></html>