#mozi-assist {
  width: 100%;
  background-color: #116dd2;
  z-index: 999999;
}
#mozi-assist .topbar-html {
  width: 1200px;
  margin: 0 auto;
  background-color: #116dd2;
}
html,
body {
  position: relative;
  width: 100%;
  font-family: MicrosoftYaHei;
  background-color: #f7fbff;
}
header {
  position: relative;
  width: 100%;
  background-image: url(../images/20221024_slh_banner.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header img {
  width: 100%;
}
header .header_content {
  position: absolute;
  width: 1200px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
header .header_content .logo {
  position: absolute;
  top: 36px;
  left: 26px;
  z-index: 99999;
}
.pubCon {
  width: 1200px;
  margin: 0 auto;
}
#mozi-assist-zoom-out a img,
#mozi-assist-zoom-min a img {
  margin-left: 5px;
  margin-top: 2px;
}
.part01_list {
  margin-top: 10px;
  width: 1232px;
  padding-left: 32px;
}
.part01_list li {
  float: left;
  background-color: #fff;
  box-shadow: 8px 6px 8px 0px rgba(219, 178, 135, 0.16);
  margin-right: 32px;
  margin-top: 32px;
  width: 276px;
  height: 297px;
}
.part01_list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.part01_list li a p {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 4px;
  color: #494949;
  margin-top: 24px;
}
.bsfw_box {
  width: 1232px;
  padding-left: 32px;
  margin-bottom: 42px;
}
.bsfw_box .img_box {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.bsfw_box .bsfw_list {
  margin-top: 32px;
}
.bsfw_box .bsfw_list > li {
  float: left;
  width: 218px;
  height: 484px;
  background-color: #ffffff;
  box-shadow: 8px 6px 8px 0px rgba(219, 178, 135, 0.16);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 3px;
  color: #494949;
  background-repeat: no-repeat;
  background-position: center bottom;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.bsfw_box .bsfw_list > li:not(:last-child) {
  margin-right: 32px;
}
.bsfw_box .bsfw_list > li .bsfw_title {
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 3px;
  color: #494949;
  margin-bottom: 16px;
}
.bsfw_box .bsfw_list > li .child_list {
  text-align: left;
}
.bsfw_box .bsfw_list > li .child_list > li {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #494949;
}
.bsfw_box .bsfw_list > li .child_list > li a {
  display: block;
  position: relative;
  color: #494949;
  text-indent: 8px;
}
.bsfw_box .bsfw_list > li .child_list > li a::before {
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #999;
  vertical-align: middle;
  border-radius: 6px;
}
.links > ul li {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}
.links > ul li a {
  display: inline-block;
  padding: 0 0 0 18px;
  color: #fff;
  text-align: center;
}
.links > ul li li a {
  color: #333;
  margin: 0;
  padding: 0;
}
.links > ul li li {
  margin-bottom: 0;
}
.links li ul {
  display: none\9;
  z-index: -1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  transform: translate(0, 3px);
  transition: opacity, transform 0.3s;
}
.links li:hover ul {
  display: block\9;
  z-index: 9;
  opacity: 1;
  transform: translate(0, 0);
  width: 1200px;
  bottom: -15px;
  background-color: #fff;
  padding: 15px;
}
.links li li {
  border-top: 1px solid #ddd;
  line-height: 39px;
  text-align: center;
  transition: all 0.3s;
  float: left;
  width: 18%;
  background: #e7eff6;
  margin: 10px;
}
.links li li:hover {
  background-color: #2d66a5;
}
.links li li:hover a {
  color: #fff;
}
.links li li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  font-size: 14px;
}
.footer {
  background: rgba(63, 134, 199, 0.91);
}
.footer .top {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  height: 50px;
  line-height: 50px;
}
.footer .top .w1200 {
  width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
}
.footer .top .fl {
  color: #fff;
}
.footer .top .fl a {
  color: #fff;
}
.footer .top .fl span {
  font-weight: bold;
}
.footer .top .fr {
  float: right;
}
.footer .top .fr > span {
  font-weight: bold;
  vertical-align: middle;
}
.footer .top .fr > ul > li {
  float: left;
}
.footer .top .fr > ul > li:first-child a {
  padding-left: 0;
}
.footer .top .fr > ul > li > i {
  width: 15px;
  height: 15px;
  content: "";
  background: url(../images/icon.png) no-repeat;
  background-position: -105px -238px;
}
.footer .top .fr > ul {
  display: inline-block;
  vertical-align: middle;
}
.copyright {
  position: relative;
  line-height: 27px;
  font-size: 12px;
  padding: 14px 0;
}
.copyright p {
  color: #fff;
}
.copyright p a,
.copyright p span {
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
}
.copyright p span {
  margin: 0;
}
.gov {
  position: absolute;
  top: 50%;
  right: 140px;
  width: auto;
  transform: translateY(-50%);
}
.jc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.jc img {
  display: inline-block;
  vertical-align: middle;
}
.fl {
  float: left;
}
.footer i {
  background: url(../images/icon.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 auto;
  margin-top: -5px;
  vertical-align: middle;
  transition: all 0.3s;
}
.footer li:hover i {
  transform: rotatez(360deg);
}
/* 返回顶部 */
.backtop {
  position: fixed;
  bottom: 60px;
  right: 0;
  transform: translateX(-100%);
  display: block;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABt0lEQVRYR+2W/U0CQRTEZzrQCsQKpAOxA6xArQCpAK1AOxBKsAKxAzsQO4AKxsxllxzn3tcS5Q+5hJBc9u387u28t4848MMD62MvAEkzAEMAdyTXOR+TDSDpBcBtEP0AcJUDkQVQEl8AWAIwTBZEb4CyOMkiA5L8nwXRCyAlHs89F6IzQJP4PhCdALqI50K0AvQRz4FoBJB0D+AJwCIarmutd/VEG4CbzIjkc1fh8roA4Y8Yk1yl9mg9ghzhPjFHgGMGKOmyzTQk3yvuPgFwUYn7qnN60/4GUAeA7VGFGeChJsY343W8liW5fKugMdRlOTVAebMBgBs3HgDbuiVZrJE0AvAG4DVcv2UOZ2UC4LG03kDO8E4GQ5DfL3dMWBLwcOHgnSfAego6TQ0fkjwTrEka1MAFAMkfZg/ZmWQBpDZMCbYAOKuz/wEAIGVa3xGbP8lATcVsikuqUt/R5Y0m7OsBT8wViFXsGb8BMCTpkmysggiUBQDgPNX1JH0CcEdsLcNcADcqi7hJzStptah/0zjANJVhHYAFPOPP6/q6pDEAt9izCoBN5Ti7u3jCRDSInTFlxuN1/A1pl0UHHCBA+AAAAABJRU5ErkJggg==");
  background-color: #f18d00;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
/* webkit滚动条 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
@media (min-height: 800px) {
  /* webkit滚动条 */
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #bbb;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #ddd;
  }
}
.inner, .copyright {
  width: 1200px;
  margin: 0 auto;
}
