@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  /* [disabled]margin:0;
*/
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
  font-size: 16px
}

p {
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

a {
  color: #333;
  font-family: "microsoft yahei";
}

a:hover {
  color: #0b4685
}

.fLeft {
  float: left;
}

.fRight {
  float: right
}

/* 全局通用 */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%;
}

.c_slb {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.logo {
  margin: 0 auto 10px auto
}

body {
  background: url(sthj_slh_bg20250623.jpg) no-repeat !important;
  background-size: 100% !important;
  display: inline-block;
  width: 100%;
}

.top_slb {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.top_slb .login {
  float: left;
}

.top_slb .login li {
  margin: 0;
}

.top_slb .login li a {
  margin-right: 5px;
}

.top_slb .topr li a {
  color: #b05a14;
  padding: 0;
}

.top_slb .topr li::before {
  background: #e38042;
}

.top_slb .topr li a.wza {
  background: none;
}
.top_slb .topr li a:hover.wza {
  background: none;
  color: #b05a14;
}
.zlh1 {
  margin: 60px auto 0 auto;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.zlh1 p {
  display: inline-block;
  float: right;
}

.zlh1 p:first-child {
  float: left;
}

.zlh1 p:first-child a {
  display: inline-block;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: bold;
  border-radius: 20px;
  border: #8e600b 2px solid;
  padding: 0 2rem;
  margin: 0 10px;
  color: #8e600b;
}

.zlh1 p:first-child a:first-child {
  background: #e37f34;
  color: #fff;
  border: #e37f34 2px solid;
}

.zlh1 p:first-child a:hover {
  opacity: 0.8;
}

.zlh1 a img {
  width: auto;
  float: right;
  height: auto;
  display: none;
}

.zlh1 a img:first-child {
  display: block;
}

.cbg {padding: 20px ;background: #fff; border-radius: 10px;}
.bwg_slh{width: 100%; height: auto; overflow: hidden;  margin: 70px auto;}
.bwg_slh a{
  float: left;
  width: 48%;
  display: inline-block;
  height: auto;
  margin-left: 4%;
border-radius: 20px;
    overflow: hidden;
}
.bwg_slh a:first-child{
  margin-left: 0;
}
.bwg_slh a img{
  width: 100%;    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}
.bwg_slh a:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.swiper-container {
  width: 100%;
  height: 380px;
  color: #fff;
  text-align: center;
}

.swiper-slide .picimg {
  width: 50%;
  float: left;
  height: 320px;
}

.swiper-slide .picimg a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.swiper-slide .picimg a img {
  width: 100%;
  height: 100%;
}

.swiper-slide .title {
  width: 40%;
  float: left;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 5%;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
}

.swiper-pagination-bullet-active {
  background: #2c5293 !important;
  opacity: 1 !important;
}

.swiper-slide p {
  font-style: italic;
  font-size: 25px;
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}

.swiper-dynamic-links {
  text-align: center;
}

.swiper-dynamic-links a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background: #eee;
}

.ultxt {
  width: 100%;
  height: auto;


}

.ultxt ul {
  width: 100%;
  display: flex;
}

.ultxt ul li {
  margin: 0 0 40px 40px;
  padding: 2rem 0;
  width: 100%;
  display: inline-flex;
  background: #fff7eb;
  border: #f8dd8c 1px solid;
  border-radius: 15px;
}

.ultxt ul li:first-child {
  margin-left: 0;
}

.ul1 li span {
  background: #cef8f7;

}

.ul1 li span::before {
  background: linear-gradient(to right, #56c4c1, #149a9d);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ul1 li+li span {
  background: #fff3e3;
}

.ul1 li+li span::before {
  background: linear-gradient(to right, #ff570d, #ff8b57);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ul1 li+li+li span {
  background: #dbf3ff;
}

.ul1 li+li+li span:before {
  background: linear-gradient(to right, #86c9f6, #2684c0);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ul1 li+li+li+li span {
  background: #ffe5e4;
}

.ul1 li+li+li+li span::before {
  background: linear-gradient(to right, #f47481, #fc9ca8);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ul2 li span {
  background: #fde7d0;
}

.ul2 li span:before {
  background: linear-gradient(to right, #de8c36, #ff8b57);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ul2 li+li span {
  background: #d5f1fd;
}

.ul2 li+li span:before {
  background: linear-gradient(to right, #3b8fcd, #0e74bf);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ul2 li+li+li span {
  background: #fff2f1;
}

.ul2 li+li+li span::before {
  background: linear-gradient(to right, #ff570d, #ff8b57);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ul2 li+li+li+li span {
  background: #e4fcfc;
}

.ul2 li+li+li+li span:before {
  background: linear-gradient(to right, #31bdb2, #36c5c3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ultxt ul li a {
  display: inline-block;
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.ultxt ul li a b {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px;

  color: #80580d;
}

.ultxt ul li a span {
  display: inline-block;
  margin: 0 auto;
  border: #fff 2px solid;
  margin-bottom: 1rem;
  padding: 20px;
  font-size: 60px;
  border-radius: 50%;
  font-weight: normal;
  font-weight: lighter;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.ultxt ul li:hover {}

.ultxt ul li:hover span {

  transform: rotateY(180deg);

}

.tith2 {
  margin-top: 40px;
  text-align: center;
  color: #246eb0;
}

.tith2 a {
  letter-spacing: 1px;
  font-size: 40px;
  color: #246eb0;
  font-weight: bold;
}

.tith2 a img {
  height: 51px;
}

.kqzljc {
  border: #eaf0ff 1px solid;
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
}

.kqzljc #AirQuality ul {
  width: 90%;
  padding: 10px 5%;
}

.kqzljc #AirQuality ul li {
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
}

.kqzljc #AirQuality ul li::before {
  width: 15px;
  height: 15px;
}

.slh_lkqlz {
  float: left;
  width: 67%;
}

.slh_rkqlz {
  float: left;
  width: 31.7%;
  padding: 0 0 0 1%;
  border-left: #eaf0ff 1px solid;
}

.sjb20230303 {
  width: 100%;
}

.sjb20230303_th {
  background: #ebf5ff;
  color: #346fa9;
  text-align: center;
  border-radius: 20px;
}

.sjb20230303_th th {
  border: none;
  width: 33%;
  text-align: center;
  color: #336ea8;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.sjb20230303 td {
  width: 33%;
  color: #656565;
  text-align: center;
  border: none;
  font-size: 15px;
}

.sjb20230303 td span {
  display: block;
  width: 80%;
  border-radius: 6px;
  margin: 4px auto;
  line-height: 24px;
}

span.darkredtxt {
  background: #7e0023;
  color: #390111;

}

span.redtxt {
  background: #99004c;
  color: #23020b;


}

span.coraltxt {
  background: #ff0000;
  color: #700707;

}

span.orangetxt {
  display: block;
  background: #ff7e00;
  color: #864607;

}

span.yellowtxt {
  display: block;
  background: #ffff00;
  color: #5f5f08;

}

span.greentxt {
  display: block;
  background: #00e400;
  color: #054705;

}

.h2txt {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.h2txt a {
  color: #6b4705;
  font-size: 40px;
  font-weight: bold;
  line-height: 80px;
}

.dqwz {
  width: 100%;
  height: auto;
  font-size: 30px;
  border-bottom: #f2f3f3 1px solid;
  line-height: 80px;
  color: #666;
}

.dqwz span {
  font-size: 30px;
  color: #666;
}

.dqwz a {
  font-size: 30px;
  color: #666;
}

.dqwz a:hover {
  color: #0b4685;
}
.slhfy_c .pageszly a.on {
    border: 1px solid #DDD;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 2px;
    color: #fff;
    background-color: #a37520;
}
.slhfy_c .pageszly a:hover{
  color: #fff;
    background-color: #a37520;
}
.list_pic { width: 100%; overflow: hidden;}
.list_pic li{display: inline-block;
   width: 48%;margin: 20px auto; 
    margin-left: 4%;
    float: left;     border-radius: 10px;
    overflow: hidden;}
.list_pic li:first-child{margin-left: 0;}
.list_pic li a p img{ width: 100%;}
.list_pic li a span {
    font-size: 24px;
    display: table;
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    line-height: inherit;
    height: 100px;
}
.list_pic li a span b{
      display: table-cell;
    vertical-align: middle;
    color: #333;
}
.list_pic_ldxx{ width: 100%; overflow: hidden;}
.list_pic_ldxx li{display: inline-block;
   width: 19%;margin: 20px auto; 
    margin-left: 8%;
    float: left; }
.list_pic_ldxx li:first-child{margin-left: 0;}
.list_pic_ldxx li a{}
.list_pic_ldxx li a p{}
.list_pic_ldxx li a p img{ width: 100%;}
.list_pic_ldxx li a span{display: block; line-height: 3rem;
    text-align: center;
    font-size: 20px;
    font-weight: bold;}
.list_txt {
  width: 100%;
  height: auto;
}

.list_txt li {
  margin-top: 20px;
  background: #f4f7f7;
  border-radius: 10px;
  padding: 20px;
}

.list_txt li a {
  display: inline-block;
  width: 100%;
  font-size: 34px;
  line-height: 58px;
  color: #333;
  text-align: left;
  text-align: justify;
}

.list_txt li span {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 30px;
  text-align: left;
  color: #999;
}
.slb_ldfg{   
   width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
  }
.slb_ldfg h3{
    font-size: 36px;
    font-weight: bold;
}
.slb_ldfg_txt{font-size: 32px;
    line-height: 60px;
    text-align: justify;
    margin-top: 30px;
    padding: 30px;
    background: #f9f9f9;
    border: #ddd 1px solid;
    border-radius: 10px;}
.ldxx_pic_zw{       margin: 20px auto; text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;}
.ldxx_pic_zw p{  display: inline-block;
    width: 100%;}
.ldxx_pic_zw p img{ width: 300px; height: auto;}
.ldxx_pic_zw span{
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
}
.hnrtxt {
  font-size: 40px;
  line-height: 60px;
  color: #333;
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
}

.hnrsj {
  border-bottom: #f2f3f3 1px solid;
  line-height: 80px;
}

.hnrsj span {
  font-size: 30px;
  color: #333;
  margin-right: 40px;
}

.hnrsj b {
  float: right;
  font-size: 30px;
  color: #333;
  font-weight: normal;
}

.hnrsj b span {
  font-size: 44px;
  color: #999;
  margin: 0 5px;
  float: right;
  cursor: pointer;
}

.nrtxt {
  width: 90%;
  margin: 10px auto;
  font-size: 30px;
  line-height: 42px;
  color: #333;
  text-align: justify;
}
 


.hnrsj {
  display: none
}

.zzmsdhl {
  width: 100%;
  display: none;
  line-height: 48px;
  float: left;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
}


/*zzzqbody*/
.zzzqbody{
  background: url(sthj_slh_bg20250623.jpg);
  background-size: 100%;
}
.zzzqbody .m1510 {
    width: 1200px;}
.slh_none {
  display: none;
}

.zzzqbody .slh_none {
  display: block;
}
.zzzqbody .zzmsdhl {
  display: block;
}
.zzzqbody .dqwz20230226 h2 a{ color:#6b4705; font-size: 40px;}
.zzzqbody .nav{display: block;
    background: none;}
.zzzqbody .topr li::before{background: #e38042;}
.zzzqbody .topr li a {
    color: #b05a14;
    padding: 0;
}
.zzzqbody .wza{background: none;}
.zzzqbody .login li{margin: 0;}
.zzzqbody .login li a{margin-right: 5px;}
.zzzqbody .n_dqwz_c b {
    float: right;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.zzzqbody .n_dqwz_c b span {
  font-size: 44px;
  color: #999;
  margin: 0 5px;
  float: right;
  cursor: pointer;
}
.zzzqbody .n_dqwz{border-top: none; }
.zzzqbody .n_dqwz .n_dqwz_c{   
   float: left;
    font-size: 30px;
    width: 100%;
    line-height: 3rem;
    color: #333;
    margin-bottom: 20px;
    border-bottom: #dcdcdc 1px solid;
  }
.zzzqbody .n_txt {
    font-size: 40px;
  
    width: 90%;
    padding: 0 5%;
    color: #333;
}
/*通知公告*/
.zzzqbody  .tzgg_tzzd p{
      width: 100%;
    line-height: 4rem;
    font-size: 2rem;
}
.zzzqbody .tzgg_tzzd b {
    float: left;
    width: 18%;
    font-size: 2rem;
    text-align: justify;
  }
.zzzqbody #content *{
  font-size: 30px;
  line-height: 60px;
  text-align: justify;
}
.zzmsdhl a {
  color: #0b4685;
  font-size: 20px;
}
.zzzqbody .bgfff {
    border-radius: 10px;}
.zzzqbody .nav p:last-child a{margin: 0; padding: 0;}

.dltopfr a {
  float: left;
}

.dltopfr a:before {
  content: '|';
  font-size: 16px;
  color: #638fbd;
  line-height: 48px;
  margin: 0 10px;
  float: left;
}

.dltopfr a:first-child:before {
  display: none
}

.dltopfl {
  float: left;
}

.dltopfr {
  float: right;
}

.footer_box {
  overflow: hidden;
  background-size: 100%;
}

.APP_head {
  display: none;
}

.footer_b .links {
  justify-content: flex-end;
}

.footer_text p {
  display: inline-block;
}

.tjzd_btn {    display: block;
    width: 100%;
    overflow: hidden;
       border-top: #ddd 1px dashed;
    margin: 20px auto 0 auto;}
.tjzd_btn b{    display: inline-block;
    float: left;
    margin-right: 30px;
    letter-spacing: 2px;}
.tjzd_btn b a{color: #2678cc }
.tjzd_btn b+b a{color:#bf5d5d }
.tjzd_btn b+b+b a{color:#ff6600 }
  .zzzqbody .nr_l img{max-width: 100%;}
@media screen and (max-width: 1024px) {
  .c_slb {
    width: 96%;
    margin: 0 2%
  }

  .logo {
    margin: 0 auto 10px auto;
    text-align: center;
  }

  .logo a img {
    display: inline-block;
    width: 60%;
  }

  .clnrbg img {
    width: 400px;
    height: auto;
  }

  .zlh1 a {
    font-size: 30px;
  }

  .footer {
    width: 96% !important;
    padding: 10px 2%;
  }

  .footer .map {
    display: none;
  }

  .footer .pc_head {
    display: none;
  }

  .footer .links {
    display: none;
  }

  .footer .app_head {
    display: inline-block;
    width: 96%;
    padding: 10px 2%;
  }

  .h2txt a {

    font-size: 2rem;

    line-height: 3rem;
  }

  .dqwz,
  .dqwz a,
  .dqwz span {
    font-size: 1.2rem;
    line-height: 3rem;
  }

  .list_txt li a {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .list_txt li span {
    font-size: 1.2rem;
  }

  .hnrtxt {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 20px 0;
  }

  .hnrsj {
    overflow: hidden;
    line-height: 2rem;
  }

  .hnrsj span {
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0 auto;
  }

  .hnrsj b {
    font-size: 1rem;
    width: 90%;
    padding: 10px 5%;
    text-align: left;
    background: #f9f9f9;
  }

  .hnrsj b span {
    width: auto;
  }

  .nrtxt {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }

  .zzmsdhl {
    display: block;
    position: inherit;
    width: 96%;
    padding: 0 2%;
  }

  .zzzqbody .zzmsdhl {
    display: block;
    position: inherit;
    width: 96%;
    padding: 0 2%;
  }
 
}

@media screen and (max-width: 768px) {
  .ldxx_pic_zw span{font-size: 1.5rem; line-height: 3rem;}
  .slb_ldfg h3 { font-size: 1.5rem;}
  .slb_ldfg_txt {
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: justify;
    margin-top: 30px;
    padding: 5px;}

  /*zzzqbody*/
  .zzzqbody .login{display: inline-block;}
  .zzzqbody .nr_l img{max-width: 100%;}
  .zzzqbody .n_dqwz .n_dqwz_c {
         float: left;
    font-size: 0.9rem;
    text-align: center;
   
     
    width: 100%;
    line-height: 3rem;
     
}
.zzzqbody .tzgg_tzzd{
  padding: 10px;
}
.zzzqbody .tzgg_tzzd b{    font-size: 1rem;
    width: 100%;
    text-align: left;
    text-align-last: left;}
.zzzqbody .tzgg_tzzd p {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
}
  .zzzqbody .n_dqwz_c b {
    width: 96%;
    display: block;
    text-align: justify;
    float: right;
    font-size: 1.2em;
    padding: 10px 2%;
    color: #333;
    font-weight: normal;
    background: #f9f9f9;
}
  .zzzqbody .nav {
    margin-top: 0!important;
}
.zzzqbody .manyEditor span{display: block; margin-right: 0; text-align: left;}
 .zzzqbody .nav p:last-child a {
    display: block;
    padding: 0!important;
    margin: 0!important;
}
.zzzqbody .logo{margin: 20px 2% 10px 2%!important;}
.zzzqbody .m1510 {
    width: 96%;
    margin: 0 2%;
}
  .login {
    margin-top: 34px;
    float: left;
}
.zzzqbody .n_txt{
font-size: 1.5rem;
    line-height: 3rem;
    padding: 0;
    width: 100%;
}
.zzzqbody #content * {
    font-size: 1.5rem;
    line-height: 3rem;
}
.topr{    
  display: block!important;
    margin-top: 13px!important;
  }
  .zlh1 p:first-child a{padding: 10px 1rem;}
  header {
    display: inline-block;
  }

  .zzmsdhl {
    display: block;
    position: inherit;
    width: 96%;
    padding: 0 2%;
  }

  .zzzqbody .zzmsdhl {
    display: block;
    position: inherit;
    width: 96%;
    padding: 0 2%;
  }

 

  .zzmsdhl a {
    font-size: 18px;
  }

  .zlh1 a img {
    display: block;
    width: 300px;
  }

  .zlh1 a img:first-child {
    display: none;
  }

  body {
    
    background-size: 100% auto !important;
  }

  .cbg {padding: 5px;}

 .slh_lkqlz{width: 100%;}
 .slh_rkqlz{    width: 100%;
    padding: 0;
    border: none;}
  .swiper-container {
    height: 420px;
  }

  .logo {
    margin: 20px auto 10px auto;
    text-align: center;
    display: inline-block;
  }

  .logo a img {
    display: inline-block;
    width: 80%;
  }

  .swiper-slide .picimg {
    width: 100%;
    height: 220px;
  }

  .swiper-slide .title {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
  }

  .ultxt ul li a {
    font-size: 1.5rem;
  }
.ultxt ul li{padding: 1rem 0;     margin: 0 0 10px 10px;}
  .ultxt ul li a span {
    font-size: 3rem;
    padding: 15px;
  }

  .ul1 {
    display: flex;
     
  }

  .ul1 li {
    width: calc(50% - 20px) !important;   
  }

  .ul2 {
    display: flex;
     
  }

  .ul2 li {
    width: calc(50% - 20px) !important;   
  }

  .tith2 a {
    font-size: 2rem;
  }

  .footer {
    width: 96% !important;
    padding: 10px 2%;
  }

  .footer .map {
    display: none;
  }

  .footer .pc_head {
    display: none;
  }

  .footer .links {
    display: none;
  }

  .footer .app_head {
    display: inline-block;
    width: 96%;
    padding: 10px 2%;
  }

  .h2txt a {

    font-size: 2rem;

    line-height: 3rem;
  }

  .dqwz,
  .dqwz a,
  .dqwz span {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .list_txt li a {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .list_txt li span {
    font-size: 1.2rem;
  }

  .hnrtxt {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 20px 0;
  }

  .hnrsj {
    overflow: hidden;
    line-height: 2rem;
  }

  .hnrsj span {
    font-size: 1rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0 auto;
  }

  .hnrsj b {
    font-size: 1rem;
    width: 90%;
    padding: 10px 5%;
    text-align: left;
    background: #f9f9f9;
  }

  .hnrsj b span {
    width: auto;
  }

  .nrtxt {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }

  .bsfw a {
    font-size: 1.5rem;
    line-height: 3rem;
    padding-top: 7rem;
    box-shadow: none;
    text-align: center;
  }

  .bg1::after {
    top: -10px;
    width: 98%;
    height: 98%;
    background-size: 50%;
    background-position: center;
  }

  .bg2::after {
    top: -10px;
    width: 98%;
    height: 98%;
    background-size: 50%;
    background-position: center;
  }

  .bg3::after {
    top: -10px;
    width: 98%;
    height: 98%;
    background-size: 50%;
    background-position: center;
  }

  .bg4::after {
    top: -10px;
    width: 98%;
    height: 98%;
    background-size: 50%;
    background-position: center;
  }

  .footer {
    width: 96% !important;
    padding: 10px 2%;
    display: inline-block !important;
  }

  .footer .map {
    display: none;
  }

  .footer .pc_head {
    display: none;
  }

  .footer .links {
    width: 100% !important;
  }

  .footer .APP_head {
    display: inline-block;
    width: 96% !important;
    padding: 10px 2% !important;
  }

  .footer_b {
    width: 100% !important;
    display: inline-block !important;
  }

  .footer_text {
    margin: 0 auto !important;
    width: 100% !important;
    line-height: initial !important;
    display: inline-block !important;
  }

  .footer_text p {
    width: 100%;
    text-align: center;
    display: inline-block !important;
    line-height: initial !important;
  }

  .footer_b .links {
    display: none !important;
  }

  .footer_text a {
    display: inline-block;
  }

  .zzzqbody {
    
    background-size: 100% auto;
  }

  .zzzqbody .slh20250427 {
    display: block;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
  }

  .zzzqbody .c_main {
    width: 90% !important;
    margin: 20px auto !important;
    padding: 10px 2% !important;
    clear: both;
  }

  .zzzqbody .footer_b {
    width: 90% !important;
    padding: 5%;
  }

  .zzzqbody .c_main h2,
  .zzzqbody .c_main h2 div {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
    color: #333;

  }

  .zzzqbody .c_main .item .l_text {

    font-size: 20px;
    text-align: center;
    width: 100%;
  }

  .zzzqbody .TRS_Editor p,
  .zzzqbody .TRS_Editor span,
  .zzzqbody .TRS_Editor div,
  .zzzqbody .TRS_Editor b {

    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
   .zlh1{display: block; margin-top: 30px;}
   .zlh1 p:first-child {
    float: left;
    width: 100%;
    text-align: center;
}
.zlh1 p:first-child a {
        padding: 0 2rem;
    font-size: 1rem;
    line-height: 2rem;
    border-radius: 10px;
}
.zlh1 p {
    display: inline-block;
    float: right;
    width: 100%;
    text-align: center;
}
.zlh1 p a {display: block;}
.zlh1 p a img{
  margin: 0 auto;
}
.zlh1 p a img{ width: 50%;}
.ul1 {
    display: inline-block!important;
}
.ul2 {
    display: inline-block!important;
}
.ultxt ul{text-align: center;}
.ultxt ul li {
           padding: 10px 0;
    margin: 0 1% 10px 1%!important;
    display: inline-block;
}
.ultxt ul li a span{margin-bottom: 0;}
.tith2 a img {
  width:80%;
    height: auto;
}
.bwg_slh {
   
    margin: 20px auto;
}
.bwg_slh a{width: 98%; margin: 10px 1%!important;}
.kqzljc #AirQuality ul li::before {
     width: 8px; 
     height: 8px; 
}
.kqzljc #AirQuality ul li {
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;}
.list_pic_ldxx li {
    display: inline-block;
    width: 46%;
    margin: 20px 2%!important;}
.list_pic li {
    display: inline-block;
    width: 98%;
    margin: 20px 1%!important;}
.list_pic li a span {
    font-size: 1rem;}
.h2txt a { font-size: 1.5rem;}




}