/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "微软雅黑";
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑"; 
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "微软雅黑";
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #016bd5;
}
i,
b {
  font-style: normal;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.oHid {
  overflow: hidden;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto 10px auto;
}
/* topBar */
.topBar {
  width: 100%;
  height: 35px;
  position: relative;
}
.topBar .mask {
  background: #bd1a2d;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.topBar .littleLogo {
  background: url(../images/icon_small_logo.png) no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  overflow: hidden;
  text-indent: -1978px;
  margin-top: 3px;
}
.topBar .littleLogo_mlhd {
  background: url(../images/icon/small-logo-mlhd.png) no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  overflow: hidden;
  text-indent: -1978px;
  margin-top: 7px !important;
  background-size: 25px 25px;
}
.topBar .littleLogo_dt {
  background: url(http://zyk.bjhd.gov.cn/resources2020/images/special/icon_gh_logo.png) no-repeat;
  width: 22px;
  height: 22px;
  float: left;
  overflow: hidden;
  margin: 6px 0px;
  background-size: 22px 22px;
  color: transparent;
}
.topBar ul {
  float: left;
  margin-top: 8px;
}
.topBar ul li {
  float: left;
  height: 14px;
  line-height: 14px;
  padding-left: 10px;
}
.topBar ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.topBar ul li a span {
  margin-left: 10px;
}
.topBar ul li a:hover {
  color: #fcff9f;
}
.topBar ul li a:hover span {
  color: #fff;
}
.topBar ul.fright {
  float: right;
}
/* topBox */
.topBox {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.topBox .wrap {
  height: 210px;
}
.topBox .bigLogo {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -51px;
  z-index: 9;
  overflow: hidden;
}
.topBox .wbjLogo {
  height: 102px;
  overflow: hidden;
}
.topBox .wbjLogo img {
  display: block;
  margin-bottom: 15px;
}
.topBox .wbjLogo .wbjTitle {
  background: url(../images/logo_title_wbj_bg.png) no-repeat;
  width: 307px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.topBox .topRight {
  width: 530px;
  height: 90px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -45px;
  z-index: 9;
  overflow: hidden;
}
.topBox .topRight .fleft {
  width: 450px;
  height: 100%;
}
.topBox .topRight .fleft .searchBox {
  width: 355px;
  height: 36px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 10px;
  border: solid 1px #016bd5;
}
.topBox .topRight .fleft .searchBox .searchTxt {
  width: 320px;
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
}
.topBox .topRight .fleft .searchBox .searchBtn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  text-indent: -1978px;
  background: url(../images/icon/icon_mirror.png) no-repeat center center;
}
.topBox .topRight .fleft .hotWord {
  width: 430px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.topBox .topRight .fleft .hotWord a {
  color: #fff;
  margin-right: 10px;
}
.topBox .topRight .fleft .hotWord a:hover {
  color: #016bd5;
}
.topBox .topRight .icon_sdzc {
  background: url(../images/logo_sdzc.png) no-repeat;
  width: 60px;
  height: 62px;
  display: block;
  float: right;
  overflow: hidden;
  text-indent: -1978px;
}
.topBox .topRight .icon_sdzc:hover {
  background-position: -60px 0;
}
/* topNav */
.topNavBox {
  width: 100%;
  height: 50px;
  background: #016bd5;
}
.topNavBox .wrap {
  height: 50px;
  background: #016bd5;
}
.topNavBox .wrap li {
  width: 239px;
  border-right: solid 1px #1a7cdf;
  float: left;
  height: 50px;
}
.topNavBox .wrap li a {
  display: block;
  width: 238px;
  height: 50px;
  border-right: solid 1px #0054ab;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  text-align: left;
}
.topNavBox .wrap li a i {
  display: block;
  width: 28px;
  height: 28px;
  color: #fff;
  overflow: hidden;
  text-indent: -1978px;
  float: left;
  margin: 11px 10px 0 60px;
}
.topNavBox .wrap li a:hover {
  color: #fff862;
  background: #0162c3;
}
.topNavBox .wrap li a.on {
  color: #fff862;
  background: #0162c3;
}
.topNavBox .wrap li.nav01 a i {
  background: url(../images/icon/icon_topNav_01.png) no-repeat;
}
.topNavBox .wrap li.nav01 a:hover i {
  background: url(../images/icon/icon_topNav_01_over.png) no-repeat;
}
.topNavBox .wrap li.nav01 a.on i {
  background: url(../images/icon/icon_topNav_01_over.png) no-repeat;
}
.topNavBox .wrap li.nav02 a i {
  background: url(../images/icon/icon_topNav_02.png) no-repeat;
}
.topNavBox .wrap li.nav02 a:hover i {
  background: url(../images/icon/icon_topNav_02_over.png) no-repeat;
}
.topNavBox .wrap li.nav02 a.on i {
  background: url(../images/icon/icon_topNav_02_over.png) no-repeat;
}
.topNavBox .wrap li.nav03 a i {
  background: url(../images/icon/icon_topNav_03.png) no-repeat;
}
.topNavBox .wrap li.nav03 a:hover i {
  background: url(../images/icon/icon_topNav_03_over.png) no-repeat;
}
.topNavBox .wrap li.nav03 a.on i {
  background: url(../images/icon/icon_topNav_03_over.png) no-repeat;
}
.topNavBox .wrap li.nav04 a i {
  background: url(../images/icon/icon_topNav_04.png) no-repeat;
}
.topNavBox .wrap li.nav04 a:hover i {
  background: url(../images/icon/icon_topNav_04_over.png) no-repeat;
}
.topNavBox .wrap li.nav04 a.on i {
  background: url(../images/icon/icon_topNav_04_over.png) no-repeat;
}
.topNavBox .wrap li.nav05 a i {
  background: url(../images/icon/icon_topNav_05.png) no-repeat;
}
.topNavBox .wrap li.nav05 a:hover i {
  background: url(../images/icon/icon_topNav_05_over.png) no-repeat;
}
.topNavBox .wrap li.nav05 a.on i {
  background: url(../images/icon/icon_topNav_05_over.png) no-repeat;
}
/* footer */
.footer {
  padding: 20px 0;
  text-align: center;
  line-height: 2;
}
.footer .linkPhoto {
  width: 200px;
  height: 80px;
  margin: 0 auto;
}
.footer .linkPhoto .fleft {
  width: 80px;
  height: 80px;
}
.footer .linkPhoto .fright {
  width: 110px;
  height: 67px;
  padding-top: 13px;
  margin-left: 10px;
}
.blueFooter {
  background: #016bd5;
  color: #fff !important;
}
.blueFooter p {
  color: #fff !important;
}
.blueFooter a {
  color: #fff !important;
}
/* xxgkTopBox */
.xxgkTopBox {
  width: 100%;
  height: 260px;
}
.xxgkTopBox .title_xxgk {
  background: url(../images/icon_big_logo_xxgkdt_red.png) no-repeat;
  width: 776px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -388px;
  text-indent: -1978px;
  overflow: hidden;
}
.xxgkTopBox .searchBox {
  width: 750px;
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -361px;
}
.xxgkTopBox .searchTxt {
  width: 550px;
  height: 52px;
  line-height: 52px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
  float: left;
  font-size: 16px;
  font-family: "微软雅黑";
}
.xxgkTopBox .searchBtn {
  background: url(../images/icon_gkdt_red.png) no-repeat -46px 0;
  width: 163px;
  height: 52px;
  float: left;
  overflow: hidden;
  text-indent: -1978px;
  border: none;
}
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #adadad;
  margin-right: 10px;
}
.page span.on {
  background: #0196e3;
  color: #fff;
  border: none;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #adadad;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #fff;
}
.page a:hover {
  background: #0196e3;
  color: #fff;
  border: solid 1px #fff;
}
/* topBoxNew */
.topBoxNew_bg {
  background: url(../images/top_bg.gif) repeat;
  width: 100%;
  height: 200px;
}
.topBoxNew {
  width: 100%;
  height: 200px;
  background: url(../images/top_index_photo.jpg) no-repeat center -23px;
  overflow: hidden;
}
.topBoxNew .wrap {
  height: 100%;
  overflow: hidden;
}
.topBoxNew .fourList {
  overflow: hidden;
  margin-top: 20px;
}
.topBoxNew .fourList li {
  float: left;
  margin-right: 10px;
  line-height: 17px;
}
.topBoxNew .fourList a {
  font-size: 16px;
  color: #040404;
}
.topBoxNew .fourList a:hover {
  color: #035bb3;
}
.topBoxNew .fourList i.icon_ghdc {
  background: url(../images/icon_ghdc.png) no-repeat;
  width: 16px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.topBoxNew .fourList i.icon_gh {
  background: url(../images/icon_gh.png) no-repeat;
  width: 16px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.topBoxNew .fourList i.icon_zx {
  background: url(../images/icon_zx.png) no-repeat;
  width: 16px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.topBoxNew .searchBox {
  width: 365px;
  height: 36px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 10px;
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 9;
  border: solid 1px #016bd5;
}
.topBoxNew .searchBox .searchTxt {
  width: 300px;
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
}
.topBoxNew .searchBox .searchBtn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  float: left;
  text-align: center;
  cursor: pointer;
  background: url(../images/icon_mirror.png) no-repeat center center;
  overflow: hidden;
  text-indent: -1978px;
}
.topBoxNew .linkSdzc {
  background: url(../images/logo_sdzc_new.png) no-repeat;
  width: 37px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 9;
  text-indent: -1978px;
}
.topBoxNew .linkSdzc:hover {
  background-position: -37px 0;
}
.topBoxNew .logo_bjhd {
  background: url(../images/icon_big_logo_2019.png) no-repeat;
  width: 420px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  z-index: 9;
  text-indent: -1978px;
  overflow: hidden;
}
/* rightBar */
.rightBar {
  width: 36px;
  height: 100%;
  background: #18385e;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.iconBox {
  position: fixed;
  top: 30px;
}
.iconBox li {
  position: relative;
  margin-bottom: 10px;
  width: 36px;
  height: 30px;
}
.iconBox li div.icon {
  width: 36px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.iconBox li div.icon img {
  display: block;
  margin: 0 auto;
}
.iconBox li div.icon01 img {
  width: 18px;
  height: 12px;
  margin-top: 9px;
}
.iconBox li div.icon02 img {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}
.iconBox li div.icon03 img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.iconBox li div.icon04 img {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}
.iconBox li div.icon05 img {
  width: 19px;
  height: 19px;
  margin-top: 4px;
}
.iconBox li div.icon06 img {
  width: 18px;
  height: 14px;
  margin-top: 8px;
}
.iconBox li div.icon07 img {
  width: 18px;
  height: 14px;
  margin-top: 8px;
}
.iconBox li div.icon08 img {
  width: 12px;
  height: 20px;
  margin-top: 5px;
}
.iconBox li div.icon09 img {
  width: 14px;
  height: 15px;
  margin-top: 7px;
}
.iconBox li div.icon10 img {
  width: 16px;
  height: 20px;
  margin-top: 7px;
}
.iconBox li div.icon11 img {
  width: 16px;
  height: 13px;
  margin-top: 7px;
}
.iconBox li div.over {
  position: absolute;
  padding: 0 36px 0 20px;
  background: #0066cc;
  height: 30px;
  right: -91px;
  top: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 99;
  color: #fff;
  line-height: 30px;
  width: 35px;
}
.iconBox li div.over a {
  color: #fff;
}
.iconBox li div.over02 {
  width: 70px;
  background: #ff800f;
  right: -126px;
}
.iconBox li div.over03 {
  width: 48px;
  right: -104px;
}
.iconBox li div.over04 {
  width: 48px;
  right: -104px;
}
.iconBox li div.over07 {
  width: 72px;
  right: -156px;
  background: none;
}
.iconBox li div.over07 .pic {
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.iconBox li div.over07 .pic img {
  width: 72px;
  height: 72px;
}
.iconBox li div.over07 .tit {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0066cc;
  font-size: 14px;
}
.iconBox li div.over09 {
  width: 100px;
  right: -156px;
}
.iconBox li div.over10 {
  width: 85px;
  right: -145px;
}
.iconBox li div.over11 {
  width: 160px;
  right: -216px;
}
.textRight {
  width: 1002px;
  padding: 15px;
}
.textRight .topPhotoTjhd {
  width: 1002px;
  height: 240px;
  margin-bottom: 20px;
}
.textRight .topPhotoTjhd img {
  width: 1002px;
  height: 240px;
}
.textRight .picListTjhd {
  overflow: hidden;
}
.textRight .picListTjhd li {
  width: 230px;
  overflow: hidden;
  float: left;
  margin: 0 0 16px 16px;
}
.textRight .picListTjhd li .pic {
  width: 230px;
  height: 300px;
  overflow: hidden;
}
.textRight .picListTjhd li .pic a {
  display: block;
  height: 100%;
}
.textRight .picListTjhd li .pic img {
  display: block;
  width: 230px;
  height: 300px;
}
.textRight .picListTjhd li .title {
  width: 230px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.textRight .picListTjhd li .title a {
  font-size: 16px;
}
/* slideList */
.slideList {
  width: 100%;
}
.slideList li {
  line-height: 38px;
  overflow: hidden;
}
.slideList li a {
  font-size: 16px;
}
.slideList li a i.listArr {
  float: left;
  margin: 15px 10px 0 0;
  background: url(../images/icon/icon_txtList_diamond.png) no-repeat;
  width: 8px;
  height: 8px;
}
.slideList li a span {
  color: #ff7200;
}
.slideList li a span.col_blue {
  color: #067bff;
}
.slideList li a:hover i.listArr {
  background: url(../images/icon/icon_txtList_diamond_over.png) no-repeat;
}
.slideList li i.listArr {
  float: left;
  margin: 15px 10px 0 0;
  background: url(../images/icon/icon_txtList_diamond_over.png) no-repeat;
  width: 8px;
  height: 8px;
}
.slideList li span.date {
  font-size: 14px;
  color: #6f6f6f;
  float: right;
}
/* backTop */
.backTop {
  width: 28px;
  height: 28px;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 4px;
  display: none;
}
.backTop a {
  display: block;
  width: 28px;
  height: 28px;
}
.backTop a img {
  width: 28px;
  height: 28px;
}
/* content */
.xza {
  border-bottom: solid 4px #ededed;
  padding-bottom: 10px;
}
.xza a {
  color: #016bd5;
}
/* topBox_bj */
.topBox_bj_bg {
  background: url(../images/top_bj_bg.jpg) no-repeat center top;
  width: 100%;
  height: 200px;
}
.topBox_bj {
  height: 100%;
  position: relative;
}
.topBox_bj .wrap {
  height: 100%;
  overflow: hidden;
}
.topBox_bj .fourList {
  overflow: hidden;
  margin: 20px 0 0 8px;
}
.topBox_bj .fourList li {
  float: left;
  margin-right: 10px;
  line-height: 17px;
}
.topBox_bj .fourList a {
  font-size: 16px;
  color: #040404;
}
.topBox_bj .fourList a:hover {
  color: #035bb3;
}
.topBox_bj .fourList i.icon_ghdc {
  background: url(../images/icon_ghdc.png) no-repeat;
  width: 16px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.topBox_bj .fourList i.icon_gh {
  background: url(../images/icon_gh.png) no-repeat;
  width: 16px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.topBox_bj .fourList i.icon_zx {
  background: url(../images/icon_zx.png) no-repeat;
  width: 16px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.topBox_bj .searchBox {
  width: 395px;
  height: 46px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 10px;
  position: absolute;
  right: 78px;
  top: 80px;
  z-index: 9;
  border: solid 1px #016bd5;
}
.topBox_bj .searchBox .searchTxt {
  width: 260px;
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
}
.topBox_bj .searchBox .searchBtn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  float: right;
  text-align: center;
  cursor: pointer;
  background: url(../images/icon_mirror_black.png) no-repeat center center;
  overflow: hidden;
  text-indent: -1978px;
}
.topBox_bj .searchBox .earch_btn_robot {
  display: block;
  width: 57px;
  height: 36px;
  float: right;
  margin: 5px 10px 5px 5px;
  border-left: solid 1px #d4d4d4;
  background: url(../images/search_robot.gif) no-repeat right center;
  text-indent: -1978px;
  overflow: hidden;
  padding-left: 10px;
}
.topBox_bj .linkSdzc {
  background: url(../images/logo_sdzc_bj.png) no-repeat;
  width: 49px;
  height: 52px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 80px;
  z-index: 9;
  text-indent: -1978px;
}
.topBox_bj .linkSdzc:hover {
  background-position: -51px 0;
}
.topBox_bj .logo_bjhd {
  background: url(../images/icon_big_logo_2019.png) no-repeat;
  width: 420px;
  height: 84px;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -23px;
  z-index: 9;
  text-indent: -1978px;
  overflow: hidden;
}
.toolsList {
  position: absolute;
  top: 20px;
  right: 0;
}
.toolsList li {
  float: left;
  margin-right: 20px;
  position: relative;
}
.toolsList li.icon {
  display: block;
  height: 18px;
}
.toolsList li.icon a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1978px;
  overflow: hidden;
}
.toolsList li.icon01 {
  width: 20px;
}
.toolsList li.icon01 a {
  background: url(../images/icon_top_bj_01.png) no-repeat center center;
}
.toolsList li.icon02 {
  width: 15px;
}
.toolsList li.icon02 a {
  background: url(../images/icon_top_bj_02.png) no-repeat center center;
}
.toolsList li.icon03 {
  width: 19px;
}
.toolsList li.icon03 a {
  background: url(../images/icon_top_bj_03.png) no-repeat center center;
}
.toolsList li.icon04 {
  width: 11px;
}
.toolsList li.icon04 a {
  background: url(../images/icon_top_bj_04.png) no-repeat center center;
}
.toolsList li.icon05 {
  width: 21px;
}
.toolsList li.icon05 a {
  background: url(../images/icon_top_bj_05.png) no-repeat center center;
}
.toolsList li.icon05 .pic {
  width: 72px;
  height: 72px;
  position: absolute;
  right: -300px;
  top: 18px;
  z-index: 999;
  padding-top: 5px;
}
.toolsList li.icon05 .pic img {
  width: 72px;
  height: 72px;
}
.toolsList li.icon06 {
  width: 19px;
}
.toolsList li.icon06 a {
  background: url(../images/icon_top_bj_06.png) no-repeat center center;
}
.toolsList li.txt {
  height: 18px;
  line-height: 18px;
}
.toolsList li.txt a {
  color: #d97342;
  font-size: 14px;
}
/* footer */
.f_clear {
  display: block;
  *zoom: 1;
}
.f_clear:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}
.g_foot_box * {
  box-sizing: content-box;
}
.g_foot_box .m_foot_box {
  height: 210px;
  background: #bd1a2d;
  border-top: 1px solid #8f1322;
}
.g_foot_box .m_foot_box .m_foot {
  width: 1200px;
  margin: 0 auto;
}
.g_foot_box .m_organization {
  float: left;
  width: 80px;
  padding: 70px 15px 0 90px;
}
.g_foot_box .m_jiucuo {
  float: left;
  padding: 75px 95px 0 0;
}
.g_foot_box .m_foot_info {
  float: left;
  margin-top: 30px;
}
.g_foot_box .m_foot_info li {
  float: left;
  margin-left: 3px;
  background: #a91728;
  font-size: 14px;
}
.g_foot_box .m_foot_info li a {
  color: #fff;
}
.g_foot_box .m_info1 {
  width: 300px;
  padding: 30px 0;
  height: 90px;
}
.g_foot_box .m_info1 a {
  float: left;
  margin: 12px 42px;
}
.g_foot_box .m_info2 {
  width: 240px;
  padding: 30px 20px 0;
  height: 120px;
}
.g_foot_box .m_info2 p {
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.g_foot_box .m_info3 {
  padding: 25px 15px;
  height: 100px;
}
.g_foot_box .m_info3 p {
  float: left;
  width: 80px;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
  color: #fff;
}
.g_foot_box .m_info3 p img {
  padding-bottom: 5px;
}
.g_foot_box .m_foot_txt {
  height: 55px;
  line-height: 55px;
  background: #dabb85;
}
.g_foot_box .m_foot_txt .foot_txt {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.g_foot_box .m_foot_txt .foot_txt p {
  float: left;
  font-size: 14px;
  color: #333;
  margin-left: 45px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.g_foot_box .m_foot_txt .foot_txt a {
  font-size: 14px;
}
.g_foot_box .m_foot_txt .foot_txt a:hover {
  color: #bd1a2d;
}
.working_txt {
  display: none;
}
.m_organization {
  font-size: 14px;
  color: #fff;
}
.noPC {
  display: none;
}
@media only screen and (max-width: 414px) {
  .foot_txt {
    display: none;
  }
  .m_jiucuo,
  .m_info1,
  .m_info2,
  .qr_weibo {
    display: none;
  }
  .working_txt {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .g_foot_box .m_foot_box {
    height: auto;
  }
  .g_foot_box .m_foot_box .m_foot {
    width: 100%;
  }
  .g_foot_box .m_organization,
  .g_foot_box .m_jiucuo {
    width: 50%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  .noPC {
    display: block;
  }
  .g_foot_box .m_foot_info {
    margin: 0;
    width: 50%;
  }
  .g_foot_box .m_foot_info li.m_info3 {
    background: 0;
    width: 100%;
    padding: 25px 0 0;
    text-align: center;
    margin: 0;
  }
  .g_foot_box .m_info3 p {
    width: 100%;
    margin: 0;
  }
  .g_foot_box .m_info3 p img {
    width: 55px;
  }
}
.backToPc,
.backToMobile {
  width: 100px;
  height: 100px;
  border: solid 1px #d7d7d7;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #ebebeb;
  border-right: none;
  position: fixed;
  right: 0;
  bottom: 270px;
  z-index: 99999;
  padding: 0;
  margin: 0;
  transition: .5s all;
}
.backToPc span,
.backToMobile span {
  text-indent: -1978px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background: url(http://www.bjhd.gov.cn/sources/mobile/images/backToDesk.png) no-repeat center center #ffffff;
  display: block;
  border-radius: 50%;
  margin: 15px;
}
.backToMobile span {
  background: url(http://www.bjhd.gov.cn/sources/mobile/images/app.png) no-repeat center center #ffffff;
}