html,
body,
.cjfwzt_container {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.14rem;
}

.zwfw-main {
  width: 12rem;
  padding: .1rem .2rem .52rem;
  background: #fff;
  margin: 0 auto .3rem;
}

.cjfwzt_allpage {
  overflow: hidden;
  background: url(sn_zwfw_hbg.png) no-repeat top center;
  background-size: 100%;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #333;
  display: inline-block;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.cjfwzt_container {
  width: 100%;
  margin: 0.1rem auto 0.5rem auto;
  overflow: hidden;
}

.s_cjfwzt_tit2 {
  width: 12rem;
  height: 0.6rem;
  margin: 0.1rem auto 0 auto;
}

.s_cjfwzt_tit2 li a {
  font-size: 0.3rem;
  color: #333;
  font-weight: 800;
  text-align: center;
  float: left;
  display: block;
  background-color: rgb(0 0 0 / 7%);
  width: calc(33% - 0.01rem);
  padding: 0.2rem 0;
  border-right: 0.01rem solid #FFF;
}

.s_cjfwzt_tit2 li:last-child a {
  border-right: 0rem;
  width: 34%;
}

.s_cjfwzt_tit2>li.cur a {
  color: #115DB2;
  background: rgb(0 0 0 / 7%) url(sn_zwfw_curbg.png) no-repeat bottom;
  background-size: 100%;
}

.s_cjfwzt_con2>dl {
  display: none;
}

.s_cjfwzt_con2>dl.cur {
  display: block;
}

.cjfwzt_timeline {
  width: 12rem;
  background: rgb(255 255 255 / 30%) url(sn_zwfw_1.png) no-repeat center;
  margin: 0 auto;
}

.cjfwzt_timeline .swiper-container {
  height: 6rem;
  width: 100%;
  position: relative;
}

.cjfwzt_timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.cjfwzt_timeline .swiper-slide {
  position: relative;
  color: #000;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cjfwzt_timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
}

.cjfwzt_timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 5rem;
  right: 50%;
  top: 13%;
  font-size: 0.12rem;
  z-index: 2;
}

.cjfwzt_timeline .swiper-slide .cjfwzt_timeline-bigtit {
  display: block;
  font-weight: 800;
  font-size: 0.38rem;
  margin-bottom: 0.5rem;
  -webkit-transform: translate3d(0.2rem, 0, 0);
  transform: translate3d(0.2rem, 0, 0);
  color: #38586e;
  opacity: 0;
  transition: .2s ease .4s;
}

.cjfwzt_timeline .swiper-slide .cjfwzt_timeline-bigtit i {
  width: 0.1rem;
  height: 0.1rem;
  border: 100px solid #000;
  border-top-color: red;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.cjfwzt_timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 0.34rem;
  margin: 0 0 0.3rem;
  opacity: 0;
  -webkit-transform: translate3d(0.2rem, 0, 0);
  transform: translate3d(0.2rem, 0, 0);
  transition: .2s ease .5s;
}

.cjfwzt_timeline .swiper-slide .cjfwzt_timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(0.2rem, 0, 0);
  transform: translate3d(0.2rem, 0, 0);
  transition: .2s ease .6s;
}

.cjfwzt_timeline .swiper-slide .cjfwzt_timeline-text li {
  float: left;
  margin: 0.2rem 0.3rem 0 0;
  padding: 0.05rem 0.15rem;
  text-align: center;
  background-color: #81d0e1;
  border-radius: 0.5rem;
}

.cjfwzt_timeline .swiper-slide .cjfwzt_timeline-text li a {
  font-size: 0.2rem;
  color: #fff;
}

.cjfwzt_timeline .swiper-slide-active .cjfwzt_timeline-bigtit {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}

.cjfwzt_timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}

.cjfwzt_timeline .swiper-slide-active .cjfwzt_timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}

.cjfwzt_timeline .swiper-pagination {
  width: 80%;
  left: 10% !important;
  top: 13%;
  height: 0.5rem;
  display: none;
  justify-content: center;
  font-weight: 300;
  font-size: 0.18rem;
  z-index: 1;
}

.cjfwzt_timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 0;
  height: 100%;
  width: 0.01rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.cjfwzt_timeline .swiper-pagination-bullet {
  width: 1.62rem;
  height: 0.25rem;
  text-align: center;
  opacity: 1;
  background-color: #8393ac;
  color: #fff;
  margin: 0 0.15rem !important;
  position: relative;
  border-radius: 0.2rem;
  padding: 0.05rem;
}

.boom1 .swiper-pagination-bullet i {
  width: 0;
  height: 0;
  position: absolute;
  top: 0.35rem;
  left: calc(50% - 0.08rem);
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.1rem solid #8393AC;
}

.boom2 .swiper-pagination-bullet i {
  width: 0;
  height: 0;
  position: absolute;
  top: 0.35rem;
  left: calc(50% - 0.08rem);
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.1rem solid #8393AC;
}

/*point cur*/
.boom1 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0.44rem;
  left: calc(50% - 0.05rem);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background-color: #115DB2;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s;
  border: 2px solid #fff;
}

.boom2 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0.44rem;
  left: calc(50% - 0.05rem);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background-color: #115DB2;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .2s;
  border: 2px solid #fff;
}

.cjfwzt_timeline .swiper-pagination-bullet-active {
  background-color: #115DB2;
  font-weight: bold;
}

.cjfwzt_timeline .swiper-pagination-bullet-active i {
  border-top: 0.1rem solid #115DB2;
}

.cjfwzt_timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cjfwzt_timeline .swiper-button-next,
.cjfwzt_timeline .swiper-button-prev {
  background-size: 0.2rem 0.2rem;
  top: 15%;
  width: 0.14rem;
  height: 0.3rem;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}

.cjfwzt_timeline .swiper-button-prev {
  left: 8%;
  background-image: url(sn_zwfw_left.png);
}

.cjfwzt_timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-0.03rem);
  transform: translateX(-0.03rem);
}

.cjfwzt_timeline .swiper-button-next {
  right: 8%;
  background-image: url(sn_zwfw_right.png);
}

.cjfwzt_timeline .swiper-button-next:hover {
  -webkit-transform: translateX(0.03rem);
  transform: translateX(0.03rem);
}

.top {
  width: 100%;
  height: 1.7rem;
  background: url(top.png) center no-repeat;
}

.bottom {
  width: 100%;
  height: 1.2rem;
  background: url(bottom.png) center no-repeat;
}

.bigtitle {
  background: url(zwgk_bigtitlebg.png) no-repeat center;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.4rem;
  font-weight: bold;
  color: #0650b9;
  margin: 0 0 0.2rem 0;
}

.bigtitle p {
  width: 2.4rem;
  margin: auto;
}

.ss-container {
  position: relative;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.ss-container .swiper-slide {
  position: relative;
}

.ss-container .swiper-slide a {
  width: 2.85rem;
}

.ss-container .swiper-slide a img {
  width: 100%;
  height: 1.35rem;
}

.ss-container .swiper-slide a span {
  position: absolute;
  left: 0;
  top: 0.42rem;
  display: block;
  width: calc(100% - 0.2rem);
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(ss-item-bg.png) no-repeat center;
  background-size: 100%;
}

.hg {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.hg a {
  position: relative;
  width: 3.8rem;
  height: 2rem;
  margin: 0 0 0.3rem 0.3rem;
}

.hg a:nth-child(3n + 1) {
  margin-left: 0;
}

.hg a img {
  width: 100%;
  height: 100%;
}

.hg a span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 0.2rem);
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.2);
}

.hg a:hover span {
  font-weight: bold;
}

.fuwushuju-block {
  padding: 0.3rem 0 0.3rem;
}

.fuwushuju-block .m-center {
  padding: .3rem;
  background-color: #61b2f7;
  background-image: url(zwfw-shuju-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.06rem;
  display: flex;
  justify-content: space-between;
}

.fuwushuju-block .m-center .haochaping,
.fuwushuju-block .m-center .banshi {
  background-color: rgba(44, 135, 224, .7);
  padding: 0.3rem;
  border-radius: 0.06rem;
}

.fuwushuju-block .m-center .haochaping {
  flex: 6;
  margin-right: 0.3rem;
}

.fuwushuju-block .m-center .banshi {
  flex: 4;
}

.fuwushuju-block .bianminfuwu-title {
  display: flex;
}

.fuwushuju-block .bianminfuwu-title .l,
.fuwushuju-block .bianminfuwu-title .r {
  flex: 1;
  position: relative;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, .6) 0%, transparent 80%);
  background-repeat: no-repeat;
  background-size: 100% 0.02rem;
  background-position: center;
  padding-right: 0.3rem;
}

.fuwushuju-block .bianminfuwu-title .r {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .6) 0%, transparent 80%);
}

.fuwushuju-block .bianminfuwu-title .l::before,
.fuwushuju-block .bianminfuwu-title .r::before {
  z-index: 2;
  position: absolute;
  right: -0.06rem;
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, .6);
}

.fuwushuju-block .bianminfuwu-title .r::before {
  left: -0.06rem;
}

.fuwushuju-block .bianminfuwu-title .c {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  padding: 0 0.3rem;
}

.fuwushuju-block .des {
  margin-top: 0.08rem;
  text-align: center;
  color: #fff;
}

.fuwushuju-block .m-center .haochaping .wrap {
  display: flex;
}

.fuwushuju-block .m-center .haochaping .wrap .data {
  flex: 1;
}

.fuwushuju-block .m-center .haochaping .wrap .operate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1rem;
}

.fuwushuju-block .m-center .haochaping .wrap .operate .item {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
  background-size: 100% 100%;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 0.03rem;
  margin-top: 0.1rem;
}

.fuwushuju-block .m-center .haochaping .wrap .operate .item:hover {
  font-weight: bold;
  border-color: #fff;
}

.fuwushuju-block .data {
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.fuwushuju-block .data .item {
  width: 50%;
  margin-top: 0.25rem;
  white-space: nowrap;
}

.fuwushuju-block .data .num {
  font-size: 0.4rem;
}

.fuwushuju-block .data .title {
  font-size: 0.18rem;
}

.zwykb {
  width: 12rem;
  margin: 0 auto 0.3rem;
  display: flex;
  justify-content: space-between;
}

.focus-img {
  position: relative;
  overflow: hidden;
  width: 4.2rem;
  height: 2.45rem;
}

.focus-img .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.focus-img .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
}

.service-item {
  width: 1.99rem;
  height: 2.05rem;
  padding: 0.2rem;
}

.service-item a {
  position: relative;
  display: block;
  line-height: 0.54rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #1764ce;
  text-decoration: none;
}

.service-item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0.5rem;
  height: 0.01rem;
  background-color: #1764ce;
}

.service-item .intro {
  line-height: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #666;
}

.si {
  background: url(zwfw-bg1.png) no-repeat center;
  background-size: 100%;
}

.si2 {
  background: url(zwfw-bg2.png) no-repeat center;
  background-size: 100%;
}

.si3 {
  background: url(zwfw-bg3.png) no-repeat center;
  background-size: 100%;
}

.boom1 .swiper-pagination-bullet:nth-child(4) {
  width: 5rem;
}

.boom1 .swiper-pagination-bullet:last-child {
  width: 3rem;
}

.boom2 .swiper-pagination-bullet:nth-child(2) {
  width: 3rem;
}

.special-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.special-list a {
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.1rem;
  margin: 0.2rem 0.1rem 0;
  font-size: 0.18rem;
  background-color: #edf2f9;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.special-list a:hover {
  background-color: #2775cc;
  color: #fff;
}

.bszn {
  width: 12rem;
  height: 1rem;
  margin-top: .3rem;
}

.bszn img {
  width: 100%;
  height: 100%;
}

.zwykb-img {
  height: .78rem;
  margin: .3rem auto;
  text-align: right;
}

.zwykb-img img {
  width: 4.67rem;
  height: .58rem;
}


.cjfwzt_map {
  width: 12rem;
  margin: 0 auto;
}


/*---------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .cjfwzt_timeline .swiper-slide-content {
    left: 10%;
    top: 25%;
    width: 500px;
    font-size: 11px;
    text-align: left;
  }

  .cjfwzt_timeline .swiper-slide .cjfwzt_timeline-bigtit {
    margin-bottom: 0;
    font-size: 38px;
  }

  .cjfwzt_timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }

  .cjfwzt_timeline .swiper-pagination {
    display: flex;
    background: url(sn_zwfw_2.png) bottom repeat-x;
  }

  .cjfwzt_timeline .swiper-button-prev {
    top: 9%;
    left: 5%;
    right: auto;
  }

  .cjfwzt_timeline .swiper-button-next {
    top: 9%;
    right: 5%;
  }
}

@media screen and (min-width: 1024px) {
  .cjfwzt_timeline .swiper-slide-content {
    right: 25%;
  }
}


@media screen and (max-width: 768px) {
  .zwfw-main {
    box-sizing: border-box;
    width: 100%;
    padding: .2rem;
  }

  .zwykb {
    width: 100%;
    flex-wrap: wrap;
  }

  .focus-img {
    width: 100%;
    height: 58vw;
  }

  .bszn {
    width: 100%;
    height: auto;
  }

  .service-item {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: .2rem;
  }

  .service-item a {
    font-size: .28rem;
  }

  .service-item .intro {
    line-height: .4rem;
    font-size: .26rem;
  }

  .s_cjfwzt_tit2 {
    width: 100%;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .s_cjfwzt_tit2 li a {
    width: auto;
    line-height: .6rem;
    padding: 0 .2rem;
  }

  .s_cjfwzt_tit2 li:last-child a {
    width: auto;
  }

  .cjfwzt_timeline {
    width: 100%;
  }

  .cjfwzt_timeline .swiper-pagination {
    width: 96%;
    left: 2% !important;
    top: 2%;
    display: flex;
    flex-wrap: wrap;
  }

  .cjfwzt_timeline .swiper-pagination-bullet {
    width: auto;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .1rem;
    margin: 0 .1rem .1rem !important;
    border-radius: 0;
    font-size: .28rem;
  }

  .boom1 .swiper-pagination-bullet:nth-child(4),
  .boom1 .swiper-pagination-bullet:last-child {
    width: auto;
  }

  .cjfwzt_timeline .swiper-button-prev,
  .cjfwzt_timeline .swiper-button-next {
    background: none;
  }

  .cjfwzt_timeline .swiper-pagination::before,
  .boom1 .swiper-pagination-bullet::before,
  .cjfwzt_timeline .swiper-pagination-bullet-active i {
    display: none;
  }

  .cjfwzt_timeline .swiper-slide {
    background-size: cover;
  }

  .boom1 .swiper-pagination-bullet i {
    display: none;
  }

  .cjfwzt_timeline .swiper-slide-content {
    width: 96%;
    max-width: none;
    right: 2%;
    left: 2%;
    top: 30%;
  }

  .cjfwzt_timeline .swiper-slide .cjfwzt_timeline-bigtit {
    text-align: left;
    font-size: .28rem;
    color: #115DB2;
    margin-bottom: .2rem;
  }

  .cjfwzt_timeline .swiper-slide .cjfwzt_timeline-text li {
    margin-right: .2rem;
  }

  .cjfwzt_timeline .swiper-slide .cjfwzt_timeline-text li a {
    line-height: .4rem;
    font-size: .26rem;
  }

  .boom2 .swiper-pagination-bullet:nth-child(2) {
    width: auto;
  }

  .cjfwzt_timeline .swiper-pagination-bullet-active::before {
    display: none;
  }

  .cjfwzt_map {
    width: 100%;
  }

  .map-top {
    height: auto;
  }

  .location-cur-pos {
    line-height: .6rem;
  }

  .location-cur-pos h1 {
    font-size: .26rem;
  }

  .location-section {
    float: none;
  }

  #btnSort {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .location-section ul li button {
    line-height: .5rem;
    font-size: .26rem;
  }

  .map-search-box .search-input {
    height: .5rem;
    line-height: .5rem;
    font-size: .24rem;
  }

  .search-icon {
    width: .3rem;
    height: .3rem;
    top: .1rem;
  }

  .location-list .location-addr h3 {
    font-size: .24rem;
  }

  .addr-info {
    font-size: .22rem;
  }

  .bigtitle {
    font-size: .28rem;
  }

  .special-list a {
    width: calc(50% - .4rem);
    font-size: .26rem;
  }

  .fuwushuju-block {
    padding-bottom: 0;
  }

  .fuwushuju-block .m-center {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .fuwushuju-block .m-center .haochaping {
    margin-right: 0;
  }

  .fuwushuju-block .m-center .banshi {
    margin-top: .2rem;
  }

}