.index-section1 {
  margin-top: 30px;
}

.is1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #edf2ff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.is1-wrap:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.is1-wrap .is1-left {
  width: 123px;
  height: 86px;
  margin-right: 30px;
}
.is1-wrap .is1-left img {
  width: 100%;
  height: 100%;
}
.is1-wrap .is1-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.is1-wrap .is1-right a {
  font-size: 24px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-section3 {
  margin-top: 30px;
}
.index-section3 img {
  width: 100%;
  display: block;
}

.index-section2 {
  margin-top: 40px;
}
.index-section2 .is2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  color: #222222;
}
.index-section2 .is2-wrap .is2-left {
  width: 670px;
}
.index-section2 .is2-wrap .is2-right {
  width: 470px;
  margin-left: 30px;
}
.index-section2 .is2-wrap .is2-right .is2-title-txt {
  color: #336699;
  font-weight: bold;
  font-size: 24px;
}
.index-section2 .is2-wrap .is2-right span {
  font-weight: normal;
  margin-right: 5px;
}
.index-section2 .is2-wrap .is2-right a {
  font-size: 16px;
  color: #666;
}
.index-section2 .is2-wrap .is2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #336699;
  padding-bottom: 6px;
  margin-bottom: 5px;
  line-height: 1.25;
}
.index-section2 .is2-wrap .is2-list .is2-list-item {
  padding: 11px 0px;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-section2 .is2-wrap .is2-list .is2-list-item a {
  font-size: 17px;
  color: #222222;
  font-weight: 400;
  margin: 9px 0;
  line-height: 40px;
  vertical-align: baseline;
}
.index-section2 .is2-wrap .big-swiper {
  height: 400px;
}
.index-section2 .is2-wrap .big-swiper .swiper-button-next, .index-section2 .is2-wrap .big-swiper .swiper-button-prev {
  color: #fff;
}
.index-section2 .is2-wrap .big-swiper .big-swiper-img {
  width: 100%;
  height: 100%;
}
.index-section2 .is2-wrap .big-swiper .big-swiper-title {
  text-align: center;
  width: 100%;
  padding: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-section2 .is2-wrap .big-swiper .big-swiper-title a {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.index-section2 .is2-wrap .small-swiper {
  margin-top: 10px;
  height: 80px;
}
.index-section2 .is2-wrap .small-swiper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.index-section2 .is2-wrap .small-swiper .swiper-slide.swiper-slide-thumb-active::after {
  display: none;
}
.index-section2 .is2-wrap .small-swiper .small-swiper-img {
  width: 100%;
  height: 100%;
}

.index-card {
  position: relative;
}
.index-card .index-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(//www.cqcsrd.gov.cn/templates/2025/3/31/2007270/images/common-menutitlebg.png) no-repeat;
  border-bottom: 1px solid #a7a7a7;
  background-size: contain;
  background-position: left top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 15px 7px 35px;
}
.index-card .index-card-title .ici-txt {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
.index-card .index-card-title .ici-more a {
  font-size: 16px;
  color: #000;
}
.index-card .icc-leader {
  padding: 20px;
  border-radius: 0 0 8px 8px;
  background-color: #edf0fa;
  font-weight: bold;
  background: url(leaderbg.jpg) no-repeat;
  background-size: 100% 100%;
}
.index-card .icc-leader .iccd-top {
  padding: 0 15px 30px;
  padding-top: 0;
  border-bottom: 1px solid #bdbdbd;
}
.index-card .icc-leader .iccd-top-left {
  width: 125px;
  height: 184px;
  border: solid 1px #666666;
}
.index-card .icc-leader .iccd-top-left img {
  width: 100%;
  height: 100%;
}
.index-card .icc-leader .iccd-top-right {
  font-size: 22px;
  padding-left: 60px;
  letter-spacing: 3px;
}
.index-card .icc-leader .iccd-top-right a {
  color: #565151;
}
.index-card .icc-leader .iccd-other {
  margin-top: 10px;
}
.index-card .icc-leader .iccd-other .icc-other-item {
  float: left;
  width: 50%;
  line-height: 26px;
  margin-top: 10px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-card .icc-leader .iccd-other a {
  font-weight: 600;
  font-size: 18px;
  color: #565151;
}
.index-card .icc-list {
  padding: 20px;
  border-radius: 0 0 8px 8px;
  background-color: #edf0fa;
  height: 335.5px;
}
.index-card .icc-list.icc-listspec {
  height: 219.5px;
}
.index-card .icc-list .icc-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 6.35px 0;
  line-height: 26px;
  height: 26px;
}
.index-card .icc-list .icc-list-item:first-child {
  padding-top: 0;
}
.index-card .icc-list .icc-list-item:last-child {
  padding-bottom: 0;
}
.index-card .icc-list .icc-list-item .iccli-img {
  margin-right: 5px;
}
.index-card .icc-list .icc-list-item .iccli-img img {
  width: 16px;
}
.index-card .icc-list .icc-list-item .iccli-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index-card .icc-list .icc-list-item a {
  font-size: 16px;
  color: #565151;
}

.icc-imglist {
  padding-top: 20px;
}
.icc-imglist .icc-imglist-item {
  float: left;
  width: 270px;
  margin-left: 30px;
  display: block;
  color: #565151;
  outline: 0;
}
.icc-imglist .icc-imglist-item .icc-imglist-img {
  width: 100%;
  height: 168.75px;
  border: none;
  outline: 0;
}
.icc-imglist .icc-imglist-item .icc-imglist-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  font-size: 16px;
}
.icc-imglist .icc-imglist-item:first-child {
  margin-left: 0;
}

.one-swiper {
  margin-top: 20px;
  width: 100%;
  height: 236px;
}
.one-swiper .one-swiper-inner {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  color: #565151;
  outline: 0;
  font-size: 16px;
}
.one-swiper .one-swiper-inner .osi-img {
  width: 100%;
  height: 180.25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.one-swiper .one-swiper-inner .osi-txt {
  margin-top: 5px;
  text-align: center;
}
.one-swiper .one-swiper-inner .osi-txt p {
  line-height: 25.6px;
}

.map {
  width: 555px;
  margin: 20px auto 0;
}

.icc-iconlist {
  margin-left: -30px;
  margin-top: 20px;
}
.icc-iconlist .icc-iconlist-item {
  display: block;
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 20px;
  float: left;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  background: #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 165px;
  height: 138.5px;
  position: relative;
}
.icc-iconlist .icc-iconlist-item::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.icc-iconlist .icc-iconlist-item::after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.icc-iconlist .icc-iconlist-item.iccii-flfg::after {
  background-image: url(./falvfagui.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-gzzd::after {
  background-image: url(./guizhangzhidu.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-gfxwj::after {
  background-image: url(./guifanxingwenjian.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-yjsj::after {
  background-image: url(./yanjiushijian.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-cwhgb::after {
  background-image: url(./changweihuigongbao.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-dsj::after {
  background-image: url(./dashiji.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-gzyjzj::after {
  background-image: url(./yijian.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-wxgzh:hover::before{
  display: none!important;
}
.icc-iconlist .icc-iconlist-item.iccii-wxgzh:hover .service-icon{
  display: none!important;
}
.icc-iconlist .icc-iconlist-item.iccii-wxgzh:hover .iccii-txt{
  display: none!important;
}
.icc-iconlist .icc-iconlist-item.iccii-wxgzh::after {
  background-image: url(./wechat.jpg);
}
.icc-iconlist .icc-iconlist-item.iccii-wxgzh:hover::after{
  opacity: 1!important;
}
.icc-iconlist .icc-iconlist-item.iccii-ztch::after {
  background-image: url(./zhuanti.jpg);
}
.icc-iconlist .icc-iconlist-item .service-icon {
  position: relative;
  z-index: 5;
}
.icc-iconlist .icc-iconlist-item .service-icon span:before {
  font-size: 45px;
  color: #0c59db;
}
.icc-iconlist .icc-iconlist-item .iccii-txt {
  color: #000;
  font-size: 20px;
  margin-bottom: 6px;
  position: relative;
  z-index: 5;
}

.index-section4 .is4-wrap {
  margin-left: -30px;
  overflow: hidden;
}
.index-section4 .is4-wrap .index-card {
  float: left;
  width: 100%;
  margin-left: 30px;
  margin-top: 50px;
}
.index-section4 .is4-wrap .index-card.half {
  width: 570px;
}

@media screen and (max-width: 768px) {
  .index-section1, .index-section2, .index-section3 {
    margin-top: 0.3rem;
  }
  .is1-wrap .is1-left {
    width: 1rem;
    height: 0.8rem;
    margin-right: 0.2rem;
  }
  .is1-wrap .is1-right a {
    font-size: 0.3rem;
  }
  .index-section2 .is2-wrap .is2-right span {
    font-size: 0.34rem;
  }
  .index-section2 .is2-wrap .is2-right a {
    font-size: 0.3rem;
  }
  .index-section2 .is2-wrap .is2-list .is2-list-item {
    padding: 0.1rem 0;
  }
  .index-section2 .is2-wrap .is2-list .is2-list-item a {
    font-size: 0.28rem;
    margin: 0.1rem 0;
    line-height: 1.3;
  }
  .index-section2 .is2-wrap .is2-right .is2-title-txt {
    font-size: 0.34rem;
  }
  .index-section2 .is2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-section2 .is2-wrap .is2-left {
    width: 100%;
  }
  .index-section2 .is2-wrap .is2-right {
    margin-left: 0;
    margin-top: 0.3rem;
    width: 100%;
  }
  .index-section2 .is2-wrap .big-swiper {
    height: 4rem;
  }
  .index-section2 .is2-wrap .small-swiper {
    height: 1rem;
  }
  .index-section4 .is4-wrap {
    margin-left: 0;
  }
  .index-section4 .is4-wrap .index-card {
    margin-top: 0.3rem;
    margin-left: 0;
  }
  .index-section4 .is4-wrap .index-card.half {
    width: 100%;
  }
  .index-card .index-card-title {
    padding: 0.02rem 0.1rem 0.02rem 0.5rem;
  }
  .index-card .index-card-title .ici-txt {
    font-size: 0.34rem;
  }
  .index-card .index-card-title .ici-more a {
    font-size: 0.3rem;
  }
  .index-card .icc-leader {
    padding: 0.2rem;
  }
  .index-card .icc-leader .iccd-top {
    padding: 0 0.3rem 0.2rem;
  }
  .index-card .icc-leader .iccd-top-right {
    padding: 0;
    text-align: center;
    font-size: 0.34rem;
  }
  .index-card .icc-leader .iccd-top-left {
    width: 2rem;
    height: 2.4rem;
  }
  .index-card .icc-leader .iccd-other a {
    font-size: 0.28rem;
  }
  .index-card .icc-leader .iccd-other {
    margin-top: 0;
  }
  .index-card .icc-leader .iccd-other .icc-other-item {
    line-height: 1.2;
    margin-top: 0.2rem;
    padding: 0 0.3rem;
  }
  .index-card .icc-list .icc-list-item {
    line-height: 1.3;
    height: auto;
  }
  .index-card .icc-list {
    padding: 0.2rem;
    height: auto;
  }
  .index-card .icc-list.icc-listspec {
    height: auto;
  }
  .icc-imglist {
    padding-top: 0;
  }
  .icc-imglist .icc-imglist-item {
    width: 48%;
    margin-left: 4%;
    margin-top: 0.2rem;
  }
  .icc-imglist .icc-imglist-item:nth-child(odd) {
    margin-left: 0;
  }
  .icc-imglist .icc-imglist-item .icc-imglist-txt {
    font-size: 0.3rem;
  }
  .icc-imglist .icc-imglist-item .icc-imglist-img {
    height: 2rem;
  }
  .one-swiper {
    height: auto;
  }
  .one-swiper .one-swiper-inner {
    padding: 0;
  }
  .one-swiper .one-swiper-inner .osi-img {
    height: 2.5rem;
  }
  .one-swiper .one-swiper-inner .osi-txt p {
    line-height: 1.2;
    font-size: 0.28rem;
  }
  .map {
    width: 100%;
  }
  .icc-iconlist {
    margin-left: 0;
  }
  .icc-iconlist .icc-iconlist-item {
    width: 30%;
    height: 1.5rem;
    margin-left: 0;
    margin-right: 4.5%;
    padding: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .icc-iconlist .icc-iconlist-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .icc-iconlist .icc-iconlist-item .service-icon span:before {
    font-size: 0.4rem;
  }
  .icc-iconlist .icc-iconlist-item .iccii-txt {
    font-size: 0.28rem;
  }
}