.page-qsydw{
  color: #333;
}
*{
  box-sizing: border-box;
}
/* 通用头 */
 /* 适老化按钮 */
 #zzmsbtn {
  background: rgb(244, 186, 47);
  padding: 3px 10px;
  height: auto;
  border-radius: 20px;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  display: inline;
}
#zzmsMobileNew {
  background: rgb(244, 186, 47);
  padding: 3px 10px;
  height: auto;
  border-radius: 20px;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  display: inline;
}
.gabMobileNew {}
#zzmsbtn span,
.gablink span {
  padding: 0 5px;
  color: #fff !important;
}
.gablink {
  border-left: none;
  background: rgb(70, 174, 238);
  padding: 3px 10px !important;
  height: auto;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  display: inline !important;
}
.wza-img {
  vertical-align: middle !important;
  margin-top: -2px !important;
}

.header_bot>.gablink {
  display: none !important;
}
.gg-box {
  display: flex;
  align-items: center;
}
#zzmsMobileNew {
  display: none;
}
.qsydw-head .top_logo {
  height: 36px;
  line-height: 36px;
}
.top_logo .tips .top_icon_list0 li.wzaBtn {
  display: none;
}

.qsydw-head{
  width: 100%;
  background-image: url(ggqsy-bg.png);
  height: 445px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
.head-logo{
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.head-logo img{
  margin-right: 12px;
}
.head-logo span{
    color: #ffffff;
    text-align: center;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 34px;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
}
/* 通用头end */
/* 列表页 */
.qsydw-list{
  width: 100%;
  padding-top: 30px;
}
.list-title{
  text-align: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.list-title img{
  width: 100%;
}

.list-content{
  margin-top: 20px;
}
.content-title{
  margin-bottom: 30px;
}
.content-title a{
  display: inline-block;
  color: #333;
  padding: 3px 10px;
  margin-right: 25px;
  border-radius: 4px;
  font-size: 18px;

}
.content-title a:hover,
.content-title a.active{
  color: #fff;
  background-color: #2DA8F0;
}
.content-qsybox{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-qsybox .box-card{
  height: 200px;
  margin-right: 20px;
  width: calc((100% - 21px) / 2);
  margin-bottom: 20px;
  background: #F2F8FF;

}
.content-qsybox .box-card:nth-of-type(2n){
  margin-right: 0;
}
.box-card a{
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  color: #333;
  align-items: center;
}

.box-card a .card-img{
  width: 30%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.box-card a .card-right{
  width: 70%;
  padding-left: 10px;

}
.card-right .card-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-right .card-title img{
vertical-align: text-bottom;
margin-right: 5px;
}
.card-item{
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item img{
  vertical-align: text-bottom;
  margin-right: 5px;
}

.card-more{
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 20px;
  line-height: 1;
}
/* 列表页END */

/* 详情页 */
.qsydw-con{
  padding: 20px 0; 
  width: 1200px;
  margin: 0 auto;
}
.qsydw-detail{
  width: 100%;
}
.qsydw-detail .detail-title{
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}
.detail-title i{
  display: block;
  width: 8px;
  height: 34px;
  border-radius: 8px;
  background: #2DA8F0;
  margin-right: 12px;
}
.detail-title p{
    color: #333333;
    font-family: "Microsoft YaHei UI";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}
.detail-con{
  padding: 30px 0;
}
.detail-left{
  width: 360px;
  float: left;
}

.detail-left >img{
  width: 100%;
  height: 270px;
  box-shadow: 0 0 14px 0 #a8a8a840;
  margin: 0 0 30px 0px;
  object-fit: contain;
}
.left-bottom{
  width: 100%;
  margin-left: 10px;
}
.left-bottom .left-item{
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
}
.left-item .item-title{
width: 35%;
}
.item-title i{
  width: 12px;
height: 12px;
background: #017cdb38;
margin-right: 10px;
}
.left-item .item-content{
  width: 65%;

}
.left-item .item-content .jump_map{
  color: #2DA8F0;
  margin-top: 5px;
  display: block;
  cursor: pointer;
}
/* 二维码 */
.title-ewm{
}
.title-ewm .ewm-item {
  color: #666;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px;
}
.title-ewm .ewm-item>img{
  vertical-align: middle;
  /* margin-right: 10px; */
  margin-top: -4px;
}
.title-ewm>span{
  margin:  0 20px;
  color: #EBEBEB;
}

.code-div{
  /* width: 80px; */
  /* height: 80px; */
  box-shadow: 0px 0px 6px 0px rgba(168, 168, 168, 0.25);
  position: absolute;
  /* padding: 5px; */
  background-color: #fff;
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9;

}
.title-ewm .ewm-item .icon_nor{
  display: none;
}
.title-ewm .ewm-item .icon_sel{
  display: inline-block; 
}

.title-ewm .ewm-item:hover .code-div{
  display: block;
}
.title-ewm .ewm-item:hover .icon_nor{
  display: none;
}
.title-ewm .ewm-item:hover .icon_sel{
  display: inline-block;
}
.code-div::before{
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #fff transparent;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 1px 0px rgba(168, 168, 168, 0.25);

}
.code-div img{
  width: 120px;
  height: 120px;
}
.title-ewm>span:last-of-type{
  display: none;
}
.detail-right{
  float: right;
  width: 800px;
  padding-bottom: 30px;
}
.detail-right .right-title{
  color: #333333;
 font-family: "Microsoft YaHei UI";
 font-size: 20px;
 font-weight: 600;
 /* margin-bottom: 20px; */
}
.right-title img{
  vertical-align: text-bottom;
}
.detail-text{
  padding: 18px 0;
  font-size: 16px;
  line-height: 2;


}
.imglist{
  text-align: center;
}
.imglist img{
  margin-bottom: 20px;
  max-width: 100%;
  width: 500px;
  height: 300px;
  object-fit: contain;
}

/* 附件 */
.qsydw-detail-fj{
  margin-bottom: 40px;
  margin-top: 30px;
  color: #2DA8F0;
  font-size: 16px;
}
.qsydw-detail-fj >span{
  vertical-align: top;
}
.qsydw-detail-fj a{
  color: #2DA8F0;

}
.qsydw-detail-fj >span img{
  vertical-align: text-bottom;
}


/* 详情页END */

/* 专题页 */


.column-jy{
  margin-bottom: 30px;
}
.box-slide{
  position: relative;
}
.box-slide .prev,
.box-slide .next{
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 45px;
  transform: translateY(-50%);
  /* padding-top: 8px; */
  z-index: 9;
  cursor: pointer;


}
.box-slide .prev img,
.box-slide .next img{
  /* vertical-align: middle; */
}
.box-slide .prev{
  left: -25px;
  background: #00000026;
}
.box-slide .next{
  right: -25px;
  box-shadow: 0 0 4px 0 #b8b8b840;
  background-color: #fff;
}
.slide-every{
  /* padding: 1px; */
}

.column-wsjk{
  margin-bottom: 30px;
}
/* 水电气热 */
.column-sqdr{
  width: 100%;
}
.sdqr-top{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.sdqr-item{
  width: 25%;
  position: relative;
  height: 190px;
  cursor: pointer;
  display: block;
}
.sdqr-item img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sdqr-item .item-img2{
  display: none;
}
.sdqr-item p {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 140px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.sdqr-item:hover p{
  color: #fff;
}
.sdqr-item:hover .item-img2{
  display: block;
}
.sdqr-item:hover .item-img1{
  display: none;
}
.sdqr-bottom{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sdqr-bottom .sdqr-item2{
  width: 50%;
  display: inline-block;
  height: 90px;
}
.sdqr-bottom .sdqr-item2 img{
  width: 100%;
}

.sdqr-bottom li{
  width: 50%;
}

.sdqr-bottom li .bottom-con{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 20px;
  margin-top: 30px;
  height: 90px;
}
.sdqr-bottom .ggjt-box .bottom-con{
  background-image: url(ggjt-bg.png);
}
.sdqr-bottom .hjbh-box .bottom-con{
  background-image: url(hjbh-bg.png);
}
.sdqr-bottom  .bottom-con a{
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}
.sdqr-bottom .bottom-con a img{
  vertical-align: text-bottom;
}
.sdqr-bottom .ggjt-box a{
  margin-right: 50px;
}
.sdqr-bottom .list-title img{
  width: 98%;
}
/* 专题页END */

/* 移动端 */
@media screen and (max-width: 992px) {
 
  /* 通用头 */
  .top_logo .header_top{
    height: auto;
    min-height: 36px;
  }
  .gg-box {
    display: inline;
  }
  .top_logo .header_bot {
    position: relative;
  }
  .header_bot>.gablink {
    position: absolute;
    right: 0px;
    top: 10px;
    display: inline !important;
  }
  .top_logo .tips .top_icon_list0 li {
    display: none;
  }
  .top_logo .tips .top_icon_list0 li.wzaBtn {
    display: inline;
  }
  .top_logo .tips .top_icon_list0 li a {
    margin: 0 5px;
  }
  #zzmsMobileNew {
    display: inline;
  }
  .gg-box>li:nth-of-type(1) {
    display: none;
  }
  .gablink {
    margin-right: 0;
  }
  .disinl {
    display: inline;
  }
  .qsydw-head{
    background-size: 170% 100%;
    background-position: 50%;
    height: 400px;
  }
  .head-logo span{
    font-size: 2.8rem;
  }
  /* 通用头 */


  /* 列表页 */
  .qsydw-list{
    width: 100%;
  }
  .list-title img{
    width: 250%;
    margin-left: -70%;
  }


  .content-title a{
    margin-bottom: 1rem;
  }

  .content-qsybox .box-card{
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .box-card a{
    align-items: flex-start;
  }
  .card-right .card-title img{
    /* vertical-align: ; */
  }
  .card-right .card-title{
    font-size: 1.6rem;
  }
  .card-item{
    font-size: 1.4rem;
  }
  .card-more{
    display: none;
  }
  /* 列表页END */

 /* 详情页 */
 .qsydw-con{
  width: 100%;
}
.qsydw-detail{
  width: 95%;
  margin:  0 auto;
}
.detail-left{
  width: 100%;
  margin-bottom: 30px;
}
.detail-right{
  width: 100%;
}
.code-div{
  transform: translateX(-30%);
}

  /* 专题页 */

 
  .box-slide{
    /* width: 80%; */
    margin:  0 auto;
  }
  .box-slide .prev,
  .box-slide .next{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .box-slide .prev img,
  .box-slide .next img{
    /* width: 80%; */
    /* height: 80%; */
  }
  .box-slide .prev{
    left: -1rem;
  }
  .box-slide .next{
    right: -1rem;
    border: 1px solid #eee;
  }
  .sdqr-top,
  .sdqr-bottom{
    flex-wrap: wrap;
  }
  .sdqr-item{
    width: 50%;
    height: 140px;
  }
  .sdqr-item p{
    margin-top: 100px;
  }
  .sdqr-bottom .sdqr-item2{
    width: 100%;
  }
  .sdqr-bottom .sdqr-item2 img{
    height: 100%;
  }
  .sdqr-bottom li{
    width: 100%;

  }
  
  .sdqr-bottom .list-title img{
    width: 125%;
    margin-left: -12.5%;
  }
  .sdqr-bottom li .bottom-con{
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 10px 0;
    padding: 20px;

  }
  .sdqr-bottom .ggjt-box a{
    margin-right: 30px;
  }
  /* 专题页END */

}