@charset "UTF-8";
/* 由 less 生成 */
.head {
  height: 482px;
  width: 100%;
  padding-top: 230px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/head_bgimg.png") no-repeat center;
}
.search-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.search-bar {
  width: 428px;
  height: 60px;
  padding-left: 22px;
  line-height: 60px;
  font-size: 16px;
  color: #8F8F8F;
  background-color: rgba(255, 255, 255, 0.7);
}
.search-btn {
  width: 76px;
  height: 60px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/search-icon.png") no-repeat center;
  cursor: pointer;
}
.search-btn:active {
  opacity: 0.75;
}
.search-hot {
  display: flex;
  margin-top: 20px;
  margin-left: calc(50% - 235px);
  font-size: 16px;
  color: #fff;
}
.search-hot div {
  padding: 0 5px;
}
.search-hot-item {
  cursor: pointer;
}
.common-head {
  width: 442px;
  height: 61px;
  margin: 48px auto;
}
.common-head.hottopic-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/hottopic-headimg.png") no-repeat center;
}
.common-head.feature-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/feature-headimg.png") no-repeat center;
}
.common-head.onething-head {
  margin: 48px auto 0px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/onething-headimg.png") no-repeat center;
}
.common-head.nearby-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/nearby-headimg.png") no-repeat center;
}
.common-head.syb-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/syb-head.png") no-repeat center;
}
.common-head.publish-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/publish-headimg.png") no-repeat center;
}
.common-head.stats-head {
  margin: 48px auto 0;
  background: url("../../../images/jszwfw/xishan/qjd_v2/stats-headimg.png") no-repeat center;
}
.common-head.guide-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/guide-headimg.png") no-repeat center;
}
.common-head.deal-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/deal-headimg.png") no-repeat center;
}
.common-head.intro-head {
  background: url("../../../images/jszwfw/xishan/qjd_v2/intro-headimg.png") no-repeat center;
}
.common-con {
  width: 1200px;
  margin: 0 auto;
}
.common-row {
  display: flex;
  flex-direction: row;
}
.common-row.feature-list {
  flex-wrap: wrap;
}
.common-row.inventory-list {
  justify-content: space-between;
}
.common-row.onething-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
.common-row.nearby-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-row.deal-list {
  justify-content: space-between;
}
.topic-item {
  width: 270px;
  height: 120px;
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-right: 40px;
  cursor: pointer;
}
.topic-title {
  height: 66px;
  text-align: justify;
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  /*支持IE，chrome，FF不支持*/
  word-wrap: break-word;
  /*支持IE，chrome，FF*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feature {
  width: 1300px;
}
.feature-list {
  height: 500px;
}
.feature-list._hide {
  display: none;
}
.feature-item {
  width: 200px;
  height: 172px;
  cursor: pointer;
}
.feature-item-icon {
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.feature-item-txt {
  width: 150px;
  height: 60px;
  margin: 16px auto;
  padding: 0 5px;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  /*支持IE，chrome，FF不支持*/
  word-wrap: break-word;
  /*支持IE，chrome，FF*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feature-item-txt._active {
  color: #E89621;
}
.feature-page {
  display: flex;
  flex-wrap: wrap;
}
.feature-page._hide {
  display: none;
}
.wi-carousel-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-left: 50px;
}
.wi-carousel-ctrl-prev {
  background: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png") no-repeat center;
  left: -20px;
}
.wi-carousel-ctrl-prev:hover {
  background: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre-hover.png") no-repeat center;
}
.wi-carousel-ctrl-prev:hover > .wi-carousel-arrow {
  background-image: none;
}
.wi-carousel-ctrl-prev > .wi-carousel-arrow {
  background-image: none;
}
.wi-carousel-ctrl-next {
  background: url("../../../images/jszwfw/xishan/qjd_v2/icon-next.png") no-repeat center;
  right: -20px;
}
.wi-carousel-ctrl-next:hover {
  background: url("../../../images/jszwfw/xishan/qjd_v2/icon-next-hover.png") no-repeat center;
}
.wi-carousel-ctrl-next:hover > .wi-carousel-arrow {
  background-image: none;
}
.wi-carousel-ctrl-next > .wi-carousel-arrow {
  background-image: none;
}
.inventory {
  width: 1300px;
  margin: 0 auto;
}
.inventory-list {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.inventory-item {
  display: flex;
  justify-content: center;
  float: left;
  width: 285px;
  height: 125px;
  margin-right: 18px;
  line-height: 125px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.inventory-item-con {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  padding: 0 8px 0 15px;
}
.inventory-item-icon {
  min-width: 28px;
  margin-right: 8px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/inventory-icon-bgimg.png") no-repeat center;
}
.inventory-item-txt {
  width: 180px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.main-block._half {
  width: 50%;
}
.main-block-h {
  position: relative;
  margin-bottom: 21px;
  line-height: 45px;
  font-size: 30px;
}
.main-block-h:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-block-hblock {
  width: 100%;
}
.main-block-c {
  position: relative;
  overflow: hidden;
}
.main-block-c:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-block-c._inventory {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
}
.main-block-c._deal {
  width: 1200px;
  height: 180px;
  margin: 33px auto 0;
}
.main-block-c._deal .slider-cont {
  display: flex;
  align-items: center;
  height: 180px;
}
/* 轮播 begin */
.slider-cont {
  position: absolute;
  top: 15px;
  left: 0;
  width: 1200px;
  overflow: hidden;
}
.slider-cont._half {
  width: 600px;
}
.slider-cont:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.slider-wrap {
  position: absolute;
}
.slider-block {
  float: left;
  overflow: hidden;
}
.slider-block:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.slider-item {
  position: relative;
  float: left;
  cursor: pointer;
}
.slider-item._ck {
  width: 240px;
  height: 148px;
  margin: 0;
  padding: 24px 30px 0;
  background: url("../../images/main/main/ckfw_block.png") no-repeat center center;
}
.slider-ctrl {
  position: absolute;
  top: 85px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: right;
}
.slider-ctrl-dot {
  display: inline-block;
  height: 8px;
  width: 30px;
  border-radius: 4px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png") no-repeat center;
  cursor: pointer;
}
.slider-ctrl-dot._on {
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png");
}
.slider-ctrl-dot._circle {
  height: 12px;
  width: 12px;
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png");
}
.slider-ctrl-dot._circle._on {
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png");
}
.slider-ctrl-more {
  font-size: 20px;
  color: #3346d1;
  cursor: pointer;
}
.slider-ctrl-page {
  display: inline-block;
  height: 42px;
  width: 42px;
  background: no-repeat center;
  cursor: pointer;
}
.slider-ctrl-page:hover {
  opacity: 0.75;
}
.slider-ctrl-page._prev {
  position: absolute;
  left: 0;
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png");
}
.slider-ctrl-page._next {
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/icon-next.png");
}
.slider-ctrl-page._disabled._prev {
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png");
}
.slider-ctrl-page._disabled._next {
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/icon-pre.png");
}
.slider-item-img {
  display: block;
  width: 100%;
  height: 100%;
}
.slider-item-txt {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
  background: url("../../images/main/main/slider_text_hover.png");
}
.slider-item-txt:hover {
  background: none;
}
.slider-item-txt._thin {
  font-weight: normal;
  font-size: 18px;
}
.slider-item-txt-in {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
/* 轮播 end */
.onething {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url("../../../images/jszwfw/xishan/qjd_v2/yjs-bg.png") no-repeat center;
}
.onething-more {
  position: absolute;
  top: 48px;
  left: 50%;
  display: flex;
  justify-content: flex-end;
  width: 1200px;
  margin-left: -600px;
  cursor: pointer;
}
.onething-more:hover {
  opacity: 0.75;
}
.onething-more-con {
  width: 98px;
  height: 32px;
  margin-bottom: 20px;
  margin-top: 8px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #73809a;
  border: 1px solid #73809a;
  border-radius: 4px;
}
.onething-list-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  overflow: hidden;
}
.onething-list-con .swiper-slide {
  padding-left: 46px;
}
.onething-item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-left: -34px;
}
.onething-item {
  position: relative;
  width: 240px;
  height: 225px;
  margin-bottom: 32px;
  margin-left: 37px;
  padding: 25px 0 0;
}
.onething-item-in {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 64px 0 0;
  background: url("../../../images/jszwfw/xishan/qjd_v2/yjs-block.png") no-repeat center;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.onething-title {
  font-size: 20px;
  font-weight: bold;
  color: #303030;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.onething-subtitle {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.onething-view {
  width: 106px;
  height: 19px;
  margin: 24px auto 0;
  background: url("../../../images/jszwfw/xishan/qjd_v2/yjs-view.png") no-repeat center;
  cursor: pointer;
}
.onething-view:hover {
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/yjs-view-on.png");
}
.swiper-container {
  margin: 0;
}
.swiper-slide {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
.swiper-wrapper {
  padding-bottom: 0px;
}
.syb-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(239, 140, 1, 0.5);
}
.syb-pagination .swiper-pagination-bullet-active {
  background-color: #EF8C01;
}
.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet {
  margin-left: 15px;
  margin-right: 15px;
}
.nearby-wrap {
  display: flex;
  flex-direction: row;
  height: 450px;
}
.nearby-list {
  width: 40%;
}
.nearby-item {
  width: 208px;
  height: 56px;
  margin-bottom: 20px;
  padding-left: 69px;
  line-height: 56px;
  font-size: 20px;
  border-radius: 41px;
  box-shadow: 0 6px 12px rgba(113, 113, 113, 0.16);
  background: url("../../../images/jszwfw/xishan/qjd_v2/icon-circle.png") no-repeat 43px center;
  cursor: pointer;
}
.nearby-item:active {
  opacity: 0.75;
}
.nearby-map {
  position: relative;
  width: 60%;
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-all.png") no-repeat center right;
}
._dbtjd {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-dbtjd.png") no-repeat center right;
}
._xbz {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-xbz.png") no-repeat center right;
}
._dtjd {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-dtjd.png") no-repeat center right;
}
._yljd {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-yljd.png") no-repeat center right;
}
._azjd {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-azjd.png") no-repeat center right;
}
._dgz {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-dgz.png") no-repeat center right;
}
._hqjd {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-hqjd.png") no-repeat center right;
}
._yjz {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-yjz.png") no-repeat center right;
}
._ehz {
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-map-ehz.png") no-repeat center right;
}
.nearby-map-txt {
  position: absolute;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.syb {
  width: 100%;
  height: 683px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/syb-bg.png") no-repeat center right;
  overflow: hidden;
}
.syb-wrap {
  width: 1200px;
  margin: 0 auto;
}
.syb-wrap-top {
  display: flex;
  align-items: center;
}
.syb-title {
  font-size: 24px;
  font-weight: bold;
}
.syb-multiple {
  height: 33px;
  margin-left: 24px;
  padding: 0 20px;
  line-height: 33px;
  border-radius: 19px;
  border: 1px solid #EF8C01;
  font-size: 16px;
  color: #EF8C01;
  cursor: pointer;
}
.syb-multiple:hover {
  opacity: 0.75;
}
.syb-more {
  margin-left: auto;
  font-size: 16px;
  cursor: pointer;
}
.syb-more:hover {
  opacity: 0.75;
}
.syb-wrap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
  margin-top: 60px;
}
.syb-list-item {
  display: flex;
  align-items: center;
  width: 580px;
  height: 70px;
  padding-left: 40px;
  line-height: 70px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #ffffff);
  box-shadow: 0 8px 16px rgba(212, 217, 236, 0.3);
  cursor: pointer;
}
.syb-list-item:hover {
  opacity: 0.75;
}
.syb-list-item._active {
  border-color: #EF8C01;
  color: #EF8C01;
}
.syb-list-item._muactive .syb-list-choose {
  background: url("../../../images/jszwfw/xishan/qjd_v2/syb-choose.png") no-repeat center / 100% 100%;
}
.syb-list-choose {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/syb-unchoose.png") no-repeat center / 100% 100%;
}
.syb-list-choose._hide {
  display: none;
}
.syb-list-choose._active {
  background: url("../../../images/jszwfw/xishan/qjd_v2/syb-choose.png") no-repeat center / 100% 100%;
}
.syb-list-item:nth-child(n+3) {
  margin-top: 24px;
}
.syb-list-txt {
  flex: 1;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.syb-swiper-con {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 360px;
  padding-bottom: 20px;
  overflow: hidden;
}
.syb-has {
  margin: 5px auto;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.syb-selected {
  color: #EF8C01;
}
.syb-sb {
  width: 232px;
  height: 51px;
  margin: 20px auto;
  line-height: 51px;
  background-image: linear-gradient(to bottom, #FFD79E, #EF8C00);
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.syb-sb:hover {
  opacity: 0.75;
}
.publish {
  width: 100%;
  overflow: hidden;
  background-color: #F6FAFE;
}
.publish-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 424px;
  width: 1232px;
  margin: 0 auto 70px;
  padding: 60px 42px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(74, 159, 245, 0.2);
}
.publish-pic {
  width: 50%;
  background: url("../../../images/jszwfw/xishan/qjd_v2/publish-pic-bgimg.png") no-repeat center;
  cursor: pointer;
}
.publish-container {
  width: 48%;
}
.publish-list {
  width: 100%;
}
.publish-item {
  height: 48px;
  line-height: 48px;
  padding-left: 30px;
  font-size: 18px;
  color: #333333;
  background: url("../../../images/jszwfw/xishan/qjd_v2/icon-circle.png") no-repeat left center;
  border-bottom: 1px solid #E3E1E1;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  /*支持IE，chrome，FF不支持*/
  word-wrap: break-word;
  /*支持IE，chrome，FF*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.publish-item-more {
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
  cursor: pointer;
}
.stats {
  width: 100%;
  height: 281px;
  overflow: hidden;
  background: url("../../../images/jszwfw/xishan/qjd_v2/stats-bgimg.png") no-repeat center;
}
.stats-list {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 133px;
  margin: 0 auto;
  padding: 29px 10px;
  border-radius: 5px;
  background-color: rgba(1, 15, 33, 0.3);
}
.stats-item {
  position: relative;
  flex: 1;
  padding: 0 40px 0 50px;
}
.stats-item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
}
.stats-item:last-child::after {
  display: none;
}
.stats-item-name {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
}
.stats-item-name._bjl::before {
  background: left 0px center no-repeat;
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/stats-bjl-bgimg.png");
}
.stats-item-name._jrsl::before {
  background: left 0px center no-repeat;
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/stats-jrsl-bgimg.png");
}
.stats-item-name._bysl::before {
  background: left 0px center no-repeat;
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/stats-bysl-bgimg.png");
}
.stats-item-name._bnsl::before {
  background: left 0px center no-repeat;
  background-image: url("../../../images/jszwfw/xishan/qjd_v2/stats-bnsl-bgimg.png");
}
.stats-item-name::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 20px;
  background: left 0px center no-repeat;
  transform: translateY(-50%);
}
.stats-item-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.stats-item-count {
  font-size: 42px;
  font-weight: bold;
  color: #FFEDD4;
}
.stats-item-unit {
  margin-left: 15px;
  font-size: 16px;
  color: #fff;
}
.guide-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 300px;
}
.guide-qrcode {
  width: 35%;
  height: 232px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/xishan-qrcode-bgimg.png") no-repeat center;
}
.guide-list {
  width: 65%;
}
.guide-list-con {
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.guide-item {
  justify-content: space-between;
  width: 352px;
  height: 42px;
  margin: 0 17px 12px 0;
  padding: 0 20px;
  line-height: 42px;
  background-color: #F2F8FF;
}
.guide-item-security {
  width: 160px;
  font-size: 16px;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  /*支持IE，chrome，FF不支持*/
  word-wrap: break-word;
  /*支持IE，chrome，FF*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.guide-item-phone {
  font-size: 18px;
  font-weight: bold;
  color: #78A8E6;
}
.page-bar .manu-item {
  float: none;
}
.page-bar .manu-item.manu-pageafter,
.page-bar .manu-item.manu-pagebefore {
  font-size: 15px;
}
.page-bar .manu-lnk {
  min-width: 40px;
  height: 40px;
  margin-left: 6px;
  padding: 0px 4px;
  line-height: 40px;
  border: 1px solid #1788D9;
  border-radius: 3px;
  text-align: center;
}
.page-bar .manu-lnk-0 + .manu-lnk {
  margin-left: 0;
}
.page-bar .manu-lnk-0,
.page-bar .manu-lnk-x {
  display: none;
}
.page-bar a.manu-lnk {
  color: #1788D9;
}
.page-bar span.manu-lnk-i {
  background-color: #78A8E6;
}
.deal {
  width: 1300px;
  margin: 0 auto;
}
.deal-list {
  position: relative;
  margin: 33px auto 0;
}
.deal-item {
  display: flex;
  justify-content: left;
  float: left;
  width: 280px;
  height: 120px;
  margin-right: 18px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0 6px 12px rgba(113, 113, 113, 0.16);
  cursor: pointer;
}
.deal-item-con {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-left: 15px;
  padding: 0 30px;
}
.deal-item-icon {
  min-width: 28px;
  margin-right: 8px;
}
.deal-item-txt {
  width: 200px;
  margin-top: 27px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.deal-item-btn {
  width: 98px;
  height: 32px;
  margin-top: 3px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(#FFD79E, #EF8C00);
}
.deal-item-btn:active {
  opacity: 0.75;
}
.intro {
  height: 670px;
  width: 100%;
  margin: 100px auto;
  overflow: hidden;
  background-color: #F6FAFE;
}
.intro-head {
  margin: 48px auto 0;
}
.intro-wrap {
  height: 500px;
}
.intro-map {
  width: 50%;
  height: 100%;
  background: url("../../../images/jszwfw/xishan/qjd_v2/intro-map-bgimg.png") no-repeat center;
}
.intro-brief {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 50%;
}
.intro-brief-head {
  height: 40px;
  background: url("../../../images/jszwfw/xishan/qjd_v2/intro-brief-headimg.png") no-repeat center;
}
.intro-brief-text {
  width: 450px;
  margin: 24px auto;
  text-align: justify;
  text-indent: 32px;
  font-size: 16px;
  color: #333333;
}
.qjd-rightbox {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 80px;
  height: 320px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #707070;
  transform: translateY(-50%);
}
.qjd-box-nav {
  position: relative;
  width: 80px;
  height: 80px;
  color: #4E4E4E;
  font-size: 14px;
  text-align: center;
  line-height: 130px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.qjd-box-nav._wdkj {
  background: url("../../../images/jszwfw/wuxi/qjd_v6/wdkj.png") no-repeat 50% 20px;
  background-size: 30px 30px;
}
.qjd-box-nav._ydapp {
  background: url("../../../images/jszwfw/wuxi/qjd_v6/ydapp.png") no-repeat 50% 20px;
  background-size: 30px 30px;
}
.qjd-box-nav._wxgz {
  background: url("../../../images/jszwfw/wuxi/qjd_v6/wxgz.png") no-repeat 50% 20px;
  background-size: 30px 30px;
}
.qjd-box-nav._hddb {
  background: url("../../../images/jszwfw/wuxi/qjd_v6/hddb.png") no-repeat 50% 20px;
  background-size: 30px 30px;
}
.qjd-box-nav._wdkj:hover {
  color: #FFFFFF;
  background: url("../../../images/jszwfw/wuxi/qjd_v6/wdkjact.png") no-repeat 50% 20px;
  background-size: 30px 30px;
  background-color: #4665D5;
}
.qjd-box-nav._ydapp:hover {
  color: #FFFFFF;
  background: url("../../../images/jszwfw/wuxi/qjd_v6/ydappact.png") no-repeat 50% 20px;
  background-size: 30px 30px;
  background-color: #4665D5;
}
.qjd-box-nav._wxgz:hover {
  color: #FFFFFF;
  background: url("../../../images/jszwfw/wuxi/qjd_v6/wxgzact.png") no-repeat 50% 20px;
  background-size: 30px 30px;
  background-color: #4665D5;
}
.qjd-box-nav._hddb:hover {
  color: #FFFFFF;
  background: url("../../../images/jszwfw/wuxi/qjd_v6/hddbact.png") no-repeat 50% 20px;
  background-size: 30px 30px;
  background-color: #4665D5;
}
.footer-mp-item {
  position: absolute;
  left: -200px;
  bottom: -0.9rem;
  display: none;
  height: 135px;
  width: 136px;
  /* padding: 1rem; */
  text-align: center;
  opacity: 0.97;
  z-index: 99;
}
.wxbg {
  width: 200px;
  height: 200px;
}
.tips {
  position: absolute;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px #eee;
}
.tips._hide {
  display: none;
}
.qjd-ewm {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 168px;
  height: 218px;
  background: url("../../../images/jszwfw/wuxi/qjd_v6/ewm-bg.png") center / 100% 100% no-repeat;
}
.qjd-ewm-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 17px;
  height: 17px;
  background: url("../../../images/jszwfw/wuxi/qjd_v6/close-icon.png") center / 100% 100% no-repeat;
  cursor: pointer;
}
.qjd-ewm-close:hover {
  opacity: 0.75;
}
