
  *{
  margin: 0 ;
  box-sizing: border-box;
  padding: 0;
}
.mshow{
  display: none;
}
.mhide{
  display: block;
}
.page-qsydw{
  color: #333;
  font-size: 16px;
}
.content_A{
  width: 1200px;
  margin: 0 auto;
}

.clearfix::after{
  display: block;
  height: 0;
  line-height: 0;
  content: "";
  visibility: hidden;
  clear: both;
}
.bottom{
  box-sizing: content-box;
}
/* 通用头 */
.gablink span {
  padding: 0 5px;
}
.gablink {
  border-left: none;
  background: rgb(255, 255, 255);
  padding: 3px 10px;
  height: auto;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 14px;
  color: #46aeee;
  margin-left: 10px;
}
.wza-img {
  vertical-align: middle;
  margin-top: -3px;
}
.qsydw-head .content_A>.gablink{
  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;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 34px;
    font-style: normal;
    font-weight: bold;
}
/* 通用头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: #3A86E8;
}
.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%;
}
.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: 20px;
  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: #3A86E8;
  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 10px; */
  background-color: #fff;
  object-fit: contain;
}
.left-bottom{
  width: 100%;
  margin-left: 10px;
  margin-top: 20px;
}
.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: #c7e2f7;
  margin: 0 10px;
  display: inline-block;
  }
.left-item .item-content{
  width: 65%;
}
.left-item .item-content p{
  color: #3A86E8;
  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;
  border-bottom: 1px solid #EBEBEB;

}
.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: #3A86E8;
  font-size: 16px;
}
.qsydw-detail-fj >span{
  vertical-align: top;
}
.qsydw-detail-fj a{
  color: #3A86E8;

}
.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: 40px;
  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%;
  margin-bottom: 30px;
}
.sdqr-content{
  margin-top: 30px;
}
.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;
  margin-top: 30px;
}
.sdqr-bottom li{
  width: 50%;
}
.sdqr-bottom .bottom-con{
  width: 100%;
  height: 252px;
  padding: 30px 80px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
}
.bottom-ggjt .bottom-con{
  background-image: url(ggjt-bg.png);
}

.bottom-hjbh .bottom-con{
  background-image: url(hjbh-bg.png);
}
.sdqr-bottom .bottom-con a{
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  height: 50px;
  line-height: 50px;

    color: #3a86e8;
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px;
    /* font-weight: 600; */
}

.sdqr-bottom .list-title img{
  width: 95%;
}

/* 专题页END */

/* 移动端 */
@media screen and (max-width: 1200px) {
  .content_A{
    width: 90%;
  }
  .mshow{
    display: block;
  }
  .mhide{
    display: none;
  }
  .page_position_content p{
    float: none;
  }
  /* 通用头 */
  .qsydw-head .content_A>.gablink{
    display: inline;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .qsydw-head{
    background-size: 170% 100%;
    background-position: 50%;
    height: 400px;
  }
  .head-logo{
    padding-top: 20px;
  }
  .head-logo span{
    font-size: 0.32rem;
  }
  /* 通用头 */


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

  .content-title{
    font-size: 0.28rem;
  }
  .content-title a{
    font-size: 0.28rem;
    margin-bottom: 0.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: ; */
    width: 0.35rem;
    height: 0.35rem;
  }
  
  .card-right .card-title{
    font-size: 0.28rem;
  }
  .card-item{
    font-size: 0.26rem;
  }
  .card-item img{
    width: 0.35rem;
    height: 0.35rem;
  }
  .card-more{
    display: none;
  }
  /* 列表页END */

 /* 详情页 */
 .qsydw-con{
  width: 100%;
}
.qsydw-detail{
  width: 95%;
  margin:  0 auto;
}
.detail-left{
  width: 100%;
  margin-bottom: 30px;
}
.left-bottom .left-item{
  font-size: 0.28rem;
}
.left-item .item-content p{
  margin-top: 0.1rem;
}
.detail-left >img{
  width: auto;
  display: block;
  margin:  0 auto 30px auto;
}
.title-ewm,
.title-ewm a{
  font-size: 0.28rem;
}

.code-div{
  left: 100%;
}
.code-div img{
  width: 1.8rem;
  height: 1.8rem;
}



.detail-right{
  width: 100%;
}
.qsydw-detail-fj{
  font-size: 0.28rem;
  line-height: 1.5;
}
.qsydw-detail-fj >span img{
  width: 0.4rem;
  height: 0.4rem;
}

  /* 专题页 */

 
  .box-slide{
    /* width: 80%; */
    margin:  0 auto;
  }
  .box-slide .prev,
  .box-slide .next{
    width: 0.5rem;
    height: 0.5rem;
    line-height:0.5rem;
    top: 45%;
  }
  .box-slide .prev img,
  .box-slide .next img{
    width: 70%;
    height: 70%;
  }
  .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: 240px;
  }
  .sdqr-item p{
    margin-top: 170px;
    font-size: 0.28rem;
  }
  .sdqr-bottom li{
    width: 100%;
  }
  .sdqr-bottom .list-title img{
    width: 125%;
    margin-left: -12.5%;
  }
  .bottom-ggjt .bottom-con{
    margin-bottom: 30px;
  }
  .sdqr-bottom .bottom-con a{
    font-size: 0.28rem;
  }
  /* 专题页END */

}