/*轮播图*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-pagination {
  position: absolute;
  text-align: right;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: .7rem;
  height: .7rem;
  display: inline-block;
  border-radius: 100%;
  background: #e23637;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #dd1717 !important;
}

.swiper-top {
  width: 100%;
}

.swiper-top-margin {
  margin-top: 2.2rem;
}

.swiper-top img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-top .swiper-pagination {
  bottom: 1.5rem;
  right: 3%;
}

.swiper-top .swiper-pagination span {
  margin-left: .6rem;
}

.swiper-top .swiper-wrapper .swiper-slide .swiper-title {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: .7rem;
  width: 92%;
  padding: .2rem 4%;
}

.swiper-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.swiper-info span {
  width: 78%;
  display: block;
  font-size: 1.4rem;
  margin-left: 3%;
}

.swiper-vertical {
  width: 100%;
  height: 6rem;
  margin-top: 1rem;
  overflow: hidden;
  border-bottom: .5rem solid #eee;
  text-align: center;
}

.swiper-vertical a.swiper-slide {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5em;
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.index-zw a {
  width: 47%;
  height: 8.8rem;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #eee;
  margin-top: 1.5rem;
}

.index-zw a img {
  width: 2.6rem;
  margin: 1.5rem 0;
}

.index-zw a:nth-child(even) {
  float: right;
}

.index-search {
  width: 94%;
  background-color: #f5f5f5;
  padding: 3%;
  margin-bottom: 2rem;
}

.index-search input {
  width: 75%;
  height: 2.8rem;
  border: 1px solid #d3d3d3;
  text-indent: 1rem;
  color: #999;
  background: #fff url(search-1.png) no-repeat 98% center;
  background-size: 1.6rem auto;
}

.index-search a {
  width: 20%;
  height: 2.8rem;
  display: inline-block;
  background-color: #fbebd1;
  color: #e23637;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2.8rem;
  margin-left: 5%;
  border-bottom: .2rem solid #eae7e2;
  border-radius: .5rem;
}

.index-btn {
  width: 48%;
  height: 4.5rem;
  background-color: #f7d8d8;
  font-size: 1.6rem;
  color: #e23637;
  text-align: center;
  line-height: 4.5rem;
  display: inline-block;
  border-radius: .5rem;
  margin: 1.5rem 0;
}

.index-btn img {
  width: 2.4rem;
  position: relative;
  top: .5rem;
  margin-right: 1rem;
}

.swiper-pics {
  margin: 1.5rem 3% 2.5rem 3%;
  height: 6.4rem;
  position: relative;
  overflow: hidden;
}

.swiper-pics .swiper-slide img {
  width: 100%;
}

.swiper-botton {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 40%;
  background-size: 100%;
  z-index: 2;
}

.swiper-button-next {
  background-image: url(w-arrow-right.png);
  right: 0;
}

.swiper-button-prev {
  background-image: url(w-arrow-left.png);
  left: 0;
}

.btn-hd {
  width: 30%;
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 2rem;
}

.btn-hd img {
  width: 100%;
}

.leader {
  margin-top: 2rem;
}

.leader-pic {
  width: 33%;
  display: inline-block;
}

.leader-pic img {
  width: 100%;
  height: 100%;
}

.leader-info {
  width: 63%;
  display: inline-block;
  float: right;
}

.leader-name {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 2rem 0;
}

.leader-name span {
  font-size: 1.8rem;
  font-weight: normal;
}

.leader-memo {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #666;
  height: 6.5rem;
  overflow: hidden;
}

.zwicon {
  display: none;
}

.index-zw1 a {
  border: 0;
  background: url(zw-bg.png) no-repeat center;
  background-size: cover;
}

.index-zw1 a img {
  width: 2.6rem;
}

.index-zw1 a:active {
  background-image: url(zw-bg0.png);
  color: #fff;
}

.index-zw1 a:active img {
  display: none;
}

.index-zw1 a:active img.zwicon {
  display: inline-block;
}

.zw-btn a {
  background-color: #fff;
  border: 1px solid #e23637;
  font-size: 1.4rem;
}

.zw-btn a:nth-child(even) {
  float: right;
}

.zw-btn a:active img {
  display: none;
}

.zw-btn a:active {
  background-color: #e23637;
  color: #fff;
}

.zw-btn a:active img.zwicon {
  display: inline-block;
}

.mail-list {
  margin-top: 2rem;
}

.mail-list a {
  border-bottom: 1px solid #eee;
}

.mail-list a .ell {
  width: 100%;
}

.mail-list a .list-time {
  display: block;
  float: none;
  padding: 1rem 0 0;
  text-align: right;
}

.mail .btn-hd {
  margin-bottom: 0;
}

.mail-btn {
  width: 94%;
  margin: 0 auto 2rem auto;
}

.mail-btn a {
  width: 100%;
  height: 4.5rem;
  background-image: url(mail-bg.png);
  background-size: 100% 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  color: #e23637;
  margin-top: 1.5rem;
  line-height: 4.5rem;
}

.mail-btn a img {
  width: 2.5rem;
  margin-right: 1rem;
  position: relative;
  top: .7rem;
}

.text-list a {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-list a .dot {
  position: absolute;
  left: 0;
  top: 1rem;
}

.text-list a:last-child {
  border-bottom: 0;
}

.text-list a p {
  /*height: 5rem;*/
  width: 96%;
  padding-left: 4%;
}

.text-list a .list-time {
  /*position: absolute;
  right: 0;
  bottom: 0.3rem;*/
}

.leader-list {
  padding: 1.5rem;
  margin: 1.5rem 0;
  background-color: #f5f5f5;
}

.leader-first {
  text-align: center;
}

.leader-list a {
  width: 33%;
  display: inline-block;
  margin: 1rem 8%;
}

.leader-list .pic-57 {
  width: 100%;
  border: .5rem solid #fff;
}

.leader-list .se-name {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2rem;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: .6rem;
}

.leader-list .se-duty {
  font-size: 1.2rem;
  line-height: 1.5rem;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.leader-first {
  display: block;
}

.leader-detail {
  background-color: #fff;
  margin: 0;
}

.leader-detail.in-title {
  margin: 0 auto;
}

.detail-info {
  padding: 1.5rem 0;
}

.detail-info p {
  font-size: 1.2rem;
  line-height: 2rem;
  text-indent: 2em;
}

.mr0 {
  margin-right: 0;
}

/* 首页走进 */


.zjp {
  display: inline-block;
  /* width: 35.05rem; */
  /* height: 19.45rem; */
  width: 100%;

}

.zjp img {
  width: 100%;
}

.text {
  line-height: 3.2rem;
  color: #666666;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.index-bar {
  margin-bottom: 2.5rem;
}

.index-bar a {
  display: inline-block;
  width: 16.3rem;
  height: 5.8rem;
  margin-right: 0.62rem;
  margin-left: 0.62rem;
  background-color: #f7d8d8;
  border-radius: 0.3rem;
  margin-top: 1.3rem;

}

.index-bar a img {
  width: 24%;
  margin-top: 0.9rem;
  margin-left: 2.35rem;
}

.index-bar a span {
  display: inline-block;
  font-size: 1.3rem;
  color: #e33a1e;
  font-weight: bold;
  margin-left: 1.3rem;
  margin-top: 2.25rem;
}

/* 政府信息公开指南 */
.index-title3 {
  height: 3.2rem;
  line-height: 3.2rem;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 1.25rem .5rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.index-title3 .tit.cur {
  color: #c50001;
  font-weight: bold;
  padding-left: .8rem;
  background: url(w12-bg6.png) left 1.1rem no-repeat;
  background-size: .25rem 1.2rem;
}

.gkzn-l {
  padding-left: 7%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0;
}

.gkzn-l a {
  display: inline-block;
  /* width: 15rem; */
  width: 42%;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #333333;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
  background: #ecf3fa;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-gap {
  height: .6rem;
  background: #f0f0f0;
}

.index-more {
  text-align: center;
  margin: 0 1.25rem;
  border-top: .05rem solid #e1e1e1;
  padding-top: 1.1rem;
  padding-bottom: 1.4rem;
}

.index-more a {
  display: inline-block;
  color: #c50001;
  font-size: 1.3rem;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}

.index-title3 .tit {
  display: inline-block;
  color: #888888;
  font-size: 1.6rem;
  margin-right: 2.5rem;
}

/* 走进 */
.zj-info {
  padding: 3.2rem 2rem 1.5rem;
}

.zj-info .img img {
  width: 100%;
}

.zj-info .text {
  line-height: 2.7rem;
  color: #666666;
  font-size: 1.3rem;
  padding: .8rem .5rem 0;
}

.zj-info .text a {
  display: inline-block;
  color: #ff5a00;
}

.sec-zj-bar {
  background: none;
}

.index-zj-bar {
  text-align: center;
  /* background: #f7f7f7; */
  margin: 0 1.3rem;
  padding-top: .8rem;
  padding-bottom: .9rem;
}

.sec-zj-bar a {
  margin-bottom: 2rem;
}

.index-zj-bar a {
  display: inline-block;
  color: #575757;
  font-size: 1.2rem;
  margin: 0 4.2%;
}

.sec-zj-bar img {
  width: 4.8rem;
  margin-bottom: .5rem;
}

.mt10 {
  margin-top: 1rem;
}